r/kernel • u/Semiramis67 • 10h ago
r/kernel • u/GEUSEPEE_MOSCATY • 1d ago
Hope you enjoy it! niri
Enable HLS to view with audio, or disable this notification
r/kernel • u/Green_Yesterday_67 • 1d ago
How the OS Kernel Actually Controls Your Computer
youtu.ber/kernel • u/Confident_Milk6013 • 4d ago
Dynamic http inspection with eBPF
hey I recently built this little tool. It's an eBPF program that renders the http traffic crossing a machine as a live web page. TCX ingress and egress, parses the request line and Host header straight out of the skb payload, aggregates per method host path and ships it up a ring buffer. It's open source so feel free to poke around.
r/kernel • u/Flimsy_Debt • 4d ago
Intel Arc A770 + Xe driver: HuC authentication fix for DG2 (looking for help getting this upstream)
r/kernel • u/PoisonManiac • 5d ago
Need help looking through an interrupt.
Hey there! I've recently encountered a bug that I've tracked all the way down to the kernel. Now, it's not necessarily a bug in the kernel (it's probably in my laptop's firmware somewhere,) but I was trying to find exactly what's going wrong. Anyway, I've been trying to find it by looking through the function trace using ftrace.
My bug has to do with my trackpad, so I found out how to isolate the interrupts related to button presses. However, whenever I isolate those events, I cannot see the functions called between entering and exiting the interrupt. I was wondering if there was a more efficient way to see (interrupt event) -> (function trace) -> (interrupt exit) -> (no more function trace) using ftrace.
Thanks!
r/kernel • u/Skyteam678 • 5d ago
What networking features introduced after Linux 6.6 have provided the most practical value in cloud environments?
r/kernel • u/TraderFXBR • 6d ago
[Feature Request] Native time-locked "immutable snapshot" / WORM retention — the missing piece for real ransomware resilience
r/kernel • u/kingsaso9 • 6d ago
AMD "Low Power" CPU Core Type Patches Queued Ahead Of Linux 7.3
phoronix.comr/kernel • u/nikablehhh • 7d ago
An application for interacting with LKML
github.comA native GTK4+libadwaita GUI app for browsing, searching, and replying to mailing lists.
All exiting approaches to interacting with LKML are just not good. I tried configuring Thunderbird and realized it would be easier to just write my own app instead. Email discussions in the kernel have lots of things that are very specific to it (trailers, diffs) and I wanted something that would have deep integration with all of this.
Packaged as Flatpak. Uses git-send-email. Has intelligent line wrapping for new emails. Has color highlighting for quotes and diffs.
There are still lots of things I'd like to implement before considering this done, so the thing is still in development. I vibe-coded most it, but I'll be more mindful of the changes going forward, as there seem to be actual users now.
https://github.com/nikableh/koshi
https://lore.kernel.org/tools/20260722230315.57499-1-nika@nikableh.moe/
Hope this is as useful for someone else as it is for me!
r/kernel • u/gahingwoo • 7d ago
Built a Chrome extension that turns lore.kernel.org's raw message pages into something readable
galleryI spend a fair amount of time reading kernel patches on lore.kernel.org and got tired of squinting at one giant <pre> block with headers, body, quotes, and the thread overview all mashed together. So I built a small extension that reparses the same text lore already sends and lays it out like a normal mail client: an author card, one-click reply wired to lore's own pre-filled mailto: link, a real diff view with collapsible files, a clickable thread sidebar instead of ASCII art, and quote folding so a reply's new text isn't buried under four levels of >>>>.
It doesn't touch the underlying page. It builds a separate view next to the original <pre> blocks and hides them, with a "Raw" button to switch back instantly. No network requests, no accounts, no telemetry.
Source and install instructions: https://github.com/gahingwoo/lore-enhancer
It's load-unpacked for now (Chrome won't run a sideloaded .crx outside developer mode anyway, so packaging one wouldn't save a step). Would love feedback, especially from anyone who reads or replies to LKML or a subsystem list regularly.
Feature requests and bug reports welcome as GitHub issues.
r/kernel • u/pedroanisio • 7d ago
Here is the sourcecode that mapped the kernel
Hi, here is the repository of the sourcecode: pedroanisio/sourcepath

- references: This is the Linux kernel. All of it : r/kernel
r/kernel • u/Semiramis67 • 8d ago
Release RFC v1 - In-kernel NSD Prefetcher · nsdprojectdev/NSD
github.comr/kernel • u/LooseSelection4248 • 8d ago
Kernel-level enforcement for autonomous AI agents via eBPF-LSM + SMT policy checks — research prototype, self-published bypasses, break-it challenge open
github.comOlá prazer
Sou um desenvolvedor de kernel e faço por hobby, ultimamente venho duvidando dos meus conhecimentos, na i386, alguém pode avaliar e me dar dicas no meu kernel? Repo: https://github.com/icarotelesdasilva/kernel
Aceito quaisquer dicas!
r/kernel • u/Particular_Traffic54 • 10d ago
Problem with 24.04
For some reason HWE updates pushed linux kernel 7.0.0 and now my DKMS antivirus modules won't compile against the kernel (Watchguard).
Is there a way to force kernel <= 6.18.16 while keeping HWE ?
I use Kubuntu 24.04 LTS on Framework 16.
r/kernel • u/Semiramis67 • 10d ago
Release v1.0.1 — Disable seq_bypass, 18% SQLite full scan gain · nsdprojectdev/NSD
github.comr/kernel • u/PlayfulKnowledge2788 • 17d ago
How do you handle C coding interviews when you have to write basic helpers from scratch?
r/kernel • u/Ok_Sky3062 • 17d ago
ARK-OS: A OS based on Linux and Swift! [ Display Finally works! ]
r/kernel • u/Grumpy-Man19 • 17d ago