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/linux-next.
from d41217aac0a5 Merge tag 'pci-v4.20-fixes-1' of git://git.kernel.org/pub/ [...] adds 5d7a5bcb67c7 sunrpc: correct the computation for page_ptr when truncating adds 01310bb7c9c9 nfsd: COPY and CLONE operations require the saved filehand [...] adds 025911a5f4e3 SUNRPC: drop pointless static qualifier in xdr_get_next_en [...] adds 4e4490d438a1 Merge tag 'nfsd-4.20-1' of git://linux-nfs.org/~bfields/linux adds 8d72ee3266f0 Documentation: cpu-freq: Frequencies aren't always sorted adds 6ef28a04d1cc cpufreq: imx6q: add return value check for voltage scale adds e531efa1e92b Documentation: cpufreq: Correct a typo adds aeaf6a4b2d9e dt-bindings: cpufreq: remove stale arm_big_little_dt entry adds 763f191af51f ARM: cpuidle: Don't register the driver when back-end init [...] adds 3e452e636d00 ARM: cpuidle: Convert to use cpuidle_register|unregister() adds 97dc6c03c1b0 Merge branch 'pm-cpuidle' adds dbb3c26034fa Merge tag 'pm-4.20-rc3' of git://git.kernel.org/pub/scm/li [...] adds 017ce359a718 ACPI / PMIC: xpower: fix IOSF_MBI dependency adds 3472f66013d1 Merge tag 'acpi-4.20-rc3' of git://git.kernel.org/pub/scm/ [...] adds fd35f192e42c integrity: support new struct public_key_signature encoding field adds e4c4b0e45dfd Merge branch 'fixes-v4.20-rc3' of git://git.kernel.org/pub [...] adds dded2e159208 kdb: use correct pointer when 'btc' calls 'btt' adds 568fb6f42ac6 kdb: print real address of pointers instead of hashed addresses adds c2b94c72d93d kdb: Use strscpy with destination buffer size adds 9eb62f0e1bc7 kdb: kdb_main: refactor code in kdb_md_line adds 01cb37351baf kdb: kdb_keyboard: mark expected switch fall-throughs adds 646558ff1643 kdb: kdb_support: mark expected switch fall-throughs adds 9746e46737a1 Merge tag 'kgdb-fixes-4.20-rc3' of https://git.linaro.org/ [...] adds 4ab49461d9d9 RISC-V: defconfig: Enable printk timestamps adds 10febb3ecace riscv: fix spacing in struct pt_regs adds f157d411a9eb riscv: add missing vdso_install target adds 85d90b91807b RISC-V: lib: Fix build error for 64-bit adds ef3a61406618 RISC-V: Silence some module warnings on 32-bit adds 5929a1f0ff30 Merge tag 'riscv-for-linus-4.20-rc2' of git://git.kernel.o [...] adds 21a446cf1865 NFSv4: Don't exit the state manager without clearing NFS4C [...] adds a1aa09be21fa NFSv4: Ensure that the state manager exits the loop on SIGKILL adds a652a4bc2169 SUNRPC: Fix a Oops when destroying the RPCSEC_GSS credenti [...] adds e3d5e573a54d SUNRPC: Fix a bogus get/put in generic_key_to_expire() adds e39d8a186ed0 NFSv4: Fix an Oops during delegation callbacks adds 94ca5c18e1e3 Merge tag 'nfs-for-4.20-3' of git://git.linux-nfs.org/proj [...] adds e39f9dd8206a pinctrl: meson: fix pinconf bias disable adds 4bc51e1e350c pinctrl: meson: fix gxbb ao pull register bits adds ed3a2b74f3eb pinctrl: meson: fix gxl ao pull register bits adds e91b162d2868 pinctrl: meson: fix meson8 ao pull register bits adds a1705f02704c pinctrl: meson: fix meson8b ao pull register bits adds 595b0674ce78 MAINTAINERS: Add tree link for Intel pin control driver adds 282fd2a2adb4 Merge tag 'pinctrl-v4.20-2' of git://git.kernel.org/pub/sc [...] adds c138325fb871 selinux: check length properly in SCTP bind hook adds 877181a8d9dc selinux: fix non-MLS handling in mls_context_to_sid() adds da5322e65940 Merge tag 'selinux-pr-20181115' of git://git.kernel.org/pu [...]
No new revisions were added by this update.
Summary of changes: Documentation/admin-guide/pm/cpufreq.rst | 2 +- Documentation/cpu-freq/cpufreq-stats.txt | 8 ++- .../bindings/cpufreq/arm_big_little_dt.txt | 65 ---------------------- MAINTAINERS | 1 + arch/riscv/Makefile | 4 ++ arch/riscv/configs/defconfig | 1 + arch/riscv/include/asm/ptrace.h | 4 +- arch/riscv/kernel/module.c | 12 ++-- arch/riscv/lib/Makefile | 2 +- drivers/acpi/Kconfig | 2 +- drivers/cpufreq/imx6q-cpufreq.c | 7 ++- drivers/cpuidle/cpuidle-arm.c | 40 +++---------- drivers/pinctrl/meson/pinctrl-meson-gxbb.c | 2 +- drivers/pinctrl/meson/pinctrl-meson-gxl.c | 2 +- drivers/pinctrl/meson/pinctrl-meson.c | 2 +- drivers/pinctrl/meson/pinctrl-meson8.c | 2 +- drivers/pinctrl/meson/pinctrl-meson8b.c | 2 +- fs/nfs/callback_proc.c | 4 +- fs/nfs/delegation.c | 11 +++- fs/nfs/nfs4state.c | 10 ++-- fs/nfsd/nfs4proc.c | 3 + kernel/debug/kdb/kdb_bt.c | 4 +- kernel/debug/kdb/kdb_io.c | 15 +++-- kernel/debug/kdb/kdb_keyboard.c | 4 +- kernel/debug/kdb/kdb_main.c | 35 ++++-------- kernel/debug/kdb/kdb_private.h | 2 +- kernel/debug/kdb/kdb_support.c | 28 +++++----- net/sunrpc/auth_generic.c | 8 +-- net/sunrpc/auth_gss/auth_gss.c | 61 +++++++++++++------- net/sunrpc/xdr.c | 7 +-- security/integrity/digsig_asymmetric.c | 1 + security/selinux/hooks.c | 3 + security/selinux/ss/mls.c | 10 +++- 33 files changed, 155 insertions(+), 209 deletions(-) delete mode 100644 Documentation/devicetree/bindings/cpufreq/arm_big_little_dt.txt