summaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2018-05-18 01:04:45 -0700
committerInki Dae <inki.dae@samsung.com>2018-05-25 14:47:40 +0900
commit19832055e2bf5e67f506bac62e4e07326fb545b7 (patch)
tree0546773e07eb7b09f4d83f06a510c870d6c01727 /scripts/objdiff
parent12678199c77d196ee23ca2cde4318b6a0e343687 (diff)
downloadkernel-19832055e2bf5e67f506bac62e4e07326fb545b7.tar.gz
drm/exynos: fimc: signedness bug in fimc_setup_clocks()
"id" needs to be signed for the error handling to work. Fixes: 7a2d5c77c558 ("drm/exynos: fimc: Convert driver to IPP v2 core API") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions
href='/distro/kernel/commit/tools/perf/scripts/python?id=7b371afc9b67349c724c15d235924bc40694872a'>perf scripts python cs-etm: Update to use argparseJames Clark 2024-09-24perf scripting python: Add function to get a config valueJames Clark 2024-07-31perf scripts python cs-etm: Restore first sample log in verbose modeJames Clark 2024-06-26perf util: Make util its own libraryIan Rogers 2024-06-25tools/perf: Fix parallel-perf python script to replace new python syntax ":="...Athira Rajeev 2024-06-06perf script: netdev-times: add location parameter to consume_skbLucas Stach 2024-04-26perf scripts python: Add a script to run instances of 'perf script' in parallelAdrian Hunter 2023-12-20perf scripts python arm-cs-trace-disasm.py: Do not ignore disam first sampleRuidong Tian 2023-12-20perf scripts python arm-cs-trace-disasm.py: Set start vm addr of exectable fi...Ruidong Tian 2023-11-23perf tools: Address python 3.6 DeprecationWarning for string scapesBenjamin Gray 2023-08-24perf scripts python gecko: Launch the profiler UI on the default browser with...Anup Sharma 2023-08-24perf scripts python: Add support for input args in gecko scriptAnup Sharma 2023-08-15perf scripts python: Update audit-libs package name for python3Wei Li 2023-08-15perf scripts python: Support syscall name parsing on arm64Wei Li 2023-08-03perf script python: Cope with declarations after statements found in Python.hArnaldo Carvalho de Melo 2023-07-28perf scripts python: Add command execution for gecko scriptAnup Sharma 2023-07-28perf scripts python: Implement add sample function and thread processingAnup Sharma 2023-07-28perf scripts python: Implement add sample function and thread processingAnup Sharma 2023-07-28perf scripts python: Add trace end processing and PRODUCT and CATEGORIES info...Anup Sharma 2023-07-28perf scripts python: Add classes and conversion functionsAnup Sharma 2023-07-28perf scripts python: Extact necessary information from process eventAnup Sharma 2023-07-28perf scripts python: Add initial script file with usage informationAnup Sharma 2023-06-13perf python scripting: Get rid of unused import in arm-cs-trace-disasmSourabh Jain 2023-06-12perf thread: Add accessor functions for threadIan Rogers 2023-05-02perf script: Add new parameter in kfree_skb tracepoint to the python scripts ...Sriram Yagnaraman 2023-04-17perf script task-analyzer: Fix spelling mistake "miliseconds" -> "milliseconds"Colin Ian King 2023-04-12perf scripts python intel-pt-events: Delete unused 'event_attr variableAlexander Pantyukhin 2023-04-04perf map: Add accessor for dsoIan Rogers 2023-04-04perf maps: Add functions to access mapsIan Rogers 2023-03-15perf script: Fix Python support when no libtraceeventAdrian Hunter 2023-03-14perf scripts intel-pt-events.py: Fix IPC output for Python 2Roman Lozko 2023-01-19perf script flamegraph: Avoid d3-flame-graph package dependencyIan Rogers 2022-12-14perf script: task-analyzer add csv supportPetar Gligoric 2022-12-14perf script: Introduce task analyzer python scriptHagen Paul Pfeifer 2022-12-14perf build: Use libtraceevent from the systemIan Rogers