]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'ima-memory-use-fixes'
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 26 Oct 2010 18:37:48 +0000 (11:37 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 26 Oct 2010 18:37:48 +0000 (11:37 -0700)
commite8eefbd7974c487d2d52dc943d0db5d2e2c9a443
treec6388d7e40f0f6a70d7ba6a4d4aeaa0d1f5591f6
parenta03bd4f1b9e6b04ae0cda9348d2573eaa37f7200
parent4e0e58a4f8547f140dc9163b6100a2ec031aa83f
Merge branch 'ima-memory-use-fixes'

* ima-memory-use-fixes:
  IMA: fix the ToMToU logic
  IMA: explicit IMA i_flag to remove global lock on inode_delete
  IMA: drop refcnt from ima_iint_cache since it isn't needed
  IMA: only allocate iint when needed
  IMA: move read counter into struct inode
  IMA: use i_writecount rather than a private counter
  IMA: use inode->i_lock to protect read and write counters
  IMA: convert internal flags from long to char
  IMA: use unsigned int instead of long for counters
  IMA: drop the inode opencount since it isn't needed for operation
  IMA: use rbtree instead of radix tree for inode information cache
include/linux/fs.h
security/security.c