diff options
author | Mateusz Nosek <[email protected]> | 2020-10-13 16:55:48 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2020-10-13 18:38:33 -0700 |
commit | fdd4fa1cd90441fd1d393e49c21c00ed73ef929c (patch) | |
tree | 8922d0921b095163533af66cc31eaa8cc4ec6d12 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | cfb4a541918498016ea9fcd7c44fd87b99fb5701 (diff) |
mm/page_alloc.c: fix early params garbage value accesses
Previously in '__init early_init_on_alloc' and '__init early_init_on_free'
the return values from 'kstrtobool' were not handled properly. That
caused potential garbage value read from variable 'bool_result'.
Introduced patch fixes error handling.
Signed-off-by: Mateusz Nosek <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Reviewed-by: Andrew Morton <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions