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 D33153DA7C0; Mon, 1 Jun 2026 15:48:56 +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=1780328937; cv=none; b=THml56Zg+yMfLAe67X5QxyEyRsvj7bQCk73Kcdn6ICUc4FQd1x+k/oZrAgpzOwiGljZeS+z8nagjVcSUEzTUC4Bbno80N218/zHAqnKOCF2oj4vu2jQgfKNkw+BwtDyT/G3tT9wazgYoiebQ7suFuXeiTmEIcdZxwMyGCUt7ypw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780328937; c=relaxed/simple; bh=eLYLsBb0ONwXHUDdcmFlUMyOyjoSEmiNVpHJ/FyPVxM=; h=Mime-Version:Content-Type:Date:Message-Id:Cc:To:From:Subject: References:In-Reply-To; b=Jxrw84gVn1EPbr+9e2/F283I8mNGRKNd00m+lOYBBrhhiYlKl6/HfLp7wKB7y9ea3oRg2Zi8GGhjPDY7gLJnn9DzgSg/rzsEGpxE0j608etloOx4uyS6Zk2mJpoMfq1SW5bt/ix+yrs/V658uQ7/gf+bripIqNDY6kg6aBjAUPo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=NECP3/zX; 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="NECP3/zX" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D38CA1F00893; Mon, 1 Jun 2026 15:48:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1780328936; bh=eLYLsBb0ONwXHUDdcmFlUMyOyjoSEmiNVpHJ/FyPVxM=; h=Date:Cc:To:From:Subject:References:In-Reply-To; b=NECP3/zXoYK3LReSlsYz4ooKpK2nD/slHDnOEauFsl1dp0cnGLUjr2KviU0/1iYcf 4mYZ4YhVkFcwOd+mXk4T0azDsLoyFTQAI9sjMQ8/ItH+NXHoi4x/Oc5QmmFbVKkuf3 0Suh6cOnN9uHkDKOQpqYoMnwBifVyM4RrNKGg/pNPJvSskssbjES0SQg5W4pP2Kibr +9sjXhTSnU3zfmZnqm2UyD1lYNdmu9vKaFNcvhVcYy2FiEcB+a6zm/deWOmB+iX19M GiFjDdiigMlZ5B0aifU0iZx0lx5JiESjDADJqZ2Hi66N9IndK/10/38kij7W83cN1R +otxfT1jkffXA== Precedence: bulk X-Mailing-List: linux-doc@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: Mon, 01 Jun 2026 17:48:48 +0200 Message-Id: Cc: "Gary Guo" , "Petr Pavlu" , "Rahul Bukte" , , , , , , , "Daniel Palmer" , "Tim Bird" , , , "Sumit Gupta" , "James Clark" , "Alexander Shishkin" , "Greg Kroah-Hartman" , "Rafael J. Wysocki" , "Miguel Ojeda" , "Boqun Feng" , =?utf-8?q?Bj=C3=B6rn_Roy_Baron?= , "Benno Lossin" , "Andreas Hindborg" , "Alice Ryhl" , "Trevor Gross" , "Jonathan Corbet" , "Shuah Khan" , "Luis Chamberlain" , "Daniel Gomez" , "Sami Tolvanen" , "Aaron Tomlin" , "Mike Leach" , "Leo Yan" , "Thierry Reding" , "Jonathan Hunter" To: "Shashank Balaji" , "Suzuki K Poulose" From: "Danilo Krummrich" Subject: Re: [PATCH v6] kernel: param: initialize module_kset in a pure_initcall References: <20260601101942.4002661-1-shashank.mahadasyam@sony.com> In-Reply-To: <20260601101942.4002661-1-shashank.mahadasyam@sony.com> On Mon Jun 1, 2026 at 12:19 PM CEST, Shashank Balaji wrote: > Danilo, I'm assuming this series goes through driver-core. Could you plea= se > pick up this version of this patch and the v5 of the others? Yes, that's fine. It would be nice to have an ACK from Suzuki for the cores= ight changes though. Suzuki, is this fine with you? Also, for the future, please don't send new versions as a reply to previous versions, bus as a new thread. Thanks, Danilo