Al,

On 1 October 2012 22:38, Al Viro <v...@zeniv.linux.org.uk> wrote:
>         Right now the tree lives in
> git.kernel.org/pub/scm/linux/kernel/git/viro/signal experimental-kernel_thread
> Some of that had been in -next for a while.
>
>         Folks, help with review, testing and filling the missing bits, please.

I tested this branch with the arm64 kernel and runs ok (I get couple
of compiler warnings because reparent_to_kthread and
__set_special_pids are no longer used with the removal of daemonize).

I have three arm64 patches on this branch:

git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64.git execve

Catalin Marinas (3):
      arm64: Use generic kernel_thread() implementation
      arm64: Use generic kernel_execve() implementation
      arm64: Use generic sys_execve() implementation

 arch/arm64/Kconfig                 |    1 +
 arch/arm64/include/asm/processor.h |    5 --
 arch/arm64/include/asm/syscalls.h  |    3 -
 arch/arm64/include/asm/unistd.h    |    3 +
 arch/arm64/kernel/entry.S          |   28 ++++++++++---
 arch/arm64/kernel/process.c        |   78 +++++++++++------------------------
 arch/arm64/kernel/sys.c            |   65 ------------------------------
 arch/arm64/kernel/sys32.S          |    7 +---
 arch/arm64/kernel/sys_compat.c     |   18 --------
 9 files changed, 52 insertions(+), 156 deletions(-)

-- 
Catalin
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to