diff options
author | Jiri Olsa <[email protected]> | 2017-04-11 09:14:46 +0200 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2017-04-11 09:48:12 +0200 |
commit | 7f00f388712b29005782bad7e4b25942620f3b9c (patch) | |
tree | f8b1b2f7a6ec3238171276b7c3ecac242fccc36d /lib/netdev-notifier-error-inject.c | |
parent | 1c99a6874133ebf4513504ef7c32ce1f532d323f (diff) |
x86/intel_rdt: Fix locking in rdtgroup_schemata_write()
The schemata lock is released before freeing the resource's temporary
tmp_cbms allocation. That's racy versus another write which allocates and
uses new temporary storage, resulting in memory leaks, freeing in use
memory, double a free or any combination of those.
Move the unlock after the release code.
Fixes: 60ec2440c63d ("x86/intel_rdt: Add schemata file")
Signed-off-by: Jiri Olsa <[email protected]>
Cc: Fenghua Yu <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Shaohua Li <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'lib/netdev-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions