This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64 in repository toolchain/ci/linux.
from 7fd2bf83d59a Merge branch 'i2c/for-current-fixed' of git://git.kernel.o [...] adds 06f2ac3d4219 x86/sev: Return an error on a returned non-zero SW_EXITINF [...] adds 6e3cd95234dc x86/hpet: Use another crystalball to evaluate HPET usability adds 64e87d4bd320 x86/resctrl: Free the ctrlval arrays when domain_setup_mon [...] adds d4ebfca26dfa x86/resctrl: Fix kfree() of the wrong type in domain_add_cpu() adds 2c861f2b8593 x86/entry: Correct reference to intended CONFIG_64_BIT adds 3958b9c34c27 x86/entry: Clear X86_FEATURE_SMAP when CONFIG_X86_SMAP=n adds 4758fd801f91 x86/platform/olpc: Correct ifdef symbol to intended CONFIG [...] adds 225bac2dc5d1 x86/Kconfig: Correct reference to MWINCHIP3D adds d298b03506d3 x86/fpu: Restore the masking out of reserved MXCSR bits adds c22ccc4a3ef1 Merge tag 'x86_urgent_for_v5.15_rc5' of git://git.kernel.o [...] adds 4d8b35968bbf objtool: Remove reloc symbol type checks in get_alt_entry() adds dc02368164bd objtool: Make .altinstructions section entry size consistent adds fe255fe6ad97 objtool: Remove redundant 'len' field from struct section adds 75cd9b0152d9 Merge tag 'objtool_urgent_for_v5.15_rc5' of git://git.kern [...] adds 23c216b335d1 powerpc/iommu: Report the correct most efficient DMA mask [...] adds 4549c3ea3160 powerpc/lib: Add helper to check if offset is within condi [...] adds 3832ba4e283d powerpc/bpf: Validate branch ranges adds 8bbc9d822421 powerpc/bpf: Fix BPF_MOD when imm == 1 adds 5855c4c1f415 powerpc/bpf: Fix BPF_SUB when imm == 0x80000000 adds 030905920f32 powerpc/security: Add a helper to query stf_barrier type adds b7540d625094 powerpc/bpf: Emit stf barrier instruction sequences for BP [...] adds c9b8da77f22d powerpc/bpf ppc32: Fix ALU32 BPF_ARSH operation adds e8278d444432 powerpc/bpf ppc32: Fix JMP32_JSET_K adds 48164fccdff6 powerpc/bpf ppc32: Do not emit zero extend instruction for [...] adds 548b762763b8 powerpc/bpf ppc32: Fix BPF_SUB when imm == 0x80000000 adds 3e607dc4df18 powerpc/64s: fix program check interrupt emergency stack path adds d0afd44c05f8 powerpc/traps: do not enable irqs in _exception adds ff058a8ada5d powerpc/64: warn if local irqs are enabled in NMI or hardi [...] adds 768c47010392 powerpc/64/interrupt: Reconcile soft-mask state in NMI and [...] adds f08fb25bc669 powerpc/64s: Fix unrecoverable MCE calling async handler from NMI adds 5a4b0320783a powerpc/pseries/msi: Add an empty irq_write_msi_msg() handler adds d93f9e23744b powerpc/32s: Fix kuap_kernel_restore() adds eb8257a12192 pseries/eeh: Fix the kdump kernel crash during eeh_pseries_init adds efb52a7d9511 Merge tag 'powerpc-5.15-3' of git://git.kernel.org/pub/scm [...]
No new revisions were added by this update.
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(-)