On Fri, Jul 28, 2023 at 6:52 PM Olaf Hering <o...@aepfle.de> wrote:
> Fri, 28 Jul 2023 17:47:11 +0100 George Dunlap <george.dun...@cloud.com>: > > > Just a couple of notes on the whole series. First, you didn't CC me on > 0/7 > > or 1/7. Secondly, patch 7 seems to be corrupted (see e.g., Patchew's > > attempt to apply the series [1]). > > The cover letter can not be easily fixed, this is a bug in git send-email. > It should be able to collect all recipients and put them in the cover > letter. > I think I already pointed that out a while ago on git-devel... > > I think #1 can be fixed by adjusting the MAINTAINERS file. > Not sure why #7 fails to apply. > Running `git am --show-current-patch` reveals a tail that looks like this: ``` + [EXIT_REASON_NOTIFY]=3D"NOTIFY", }; =20 ``` This may again be a known issue with `git am` and base64-encoded files: I think `mailsplit` knows how to deal with these sorts of line breaks; and `git am` also knows how to decode base64; but it does them in the wrong order, so base64-encoded mails don't get handled properly. I reported it to them several years ago [1], and nothing happened. -George [1] https://lore.kernel.org/git/c44c3958-b0eb-22bd-bc35-049827061...@citrix.com/