[PATCH 03/17] mm/nommu: fix the MAP_UNINITIALIZED flag

2019-06-23 Thread Christoph Hellwig
We can't expose UAPI symbols differently based on CONFIG_ symbols, as userspace won't have them available. Instead always define the flag, but only respect it based on the config option. Signed-off-by: Christoph Hellwig Reviewed-by: Vladimir Murzin --- arch/xtensa/include/uapi/asm/mman.h|

Re: [PATCH 03/17] mm/nommu: fix the MAP_UNINITIALIZED flag

2019-06-11 Thread Vladimir Murzin
On 6/10/19 11:16 PM, Christoph Hellwig wrote: > We can't expose UAPI symbols differently based on CONFIG_ symbols, as > userspace won't have them available. Instead always define the flag, > but only repsect it based on the config option. ^^^ respect > > Signed-off-by:

[PATCH 03/17] mm/nommu: fix the MAP_UNINITIALIZED flag

2019-06-10 Thread Christoph Hellwig
We can't expose UAPI symbols differently based on CONFIG_ symbols, as userspace won't have them available. Instead always define the flag, but only repsect it based on the config option. Signed-off-by: Christoph Hellwig --- arch/xtensa/include/uapi/asm/mman.h| 6 +-