diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-05-04 23:44:41 +0200 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2025-05-04 23:44:41 +0200 |
| commit | cfdd4451ca3aa8d9eb000f847db236c8b7fb6c78 (patch) | |
| tree | c1bf87c083edfb4f7eadc4da2c7eaa69734300ea /scripts/package-build/linux-kernel/arch/arm64 | |
| parent | 4be81eb3eb9707a635098d8fcc0272bd8ea122a7 (diff) | |
| download | vyos-build-cfdd4451ca3aa8d9eb000f847db236c8b7fb6c78.tar.gz vyos-build-cfdd4451ca3aa8d9eb000f847db236c8b7fb6c78.zip | |
Kernel: T7428: remove io_uring support
Given the recent chatter about io_uring and it flaws - e.g. [1] - and we have
to my knowledge no use for it we should remove it from the Kernel configuration.
Every feature not used and removed from the Kernel is a good one.
1: https://www.armosec.io/blog/io_uring-rootkit-bypasses-linux-security/
Diffstat (limited to 'scripts/package-build/linux-kernel/arch/arm64')
| -rw-r--r-- | scripts/package-build/linux-kernel/arch/arm64/configs/vyos_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/package-build/linux-kernel/arch/arm64/configs/vyos_defconfig b/scripts/package-build/linux-kernel/arch/arm64/configs/vyos_defconfig index fe174f63..f9ce00c8 100644 --- a/scripts/package-build/linux-kernel/arch/arm64/configs/vyos_defconfig +++ b/scripts/package-build/linux-kernel/arch/arm64/configs/vyos_defconfig @@ -234,7 +234,7 @@ CONFIG_TIMERFD=y CONFIG_EVENTFD=y CONFIG_SHMEM=y CONFIG_AIO=y -CONFIG_IO_URING=y +# CONFIG_IO_URING is not set CONFIG_ADVISE_SYSCALLS=y CONFIG_MEMBARRIER=y CONFIG_KALLSYMS=y |
