generated from archlinux/template
5.5.1.arch1-1: Enable INTEL_IOMMU_DEFAULT_ON
IOMMU is important for security in systems using PCI bridges (e.g. Thunderbolt, USB4) or other means of DMA from potentially untrusted devices (e.g. FireWire). It's also used to safely pass devices into VMs. Enable it by default. It can still be disabled at boot using intel_iommu=off. intel_iommu=igfx_off is also available to exclude just the iGPU.
This commit is contained in:
4
PKGBUILD
4
PKGBUILD
@@ -1,7 +1,7 @@
|
||||
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
|
||||
|
||||
pkgbase=linux
|
||||
pkgver=5.5.arch1
|
||||
pkgver=5.5.1.arch1
|
||||
pkgrel=1
|
||||
pkgdesc='Linux'
|
||||
_srctag=v${pkgver%.*}-${pkgver##*.}
|
||||
@@ -25,7 +25,7 @@ validpgpkeys=(
|
||||
'8218F88849AAC522E94CF470A5E9288C4FA415FA' # Jan Alexander Steffens (heftig)
|
||||
)
|
||||
sha256sums=('SKIP'
|
||||
'e967ac8bd663509cc0ca6451a95a9965eb59832e316eec77484960dcedec8c1c')
|
||||
'63141b88e5ffb583617d51364ebc1378fd3a73b8352e13450e982851d40fbaf2')
|
||||
|
||||
export KBUILD_BUILD_HOST=archlinux
|
||||
export KBUILD_BUILD_USER=$pkgbase
|
||||
|
||||
Reference in New Issue
Block a user