From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757898AbbIVKpB (ORCPT ); Tue, 22 Sep 2015 06:45:01 -0400 Received: from cam-admin0.cambridge.arm.com ([217.140.96.50]:48171 "EHLO cam-admin0.cambridge.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757874AbbIVKo7 (ORCPT ); Tue, 22 Sep 2015 06:44:59 -0400 Subject: Re: [PATCH] arm: wire up userfaultfd and membarrier syscalls To: Russell King - ARM Linux References: <1442854833-10592-1-git-send-email-andre.przywara@arm.com> <20150921171715.GR21084@n2100.arm.linux.org.uk> Cc: "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "thierry.reding@gmail.com" From: Andre Przywara Organization: ARM Ltd. Message-ID: <56013154.1010401@arm.com> Date: Tue, 22 Sep 2015 11:45:40 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <20150921171715.GR21084@n2100.arm.linux.org.uk> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Russell, On 21/09/15 18:17, Russell King - ARM Linux wrote: > On Mon, Sep 21, 2015 at 06:00:33PM +0100, Andre Przywara wrote: >> Add the syscall numbers to the ARM syscall table. Both have >> been briefly tested using the provided selftests from the tools >> directory. >> >> Signed-off-by: Andre Przywara >> --- >> Hi Russell, >> >> I saw that Thierry sent something similar beginning of August already >> (which is now outdated), is there any issue with enabling syscalls? > > The only issue there is is that this was mentioned last week, and I > replied about it last week. I missed that because I only looked in the ARM kernel ML, sorry about that. > I already have a patch pending for it, but I've been unable to merge > it into mainline as my tree became somewhat messy due to the fixes > missing -rc1 - which meant that my fixes branch was not recent enough > to take that patch. Now that those fixes are in, I can now start > sorting my tree out, as I'd normally do after -rc1. Fair enough and sorry for the noise. Cheers, Andre