From 253c1b872d2c13db2fac33a9e21e890f41b3e775 Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 26 Sep 2022 01:57:43 +0100 Subject: [PATCH] Update Linux to 5.15.68. Remove SMT core scheduling due to disabling SMT. Remove unnecessary Intel TXT. Remove unnecessary IOSF MBI. Decrease maximum CPU count to 6 due to disabling SMT. Add IRQFLAGS NMI support. Remove serial 8250 DMA. Remove MFD Intel PMC BXT. Remove USB printer support. Remove DMA devices. Remove x86 platform devices. Remove IOASID. Add AMD IOMMU V2. Remove Intel IOMMU. Add F2FS. Add EFIVAR FS. Remove NFS V3. Remove runtime testing. --- linux/.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/.config b/linux/.config index 2168c0e..a8f5381 100644 --- a/linux/.config +++ b/linux/.config @@ -432,7 +432,7 @@ CONFIG_HOTPLUG_CPU=y CONFIG_LEGACY_VSYSCALL_XONLY=y # CONFIG_LEGACY_VSYSCALL_NONE is not set CONFIG_CMDLINE_BOOL=y -CONFIG_CMDLINE="kvm.nx_huge_pages=off l1tf=off mds=off mmio_stale_data=off pti=off retbleed=off spectre_v2=on spec_store_bypass_disable=on srbds=off tsx_async_abort=off debugfs=off init_on_alloc=1 init_on_free=1 page_alloc.shuffle=1 randomize_kstack_offset=on slab_nomerge vsyscall=none nosmt=force root=UUID=048b7a78-3ed9-4847-8be9-e15134426c37 rd.luks.uuid=c105ed44-75e2-429b-901a-70fa5f7e449c" +CONFIG_CMDLINE="kvm.nx_huge_pages=off l1tf=off mds=off mmio_stale_data=off pti=off retbleed=off spectre_v2=on spec_store_bypass_disable=on srbds=off tsx_async_abort=off debugfs=off init_on_alloc=1 init_on_free=1 page_alloc.shuffle=1 randomize_kstack_offset=on slab_nomerge vsyscall=none nosmt=force root=UUID=[REDACTED] rd.luks.uuid=[REDACTED]" CONFIG_CMDLINE_OVERRIDE=y CONFIG_MODIFY_LDT_SYSCALL=y CONFIG_HAVE_LIVEPATCH=y