mbox series

[0/3] Some bugfix about kmemleak

Message ID 20230927035923.1425340-1-liushixin2@huawei.com (mailing list archive)
Headers show
Series Some bugfix about kmemleak | expand

Message

Liu Shixin Sept. 27, 2023, 3:59 a.m. UTC
There are three bugfix to improve the accuracy of detection and the print
info of debug mode.

Liu Shixin (3):
  bootmem: use kmemleak_free_part_phys in
    free_bootmem_page/put_page_bootmem
  mm/kmemleak: fix partially freeing unknown object warning
  mm/kmemleak: fix print format of pointer in pr_debug()

 include/linux/bootmem_info.h |  2 +-
 mm/bootmem_info.c            |  2 +-
 mm/kmemleak.c                | 34 ++++++++++++++++++++--------------
 3 files changed, 22 insertions(+), 16 deletions(-)