public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: David Woodhouse <dwmw2@infradead.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Will Deacon <will@kernel.org>,
	 linux-arm-kernel-owner@lists.infradead.org
Cc: linux-arm-kernel@lists.infradead.org, vince@kyllikki.org,
	mouw@nl.linux.org
Subject: Re: [PATCH 0/7] arm64 / x86-64: low-level code generation issues
Date: Tue, 11 Jun 2024 18:24:29 +0100	[thread overview]
Message-ID: <992ec3c6fbc47b58ff832df91e3c19be0b83d505.camel@infradead.org> (raw)
In-Reply-To: <CAHk-=wi+OJy195s3kywOnZ-RjmxXuHDiNXGjNFufZxVPmHbBmA@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2201 bytes --]

On Mon, 2024-06-10 at 14:08 -0700, Linus Torvalds wrote:
> On Mon, 10 Jun 2024 at 13:48, Linus Torvalds
> <torvalds@linux-foundation.org> wrote:
> > 
> > So this is the result of me doing some profiling on my 128-core Altra
> > box.  I've sent out versions of this before, but they've all been fairly
> > ugly partial series.
> 
> Ugh. And the linux-arm-kernel mailing list is broken. I've noted it
> before, but forgot all about it.
> 
> That mailing list does horrible things with the message, and adds
> 
>   _______________________________________________
>   linux-arm-kernel mailing list
>   linux-arm-kernel\@lists.infradead.org
>   http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> 
> to the end, which makes lore notice that there are two different
> emails with the same message ID and messes up the threading on lore.
> 
> It obviously also completely messes up DKIM etc at the same time.
> 
> Very annoying. Can we please just move the linux-arm-kernel list to kernel.org?
> 
> I looked around - people asked for that broken footer to be removed
> already last year (and probably before that). No replies, and
> apparently no active owner for the list, but I've added the owner
> address to the participants anyway.
> 
> Also added David Woodhouse, in case he can fix these things without an
> owner. Because that list really needs to either be fixed, or moved to
> something that doesn't destroy emails.

I've removed the footer. 

I usually prefer to leave such stuff to list owners, but Vincent and
Erik are clearly AWOL and haven't been seen in the commit logs for over
a decade so I think I can make an exception.

Even with the footer though, the messages should have had valid DKIM
signatures for the @lists.infradead.org address which is actually the
Sender: of the message which comes via the list. 

I'm a bit surprised that lore screws it up too; mailing lists always
used to add a footer (mostly because humans are too stupid to remember
how to unsubscribe otherwise); not doing so is a relatively recent
phenomenon. So it really *ought* to cope.

Anyway, it shouldn't happen any more on the linux-arm lists.

[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 5965 bytes --]

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

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-10 20:48 [PATCH 0/7] arm64 / x86-64: low-level code generation issues Linus Torvalds
2024-06-10 20:48 ` [PATCH 1/7] vfs: dcache: move hashlen_hash() from callers into d_hash() Linus Torvalds
2024-06-10 20:48 ` [PATCH 2/7] add default dummy 'runtime constant' infrastructure Linus Torvalds
2024-06-12 10:04   ` Borislav Petkov
2024-06-10 20:48 ` [PATCH 3/7] x86: add 'runtime constant' support Linus Torvalds
2024-06-10 20:48 ` [PATCH 4/7] arm64: " Linus Torvalds
2024-06-11 14:29   ` Mark Rutland
2024-06-11 16:56     ` Linus Torvalds
2024-06-11 17:20       ` [PATCH 4/7 v2] " Linus Torvalds
2024-06-12 18:42         ` Mark Rutland
2024-06-11 17:48       ` [PATCH 4/7] " Mark Rutland
2024-06-11 17:59         ` Linus Torvalds
2024-06-11 18:59           ` Linus Torvalds
2024-06-11 20:22             ` Mark Rutland
2024-06-11 21:08               ` Linus Torvalds
2024-06-10 20:48 ` [PATCH 5/7] arm64: start using 'asm goto' for get_user() when available Linus Torvalds
2024-06-10 20:48 ` [PATCH 6/7] arm64: start using 'asm goto' for put_user() " Linus Torvalds
2024-06-11 21:55   ` Nathan Chancellor
2024-06-11 23:29     ` Linus Torvalds
2024-06-11 23:40       ` [PATCH 6/7 v2] " Linus Torvalds
2024-06-10 20:48 ` [PATCH 7/7] arm64: access_ok() optimization Linus Torvalds
2024-06-10 21:08 ` [PATCH 0/7] arm64 / x86-64: low-level code generation issues Linus Torvalds
2024-06-11 17:24   ` David Woodhouse [this message]
2024-06-11 17:40     ` Linus Torvalds
2024-06-11 17:52       ` Linus Torvalds
2024-06-12 18:41 ` Mark Rutland
2024-06-12 20:02   ` Linus Torvalds
2024-06-12 22:25     ` Linus Torvalds

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=992ec3c6fbc47b58ff832df91e3c19be0b83d505.camel@infradead.org \
    --to=dwmw2@infradead.org \
    --cc=catalin.marinas@arm.com \
    --cc=linux-arm-kernel-owner@lists.infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=mouw@nl.linux.org \
    --cc=torvalds@linux-foundation.org \
    --cc=vince@kyllikki.org \
    --cc=will@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