*** BLURB HERE ***
Armin Wolf (1): ACPI: battery: Fix missing NUL-termination with large strings
Baokun Li (1): ext4: fail ext4_iget if special inode unallocated
Breno Leitao (1): x86/bugs: Reset speculation control settings on init
Daniil Tatianin (1): ACPICA: nsrepair: handle cases without a return value correctly
Dave Hansen (1): uaccess: Add speculation barrier to copy_from_user()
Herbert Xu (2): crypto: seqiv - Handle EBUSY correctly crypto: rsa-pkcs1pad - Use akcipher_request_complete
Jann Horn (1): timers: Prevent union confusion from unexpected restart_syscall()
Jason A. Donenfeld (1): random: always mix cycle counter in add_latent_entropy()
Johan Hovold (3): irqdomain: Fix association race irqdomain: Fix disassociation race irqdomain: Drop bogus fwspec-mapping error handling
Nikita Zhandarovich (1): x86/mm: Fix use of uninitialized buffer in sme_enable()
Thomas Gleixner (1): alarmtimer: Prevent starvation by small intervals and SIG_IGN
Vishal Verma (1): ACPI: NFIT: fix a potential deadlock during NFIT teardown
Yang Jihong (2): x86/kprobes: Fix __recover_optprobed_insn check optimizing logic x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe range
Zhen Lei (1): genirq: Fix the return type of kstat_cpu_irqs_sum()
Zhihao Cheng (1): ext4: zero i_disksize when initializing the bootloader inode
arch/x86/include/asm/msr-index.h | 4 ++++ arch/x86/kernel/cpu/bugs.c | 10 ++++++++- arch/x86/kernel/kprobes/opt.c | 6 +++--- arch/x86/mm/mem_encrypt_identity.c | 3 ++- crypto/rsa-pkcs1pad.c | 34 +++++++++++++----------------- crypto/seqiv.c | 2 +- drivers/acpi/acpica/nsrepair.c | 12 ++++++----- drivers/acpi/battery.c | 2 +- drivers/acpi/nfit/core.c | 2 +- fs/ext4/inode.c | 18 +++++++--------- fs/ext4/ioctl.c | 1 + include/linux/kernel_stat.h | 2 +- include/linux/kprobes.h | 2 ++ include/linux/nospec.h | 4 ++++ include/linux/random.h | 6 +++--- kernel/bpf/core.c | 2 -- kernel/irq/irqdomain.c | 31 +++++++++++++++++---------- kernel/kprobes.c | 6 +++--- kernel/time/alarmtimer.c | 33 +++++++++++++++++++++++++---- kernel/time/hrtimer.c | 2 ++ kernel/time/posix-stubs.c | 2 ++ kernel/time/posix-timers.c | 2 ++ lib/usercopy.c | 7 ++++++ 23 files changed, 127 insertions(+), 66 deletions(-)