BPF List
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Kumar Kartikeya Dwivedi <memxor@gmail.com>
Cc: bpf@vger.kernel.org, ast@kernel.org, andrii@kernel.org,
	daniel@iogearbox.net, martin.lau@kernel.org, eddyz87@gmail.com,
	ritesh@superluminal.eu, jelle@superluminal.eu, kkd@meta.com,
	kernel-team@meta.com
Subject: Re: [PATCH bpf-next v2 0/6] Limited queueing in NMI for rqspinlock
Date: Sat, 29 Nov 2025 17:40:26 +0000	[thread overview]
Message-ID: <176443802605.1058790.42854168580684799.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20251128232802.1031906-1-memxor@gmail.com>

Hello:

This series was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov <ast@kernel.org>:

On Fri, 28 Nov 2025 23:27:56 +0000 you wrote:
> Ritesh reported that he was frequently seeing timeouts in cases which
> should have been covered by the AA heuristics. This led to the discovery
> of multiple gaps in the current code that could lead to timeouts when
> AA heuristics could work to prevent them. More details and investigation
> is available in the original threads. [0][1]
> 
> This set restores the ability for NMI waiters to queue in the slow path,
> and reduces the cases where they would attempt to trylock. However, such
> queueing must not happen when interrupting waiters which the NMI itself
> depends upon for forward progress; in those cases the trylock fallback
> remains, but with a single attempt to avoid aimless attempts to acquire
> the lock.
> 
> [...]

Here is the summary with links:
  - [bpf-next,v2,1/6] rqspinlock: Enclose lock/unlock within lock entry acquisitions
    https://git.kernel.org/bpf/bpf-next/c/beb7021a6003
  - [bpf-next,v2,2/6] rqspinlock: Perform AA checks immediately
    https://git.kernel.org/bpf/bpf-next/c/5860f5ce479f
  - [bpf-next,v2,3/6] rqspinlock: Use trylock fallback when per-CPU rqnode is busy
    https://git.kernel.org/bpf/bpf-next/c/81d5a6a43859
  - [bpf-next,v2,4/6] rqspinlock: Disable spinning for trylock fallback
    https://git.kernel.org/bpf/bpf-next/c/30dc2f7025fe
  - [bpf-next,v2,5/6] rqspinlock: Precede non-head waiter queueing with AA check
    https://git.kernel.org/bpf/bpf-next/c/087849cca31d
  - [bpf-next,v2,6/6] selftests/bpf: Add success stats to rqspinlock stress test
    https://git.kernel.org/bpf/bpf-next/c/3448375e71a4

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2025-11-29 17:43 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-28 23:27 [PATCH bpf-next v2 0/6] Limited queueing in NMI for rqspinlock Kumar Kartikeya Dwivedi
2025-11-28 23:27 ` [PATCH bpf-next v2 1/6] rqspinlock: Enclose lock/unlock within lock entry acquisitions Kumar Kartikeya Dwivedi
2025-11-28 23:27 ` [PATCH bpf-next v2 2/6] rqspinlock: Perform AA checks immediately Kumar Kartikeya Dwivedi
2025-11-28 23:27 ` [PATCH bpf-next v2 3/6] rqspinlock: Use trylock fallback when per-CPU rqnode is busy Kumar Kartikeya Dwivedi
2025-11-29  1:12   ` bot+bpf-ci
2025-11-29 18:13     ` Kumar Kartikeya Dwivedi
2025-11-28 23:28 ` [PATCH bpf-next v2 4/6] rqspinlock: Disable spinning for trylock fallback Kumar Kartikeya Dwivedi
2025-11-28 23:28 ` [PATCH bpf-next v2 5/6] rqspinlock: Precede non-head waiter queueing with AA check Kumar Kartikeya Dwivedi
2025-11-28 23:28 ` [PATCH bpf-next v2 6/6] selftests/bpf: Add success stats to rqspinlock stress test Kumar Kartikeya Dwivedi
2025-11-29 17:40 ` patchwork-bot+netdevbpf [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=176443802605.1058790.42854168580684799.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andrii@kernel.org \
    --cc=ast@kernel.org \
    --cc=bpf@vger.kernel.org \
    --cc=daniel@iogearbox.net \
    --cc=eddyz87@gmail.com \
    --cc=jelle@superluminal.eu \
    --cc=kernel-team@meta.com \
    --cc=kkd@meta.com \
    --cc=martin.lau@kernel.org \
    --cc=memxor@gmail.com \
    --cc=ritesh@superluminal.eu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox