Files
openwrt/target/linux
Markus Stockhausen 0837be599d realtek: dsa: rtl83xx: fix init section mismatch
Compilation currently spits this message:

WARNING: modpost: vmlinux: section mismatch in reference:
rtl83xx_sw_probe+0x6a4 (section: .text.rtl83xx_sw_probe)
-> rtl83xx_setup_qos (section: .init.text)

That means that we have a "normal" function caller (can be
called during the whole uptime) and a "initialization" function
callee (only available during init.

Fix this and directly fix the unwanted family checks.

Fixes: 012e0091 ("realtek: dsa: avoid use-after-free")
Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
Link: https://github.com/openwrt/openwrt/pull/21690

(cherry picked from commit adbb9a6423)
Link: https://github.com/openwrt/openwrt/pull/21900
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2026-02-08 21:25:29 +01:00
..
2026-01-15 20:55:54 +01:00
2026-02-03 23:26:21 +01:00
2026-01-15 20:55:54 +01:00
2026-01-05 00:22:59 +01:00
2026-01-27 16:30:05 +01:00
2026-01-11 19:10:38 +01:00
2026-02-03 23:26:21 +01:00
2026-01-15 20:55:54 +01:00
2025-12-17 00:32:23 +01:00
2026-01-15 20:55:54 +01:00
2026-02-03 23:26:21 +01:00
2026-01-15 20:55:54 +01:00
2026-01-15 20:55:54 +01:00