On Wed, Jul 31, 2024 at 03:07:28PM +0530, Naresh Kamboju wrote:
On Wed, 31 Jul 2024 at 13:34, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 6.1.103 release. There are 441 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 Fri, 02 Aug 2024 07:30:23 +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.103-rc2... 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.
thanks,
greg k-h
On the 6.1.103-rc2 (and 6.1.103-rc1 ) s390 builds failed with gcc and clang due to following warnings / errors.
- s390, build
- clang-18-defconfig
- clang-nightly-defconfig
- gcc-13-defconfig
- gcc-8-defconfig-fe40093d
Build log:
arch/s390/kernel/perf_cpum_cf.c: In function 'cfdiag_diffctr': arch/s390/kernel/perf_cpum_cf.c:226:22: error: implicit declaration of function 'cpum_cf_read_setsize'; did you mean 'cpum_cf_ctrset_size'? [-Werror=implicit-function-declaration] 226 | if (!cpum_cf_read_setsize(i)) | ^~~~~~~~~~~~~~~~~~~~ | cpum_cf_ctrset_size cc1: some warnings being treated as errors
commit log:
s390/cpum_cf: Fix endless loop in CF_DIAG event stop [ Upstream commit e6ce1f12d777f6ee22b20e10ae6a771e7e6f44f5 ]s
Thanks, now dropped.
greg k-h