summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/export-to-sqlite-report
diff options
context:
space:
mode:
authorNicholas Kazlauskas <nicholas.kazlauskas@amd.com>2018-08-03 10:40:20 -0400
committerAlex Deucher <alexander.deucher@amd.com>2018-08-13 17:29:44 -0500
commitdddc0557e3a02499ce336b1e2e67f5afaecccc80 (patch)
tree04b7289bad3a6e91dabc2fc69bf05ea44c1089bc /tools/perf/scripts/python/bin/export-to-sqlite-report
parent433149130c31de3f63b17b4ce08b45dab208f7e8 (diff)
downloadkernel-dddc0557e3a02499ce336b1e2e67f5afaecccc80.tar.gz
drm/amd/display: Guard against null crtc in CRC IRQ
[Why] A null pointer deference can occur if crtc is null in amdgpu_dm_crtc_handle_crc_irq. This can happen if get_crtc_by_otg_inst returns NULL during dm_crtc_high_irq, leading to a hang in some IGT test cases. [How] Check that CRTC is non-null before accessing its fields. Signed-off-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com> Reviewed-by: Sun peng Li <Sunpeng.Li@amd.com> Acked-by: Leo Li <sunpeng.li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-sqlite-report')
0 files changed, 0 insertions, 0 deletions
/kernel/commit/drivers/mtd/spi-nor/Kconfig?h=linux-6.12.y&id=e56beebbc7341fd72251bd31580ca4e4e5164d0f'>mtd: aspeed: add memory controllers for the Aspeed AST2400 SoCCédric Le Goater 2017-02-10mtd: spi-nor: add memory controllers for the Aspeed AST2500 SoCCédric Le Goater 2017-01-04mtd: spi-nor: cqspi: Fix build on arches missing readsl/writeslMarek Vasut 2017-01-03spi-nor: Add support for Intel SPI serial flash controllerMika Westerberg 2016-07-19mtd: spi-nor: don't build Cadence QuadSPI on non-ARMBrian Norris 2016-07-18mtd: spi-nor: Add driver for Cadence Quad SPI Flash ControllerGraham Moore 2016-07-15mtd: atmel-quadspi: add driver for Atmel QSPI controllerCyrille Pitchen 2016-07-13mtd: spi-nor: add hisilicon spi-nor flash controller driverJiancheng Xue