summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorArtemy Kovalyov <artemyko@mellanox.com>2017-04-05 09:23:51 +0300
committerDoug Ledford <dledford@redhat.com>2017-04-25 15:40:28 -0400
commitbd174fc2ca63f1c833a09f930796d789fb1f5361 (patch)
tree412988c919303bc48fce6a4ef10b6d8271f642e9 /tools/perf/scripts/python/syscall-counts.py
parent3e7e1193e28a1428e857f3f44870ec2dbd615e6a (diff)
downloadkernel-bd174fc2ca63f1c833a09f930796d789fb1f5361.tar.gz
IB/mlx5: Fix function updating xlt emergency path
In memory shortage path we fall back to use spare buffer. mlx5_ib_update_xlt() called from ib_uverbs_reg_mr when ibmr.ucontext not initialized yet. Scenario how to test it: 1. trigger memory exhaustion so __get_free_pages(GFP_KERNEL, 4) will fail 2. register MR 3. there should be no kernel oops Fixes: 7d0cc6edcc70 ('IB/mlx5: Add MR cache for large UMR regions') Signed-off-by: Artemy Kovalyov <artemyko@mellanox.com> Signed-off-by: Leon Romanovsky <leon@kernel.org> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions
abstract .get_modes() connector helper callJani Nikula 2022-06-06drm/probe-helper: Default to 640x480 if no EDID on DPDouglas Anderson 2022-05-19drm/probe-helper: For DP, add 640x480 if all other modes are badDouglas Anderson 2022-05-19drm/probe-helper: Add helper for drm_helper_probe_single_connector_modes()Douglas Anderson 2022-05-17drm/mgag200: Implement connector's get_modes with helperThomas Zimmermann 2021-11-02drm/probe-helper: use drm_kms_helper_connector_hotplug_eventSimon Ser 2021-11-02drm/probe-helper: add drm_kms_helper_connector_hotplug_eventSimon Ser 2021-09-28drm/probe-helper: Create a HPD IRQ event helper for a single connectorMaxime Ripard 2021-09-28drm/probe-helper: Document drm_helper_hpd_irq_event() return valueMaxime Ripard 2021-08-02drm: Fix typo in commentsCai Huoqing