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-defconfig in repository toolchain/ci/linux.
from fdfa3a6778b1 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linu [...] adds 59365cadfbcd efi/x86: Fix boot regression on systems with invalid memma [...] adds 6ff90aa2cfdd Merge tag 'efi-urgent-2020-02-09' of git://git.kernel.org/ [...] adds f9f21cea3113 genirq: Clarify that irq wake state is orthogonal to enabl [...] adds 926b5dfa6b8d irqchip/gic-v3: Only provision redistributors that are ena [...] adds 656b42deddea irqchip: Some Kconfig cleanup for C-SKY adds 107945227ac5 irqchip/gic-v3-its: Reference to its_invall_cmd descriptor [...] adds e88bd316e597 irqchip/gic-v4.1: Fix programming of GICR_VPROPBASER_4_1_SIZE adds 8b718d403c5c irqchip/gic-v4.1: Set vpe_l1_base for all redistributors adds 4e6437f12d6e irqchip/gic-v4.1: Ensure L2 vPE table is allocated at RD level adds 4bccf1d715fe irqchip/gic-v4.1: Drop 'tmp' in inherit_vpe_l1_table_from_rd() adds b46353250ba3 irqchip/gic-v3-its: Remove superfluous WARN_ON adds 5186a6cc3ef5 irqchip/gic-v3-its: Rename VPENDBASER/VPROPBASER accessors adds 2f86e45a7f42 Merge tag 'irqchip-fixes-5.6-1' of git://git.kernel.org/pu [...] adds f06bed87d7cd Merge tag 'irq-urgent-2020-02-09' of git://git.kernel.org/ [...] adds fcfd73452092 MAINTAINERS: Correct path to time namespace source file adds febac332a819 clocksource: Prevent double add_timer_on() for watchdog_timer adds 2fbc23c73835 Merge tag 'timers-urgent-2020-02-09' of git://git.kernel.o [...] adds 003461559ef7 perf/core: Fix mlock accounting in perf_mmap() adds 07c5972951f0 perf/cgroups: Install cgroup events to correct cpuctx adds f1ec3a517b43 kernel/events: Add a missing prototype for arch_perf_updat [...] adds fdff7c21ea00 Merge branch 'linus' into perf/urgent, to synchronize with [...] adds e884602b57c0 perf parse: Refactor 'struct perf_evsel_config_term' adds 3220fb8d5e59 perf parse: Copy string to perf_evsel_config_term adds 0dd1979f7f99 perf test: Fix test case Merge cpu map adds 0ada120c883d perf: Make perf able to build with latest libbfd adds 1873f1547dde perf probe: Add ustring support for perf probe command adds 85fc95d75970 perf maps: Add missing unlock to maps__insert() error case adds 45f035748b2a Merge tag 'perf-core-for-mingo-5.6-20200201' of git://git. [...] adds ca21b9b37059 Merge tag 'perf-urgent-2020-02-09' of git://git.kernel.org [...] adds 25a3a15417cf smp: Remove superfluous cond_func check in smp_call_functi [...] adds 1e474b28e788 smp/up: Make smp_call_function_single() match SMP semantics adds f41377609a72 Merge tag 'smp-urgent-2020-02-09' of git://git.kernel.org/ [...] adds 979923871f69 x86/timer: Don't skip PIT setup when APIC is disabled or i [...] adds 2b73ea379624 x86/boot: Handle malformed SRAT tables during early ACPI parsing adds 6f1a4891a592 x86/apic/msi: Plug non-maskable MSI affinity race adds 05bd330a7fd8 x86/hyperv: Suspend/resume the hypercall page for hibernation adds 0f378d73d429 x86/apic: Mask IOAPIC entries when disabling the local APIC adds 1a2a76c2685a Merge tag 'x86-urgent-2020-02-09' of git://git.kernel.org/ [...] adds 0fd169576648 fs: Add VirtualBox guest shared folder (vboxsf) support adds 5586c3c1e0eb Merge branch 'work.vboxsf' of git://git.kernel.org/pub/scm [...] adds 0f060936e490 SMB3: Backup intent flag missing from some more ops adds 87f93d82e095 smb3: fix problem with null cifs super block with previous patch adds b0dd940e582b cifs: fail i/o on soft mounts if sessionsetup errors out adds d6fd41905ec5 cifs: log warning message (once) if out of disk space adds f2bf09e97b47 cifs: Add tracepoints for errors on flush or fsync adds 09c40b15351c cifs: fix soft mounts hanging in the reconnect code adds 343a1b777a92 cifs: make multichannel warning more visible adds d26c2ddd3356 cifs: add SMB3 change notification support adds cc95b6772790 cifs: fix channel signing adds e3e056c35108 cifs: fix mode bits from dir listing when mounted with mod [...] adds 2391ca41b476 smb3: add one more dynamic tracepoint missing from strict [...] adds ab3459d8f0ef smb3: print warning once if posix context returned on open adds 51d92d69f77b smb3: Add defines for new information level, FileIdInformation adds d1ea35f4cdd4 Merge tag '5.6-rc-smb3-plugfest-patches' of git://git.samb [...]
No new revisions were added by this update.
Summary of changes: MAINTAINERS | 8 +- arch/arm/include/asm/arch_gicv3.h | 12 +- arch/arm64/include/asm/arch_gicv3.h | 8 +- arch/x86/boot/compressed/acpi.c | 6 + arch/x86/hyperv/hv_init.c | 50 ++ arch/x86/include/asm/apic.h | 10 + arch/x86/include/asm/x86_init.h | 2 + arch/x86/kernel/apic/apic.c | 30 +- arch/x86/kernel/apic/msi.c | 128 ++++- arch/x86/kernel/time.c | 12 +- arch/x86/kernel/x86_init.c | 1 + arch/x86/platform/efi/efi.c | 2 +- arch/x86/xen/enlighten_pv.c | 1 + drivers/irqchip/Kconfig | 4 +- drivers/irqchip/irq-gic-v3-its.c | 120 ++++- drivers/irqchip/irq-gic-v3.c | 9 +- fs/Kconfig | 1 + fs/Makefile | 1 + fs/cifs/cifs_ioctl.h | 6 + fs/cifs/cifsacl.c | 14 +- fs/cifs/cifsfs.c | 2 +- fs/cifs/cifsglob.h | 8 +- fs/cifs/cifsproto.h | 8 + fs/cifs/cifssmb.c | 2 +- fs/cifs/connect.c | 2 +- fs/cifs/dir.c | 5 +- fs/cifs/file.c | 21 +- fs/cifs/inode.c | 8 +- fs/cifs/ioctl.c | 18 +- fs/cifs/link.c | 18 +- fs/cifs/readdir.c | 3 +- fs/cifs/sess.c | 2 +- fs/cifs/smb1ops.c | 19 +- fs/cifs/smb2inode.c | 9 +- fs/cifs/smb2ops.c | 145 +++--- fs/cifs/smb2pdu.c | 36 +- fs/cifs/smb2pdu.h | 16 + fs/cifs/smb2proto.h | 2 +- fs/cifs/smb2transport.c | 5 +- fs/cifs/trace.h | 27 ++ fs/vboxsf/Kconfig | 10 + fs/vboxsf/Makefile | 5 + fs/vboxsf/dir.c | 427 +++++++++++++++++ fs/vboxsf/file.c | 379 +++++++++++++++ fs/vboxsf/shfl_hostintf.h | 901 ++++++++++++++++++++++++++++++++++++ fs/vboxsf/super.c | 491 ++++++++++++++++++++ fs/vboxsf/utils.c | 551 ++++++++++++++++++++++ fs/vboxsf/vboxsf_wrappers.c | 371 +++++++++++++++ fs/vboxsf/vfsmod.h | 137 ++++++ include/linux/irq.h | 18 + include/linux/irqchip/arm-gic-v3.h | 2 +- include/linux/irqdomain.h | 7 + include/linux/perf_event.h | 4 + kernel/events/core.c | 17 +- kernel/irq/debugfs.c | 1 + kernel/irq/manage.c | 7 + kernel/irq/msi.c | 5 +- kernel/smp.c | 2 +- kernel/time/clocksource.c | 11 +- kernel/up.c | 3 +- tools/perf/arch/arm/util/cs-etm.c | 2 +- tools/perf/tests/cpumap.c | 1 - tools/perf/util/evsel.c | 8 +- tools/perf/util/evsel_config.h | 5 +- tools/perf/util/map.c | 1 + tools/perf/util/parse-events.c | 67 ++- tools/perf/util/probe-finder.c | 3 +- tools/perf/util/srcline.c | 16 +- 68 files changed, 4016 insertions(+), 217 deletions(-) create mode 100644 fs/vboxsf/Kconfig create mode 100644 fs/vboxsf/Makefile create mode 100644 fs/vboxsf/dir.c create mode 100644 fs/vboxsf/file.c create mode 100644 fs/vboxsf/shfl_hostintf.h create mode 100644 fs/vboxsf/super.c create mode 100644 fs/vboxsf/utils.c create mode 100644 fs/vboxsf/vboxsf_wrappers.c create mode 100644 fs/vboxsf/vfsmod.h