diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2019-04-07 19:00:45 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-05-11 17:15:41 +0200 |
commit | 57ec21ef3d524832127a64aeece5a16036a7bcf3 (patch) | |
tree | 89a1de82f528e1e56123ab54cf187f89b1309a72 /target/linux/gemini | |
parent | 46af22de16b2ced67116f1ad96bb00cf98146c3e (diff) | |
download | upstream-57ec21ef3d524832127a64aeece5a16036a7bcf3.tar.gz upstream-57ec21ef3d524832127a64aeece5a16036a7bcf3.tar.bz2 upstream-57ec21ef3d524832127a64aeece5a16036a7bcf3.zip |
kernel: Activate CONFIG_SYN_COOKIES for all targets
Some targets deactivated CONFIG_SYN_COOKIES, for unknown reasons, use
the default setting from the generic configuration which activates
CONFIG_SYN_COOKIES.
This should prevent SYN flooding.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/gemini')
-rw-r--r-- | target/linux/gemini/config-4.14 | 1 | ||||
-rw-r--r-- | target/linux/gemini/config-4.19 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/gemini/config-4.14 b/target/linux/gemini/config-4.14 index ef5900771e..9a7e9240e5 100644 --- a/target/linux/gemini/config-4.14 +++ b/target/linux/gemini/config-4.14 @@ -398,7 +398,6 @@ CONFIG_SRCU=y CONFIG_SWIOTLB=y CONFIG_SWPHY=y CONFIG_SYNC_FILE=y -# CONFIG_SYN_COOKIES is not set CONFIG_SYSFS_SYSCALL=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y CONFIG_TASKS_RCU=y diff --git a/target/linux/gemini/config-4.19 b/target/linux/gemini/config-4.19 index 014175ea13..d9b9cd7316 100644 --- a/target/linux/gemini/config-4.19 +++ b/target/linux/gemini/config-4.19 @@ -452,7 +452,6 @@ CONFIG_SRCU=y # CONFIG_STRIP_ASM_SYMS is not set CONFIG_SWPHY=y CONFIG_SYNC_FILE=y -# CONFIG_SYN_COOKIES is not set CONFIG_SYSFS_SYSCALL=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y CONFIG_TASKS_RCU=y |