Skip to content

Commit 91d8cb9

Browse files
rddunlapsmb49
authored andcommitted
s390: appldata depends on PROC_SYSCTL
BugLink: https://bugs.launchpad.net/bugs/1938199 [ Upstream commit 5d3516b ] APPLDATA_BASE should depend on PROC_SYSCTL instead of PROC_FS. Building with PROC_FS but not PROC_SYSCTL causes a build error, since appldata_base.c uses data and APIs from fs/proc/proc_sysctl.c. arch/s390/appldata/appldata_base.o: in function `appldata_generic_handler': appldata_base.c:(.text+0x192): undefined reference to `sysctl_vals' Fixes: c185b78 ("[S390] Remove config options.") Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Heiko Carstens <hca@linux.ibm.com> Cc: Vasily Gorbik <gor@linux.ibm.com> Cc: Christian Borntraeger <borntraeger@de.ibm.com> Cc: linux-s390@vger.kernel.org Signed-off-by: Vasily Gorbik <gor@linux.ibm.com> Link: https://lore.kernel.org/r/20210528002420.17634-1-rdunlap@infradead.org Signed-off-by: Vasily Gorbik <gor@linux.ibm.com> Signed-off-by: Sasha Levin <sashal@kernel.org> Signed-off-by: Kamal Mostafa <kamal@canonical.com> Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
1 parent 4ebcbda commit 91d8cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/s390/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -921,7 +921,7 @@ config CMM_IUCV
921921
config APPLDATA_BASE
922922
def_bool n
923923
prompt "Linux - VM Monitor Stream, base infrastructure"
924-
depends on PROC_FS
924+
depends on PROC_SYSCTL
925925
help
926926
This provides a kernel interface for creating and updating z/VM APPLDATA
927927
monitor records. The monitor records are updated at certain time

0 commit comments

Comments
 (0)