From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id DC4F39461; Thu, 21 Dec 2023 05:26:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lst.de Received: by verein.lst.de (Postfix, from userid 2407) id CC00168C7B; Thu, 21 Dec 2023 06:25:59 +0100 (CET) Date: Thu, 21 Dec 2023 06:25:59 +0100 From: Christoph Hellwig To: Stephen Rothwell Cc: Jens Axboe , Christoph Hellwig , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: build failure after merge of the block tree Message-ID: <20231221052559.GB24611@lst.de> References: <20231221140124.16418659@canb.auug.org.au> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231221140124.16418659@canb.auug.org.au> User-Agent: Mutt/1.5.17 (2007-11-01) On Thu, Dec 21, 2023 at 02:01:24PM +1100, Stephen Rothwell wrote: > Hi all, > > After merging the block tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > ERROR: modpost: "disk_clear_zoned" [drivers/scsi/sd_mod.ko] undefined! Oops, yes - disk_clear_zoned needs an export to allow for a modular sd driver. I'll send a fix.