From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 716263DB31E; Tue, 19 May 2026 17:27:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779211675; cv=none; b=RG2vaT72jYFclMZmVy/jlF8IJOo/gXCG3FtBKumW4WVnZbmvQfePmXxH7vCpcvwBMATc3wnj5ur9ip1jaWKiXWBnhJps7Y1MdIbgW9d1l+kDJjGhGQtcmk5y83s2p2PIyOnmn3S628TZ5LjcVvi8CmzWEE/m8FzlCJi5cNBORlQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779211675; c=relaxed/simple; bh=KBC3Nc4aH72MDDN7wEUpqS9TMs92M6VFHpdyi/AgL2I=; h=Mime-Version:Content-Type:Date:Message-Id:To:From:Subject:Cc: References:In-Reply-To; b=jONZACKjtBewcnn7jP48D+6OsBz4MNhgV/wWMhs6S/k1EBxz6MdQbij6LwT9gpJhTqpqngnSyIFI4DjOP26pLfJSxkAeYU8RWrA+bMXQhKCO+NUMX+FJVM28bmnV3XNVoZyY8ul+NEG95+woBDnUczXg3Nqm6OQfWQ+2nwk6Bfg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=jwVfu29S; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="jwVfu29S" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7BC5BC2BCB3; Tue, 19 May 2026 17:27:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1779211675; bh=KBC3Nc4aH72MDDN7wEUpqS9TMs92M6VFHpdyi/AgL2I=; h=Date:To:From:Subject:Cc:References:In-Reply-To:From; b=jwVfu29SblsG+4P+aBXxO13QJS40NiLgL8mIXyl4UEhXpizahXky04JFQtE1jdXm1 KcmoWZXj/8EQx2z5HvWz2Y31jSxHGvxx2LT8p1pd1kkkoZq62V47RYGYHYyOEjo2LE Vv+Sw7MdeySOwJlJCye/ombzPr6lwUTRFVSFxGKyQchG7gtZJnK3mbvsnx0lRgALQq JEiPS+ZG7Z+PVFQGEdrd4cO1b6Lb5O6rgTnM9rGi3SFjL9GrNPyEkH8TEJuOAeFTpN QpXh+mizIZH72OjwMIjOqaaOv7nrO39VjZvFKptfuiQUD9buI0kHXKn3r7lCAIl+jy C+7fSOwjTK/NA== Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Tue, 19 May 2026 19:27:45 +0200 Message-Id: To: "Gary Guo" From: "Danilo Krummrich" Subject: Re: [PATCH v3 19/27] rust: pci: make Bar lifetime-parameterized Cc: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , References: <20260517000149.3226762-1-dakr@kernel.org> <20260517000149.3226762-20-dakr@kernel.org> In-Reply-To: On Tue May 19, 2026 at 6:24 PM CEST, Gary Guo wrote: > Either way, I think we probably want to limit `'bound` to cases where it'= s > actually `'bound` and not some possibly shortened lifetime. Agreed; [1] for reference. [1] https://lore.kernel.org/driver-core/DIMTSQS1HZM9.326ZOXFP6PV5J@kernel.o= rg/