diff --git a/debian/config/hppa/config b/debian/config/hppa/config index cc5ccf2ab..6803b1338 100644 --- a/debian/config/hppa/config +++ b/debian/config/hppa/config @@ -569,6 +569,7 @@ CONFIG_ROOT_NFS=y ## ## file: init/Kconfig ## +CONFIG_SGETMASK_SYSCALL=y CONFIG_SYSFS_SYSCALL=y ## diff --git a/debian/config/kernelarch-mips/config b/debian/config/kernelarch-mips/config index 8a05f1c22..17c1f56e9 100644 --- a/debian/config/kernelarch-mips/config +++ b/debian/config/kernelarch-mips/config @@ -34,5 +34,6 @@ CONFIG_EXT4_FS=y ## ## file: init/Kconfig ## +CONFIG_SGETMASK_SYSCALL=y CONFIG_SYSFS_SYSCALL=y diff --git a/debian/config/kernelarch-powerpc/config b/debian/config/kernelarch-powerpc/config index 1498df537..a70cb0d50 100644 --- a/debian/config/kernelarch-powerpc/config +++ b/debian/config/kernelarch-powerpc/config @@ -848,6 +848,11 @@ CONFIG_PCIPCWATCHDOG=m CONFIG_WDTPCI=m CONFIG_USBPCWATCHDOG=m +## +## file: init/Kconfig +## +CONFIG_SGETMASK_SYSCALL=y + ## ## file: lib/Kconfig.debug ## diff --git a/debian/config/kernelarch-sparc/config b/debian/config/kernelarch-sparc/config index b6563d09c..4cedfef96 100644 --- a/debian/config/kernelarch-sparc/config +++ b/debian/config/kernelarch-sparc/config @@ -536,6 +536,7 @@ CONFIG_FB_ATY_GX=y ## ## file: init/Kconfig ## +CONFIG_SGETMASK_SYSCALL=y CONFIG_SYSFS_SYSCALL=y ## diff --git a/debian/config/kernelarch-x86/config b/debian/config/kernelarch-x86/config index 86b7d3319..c77fca10b 100644 --- a/debian/config/kernelarch-x86/config +++ b/debian/config/kernelarch-x86/config @@ -1683,6 +1683,7 @@ CONFIG_USELIB=y ## choice: Cputime accounting # CONFIG_IRQ_TIME_ACCOUNTING is not set ## end choice +CONFIG_SGETMASK_SYSCALL=y CONFIG_SYSFS_SYSCALL=y ## diff --git a/debian/config/m68k/config b/debian/config/m68k/config index 00346b775..3cbb43d34 100644 --- a/debian/config/m68k/config +++ b/debian/config/m68k/config @@ -729,6 +729,7 @@ CONFIG_USELIB=y CONFIG_LOG_BUF_SHIFT=16 # CONFIG_SCHED_AUTOGROUP is not set CONFIG_CC_OPTIMIZE_FOR_SIZE=y +CONFIG_SGETMASK_SYSCALL=y CONFIG_SYSFS_SYSCALL=y CONFIG_COMPAT_BRK=y # CONFIG_MODULE_SIG is not set