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 D6C4B28B4E2; Mon, 8 Jun 2026 22:16:23 +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=1780956984; cv=none; b=r57ibNYa0rixYuUu9o4MnUiLG+4U/OBAvx+PKLfpgWw1CKKeKn36DoNpPW+rqoiNYvjGWcQB0XZdQI8HGoOumjpAqVcmHiR0/+OeiK+ISrxNp143zpJ8j8u3pewn+vxmC/Ywy8lN09OBfzQtSnIZnj3h9y8EyKu0JYbB7EedPxo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780956984; c=relaxed/simple; bh=DDeO704qEU0EQ7Hlae5DWAs8z0G55TJg/i7FGO7u500=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:Cc:To:From: References:In-Reply-To; b=n+7G2wC6YGl9e7OXiIYc3ZVOlTf1jG3viRJAQFL2p+AujmdK8uaKCRG/6by5KCRzmaubBDpuF0vz3dH8keEwnY5UArCDVORZXZm1WXXsW6EtRXb/pxr2QQKEFOVueLR4S9zbSN1dUF9a2JWSFtPUws+A6702ZWnz7f78liAKM+c= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ZLbqrydL; 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="ZLbqrydL" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B047A1F00893; Mon, 8 Jun 2026 22:16:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1780956983; bh=s3x5kdRepi1J7M2cEklCCm2sZSMg7DeC+hQ4uJgl+jo=; h=Date:Subject:Cc:To:From:References:In-Reply-To; b=ZLbqrydL7uyVtFWzj+G/HXsf6Sz2tjT7ZGEGgMUDd6H07Gcz5KOZ0rkOR9SUuGpMf KUH0jpIikh9r5wEV+cMU2AtHmfmjXOkNUrhQG3lbI78brINcYV+RX5lunaFFgeMdzA 2f0TIi3VeS4lHUxE1kpeVtdA2KXX4BC7HemIGdtTPAdoT684mUe4/ET1KCVAd039Ax 9wAn/nDnK/rWEiXfQwgez5TprRHKpTADfNPsp7hqbGS9T8wM2PEtiUW3e4z2oJD80u 0VERCKS2tDxSPFMfAekh/YB0Hw4UmBvQjDKdpcIiRrVofwwiRND1Z+iTkhkTN9VPeB OlYVhEWVBecvw== Precedence: bulk X-Mailing-List: linux-modules@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, 09 Jun 2026 00:16:15 +0200 Message-Id: Subject: Re: [PATCH v5 0/4] Enable sysfs module symlink for more built-in drivers Cc: "Suzuki K Poulose" , "James Clark" , "Alexander Shishkin" , "Greg Kroah-Hartman" , "Rafael J. Wysocki" , "Miguel Ojeda" , "Boqun Feng" , "Gary Guo" , =?utf-8?q?Bj=C3=B6rn_Roy_Baron?= , "Benno Lossin" , "Andreas Hindborg" , "Alice Ryhl" , "Trevor Gross" , "Jonathan Corbet" , "Shuah Khan" , "Luis Chamberlain" , "Petr Pavlu" , "Daniel Gomez" , "Sami Tolvanen" , "Aaron Tomlin" , "Mike Leach" , "Leo Yan" , "Thierry Reding" , "Jonathan Hunter" , "Rahul Bukte" , , , , , , , "Daniel Palmer" , "Tim Bird" , , , "Sumit Gupta" To: "Shashank Balaji" From: "Danilo Krummrich" References: <20260427-acpi_mod_name-v4-0-22b42240c9bf@sony.com> <20260518-acpi_mod_name-v5-0-705ccc430885@sony.com> In-Reply-To: <20260518-acpi_mod_name-v5-0-705ccc430885@sony.com> On Mon May 18, 2026 at 12:19 PM CEST, Shashank Balaji wrote: > Shashank Balaji (4): > soc/tegra: cbb: Move driver registration from pure_initcall to core= _initcall > kernel: param: initialize module_kset in a pure_initcall > coresight: pass THIS_MODULE implicitly through a macro > driver core: platform: set mod_name in driver registration Picking this up now, so it can still make it for 7.2-rc1 and get some time = in linux-next. Suzuki, since I haven't heard back I figured it should be fine to also pick= the coresight change as it is purely mechanic and driver-core motivated, but pl= ease let me know if you have any concerns. Thanks, Danilo