From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1C124C54E8D for ; Mon, 11 May 2020 15:17:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 02C44206D5 for ; Mon, 11 May 2020 15:17:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729653AbgEKPRx (ORCPT ); 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.