Re: [PATCH V5 02/10] fork/vm: Move common PF_IO_WORKER behavior to new flag

2021-11-22 Thread Geert Uytterhoeven
On Sun, Nov 21, 2021 at 6:49 PM Mike Christie wrote: > This adds a new flag, PF_USER_WORKER, that's used for behavior common to > to both PF_IO_WORKER and users like vhost which will use the new > kernel_worker helpers that will use the flag and are added later in this > patchset. > > The common

[PATCH V5 02/10] fork/vm: Move common PF_IO_WORKER behavior to new flag

2021-11-21 Thread Mike Christie
This adds a new flag, PF_USER_WORKER, that's used for behavior common to to both PF_IO_WORKER and users like vhost which will use the new kernel_worker helpers that will use the flag and are added later in this patchset. The common behavior PF_USER_WORKER covers is the initial frame and fpu setup