Darrick, There's something whacky with what you are doing to create these commit messages. The from address on the email itself is not from you (how did that get through SPF checks?) and instead there's this: On Fri, Nov 04, 2016 at 11:30:36AM -0700, Eric Sandeen wrote: > >From c400ee3ed1b13d45adde68e12254dc6ab6977b59 Mon Sep 17 00:00:00 2001 Which tells me nothing useful about the origin of the patch and it means I have to mangle the commit message before committing it. If you look at the libxfs sync commits that I applied for the 4.9-rc1 sync, the libxfs-apply script ends up formating the commits like this: ommit ece930fa14a3439e40cd1b43063cab5b85ab9407 Author: Christoph Hellwig <hch@xxxxxx> Date: Tue Oct 25 12:59:46 2016 +1100 xfs: refactor xfs_bunmapi_cow Source kernel commit: fa5c836ca8eb5bad6316ddfc066acbc4e2485356 Split out two helpers for deleting delayed or real extents from the COW fork. This allows to call them directly from xfs_reflink_cow_end_io once that function is refactored to iterate the extent tree. It will also allow to reuse the delalloc deletion from xfs_bunmapi in the future. Signed-off-by: Christoph Hellwig <hch@xxxxxx> Reviewed-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> Reviewed-by: Brian Foster <bfoster@xxxxxxxxxx> Signed-off-by: Dave Chinner <david@xxxxxxxxxxxxx> So there's a clear line where the orginal commit came from. It does this automatically now (see the fixup_header_format() function) so that this sort of things doesn't need to be cleaned up after the fact. If the commit is from xfsprogs and going to the kernel, it will say "Source xfsprogs commit: ....." instead. This way it is clear to the reader that this commit is simply a libxfs sync commit, and that the sob and rvb tags applied to the commit in the source repository. Perhaps you are using an older version of the script to generate these commits? Cheers, Dave. -- Dave Chinner david@xxxxxxxxxxxxx -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html