# git rev-parse -q --verify 0968621917add2e0d60c8fbc4e24c670cb14319c^{commit} 0968621917add2e0d60c8fbc4e24c670cb14319c already have revision, skipping fetch # git checkout -q -f -B kisskb 0968621917add2e0d60c8fbc4e24c670cb14319c # git clean -qxdf # < git log -1 # commit 0968621917add2e0d60c8fbc4e24c670cb14319c # Merge: 573de2a6e844 0f46c78391e1 # Author: Linus Torvalds # Date: Tue May 7 09:18:12 2019 -0700 # # Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk # # Pull printk updates from Petr Mladek: # # - Allow state reset of printk_once() calls. # # - Prevent crashes when dereferencing invalid pointers in vsprintf(). # Only the 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. # # * tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk: # lib/vsprintf: Make function pointer_string static # vsprintf: Limit the length of inlined error messages # vsprintf: Avoid confusion between invalid address and value # vsprintf: Prevent crash when dereferencing invalid pointers # vsprintf: Consolidate handling of unknown pointer specifiers # vsprintf: Factor out %pO handler as kobject_string() # vsprintf: Factor out %pV handler as va_format() # vsprintf: Factor out %p[iI] handler as ip_addr_string() # vsprintf: Do not check address of well-known strings # vsprintf: Consistent %pK handling for kptr_restrict == 0 # vsprintf: Shuffle restricted_pointer() # printk: Tie printk_once / printk_deferred_once into .data.once for reset # treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively # lib/test_printf: Switch to bitmap_zalloc() # < /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld --version # < git log --format=%s --max-count=1 0968621917add2e0d60c8fbc4e24c670cb14319c # < make -s -j 48 ARCH=sh O=/kisskb/build/linus_sh7785lcr_32bit_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- sh7785lcr_32bit_defconfig # make -s -j 48 ARCH=sh O=/kisskb/build/linus_sh7785lcr_32bit_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S: Assembler messages: /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S:385: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S:388: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:187:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/rcu/srcutree.c: In function 'init_srcu_struct_fields': /kisskb/src/kernel/rcu/srcutree.c:121:34: warning: 'levelspread[]' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/rcu/srcutree.c:88:6: note: 'levelspread[]' was declared here /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /kisskb/src/drivers/base/regmap/regmap.c:2589:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function '_regmap_raw_write': /kisskb/src/drivers/base/regmap/regmap.c:1850:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/mm/mprotect.c: In function 'change_pte_range': /kisskb/src/mm/mprotect.c:42:20: warning: unused variable 'mm' [-Wunused-variable] /kisskb/src/fs/proc/inode.c: In function 'proc_reg_open': /kisskb/src/include/linux/list.h:65:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c:337:21: note: 'pdeo' was declared here /kisskb/src/mm/hugetlb.c: In function 'alloc_pool_huge_page': /kisskb/src/mm/hugetlb.c:1435:5: warning: 'page' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/net/ipv4/ip_output.c: In function '__ip_append_data': /kisskb/src/include/linux/skbuff.h:1397:6: warning: 'extra_uref' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/net/ipv4/ip_output.c:886:14: note: 'extra_uref' was declared here /kisskb/src/drivers/sh/clk/cpg.c: In function 'r8': /kisskb/src/drivers/sh/clk/cpg.c:41:2: warning: passing argument 1 of 'ioread8' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:29:21: note: expected 'void *' but argument is of type 'const void *' /kisskb/src/drivers/sh/clk/cpg.c: In function 'r16': /kisskb/src/drivers/sh/clk/cpg.c:46:2: warning: passing argument 1 of 'ioread16' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:30:21: note: expected 'void *' but argument is of type 'const void *' /kisskb/src/drivers/sh/clk/cpg.c: In function 'r32': /kisskb/src/drivers/sh/clk/cpg.c:51:2: warning: passing argument 1 of 'ioread32' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:32:21: note: expected 'void *' but argument is of type 'const void *' Image Name: Linux-5.1.0-g0968621917ad Created: Wed May 8 05:56:49 2019 Image Type: SuperH Linux Kernel Image (gzip compressed) Data Size: 4225793 Bytes = 4126.75 KiB = 4.03 MiB Load Address: 80001000 Entry Point: 80002000 Image arch/sh/boot/uImage is ready Completed OK # rm -rf /kisskb/build/linus_sh7785lcr_32bit_defconfig_sh4 # Build took: 0:00:54.556140