On Tue, Dec 05, 2023 at 09:51:03PM +0530, Naresh Kamboju wrote:
On Tue, 5 Dec 2023 at 08:59, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 6.1.66 release. There are 107 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, 07 Dec 2023 03:14:57 +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.66-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.
thanks,
greg k-h
Powerpc, s390 and riscv allmodconfig failed on stable-rc linux-6.1.y
- s390: gcc-13-allmodconfig: FAILED
- Powerpc: gcc-13-allmodconfig: FAILED
- riscv: gcc-13-allmodconfig: FAILED
S390 build error: arch/s390/mm/page-states.c:198:23: error: 'invalid_pg_dir' undeclared (first use in this function); did you mean 'is_valid_bugaddr'? page = virt_to_page(&invalid_pg_dir); ^~~~~~~~~~~~~~
s390/cmma: fix handling of swapper_pg_dir and invalid_pg_dir [ Upstream commit 84bb41d5df48868055d159d9247b80927f1f70f9 ]
Powerpc build error: arch/powerpc/platforms/pseries/iommu.c:926:28: error: 'struct dma_win' has no member named 'direct' *direct_mapping = window->direct; ^~
powerpc/pseries/iommu: enable_ddw incorrectly returns direct mapping for SR-IOV device [ Upstream commit 3bf983e4e93ce8e6d69e9d63f52a66ec0856672e ]
riscv: gcc-13-allmodconfig: FAILED
drivers/perf/riscv_pmu_sbi.c: In function 'pmu_sbi_ovf_handler': drivers/perf/riscv_pmu_sbi.c:582:40: error: 'riscv_pmu_irq_num' undeclared (first use in this function); did you mean 'riscv_pmu_irq'? 582 | csr_clear(CSR_SIP, BIT(riscv_pmu_irq_num)); | ^~~~~~~~~~~~~~~~~
drivers: perf: Check find_first_bit() return value [ Upstream commit c6e316ac05532febb0c966fa9b55f5258ed037be ]
Thanks, all should now be dropped. I'll push out new -rc releases in a bit...
greg k-h