Message ID | 166858659236.2154965.18023032361364343888.stgit@warthog.procyon.org.uk (mailing list archive) |
---|---|
Headers | show |
Series | rxrpc: Fix oops and missing config conditionals | expand |
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!