This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 7d762d69145a afs: Fix manually set volume location server list new 0a1d52994d44 mm: enforce min addr even if capable() in expand_downwards() new 8ed0579c12b2 kvm: properly check debugfs dentry before using it new f1071c3e2473 crypto: ccree - add missing inline qualifier new 69216a545cf8 crypto: sha256/arm - fix crash bug in Thumb2 build new c64316502008 crypto: sha512/arm - fix crash bug in Thumb2 build new 3f25a5990d9d Merge branch 'linus' of git://git.kernel.org/pub/scm/linux [...] new c9bd505dbd9d mmc: spi: Fix card detection during probe new 5c27ff5db149 mmc: tmio_mmc_core: don't claim spurious interrupts new 5603731a15ef mmc: tmio: fix access width of Block Count Register new e5723f95d6b4 mmc: core: Fix NULL ptr crash from mmc_should_fail_request new 27ec9dc17c48 mmc: cqhci: fix space allocated for transfer descriptor new d07e9fadf3a6 mmc: cqhci: Fix a tiny potential memory leak on error condition new c53336c8f5f2 mmc: core: align max segment size with logical block size new e30be063d6db mmc: sdhci-esdhc-imx: correct the fix of ERR004536 new 3a8ed368fc85 Merge tag 'mmc-v5.0-rc8' of git://git.kernel.org/pub/scm/l [...] new 6e356d45950e orangefs: remove two un-needed BUG_ONs... new 3eb07d206daf Merge tag 'for-linus-5.0-ofs1' of git://git.kernel.org/pub [...] new 94ee12b507db MIPS: fix truncation in __cmpxchg_small for short values new 74f03104ed46 MIPS: lantiq: pass struct device to DMA API functions new 18836b48ebae MIPS: BCM63XX: provide DMA masks for ethernet devices new e0bf304e4a00 MIPS: fix memory setup for platforms with PHYS_OFFSET != 0 new bf23aba19456 Merge tag 'mips_fixes_5.0_4' of git://git.kernel.org/pub/s [...] new d63716658ac1 drm/amd/display: Use vrr friendly pageflip throttling in DC. new 90b5e58ebe5e Merge branch 'drm-fixes-5.0' of git://people.freedesktop.o [...] new 2216322919c8 drm: Block fb changes for async plane updates new 17fb465f1602 drm/bochs: Fix the ID mismatch error new 6357c8127bea Merge tag 'drm-fixes-2019-03-01' of git://anongit.freedesk [...] new 6baec880d7a5 kasan: turn off asan-stack for clang-8 and earlier new cb6acd01e2e4 hugetlbfs: fix races and page leaks during migration new 2d28e01dca1a Merge branch 'akpm' (patches from Andrew) new cffaaf0c8162 iommu/dmar: Fix buffer overflow during PCI bus notification new a215ce8f0e00 Merge tag 'iommu-fix-v5.0-rc8' of git://git.kernel.org/pub [...]
The 32 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: arch/arm/crypto/sha256-armv4.pl | 3 ++- arch/arm/crypto/sha256-core.S_shipped | 3 ++- arch/arm/crypto/sha512-armv4.pl | 3 ++- arch/arm/crypto/sha512-core.S_shipped | 3 ++- arch/mips/bcm63xx/dev-enet.c | 8 +++++++ arch/mips/kernel/cmpxchg.c | 3 +-- arch/mips/kernel/setup.c | 3 ++- arch/mips/lantiq/xway/vmmc.c | 4 ++-- drivers/crypto/ccree/cc_pm.h | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | 1 + drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 27 +++++++++++++++++++---- drivers/gpu/drm/bochs/bochs_drv.c | 4 ++++ drivers/gpu/drm/drm_atomic_helper.c | 9 ++++++++ drivers/iommu/dmar.c | 2 +- drivers/mmc/core/block.c | 6 ----- drivers/mmc/core/core.c | 2 +- drivers/mmc/core/queue.c | 9 +++++++- drivers/mmc/host/cqhci.c | 13 +++++++++-- drivers/mmc/host/mmc_spi.c | 1 + drivers/mmc/host/renesas_sdhi_sys_dmac.c | 1 + drivers/mmc/host/sdhci-esdhc-imx.c | 9 ++++---- drivers/mmc/host/tmio_mmc.h | 5 +++++ drivers/mmc/host/tmio_mmc_core.c | 17 +++++++++----- fs/hugetlbfs/inode.c | 12 ++++++++++ fs/orangefs/file.c | 4 ---- lib/Kconfig.kasan | 22 ++++++++++++++++++ mm/hugetlb.c | 16 +++++++++++--- mm/migrate.c | 11 +++++++++ mm/mmap.c | 7 +++--- scripts/Makefile.kasan | 2 +- virt/kvm/kvm_main.c | 2 +- 31 files changed, 167 insertions(+), 47 deletions(-)