Re: [PATCH v10 06/14] unwind_user/deferred: Add deferred unwinding interface
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2025-06-19 08:49:54
Also in:
bpf, lkml
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2025-06-19 08:49:54
Also in:
bpf, lkml
On Thu, 19 Jun 2025 10:01:08 +0200 Peter Zijlstra [off-list ref] wrote:
If you want to rely on consecutive system calls never seeing the same timestamp, let alone PID reuse in the same timestamp -- for some generic infrastructure -- you need to go audit all the arch code.
I can drop the timestamp and go back to the original "cookie" generation that guaranteed unique ids for something like 2^48 system calls per task. I thought the timestamps just made it easier. But having to audit every arch, may make that not the case. -- Steve