On Wed, Dec 04, 2024 at 03:12:31PM +0200, Alex Markuze wrote: > Dan, how are you running smatch? > I've been looking at smatch warnings/errors and don't get this error. > Do you have a custom smatch checker? This is released code, but there are two possible explanations for why you wouldn't see the warning: 1) Are you using the cross function database? Each time you rebuild the database then it adds another layer to the call tree. EDIT: But actually in this case, it doesn't matter because Smatch hardcodes ceph_decode_64() as returning user data so the database isn't required. 2) This bug only affects 32bit .configs and I suspect you're building for 64bit kernels. regards, dan carpenter