summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2019-09-24 16:40:21 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2019-09-24 16:40:21 -0700
commitb6cb84b4fc580098a5934078e4c8dc39e3925f07 (patch)
tree288ffeb49b7ff39f30470e323285869ee2975c1f /tools/perf/scripts/python/syscall-counts.py
parent2e959dd87a9f58f1ad824d830e06388c9e328239 (diff)
parent32960613b7c3352ddf38c42596e28a16ae36335e (diff)
downloadkernel-b6cb84b4fc580098a5934078e4c8dc39e3925f07.tar.gz
Merge tag 'for-5.4/io_uring-2019-09-24' of git://git.kernel.dk/linux-block
Pull more io_uring updates from Jens Axboe: "A collection of later fixes and additions, that weren't quite ready for pushing out with the initial pull request. This contains: - Fix potential use-after-free of shadow requests (Jackie) - Fix potential OOM crash in request allocation (Jackie) - kmalloc+memcpy -> kmemdup cleanup (Jackie) - Fix poll crash regression (me) - Fix SQ thread not being nice and giving up CPU for !PREEMPT (me) - Add support for timeouts, making it easier to do epoll_wait() conversions, for instance (me) - Ensure io_uring works without f_ops->read_iter() and f_ops->write_iter() (me)" * tag 'for-5.4/io_uring-2019-09-24' of git://git.kernel.dk/linux-block: io_uring: correctly handle non ->{read,write}_iter() file_operations io_uring: IORING_OP_TIMEOUT support io_uring: use cond_resched() in sqthread io_uring: fix potential crash issue due to io_get_req failure io_uring: ensure poll commands clear ->sqe io_uring: fix use-after-free of shadow_req io_uring: use kmemdup instead of kmalloc and memcpy
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions
rnel/commit/fs/dlm/midcomms.c?h=linux-6.12.y&id=e01c4b7bd41522ae0299c07e2ee8c721fee02595'>fd: dlm: trace send/recv of dlm message and rcomAlexander Aring 2022-11-08fs: dlm: use packet in dlm_mhandleAlexander Aring 2022-04-06dlm: check required context while closeAlexander Aring 2022-04-06dlm: move conversion to compile timeAlexander Aring 2022-04-06dlm: use __le types for dlm headerAlexander Aring 2022-04-06dlm: add __CHECKER__ for false positivesAlexander Aring 2021-12-07fs: dlm: memory cache for midcomms hotpathAlexander Aring 2021-11-05fs: dlm:Remove unneeded semicolonZhang Mingyu 2021-11-02fs: dlm: add debugfs rawmsg send functionalityAlexander Aring 2021-11-02fs: dlm: let handle callback data as voidAlexander Aring 2021-11-02fs: dlm: move version conversion to compile timeAlexander Aring 2021-11-02fs: dlm: debug improvements print nodeidAlexander Aring 2021-08-19fs: dlm: implement delayed ack handlingAlexander Aring 2021-06-11fs: dlm: invalid buffer access in lookup errorAlexander Aring 2021-06-11fs: dlm: fix race in mhandle deletionAlexander Aring 2021-06-02fs: dlm: rename socket and app buffer definesAlexander Aring 2021-05-26fs: dlm: Fix spelling mistake "stucked" -> "stuck"Colin Ian King 2021-05-25fs: dlm: add midcomms debugfs functionalityAlexander Aring 2021-05-25fs: dlm: add reliable connection if reconnectAlexander Aring 2021-05-25fs: dlm: make buffer handling per msgAlexander Aring 2021-05-25fs: dlm: add more midcomms hooksAlexander Aring 2021-03-09fs: dlm: remove unaligned memory access handlingAlexander Aring 2021-03-09fs: dlm: check on minimum msglen sizeAlexander Aring 2020-09-29fs: dlm: rework receive handlingAlexander Aring 2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193Thomas Gleixner