From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <4C6CBA56.9020909@in.ibm.com> Date: Thu, 19 Aug 2010 10:30:06 +0530 From: Sachin Sant MIME-Version: 1.0 Subject: [s390] Build failure with latest 2.6.36-rc1 git (sys_execve) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-Archive: List-Post: To: linux-s390@vger.kernel.org Cc: linux-kernel , Heiko Carstens , Martin Schwidefsky , dhowells@redhat.com List-ID: Latest 2.6.36-rc1 git fails to build on a s390 with arch/s390/kernel/process.c:272: error: conflicting types for 'sys_execve' arch/s390/kernel/entry.h:45: error: previous declaration of 'sys_execve' was here make[1]: *** [arch/s390/kernel/process.o] Error 1 This error was introduced via commit : commit d7627467b7a8dd6944885290a03a07ceb28c10eb Make do_execve() take a const filename pointer I guess the corresponding definition of sys_execve() in arch/s390/kernel/entry.h also needs an update. Thanks -Sachin -- --------------------------------- Sachin Sant IBM Linux Technology Center India Systems and Technology Labs Bangalore, India ---------------------------------