From mboxrd@z Thu Jan 1 00:00:00 1970 From: Helge Deller Subject: Re: Linux 3.15-rc6 Date: Fri, 23 May 2014 11:16:56 +0200 Message-ID: <537F1208.8090800@gmx.de> References: <20140522172032.GA20975@roeck-us.net> <537E9F47.5020809@roeck-us.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: Guenter Roeck , Linux Kernel Mailing List , Parisc List , "James E.J. Bottomley" To: Miklos Szeredi , Linus Torvalds Return-path: In-Reply-To: List-ID: List-Id: linux-parisc.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