lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <87msblljfj.ffs@tglx>
Date: Fri, 09 May 2025 20:37:20 +0200
From: Thomas Gleixner <tglx@...utronix.de>
To: Marek Szyprowski <m.szyprowski@...sung.com>, LKML
 <linux-kernel@...r.kernel.org>
Cc: Jiri Slaby <jirislaby@...nel.org>, Peter Zijlstra <peterz@...radead.org>
Subject: Re: [patch V2 12/45] genirq/chip: Rework handle_nested_irq()

On Thu, May 08 2025 at 22:56, Marek Szyprowski wrote:
> On 29.04.2025 08:55, Thomas Gleixner wrote:
>> +void handle_nested_irq(unsigned int irq)
>> +{
>> +	struct irq_desc *desc = irq_to_desc(irq);
>> +	struct irqaction *action;
>> +	irqreturn_t action_ret;
>> +
>> +	might_sleep();
>> +
>> +	scoped_guard(raw_spinlock_irq, &desc->lock) {
>> +		if (irq_can_handle_actions(desc))
>
> This should be "if (!irq_can_handle_actions(desc))" to fix nested irqs handling in today's linux-next.

Ooops.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ