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-master-aarch64-mainline-allnoconfig in repository toolchain/ci/linux.
from 8ed86627f715 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...] adds 2f94a3125b87 cifs: fix kref underflow in close_shroot() adds 153322f7536a smb3: Fix enumerating snapshots to Azure adds ca567eb2b3f0 SMB3: Allow persistent handle timeout to be configurable on mount adds 4811e3096daa cifs: a smb2_validate_and_copy_iov failure does not mean t [...] adds 145f47c7381d Merge tag '5.1-rc3-smb3-fixes' of git://git.samba.org/sfre [...] adds 20bb907f7dc8 mfd: twl-core: Disable IRQ while suspended adds 1d71670e5e09 mfd: sc27xx: Use SoC compatible string for PMIC devices adds a05a2e7998ab mfd: sun6i-prcm: Allow to compile with COMPILE_TEST adds 9db6ce4ecefb Merge tag 'mfd-fixes-5.1' of git://git.kernel.org/pub/scm/ [...] adds c8b1917c8987 ACPICA: Clear status of GPEs before enabling them adds b59fb7ef5240 Merge branch 'acpica' into acpi adds b512f71221d0 Merge tag 'acpi-5.1-rc4' of git://git.kernel.org/pub/scm/l [...] adds 4ab526468344 cpufreq/intel_pstate: Load only on Intel hardware adds df2f677dee3c tools/power turbostat: Restore ability to execute in topol [...] adds 562855eeb113 tools/power turbostat: Cleanup CC3-skip code adds 31a1f15cea5e tools/power turbostat: Cleanup CNL-specific code adds 937807d355a3 tools/power turbostat: Add Icelake support adds 6de68fe15a0f tools/power turbostat: Add Die column adds 0a42d235e50d tools/power turbostat: Do not display an error on systems [...] adds 9392bd98bba7 tools/power turbostat: Add support for AMD Fam 17h (Zen) RAPL adds 3316f99a9f1b tools/power turbostat: Also read package power on AMD F17h (Zen) adds 8173c336989c tools/power turbostat: Add checks for failure of fgets() a [...] adds 5ea7647b333f tools/power turbostat: Warn on bad ACPI LPIT data adds 0f71d089c912 tools/power turbostat: update version number adds 59cc8cd60c78 Merge branch 'turbostat' of git://git.kernel.org/pub/scm/l [...] adds 58b0cf8e2418 Merge branch 'pm-tools' adds 20ad549488d5 Merge tag 'pm-5.1-rc4' of git://git.kernel.org/pub/scm/lin [...] adds dbee9c9c4584 riscv: fix accessing 8-byte variable from RV32 adds 387181dcdb6c RISC-V: Always compile mm/init.c with cmodel=medany and notrace adds ff0e2a7bd13f RISC-V: Fix FIXMAP_TOP to avoid overlap with VMALLOC area adds da4ed3787391 RISC-V: Use IS_ENABLED(CONFIG_CMODEL_MEDLOW) adds 8e22ba96d44c Merge tag 'riscv-for-linus-5.1-rc4' of git://git.kernel.or [...]
No new revisions were added by this update.
Summary of changes: arch/riscv/include/asm/fixmap.h | 2 +- arch/riscv/include/asm/uaccess.h | 2 +- arch/riscv/kernel/Makefile | 3 - arch/riscv/kernel/module.c | 2 +- arch/riscv/kernel/setup.c | 8 - arch/riscv/mm/Makefile | 6 + arch/riscv/mm/init.c | 28 ++++ drivers/acpi/acpica/evgpe.c | 6 +- drivers/cpufreq/intel_pstate.c | 5 +- drivers/mfd/Kconfig | 2 +- drivers/mfd/sprd-sc27xx-spi.c | 42 +++--- drivers/mfd/twl-core.c | 23 +++ fs/cifs/cifsfs.c | 2 + fs/cifs/cifsglob.h | 8 + fs/cifs/connect.c | 30 +++- fs/cifs/smb2file.c | 6 +- fs/cifs/smb2ops.c | 68 +++++---- fs/cifs/smb2pdu.c | 49 ++++-- fs/cifs/smb2proto.h | 5 +- tools/power/x86/turbostat/turbostat.c | 277 +++++++++++++++++++++++++++------- 20 files changed, 431 insertions(+), 143 deletions(-)