From owner-svn-src-head@freebsd.org Mon Apr 10 13:20:33 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4162DD379A2; Mon, 10 Apr 2017 13:20:33 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [88.99.82.50]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 09DF313AA; Mon, 10 Apr 2017 13:20:32 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.129.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 0DE241FE021; Mon, 10 Apr 2017 15:18:56 +0200 (CEST) Subject: Re: svn commit: r316665 - in head/sys: compat/linuxkpi/common/src contrib/ck/include contrib/ck/src To: Olivier Houchard , Conrad Meyer References: <201704092102.v39L25oh040066@repo.freebsd.org> <20170409230840.GA90254@ci0.org> Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org From: Hans Petter Selasky Message-ID: <6e177da0-2367-c5b1-cb0e-bd8535cdf53e@selasky.org> Date: Mon, 10 Apr 2017 15:18:37 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <20170409230840.GA90254@ci0.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Apr 2017 13:20:33 -0000 On 04/10/17 01:08, Olivier Houchard wrote: > On Sun, Apr 09, 2017 at 03:49:57PM -0700, Conrad Meyer wrote: >> On Sun, Apr 9, 2017 at 2:02 PM, Olivier Houchard wrote: >>> Author: cognet >>> Date: Sun Apr 9 21:02:05 2017 >>> New Revision: 316665 >>> URL: https://svnweb.freebsd.org/changeset/base/316665 >>> >>> Log: >>> Import CK as of commit 6b141c0bdd21ce8b3e14147af8f87f22b20ecf32 >>> This brings us changes we needed in ck_epoch. >> >> Out of curiosity ??? what changes did we need, and why? >> > > Hi Conrad, > > What ck_epoch lacked was any way to do priority propagation, which led > to some nice deadlocks to the linuxkpi folks. > > Regards, > > Olivier > > Hi, There will be some updates to the RCU implementation soon, using the new APIs provided by the CK. Thank you! --HPS