[PATCH 0/3] rxrpc: Fix oops and missing config conditionals

David Howells dhowells at redhat.com
Wed Nov 16 00:16:32 PST 2022


The patches that were pulled into net-next previously[1] had some issues
that this patchset fixes:

 (1) Fix missing IPV6 config conditionals.

 (2) Fix an oops caused by calling udpv6_sendmsg() directly on an AF_INET
     socket.

 (3) Fix the validation of network addresses on entry to socket functions
     so that we don't allow an AF_INET6 address if we've selected an
     AF_INET transport socket.

Link: https://lore.kernel.org/r/166794587113.2389296.16484814996876530222.stgit@warthog.procyon.org.uk/ [1]

---
The patches are tagged here:

	git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git tags/rxrpc-next-20221116

And can be found on this branch:

	http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git/log/?h=rxrpc-next

David
---
David Howells (3):
      rxrpc: Fix missing IPV6 #ifdef
      rxrpc: Fix oops from calling udpv6_sendmsg() on AF_INET socket
      rxrpc: Fix network address validation


 net/rxrpc/af_rxrpc.c     |  9 +++++----
 net/rxrpc/local_object.c |  3 ++-
 net/rxrpc/output.c       | 18 ++++++++++++------
 3 files changed, 19 insertions(+), 11 deletions(-)





More information about the linux-afs mailing list