* Re: [PATCH 5/9] arm: configs: remove obsolete assignments to SND_SOC_ROCKCHIP [not found] ` <febd0f7e-59f3-4ba4-8706-53c7353e3fe5@kernel.org> @ 2026-03-25 11:27 ` Vincent Mailhol (Arm) 0 siblings, 0 replies; 2+ messages in thread From: Vincent Mailhol (Arm) @ 2026-03-25 11:27 UTC (permalink / raw) To: Krzysztof Kozlowski Cc: Alexandre Gonzalo, linux-kbuild, linux-kernel, linux-alpha, linux-arm-kernel, linux-omap, loongarch, linux-mips, linuxppc-dev, linux-riscv, linux-s390, linux-sh, linux-rt-devel, linux-samsung-soc, imx, linux-renesas-soc, linux-parisc, openbmc, Nathan Chancellor, Nicolas Schier, Mikko Rapeli, Richard Henderson, Matt Turner, Magnus Lindholm, Russell King, Aaro Koskinen, Andreas Kemnade, Kevin Hilman, Roger Quadros, Tony Lindgren, Huacai Chen, WANG Xuerui, Thomas Bogendoerfer, Madhavan Srinivasan, Michael Ellerman, Nicholas Piggin, Christophe Leroy (CS GROUP), Paul Walmsley, Palmer Dabbelt, Albert Ou, Alexandre Ghiti, Heiko Carstens, Vasily Gorbik, Alexander Gordeev, Christian Borntraeger, Sven Schnelle, Yoshinori Sato, Rich Felker, John Paul Adrian Glaubitz, Thomas Gleixner, Ingo Molnar, Borislav Petkov, Dave Hansen, x86, H. Peter Anvin, Sebastian Andrzej Siewior, Clark Williams, Steven Rostedt, Pablo Neira Ayuso, Alim Akhtar, Frank Li, Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam, Vladimir Zapolskiy, Piotr Wojtaszczyk, Liviu Dudau, Sudeep Holla, Lorenzo Pieralisi, Geert Uytterhoeven, Magnus Damm, Vladimir Kondratiev, Gregory CLEMENT, Théo Lebrun, James E.J. Bottomley, Helge Deller, Janusz Krzysztofik, Jonathan Neuschäfer, Chris Zankel, Max Filippov, Thomas Zimmermann, Arnd Bergmann, Heiko Stuebner, Kuninori Morimoto, Mark Brown, Eric Biggers, Ard Biesheuvel, Sricharan Ramabadhran, Bjorn Andersson, Michael Walle, Guenter Roeck, Srinivas Kandagatla, Rob Herring (Arm), Dmitry Baryshkov, Greg Kroah-Hartman, Anna Schumaker, soc +CC: soc@lists.linux.dev On 3/17/26 12:28, Krzysztof Kozlowski wrote: > On 17/03/2026 10:13, Vincent Mailhol (Arm) wrote: >> CONFIG_SND_SOC_ROCKCHIP was removed in commit cae3cc435db5 ("ASoC: >> rockchip: Standardize ASoC menu"). However it is still referenced in >> some defconfigs. >> >> Remove any references to CONFIG_SND_SOC_ROCKCHIP. >> >> FYI, the suppressions were done using: >> >> git ls-files -z 'arch/*/configs/*defconfig' |\ >> xargs -0 sed -i -E '/^CONFIG_SND_SOC_ROCKCHIP/d' >> >> Fixes: cae3cc435db5 ("ASoC: rockchip: Standardize ASoC menu") >> Signed-off-by: Vincent Mailhol (Arm) <mailhol@kernel.org> >> --- >> arch/arm/configs/multi_v7_defconfig | 1 - >> arch/arm64/configs/defconfig | 1 - > > This was already posted: > https://lore.kernel.org/all/20260313-rockchip-snd-cleanup-v1-1-77d9a953fd1b@schnwalter.eu/ > but just like that patch you did not send it to soc@ (if I am not > mistaken... CC list is enormous). OK, I will add soc@lists.linux.dev to the recipient list in v2. > I think you are mixing here independent works, like kconfig and per-arch > defconfig changes. Please split these per arch defconfig maintainers - > patches and patchset, so you won't be Cc-ing 50 addresses. The config issues which I am addressing are transversal problems so I was expecting to just get the Acked-by from the other architecture and have all this go through the same tree. As I explained in my cover letter, this is not doing any functional changes. But if this is not acceptable, I will just reduce the scope to arm/arm64 then. Doing a per arch split as you suggested would be too much overhead (more than what I am ready to invest on this clean-up). Yours sincerely, Vincent Mailhol ^ permalink raw reply [flat|nested] 2+ messages in thread
[parent not found: <20260317-arm_defconf_cleanup-v1-7-8eecb7fdd24d@kernel.org>]
[parent not found: <ff697bee-2173-4311-9089-0875114d54d8@kernel.org>]
* Re: [PATCH 7/9] arm64: defconfig: remove incorrect assignment to IPQ_APSS_5018 [not found] ` <ff697bee-2173-4311-9089-0875114d54d8@kernel.org> @ 2026-03-25 11:30 ` Vincent Mailhol (Arm) 0 siblings, 0 replies; 2+ messages in thread From: Vincent Mailhol (Arm) @ 2026-03-25 11:30 UTC (permalink / raw) To: Krzysztof Kozlowski Cc: Alexandre Gonzalo, linux-kbuild, linux-kernel, linux-alpha, linux-arm-kernel, linux-omap, loongarch, linux-mips, linuxppc-dev, linux-riscv, linux-s390, linux-sh, linux-rt-devel, linux-samsung-soc, imx, linux-renesas-soc, linux-parisc, openbmc, Nathan Chancellor, Nicolas Schier, Mikko Rapeli, Richard Henderson, Matt Turner, Magnus Lindholm, Russell King, Aaro Koskinen, Andreas Kemnade, Kevin Hilman, Roger Quadros, Tony Lindgren, Huacai Chen, WANG Xuerui, Thomas Bogendoerfer, Madhavan Srinivasan, Michael Ellerman, Nicholas Piggin, Christophe Leroy (CS GROUP), Paul Walmsley, Palmer Dabbelt, Albert Ou, Alexandre Ghiti, Heiko Carstens, Vasily Gorbik, Alexander Gordeev, Christian Borntraeger, Sven Schnelle, Yoshinori Sato, Rich Felker, John Paul Adrian Glaubitz, Thomas Gleixner, Ingo Molnar, Borislav Petkov, Dave Hansen, x86, H. Peter Anvin, Sebastian Andrzej Siewior, Clark Williams, Steven Rostedt, Pablo Neira Ayuso, Alim Akhtar, Frank Li, Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam, Vladimir Zapolskiy, Piotr Wojtaszczyk, Liviu Dudau, Sudeep Holla, Lorenzo Pieralisi, Geert Uytterhoeven, Magnus Damm, Vladimir Kondratiev, Gregory CLEMENT, Théo Lebrun, James E.J. Bottomley, Helge Deller, Janusz Krzysztofik, Jonathan Neuschäfer, Chris Zankel, Max Filippov, Thomas Zimmermann, Arnd Bergmann, Heiko Stuebner, Kuninori Morimoto, Mark Brown, Eric Biggers, Ard Biesheuvel, Sricharan Ramabadhran, Bjorn Andersson, Michael Walle, Guenter Roeck, Srinivas Kandagatla, Rob Herring (Arm), Dmitry Baryshkov, Greg Kroah-Hartman, Anna Schumaker, soc, Ross Burton, Bjorn Andersson, Konrad Dybcio +CC: soc@lists.linux.dev +CC: Bjorn Andersson <andersson@kernel.org> +CC: Konrad Dybcio <konradybcio@kernel.org> On 3/17/26 12:31, Krzysztof Kozlowski wrote: > On 17/03/2026 10:13, Vincent Mailhol (Arm) wrote: >> CONFIG_IPQ_APSS_5018 does not exist and never existed. Remove it. >> >> Fixes: 7f0c87348fb5 ("arm64: defconfig: Enable IPQ5018 SoC base configs") >> Signed-off-by: Vincent Mailhol (Arm) <mailhol@kernel.org> >> --- > > Just like try one year ago: > https://lore.kernel.org/all/20240104133241.2030193-1-ross.burton@arm.com/ > > No one will apply it if you do not send the patch to right people. > multi_vx and arm64 defconfig fall outside of get_maintainers thus policy > from maintainer soc profile applies. As you guessed, I used get_maintainers.pl to generate the recipient list. I am just surprised to hear that the defconfigs fall out of the usual process. This is a pit fall as shown by the fact that both Ross and me failed to send it to the right people. As you pointed in another answer, I saw that the documentation was updated. I will follow this from now on. Thanks for that! > This one should be send to platform maintainers, so to qcom. I will add linux-arm-msm@vger.kernel.org, Bjorn Andersson, Konrad Dybcio. I don't think this should be split though. My series does one thing: address the warnings from scripts/kconfig/merge_config.sh. When a series have a clear scope which spans other several trees, it is more common to collect Acked-by tags from the maintainers of the other domains rather than splitting. > Other ones: please send all arm and arm64 defconfig changes in one > patchset to soc folks. Here, at least provide credits with Reported-by > to Ross. OK. Although this was re-discovered independently on my side, will add the Reported-by tag to give proper credit. Yours sincerely, Vincent Mailhol ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-03-25 11:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20260317-arm_defconf_cleanup-v1-0-8eecb7fdd24d@kernel.org>
[not found] ` <20260317-arm_defconf_cleanup-v1-5-8eecb7fdd24d@kernel.org>
[not found] ` <febd0f7e-59f3-4ba4-8706-53c7353e3fe5@kernel.org>
2026-03-25 11:27 ` [PATCH 5/9] arm: configs: remove obsolete assignments to SND_SOC_ROCKCHIP Vincent Mailhol (Arm)
[not found] ` <20260317-arm_defconf_cleanup-v1-7-8eecb7fdd24d@kernel.org>
[not found] ` <ff697bee-2173-4311-9089-0875114d54d8@kernel.org>
2026-03-25 11:30 ` [PATCH 7/9] arm64: defconfig: remove incorrect assignment to IPQ_APSS_5018 Vincent Mailhol (Arm)
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox