日期范围
190
重要讨论数
Bugfix重要分析 success作者:Aaron Tomlin2026/08/10 11:186 封邮件

[PATCH v3 0/4] sched/debug: Introduce per-CPU debugfs files

Aaron Tomlin 的 v3 系列包含 4 个 patch:1) 在 print_cpu() 中用 rcu_read_lock + READ_ONCE 保护 rq->curr;2) 在 print_dl_rq() 中同样保护 rq->rd;3) 用 list_for_each_entry_rcu 替换 print_cfs_stats() 中的 _safe 遍历;4) 新增 /sys/kernel/debug/sched/cpu/cpu<N>/debug。三个修复都属于 lockless 解引用导致的潜在 UAF 或 RCU 违例,Reported-by 均为 sashiko-bot。但作...

lore
Bugfix重要分析 success作者:Greg Kroah-Hartman2026/08/10 02:362 封邮件

Re: Linux 7.1.8

Greg KH 发布 Linux 7.1.8 stable,宣布 7.1 系列用户必须升级。配套 reply 邮件附带 Documentation 改动:在 arm64 silicon-errata 表中新增 AmpereOne AC03/AC04 两条;在 qcom,sa8255p-ufshc.yaml 中把 reg 调整为 maxItems:2 并新增 reg-names: std/mcq;在 erofs.rst 中删除已废弃的 fsid 与 domain_id 挂载选项说明。虽然 thread 来源频道为 sched,但内容是 stable 跨子系统推送,没有 scheduler 自身修...

lore
讨论重要分析 success作者:Greg Kroah-Hartman2026/08/10 02:362 封邮件

Re: Linux 6.18.44

Greg Kroah-Hartman 发布 6.18.44 stable 点版本,覆盖 hwmon INA234 文档、ARM64 KVM guest_memfd 与 MTE 互斥、s390 KVM PCI MMIO 大改(78 行)、蓝牙 btmtk/btusb 修复以及多个驱动小修。修改文件横跨 Documentation、arch、KVM、drivers 等数十处。stable 分支要求所有 6.18 用户升级;生产部署前应重点回归 s390 KVM 与 ARM64 MTE 路径。

lore
Bugfix重要分析 success作者:Mete Durlu2026/08/09 18:033 封邮件

[PATCH] sched/fair: Make is_core_idle() check all cpus in a core

Mete Durlu 提单 patch 删除 is_core_idle() 里的 self-skip,让函数按整核 idle 语义返回。Zhan Xusheng 在 review 中指出 sched_balance_newidle() 路径上 env->dst_cpu 就是 this_cpu 且 rq->curr 还是 outgoing task,删除 skip 后 env->dst_core_idle 变 false,会让 misfit 闸门与 sched_use_asym_prio() 失效,回归只发生在 powerpc / x86 ITMT / arm64 big.LITTLE / x8...

lore
Bugfix重要分析 success作者:Ricardo Neri2026/08/08 17:4418 封邮件

[PATCH v6 0/6] sched: Fix cluster scheduling in the presence of asymmetric capacity

Ricardo Neri 提交的 v6 系列(6 patches)针对 big.LITTLE/hybrid CPU 拓扑中集群调度失效的问题,依次修复 SMT busy sibling 误判、sg_overloaded gating、busiest 选组顺序、misfit 累加、identical-capacity 跳过以及 SD_PREFER_SIBLING 缺失五个相互关联的 bug。该系列已被 Peter Zijlstra 合并到 sched/core tip 分支,覆盖 Alder Lake、Lunar Lake、Panther Lake、qemu arm64 与 Vera Rubin...

lore
每页
上一页24 / 38下一页