Вход на сайт

Просмотр новости

Найдите то, что Вас интересует

Linux 7.3 Better Protects Against Buggy EFI Firmware Taking Down The Rest Of User-Space

Дата публикации: 23-08-2026 19:05:02

The EFI updates were merged today for the in-development Linux 7.3 kernel. Most notable with the EFI updates is now enforcing a timeout foe EFI runtime service completions rather than potentially hanging indefinitely...

Основное содержимое страницы с новостью.

LINUX KERNEL

The EFI updates were merged today for the in-development Linux 7.3 kernel. Most notable with the EFI updates is now enforcing a timeout foe EFI runtime service completions rather than potentially hanging indefinitely.

A change made to the Linux 7.3 kernel will now set a timeout for EFI runtime service completions rather than potentially hanging indefinitely. If the timeout is exceeded, the firmware will declare wedged. This helps deal with buggy EFI/firmware on some platforms where it could ultimately end up taking down the rest of the user-space.

Breno Leitao, Debian developer and kernel engineer at Meta, worked through the patches to provide a timeout on EFI runtime service calls. This came up after hitting the issue on a NVIDIA Grace server. Leitao explained the situation with the patch series cover letter:

"When an EFI runtime service call hangs in firmware, the kworker on efi_rts_wq is stuck inside the firmware call and cannot be cancelled. The kernel currently waits indefinitely on the completion, and the caller holds efi_runtime_lock for the duration, so every subsequent EFI runtime caller (efivarfs, NVRAM writes, set_wakeup_time, ACPI PRM handlers, ...) is wedged until reboot. The only externally visible symptom is a "workqueue lockup" message and userspace processes piling up uninterruptibly on the semaphore.
...
PC and LR are inside EFI runtime services firmware memory; firmware never returned; the worker stayed stuck across the 127s / 157s / 188s "workqueue lockup" reports until external monitoring eventually rebooted the host.

This series doesn't fix the firmware bug - that's vendor territory - but it stops one stuck EFI call from taking the rest of userspace down with it, and turns a generic stalled-task mystery into an unambiguous "EFI firmware is at fault" signal in dmesg, which is especially valuable at fleet scale where the same symptom could otherwise be attributed to dozens of unrelated stalls."

The timeout threshold being set is 120 seconds as longer than "any plausible legitimate call" into the EFI runtime services.

This new safeguard landed via the EFI feature merge into Linux 7.3.

Схожие новости

#Наименование новостиТональностьИнформативностьДата публикации
1Linux 7.3 Input Subsystem Updates Merged With Security Fixes, Other Improvements08.4423-08-2026
2Linux 7.3 Adds Support For Several Newer RISC-V Extensions011.4924-08-2026
3Linux 7.3 Delivers Graphics Driver Improvements From Old GPUs To Next-Gen Hardware010.1323-08-2026
4Early Linux 7.3 Kernel Benchmarks Show Some Performance Improvements, Some Regressions07.4124-08-2026
5Linux 7.3 Makes Preparations Toward Upstreaming FAMFS File-System012.4823-08-2026
6Linux 7.3 Introduces New AES Encryption APIs - Will Open Up More Performance06.9723-08-2026
7Linux 7.3 Improving RAID 5/6 Benchmark-Based Algorithm Selection015.8624-08-2026
8Features Coming For Linux 7.3 From Optimizing Intel Hybrid CPUs To Old AMD Athlon XPs012.9314-08-2026
9Linux 7.3 To Make It Easier To Disable Syscall User Dispatch0708-07-2026
10AMD k10temp Driver Adds EPYC Zen 5 Per-CCD Temperature Monitoring With Linux 7.3014.8224-08-2026

Классификация: Экономика. Схожих патентов: 0. Схожих новостей: 10. Тональность: 0. Информативность: 13.42. Источник: www.phoronix.com.