mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 17:49:10 +00:00
kernel: Update to 5.10.92/5.4.156
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
parent
8e03866f69
commit
ff606216e4
@ -256,13 +256,13 @@ endef
|
|||||||
# Debug targets only for latest stable and LTS stable
|
# Debug targets only for latest stable and LTS stable
|
||||||
#
|
#
|
||||||
ifeq ($(ARCH),x86_64)
|
ifeq ($(ARCH),x86_64)
|
||||||
$(eval $(call kernel,5.10.76,5.10.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,5.10.92,5.10.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,5.10.76,5.10.x,,-dbg))
|
$(eval $(call kernel,5.10.92,5.10.x,,-dbg))
|
||||||
$(eval $(call kernel,5.4.156,5.4.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,5.4.172,5.4.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,5.11.4,5.11.x,-rt,))
|
$(eval $(call kernel,5.11.4,5.11.x,-rt,))
|
||||||
|
|
||||||
else ifeq ($(ARCH),$(filter $(ARCH),aarch64 arm64))
|
else ifeq ($(ARCH),$(filter $(ARCH),aarch64 arm64))
|
||||||
$(eval $(call kernel,5.10.76,5.10.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,5.10.92,5.10.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,5.11.4,5.11.x,-rt,))
|
$(eval $(call kernel,5.11.4,5.11.x,-rt,))
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/arm64 5.10.76 Kernel Configuration
|
# Linux/arm64 5.10.92 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_CC_VERSION_TEXT="gcc (Alpine 10.2.1_pre1) 10.2.1 20201203"
|
CONFIG_CC_VERSION_TEXT="gcc (Alpine 10.2.1_pre1) 10.2.1 20201203"
|
||||||
CONFIG_CC_IS_GCC=y
|
CONFIG_CC_IS_GCC=y
|
||||||
@ -213,6 +213,7 @@ CONFIG_BPF_SYSCALL=y
|
|||||||
CONFIG_ARCH_WANT_DEFAULT_BPF_JIT=y
|
CONFIG_ARCH_WANT_DEFAULT_BPF_JIT=y
|
||||||
CONFIG_BPF_JIT_ALWAYS_ON=y
|
CONFIG_BPF_JIT_ALWAYS_ON=y
|
||||||
CONFIG_BPF_JIT_DEFAULT_ON=y
|
CONFIG_BPF_JIT_DEFAULT_ON=y
|
||||||
|
# CONFIG_BPF_UNPRIV_DEFAULT_OFF is not set
|
||||||
# CONFIG_BPF_PRELOAD is not set
|
# CONFIG_BPF_PRELOAD is not set
|
||||||
# CONFIG_USERFAULTFD is not set
|
# CONFIG_USERFAULTFD is not set
|
||||||
CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE=y
|
CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE=y
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/x86 5.10.76 Kernel Configuration
|
# Linux/x86 5.10.92 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_CC_VERSION_TEXT="gcc (Alpine 10.2.1_pre1) 10.2.1 20201203"
|
CONFIG_CC_VERSION_TEXT="gcc (Alpine 10.2.1_pre1) 10.2.1 20201203"
|
||||||
CONFIG_CC_IS_GCC=y
|
CONFIG_CC_IS_GCC=y
|
||||||
@ -233,6 +233,7 @@ CONFIG_BPF_SYSCALL=y
|
|||||||
CONFIG_ARCH_WANT_DEFAULT_BPF_JIT=y
|
CONFIG_ARCH_WANT_DEFAULT_BPF_JIT=y
|
||||||
CONFIG_BPF_JIT_ALWAYS_ON=y
|
CONFIG_BPF_JIT_ALWAYS_ON=y
|
||||||
CONFIG_BPF_JIT_DEFAULT_ON=y
|
CONFIG_BPF_JIT_DEFAULT_ON=y
|
||||||
|
# CONFIG_BPF_UNPRIV_DEFAULT_OFF is not set
|
||||||
# CONFIG_BPF_PRELOAD is not set
|
# CONFIG_BPF_PRELOAD is not set
|
||||||
# CONFIG_USERFAULTFD is not set
|
# CONFIG_USERFAULTFD is not set
|
||||||
CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE=y
|
CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE=y
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/x86 5.4.156 Kernel Configuration
|
# Linux/x86 5.4.172 Kernel Configuration
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user