commit | 8b2b9c1af065a45ef00c26964420489a53581779 | [log] [tgz] |
---|---|---|
author | Akinobu Mita <akinobu.mita@gmail.com> | Tue Jul 15 17:09:03 2008 +0900 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Jul 18 17:49:33 2008 +0200 |
tree | 214f389c25ddb34604619becd292ed355a33d109 | |
parent | 2b7207a6b53bd07be53b4753a3ea5ecb8d180048 [diff] |
x86, intel_cacheinfo: fix use-after-free cache_kobject This avoids calling kobject_uevent() with cache_kobject that has already been deallocated in an error path. Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> Cc: "H. Peter Anvin" <hpa@zytor.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>