aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/modules.py
diff options
context:
space:
mode:
authorHiraku Toyooka <[email protected]>2016-07-25 12:56:55 +0900
committerKees Cook <[email protected]>2016-08-05 11:21:46 -0700
commite976e56423dc1cc01686861fc3e0c6c0ec8cd8b7 (patch)
tree2b107f2129d208c11138db2dda271a6d62979439 /scripts/gdb/linux/modules.py
parent529182e204db083cb7bda832d1c5c6d9278ba1cb (diff)
ramoops: use persistent_ram_free() instead of kfree() for freeing prz
persistent_ram_zone(=prz) structures are allocated by persistent_ram_new(), which includes vmap() or ioremap(). But they are currently freed by kfree(). This uses persistent_ram_free() for correct this asymmetry usage. Signed-off-by: Hiraku Toyooka <[email protected]> Signed-off-by: Nobuhiro Iwamatsu <[email protected]> Cc: Mark Salyzyn <[email protected]> Cc: Seiji Aguchi <[email protected]> Signed-off-by: Kees Cook <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions