Re: BUG : PowerPC RCU: torture test failed with __stack_chk_fail

2023-04-27 Thread Zhouyi Zhou
On Thu, Apr 27, 2023 at 11:09 AM Michael Ellerman wrote: > > Zhouyi Zhou writes: > > On Tue, Apr 25, 2023 at 2:01 PM Zhouyi Zhou wrote: > >> On Tue, Apr 25, 2023 at 6:07 AM Michael Ellerman > >> wrote: > ... > >> > > >> > There's 12.2.0 here: > >> > > >> > https://mirrors.edge.kernel.org/pu

Re: [PATCH v3 02/14] arm64: drop ranges in definition of ARCH_FORCE_MAX_ORDER

2023-04-27 Thread Catalin Marinas
On Tue, Apr 25, 2023 at 11:09:58AM -0500, Justin Forbes wrote: > On Tue, Apr 18, 2023 at 5:22 PM Andrew Morton > wrote: > > On Wed, 12 Apr 2023 18:27:08 +0100 Catalin Marinas > > wrote: > > > > It sounds nice in theory. In practice. EXPERT hides too much. When you > > > > flip expert, you expos

Re: BUG : PowerPC RCU: torture test failed with __stack_chk_fail

2023-04-27 Thread Michael Ellerman
Zhouyi Zhou writes: > On Thu, Apr 27, 2023 at 11:09 AM Michael Ellerman wrote: >> >> Zhouyi Zhou writes: >> > On Tue, Apr 25, 2023 at 2:01 PM Zhouyi Zhou wrote: >> >> On Tue, Apr 25, 2023 at 6:07 AM Michael Ellerman >> >> wrote: >> ... >> >> > >> >> > There's 12.2.0 here: >> >> > >> >> > h

Re: BUG : PowerPC RCU: torture test failed with __stack_chk_fail

2023-04-27 Thread Zhouyi Zhou
On Thu, Apr 27, 2023 at 10:13 PM Michael Ellerman wrote: > > Zhouyi Zhou writes: > > On Thu, Apr 27, 2023 at 11:09 AM Michael Ellerman > > wrote: > >> > >> Zhouyi Zhou writes: > >> > On Tue, Apr 25, 2023 at 2:01 PM Zhouyi Zhou wrote: > >> >> On Tue, Apr 25, 2023 at 6:07 AM Michael Ellerman

[PATCH] powerpc/boot: Disable power10 features after BOOTAFLAGS assignment

2023-04-27 Thread Nathan Chancellor
$(call cc-option,-mno-pcrel) \ + $(call cc-option,-mno-mma) + ifdef CONFIG_CC_IS_CLANG BOOTCFLAGS += $(CLANG_FLAGS) BOOTAFLAGS += $(CLANG_FLAGS) --- base-commit: 169f8997968ab620d750d9a45e15c5288d498356 change-id: 20230427-remove-power10-args-from-boot-aflags-clang-268c43e8c1fc Best regards, -- Nathan Chancellor