Re: [PATCH 6.10 000/809] 6.10.3-rc3 review
From: Guenter Roeck
Date: Sun Aug 04 2024 - 14:36:41 EST
Hi,
On 7/31/24 03:03, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 6.10.3 release.
There are 809 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let me know.
Responses should be made by Fri, 02 Aug 2024 09:47:47 +0000.
Anything received after that time might be too late.
[ ... ]
Rafael J. Wysocki <rafael.j.wysocki@xxxxxxxxx>
genirq: Set IRQF_COND_ONESHOT in request_irq()
With this patch in v6.10.3, all my parisc64 qemu tests get stuck with repeated error messages
[ 0.000000] =============================================================================
[ 0.000000] BUG kmem_cache_node (Not tainted): objects 21 > max 16
[ 0.000000] -----------------------------------------------------------------------------
This never stops until the emulation aborts.
Reverting this patch fixes the problem for me.
I noticed a similar problem in the mainline kernel but it is either spurious there
or the problem has been fixed.
Guenter