> On 19 Feb 2019, at 08:41, Leon Romanovsky <leon@xxxxxxxxxx> wrote: > > On Tue, Feb 19, 2019 at 03:59:25AM +0000, Jason Gunthorpe wrote: >> 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. > > _ kernel git:(rdma-next) locale > LANG=en_US.UTF-8 > LC_CTYPE="C" > LC_NUMERIC="C" > LC_TIME="C" > LC_COLLATE="C" > LC_MONETARY="C" > LC_MESSAGES="C" > LC_PAPER="C" > LC_NAME="C" > LC_ADDRESS="C" > LC_TELEPHONE="C" > LC_MEASUREMENT="C" > LC_IDENTIFICATION="C" > LC_ALL=C Looks like most maintainers ar eable to cope with my "å": git log --author=Håkon --oneline --format="%h %Cblue%an%Creset %s" b4c542df5ae8 Håkon Bugge IB/mlx4: Add port and TID to MAD debug print 0a094ff06196 Håkon Bugge IB/mlx4: Enable debug print of SMPs 6a12709da354 Håkon Bugge net: if_arp: use define instead of hard-coded value 30f8eb55873e Håkon Bugge net: if_arp: Fix incorrect indents 802fa45cd320 Håkon Bugge RDMA/i40iw: Fix incorrect iterator type fa52531eb440 Håkon Bugge net/rds: Remove unnecessary variable bfd427116917 Håkon Bugge net/rds: void function cannot return -1 87a37ce9e400 Håkon Bugge IB/cm: Remove unused and erroneous msg sequence encoding [] and git log --author=Håkon --oneline --format="%h %Cblue%an%Creset %s" 57cccd20 Håkon Bugge Update MAINTAINERS d18c9471 Håkon Bugge ibacm: Fix acm_log_once f78ef906 Håkon Bugge ibacm: Log requests from kernel with unknown NL client ID 51c084b2 Håkon Bugge ibacm: Introduce acm_log_once() 625c16e0 Håkon Bugge ibacm: Use alias name when possible 6791c306 Håkon Bugge ibacm: Unable to resurrect an interface 4e64a008 Håkon Bugge ibacm: Print correct pkey db109a15 Håkon Bugge ibacm: Replace ioctl with netlink 77d56e3a Håkon Bugge ibacm: acme supports only one port f738aa0f Håkon Bugge ibacm: Remove dup defines and cleanup of hdr.data usage e0bfdec8 Håkon Bugge ibacm: Remove trailing blanks in acm.h c73f5d79 Håkon Bugge ibacm: Copy correct number of address bytes before calling provider [] Thxs, Håkon > > Thanks > >> >> Jason