Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp2714111imu; Thu, 29 Nov 2018 09:07:00 -0800 (PST) X-Google-Smtp-Source: AFSGD/Xz50PKNFDxP9xEK20a0sVXerrE/zzQrsAecv/4sPGmkAh3AlbQ6dWUv9lpCV7/FMqC3vMh X-Received: by 2002:a17:902:765:: with SMTP id 92mr2255758pli.242.1543511220280; Thu, 29 Nov 2018 09:07:00 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1543511220; cv=none; d=google.com; s=arc-20160816; b=d8yTHFre8mc+Q2M/Cq86aTM2Fl4wSrRr2wRsaPTtHwSVOL7ZpEN+NBQVea8iZiyoM1 X3+JQuZ9XUQUOsgdpJn+0Ezh20hQWyGM2TYPEiEJVMDG6qG+qbnWuXa8BnprQr7yBiy5 xKJV0Tyh5SU2VZ3AaSmKenSI6xoyIOxmi6EFioHnYFhYLFH8lg9lA5SQF9MSmDWKvDz3 CPqOZF5qHQE98emC3V0NWwg3km5Hm1NC8BEBuDvYcuLNJ07Pdqh1BCLj/PdaLWHc52sf J4792kFKYTK3hDnPEMEAqEgq1xR2t0TupqZFPZ3EvpFyxqz46NhDtgyXwNGYB4xiUsEN EYnA== 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=P0vD7HWAi4xoUgBzZjnRTWcaurPnt1svF7Rd1QbmTcA=; b=jHyAZEelMsyiFMlfJL3Gxb+AWcvhZHEpayJH2oUO3Sd2E7ouLWicABRNDw9OHeS2tk Vxc+Qzga8UDV62hJObHkgPQ9sBGYTRHDJHv70J/2tfZ2nMWT2MsijSNXpfJHeB/yRjAJ VGiW8b5PdtvaXyImn9wCPK4kRsMCBEcQ2oldOo0pWaO9rfVY5HKZgC/L91POXemitGnJ I4QdCn+LaPoHs1QOr5/wJt/7I98DFOosNnBS/ACUflmcBnaEqr6K70GngUjboeHcaeKE XorGW99WjtJkf2K1nzcCC+kdCFflmd8J41HQ4UthmrJVMSdrwCZdwommOsxSmOZgMBwM ZxXA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d32si2677130pla.136.2018.11.29.09.06.16; Thu, 29 Nov 2018 09:07:00 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730203AbeK3ELj (ORCPT + 99 others); Thu, 29 Nov 2018 23:11:39 -0500 Received: from verein.lst.de ([213.95.11.211]:44772 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729157AbeK3ELj (ORCPT ); Thu, 29 Nov 2018 23:11:39 -0500 Received: by newverein.lst.de (Postfix, from userid 2407) id 46C7E68B02; Thu, 29 Nov 2018 18:05:35 +0100 (CET) Date: Thu, 29 Nov 2018 18:05:35 +0100 From: Christoph Hellwig To: kernel test robot Cc: Christoph Hellwig , Jens Axboe , LKML , Jens Axboe , lkp@01.org Subject: Re: [LKP] [block] 9d037ad707: BUG:unable_to_handle_kernel Message-ID: <20181129170535.GA28147@lst.de> References: <20181129092031.GF21676@shao2-debian> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181129092031.GF21676@shao2-debian> 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 Thu, Nov 29, 2018 at 05:20:31PM +0800, kernel test robot wrote: > FYI, we noticed the following commit (built with gcc-7): > > commit: 9d037ad707ed6069fbea4e38e6ee37e027b13f1d ("block: remove req->timeout_list") > https://git.kernel.org/cgit/linux/kernel/git/axboe/linux-block.git mq-perf This looks very odd. How could we introduce a new BUG with the removal of an unused structure member?