[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230705212743.42180-1-ebiggers@kernel.org>
Date: Wed, 5 Jul 2023 14:27:41 -0700
From: Eric Biggers <ebiggers@...nel.org>
To: fsverity@...ts.linux.dev
Cc: linux-ext4@...r.kernel.org, linux-f2fs-devel@...ts.sourceforge.net,
linux-btrfs@...r.kernel.org
Subject: [PATCH 0/2] fsverity: simplify initcall and move sysctl registration
This series simplifies handling of errors during the fsverity_init()
initcall, and moves the sysctl registration out of signature.c so that
it is not unnecessarily tied to the builtin signature feature.
Eric Biggers (2):
fsverity: simplify handling of errors during initcall
fsverity: move sysctl registration out of signature.c
fs/verity/fsverity_private.h | 12 +++----
fs/verity/init.c | 56 ++++++++++++++++++++-------------
fs/verity/open.c | 18 +++--------
fs/verity/signature.c | 61 +++++-------------------------------
fs/verity/verify.c | 11 ++-----
5 files changed, 55 insertions(+), 103 deletions(-)
base-commit: ace1ba1c9038b30f29c5759bc4726bbed7748f15
--
2.41.0
Powered by blists - more mailing lists