All of lore.kernel.org
 help / color / mirror / Atom feed
From: czankel <chris@zankel.net>
To: Max Filippov <jcmvbkbc@gmail.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>,
	linux-arch@vger.kernel.org, Marc Gauthier <marc@tensilica.com>
Subject: Re: [PATCH v2 0/4] xtensa: conversion to generic kernel_thread and friends
Date: Mon, 29 Oct 2012 09:23:23 -0700	[thread overview]
Message-ID: <508EAD7B.9000303@zankel.net> (raw)
In-Reply-To: <1351522581-30516-1-git-send-email-jcmvbkbc@gmail.com>

Hi Max,

Has anything changed from the version that's already in linux-next? I 
wanted to push that version upstream today.

Thanks,
-Chris


On 10/29/12 7:56 AM, Max Filippov wrote:
> Hi.
>
> This is v2 of xtensa conversion to generic kernel_thread and friends series,
> for inclusion into git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
> tree.
>
> Changes v1 ->  v2:
> - rebase on top of czankel/xtensa-linux dev branch; a fix to copy_thread from
>    that branch on which kernel_thread conversion depends is also included;
> - move pt_regs memset from copy_thread to start_thread;
> - drop {set,clear}_child_tid manipulation;
> - don't look at regs argument to copy_thread;
> - move zero newsp logic from xtensa_clone to copy_thread.
>
> Chris Zankel (1):
>    xtensa: reset windowbase/windowstart when cloning the VM
>
> 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   |    4 +-
>   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          |  128 ++++++++++++++++++---------------
>   arch/xtensa/kernel/xtensa_ksyms.c     |    1 -
>   8 files changed, 90 insertions(+), 107 deletions(-)
>

  parent reply	other threads:[~2012-10-29 16:23 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-29 14:56 [PATCH v2 0/4] xtensa: conversion to generic kernel_thread and friends Max Filippov
2012-10-29 14:56 ` [PATCH v2 1/4] xtensa: reset windowbase/windowstart when cloning the VM Max Filippov
2012-10-29 16:10   ` Marc Gauthier
2012-10-29 14:56 ` [PATCH v2 2/4] xtensa: switch to generic kernel_thread() Max Filippov
2012-10-29 14:56 ` [PATCH v2 3/4] xtensa: switch to generic kernel_execve() Max Filippov
2012-10-29 14:56 ` [PATCH v2 4/4] xtensa: switch to generic sys_execve() Max Filippov
2012-10-29 16:23 ` czankel [this message]
2012-10-29 16:58   ` [PATCH v2 0/4] xtensa: conversion to generic kernel_thread and friends Max Filippov
2012-10-29 18:11     ` 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=508EAD7B.9000303@zankel.net \
    --to=chris@zankel.net \
    --cc=jcmvbkbc@gmail.com \
    --cc=linux-arch@vger.kernel.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.