On 2024/12/15 02:55, Peter Zijlstra wrote:
On Sat, Dec 14, 2024 at 05:02:46PM +0800, Qi Zheng wrote:
As proposed [1] by Peter Zijlstra below, this patch series aims to move
pagetable_*_dtor() into __tlb_remove_table(). This will cleanup pagetable_*_dtor()
a bit and more gracefully fix the UAF issue [2] reported by syzbot.
I'll go over the patches in more detail on Monday, but at least the
first few patches should probably carry something like:
Originally-by: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx>
Right! Will add this for [PATCH 02/12], [PATCH 03/12] and [PATCH 05/12],
Since you extracted it from my half-baked patch, the rest could probably
do with:
Suggested-by: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx>
and add this for [PATCH 04/12], [PATCH 06|07|08|09|10/12].
Anyway, thanks for doing this, and so quicky! As said, I'll read more on
Monday.
Thanks!