From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751359AbaEWJRR (ORCPT ); Fri, 23 May 2014 05:17:17 -0400 Received: from mout.gmx.net ([212.227.17.20]:64624 "EHLO mout.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751039AbaEWJRO (ORCPT ); Fri, 23 May 2014 05:17:14 -0400 Message-ID: <537F1208.8090800@gmx.de> Date: Fri, 23 May 2014 11:16:56 +0200 From: Helge Deller User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Miklos Szeredi , Linus Torvalds CC: Guenter Roeck , Linux Kernel Mailing List , Parisc List , "James E.J. Bottomley" Subject: Re: Linux 3.15-rc6 References: <20140522172032.GA20975@roeck-us.net> <537E9F47.5020809@roeck-us.net> In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:5gb2pM5VE4mXt0hrPqDBu+9B3Lh4m4HOzlZFyC87MwYPXO/RplI UfSdHwLNA5xqdR7XrB3oLajfXX9uv3u2eBxkwUFUryydJfkEdQZ/63spN7CTNy6fZoYTWby HdmvUmQzLA0OgBek0GrOjcALUcpAlUKRmBKSgvagIWupOTPTOtClxqlwxJAVG2Ax1AZYu/s /QE+HJvAA3ty1Ux2tixBw== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/23/2014 11:12 AM, Miklos Szeredi wrote: > On Fri, May 23, 2014 at 3:27 AM, Linus Torvalds > wrote: >> On Thu, May 22, 2014 at 6:07 PM, Guenter Roeck wrote: >>> On 05/22/2014 05:43 PM, Linus Torvalds wrote: >>>> >>>> >>>> only s390 seems to need a compat wrapper, and s390 is kind of odd in >>>> many respects, so I suspect renameat2 should just use ENTRY_SAME() on >>>> parisc, but without any way to *test* it I won't apply the patch. >>>> >>>> Guenter, I assume that changing the >>>> >>>> ENTRY_COMP(renameat2) >>>> >>>> line in arch/parisc/kernel/syscall_table.S to use ENTRY_SAME() at >>>> least fixes the compile error? >>> >>> Yes, it fixes the build error for parisc64, and parisc (32 bit) still >>> builds. >> >> Ok. I'd like to get some kind of confirmation that it is expected to >> work too. Miklos/Helge? > > Oops, yes, it should be ENTRY_SAME(). Yes, ENTRY_SAME() is correct. Sorry, it was my fault that I didn't noticed earlier. Helge