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

2021-08-28 Thread Geoff Levand
Hi Christophe, On 8/27/21 6:34 PM, Geoff Levand wrote: > On 8/27/21 12:56 PM, Christophe JAILLET wrote: >> It has *not* been compile tested because I don't have the needed >> configuration or cross-compiler. > > The powerpc ppc64_defconfig has CONFIG_SPIDER_NET set. My > tdd-builder Docker image

Re: [GIT PULL] Please pull powerpc/linux.git powerpc-5.14-7 tag

2021-08-28 Thread pr-tracker-bot
The pull request you sent on Sat, 28 Aug 2021 22:46:02 +1000: > https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git > tags/powerpc-5.14-7 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/9f73eacde73b105d722968e79d0f84fd5034a6f4 Thank you! --

Re: [PATCH v4 6/6] sched/fair: Consider SMT in ASYM_PACKING load balance

2021-08-28 Thread Vincent Guittot
On Fri, 27 Aug 2021 at 21:45, Ricardo Neri wrote: > > On Fri, Aug 27, 2021 at 12:13:42PM +0200, Vincent Guittot wrote: > > On Tue, 10 Aug 2021 at 16:41, Ricardo Neri > > wrote: > > > @@ -9540,6 +9629,12 @@ static struct rq *find_busiest_queue(struct lb_env > > > *env, > > >

[GIT PULL] Please pull powerpc/linux.git powerpc-5.14-7 tag

2021-08-28 Thread Michael Ellerman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Linus, Please pull two more powerpc fixes for 5.14: The following changes since commit 9f7853d7609d59172eecfc5e7ccf503bc1b690bd: powerpc/mm: Fix set_memory_*() against concurrent accesses (2021-08-19 09:41:54 +1000) are available in the

Re: [RFC PATCH 4/6] powerpc/64s: Make hash MMU code build configurable

2021-08-28 Thread Christophe Leroy
Le 27/08/2021 à 18:34, Nicholas Piggin a écrit : Introduce a new option CONFIG_PPC_64S_HASH_MMU which allows the 64s hash MMU code to be compiled out if radix is selected and the minimum supported CPU type is POWER9 or higher, and KVM is not selected. This saves 128kB kernel image size (90kB

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

2021-08-28 Thread Christophe Leroy
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 --- arch/powerpc/configs/microwatt_defconfig | 1 -

Re: [RFC PATCH 5/6] powerpc/microwatt: select POWER9_CPU

2021-08-28 Thread Christophe Leroy
Le 27/08/2021 à 18:34, Nicholas Piggin a écrit : Microwatt implements a subset of ISA v3.0 which is equivalent to the POWER9_CPU selection. Signed-off-by: Nicholas Piggin --- arch/powerpc/configs/microwatt_defconfig | 1 + arch/powerpc/platforms/microwatt/Kconfig | 1 + 2 files changed,

Re: [RFC PATCH 4/6] powerpc/64s: Make hash MMU code build configurable

2021-08-28 Thread Christophe Leroy
Le 27/08/2021 à 18:34, Nicholas Piggin a écrit : Introduce a new option CONFIG_PPC_64S_HASH_MMU which allows the 64s hash MMU code to be compiled out if radix is selected and the minimum supported CPU type is POWER9 or higher, and KVM is not selected. This saves 128kB kernel image size (90kB