openwrt/target/linux/generic
Christian Marangi dc84b287b5
generic: globally enable CONFIG_PCPU_DEV_REFCNT
Quoting the kconfig description for CONFIG_PCPU_DEV_REFCNT:

network device refcount are using per cpu variables if this option is
set. This can be forced to N to detect underflows (with a performance
drop).

This was introduced from kernel 5.13 and was wrongly set as disabled.
Some target actually enables it but this should be always enabled unless
refcount needs to be debugged (unlikely for production images)

Enable in generic and drop the entry in every other target.

Link: https://github.com/openwrt/openwrt/pull/18174
Signed-off-by: Robert Marko <robimarko@gmail.com>
(cherry picked from commit ea6f3e49d6)
[ adapt for kernel 5.15 ]
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2025-03-19 09:32:40 +01:00
..
backport-5.15 generic: backport pending gpio-regmap ops patch 2025-01-22 21:01:01 +01:00
files kernel: bump 5.15 to 5.15.165 2024-09-14 16:51:13 +02:00
hack-5.15 kernel: bump 5.15 to 5.15.172 2024-11-23 23:20:16 +01:00
image target: use SPDX license identifiers on Makefiles 2021-02-10 15:47:18 +01:00
other-files initramfs: switch to tmpfs to fix ujail 2020-11-27 01:23:43 +00:00
pending-5.15 generic: backport pending gpio-regmap ops patch 2025-01-22 21:01:01 +01:00
config-5.15 generic: globally enable CONFIG_PCPU_DEV_REFCNT 2025-03-19 09:32:40 +01:00
config-filter generic: filter out CONFIG_FRAME_WARN 2023-07-02 15:31:03 +02:00
PATCHES