From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 141D635F60B; Fri, 29 May 2026 23:08:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780096114; cv=none; b=FdMuXqMvM0pe3CilvXsiyoo4DEp8JDxjzCtdAu9OhpyIKtXtVbH9hgPGuqYfId8iWXDP0bE7OzzbUWNWQ2XcylZC+/efBPv1yDKfxlJsyeLZRN6/Ml9YJz+rV5AIlEMWp2+ntbXRCT8+MUBUzWGKNby510bm0t0dNI2pNFZ5BQ4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780096114; c=relaxed/simple; bh=eX7WTaZKJayd6U7mlHytWgAtaoC+4htedxWcA00LuVg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=fwdxWrxe6X5R9yuLEheL4OjEBkvOhbGc7oP/Yct7//Le9PfNushLN15K8LOwSKiSFdA6P4RhapL7+mfc4YPBc9JqAtpuhx6S2b0ZR5fcPH5Um2+JECtm2Jn9LDnWUJBoog4Mf7I79MnJ3TNIn2ACIUWU+cmnMDmWyNq9X+pvVa8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=V1oi1wMQ; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="V1oi1wMQ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 56ADF1F00893; Fri, 29 May 2026 23:08:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1780096113; bh=pTri8BUQcNx5FytxVSCnFtx7e/4115rb7iA5Ei7gVqA=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=V1oi1wMQkhT+5vUe3xl/z/OPr9v3cjkS70bSLcTudM9itZzRgDbd5Xhi0g39+e2ul 5HDAtlwbq9jHySwBVJNNh1W0au5zdHczxKW6dDBOIGeCq48+NrFR1o/aB0/ZS46xbl oG/lsfsTQqCt5HqNnSUoeuF3CVSGqGhY5gd06ATDRl/tZ39w8rY/MfChJPiJQvmh39 CRYnqufiox9SKzhelNYg/uArcaDKShGZcTRXMOjiYZxP8PaXcDKW+lhJJwXv7NjaNb iDeu6nItp/AOevw0OOCIbc6QUUcBz0HxdpY/D9J8x6V5kD5xWYaCGfNsZuz8vbdwxq dKgAQbVfsCRfg== Date: Fri, 29 May 2026 17:08:31 -0600 From: Keith Busch To: "Achkinazi, Igor" Cc: "hch@lst.de" , "sagi@grimberg.me" , "axboe@kernel.dk" , "linux-nvme@lists.infradead.org" , "linux-block@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "stable@vger.kernel.org" Subject: Re: [PATCH v2] nvme-multipath: set BIO_REMAPPED on bios remapped to per-path namespace disks Message-ID: References: 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: On Fri, May 29, 2026 at 01:32:22AM +0000, Achkinazi, Igor wrote: > Keith Busch wrote: > > I double checked the sequences here, and yes, I think the > > synchronize_srcu's already in place ensure every caller sees the EOD > > error before it could fail the bio_queue_enter(), so this looks like it > > happens to be sufficient. I'm okay with it. > > Thanks Keith! May I add your Reviewed-by? Sure, though I was considering just adding it the nvme tree. I'm giving a few days to see if there are any other comments.