aufs: Hide CONFIG_AUFS_PROC_MAP, which requires a patch we don't apply (Closes: #693332)

svn path=/dists/trunk/linux/; revision=19795
This commit is contained in:
Ben Hutchings 2013-02-07 05:07:26 +00:00
parent 1e98a9bf8c
commit e1dc799f84
3 changed files with 21 additions and 1 deletions

2
debian/changelog vendored
View File

@ -7,6 +7,8 @@ linux (3.7.6-1~experimental.1) UNRELEASED; urgency=low
[ Ben Hutchings ]
* Add powerpcspe architecture, thanks to Roland Stigge (Closes: #693042)
* aufs: Hide CONFIG_AUFS_PROC_MAP, which requires a patch we don't apply
(Closes: #693332)
-- Ben Hutchings <ben@decadent.org.uk> Thu, 07 Feb 2013 03:14:30 +0000

View File

@ -0,0 +1,17 @@
From: Ben Hutchings <ben@decadent.org.uk>
Subject: AUFS_PROC_MAP is BROKEN
Date: Thu, 07 Feb 2013 05:02:18 +0000
Bug-Debian: http://bugs.debian.org/693332
This config option depends on aufs3-proc_map.patch, which we don't apply.
--- a/fs/aufs/Kconfig
+++ b/fs/aufs/Kconfig
@@ -102,6 +102,7 @@ config AUFS_RDU
config AUFS_PROC_MAP
bool "support for /proc/maps and lsof(1)"
+ depends on BROKEN
depends on PROC_FS
help
When you issue mmap(2) in aufs, it is actually a direct mmap(2)

View File

@ -15,6 +15,8 @@ features/all/aufs3/aufs3-kbuild.patch
features/all/aufs3/aufs3-add.patch
# mark as staging/crap
features/all/aufs3/mark-as-staging.patch
# hide broken config option
features/all/aufs3/AUFS_PROC_MAP-is-BROKEN.patch
bugfix/ia64/hardcode-arch-script-output.patch
bugfix/mips/disable-advansys.patch
@ -70,4 +72,3 @@ debian/mgag200-disable-autoload.patch
bugfix/all/ath6kl-do-not-use-virt_addr_valid.patch
features/all/xen/microcode-api-update.patch