linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Linus Torvalds <torvalds@linux-foundation.org>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: linux-mm@kvack.org, mm-commits@vger.kernel.org,
	 linux-kernel@vger.kernel.org
Subject: Re: [GIT PULL] hotfixes for 6.12
Date: Sat, 16 Nov 2024 16:17:08 -0800	[thread overview]
Message-ID: <CAHk-=wji0ErHJjX-ZE4fdQ02nxcqQa5pwV==1sHC3p91wxUXAA@mail.gmail.com> (raw)
In-Reply-To: <20241116153556.767f1aeed6ac628a09efe346@linux-foundation.org>

On Sat, 16 Nov 2024 at 15:36, Andrew Morton <akpm@linux-foundation.org> wrote:
>
> Motiejus JakÅ`tys (1):

Ugh. I've pulled this, but you have something *seriously* wrong with
your locale settings.

That should be "Motiejus Jakštys", not the garbage line noise you have.

Please make sure that *all* your tools are using proper UTF-8 and
Unicode. When you do

  $ echo $LANG

you should get something like "en_US.UTF-8". If you have something
like "en_US.ISO-8859-1" you need to set your machine on fire, and
throw it out the window from the 43rd floor.

I can see the original at

   https://lore.kernel.org/all/20120315030631.GA28296@pierce/

and it has a proper UTF-8 encoding:

   From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= <motiejus@jakstys.lt>

that you have broken somewhere in your toolchain.

I have no idea where that breakage happened, but it looks like
something treated '\xC5\xA1' as two Latin1 aka ISO-8859-1 characters,
rather than as one UTF-8 encoded Unicode character.

That something isn't "git", so it's probably some effed up script of
yours, or the fact that you have some 16th century locale setting.

Please fix whatever horrid breakage you have, and get with the 21st
century. Latin1 and broken locales just aren't ok any more. You are
mangling peoples names horribly.

And yes, your email was marked as

    Content-Type: text/plain; charset=ISO-8859-1

but that's only the tip of the iceberg. The name is incorrect in your
git branch.  You really have some totally broken setup.

              Linus


  reply	other threads:[~2024-11-17  0:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-16 23:35 Andrew Morton
2024-11-17  0:17 ` Linus Torvalds [this message]
2024-11-17  0:24   ` Linus Torvalds
2024-11-17  0:17 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2024-11-13  0:41 Andrew Morton
2024-11-13 17:19 ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAHk-=wji0ErHJjX-ZE4fdQ02nxcqQa5pwV==1sHC3p91wxUXAA@mail.gmail.com' \
    --to=torvalds@linux-foundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=mm-commits@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox