Re: [git pull] sparc syscall stuff

2018-04-07 Thread Al Viro
On Sat, Apr 07, 2018 at 02:37:24PM -0700, Linus Torvalds wrote: > On Sat, Apr 7, 2018 at 1:44 PM, Al Viro wrote: > > > > Conflicts in arch/sparc/kernel/sys_sparc32.c are not hard to > > resolve, > > but keep in mind that casts to u64 are needed there. I'd pushed a variant > > of > > res

Re: [git pull] sparc syscall stuff

2018-04-07 Thread Linus Torvalds
On Sat, Apr 7, 2018 at 1:44 PM, Al Viro wrote: > > Conflicts in arch/sparc/kernel/sys_sparc32.c are not hard to resolve, > but keep in mind that casts to u64 are needed there. I'd pushed a variant of > resolution into #test-merge. You say "keep in mind that casts to u64 are needed there"

[git pull] sparc syscall stuff

2018-04-07 Thread Al Viro
sparc syscall stuff - killing pointless wrappers, conversions to {COMPAT_,}SYSCALL_DEFINE. Conflicts in arch/sparc/kernel/sys_sparc32.c are not hard to resolve, but keep in mind that casts to u64 are needed there. I'd pushed a variant of resolution into #test-merge. The following