Re: [PATCH] sysctl: add support for poll()

From: Greg KH
Date: Tue Aug 23 2011 - 13:59:02 EST


On Thu, Aug 04, 2011 at 03:57:18PM -0300, Lucas De Marchi wrote:
> Adding support for poll() in sysctl fs allows userspace to receive
> notifications of changes in sysctl entries. This adds a infrastructure
> to allow files in sysctl fs to be pollable and implements it for
> hostname and domainname.
>
> Signed-off-by: Lucas De Marchi <lucas.demarchi@xxxxxxxxxxxxxx>
> ---
> fs/proc/proc_sysctl.c | 45 +++++++++++++++++++++++++++++++++++++++++++++
> include/linux/sysctl.h | 22 ++++++++++++++++++++++
> include/linux/utsname.h | 16 ++++++++++++++++
> kernel/sys.c | 2 ++
> kernel/utsname_sysctl.c | 23 +++++++++++++++++++++++
> 5 files changed, 108 insertions(+), 0 deletions(-)

Who is going to take this through their tree?

I can through the driver-core tree if no one else objects.

Any objections?

thanks,

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