public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] rxrpc: Fix oops and missing config conditionals
@ 2022-11-16  8:16 David Howells
  2022-11-16  8:16 ` [PATCH net-next 1/3] rxrpc: Fix missing IPV6 #ifdef David Howells
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: David Howells @ 2022-11-16  8:16 UTC (permalink / raw)
  To: netdev; +Cc: dhowells, linux-afs, linux-kernel


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(-)



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-11-18 12:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-16  8:16 [PATCH 0/3] rxrpc: Fix oops and missing config conditionals David Howells
2022-11-16  8:16 ` [PATCH net-next 1/3] rxrpc: Fix missing IPV6 #ifdef David Howells
2022-11-16  8:16 ` [PATCH net-next 2/3] rxrpc: Fix oops from calling udpv6_sendmsg() on AF_INET socket David Howells
2022-11-16  8:16 ` [PATCH net-next 3/3] rxrpc: Fix network address validation David Howells
2022-11-18 12:20 ` [PATCH 0/3] rxrpc: Fix oops and missing config conditionals patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox