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/ci/linux.
from a8dba0531bc0 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...] adds 2067b2b3f484 afs: Fix the CB.ProbeUuid service handler to reply correctly adds 4a46fdba449a afs: Fix loop index mixup in afs_deliver_vl_get_entry_by_name_u() adds a6eed4ab5dd4 fs: afs: Fix a possible null-pointer dereference in afs_pu [...] adds 37c0bbb33266 afs: Fix off-by-one in afs_rename() expected data version [...] adds 5dc84855b0fc afs: Only update d_fsdata if different in afs_d_revalidate() adds 9dd0b82ef530 afs: Fix missing dentry data version updating adds e22a97a2a85d Merge tag 'afs-fixes-20190814' of git://git.kernel.org/pub [...] adds 54b13723f765 sh: kernel: disassemble: Mark expected switch fall-throughs adds 1ee1119d184b sh: kernel: hw_breakpoint: Fix missing break in switch statement adds 41de59634046 Merge tag 'Wimplicit-fallthrough-5.3-rc5' of git://git.ker [...] adds 740ce365a4dc dt-bindings: Fix generated example files getting added to schemas adds 60d437bbff35 of: resolver: Add of_node_put() before return and break adds fd295733e702 dt-bindings: fec: explicitly mark deprecated properties adds 626633425c07 dt-bindings: pinctrl: stm32: Fix 'st,syscfg' schema adds 83f82d7a4258 of: irq: fix a trivial typo in a doc comment adds 2b245b8b033a Merge tag 'devicetree-fixes-for-5.3-3' of git://git.kernel [...] adds b33d567560c1 auxdisplay: panel: need to delete scan_timer when misc_reg [...] adds ba2c1340d7c8 auxdisplay: charlcd: add help text for backlight initial state adds 75354284cc3a auxdisplay: charlcd: move charlcd.h to drivers/auxdisplay adds 390235c3e660 auxdisplay: charlcd: add include guard to charlcd.h adds 6c4d6bc54864 auxdisplay: Fix a typo in cfag12864b-example.c adds 329120423947 Merge tag 'auxdisplay-for-linus-v5.3-rc5' of git://github. [...] new 9a67b72552f8 MAINTAINERS: iomap: Remove fs/iomap.c record new 4ec1fa692dc7 Merge tag 'iomap-5.3-fixes-1' of git://git.kernel.org/pub/ [...] adds 294fc7a4c8ec fs: xfs: xfs_log: Don't use KM_MAYFAIL at xfs_log_reserve(). adds 858b44dc62a1 xfs: remove more ondisk directory corruption asserts adds 8612de3f7ba6 xfs: don't crash on null attr fork xfs_bmapi_read new a69e90512d9d Merge tag 'xfs-5.3-fixes-2' of git://git.kernel.org/pub/sc [...]
The 3 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: Documentation/devicetree/bindings/Makefile | 4 +- Documentation/devicetree/bindings/net/fsl-fec.txt | 30 ++++---- .../bindings/pinctrl/st,stm32-pinctrl.yaml | 3 +- MAINTAINERS | 1 - arch/sh/kernel/disassemble.c | 5 +- arch/sh/kernel/hw_breakpoint.c | 1 + drivers/auxdisplay/Kconfig | 5 ++ drivers/auxdisplay/charlcd.c | 2 +- {include/misc => drivers/auxdisplay}/charlcd.h | 5 ++ drivers/auxdisplay/hd44780.c | 3 +- drivers/auxdisplay/panel.c | 4 +- drivers/of/irq.c | 2 +- drivers/of/resolver.c | 12 ++- fs/afs/cmservice.c | 10 +-- fs/afs/dir.c | 89 ++++++++++++++++++---- fs/afs/file.c | 12 +-- fs/afs/vlclient.c | 11 +-- fs/xfs/libxfs/xfs_bmap.c | 29 +++++-- fs/xfs/libxfs/xfs_da_btree.c | 19 +++-- fs/xfs/libxfs/xfs_dir2_node.c | 3 +- fs/xfs/xfs_log.c | 5 +- samples/auxdisplay/cfag12864b-example.c | 2 +- 22 files changed, 176 insertions(+), 81 deletions(-) rename {include/misc => drivers/auxdisplay}/charlcd.h (94%)