aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorHugh Dickins <hugh.dickins@tiscali.co.uk>2009-06-06 21:18:09 +0100
committerLinus Torvalds <torvalds@linux-foundation.org>2009-06-06 14:33:41 -0700
commitf07502dae230a2c3b65381fd1b06e8a18b2c7525 (patch)
tree0576d509666204c8c2ad3fd023c673b46f57bf78 /kernel
parentMerge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 (diff)
integrity: fix IMA inode leak
CONFIG_IMA=y inode activity leaks iint_cache and radix_tree_node objects until the system runs out of memory. Nowhere is calling ima_inode_free() a.k.a. ima_iint_delete(). Fix that by calling it from destroy_inode(). Signed-off-by: Hugh Dickins <hugh.dickins@tiscali.co.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions
s='libravatar'>Alek Du1-14/+1 2011-03-30spi/dw_spi: unify the low level read/write routinesFeng Tang1-77/+26 2011-03-18spi/dw_spi: move dw_spi.h into drivers/spiGrant Likely1-2/+2 2010-12-30spi/dw_spi Typo change diable to disable.Justin P. Mattock1-1/+1 2010-12-24spi/dw_spi: add DMA supportFeng Tang1-12/+21 2010-12-24spi/dw_spi: change to EXPORT_SYMBOL_GPL for exported APIsFeng Tang1-4/+4 2010-12-24spi/dw_spi: Fix too short timeout in spi polling loopFeng Tang1-3/+6 2010-12-14dw_spi: Fix missing final read in some polling situationsMajor Lee1-0/+5 2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1 2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1 2010-09-08spi/dw_spi: clean the cs_control codeFeng Tang1-12/+5 2010-09-08spi/dw_spi: Allow interrupt sharingYong Wang1-1/+6 2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1 2010-01-21spi/dw_spi: fix missing export of dw_spi_remove_hostFeng Tang1-0/+1 2010-01-21spi/dw_spi: conditional transfer mode changesGeorge Shore1-0/+16 2010-01-21spi/dw_spi: remove conditional from 'poll_transfer'.George Shore1-5/+2 2010-01-21spi/dw_spi: fixed a spelling typo in a warning message.George Shore1-1/+1 2010-01-21spi/dw_spi: add return value to empty mrst_spi_debugfs_init()George Shore1-0/+1 2010-01-21spi/dw_spi: add a FIFO depth detectionFeng Tang1-0/+16 2010-01-20spi/dw_spi: fix __init/__devinit section mismatchGrant Likely1-1/+1 2010-01-20spi/dw_spi: refine the IRQ mode working flowFeng Tang1-25/+39 2010-01-20spi/dw_spi: bug fix in wait_till_not_busy()Feng Tang1-1/+1 2009-12-17spi: controller driver for Designware SPI coreFeng Tang1-0/+944