ImmortalWrt/target/linux/x86
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
..
64 kernel: Move CONFIG_DRM_XEN_FRONTEND to generic configuration 2022-12-23 00:43:23 +01:00
base-files x86: remove bootloader upgrade from preinit 2023-02-26 22:22:48 +01:00
generic kernel: Move CONFIG_DRM_XEN_FRONTEND to generic configuration 2022-12-23 00:43:23 +01:00
geode x86/config-5.10: geode: add missing CONFIG_WATCHDOG_CORE option 2022-09-24 23:53:53 +02:00
image x86: 64: Add kmod-igc to default packages 2022-06-29 00:57:57 +02:00
legacy generic: enable CRYPTO_LIB_BLAKE2S[_X86|_ARM] 2022-06-24 17:10:24 +02:00
patches-5.10 kernel: bump 5.10 to 5.10.156 2022-11-27 13:18:29 +01:00
patches-5.15 kernel: bump 5.15 to 5.15.95 2023-02-28 04:38:13 -05:00
config-5.10 kernel: improve handling of CONFIG_IO_URING 2023-05-03 10:26:17 -07:00
config-5.15 kernel: improve handling of CONFIG_IO_URING 2023-05-03 10:26:17 -07:00
Makefile x86: switch to 5.15 as default kernel 2022-10-19 21:40:23 +02:00
modules.mk kernel/x86: fix typo 2023-01-15 13:30:09 +01:00