summaryrefslogtreecommitdiff
path: root/scripts/decode_stacktrace.sh
diff options
context:
space:
mode:
authorWen Gu <guwen@linux.alibaba.com>2024-04-28 14:07:28 +0800
committerPaolo Abeni <pabeni@redhat.com>2024-04-30 13:24:48 +0200
commit784c46f5467c3cd516e518de211e26611da5c0fb (patch)
treec742e6d8fe17d48e38d5251c8b349c36d73e509b /scripts/decode_stacktrace.sh
parente5c5f3596de224422561d48eba6ece5210d967b3 (diff)
downloadkernel-784c46f5467c3cd516e518de211e26611da5c0fb.tar.gz
net/smc: decouple ism_client from SMC-D DMB registration
The struct 'ism_client' is specialized for s390 platform firmware ISM. So replace it with 'void' to make SMCD DMB registration helper generic for both Emulated-ISM and existing ISM. Signed-off-by: Wen Gu <guwen@linux.alibaba.com> Reviewed-by: Wenjia Zhang <wenjia@linux.ibm.com> Reviewed-and-tested-by: Jan Karcher <jaka@linux.ibm.com> Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'scripts/decode_stacktrace.sh')
0 files changed, 0 insertions, 0 deletions
nux/io_uring/cmd.h?h=master&id=ef490275297267d9461733ecd9b02bd3b798b3a4'>io_uring/cmd: introduce io_uring_cmd_import_fixed_vecPavel Begunkov 2025-02-28io_uring/ublk: report error when unregister operation failsCaleb Sander Mateos 2025-02-28io_uring/uring_cmd: specify io_uring_cmd_import_fixed() pointer typeCaleb Sander Mateos 2025-02-28io_uring: add support for kernel registered bvecsKeith Busch 2025-02-27io_uring/nvme: pass issue_flags to io_uring_cmd_import_fixed()Pavel Begunkov 2025-01-23io_uring: get rid of alloc cache init_once handlingJens Axboe 2025-01-09Merge tag 'for-6.13-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds 2025-01-06io_uring: add io_uring_cmd_get_async_data helperMark Harmstone 2025-01-06io_uring/cmd: add per-op data to struct io_uring_cmd_dataJens Axboe 2025-01-06io_uring/cmd: rename struct uring_cache to io_uring_cmd_dataJens Axboe 2024-12-03io_uring: Change res2 parameter type in io_uring_cmd_doneBernd Schubert 2024-11-06io_uring: move struct io_kiocb from task_struct to io_uring_taskJens Axboe 2024-09-11io_uring/cmd: give inline space in request to cmdsPavel Begunkov 2024-09-11io_uring/cmd: expose iowq to cmdsPavel Begunkov 2024-04-15nvme/io_uring: use helper for polled completionsJens Axboe 2024-04-15io_uring/cmd: document some uring_cmd related helpersPavel Begunkov