On 10/13/20 5:45 PM, Thomas Gleixner wrote: > On Fri, Oct 09 2020 at 09:13, Jens Axboe wrote: >>> Hmm. I just noticed that only x86 uses arch_do_signal(), so perhaps you can >>> add this change to this patch right now? Up to you. >> >> Sure, we can do that. Incremental on top then looks like the below. I don't >> feel that strongly about it, but it is nice to avoid re-testing the >> flags. > > Yes it makes sense. Can you please make the signature change of > arch_do_signal() in a preparatory patch and only make use of it when you > add the TIF bit to x86? Ala: https://git.kernel.dk/cgit/linux-block/commit/?h=tif-task_work&id=6a150da501727f6bdca4786a02c0a57160e13079 with the pre generic patch being: https://git.kernel.dk/cgit/linux-block/commit/?h=tif-task_work&id=add2e252ae8481350239c3cb893aed490c05c397 -- Jens Axboe