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 EF01C12B94; Thu, 2 Oct 2025 12:41:24 +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=1759408886; cv=none; b=t1/NFT0Mw/+l64WNmS6jQm4kCMoVdSK1TU4bONfcKd4LRW2IcAQMd6+4bAaPDJGNfm+aHXNrue8nGJPC0eyoFxYAxeyl3Q5QFZXCuSkIYtmTLa078Cuqd73U2HqrlEPaDNBxl9tnWtODzqEhTnSLJrqdxAVLbFvUy0iXhE3fw0E= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1759408886; c=relaxed/simple; bh=OB5RZ2Z3NNTRxf89lDpwSKFcKfYCorQFxOEo52iWI+U=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:Cc:To:From: References:In-Reply-To; b=t13jINoN9rti+ZFO7IJR8JXUz5baz13LWg1n9dH+gymIfT62DRlmhoUpqVZ5GzxoPgYdS4Gz5IRx5h9Kef1+oU9T7HlZ9FfFqnjvSkuDzi5TTGU5RnIlclEoTttNgF14E41ZkZZ9uyW9HCIV8cU35LbyzG9ZRpWQaLQ2p3Cy1QQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=W5Sw3XVh; 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="W5Sw3XVh" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 91715C4CEF4; Thu, 2 Oct 2025 12:41:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1759408884; bh=OB5RZ2Z3NNTRxf89lDpwSKFcKfYCorQFxOEo52iWI+U=; h=Date:Subject:Cc:To:From:References:In-Reply-To:From; b=W5Sw3XVh4RP2WI7MzUZNVzll6Senx/XbyFHBwLEvwPdNyr0EuYQrYFNYXmIlP1Tk4 TedK5fEfuXLAdIgiENFxOBxMNHAyKlZntJkedU+m09NMAHbPrTy1JsT+hZYtPjRwtv Rh8pOYx1LqNELyZ++H4akBxB+JAuWiyZLbUtvsf/Ufj8yQWwmpgqqPf1npc3u4zYSP XD6lfoiWqzJeAjIAVcatkuQrSH52T9koEXBGMLGRXVvlF6zoQk7mgAf3F98HMeDIDT FfAx5bC9wFWUMFE4xcSeRGaaAFrerVV3Xm3oEwXlwRr1ewee9EhCGEk1YJJuY9o0Cd fWBkg5x9c65mA== Precedence: bulk X-Mailing-List: rust-for-linux@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: Thu, 02 Oct 2025 14:41:17 +0200 Message-Id: Subject: Re: [PATCH 0/2] rust: pci: expose is_virtfn() and reject VFs in nova-core Cc: "John Hubbard" , "Zhi Wang" , "Alistair Popple" , "Alexandre Courbot" , "Joel Fernandes" , "Timur Tabi" , "Surath Mitra" , "David Airlie" , "Simona Vetter" , "Bjorn Helgaas" , =?utf-8?q?Krzysztof_Wilczy=C5=84ski?= , "Miguel Ojeda" , "Alex Gaynor" , "Boqun Feng" , "Gary Guo" , =?utf-8?q?Bj=C3=B6rn_Roy_Baron?= , "Benno Lossin" , "Andreas Hindborg" , "Alice Ryhl" , "Trevor Gross" , "nouveau@lists.freedesktop.org" , "linux-pci@vger.kernel.org" , "rust-for-linux@vger.kernel.org" , "LKML" , "Alex Williamson" To: "Jason Gunthorpe" From: "Danilo Krummrich" References: <20250930220759.288528-1-jhubbard@nvidia.com> <20251002120149.GC3195801@nvidia.com> <20251002123244.GF3195801@nvidia.com> In-Reply-To: <20251002123244.GF3195801@nvidia.com> On Thu Oct 2, 2025 at 2:32 PM CEST, Jason Gunthorpe wrote: > On Thu, Oct 02, 2025 at 02:08:27PM +0200, Danilo Krummrich wrote: > >> Why? What about other upstream drivers that clearly assert that they don= 't >> support VFs? > > They shouldn't be doing that either. There is lots of junk in Linux, > that doesn't mean it should be made first-class to encourage more > people to do the wrong thing. Let's discontinue this thread and keep discussing in the v2 one, since the discussions converge.