The patch titled Subject: iomap-constify-ioreadx-iomem-argument-as-in-generic-implementation-fix-fix has been removed from the -mm tree. Its filename was iomap-constify-ioreadx-iomem-argument-as-in-generic-implementation-fix-fix.patch This patch was dropped because it was folded into iomap-constify-ioreadx-iomem-argument-as-in-generic-implementation.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: iomap-constify-ioreadx-iomem-argument-as-in-generic-implementation-fix-fix fix drivers/mailbox/bcm-pdc-mailbox.c Link: http://lkml.kernel.org/r/202007132209.Rxmv4QyS%25lkp@xxxxxxxxx Reported-by: kernel test robot <lkp@xxxxxxxxx> Cc: Krzysztof Kozlowski <krzk@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/mailbox/bcm-pdc-mailbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/mailbox/bcm-pdc-mailbox.c~iomap-constify-ioreadx-iomem-argument-as-in-generic-implementation-fix-fix +++ a/drivers/mailbox/bcm-pdc-mailbox.c @@ -679,7 +679,7 @@ pdc_receive(struct pdc_state *pdcs) /* read last_rx_curr from register once */ pdcs->last_rx_curr = - (ioread32(&pdcs->rxregs_64->status0) & + (ioread32((const void __iomem *)&pdcs->rxregs_64->status0) & CRYPTO_D64_RS0_CD_MASK) / RING_ENTRY_SIZE; do { _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are iomap-constify-ioreadx-iomem-argument-as-in-generic-implementation.patch mm.patch mm-vmstat-fix-proc-sys-vm-stat_refresh-generating-false-warnings-fix-2.patch linux-next-rejects.patch kernel-forkc-export-kernel_thread-to-modules.patch