From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 669531D8DFB for ; Mon, 2 Dec 2024 11:42:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733139725; cv=none; b=FJSBtVuE3eUqUJDWPvUgUOvHwL/uwBvlItA7wEP5vWqUc3AiwVw3ktSL5xYEMMN8NeWYBdvDCh7zU6RkDrIn6uHNOnX0aJA1q0rX3e8h4R8RlPG27ekUvhhq++J/6HKQsCcH8zvENWIeb1ksgaeZIGgjaAwY+zQ7S679zLgzCxg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733139725; c=relaxed/simple; bh=wt8fAHvHw7fq8a87xaaoMOWZCAti1YWLt5GHipDkHCo=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=qdF0lDRL2NzraByfmiZH7EdaKpQTAoQ7dfNwFY8dRINR9gsuMApB8tH+AyWa/re8qBG+Vbj1wWLhjkTkANYT4HpF8iPvQbUU1x59Y09g4JATAiR+kwNfqk6fHvNRgkA5l1CXNHbEvhbnFdoSY0aT4hPHFZV1CSYoPJXdE+WD20U= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=g3d+cSr2; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="g3d+cSr2" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AB7FCC4CED1; Mon, 2 Dec 2024 11:42:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1733139724; bh=wt8fAHvHw7fq8a87xaaoMOWZCAti1YWLt5GHipDkHCo=; h=From:To:Cc:Subject:Date:From; b=g3d+cSr2v1UXfdbZSEwdv1CU8+txVdv03HJ8gLdvz53ElvVcBmEnTMIhsId78juYX 4z+2vMOfY5T23Zm/wgRcAfygnDnix+O9cno3rESijLI1/1aoDmkn1S06GMF97NhC2/ u3PP+DXXb5fKc4sR+3+k9z56AAIbAlyAGfD19cRkFKudwahVO1tCsdSJxrOByjAZB0 lSUKgJT7YFX0asJTBxybXwkYu8Q1TIousyjajaMJilYOgPKLBnvCcDe/ye1PfN8wm2 F+W/8NeyTTvgHe2XKztaR13V/FmhqAeUeMuLNH8ag86YdogNPOeV4Es6BV2y3fe3Sc 1+fZ9sUG7+l1A== From: Chao Yu To: Zorro Lang , fstests@vger.kernel.org Cc: jaegeuk@kernel.org, linux-f2fs-devel@lists.sourceforge.net, Chao Yu Subject: [PATCH 1/3] f2fs/005: update commit id in _fixed_by_kernel_commit line Date: Mon, 2 Dec 2024 19:41:47 +0800 Message-Id: <20241202114149.2666-1-chao@kernel.org> X-Mailer: git-send-email 2.40.1 Precedence: bulk X-Mailing-List: fstests@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit The bug related to this regression testcase has been fixed by commit d5c367ef8287 ("f2fs: fix f2fs_bug_on when uninstalling filesystem call f2fs_evict_inode."), let's update commit id in _fixed_by_kernel_commit line. Cc: Jaegeuk Kim Signed-off-by: Chao Yu --- tests/f2fs/005 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/f2fs/005 b/tests/f2fs/005 index a817d51a..33d4fdb9 100755 --- a/tests/f2fs/005 +++ b/tests/f2fs/005 @@ -11,7 +11,7 @@ . ./common/preamble _begin_fstest auto quick -_fixed_by_kernel_commit xxxxxxxxxxxx \ +_fixed_by_kernel_commit d5c367ef8287 \ "f2fs: fix f2fs_bug_on when uninstalling filesystem call f2fs_evict_inode." _require_scratch -- 2.40.1 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 42581D7830E for ; Mon, 2 Dec 2024 11:42:15 +0000 (UTC) Received: from [127.0.0.1] (helo=sfs-ml-4.v29.lw.sourceforge.com) by sfs-ml-4.v29.lw.sourceforge.com with esmtp (Exim 4.95) (envelope-from ) id 1tI4of-00045Y-31; Mon, 02 Dec 2024 11:42:13 +0000 Received: from [172.30.29.66] (helo=mx.sourceforge.net) by sfs-ml-4.v29.lw.sourceforge.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1tI4od-00045P-Jv for linux-f2fs-devel@lists.sourceforge.net; Mon, 02 Dec 2024 11:42:11 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sourceforge.net; s=x; h=Content-Transfer-Encoding:MIME-Version:Message-Id: Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=M882m1b5WQG1yFqRmVBH5p/eRY6BUw8+yTDu0RxAQSA=; b=Xks00UJ7Kuna4//1oMLMoHrk2m CmpIpknx2Y0SA2I9K5FVsqBi/D0maUyhFMXJHqgr2jyZQ0bRn6wIXsZuWaiU57J0IKcnx0xqKiwgT hZjsh4SddllZ6Y9gqgAR7NLWxnGsslhec+GL19kHqsYpK1ryutUqmObUQjz/N/2Qnzuk=; DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sf.net; s=x ; h=Content-Transfer-Encoding:MIME-Version:Message-Id:Date:Subject:Cc:To:From :Sender:Reply-To:Content-Type:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Id:List-Help:List-Unsubscribe:List-Subscribe:List-Post: List-Owner:List-Archive; bh=M882m1b5WQG1yFqRmVBH5p/eRY6BUw8+yTDu0RxAQSA=; b=c LRrMLeF1ZvDShQ7GUovk/uBKF/RbdTNUBmDCAwmXKxl/uWZ4unSNy5JOPWLWGu8CHbuxBchnifBBV 4r+vYN9+pKLPFB2wTRkJgIKzu/REOPF9+enqzJMlPuEH9DfkBroVs6sBmlHVS482k72jejj0l9cTB oD8ZTw9AqBU5i+Pg=; Received: from nyc.source.kernel.org ([147.75.193.91]) by sfi-mx-2.v28.lw.sourceforge.com with esmtps (TLS1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.95) id 1tI4od-00060t-0B for linux-f2fs-devel@lists.sourceforge.net; Mon, 02 Dec 2024 11:42:11 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by nyc.source.kernel.org (Postfix) with ESMTP id DE029A40B4C for ; Mon, 2 Dec 2024 11:40:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AB7FCC4CED1; Mon, 2 Dec 2024 11:42:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1733139724; bh=wt8fAHvHw7fq8a87xaaoMOWZCAti1YWLt5GHipDkHCo=; h=From:To:Cc:Subject:Date:From; b=g3d+cSr2v1UXfdbZSEwdv1CU8+txVdv03HJ8gLdvz53ElvVcBmEnTMIhsId78juYX 4z+2vMOfY5T23Zm/wgRcAfygnDnix+O9cno3rESijLI1/1aoDmkn1S06GMF97NhC2/ u3PP+DXXb5fKc4sR+3+k9z56AAIbAlyAGfD19cRkFKudwahVO1tCsdSJxrOByjAZB0 lSUKgJT7YFX0asJTBxybXwkYu8Q1TIousyjajaMJilYOgPKLBnvCcDe/ye1PfN8wm2 F+W/8NeyTTvgHe2XKztaR13V/FmhqAeUeMuLNH8ag86YdogNPOeV4Es6BV2y3fe3Sc 1+fZ9sUG7+l1A== To: Zorro Lang , fstests@vger.kernel.org Date: Mon, 2 Dec 2024 19:41:47 +0800 Message-Id: <20241202114149.2666-1-chao@kernel.org> X-Mailer: git-send-email 2.40.1 MIME-Version: 1.0 X-Headers-End: 1tI4od-00060t-0B Subject: [f2fs-dev] [PATCH 1/3] f2fs/005: update commit id in _fixed_by_kernel_commit line 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: , From: Chao Yu via Linux-f2fs-devel Reply-To: Chao Yu Cc: jaegeuk@kernel.org, linux-f2fs-devel@lists.sourceforge.net Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: linux-f2fs-devel-bounces@lists.sourceforge.net The bug related to this regression testcase has been fixed by commit d5c367ef8287 ("f2fs: fix f2fs_bug_on when uninstalling filesystem call f2fs_evict_inode."), let's update commit id in _fixed_by_kernel_commit line. Cc: Jaegeuk Kim Signed-off-by: Chao Yu --- tests/f2fs/005 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/f2fs/005 b/tests/f2fs/005 index a817d51a..33d4fdb9 100755 --- a/tests/f2fs/005 +++ b/tests/f2fs/005 @@ -11,7 +11,7 @@ . ./common/preamble _begin_fstest auto quick -_fixed_by_kernel_commit xxxxxxxxxxxx \ +_fixed_by_kernel_commit d5c367ef8287 \ "f2fs: fix f2fs_bug_on when uninstalling filesystem call f2fs_evict_inode." _require_scratch -- 2.40.1 _______________________________________________ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel