Re: [PATCH v3 02/15] x86/entry: define _TIF_ALLWORK_MASK flags explicitly
From: Kamalesh Babulal <hidden>
Date: 2017-01-10 08:50:00
Also in:
linux-s390, linuxppc-dev
From: Kamalesh Babulal <hidden>
Date: 2017-01-10 08:50:00
Also in:
linux-s390, linuxppc-dev
On Thursday 08 December 2016 11:38 PM, Josh Poimboeuf wrote:
The _TIF_ALLWORK_MASK macro automatically includes the least-significant 16 bits of the thread_info flags, which is less than obvious and tends to create confusion and surprises when reading or modifying the code. Define the flags explicitly. Signed-off-by: Josh Poimboeuf <redacted>
For the version with swapped _TIF_SINGLESTEP and _TIF_NEED_RESCHED flags. Reviewed-by: Kamalesh Babulal <redacted> -- cheers, Kamalesh.