Re: [RFC PATCH v2 00/13] mm/kwatch: dynamic hardware watchpoints for hunting memory corruption
Dave Hansen <[email protected]>
| Newsgroups | org.kernel.vger.linux-trace-kernel,org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel,org.kernel.vger.linux-perf-users,org.kvack.linux-mm |
|---|---|
| Message-ID | <[email protected]> |
On 7/17/26 05:50, Jinchao Wang wrote: > 24 files changed, 2115 insertions(+), 63 deletions(-) Reading this, I wonder how many kernel debugging features we need. I don't even think we have a centralized list of them. They all just live in their own silos. This one really seems like a super specialized tool. It has to be enabled at compile time and specifically aimed at a specific function. Maybe this should live off on the side for a while. If folks end up actually needing it, they can point their friendly LLM over to its tree.