日期范围
164
全部讨论数
其它重要分析 success作者:Luigi Rizzo2026/08/20 18:362 封邮件

[PATCH] sched/cpupri: Remove count field from struct cpupri_vec

Luigi Rizzo 提议删除 struct cpupri_vec 的 count 字段及配套的 atomic 操作与 smp_mb 屏障。动机是在 220 核 ARM 上,软中断 CPU 因 irq_thread 频繁调用 cpupri_set() 而有约 25% 时间耗在该函数;移除后该比例降至 2% 以内,且 RT 任务路由仍由 rq->lock 在 find_lock_lowest_rq 中兜底。v2 增加了 cpupri_find 的 benchmark 与无 barrier 安全性的注释。

lore
Bugfix重要分析 success作者:syzbot2026/08/20 15:358 封邮件

[PATCH] futex: Fix might_sleep() warning in futex_pivot_pending()

把 futex_pivot_pending() 从持锁版本回退到 RCU + smp_rmb() 无锁实现,消除 might_sleep() 警告。Peter Zijlstra 进一步指出 wait_var_event 内部存在 lost-wakeup 窗口,需要在 add_wait_queue 之后插 smp_mb__after_spinlock(),由 Yao Kai 采纳。最终 Peter 接受 smp_mb__after_spinlock() 方案足以覆盖所需排序。

lore
Bugfix分析 success作者:Greg Kroah-Hartman2026/08/20 12:19264 封邮件

[PATCH 6.18 001/250] KVM: s390: pci: Fix resource leak on IRQ registration failure

Linux 6.18.45-rc1 stable 回退 250 个 patch,其中 scheduler 部分重点是把 EEVDF 的 vlag/vprot 拆字段并回退先前 6d71a9c61604 的'修复',同时修 PSI cgroup 销毁时未关闭 rtpoll_timer 以及 sched_ext NUMA selftest 在任务睡眠后 affinity 变化导致的崩溃。主要作者包括 Ingo Molnar、Peter Zijlstra、Tejun Heo、Kuba Piecuch 等。

lore
Bugfix重要分析 success作者:Andrea Righi2026/08/20 01:491 封邮件

[PATCH v4] sched/fair: Prefer fully idle cores for NOHZ balancing

Andrea Righi 的 v4 patch 改写 find_new_ilb(),在 SMT 系统上优先选择整核都空闲的 housekeeping CPU 跑 idle load balancer,并以首个空闲 CPU 作为兜底。该改动修复了 NVIDIA Vera Olympus 核上 ILB 唤醒兄弟触发 10 Ki 周期 qualification 间隔、导致 CPU-bound 负载吞吐下降的性能问题,基准从约 6.2 TFLOP/s 提升到约 9.4 TFLOP/s。经 Mete Durlu、Prateek Nayak、Vincent Guittot、Shrikanth Hegde...

lore
讨论分析 success作者:Greg Kroah-Hartman2026/08/20 00:532 封邮件

Linux 7.1.9

Greg Kroah-Hartman 在 lore.kernel.org 上宣布 7.1.9 stable 内核,要求所有 7.1 用户升级。帖中可识别的关键改动包括新增 x86-64 内核参数 tlbi=ipi、hwmon 锁文档扩展(覆盖 debugfs 与 guard()/scoped_guard())以及若干 USB/驱动回归修复。两封邮件正文均在中段被截断,无法据此完整评估改动覆盖面。注意:本帖源自 sched 频道但内容并非调度器相关,应按 stable 滚动发布解读。

lore
每页
上一页23 / 33下一页