linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] printk for 6.10
@ 2024-05-15 11:46 Petr Mladek
  2024-05-15 20:30 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Petr Mladek @ 2024-05-15 11:46 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Sergey Senozhatsky, Steven Rostedt, John Ogness, Andy Shevchenko,
	Rasmus Villemoes, Sebastian Andrzej Siewior, Thomas Gleixner,
	Jan Kara, Peter Zijlstra, linux-kernel

Hi Linus,

please pull the latest printk changes from

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

----------------------------------------------------------------

- Use no_printk() instead of "if (0) printk()" constructs to avoid
  generating printk index for messages disabled at compile time.

- Remove deprecated strncpy/strcpy from printk.c.

- Remove redundant CONFIG_BASE_FULL in favor of CONFIG_BASE_SMALL.

----------------------------------------------------------------
Geert Uytterhoeven (4):
      printk: Let no_printk() use _printk()
      dev_printk: Add and use dev_no_printk()
      dyndbg: Use *no_printk() helpers
      ceph: Use no_printk() helper

Justin Stitt (1):
      printk: cleanup deprecated uses of strncpy/strcpy

Petr Mladek (1):
      Merge branch 'for-6.10-base-small' into for-linus

Yoann Congal (3):
      printk: Fix LOG_CPU_MAX_BUF_SHIFT when BASE_SMALL is enabled
      printk: Change type of CONFIG_BASE_SMALL to bool
      printk: Remove redundant CONFIG_BASE_FULL

 arch/arm/configs/collie_defconfig                  |  2 +-
 arch/arm/configs/keystone_defconfig                |  2 +-
 arch/arm/configs/lpc18xx_defconfig                 |  2 +-
 arch/arm/configs/moxart_defconfig                  |  2 +-
 arch/arm/configs/mps2_defconfig                    |  2 +-
 arch/arm/configs/omap1_defconfig                   |  2 +-
 arch/arm/configs/stm32_defconfig                   |  2 +-
 arch/microblaze/configs/mmu_defconfig              |  2 +-
 arch/mips/configs/rs90_defconfig                   |  2 +-
 arch/powerpc/configs/adder875_defconfig            |  2 +-
 arch/powerpc/configs/ep88xc_defconfig              |  2 +-
 arch/powerpc/configs/mpc866_ads_defconfig          |  2 +-
 arch/powerpc/configs/mpc885_ads_defconfig          |  2 +-
 arch/powerpc/configs/tqm8xx_defconfig              |  2 +-
 arch/riscv/configs/nommu_k210_defconfig            |  2 +-
 arch/riscv/configs/nommu_k210_sdcard_defconfig     |  2 +-
 arch/riscv/configs/nommu_virt_defconfig            |  2 +-
 arch/sh/configs/edosk7705_defconfig                |  2 +-
 arch/sh/configs/se7619_defconfig                   |  2 +-
 arch/sh/configs/se7712_defconfig                   |  2 +-
 arch/sh/configs/se7721_defconfig                   |  2 +-
 arch/sh/configs/shmin_defconfig                    |  2 +-
 arch/x86/include/asm/mpspec.h                      |  6 ++---
 drivers/tty/vt/vc_screen.c                         |  2 +-
 include/linux/ceph/ceph_debug.h                    | 18 ++++++---------
 include/linux/dev_printk.h                         | 25 +++++++++++----------
 include/linux/dynamic_debug.h                      |  4 ++--
 include/linux/printk.h                             |  4 ++--
 include/linux/threads.h                            |  4 ++--
 include/linux/udp.h                                |  2 +-
 include/linux/xarray.h                             |  2 +-
 init/Kconfig                                       | 14 ++++--------
 kernel/futex/core.c                                |  2 +-
 kernel/printk/printk.c                             | 26 +++++++++++-----------
 kernel/user.c                                      |  2 +-
 .../testing/selftests/wireguard/qemu/kernel.config |  1 -
 36 files changed, 73 insertions(+), 83 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] printk for 6.10
  2024-05-15 11:46 [GIT PULL] printk for 6.10 Petr Mladek
@ 2024-05-15 20:30 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2024-05-15 20:30 UTC (permalink / raw)
  To: Petr Mladek
  Cc: Linus Torvalds, Sergey Senozhatsky, Steven Rostedt, John Ogness,
	Andy Shevchenko, Rasmus Villemoes, Sebastian Andrzej Siewior,
	Thomas Gleixner, Jan Kara, Peter Zijlstra, linux-kernel

The pull request you sent on Wed, 15 May 2024 13:46:24 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/a19264d0868dfd65d7222b37ffe41068b53d473a

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-15 20:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-15 11:46 [GIT PULL] printk for 6.10 Petr Mladek
2024-05-15 20:30 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).