On Wed, Jun 25, 2025 at 09:53:55AM +0100, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.4.295 release. There are 215 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, 27 Jun 2025 08:52:04 +0000. Anything received after that time might be too late.
Building nios2:allnoconfig ... failed Building nios2:tinyconfig ... failed Building nios2:3c120_defconfig ... failed -------------- Error log: In file included from include/linux/mm.h:102, from include/linux/pid_namespace.h:7, from include/linux/ptrace.h:10, from arch/nios2/kernel/asm-offsets.c:9: arch/nios2/include/asm/pgtable.h:303:19: error: static declaration of 'ptep_set_access_flags' follows non-static declaration
In file included from include/linux/mm.h:102, from include/linux/pid_namespace.h:7, from include/linux/ptrace.h:10, from arch/nios2/kernel/asm-offsets.c:9: arch/nios2/include/asm/pgtable.h: In function 'ptep_set_access_flags': arch/nios2/include/asm/pgtable.h:308:17: error: implicit declaration of function 'set_ptes'; did you mean 'set_pte'?
The problem also affects v5.10.y and v5.15.y. It is caused by the backport of "nios2: force update_mmu_cache on spurious tlb-permission--related pagefaults".
Guenter