Message ID | cover.1734164094.git.zhengqi.arch@bytedance.com (mailing list archive) |
---|---|
Headers | show |
Series | move pagetable_*_dtor() to __tlb_remove_table() | expand |
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@infradead.org> Since you extracted it from my half-baked patch, the rest could probably do with: Suggested-by: Peter Zijlstra (Intel) <peterz@infradead.org> Anyway, thanks for doing this, and so quicky! As said, I'll read more on Monday.
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@infradead.org> 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@infradead.org> 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!