This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from f01da525b3de Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...] new 7ee06ddc4038 dm snapshot: fix a crash when an origin has no snapshots new c699a0db2d62 dm snapshot: fix crash with transient storage and zero chunk size new dbae70d452a0 dm integrity: revert to not using discard filler when reca [...] new bc8f3d4647a9 dm integrity: fix sparse warnings new a0eb553b6ff6 Merge tag 'for-5.13/dm-fixes' of git://git.kernel.org/pub/ [...] new c625b80b9d00 scsi: ufs: ufs-mediatek: Fix power down spec violation new 56f396146af2 scsi: BusLogic: Fix 64-bit system enumeration error for Buslogic new d0b2b70eb12e scsi: ufs: core: Increase the usable queue depth new 73578af92a0f scsi: qedf: Add pointer checks in qedf_update_link_speed() new 5cb289bf2d7c scsi: qla2xxx: Fix error return code in qla82xx_write_flas [...] new d1acd81bd6eb scsi: pm80xx: Fix drives missing during rmmod/insmod loop new a0d8b0eda310 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] new 976aac5f8829 kcsan: Fix debugfs initcall return type new 921dd2359770 Merge branch 'urgent.2021.05.20a' of git://git.kernel.org/ [...] new 774cda6f12d5 dt-bindings: nvmem: mediatek: remove duplicate mt8192 line new d9cd78edb2e6 firmware: arm_scpi: Prevent the ternary sign expansion bug new 03f840c49207 firmware: arm_scmi: Remove duplicate declaration of struct [...] new e393cc4e9ce0 Merge tag 'scmi-fixes-5.13' of git://git.kernel.org/pub/sc [...] new 366db3ac3cdf arm64: dts: renesas: aistarvision-mipi-adapter-2.1: Fix CS [...] new 0a96c05995ef arm64: dts: renesas: Add port@0 node for all CSI-2 nodes to dtsi new 826b5f765939 Merge tag 'renesas-arm-dt-for-v5.13-tag3' of git://git.ker [...] new 9f015b3765bf tee: amdtee: unload TA only when its refcount becomes 0 new 8ec51f894bf5 Merge tag 'amdtee-fixes-for-v5.13' of git://git.linaro.org [...] new b433d090ac63 MAINTAINERS: ARM/Amlogic SoCs: add Neil as primary maintainer new d37316b72e8b ARM: npcm: wpcm450: select interrupt controller driver new ba816d3c265c Merge tag 'arm-soc-fixes-5.13-1' of git://git.kernel.org/p [...]
The 26 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: .../devicetree/bindings/nvmem/mtk-efuse.txt | 1 - MAINTAINERS | 2 +- arch/arm/mach-npcm/Kconfig | 1 + ...hope-rzg2-ex-aistarvision-mipi-adapter-2.1.dtsi | 2 - arch/arm64/boot/dts/renesas/r8a774a1.dtsi | 8 ++ arch/arm64/boot/dts/renesas/r8a774b1.dtsi | 8 ++ .../boot/dts/renesas/r8a774c0-ek874-mipi-2.1.dts | 2 +- arch/arm64/boot/dts/renesas/r8a774c0.dtsi | 4 + arch/arm64/boot/dts/renesas/r8a774e1.dtsi | 8 ++ arch/arm64/boot/dts/renesas/r8a77950.dtsi | 4 + arch/arm64/boot/dts/renesas/r8a77951.dtsi | 12 +++ arch/arm64/boot/dts/renesas/r8a77960.dtsi | 8 ++ arch/arm64/boot/dts/renesas/r8a77961.dtsi | 8 ++ arch/arm64/boot/dts/renesas/r8a77965.dtsi | 8 ++ arch/arm64/boot/dts/renesas/r8a77970.dtsi | 4 + arch/arm64/boot/dts/renesas/r8a77980.dtsi | 8 ++ arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts | 2 - arch/arm64/boot/dts/renesas/r8a77990.dtsi | 4 + arch/arm64/boot/dts/renesas/salvator-common.dtsi | 3 - drivers/firmware/arm_scmi/notify.h | 2 - drivers/firmware/arm_scpi.c | 4 +- drivers/md/dm-integrity.c | 81 +++++++++---------- drivers/md/dm-snap.c | 6 +- drivers/scsi/BusLogic.c | 6 +- drivers/scsi/BusLogic.h | 2 +- drivers/scsi/pm8001/pm8001_hwi.c | 10 ++- drivers/scsi/pm8001/pm8001_init.c | 2 +- drivers/scsi/pm8001/pm8001_sas.c | 7 +- drivers/scsi/pm8001/pm80xx_hwi.c | 12 +-- drivers/scsi/qedf/qedf_main.c | 4 +- drivers/scsi/qla2xxx/qla_nx.c | 3 +- drivers/scsi/ufs/ufs-mediatek.c | 4 + drivers/scsi/ufs/ufshcd.c | 5 +- drivers/tee/amdtee/amdtee_private.h | 13 +++ drivers/tee/amdtee/call.c | 94 +++++++++++++++++++--- drivers/tee/amdtee/core.c | 15 ++-- kernel/kcsan/debugfs.c | 3 +- 37 files changed, 273 insertions(+), 97 deletions(-)