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 A0A0B4ADD91 for ; Wed, 29 Jul 2026 14:06:36 +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=1785333997; cv=none; b=S3sFnOZGEzNNWVYHqrdL6yyC5nMf9+udCzCRhx1hPm2yZQzYJWketDCHHZpwkDabSy3O3l3UBPeB6iWe35tTuCKeFEwwSdWs3EByeE8/jgeTD6Dp4IBP9H03YELnzKamay+bUE6d86ABKhMojscuyHRF2Zx6QOg89sLTpaqUBn0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785333997; c=relaxed/simple; bh=O5D/6mIuq1oSkLg5rb2PNzRTexWXC9Shdg+pKT4CYqA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=hbarsvF7wF4ls4mDGjxqGN4NDBLJRyGnal4ChK9UY2J69aEGHUHz9bynFO2bquxGOZL8m1C2Fctiuqcl4PtY9U2L4qpeK7m7HZod0JeOem0tVEcHURQjfrYVDpazMfck576EWo0Sy6n83HdPzIBB+JV4xK3foDnVsW2U5pKQr0M= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ZWSYsncx; 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="ZWSYsncx" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 37E5E1F000E9; Wed, 29 Jul 2026 14:06:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1785333996; bh=Ymh6iDnk70vzkTfI1rJg7jsntRh3NceOVlS3wu011Y0=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=ZWSYsncx9Dxu6GRTl7K02K/XqI97Z2TECSSnrlQNvTxqG3coPPJXXstdOTiYis9u0 FZ+fwFiTMPJfjsRfVaZZgYi5zic7R4TqSH3kycYIDEAuR64No3CCQKvbapo3oG25Zs yy5wfENh4xvGNIAPraTjbzoC8FeScWIkzNX9QE/KOJZs+ZxuhwrWqnabbSb0tzayPG 08vL/rdCDnX5/jR/tD05nBApmzSMqn3jb/nMXFeMS2A9vDk/d9zxf/WBmKaEg6HsZf jxVK5TQ5DjHDsyiJfBods/rvOOpHpNhdPJ+WgEZeyCQcSfpmEdTN4P5nnnGVp0NZhM kukwXL3I1ZGWA== Date: Wed, 29 Jul 2026 08:06:34 -0600 From: Keith Busch To: Marco Elver Cc: Nilay Shroff , linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org, hch@lst.de, sagi@grimberg.me, axboe@fb.com, bvanassche@acm.org, gjoyce@linux.ibm.com Subject: Re: [PATCH v4 00/20] Support Clang context analysis for NVMe host drivers Message-ID: References: <20260713115444.465704-1-nilay@linux.ibm.com> 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=us-ascii Content-Disposition: inline In-Reply-To: On Wed, Jul 29, 2026 at 11:03:52AM +0200, Marco Elver wrote: > On Tue, 28 Jul 2026 at 19:41, Keith Busch wrote: > > > > It doesn't look like there's a single source for updating list.h, so any > > concern with taking this series through the nvme tree? > > I think that's fine; conflicts should appear in -next, but I don't see any yet. Sounds good, applied to nvme-7.3!