Hi Hans/Jasmin, There is a regression with sparse and upstream Kernels, with also affect smatch. Due to that, both will produce hundreds of new errors on all places that directly or indirectly use min() or max(). Those were caused by those upstream patches: 3c8ba0d61d04 ("kernel.h: Retain constant expression output for max()/min()") e9092d0d9796 ("Fix subtle macro variable shadowing in min_not_zero()") There is already an upstream patch for hidding it: https://patchwork.kernel.org/patch/10334353/ While upstream doesn't fix it (either by applying this patch or with some other fixup patch), it should be applied on both sparse and smatch trees, in order to get rid of those false positives. I suggest applying it to the logic with does daily compilations, in order to avoid generating useless reports for smatch/sparse. Thanks, Mauro