From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yoshinori Sato Subject: Re: [PATCH v3 05/15] h8300: Process and signal Date: Tue, 17 Feb 2015 16:07:28 +0900 Message-ID: <87y4nxkocv.wl-ysato@users.sourceforge.jp> References: <1423986573-2329-1-git-send-email-ysato@users.sourceforge.jp> <1423986573-2329-6-git-send-email-ysato@users.sourceforge.jp> <871tlrr3um.wl-ysato@users.sourceforge.jp> <1423996405.9418.62.camel@x220> Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Return-path: In-Reply-To: <1423996405.9418.62.camel@x220> Sender: linux-kernel-owner@vger.kernel.org To: Paul Bolle Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org List-Id: linux-arch.vger.kernel.org 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 > > --- > > 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.asahi-net.or.jp ([202.224.39.197]:44747 "EHLO mail1.asahi-net.or.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754896AbbBQHjY (ORCPT ); Tue, 17 Feb 2015 02:39:24 -0500 Date: Tue, 17 Feb 2015 16:07:28 +0900 Message-ID: <87y4nxkocv.wl-ysato@users.sourceforge.jp> From: Yoshinori Sato Subject: Re: [PATCH v3 05/15] h8300: Process and signal In-Reply-To: <1423996405.9418.62.camel@x220> References: <1423986573-2329-1-git-send-email-ysato@users.sourceforge.jp> <1423986573-2329-6-git-send-email-ysato@users.sourceforge.jp> <871tlrr3um.wl-ysato@users.sourceforge.jp> <1423996405.9418.62.camel@x220> MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Sender: linux-arch-owner@vger.kernel.org List-ID: To: Paul Bolle Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org Message-ID: <20150217070728.OEEyi-AJukQvmcrrwzidSkjU_fE68MNXBlXGLwo7Afg@z> 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 > > --- > > 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