kernel_samsung_a53x/net/mptcp
Greg Kroah-Hartman ca0d4326b0 ANDROID: Fix gki allmodconfig build errors in mptcp
In commit e93fa44f0714 ("mptcp: fix duplicate data handling"), the logic
could potentially end up testing the variable 'incr' without first
setting it.  clang properly catches this error, but gcc doesn't, and
it's gone unnoticed upstream as well.

Fix this up by initializing the variable, which resolves the build.
Note that for GKI kernels, none of this matters as mptcp is not enabled
for that build.

Fixes: e93fa44f0714 ("mptcp: fix duplicate data handling")
Change-Id: Ia619c1f9fed70f39b29cfdbd3143e0480fd2199d
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2025-01-19 14:56:39 +01:00
..
crypto.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
crypto_test.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ctrl.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
diag.c Revert "mptcp: correct MPTCP_SUBFLOW_ATTR_SSN_OFFSET reserved size" 2024-11-24 00:23:53 +01:00
Kconfig Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Makefile Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mib.c Revert "mptcp: handle consistently DSS corruption" 2024-11-24 00:22:51 +01:00
mib.h Revert "mptcp: handle consistently DSS corruption" 2024-11-24 00:22:51 +01:00
mptcp_diag.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
options.c mptcp: pr_debug: add missing \n at the end 2025-01-19 14:48:42 +01:00
pm.c mptcp: pr_debug: add missing \n at the end 2025-01-19 14:48:42 +01:00
pm_netlink.c mptcp: pr_debug: add missing \n at the end 2025-01-19 14:48:42 +01:00
protocol.c mptcp: pr_debug: add missing \n at the end 2025-01-19 14:48:42 +01:00
protocol.h mptcp: pr_debug: add missing \n at the end 2025-01-19 14:48:42 +01:00
subflow.c ANDROID: Fix gki allmodconfig build errors in mptcp 2025-01-19 14:56:39 +01:00
syncookies.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
token.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
token_test.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00