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 abf02e2964b3 Merge tag 'pm-5.2-rc6' of git://git.kernel.org/pub/scm/lin [...] adds 241e39004581 nfsd: replace Jeff by Chuck as nfsd co-maintainer new ff896738be38 block: return from __bio_try_merge_page if merging occured [...] new 456918049560 block: fix page leak when merging to same page new 9642fa73d073 md: fix for divide error in status_resync new 440078db7a55 Merge branch 'md-fixes' of https://github.com/liu-song-6/l [...] new 41a247d896d2 Merge tag 'for-linus-20190620' of git://git.kernel.dk/linux-block adds 97bf85b6ec9e mmc: sdhi: disallow HS400 for M3-W ES1.2, RZ/G2M, and V3H adds b0e370b95a3b mmc: core: complete HS400 before checking status adds 8a5df8ac628f mmc: mediatek: fix SDIO IRQ interrupt handle flow adds 20314ce30af1 mmc: mediatek: fix SDIO IRQ detection issue adds abdd5dcc0020 Revert "brcmfmac: disable command decode in sdio_aos" adds 0a55f4ab9678 mmc: core: API to temporarily disable retuning for SDIO CR [...] adds 2de0b42da263 brcmfmac: sdio: Disable auto-tuning around commands expect [...] adds b4c9f938d542 mmc: core: Add sdio_retune_hold_now() and sdio_retune_release() adds 65dade604407 brcmfmac: sdio: Don't tune while the card is off adds 0f7b79a44e7d mmc: sdhci: sdhci-pci-o2micro: Correctly set bus width whe [...] adds 83293386bc95 mmc: core: Prevent processing SDIO IRQs when the card is s [...] new 6331d118ac61 Merge tag 'mmc-v5.2-rc4' of git://git.kernel.org/pub/scm/l [...] adds c6d9c35d16f1 quota: fix a problem about transfer quota adds c285a2f01d69 fanotify: update connector fsid cache on add mark new d72558b2b331 Merge tag 'for_v5.2-rc6' of git://git.kernel.org/pub/scm/l [...] adds f9364df30420 s390/boot: disable address-of-packed-member warning adds 93c2f55ffc89 s390/ctl_reg: mark __ctl_set_bit and __ctl_clear_bit as __ [...] adds 11aff183225c vfio-ccw: Destroy kmem cache region on module exit new a409de616259 Merge tag 's390-5.2-5' of git://git.kernel.org/pub/scm/lin [...] adds c584b1202f2d MAINTAINERS: Update my email address to use @kernel.org adds adeaa21a4b69 arm64: ssbd: explicitly depend on <linux/prctl.h> adds 35341ca0614a arm64/sve: <uapi/asm/ptrace.h> should not depend on <uapi/ [...] adds 2a081968b1e5 MAINTAINERS: Update my email address adds 615c48ad8f42 arm64/mm: don't initialize pgd_cache twice new e929387449cf Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...]
The 9 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: .mailmap | 2 + MAINTAINERS | 20 +++--- arch/arm64/include/asm/pgtable.h | 3 +- arch/arm64/include/uapi/asm/ptrace.h | 8 +-- arch/arm64/kernel/ssbd.c | 1 + arch/s390/Makefile | 1 + arch/s390/include/asm/ctl_reg.h | 4 +- block/bio.c | 38 ++++++----- drivers/md/md.c | 36 ++++++---- drivers/mmc/core/core.c | 5 +- drivers/mmc/core/mmc.c | 6 +- drivers/mmc/core/sdio.c | 13 +++- drivers/mmc/core/sdio_io.c | 77 ++++++++++++++++++++++ drivers/mmc/core/sdio_irq.c | 4 ++ drivers/mmc/host/mtk-sd.c | 39 ++++++----- drivers/mmc/host/renesas_sdhi_core.c | 9 ++- drivers/mmc/host/sdhci-pci-o2micro.c | 5 +- .../wireless/broadcom/brcm80211/brcmfmac/sdio.c | 17 +++-- drivers/s390/cio/vfio_ccw_drv.c | 1 + fs/iomap.c | 12 ++-- fs/notify/fanotify/fanotify.c | 4 ++ fs/notify/mark.c | 14 +++- fs/quota/dquot.c | 4 +- fs/xfs/xfs_aops.c | 11 +++- include/linux/bio.h | 2 +- include/linux/fsnotify_backend.h | 4 +- include/linux/mmc/host.h | 1 + include/linux/mmc/sdio_func.h | 6 ++ 28 files changed, 252 insertions(+), 95 deletions(-)