openwrt-6.x/target/linux/d1
Christian Marangi ea6f3e49d6 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.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/18174
Signed-off-by: Robert Marko <robimarko@gmail.com>
2025-03-08 11:33:56 +01:00
..
base-files/etc d1: Use correct module for devices with wifi 2025-01-13 23:38:19 +01:00
generic d1: define subtarget specifically 2024-04-08 21:52:51 +02:00
image d1: Use correct module for devices with wifi 2025-01-13 23:38:19 +01:00
patches-6.6 d1: remove upstreamed patches and add new patchset 2024-05-29 17:56:28 +02:00
config-6.6 generic: globally enable CONFIG_PCPU_DEV_REFCNT 2025-03-08 11:33:56 +01:00
Makefile d1: switch default to 6.6 2024-05-29 17:56:28 +02:00