diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-05-15 11:53:55 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-05-15 12:43:36 -0400 |
commit | 029f2e970d5d14dda2dc89a4a3cc17de573ff90c (patch) | |
tree | e7e5e66d3aa91629dbd13bdecbd6d24712ced7a0 /THANKS | |
parent | 01b516af2c9fc6c3388c497b69e93378403acc73 (diff) | |
download | guix-029f2e970d5d14dda2dc89a4a3cc17de573ff90c.tar.gz guix-029f2e970d5d14dda2dc89a4a3cc17de573ff90c.zip |
gnu: ddcci-driver-linux: Fix build with Linux 6.8.
* gnu/packages/patches/ddcci-driver-linux-linux-6.8.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/linux.scm (ddcci-driver-linux): Apply it.
Change-Id: Iac63146e67333aed2a95e8064b19f031c97a4134
Cover-letter:
Add BTF support to kernel, sysdig and dependents, zstd-compressed modules
This series adds BTF (Berkeley Type Format) support to our kernel, catching up
with other main distributions in enabling embedded BPF (Berkeley Packet
Filter) programs.
This was motivated by packaging 'sysdig', a system introspection application
that can make use of BTF. Adding BTF does incur some size increase; with
'linux-libre' package going up from 132 MiB to 164 MiB (24%). This is later
somewhat mitigated by using Zstd compressed (at maximum level, 19) kernel
modules, which brings the kernel size back down to 144 MiB, which corresponds
to a more reasonable 9% increase from before this series. The BPF kernel
variant we were carrying is removed as proper BPF support will now exists in
our main kernel.
That's it! I hope you enjoy using 'csysdig' to keep track of the syscalls and
IO usage of your process/threads.
END
Change-Id: Icb5fc659f529a2a840281284bfb0d74a0cc9b9d9
Diffstat (limited to 'THANKS')
0 files changed, 0 insertions, 0 deletions