summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsongyanchao <[email protected]>2024-05-23 04:41:32 -0400
committersongyanchao <[email protected]>2024-05-23 04:41:32 -0400
commitdbaaaa2b3c1abb75b57ff0d67d8473bd617e338a (patch)
tree4b79eecd9232c040fb1af9541d68b9dd84f38a17
parent7532637180f4be79e944d7b88339e832c7418c97 (diff)
✨ feat: Add kernel coredump filter parameter.v24.02.21
Add kernel coredump filter parameter.
-rw-r--r--make/Makefile.x86_64_COTS2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/Makefile.x86_64_COTS b/make/Makefile.x86_64_COTS
index b99534f7..d83dfa92 100644
--- a/make/Makefile.x86_64_COTS
+++ b/make/Makefile.x86_64_COTS
@@ -1,7 +1,7 @@
PROFILE_ID := x86_64_COTS
SUPPORTED_MACHINE_ID := x86_64_COTS
-KERNEL_ARGS := crashkernel=512M default_hugepagesz=1G intel_iommu=on iommu=pt mitigations=off psi=1 selinux=0 quiet splash transparent_hugepage=never processor.max_cstate=0 intel_idle.max_cstate=0 intel_pstate=disable
+KERNEL_ARGS := crashkernel=512M default_hugepagesz=1G intel_iommu=on iommu=pt mitigations=off psi=1 selinux=0 coredump_filter=0x3f quiet splash transparent_hugepage=never processor.max_cstate=0 intel_idle.max_cstate=0 intel_pstate=disable
KERNEL_ARGS_9000_NPB := console=ttyS0,115200n8 pci=realloc,assign-busses
GRUB_SERIAL_COMMAND :=
SIZE_PART_SYSROOT := 16384M