24 Apr, 2019

1 commit

  • To make it possible to disable kuser helpers in aarch32 we need to
    divide the kuser and the sigreturn functionalities.

    Split the current version of kuser32 in kuser32 (for kuser helpers)
    and sigreturn32 (for sigreturn helpers).

    Cc: Catalin Marinas
    Cc: Will Deacon
    Signed-off-by: Vincenzo Frascino
    Reviewed-by: Catalin Marinas
    Signed-off-by: Will Deacon

    Vincenzo Frascino