On Thu, Apr 10, 2025 at 08:01:32AM +0200, Christoph Hellwig wrote: > On Wed, Apr 09, 2025 at 08:47:15AM -0700, Darrick J. Wong wrote: > > On Wed, Apr 09, 2025 at 09:55:14AM +0200, Christoph Hellwig wrote: > > > > No SoB? > > The FIXUPs don't really have a clear process yet. I'll add them where > missing, but I'd also be interested if these fixups are a generally > useful process we should follow. I like the FIXUPS approach because (a) it makes it easier to keep the libxfs ports in sync with the kernel with a diff/patch script; and (b) the subtleties of the userspace port are in a separate patch where it's much easier to see. The biggest downside is that it breaks compile testing of every commit in the branch, but that can be worked around with some (ugh) filtering heuristics on the subject line. --D