First  |  Prev |  Next  |  Last
Pages: 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910
Boston Linux Power Management Mini-summit - August 9th, 2010
The Linux Foundation is graciously providing facilities for our 2010 Linux Power Management Mini-Summit at LinuxCon Boston. This is an opportunity for members of the Linux Power Management development community to meet face-to-face to discuss the future. We will meet on Monday, August 9th at LinuxCon Boston. h... 24 Jun 2010 16:22
pid_ns: Fix proc_flush_task() accessing freed proc_mnt
On 06/24, Louis Rilling wrote: [ Resending because of buggy quotes in Eric's address. Sorry for the noise. ] On 06/19, Oleg Nesterov wrote: And the last one on top of this series, before I go away from this thread ;) Since my further fixes were not approved, I think at least it makes ... 25 Jun 2010 18:40
[PATCH] vfs rerepost: fix RCU-lockdep false positive due to /proc
If a single-threaded process does a file-descriptor operation, and some other process accesses that same file descriptor via /proc, the current rcu_dereference_check_fdtable() can give a false-positive RCU-lockdep splat due to the reference count being increased by the /proc access after the reference-count check i... 24 Jun 2010 16:22
Bug#584846: Detects only 64MB and fails to boot on Intel Green City board if e820 hooked by GRUB2
On Thu, Jun 24, 2010 at 07:18:34AM -0700, H. Peter Anvin wrote: On 06/24/2010 12:27 AM, Josh Triplett wrote: The following patch fixes GRUB; with this patch, I can reserve memory (such as with drivemap), boot 2.6.35-rc3 successfully, and it detects all of my RAM. Congratulations! You have just... 24 Jun 2010 15:15
[PATCH 05/15] ima: move ima_file_free before releasing the file
Integrity appraisal measures files on file_free and stores the file measurement as an xattr. Measure the file before releasing it. Signed-off-by: Mimi Zohar <zohar(a)us.ibm.com> Acked-by: Serge Hallyn <serue(a)us.ibm.com> --- fs/file_table.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --gi... 24 Jun 2010 15:15
[PATCH 09/15] evm: inode_post_init
Initialize 'security.evm' for new files. Reduce number of arguments by defining 'struct xattr'. Signed-off-by: Mimi Zohar <zohar(a)us.ibm.com> Acked-by: Serge Hallyn <serue(a)us.ibm.com> --- include/linux/evm.h | 11 ++++++++++ include/linux/xattr.h | 6 +++++ security/integrity... 24 Jun 2010 15:15
[PATCH 03/15] xattr: define vfs_getxattr_alloc and vfs_xattr_cmp
vfs_getxattr_alloc() and vfs_xattr_cmp() are two new kernel xattr helper functions. vfs_getxattr_alloc() first allocates memory for the requested xattr and then retrieves it. vfs_xattr_cmp() compares a given value with the contents of an extended attribute. Signed-off-by: Mimi Zohar <zohar(a)us.ibm.com> Acked-by:... 24 Jun 2010 15:15
[PATCH 02/15] security: move LSM xattrnames to xattr.h
Make the security extended attributes names global. Signed-off-by: Mimi Zohar <zohar(a)us.ibm.com> Acked-by: Serge Hallyn <serue(a)us.ibm.com> --- include/linux/capability.h | 3 --- include/linux/xattr.h | 10 ++++++++++ security/selinux/hooks.c | 3 --- security/smack/smack.h | 2 -- 4 fi... 24 Jun 2010 15:15
[PATCH 06/15] security: imbed evm calls in security hooks
Imbed the evm calls evm_inode_setxattr(), evm_inode_post_setxattr(), evm_inode_removexattr() in the security hooks. evm_inode_setxattr() protects security.evm xattr. evm_inode_post_setxattr() and evm_inode_removexattr() updates the hmac associated with an inode. (Assumes an LSM module protects the setting/remov... 24 Jun 2010 15:15
[PATCH 08/15] evm: imbed evm_inode_post_setattr
Changing the inode's metadata may require the 'security.evm' extended attribute to be re-calculated and updated. Signed-off-by: Mimi Zohar <zohar(a)us.ibm.com> Acked-by: Serge Hallyn <serue(a)us.ibm.com> --- fs/attr.c | 5 ++++- include/linux/evm.h | 6 ++++++ 2 files changed, 10 insertions(+), 1 ... 24 Jun 2010 15:15
First  |  Prev |  Next  |  Last
Pages: 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910