From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: Re: [PATCH] Fix the kernel panic of audit_filter_task when key field is set Date: Mon, 4 Aug 2008 11:20:26 +0100 Message-ID: <20080804102026.GW28946@ZenIV.linux.org.uk> References: <4892F063.1080109@cn.fujitsu.com> <4893C42A.60803@cn.fujitsu.com> <4893CBA9.9020008@cn.fujitsu.com> <4893CCE5.7020907@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <4893CCE5.7020907@cn.fujitsu.com> Sender: linux-kernel-owner@vger.kernel.org To: zhangxiliang Cc: Eric Paris , Steve Grubb , Linux Audit , Linux Kernel Mailing List , Yu Zhiguo List-Id: linux-audit@redhat.com On Sat, Aug 02, 2008 at 10:56:37AM +0800, zhangxiliang wrote: > Sorry, I miss a blank between if and "(". > And I add "unlikely" to check "ctx" in audit_match_perm() and audit_match_filetype(). > This is a new patch for it. Thanks. Applied and pushed.