Re: [PATCH v2] selftests/powerpc: Remove the path after initialization.

2024-10-01 Thread IBM
zhangjiao2 writes: > From: zhang jiao > > If there were no anamolies noted, then we can > simply remove the log file and return, after the path variable has been initialized. (minor nit) > > Signed-off-by: zhang jiao > --- > v1->v2: > Remove the path after initialization. > > to

PCI: Work around PCIe link training failures

2024-10-01 Thread Matthew W Carlis
I just wanted to follow up with our testing results for the mentioned patches. It took me a while to get them running in our test pool, but we just got it going yesterday and the initial results look really good. We will continue running them in our testing from now on & if any issues come up I'll

Re: [PATCH 0/3] ASoC: fsl_micfil: fix and improvement

2024-10-01 Thread Mark Brown
On Fri, 27 Sep 2024 16:00:28 +0800, Shengjiu Wang wrote: > Fix the usage of regmap_write_bits(). > Move mclk clock enablement to late stage. > Enable the micfil error interrupt. > > Shengjiu Wang (3): > ASoC: fsl_micfil: fix regmap_write_bits usage > ASoC: fsl_micfil: Add mclk enable flag >

Re: [PATCH 1/2] powerpc/sstep: Unexport analyze_instr, emulate_vsx_load, emulate_vsx_store

2024-10-01 Thread Michal Suchánek
On Tue, Oct 01, 2024 at 02:08:18PM +0200, Christophe Leroy wrote: > > > Le 01/10/2024 à 12:08, Michal Suchanek a écrit : > > There is no modular user of analyze_instr, and the latter two are only > > used by sstep itself. > > analyze_instr() is used in arch/powerpc/kvm/emulate_loadstore.c which

Re: [PATCH 05/12] mm/memory: Add dax_insert_pfn

2024-10-01 Thread Gerald Schaefer
On Sun, 22 Sep 2024 03:41:57 +0200 Dan Williams wrote: > [ add s390 folks to comment on CONFIG_FS_DAX_LIMITED ] [...] > > @@ -2516,6 +2545,44 @@ static vm_fault_t __vm_insert_mixed(struct > > vm_area_struct *vma, > > return VM_FAULT_NOPAGE; > > } > > > > +vm_fault_t dax_insert_pfn(struc

[PATCH 1/2] powerpc/sstep: Unexport analyze_instr, emulate_vsx_load, emulate_vsx_store

2024-10-01 Thread Michal Suchanek
There is no modular user of analyze_instr, and the latter two are only used by sstep itself. Signed-off-by: Michal Suchanek --- arch/powerpc/lib/sstep.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/powerpc/lib/sstep.c b/arch/powerpc/lib/sstep.c index e65f3fb68d06..a0557b0d9a24 1006

Re: [PATCH 1/2] powerpc/sstep: Unexport analyze_instr, emulate_vsx_load, emulate_vsx_store

2024-10-01 Thread Christophe Leroy
Le 01/10/2024 à 12:08, Michal Suchanek a écrit : There is no modular user of analyze_instr, and the latter two are only used by sstep itself. analyze_instr() is used in arch/powerpc/kvm/emulate_loadstore.c which can be a module as far as I can see in Makefile: common-objs-y += powerpc.o e

Re: [PATCH] ASoC: fsl_sai: Enable 'FIFO continue on error' FCONT bit

2024-10-01 Thread Mark Brown
On Mon, 30 Sep 2024 14:08:28 +0800, Shengjiu Wang wrote: > FCONT=1 means On FIFO error, the SAI will continue from the > same word that caused the FIFO error to set after the FIFO > warning flag has been cleared. > > Set FCONT bit in control register to avoid the channel swap > issue after SAI xru

[PATCH 2/2] powerpc/sstep: make emulate_vsx_load and emulate_vsx_store static

2024-10-01 Thread Michal Suchanek
These functions are not used outside of sstep.c Fixes: 350779a29f11 ("powerpc: Handle most loads and stores in instruction emulation code") Signed-off-by: Michal Suchanek --- arch/powerpc/include/asm/sstep.h | 5 - arch/powerpc/lib/sstep.c | 10 -- 2 files changed, 4 insert

Re: Kernel doesn't boot after DRM updates (drm-next-2024-09-19)

2024-10-01 Thread Hoi Pok Wu
Hi Thomas, Could you help on this issue? I do not have access to the hardware now. Thank you. Regards, Wu Hoi Pok On Tue, Oct 1, 2024 at 12:26 PM Christian Zigotzky wrote: > > On 30 September 2024 3:27pm, Alex Deucher wrote: > > + Wu Hoi Pok > > This is likely related to the drm device rewor

[PATCH] powerpc/sstep: make emulate_vsx_load and emulate_vsx_store static

2024-10-01 Thread Michal Suchanek
These functions are not used outside of sstep.c Fixes: 350779a29f11 ("powerpc: Handle most loads and stores in instruction emulation code") Signed-off-by: Michal Suchanek --- arch/powerpc/include/asm/sstep.h | 5 - arch/powerpc/lib/sstep.c | 12 2 files changed, 4 inse

Re: [PATCH 1/2] powerpc/sstep: Unexport analyze_instr, emulate_vsx_load, emulate_vsx_store

2024-10-01 Thread Paul Mackerras
On Tue, Oct 01, 2024 at 12:08:47PM +0200, Michal Suchanek wrote: > There is no modular user of analyze_instr, and the latter two are only > used by sstep itself. As far as I can see, analyze_instr is still used in arch/powerpc/kvm/emulate_loadstore.c, and that can be included in a module, e.g., wh

Re: [PATCH v5 17/17] powerpc64/bpf: Add support for bpf trampolines

2024-10-01 Thread Alexei Starovoitov
On Tue, Oct 1, 2024 at 12:18 AM Hari Bathini wrote: > > > > On 30/09/24 6:25 pm, Alexei Starovoitov wrote: > > On Sun, Sep 29, 2024 at 10:33 PM Hari Bathini > > wrote: > >> > >> > >> > >> On 17/09/24 1:20 pm, Alexei Starovoitov wrote: > >>> On Sun, Sep 15, 2024 at 10:58 PM Hari Bathini > >>> w

Re: Kernel doesn't boot after DRM updates (drm-next-2024-09-19)

2024-10-01 Thread Christophe Leroy
Hi All, Le 01/10/2024 à 14:09, Hoi Pok Wu a écrit : [Vous ne recevez pas souvent de courriers de wuhoi...@gmail.com. Découvrez pourquoi ceci est important à https://aka.ms/LearnAboutSenderIdentification ] Hi Thomas, Could you help on this issue? I do not have access to the hardware now. Thank

Re: Kernel doesn't boot after DRM updates (drm-next-2024-09-19)

2024-10-01 Thread Hoi Pok Wu
I will look into this and get back to you. Thank you. On Tue, Oct 1, 2024 at 8:23 PM Christophe Leroy wrote: > > Hi All, > > Le 01/10/2024 à 14:09, Hoi Pok Wu a écrit : > > [Vous ne recevez pas souvent de courriers de wuhoi...@gmail.com. Découvrez > > pourquoi ceci est important à https://aka.m

Re: [PATCH v5 17/17] powerpc64/bpf: Add support for bpf trampolines

2024-10-01 Thread Hari Bathini
On 30/09/24 6:25 pm, Alexei Starovoitov wrote: On Sun, Sep 29, 2024 at 10:33 PM Hari Bathini wrote: On 17/09/24 1:20 pm, Alexei Starovoitov wrote: On Sun, Sep 15, 2024 at 10:58 PM Hari Bathini wrote: + + /* +* Generated stack layout: +* +* func prev back