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 3A8C329E114; Fri, 1 May 2026 12:31:17 +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=1777638678; cv=none; b=PcuYyvGhTxQr9wGSTrkDLn2e5oXldy2wwZFJHijHWOdmQZzd6Me323q1F0thWuhytsJJBglQOWO57XhKKoRfDuH/8pmdoyKrd7y3/jgceyTNyevPAsy60lLm4JJXdtYSKnX3b67trxbgT3N/6STlgOvXCUPv8hE8phSPl7SC2yE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777638678; c=relaxed/simple; bh=mOhShvj4gvpdrJdzhTY0clT/AUI1RfZaKhiI+R0e/hc=; h=Mime-Version:Content-Type:Date:Message-Id:From:Subject:Cc:To: References:In-Reply-To; b=DGPAZ6C3zn5T7bDXe+ITku5Ys7pq1m/uSqyLlWSS13Ppl2dIqGIBAAhQsNcnBysV2wFgTV6x0aGp0I9eraBjh42lYNaW0zU3W6IUSFOHVwPPXHlBel1iTnkgaYED6h+hPzkfdT17ScCNIljFvDiPHGh0/LZqn36kZycE/Ds3btI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=s3KKF08j; 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="s3KKF08j" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 65BAAC2BCB4; Fri, 1 May 2026 12:31:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777638677; bh=mOhShvj4gvpdrJdzhTY0clT/AUI1RfZaKhiI+R0e/hc=; h=Date:From:Subject:Cc:To:References:In-Reply-To:From; b=s3KKF08js6xdafptYe8LP6Aj/iGrtGXTPPSYErmwCYGNrT15Ycf5YGgw0Wqrt1Knu g1kx6CX99U6peS7MVnIoF82HsjmFd4jLYtoFS3GylX1xUl/mZWVbEHw5Utwv7fDGs5 JMU3a7lCDQ+81BP+XyBGNahKNeRu19yDup1KIRO1YDW+5ZFk93q2V7H0TwGVRoFAHH 2z3J06XMXrgrNnQVPGVmpbXFok3+YroGEOXTiteu22afbPcSvjXCx4JbB8jvhISxeK scGrY5yj1ugzllRtKjNQ9e8ibwMGkgDwLkZmAL1SpMvy8q+0pelo3/CAWEtSklmFld l+GOjHgm0Ij3w== 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: Fri, 01 May 2026 14:31:11 +0200 Message-Id: From: "Danilo Krummrich" Subject: Re: [PATCH 3/7] gpu: nova-core: rename module from nova_core to nova-core Cc: "Joel Fernandes" , "Miguel Ojeda" , "Nathan Chancellor" , "Nicolas Schier" , "Boqun Feng" , "Gary Guo" , =?utf-8?q?Bj=C3=B6rn_Roy_Baron?= , "Benno Lossin" , "Andreas Hindborg" , "Alice Ryhl" , "Trevor Gross" , "David Airlie" , "Simona Vetter" , "John Hubbard" , "Alistair Popple" , "Timur Tabi" , "Zhi Wang" , "Eliot Courtney" , , , , , To: "Alexandre Courbot" References: <20260430-nova-exports-v1-0-7ca31664e983@nvidia.com> <20260430-nova-exports-v1-3-7ca31664e983@nvidia.com> In-Reply-To: On Fri May 1, 2026 at 5:25 AM CEST, Alexandre Courbot wrote: > Danilo, WDYT? I think the patch is fine as is. However, the commit message should say that it also changes nova_core.ko to nova-core.ko, which is the reason I proposed this in [1] as well. I.e. such that the module name (that we still need to change; I can send a = patch since I haven't heard back from Chou) matches the .ko file name. I'm not a fan of generic names like lib.rs, mod.rs, main.rs, etc., as it me= sses with fuzzy finder tools. If people feel strongly about this, we can probably rename it to nova_core_main.rs, but I think it is not necessary. - Danilo [1] https://lore.kernel.org/all/DH56PG8GLW4X.2QMHJ91J9D29N@kernel.org/