Tags give the ability to mark specific points in history as being important
-
x86-urgent-2020-05-24
187b96db · ·Two fixes for x86: - Unbreak stack dumps for inactive tasks by interpreting the special first frame left by __switch_to_asm() correctly. The recent change not to skip the first frame so ORC and frame unwinder behave in the same way caused all entries to be unreliable, i.e. prepended with '?'. - Use cpumask_available() instead of an implicit NULL check of a cpumask_var_t in mmio trace to prevent a Clang build warning -
sched-urgent-2020-05-24
39f23ce0 · ·A set of fixes for the scheduler: - Fix handling of throttled parents in enqueue_task_fair() completely. The recent fix overlooked a corner case where the first iteration terminates do a entiry being on rq which makes the list management incomplete and later triggers the assertion which checks for completeness. - Fix a similar problem in unthrottle_cfs_rq(). - Show the correct uclamp values in procfs which prints the effective value twice instead of requested and effective.
-
efi-urgent-2020-05-24
9bb4cbf4 · ·A set of EFI fixes: - Don't return a garbage screen info when EFI framebuffer is not available - Make the early EFI console work proper with wider fonts instead of drawing garbage - Prevent a memory buffer leak in allocate_e820() - Print the firmware error record proper so it can be decoded by users - Fix a symbol clash in the host tool build which only happens with newer compilers. - Add a missing check for the event log version of TPM which caused boot fails on several Dell systems due to an attempt to decode SHA-1 format with the crypto agile algorithm
-
-
4.9.218-24
8836389f · · -
4.9.218-23
c390ddb4 · · -
4.9.218-22
1b60c81c · ·