Hírolvasó

Security updates for Monday

8 hónap 1 hét óta
Security updates have been issued by Fedora (ofono and webkitgtk), Mageia (ruby and virtualbox & kmod-virtualbox), Red Hat (oci-seccomp-bpf-hook and runc), SUSE (corepack22, dpdk, libpoppler-cpp1, pcp, python-Jinja2, and sysstat), and Ubuntu (tinyproxy).
jake

Kernel prepatch 6.13-rc6

8 hónap 1 hét óta
Linus has released 6.13-rc6 for testing.

So we had a slight pickup in commits this last week, but as expected and hoped for, things were still pretty quiet. About twice as many commits as the holiday week, but that's still not all that many.

I expect things will start becoming more normal now that people are back from the holidays and are starting to recover and wake up from their food comas.

corbet

[$] Preventing data races with Pony

8 hónap 1 hét óta

The Pony programming language is dedicated to exploring how to make high-performance actor-based systems. Started in 2014, the language's most notable feature is probably reference capabilities, a system of pointer annotations that gives the developer fine manual control over how data is shared between actors, while simultaneously ensuring that Pony programs don't have data races. The language is not likely to overtake other more popular programming languages, but its ideas could be useful for other languages or frameworks struggling with concurrent data access.

daroc