From: patchwork-bot+netdevbpf@kernel.org
To: Steven Rostedt <rostedt@kernel.org>
Cc: linux-kernel@vger.kernel.org, linux-trace-kernel@vger.kernel.org,
bpf@vger.kernel.org, mhiramat@kernel.org,
mathieu.desnoyers@efficios.com, jpoimboe@kernel.org,
peterz@infradead.org, mingo@kernel.org, jolsa@kernel.org,
acme@kernel.org, namhyung@kernel.org, tglx@linutronix.de,
andrii@kernel.org, indu.bhagat@oracle.com, jemarch@gnu.org,
beaub@linux.microsoft.com, jremus@linux.ibm.com,
torvalds@linux-foundation.org, akpm@linux-foundation.org,
axboe@kernel.dk, fweimer@redhat.com, sam@gentoo.org
Subject: Re: [PATCH v16 00/10] unwind_user: Deferred unwinding infrastructure
Date: Sat, 02 Aug 2025 00:14:03 +0000 [thread overview]
Message-ID: <175409364350.4093813.8276409208818762249.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250729182304.965835871@kernel.org>
Hello:
This series was applied to bpf/bpf-next.git (master)
by Steven Rostedt (Google) <rostedt@goodmis.org>:
On Tue, 29 Jul 2025 14:23:04 -0400 you wrote:
> Jen Remus suggested some updates from v15:
>
> https://lore.kernel.org/linux-trace-kernel/20250725185512.673587297@kernel.org/
>
> Those were:
>
> - Make fp_frame into a constant
>
> [...]
Here is the summary with links:
- [v16,01/10] unwind_user: Add user space unwinding API with frame pointer support
https://git.kernel.org/bpf/bpf-next/c/71753c6ed2bf
- [v16,02/10] unwind_user/deferred: Add unwind_user_faultable()
https://git.kernel.org/bpf/bpf-next/c/5e32d0f15cc5
- [v16,03/10] unwind_user/deferred: Add unwind cache
https://git.kernel.org/bpf/bpf-next/c/b9c73524106e
- [v16,04/10] unwind_user/deferred: Add deferred unwinding interface
https://git.kernel.org/bpf/bpf-next/c/2dffa355f6c2
- [v16,05/10] unwind_user/deferred: Make unwind deferral requests NMI-safe
https://git.kernel.org/bpf/bpf-next/c/055c7060e7ca
- [v16,06/10] unwind deferred: Use bitmask to determine which callbacks to call
https://git.kernel.org/bpf/bpf-next/c/be3d526a5b34
- [v16,07/10] unwind deferred: Add unwind_completed mask to stop spurious callbacks
https://git.kernel.org/bpf/bpf-next/c/4c75133e745a
- [v16,08/10] unwind: Add USED bit to only have one conditional on way back to user space
https://git.kernel.org/bpf/bpf-next/c/858fa8a3b083
- [v16,09/10] unwind deferred: Use SRCU unwind_deferred_task_work()
https://git.kernel.org/bpf/bpf-next/c/357eda2d7450
- [v16,10/10] unwind: Finish up unwind when a task exits
https://git.kernel.org/bpf/bpf-next/c/b3b9cb11aa03
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2025-08-02 0:13 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-29 18:23 Steven Rostedt
2025-07-29 18:23 ` [PATCH v16 01/10] unwind_user: Add user space unwinding API with frame pointer support Steven Rostedt
2025-07-29 18:23 ` [PATCH v16 02/10] unwind_user/deferred: Add unwind_user_faultable() Steven Rostedt
2025-07-29 18:23 ` [PATCH v16 03/10] unwind_user/deferred: Add unwind cache Steven Rostedt
2025-07-30 4:55 ` Indu Bhagat
2025-07-30 13:32 ` Steven Rostedt
2025-07-30 23:58 ` Indu Bhagat
2025-07-29 18:23 ` [PATCH v16 04/10] unwind_user/deferred: Add deferred unwinding interface Steven Rostedt
2025-07-29 18:23 ` [PATCH v16 05/10] unwind_user/deferred: Make unwind deferral requests NMI-safe Steven Rostedt
2025-07-29 18:23 ` [PATCH v16 06/10] unwind deferred: Use bitmask to determine which callbacks to call Steven Rostedt
2025-09-20 1:00 ` Josh Poimboeuf
2025-09-21 23:47 ` Steven Rostedt
2025-07-29 18:23 ` [PATCH v16 07/10] unwind deferred: Add unwind_completed mask to stop spurious callbacks Steven Rostedt
2025-07-29 18:23 ` [PATCH v16 08/10] unwind: Add USED bit to only have one conditional on way back to user space Steven Rostedt
2025-07-29 18:23 ` [PATCH v16 09/10] unwind deferred: Use SRCU unwind_deferred_task_work() Steven Rostedt
2025-08-01 0:29 ` Paul E. McKenney
2025-08-01 1:11 ` Steven Rostedt
2025-09-20 0:31 ` Josh Poimboeuf
2025-09-21 23:35 ` Steven Rostedt
2025-07-29 18:23 ` [PATCH v16 10/10] unwind: Finish up unwind when a task exits Steven Rostedt
2025-08-02 0:14 ` 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=175409364350.4093813.8276409208818762249.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=acme@kernel.org \
--cc=akpm@linux-foundation.org \
--cc=andrii@kernel.org \
--cc=axboe@kernel.dk \
--cc=beaub@linux.microsoft.com \
--cc=bpf@vger.kernel.org \
--cc=fweimer@redhat.com \
--cc=indu.bhagat@oracle.com \
--cc=jemarch@gnu.org \
--cc=jolsa@kernel.org \
--cc=jpoimboe@kernel.org \
--cc=jremus@linux.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-trace-kernel@vger.kernel.org \
--cc=mathieu.desnoyers@efficios.com \
--cc=mhiramat@kernel.org \
--cc=mingo@kernel.org \
--cc=namhyung@kernel.org \
--cc=peterz@infradead.org \
--cc=rostedt@kernel.org \
--cc=sam@gentoo.org \
--cc=tglx@linutronix.de \
--cc=torvalds@linux-foundation.org \
/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
Powered by JetHome