On Fri, May 06, 2022 at 09:57:07AM -0700, Linus Torvalds wrote: > On Fri, May 6, 2022 at 9:01 AM Jason Gunthorpe <jgg@xxxxxxxxxx> wrote: > > > > 6 files changed, 92 insertions(+), 103 deletions(-) > > I couldn't for the life of me understand how you got to that diffstat, > since everything I tried gave me > > 6 files changed, 85 insertions(+), 96 deletions(-) > > instead. > > Until I realized that you must be using the '--histogram' flag to git > diff. It seems to give quite different results for rxe/rxe_mcast.c. Huh. That is surprising - I can't say why anymore, but yes this git tree did have the histrogram setting in the git config. I took it away Thanks, Jason