Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752651AbdGGOAp (ORCPT ); Fri, 7 Jul 2017 10:00:45 -0400 Received: from verein.lst.de ([213.95.11.211]:36834 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750904AbdGGOAE (ORCPT ); Fri, 7 Jul 2017 10:00:04 -0400 Date: Fri, 7 Jul 2017 16:00:02 +0200 From: Christoph Hellwig To: Al Viro Cc: Christoph Hellwig , Linus Torvalds , Linux Kernel Mailing List , linux-fsdevel , Christopher Li Subject: Re: [git pull] vfs.git part 3 Message-ID: <20170707140002.GA9755@lst.de> References: <20170705232912.GG10672@ZenIV.linux.org.uk> <20170706144840.GA1400@lst.de> <20170706150330.GQ10672@ZenIV.linux.org.uk> <20170706151033.GA1871@lst.de> <20170706154602.GR10672@ZenIV.linux.org.uk> <20170706155113.GS10672@ZenIV.linux.org.uk> <20170706165837.GA4106@lst.de> <20170706191144.GT10672@ZenIV.linux.org.uk> <20170706214449.GA9485@lst.de> <20170706232749.GB10672@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170706232749.GB10672@ZenIV.linux.org.uk> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 842 Lines: 17 On Fri, Jul 07, 2017 at 12:27:49AM +0100, Al Viro wrote: > On Thu, Jul 06, 2017 at 11:44:49PM +0200, Christoph Hellwig wrote: > > > Which sparse version are you using and what's your .config? > > > > sparse is v0.5.0-62-gce18a90, .config is attached. > > Arrgh... OK, I see what's going on. sparse commit affecting that > is "Allow casting to a restricted type if !restricted_value"; it > allows the things like (__le32)0. It's present in sparse.git, > but not in chrisl/sparse.git, which is what you are using. So what's the current story on sparse versions to use and releases? At some point it seemed like upstream sparse was sort of dead and the chrisl repo was the one to use. It seems the main sparse repo on git.kernel.org is now identical to the chrisl one, and he is doing the releases. So maybe I'll just need to upgrade..