summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>2021-09-28 13:54:01 +0200
committerHerbert Xu <herbert@gondor.apana.org.au>2021-10-08 20:02:46 +0800
commit82e269ad8afe1c73aa6c28dca3c23fecc6c8b616 (patch)
tree69f1df91ff3f788f505d0568dace8868644a8c94 /tools/perf/scripts/python/bin
parent32dfef6f92dd0aa287a4798a4a358c351f78aa32 (diff)
downloadkernel-82e269ad8afe1c73aa6c28dca3c23fecc6c8b616.tar.gz
crypto: testmgr - Only disable migration in crypto_disable_simd_for_test()
crypto_disable_simd_for_test() disables preemption in order to receive a stable per-CPU variable which it needs to modify in order to alter crypto_simd_usable() results. This can also be achived by migrate_disable() which forbidds CPU migrations but allows the task to be preempted. The latter is important for PREEMPT_RT since operation like skcipher_walk_first() may allocate memory which must not happen with disabled preemption on PREEMPT_RT. Use migrate_disable() in crypto_disable_simd_for_test() to achieve a stable per-CPU pointer. Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
text.c?id=a82a9979de227ac45d513ecade54fc9478a4181b'>drm/i915: Add i915_gem_context_is_full_ppgttDaniel Vetter 2021-09-06drm/i915: Rename i915_gem_context_get_vm_rcu to i915_gem_context_get_eb_vmDaniel Vetter 2021-08-24drm/i915/selftests: Increase timeout in i915_gem_contexts selftestsMatthew Brost 2021-07-08i915/gem/selftests: Assign the VM at context creation in igt_shared_ctx_execJason Ekstrand 2021-07-08drm/i915/selftests: Take a VM in kernel_context()Jason Ekstrand 2021-07-08drm/i915/gem: Don't allow changing the VM on running contexts (v4)Jason Ekstrand 2021-06-05drm/i915/gem: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi 2021-04-27drm/i915/gtt: map the PD up frontMatthew Auld 2021-03-24drm/i915/selftests: Prepare context tests for obj->mm.lock removal.Maarten Lankhorst 2020-09-21drm/i915/selftest: Create mock_destroy_deviceDaniel Vetter 2020-09-07drm/i915: Move i915_vma_lock in the selftests to avoid lock inversion, v3.Maarten Lankhorst 2020-09-07drm/i915: Add ww context handling to context_barrier_taskMaarten Lankhorst 2020-09-07drm/i915: Remove locking from i915_gem_object_prepare_read/writeMaarten Lankhorst 2020-09-07drm/i915: Add an implementation for i915_gem_ww_ctx locking, v2.Maarten Lankhorst 2020-09-07drm/i915/gt: Switch to object allocations for page directoriesChris Wilson 2020-07-08drm/i915/sseu: Move sseu_info under gt_infoVenkata Sandeep Dhanalakota