On Mon, Feb 18, 2019 at 11:00:33PM +0200, Leon Romanovsky wrote: > On Mon, Feb 18, 2019 at 08:38:20PM +0000, Jason Gunthorpe wrote: > > On Sun, Feb 17, 2019 at 07:24:52PM +0200, Leon Romanovsky wrote: > > > On Wed, Feb 13, 2019 at 10:00:31AM +0100, Håkon Bugge wrote: > > > > Add Mark and the undersigned as maintainers, removed Sean and Hal. > > > > > > > > Signed-off-by: Håkon Bugge <haakon.bugge@xxxxxxxxxx> > > > > > > Thanks applied with fix from Benjamin. > > > > > > Håkon, I would like you to ask you do not use special symbols in git > > > patches, it doesn't survive git am/patchworks. > > > > What flow did you use? I tested it and I didn't see a problem. IMHO > > this is a tooling bug. > > > > I've been careful to keep things UTF-8 clean as it seems appropriate > > to keep special characters in people's names. (and somone once yelled > > at me for not using °C in a patch) > > wget https://patchwork.kernel.org/patch/10809371/mbox/ | git am -s Worked OK for me.. wget does locale conversions however, so your LANG= is probably not in a UTF-8 setting, or otherwise. Jason