summaryrefslogtreecommitdiff
path: root/tools/time
diff options
context:
space:
mode:
authorXiaoguang Wang <xiaoguang.wang@linux.alibaba.com>2021-09-14 22:38:52 +0800
committerJens Axboe <axboe@kernel.dk>2021-09-14 08:47:00 -0600
commit44df58d441a94de40d52fca67dc60790daee4266 (patch)
tree662056341938d161f51576009d690b3511553610 /tools/time
parent41d3a6bd1d37149b18331fc4bb789c5456a7aeb0 (diff)
downloadkernel-44df58d441a94de40d52fca67dc60790daee4266.tar.gz
io_uring: fix missing sigmask restore in io_cqring_wait()
Move get_timespec() section in io_cqring_wait() before the sigmask saving, otherwise we'll fail to restore sigmask once get_timespec() returns error. Fixes: c73ebb685fb6 ("io_uring: add timeout support for io_uring_enter()") Signed-off-by: Xiaoguang Wang <xiaoguang.wang@linux.alibaba.com> Link: https://lore.kernel.org/r/20210914143852.9663-1-xiaoguang.wang@linux.alibaba.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/time')
0 files changed, 0 insertions, 0 deletions
: Generate and store the L3 bank maskFrancois Dugast 2024-10-08drm/xe/ptl: L3bank mask is not available on the media GTShekhar Chauhan 2024-09-11drm/xe/topology: Convert register access to use xe_mmioMatt Roper 2024-07-22drm/xe: Fix warning on unreachable statementLucas De Marchi 2024-07-18drm/xe/uapi: Expose SIMD16 EU mask in topology queryLucas De Marchi 2024-05-02drm/xe/gt: Fix assert in L3 bank mask generationFrancois Dugast 2024-04-24drm/xe: Add helpers to loop over geometry and compute DSSJosé Roberto de Souza 2024-04-15drm/xe/gt: Add L3 bank mask to GT topologyFrancois Dugast 2024-03-14drm/xe: Add helper macro to loop each DSSZhanjun Dong 2024-02-09drm/xe: switch from drm_debug_printer() to device specific drm_dbg_printer()Jani Nikula 2023-12-21drm/xe/xe2: Add GT topology readoutMatt Roper 2023-12-21drm/xe: Fix check for platform without geometry pipelineMichał Winiarski 2023-12-19drm/xe/mmio: Use struct xe_regLucas De Marchi 2023-12-19drm/xe: Constify xe_dss_mask_group_ffs()Lucas De Marchi 2023-12-19drm/xe: Add support for CCS engine fusingMatt Roper 2023-12-19drm/xe: Do not spread i915_reg_defs.h includeLucas De Marchi 2023-12-19drm/xe: Sort includesLucas De Marchi 2023-12-19drm/xe: Remove unused functionsLucas De Marchi 2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost