https://github.com/torvalds/linux
Revision ffb733c65000ee701294f7b80c4eca2a5f335637 authored by paul.moore@hp.com on 04 October 2006, 15:46:31 UTC, committed by David S. Miller on 12 October 2006, 06:59:29 UTC
Testing revealed a problem with the NetLabel cache where a cached entry could
be freed while in use by the LSM layer causing an oops and other problems.
This patch fixes that problem by introducing a reference counter to the cache
entry so that it is only freed when it is no longer in use.

Signed-off-by: Paul Moore <paul.moore@hp.com>
Signed-off-by: James Morris <jmorris@namei.org>
1 parent c25d518
History
Tip revision: ffb733c65000ee701294f7b80c4eca2a5f335637 authored by paul.moore@hp.com on 04 October 2006, 15:46:31 UTC
NetLabel: fix a cache race condition
Tip revision: ffb733c
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 542 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 88.2 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 73.2 KB
Makefile -rw-r--r-- 48.9 KB
README -rw-r--r-- 16.2 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top