Explore >> Select a destination


You are here

kroah.com
| | www.kroah.com
9.3 parsecs away

Travel
| | By now, everyone knows that something "big" just got announced regarding computer security. Heck, when the Daily Mail does a report on it , you know something is bad... Anyway, I'm not going to go into the details about the problems being reported, other than to point you at the wonderfully written Project Zero paper on the issues involved here. They should just give out the 2018 Pwnie award right now, it's that amazingly good.
| | thecodeartist.blogspot.com
14.7 parsecs away

Travel
| | MAX_JIFFY_OFFSET and msleep()
| | nathanchance.dev
10.4 parsecs away

Travel
| | Linux kernel patches [PATCH] Hexagon: Export raw I/O routines for modules: Hexagon is a digital signal processor architecture by Qualcomm, which is a little special in terms of the Linux kernel because it is the only architecture that does not have a GCC backend so LLVM has to be used to build it, meaning that it is important to keep it building. This patch fixes an issue with allmodconfig, which enables us to build a wide variety of code and verify the compiler is able to handle all of it.
| | sergioprado.blog
87.9 parsecs away

Travel
| In this article, we will learn how to debug the Linux kernel on an embedded Linux system with GDB.