diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2022-12-14 19:10:48 +0200 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2022-12-14 19:12:33 +0200 |
commit | f9bd655f160978a04928d5139f88baca8c78995e (patch) | |
tree | 4e4726d88560253a70e435670c7c9b6da029bb08 | |
parent | 230f2fccd14ed98bbb9e7302d1da67a934f71791 (diff) | |
download | upstream-f9bd655f160978a04928d5139f88baca8c78995e.tar.gz upstream-f9bd655f160978a04928d5139f88baca8c78995e.tar.bz2 upstream-f9bd655f160978a04928d5139f88baca8c78995e.zip |
kernel: add missing symbol to 5.15 config
Kernel 5.15.82 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: 68426e54eda4 ("kernel: bump 5.15 to 5.15.82")
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
-rw-r--r-- | target/linux/generic/config-5.15 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-5.15 b/target/linux/generic/config-5.15 index 304d99c19c..a91e0fc8e9 100644 --- a/target/linux/generic/config-5.15 +++ b/target/linux/generic/config-5.15 @@ -2110,6 +2110,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 |