[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZSQuWl_B_7i0ZW7Z@slm.duckdns.org>
Date: Mon, 9 Oct 2023 06:46:18 -1000
From: Tejun Heo <tj@...nel.org>
To: Zqiang <qiang.zhang1211@...il.com>
Cc: jiangshanlai@...il.com, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] workqueue: Use the kmem_cache_free() instead of kfree()
to release pwq
On Sat, Oct 07, 2023 at 07:35:41PM +0800, Zqiang wrote:
> The pwq objects is allocated by kmem_cache_alloc(), this commit therefore
> use kmem_cache_free() instead of kfree() to release pwq objects and also
> make use the correct tracepoint("trace_kmem_cache_free") to trace the
> release of pwq.
This isn't wrong. kfree() can be used for memory allocated with
kmem_cache_alloc().
Thanks.
--
tejun
Powered by blists - more mailing lists