From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: Re: [git pull] apparmor fix for __d_path() misuse Date: Tue, 6 Dec 2011 16:41:47 +0000 Message-ID: <20111206164147.GJ2203@ZenIV.linux.org.uk> References: <20111206154854.GH2203@ZenIV.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org To: Linus Torvalds Return-path: Content-Disposition: inline In-Reply-To: <20111206154854.GH2203@ZenIV.linux.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Tue, Dec 06, 2011 at 03:48:54PM +0000, Al Viro wrote: > Fix for use-after-free race in apparmor d_namespace_path() and > partially sanitizing the atrocious __d_path() API that has caused that > mess in the first place. Please, pull from > git://git.kernel.org:/pub/scm/linux/kernel/git/viro/vfs.git for-linus Argh... Dumb typo when copying jj's fixlet; fixed almost immediately, but not committed before push. Noticed only when switching branches... Is there any way to have git to complain if you are pushing the current branch with uncommitted changes in your repository? Anyway, fix commit --amend'ed and pushed into the same branch. Neither diffstats nor changelog changed on that, of course... Al, hoping Linus still hasn't pulled that one...