Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk
Pull printk updates from Petr Mladek: - Allow to print symbolic error names via new %pe modifier. - Use pr_warn() instead of the remaining pr_warning() calls. Fix formatting of the related lines. - Add VSPRINTF entry to MAINTAINERS. * tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk: (32 commits) checkpatch: don't warn about new vsprintf pointer extension '%pe' MAINTAINERS: Add VSPRINTF tools lib api: Renaming pr_warning to pr_warn ASoC: samsung: Use pr_warn instead of pr_warning lib: cpu_rmap: Use pr_warn instead of pr_warning trace: Use pr_warn instead of pr_warning dma-debug: Use pr_warn instead of pr_warning vgacon: Use pr_warn instead of pr_warning fs: afs: Use pr_warn instead of pr_warning sh/intc: Use pr_warn instead of pr_warning scsi: Use pr_warn instead of pr_warning platform/x86: intel_oaktrail: Use pr_warn instead of pr_warning platf...
Showing
- Documentation/core-api/printk-formats.rst 12 additions, 0 deletionsDocumentation/core-api/printk-formats.rst
- MAINTAINERS 12 additions, 0 deletionsMAINTAINERS
- arch/alpha/kernel/perf_event.c 2 additions, 2 deletionsarch/alpha/kernel/perf_event.c
- arch/arm64/kernel/hw_breakpoint.c 4 additions, 4 deletionsarch/arm64/kernel/hw_breakpoint.c
- arch/arm64/kernel/smp.c 5 additions, 6 deletionsarch/arm64/kernel/smp.c
- arch/ia64/kernel/setup.c 1 addition, 1 deletionarch/ia64/kernel/setup.c
- arch/riscv/kernel/module.c 2 additions, 2 deletionsarch/riscv/kernel/module.c
- arch/sh/boards/mach-sdk7786/nmi.c 1 addition, 1 deletionarch/sh/boards/mach-sdk7786/nmi.c
- arch/sh/drivers/pci/fixups-sdk7786.c 1 addition, 1 deletionarch/sh/drivers/pci/fixups-sdk7786.c
- arch/sh/kernel/io_trapped.c 1 addition, 1 deletionarch/sh/kernel/io_trapped.c
- arch/sh/kernel/setup.c 1 addition, 1 deletionarch/sh/kernel/setup.c
- arch/sh/mm/consistent.c 2 additions, 3 deletionsarch/sh/mm/consistent.c
- arch/sparc/kernel/smp_64.c 3 additions, 3 deletionsarch/sparc/kernel/smp_64.c
- arch/x86/kernel/amd_gart_64.c 5 additions, 7 deletionsarch/x86/kernel/amd_gart_64.c
- arch/x86/kernel/apic/apic.c 19 additions, 22 deletionsarch/x86/kernel/apic/apic.c
- arch/x86/kernel/setup_percpu.c 2 additions, 2 deletionsarch/x86/kernel/setup_percpu.c
- arch/x86/kernel/tboot.c 7 additions, 8 deletionsarch/x86/kernel/tboot.c
- arch/x86/kernel/tsc_sync.c 4 additions, 4 deletionsarch/x86/kernel/tsc_sync.c
- arch/x86/kernel/umip.c 3 additions, 3 deletionsarch/x86/kernel/umip.c
- arch/x86/mm/kmmio.c 3 additions, 4 deletionsarch/x86/mm/kmmio.c
Please register or sign in to comment