From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751563AbaHRA05 (ORCPT ); Sun, 17 Aug 2014 20:26:57 -0400 Received: from mx8.pku.edu.cn ([162.105.129.171]:56529 "EHLO mail.pku.edu.cn" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750915AbaHRA04 convert rfc822-to-8bit (ORCPT ); Sun, 17 Aug 2014 20:26:56 -0400 X-Spam-Flag: NO X-Spam-Score: -307.461 Date: Mon, 18 Aug 2014 08:26:39 +0800 (CST) From: =?gbk?B?WHVldGFvIEd1YW4g?= To: Guenter Roeck Cc: Guan Xuetao , linux-kernel@vger.kernel.org, Richard Weinberger Message-ID: <1165350031.9007.1408321599205.JavaMail.root@bj-mail03.pku.edu.cn> In-Reply-To: <53EEC038.6070301@roeck-us.net> Subject: =?utf-8?Q?=E5=9B=9E=E5=A4=8D=EF=BC=9A_Re:_=E5=9B=9E=E5=A4=8D=EF=BC=9A_?= =?utf-8?Q?Re:_[PATCH]_u?= =?utf-8?Q?nicore32:_Fix_build_error?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT X-Originating-IP: [162.105.129.91] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org ----- Guenter Roeck 写道: > On 08/15/2014 05:45 PM, Xuetao Guan wrote: > > > > ----- Guenter Roeck 写道: > >> On 08/10/2014 08:29 AM, Guenter Roeck wrote: > >>> unicore32 builds fail with > >>> > >>> arch/unicore32/kernel/signal.c: In function ‘setup_frame’: > >>> arch/unicore32/kernel/signal.c:257: error: > >>> ‘usig’ undeclared (first use in this function) > >>> arch/unicore32/kernel/signal.c:279: error: > >>> ‘usig’ undeclared (first use in this function) > >>> arch/unicore32/kernel/signal.c: In function ‘handle_signal’: > >>> arch/unicore32/kernel/signal.c:306: warning: unused variable ‘tsk’ > >>> arch/unicore32/kernel/signal.c: In function ‘do_signal’: > >>> arch/unicore32/kernel/signal.c:376: error: > >>> implicit declaration of function ‘get_signsl’ > >>> make[1]: *** [arch/unicore32/kernel/signal.o] Error 1 > >>> make: *** [arch/unicore32/kernel/signal.o] Error 2 > >>> > >>> Bisect points to commit 649671c90eaf ("unicore32: Use get_signal() > >>> signal_setup_done()"). > >>> > >>> This code never even compiled. Reverting the patch does not work, > >>> since previously used functions no longer exist, so try to fix it up. > >>> Compile tested only. > >>> > >>> Cc: Richard Weinberger > >>> Signed-off-by: Guenter Roeck > >> > >> ping ... > >> > >> Failure is still present in upstream kernel (v3.16-11383-gc9d2642). > >> > >> Guenter > >> > > > > Thanks. I'll fix it. > > > > More a question of applying (and if possible testing) the patch I provided. > > Thanks, > Guenter > > Ok, I'll do it. Xuetao