[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <14389d75-bcc9-285a-f141-4de16fd34fac@huawei.com>
Date: Tue, 19 Apr 2022 14:35:39 +0800
From: Miaohe Lin <linmiaohe@...wei.com>
To: Andrew Morton <akpm@...ux-foundation.org>
CC: <minchan@...nel.org>, <hannes@...xchg.org>, <mhocko@...e.com>,
<hughd@...gle.com>, <linux-mm@...ck.org>,
<linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] mm/madvise: fix potential pte_unmap_unlock pte error
On 2022/4/19 12:09, Andrew Morton wrote:
> On Sat, 16 Apr 2022 16:14:16 +0800 Miaohe Lin <linmiaohe@...wei.com> wrote:
>
>> We can't assume pte_offset_map_lock will return same orig_pte value. So
>> it's necessary to reacquire the orig_pte or pte_unmap_unlock will unmap
>> the stale pte.
>
> hm, where did you learn this info about pte_offset_map_lock()?
>
> I assume this is from code inspection only? No observed runtime failures?
Yes, this is from code inspection. There is no observed runtime failures now due
to the race window being really small. And this becomes noop in !CONFIG_HIGHMEM
system (CONFIG_HIGHMEM system should be rare now). But this could be triggered theoretically.
Thanks!
> .
>
Powered by blists - more mailing lists