After the first session about introducing #Kernel #livepatching there will be a new session about tools to help you create livepatches. I'll be presenting with @joe-lawrence so stay tuned!
https://www.linuxfoundation.org/webinars/kernel-livepatching-hands-on?hsLang=en
After almost one year I finally published a new post on my personal blog, this time to talking about the work we at SUSE have done to the kernel livepatch selftests.
The post details the process of moving code from lib/livepatch to livepatch selftests, the problems found in the process, and sheds some light on Kbuild recursive Makefile calls.
Enjoy!
Stick the following in your ~/.gitconfig to make `git branch` sort by most recently committed (thanks to @wingo for this one!):
[branch]
sort = -committerdate
Interesting post from @vegard about backdooring linux kernel in a sneaky way by abusing the build process, and about potential mitigations. I do agree that that the fundamental issues are quite tricky to solve. https://www.openwall.com/lists/oss-security/2024/04/17/3 #infosec #cybersecurity