From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3FA9FC433EF for ; Sun, 26 Jun 2022 19:41:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229524AbiFZTl4 (ORCPT ); Sun, 26 Jun 2022 15:41:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43478 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229492AbiFZTlz (ORCPT ); Sun, 26 Jun 2022 15:41:55 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EA3711D1 for ; Sun, 26 Jun 2022 12:41:54 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id A8F68B80DF9 for ; Sun, 26 Jun 2022 19:41:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3B55EC341CA; Sun, 26 Jun 2022 19:41:51 +0000 (UTC) Date: Sun, 26 Jun 2022 15:41:49 -0400 From: Steven Rostedt To: Christoph Hellwig Cc: Bart Van Assche , Jens Axboe , linux-block@vger.kernel.org, Damien Le Moal , Naohiro Aota , Johannes Thumshirn , Rasmus Villemoes , Linus Torvalds Subject: Re: [PATCH 51/51] fs/zonefs: Fix sparse warnings in tracing code Message-ID: <20220626154149.6282deed@rorschach.local.home> In-Reply-To: <20220625092349.GA23530@lst.de> References: <20220623180528.3595304-1-bvanassche@acm.org> <20220623180528.3595304-52-bvanassche@acm.org> <20220624045613.GA4505@lst.de> <20220625092349.GA23530@lst.de> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org On Sat, 25 Jun 2022 11:23:49 +0200 Christoph Hellwig wrote: > eah, that is a bit of a mess. Rasmus, Steven - any good idea how > we can make the trace even macros fit for sparse? Maybe just drop the > is_signed_type check for __CHECKER__ ? I'm fine with whatever sparse folks come up with. If you want, I can test any updates to this macro to make sure it doesn't change the result in other use cases within trace events. -- Steve