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, 2 Feb 2015 19:18:40 +1100
From:	Stephen Rothwell <sfr@...b.auug.org.au>
To:	Bart Van Assche <bart.vanassche@...disk.com>
Cc:	Arnd Bergmann <arnd@...db.de>,
	"David S. Miller" <davem@...emloft.net>,
	linux-kernel <linux-kernel@...r.kernel.org>,
	linux-api@...r.kernel.org
Subject: Re: [PATCH] fcntl.h: Fix a typo

Hi Bart,

On Mon, 02 Feb 2015 08:43:16 +0100 Bart Van Assche <bart.vanassche@...disk.com> wrote:
>
> In the source file fs/fcntl.c and also in the fcntl() man page one
> can see that the FD_CLOEXEC flag can be manipulated via F_GETFD and
> F_SETFD. Update the comment in <fcntl.h> accordingly.
> 
> Signed-off-by: Bart Van Assche <bart.vanassche@...disk.com>
> Cc: David Miller <davem@...emloft.net>
> Cc: Stephen Rothwell <sfr@...b.auug.org.au>
> ---
>  include/uapi/asm-generic/fcntl.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/uapi/asm-generic/fcntl.h b/include/uapi/asm-generic/fcntl.h
> index e063eff..584fa2b 100644
> --- a/include/uapi/asm-generic/fcntl.h
> +++ b/include/uapi/asm-generic/fcntl.h
> @@ -157,7 +157,7 @@ struct f_owner_ex {
>  	__kernel_pid_t	pid;
>  };
>  
> -/* for F_[GET|SET]FL */
> +/* for F_[GET|SET]FD */
>  #define FD_CLOEXEC	1	/* actually anything with low bit set goes */
>  
>  /* for posix fcntl() and lockf() */
> -- 
> 2.1.4

Looks good to me

Acked-by: Stephen Rothwell <sfr@...b.auug.org.au>

-- 
Cheers,
Stephen Rothwell                    sfr@...b.auug.org.au

Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ