On Tue, Nov 29, 2022 at 12:51:17PM -0800, Andrew Morton wrote: > On Tue, 29 Nov 2022 14:35:16 -0500 Peter Xu <peterx@xxxxxxxxxx> wrote: > > > [ 17.975943] Oops: 0000 [#1] PREEMPT SMP NOPTI > > Do we know which kernel versions are affected here? Since lockless walk of huge_pte_offset() existed since the initial git commit, it should be the time when we introduced pmd sharing for hugetlb, which means any kernel after commit 39dde65c9940 ("[PATCH] shared page table for hugetlb page", 2006-12-07) should be prone to the issue at least for x86 (as pmd sharing was proposed initially only for x86). -- Peter Xu