Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752218AbbBDCqh (ORCPT ); Tue, 3 Feb 2015 21:46:37 -0500 Received: from ozlabs.org ([103.22.144.67]:56218 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751033AbbBDCqe (ORCPT ); Tue, 3 Feb 2015 21:46:34 -0500 Message-ID: <1423017992.7982.6.camel@ellerman.id.au> Subject: Re: [PATCH v2] selftests/exec: Check if the syscall exists and bail if not From: Michael Ellerman To: Shuah Khan Cc: David Drysdale , "linux-kernel@vger.kernel.org" , Linux API , Geert Uytterhoeven , davej@codemonkey.org.uk Date: Wed, 04 Feb 2015 13:46:32 +1100 In-Reply-To: <54D0EA1B.1000508@osg.samsung.com> References: <1422935588-9973-1-git-send-email-mpe@ellerman.id.au> <54D0EA1B.1000508@osg.samsung.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.7-0ubuntu1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1065 Lines: 29 On Tue, 2015-02-03 at 08:32 -0700, Shuah Khan wrote: > On 02/03/2015 12:58 AM, David Drysdale wrote: > > On Tue, Feb 3, 2015 at 3:53 AM, Michael Ellerman wrote: > >> On systems which don't implement sys_execveat(), this test produces a > >> lot of output. > >> > >> Add a check at the beginning to see if the syscall is present, and if > >> not just note one error and return. > >> > >> When we run on a system that doesn't implement the syscall we will get > >> ENOSYS back from the kernel, so change the logic that handles > >> __NR_execveat not being defined to also use ENOSYS rather than -ENOSYS. > >> > >> Signed-off-by: Michael Ellerman > > > > Acked-by: David Drysdale > > Thanks Michael, and David. I will queue this for 3.20 Thanks. cheers -- 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/