aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorUladzislau Rezki (Sony) <[email protected]>2022-03-22 14:42:56 -0700
committerLinus Torvalds <[email protected]>2022-03-22 15:57:05 -0700
commitc3d77172dfc04c8443c327e8acb83e683f8c0193 (patch)
treea8c3401ff588f90a901e2d67a8448981417cbcc1 /tools/perf/scripts/python
parent9333fe98d0a61a590cc076bcc21711f59ed8d972 (diff)
mm/vmalloc: eliminate an extra orig_gfp_mask
That extra variable has been introduced just for keeping an original passed gfp_mask because it is updated with __GFP_NOWARN on entry, thus error handling messages were broken. Instead we can keep an original gfp_mask without modifying it and add an extra __GFP_NOWARN flag together with gfp_mask as a parameter to the vm_area_alloc_pages() function. It will make it less confused. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Uladzislau Rezki (Sony) <[email protected]> Cc: Vasily Averin <[email protected]> Cc: Christoph Hellwig <[email protected]> Cc: Matthew Wilcox <[email protected]> Cc: Nicholas Piggin <[email protected]> Cc: Oleksiy Avramchenko <[email protected]> Cc: Uladzislau Rezki <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions