linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Yoshinori Sato <ysato@users.sourceforge.jp>
To: Paul Bolle <pebolle@tiscali.nl>
Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org
Subject: Re: [PATCH v3 05/15] h8300: Process and signal
Date: Tue, 17 Feb 2015 16:07:28 +0900	[thread overview]
Message-ID: <87y4nxkocv.wl-ysato@users.sourceforge.jp> (raw)
In-Reply-To: <1423996405.9418.62.camel@x220>

At Sun, 15 Feb 2015 11:33:25 +0100,
Paul Bolle wrote:
> 
> On Sun, 2015-02-15 at 17:11 +0900, Yoshinori Sato wrote:
> > Sorry. I send too old files.
> > This patch is correct.
> > 
> > Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
> > ---
> >  arch/h8300/kernel/process.c | 170 +++++++++++++++++++++++
> >  arch/h8300/kernel/ptrace.c  | 203 +++++++++++++++++++++++++++
> >  arch/h8300/kernel/signal.c  | 326 ++++++++++++++++++++++++++++++++++++++++++++
> >  3 files changed, 699 insertions(+)
> >  create mode 100644 arch/h8300/kernel/process.c
> >  create mode 100644 arch/h8300/kernel/ptrace.c
> >  create mode 100644 arch/h8300/kernel/signal.c
> > 
> >[...]
> > diff --git a/arch/h8300/kernel/signal.c b/arch/h8300/kernel/signal.c
> > new file mode 100644
> > index 0000000..1222783
> > --- /dev/null
> > +++ b/arch/h8300/kernel/signal.c
> > @@ -0,1 +1,326 @@
> 
> That line should read
>     @@ -0,0 +1,326 @@
> 
> shouldn't it? At least, currently that line makes "git am" here barf
> with
>     fatal: new file arch/h8300/kernel/signal.c depends on old contents
> 
> 
> Paul Bolle
> 

Hmm.
When fixing it, maybe it was broken.

It's checked next patch.

-- 
Yoshinori Sato
<ysato@users.sourceforge.jp>

  parent reply	other threads:[~2015-02-17  7:07 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-15  7:49 [PATCH v3 00/15] Revert h8300 archtecture Yoshinori Sato
2015-02-15  7:49 ` Yoshinori Sato
2015-02-15  7:49 ` [PATCH v3 01/15] h8300: Assembly headers Yoshinori Sato
2015-02-15  9:11   ` Geert Uytterhoeven
2015-02-17  7:39     ` Yoshinori Sato
2015-02-15  7:49 ` [PATCH v3 02/15] h8300: UAPI headers Yoshinori Sato
2015-02-15  7:49 ` [PATCH v3 03/15] h8300: Exception and Interrupt handling Yoshinori Sato
2015-02-15  7:49   ` Yoshinori Sato
2015-02-15  7:49 ` [PATCH v3 04/15] h8300: kernel booting Yoshinori Sato
2015-02-15  7:49   ` Yoshinori Sato
2015-02-15  7:49 ` [PATCH v3 05/15] h8300: Process and signal Yoshinori Sato
2015-02-15  7:49   ` Yoshinori Sato
2015-02-15  8:11   ` Yoshinori Sato
2015-02-15 10:33     ` Paul Bolle
2015-02-15 10:33       ` Paul Bolle
2015-02-17  7:07       ` Yoshinori Sato [this message]
2015-02-17  7:07         ` Yoshinori Sato
2015-02-15 19:38   ` Richard Weinberger
2015-02-17  7:09     ` Yoshinori Sato
2015-02-17  7:09       ` Yoshinori Sato
2015-02-15  7:49 ` [PATCH v3 06/15] h8300 CPU depend helpers Yoshinori Sato
2015-02-15  7:49   ` Yoshinori Sato
2015-02-15  7:49 ` [PATCH v3 07/15] h8300: miscellaneous functions Yoshinori Sato
2015-02-15  7:49   ` Yoshinori Sato
2015-02-15  7:49 ` [PATCH v3 08/15] h8300: Memory management Yoshinori Sato
2015-02-15  7:49   ` Yoshinori Sato
2015-02-15  7:49 ` [PATCH v3 09/15] h8300: library functions Yoshinori Sato
2015-02-15  7:49 ` [PATCH v3 10/15] h8300: Build scripts Yoshinori Sato
2015-02-15  7:49   ` Yoshinori Sato
2015-02-15 19:23   ` Paul Bolle
2015-02-17  7:39     ` Yoshinori Sato
2015-02-17  9:46       ` Paul Bolle
2015-02-17  9:46         ` Paul Bolle
2015-02-18  8:08         ` Yoshinori Sato
2015-02-15  7:49 ` [PATCH v3 11/15] h8300: clock driver Yoshinori Sato
2015-02-15  7:49   ` Yoshinori Sato
2015-02-15  7:49 ` [PATCH v3 12/15] h8300: clocksource Yoshinori Sato
2015-02-15  7:49   ` Yoshinori Sato
2015-02-15  7:49 ` [PATCH v3 13/15] h8300: configs Yoshinori Sato
2015-02-15  7:49 ` [PATCH v3 14/15] serial: Add h8300 Yoshinori Sato
2015-02-15  7:49   ` Yoshinori Sato
2015-02-15  7:49 ` [PATCH v3 15/15] Add ELF machine Yoshinori Sato
2015-02-15  7:49   ` Yoshinori Sato
2015-02-15 10:59 ` [PATCH v3 00/15] Revert h8300 archtecture Paul Bolle
2015-02-17  7:39   ` Yoshinori Sato
2015-02-17  7:39     ` Yoshinori Sato

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=87y4nxkocv.wl-ysato@users.sourceforge.jp \
    --to=ysato@users.sourceforge.jp \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pebolle@tiscali.nl \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).