[kernel] r21716 - in dists/trunk/linux/debian: . config config/alpha config/hppa config/kernelarch-mips config/kernelarch-powerpc config/kernelarch-sparc config/kernelarch-x86 config/m68k config/powerpc

Ben Hutchings benh at moszumanska.debian.org
Sat Aug 9 17:52:47 UTC 2014


Author: benh
Date: Sat Aug  9 17:52:47 2014
New Revision: 21716

Log:
[arm*,ia64,ppc64el,s390*,sh4] Disable SYSFS_SYSCALL, only needed for SVR4 compatibility

Modified:
   dists/trunk/linux/debian/changelog
   dists/trunk/linux/debian/config/alpha/config
   dists/trunk/linux/debian/config/config
   dists/trunk/linux/debian/config/hppa/config
   dists/trunk/linux/debian/config/kernelarch-mips/config
   dists/trunk/linux/debian/config/kernelarch-powerpc/config-arch-64-be
   dists/trunk/linux/debian/config/kernelarch-sparc/config
   dists/trunk/linux/debian/config/kernelarch-x86/config
   dists/trunk/linux/debian/config/m68k/config
   dists/trunk/linux/debian/config/powerpc/config.powerpc

Modified: dists/trunk/linux/debian/changelog
==============================================================================
--- dists/trunk/linux/debian/changelog	Sat Aug  9 17:43:49 2014	(r21715)
+++ dists/trunk/linux/debian/changelog	Sat Aug  9 17:52:47 2014	(r21716)
@@ -22,6 +22,8 @@
     (Closes: #756998)
   * [armhf] touchscreen: Enable TOUCHSCREEN_SUN4I as module (Closes: #757086)
   * [!alpha,m68k,x86] Disable USELIB, only needed by libc5
+  * [arm*,ia64,ppc64el,s390*,sh4] Disable SYSFS_SYSCALL, only needed for
+    SVR4 compatibility
   * [armel] Disable BINFMT_AOUT
   * [armel] Change configuration to reduce kernel image size
     - [/kirkwood] Change IPV6 to module

Modified: dists/trunk/linux/debian/config/alpha/config
==============================================================================
--- dists/trunk/linux/debian/config/alpha/config	Sat Aug  9 17:43:49 2014	(r21715)
+++ dists/trunk/linux/debian/config/alpha/config	Sat Aug  9 17:52:47 2014	(r21716)
@@ -950,6 +950,7 @@
 CONFIG_USELIB=y
 #. TODO
 # CONFIG_AUDIT is not set
+CONFIG_SYSFS_SYSCALL=y
 
 ##
 ## file: lib/Kconfig

Modified: dists/trunk/linux/debian/config/config
==============================================================================
--- dists/trunk/linux/debian/config/config	Sat Aug  9 17:43:49 2014	(r21715)
+++ dists/trunk/linux/debian/config/config	Sat Aug  9 17:52:47 2014	(r21716)
@@ -4745,6 +4745,7 @@
 #. Unfortunately some useful options are conditional on EXPERT
 CONFIG_EXPERT=y
 CONFIG_UID16=y
+# CONFIG_SYSFS_SYSCALL is not set
 # CONFIG_SYSCTL_SYSCALL is not set
 CONFIG_KALLSYMS=y
 # CONFIG_KALLSYMS_ALL is not set

Modified: dists/trunk/linux/debian/config/hppa/config
==============================================================================
--- dists/trunk/linux/debian/config/hppa/config	Sat Aug  9 17:43:49 2014	(r21715)
+++ dists/trunk/linux/debian/config/hppa/config	Sat Aug  9 17:52:47 2014	(r21716)
@@ -567,6 +567,11 @@
 CONFIG_ROOT_NFS=y
 
 ##
+## file: init/Kconfig
+##
+CONFIG_SYSFS_SYSCALL=y
+
+##
 ## file: lib/Kconfig.debug
 ##
 CONFIG_DEBUG_STACKOVERFLOW=y

Modified: dists/trunk/linux/debian/config/kernelarch-mips/config
==============================================================================
--- dists/trunk/linux/debian/config/kernelarch-mips/config	Sat Aug  9 17:43:49 2014	(r21715)
+++ dists/trunk/linux/debian/config/kernelarch-mips/config	Sat Aug  9 17:52:47 2014	(r21716)
@@ -31,3 +31,8 @@
 ##
 CONFIG_EXT4_FS=y
 
+##
+## file: init/Kconfig
+##
+CONFIG_SYSFS_SYSCALL=y
+

Modified: dists/trunk/linux/debian/config/kernelarch-powerpc/config-arch-64-be
==============================================================================
--- dists/trunk/linux/debian/config/kernelarch-powerpc/config-arch-64-be	Sat Aug  9 17:43:49 2014	(r21715)
+++ dists/trunk/linux/debian/config/kernelarch-powerpc/config-arch-64-be	Sat Aug  9 17:52:47 2014	(r21716)
@@ -89,6 +89,11 @@
 CONFIG_FB_PS3_DEFAULT_SIZE_M=9
 
 ##
+## file: init/Kconfig
+##
+CONFIG_SYSFS_SYSCALL=y
+
+##
 ## file: sound/ppc/Kconfig
 ##
 CONFIG_SND_PS3=m

Modified: dists/trunk/linux/debian/config/kernelarch-sparc/config
==============================================================================
--- dists/trunk/linux/debian/config/kernelarch-sparc/config	Sat Aug  9 17:43:49 2014	(r21715)
+++ dists/trunk/linux/debian/config/kernelarch-sparc/config	Sat Aug  9 17:52:47 2014	(r21716)
@@ -535,6 +535,11 @@
 # CONFIG_W1 is not set
 
 ##
+## file: init/Kconfig
+##
+CONFIG_SYSFS_SYSCALL=y
+
+##
 ## file: lib/xz/Kconfig
 ##
 CONFIG_XZ_DEC_SPARC=y

Modified: dists/trunk/linux/debian/config/kernelarch-x86/config
==============================================================================
--- dists/trunk/linux/debian/config/kernelarch-x86/config	Sat Aug  9 17:43:49 2014	(r21715)
+++ dists/trunk/linux/debian/config/kernelarch-x86/config	Sat Aug  9 17:52:47 2014	(r21716)
@@ -1711,6 +1711,7 @@
 ## choice: Cputime accounting
 # CONFIG_IRQ_TIME_ACCOUNTING is not set
 ## end choice
+CONFIG_SYSFS_SYSCALL=y
 
 ##
 ## file: kernel/irq/Kconfig

Modified: dists/trunk/linux/debian/config/m68k/config
==============================================================================
--- dists/trunk/linux/debian/config/m68k/config	Sat Aug  9 17:43:49 2014	(r21715)
+++ dists/trunk/linux/debian/config/m68k/config	Sat Aug  9 17:52:47 2014	(r21716)
@@ -731,6 +731,7 @@
 # CONFIG_CGROUPS is not set
 # CONFIG_SCHED_AUTOGROUP is not set
 CONFIG_CC_OPTIMIZE_FOR_SIZE=y
+CONFIG_SYSFS_SYSCALL=y
 CONFIG_COMPAT_BRK=y
 # CONFIG_MODULE_SIG is not set
 

Modified: dists/trunk/linux/debian/config/powerpc/config.powerpc
==============================================================================
--- dists/trunk/linux/debian/config/powerpc/config.powerpc	Sat Aug  9 17:43:49 2014	(r21715)
+++ dists/trunk/linux/debian/config/powerpc/config.powerpc	Sat Aug  9 17:52:47 2014	(r21716)
@@ -91,6 +91,11 @@
 CONFIG_FB_IMSTT=y
 
 ##
+## file: init/Kconfig
+##
+CONFIG_SYSFS_SYSCALL=y
+
+##
 ## file: mm/Kconfig
 ##
 ## choice: Memory model



More information about the Kernel-svn-changes mailing list