[<prev] [next>] [day] [month] [year] [list]
Message-ID: <aOaEb_9j6CwGgX7r@casper.infradead.org>
Date: Wed, 8 Oct 2025 16:34:07 +0100
From: Matthew Wilcox <willy@...radead.org>
To: linux-kernel@...r.kernel.org
Subject: Using Gmail for kernel development Considered Harmful
Don't use gmail addresses for your kernel development. You'll
randomly lose email because gmail thinks it knows better and gives
no way to say "you're wrong".
----- Forwarded message from Mail Delivery System <Mailer-Daemon@...radead.org> -----
Date: Wed, 08 Oct 2025 13:40:38 +0000
From: Mail Delivery System <Mailer-Daemon@...radead.org>
To: willy@...radead.org
Subject: Mail delivery failed: returning message to sender
This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
airlied@...il.com
host gmail-smtp-in.l.google.com [2a00:1450:400c:c04::1a]
SMTP error from remote mail server after pipelined end of data:
550-5.7.1 [2001:8b0:10b:1236::1 12] Gmail has detected that this message is
550-5.7.1 likely unsolicited mail. To reduce the amount of spam sent to Gmail,
550-5.7.1 this message has been blocked. For more information, go to
550 5.7.1 https://support.google.com/mail/?p=UnsolicitedMessageError ffacd0b85a97d-42583ab9ab6si2621680f8f.237 - gsmtp
boqun.feng@...il.com
host gmail-smtp-in.l.google.com [2a00:1450:400c:c04::1a]
SMTP error from remote mail server after pipelined end of data:
550-5.7.1 [2001:8b0:10b:1236::1 12] Gmail has detected that this message is
550-5.7.1 likely unsolicited mail. To reduce the amount of spam sent to Gmail,
550-5.7.1 this message has been blocked. For more information, go to
550 5.7.1 https://support.google.com/mail/?p=UnsolicitedMessageError ffacd0b85a97d-42583ab9ab6si2621680f8f.237 - gsmtp
alex.gaynor@...il.com
host gmail-smtp-in.l.google.com [2a00:1450:400c:c04::1a]
SMTP error from remote mail server after pipelined end of data:
550-5.7.1 [2001:8b0:10b:1236::1 12] Gmail has detected that this message is
550-5.7.1 likely unsolicited mail. To reduce the amount of spam sent to Gmail,
550-5.7.1 this message has been blocked. For more information, go to
550 5.7.1 https://support.google.com/mail/?p=UnsolicitedMessageError ffacd0b85a97d-42583ab9ab6si2621680f8f.237 - gsmtp
Reporting-MTA: dns; casper.infradead.org
Action: failed
Final-Recipient: rfc822;alex.gaynor@...il.com
Status: 5.0.0
Remote-MTA: dns; gmail-smtp-in.l.google.com
Diagnostic-Code: smtp; 550-5.7.1 [2001:8b0:10b:1236::1 12] Gmail has detected that this message is
550-5.7.1 likely unsolicited mail. To reduce the amount of spam sent to Gmail,
550-5.7.1 this message has been blocked. For more information, go to
550 5.7.1 https://support.google.com/mail/?p=UnsolicitedMessageError ffacd0b85a97d-42583ab9ab6si2621680f8f.237 - gsmtp
Action: failed
Final-Recipient: rfc822;boqun.feng@...il.com
Status: 5.0.0
Remote-MTA: dns; gmail-smtp-in.l.google.com
Diagnostic-Code: smtp; 550-5.7.1 [2001:8b0:10b:1236::1 12] Gmail has detected that this message is
550-5.7.1 likely unsolicited mail. To reduce the amount of spam sent to Gmail,
550-5.7.1 this message has been blocked. For more information, go to
550 5.7.1 https://support.google.com/mail/?p=UnsolicitedMessageError ffacd0b85a97d-42583ab9ab6si2621680f8f.237 - gsmtp
Action: failed
Final-Recipient: rfc822;airlied@...il.com
Status: 5.0.0
Remote-MTA: dns; gmail-smtp-in.l.google.com
Diagnostic-Code: smtp; 550-5.7.1 [2001:8b0:10b:1236::1 12] Gmail has detected that this message is
550-5.7.1 likely unsolicited mail. To reduce the amount of spam sent to Gmail,
550-5.7.1 this message has been blocked. For more information, go to
550 5.7.1 https://support.google.com/mail/?p=UnsolicitedMessageError ffacd0b85a97d-42583ab9ab6si2621680f8f.237 - gsmtp
Date: Wed, 8 Oct 2025 14:40:17 +0100
From: Matthew Wilcox <willy@...radead.org>
To: Alice Ryhl <aliceryhl@...gle.com>
Cc: Onur Özkan <work@...rozkan.dev>, rust-for-linux@...r.kernel.org,
ojeda@...nel.org, alex.gaynor@...il.com, boqun.feng@...il.com,
gary@...yguo.net, bjorn3_gh@...tonmail.com, lossin@...nel.org,
tmgross@...ch.edu, dakr@...nel.org, linux-kernel@...r.kernel.org,
acourbot@...dia.com, airlied@...il.com, simona@...ll.ch,
maarten.lankhorst@...ux.intel.com, mripard@...nel.org, tzimmermann@...e.de,
corbet@....net, lyude@...hat.com, linux-doc@...r.kernel.org,
linux-mm@...ck.org
Subject: Re: [PATCH v2 2/4] rust: xarray: abstract `xa_alloc`
On Wed, Oct 08, 2025 at 01:04:11PM +0000, Alice Ryhl wrote:
> > + limit: Range<u32>,
>
> The Range type is inclusive/exclusive but xa_limit is
> inclusive/inclusive. They should match to avoid confusion.
... and xa_limit is inclusive at the top end to be sure that we can
actually allocate 2^32-1. Or does Range handle that by using 0 to mean
that 2^32-1 is allowed?
>
----- End forwarded message -----
Powered by blists - more mailing lists