Skip to content

Conversation

@kernel-patches-daemon-bpf-rc
Copy link

Pull request for series with
subject: bpf: Add deadlock check at the entry of slowpath for quick exit
version: 1
url: https://patchwork.kernel.org/project/netdevbpf/list/?series=1007231

A single deadlock check at the start of slowpath function
enables quick deadlock detection. This additional check don't
create any overhead because same check happens in both pending
and queuing cases during contention. Also cleaned up the unused
function args in check_deadlock* functions.

I've checked the resilient spinlocks cover letter for benchmarks
to run but I couldn't figure out the link to run those benchmarks.
Can you point me to those benchmarks so that I can run that with
this change?

Fixes: a8fcf2a ("locking: Copy out qspinlock.c to kernel/bpf/rqspinlock.c")
Signed-off-by: Siddharth Chintamaneni <[email protected]>
@kernel-patches-daemon-bpf-rc
Copy link
Author

Upstream branch: 4ef77dd
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=1007231
version: 1

@kernel-patches-daemon-bpf-rc
Copy link
Author

At least one diff in series https://patchwork.kernel.org/project/netdevbpf/list/?series=1007231 expired. Closing PR.

@kernel-patches-daemon-bpf-rc kernel-patches-daemon-bpf-rc bot deleted the series/1007231=>bpf-next branch October 2, 2025 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants