Re: [PATCH] arch: unexport asm/shmparam.h for all architectures

2019-01-08 Thread Stafford Horne
On Wed, Jan 09, 2019 at 12:32:28AM +0900, Masahiro Yamada wrote: > Hi Stafford, > > > > On Tue, Jan 8, 2019 at 8:12 PM Stafford Horne wrote: > > > > What is this patch based on? I tried to apply it to 5.0-rc1 and am having > > an > > issue with applying the arch/openrisc/include/uapi/asm/Kbui

Re: [PATCH] arch: unexport asm/shmparam.h for all architectures

2019-01-08 Thread Masahiro Yamada
Hi Stafford, On Tue, Jan 8, 2019 at 8:12 PM Stafford Horne wrote: > > What is this patch based on? I tried to apply it to 5.0-rc1 and am having an > issue with applying the arch/openrisc/include/uapi/asm/Kbuild part. Based on Linus' latest tree. (commit 3bd6e94be) v5.0-rc1 is NOT the latest

Re: [PATCH] arch: unexport asm/shmparam.h for all architectures

2019-01-08 Thread Stafford Horne
Hi Masahiro, On Tue, Jan 08, 2019 at 08:38:27AM +0900, Masahiro Yamada wrote: > Most architectures do not export shmparam.h to user-space. > > $ find arch -name shmparam.h | sort > arch/alpha/include/asm/shmparam.h > arch/arc/include/asm/shmparam.h > arch/arm64/include/asm/shmparam.h >

Re: [PATCH] arch: unexport asm/shmparam.h for all architectures

2019-01-07 Thread Geert Uytterhoeven
Hi Yamada-san, On Tue, Jan 8, 2019 at 12:41 AM Masahiro Yamada wrote: > Most architectures do not export shmparam.h to user-space. > > $ find arch -name shmparam.h | sort > arch/alpha/include/asm/shmparam.h > arch/arc/include/asm/shmparam.h > arch/arm64/include/asm/shmparam.h > arch/ar

[PATCH] arch: unexport asm/shmparam.h for all architectures

2019-01-07 Thread Masahiro Yamada
Most architectures do not export shmparam.h to user-space. $ find arch -name shmparam.h | sort arch/alpha/include/asm/shmparam.h arch/arc/include/asm/shmparam.h arch/arm64/include/asm/shmparam.h arch/arm/include/asm/shmparam.h arch/csky/include/asm/shmparam.h arch/ia64/include/asm/s