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:	Mon, 19 May 2008 15:30:24 +0200
From:	"Hans J. Koch" <hjk@...utronix.de>
To:	Andi Kleen <andi@...stfloor.org>
Cc:	hjk@...utronix.de, corbet@....net, linux-kernel@...r.kernel.org,
	gregkh@...e.de
Subject: Re: [PATCH] [11/11] Convert uio to fasync_unlocked

On Mon, May 19, 2008 at 02:48:32PM +0200, Andi Kleen wrote:
> Andi Kleen <andi@...stfloor.org> writes:
> 
> > Just calls fasync_helper
> >
> > Cc: hjk@...utronix.de
> 
> Sorry that one was missing a quilt refresh. Here's the real patch.
> Not very exciting.

Patch looks alright to me, but Greg KH should be cc'ed for UIO patches
as well.

> 
> -Andi
> 
> ---
> 
> Convert uio to fasync_unlocked
> 
> Just calls fasync_helper
> 
> Cc: hjk@...utronix.de
  Cc: gregkh@...e.de
> Signed-off-by: Andi Kleen <ak@...ux.intel.com>

 Acked-by: Hans J. Koch <hjk@...utronix.de>

> 
> Index: linux/drivers/uio/uio.c
> ===================================================================
> --- linux.orig/drivers/uio/uio.c
> +++ linux/drivers/uio/uio.c
> @@ -541,7 +541,7 @@ static const struct file_operations uio_
>  	.read		= uio_read,
>  	.mmap		= uio_mmap,
>  	.poll		= uio_poll,
> -	.fasync		= uio_fasync,
> +	.unlocked_fasync = uio_fasync,
>  };
>  
>  static int uio_major_init(void)
> --
> 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/
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ