mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/linux-armv7 to 5.16.8-1
This commit is contained in:
parent
edd48872c6
commit
d7feb723b9
2 changed files with 13 additions and 8 deletions
|
@ -7,7 +7,7 @@ pkgbase=linux-armv7
|
|||
_srcname=linux-5.16
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="ARMv7 multi-platform"
|
||||
pkgver=5.16.7
|
||||
pkgver=5.16.8
|
||||
pkgrel=1
|
||||
rcnver=5.16.3
|
||||
rcnrel=armv7-x12
|
||||
|
@ -36,7 +36,7 @@ source=("https://www.kernel.org/pub/linux/kernel/v5.x/${_srcname}.tar.xz"
|
|||
'60-linux.hook'
|
||||
'90-linux.hook')
|
||||
md5sums=('e6680ce7c989a3efe58b51e3f3f0bf93'
|
||||
'58ed014f8501484f3a21668c85f81327'
|
||||
'819daa797c12313b9148a301b643deae'
|
||||
'5fca2d66aaabd5a4be7e39af6f496489'
|
||||
'b81c2379a8d11aa94c7362cc2e4dc025'
|
||||
'9924e5e533a18f45b5f404e97e24758f'
|
||||
|
@ -47,7 +47,7 @@ md5sums=('e6680ce7c989a3efe58b51e3f3f0bf93'
|
|||
'd23f935b23d571cb8895fac5bd3c713b'
|
||||
'7a8781dc078b105aeaf725a7a2e4c385'
|
||||
'892ad2ffda3f3fe02a3108ed7767f542'
|
||||
'36acf353676e9016b34cb9f866c9b10f'
|
||||
'de7ea2f4b86f6aba3e3818d396b20835'
|
||||
'0963ff6490be16935370812fc75fa065'
|
||||
'61c5ff73c136ed07a7aadbf58db3d96a'
|
||||
'584777ae88bce2c5659960151b64c7d8'
|
||||
|
|
|
@ -1,19 +1,20 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 5.16.5-1 Kernel Configuration
|
||||
# Linux/arm 5.16.8-1 Kernel Configuration
|
||||
#
|
||||
CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.0"
|
||||
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.1.0"
|
||||
CONFIG_CC_IS_GCC=y
|
||||
CONFIG_GCC_VERSION=100200
|
||||
CONFIG_GCC_VERSION=110100
|
||||
CONFIG_CLANG_VERSION=0
|
||||
CONFIG_AS_IS_GNU=y
|
||||
CONFIG_AS_VERSION=23500
|
||||
CONFIG_AS_VERSION=23601
|
||||
CONFIG_LD_IS_BFD=y
|
||||
CONFIG_LD_VERSION=23500
|
||||
CONFIG_LD_VERSION=23601
|
||||
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_CC_HAS_NO_PROFILE_FN_ATTR=y
|
||||
CONFIG_IRQ_WORK=y
|
||||
|
@ -6619,6 +6620,7 @@ CONFIG_HDMI=y
|
|||
#
|
||||
CONFIG_DUMMY_CONSOLE=y
|
||||
CONFIG_FRAMEBUFFER_CONSOLE=y
|
||||
# CONFIG_FRAMEBUFFER_CONSOLE_LEGACY_ACCELERATION is not set
|
||||
CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
|
||||
CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
|
||||
# CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER is not set
|
||||
|
@ -9932,6 +9934,8 @@ CONFIG_INIT_STACK_NONE=y
|
|||
# CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL is not set
|
||||
CONFIG_INIT_ON_ALLOC_DEFAULT_ON=y
|
||||
# CONFIG_INIT_ON_FREE_DEFAULT_ON is not set
|
||||
CONFIG_CC_HAS_ZERO_CALL_USED_REGS=y
|
||||
# CONFIG_ZERO_CALL_USED_REGS is not set
|
||||
# end of Memory initialization
|
||||
# end of Kernel hardening options
|
||||
# end of Security options
|
||||
|
@ -10382,6 +10386,7 @@ CONFIG_KDB_DEFAULT_ENABLE=0x1
|
|||
CONFIG_KDB_KEYBOARD=y
|
||||
CONFIG_KDB_CONTINUE_CATASTROPHIC=0
|
||||
# CONFIG_UBSAN is not set
|
||||
CONFIG_HAVE_KCSAN_COMPILER=y
|
||||
# end of Generic Kernel Debugging Instruments
|
||||
|
||||
CONFIG_DEBUG_KERNEL=y
|
||||
|
|
Loading…
Reference in a new issue