From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jason A. Donenfeld" Subject: Re: [PATCH 0/2] fix missing evaluation when using '-include ' Date: Sun, 17 Sep 2017 13:59:19 +0200 Message-ID: References: <20170917100552.72288-1-luc.vanoostenryck@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from frisell.zx2c4.com ([192.95.5.64]:57475 "EHLO frisell.zx2c4.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750803AbdIQL7V (ORCPT ); Sun, 17 Sep 2017 07:59:21 -0400 Received: by frisell.zx2c4.com (ZX2C4 Mail Server) with ESMTP id fc417de7 for ; Sun, 17 Sep 2017 11:51:32 +0000 (UTC) Received: by frisell.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id bf2e818f (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128:NO) for ; Sun, 17 Sep 2017 11:51:32 +0000 (UTC) Received: by mail-oi0-f51.google.com with SMTP id p126so3383399oih.9 for ; Sun, 17 Sep 2017 04:59:20 -0700 (PDT) In-Reply-To: <20170917100552.72288-1-luc.vanoostenryck@gmail.com> Sender: linux-sparse-owner@vger.kernel.org List-Id: linux-sparse@vger.kernel.org To: Luc Van Oostenryck Cc: Linux-Sparse , Christopher Li I can confirm this patchfix works well on my slightly more complicated codebase that was encountering this bug. By the way, I love the idea of first adding the _failing_ test with check-known-to-fail, and then removing that flag when the commit that fixes it lands. Very nice.