Merge tag 'printk-for-5.10-rc6-fixup' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux
Pull printk fixes from Petr Mladek: - do not lose trailing newline in pr_cont() calls - two trivial fixes for a dead store and a config description * tag 'printk-for-5.10-rc6-fixup' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux: printk: finalize records with trailing newlines printk: remove unneeded dead-store assignment init/Kconfig: Fix CPU number in LOG_CPU_MAX_BUF_SHIFT description
This commit is contained in:
@@ -719,7 +719,7 @@ config LOG_CPU_MAX_BUF_SHIFT
|
||||
with more CPUs. Therefore this value is used only when the sum of
|
||||
contributions is greater than the half of the default kernel ring
|
||||
buffer as defined by LOG_BUF_SHIFT. The default values are set
|
||||
so that more than 64 CPUs are needed to trigger the allocation.
|
||||
so that more than 16 CPUs are needed to trigger the allocation.
|
||||
|
||||
Also this option is ignored when "log_buf_len" kernel parameter is
|
||||
used as it forces an exact (power of two) size of the ring buffer.
|
||||
|
||||
Reference in New Issue
Block a user