[powerpc:merge] BUILD SUCCESS a555f645f92c58683d0a8d3315352a8d0ce8f80e

2021-08-29 Thread kernel test robot
-a002-20210825 i386 randconfig-a005-20210825 i386 randconfig-a004-20210825 i386 randconfig-a003-20210825 i386 randconfig-a001-20210829 i386 randconfig-a006-20210829 i386 randconfig-a005-20210829 i386

Re: [PATCH] net: spider_net: switch from 'pci_' to 'dma_' API

2021-08-29 Thread Michael Ellerman
Christophe Leroy writes: > Le 27/08/2021 à 21:56, Christophe JAILLET a écrit : >> --- >> It has *not* been compile tested because I don't have the needed >> configuration or cross-compiler. However, the modification is completely >> mechanical and done by coccinelle. > > All you need is at

Re: [PATCH] net: spider_net: switch from 'pci_' to 'dma_' API

2021-08-29 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Fri, 27 Aug 2021 21:56:28 +0200 you wrote: > In [1], Christoph Hellwig has proposed to remove the wrappers in > include/linux/pci-dma-compat.h. > > Some reasons why this API should be removed have been given by Julia >

Re: [PATCH] net: spider_net: switch from 'pci_' to 'dma_' API

2021-08-29 Thread Christophe Leroy
Le 27/08/2021 à 21:56, Christophe JAILLET a écrit : --- It has *not* been compile tested because I don't have the needed configuration or cross-compiler. However, the modification is completely mechanical and done by coccinelle. All you need is at

Re: [PATCH v4 4/4] powerpc/ptdump: Convert powerpc to GENERIC_PTDUMP

2021-08-29 Thread Nathan Chancellor
Hi Christophe, On Thu, Jul 08, 2021 at 04:49:43PM +, Christophe Leroy wrote: > This patch converts powerpc to the generic PTDUMP implementation. > > Signed-off-by: Christophe Leroy This patch as commit e084728393a5 ("powerpc/ptdump: Convert powerpc to GENERIC_PTDUMP") in powerpc/next

Re: [PATCH v4 4/4] powerpc/ptdump: Convert powerpc to GENERIC_PTDUMP

2021-08-29 Thread Christophe Leroy
Hi Nathan, Le 29/08/2021 à 20:55, Nathan Chancellor a écrit : Hi Christophe, On Thu, Jul 08, 2021 at 04:49:43PM +, Christophe Leroy wrote: This patch converts powerpc to the generic PTDUMP implementation. Signed-off-by: Christophe Leroy This patch as commit e084728393a5

Re: [PATCH v4 4/4] powerpc/ptdump: Convert powerpc to GENERIC_PTDUMP

2021-08-29 Thread Nathan Chancellor
On Sun, Aug 29, 2021 at 09:11:47PM +0200, Christophe Leroy wrote: > Hi Nathan, > > Le 29/08/2021 à 20:55, Nathan Chancellor a écrit : > > Hi Christophe, > > > > On Thu, Jul 08, 2021 at 04:49:43PM +, Christophe Leroy wrote: > > > This patch converts powerpc to the generic PTDUMP

Re: [RFC PATCH 6/6] powerpc/microwatt: Stop building the hash MMU code

2021-08-29 Thread Michael Ellerman
Christophe Leroy writes: > Le 27/08/2021 à 18:34, Nicholas Piggin a écrit : >> Microwatt is radix-only, so stop selecting the hash MMU code. >> >> This saves 20kB compressed dtbImage and 56kB vmlinux size. >> >> Signed-off-by: Nicholas Piggin >> --- >>