diff options
author | Zhen Lei <[email protected]> | 2023-05-27 20:34:37 +0800 |
---|---|---|
committer | Andrew Morton <[email protected]> | 2023-06-09 17:44:24 -0700 |
commit | 8a7db7790a3ff8413bedef886cf135ba301e88d7 (patch) | |
tree | 4b3971474b15fe3ce67d2c9a04ec9b6c853186af /tools/perf/scripts/python/check-perf-trace.py | |
parent | f7f567b95b12eda7a6a273b8cb82d152491bc0da (diff) |
kexec: improve the readability of crash_shrink_memory()
The major adjustments are:
1. end = start + new_size.
The 'end' here is not an accurate representation, because it is not the
new end of crashk_res, but the start of ram_res, difference 1. So
eliminate it and replace it with ram_res->start.
2. Use 'ram_res->start' and 'ram_res->end' as arguments to
crash_free_reserved_phys_range() to indicate that the memory covered by
'ram_res' is released from the crashk. And keep it close to
insert_resource().
3. Replace 'if (start == end)' with 'if (!new_size)', clear indication that
all crashk memory will be shrunken.
No functional change.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Zhen Lei <[email protected]>
Acked-by: Baoquan He <[email protected]>
Cc: Cong Wang <[email protected]>
Cc: Eric W. Biederman <[email protected]>
Cc: Michael Holzheu <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions