Hello,
On Fri, May 29, 2020 at 10:58:46PM +0800, Lai Jiangshan wrote:
> I'm not sure I understood your words. And I'm not
> sure which function may use freed object in "use-after-free".
> Is it "send_mayday() may use a freed rescuer"?
>
> This patch relies on
> def98c84b6 ("workqueue: Fix spuriou
On Fri, May 29, 2020 at 10:14 PM Tejun Heo wrote:
>
> On Fri, May 29, 2020 at 06:59:00AM +, Lai Jiangshan wrote:
> > Now rescuer checks pwq->nr_active before requeues the pwq,
> > it is a more robust check and the rescuer must be still valid.
> >
> > Signed-off-by: Lai Jiangshan
> > ---
> >
On Fri, May 29, 2020 at 06:59:00AM +, Lai Jiangshan wrote:
> Now rescuer checks pwq->nr_active before requeues the pwq,
> it is a more robust check and the rescuer must be still valid.
>
> Signed-off-by: Lai Jiangshan
> ---
> kernel/workqueue.c | 23 +--
> 1 file changed,
Now rescuer checks pwq->nr_active before requeues the pwq,
it is a more robust check and the rescuer must be still valid.
Signed-off-by: Lai Jiangshan
---
kernel/workqueue.c | 23 +--
1 file changed, 9 insertions(+), 14 deletions(-)
diff --git a/kernel/workqueue.c b/kernel/w
4 matches
Mail list logo