From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:56904 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751502AbcEAQ1n (ORCPT ); Sun, 1 May 2016 12:27:43 -0400 Date: Sun, 1 May 2016 09:27:42 -0700 From: Greg Kroah-Hartman To: Andreas =?iso-8859-1?Q?Gr=FCnbacher?= Cc: Andreas Gruenbacher , Alexander Viro , Linux FS-devel Mailing List Subject: Re: [PATCH 3/5] kernfs: Switch to generic xattr handlers Message-ID: <20160501162742.GA10403@kroah.com> References: <1461939517-15497-1-git-send-email-agruenba@redhat.com> <1461939517-15497-4-git-send-email-agruenba@redhat.com> <20160430170231.GA30451@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Sun, May 01, 2016 at 12:45:53PM +0200, Andreas Gr�nbacher wrote: > 2016-04-30 19:02 GMT+02:00 Greg Kroah-Hartman : > > On Fri, Apr 29, 2016 at 04:18:35PM +0200, Andreas Gruenbacher wrote: > >> Unlike with most other filesystems, xattrs in kernfs are attached to the > >> dentries (dentry->d_fsdata). Once security modules start calling get > >> xattr handlers with a NULL dentry (because of an unknown dentry), we'll > >> have to start check for that in kernfs_xattr_get. > >> > >> Signed-off-by: Andreas Gruenbacher > >> Cc: Greg Kroah-Hartman > > > > Note, I'm not the only maintainer of kernfs... > > Hmm, that isn't clear from the MAINTAINERS file: > > DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS > M: Greg Kroah-Hartman > T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git > S: Supported > F: Documentation/kobject.txt > F: drivers/base/ > F: fs/debugfs/ > F: fs/kernfs/ > F: fs/sysfs/ > F: include/linux/debugfs.h > F: include/linux/kobj* > F: lib/kobj* Ah, sneaky Tejun, he didn't put his name on it, but if you use get_maintainer.pl he should show up :) thanks, greg k-h