Tags give the ability to mark specific points in history as being important
-
-
-
-
-
-
x86-urgent-2022-06-19
1e776965 · ·X86 updates: - Make RESERVE_BRK() work again with older binutils. The recent 'simplification' broke that. - Make early #VE handling increment RIP when successful. - Make the #VE code consistent vs. the RIP adjustments and add comments. - Handle load_unaligned_zeropad() across page boundaries correctly in #VE when the second page is shared.
-
sched-urgent-2022-06-19
04193d59 · ·A single scheduler fix plugging a race between sched_setscheduler() and balance_push(). sched_setscheduler() spliced the balance callbacks accross a lock break which makes an interleaving schedule() observe an empty list.
-
objtool-urgent-2022-06-19
7b6c7a87 · ·Build tool updates: - Remove obsolete CONFIG_X86_SMAP reference from objtool - Fix overlapping text section failures in faddr2line for real - Remove OBJECT_FILES_NON_STANDARD usage from x86 ftrace and replace it with finegrained annotations so objtool can validate that code correctly.
-
locking-urgent-2022-06-19
4051a817 · ·A RT fix for lockdep. lockdep invokes prandom_u32() to create cookies. This worked until prandom_u32() was switched to the real random generator, which takes a spinlock for extraction, which does not work on RT when invoked from atomic contexts. lockdep has no requirement for real random numbers and it turns out sched_clock() is good enough to create the cookie. That works everywhere and is faster.
-
irq-urgent-2022-06-19
6872fcac · ·A set of interrupt subsystem updates: Core: - Ensure runtime power management for chained interrupts Drivers: - A collection of OF node refcount fixes - Unbreak MIPS uniprocessor builds - Fix xilinx interrupt controller Kconfig dependencies - Add a missing compatible string to the Uniphier driver -
4.9.312-125
0c49ea9f · · -
4.9.312-22
0c49ea9f · · -
4.9.312-23
0c49ea9f · · -
-
-
-
4.9.312-85
0c49ea9f · · -
-
-