一组 v7.3-rc1 合并窗口的 tip/tip.git 分支 pull request(core/entry、core/rseq、irq/core、irq/drivers、locking/futex、smp/core、timers/{cleanups,clocksource,core,vdso}),由 Thomas Gleixner 提交并经 pr-tracker-bot 自动确认合入主线。线程后半段包含一个真实 bugfix:Nathan Chancellor bisect 出 ARM early boot 挂死源于 timers/cleanups 把 read_current_time...
一组 v7.3-rc1 合并窗口的 tip/tip.git 分支 pull request(core/entry、core/rseq、irq/core、irq/drivers、locking/futex、smp/core、timers/{cleanups,clocksource,core,vdso}),由 Thomas Gleixner 提交并经 pr-tracker-bot 自动确认合入主线。线程后半段包含一个真实 bugfix:Nathan Chancellor bisect 出 ARM early boot 挂死源于 timers/cleanups 把 read_current_timer 改名为 delay_read_timer 并改为 bool 返回,但 arch/arm/include/asm/timex.h 的 get_cycles() 三元方向没同步翻转。该 fix 已由 Ingo Molnar 合入主线。