]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'rxrpc-miscellaneous-fixes'
authorJakub Kicinski <kuba@kernel.org>
Thu, 23 Apr 2026 19:40:54 +0000 (12:40 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 23 Apr 2026 19:41:52 +0000 (12:41 -0700)
commit27ae4bcf4df480eb7588e01de8f3c4fb74b11d30
treef55e9a5d255d089f1c6c90cb139299bb1c53225b
parent8141a2dc70080eda1aedc0389ed2db2b292af5bd
parentac33733b10b484d666f97688561670afd5861383
Merge branch 'rxrpc-miscellaneous-fixes'

David Howells says:

====================
rxrpc: Miscellaneous fixes

Here are some fixes for rxrpc, as found by Sashiko[1]:

 (1) Fix leaks in rxkad_verify_response().

 (2) Fix handling of rxkad-encrypted packets with crypto-misaligned
     lengths.

 (3) Fix problem with unsharing DATA packets potentially causing a crash in
     the caller.

 (4) Fix lack of unsharing of RESPONSE packets.

 (5) Fix integer overflow in RxGK ticket length check.

 (6) Fix missing length check in RxKAD tickets.
====================

Link: https://patch.msgid.link/20260422161438.2593376-1-dhowells@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>