All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] nfsdctl: add support for new lockd configuration interface
@ 2025-01-09 19:40 Jeff Layton
  2025-01-09 19:40 ` [PATCH 1/3] nfsdctl: convert to xlog() Jeff Layton
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Jeff Layton @ 2025-01-09 19:40 UTC (permalink / raw)
  To: Steve Dickson; +Cc: Scott Mayhew, Yongcheng Yang, linux-nfs, Jeff Layton

This patch series adds support for the new lockd configuration interface
that should fix this RH bug:

    https://issues.redhat.com/browse/RHEL-71698

There are some other improvements here too, notably a switch to xlog.
Only lightly tested, but seems to do the right thing.

Port handling with lockd still needs more work. Currently that is
usually configured by rpc.statd. I think we need to convert it to
use netlink to configure the ports as well, when it's able.

Signed-off-by: Jeff Layton <jlayton@kernel.org>
---
Jeff Layton (3):
      nfsdctl: convert to xlog()
      nfsdctl: fix the --version option
      nfsdctl: add necessary bits to configure lockd

 configure.ac                  |   4 +
 utils/nfsdctl/lockd_netlink.h |  29 ++++
 utils/nfsdctl/nfsdctl.adoc    |   8 ++
 utils/nfsdctl/nfsdctl.c       | 323 ++++++++++++++++++++++++++++++++++--------
 4 files changed, 301 insertions(+), 63 deletions(-)
---
base-commit: 3423eb18c80db7ac2bfebe10b1e2e9586b84679b
change-id: 20250109-lockd-nl-6272fa9e8a5d

Best regards,
-- 
Jeff Layton <jlayton@kernel.org>


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

end of thread, other threads:[~2025-01-09 20:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-09 19:40 [PATCH 0/3] nfsdctl: add support for new lockd configuration interface Jeff Layton
2025-01-09 19:40 ` [PATCH 1/3] nfsdctl: convert to xlog() Jeff Layton
2025-01-09 20:29   ` Scott Mayhew
2025-01-09 20:39     ` Jeff Layton
2025-01-09 19:40 ` [PATCH 2/3] nfsdctl: fix the --version option Jeff Layton
2025-01-09 19:40 ` [PATCH 3/3] nfsdctl: add necessary bits to configure lockd Jeff Layton

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.