[PATCH mptcp-net 0/3] mptcp: avoid uninitialised read with MPJ with SYN cookies
"Matthieu Baerts (NGI0)" <[email protected]>
| Newsgroups | dev.linux.lists.mptcp |
|---|---|
| Message-ID | <[email protected]> |
This is a follow-up of [1], but addressing even less problematic entries. The first patch saves request_bkup, the second one avoids a possible (harmless) KMSAN warning, and the 3rd one is a cleanup for next. Link: https://lore.kernel.org/[email protected] Signed-off-by: Matthieu Baerts (NGI0) <[email protected]> --- Matthieu Baerts (NGI0) (3): mptcp: syncookies: remember the request backup flag mptcp: subflow: no need to copy thmac during ulp_clone [next] mptcp: remove thmac from subflow ctx net/mptcp/protocol.h | 1 - net/mptcp/subflow.c | 19 +++++++++---------- net/mptcp/syncookies.c | 5 ++++- 3 files changed, 13 insertions(+), 12 deletions(-) --- base-commit: 61862bf50d532e8a538221643cd75d25a6f4f0f4 change-id: 20260816-mptcp-cook-reqb-6f35d027cd15 Best regards, -- Matthieu Baerts (NGI0) <[email protected]>