[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250223204505.2499-3-thorsten.blum@linux.dev>
Date: Sun, 23 Feb 2025 21:45:07 +0100
From: Thorsten Blum <thorsten.blum@...ux.dev>
To: "David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
Simon Horman <horms@...nel.org>,
Marcelo Ricardo Leitner <marcelo.leitner@...il.com>,
Xin Long <lucien.xin@...il.com>
Cc: Thorsten Blum <thorsten.blum@...ux.dev>,
Kees Cook <kees@...nel.org>,
linux-sctp@...r.kernel.org,
netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH net-next] sctp: Remove unused payload from sctp_idatahdr
Remove the unused payload array from the struct sctp_idatahdr.
Cc: Kees Cook <kees@...nel.org>
Signed-off-by: Thorsten Blum <thorsten.blum@...ux.dev>
---
include/linux/sctp.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/linux/sctp.h b/include/linux/sctp.h
index 836a7e200f39..0b0228578153 100644
--- a/include/linux/sctp.h
+++ b/include/linux/sctp.h
@@ -239,7 +239,6 @@ struct sctp_idatahdr {
__u32 ppid;
__be32 fsn;
};
- __u8 payload[0];
};
struct sctp_idata_chunk {
--
2.48.1
Powered by blists - more mailing lists