From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.sourceforge.net (lists.sourceforge.net [216.105.38.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 40A64C433EF for ; Mon, 10 Jan 2022 14:26:50 +0000 (UTC) Received: from [127.0.0.1] (helo=sfs-ml-1.v29.lw.sourceforge.com) by sfs-ml-1.v29.lw.sourceforge.com with esmtp (Exim 4.94.2) (envelope-from ) id 1n6vdJ-0004tM-IC; Mon, 10 Jan 2022 14:26:48 +0000 Received: from [172.30.20.202] (helo=mx.sourceforge.net) by sfs-ml-1.v29.lw.sourceforge.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1n6vdI-0004t5-6A for linux-f2fs-devel@lists.sourceforge.net; Mon, 10 Jan 2022 14:26:46 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sourceforge.net; s=x; h=MIME-Version:Content-Transfer-Encoding:Content-Type :References:In-Reply-To:Message-ID:Date:Subject:To:From:Sender:Reply-To:Cc: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=r1MJuVLQ7+DUzbSPxWpWxvT5Pc+5ybKIKb1PHjMe7Vk=; b=ckBW17bJmxPx0Iy8ZIsSm4MFq0 l9j4MBfi4TqFIaij4qU4NdAuUtR9efzGXDZ/dp+XO6UQzoypOUHOl7tcRslIHA29FXvO78dFHoFMb dCiTHGzfDztrzM+n1ep7EhTB2lLIjCb5acDFNd4hSa33KEqqG+emlDiZ+IQ9Lx3L1UfU=; DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sf.net; s=x ; h=MIME-Version:Content-Transfer-Encoding:Content-Type:References: In-Reply-To:Message-ID:Date:Subject:To:From:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=r1MJuVLQ7+DUzbSPxWpWxvT5Pc+5ybKIKb1PHjMe7Vk=; b=Pik1cAS9ZiM75zM1zjWolT5F/1 6L8SeOyBMQkN6QpBtUjSZOpGzjD37AisBGn9/dveE9o5dH8kBL/lzoAVjEnXzr+K6uGcQ+oaiqJJt j0KF6tIaTfn6uyadwrWl5rzkurj7Q3/jJaTUgNrWfkShwRwlbM9UC6N7a74suBzLd2zg=; Received: from ams.source.kernel.org ([145.40.68.75]) by sfi-mx-1.v28.lw.sourceforge.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92.3) id 1n6vdG-00AWzP-49 for linux-f2fs-devel@lists.sourceforge.net; Mon, 10 Jan 2022 14:26:46 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 4ADB3B81654 for ; Mon, 10 Jan 2022 14:26:34 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 0053BC36AE3 for ; Mon, 10 Jan 2022 14:26:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1641824793; bh=sF/K+KvLfL/oDo4FCCEzX7/eN/BXtSwoH9Ib6//WeuM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=R5edScb4WYbxK0VUOXehGDO/eAlx+CTDOlaLCUTmDLbBhAIIeRwn7+RskGjFDQDDH xWBc6JSImqhb4sUb8iY1erqTNdjaJqz2pSYX1OSOur8q/25LrLp7rMdO8+RDvzr5g6 1MyfWHoM76AzXxzqHgq9M43gcIZAovrAzTL8XUSM2gsGjTVX217YDckD0o/v/3joR2 tU4U10O0yz3CAWs8atxyREwH4cDL4gnB+g5eIUwuOG+rnaNuFpMH/7dH60QsTM8xdq Sh5ri9lXNG/tc37YUHJQZZXU/TZsOqut1R7ZA+mxQslYLglfaBwqvkZaupabHZCjdJ 2RL5UlcLogjVQ== Received: by aws-us-west-2-korg-bugzilla-1.web.codeaurora.org (Postfix, from userid 48) id D23CFC05FCC; Mon, 10 Jan 2022 14:26:32 +0000 (UTC) From: bugzilla-daemon@bugzilla.kernel.org To: linux-f2fs-devel@lists.sourceforge.net Date: Mon, 10 Jan 2022 14:26:32 +0000 X-Bugzilla-Reason: None X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: AssignedTo filesystem_f2fs@kernel-bugs.kernel.org X-Bugzilla-Product: File System X-Bugzilla-Component: f2fs X-Bugzilla-Version: 2.5 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ddiss.dev@gmail.com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: CODE_FIX X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: filesystem_f2fs@kernel-bugs.kernel.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugzilla.kernel.org/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-Headers-End: 1n6vdG-00AWzP-49 Subject: [f2fs-dev] [Bug 215235] page fault in f2fs_setxattr() when mount and operate on corrupted image X-BeenThere: linux-f2fs-devel@lists.sourceforge.net X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: linux-f2fs-devel-bounces@lists.sourceforge.net https://bugzilla.kernel.org/show_bug.cgi?id=215235 David Disseldorp (ddiss.dev@gmail.com) changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ddiss.dev@gmail.com --- Comment #4 from David Disseldorp (ddiss.dev@gmail.com) --- (In reply to Chao Yu from comment #1) > Thanks for the report! > > I've submitted a fixing patch, could you please have a try? > > https://lore.kernel.org/linux-f2fs-devel/20211211154059.7173-1-chao@kernel. > org/T/#u This fix appears to be missing from mainline. Do you still plan on submitting it? -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug. _______________________________________________ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel