Latest Linux and open source news from around the web

How Linux Works Sponsored · View on Amazon → Logitech MX Master 3S Mouse Sponsored · View on Amazon →
Foss Force

Linux Foundation Is Seeking Technical Advisory Board Candidates

This yearโ€™s Linux Foundation TAB election is in its nominating phase, with seats open to kernel developers and contributors who meet the commitโ€‘based voting requirements. The post Linux Foundation Is Seeking Technical Advisory Board Candidates appeared first on FOSS Force.

LWN.net

Racket 9.0 released

The Racket programming language project has released Racket version 9.0. Racket is a descendant of Scheme, so it is part of the Lisp family of languages. The headline feature in the release is parallel threads, which adds to the concurrency tools in the language: "While Racket has had green threads for some time, and supports parallelism via futures and places, we feel parallel threads is a major addition." Other new features include the black-box wrapper to prevent the compiler from optimizing calculations away, the decompile-linklet function to map linklets back to an s-expression, the addition of Weibull distributions to the math library, and more.

LWN.net

Improving GCC Buffer Overflow Detection for C Flexible Array Members (Oracle)

The Oracle blog has a lengthy article on enhancements to GCC to help detect overflows of flexible array members (FAMs) in C programs. We describe here two new GNU extensions which specify size information for FAMs. These are a new attribute, "counted_by" and a new builtin function, "__builtin_counted_by_ref". Both extensions can be used in GNU C applications to specify size information for FAMs, improving the buffer overflow detection for FAMs in general. This work has been covered on LWN as well.

LWN.net

The 2025 Linux Foundation Technical Advisory Board election

The call for candidates for the 2025 election for the Linux Foundation Technical Advisory Board has been posted. The TAB exists to provide advice from the kernel community to the Linux Foundation and holds a seat on the LF's board of directors; it also serves to facilitate interactions both within the community and with outside entities. Over the last year, the TAB has overseen the organization of the Linux Plumbers Conference, advised on the setup of the kernel CVE numbering authority, worked behind the scenes to help resolve a number of contentious community discussions, worked with the Linux Foundation on community conference planning, and more. Nominations close on December 13.

Linux.org

Custom Screen Resolutions in Linux with xrandr (VirtualBox-Friendly Guide)

I came across this issue when using VirtualBox. I know you may be thinking that this is something simple. All you need to do is press the HOST key and 'F' for full screen, but this is a completely different way without losing the windowed screen. Personally, I prefer to leave it with the window so I have access to the minimize, restore and close buttons in the top right corner. It also leaves my menu at the top left, while the hardware information is at the bottom right. Somehow, I just... https://www.linux.org/threads/custo...-with-xrandr-virtualbox-friendly-guide.57437/