summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/netdev-times.py
diff options
context:
space:
mode:
authorHannes Reinecke <hare@suse.com>2019-03-26 00:38:45 -0700
committerMartin K. Petersen <martin.petersen@oracle.com>2019-03-27 21:54:52 -0400
commit78a8ab3cc0f95a66c8fb2429030289103de173e7 (patch)
tree5fe33202c67a24b03a69d535962cfda5e4597467 /tools/perf/scripts/python/netdev-times.py
parent6d1368e8f987dd4bb1be6506d5416cb90b4ecf7a (diff)
downloadkernel-78a8ab3cc0f95a66c8fb2429030289103de173e7.tar.gz
scsi: qedf: fixup bit operations
test_bit() is atomic, test_bit() || test_bit() is not. So protect consecutive bit tests with a lock to avoid races. Signed-off-by: Hannes Reinecke <hare@suse.com> Signed-off-by: Saurav Kashyap <skashyap@marvell.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions
f='/distro/kernel/commit/drivers/block/xen-blkback?h=linux-6.6.y&id=cbcc268bb1ce5b539e7652d398e08e9b83dc4cef'>fs: Move many prototypes to pagemap.hMatthew Wilcox (Oracle) 2022-03-21xen-blkback: remove redundant assignment to variable iColin Ian King 2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig 2022-02-02xen-blkback: bio_alloc can't fail if it is allow to sleepChristoph Hellwig 2021-11-29block: remove GENHD_FL_CDChristoph Hellwig 2021-10-22xen-blkback: use sync_blockdevChristoph Hellwig 2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan 2021-04-23xen-blkback: fix compatibility bug with single page ringsPaul Durrant 2021-03-30Merge tag 'for-linus-5.12b-rc6-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds 2021-03-26xen-blkback: don't leak persistent grants from xen_blkbk_map()Jan Beulich 2021-02-26block: Add bio_max_segsMatthew Wilcox (Oracle) 2021-02-21Merge tag 'for-linus-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds 2021-02-15xen-blkback: fix error handling in xen_blkbk_map()Jan Beulich 2021-02-15xen-blkback: don't "handle" error by BUG()Jan Beulich 2021-02-11xen/events: link interdomain events to associated xenbus deviceJuergen Gross 2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds 2020-12-14xen-blkback: set ring->xenblkd to NULL after kthread_stop()Pawel Wieczorkiewicz 2020-12-14xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()SeongJae Park 2020-12-09xen: add helpers for caching grant mapping pagesJuergen Gross 2020-12-01block: remove the nr_sects field in struct hd_structChristoph Hellwig