Re: [PATCH] s390: fix build failure

2016-04-01 Thread Heiko Carstens
On Fri, Apr 01, 2016 at 01:35:16PM +0100, Sudip Mukherjee wrote: > s390 defconfig and allmodconfig fails with the error: > kernel/seccomp.c: In function '__secure_computing_strict': > kernel/seccomp.c:526:3: error: implicit declaration of function >

Re: [PATCH] s390: fix build failure

2016-04-01 Thread Heiko Carstens
On Fri, Apr 01, 2016 at 01:35:16PM +0100, Sudip Mukherjee wrote: > s390 defconfig and allmodconfig fails with the error: > kernel/seccomp.c: In function '__secure_computing_strict': > kernel/seccomp.c:526:3: error: implicit declaration of function >

[PATCH] s390: fix build failure

2016-04-01 Thread Sudip Mukherjee
s390 defconfig and allmodconfig fails with the error: kernel/seccomp.c: In function '__secure_computing_strict': kernel/seccomp.c:526:3: error: implicit declaration of function 'get_compat_mode1_syscalls' The retrieval of compat syscall numbers were moved into

[PATCH] s390: fix build failure

2016-04-01 Thread Sudip Mukherjee
s390 defconfig and allmodconfig fails with the error: kernel/seccomp.c: In function '__secure_computing_strict': kernel/seccomp.c:526:3: error: implicit declaration of function 'get_compat_mode1_syscalls' The retrieval of compat syscall numbers were moved into

Re: [PATCH] s390: fix build failure

2015-12-21 Thread Dan Williams
On Mon, Dec 21, 2015 at 10:40 PM, Sudip Mukherjee wrote: > s390 defconfig fails with the error: > ERROR: "phys_to_pfn_t" [drivers/s390/block/dcssblk.ko] undefined! > > We need CONFIG_HAS_IOMEM for phys_to_pfn_t() and for that we need to > have CONFIG_PCI. > > Fixes: bfac97e7b361 ("mm, dax, pmem:

[PATCH] s390: fix build failure

2015-12-21 Thread Sudip Mukherjee
s390 defconfig fails with the error: ERROR: "phys_to_pfn_t" [drivers/s390/block/dcssblk.ko] undefined! We need CONFIG_HAS_IOMEM for phys_to_pfn_t() and for that we need to have CONFIG_PCI. Fixes: bfac97e7b361 ("mm, dax, pmem: introduce pfn_t") Cc: Dan Williams Cc: Andrew Morton Signed-off-by:

[PATCH] s390: fix build failure

2015-12-21 Thread Sudip Mukherjee
s390 defconfig fails with the error: ERROR: "phys_to_pfn_t" [drivers/s390/block/dcssblk.ko] undefined! We need CONFIG_HAS_IOMEM for phys_to_pfn_t() and for that we need to have CONFIG_PCI. Fixes: bfac97e7b361 ("mm, dax, pmem: introduce pfn_t") Cc: Dan Williams Cc:

Re: [PATCH] s390: fix build failure

2015-12-21 Thread Dan Williams
On Mon, Dec 21, 2015 at 10:40 PM, Sudip Mukherjee wrote: > s390 defconfig fails with the error: > ERROR: "phys_to_pfn_t" [drivers/s390/block/dcssblk.ko] undefined! > > We need CONFIG_HAS_IOMEM for phys_to_pfn_t() and for that we need to > have CONFIG_PCI. > > Fixes: