public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: David Laight <david.laight.linux@gmail.com>
To: "Roberto A. Foglietta" <roberto.foglietta@gmail.com>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>,
	"Bird, Tim" <Tim.Bird@sony.com>,
	Thomas Gleixner <tglx@kernel.org>,
	"pmladek@suse.com" <pmladek@suse.com>,
	"rostedt@goodmis.org" <rostedt@goodmis.org>,
	"john.ogness@linutronix.de" <john.ogness@linutronix.de>,
	"senozhatsky@chromium.org" <senozhatsky@chromium.org>,
	"francesco@valla.it" <francesco@valla.it>,
	"shashankbalaji02@gmail.com" <shashankbalaji02@gmail.com>,
	"linux-embedded@vger.kernel.org" <linux-embedded@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v4 1/1] printk: fix zero-valued printk timestamps in early boot
Date: Thu, 16 Apr 2026 11:52:11 +0100	[thread overview]
Message-ID: <20260416115211.20d04a1f@pumpkin> (raw)
In-Reply-To: <CAJGKYO6As=rYv2TfKVRkA_g5tiTt5ajSeG4NL8YHC1avq6dCaA@mail.gmail.com>

On Thu, 16 Apr 2026 11:38:53 +0200
"Roberto A. Foglietta" <roberto.foglietta@gmail.com> wrote:

> On Thu, 16 Apr 2026 at 10:44, Geert Uytterhoeven <geert@linux-m68k.org> wrote:
> >
> > Hi Roberto,
> >
> > On Thu, 16 Apr 2026 at 10:25, Roberto A. Foglietta
> > <roberto.foglietta@gmail.com> wrote:  
> > > In attachment the V6 of the patch, and these are the changes since Tim
> > > proposed it:  
> >
> > Please no attachments, as it makes it much harder to read the patch,
> > and comment on it:  
> 
> Thanks for having considered the patch.
> 
> >
> > https://elixir.bootlin.com/linux/v7.0/source/Documentation/process/submitting-patches.rst#L278
> >  
> 
> Is this a link? ;-)
> 
> --> No MIME, no links, no compression, no attachments. Just plain text  
> 
> You guys need a plugin for TUI e-mail readers/git-am that solves the
> text/base64 attachments issue.

Eh?
Not the least of the problems is that you (typically) have to explicitly
open the attachment in order to actually read it.
If it is inline you can just scroll down and give it a quick scan.

Have you ever tried reading patch attachments with what might be the
most common MUA on everything except phones?
You actually have to save them somewhere before you can open them.

	David

> 
> Seriously, someone should write it and write it in a manner that
> kernel guys are happy to adopt/use it.
> 
> It will be a great relief for both the sides (senders, receivers)
> because space/tab mismatch hurts as well.
> 
> While git-send requires some hard-to-grant precautions to not become a
> serious trouble / headache.
> 
> Best regards, R-
> 


  reply	other threads:[~2026-04-16 10:52 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-10 20:37 [PATCH v4 0/1] printk: fix zero-valued printk timestamps Tim Bird
2026-04-10 20:37 ` [PATCH v4 1/1] printk: fix zero-valued printk timestamps in early boot Tim Bird
2026-04-12 10:10   ` kernel test robot
2026-04-13 17:58     ` Bird, Tim
2026-04-13 20:17       ` David Laight
2026-04-14 22:48       ` Thomas Gleixner
2026-04-12 11:12   ` kernel test robot
2026-04-12 12:55   ` kernel test robot
2026-04-14  7:03   ` Geert Uytterhoeven
2026-04-14  9:51     ` Roberto A. Foglietta
2026-04-14 22:38   ` Thomas Gleixner
2026-04-15  0:19     ` Roberto A. Foglietta
2026-04-15  9:19       ` Roberto A. Foglietta
2026-04-15 13:06         ` Roberto A. Foglietta
2026-04-15 18:40         ` Geert Uytterhoeven
2026-04-15 19:23           ` Roberto A. Foglietta
2026-04-15 21:30       ` Thomas Gleixner
2026-04-15 21:57         ` Roberto A. Foglietta
2026-04-15 22:24           ` Roberto A. Foglietta
2026-04-15 23:12             ` Bird, Tim
2026-04-16  5:38               ` Roberto A. Foglietta
2026-04-16  8:25                 ` Roberto A. Foglietta
2026-04-16  8:43                   ` Geert Uytterhoeven
2026-04-16  9:38                     ` Roberto A. Foglietta
2026-04-16 10:52                       ` David Laight [this message]
2026-04-17  7:35                         ` Roberto A. Foglietta
2026-04-17 10:37     ` Petr Mladek
2026-04-17 11:46       ` Roberto A. Foglietta
2026-04-17 16:11         ` Steven Rostedt
2026-04-17 19:26           ` Roberto A. Foglietta
2026-04-17 19:24       ` Brian Masney
2026-04-17 19:52         ` Roberto A. Foglietta

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=20260416115211.20d04a1f@pumpkin \
    --to=david.laight.linux@gmail.com \
    --cc=Tim.Bird@sony.com \
    --cc=francesco@valla.it \
    --cc=geert@linux-m68k.org \
    --cc=john.ogness@linutronix.de \
    --cc=linux-embedded@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pmladek@suse.com \
    --cc=roberto.foglietta@gmail.com \
    --cc=rostedt@goodmis.org \
    --cc=senozhatsky@chromium.org \
    --cc=shashankbalaji02@gmail.com \
    --cc=tglx@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