From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from userp2130.oracle.com ([156.151.31.86]:33856 "EHLO userp2130.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726233AbeKZSmn (ORCPT ); Mon, 26 Nov 2018 13:42:43 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=date : from : to : cc : subject : message-id : references : mime-version : content-type : in-reply-to; s=corp-2018-07-02; bh=tMU9fJEH90kt5gOw4MX0G15yZU6nihfskRh6yeaenos=; b=EWlB57+2vww6vZOn7TojhFG0lOjQ2T5fIYb25ZQ931iwXVZ2gu4UtSFuCurte46Esm3n RBfZqCocngfigj/zQiJLnzdoyQ0h3OcS8Dmt/WfAiEYYo2xN91R7dyYRs5RCPaCSipxD hg/9V0fImqwe0e8JH4T7xXgu3GS/pEemWDwAEekTd1LyRYRUSoF+3llzZnmSpQMZqZIs K0b1GCtJ0DpOMhqazLwzDol+o5q0pGGasq80/bHGb40YPUlN2YSwmFwCnFaev45HzZwf M1bYbeuarhtKCFrwBoMivHrayDuvgCFeaOUB8XFEQy2gNBvg/CMeSwfNGP5eg54tgZ3e 7w== Date: Mon, 26 Nov 2018 10:49:09 +0300 From: Dan Carpenter Subject: Re: [PATCH 05/18] sparse: correctly handle "-D foo" and "-U foo". The former is from sparse upstream, but they didn't fix the latter for some reason. Message-ID: <20181126074909.GI2970@unbuntlaptop> References: <20181125212955.6kz3tsf735yrekug@ltop.local> <20181125232914.GA29607@movementarian.org> <20181126002734.rmk5kmvtjtol2m2h@ltop.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181126002734.rmk5kmvtjtol2m2h@ltop.local> Sender: smatch-owner@vger.kernel.org List-ID: To: Luc Van Oostenryck Cc: John Levon , smatch@vger.kernel.org It looks like everything was BCC instead of To: and Cc:? I can't tell which went to linux-sparse and which smatch@vger.kernel.org. Smatch is GPL and Sparse is MIT, but any shared code is MIT licensed. I would like to sync with upstream Sparse, but I tried a couple months back and it got complicated so I have procrastinated. But I could just cherry-pick those two patches. Or John, you could cherry-pick them and send them to me. `man git cherry-pick`. regards, dan carpenter