We had a lot of #linaro hackers wondering around at #fosdem this year it seems: https://www.linaro.org/blog/linaro-fosdem-2024/
The #Linux Security Summit, April 18 & 19, in Seattle, has published the schedule:
https://events.linuxfoundation.org/linux-security-summit-north-america/program/schedule/
Come join us!
One-line fix, you say? Meh. Here's a zero-line fix!
1 file changed, 0 insertions(+), 0 deletions(-)
Wondering if that might be something the #Linux #kernel development community could use to motivate a few people to improve the #LinuxKernel's docs:
"'"Google Season of Docs provides direct grants to open source projects to improve their documentation and gives professional technical writers an opportunity to gain experience in open source."'"
https://opensource.googleblog.com/2024/02/announcing-google-season-of-docs-2024.html
When I got started with Linux kernel debugging, one of the most opaque topics was core dumps. What's inside them? What formats are there? How do they get created? How can you fix them if they're broken?
I've learned a lot over the past several years, and I wrote a guide based on my experience. It's a very long article, and surely not complete. I hope if you're interested in kernel debugging, you might read it and find it useful!
https://blogs.oracle.com/linux/post/whats-inside-a-linux-kernel-core-dump
git config --global rerere.enabled true
I learned this at #FOSDEM. You too might want to set it.