Re: [PATCH v2 0/6] change young flag check functions to return bool
| Newsgroups | org.kernel.vger.linux-parisc,org.infradead.lists.linux-arm-kernel,org.infradead.lists.linux-riscv,org.kernel.vger.kvm,org.kernel.vger.linux-kernel,org.kernel.vger.linux-s390,org.kvack.linux-mm,org.ozlabs.lists.linuxppc-dev |
|---|---|
| Message-ID | <177751951805.2274119.14382362682727203864.git-patchwork-notify@kernel.org> |
Hello: This series was applied to riscv/linux.git (fixes) by Andrew Morton <[email protected]>: On Sat, 21 Mar 2026 14:42:48 +0800 you wrote: > This is a cleanup patchset to change all young flag check functions to > return bool, as discussed with David in the previous thread[1]. Since > callers only care about whether the young flag was set, returning bool > makes the intention clearer. No functional changes intended. > > Ran mm selftests on Arm64 and x86 machines, and no issues were found. > > [...] Here is the summary with links: - [v2,1/6] mm: change to return bool for ptep_test_and_clear_young() https://git.kernel.org/riscv/c/a62ca3f40fea - [v2,2/6] mm: change to return bool for ptep_clear_flush_young()/clear_flush_young_ptes() https://git.kernel.org/riscv/c/06c4dfa3ced6 - [v2,3/6] mm: change to return bool for pmdp_test_and_clear_young() https://git.kernel.org/riscv/c/42e26354c4ef - [v2,4/6] mm: change to return bool for pmdp_clear_flush_young() https://git.kernel.org/riscv/c/2d46a3974721 - [v2,5/6] mm: change to return bool for pudp_test_and_clear_young() https://git.kernel.org/riscv/c/fb87c8827297 - [v2,6/6] mm: change to return bool for the MMU notifier's young flag check https://git.kernel.org/riscv/c/1fc7dc675e26 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html