Received: by 2002:a25:868d:0:0:0:0:0 with SMTP id z13csp1956460ybk; Mon, 11 May 2020 08:22:01 -0700 (PDT) X-Google-Smtp-Source: APiQypKsLhs43ilx1o1sjKsmOADtuSDgWIAM1pXlVeWr87tbTFo/woaherBeC4c6mism9hblKlaE X-Received: by 2002:a17:906:4cc3:: with SMTP id q3mr14020775ejt.170.1589210521082; Mon, 11 May 2020 08:22:01 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1589210521; cv=none; d=google.com; s=arc-20160816; b=jcDHe0CCt1tDSfJHIEq/+0aNEkGu2X6NI8b2PoyTutECczT3CLihZdQ24THLLhAD/w R2fz4EGjdJ8D63eRQlAydwTMOgM4zZUOJmHpAEARuOPTkOJSWAiyXctYn2S24iMoIAwh vcQwJEOSSzXZaaoJ5wgenRTUrKHhyWlvpjDtkPXjwuZeQDyQpq6v8aCLahSLrblnLPg+ tHiQemSstIPv3PdKNuYCuWfhtE4FJQlhEl7d09xbk+v1yRJacJSv7MgRCwVVJ7t5D6yq t3yR++YSLGs9mkLEh7TAhQ/ewb0EPmetg4BNaZXXUOGZYxh1UkGX0NSdFR7pB3VzUlNQ jS3Q== 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=eKUM7NwApnUb4Q/KHT/QKR5CSGaYnEf85xAnN6YOcO0=; b=ukH7HWoLIhk9qFj+fA34P/7P/HlGvWiHPqtQkkLhJRuKDUdpabfnbGW46Vqnld97CA QlFk6vRz6hkpbLy7WPf0Uhn4xbBNSCulklWXS28t3G0ObhoLzZi5aW56Rg4MKp/zz4mM MokdjdXiORo7cDVYKEebYTUq3FBBXPo+U2qhf6hOVVZRbm7BKkurszPuMbJbZtNPMqFD nL5TUB0eQu66uj6vYFETk437Qohuour7l4frT9zrhLruZCmiGj/D4QQG30CPcWmHK/ax d8HmUEWtwptJDpz25beaQyZI4qb1+DsI7A6y0WApyZtS22dPcpYGAWcRZd9GFALVpuWW 4HKg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id m26si8926767edj.174.2020.05.11.08.21.32; Mon, 11 May 2020 08:22:01 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729563AbgEKPRx (ORCPT + 99 others); Mon, 11 May 2020 11:17:53 -0400 Received: from verein.lst.de ([213.95.11.211]:36656 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726410AbgEKPRx (ORCPT ); Mon, 11 May 2020 11:17:53 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id EB87768BFE; Mon, 11 May 2020 17:17:49 +0200 (CEST) Date: Mon, 11 May 2020 17:17:49 +0200 From: Christoph Hellwig To: Jens Axboe Cc: Stephen Rothwell , Linux Next Mailing List , Linux Kernel Mailing List , Christoph Hellwig , Jan Kara , Greg Kroah-Hartman , Bart Van Assche Subject: Re: linux-next: build failure after merge of the block tree Message-ID: <20200511151749.GA29295@lst.de> References: <20200511142756.1b7ef706@canb.auug.org.au> <74a0ddc6-8637-c821-7128-4431261b0c12@kernel.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <74a0ddc6-8637-c821-7128-4431261b0c12@kernel.dk> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 11, 2020 at 09:06:41AM -0600, Jens Axboe wrote: > On 5/10/20 10:27 PM, Stephen Rothwell wrote: > > Hi all, > > > > After merging the block tree, today's linux-next build (x86_64 > > allmodconfig) failed like this: > > > > drivers/block/aoe/aoeblk.c: In function 'aoeblk_gdalloc': > > drivers/block/aoe/aoeblk.c:410:21: error: 'struct backing_dev_info' has no member named 'name' > > 410 | q->backing_dev_info->name = "aoe"; > > | ^~ > > > > Caused by commit > > > > 1cd925d58385 ("bdi: remove the name field in struct backing_dev_info") > > Gah, thanks Stephen. This series is looking less and less impressive, > fallout for both 5.7 and 5.8, in terms of build testing (none). And the sad part is that it has been sitting out there exposed to the buildbot for weeks. Sigh.