Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756119AbbBQHj0 (ORCPT ); Tue, 17 Feb 2015 02:39:26 -0500 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 To: Paul Bolle Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org 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> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.8 EasyPG/1.0.0 Emacs/24.4 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1466 Lines: 49 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/