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:	Sun, 4 May 2008 21:56:46 -0700 (PDT)
From:	Davide Libenzi <davidel@...ilserver.org>
To:	Ulrich Drepper <drepper@...hat.com>
cc:	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
	netdev@...r.kernel.org, Andrew Morton <akpm@...ux-foundation.org>,
	mtk.manpages@...il.com,
	Linus Torvalds <torvalds@...ux-foundation.org>
Subject: Re: [PATCH 04/18] flag parameters: anon_inode_getfd extension

On Sun, 4 May 2008, Ulrich Drepper wrote:

> This patch just extends the anon_inode_getfd interface to take an additional
> parameter with a flag value.  The flag value is passed on to
> get_unused_fd_flags in anticipation for a use with the O_CLOEXEC flag.
> 
> No actual semantic changes here, the changed callers all pass 0 for now.
> 
> 
>  fs/anon_inodes.c            |    9 +++++----
>  fs/eventfd.c                |    2 +-
>  fs/eventpoll.c              |    2 +-
>  fs/signalfd.c               |    3 ++-
>  fs/timerfd.c                |    2 +-
>  include/linux/anon_inodes.h |    2 +-
>  6 files changed, 11 insertions(+), 9 deletions(-)
> 
> 
> Signed-off-by: Ulrich Drepper <drepper@...hat.com>

Acked-by: Davide Libenzi <davidel@...ilserver.org>



- Davide


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists