[PATCH 2/2] mm/thp: Rename pmd_mknotpresent() as pmd_mknotvalid()

2020-03-19 Thread Anshuman Khandual
pmd_present() is expected to test positive after pmdp_mknotpresent() as the PMD entry still points to a valid huge page in memory. pmdp_mknotpresent() implies that given PMD entry is just invalidated from MMU perspective while still holding on to pmd_page() referred valid huge page thus also cleari

[PATCH 0/2] mm/thp: Rename pmd_mknotpresent() as pmd_mknotvalid()

2020-03-19 Thread Anshuman Khandual
This series renames pmd_mknotpresent() as pmd_mknotvalid(). Before that it drops an existing pmd_mknotpresent() definition from powerpc platform which was never required as it defines it's pmdp_invalidate() through subscribing __HAVE_ARCH_PMDP_INVALIDATE. This does not create any functional change.

Re: [PATCH v3 3/3] sysv: linux: Pass 64-bit version of semctl syscall

2020-03-19 Thread Vineet Gupta
On 3/18/20 4:11 PM, Alistair Francis via Libc-alpha wrote: >>> diff --git a/bits/ipc.h b/bits/ipc.h >>> index e2981fd5c3..9ac8485193 100644 >>> --- a/bits/ipc.h >>> +++ b/bits/ipc.h >>> @@ -29,7 +29,11 @@ >>> /* Control commands for `msgctl', `semctl', and `shmctl'. */ >>> #define IPC_RMID 0