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 493AA199E9D; Mon, 10 Nov 2025 13:33:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.95.11.211 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1762781620; cv=none; b=Z7Ba2t+6wsXCsJZ7gkDRZkLsvAe+dK+uP2RU3n4ZozqiCq7awz0HKk021rTRAYL3yxgMaJ9tmNTPztcQ20puVRS8Q7mYa61iufMemtfl+KoctPTLsPwllircTHkGkL5qyvnCIBZIlRyjaW4u8WRqdmYqlMbBrszAdeoUhJF04A8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1762781620; c=relaxed/simple; bh=/AJQbHKcFXtTR5Au3sJaXSFUmeM56FVXchR9JACyr6U=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ILJwNzB0Mh2Zo1HoJWwHl/VW9FoJKohdeNaDZ3ZL8KyTH0/0llYv/lak6Z+xhXsCCw8LalkmCxI7wcn8lcLIG5jDc4YBFPl9DI8QRo6HreQ+N7nCBG6jyQ15/P3Jtbv5qh+9t0RvvMkvcSl9eej/ByTFnZ54MvOkSGNTTjDbYGA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lst.de; spf=pass smtp.mailfrom=lst.de; arc=none smtp.client-ip=213.95.11.211 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (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 A073B227A87; Mon, 10 Nov 2025 14:33:33 +0100 (CET) Date: Mon, 10 Nov 2025 14:33:33 +0100 From: Christoph Hellwig To: Stephen Rothwell Cc: Jens Axboe , Christoph Hellwig , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: Fixes tag needs some work in the block tree Message-ID: <20251110133333.GA10241@lst.de> References: <20251110082808.7df5b060@canb.auug.org.au> Precedence: bulk X-Mailing-List: linux-next@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: <20251110082808.7df5b060@canb.auug.org.au> User-Agent: Mutt/1.5.17 (2007-11-01) On Mon, Nov 10, 2025 at 08:28:08AM +1100, Stephen Rothwell wrote: > Fixes tag > > Fixes: b037d41762fd ("block: introduce blkdev_get_zone_info()") > > has these problem(s): > > - Target SHA1 does not exist > > Maybe you meant > > Fixes: f2284eec5053 ("block: introduce blkdev_get_zone_info()") Yes, sorry. I had a locally rebased tree when creating the commit. > > -- > Cheers, > Stephen Rothwell ---end quoted text---