linux5.11: update to 5.11.13.
This commit is contained in:
parent
35c0e31732
commit
2f5d6dda98
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 5.11.1 Kernel Configuration
|
||||
# Linux/arm64 5.11.13 Kernel Configuration
|
||||
#
|
||||
CONFIG_CC_VERSION_TEXT="aarch64-linux-musl-gcc (GCC) 10.2.1 20201203"
|
||||
CONFIG_CC_IS_GCC=y
|
||||
|
@ -228,6 +228,7 @@ CONFIG_USERMODE_DRIVER=y
|
|||
# CONFIG_BPF_PRELOAD is not set
|
||||
CONFIG_USERFAULTFD=y
|
||||
CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE=y
|
||||
CONFIG_KCMP=y
|
||||
CONFIG_RSEQ=y
|
||||
# CONFIG_DEBUG_RSEQ is not set
|
||||
# CONFIG_EMBEDDED is not set
|
||||
|
@ -371,6 +372,7 @@ CONFIG_QCOM_FALKOR_ERRATUM_1003=y
|
|||
CONFIG_QCOM_FALKOR_ERRATUM_1009=y
|
||||
CONFIG_QCOM_QDF2400_ERRATUM_0065=y
|
||||
CONFIG_QCOM_FALKOR_ERRATUM_E1041=y
|
||||
CONFIG_NVIDIA_CARMEL_CNP_ERRATUM=y
|
||||
CONFIG_SOCIONEXT_SYNQUACER_PREITS=y
|
||||
# end of ARM errata workarounds via the alternatives framework
|
||||
|
||||
|
@ -2115,7 +2117,6 @@ CONFIG_PCIEASPM_DEFAULT=y
|
|||
CONFIG_PCIE_PME=y
|
||||
CONFIG_PCIE_DPC=y
|
||||
CONFIG_PCIE_PTM=y
|
||||
# CONFIG_PCIE_BW is not set
|
||||
CONFIG_PCIE_EDR=y
|
||||
CONFIG_PCI_MSI=y
|
||||
CONFIG_PCI_MSI_IRQ_DOMAIN=y
|
||||
|
@ -10177,7 +10178,6 @@ CONFIG_RESET_TEGRA_BPMP=y
|
|||
CONFIG_GENERIC_PHY=y
|
||||
CONFIG_GENERIC_PHY_MIPI_DPHY=y
|
||||
CONFIG_PHY_XGENE=m
|
||||
CONFIG_USB_LGM_PHY=m
|
||||
CONFIG_PHY_SUN4I_USB=m
|
||||
CONFIG_PHY_SUN6I_MIPI_DPHY=m
|
||||
CONFIG_PHY_SUN9I_USB=m
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'linux5.11'
|
||||
pkgname=linux5.11
|
||||
version=5.11.12
|
||||
version=5.11.13
|
||||
revision=1
|
||||
wrksrc="linux-${version%.*}"
|
||||
short_desc="Linux kernel and modules (${version%.*} series)"
|
||||
|
@ -10,7 +10,7 @@ homepage="https://www.kernel.org"
|
|||
distfiles="https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${version%.*}.tar.xz
|
||||
https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-${version}.xz"
|
||||
checksum="04f07b54f0d40adfab02ee6cbd2a942c96728d87c1ef9e120d0cb9ba3fe067b4
|
||||
ec443b0e6c9c10d94dc25b1662245d6421f75e223e7ea6de51e4f2c465b08164"
|
||||
d38e0f7f732ec95c247182ad1c97dd433e9fbb1619c99f7a0a8a24fddd001c82"
|
||||
skip_extraction="patch-${version}.xz"
|
||||
python_version=3
|
||||
patch_args="-Np1"
|
||||
|
|
Loading…
Reference in a new issue