* [PATCH net-next] sctp: Remove unused payload from sctp_idatahdr
@ 2025-02-23 20:45 Thorsten Blum
2025-02-25 14:30 ` patchwork-bot+netdevbpf
0 siblings, 1 reply; 2+ messages in thread
From: Thorsten Blum @ 2025-02-23 20:45 UTC (permalink / raw)
To: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
Simon Horman, Marcelo Ricardo Leitner, Xin Long
Cc: Thorsten Blum, Kees Cook, linux-sctp, netdev, linux-kernel
Remove the unused payload array from the struct sctp_idatahdr.
Cc: Kees Cook <kees@kernel.org>
Signed-off-by: Thorsten Blum <thorsten.blum@linux.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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH net-next] sctp: Remove unused payload from sctp_idatahdr
2025-02-23 20:45 [PATCH net-next] sctp: Remove unused payload from sctp_idatahdr Thorsten Blum
@ 2025-02-25 14:30 ` patchwork-bot+netdevbpf
0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2025-02-25 14:30 UTC (permalink / raw)
To: Thorsten Blum
Cc: davem, edumazet, kuba, pabeni, horms, marcelo.leitner, lucien.xin,
kees, linux-sctp, netdev, linux-kernel
Hello:
This patch was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:
On Sun, 23 Feb 2025 21:45:07 +0100 you wrote:
> Remove the unused payload array from the struct sctp_idatahdr.
>
> Cc: Kees Cook <kees@kernel.org>
> Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
> ---
> include/linux/sctp.h | 1 -
> 1 file changed, 1 deletion(-)
Here is the summary with links:
- [net-next] sctp: Remove unused payload from sctp_idatahdr
https://git.kernel.org/netdev/net-next/c/287044abff82
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-02-25 14:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-23 20:45 [PATCH net-next] sctp: Remove unused payload from sctp_idatahdr Thorsten Blum
2025-02-25 14:30 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).