Hi!
This is the start of the stable review cycle for the 6.1.159 release. There are 568 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know.
We have similar situation to 5.10 here:
https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/jobs/1230971...
drivers/soc/tegra/fuse/fuse-tegra30.c:250:10: error: 'const struct tegra_fuse_soc' has no member named 'cells' 2898 250 | .cells = tegra114_fuse_cells, 2899 | ^~~~~ 2900 drivers/soc/tegra/fuse/fuse-tegra30.c:250:18: error: initialization of 'const struct attribute_group *' from incompatible pointer type 'const struct nvmem_cell_info *' [-Werror=incompatible-pointer-types] 2901 250 | .cells = tegra114_fuse_cells, 2902 | ^~~~~~~~~~~~~~~~~~~ 2903 drivers/soc/tegra/fuse/fuse-tegra30.c:250:18: note: (near initialization for 'tegra114_fuse_soc.soc_attr_group') 2904 drivers/soc/tegra/fuse/fuse-tegra30.c:251:10: error: 'const struct tegra_fuse_soc' has no member named 'num_cells' 2905 251 | .num_cells = ARRAY_SIZE(tegra114_fuse_cells), 2906 | ^~~~~~~~~ 2907 cc1: some warnings being treated as errors 2908 make[5]: *** [scripts/Makefile.build:250: drivers/soc/tegra/fuse/fuse-tegra30.o] Error 1 2909 make[4]: *** [scripts/Makefile.build:503: drivers/soc/tegra/fuse] Error 2 2910 make[3]: *** [scripts/Makefile.build:503: drivers/soc/tegra] Error 2 2911 make[2]: *** [scripts/Makefile.build:503: drivers/soc] Error 2 2912 make[2]: *** Waiting for unfinished jobs....
Best regards, Pavel