Re: [PATCH 3/6] xfs: fix name string recording in slowpath pptr tracepoints
Christoph Hellwig <[email protected]> Thu, 30 Jul 2026 10:19:48 +0200
| Newsgroups | org.kernel.vger.linux-xfs,org.kernel.vger.stable |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Jul 29, 2026 at 10:26:49PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <[email protected]> > > LOLLM observes that we memcpy from the xfs_name object, not the name > string pointed to by the xfs_name. Fix that. Heh. I guess no one really uses the tracepoints all that much? :) Reviewed-by: Christoph Hellwig <[email protected]>