[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <b1b814c5-ad92-d398-a96a-31e0243e9bc1@huaweicloud.com>
Date: Sat, 8 Jul 2023 10:41:54 +0800
From: Yu Kuai <yukuai1@...weicloud.com>
To: Song Liu <song@...nel.org>, Yu Kuai <yukuai1@...weicloud.com>
Cc: xni@...hat.com, logang@...tatee.com, hch@....de, shli@...com,
linux-raid@...r.kernel.org, linux-kernel@...r.kernel.org,
yi.zhang@...wei.com, yangerkun@...wwe.com,
"yukuai (C)" <yukuai3@...wei.com>
Subject: Re: [PATCH -next v2 2/2] md/raid5-cache: fix null-ptr-deref in
r5l_reclaim_thread()
Hi,
在 2023/07/07 17:36, Song Liu 写道:
> On Fri, Jul 7, 2023 at 5:19 PM Yu Kuai <yukuai1@...weicloud.com> wrote:
>>
>> Hi,
>>
>> 在 2023/07/07 17:16, Yu Kuai 写道:
>>> Perhaps you means this order?
>>>
>>> r5l_exit_log
>>> flush_work(&log->disable_writeback_work)
>>> conf->log = NULL
>>> md_unregister_thread(&log->reclaim_thread)
>>>
>>> I think this is better indeed.
>> Never mind, this is wrong, I got confused...
>>
>> Please ignore this and take a look at my original fix.
>
> How about
>
> r5l_exit_log
> md_unregister_thread(&log->reclaim_thread)
> conf->log = NULL
> flush_work(&log->disable_writeback_work)
>
> ?
This looks correct, expect that wake_up() should be moved together.
I'll send a v2.
Thanks,
Kuai
>
> Thanks,
> Song
> .
>
Powered by blists - more mailing lists