Re: [PATCH v4 1/4] powerpc: make llseek 32bit-only.

2019-08-29 Thread Michal Suchánek
On Thu, 29 Aug 2019 16:32:50 +0200 Arnd Bergmann wrote: > On Thu, Aug 29, 2019 at 4:19 PM Michal Suchánek wrote: > > On Thu, 29 Aug 2019 14:57:39 +0200 Arnd Bergmann wrote: > > > On Thu, Aug 29, 2019 at 2:37 PM Michal Suchánek > > > wrote: > > > > On Thu, 29 Aug 2019 14:19:46 +0200 Arnd

Re: [PATCH v4 1/4] powerpc: make llseek 32bit-only.

2019-08-29 Thread Arnd Bergmann
On Thu, Aug 29, 2019 at 4:19 PM Michal Suchánek wrote: > On Thu, 29 Aug 2019 14:57:39 +0200 Arnd Bergmann wrote: > > On Thu, Aug 29, 2019 at 2:37 PM Michal Suchánek wrote: > > > On Thu, 29 Aug 2019 14:19:46 +0200 Arnd Bergmann wrote: > > > > On Thu, Aug 29, 2019 at 12:23 PM Michal Suchanek >

Re: [PATCH v4 1/4] powerpc: make llseek 32bit-only.

2019-08-29 Thread Michal Suchánek
On Thu, 29 Aug 2019 14:57:39 +0200 Arnd Bergmann wrote: > On Thu, Aug 29, 2019 at 2:37 PM Michal Suchánek wrote: > > On Thu, 29 Aug 2019 14:19:46 +0200 Arnd Bergmann wrote: > > > On Thu, Aug 29, 2019 at 12:23 PM Michal Suchanek > > > wrote: > > > In particular, I don't see why you single

Re: [PATCH v4 1/4] powerpc: make llseek 32bit-only.

2019-08-29 Thread Arnd Bergmann
On Thu, Aug 29, 2019 at 2:37 PM Michal Suchánek wrote: > On Thu, 29 Aug 2019 14:19:46 +0200 Arnd Bergmann wrote: > > On Thu, Aug 29, 2019 at 12:23 PM Michal Suchanek wrote: > > In particular, I don't see why you single out llseek here, but leave other > > syscalls that are not needed on 64-bit

Re: [PATCH v4 1/4] powerpc: make llseek 32bit-only.

2019-08-29 Thread Michal Suchánek
On Thu, 29 Aug 2019 14:19:46 +0200 Arnd Bergmann wrote: > On Thu, Aug 29, 2019 at 12:23 PM Michal Suchanek wrote: > > > > Fixes: aff850393200 ("powerpc: add system call table generation support") > > This patch needs a proper explanation. The Fixes tag doesn't seem right > here, since ppc64

Re: [PATCH v4 1/4] powerpc: make llseek 32bit-only.

2019-08-29 Thread Arnd Bergmann
On Thu, Aug 29, 2019 at 12:23 PM Michal Suchanek wrote: > > Fixes: aff850393200 ("powerpc: add system call table generation support") This patch needs a proper explanation. The Fixes tag doesn't seem right here, since ppc64 has had llseek since the start in 2002 commit 3939e37587e7 ("Add ppc64

[PATCH v4 1/4] powerpc: make llseek 32bit-only.

2019-08-29 Thread Michal Suchanek
Fixes: aff850393200 ("powerpc: add system call table generation support") Signed-off-by: Michal Suchanek --- arch/powerpc/kernel/syscalls/syscall.tbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/kernel/syscalls/syscall.tbl