Re: [PATCH v2 02/12] rust: num: reject Bounded::shr overshifts at build time

From: Gary Guo

Date: Mon Aug 10 2026 - 10:35:10 EST


On Mon Aug 10, 2026 at 2:55 PM BST, Eliot Courtney wrote:
> Make `shr` reject shifts of at least the type's bit width at build
> time, instead of panicking or masking the shift amount at runtime.
>
> Signed-off-by: Eliot Courtney <ecourtney@xxxxxxxxxx>
> Acked-by: Alexandre Courbot <acourbot@xxxxxxxxxx>

Reviewed-by: Gary Guo <gary@xxxxxxxxxxx>

> ---
> rust/kernel/num/bounded.rs | 1 +
> 1 file changed, 1 insertion(+)