Security for LLM Agents
Agentic LLM systems are susceptible to attack. We'll show you some steps you can take to mitigate the risk.
Latest Linux and open source news from around the web
Agentic LLM systems are susceptible to attack. We'll show you some steps you can take to mitigate the risk.
Intel yesterday sent out their first "drm-xe-next" pull request to DRM-Next of new Xe kernel graphics driver improvements they have readied for their eventual upstreaming into the Linux 7.1 kernel...
AMD open-sourced the ROCprof Trace Decoder "rocprof-trace-decoder", a tool useful for developers targeting the AMD GPU compute stack...
A Linux driver has been published for the ARCTIC Fan Controller to be able to read fan speeds under Linux as well as setting the PWM fan speed for each of the ten fans supported by this controller. Making this driver all the more exciting is that ARCTIC Cooling is directly working on this driver rather than just being a community/third-party creation. Furthermore, ARCTIC Cooling is working on getting this driver to the upstream Linux kernel...
GIMP 3.2 RC3 is now available for testing, giving those interested in trying the image editor’s upcoming features, the chance to do so. This is the third (and likely final) release candidate before the stable GIMP 3.2 release arrives. It’s said to deliver “a number of bug fixes and final polishes” to the many new features added in the development and beta builds. The changes mentioned below are from between RC2 to RC3, not from GIMP 3.0 to GIMP 3.2. If you’ve not tracked development, don’t think that what follows is an overview of what’s new in GIMP 3.2 as […]
Linus Torvalds has announced the first Release Candidate (RC) for the 7.x kernel is available for those who want to test it.
As more governments push age checks into our apps and operating systems, the dystopian future doesn't feel so far off anymore.
As more governments push age checks into our apps and operating systems, the dystopian future doesn't feel so far off anymore.
There are many applications that need to be able to write multi-block chunks of data to disk with the assurance that the operation will either complete successfully or fail altogether — that the write will not be partially completed (or "torn"), in other words. For years, kernel developers have worked on providing atomic writes as a way of satisfying that need; see, for example, sessions from the Linux Storage, Filesystem, Memory Management, and BPF (LSFMM+BPF) Summit from 2023, 2024, and 2025 (twice). While atomic direct I/O is now supported by some filesystems, atomic buffered I/O still is not. Filling that gap seems certain to be a 2026 LSFMM+BPF topic but, thanks to an early discussion, the shape of a solution might already be coming into focus.
Motorola is partnering with the open source GrapheneOS Foundation to enhance mobile security and develop future devices with GrapheneOS compatibility.
Toke Høiland-Jørgensen has posted an overview of how zero-copy networking works in the Linux kernel. Since the memory is being copied directly from userspace to the network device, the userspace application has to keep it around unmodified, until it has finished sending. The sendmsg() syscall itself is asynchronous, and will return without waiting for this. Instead, once the memory buffers are no longer needed by the stack, the kernel will return a notification to userspace that the buffers can be reused.
When Microsoft turned up the AI pressure on GitHub, Gentoo started packing for Codeberg, putting open source principles ahead of platform convenience. The post Gentoo Starts Exit from GitHub’s Microsoft and Copilot‑Infested Walled Garden appeared first on FOSS Force.
Two years of work now sits on a shelf because AI needs the RAM more.
Two years of work now sits on a shelf because AI needs the RAM more.
Ahead of the stable GIMP 3.2 release hopefully happening soon, GIMP 3.2 RC3 was released this evening for testing...