Re: [PATCH v4 02/17] preempt: Introduce HARDIRQ_DISABLE_BITS
Peter Zijlstra <[email protected]> Wed, 5 Aug 2026 08:31:28 +0200
| Newsgroups | org.kernel.vger.rust-for-linux,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Aug 04, 2026 at 09:14:24AM -0700, Boqun Feng wrote: > In order to support preempt_disable()-like interrupt disabling, that is, > using part of preempt_count() to track interrupt disabling nesting > level, change the preempt_count() layout to contain 8-bit > HARDIRQ_DISABLE count. > > Signed-off-by: Lyude Paul <[email protected]> > Signed-off-by: Boqun Feng <[email protected]> This still isn't right. Either it needs a: 'From: Lyude ....' or so Co-developed-by or however you spell that. Since current from is Boqun, first SoB should be Boqun.