diff options
| author | Breno Leitao <leitao@debian.org> | 2026-05-12 03:46:37 -0700 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2026-05-13 18:09:12 -0700 |
| commit | 5664c3908b7083e5905bbaff2dd6566a81c367b1 (patch) | |
| tree | 4bacfd1cf5b4f7ebc43e545564b4a04c75eae557 /scripts/patch-kernel | |
| parent | c411baa463e85a779a7e68a00ba6298770b58c4c (diff) | |
netconsole: move push_ipv4() from netpoll
push_ipv4() builds the IPv4 header for netconsole's UDP packets.
Move it into drivers/net/netconsole.c as a file-static helper; drop
its EXPORT_SYMBOL_GPL and remove the prototype from
include/linux/netpoll.h.
put_unaligned() is no longer used in net/core/netpoll.c, so drop
the now-stale <linux/unaligned.h> include from there. Pull it into
netconsole.c so the moved code keeps building.
Signed-off-by: Breno Leitao <leitao@debian.org>
Link: https://patch.msgid.link/20260512-netconsole_split-v2-4-1191d14ad66d@debian.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions
