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 8260515687D; Sat, 14 Feb 2026 21:19:16 +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=1771103956; cv=none; b=Aw/kTzrqMg9BWK07WMoHS3d1C+dHRfRvtbSZhtcYOJm1q+nTrWHwAkN6yExJ3TdCu2LIbVefXY9EgjPyFCSDTqoWzsTsl9bPOIVexucfsDaLYj4IBdkob9BNB8PBHH93xrfp8kTUpWJUF6xcgrgwFH6b6M9hgAFu0MQuly7jlbI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771103956; c=relaxed/simple; bh=M6VL2Ez0tT1CpEX0FgdzeilPEVi5VNIinD4KFHFmOnE=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=Tvaw0152uxE6K05/eF+dUc3Ed1VuPSoH7IIws0pqOHjPObEOqz3VPWZBfBPjixaIN/r+fDFwQphg9DjzjTA4K534A1U4bi0nnu+UH7til/MNZAVFJJHLkCrw4cty/xCC+7ca9nCFhM1UupsykFEmUbL5m488NQakNjFfHQHt52s= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=u1TAy0Nq; 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="u1TAy0Nq" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 98A6BC16AAE; Sat, 14 Feb 2026 21:19:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1771103956; bh=M6VL2Ez0tT1CpEX0FgdzeilPEVi5VNIinD4KFHFmOnE=; h=From:To:Cc:Subject:Date:From; b=u1TAy0NqarrB76rRo4+F6siHdo2KE5BMGtDlvxRS1X9qcRzXmPZg/OXL3OXVGV+JB RbnsEHZ9ZMPULmS8glhcvIx+CnhFT5xfm5mX1BCjH0j3DA33xjoWTrM395GfLEpHsu DgMZ+6HqmpjdWP2LoM5DEGkvQbZCtdBsROTU6TZQQHj2FtqyPf6ZCbtF3xac3e1dvN Ykha2yOAuSrJhsahlm1Cw5iNWF364t54Sgp3uFMVSPeRQ5x5jIdVgMGXXDnqj4tMoR bdX+qz4bWRZvjNaPGB/8pbgEC9pyZ9ut5GQIMnsIsDa1dk2naoLExJpaQVq+ibk/j9 9iL9JsLDJHMPw== From: Eric Biggers To: fsverity@lists.linux.dev Cc: linux-f2fs-devel@lists.sourceforge.net, linux-fsdevel@vger.kernel.org, Linus Torvalds , Jaegeuk Kim , Chao Yu , Eric Biggers Subject: [PATCH v2 0/2] fsverity: remove fsverity_verify_page() Date: Sat, 14 Feb 2026 13:18:28 -0800 Message-ID: <20260214211830.15437-1-ebiggers@kernel.org> X-Mailer: git-send-email 2.53.0 Precedence: bulk X-Mailing-List: linux-fsdevel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit This series removes the non-large-folio-aware function fsverity_verify_page(), which is no longer needed. Changed in v2: - Made one specific part of f2fs_verify_cluster() large-folio-aware. Eric Biggers (2): f2fs: use fsverity_verify_blocks() instead of fsverity_verify_page() fsverity: remove fsverity_verify_page() fs/f2fs/compress.c | 6 +++++- fs/verity/verify.c | 4 ++-- include/linux/fsverity.h | 6 ------ 3 files changed, 7 insertions(+), 9 deletions(-) base-commit: 3e48a11675c50698374d4ac596fb506736eb1c53 -- 2.53.0