public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH pve-kernel] d/rules: kconfig: do not enable intel_iommu by default
@ 2022-05-13  8:57 Stoiko Ivanov
  2022-05-13  9:31 ` Thomas Lamprecht
  0 siblings, 1 reply; 3+ messages in thread
From: Stoiko Ivanov @ 2022-05-13  8:57 UTC (permalink / raw)
  To: pve-devel

enabling this causes quite a few issues with older hardware
(hp g8, and the like) - and most of our guides do call for enabling it
where needed (pci passthrough).

the setting was off in the 5.13 series.

following reports of disabling intel_iommu explicitly fixing the
issues in our community forum:
https://forum.proxmox.com/threads/.109368

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
---
tested by installing on a HP G8 (and starting a minimal VM and running
stress-ng -d 2 for a minute), and on 2 VMs

alternatively we could document this in the 7.2 release notes and ask
users of problematic hardware to set this explicitly

 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index 1ec1147..d648d95 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,6 +44,7 @@ PVE_CONFIG_OPTS= \
 -m CONFIG_BLK_DEV_NVME \
 -e CONFIG_NLS_ISO8859_1 \
 -d CONFIG_INPUT_EVBUG \
+-d CONFIG_INTEL_IOMMU_DEFAULT_ON \
 -d CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND \
 -d CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL \
 -e CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE \
-- 
2.30.2





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-13 10:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-13  8:57 [pve-devel] [PATCH pve-kernel] d/rules: kconfig: do not enable intel_iommu by default Stoiko Ivanov
2022-05-13  9:31 ` Thomas Lamprecht
2022-05-13 10:03   ` Stoiko Ivanov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal