All of lore.kernel.org
 help / color / mirror / Atom feed
From: Petr Mladek <pmladek@suse.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>,
	Steven Rostedt <rostedt@goodmis.org>,
	John Ogness <john.ogness@linutronix.de>,
	Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
	Rasmus Villemoes <linux@rasmusvillemoes.dk>,
	Peter Zijlstra <peterz@infradead.org>,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] printk for 5.8
Date: Mon, 1 Jun 2020 13:47:24 +0200	[thread overview]
Message-ID: <20200601114724.GE27273@linux-b0ei> (raw)

Linus,

please pull the latest printk changes from

  git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux tags/printk-for-5.8

===============================

+ Benjamin Herrenschmidt solved problem with non-matched console aliases
  by first checking consoles defined on the command line. It is more
  conservative approach than the previous attempts.

+ Benjamin also made sure that the console accessible via /dev/console
  always has CON_CONSDEV flag.

+ Andy Shevchenko added %ptT modifier for printing struct time64_t.
  It extended the existing %ptR handling for struct rtc_time.

+ Bruno Meneguele fixed /dev/kmsg error value returned by unsupported SEEK_CUR.

+ Tetsuo Handa removed unused pr_cont_once().

+ And few small fixes.

==============================

Some changes were originally scheduled already for 5.7. I did not send them
because of non-working hands. We have switched to printk/linux.git with
shared write access to avoid such delays in the future.


----------------------------------------------------------------
Andy Shevchenko (4):
      lib/vsprintf: update comment about simple_strto<foo>() functions
      lib/vsprintf: Print time64_t in human readable format
      ARM: bcm2835: Switch to use %ptT
      usb: pulse8-cec: Switch to use %ptT

Benjamin Herrenschmidt (3):
      printk: Move console matching logic into a separate function
      printk: Fix preferred console selection with multiple matches
      printk: Correctly set CON_CONSDEV even when preferred console was not registered

Bruno Meneguele (1):
      kernel/printk: add kmsg SEEK_CUR handling

Ethon Paul (1):
      printk: Fix a typo in comment "interator"->"iterator"

Nathan Chancellor (1):
      printk: Convert a use of sprintf to snprintf in console_unlock

Petr Mladek (3):
      Merge branch 'for-5.7-preferred-console' into for-linus
      Merge branch 'for-5.8' into for-linus
      Merge branch 'for-5.8-printf-time64_t' into for-linus

Shreyas Joshi (1):
      printk: handle blank console arguments passed in.

Tetsuo Handa (1):
      printk: Remove pr_cont_once()

 Documentation/ABI/testing/dev-kmsg        |   5 ++
 Documentation/core-api/printk-formats.rst |  22 ++---
 drivers/firmware/raspberrypi.c            |  12 +--
 drivers/media/usb/pulse8-cec/pulse8-cec.c |   6 +-
 include/linux/console.h                   |   2 +-
 include/linux/printk.h                    |   3 +-
 kernel/printk/console_cmdline.h           |   1 +
 kernel/printk/printk.c                    | 145 ++++++++++++++++++++----------
 lib/test_printf.c                         |  13 ++-
 lib/vsprintf.c                            |  39 ++++++--
 10 files changed, 163 insertions(+), 85 deletions(-)

             reply	other threads:[~2020-06-01 11:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-01 11:47 Petr Mladek [this message]
2020-06-01 19:35 ` [GIT PULL] printk for 5.8 pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2020-06-12  8:40 Petr Mladek
2020-06-12 19:25 ` 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=20200601114724.GE27273@linux-b0ei \
    --to=pmladek@suse.com \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=john.ogness@linutronix.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@rasmusvillemoes.dk \
    --cc=peterz@infradead.org \
    --cc=rostedt@goodmis.org \
    --cc=sergey.senozhatsky@gmail.com \
    --cc=torvalds@linux-foundation.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.