From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754392Ab1HWR67 (ORCPT ); Tue, 23 Aug 2011 13:58:59 -0400 Received: from out3.smtp.messagingengine.com ([66.111.4.27]:51396 "EHLO out3.smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751997Ab1HWR6w (ORCPT ); Tue, 23 Aug 2011 13:58:52 -0400 X-Sasl-enc: 0yVzre9htsHMRkoNIV4keJ9wPEKT08rweV3JzcGZpecI 1314122331 Date: Tue, 23 Aug 2011 10:57:52 -0700 From: Greg KH To: Lucas De Marchi Cc: Greg KH , Kay Sievers , Andrew Morton , Alan Cox , linux-kernel@vger.kernel.org, Nick Piggin , Al Viro , Christoph Hellwig , Stephen Rothwell , David Howells , "Serge E. Hallyn" , Daniel Lezcano , Jiri Slaby , James Morris , neilb@suse.de Subject: Re: [PATCH] sysctl: add support for poll() Message-ID: <20110823175752.GA4129@kroah.com> References: <1312484238-1645-1-git-send-email-lucas.demarchi@profusion.mobi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1312484238-1645-1-git-send-email-lucas.demarchi@profusion.mobi> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > --- > 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