Re: [RFC PATCH 0/4] Remove some e300/MPC83xx evaluation platforms

2023-03-03 Thread Christophe Leroy
Le 03/03/2023 à 20:41, Crystal Wood a écrit : > On Fri, 2023-03-03 at 10:14 +0100, Arnd Bergmann wrote: >> On Fri, Mar 3, 2023, at 02:04, Paul Gortmaker wrote: >>> 01/03/2023 (Wed 14:23) Christophe Leroy wrote: Le 28/02/2023 ?? 18:51, Arnd Bergmann a ??crit??: Hope it clarifies how

Re: [RFC PATCH 0/4] Remove some e300/MPC83xx evaluation platforms

2023-03-03 Thread Crystal Wood
On Fri, 2023-03-03 at 10:14 +0100, Arnd Bergmann wrote: > On Fri, Mar 3, 2023, at 02:04, Paul Gortmaker wrote: > > 01/03/2023 (Wed 14:23) Christophe Leroy wrote: > > > Le 28/02/2023 ?? 18:51, Arnd Bergmann a ??crit??: > > > Hope it clarifies how those reference boards are used. > > > > It was

Re: [PATCH v9 04/10] clk: Add Lynx 10G SerDes PLL driver

2023-03-03 Thread Sean Anderson
Hi Stephen, On 1/27/23 16:51, Sean Anderson wrote: > On 1/27/23 15:59, Stephen Boyd wrote: >> Quoting Sean Anderson (2022-12-29 16:01:33) >>> This adds support for the PLLs found in Lynx 10G "SerDes" devices found on >>> various NXP QorIQ SoCs. There are two PLLs in each SerDes. This driver has

Re: [PATCH v3 00/24] Remove COMMAND_LINE_SIZE from uapi

2023-03-03 Thread Arnd Bergmann
On Fri, Mar 3, 2023, at 12:59, Alexandre Ghiti wrote: > On 3/2/23 20:50, H. Peter Anvin wrote: >> On March 1, 2023 7:17:18 PM PST, Palmer Dabbelt wrote: > Commit 622021cd6c560ce7 ("s390: make command line configurable"), > I assume? Yes, sorry for that. I got distracted while

Re: [PATCH 1/1] mm/nommu: remove unnecessary VMA locking

2023-03-03 Thread Suren Baghdasaryan
On Fri, Mar 3, 2023 at 1:05 AM David Hildenbrand wrote: > > >> > >> Just a general comment: usually, if review of the original series is > >> still going on, it makes a lot more sense to raise such things in the > >> original series so the author can fixup while things are still in > >>

Re: [PATCH 2/2] powerpc/64: Use -mtune=pwr10/9/8 for clang

2023-03-03 Thread Nathan Chancellor
On Fri, Mar 03, 2023 at 10:53:02AM +1100, Michael Ellerman wrote: > Nathan Chancellor writes: > > Hi Michael, > > > > Thanks for the workaround and sorry this has come to bite us :/ > > > > On Fri, Mar 03, 2023 at 12:16:56AM +1100, Michael Ellerman wrote: > >> For the -mtune option clang doesn't

Re: [PATCH v3 00/24] Remove COMMAND_LINE_SIZE from uapi

2023-03-03 Thread Alexandre Ghiti
Hi Peter, On 3/2/23 20:50, H. Peter Anvin wrote: On March 1, 2023 7:17:18 PM PST, Palmer Dabbelt wrote: On Tue, 14 Feb 2023 01:19:02 PST (-0800), h...@linux.ibm.com wrote: On Tue, Feb 14, 2023 at 09:58:17AM +0100, Geert Uytterhoeven wrote: Hi Heiko, On Tue, Feb 14, 2023 at 9:39 AM Heiko

[PATCH v3 2/2] arch/*/io.h: remove ioremap_uc in some architectures

2023-03-03 Thread Baoquan He
ioremap_uc() is only meaningful on old x86-32 systems with the PAT extension, and on ia64 with its slightly unconventional ioremap() behavior, everywhere else this is the same as ioremap() anyway. Here, remove the ioremap_uc() definition in architecutures other than x86 and ia64. These

Selftests powerpc/primitives test hangs (linux-next)

2023-03-03 Thread Sachin Sant
While running powerpc/primitives selftests, the test (load_unaligned_zeropad) hangs indefinitely. This behaviour is seen with linux-next 6.2.0-next-20230303 on a Power10 logical partition. Git bisect points to following commit commit 169db3bb460903443e25ac9c0737da45d6bb5402 powerc/mm: try VMA

Re: [RFC PATCH 0/4] Remove some e300/MPC83xx evaluation platforms

2023-03-03 Thread Arnd Bergmann
On Fri, Mar 3, 2023, at 02:04, Paul Gortmaker wrote: > 01/03/2023 (Wed 14:23) Christophe Leroy wrote: >> Le 28/02/2023 ?? 18:51, Arnd Bergmann a ??crit??: >> Hope it clarifies how those reference boards are used. > > It was really useful input and gave an insight into how things get used. > > But

Re: [PATCH 1/1] mm/nommu: remove unnecessary VMA locking

2023-03-03 Thread David Hildenbrand
Just a general comment: usually, if review of the original series is still going on, it makes a lot more sense to raise such things in the original series so the author can fixup while things are still in mm-unstable. Once the series is in mm-stable, it's a different story. In that case, it is