lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 4 Aug 2014 12:53:55 -0700 (PDT)
From:	David Rientjes <rientjes@...gle.com>
To:	Alexey Dobriyan <adobriyan@...il.com>
cc:	Andrew Morton <akpm@...ux-foundation.org>,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] headers: remove fs.h from poll.h

On Tue, 29 Jul 2014, David Rientjes wrote:

> On Sat, 5 Jul 2014, Alexey Dobriyan wrote:
> 
> > On Wed, Jul 02, 2014 at 04:09:17PM -0700, David Rientjes wrote:
> > > Lots of #ifdefs in fs.h, I hope your series includes building for all 
> > > possible combinations.
> > 
> > If google can donate 1 million of cpu hours to me, then yeah :-)
> > 
> > > > This is first patch in series. Same thing we did with sched.h earlier.
> > > > 
> > > 
> > > Is it possible to post the whole series together so it makes sense and 
> > > it's possible to put it through some thorough build testing?  If you can 
> > > point me to a git tree that I can pull, then I can do that on 
> > > infrastructure that I have probably quicker than most.
> > 
> > Sure, attached.
> > 
> > My compile test farm is kinda rotten right now, so any help is appreciated.
> > 
> > Compile tested on x86_64 and lightly on arm.
> > 
> 

This error occurs with the entire series applied on 3.16-rc7:

drivers/firmware/efi/efivars.c: In function ‘efivar_attr_show’:
drivers/firmware/efi/efivars.c:356:2: error: implicit declaration of function ‘capable’ [-Werror=implicit-function-declaration]
drivers/firmware/efi/efivars.c:356:15: error: ‘CAP_SYS_ADMIN’ undeclared (first use in this function)
drivers/firmware/efi/efivars.c:356:15: note: each undeclared identifier is reported only once for each function it appears in
drivers/firmware/efi/efivars.c: In function ‘efivar_attr_store’:
drivers/firmware/efi/efivars.c:372:15: error: ‘CAP_SYS_ADMIN’ undeclared (first use in this function)
drivers/firmware/efi/efivars.c: In function ‘efivar_create’:
drivers/firmware/efi/efivars.c:427:15: error: ‘CAP_SYS_ADMIN’ undeclared (first use in this function)
drivers/firmware/efi/efivars.c: In function ‘efivar_delete’:
drivers/firmware/efi/efivars.c:493:15: error: ‘CAP_SYS_ADMIN’ undeclared (first use in this function)

Vanilla 3.16-rc7 does not show this error.  .config attached.
View attachment "config" of type "TEXT/PLAIN" (68887 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ