From: Suzuki K Poulose <suzuki.poulose@arm.com>
To: James Clark <james.clark@arm.com>,
Junhao He <hejunhao3@huawei.com>,
mike.leach@linaro.org, leo.yan@linaro.org
Cc: coresight@lists.linaro.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linuxarm@huawei.com,
jonathan.cameron@huawei.com, yangyicong@huawei.com,
prime.zeng@hisilicon.com
Subject: Re: [PATCH 1/2] coresight: Fix memory leak in acpi_buffer->pointer
Date: Fri, 18 Aug 2023 12:42:27 +0100 [thread overview]
Message-ID: <ca37adae-5e06-3003-c5b5-3146001d7d37@arm.com> (raw)
In-Reply-To: <1d38e877-35ed-5f70-e51f-ea875deab903@arm.com>
On 17/08/2023 15:03, James Clark wrote:
>
>
> On 17/08/2023 09:59, Junhao He wrote:
>> There are memory leaks reported by kmemleak:
>> ...
>> unreferenced object 0xffff00213c141000 (size 1024):
>> comm "systemd-udevd", pid 2123, jiffies 4294909467 (age 6062.160s)
>> hex dump (first 32 bytes):
>> 04 00 00 00 02 00 00 00 18 10 14 3c 21 00 ff ff ...........<!...
>> 00 00 00 00 00 00 00 00 03 00 00 00 10 00 00 00 ................
>> backtrace:
>> [<000000004b7c9001>] __kmem_cache_alloc_node+0x2f8/0x348
>> [<00000000b0fc7ceb>] __kmalloc+0x58/0x108
>> [<0000000064ff4695>] acpi_os_allocate+0x2c/0x68
>> [<000000007d57d116>] acpi_ut_initialize_buffer+0x54/0xe0
>> [<0000000024583908>] acpi_evaluate_object+0x388/0x438
>> [<0000000017b2e72b>] acpi_evaluate_object_typed+0xe8/0x240
>> [<000000005df0eac2>] coresight_get_platform_data+0x1b4/0x988 [coresight]
>> ...
>>
>> The ACPI buffer memory (buf.pointer) should be freed. But the buffer
>> is also used after returning from acpi_get_dsd_graph().
>> Move the temporary variables buf to acpi_coresight_parse_graph(),
>> and free it before the function return to prevent memory leak.
>>
>> Fixes: 76ffa5ab5b79 ("coresight: Support for ACPI bindings")
>> Signed-off-by: Junhao He <hejunhao3@huawei.com>
>
> I confirmed that the error gone. Thanks for the fix.
>
> Reviewed-by: James Clark <james.clark@arm.com>
Queued:
https://git.kernel.org/coresight/c/1a9e02673e25
Thanks!
Suzuki
next prev parent reply other threads:[~2023-08-18 11:43 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-17 8:59 [PATCH 0/2] Fix memory leak in coresight drivers Junhao He
2023-08-17 8:59 ` [PATCH 1/2] coresight: Fix memory leak in acpi_buffer->pointer Junhao He
2023-08-17 14:03 ` James Clark
2023-08-18 11:42 ` Suzuki K Poulose [this message]
2023-08-17 8:59 ` [PATCH 2/2] coresight: core: fix memory leak in dict->fwnode_list Junhao He
2023-08-17 14:31 ` James Clark
2023-08-17 14:46 ` Suzuki K Poulose
2023-08-17 14:39 ` Suzuki K Poulose
2023-08-17 14:46 ` James Clark
2023-08-17 14:49 ` Suzuki K Poulose
2023-08-17 14:47 ` Suzuki K Poulose
2023-08-17 15:01 ` James Clark
2023-08-18 9:15 ` Suzuki K Poulose
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ca37adae-5e06-3003-c5b5-3146001d7d37@arm.com \
--to=suzuki.poulose@arm.com \
--cc=coresight@lists.linaro.org \
--cc=hejunhao3@huawei.com \
--cc=james.clark@arm.com \
--cc=jonathan.cameron@huawei.com \
--cc=leo.yan@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxarm@huawei.com \
--cc=mike.leach@linaro.org \
--cc=prime.zeng@hisilicon.com \
--cc=yangyicong@huawei.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®