From: Venkat Rao Bagalkote <venkat88@linux.ibm.com>
To: Mukesh Kumar Chaurasiya <mkchauras@gmail.com>
Cc: Shrikanth Hegde <sshegde@linux.ibm.com>,
LKML <linux-kernel@vger.kernel.org>,
linuxppc-dev <linuxppc-dev@lists.ozlabs.org>,
Madhavan Srinivasan <maddy@linux.ibm.com>,
"Christophe Leroy (CS GROUP)" <chleroy@kernel.org>,
Peter Zijlstra <peterz@infradead.org>
Subject: Re: [REGRESSION] Power9 pseries boot hang in v7.2-rc6, narrowed to PowerPC GENERIC_ENTRY conversion window
Date: Wed, 12 Aug 2026 10:46:33 +0530 [thread overview]
Message-ID: <2f7e6c34-7258-4b20-a38e-cedebccb835f@linux.ibm.com> (raw)
In-Reply-To: <ansZjSJMWMV8DDF-@li-1a3e774c-28e4-11b2-a85c-acc9f2883e29.ibm.com>
Hello Mukesh,
On 11/08/26 6:16 pm, Mukesh Kumar Chaurasiya wrote:
> On Tue, Aug 11, 2026 at 11:37:45AM +0530, Mukesh Kumar Chaurasiya wrote:
>> On Mon, Aug 10, 2026 at 05:19:27PM +0530, Venkat Rao Bagalkote wrote:
>>> Hi Shrikanth,
>>>
>>>
>>> On 04/08/26 8:23 pm, Shrikanth Hegde wrote:
>>>> Hi Venkat.
>>>>
>>>> On 8/4/26 2:04 PM, Venkat Rao Bagalkote wrote:
>>>>> Hi,
>>>>>
>>>>> I'm seeing a boot regression on a Power9 pseries LPAR. The system
>>>>> hangs very early during boot after:
>>>>>
>>>>> Quiescing Open Firmware ...
>>>>> Booting Linux via __start() ...
>>>>>
>>>> That is strange. not sure where to look at without any logs.
>>>> Is it a specific config that fails or this specific LPAR that fails?
>>>>
>> Is this a specific lpar or all power9 pseries are exhibiting same
>> behaviour?
Its specific to a lpar.
>>
>> Regards,
>> Mukesh
>> [...]
>>
> Hey Venkat,
>
> Can you try the below fix?
>
> diff --git a/arch/powerpc/include/asm/entry-common.h b/arch/powerpc/include/asm/entry-common.h
> index c5adb5006361..de64389b0815 100644
> --- a/arch/powerpc/include/asm/entry-common.h
> +++ b/arch/powerpc/include/asm/entry-common.h
> @@ -270,7 +270,7 @@ static inline void arch_interrupt_exit_prepare(struct pt_regs *regs)
> }
>
> /* irqentry_exit expects to be called with interrupts disabled */
> - local_irq_disable();
> + hard_irq_disable();
> }
>
> static inline void arch_interrupt_async_enter_prepare(struct pt_regs *regs)
>
I tired this fix, but issue still persists.
Regards,
Venkat.
prev parent reply other threads:[~2026-08-12 5:16 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-04 8:34 [REGRESSION] Power9 pseries boot hang in v7.2-rc6, narrowed to PowerPC GENERIC_ENTRY conversion window Venkat Rao Bagalkote
2026-08-04 14:53 ` Shrikanth Hegde
2026-08-10 11:49 ` Venkat Rao Bagalkote
2026-08-11 6:07 ` Mukesh Kumar Chaurasiya
2026-08-11 12:46 ` Mukesh Kumar Chaurasiya
2026-08-12 5:16 ` Venkat Rao Bagalkote [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2f7e6c34-7258-4b20-a38e-cedebccb835f@linux.ibm.com \
--to=venkat88@linux.ibm.com \
--cc=chleroy@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=maddy@linux.ibm.com \
--cc=mkchauras@gmail.com \
--cc=peterz@infradead.org \
--cc=sshegde@linux.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox