This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 812da4d39463 Merge tag 'riscv-for-linus-5.12-rc4' of git://git.kernel.o [...] new 08c18b63d965 powerpc/vdso32: Add missing _restgpr_31_x to fix build failure new eed5fae00593 powerpc: Force inlining of cpu_has_feature() to avoid buil [...] new cc7a0bb058b8 PCI: rpadlpar: Fix potential drc_name corruption in store [...] new b35660a7cebd Merge tag 'powerpc-5.12-4' of git://git.kernel.org/pub/scm [...] new 5abbe51a5262 kernel, fs: Introduce and use set_restart_fn() and arch_se [...] new 66c1b6d74cd7 x86: Move TS_COMPAT back to asm/thread_info.h new 8c150ba2fb59 x86: Introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall() new b2e9df850c58 x86: Introduce restart_block->arch_data to remove TS_COMPA [...] new a501b048a95b x86/ioapic: Ignore IRQ2 again new dd926880da8d x86/apic/of: Fix CPU devicetree-node lookups new 5e3ddf96e759 Merge tag 'x86_urgent_for_v5.12-rc4' of git://git.kernel.o [...] new 483028edacab efivars: respect EFI_UNSUPPORTED return from firmware new 9ceee7d0841a firmware/efi: Fix a use after bug in efi_mem_reserve_persistent new fb98cc0b3af2 efi: use 32-bit alignment for efi_guid_t literals new 429257a430a0 Merge tag 'efi-urgent-for-v5.12-rc3' of git://git.kernel.o [...] new 92ed88cb4d7c Merge tag 'efi-urgent-2021-03-21' of git://git.kernel.org/ [...] new 5de2055d31ea locking/ww_mutex: Simplify use_ww_ctx & ww_ctx handling new bee645788e07 locking/ww_mutex: Fix acquire/release imbalance in ww_acqu [...] new 68b1eddd421d static_call: Fix static_call_set_init() new 698bacefe993 static_call: Align static_call_is_init() patching condition new 38c935873750 static_call: Fix static_call_update() sanity check new 5ba33b488a04 Merge tag 'locking-urgent-2021-03-21' of git://git.kernel. [...] new d88d05a9e0b6 perf/x86/intel: Fix a crash caused by zero PEBS status new 2dc0572f2cef perf/x86/intel: Fix unchecked MSR access error caused by V [...] new 1c74516c2da4 Merge tag 'perf-urgent-2021-03-21' of git://git.kernel.org [...] new ef4cb70a4c22 genirq/irq_sim: Fix typos in kernel doc (fnode -> fwnode) new 81e2073c175b genirq: Disable interrupts for force threaded handlers new 5ee96fa9dd78 Merge tag 'irq-urgent-2021-03-21' of git://git.kernel.org/ [...]
The 28 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: arch/powerpc/include/asm/cpu_has_feature.h | 4 +-- arch/powerpc/kernel/vdso32/gettimeofday.S | 11 ++++++++ arch/x86/events/intel/core.c | 3 +++ arch/x86/events/intel/ds.c | 2 +- arch/x86/include/asm/processor.h | 9 ------- arch/x86/include/asm/thread_info.h | 15 ++++++++++- arch/x86/kernel/apic/apic.c | 5 ++++ arch/x86/kernel/apic/io_apic.c | 10 +++++++ arch/x86/kernel/signal.c | 24 +---------------- drivers/firmware/efi/efi.c | 3 ++- drivers/firmware/efi/vars.c | 4 +++ drivers/pci/hotplug/rpadlpar_sysfs.c | 14 +++++----- fs/select.c | 10 +++---- include/linux/efi.h | 6 +++-- include/linux/restart_block.h | 1 + include/linux/thread_info.h | 13 +++++++++ include/linux/ww_mutex.h | 5 ++-- kernel/futex.c | 3 +-- kernel/irq/irq_sim.c | 4 +-- kernel/irq/manage.c | 4 +++ kernel/jump_label.c | 8 ++++++ kernel/locking/mutex.c | 25 ++++++++++-------- kernel/static_call.c | 42 +++++++++++++++++------------- kernel/time/alarmtimer.c | 2 +- kernel/time/hrtimer.c | 2 +- kernel/time/posix-cpu-timers.c | 2 +- 26 files changed, 140 insertions(+), 91 deletions(-)