From 96e6a41ec691853b46703c65eef2e64c845c651c Mon Sep 17 00:00:00 2001 From: Tommy Date: Wed, 7 Feb 2024 12:41:30 -0700 Subject: [PATCH] Update kargs Signed-off-by: Tommy --- kargs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kargs b/kargs index f93c589..a03d9ca 100644 --- a/kargs +++ b/kargs @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Thien Tran +# Copyright (C) 2021-2024 Thien Tran # # Licensed under the Apache License, Version 2.0 (the "License"); you may not # use this file except in compliance with the License. You may obtain a copy of @@ -12,4 +12,6 @@ # License for the specific language governing permissions and limitations under # the License. +# This file is just incase you want to quickly copy-paste the kernel arguments into `rpm-ostree kargs` + mitigations=auto,nosmt spectre_v2=on spec_store_bypass_disable=on tsx=off kvm.nx_huge_pages=force nosmt=force l1d_flush=on spec_rstack_overflow=safe-ret random.trust_bootloader=off random.trust_cpu=off intel_iommu=on amd_iommu=isolation_force efi=disable_early_pci_dma iommu=force iommu.passthrough=0 iommu.strict=1 slab_nomerge init_on_alloc=1 init_on_free=1 pti=on vsyscall=none ia32_emulation=0 page_alloc.shuffle=1 randomize_kstack_offset=on extra_latent_entropy debugfs=off \ No newline at end of file