summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorJonathan Cavitt <jonathan.cavitt@intel.com>2025-12-22 20:19:59 +0000
committerThomas Hellström <thomas.hellstrom@linux.intel.com>2025-12-29 10:49:23 +0100
commitbed2a6bd20681aacfb063015c1edfab6f58a333e (patch)
tree7dfe3571da417f33e57a2a5b9b47401906c67d3a /tools/perf/scripts/python/export-to-postgresql.py
parent754c23238438600e9236719f7e67aff2c4d02093 (diff)
downloadkernel-bed2a6bd20681aacfb063015c1edfab6f58a333e.tar.gz
drm/xe/guc: READ/WRITE_ONCE g2h_fence->done
Use READ_ONCE and WRITE_ONCE when operating on g2h_fence->done to prevent the compiler from ignoring important modifications to its value. Fixes: dd08ebf6c352 ("drm/xe: Introduce a new DRM driver for Intel GPUs") Suggested-by: Matthew Brost <matthew.brost@intel.com> Signed-off-by: Jonathan Cavitt <jonathan.cavitt@intel.com> Cc: Rodrigo Vivi <rodrigo.vivi@intel.com> Reviewed-by: Matthew Brost <matthew.brost@intel.com> Link: https://patch.msgid.link/20251222201957.63245-5-jonathan.cavitt@intel.com Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com> (cherry picked from commit b5179dbd1c14743ae80f0aaa28eaaf35c361608f) Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions
ommit/drivers/ssb?h=linux-6.1.y&id=ebd27d3317c6521a9511f779ea96dc943c4e8003'>ssb: make SSB_PCICORE_HOSTMODE depend on SSB = yRafał Miłecki 2018-05-12Revert "ssb: Prevent build of PCI host features in module"Rafał Miłecki 2018-03-13ssb: use put_device() if device_register failArvind Yadav 2018-02-28ssb: Prevent build of PCI host features in moduleMatt Redfearn 2018-02-27ssb: return boolean instead of integer in ssb_dma_translation_special_bitGustavo A. R. Silva 2018-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo 2018-01-26ssb: Do not disable PCI host on non-MipsSven Joachim 2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2018-01-16ssb: Disable PCI host for PCI_DRIVERS_GENERICJames Hogan 2017-12-07ssb: make SSB a menuconfig to ease disabling it allVincent Legoll 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-05-24ssb: Delete an error message for a failed memory allocation in ssb_devices_re...Markus Elfring