[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231008023317.3015699-1-liushixin2@huawei.com>
Date: Sun, 8 Oct 2023 10:33:13 +0800
From: Liu Shixin <liushixin2@...wei.com>
To: Catalin Marinas <catalin.marinas@....com>,
Patrick Wang <patrick.wang.shcn@...il.com>,
Andrew Morton <akpm@...ux-foundation.org>
CC: <linux-mm@...ck.org>, <linux-kernel@...r.kernel.org>,
Liu Shixin <liushixin2@...wei.com>
Subject: [PATCH v2 0/4] Some bugfix about kmemleak
Some bugfix to improve the accuracy of detection and the print info of
debug mode.
v1->v2: Split the first patch suggested by Andrew. And fix the format of
the last two patches suggested by Catalin. Use mutex in patch[3]
because there are memory allocation with flag GFP_KERNEL.
Liu Shixin (4):
bootmem: use kmemleak_free_part_phys in put_page_bootmem
bootmem: use kmemleak_free_part_phys in free_bootmem_page
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 | 37 +++++++++++++++++++++---------------
3 files changed, 24 insertions(+), 17 deletions(-)
--
2.25.1
Powered by blists - more mailing lists