kernel: add missing CONFIG_SECURITY_NETWORK_XFRM ksym
authorRui Salvaterra <rsalvaterra@gmail.com>
Wed, 1 Sep 2021 08:02:20 +0000 (09:02 +0100)
committerPaul Spooren <mail@aparcar.org>
Wed, 1 Sep 2021 08:41:46 +0000 (22:41 -1000)
Paul noticed a build failure [1] due to this missing symbol. Add it as disabled
to both generic kconfigs.

[1] https://github.com/aparcar/openwrt/runs/3480872706?check_suite_focus=true#step:11:63

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
target/linux/generic/config-5.10
target/linux/generic/config-5.4

index 02e8ce18d123e41f91df5a7fea7a6e4134b04625..2aef5728c2b5876fe9774c67353b86e73eff29a3 100644 (file)
@@ -5034,6 +5034,7 @@ CONFIG_SECTION_MISMATCH_WARN_ONLY=y
 CONFIG_SECURITY_DMESG_RESTRICT=y
 # CONFIG_SECURITY_LOADPIN is not set
 # CONFIG_SECURITY_LOCKDOWN_LSM is not set
+# CONFIG_SECURITY_NETWORK_XFRM is not set
 # CONFIG_SECURITY_PATH is not set
 # CONFIG_SECURITY_SAFESETID is not set
 # CONFIG_SECURITY_SELINUX_AVC_STATS is not set
index 4e40b07b479db74280618a336a76cdcc23c361f4..7819d35fc988b151975306d3c0fc7ee12e5edd7c 100644 (file)
@@ -4642,6 +4642,7 @@ CONFIG_SECTION_MISMATCH_WARN_ONLY=y
 CONFIG_SECURITY_DMESG_RESTRICT=y
 # CONFIG_SECURITY_LOADPIN is not set
 # CONFIG_SECURITY_LOCKDOWN_LSM is not set
+# CONFIG_SECURITY_NETWORK_XFRM is not set
 # CONFIG_SECURITY_PATH is not set
 # CONFIG_SECURITY_SAFESETID is not set
 # CONFIG_SECURITY_SELINUX_AVC_STATS is not set