Re: [PATCH 02/12] rust: num: reject Bounded::shr overshifts at build time
Miguel Ojeda <[email protected]>
| Newsgroups | org.kernel.vger.rust-for-linux,dev.linux.lists.driver-core,dev.linux.lists.nova-gpu,org.freedesktop.lists.dri-devel,org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CANiq72kYqPySwS8ci84CEsvjJqCTBjrveSx14xxnNWJZWRFAuw@mail.gmail.com> |
On Fri, Aug 7, 2026 at 4:03 PM Alexandre Courbot <[email protected]> wrote: > > Indeed it looks like this would panic with the kernel build, and can be > easily caught at build-time since `SHIFT` is a constant. > > Acked-by: Alexandre Courbot <[email protected]> Do you want me to take it this cycle? And maybe the next one too? Cheers, Miguel