Re: [PATCH v3 0/2] memory-hotplug.rst: complete admin-guide overhaul

From: David Hildenbrand
Date: Mon Jun 14 2021 - 12:16:09 EST


On 14.06.21 16:14, Jonathan Corbet wrote:
David Hildenbrand <david@xxxxxxxxxx> writes:

Essentially against Andrew's mmotm, which already contains v1. Note
mmotm was chosen due to a conflict in:

https://lkml.kernel.org/r/20210510030027.56044-1-songmuchun@xxxxxxxxxxxxx

I'd suggest we take this via Andrew's tree, unless you have other
preference on how to handle the conflict. Thanks!

That's fine with me - one less thing for me to deal with :)


Thanks!


FWIW, the patches are fine. My setup simply seems to compress the file
paths in the diff stats more aggressively:

$ git format-patch -2 -v3 > /dev/null; cat v3-0000-cover-letter.patch | tail -6
.../admin-guide/mm/memory-hotplug.rst | 800 ++++++++++--------
1 file changed, 455 insertions(+), 345 deletions(-)


When I force to a bigger terminal size, I get longer paths:


$ git format-patch -2 -v3 --stat=80 > /dev/null; cat v3-0000-cover-letter.patch | tail -6
Documentation/admin-guide/mm/memory-hotplug.rst | 800 ++++++++++++++----------
1 file changed, 455 insertions(+), 345 deletions(-)

(maybe my awesome-wm + xterm setup confuses git, or there is a
BUG somewhere in my software stack)

--
Thanks,

David / dhildenb