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 7D4DC1E47C5; Mon, 1 Dec 2025 06:41:00 +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=1764571262; cv=none; b=mbYtoDHOnE4DVajHeihHUGr9C6BhnUmzu8/q4igHa47grGsVVY19oVlrShtT4xPntuwyMP2W8qSRgYS7B/dunKp2J2q0WUbrCaV9ZXkUvbkjXZd/nk1bHHWCwHE9c8PyLPfBVNtascZR3KTku+SFl6HZ18iXDwG48ZwAhbZjWTU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764571262; c=relaxed/simple; bh=M7NmYC/Iylm9myghHwqILim55SAUt9QrM+UZYk0eJlw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=CE0N22IQUxXYq6UwXqUXpQlQUSmHMSnOgM+NGmOArt4ZCdHm7PDc7R/Z3zGuYCUJqx1cKKACHu//YsridCigoOQlYdtg86drPzEOwe8HtLrXdJZuSjWe4sB+uxbQRxGJU5ZAiru4TmqCKNZ2h8Xgcz8C2rqV7nMRuI/Hv6E0tWo= 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 4C2AA68BEB; Mon, 1 Dec 2025 07:40:57 +0100 (CET) Date: Mon, 1 Dec 2025 07:40:56 +0100 From: Christoph Hellwig To: Stefan Hajnoczi Cc: linux-block@vger.kernel.org, Keith Busch , "Martin K. Petersen" , linux-kernel@vger.kernel.org, "James E.J. Bottomley" , Christoph Hellwig , Mike Christie , linux-nvme@lists.infradead.org, Jens Axboe , linux-scsi@vger.kernel.org, Sagi Grimberg , Hannes Reinecke Subject: Re: [PATCH v2 4/4] block: add IOC_PR_READ_RESERVATION ioctl Message-ID: <20251201064056.GD19461@lst.de> References: <20251127155424.617569-1-stefanha@redhat.com> <20251127155424.617569-5-stefanha@redhat.com> Precedence: bulk X-Mailing-List: linux-scsi@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: <20251127155424.617569-5-stefanha@redhat.com> User-Agent: Mutt/1.5.17 (2007-11-01) Looks good: Reviewed-by: Christoph Hellwig