summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/task-analyzer-report
diff options
context:
space:
mode:
authorJoanne Koong <joannelkoong@gmail.com>2025-12-04 15:54:50 -0800
committerJens Axboe <axboe@kernel.dk>2025-12-05 09:52:02 -0700
commita4c694bfc2455e82b7caf6045ca893d123e0ed11 (patch)
treea2966e39c8205f2c96d24bcf09bce48ae7e1ba62 /tools/perf/scripts/python/bin/task-analyzer-report
parent78385c7299f7514697d196b3233a91bd5e485591 (diff)
downloadkernel-a4c694bfc2455e82b7caf6045ca893d123e0ed11.tar.gz
io_uring/kbuf: use WRITE_ONCE() for userspace-shared buffer ring fields
buf->addr and buf->len reside in memory shared with userspace. They should be written with WRITE_ONCE() to guarantee atomic stores and prevent tearing or other unsafe compiler optimizations. Signed-off-by: Joanne Koong <joannelkoong@gmail.com> Cc: Caleb Sander Mateos <csander@purestorage.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python/bin/task-analyzer-report')
0 files changed, 0 insertions, 0 deletions
6-19rsxx: Restructured DMA cancel scheme.Philip J Kelleher 2013-06-19rsxx: Individual workqueues for interruptible events.Philip J Kelleher 2013-03-26rsxx: remove unused variablePhilip J Kelleher 2013-03-26rsxx: enable error return of rsxx_eeh_save_issued_dmas()Philip J Kelleher 2013-03-25block: removes dynamic allocation on stackPhilip J Kelleher 2013-03-16rsxx: fix missing unlock on error return in rsxx_eeh_remap_dmas()Jens Axboe 2013-03-16Adding in EEH support to the IBM FlashSystem 70/80 device driverPhilip J Kelleher 2013-03-11block: IBM RamSan 70/80 error message bug fix.Philip J Kelleher 2013-03-11block: IBM RamSan 70/80 branding changes.Philip J Kelleher 2013-03-11block: IBM RamSan 70/80 fixes inconsistent locking.Philip J Kelleher 2013-03-11block: IBM RamSan 70/80 trivial changes.Philip J Kelleher 2013-02-18block: IBM RamSan 70/80 driver fixesPhilip J Kelleher 2013-02-07rsxx: add slab.h include to dma.cJens Axboe 2013-02-06block: remove new __devinit/exit annotations on ramsam driverStephen Rothwell 2013-02-05block: IBM RamSan 70/80 device driverjosh.h.morris@us.ibm.com