diff options
author | Kumar Kartikeya Dwivedi <memxor@gmail.com> | 2025-03-16 07:05:22 +0300 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2025-03-19 18:03:04 +0300 |
commit | a926d09922592471d55d16aef6f9bfb229be7b6a (patch) | |
tree | 47463f9276a778e64dd38bfd5ab69e3deff710d0 /lib/mpi/mpi-inline.c | |
parent | 30ff133277eba8b7f30013c9f27b1c8257418e6a (diff) | |
download | linux-a926d09922592471d55d16aef6f9bfb229be7b6a.tar.xz |
rqspinlock: Drop PV and virtualization support
Changes to rqspinlock in subsequent commits will be algorithmic
modifications, which won't remain in agreement with the implementations
of paravirt spin lock and virt_spin_lock support. These future changes
include measures for terminating waiting loops in slow path after a
certain point. While using a fair lock like qspinlock directly inside
virtual machines leads to suboptimal performance under certain
conditions, we cannot use the existing virtualization support before we
make it resilient as well. Therefore, drop it for now.
Note that we need to drop qspinlock_stat.h, as it's only relevant in
case of CONFIG_PARAVIRT_SPINLOCKS=y, but we need to keep lock_events.h
in the includes, which was indirectly pulled in before.
Reviewed-by: Barret Rhoden <brho@google.com>
Signed-off-by: Kumar Kartikeya Dwivedi <memxor@gmail.com>
Link: https://lore.kernel.org/r/20250316040541.108729-7-memxor@gmail.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'lib/mpi/mpi-inline.c')
0 files changed, 0 insertions, 0 deletions