Re: [PATCH v2 0/2] Remove unused macros from asm-offset

2022-10-16 Thread Athira Rajeev
> On 16-Sep-2022, at 4:27 PM, Disha Goel wrote: > > The kvm code was refactored to convert some of kvm assembly routines to C. > This includes commits which moved code path for the kvm guest entry/exit > for p7/8 from aseembly to C. As part of the code changes, usage of some of > the macros

[powerpc:merge] BUILD SUCCESS 7e89a53013dab868aa99d69749745be3b626e4f8

2022-10-16 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git merge branch HEAD: 7e89a53013dab868aa99d69749745be3b626e4f8 Automatic merge of 'fixes' into merge (2022-10-14 11:02) elapsed time: 4539m configs tested: 58 configs skipped: 2 The following configs have been built

[PATCH] powerpc/xive: add missing iounmap() in error path in xive_spapr_populate_irq_data()

2022-10-16 Thread Yang Yingliang
If remapping 'data->trig_page' fails, the 'data->eoi_mmio' need be unmapped before returning from xive_spapr_populate_irq_data(). Fixes: eac1e731b59e ("powerpc/xive: guest exploitation of the XIVE interrupt controller") Signed-off-by: Yang Yingliang --- arch/powerpc/sysdev/xive/spapr.c | 1 +

[powerpc:fixes-test] BUILD SUCCESS af544511aa1b39150d7526acdd8b7076bceda538

2022-10-16 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git fixes-test branch HEAD: af544511aa1b39150d7526acdd8b7076bceda538 powerpc/64s: make linear_map_hash_lock a raw spinlock elapsed time: 4384m configs tested: 2 configs skipped: 100 The following configs have been

Re: Issues with the first PowerPC updates for the kernel 6.1

2022-10-16 Thread Michael Ellerman
Christian Zigotzky writes: > No, it’s not fine. We used the POWER4 CPU config before. We dropped POWER4 support in 2018. The recent commit just updated the help text to match reality. There were some changes to the CPU flags, but if anything they should have made things more likely to work

Re: Issues with the first PowerPC updates for the kernel 6.1

2022-10-16 Thread Michael Ellerman
Olof Johansson writes: > On Fri, Oct 14, 2022 at 9:11 AM Christian Zigotzky > wrote: >> >> make oldconfig has asked because of the CPU family. I choosed GENERIC for my >> P.A. Semi PWRficient PA6T-1682M. Is this correct? Maybe this is the problem. >> >> config GENERIC_CPU >> - bool "Generic

Re: Issues with the first PowerPC updates for the kernel 6.1

2022-10-16 Thread Christian Zigotzky
No, it’s not fine. We used the POWER4 CPU config before. — Christian > On 16. Oct 2022, at 18:51, Segher Boessenkool > wrote: > > On Fri, Oct 14, 2022 at 06:11:21PM +0200, Christian Zigotzky wrote: >> make oldconfig has asked because of the CPU family. I choosed GENERIC for my >> P.A. Semi

Re: [PATCH 2/7] powerpc/85xx: Mark mpc85xx_ds_pic_init() as static

2022-10-16 Thread Christophe Leroy
Hello, Le 16/10/2022 à 13:05, Pali Rohár a écrit : > Hello Christophe! Do you have any other comments for this patch series? I'm AFK for two weeks, but as far as I remember I don't have any more comments. > > On Monday 26 September 2022 11:47:06 Pali Rohár wrote: >> On Monday 26 September

Re: [RFC PATCH 7/8] mm/ioremap: Consider IOREMAP space in generic ioremap

2022-10-16 Thread Christophe Leroy
I'm more focussed on powerpc32 + Adding linuxppc-dev, someone else might help. Le 16/10/2022 à 13:51, Arnd Bergmann a écrit : > On Sun, Oct 16, 2022, at 9:54 AM, Alexander Gordeev wrote: >> On Wed, Oct 12, 2022 at 12:39:11PM +0200, Arnd Bergmann wrote: >>> "Some" means exactly powerpc64, right?

Re: Issues with the first PowerPC updates for the kernel 6.1

2022-10-16 Thread Segher Boessenkool
On Fri, Oct 14, 2022 at 06:11:21PM +0200, Christian Zigotzky wrote: > make oldconfig has asked because of the CPU family. I choosed GENERIC for my > P.A. Semi PWRficient PA6T-1682M. Is this correct? Maybe this is the problem. > > config GENERIC_CPU > - bool "Generic (POWER4 and above)" > +

Re: [PATCH 2/7] powerpc/85xx: Mark mpc85xx_ds_pic_init() as static

2022-10-16 Thread Pali Rohár
Hello Christophe! Do you have any other comments for this patch series? On Monday 26 September 2022 11:47:06 Pali Rohár wrote: > On Monday 26 September 2022 09:43:55 Christophe Leroy wrote: > > Le 19/08/2022 à 21:15, Pali Rohár a écrit : > > > Function mpc85xx_ds_pic_init() is not used out of the