summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2010-03-16 20:12:06 +0000
committerThomas Sachau <tommy@gentoo.org>2010-03-16 20:12:06 +0000
commit142fccae5fba2865e80e40142dde2eb26964ae19 (patch)
treed2ebc16fb7eabf0e32f6770ae13d26b6695ccd45 /sys-fs/aufs2
parentRemove inactive pgsql mirror (diff)
downloadgentoo-2-142fccae5fba2865e80e40142dde2eb26964ae19.tar.gz
gentoo-2-142fccae5fba2865e80e40142dde2eb26964ae19.tar.bz2
gentoo-2-142fccae5fba2865e80e40142dde2eb26964ae19.zip
Bump patch for kernel 2.6.31
(Portage version: 2.2_rc67-r2/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/aufs2')
-rw-r--r--sys-fs/aufs2/ChangeLog6
-rw-r--r--sys-fs/aufs2/files/aufs2-standalone-31.patch27
2 files changed, 27 insertions, 6 deletions
diff --git a/sys-fs/aufs2/ChangeLog b/sys-fs/aufs2/ChangeLog
index 52b6cabd990c..6e8089665ae4 100644
--- a/sys-fs/aufs2/ChangeLog
+++ b/sys-fs/aufs2/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/aufs2
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs2/ChangeLog,v 1.15 2010/03/14 20:23:43 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs2/ChangeLog,v 1.16 2010/03/16 20:12:05 tommy Exp $
+
+ 16 Mar 2010; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
+ files/aufs2-standalone-31.patch:
+ Bump patch for kernel 2.6.31
*aufs2-0_p20100308 (14 Mar 2010)
diff --git a/sys-fs/aufs2/files/aufs2-standalone-31.patch b/sys-fs/aufs2/files/aufs2-standalone-31.patch
index 946177513b1b..d9b492284011 100644
--- a/sys-fs/aufs2/files/aufs2-standalone-31.patch
+++ b/sys-fs/aufs2/files/aufs2-standalone-31.patch
@@ -1,7 +1,7 @@
-aufs2 standalone patch for linux-2.6.
+aufs2 standalone patch for linux-2.6.31
diff --git a/fs/namei.c b/fs/namei.c
-index dcedad1..728a39b 100644
+index b49c2af..4521c70 100644
--- a/fs/namei.c
+++ b/fs/namei.c
@@ -337,6 +337,7 @@ int deny_write_access(struct file * file)
@@ -72,6 +72,15 @@ index 0cb8873..0e7b0b9 100644
/**
* splice_direct_to_actor - splices data directly between two non-pipes
+diff --git a/security/commoncap.c b/security/commoncap.c
+index e3097c0..96f9a66 100644
+--- a/security/commoncap.c
++++ b/security/commoncap.c
+@@ -1014,3 +1014,4 @@ int cap_file_mmap(struct file *file, unsigned long reqprot,
+ }
+ return ret;
+ }
++EXPORT_SYMBOL(cap_file_mmap);
diff --git a/security/device_cgroup.c b/security/device_cgroup.c
index b8186ba..42208d8 100644
--- a/security/device_cgroup.c
@@ -85,10 +94,10 @@ index b8186ba..42208d8 100644
int devcgroup_inode_mknod(int mode, dev_t dev)
{
diff --git a/security/integrity/ima/ima_main.c b/security/integrity/ima/ima_main.c
-index 4732f5e..6fa13dd 100644
+index b85e61b..a23fad4 100644
--- a/security/integrity/ima/ima_main.c
+++ b/security/integrity/ima/ima_main.c
-@@ -320,6 +320,7 @@ int ima_file_mmap(struct file *file, unsigned long prot)
+@@ -324,6 +324,7 @@ int ima_file_mmap(struct file *file, unsigned long prot)
MAY_EXEC, FILE_MMAP);
return 0;
}
@@ -97,7 +106,7 @@ index 4732f5e..6fa13dd 100644
/**
* ima_bprm_check - based on policy, collect/store measurement.
diff --git a/security/security.c b/security/security.c
-index dc7674f..b309f88 100644
+index dc7674f..5356129 100644
--- a/security/security.c
+++ b/security/security.c
@@ -386,6 +386,7 @@ int security_path_mkdir(struct path *path, struct dentry *dentry, int mode)
@@ -180,3 +189,11 @@ index dc7674f..b309f88 100644
int security_file_alloc(struct file *file)
{
+@@ -641,6 +651,7 @@ int security_file_mmap(struct file *file, unsigned long reqprot,
+ {
+ return security_ops->file_mmap(file, reqprot, prot, flags, addr, addr_only);
+ }
++EXPORT_SYMBOL(security_file_mmap);
+
+ int security_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot,
+ unsigned long prot)