diff options
author | lns <matzeton@googlemail.com> | 2022-04-21 17:38:39 +0200 |
---|---|---|
committer | lns <matzeton@googlemail.com> | 2022-04-21 17:59:55 +0200 |
commit | d2e008b649d8fe081eeb3ae7c1df66bd47313585 (patch) | |
tree | 21dac9ab50ff4d5d3b190957ed87cb83899ec39b /config | |
parent | c84724d3500b64e1d14659c7cb96fbd37d518c28 (diff) |
CI: Github Actions
* Removed Travic-CI integration
* Improved `make help` net-clean and updated Linux config
Signed-off-by: lns <matzeton@googlemail.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/linux.config | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/config/linux.config b/config/linux.config index 851359e..a9d5ccb 100644 --- a/config/linux.config +++ b/config/linux.config @@ -2,15 +2,16 @@ # Automatically generated file; DO NOT EDIT. # Linux/x86_64 5.10.67 Kernel Configuration # -CONFIG_CC_VERSION_TEXT="gcc (Debian 10.2.1-6) 10.2.1 20210110" +CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0" CONFIG_CC_IS_GCC=y -CONFIG_GCC_VERSION=100201 -CONFIG_LD_VERSION=235020000 +CONFIG_GCC_VERSION=110200 +CONFIG_LD_VERSION=238000000 CONFIG_CLANG_VERSION=0 CONFIG_LLD_VERSION=0 CONFIG_CC_CAN_LINK=y CONFIG_CC_CAN_LINK_STATIC=y CONFIG_CC_HAS_ASM_GOTO=y +CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y CONFIG_CC_HAS_ASM_INLINE=y CONFIG_IRQ_WORK=y CONFIG_BUILDTIME_TABLE_SORT=y @@ -4622,6 +4623,8 @@ CONFIG_ARCH_HAS_EARLY_DEBUG=y CONFIG_ARCH_HAS_UBSAN_SANITIZE_ALL=y # CONFIG_UBSAN is not set CONFIG_HAVE_ARCH_KCSAN=y +CONFIG_HAVE_KCSAN_COMPILER=y +# CONFIG_KCSAN is not set # end of Generic Kernel Debugging Instruments CONFIG_DEBUG_KERNEL=y |