[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ZR253RO-apOz0DUg@slm.duckdns.org>
Date: Wed, 4 Oct 2023 09:15:41 -1000
From: Tejun Heo <tj@...nel.org>
To: Zqiang <qiang.zhang1211@...il.com>
Cc: jiangshanlai@...il.com, syzkaller-bugs@...glegroups.com,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v3] workqueue: Fix UAF report by KASAN in
pwq_release_workfn()
On Wed, Sep 20, 2023 at 02:07:04PM +0800, Zqiang wrote:
> Currently, for UNBOUND wq, if the apply_wqattrs_prepare() return error,
> the apply_wqattr_cleanup() will be called and use the pwq_release_worker
> kthread to release resources asynchronously. however, the kfree(wq) is
> invoked directly in failure path of alloc_workqueue(), if the kfree(wq)
> has been executed and when the pwq_release_workfn() accesses wq, this
> leads to the following scenario:
Applied to cgroup/for-6.6-fixes.
Thanks.
--
tejun
Powered by blists - more mailing lists