Vue lecture

Linux Consulting Firm Linutronix Recently Began A New Chapter

Some news that slipped under the radar prior to the holidays... Linutronix as the Linux consulting firm that has led the real-time "PREEMPT_RT" work and more within the Linux kernel -- and Linutronix was acquired by Intel back in 2022 as an independent subsidiary -- is beginning a "new chapter"...
  •  

Linux Lands Safeguard For RISC-V Against Another Microarchitectural Attack Vector

Increasingly complex RISC-V cores aren't magically immune to the speculative execution / side-channel vulnerabilities that have rattled the x86_64 and ARM64 landscape for years. Following recent work on Spectre V1 handling for RISC-V in the Linux kernel, merged this weekend for Linux 6.19-rc5 is another RISC-V attack vector safeguard...
  •  

Linux 7.0 Readying Improvement For Rust + LTO Kernel Builds

Alice Ryhl of Google has been working on an improvement to the Linux kernel code for inlining C helpers into Rust when making use of a Link-Time Optimized (LTO) kernel build. At least some of the patches are queued up for merging in the upcoming Linux 6.20~7.0 cycle for helping those enabling the Rust kernel support and also making use of the LLVM/Clang compiler's LTO capabilities for greater performance...
  •  

ollama 0.14 Can Make Use Of Bash For Letting AI/LLMs Run Commands On Your System

The ollama 0.14-rc2 release is available today and it introduces new functionality with ollama run --experimental for in this experimental mode to run an agent loop so that LLMs can use tools like bash and web searching on your system. It's opt-in for letting ollama/LLMs make use of bash on your local system and there are at least some safeguards in place...
  •