Serious security bugs in key parts of the latest Linux code have been fixed, but some small glitches have been introduced, according to a recent scan. In December, Coverity looked at version 2.6.9 of ...
Some organizations might not include their Code of Conduct in the software source code tree, but the Linux developers aren't your ordinary group. In the Linux 4.19 announcement, Greg Kroah-Hartman, ...
If it weren't already clear that Linux is taking on a major role in the enterprise, consider the fact that the majority of contributions to the Linux kernel are coming from developers paid for their ...
In last month's article, we saw how the Linux input subsystem worked inside the kernel, ending with a quick mention of the event handlers. Each handler essentially provides a different user-space API, ...
Proper locking can be tough—real tough. Improper locking can result in random crashes and other oddities. Poorly designed locking can result in code that is hard to read, performs poorly and makes ...