Compare commits

..

2 Commits

Author SHA1 Message Date
cf4bee38a8 Add new post 2026-02-08 18:12:03 +01:00
3962b3a0f6 Add integrity layer presence check 2026-02-08 17:39:15 +01:00
2 changed files with 30 additions and 0 deletions

View File

@@ -65,6 +65,11 @@ If RAID1 with integrity LV requires refresh (partial synchronization) due to
e.g. device write errors, but both PVs are otherwise available, take the e.g. device write errors, but both PVs are otherwise available, take the
following steps to fix it: following steps to fix it:
* check if integrity layer is present:
{% highlight bash %}
# lvs -o+raidintegritymode
{% endhighlight %}
* remove integrity layer: * remove integrity layer:
{% highlight bash %} {% highlight bash %}
# lvconvert --raidintegrity n vgdev/backup # lvconvert --raidintegrity n vgdev/backup

View File

@@ -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@)