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] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 8 Aug 2008 14:25:27 -0300
From:	Eduardo Habkost <ehabkost@...hat.com>
To:	Stephen Rothwell <sfr@...b.auug.org.au>
Cc:	David Howells <dhowells@...hat.com>, linux-next@...r.kernel.org,
	LKML <linux-kernel@...r.kernel.org>
Subject: next-20080808 fs/nfsctl.c build error


I got the following build error on next-20080808:

fs/nfsctl.c: In function ‘do_open’:
fs/nfsctl.c:45: error: implicit declaration of function ‘current_cred’
fs/nfsctl.c:45: warning: passing argument 4 of ‘dentry_open’ makes pointer from integer without a cast
make[1]: *** [fs/nfsctl.o] Error 1
make: *** [fs/nfsctl.o] Error 2


.config attached.


Bisected to:

commit 3aef995c0537d5ba27936d2e8cb42d307084932c
Author: David Howells <dhowells@...hat.com>
Date:   Thu Aug 7 20:02:18 2008 +1000

    CRED: Pass credentials through dentry_open()

    Pass credentials through dentry_open() so that the COW creds patch can have
    SELinux's flush_unauthorized_files() pass the appropriate creds back to itself
    when it opens its null chardev.

    The security_dentry_open() call also now takes a creds pointer, as does the
    dentry_open hook in struct security_operations.

    Signed-off-by: David Howells <dhowells@...hat.com>
    Acked-by: James Morris <jmorris@...ei.org>


-- 
Eduardo

View attachment "linux-next.config" of type "text/plain" (52287 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ