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 1DB162D7D2E for ; Mon, 9 Feb 2026 06:28:30 +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=1770618511; cv=none; b=OUKxu12QxIlKGV5WdSxn5aoTpRFW2EVz9wnv9TD/C+0iLJ8SQ7YRjiTYf48yrJodyJ+KJiSMjUSGvmwmVibQdNkM50Bqy9CaGCMK3CpBRj0Ia92Vwm28cJReSs/DUo56+qKjFgLb1YTNlvfhAPdxUAnL/4ev/6bUVObgMUm92QI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770618511; c=relaxed/simple; bh=i1aKt3UdEGPrESw9H7osXNbDkeCmUgLgFljo7IT3X6o=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ItPq39QwT8DaEWCG8dd81mReO7v0Fuqot1flpFuaS9DH2Ppmv/haZHwd748PvWnTkVeCgfpfiAR1e8YuazpfkOt6iYbz4r2OBgNoRVHiRIsrB0kQNC8PzveD/CbjU1oDncx/hqZ9EvQWBF4Ki09J3kjsi7eS1ob4+O+ul2R6Te8= 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 C6B5668B05; Mon, 9 Feb 2026 07:28:21 +0100 (CET) Date: Mon, 9 Feb 2026 07:28:21 +0100 From: hch To: "Darrick J. Wong" Cc: Shinichiro Kawasaki , "linux-xfs@vger.kernel.org" , hch Subject: Re: [bug report] xfs/802 failure due to mssing fstype report by lsblk Message-ID: <20260209062821.GA9021@lst.de> References: <20260206173805.GY7712@frogsfrogsfrogs> <20260209060716.GL1535390@frogsfrogsfrogs> 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: <20260209060716.GL1535390@frogsfrogsfrogs> User-Agent: Mutt/1.5.17 (2007-11-01) On Sun, Feb 08, 2026 at 10:07:16PM -0800, Darrick J. Wong wrote: > Waitaminute, how can you even format xfs on nullblk to run fstests? > Isn't that the bdev that silently discards everything written to it, and > returns zero on reads?? nullblk can be used with or without a backing store. In the former case it will not always return zeroes on reads obviously.