This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 7fd2bf83d59a Merge branch 'i2c/for-current-fixed' of git://git.kernel.o [...] new 06f2ac3d4219 x86/sev: Return an error on a returned non-zero SW_EXITINF [...] new 6e3cd95234dc x86/hpet: Use another crystalball to evaluate HPET usability new 64e87d4bd320 x86/resctrl: Free the ctrlval arrays when domain_setup_mon [...] new d4ebfca26dfa x86/resctrl: Fix kfree() of the wrong type in domain_add_cpu() new 2c861f2b8593 x86/entry: Correct reference to intended CONFIG_64_BIT new 3958b9c34c27 x86/entry: Clear X86_FEATURE_SMAP when CONFIG_X86_SMAP=n new 4758fd801f91 x86/platform/olpc: Correct ifdef symbol to intended CONFIG [...] new 225bac2dc5d1 x86/Kconfig: Correct reference to MWINCHIP3D new d298b03506d3 x86/fpu: Restore the masking out of reserved MXCSR bits new c22ccc4a3ef1 Merge tag 'x86_urgent_for_v5.15_rc5' of git://git.kernel.o [...] new 4d8b35968bbf objtool: Remove reloc symbol type checks in get_alt_entry() new dc02368164bd objtool: Make .altinstructions section entry size consistent new fe255fe6ad97 objtool: Remove redundant 'len' field from struct section new 75cd9b0152d9 Merge tag 'objtool_urgent_for_v5.15_rc5' of git://git.kern [...] new 23c216b335d1 powerpc/iommu: Report the correct most efficient DMA mask [...] new 4549c3ea3160 powerpc/lib: Add helper to check if offset is within condi [...] new 3832ba4e283d powerpc/bpf: Validate branch ranges new 8bbc9d822421 powerpc/bpf: Fix BPF_MOD when imm == 1 new 5855c4c1f415 powerpc/bpf: Fix BPF_SUB when imm == 0x80000000 new 030905920f32 powerpc/security: Add a helper to query stf_barrier type new b7540d625094 powerpc/bpf: Emit stf barrier instruction sequences for BP [...] new c9b8da77f22d powerpc/bpf ppc32: Fix ALU32 BPF_ARSH operation new e8278d444432 powerpc/bpf ppc32: Fix JMP32_JSET_K new 48164fccdff6 powerpc/bpf ppc32: Do not emit zero extend instruction for [...] new 548b762763b8 powerpc/bpf ppc32: Fix BPF_SUB when imm == 0x80000000 new 3e607dc4df18 powerpc/64s: fix program check interrupt emergency stack path new d0afd44c05f8 powerpc/traps: do not enable irqs in _exception new ff058a8ada5d powerpc/64: warn if local irqs are enabled in NMI or hardi [...] new 768c47010392 powerpc/64/interrupt: Reconcile soft-mask state in NMI and [...] new f08fb25bc669 powerpc/64s: Fix unrecoverable MCE calling async handler from NMI new 5a4b0320783a powerpc/pseries/msi: Add an empty irq_write_msi_msg() handler new d93f9e23744b powerpc/32s: Fix kuap_kernel_restore() new eb8257a12192 pseries/eeh: Fix the kdump kernel crash during eeh_pseries_init new efb52a7d9511 Merge tag 'powerpc-5.15-3' of git://git.kernel.org/pub/scm [...]
The 34 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/book3s/32/kup.h | 8 +++ arch/powerpc/include/asm/code-patching.h | 1 + arch/powerpc/include/asm/interrupt.h | 18 ++--- arch/powerpc/include/asm/security_features.h | 5 ++ arch/powerpc/kernel/dma-iommu.c | 9 +++ arch/powerpc/kernel/exceptions-64s.S | 25 ++++--- arch/powerpc/kernel/irq.c | 6 ++ arch/powerpc/kernel/security.c | 5 ++ arch/powerpc/kernel/traps.c | 43 +++++++----- arch/powerpc/lib/code-patching.c | 7 +- arch/powerpc/net/bpf_jit.h | 33 +++++---- arch/powerpc/net/bpf_jit64.h | 8 +-- arch/powerpc/net/bpf_jit_comp.c | 6 +- arch/powerpc/net/bpf_jit_comp32.c | 16 +++-- arch/powerpc/net/bpf_jit_comp64.c | 100 ++++++++++++++++++++++----- arch/powerpc/platforms/pseries/eeh_pseries.c | 4 ++ arch/powerpc/platforms/pseries/msi.c | 15 ++++ arch/x86/Kconfig | 2 +- arch/x86/include/asm/entry-common.h | 2 +- arch/x86/kernel/cpu/common.c | 1 + arch/x86/kernel/cpu/resctrl/core.c | 6 +- arch/x86/kernel/early-quirks.c | 6 -- arch/x86/kernel/fpu/signal.c | 11 ++- arch/x86/kernel/hpet.c | 81 ++++++++++++++++++++++ arch/x86/kernel/sev-shared.c | 2 + arch/x86/platform/olpc/olpc.c | 2 +- tools/objtool/arch/x86/decode.c | 2 +- tools/objtool/check.c | 16 ++--- tools/objtool/elf.c | 14 ++-- tools/objtool/include/objtool/elf.h | 1 - tools/objtool/orc_gen.c | 2 +- tools/objtool/special.c | 40 +++-------- 32 files changed, 358 insertions(+), 139 deletions(-)