Re: Oops in 4.0.0-rc6: __destroy_inode

From: Tobias Hoffmann
Date: Fri Apr 10 2015 - 09:01:35 EST


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: [<ffffffff8115a1c7>] __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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/