summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorMathias Nyman <mathias.nyman@linux.intel.com>2017-09-18 17:39:13 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-09-18 17:10:41 +0200
commit5a838a13c9b4e5dd188b7a6eaeb894e9358ead0c (patch)
tree31917e8136c040a51ed8ee1bea687af57d0d3e9e /tools/perf/scripts/python
parent9821786d7c90eee2f6852261893d9703801aae47 (diff)
downloadkernel-5a838a13c9b4e5dd188b7a6eaeb894e9358ead0c.tar.gz
xhci: fix finding correct bus_state structure for USB 3.1 hosts
xhci driver keeps a bus_state structure for each hcd (usb2 and usb3) The structure is picked based on hcd speed, but driver only compared for HCD_USB3 speed, returning the wrong bus_state for HCD_USB31 hosts. This caused null pointer dereference errors in bus_resume function. Cc: <stable@vger.kernel.org> Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
'>kbuild: builddeb: Eliminate debian/arch useBastian Germann 2023-03-22kbuild: deb-pkg: set version for linux-headers pathsKevin Locke 2023-03-15kbuild: deb-pkg: use dh_listpackages to know enabled packagesMasahiro Yamada 2023-03-15kbuild: deb-pkg: split image and debug objects staging out into functionsMasahiro Yamada 2023-01-26builddeb: Consolidate consecutive chmod calls into oneSven Joachim 2022-04-22objtool: Add CONFIG_OBJTOOLJosh Poimboeuf 2020-11-02builddeb: Fix rootless build in setuid/setgid directorySven Joachim 2020-10-14kbuild: deb-pkg: do not build linux-headers package if CONFIG_MODULES=nMasahiro Yamada 2020-10-09builddeb: Enable rootless buildsGuillem Jover 2020-10-09builddeb: Pass -n to gzip for reproducible packagesGuillem Jover 2020-09-25kbuild: preprocess module linker scriptMasahiro Yamada 2020-01-29builddeb: split libc headers deployment out into a functionMasahiro Yamada 2020-01-29builddeb: split kernel headers deployment out into a functionMasahiro Yamada 2020-01-29builddeb: remove redundant make for ARCH=umMasahiro Yamada 2020-01-29builddeb: avoid invoking sub-shells where possibleMasahiro Yamada 2020-01-29builddeb: remove redundant $objtree/Masahiro Yamada 2020-01-29builddeb: match temporary directory name to the package nameMasahiro Yamada 2020-01-29builddeb: remove unneeded files in hdrobjfiles for headers packageMasahiro Yamada 2020-01-22builddeb: allow selection of .deb compressorMichał Mirosław 2020-01-14builddeb: make headers package thinnerMichał Mirosław 2019-07-17builddeb: generate multi-arch friendly linux-libc-dev packageCedric Hombourger 2019-06-15kbuild: deb-pkg: do not run headers_checkMasahiro Yamada 2019-03-14kbuild: pkg: grep include/config/auto.conf instead of $KCONFIG_CONFIGMasahiro Yamada 2019-03-14kbuild: deb-pkg: introduce is_enabled and if_enabled_echo to builddebMasahiro Yamada 2019-02-20kbuild: pkg: use -f $(srctree)/Makefile to recurse to top MakefileMasahiro Yamada