lkml.org 
[lkml]   [2019]   [May]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subject[GIT PULL] printk for 5.2
Linus,

please pull the latest printk changes from

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

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

- Allow to reset state of printk_once() calls.

- Prevent crashes when dereferencing invalid pointers in vsprintf().
Only first byte is checked for simplicity.

- Make vsprintf warnings consistent and inlined.

- Treewide conversion of obsolete %pf, %pF to %ps, %pF printf modifiers.

- Some clean up of vsprintf and test_printf code.

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

The %pf, %pF conversion caused about 5 merge conflicts in linux-next.
An alternative is to remove the merge of 'for-5.2-pf-removal' branch
and run the following:

git grep -l '%p[fF]' | grep -v '^\(tools\|Documentation\)/' | \
while read i; do perl -i -pe 's/%pf/%ps/g; s/%pF/%pS/g;' $i; done

Feel free to ask me to prepare pull request without the Sakari's patch.

----------------------------------------------------------------
Andy Shevchenko (1):
lib/test_printf: Switch to bitmap_zalloc()

Paul Gortmaker (1):
printk: Tie printk_once / printk_deferred_once into .data.once for reset

Petr Mladek (12):
vsprintf: Shuffle restricted_pointer()
vsprintf: Consistent %pK handling for kptr_restrict == 0
vsprintf: Do not check address of well-known strings
vsprintf: Factor out %p[iI] handler as ip_addr_string()
vsprintf: Factor out %pV handler as va_format()
vsprintf: Factor out %pO handler as kobject_string()
vsprintf: Consolidate handling of unknown pointer specifiers
vsprintf: Prevent crash when dereferencing invalid pointers
vsprintf: Avoid confusion between invalid address and value
vsprintf: Limit the length of inlined error messages
Merge branch 'for-5.2-vsprintf-hardening' into for-linus
Merge branch 'for-5.2-pf-removal' into for-linus

Sakari Ailus (1):
treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively

YueHaibing (1):
lib/vsprintf: Make function pointer_string static

Documentation/clearing-warn-once.txt | 2 +-
Documentation/core-api/printk-formats.rst | 8 +
arch/alpha/kernel/pci_iommu.c | 20 +-
arch/arm/mach-imx/pm-imx6.c | 2 +-
arch/arm/mm/alignment.c | 2 +-
arch/arm/nwfpe/fpmodule.c | 2 +-
arch/microblaze/mm/pgtable.c | 2 +-
arch/sparc/kernel/ds.c | 2 +-
arch/um/kernel/sysrq.c | 2 +-
arch/x86/include/asm/trace/exceptions.h | 2 +-
arch/x86/kernel/irq_64.c | 2 +-
arch/x86/mm/extable.c | 4 +-
arch/x86/xen/multicalls.c | 2 +-
drivers/acpi/device_pm.c | 2 +-
drivers/base/power/main.c | 6 +-
drivers/base/syscore.c | 12 +-
drivers/block/drbd/drbd_receiver.c | 2 +-
drivers/block/floppy.c | 10 +-
drivers/cpufreq/cpufreq.c | 2 +-
drivers/mmc/core/quirks.h | 2 +-
drivers/nvdimm/bus.c | 2 +-
drivers/nvdimm/dimm_devs.c | 2 +-
drivers/pci/pci-driver.c | 14 +-
drivers/pci/quirks.c | 4 +-
drivers/pnp/quirks.c | 2 +-
drivers/scsi/esp_scsi.c | 2 +-
fs/btrfs/tests/free-space-tree-tests.c | 4 +-
fs/f2fs/f2fs.h | 2 +-
fs/pstore/inode.c | 2 +-
include/linux/printk.h | 4 +-
include/trace/events/btrfs.h | 2 +-
include/trace/events/cpuhp.h | 4 +-
include/trace/events/preemptirq.h | 2 +-
include/trace/events/rcu.h | 4 +-
include/trace/events/sunrpc.h | 2 +-
include/trace/events/vmscan.h | 4 +-
include/trace/events/workqueue.h | 4 +-
include/trace/events/xen.h | 2 +-
init/main.c | 6 +-
kernel/async.c | 4 +-
kernel/events/uprobes.c | 2 +-
kernel/fail_function.c | 2 +-
kernel/irq/debugfs.c | 2 +-
kernel/irq/handle.c | 2 +-
kernel/irq/manage.c | 2 +-
kernel/irq/spurious.c | 4 +-
kernel/rcu/tree.c | 2 +-
kernel/stop_machine.c | 2 +-
kernel/time/sched_clock.c | 2 +-
kernel/time/timer.c | 2 +-
kernel/workqueue.c | 12 +-
lib/error-inject.c | 2 +-
lib/percpu-refcount.c | 4 +-
lib/test_printf.c | 29 +-
lib/vsprintf.c | 431 +++++++++++++++++++-----------
mm/memblock.c | 14 +-
mm/memory.c | 2 +-
mm/vmscan.c | 2 +-
net/ceph/osd_client.c | 2 +-
net/core/net-procfs.c | 2 +-
net/core/netpoll.c | 4 +-
61 files changed, 412 insertions(+), 274 deletions(-)

\
 
 \ /
  Last update: 2019-05-06 12:55    [W:0.060 / U:0.160 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site