Re: [PATCH net-next v1] mm: fix build on powerpc with GCC 14

2024-09-13 Thread Christophe Leroy
Hi, Le 13/09/2024 à 21:22, Matthew Wilcox a écrit : On Fri, Sep 13, 2024 at 07:20:36PM +, Mina Almasry wrote: +++ b/include/linux/page-flags.h @@ -239,8 +239,8 @@ static inline unsigned long _compound_head(const struct page *page) { unsigned long head = READ_ONCE(page->compound_h

Re: [PATCH -next,v3] MIPS: Remove the obsoleted code for include/linux/mv643xx.h

2024-09-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 12 Sep 2024 09:19:49 +0800 you wrote: > Most of the drivers which used this header have been deleted, most > of these code is obsoleted, move the only defines that are actually > used into arch/powerpc/platfor

Re: [PATCH net-next v2] page_pool: fix build on powerpc with GCC 14

2024-09-13 Thread Jakub Kicinski
On Sat, 14 Sep 2024 12:02:09 +1000 Michael Ellerman wrote: > Can you try the patch below, it fixes the build error for me. Excellent, fixes it for me too! -- pw-bot: nap

Re: [PATCH 1/2] powerpc/entry: convert to common and generic entry

2024-09-13 Thread Luming Yu
On Fri, Sep 13, 2024 at 02:15:40PM +0200, Christophe Leroy wrote: > > > Le 13/09/2024 à 14:02, Luming Yu a écrit : > > > > ... > > > nothing happens after that. > > reproduced with ppc64_defconfig > > [0.818972][T1] Run /init as init process > > [5.851684][ T240] request_module: mod

Re: [PATCH net-next v2] page_pool: fix build on powerpc with GCC 14

2024-09-13 Thread Michael Ellerman
Mina Almasry writes: > Building net-next with powerpc with GCC 14 compiler results in this > build error: > > /home/sfr/next/tmp/ccuSzwiR.s: Assembler messages: > /home/sfr/next/tmp/ccuSzwiR.s:2579: Error: operand out of domain (39 is > not a multiple of 4) > make[5]: *** [/home/sfr/next/next/scri

Re: [PATCH net-next v2] page_pool: fix build on powerpc with GCC 14

2024-09-13 Thread Mina Almasry
On Fri, Sep 13, 2024 at 5:17 PM Jakub Kicinski wrote: > > On Fri, 13 Sep 2024 15:20:13 -0700 Mina Almasry wrote: > > I have not reported the issue to GCC yet. From the build break thread > > it seemed a fix was urgent, so I posted the fix and was planning to > > report the issue after. If not, no

Re: [PATCH net-next v2] page_pool: fix build on powerpc with GCC 14

2024-09-13 Thread Jakub Kicinski
On Fri, 13 Sep 2024 15:20:13 -0700 Mina Almasry wrote: > I have not reported the issue to GCC yet. From the build break thread > it seemed a fix was urgent, so I posted the fix and was planning to > report the issue after. If not, no problem, I'll report the issue and > repost the fix with a GCC bu

Re: [PATCH net-next v2] page_pool: fix build on powerpc with GCC 14

2024-09-13 Thread Mina Almasry
On Fri, Sep 13, 2024 at 3:27 PM Stanislav Fomichev wrote: > > On 09/13, Matthew Wilcox wrote: > > On Fri, Sep 13, 2024 at 02:55:19PM -0700, Stanislav Fomichev wrote: > > > On 09/13, Mina Almasry wrote: > > > > Building net-next with powerpc with GCC 14 compiler results in this > > > > build error:

Re: [PATCH] of: address: Unify resource bounds overflow checking

2024-09-13 Thread Michael Ellerman
Rob Herring writes: > On Fri, Sep 13, 2024 at 8:15 AM Michael Ellerman wrote: >> Thomas Weißschuh writes: >> > The members "start" and "end" of struct resource are of type >> > "resource_size_t" which can be 32bit wide. >> > Values read from OF however are always 64bit wide. >> > >> > Refactor t

Re: [PATCH net-next v2] page_pool: fix build on powerpc with GCC 14

2024-09-13 Thread Stanislav Fomichev
On 09/13, Matthew Wilcox wrote: > On Fri, Sep 13, 2024 at 02:55:19PM -0700, Stanislav Fomichev wrote: > > On 09/13, Mina Almasry wrote: > > > Building net-next with powerpc with GCC 14 compiler results in this > > > build error: > > > > > > /home/sfr/next/tmp/ccuSzwiR.s: Assembler messages: > > >

Re: [PATCH net-next v2] page_pool: fix build on powerpc with GCC 14

2024-09-13 Thread Mina Almasry
On Fri, Sep 13, 2024 at 2:55 PM Stanislav Fomichev wrote: > > On 09/13, Mina Almasry wrote: > > Building net-next with powerpc with GCC 14 compiler results in this > > build error: > > > > /home/sfr/next/tmp/ccuSzwiR.s: Assembler messages: > > /home/sfr/next/tmp/ccuSzwiR.s:2579: Error: operand out

Re: [PATCH net-next v2] page_pool: fix build on powerpc with GCC 14

2024-09-13 Thread Mina Almasry
On Fri, Sep 13, 2024 at 2:55 PM Matthew Wilcox wrote: > > On Fri, Sep 13, 2024 at 09:33:51PM +, Mina Almasry wrote: > > Building net-next with powerpc with GCC 14 compiler results in this > > build error: > > > > /home/sfr/next/tmp/ccuSzwiR.s: Assembler messages: > > /home/sfr/next/tmp/ccuSzwi

Re: [PATCH net-next v2] page_pool: fix build on powerpc with GCC 14

2024-09-13 Thread Stanislav Fomichev
On 09/13, Mina Almasry wrote: > Building net-next with powerpc with GCC 14 compiler results in this > build error: > > /home/sfr/next/tmp/ccuSzwiR.s: Assembler messages: > /home/sfr/next/tmp/ccuSzwiR.s:2579: Error: operand out of domain (39 is > not a multiple of 4) > make[5]: *** [/home/sfr/next/

Re: [PATCH net-next v2] page_pool: fix build on powerpc with GCC 14

2024-09-13 Thread Mina Almasry
On Fri, Sep 13, 2024 at 2:33 PM Mina Almasry wrote: > > Building net-next with powerpc with GCC 14 compiler results in this > build error: > > /home/sfr/next/tmp/ccuSzwiR.s: Assembler messages: > /home/sfr/next/tmp/ccuSzwiR.s:2579: Error: operand out of domain (39 is > not a multiple of 4) > make[

[PATCH net-next v2] page_pool: fix build on powerpc with GCC 14

2024-09-13 Thread Mina Almasry
Building net-next with powerpc with GCC 14 compiler results in this build error: /home/sfr/next/tmp/ccuSzwiR.s: Assembler messages: /home/sfr/next/tmp/ccuSzwiR.s:2579: Error: operand out of domain (39 is not a multiple of 4) make[5]: *** [/home/sfr/next/next/scripts/Makefile.build:229: net/core/pa

Re: [PATCH net-next v3 7/8] net: ethernet: fs_enet: simplify clock handling with devm accessors

2024-09-13 Thread Christophe JAILLET
Le 04/09/2024 à 19:18, Maxime Chevallier a écrit : devm_clock_get_enabled() can be used to simplify clock handling for the PER register clock. Reviewed-by: Andrew Lunn Signed-off-by: Maxime Chevallier --- .../ethernet/freescale/fs_enet/fs_enet-main.c| 16 drivers/net/et

Re: linux-next: build failure after merge of the net-next tree

2024-09-13 Thread Mina Almasry
On Fri, Sep 13, 2024 at 11:36 AM Jakub Kicinski wrote: > > On Fri, 13 Sep 2024 09:27:17 -0700 Mina Almasry wrote: > > diff --git a/include/linux/page-flags.h b/include/linux/page-flags.h > > index 5769fe6e4950..ea4005d2d1a9 100644 > > --- a/include/linux/page-flags.h > > +++ b/include/linux/page-f

[PATCH net-next v1] mm: fix build on powerpc with GCC 14

2024-09-13 Thread Mina Almasry
Building net-next with powerpc with GCC 14 compiler results in this build error: /home/sfr/next/tmp/ccuSzwiR.s: Assembler messages: /home/sfr/next/tmp/ccuSzwiR.s:2579: Error: operand out of domain (39 is not a multiple of 4) make[5]: *** [/home/sfr/next/next/scripts/Makefile.build:229: net/core/pa

Re: linux-next: build failure after merge of the net-next tree

2024-09-13 Thread Mina Almasry
On Fri, Sep 13, 2024 at 9:13 AM LEROY Christophe wrote: > > > > Le 13/09/2024 à 17:49, Jakub Kicinski a écrit : > > On Fri, 13 Sep 2024 08:34:26 -0700 Jakub Kicinski wrote: > >>> The second "asm" above (CONFIG_PPC_KERNEL_PREFIXED is not set). I am > >>> guessing by searching for "39" in net/core/

Re: [PATCH net-next v2] page_pool: fix build on powerpc with GCC 14

2024-09-13 Thread Matthew Wilcox
On Fri, Sep 13, 2024 at 02:55:19PM -0700, Stanislav Fomichev wrote: > On 09/13, Mina Almasry wrote: > > Building net-next with powerpc with GCC 14 compiler results in this > > build error: > > > > /home/sfr/next/tmp/ccuSzwiR.s: Assembler messages: > > /home/sfr/next/tmp/ccuSzwiR.s:2579: Error: ope

Re: [PATCH net-next v2] page_pool: fix build on powerpc with GCC 14

2024-09-13 Thread Matthew Wilcox
On Fri, Sep 13, 2024 at 09:33:51PM +, Mina Almasry wrote: > Building net-next with powerpc with GCC 14 compiler results in this > build error: > > /home/sfr/next/tmp/ccuSzwiR.s: Assembler messages: > /home/sfr/next/tmp/ccuSzwiR.s:2579: Error: operand out of domain (39 is > not a multiple of 4)

Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits

2024-09-13 Thread Charlie Jenkins
On Fri, Sep 13, 2024 at 08:41:34AM +0100, Lorenzo Stoakes wrote: > On Wed, Sep 11, 2024 at 11:18:12PM GMT, Charlie Jenkins wrote: > > On Wed, Sep 11, 2024 at 07:21:27PM +0100, Catalin Marinas wrote: > > > On Tue, Sep 10, 2024 at 05:45:07PM -0700, Charlie Jenkins wrote: > > > > On Tue, Sep 10, 2024

Re: linux-next: build failure after merge of the net-next tree

2024-09-13 Thread Jakub Kicinski
On Fri, 13 Sep 2024 13:05:32 -0700 Mina Almasry wrote: > Change, got NAKed: > https://lore.kernel.org/netdev/zusq9bt9vg7o2...@casper.infradead.org/ Humpf. > But AFAICT we don't really need to do this inside of mm, affecting > things like compound_head. This equivalent change also makes the build

Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits

2024-09-13 Thread Charlie Jenkins
On Fri, Sep 13, 2024 at 11:08:23AM +0100, Catalin Marinas wrote: > On Thu, Sep 12, 2024 at 02:15:59PM -0700, Charlie Jenkins wrote: > > On Thu, Sep 12, 2024 at 11:53:49AM +0100, Catalin Marinas wrote: > > > On Wed, Sep 11, 2024 at 11:18:12PM -0700, Charlie Jenkins wrote: > > > > Opting-in to the hi

Re: [PATCH net-next v1] mm: fix build on powerpc with GCC 14

2024-09-13 Thread Matthew Wilcox
On Fri, Sep 13, 2024 at 07:20:36PM +, Mina Almasry wrote: > +++ b/include/linux/page-flags.h > @@ -239,8 +239,8 @@ static inline unsigned long _compound_head(const struct > page *page) > { > unsigned long head = READ_ONCE(page->compound_head); > > - if (unlikely(head & 1)) > -

Re: [PATCH] of: address: Unify resource bounds overflow checking

2024-09-13 Thread Rob Herring
On Fri, Sep 13, 2024 at 8:15 AM Michael Ellerman wrote: > > Thomas Weißschuh writes: > > The members "start" and "end" of struct resource are of type > > "resource_size_t" which can be 32bit wide. > > Values read from OF however are always 64bit wide. > > > > Refactor the diff overflow checks int

Re: linux-next: build failure after merge of the net-next tree

2024-09-13 Thread Jakub Kicinski
On Fri, 13 Sep 2024 09:27:17 -0700 Mina Almasry wrote: > diff --git a/include/linux/page-flags.h b/include/linux/page-flags.h > index 5769fe6e4950..ea4005d2d1a9 100644 > --- a/include/linux/page-flags.h > +++ b/include/linux/page-flags.h > @@ -239,8 +239,8 @@ static inline unsigned long _compound_h

Re: linux-next: build failure after merge of the net-next tree

2024-09-13 Thread LEROY Christophe
Le 13/09/2024 à 17:49, Jakub Kicinski a écrit : > On Fri, 13 Sep 2024 08:34:26 -0700 Jakub Kicinski wrote: >>> The second "asm" above (CONFIG_PPC_KERNEL_PREFIXED is not set). I am >>> guessing by searching for "39" in net/core/page_pool.s >>> >>> This is maybe called from page_pool_unref_netmem(

Re: linux-next: build failure after merge of the net-next tree

2024-09-13 Thread Jakub Kicinski
On Fri, 13 Sep 2024 08:34:26 -0700 Jakub Kicinski wrote: > > The second "asm" above (CONFIG_PPC_KERNEL_PREFIXED is not set). I am > > guessing by searching for "39" in net/core/page_pool.s > > > > This is maybe called from page_pool_unref_netmem() > > Thanks! The compiler version helped, I can

Re: linux-next: build failure after merge of the net-next tree

2024-09-13 Thread Jakub Kicinski
On Fri, 13 Sep 2024 20:41:38 +1000 Stephen Rothwell wrote: > I have bisected it (just using the net-next tree) to commit > > 8ab79ed50cf10f338465c296012500de1081646f is the first bad commit > commit 8ab79ed50cf10f338465c296012500de1081646f > Author: Mina Almasry > Date: Tue Sep 10 17:14:49 2024

Re: [PATCH v5 06/30] arm64: context switch POR_EL0 register

2024-09-13 Thread Will Deacon
On Thu, Sep 12, 2024 at 01:48:35PM +0100, Joey Gouly wrote: > On Thu, Sep 12, 2024 at 11:50:18AM +0100, Will Deacon wrote: > > On Wed, Sep 11, 2024 at 08:33:54AM -0700, Dave Hansen wrote: > > > On 9/11/24 08:01, Kevin Brodsky wrote: > > > > On 22/08/2024 17:10, Joey Gouly wrote: > > > >> @@ -371,6

Re: [PATCH v3 7/8] execmem: add support for cache of large ROX pages

2024-09-13 Thread Ard Biesheuvel
Hi Mike, On Mon, 9 Sept 2024 at 08:51, Mike Rapoport wrote: > > From: "Mike Rapoport (Microsoft)" > > Using large pages to map text areas reduces iTLB pressure and improves > performance. > > Extend execmem_alloc() with an ability to use huge pages with ROX > permissions as a cache for smaller a

[PATCH v2] crypto: Removing CRYPTO_AES_GCM_P10.

2024-09-13 Thread Danny Tsen
Disabling CRYPTO_AES_GCM_P10 in Kconfig first so that we can apply the subsequent patches to fix data mismatch over ipsec tunnel. Signed-off-by: Danny Tsen --- arch/powerpc/crypto/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/powerpc/crypto/Kconfig b/arch/powerpc/crypto/Kconfi

[PATCH v6 8/8] PCI/AER: Add prefixes to printouts

2024-09-13 Thread Ilpo Järvinen
Only part of the AER diagnostic printouts use "AER:" prefix because they use low-level pci_printk() directly to allow selecting level. Add "AER:" prefix to lines that are printed with pci_printk(). Signed-off-by: Ilpo Järvinen --- drivers/pci/pcie/aer.c | 12 ++-- 1 file changed, 6 inse

[PATCH v6 7/8] PCI: Create helper to print TLP Header and Prefix Log

2024-09-13 Thread Ilpo Järvinen
Add pcie_print_tlp_log() helper to print TLP Header and Prefix Log. Print End-End Prefixes only if they are non-zero. Consolidate the few places which currently print TLP using custom formatting. The first attempt used pr_cont() instead of building a string first but it turns out pr_cont() is not

[PATCH v6 6/8] PCI: Add TLP Prefix reading into pcie_read_tlp_log()

2024-09-13 Thread Ilpo Järvinen
pcie_read_tlp_log() handles only 4 Header Log DWORDs but TLP Prefix Log (PCIe r6.1 secs 7.8.4.12 & 7.9.14.13) may also be present. Generalize pcie_read_tlp_log() and struct pcie_tlp_log to handle also TLP Prefix Log. The relevant registers are formatted identically in AER and DPC Capability, but h

[PATCH v6 5/8] PCI: Store # of supported End-End TLP Prefixes

2024-09-13 Thread Ilpo Järvinen
eetlp_prefix_path in the struct pci_dev tells if End-End TLP Prefixes are supported by the path or not, the value is only calculated if CONFIG_PCI_PASID is set. The Max End-End TLP Prefixes field in the Device Capabilities Register 2 also tells how many (1-4) End-End TLP Prefixes are supported (PC

[PATCH v6 4/8] PCI: Use unsigned int i in pcie_read_tlp_log()

2024-09-13 Thread Ilpo Järvinen
Loop variable i counting from 0 upwards does not need to be signed so make it unsigned int. Signed-off-by: Ilpo Järvinen --- drivers/pci/pcie/tlp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/pci/pcie/tlp.c b/drivers/pci/pcie/tlp.c index 2bf15749cd31..65ac7b5d8a

[PATCH v6 2/8] PCI: Move TLP Log handling to own file

2024-09-13 Thread Ilpo Järvinen
TLP Log is PCIe feature and is processed only by AER and DPC. Configwise, DPC depends AER being enabled. In lack of better place, the TLP Log handling code was initially placed into pci.c but it can be easily placed in a separate file. Move TLP Log handling code to own file under pcie/ subdirector

[PATCH v6 1/8] PCI: Don't expose pcie_read_tlp_log() outside of PCI subsystem

2024-09-13 Thread Ilpo Järvinen
pcie_read_tlp_log() was exposed by the commit 0a5a46a6a61b ("PCI/AER: Generalize TLP Header Log reading") but this is now considered a mistake. No drivers outside of PCI subsystem should build their own diagnostic logging but should rely on PCI core doing it for them. There's currently one driver

[PATCH v6 3/8] PCI: Make pcie_read_tlp_log() signature same

2024-09-13 Thread Ilpo Järvinen
pcie_read_tlp_log()'s prototype and function signature diverged due to changes made while applying. Make the parameters of pcie_read_tlp_log() named identically. Signed-off-by: Ilpo Järvinen --- drivers/pci/pcie/tlp.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git

[PATCH v6 0/8] PCI: Consolidate TLP Log reading and printing

2024-09-13 Thread Ilpo Järvinen
This series has the remaining patches of the AER & DPC TLP Log handling consolidation and now includes a few minor improvements to the earlier accepted TLP Logging code. v6: - Preserve "AER:"/"DPC:" prefix on the printed TLP line - New patch to add "AER:" also on other lines of the AER error dump

Re: [PATCH] crypto: Removing CRYPTO_AES_GCM_P10.

2024-09-13 Thread Danny Tsen
Got it.  Thanks. -Danny On 9/13/24 8:55 AM, Christophe Leroy wrote: Le 13/09/2024 à 14:30, Danny Tsen a écrit : [Vous ne recevez pas souvent de courriers de dt...@linux.ibm.com. Découvrez pourquoi ceci est important à https://aka.ms/LearnAboutSenderIdentification ] Removing CRYPTO_AES_GCM

Re: [PATCH] crypto: Removing CRYPTO_AES_GCM_P10.

2024-09-13 Thread Christophe Leroy
Le 13/09/2024 à 14:30, Danny Tsen a écrit : [Vous ne recevez pas souvent de courriers de dt...@linux.ibm.com. Découvrez pourquoi ceci est important à https://aka.ms/LearnAboutSenderIdentification ] Removing CRYPTO_AES_GCM_P10 in Kconfig first so that we can apply the subsequent patches to fi

Re: [PATCH] of: address: Unify resource bounds overflow checking

2024-09-13 Thread Michael Ellerman
Thomas Weißschuh writes: > The members "start" and "end" of struct resource are of type > "resource_size_t" which can be 32bit wide. > Values read from OF however are always 64bit wide. > > Refactor the diff overflow checks into a helper function. > Also extend the checks to validate each calculat

[PATCH] crypto: Removing CRYPTO_AES_GCM_P10.

2024-09-13 Thread Danny Tsen
Removing CRYPTO_AES_GCM_P10 in Kconfig first so that we can apply the subsequent patches to fix data mismatch over ipsec tunnel. Signed-off-by: Danny Tsen --- arch/powerpc/crypto/Kconfig | 32 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/arch/p

Re: [PATCH 1/2] powerpc/entry: convert to common and generic entry

2024-09-13 Thread Christophe Leroy
Le 13/09/2024 à 14:02, Luming Yu a écrit : ... nothing happens after that. reproduced with ppc64_defconfig [0.818972][T1] Run /init as init process [5.851684][ T240] request_module: modprobe binfmt-4c46 cannot be processed, kmod busy with 50 threads for more than 5 seconds now

Re: [PATCH 1/2] powerpc/entry: convert to common and generic entry

2024-09-13 Thread Luming Yu
On Fri, Sep 13, 2024 at 10:30:56AM +0200, Christophe Leroy wrote: > > > Le 13/09/2024 à 09:38, Luming Yu a écrit : > > On Fri, Sep 13, 2024 at 08:54:12AM +0200, Christophe Leroy wrote: > > > > > > > > > Le 13/09/2024 à 03:40, Luming Yu a écrit : > > > > On Thu, Sep 12, 2024 at 12:23:29PM +0200,

Re: [PATCH 1/1] crypto: Fix data mismatch over ipsec tunnel encrypted/decrypted with ppc64le AES/GCM module.

2024-09-13 Thread Danny Tsen
Yes, checkpath was run. Not sure what you mean by "some indentation changes.(This can't go with fixes patch, will just add the noise)" Thanks. On 9/13/24 1:22 AM, Kamlesh Gurudasani wrote: Michael Ellerman writes: Danny Tsen writes: This patch is to fix an issue when simd is not usable th

Re: [PATCH 1/1] crypto: Fix data mismatch over ipsec tunnel encrypted/decrypted with ppc64le AES/GCM module.

2024-09-13 Thread Danny Tsen
Hi Michael, I did think of that.  I can try to remove the feature first and apply the subsequent changes. Thanks. -Danny On 9/12/24 10:00 PM, Michael Ellerman wrote: Danny Tsen writes: This patch is to fix an issue when simd is not usable that data mismatch may occur over ipsec tunnel. Th

Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits

2024-09-13 Thread Catalin Marinas
On Fri, Sep 13, 2024 at 11:08:23AM +0100, Catalin Marinas wrote: > On Thu, Sep 12, 2024 at 02:15:59PM -0700, Charlie Jenkins wrote: > > On Thu, Sep 12, 2024 at 11:53:49AM +0100, Catalin Marinas wrote: > > > On Wed, Sep 11, 2024 at 11:18:12PM -0700, Charlie Jenkins wrote: > > > > Opting-in to the hi

Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits

2024-09-13 Thread Catalin Marinas
On Thu, Sep 12, 2024 at 02:15:59PM -0700, Charlie Jenkins wrote: > On Thu, Sep 12, 2024 at 11:53:49AM +0100, Catalin Marinas wrote: > > On Wed, Sep 11, 2024 at 11:18:12PM -0700, Charlie Jenkins wrote: > > > Opting-in to the higher address space is reasonable. However, it is not > > > my preference,

Re: [PATCH 1/2] powerpc/vpa_pmu: Add interface to expose vpa counters via perf

2024-09-13 Thread Christophe Leroy
Le 13/09/2024 à 10:35, kajoljain a écrit : On 9/13/24 12:00, Christophe Leroy wrote: Le 28/08/2024 à 12:21, Kajol Jain a écrit : The pseries Shared Processor Logical Partition(SPLPAR) machines can retrieve a log of dispatch and preempt events from the hypervisor using data from Disptach

Re: [PATCH 1/2] powerpc/entry: convert to common and generic entry

2024-09-13 Thread Christophe Leroy
Le 13/09/2024 à 09:38, Luming Yu a écrit : On Fri, Sep 13, 2024 at 08:54:12AM +0200, Christophe Leroy wrote: Le 13/09/2024 à 03:40, Luming Yu a écrit : On Thu, Sep 12, 2024 at 12:23:29PM +0200, Christophe Leroy wrote: Le 12/09/2024 à 10:24, Luming Yu a écrit : From: Yu Luming convert

Re: [PATCH 1/2] powerpc/vpa_pmu: Add interface to expose vpa counters via perf

2024-09-13 Thread kajoljain
On 9/13/24 12:00, Christophe Leroy wrote: > > > Le 28/08/2024 à 12:21, Kajol Jain a écrit : >> The pseries Shared Processor Logical Partition(SPLPAR) machines >> can retrieve a log of dispatch and preempt events from the >> hypervisor using data from Disptach Trace Log(DTL) buffer. >> With thi

Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits

2024-09-13 Thread Lorenzo Stoakes
On Wed, Sep 11, 2024 at 11:18:12PM GMT, Charlie Jenkins wrote: > On Wed, Sep 11, 2024 at 07:21:27PM +0100, Catalin Marinas wrote: > > On Tue, Sep 10, 2024 at 05:45:07PM -0700, Charlie Jenkins wrote: > > > On Tue, Sep 10, 2024 at 03:08:14PM -0400, Liam R. Howlett wrote: > > > > * Catalin Marinas [2

Re: [PATCH 1/2] powerpc/entry: convert to common and generic entry

2024-09-13 Thread Luming Yu
On Fri, Sep 13, 2024 at 08:54:12AM +0200, Christophe Leroy wrote: > > > Le 13/09/2024 à 03:40, Luming Yu a écrit : > > On Thu, Sep 12, 2024 at 12:23:29PM +0200, Christophe Leroy wrote: > > > > > > > > > Le 12/09/2024 à 10:24, Luming Yu a écrit : > > > > From: Yu Luming > > > > > > > > convert