From cf4bee38a8c32c95d5d1ea54eac307ce2bd6480f Mon Sep 17 00:00:00 2001 From: cryptogopher Date: Sun, 8 Feb 2026 18:12:03 +0100 Subject: [PATCH] Add new post --- ...el-non-obvious-options-for-custom-build.tl | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 _posts/sysadm/2026-02-08-kernel-non-obvious-options-for-custom-build.tl diff --git a/_posts/sysadm/2026-02-08-kernel-non-obvious-options-for-custom-build.tl b/_posts/sysadm/2026-02-08-kernel-non-obvious-options-for-custom-build.tl new file mode 100644 index 0000000..6b2ced7 --- /dev/null +++ b/_posts/sysadm/2026-02-08-kernel-non-obvious-options-for-custom-build.tl @@ -0,0 +1,25 @@ +--- +layout: default +title: Kernel non-obvious options for custom build +date: 2026-02-08 17:44 +0100 +tags: kernel +--- +Option names and configuration symbols based on kernel v6.12. + + +h2. Bluetooth + +Sending files over e.g. @blueman@: + +* RFCOMM protocol support (@BT_RFCOMM@) + +h2. Security hardening + +Control flow Enforcement Technology, used when @cet@ USE flag is enabled for +build toolchain: +* Indirect Branch Tracking (@X86_KERNEL_IBT@) +* X86 userspace shadow stack (@X86_USER_SHADOW_STACK@) + +h2. Wireguard + +* IP: policy routing (@IP_MULTIPLE_TABLES@)