Ritesh Oedayrajsingh Varma
Posts
-
New article! -
New article!@aras I’m planning on switching my dev machine to Arch, which is on the bleeding edge kernel usually, so that we’ll spot issues like this faster locally in the future
-
New article!@aras Good point! Added a bit about that in the conclusion.
TL;DR: usage of rqspinlock in the ebpf ring buffer was introduced with kernel 6.15, and our development machines (and most of our alpha testers) are on Ubuntu, which runs an older kernel than that (6.14).
It would eventually have shown up for us too, once Ubuntu caught up.
-
New article!New article! A user *cough* @aras *cough* is reporting full system freezes while using Superluminal on Linux. What do you do? Cry? Well, we did a little bit.
But we also dove into the kernel...again, this time finding & fixing several issues in eBPF's spinlock implementation. Read all about it:
https://rovarma.com/articles/a-tale-about-fixing-ebpf-spinlock-issues-in-the-linux-kernel/
-
New article!New article! What do you do when profiling your code shows the slowdown isn't in your code, but deep in the kernel? Why, you grab the kernel source and go spelunking.
How a routine profiling session turned into a Linux kernel patch:
https://rovarma.com/articles/from-profiling-to-kernel-patch-the-journey-to-an-ebpf-performance-fix/
-
I've been wanting to start a blog for a while, and finally decided to bite the bullet.I've been wanting to start a blog for a while, and finally decided to bite the bullet.
The first article of hopefully many more to come is about, you guessed it, profiling & optimization.
Boosts appreciated!
https://rovarma.com/articles/optimizing-libdwarf-eh-frame-enumeration/