From owner-svn-src-head@freebsd.org Sun Apr 9 23:08:49 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 0B518D36A3E; Sun, 9 Apr 2017 23:08:49 +0000 (UTC) (envelope-from cognet@ci0.org) Received: from kanar.ci0.org (kanar.ci0.org [IPv6:2001:bc8:35e6::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "sd-123398", Issuer "sd-123398" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 9D3D3D7B; Sun, 9 Apr 2017 23:08:48 +0000 (UTC) (envelope-from cognet@ci0.org) Received: from kanar.ci0.org (pluxor@localhost [127.0.0.1]) by kanar.ci0.org (8.15.2/8.15.2) with ESMTPS id v39N8eZp090370 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 10 Apr 2017 01:08:40 +0200 (CEST) (envelope-from cognet@ci0.org) Received: (from doginou@localhost) by kanar.ci0.org (8.15.2/8.15.2/Submit) id v39N8efJ090369; Mon, 10 Apr 2017 01:08:40 +0200 (CEST) (envelope-from cognet@ci0.org) X-Authentication-Warning: kanar.ci0.org: doginou set sender to cognet@ci0.org using -f Date: Mon, 10 Apr 2017 01:08:40 +0200 From: Olivier Houchard To: Conrad Meyer Cc: 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 Message-ID: <20170409230840.GA90254@ci0.org> References: <201704092102.v39L25oh040066@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.0 (2017-02-23) 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: Sun, 09 Apr 2017 23:08:49 -0000 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