Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp1092932imm; Wed, 17 Oct 2018 13:13:49 -0700 (PDT) X-Google-Smtp-Source: ACcGV63jQPn+WCOd/9bDk0G2Rz5P5ZVsFPOjK8frjnK7dUj7rdkHfbP96orku4E9LAiLR4NfAcah X-Received: by 2002:a63:2c0e:: with SMTP id s14-v6mr4562812pgs.70.1539807229241; Wed, 17 Oct 2018 13:13:49 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1539807229; cv=none; d=google.com; s=arc-20160816; b=DB5fPpEpewMQmuEBrNGk0FLo9svvFKzGLWNuKpddNnb4dCxOCJmSYGexGCVePq8n0t lBaO7vVr2nnsjMR/W11VGdBzBJHxnuWfPZaD4xS2YAnoL8T7uAbM+FIcsmp/OVpv87pa V9xKTpCWLf9x0sbNFpHooi34TpjhXnMxy8CKSkWgOtnFBmnjbQQpYM2FKlP8VZty1jGh Ng7ougS8o9pFZcJQqrAniphJWQ8YMJbuvodT71uUtLAiy+RhqWHaVlUTqunavX5/uxdL Jaqsyv148PAwTGyFgF13XT3xRrbOIl+/DT6YTXX7cm8ove2xluqPtdmCIlLr1/lqyD0w /oxA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=FYKtRoc3edbX0AVQMUeD343DKt9pfJH/4IKWGfUXMPk=; b=mp116JS5pNRztyiVlpygmQ9JvGXeA3Qt7RSH1NGGskcS7GHDHpmYyCshX/dPvs0L8Z jhsnNKQPheBFaosh1HnNY4crUpW3mGOuqaMoBENz77ctU+zqo8b3csxyrjLy3Texue1g OK++5MaxD1PLQP01U+fwGs9DeLw4+1KVYfIeUnK9MZwvq+qP8IjALb1YSZcsjZA57RyA hUO+vc8fazWwSulczqq7qMhU+OScAHAZmuZi2JSo2V/1p1HMBWJdyTxJce1PRlyjv/3l chF0Rv9U+7pj2LTFef2TWPEq9fp3uZblRI9V81EanA4vW9PqC1xQ4jem1xbFG6u3Sus6 NQHQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id s18-v6si18547067pgg.538.2018.10.17.13.13.33; Wed, 17 Oct 2018 13:13:49 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727374AbeJREKW (ORCPT + 99 others); Thu, 18 Oct 2018 00:10:22 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:32806 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725966AbeJREKW (ORCPT ); Thu, 18 Oct 2018 00:10:22 -0400 Received: from bigeasy by Galois.linutronix.de with local (Exim 4.80) (envelope-from ) id 1gCsBh-0006Dn-6e; Wed, 17 Oct 2018 22:13:01 +0200 Date: Wed, 17 Oct 2018 22:13:01 +0200 From: Sebastian Andrzej Siewior To: Luc Van Oostenryck Cc: linux-kernel@vger.kernel.org, tglx@linutronix.de, linux-kbuild@vger.kernel.org, linux-sparse@vger.kernel.org, Masahiro Yamada , Michal Marek Subject: Re: [PATCH 1/3] kbuild: Add -Wshadow to sparse Message-ID: <20181017201300.4er4t3lef7gabgps@linutronix.de> References: <20181017170554.18841-1-bigeasy@linutronix.de> <20181017170554.18841-2-bigeasy@linutronix.de> <20181017192501.3yqfq77q2n4xdq7l@ltop.local> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20181017192501.3yqfq77q2n4xdq7l@ltop.local> User-Agent: NeoMutt/20180716 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2018-10-17 21:25:02 [+0200], Luc Van Oostenryck wrote: > Hi, Hi, > I made a quick test and I saw it would add a lot of noise because of > (valid) warnings coming from macros using a statement expression > redeclaring variables like '__u', 'tmp', ... > > BTW, as far as I can see, sparse never had it enabled by default. I must have seen those warnings with C=1 _years_ ago otherwise I wouldn't know about that feature. Or it was enabled by the check process and got disabled but I can't find evidence for it. > Kind regards, > -- Luc Van Oostenryck Sebastian