Revision 80c65fdb4c6920e332a9781a3de5877594b07522 authored by Kan Liang on 29 June 2017, 19:09:26 UTC, committed by Thomas Gleixner on 29 June 2017, 19:28:13 UTC
Should not init a NULL box. It will cause system crash.
The issue looks like caused by a typo.

This was not noticed because there is no NULL box. Also, for most
boxes, they are enabled by default. The init code is not critical.

Fixes: fff4b87e594a ("perf/x86/intel/uncore: Make package handling more robust")
Signed-off-by: Kan Liang <kan.liang@intel.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: stable@vger.kernel.org
Link: http://lkml.kernel.org/r/20170629190926.2456-1-kan.liang@intel.com

1 parent 98fe363
History
File Mode Size
Kconfig -rw-r--r-- 365 bytes
Makefile -rw-r--r-- 261 bytes
async_memcpy.c -rw-r--r-- 3.2 KB
async_pq.c -rw-r--r-- 13.1 KB
async_raid6_recov.c -rw-r--r-- 14.9 KB
async_tx.c -rw-r--r-- 7.7 KB
async_xor.c -rw-r--r-- 9.8 KB
raid6test.c -rw-r--r-- 6.5 KB

back to top