On 03/22/2016 12:15 AM, David Gibson wrote: > On Mon, Mar 21, 2016 at 01:52:34PM +0100, Cédric Le Goater wrote: >> From: Benjamin Herrenschmidt <b...@kernel.crashing.org> >> >> And move the code adjusting the MSR mask and calling kvmppc_set_papr() >> to it. This allows us to add a few more things such as disabling setting >> of MSR:HV and appropriate LPCR bits which will be used when fixing >> the exception model. >> >> Signed-off-by: Benjamin Herrenschmidt <b...@kernel.crashing.org> >> Reviewed-by: David Gibson <da...@gibson.dropbear.id.au> >> [clg: removed LPCR setting ] >> Signed-off-by: Cédric Le Goater <c...@fr.ibm.com> > > Nothing wrong with the patch, but your mailer seems to have done > something really weird with the headers: > >> Content-Type: text/plain; charset=a > > Oddly enough, git am had some trouble with charset "a". >
Ah. Interesting. When the patch was sent, git send-email requested a change on the Content-type (a switch to UTF8). Most probably because of the accent on my first name. It seems something went wrong. I will look into it. Thanks, C.