summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorVasily Gorbik <gor@linux.ibm.com>2021-05-12 19:42:13 +0200
committerIngo Molnar <mingo@kernel.org>2021-05-12 21:17:01 +0200
commitf66c05d6baf36069c01a02f869bebb75586f2318 (patch)
tree9a4b9a0f7beb3453214f17bee4db3a8934c5e549 /tools/perf/scripts/python/event_analyzing_sample.py
parent46c7405df7de8deb97229eacebcee96d61415f3f (diff)
downloadkernel-f66c05d6baf36069c01a02f869bebb75586f2318.tar.gz
objtool/x86: Fix elf_add_alternative() endianness
Currently x86 kernel cross-compiled on big endian system fails at boot with: kernel BUG at arch/x86/kernel/alternative.c:258! Corresponding bug condition look like the following: BUG_ON(feature >= (NCAPINTS + NBUGINTS) * 32); Fix that by converting alternative feature/cpuid to target endianness. Fixes: 9bc0bb50727c ("objtool/x86: Rewrite retpoline thunk calls") Signed-off-by: Vasily Gorbik <gor@linux.ibm.com> Signed-off-by: Ingo Molnar <mingo@kernel.org> Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Link: https://lore.kernel.org/r/patch-2.thread-6c9df9.git-6c9df9a8098d.your-ad-here.call-01620841104-ext-2554@work.hours
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions
ad2003ad99d96c19a31619b19ad14b9'>xhci: export two xhci_hub functions for xhci-pci module usageMathias Nyman 2022-08-25Revert "xhci: turn off port power in shutdown"Mathias Nyman 2022-08-25xhci: Add grace period after xHC start to prevent premature runtime suspend.Mathias Nyman 2022-06-23xhci: turn off port power in shutdownMathias Nyman 2022-05-12xhci: prepare for operation w/o shared hcdHeiner Kallweit 2022-04-09xhci: increase usb U3 -> U0 link resume timeout from 100ms to 500msMathias Nyman 2022-03-03xhci: fix runtime PM imbalance in USB2 resumeHenry Lin 2022-03-03xhci: make xhci_handshake timeout for xhci_reset() adjustableMathias Nyman