Re: [PATCH] mseal: remove can_do_mseal

2024-12-06 Thread Jeff Xu
On Fri, Dec 6, 2024 at 11:39 AM Lorenzo Stoakes wrote: > > On Fri, Dec 06, 2024 at 07:33:09PM +, jef...@chromium.org wrote: > > From: Jeff Xu > > > > Hi Andrew, > > > > Is that possible to squash this change on top of > > "mseal: move can_do_mseal to mseal.c" on the mm-unstable ? > > > > This

Re: [PATCH] mseal: remove can_do_mseal

2024-12-06 Thread Lorenzo Stoakes
On Fri, Dec 06, 2024 at 07:33:09PM +, jef...@chromium.org wrote: > From: Jeff Xu > > Hi Andrew, > > Is that possible to squash this change on top of > "mseal: move can_do_mseal to mseal.c" on the mm-unstable ? > > This is the first time I m doing this, because I saw dev did this before, > and

Re: [PATCH] mseal: remove can_do_mseal

2024-12-06 Thread Jeff Xu
On Fri, Dec 6, 2024 at 11:33 AM wrote: > > From: Jeff Xu > > Hi Andrew, > > Is that possible to squash this change on top of > "mseal: move can_do_mseal to mseal.c" on the mm-unstable ? > > This is the first time I m doing this, because I saw dev did this before, > and saying this is the prefered

[PATCH] mseal: remove can_do_mseal

2024-12-06 Thread jeffxu
From: Jeff Xu Hi Andrew, Is that possible to squash this change on top of "mseal: move can_do_mseal to mseal.c" on the mm-unstable ? This is the first time I m doing this, because I saw dev did this before, and saying this is the prefered approach. I could also send v2 which is what I usually