summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2024-06-06 19:49:26 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-07-04 12:02:38 +0200
commit23c6859677066fa3d6bb3672703636dd673cb5dd (patch)
treef522104072b2c15862074e577b3e2db15bba510e /tools/perf/scripts/python/event_analyzing_sample.py
parentd69d804845985c29ab5be5a4b3b1f4787893daf8 (diff)
downloadkernel-23c6859677066fa3d6bb3672703636dd673cb5dd.tar.gz
driver core: platform: Switch to use kmemdup_array()
Let the kememdup_array() take care about multiplication and possible overflows. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20240606164926.3031358-1-andriy.shevchenko@linux.intel.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions
=3e7318584dfec11992f3ac45658c4bc1210b3778'>powerpc: Remove CONFIG_PPC_FSL_BOOK3EChristophe Leroy 2022-09-26powerpc/64: Remove unused SYS_CALL_TABLE symbolMichael Ellerman 2022-05-19powerpc: Replace PPC64_ELF_ABI_v{1/2} by CONFIG_PPC64_ELF_ABI_V{1/2}Christophe Leroy 2022-05-06powerpc/64: remove system call instruction emulationNicholas Piggin 2022-01-18powerpc/64s: Mask SRR0 before checking against the masked NIPNicholas Piggin 2021-12-25powerpc/64s: Use EMIT_WARN_ENTRY for SRR debug warningsMichael Ellerman 2021-12-25powerpc/64s: Mask NIP before checking against SRR0Michael Ellerman 2021-12-23powerpc/64/asm: Do not reassign labelsDaniel Axtens 2021-11-29powerpc: flexible GPR range save/restore macrosNicholas Piggin 2021-09-13powerpc/64s: system call scv tabort fix for corrupt irq soft-mask stateNicholas Piggin 2021-07-06powerpc/64e: Fix system call illegal mtmsrd instructionNicholas Piggin 2021-06-30powerpc/64s: move ret_from_fork etc above __end_soft_maskedNicholas Piggin 2021-06-30powerpc/64s/interrupt: clean up interrupt return labelsNicholas Piggin 2021-06-30powerpc/64/interrupt: add missing kprobe annotations on interrupt exit symbolsNicholas Piggin 2021-06-30powerpc/64s: add a table of implicit soft-masked addressesNicholas Piggin 2021-06-30powerpc/64e: remove implicit soft-masking and interrupt exit restart logicNicholas Piggin 2021-06-25powerpc/64: use interrupt restart table to speed up return from interruptNicholas Piggin 2021-06-25powerpc/64: treat low kernel text as irqs soft-maskedNicholas Piggin 2021-06-25powerpc/64s: system call avoid setting MSR[RI] until we set MSR[EE]Nicholas Piggin 2021-06-25powerpc/64: move interrupt return asm to interrupt_64.SNicholas Piggin