On Sun, 30 Aug 2026 14:40:56 +0000 [email protected] wrote: > Thank you for your contribution! Sashiko AI review found 1 potential issue(s) > to consider: > - [Low] Lockless updates to `bp->attr.bp_addr` and > `counter_arch_bp(bp)->address` lack `WRITE_ONCE()`, constituting a formal > data race under the Linux Kernel Memory Model.
Ah, good catch! Let me add WRITE_ONCE() there. Thank you, -- Masami Hiramatsu (Google) <[email protected]>
