Re: [PATCH 05/24] irq & spin_lock: Add counted interrupt disabling/enabling
From: Boqun Feng
Date: Mon Aug 03 2026 - 16:40:42 EST
On Mon, Aug 03, 2026 at 12:47:17PM -0700, Boqun Feng wrote:
[...]
> > This is a very low quality patch, it should never have been included
> > and declared 'ready' for upstream. It's not even close!
> >
And just to be clear about the 'ready' decision: I did do a thorough
test (with real workloads that I have), and tried to fix any format
issues that I could find out. The latest version of the series can be
found at:
https://lore.kernel.org/rust-for-linux/20260605054128.5925-1-boqun@xxxxxxxxxx/
Of course, there are still a few things I missed and it's sometimes hard
for one to find opportunities to simplify their own code (e.g. the
struct interrupt_disable_state you and Peter pointed out). Thanks for
taking a look! I will post a new version for review.
Regards,
Boqun
> > Thanks,
> >
> > Ingo