Re: [PATCH v2] tracing: Make is_signed_type() compatible with sparse
From: Steven Rostedt
Date: Thu Sep 03 2026 - 20:29:36 EST
On Thu, 3 Sep 2026 23:50:19 +0200
Vincent Mailhol <mailhol@xxxxxxxxxx> wrote:
> I removed gcc's -Wtype-limits in commit 660e899103e2 ("kbuild: remove
> gcc's -Wtype-limits"). d2802d0739dcc can probably be reverted.
Commit d2802d0739dcc is 13 years old. I think we can keep it as is. I
hate to revert it and then something else complains about it (clang?),
and we have to add it back again.
-- Steve