All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 209869] New: Kernel 5.10-rc1 fails to boot on a PowerMac G4 3, 6 at an early stage
@ 2020-10-26 13:40 bugzilla-daemon
  2020-11-03  7:36 ` [Bug 209869] Kernel 5.10-rc1 fails to boot on a PowerMac G4 3,6 " bugzilla-daemon
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: bugzilla-daemon @ 2020-10-26 13:40 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=209869

            Bug ID: 209869
           Summary: Kernel 5.10-rc1 fails to boot on a PowerMac G4 3,6 at
                    an early stage
           Product: Platform Specific/Hardware
           Version: 2.5
    Kernel Version: 5.10-rc1
          Hardware: PPC-32
                OS: Linux
              Tree: Mainline
            Status: NEW
          Severity: normal
          Priority: P1
         Component: PPC-32
          Assignee: platform_ppc-32@kernel-bugs.osdl.org
          Reporter: erhard_f@mailbox.org
        Regression: Yes

Created attachment 293201
  --> https://bugzilla.kernel.org/attachment.cgi?id=293201&action=edit
kernel .config (5.10-rc1, PowerMac G4 DP)

With current 5.10-rc1 my PowerMac G4 DP fails to boot. The kernel gets
decompressed but shortly afterwards the machine freezes, displaying in black
letters on a white screen:

done
found display   : /pci@f0000000/ATY,AlteracParent@10/ATY,Alterac_B@1,
opening...

Kernel 5.9.1 works well on this machine, the kernel .config was carried over
from 5.9.1 with make oldconfig.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug 209869] Kernel 5.10-rc1 fails to boot on a PowerMac G4 3,6 at an early stage
  2020-10-26 13:40 [Bug 209869] New: Kernel 5.10-rc1 fails to boot on a PowerMac G4 3, 6 at an early stage bugzilla-daemon
@ 2020-11-03  7:36 ` bugzilla-daemon
  2020-11-03 11:06 ` bugzilla-daemon
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2020-11-03  7:36 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=209869

Christophe Leroy (christophe.leroy@csgroup.eu) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |christophe.leroy@csgroup.eu

--- Comment #1 from Christophe Leroy (christophe.leroy@csgroup.eu) ---
Could you try reverting commit
https://github.com/linuxppc/linux/commit/69a1593abdbcf03a76367320d929a8ae7a5e3d71
?

I got another report from someone who has the same problem and bisected it to
that commit.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug 209869] Kernel 5.10-rc1 fails to boot on a PowerMac G4 3,6 at an early stage
  2020-10-26 13:40 [Bug 209869] New: Kernel 5.10-rc1 fails to boot on a PowerMac G4 3, 6 at an early stage bugzilla-daemon
  2020-11-03  7:36 ` [Bug 209869] Kernel 5.10-rc1 fails to boot on a PowerMac G4 3,6 " bugzilla-daemon
@ 2020-11-03 11:06 ` bugzilla-daemon
  2020-11-04 14:30 ` bugzilla-daemon
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2020-11-03 11:06 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=209869

--- Comment #2 from Erhard F. (erhard_f@mailbox.org) ---
Yes, reverting this commit (on top of -rc1) makes the G4 boot again. Did not
try -rc2 though.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug 209869] Kernel 5.10-rc1 fails to boot on a PowerMac G4 3,6 at an early stage
  2020-10-26 13:40 [Bug 209869] New: Kernel 5.10-rc1 fails to boot on a PowerMac G4 3, 6 at an early stage bugzilla-daemon
  2020-11-03  7:36 ` [Bug 209869] Kernel 5.10-rc1 fails to boot on a PowerMac G4 3,6 " bugzilla-daemon
  2020-11-03 11:06 ` bugzilla-daemon
@ 2020-11-04 14:30 ` bugzilla-daemon
  2020-11-04 23:18 ` bugzilla-daemon
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2020-11-04 14:30 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=209869

--- Comment #3 from Christophe Leroy (christophe.leroy@csgroup.eu) ---
Ok, thanks for the verification. I'm still having hard time understand what the
problem can be. That commit sets up at all time the early hash table that was
previously only set up when CONFIG_KASAN was set. As far as I remember, you
tried KASAN many times.

Could you test whether CONFIG_KASAN works:
- on 5.10-rc1 with that commit reverted ?
- on 5.9 ?

If CONFIG_KASAN is already broken on 5.9, are you able to find the last kernel
version on which CONFIG_KASAN works ?

Thanks
Christophe

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug 209869] Kernel 5.10-rc1 fails to boot on a PowerMac G4 3,6 at an early stage
  2020-10-26 13:40 [Bug 209869] New: Kernel 5.10-rc1 fails to boot on a PowerMac G4 3, 6 at an early stage bugzilla-daemon
                   ` (2 preceding siblings ...)
  2020-11-04 14:30 ` bugzilla-daemon
@ 2020-11-04 23:18 ` bugzilla-daemon
  2020-11-04 23:19 ` bugzilla-daemon
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2020-11-04 23:18 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=209869

--- Comment #4 from Erhard F. (erhard_f@mailbox.org) ---
(In reply to Christophe Leroy from comment #3)
> Could you test whether CONFIG_KASAN works:
> - on 5.10-rc1 with that commit reverted ?
> - on 5.9 ?

KASAN works in both cases. I'll attach kernel dmesg and config.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug 209869] Kernel 5.10-rc1 fails to boot on a PowerMac G4 3,6 at an early stage
  2020-10-26 13:40 [Bug 209869] New: Kernel 5.10-rc1 fails to boot on a PowerMac G4 3, 6 at an early stage bugzilla-daemon
                   ` (3 preceding siblings ...)
  2020-11-04 23:18 ` bugzilla-daemon
@ 2020-11-04 23:19 ` bugzilla-daemon
  2020-11-04 23:20 ` bugzilla-daemon
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2020-11-04 23:19 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=209869

--- Comment #5 from Erhard F. (erhard_f@mailbox.org) ---
Created attachment 293495
  --> https://bugzilla.kernel.org/attachment.cgi?id=293495&action=edit
kernel .config (5.10-rc1 + KASAN, PowerMac G4 DP)

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug 209869] Kernel 5.10-rc1 fails to boot on a PowerMac G4 3,6 at an early stage
  2020-10-26 13:40 [Bug 209869] New: Kernel 5.10-rc1 fails to boot on a PowerMac G4 3, 6 at an early stage bugzilla-daemon
                   ` (4 preceding siblings ...)
  2020-11-04 23:19 ` bugzilla-daemon
@ 2020-11-04 23:20 ` bugzilla-daemon
  2020-11-04 23:21 ` bugzilla-daemon
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2020-11-04 23:20 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=209869

--- Comment #6 from Erhard F. (erhard_f@mailbox.org) ---
Created attachment 293497
  --> https://bugzilla.kernel.org/attachment.cgi?id=293497&action=edit
dmesg (5.10-rc1 + patch reverted + KASAN, PowerMac G4 DP)

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug 209869] Kernel 5.10-rc1 fails to boot on a PowerMac G4 3,6 at an early stage
  2020-10-26 13:40 [Bug 209869] New: Kernel 5.10-rc1 fails to boot on a PowerMac G4 3, 6 at an early stage bugzilla-daemon
                   ` (5 preceding siblings ...)
  2020-11-04 23:20 ` bugzilla-daemon
@ 2020-11-04 23:21 ` bugzilla-daemon
  2020-11-04 23:21 ` bugzilla-daemon
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2020-11-04 23:21 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=209869

--- Comment #7 from Erhard F. (erhard_f@mailbox.org) ---
Created attachment 293499
  --> https://bugzilla.kernel.org/attachment.cgi?id=293499&action=edit
kernel .config (5.9.3 + KASAN, PowerMac G4 DP)

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug 209869] Kernel 5.10-rc1 fails to boot on a PowerMac G4 3,6 at an early stage
  2020-10-26 13:40 [Bug 209869] New: Kernel 5.10-rc1 fails to boot on a PowerMac G4 3, 6 at an early stage bugzilla-daemon
                   ` (6 preceding siblings ...)
  2020-11-04 23:21 ` bugzilla-daemon
@ 2020-11-04 23:21 ` bugzilla-daemon
  2020-11-05  9:26 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2020-11-04 23:21 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=209869

--- Comment #8 from Erhard F. (erhard_f@mailbox.org) ---
Created attachment 293501
  --> https://bugzilla.kernel.org/attachment.cgi?id=293501&action=edit
dmesg (5.9.3 + KASAN, PowerMac G4 DP)

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug 209869] Kernel 5.10-rc1 fails to boot on a PowerMac G4 3,6 at an early stage
  2020-10-26 13:40 [Bug 209869] New: Kernel 5.10-rc1 fails to boot on a PowerMac G4 3, 6 at an early stage bugzilla-daemon
                   ` (7 preceding siblings ...)
  2020-11-04 23:21 ` bugzilla-daemon
@ 2020-11-05  9:26 ` bugzilla-daemon
  2020-11-05 16:13 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2020-11-05  9:26 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=209869

--- Comment #9 from Christophe Leroy (christophe.leroy@csgroup.eu) ---
Ok, what about 5.10-rc1 + KASAN without reverting the patch ?

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug 209869] Kernel 5.10-rc1 fails to boot on a PowerMac G4 3,6 at an early stage
  2020-10-26 13:40 [Bug 209869] New: Kernel 5.10-rc1 fails to boot on a PowerMac G4 3, 6 at an early stage bugzilla-daemon
                   ` (8 preceding siblings ...)
  2020-11-05  9:26 ` bugzilla-daemon
@ 2020-11-05 16:13 ` bugzilla-daemon
  2020-11-07  9:11 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2020-11-05 16:13 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=209869

--- Comment #10 from Erhard F. (erhard_f@mailbox.org) ---
(In reply to Christophe Leroy from comment #9)
> Ok, what about 5.10-rc1 + KASAN without reverting the patch ?
Nope, does not boot. Same 5.10-rc1 .config + KASAN but without reverting the
patch.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug 209869] Kernel 5.10-rc1 fails to boot on a PowerMac G4 3,6 at an early stage
  2020-10-26 13:40 [Bug 209869] New: Kernel 5.10-rc1 fails to boot on a PowerMac G4 3, 6 at an early stage bugzilla-daemon
                   ` (9 preceding siblings ...)
  2020-11-05 16:13 ` bugzilla-daemon
@ 2020-11-07  9:11 ` bugzilla-daemon
  2020-11-09 19:35 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2020-11-07  9:11 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=209869

--- Comment #11 from Christophe Leroy (christophe.leroy@csgroup.eu) ---
Can (In reply to Erhard F. from comment #10)
> (In reply to Christophe Leroy from comment #9)
> > Ok, what about 5.10-rc1 + KASAN without reverting the patch ?
> Nope, does not boot. Same 5.10-rc1 .config + KASAN but without reverting the
> patch.

Can you test patch at
https://patchwork.ozlabs.org/project/linuxppc-dev/patch/9e225a856a8b22e0e77587ee22ab7a2f5bca8753.1604740029.git.christophe.leroy@csgroup.eu/

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug 209869] Kernel 5.10-rc1 fails to boot on a PowerMac G4 3,6 at an early stage
  2020-10-26 13:40 [Bug 209869] New: Kernel 5.10-rc1 fails to boot on a PowerMac G4 3, 6 at an early stage bugzilla-daemon
                   ` (10 preceding siblings ...)
  2020-11-07  9:11 ` bugzilla-daemon
@ 2020-11-09 19:35 ` bugzilla-daemon
  2020-11-27 12:08 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2020-11-09 19:35 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=209869

--- Comment #12 from Erhard F. (erhard_f@mailbox.org) ---
I can confirm the patch fixes booting 5.10-rc1 on my G4, with and without
KASAN. Thanks!

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug 209869] Kernel 5.10-rc1 fails to boot on a PowerMac G4 3,6 at an early stage
  2020-10-26 13:40 [Bug 209869] New: Kernel 5.10-rc1 fails to boot on a PowerMac G4 3, 6 at an early stage bugzilla-daemon
                   ` (11 preceding siblings ...)
  2020-11-09 19:35 ` bugzilla-daemon
@ 2020-11-27 12:08 ` bugzilla-daemon
  2020-11-29  6:11 ` bugzilla-daemon
  2020-11-30  1:36 ` bugzilla-daemon
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2020-11-27 12:08 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=209869

Michael Ellerman (michael@ellerman.id.au) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |michael@ellerman.id.au
         Resolution|---                         |CODE_FIX

--- Comment #13 from Michael Ellerman (michael@ellerman.id.au) ---
Fixed in:
  01776f070ffc ("powerpc/32s: Use relocation offset when setting early hash
table")

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug 209869] Kernel 5.10-rc1 fails to boot on a PowerMac G4 3,6 at an early stage
  2020-10-26 13:40 [Bug 209869] New: Kernel 5.10-rc1 fails to boot on a PowerMac G4 3, 6 at an early stage bugzilla-daemon
                   ` (12 preceding siblings ...)
  2020-11-27 12:08 ` bugzilla-daemon
@ 2020-11-29  6:11 ` bugzilla-daemon
  2020-11-30  1:36 ` bugzilla-daemon
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2020-11-29  6:11 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=209869

--- Comment #14 from Erhard F. (erhard_f@mailbox.org) ---
Thanks!

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug 209869] Kernel 5.10-rc1 fails to boot on a PowerMac G4 3,6 at an early stage
  2020-10-26 13:40 [Bug 209869] New: Kernel 5.10-rc1 fails to boot on a PowerMac G4 3, 6 at an early stage bugzilla-daemon
                   ` (13 preceding siblings ...)
  2020-11-29  6:11 ` bugzilla-daemon
@ 2020-11-30  1:36 ` bugzilla-daemon
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2020-11-30  1:36 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=209869

Michael Ellerman (michael@ellerman.id.au) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED

--- Comment #15 from Michael Ellerman (michael@ellerman.id.au) ---
And the fix is in mainline as of v5.10-rc6.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2020-11-30  1:38 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-26 13:40 [Bug 209869] New: Kernel 5.10-rc1 fails to boot on a PowerMac G4 3, 6 at an early stage bugzilla-daemon
2020-11-03  7:36 ` [Bug 209869] Kernel 5.10-rc1 fails to boot on a PowerMac G4 3,6 " bugzilla-daemon
2020-11-03 11:06 ` bugzilla-daemon
2020-11-04 14:30 ` bugzilla-daemon
2020-11-04 23:18 ` bugzilla-daemon
2020-11-04 23:19 ` bugzilla-daemon
2020-11-04 23:20 ` bugzilla-daemon
2020-11-04 23:21 ` bugzilla-daemon
2020-11-04 23:21 ` bugzilla-daemon
2020-11-05  9:26 ` bugzilla-daemon
2020-11-05 16:13 ` bugzilla-daemon
2020-11-07  9:11 ` bugzilla-daemon
2020-11-09 19:35 ` bugzilla-daemon
2020-11-27 12:08 ` bugzilla-daemon
2020-11-29  6:11 ` bugzilla-daemon
2020-11-30  1:36 ` bugzilla-daemon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.