[PATCH v3 04/15] livepatch/x86: add TIF_PATCH_PENDING thread flag

Kamalesh Babulal kamalesh at linux.vnet.ibm.com
Wed Jan 11 18:06:07 AEDT 2017


On Thursday 08 December 2016 11:38 PM, Josh Poimboeuf wrote:
> Add the TIF_PATCH_PENDING thread flag to enable the new livepatch
> per-task consistency model for x86_64.  The bit getting set indicates
> the thread has a pending patch which needs to be applied when the thread
> exits the kernel.
>
> The bit is placed in the _TIF_ALLWORK_MASK macro, which results in
> exit_to_usermode_loop() calling klp_update_patch_state() when it's set.
>
> Signed-off-by: Josh Poimboeuf <jpoimboe at redhat.com>

Reviewed-by: Kamalesh Babulal <kamalesh at linux.vnet.ibm.com>

-- 
cheers,
Kamalesh.



More information about the Linuxppc-dev mailing list