On Wed, 17 Jul 2024 at 00:31, Pavel Machek pavel@denx.de wrote:
On Tue 2024-07-16 11:42:39, Florian Fainelli wrote:
On 7/16/24 08:31, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 6.1.100 release. There are 96 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.
Responses should be made by Thu, 18 Jul 2024 15:27:21 +0000. Anything received after that time might be too late.
The whole patch series can be found in one patch at: https://www.kernel.org/pub/linux/kernel/v6.x/stable-review/patch-6.1.100-rc1... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.1.y and the diffstat can be found below.
Commit acbfb53f772f96fdffb3fba2fa16eed4ad7ba0d2 ("cifs: avoid dup prefix path in dfs_get_automount_devname()") causes the following build failure on bmips_stb_defconfig:
In file included from ./include/linux/build_bug.h:5, from ./include/linux/container_of.h:5, from ./include/linux/list.h:5, from ./include/linux/module.h:12, from fs/smb/client/cifsfs.c:13: fs/smb/client/cifsproto.h: In function 'dfs_get_automount_devname': fs/smb/client/cifsproto.h:74:22: error: 'struct TCP_Server_Info' has no member named 'origin_fullpath' if (unlikely(!server->origin_fullpath))
We see same problem.
Same problem as others have already reported on the arm, parisc and powerpc. + The old s390 build failures which were reported from the previous stable-rc 6.1 release.
* arm, build - clang-18-nhk8815_defconfig - clang-18-s3c2410_defconfig - clang-nightly-nhk8815_defconfig - clang-nightly-s3c2410_defconfig - gcc-13-nhk8815_defconfig - gcc-13-s3c2410_defconfig - gcc-8-nhk8815_defconfig
* parisc, build - gcc-11-defconfig
* powerpc, build - clang-18-defconfig - clang-18-ppc64e_defconfig - clang-nightly-defconfig - clang-nightly-ppc64e_defconfig - gcc-13-defconfig - gcc-13-ppc64e_defconfig - gcc-8-defconfig - gcc-8-ppc64e_defconfig
and
* s390, build - clang-18-allnoconfig - clang-18-defconfig - clang-18-tinyconfig - clang-nightly-allnoconfig - clang-nightly-defconfig - clang-nightly-tinyconfig - gcc-13-allnoconfig - gcc-13-defconfig - gcc-13-tinyconfig - gcc-8-allnoconfig - gcc-8-defconfig-fe40093d - gcc-8-tinyconfig
Reported-by: Linux Kernel Functional Testing lkft@linaro.org
-- Linaro LKFT https://lkft.linaro.org