Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933045AbbDJNBb (ORCPT ); Fri, 10 Apr 2015 09:01:31 -0400 Received: from smtprelay03.ispgateway.de ([80.67.31.37]:59263 "EHLO smtprelay03.ispgateway.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932440AbbDJNB2 (ORCPT ); Fri, 10 Apr 2015 09:01:28 -0400 Message-ID: <5527C9A0.3040004@thax.hardliners.org> Date: Fri, 10 Apr 2015 15:01:20 +0200 From: Tobias Hoffmann User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:10.0.12) Gecko/20130116 Icedove/10.0.12 MIME-Version: 1.0 To: Al Viro CC: linux-kernel@vger.kernel.org Subject: Re: Oops in 4.0.0-rc6: __destroy_inode References: <55250D27.9090903@thax.hardliners.org> <20150410122340.GE889@ZenIV.linux.org.uk> In-Reply-To: <20150410122340.GE889@ZenIV.linux.org.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Df-Sender: Y2FsbEB0aGF4LmhhcmRsaW5lcnMub3Jn Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 944 Lines: 28 On 10/04/15 14:23, Al Viro wrote: > On Wed, Apr 08, 2015 at 01:12:39PM +0200, Tobias Hoffmann wrote: >> BUG: unable to handle kernel paging request at ffffffffff3cffff >> IP: [] __destroy_inode+0x77/0xd0 > > FWIW, that's > if (inode->i_default_acl&& inode->i_default_acl != ACL_NOT_CACHED) > posix_acl_release(inode->i_default_acl); > finding 0xffffffffff3cffff in inode->i_default_acl. Which filesystem had > that been? I'd say this: /dev/root on / type ext3 (rw,relatime,errors=remount-ro,user_xattr,acl,barrier=1,data=writeback) (My other partitions are also ext3 [with errors=continue], but one is mounted without user_xaddr,acl) Tobias -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/