Re: [PATCH net-next v2 03/13] rxrpc: Allow CHALLENGEs to the passed to the app for a RESPONSE
From: Jakub Kicinski
Date: Wed Apr 09 2025 - 22:06:09 EST
On Mon, 7 Apr 2025 17:11:16 +0100 David Howells wrote:
> +static int rxrpc_respond_to_oob(struct rxrpc_sock *rx,
> + struct rxrpc_oob_params *p,
> + struct msghdr *msg)
> + __releases(&rx->sk.sk_lock.slock)
sparse still complains (or maybe in fact it complains because it sees
the annotation?):
net/rxrpc/oob.c:173:12: warning: context imbalance in 'rxrpc_respond_to_oob' - wrong count at exit
net/rxrpc/oob.c:223:5: warning: context imbalance in 'rxrpc_sendmsg_oob' - wrong count at exit
Not a deal breaker, just wanted to mention it.