From: patchwork-bot+netdevbpf@kernel.org
To: David Howells <dhowells@redhat.com>
Cc: netdev@vger.kernel.org, marc.dionne@auristor.com,
kuba@kernel.org, davem@davemloft.net, edumazet@google.com,
pabeni@redhat.com, linux-afs@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH net v5 00/21] rxrpc: Miscellaneous fixes
Date: Thu, 09 Apr 2026 01:50:51 +0000 [thread overview]
Message-ID: <177569945153.949482.7195276358640737512.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260408121252.2249051-1-dhowells@redhat.com>
Hello:
This series was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Wed, 8 Apr 2026 13:12:28 +0100 you wrote:
> Here are some fixes for rxrpc:
>
> (1) Fix key quota calculation.
>
> (2) Fix a memory leak.
>
> (3) Fix rxrpc_new_client_call_for_sendmsg() to substitute NULL for an
> empty key.
>
> [...]
Here is the summary with links:
- [net,v5,01/21] rxrpc: Fix key quota calculation for multitoken keys
https://git.kernel.org/netdev/net/c/bdbfead6d389
- [net,v5,02/21] rxrpc: Fix key parsing memleak
https://git.kernel.org/netdev/net/c/b555912b9b21
- [net,v5,03/21] rxrpc: Fix anonymous key handling
https://git.kernel.org/netdev/net/c/6a59d84b4fc2
- [net,v5,04/21] rxrpc: Fix call removal to use RCU safe deletion
https://git.kernel.org/netdev/net/c/146d4ab94cf1
- [net,v5,05/21] rxrpc: Fix RxGK token loading to check bounds
https://git.kernel.org/netdev/net/c/d179a868dd75
- [net,v5,06/21] rxrpc: Fix use of wrong skb when comparing queued RESP challenge serial
https://git.kernel.org/netdev/net/c/b33f5741bb18
- [net,v5,07/21] rxrpc: Fix rack timer warning to report unexpected mode
https://git.kernel.org/netdev/net/c/65b3ffe0972e
- [net,v5,08/21] rxrpc: Fix key reference count leak from call->key
https://git.kernel.org/netdev/net/c/d666540d217e
- [net,v5,09/21] rxrpc: Fix to request an ack if window is limited
https://git.kernel.org/netdev/net/c/0cd3e3f3f2ec
- [net,v5,10/21] rxrpc: Only put the call ref if one was acquired
https://git.kernel.org/netdev/net/c/6331f1b24a3e
- [net,v5,11/21] rxrpc: reject undecryptable rxkad response tickets
https://git.kernel.org/netdev/net/c/fe4447cd9562
- [net,v5,12/21] rxrpc: fix RESPONSE authenticator parser OOB read
https://git.kernel.org/netdev/net/c/3e3138007887
- [net,v5,13/21] rxrpc: fix oversized RESPONSE authenticator length check
https://git.kernel.org/netdev/net/c/a2567217ade9
- [net,v5,14/21] rxrpc: fix reference count leak in rxrpc_server_keyring()
https://git.kernel.org/netdev/net/c/f125846ee79f
- [net,v5,15/21] rxrpc: Fix key/keyring checks in setsockopt(RXRPC_SECURITY_KEY/KEYRING)
https://git.kernel.org/netdev/net/c/2afd86ccbb20
- [net,v5,16/21] rxrpc: Fix missing error checks for rxkad encryption/decryption failure
https://git.kernel.org/netdev/net/c/f93af41b9f5f
- [net,v5,17/21] rxrpc: Fix integer overflow in rxgk_verify_response()
https://git.kernel.org/netdev/net/c/699e52180f42
- [net,v5,18/21] rxrpc: Fix leak of rxgk context in rxgk_verify_response()
https://git.kernel.org/netdev/net/c/7e1876caa836
- [net,v5,19/21] rxrpc: Fix buffer overread in rxgk_do_verify_authenticator()
https://git.kernel.org/netdev/net/c/f564af387c8c
- [net,v5,20/21] rxrpc: only handle RESPONSE during service challenge
https://git.kernel.org/netdev/net/c/c43ffdcfdbb5
- [net,v5,21/21] rxrpc: proc: size address buffers for %pISpc output
https://git.kernel.org/netdev/net/c/a44ce6aa2efb
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2026-04-09 1:51 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-08 12:12 [PATCH net v5 00/21] rxrpc: Miscellaneous fixes David Howells
2026-04-08 12:12 ` [PATCH net v5 01/21] rxrpc: Fix key quota calculation for multitoken keys David Howells
2026-04-08 12:12 ` [PATCH net v5 02/21] rxrpc: Fix key parsing memleak David Howells
2026-04-08 12:12 ` [PATCH net v5 03/21] rxrpc: Fix anonymous key handling David Howells
2026-04-08 12:12 ` [PATCH net v5 04/21] rxrpc: Fix call removal to use RCU safe deletion David Howells
2026-04-08 12:12 ` [PATCH net v5 05/21] rxrpc: Fix RxGK token loading to check bounds David Howells
2026-04-08 12:12 ` [PATCH net v5 06/21] rxrpc: Fix use of wrong skb when comparing queued RESP challenge serial David Howells
2026-04-08 12:12 ` [PATCH net v5 07/21] rxrpc: Fix rack timer warning to report unexpected mode David Howells
2026-04-08 12:12 ` [PATCH net v5 08/21] rxrpc: Fix key reference count leak from call->key David Howells
2026-04-08 12:12 ` [PATCH net v5 09/21] rxrpc: Fix to request an ack if window is limited David Howells
2026-04-08 12:12 ` [PATCH net v5 10/21] rxrpc: Only put the call ref if one was acquired David Howells
2026-04-08 12:12 ` [PATCH net v5 11/21] rxrpc: reject undecryptable rxkad response tickets David Howells
2026-04-08 12:12 ` [PATCH net v5 12/21] rxrpc: fix RESPONSE authenticator parser OOB read David Howells
2026-04-08 12:12 ` [PATCH net v5 13/21] rxrpc: fix oversized RESPONSE authenticator length check David Howells
2026-04-08 12:12 ` [PATCH net v5 14/21] rxrpc: fix reference count leak in rxrpc_server_keyring() David Howells
2026-04-08 12:12 ` [PATCH net v5 15/21] rxrpc: Fix key/keyring checks in setsockopt(RXRPC_SECURITY_KEY/KEYRING) David Howells
2026-04-08 12:12 ` [PATCH net v5 16/21] rxrpc: Fix missing error checks for rxkad encryption/decryption failure David Howells
2026-04-08 12:12 ` [PATCH net v5 17/21] rxrpc: Fix integer overflow in rxgk_verify_response() David Howells
2026-04-08 12:12 ` [PATCH net v5 18/21] rxrpc: Fix leak of rxgk context " David Howells
2026-04-08 12:12 ` [PATCH net v5 19/21] rxrpc: Fix buffer overread in rxgk_do_verify_authenticator() David Howells
2026-04-08 12:12 ` [PATCH net v5 20/21] rxrpc: only handle RESPONSE during service challenge David Howells
2026-04-08 12:12 ` [PATCH net v5 21/21] rxrpc: proc: size address buffers for %pISpc output David Howells
2026-04-09 1:50 ` patchwork-bot+netdevbpf [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=177569945153.949482.7195276358640737512.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=dhowells@redhat.com \
--cc=edumazet@google.com \
--cc=kuba@kernel.org \
--cc=linux-afs@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=marc.dionne@auristor.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox