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 621CA1B87C9; Tue, 27 Jan 2026 11:30:42 +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=1769513442; cv=none; b=coPWqZnQrT73ggTTOkGYGNlnYrtTTUHwtsF4jZANvrByBEOcCIQKCLv02NNSQhe7Eui2xO58Brsyo43xMW3b64Bo7qetal47kTuztzS0Wdh33vHM4i9H/WfrPnc4tVuDmxiV49toCmDcNdDlt8SZrXjUWrFXyH5TSsDCZ4wg2fk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769513442; c=relaxed/simple; bh=SEsermRd9Nzxatg84guRU6bLuZBocBrS5aEf9VTMpgY=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:Cc:To:From: References:In-Reply-To; b=TCLQ4v6Z4ih4JqCvk4uXeBIXiSwqc38zSDEDO0wrSTdqANIjMk+1pj8jiGBzcl0Kg6wXvRg/zy4j6Q/v/yaTCxyBDvYAHbGxL6lep7yJUXdlJTERQHhm1dFwZpGDOVP33HNnxf1bRiBAuyVF2a1QuixdMylzD8+a0wFyrg/fLN0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=fSTwDhJa; 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="fSTwDhJa" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E6668C116C6; Tue, 27 Jan 2026 11:30:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769513442; bh=SEsermRd9Nzxatg84guRU6bLuZBocBrS5aEf9VTMpgY=; h=Date:Subject:Cc:To:From:References:In-Reply-To:From; b=fSTwDhJa4RjeUe5bHhmQQIuupYlj6fEX0eDfwIcQntzAqcrzHzHhkMcxlORiie1qs s+O8Vn9rCVgjMk75EFFPaTTKXr1Gb+rCEtN0n7W9KuTr1nC6i58nuk2YyJqZ7/jBBW mE65KODMxKoIBXDfeOdCR4oeGYeDdwQDwP8VF948IdyoQtuCrdgPrDlQWGeZDiliiu dXjFjuvtHYAFScu1Vlkwr5OccP4L/J7A7PgubW6geisn2C0TAXAESx+0Wf2lPM5PQD tA9jq4CJr2D32EwedMWH+v8LBm081BhDROExL8yjRQWZII5tblCjLln9sMB5YMcfEW h1WzEG9GTcTFw== 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, 27 Jan 2026 12:30:36 +0100 Message-Id: Subject: Re: [PATCH 1/3] gpu: nova-core: remove imports available via prelude Cc: "Boqun Feng" , =?utf-8?q?Bj=C3=B6rn_Roy_Baron?= , "Benno Lossin" , "Andreas Hindborg" , "Alice Ryhl" , "Trevor Gross" , "Alexandre Courbot" , "David Airlie" , "Simona Vetter" , "Daniel del Castillo" , "Joel Fernandes" , "John Hubbard" , "Alistair Popple" , "Lyude Paul" , "Timur Tabi" , "Shankari Anand" , , , , To: "Miguel Ojeda" , "Gary Guo" From: "Danilo Krummrich" References: <20260123172007.136873-1-gary@garyguo.net> <20260123172007.136873-2-gary@garyguo.net> In-Reply-To: On Sun Jan 25, 2026 at 10:17 PM CET, Danilo Krummrich wrote: > I will pick this one up after -rc1 is out. I just checked and there shouldn't be any conflicts, so if you want to pick= this one up as well, please do. :) Acked-by: Danilo Krummrich Given that klint can do quite some convinient extra checks, should we consi= der making it an optional part of the build? Similar to what we do with clippy?