From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756071AbaDXKqp (ORCPT ); Thu, 24 Apr 2014 06:46:45 -0400 Received: from mail-qg0-f54.google.com ([209.85.192.54]:62506 "EHLO mail-qg0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754359AbaDXKqg (ORCPT ); Thu, 24 Apr 2014 06:46:36 -0400 MIME-Version: 1.0 In-Reply-To: <5358E9EB.8080307@nod.at> References: <1397824031-4892-1-git-send-email-lftan@altera.com> <1397824031-4892-14-git-send-email-lftan@altera.com> <5358E4B9.1050308@nod.at> <5358E9EB.8080307@nod.at> Date: Thu, 24 Apr 2014 18:46:35 +0800 X-Google-Sender-Auth: 4eJuUJeCfWE63uxdU6aFUD7BjRY Message-ID: Subject: Re: [PATCH 17/28] nios2: Signal handling support From: Ley Foon Tan To: Richard Weinberger Cc: Linux-Arch , LKML , "linux-doc@vger.kernel.org" , cltang@codesourcery.com Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 24, 2014 at 6:39 PM, Richard Weinberger wrote: > Am 24.04.2014 12:29, schrieb Ley Foon Tan: >> On Thu, Apr 24, 2014 at 6:17 PM, Richard Weinberger wrote: >> >>>>> Okay. >>>>> >>>> I just noticed that sigsp() have struct ksignal argument. We can use >>>> sigsp() for nios2 because it doesn't have struct ksignal. >>>> >>>> unsigned long sigsp(unsigned long sp, struct ksignal *ksig); >>> >>> Did you at look at the struct ksignal definition and the clean series I've >>> pointed you to? >>> >> >> Not yet, this is the full set of patches? I only see partial.. >> https://lkml.org/lkml/2014/3/2/198 > > Maybe lkml.org misses a few but this does not matter. > All you need to know is that using ksignal is easy. > e.g. https://lkml.org/lkml/2014/3/2/162 > Thanks. I am looking at your git tree https://git.kernel.org/cgit/linux/kernel/git/rw/misc.git/log/?h=signal_v2 Are these patches already available in v3.15 rc? I can update nios2 to use new implementation. Regards Ley Foon