Re: [PATCH 05/24] irq & spin_lock: Add counted interrupt disabling/enabling
Boqun Feng <[email protected]> Mon, 3 Aug 2026 13:40:35 -0700
| Newsgroups | org.kernel.vger.rust-for-linux,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
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/[email protected]/
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