openwrt/target/linux
Tony Ambardar 3d66f55161 kernel: improve handling of CONFIG_IO_URING
Kernel setting CONFIG_IO_URING supports high-performance I/O for file
access and servers, generally for more performant platforms, and adds
~45 KB to kernel sizes. The need for this on less "beefy" devices is
questionable, as is the size cost considering many platforms have kernel
size limits which require tricky repartitioning if outgrown. The size
cost is also large relative to the ~180 KB bump expected between major
OpenWRT kernel releases.

No OpenWrt packages have hard dependencies on this; samba4 and mariadb
can take advantage if available (+KERNEL_IO_URING:liburing) but
otherwise build and work fine.

Since CONFIG_IO_URING is already managed via the KERNEL_IO_URING setting
in Config-kernel.in (default Y), remove it from those target configs
which unconditionally enable it, and update the defaults to enable it
conditionally only on more powerful 64-bit x86 and arm devices. It may
still be manually enabled as needed for high-performance custom builds.

Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
2023-05-03 10:26:17 -07:00
..
airoha kernel: improve handling of CONFIG_IO_URING 2023-05-03 10:26:17 -07:00
apm821xx kernel: bump 5.10 to 5.10.178 2023-04-22 01:15:03 +02:00
archs38 kernel: Activate CONFIG_HARDENED_USERCOPY for all targets 2023-04-29 21:56:53 +02:00
armvirt
at91 kernel: bump 5.10 to 5.10.178 2023-04-22 01:15:03 +02:00
ath25
ath79 kernel: bump 5.10 to 5.10.179 2023-04-30 00:01:12 +02:00
bcm27xx bcm27xx: Deactivate CONFIG_OABI_COMPAT 2023-04-29 21:56:53 +02:00
bcm47xx kernel: bump 5.10 to 5.10.179 2023-04-30 00:01:12 +02:00
bcm53xx kernel: improve handling of CONFIG_IO_URING 2023-05-03 10:26:17 -07:00
bcm63xx
bcm4908 bcm4908: switch to Kernel 5.15 by default 2023-04-10 21:21:03 +02:00
bmips bmips: fix external interrupt controller 2023-04-27 15:39:09 +02:00
gemini kernel: improve handling of CONFIG_IO_URING 2023-05-03 10:26:17 -07:00
generic kernel: fix handling of CONFIG_DYNAMIC_DEBUG 2023-05-03 10:26:17 -07:00
imx kernel: improve handling of CONFIG_IO_URING 2023-05-03 10:26:17 -07:00
ipq40xx kernel: improve handling of CONFIG_IO_URING 2023-05-03 10:26:17 -07:00
ipq806x kernel: fix handling of CONFIG_DYNAMIC_DEBUG 2023-05-03 10:26:17 -07:00
ipq807x kernel: bump 5.15 to 5.15.109 2023-04-30 00:02:47 +02:00
kirkwood kirkwood: fix Linksys upgrade, restore config step 2023-04-11 12:21:15 +02:00
lantiq lantiq: mark source only 2023-05-03 14:47:55 +02:00
layerscape kernel: bump 5.15 to 5.15.108 2023-04-22 01:10:24 +02:00
malta
mediatek kernel: improve handling of CONFIG_IO_URING 2023-05-03 10:26:17 -07:00
mpc85xx kernel: Deactivate CONFIG_LEGACY_PTYS 2023-04-29 21:56:53 +02:00
mvebu kernel: bump 5.15 to 5.15.108 2023-04-22 01:10:24 +02:00
mxs
octeon octeon: switch to Kernel 5.15 by default 2023-04-08 00:47:12 +02:00
octeontx
omap omap: mark source only 2023-05-03 14:49:44 +02:00
oxnas
pistachio
qoriq kernel: fix handling of CONFIG_DYNAMIC_DEBUG 2023-05-03 10:26:17 -07:00
ramips ramips: mt7621: add support for Cudy X6 v2 2023-05-02 18:24:52 +02:00
realtek realtek: hpe_1920-8g: add phy-handle for SFP ports 2023-04-30 21:59:26 +02:00
rockchip kernel: improve handling of CONFIG_IO_URING 2023-05-03 10:26:17 -07:00
sunxi kernel: fix handling of CONFIG_DYNAMIC_DEBUG 2023-05-03 10:26:17 -07:00
tegra tegra: switch to Kernel 5.15 by default 2023-04-08 00:30:22 +02:00
uml
x86 kernel: improve handling of CONFIG_IO_URING 2023-05-03 10:26:17 -07:00
zynq
Makefile