From owner-svn-src-all@freebsd.org Sat Mar 4 20:08:38 2017 Return-Path: Delivered-To: svn-src-all@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 0A896CF93EE; Sat, 4 Mar 2017 20:08:38 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [IPv6:2a01:4f8:c17:6c4b::2]) (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 C93BA1E9F; Sat, 4 Mar 2017 20:08:37 +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 2F9261FE025; Sat, 4 Mar 2017 21:08:08 +0100 (CET) Subject: Re: svn commit: r314604 - in head/sys/compat/linuxkpi/common: include/linux src To: Ed Maste References: <201703031628.v23GS3Sj064551@repo.freebsd.org> Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" From: Hans Petter Selasky Message-ID: <4305b2e2-e36b-d890-54d2-cfc185617673@selasky.org> Date: Sat, 4 Mar 2017 21:07:47 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 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: Sat, 04 Mar 2017 20:08:38 -0000 On 03/04/17 20:27, Ed Maste wrote: > On 3 March 2017 at 11:28, Hans Petter Selasky wrote: >> Author: hselasky >> Date: Fri Mar 3 16:28:03 2017 >> New Revision: 314604 >> URL: https://svnweb.freebsd.org/changeset/base/314604 >> >> Log: >> Update the LinuxKPI RCU and SRCU wrappers for the concurrency kit, CK. > >>From "make tinderbox" on universe11a.freebsd.org: > mips ERL kernel failed, check _.mips.ERL for details > > cc1: warnings being treated as errors > In file included from > /scratch/tmp/emaste/freebsd/sys/modules/linuxkpi/../../compat/linuxkpi/common/src/linux_rcu.c:45: > /scratch/tmp/emaste/freebsd/sys/compat/linuxkpi/common/include/linux/srcu.h:47: > warning: redundant redeclaration of 'srcu_barrier' [-Wredundant-decls] > /scratch/tmp/emaste/freebsd/sys/compat/linuxkpi/common/include/linux/srcu.h:44: > warning: previous declaration of 'srcu_barrier' was here > *** [linux_rcu.o] Error code 1 > Hi, This is an issue with GCC I think. Anyway, should be fixed in r314675 . --HPS