From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758317AbaDXQRF (ORCPT ); Thu, 24 Apr 2014 12:17:05 -0400 Received: from b.ns.miles-group.at ([95.130.255.144]:1661 "EHLO radon.swed.at" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753250AbaDXQRC (ORCPT ); Thu, 24 Apr 2014 12:17:02 -0400 Message-ID: <535938F8.3070300@nod.at> Date: Thu, 24 Apr 2014 18:16:56 +0200 From: Richard Weinberger User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Ley Foon Tan CC: Linux-Arch , LKML , "linux-doc@vger.kernel.org" , cltang@codesourcery.com Subject: Re: [PATCH 17/28] nios2: Signal handling support 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> In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am 24.04.2014 12:46, schrieb Ley Foon Tan: > 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? Nope, I have to rebase them again. But some archs have picked up the changes already. > I can update nios2 to use new implementation. Would be great. :) Thanks, //richard