[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAHkRjk6oaZh643hciXyVbvq74KTWgZjfKhyZW1gi8oNEMw3h-A@mail.gmail.com>
Date: Fri, 5 Oct 2012 17:07:47 +0100
From: Catalin Marinas <catalin.marinas@....com>
To: Al Viro <viro@...iv.linux.org.uk>
Cc: linux-kernel@...r.kernel.org,
Linus Torvalds <torvalds@...ux-foundation.org>,
linux-arch@...r.kernel.org, David Miller <davem@...emloft.net>,
Benjamin Herrenschmidt <benh@...nel.crashing.org>
Subject: Re: [RFC][CFT][CFReview] execve and kernel_thread unification work
Al,
On 1 October 2012 22:38, Al Viro <viro@...iv.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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists