From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guillem Jover Subject: Re: linux-next: build warning after merge of the vfs-fixes tree Date: Tue, 22 Oct 2019 00:40:57 +0200 Message-ID: <20191021224057.GA6880@thunder.hadrons.org> References: <20191022093512.4317a715@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20191022093512.4317a715@canb.auug.org.au> <20191022074426.2c0a2485@canb.auug.org.au> Sender: linux-kernel-owner@vger.kernel.org To: Stephen Rothwell Cc: Al Viro , Linux Next Mailing List , Linux Kernel Mailing List , Daniel Vetter , Intel Graphics , DRI List-Id: intel-gfx@lists.freedesktop.org Hi! On Tue, 2019-10-22 at 07:44:26 +1100, Stephen Rothwell wrote: > Fixes tag > > Fixes: 7a074e96 ("aio: implement io_pgetevents") > > has these problem(s): > > - SHA1 should be at least 12 digits long > Can be fixed by setting core.abbrev to 12 (or more) or (for git v2.11 > or later) just making sure it is not set (or set to "auto"). On Tue, 2019-10-22 at 09:35:12 +1100, Stephen Rothwell wrote: > On Tue, 22 Oct 2019 08:07:34 +1100 Stephen Rothwell wrote: > > fs/aio.c:2196:38: note: in expansion of macro 'NULL' > > 2196 | struct __compat_aio_sigset ksig = { NULL, }; > > | ^~~~ > > fs/aio.c:2196:38: note: in expansion of macro 'NULL' > > 2196 | struct __compat_aio_sigset ksig = { NULL, }; > > | ^~~~ > > fs/aio.c:2231:38: note: in expansion of macro 'NULL' > > 2231 | struct __compat_aio_sigset ksig = { NULL, }; > > | ^~~~ > > fs/aio.c:2231:38: note: in expansion of macro 'NULL' > > 2231 | struct __compat_aio_sigset ksig = { NULL, }; > > | ^~~~ > > > > Introduced by commit > > > > de80166a573d ("aio: Fix io_pgetevents() struct __compat_aio_sigset layout") Ugh, sorry about that, I guess I didn't see the warnings in the scroll back when I built this back then for testing. :/ Sending a new version fixing both issues. Thanks, Guillem