diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2022-12-14 19:17:43 +0200 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2022-12-14 20:29:36 +0200 |
commit | b3dd15ca0adce5ad64895feb90971a86a26f13a6 (patch) | |
tree | be902ceeef8b5c6eb068372b8c07f0075678e975 /target/linux/generic | |
parent | f9bd655f160978a04928d5139f88baca8c78995e (diff) | |
download | upstream-b3dd15ca0adce5ad64895feb90971a86a26f13a6.tar.gz upstream-b3dd15ca0adce5ad64895feb90971a86a26f13a6.tar.bz2 upstream-b3dd15ca0adce5ad64895feb90971a86a26f13a6.zip |
kernel: add missing symbol to 5.10 config
Kernel 5.10.158 added a prompt for the FUNCTION_ERROR_INJECTION symbol.
This is exposed in builds with CONFIG_KERNEL_KPROBES enabled, causing
those builds to fail due to a missing symbol. Add the symbol to fix
this.
Fixes: 6801c460b6a7 ("kernel: bump 5.10 to 5.10.158")
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/config-5.10 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10 index ebf30fdc26..95509935c2 100644 --- a/target/linux/generic/config-5.10 +++ b/target/linux/generic/config-5.10 @@ -2027,6 +2027,7 @@ CONFIG_FSNOTIFY=y # CONFIG_FUJITSU_ES is not set # CONFIG_FUJITSU_LAPTOP is not set # CONFIG_FUJITSU_TABLET is not set +# CONFIG_FUNCTION_ERROR_INJECTION is not set # CONFIG_FUNCTION_TRACER is not set # CONFIG_FUSE_FS is not set # CONFIG_FUSION is not set |