svn commit: r314604 - in head/sys/compat/linuxkpi/common: include/linux src

Hans Petter Selasky hps at selasky.org
Sat Mar 4 20:08:38 UTC 2017


On 03/04/17 20:27, Ed Maste wrote:
> On 3 March 2017 at 11:28, Hans Petter Selasky <hselasky at freebsd.org> 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


More information about the svn-src-all mailing list