[powerpc:merge] BUILD SUCCESS f3d15ab7ec8c2d3c43fa3c3180234f720238eba5

2022-12-17 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git merge branch HEAD: f3d15ab7ec8c2d3c43fa3c3180234f720238eba5 Automatic merge of 'next' into merge (2022-12-17 08:21) elapsed time: 723m configs tested: 62 configs skipped: 2 The following configs have been built suc

Re: [PATCH mm-unstable RFC 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs

2022-12-17 Thread Huacai Chen
Hi, David, What is the opposite of exclusive here? Shared or inclusive? I prefer pte_swp_mkshared() or pte_swp_mkinclusive() rather than pte_swp_clear_exclusive(). Existing examples: dirty/clean, young/old ... Huacai On Tue, Dec 6, 2022 at 10:48 PM David Hildenbrand wrote: > > This is the follo