From patchwork Mon Dec 2 11:41:47 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chao Yu X-Patchwork-Id: 13890338 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 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 Reviewed-by: Zorro Lang --- 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 From patchwork Mon Dec 2 11:41:48 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chao Yu X-Patchwork-Id: 13890339 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 9DB761D8DFB for ; Mon, 2 Dec 2024 11:42:07 +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=1733139727; cv=none; b=m+Sg7O25+RUGhaU7wysXhbcgrtpxlJWI/vNDqOscGh832wG2u1xgXKxS8IsoMK95aa7gimCQzh0OBtkjfKdz3Eh0j6j6sFqEyS1fZsmUryQUrWsX0fzuSrif7+hlI5oxzDDa+rJqPI0FhMMJsQk+GWbqV19E4WlbBDitewllK7s= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733139727; c=relaxed/simple; bh=gT73+r3iRtpdaPhRPXnrCCxqCie1FPAeMy25xabr5gI=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=stF0zhq/P9G0dDIppBG8sORaS6Zl987psHMQH9+uTyJtOBz7NF5OTuudAdkSGkDQoA0QdrRJdMwHvBbfn6tsT8lJOzFkz+PktYlDKH8uIUkYi1T+p0z0zKsT4YybeCilbpIhQ4SKn2Xo+zZ1+s5cYyyYAbm58Q3ldmTw1AOhEZA= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=DK5ou1z4; 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="DK5ou1z4" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DB3B1C4CEDD; Mon, 2 Dec 2024 11:42:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1733139727; bh=gT73+r3iRtpdaPhRPXnrCCxqCie1FPAeMy25xabr5gI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=DK5ou1z4LGDidXGl4rA4bV+whDsf//NnVxVuToFebVFXvOyMDUN+tA8Xqulhs+jYl WO0j9ro+2TsbE5fIpSPxvQF8/WN1WSiDuZxNzS90tBtei0Qd/25IAUlSvN2mOWOyYI k1CJTkpJ4xUtYIDDAepES1/vbwJWXtUoQtPIGpbwxP3qw+vW3gM3iiGpXxOW4aGrM6 06ZwLFYXpIEsv6jR17kM8Ljp2w4QepygtHgYYBL817LlwR18MxEO+F02pjJHCxUjFN V2XA95FhjqUXFQvr6PUyOcAGNIa6OtfGvS4QO+X5l9SNFIhyZuzcVOA6aog00r1QBh 5dfQDMHllVRJw== From: Chao Yu To: Zorro Lang , fstests@vger.kernel.org Cc: jaegeuk@kernel.org, linux-f2fs-devel@lists.sourceforge.net, Chao Yu Subject: [PATCH 2/3] f2fs/006: update commit id in _fixed_by_kernel_commit line Date: Mon, 2 Dec 2024 19:41:48 +0800 Message-Id: <20241202114149.2666-2-chao@kernel.org> X-Mailer: git-send-email 2.40.1 In-Reply-To: <20241202114149.2666-1-chao@kernel.org> References: <20241202114149.2666-1-chao@kernel.org> Precedence: bulk X-Mailing-List: fstests@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 The bug related to this regression testcase has been fixed by commit 1acd73edbbfe ("f2fs: fix to account dirty data in __get_secs_required()"), let's update commit id in _fixed_by_kernel_commit line. Cc: Jaegeuk Kim Signed-off-by: Chao Yu --- tests/f2fs/006 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/f2fs/006 b/tests/f2fs/006 index a9c823c1..c1f8d4ff 100755 --- a/tests/f2fs/006 +++ b/tests/f2fs/006 @@ -16,7 +16,7 @@ . ./common/preamble _begin_fstest auto quick -_fixed_by_kernel_commit xxxxxxxxxxxx \ +_fixed_by_kernel_commit 1acd73edbbfe \ "f2fs: fix to account dirty data in __get_secs_required()" _require_scratch From patchwork Mon Dec 2 11:41:49 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chao Yu X-Patchwork-Id: 13890340 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 7FD7C1D8DFB for ; Mon, 2 Dec 2024 11:42:09 +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=1733139729; cv=none; b=ZLSnhlY3UBszJVdO2i9YSVnkkF8NHzYTmWLmAuxsqC5T2r7b9A5Dm1cUp71OZk06YwJJ4ZUrs8uE8C42UfAh8ZmUiuydMcnTXm6TvyD43I05vU6sGucNhRiH91nVspWwsF73i5AKNGCg2Tj+Uxr0jokyqk2X/9xi9dRaCcZ3KLE= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733139729; c=relaxed/simple; bh=Nnyh6xskfE29vfL92J+XXFzsEGl4lmpiruvLoSERMBo=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=YZQMRQnYuncDj8JnPnqFLgADcANJwxIRVYBLtRRCHcY1+EPhbocDd2+N7jUDju3USZBFAxONXvGgFBm9fSTx35+F3n9yQQ+osLnvyZECRRs7u49E6AwdGV47maSwmPAgqIK4JufETRz6rGpJYSeuspm1jiM22dvOvdj3+nKgLx4= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=h4I6b/Kz; 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="h4I6b/Kz" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A6AF1C4CED1; Mon, 2 Dec 2024 11:42:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1733139729; bh=Nnyh6xskfE29vfL92J+XXFzsEGl4lmpiruvLoSERMBo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=h4I6b/KzQHaGD2AYRELrgNM77ONY6x65fBPMeuTHqPuvJ512xcAvfNUpV0B0lLDs4 0VpaDo3fkgg2Dq1fHTgnF3B4AhUnzCZ5V8Thu7RJhS59l7H8uyRW4snzuJ5WU3fUFv KmsLAn/zvunikO+F1Ws5vZ1pmPVDYqxHp552k7vJY7To/YmP0fV/9kYI8u5yKH/7+L lGTDpeKAsSezK8BYn3MHXyuH83qHgAJJZox4tazWkbl6bMQhxIAnpVVP4V3q3YRR/x eLRk3QNNLZBk6wRF8wCpOkkbwnl3SwdB+H8fphpmot5AEl/5rCpVmy6aSsJVx6auDb 5gFDHyLCqa/ig== From: Chao Yu To: Zorro Lang , fstests@vger.kernel.org Cc: jaegeuk@kernel.org, linux-f2fs-devel@lists.sourceforge.net, Chao Yu Subject: [PATCH 3/3] f2fs/007: update commit id in _fixed_by_kernel_commit line Date: Mon, 2 Dec 2024 19:41:49 +0800 Message-Id: <20241202114149.2666-3-chao@kernel.org> X-Mailer: git-send-email 2.40.1 In-Reply-To: <20241202114149.2666-1-chao@kernel.org> References: <20241202114149.2666-1-chao@kernel.org> Precedence: bulk X-Mailing-List: fstests@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 The bug related to this regression testcase has been fixed by commit 26413ce18e85 ("f2fs: compress: fix inconsistent update of i_blocks in release_compress_blocks and reserve_compress_blocks"), let's update commit id in _fixed_by_kernel_commit line. Cc: Jaegeuk Kim Signed-off-by: Chao Yu --- tests/f2fs/007 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/f2fs/007 b/tests/f2fs/007 index 6451d4b4..37388433 100755 --- a/tests/f2fs/007 +++ b/tests/f2fs/007 @@ -11,7 +11,7 @@ . ./common/preamble _begin_fstest auto quick rw compress -_fixed_by_kernel_commit xxxxxxxxxxxx \ +_fixed_by_kernel_commit 26413ce18e85 \ "f2fs: compress: fix inconsistent update of i_blocks in release_compress_blocks and reserve_compress_blocks" _require_scratch