From: Max Filippov <jcmvbkbc@gmail.com>
To: Chris Zankel <chris@zankel.net>
Cc: linux-xtensa@linux-xtensa.org, linux-arch@vger.kernel.org,
Marc Gauthier <marc@tensilica.com>,
Al Viro <viro@zeniv.linux.org.uk>,
Max Filippov <jcmvbkbc@gmail.com>
Subject: [PATCH 0/3] xtensa: conversion to generic kernel_thread and friends
Date: Wed, 24 Oct 2012 05:48:34 +0400 [thread overview]
Message-ID: <1351043317-21631-1-git-send-email-jcmvbkbc@gmail.com> (raw)
Hi.
This series converts xtensa arch to use kernel_thread, kernel_execve and
generic sys_execve.
Max Filippov (3):
xtensa: switch to generic kernel_thread()
xtensa: switch to generic kernel_execve()
xtensa: switch to generic sys_execve()
arch/xtensa/Kconfig | 2 +
arch/xtensa/include/asm/processor.h | 3 -
arch/xtensa/include/asm/syscall.h | 2 +-
arch/xtensa/include/asm/unistd.h | 1 +
arch/xtensa/include/uapi/asm/unistd.h | 2 +-
arch/xtensa/kernel/entry.S | 57 +++++---------------
arch/xtensa/kernel/process.c | 97 +++++++++++++++------------------
arch/xtensa/kernel/xtensa_ksyms.c | 1 -
8 files changed, 62 insertions(+), 103 deletions(-)
--
1.7.7.6
next reply other threads:[~2012-10-24 1:49 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-24 1:48 Max Filippov [this message]
2012-10-24 1:48 ` [PATCH 1/3] xtensa: switch to generic kernel_thread() Max Filippov
2012-10-24 1:48 ` [PATCH 2/3] xtensa: switch to generic kernel_execve() Max Filippov
2012-10-24 1:48 ` [PATCH 3/3] xtensa: switch to generic sys_execve() Max Filippov
2012-10-24 2:41 ` Al Viro
2012-10-24 9:16 ` Max Filippov
2012-10-24 14:01 ` Al Viro
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1351043317-21631-1-git-send-email-jcmvbkbc@gmail.com \
--to=jcmvbkbc@gmail.com \
--cc=chris@zankel.net \
--cc=linux-arch@vger.kernel.org \
--cc=linux-xtensa@linux-xtensa.org \
--cc=marc@tensilica.com \
--cc=viro@zeniv.linux.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.