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-aarch64-mainline-allnoconfig 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 new 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 [...] new 852fb4a72822 Merge branch 'perf-urgent-for-linus' of git://git.kernel.o [...] adds 289de3598481 sched/fair: Fix statistics for find_idlest_group() new 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 new 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 new 8b614cb8f1dc Merge tag '5.6-rc4-smb3-fixes' of git://git.samba.org/sfre [...]
The 5 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 +- 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 + 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 ++- 47 files changed, 403 insertions(+), 344 deletions(-)