From owner-svn-src-head@freebsd.org Mon Apr 10 18:10:08 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 F0419D37EE1; Mon, 10 Apr 2017 18:10:08 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from mail.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CEEF8331; Mon, 10 Apr 2017 18:10:08 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from ralph.baldwin.cx (c-73-231-226-104.hsd1.ca.comcast.net [73.231.226.104]) by mail.baldwin.cx (Postfix) with ESMTPSA id E988A10A87D; Mon, 10 Apr 2017 14:10:06 -0400 (EDT) From: John Baldwin To: Olivier Houchard Cc: Conrad Meyer , src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r316665 - in head/sys: compat/linuxkpi/common/src contrib/ck/include contrib/ck/src Date: Mon, 10 Apr 2017 10:31:43 -0700 Message-ID: <7068804.e9AF6kJOBM@ralph.baldwin.cx> User-Agent: KMail/4.14.10 (FreeBSD/11.0-STABLE; KDE/4.14.10; amd64; ; ) In-Reply-To: <20170409230840.GA90254@ci0.org> References: <201704092102.v39L25oh040066@repo.freebsd.org> <20170409230840.GA90254@ci0.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mail.baldwin.cx); Mon, 10 Apr 2017 14:10:07 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.99.2 at mail.baldwin.cx X-Virus-Status: Clean 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 18:10:09 -0000 On Monday, April 10, 2017 01:08:40 AM 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. This type of information should be in the commit log in future commits. -- John Baldwin