diff options
author | Jann Horn <[email protected]> | 2019-04-05 18:39:01 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2019-04-05 16:02:31 -1000 |
commit | fcae96ff96538f66e7acd5d4e0f2e7516ff8cbd0 (patch) | |
tree | a3113c1cc5889419069be5e8ec2634c63ce0b7ad /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | b11ed18efa8f3dc58b259b812588317b765b1cfc (diff) |
mm: fix vm_fault_t cast in VM_FAULT_GET_HINDEX()
Symmetrically to VM_FAULT_SET_HINDEX(), we need a force-cast in
VM_FAULT_GET_HINDEX() to tell sparse that this is intentional.
Sparse complains about the current code when building a kernel with
CONFIG_MEMORY_FAILURE:
arch/x86/mm/fault.c:1058:53: warning: restricted vm_fault_t degrades to integer
Link: http://lkml.kernel.org/r/[email protected]
Fixes: 3d3539018d2c ("mm: create the new vm_fault_t type")
Signed-off-by: Jann Horn <[email protected]>
Reviewed-by: Andrew Morton <[email protected]>
Cc: Souptick Joarder <[email protected]>
Cc: Matthew Wilcox <[email protected]>
Cc: Vlastimil Babka <[email protected]>
Cc: "Kirill A. Shutemov" <[email protected]>
Cc: Rik van Riel <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions