[PATCH 04/13] MIPS: consolidate mem_init() for NUMA machines

2025-03-08 Thread Mike Rapoport
From: "Mike Rapoport (Microsoft)" Both MIPS systems that support numa (loongsoon3 and sgi-ip27) have identical mem_init() for NUMA case. Move that into arch/mips/mm/init.c and drop duplicate per-machine definitions. Signed-off-by: Mike Rapoport (Microsoft) --- arch/mips/loongson64/numa.c

[powerpc:next-test] BUILD SUCCESS ff99d5b6a246715f2257123cdf6c4a29cb33aa78

2025-03-08 Thread kernel test robot
config-001-20250308gcc-13.2.0 arc randconfig-002-20250308gcc-13.2.0 arm allmodconfiggcc-14.2.0 arm randconfig-001-20250308gcc-14.2.0 arm randconfig-002-20250308gcc-14.2.0 arm rand

Re: [PATCH v5 1/3] printf: convert self-test to KUnit

2025-03-08 Thread Tamir Duberstein
On Fri, Mar 7, 2025 at 10:55 AM Petr Mladek wrote: > > Honestly, I am not able to find how the KUNIT_FAIL() actually prints > the message. I can't find how assert_format() is defined. KUNIT_FAIL -> KUNIT_FAIL_ASSERTION -> _KUNIT_FAILED -> __kunit_do_failed_assertion -> kunit_fail -> kunit_print_s

Re: [PATCH v6 0/3] printf: convert self-test to KUnit

2025-03-08 Thread Tamir Duberstein
On Fri, Mar 7, 2025 at 11:49 PM Kees Cook wrote: > > On Fri, Mar 07, 2025 at 05:08:55PM -0500, Tamir Duberstein wrote: > > This is one of just 3 remaining "Test Module" kselftests (the others > > being bitmap and scanf), the rest having been converted to KUnit. > > > > I tested this using: > > > >

Re: [PATCH v3 2/3] dt-bindings: nand: Add fsl,elbc-fcm-nand

2025-03-08 Thread J . Neuschäfer
Miquel, what do you think about Rob's suggestion below? On Mon, Mar 03, 2025 at 08:00:21AM -0600, Rob Herring wrote: > On Wed, Feb 26, 2025 at 12:45:17PM -0600, Rob Herring (Arm) wrote: > > > > On Wed, 26 Feb 2025 18:01:41 +0100, J. Neuschäfer wrote: > > > Formalize the binding already supported

[PATCH v4] dt-bindings: dma: Convert fsl,elo*-dma to YAML

2025-03-08 Thread J . Neuschäfer via B4 Relay
From: "J. Neuschäfer" The devicetree bindings for Freescale DMA engines have so far existed as a text file. This patch converts them to YAML, and specifies all the compatible strings currently in use in arch/powerpc/boot/dts. Signed-off-by: J. Neuschäfer --- I considered referencing dma-control

Re: [PATCH] powerpc/boot: Fix build with gcc 15

2025-03-08 Thread Nysal Jan K.A.
On Fri, Mar 07, 2025 at 10:20:52AM +0100, Michal Suchanek wrote: > Similar to x86 the ppc boot code does not build with GCC 15. > > Copy the fix from > commit ee2ab467bddf ("x86/boot: Use '-std=gnu11' to fix build with GCC 15") > > Signed-off-by: Michal Suchanek > --- > arch/powerpc/boot/Makefi

Re: [PATCH v6 0/3] printf: convert self-test to KUnit

2025-03-08 Thread Tamir Duberstein
On Sat, Mar 8, 2025 at 7:51 AM Tamir Duberstein wrote: > > On Fri, Mar 7, 2025 at 11:49 PM Kees Cook wrote: > > > > On Fri, Mar 07, 2025 at 05:08:55PM -0500, Tamir Duberstein wrote: > > > This is one of just 3 remaining "Test Module" kselftests (the others > > > being bitmap and scanf), the rest