On Wed, Apr 12, 2023 at 10:36:45AM +0100, Conor Dooley wrote:
On Wed, Apr 12, 2023 at 10:33:02AM +0200, Greg Kroah-Hartman wrote:
From: Greentime Hu greentime.hu@sifive.com
[ Upstream commit ca120a79cf5a3323172c82e77efd70ae10d120ef ]
Since composable cache may be L3 cache if there is a L2 cache, we should use its original name composable cache to prevent confusion.
There are some new lines were generated due to adding the compatible "sifive,ccache0" into ID table and indent requirement.
The sifive L2 has been renamed to sifive CCACHE, EDAC driver needs to apply the change as well.
Signed-off-by: Greentime Hu greentime.hu@sifive.com Signed-off-by: Zong Li zong.li@sifive.com Co-developed-by: Zong Li zong.li@sifive.com Reviewed-by: Conor Dooley conor.dooley@microchip.com Link: https://lore.kernel.org/r/20220913061817.22564-3-zong.li@sifive.com Signed-off-by: Palmer Dabbelt palmer@rivosinc.com Stable-dep-of: 73e770f08502 ("soc: sifive: ccache: fix missing iounmap() in error path in sifive_ccache_init()") Signed-off-by: Sasha Levin sashal@kernel.org
Did I just miss AUTOSEL emails for this stuff?
No, there was none as it was pulled in as a dependancy.
NAK. This seems waay too invasive to me, and changing the Kconfig symbol for the driver in stable kernels sounds like a bit of a nasty surprise?
The two actual fixes that this is a dep of should be backported individually, please drop patches 1-7 (inclusive) & I'll give you less invasive backports for 6 & 7.
Ok, I'll drop all 7 now, thanks.
greg k-h