From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailgw.kylinos.cn (mailgw.kylinos.cn [124.126.103.232]) (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 DCA3B219E8 for ; Fri, 26 Jun 2026 00:59:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=124.126.103.232 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782435556; cv=none; b=sbmiVjQnS2uF5WPruDZVQW7iqhLPZFtmeT2IB+N8erB8FUmKX5FrIbqxfCpIL3mHa6QDTu3b9tKGotsG6C2fu4gLELQXUO5ZkZ0jMKNa0QJpOqSQoMK1rB/7kefMFLEBfkB3JafyRGt/Rhk37APDxlKmJxN/8Tf92DG9FXnhA74= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782435556; c=relaxed/simple; bh=ky+xsxRtBszZ0WojriVNcOGoH9U+vAMcn1fRnJ7uV00=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=fWPg4zNxz4jlTK1zRTh7Ox5kWKx/YSl03+ZmsFiJr5gaA+BOocewx5Sz1qYmBzv/oREAoaTWf/lv4HbT5LtuhNDdsRXac9r4p3MTql5uc96SLuAB6RhBn9E19qrRf7IJ+iNNolvolGjC66iN8XO2JD93slIi66zWxVK0w5teuN8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=kylinos.cn; spf=pass smtp.mailfrom=kylinos.cn; arc=none smtp.client-ip=124.126.103.232 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=kylinos.cn Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=kylinos.cn X-UUID: 3d9800e470fa11f1aa26b74ffac11d73-20260626 X-CID-P-RULE: Release_Ham X-CID-O-INFO: VERSION:1.3.12,REQID:819c0f4c-16c7-4b9e-9e84-c91072bc9528,IP:0,U RL:0,TC:0,Content:-5,EDM:0,RT:0,SF:0,FILE:0,BULK:0,RULE:Release_Ham,ACTION :release,TS:-5 X-CID-META: VersionHash:e7bac3a,CLOUDID:e153648a635b3349d862e95b5ab195e7,BulkI D:nil,BulkQuantity:0,Recheck:0,SF:81|82|102|136|865|898,TC:nil,Content:0|1 5|50,EDM:-3,IP:nil,URL:0,File:nil,RT:nil,Bulk:nil,QS:nil,BEC:nil,COL:0,OSI :0,OSA:0,AV:0,LES:1,SPR:NO,DKR:0,DKP:0,BRR:0,BRE:0,ARC:0 X-CID-BVR: 2,SSN|SDN X-CID-BAS: 2,SSN|SDN,0,_ X-CID-FACTOR: TF_CID_SPAM_SNR X-CID-RHF: D41D8CD98F00B204E9800998ECF8427E X-UUID: 3d9800e470fa11f1aa26b74ffac11d73-20260626 X-User: liuxixin@kylinos.cn Received: from [127.0.1.1] [(10.44.16.150)] by mailgw.kylinos.cn (envelope-from ) (Generic MTA with TLSv1.3 TLS_AES_256_GCM_SHA384 256/256) with ESMTP id 1330636986; Fri, 26 Jun 2026 08:59:10 +0800 From: Xixin Liu To: linux-nvme@lists.infradead.org Cc: kbusch@kernel.org, axboe@kernel.dk, hch@lst.de, sagi@grimberg.me, linux-kernel@vger.kernel.org, liuxixin@kylinos.cn Subject: [PATCH v2 0/2] nvme: zns: cap zone report nr_zones by DMA buffer size Date: Wed, 25 Jun 2026 10:00:00 +0800 Message-ID: In-Reply-To: References: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Mailer: nvme-ecn124/send-local.py Hi Christoph, Thanks for the review. Split the zone index logging change into its own patch (2/2). The nr_zones / buflen fix is unchanged in 1/2. Thanks, Xixin Liu --- Xixin Liu (2): nvme: zns: cap zone report nr_zones by DMA buffer size nvme: zns: include zone index in invalid zone type error drivers/nvme/host/zns.c | 12 ++++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) -- 2.43.0