This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-mainline-allmodconfig in repository toolchain/ci/linux.
from 98d54f81e36b Linux 5.6-rc4 adds 63056e8b5ebf efi/x86: Align GUIDs to their size in the mixed mode runti [...] adds f80c9f6476db efi/x86: Remove support for EFI time and counter services [...] adds 8319e9d5ad98 efi/x86: Handle by-ref arguments covering multiple pages i [...] adds be36f9e7517e efi: READ_ONCE rng seed size before munmap adds e130a920f693 Merge branch 'efi-urgent-for-linus' of git://git.kernel.or [...] adds 3b573bf318d8 perf bpf: Remove bpf/ subdir from bpf.h headers used to bu [...] adds 2bbc83537614 perf test: Fix test trace+probe_vfs_getname.sh on s390 adds 2da4dd3d6973 perf intel-pt: Fix endless record after being terminated adds 783fed2f35e2 perf intel-bts: Fix endless record after being terminated adds c9f2833cb472 perf cs-etm: Fix endless record after being terminated adds d6bc34c5ec18 perf arm-spe: Fix endless record after being terminated adds ad60ba0c2e6d perf auxtrace: Add auxtrace_record__read_finish() adds b103de53e09f perf arch powerpc: Sync powerpc syscall.tbl with the kerne [...] adds 4c45945aa418 Merge tag 'perf-urgent-for-mingo-5.6-20200220' of git://gi [...] adds d8e3ee2e2b4e tools arch x86: Sync the msr-index.h copy with the kernel sources adds 0d6f94fd498a tools headers UAPI: Update tools's copy of kvm.h headers adds 54cf752cfb75 perf annotate/tui: Re-render title bar after switching bac [...] adds 68aac855b643 perf annotate: Fix --show-total-period for tui/stdio2 adds 46ccb4426966 perf annotate: Fix --show-nr-samples for tui/stdio2 adds 7b43b6970474 perf config: Introduce perf_config_u8() adds 7384083ba616 perf annotate: Make perf config effective adds 812b0f528240 perf annotate: Prefer cmdline option over default config adds cd0a9c518db1 perf annotate: Fix perf config option description adds b0aaf4c8f31f perf config: Document missing config options adds bd862b1d8392 perf probe: Check return value of strlist__add() for -ENOMEM adds e0ad4d685480 perf annotate: Remove privsize from symbol__annotate() args adds 2316f861ae9c perf annotate: Simplify disasm_line allocation and freeing code adds d3c03147bf80 perf annotate: Align struct annotate_args adds e0560ba6d92f perf annotate: Fix segfault with source toggle adds 7977fed974d6 Merge tag 'perf-urgent-for-mingo-5.6-20200228' of git://gi [...] adds 852fb4a72822 Merge branch 'perf-urgent-for-linus' of git://git.kernel.o [...] adds 289de3598481 sched/fair: Fix statistics for find_idlest_group() adds c105df5d865a Merge branch 'sched-urgent-for-linus' of git://git.kernel. [...] adds 735a6dd02222 x86/pkeys: Manually set X86_FEATURE_OSPKE to preserve exis [...] adds 99bcd4a6e5b8 x86/ioperm: Add new paravirt function update_io_bitmap() adds bba42affa732 x86/mm: Fix dump_pagetables with Xen PV adds 2873dc25477f Merge branch 'x86-urgent-for-linus' of git://git.kernel.or [...] adds fc513fac56e1 cifs: don't leak -EAGAIN for stat() during reconnect adds 154255233830 cifs: fix potential mismatch of UNC paths adds ec57010acd03 cifs: add missing mount option to /proc/mounts adds 86f740f2aed5 cifs: fix rename() by ensuring source handle opened with D [...] adds fb4b5f13464c cifs: Use #define in cifs_dbg adds 8b614cb8f1dc Merge tag '5.6-rc4-smb3-fixes' of git://git.samba.org/sfre [...] adds d5bdf6610841 dm integrity: fix recalculation when moving from journal m [...] adds 53770f0ec5fd dm integrity: fix a deadlock due to offloading to an incor [...] adds 7fc2e47f40dd dm integrity: fix invalid table returned due to argument c [...] adds 7cdf6a0aae1c dm cache: fix a crash due to incorrect work item cancelling adds 3918e0667bba dm thin metadata: fix lockdep complaint adds adc0daad366b dm: report suspended device during destroy adds 41c526c5af46 dm writecache: verify watermark during resume adds ee63634bae02 dm zoned: Fix reference counter initial value of chunk works adds 1b17159e52bb dm bio record: save/restore bi_end_io and bi_integrity adds 248aa2645aa7 dm integrity: use dm_bio_record and dm_bio_restore adds 974f51e8633f dm: fix congested_fn for request-based device adds 636be4241bdd dm: bump version of core and various targets new 776e49e8ddb5 Merge tag 'for-5.6/dm-fixes' of git://git.kernel.org/pub/s [...]
The 1 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/x86/include/asm/io_bitmap.h | 9 +- arch/x86/include/asm/paravirt.h | 7 + arch/x86/include/asm/paravirt_types.h | 4 + arch/x86/kernel/cpu/common.c | 2 +- arch/x86/kernel/paravirt.c | 5 + arch/x86/kernel/process.c | 2 +- arch/x86/mm/dump_pagetables.c | 7 +- arch/x86/platform/efi/efi_64.c | 151 ++++++---------- arch/x86/xen/enlighten_pv.c | 25 +++ drivers/firmware/efi/efi.c | 4 +- drivers/md/dm-bio-record.h | 15 ++ drivers/md/dm-cache-target.c | 6 +- drivers/md/dm-integrity.c | 84 ++++----- drivers/md/dm-mpath.c | 2 +- drivers/md/dm-thin-metadata.c | 2 +- drivers/md/dm-verity-target.c | 2 +- drivers/md/dm-writecache.c | 16 +- drivers/md/dm-zoned-target.c | 10 +- drivers/md/dm.c | 22 +-- fs/cifs/cifs_dfs_ref.c | 2 + fs/cifs/cifsfs.c | 2 + fs/cifs/cifsglob.h | 7 + fs/cifs/cifsproto.h | 5 +- fs/cifs/cifssmb.c | 3 +- fs/cifs/file.c | 19 +- fs/cifs/inode.c | 16 +- fs/cifs/smb1ops.c | 2 +- fs/cifs/smb2inode.c | 4 +- fs/cifs/smb2ops.c | 3 +- fs/cifs/smb2pdu.c | 1 + include/uapi/linux/dm-ioctl.h | 4 +- kernel/sched/fair.c | 2 + tools/arch/x86/include/asm/msr-index.h | 2 + tools/arch/x86/include/uapi/asm/kvm.h | 1 + tools/perf/Documentation/perf-config.txt | 74 +++++++- tools/perf/arch/arm/util/cs-etm.c | 18 +- tools/perf/arch/arm64/util/arm-spe.c | 17 +- tools/perf/arch/powerpc/entry/syscalls/syscall.tbl | 2 + tools/perf/arch/x86/util/intel-bts.c | 17 +- tools/perf/arch/x86/util/intel-pt.c | 17 +- tools/perf/builtin-annotate.c | 4 +- tools/perf/builtin-probe.c | 6 +- tools/perf/builtin-report.c | 2 +- tools/perf/builtin-top.c | 4 +- tools/perf/include/bpf/pid_filter.h | 2 +- tools/perf/include/bpf/stdio.h | 2 +- tools/perf/include/bpf/unistd.h | 2 +- tools/perf/tests/shell/lib/probe_vfs_getname.sh | 2 +- tools/perf/ui/browsers/annotate.c | 19 +- tools/perf/ui/gtk/annotate.c | 2 +- tools/perf/util/annotate.c | 194 ++++++++------------- tools/perf/util/annotate.h | 9 +- tools/perf/util/auxtrace.c | 22 ++- tools/perf/util/auxtrace.h | 6 + tools/perf/util/config.c | 12 ++ tools/perf/util/config.h | 1 + tools/perf/util/probe-file.c | 28 ++- 57 files changed, 497 insertions(+), 413 deletions(-)