Merge tag 'rxrpc-next-20221116' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorDavid S. Miller <davem@davemloft.net>
Fri, 18 Nov 2022 12:09:20 +0000 (12:09 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 Nov 2022 12:09:20 +0000 (12:09 +0000)
commit8cf4f8c7d99addb6c2c2273fac7c20ca7c50db45
tree99dbd72ee730c75e9ebfba6ae5b61aaf8f233b63
parentfd896e38e5df2c5b68c78eee2fc425c4dcd3b4dd
parent66f6fd278c6780ea8c8bb7dac839132d8e76dd53
Merge tag 'rxrpc-next-20221116' of git://git./linux/kernel/git/dhowells/linux-fs

David Howells says:

====================
rxrpc: Fix oops and missing config conditionals

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/
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
net/rxrpc/output.c