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

Message ID 166858659236.2154965.18023032361364343888.stgit@warthog.procyon.org.uk
Headers
Series rxrpc: Fix oops and missing config conditionals |

Message

David Howells Nov. 16, 2022, 8:16 a.m. UTC
  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(-)
  

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 18, 2022, 12:20 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by David Howells <dhowells@redhat.com>:

On Wed, 16 Nov 2022 08:16:32 +0000 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - [net-next,1/3] rxrpc: Fix missing IPV6 #ifdef
    https://git.kernel.org/netdev/net-next/c/41cf3a9156ba
  - [net-next,2/3] rxrpc: Fix oops from calling udpv6_sendmsg() on AF_INET socket
    https://git.kernel.org/netdev/net-next/c/6423ac2eb31e
  - [net-next,3/3] rxrpc: Fix network address validation
    https://git.kernel.org/netdev/net-next/c/66f6fd278c67

You are awesome, thank you!