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-arm-mainline-allnoconfig in repository toolchain/linux-next.
from 71e56028173b Merge branch 'sched-urgent-for-linus' of git://git.kernel. [...] adds a861594b1b7f ntb_netdev: fix sleep time mismatch adds 7756e2b5d68c ntb: intel: fix return value for ndev_vec_mask() adds 1b7619828d0c NTB: ntb_hw_idt: replace IS_ERR_OR_NULL with regular NULL checks adds 37a3e9693d44 ntb: idt: Set PCIe bus address to BARLIMITx adds 846429bc998f ntb: ntb_transport: Mark expected switch fall-throughs adds fc5d1829f9bf NTB: transport: Try harder to alloc an aligned MW buffer adds 906e86b22dba ntb_netdev: Simplify remove with client device drvdata adds 40070408f54e ntb: idt: Alter temperature read method adds aed1b7b31154 ntb: idt: Add basic hwmon sysfs interface adds b8babacbae62 ntb: idt: Discard temperature sensor IRQ handler adds a662315d8ad9 ntb: idt: Alter the driver info comments adds 04578e8441c5 Merge tag 'ntb-4.20' of git://github.com/jonmason/ntb adds a7ad38b0dd3c clocksource/drivers/c-sky: Add C-SKY SMP timer adds 732e5dca374d dt-bindings: timer: C-SKY Multi-processor timer adds 33745c3cc588 clocksource/drivers/c-sky: Add gx6605s SOC system timer adds ab1e77c3f590 dt-bindings: timer: gx6605s SOC timer adds bff9a1076adf Merge branch 'clockevents/4.20-rc1' of https://git.linaro. [...] adds 35e745244268 Merge branch 'timers-urgent-for-linus' of git://git.kernel [...] adds c3be6577d82a SUNRPC: Use atomic(64)_t for seq_send(64) adds d3787af289c8 NFS: fix spelling mistake, EACCESS -> EACCES adds 4710e78940d8 Merge tag 'nfs-for-4.20-2' of git://git.linux-nfs.org/proj [...] adds 7e5583fd7719 ubi: Mark expected switch fall-throughs adds c4de6d7e4319 ubifs: Refactor create_default_filesystem() adds 545bc8f6b0c6 ubifs: Pass ubifs_zbranch to try_read_node() adds 22ceaa8c688d ubifs: Pass ubifs_zbranch to read_znode() adds 0e26b6e2551e ubifs: Export pnode_lookup as ubifs_pnode_lookup adds e635cf8c3bbd ubifs: Implement ubifs_lpt_lookup using ubifs_pnode_lookup adds 83407437bbea ubifs: Drop write_node adds fd6150051bec ubifs: Store read superblock node adds 5125cfdff13a ubifs: Format changes for authentication support adds dead97266f10 ubifs: Add separate functions to init/crc a node adds 49525e5eecca ubifs: Add helper functions for authentication support adds a384b47e4954 ubifs: Create functions to embed a HMAC in a node adds 823838a48688 ubifs: Add hashes to the tree node cache adds 16a26b20d2af ubifs: authentication: Add hashes to index nodes adds 6a98bc4614de ubifs: Add authentication nodes to journal adds 6f06d96fdf62 ubifs: Add auth nodes to garbage collector journal head adds da8ef65f9573 ubifs: Authenticate replayed journal adds a1dc58140f7e ubifs: authentication: Authenticate LPT adds 625700ccb506 ubfis: authentication: Authenticate master node adds b5b1f0836922 ubifs: Create hash for default LPT adds e158e02ff700 ubifs: authentication: Authenticate super block node adds 104115a3eb54 ubifs: Add hashes and HMACs to default filesystem adds 1e76592f2c32 ubifs: Do not update inode size in-place in authenticated mode adds d8a22773a12c ubifs: Enable authentication support adds e453fa60e086 Documentation: ubifs: Add authentication whitepaper adds 84db119f5a83 ubifs: Remove unneeded semicolon adds 42bd06e93d10 Merge tag 'tags/upstream-4.20-rc1' of git://git.infradead. [...] adds 651022382c7f Linux 4.20-rc1
No new revisions were added by this update.
Summary of changes: .../bindings/timer/csky,gx6605s-timer.txt | 42 ++ .../devicetree/bindings/timer/csky,mptimer.txt | 42 ++ Documentation/filesystems/ubifs-authentication.md | 426 +++++++++++++++++ Documentation/filesystems/ubifs.txt | 7 + Makefile | 4 +- drivers/clocksource/Kconfig | 18 + drivers/clocksource/Makefile | 2 + drivers/clocksource/timer-gx6605s.c | 154 +++++++ drivers/clocksource/timer-mp-csky.c | 173 +++++++ drivers/mtd/ubi/attach.c | 1 + drivers/mtd/ubi/build.c | 2 + drivers/net/ntb_netdev.c | 30 +- drivers/ntb/hw/idt/Kconfig | 5 +- drivers/ntb/hw/idt/ntb_hw_idt.c | 327 +++++++++++--- drivers/ntb/hw/idt/ntb_hw_idt.h | 87 +++- drivers/ntb/hw/intel/ntb_hw_gen1.c | 2 +- drivers/ntb/ntb_transport.c | 88 +++- fs/nfs/nfs4proc.c | 2 +- fs/ubifs/Kconfig | 11 + fs/ubifs/Makefile | 1 + fs/ubifs/auth.c | 502 +++++++++++++++++++++ fs/ubifs/debug.c | 6 + fs/ubifs/gc.c | 49 +- fs/ubifs/io.c | 110 ++++- fs/ubifs/journal.c | 289 +++++++++--- fs/ubifs/log.c | 24 + fs/ubifs/lpt.c | 184 +++++++- fs/ubifs/lpt_commit.c | 44 +- fs/ubifs/master.c | 64 ++- fs/ubifs/misc.h | 5 +- fs/ubifs/recovery.c | 120 +++-- fs/ubifs/replay.c | 177 +++++++- fs/ubifs/sb.c | 209 ++++++--- fs/ubifs/super.c | 91 +++- fs/ubifs/tnc.c | 36 +- fs/ubifs/tnc_commit.c | 27 ++ fs/ubifs/tnc_misc.c | 26 +- fs/ubifs/ubifs-media.h | 46 +- fs/ubifs/ubifs.h | 253 ++++++++++- include/linux/cpuhotplug.h | 1 + include/linux/sunrpc/gss_krb5.h | 7 +- net/sunrpc/auth_gss/gss_krb5_mech.c | 16 +- net/sunrpc/auth_gss/gss_krb5_seal.c | 28 +- net/sunrpc/auth_gss/gss_krb5_wrap.c | 4 +- 44 files changed, 3298 insertions(+), 444 deletions(-) create mode 100644 Documentation/devicetree/bindings/timer/csky,gx6605s-timer.txt create mode 100644 Documentation/devicetree/bindings/timer/csky,mptimer.txt create mode 100644 Documentation/filesystems/ubifs-authentication.md create mode 100644 drivers/clocksource/timer-gx6605s.c create mode 100644 drivers/clocksource/timer-mp-csky.c create mode 100644 fs/ubifs/auth.c