5.6.2.arch1-2: FS#66076 disable EFI_DISABLE_PCI_DMA
This commit is contained in:
parent
d9b4fe6d6d
commit
d917c0fbc9
4
PKGBUILD
4
PKGBUILD
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
pkgbase=linux
|
pkgbase=linux
|
||||||
pkgver=5.6.2.arch1
|
pkgver=5.6.2.arch1
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='Linux'
|
pkgdesc='Linux'
|
||||||
_srctag=v${pkgver%.*}-${pkgver##*.}
|
_srctag=v${pkgver%.*}-${pkgver##*.}
|
||||||
url="https://git.archlinux.org/linux.git/log/?h=$_srctag"
|
url="https://git.archlinux.org/linux.git/log/?h=$_srctag"
|
||||||
|
@ -25,7 +25,7 @@ validpgpkeys=(
|
||||||
'8218F88849AAC522E94CF470A5E9288C4FA415FA' # Jan Alexander Steffens (heftig)
|
'8218F88849AAC522E94CF470A5E9288C4FA415FA' # Jan Alexander Steffens (heftig)
|
||||||
)
|
)
|
||||||
sha256sums=('SKIP'
|
sha256sums=('SKIP'
|
||||||
'cdcab2af044fc7a30065782066eb1e85b2e5a1842841e03ab9923394043d90ec')
|
'5c809f7ca4f21ebd95368533b20c0ed78fe2e006762dff742e5fd0751521ad11')
|
||||||
|
|
||||||
export KBUILD_BUILD_HOST=archlinux
|
export KBUILD_BUILD_HOST=archlinux
|
||||||
export KBUILD_BUILD_USER=$pkgbase
|
export KBUILD_BUILD_USER=$pkgbase
|
||||||
|
|
4
config
4
config
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/x86 5.6.0-arch2 Kernel Configuration
|
# Linux/x86 5.6.2-arch1 Kernel Configuration
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -712,7 +712,7 @@ CONFIG_EFI_CAPSULE_LOADER=m
|
||||||
CONFIG_APPLE_PROPERTIES=y
|
CONFIG_APPLE_PROPERTIES=y
|
||||||
# CONFIG_RESET_ATTACK_MITIGATION is not set
|
# CONFIG_RESET_ATTACK_MITIGATION is not set
|
||||||
CONFIG_EFI_RCI2_TABLE=y
|
CONFIG_EFI_RCI2_TABLE=y
|
||||||
CONFIG_EFI_DISABLE_PCI_DMA=y
|
# CONFIG_EFI_DISABLE_PCI_DMA is not set
|
||||||
# end of EFI (Extensible Firmware Interface) Support
|
# end of EFI (Extensible Firmware Interface) Support
|
||||||
|
|
||||||
CONFIG_UEFI_CPER=y
|
CONFIG_UEFI_CPER=y
|
||||||
|
|
Loading…
Reference in New Issue