summaryrefslogtreecommitdiff
path: root/sys-kernel/cairn-sources/files/5.10.7/hardened-patches/0021-stop-hiding-AIO-behind-EXPERT.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sys-kernel/cairn-sources/files/5.10.7/hardened-patches/0021-stop-hiding-AIO-behind-EXPERT.patch')
-rw-r--r--sys-kernel/cairn-sources/files/5.10.7/hardened-patches/0021-stop-hiding-AIO-behind-EXPERT.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/sys-kernel/cairn-sources/files/5.10.7/hardened-patches/0021-stop-hiding-AIO-behind-EXPERT.patch b/sys-kernel/cairn-sources/files/5.10.7/hardened-patches/0021-stop-hiding-AIO-behind-EXPERT.patch
new file mode 100644
index 000000000000..adbbac5768f3
--- /dev/null
+++ b/sys-kernel/cairn-sources/files/5.10.7/hardened-patches/0021-stop-hiding-AIO-behind-EXPERT.patch
@@ -0,0 +1,25 @@
+From cbda8d7870878ab241fab196006e7cdee9b27218 Mon Sep 17 00:00:00 2001
+From: Bernhard40 <32568352+Bernhard40@users.noreply.github.com>
+Date: Fri, 6 Oct 2017 10:21:50 +0000
+Subject: [PATCH 021/113] stop hiding AIO behind EXPERT
+
+---
+ init/Kconfig | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/init/Kconfig b/init/Kconfig
+index 74680a15ceb4..8605f3e78e47 100644
+--- a/init/Kconfig
++++ b/init/Kconfig
+@@ -1591,7 +1591,7 @@ config SHMEM
+ which may be appropriate on small systems without swap.
+
+ config AIO
+- bool "Enable AIO support" if EXPERT
++ bool "Enable AIO support"
+ default y
+ help
+ This option enables POSIX asynchronous I/O which may by used
+--
+2.30.0
+