From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sasha Levin Subject: Re: fs: gpf in simple_setattr Date: Sun, 02 Mar 2014 21:01:47 -0500 Message-ID: <5313E28B.5030902@oracle.com> References: <52B23CEA.7090405@oracle.com> <52CD762B.7020600@oracle.com> <53123D81.6080003@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Al Viro , linux-fsdevel , LKML To: Linus Torvalds Return-path: Received: from userp1040.oracle.com ([156.151.31.81]:17668 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751625AbaCCCBx (ORCPT ); Sun, 2 Mar 2014 21:01:53 -0500 In-Reply-To: Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On 03/01/2014 10:35 PM, Linus Torvalds wrote: > On Sat, Mar 1, 2014 at 2:05 PM, Sasha Levin wrote: >> ping again? >> >> I've been working on it, but don't see an obvious issue. >> >> It does look like an access to invalid memory easily doable from userspace, >> so it should probably get fixed soon... > > It doesn't happen in mainline? Any possibility that you could try to bisect it? It might be in mainline, it just happens once in a couple of days and since I'm not usually fuzzing mainline I can't say for sure. I've tried bisecting but since I don't have a reliable way to reproduce it the bisection goes wrong pretty fast. I've tried adding some debug code in, which clearly suggests that the object is gone, but I can't pinpoint to where it disappears. Thanks, Sasha