[kernel] r11677 - in dists/sid/linux-2.6/debian: . config

Steve Langasek vorlon at alioth.debian.org
Sat Jun 21 20:05:34 UTC 2008


Author: vorlon
Date: Sat Jun 21 20:05:32 2008
New Revision: 11677

Log:
Enable CONFIG_CIFS_EXPERIMENTAL and CONFIG_CIFS_UPCALL, required for
CIFS mounts to be able to use Kerberos authentication.  Closes: #480663.

Modified:
   dists/sid/linux-2.6/debian/changelog
   dists/sid/linux-2.6/debian/config/config

Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog	(original)
+++ dists/sid/linux-2.6/debian/changelog	Sat Jun 21 20:05:32 2008
@@ -55,6 +55,10 @@
   [ Martin Michlmayr]
   * [arm/orion5x] Enable INPUT_EVDEV and KEYBOARD_GPIO.
 
+  [ Steve Langasek ]
+  * Enable CONFIG_CIFS_EXPERIMENTAL and CONFIG_CIFS_UPCALL, required for
+    CIFS mounts to be able to use Kerberos authentication.  Closes: #480663.
+
  -- maximilian attems <maks at debian.org>  Tue, 17 Jun 2008 15:32:16 +0200
 
 linux-2.6 (2.6.25-5) unstable; urgency=low

Modified: dists/sid/linux-2.6/debian/config/config
==============================================================================
--- dists/sid/linux-2.6/debian/config/config	(original)
+++ dists/sid/linux-2.6/debian/config/config	Sat Jun 21 20:05:32 2008
@@ -1667,7 +1667,8 @@
 CONFIG_CIFS_XATTR=y
 CONFIG_CIFS_POSIX=y
 # CONFIG_CIFS_DEBUG2 is not set
-# CONFIG_CIFS_EXPERIMENTAL is not set
+CONFIG_CIFS_EXPERIMENTAL=y
+CONFIG_CIFS_UPCALL=y
 CONFIG_NCP_FS=m
 CONFIG_CODA_FS=m
 # CONFIG_CODA_FS_OLD_API is not set



More information about the Kernel-svn-changes mailing list