This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from e644645abf47 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] new f058599e22d5 s390/pci: Fix s390_mmio_read/write with MIO new 70b690547d5e s390/kexec_file: fix initrd location for kdump kernel new ac8372f3b4e4 s390/mm: fix set_huge_pte_at() for empty ptes new 4c1cbcbd6c56 s390/kaslr: add support for R_390_JMP_SLOT relocation type new 9bca7c40850e Merge tag 's390-5.7-4' of git://git.kernel.org/pub/scm/lin [...] new 17b4efdf4e48 tty: serial: add missing spin_lock_init for SiFive serial console new d3044d7d2205 Merge tag 'tty-5.7-rc7' of git://git.kernel.org/pub/scm/li [...] new b17884ccf29e staging: kpc2000: fix error return code in kp2000_pcie_probe() new 34625c1931f8 staging: greybus: Fix uninitialized scalar variable new f0b9d875faa4 staging: wfx: unlock on error path new 98bcead07951 iio: chemical: atlas-sensor: correct DO-SM channels new 115c215a7e57 iio: imu: st_lsm6dsx: unlock on error in st_lsm6dsx_shub_w [...] new aad4742fbf0a iio: dac: vf610: Fix an error handling path in 'vf610_dac_ [...] new 5e4f99a6b788 staging: iio: ad2s1210: Fix SPI reading new bcfa1e253d2e iio: adc: ti-ads8344: Fix channel selection new 52cd91c27f39 iio: adc: stm32-adc: fix device used to request dma new b455d06e6fb3 iio: adc: stm32-dfsdm: fix device used to request dma new 928edefbc18c iio: sca3000: Remove an erroneous 'get_device()' new bcb392871813 Merge tag 'iio-fixes-for-5.7b' of https://git.kernel.org/p [...] new 8f261041b18e Merge tag 'staging-5.7-rc7' of git://git.kernel.org/pub/sc [...] new fc9c03ce30f7 mei: release me_cl object reference new 0bedaa2d6a05 coresight: cti: remove incorrect NULL return check new 133317479f03 ipack: tpci200: fix error return code in tpci200_register() new 1ea34b298855 bus: mhi: core: Fix some error return code new 7a839dbab1be misc: rtsx: Add short delay after exit from ASPM new 0e36fd45e37e Merge tag 'char-misc-5.7-rc7' of git://git.kernel.org/pub/ [...] new 21c27f06587d driver core: Fix SYNC_STATE_ONLY device link implementation new 44e960490ddf driver core: Fix handling of SYNC_STATE_ONLY + STATELESS d [...] new 4ef12f719802 kobject: Make sure the parent does not get released before [...] new e6764aa0e553 Revert "kobject: Make sure the parent does not get release [...] new 23f0dac84841 Merge tag 'driver-core-5.7-rc7' of git://git.kernel.org/pu [...] new 60858c00e5f0 device-dax: don't leak kernel memory to user space after u [...] new c071b0f11e7f x86: bitops: fix build regression new ffca476a0a8d rapidio: fix an error in get_user_pages_fast() error handling new 98097701cc0b selftests/vm/.gitignore: add mremap_dontunmap new 380e5c1d9b5e selftests/vm/write_to_hugetlbfs.c: fix unused variable warning new 33cd65e73abd kasan: disable branch tracing for core runtime new fc94cf2092c7 sh: include linux/time_types.h for sockios new f7fa1876af81 MAINTAINERS: update email address for Naoya Horiguchi new c2bc26f7ca1f sparc32: use PUD rather than PGD to get PMD in srmmu_nocac [...] new d8f117abb380 z3fold: fix use-after-free when freeing handles new ca6edee6c6e3 MAINTAINERS: add files related to kdump new 423b8baf18a8 Merge branch 'akpm' (patches from Andrew)
The 43 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: MAINTAINERS | 7 +- arch/s390/include/asm/pci_io.h | 10 +- arch/s390/kernel/machine_kexec_file.c | 2 +- arch/s390/kernel/machine_kexec_reloc.c | 1 + arch/s390/mm/hugetlbpage.c | 9 +- arch/s390/pci/pci_mmio.c | 213 ++++++++++++++++++++- arch/sh/include/uapi/asm/sockios.h | 2 + arch/sparc/mm/srmmu.c | 2 +- arch/x86/include/asm/bitops.h | 12 +- drivers/base/core.c | 55 ++++-- drivers/bus/mhi/core/init.c | 2 + drivers/dax/kmem.c | 14 +- .../hwtracing/coresight/coresight-cti-platform.c | 4 +- drivers/iio/accel/sca3000.c | 2 +- drivers/iio/adc/stm32-adc.c | 8 +- drivers/iio/adc/stm32-dfsdm-adc.c | 21 +- drivers/iio/adc/ti-ads8344.c | 8 +- drivers/iio/chemical/atlas-sensor.c | 14 +- drivers/iio/dac/vf610_dac.c | 1 + drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c | 7 +- drivers/ipack/carriers/tpci200.c | 1 + drivers/misc/cardreader/rtsx_pcr.c | 3 + drivers/misc/mei/client.c | 2 + drivers/rapidio/devices/rio_mport_cdev.c | 5 + drivers/staging/greybus/uart.c | 4 +- drivers/staging/iio/resolver/ad2s1210.c | 17 +- drivers/staging/kpc2000/kpc2000/core.c | 9 +- drivers/staging/wfx/scan.c | 4 +- drivers/tty/serial/sifive.c | 1 + mm/kasan/Makefile | 16 +- mm/kasan/generic.c | 1 - mm/kasan/tags.c | 1 - mm/z3fold.c | 11 +- tools/testing/selftests/vm/.gitignore | 1 + tools/testing/selftests/vm/write_to_hugetlbfs.c | 2 - 35 files changed, 382 insertions(+), 90 deletions(-)