All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] nfs-utils: nfs-fh-verify signed filehandles
@ 2026-05-26 14:40 Benjamin Coddington
  2026-05-26 14:40 ` [PATCH 1/1] nfs-fh-verify: add tool to validate kNFSD filehandle signatures Benjamin Coddington
  2026-05-26 15:37 ` [PATCH 0/1] nfs-utils: nfs-fh-verify signed filehandles Chuck Lever
  0 siblings, 2 replies; 4+ messages in thread
From: Benjamin Coddington @ 2026-05-26 14:40 UTC (permalink / raw)
  To: Steve Dickson; +Cc: linux-nfs, Chuck Lever, Jeff Layton

We've had a lot of folks configure signed filehandles, and then wonder "Is
this thing actually working?".  Given the various filehandle lengths and
types, it can be pretty difficult to know if the kernel is actually
correctly signing its filehandles.  Claude and I wrote this tool that allows
anyone to verify the correct functioning of filehandle signing given the
original key and a list of filehandles.

Beyond that, this tool shows a way to monitor the configured state of signed
filehandles in a distributed installation.

Benjamin Coddington (1):
  nfs-fh-verify: add tool to validate kNFSD filehandle signatures

 configure.ac                          |   7 +
 tools/Makefile.am                     |   4 +
 tools/nfs-fh-verify/Makefile.am       |  10 +
 tools/nfs-fh-verify/main.c            | 337 ++++++++++++++++++++++++++
 tools/nfs-fh-verify/nfs-fh-verify.man | 171 +++++++++++++
 5 files changed, 529 insertions(+)
 create mode 100644 tools/nfs-fh-verify/Makefile.am
 create mode 100644 tools/nfs-fh-verify/main.c
 create mode 100644 tools/nfs-fh-verify/nfs-fh-verify.man


base-commit: a806c9d65662ecf5d40c00d60a514e13ada8d76e
-- 
2.53.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-05-26 16:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-26 14:40 [PATCH 0/1] nfs-utils: nfs-fh-verify signed filehandles Benjamin Coddington
2026-05-26 14:40 ` [PATCH 1/1] nfs-fh-verify: add tool to validate kNFSD filehandle signatures Benjamin Coddington
2026-05-26 15:37 ` [PATCH 0/1] nfs-utils: nfs-fh-verify signed filehandles Chuck Lever
2026-05-26 16:13   ` Benjamin Coddington

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.