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
.gitignore -rw-r--r-- 12 bytes
Kconfig -rw-r--r-- 2.1 KB
Makefile -rw-r--r-- 1.5 KB
asymmetric_keys.h -rw-r--r-- 657 bytes
asymmetric_type.c -rw-r--r-- 15.1 KB
mscode.asn1 -rw-r--r-- 840 bytes
mscode_parser.c -rw-r--r-- 2.9 KB
pkcs7.asn1 -rw-r--r-- 3.8 KB
pkcs7_key_type.c -rw-r--r-- 2.4 KB
pkcs7_parser.c -rw-r--r-- 16.2 KB
pkcs7_parser.h -rw-r--r-- 2.3 KB
pkcs7_trust.c -rw-r--r-- 4.7 KB
pkcs7_verify.c -rw-r--r-- 12.8 KB
public_key.c -rw-r--r-- 4.7 KB
restrict.c -rw-r--r-- 7.8 KB
signature.c -rw-r--r-- 1.7 KB
verify_pefile.c -rw-r--r-- 11.4 KB
verify_pefile.h -rw-r--r-- 1.2 KB
x509.asn1 -rw-r--r-- 1.6 KB
x509_akid.asn1 -rw-r--r-- 1.0 KB
x509_cert_parser.c -rw-r--r-- 15.8 KB
x509_parser.h -rw-r--r-- 2.3 KB
x509_public_key.c -rw-r--r-- 6.5 KB

back to top