[PATCH net 0/2] rxrpc: Miscellaneous fixes
From: David Howells <dhowells@redhat.com>
Date: 2024-10-01 13:27:12
Also in:
lkml
From: David Howells <dhowells@redhat.com>
Date: 2024-10-01 13:27:12
Also in:
lkml
Here some miscellaneous fixes for AF_RXRPC: (1) Fix a race in the I/O thread vs UDP socket setup. (2) Fix an uninitialised variable. David --- The patches can be found here also: http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git/log/?h=rxrpc-fixes David Howells (2): rxrpc: Fix a race between socket set up and I/O thread creation rxrpc: Fix uninitialised variable in rxrpc_send_data() net/rxrpc/ar-internal.h | 2 +- net/rxrpc/io_thread.c | 10 ++++++++-- net/rxrpc/local_object.c | 2 +- net/rxrpc/sendmsg.c | 10 +++++----- 4 files changed, 15 insertions(+), 9 deletions(-)