tmp_suning_uos_patched/arch
Vincent Stehlé 275ae411e5 perf/x86/intel/rapl: Fix pmus free during cleanup
On rapl cleanup path, kfree() is given by mistake the address of the
pointer of the structure to free (rapl_pmus->pmus + i). Pass the pointer
instead (rapl_pmus->pmus[i]).

Fixes: 9de8d68695 "perf/x86/intel/rapl: Convert it to a per package facility"
Signed-off-by: Vincent Stehlé <vincent.stehle@intel.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: stable@vger.kernel.org
Link: http://lkml.kernel.org/r/1464101629-14905-1-git-send-email-vincent.stehle@intel.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2016-05-25 10:56:43 +02:00
..
alpha
arc perf core: Pass max stack as a perf_callchain_entry context 2016-05-16 23:11:50 -03:00
arm perf/core improvements and fixes: 2016-05-20 08:20:14 +02:00
arm64 perf/core improvements and fixes: 2016-05-20 08:20:14 +02:00
avr32
blackfin
c6x
cris
frv
h8300
hexagon
ia64 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2016-05-16 15:15:17 -07:00
m32r
m68k
metag perf core: Add a 'nr' field to perf_event_callchain_context 2016-05-16 23:11:51 -03:00
microblaze
mips perf core: Add a 'nr' field to perf_event_callchain_context 2016-05-16 23:11:51 -03:00
mn10300
nios2
openrisc
parisc
powerpc perf/core improvements and fixes: 2016-05-20 08:20:14 +02:00
s390 perf/core improvements and fixes: 2016-05-20 08:20:14 +02:00
score
sh perf/core improvements and fixes: 2016-05-20 08:20:14 +02:00
sparc perf/core improvements and fixes: 2016-05-20 08:20:14 +02:00
tile perf core: Pass max stack as a perf_callchain_entry context 2016-05-16 23:11:50 -03:00
um
unicore32
x86 perf/x86/intel/rapl: Fix pmus free during cleanup 2016-05-25 10:56:43 +02:00
xtensa perf/core improvements and fixes: 2016-05-20 08:20:14 +02:00
.gitignore
Kconfig