https://github.com/torvalds/linux
Revision 61eb495c83bf6ebde490992bf888ca15b9babc39 authored by Geert Uytterhoeven on 18 November 2021, 18:26:21 UTC, committed by Linus Torvalds on 21 November 2021, 17:44:19 UTC
On 32-bit:

    fs/pstore/blk.c: In function ‘__best_effort_init’:
    include/linux/kern_levels.h:5:18: warning: format ‘%zu’ expects argument of type ‘size_t’, but argument 3 has type ‘long unsigned int’ [-Wformat=]
	5 | #define KERN_SOH "\001"  /* ASCII Start Of Header */
	  |                  ^~~~~~
    include/linux/kern_levels.h:14:19: note: in expansion of macro ‘KERN_SOH’
       14 | #define KERN_INFO KERN_SOH "6" /* informational */
	  |                   ^~~~~~~~
    include/linux/printk.h:373:9: note: in expansion of macro ‘KERN_INFO’
      373 |  printk(KERN_INFO pr_fmt(fmt), ##__VA_ARGS__)
	  |         ^~~~~~~~~
    fs/pstore/blk.c:314:3: note: in expansion of macro ‘pr_info’
      314 |   pr_info("attached %s (%zu) (no dedicated panic_write!)\n",
	  |   ^~~~~~~

Cc: stable@vger.kernel.org
Fixes: 7bb9557b48fcabaa ("pstore/blk: Use the normal block device I/O path")
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Kees Cook <keescook@chromium.org>
Link: https://lore.kernel.org/r/20210629103700.1935012-1-geert@linux-m68k.org
Cc: Jens Axboe <axboe@kernel.dk>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 923dcc5
History
Tip revision: 61eb495c83bf6ebde490992bf888ca15b9babc39 authored by Geert Uytterhoeven on 18 November 2021, 18:26:21 UTC
pstore/blk: Use "%lu" to format unsigned long
Tip revision: 61eb495
File Mode Size
Kconfig -rw-r--r-- 1.5 KB
Makefile -rw-r--r-- 595 bytes
acpi.c -rw-r--r-- 10.0 KB
cap.c -rw-r--r-- 5.5 KB
ctl.c -rw-r--r-- 27.3 KB
ctl.h -rw-r--r-- 4.6 KB
debugfs.c -rw-r--r-- 16.4 KB
dma_port.c -rw-r--r-- 11.2 KB
dma_port.h -rw-r--r-- 937 bytes
dma_test.c -rw-r--r-- 18.8 KB
domain.c -rw-r--r-- 21.4 KB
eeprom.c -rw-r--r-- 14.9 KB
icm.c -rw-r--r-- 64.0 KB
lc.c -rw-r--r-- 11.4 KB
nhi.c -rw-r--r-- 34.7 KB
nhi.h -rw-r--r-- 2.9 KB
nhi_ops.c -rw-r--r-- 4.3 KB
nhi_regs.h -rw-r--r-- 4.5 KB
nvm.c -rw-r--r-- 6.2 KB
path.c -rw-r--r-- 15.0 KB
property.c -rw-r--r-- 18.3 KB
quirks.c -rw-r--r-- 1.6 KB
retimer.c -rw-r--r-- 11.7 KB
sb_regs.h -rw-r--r-- 1.2 KB
switch.c -rw-r--r-- 74.8 KB
tb.c -rw-r--r-- 39.9 KB
tb.h -rw-r--r-- 40.2 KB
tb_msgs.h -rw-r--r-- 11.4 KB
tb_regs.h -rw-r--r-- 13.5 KB
test.c -rw-r--r-- 82.9 KB
tmu.c -rw-r--r-- 8.4 KB
tunnel.c -rw-r--r-- 43.5 KB
tunnel.h -rw-r--r-- 4.1 KB
usb4.c -rw-r--r-- 49.6 KB
usb4_port.c -rw-r--r-- 6.0 KB
xdomain.c -rw-r--r-- 51.0 KB

back to top