| Age | Commit message (Collapse) | Author |
|
|
|
While by-passing a Chelsio NIC in Proxmox, some users are experiencing
issues with the `csiostor module`. After manually blacklisting
the module in GRUB settings, no issues were found.
Comment this module for the kernel.
|
|
Add Secure Boot - compatible kexec Kernel options
- Required if system uses Secure Boot
- Allows systemctl kexec or kexec to load signed kernels safely
|
|
Enable `CONFIG_SLUB_DEBUG` in `vyos_defconfig` to resolve slabtop errors
and improve memory cache diagnostics. Previously, running
the command failed with `slabtop: Unable to create slabinfo structure`.
|
|
Add options CONFIG_NO_HZ_FULL and CONFIG_RCU_NOCB_CPU for:
- system option kernel cpu nohz-full
- system option kernel cpu rcu-no-cbs
Fixes:
```
kernel: Housekeeping: nohz unsupported. Build with CONFIG_NO_HZ_FULL
r14 kernel: Unknown kernel command line parameters
```
|
|
Add module kernel option
|
|
|
|
Kernel compile time option for our custom patch to enable inotify
on stackable filesystems accidently got removed in commit cfdd4451ca3aa
("Kernel: T7428: remove io_uring support").
Option was re-enabled.
|
|
Given the recent chatter about io_uring and it flaws - e.g. [1] - and we have
to my knowledge no use for it we should remove it from the Kernel configuration.
Every feature not used and removed from the Kernel is a good one.
1: https://www.armosec.io/blog/io_uring-rootkit-bypasses-linux-security/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add build scripts for .deb packages without Jenkins.
To exclude Jenkins we need some place where we can put new builds-scripts
to run in parallel (old/new) during meantime
We will deprecate old Jenkins package builds in the future.
|