diff options
author | Anshuman Khandual <[email protected]> | 2017-05-03 14:55:00 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2017-05-03 15:52:10 -0700 |
commit | 20ac28933c49433e0f064314de3618129b54a22e (patch) | |
tree | 49070dd9b127b033695f76d0d1231e09800610fb /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | d75da004c708c9fca7b53f7da293a295522414d9 (diff) |
mm/mmap: replace SHM_HUGE_MASK with MAP_HUGE_MASK inside mmap_pgoff
Commit 091d0d55b286 ("shm: fix null pointer deref when userspace
specifies invalid hugepage size") had replaced MAP_HUGE_MASK with
SHM_HUGE_MASK. Though both of them contain the same numeric value of
0x3f, MAP_HUGE_MASK flag sounds more appropriate than the other one in
the context. Hence change it back.
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Anshuman Khandual <[email protected]>
Reviewed-by: Matthew Wilcox <[email protected]>
Acked-by: Balbir Singh <[email protected]>
Acked-by: Michal Hocko <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions