Allow ring buffer to have bigger sub buffers
Hmm, that subject line may not have been appropriate. đ¤
I donât mind clean up patches, but this is the reason a lot of Linux kernel maintainers frown on them.
https://lore.kernel.org/all/2023120938-unclamped-fleshy-688e@gregkh/
This failure is because of a clean up patch that converted everything to âboolâ where it could be:
https://lore.kernel.org/all/20230305155532.5549-3-ubizjak@gmail.com/T/#u
If I had not accepted that clean up, this backport would have been pulled in automatically with no extra work from myself. But because I added that clean up, I now have to fix this for every stable release before that clean up đ
I really hate grub2
. Now they hide the menu entries in a separate directory. This really makes it difficult when testing kernels and adding tweaks to the command line. It now doesnât seem to find my test kernel and I have no idea how to make it do so. đ
Itâs the month of December. Do you know what that means? It means itâs time to run my workstation and server with branch tracing enabled! https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/include/linux/compiler.h#n50
[$] Deferred scheduling for user-space critical sections https://lwn.net/Articles/948870/ #LWN
OK, I just upgraded my baremetal machine from Fedora 33 to Fedora 38 (by stepping through 35 and 37 as in between steps). I havenât used this machine in a long time as I now do most of my testing with VMs. But Iâm doing some performance testing that I wanted to know baremetal numbers.
WTF Fedora! 38 introduced a âsuspend in 15 minutes if not logged inâ. It doesnât care if you are sshâed in or not! Whatâs worse is that this machine isnât even hooked to a monitor (serial console only).
Luckily, I found a link that shows me how to disable that. đ
Donât you hate it when you go into one of your git repos to do some updates, and realized you have a large diff of uncommitted code of a work in progress that you left and forgot about! đ
I just realized. The more you comment your code and make it understandable, the easier it is for other people to takeover and rewrite your code. This means that when you retire/pass-away, your code will likely be quickly overwritten and your legacy gone from the active code base.
So, if you write complex clever code with little to no documentation, your code is more likely to be immortalized in the code base as everyone will be too afraid to touch it and possibly break it.
I thought of this when looking into the Linux TTY code base
The conference will start soone. You can follow it here:
https://www.youtube.com/watch?v=PSS9VemnSkg
Enjoy!
Linux Plumbers Conference General Registration has reopened. Get your tickets now before we sell out again.
Iâm running the Tracing Microconference at Linux Plumbers. If thereâs an issue you would like to discuss there, please submit a MC topic. https://lpc.events/blog/current/index.php/2023/08/17/tracing-mc-cfp/
Plan on submitting a topic to one of the microconferences at Linux Plumbers? Read this blog on what an ideal microconference submission is. https://lpc.events/blog/current/index.php/2023/06/26/the-ideal-microconference-topic-session/