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 29F1E944D for ; Thu, 18 Jan 2024 07:24:23 +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=1705562667; cv=none; b=BOdPGefhRlrJARpDYK62/sUX71nBODYOnIHFvsIC/jJ5jL5Hx2oc8MBCvKbIFLfVlTjtovsW7hyajrRhCP+ZMMSs67apXt/rV2oYMmxrs9Pcv2WdwM39GjhJZalyP/ojtb0Zv5PkgOrLhH8Bgq9dnAnR8BsytzDsExMAKNWviDA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1705562667; c=relaxed/simple; bh=EtlDlI0gPBVP12ub9ah8vZwtAxq1iZmbmAqfye0lRDA=; h=Received:Date:From:To:Cc:Subject:Message-ID:References: MIME-Version:Content-Type:Content-Disposition:In-Reply-To: User-Agent; b=P8xci7B2QOgU2xF/ofFEJQ9AnJknUXsdmfONnl2TSROlLnU2RPE6YLoZp9JqmZH4xaWiG7IkcuRJQfWEWXqzyqLR91uvUyfqLjjY2DJUW2PkzuyhKcxUq/ZmHuKCk7TaNeo0vXk6dJpZnoG8IaU7Ph40xLYpxjVJypf//b28c8s= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (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=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 C883168C7B; Thu, 18 Jan 2024 08:24:19 +0100 (CET) Date: Thu, 18 Jan 2024 08:24:19 +0100 From: Christoph Hellwig To: Alan Adamson Cc: linux-nvme@lists.infradead.org, kbusch@kernel.org, hch@lst.de, sagi@grimberg.me, linux-block@vger.kernel.org Subject: Re: [RFC 0/1] nvme: Add NVMe LBA Fault Injection Message-ID: <20240118072419.GA21315@lst.de> References: <20240116232728.3392996-1-alan.adamson@oracle.com> Precedence: bulk X-Mailing-List: linux-block@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: <20240116232728.3392996-1-alan.adamson@oracle.com> User-Agent: Mutt/1.5.17 (2007-11-01) On Tue, Jan 16, 2024 at 03:27:27PM -0800, Alan Adamson wrote: > It has been requested that the NVMe fault injector be able to inject faults when accessing > specific Logical Block Addresses (LBA). Curious, but who has requested this? Because injecting errors really isn't the drivers job.