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 638281624E9; Thu, 18 Dec 2025 05:09:37 +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=1766034580; cv=none; b=pYl2wDnVcsubfqR2iP8tbnlp62PgeDzGukr1+3EYRnOVHmvQ3RazMWO+QSpU7t0dxxaf3eJWHfFPC561u77bDrTQceMOifuKKT44Q1BF/nWiWpb+z5VXhsjas/KYAjSh0hd3JG5FEtPYspxh9ZXvlM67XyJG74C79nwUz0gRuj4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1766034580; c=relaxed/simple; bh=L7cRCh9XfiweJ1Paw9yyzJ6Nb1yyIuKHaR3qh2dwQB4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=T0CM08UyY3wXp5dfvMGiBuIle3ocHaqaZtsN8jkIEIPSrGw1MgeiWDKf+HJKIc3sOFwxqvrWc7UugnkCCGIxTv1Wo56Us1L7bUPU7Ua7le5vsvVoGaQXUBKVbPt8U+JBRIEesKVcvSDzK8J3+LK5Q+RpDU7j7r2JE9SQrGtjoaw= 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 1C77667373; Thu, 18 Dec 2025 06:09:27 +0100 (CET) Date: Thu, 18 Dec 2025 06:09:26 +0100 From: Christoph Hellwig To: Stephen Rothwell Cc: David Chinner , Carlos Maiolino , Christoph Hellwig , linux-xfs@vger.kernel.org, Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: Fixes tag needs some work in the xfs tree Message-ID: <20251218050926.GA1764@lst.de> References: <20251218080618.2e214d02@canb.auug.org.au> Precedence: bulk X-Mailing-List: linux-xfs@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: <20251218080618.2e214d02@canb.auug.org.au> User-Agent: Mutt/1.5.17 (2007-11-01) On Thu, Dec 18, 2025 at 08:06:18AM +1100, Stephen Rothwell wrote: > Hi all, > > In commit > > 8dc15b7a6e59 ("xfs: fix XFS_ERRTAG_FORCE_ZERO_RANGE for zoned file system") > > Fixes tag > > Fixes: ea9989668081 ("xfs: error tag to force zeroing on debug kernels") > > has these problem(s): > > - Target SHA1 does not exist > > Maybe you meant > > Fixes: 66d78a11479c ("xfs: error tag to force zeroing on debug kernels") Yes, that's correct.