[PATCH 0/2] sunrpc: cleanup patches for svc_tcp_sendto() and svc_tcp_sendmsg()

Jeff Layton posted 2 patches 1 month, 3 weeks ago
net/sunrpc/svcsock.c | 23 +++++++++--------------
1 file changed, 9 insertions(+), 14 deletions(-)
[PATCH 0/2] sunrpc: cleanup patches for svc_tcp_sendto() and svc_tcp_sendmsg()
Posted by Jeff Layton 1 month, 3 weeks ago
These patches fix a minor annoyance in a pr_notice() and clean up
svc_tcp_sendmsg() to not require a return pointer. Please consider for
v6.18.

Signed-off-by: Jeff Layton <jlayton@kernel.org>
---
Jeff Layton (2):
      sunrpc: fix pr_notice in svc_tcp_sendto() to show correct length
      sunrpc: eliminate return pointer in svc_tcp_sendmsg()

 net/sunrpc/svcsock.c | 23 +++++++++--------------
 1 file changed, 9 insertions(+), 14 deletions(-)
---
base-commit: 8f5ae30d69d7543eee0d70083daf4de8fe15d585
change-id: 20250811-nfsd-testing-03aafd313a72

Best regards,
-- 
Jeff Layton <jlayton@kernel.org>
Re: [PATCH 0/2] sunrpc: cleanup patches for svc_tcp_sendto() and svc_tcp_sendmsg()
Posted by Chuck Lever 1 month, 3 weeks ago
From: Chuck Lever <chuck.lever@oracle.com>

On Mon, 11 Aug 2025 10:37:06 -0400, Jeff Layton wrote:
> These patches fix a minor annoyance in a pr_notice() and clean up
> svc_tcp_sendmsg() to not require a return pointer. Please consider for
> v6.18.
> 
> 

Applied to nfsd-testing, thanks!

[1/2] sunrpc: fix pr_notice in svc_tcp_sendto() to show correct length
      commit: 0ce84089fb1ab484cafb219355bee967f9d12311
[2/2] sunrpc: eliminate return pointer in svc_tcp_sendmsg()
      commit: 2a8e3cfc134a8e198c25a1680a83bbbbcdc1901d

--
Chuck Lever