This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gdb/master-arm in repository toolchain/ci/linux.
from 717478d89fe2 Merge tag 'riscv-for-linus-5.15-rc5' of git://git.kernel.o [...] adds 363999901116 ksmbd: add the check to vaildate if stream protocol length [...] adds c2e99d479737 ksmbd: check strictly data area in ksmbd_smb2_check_message() adds 51a1387393d9 ksmbd: remove the leftover of smb2.0 dialect support adds c7705eec78c9 ksmbd: use buf_data_size instead of recalculation in smb3_ [...] adds 2db72604f3ea ksmbd: fix version mismatch with out of tree adds 64e787556027 ksmbd: fix oops from fuse driver adds c75de8453c3e Merge tag '5.15-rc4-ksmbd-fixes' of git://git.samba.org/ksmbd adds 06cc978d3ff2 block: genhd: fix double kfree() in __alloc_disk_node() adds 1dbdd99b511c block: decode QUEUE_FLAG_HCTX_ACTIVE in debugfs output adds 50eb0a06e6ca Merge tag 'block-5.15-2021-10-09' of git://git.kernel.dk/l [...] adds c5336400ca8b scsi: acornscsi: Remove scsi_cmd_to_tag() reference adds f5ef336fd2e4 scsi: ufs: core: Fix task management completion adds a013c71c6315 scsi: elx: efct: Delete stray unlock statement adds 69a3a7bc7239 scsi: lpfc: Fix memory overwrite during FC-GS I/O abort handling adds 258aad75c621 scsi: iscsi: Fix iscsi_task use after free adds 0950fcbf992f Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] adds 6558b646ce1c i2c: acpi: fix resource leak in reconfiguration device addition adds 3bce7703c7ba i2c: mediatek: Add OFFSET_EXT_CONF setting back adds 52f57396c75a i2c: mlxcpld: Fix criteria for frequency setting adds fa1049135c15 i2c: mlxcpld: Modify register setting for 400KHz frequency adds 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 +- block/bdev.c | 2 +- block/blk-mq-debugfs.c | 1 + block/genhd.c | 1 + drivers/i2c/busses/i2c-mlxcpld.c | 4 +- drivers/i2c/busses/i2c-mt65xx.c | 11 ++- drivers/i2c/i2c-core-acpi.c | 1 + drivers/scsi/arm/acornscsi.c | 2 +- drivers/scsi/elx/efct/efct_scsi.c | 3 +- drivers/scsi/libiscsi.c | 15 ++-- drivers/scsi/lpfc/lpfc_sli.c | 11 +-- drivers/scsi/ufs/ufshcd.c | 52 ++++++-------- drivers/scsi/ufs/ufshcd.h | 1 + fs/ksmbd/connection.c | 10 +-- fs/ksmbd/glob.h | 2 +- fs/ksmbd/smb2misc.c | 98 +++++++++++++------------- fs/ksmbd/smb2ops.c | 5 -- fs/ksmbd/smb2pdu.c | 59 +++++----------- fs/ksmbd/smb2pdu.h | 1 - fs/ksmbd/smb_common.c | 12 +--- fs/ksmbd/smb_common.h | 4 +- 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 +++-------- 52 files changed, 492 insertions(+), 300 deletions(-)