aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorPeter Collingbourne <[email protected]>2023-05-22 17:43:09 -0700
committerAndrew Morton <[email protected]>2023-08-18 10:12:02 -0700
commitb53e24c4f6bcc5f38b79c1c344e643bd54b69964 (patch)
treebd085d1042662e3e2f633632a5bf523bffeff933 /tools/perf/scripts/python/export-to-sqlite.py
parent1279aa0656bbebbeecbd3bec0dd50faf35e5db38 (diff)
mm: call arch_swap_restore() from unuse_pte()
We would like to move away from requiring architectures to restore metadata from swap in the set_pte_at() implementation, as this is not only error-prone but adds complexity to the arch-specific code. This requires us to call arch_swap_restore() before calling swap_free() whenever pages are restored from swap. We are currently doing so everywhere except in unuse_pte(); do so there as well. Link: https://lkml.kernel.org/r/[email protected] Link: https://linux-review.googlesource.com/id/I68276653e612d64cde271ce1b5a99ae05d6bbc4f Signed-off-by: Peter Collingbourne <[email protected]> Suggested-by: David Hildenbrand <[email protected]> Acked-by: David Hildenbrand <[email protected]> Acked-by: "Huang, Ying" <[email protected]> Reviewed-by: Steven Price <[email protected]> Acked-by: Catalin Marinas <[email protected]> Cc: Alexandru Elisei <[email protected]> Cc: Chinwen Chang <[email protected]> Cc: Evgenii Stepanov <[email protected]> Cc: Greg Kroah-Hartman <[email protected]> Cc: kasan-dev <[email protected]> Cc: "Kuan-Ying Lee (李冠穎)" <[email protected]> Cc: Qun-Wei Lin <[email protected]> Cc: Suren Baghdasaryan <[email protected]> Cc: Vincenzo Frascino <[email protected]> Cc: Will Deacon <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions