From owner-svn-src-all@freebsd.org Thu May 24 22:12:36 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3BCBEFF9DC; Thu, 24 May 2018 22:12:36 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebi.us (glebi.us [96.95.210.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cell.glebi.us", Issuer "cell.glebi.us" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 3E7FA86DF9; Thu, 24 May 2018 22:12:35 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebi.us (localhost [127.0.0.1]) by cell.glebi.us (8.15.2/8.15.2) with ESMTPS id w4OMCYlY097585 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 24 May 2018 15:12:34 -0700 (PDT) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebi.us (8.15.2/8.15.2/Submit) id w4OMCYNk097584; Thu, 24 May 2018 15:12:34 -0700 (PDT) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebi.us: glebius set sender to glebius@FreeBSD.org using -f Date: Thu, 24 May 2018 15:12:34 -0700 From: Gleb Smirnoff To: Olivier Houchard Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r334189 - head/sys/contrib/ck/include Message-ID: <20180524221234.GC71675@FreeBSD.org> References: <201805242138.w4OLcIYl024877@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201805242138.w4OLcIYl024877@repo.freebsd.org> User-Agent: Mutt/1.9.5 (2018-04-13) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 May 2018 22:12:36 -0000 On Thu, May 24, 2018 at 09:38:18PM +0000, Olivier Houchard wrote: O> Author: cognet O> Date: Thu May 24 21:38:18 2018 O> New Revision: 334189 O> URL: https://svnweb.freebsd.org/changeset/base/334189 O> O> Log: O> Import CK as of commit 0f017230ccc86929f56bf44ef2dca93d7df8076b. O> This brings us the renaming of fields in ck_queue, so that our own O> LIST/SLIST/TAILQ/etc won't accidentally work with them. Indeed, this broke kernel build :) -- Gleb Smirnoff