Posts
290
Following
87
Followers
3123
@dvzrv @Foxboron @torvalds There is way more stuff in the kernel that started out over drinks with "I bet you couldn't do that!" than we would like to admit, so you are continuing a long and proud tradition!
0
0
1
@Foxboron @torvalds If you can import that into git, I will be impressed :)
2
0
4
On the always good https://kottke.org/ the other day, there was a link to a series of videos of professional drummers hearing songs for the first time, without the drum track, and then playing what they think would fit. Here's one of them, https://www.youtube.com/watch?v=tbUYVcaF_l0 and while I'm not a drummer, the best part of this is how Dirk Verbeuren explains the process of listening to the song, and how to learn something never seen before and how to adapt to it. The whole series is recommended: https://www.youtube.com/playlist?list=PLThYwnIoLwyWiF5RgHPzOzYNdqQw1-tep

Anyway, got me to thinking, a while ago a friend (also a kernel developer) had the idea of a presentation for the yearly Kernel Recipes conference that would be him sending me a patch, me reviewing it, talking about how it is reviewed, and the back and forth between us on getting it into a mergable state. That process is one that someone else recently asked me "what presentations can you recommend for new kernel developers to explain how this review process works" and I didn't have any suggestions, but it really is an important thing that is not taught at all in school, or in any company that I know of.

So maybe, a series of videos, or talks, where a maintainer gets a patch series and walks through how they review it, what they look for, what they expect, and how its tested (if at all), might be interesting? Or "here's a reported bug, how do you debug it?" type of presentation to put a developer through the steps of attacking something unknown, and figuring out what the problem is, and how it could possibly be solved.

Brings me back to the days of the Plumbers conference session where we had "bring us your laptop and we will get suspend/resume to work on it" tracks that ended up being a lot of fun for everyone involved as crazy hardware/bios issues were debugged live.

Would this even be interesting? I think it might need a lot of good editing, you don't want to see me staring numly at a terminal window for a few hours while reading lots of inscrutable driver code tracing it to find a bug, that would put everyone to sleep...
9
15
44
@basisbit @kernellogger All depends on your workload, test it yourself to see.
0
0
1
@kernellogger You forgot the Xen bugfix in there too, 3 things at once!
1
0
5
@kernellogger It's patch Tuesday! {sigh} This has been a pain to get done, odds are it will take a few more cycles and fixups once it hits real testing...

RE: https://fosstodon.org/users/kernellogger/statuses/110855114931496454
2
3
22
@T_X @kernellogger Current process is really complex, it literally is "Last kernel release of the year".

I have added a caveat when companies / developers abuse the end-of-year release deadline by throwing in crud too early that adds "If the last release of the year is just too unstable, I will pick the previous release instead." and that usually keeps people honest as no one wants to loose 3 months of work.

Been this way for many years now, it's well-known by the distros. It's up to them to decide to sync up with these releases or not, nothing I can do to force them to, except to point out that distros that do not are usually totally insecure and buggy and cost more to maintain, but that was their choice to make :)
0
0
4
@w8emv @kernellogger Try it yourself and find out!

Everything is now public for you to test with, and as always, different workloads have different impacts, so anything I might say, might not be relevant for your usage model at all.
0
0
3
@kernellogger stable kernels now released with those fixes, if people need them (hint, microcode updates are better...)
2
2
10
@krzk @kernellogger Android devices do this as they do control the bootloader, and they control their individual drivers, BUT not the core kernel image/source. sysfs interfaces are forbidden by default by the SELinux rules and adding an exception for an Android device for them is a real pain (which is a good thing.) So they default to command line options as it's trivial to do that in a driver and for them, it works well (again, full control over the command line options.)

But that isn't an acceptable interface for upstream, for all the same reasons :)
0
0
2
@jani @kernellogger Modifying the command line is hard, if not impossible, for almost everyone other than a developer. So for a developer, sure, use a module parameter for crazy debugging stuff. but NEVER ask a user to use it for a normal operation, or for something that you should be doing in a per-device way.
3
0
3
@kernellogger If wearing a shirt with that on it actually made a difference, I'm all for it, but odds are, the people who I need to say this to wouldn't see it...
1
0
6
@sj @krzk @kernellogger @minipli I have ALWAYS said that 4 week old results are better than no results at all. Especially if regressions are found, which is the most important thing to detect.

I get many "private" emails from companies that do 1-2 month syncs of the LTS branches in their private SoC trees usually saying "all is good!" which gets them into the habit of doing testing. And every once in a while, they do find a regression, which we work quickly to resolve (many times it's just "use the next version, this was already caught...)

So yes, merge with LTS, test, and let me know the results please.
1
6
9
@carrabelloy @kernellogger @krzk We don't need your money, we just need you to test stable kernels (and Linus's kernels) and tell us all is good, or if something breaks!
1
0
3
@kernellogger @krzk You are exactly correct here. I hear it all the time, "your stable kernels aren't as tested as our Enterprise kernels are", resulting in "so why don't you test them and let me know the results" for which I never get an answer.

{sigh}
3
3
25
@kernellogger "We want everything stable, except for this one new feature we MUST have" X thousands of customers = "enterprise kernel monster"

Or to quote someone wise, "Everybody wants progress, nobody wants change."
1
12
32
@minipli @kernellogger CVEs are pointless and mean nothing for kernel patches, this shouldn't be news to you, see my talk from years ago for details, and it's only gotten worse since then: https://kernel-recipes.org/en/2019/talks/cves-are-dead-long-live-the-cve/
1
5
12
@platymew @jstultz this is WITH data lines, I can run a USB camera and microphone just fine with this.
0
0
1
Thanks to @jstultz for showing that the monstrosity of USB A-C-A with a magnetic C connector in the middle actually works! Saves me constantly having to plug/unplug my microphone and camera every other day into my well-worn USB hub.

John did it much better with one less adapter than I so this stack could be smaller if needed, but this is all I could find locally.
6
16
38
First talk I've given in person in a very long time, and it's on legal issues (the EU Cyber Resilience Act), I must have done something wrong in a past life:
https://kccnceu2023.sched.com/event/1Lnv0

Should be fun, if you are at KubeCon, stop by and ask questions, it's meant to be a discussion. A recording will be made public afterwards too.
1
15
32
Show older