RE: [PATCH v2 0/4 5.10.y] overflow: Allow mixed type arguments in overflow macros

Farber, Eliav posted 4 patches 2 weeks, 5 days ago
Only 0 patches received!
RE: [PATCH v2 0/4 5.10.y] overflow: Allow mixed type arguments in overflow macros
Posted by Farber, Eliav 2 weeks, 5 days ago
> On Fri, Sep 12, 2025 at 03:30:34PM +0000, Eliav Farber wrote:
> >This series backports four commits to bring include/linux/overflow.h in 
> >line with v5.15.193:
> > - 2541be80b1a2 ("overflow: Correct check_shl_overflow() comment")
> > - 564e84663d25 ("compiler.h: drop fallback overflow checkers")
> > - 1d1ac8244c22 ("overflow: Allow mixed type arguments")
> > - f96cfe3e05b0 ("tracing: Define the is_signed_type() macro once")
>
> None of these SHA1s match with what's actually in v5.15.193. What's going on here?
Fixed in v3.

---
Thanks, Eliav