# git rev-parse -q --verify 6bfce12999f5a6bf6ab0302eba6099e18b479275^{commit} 6bfce12999f5a6bf6ab0302eba6099e18b479275 already have revision, skipping fetch # git checkout -q -f -B kisskb 6bfce12999f5a6bf6ab0302eba6099e18b479275 # git clean -qxdf # < git log -1 # commit 6bfce12999f5a6bf6ab0302eba6099e18b479275 # Author: Thomas Hebb # Date: Tue Dec 17 08:15:45 2019 -0800 # # kconfig: fix nesting of symbol help text # # When we generate the help text of a symbol (e.g. when a user presses '?' # in menuconfig), we do two things: # # 1. We iterate through every prompt that belongs to that symbol, # printing its text and its location in the menu tree. # 2. We print symbol-wide information that's not linked to a particular # prompt, such as what it selects/is selected by and what it # implies/is implied by. # # Each prompt we print for 1 starts with a line that's not indented # indicating where the prompt is defined, then continues with indented # lines that describe properties of that particular definition. # # Once we get to 2, however, we print all the global data indented as # well! Visually, this makes it look like the symbol-wide data is # associated with the last prompt we happened to print rather than # the symbol as a whole. # # Fix this by removing the indentation for symbol-wide information. # # Before: # # Symbol: CPU_FREQ [=n] # Type : bool # Defined at drivers/cpufreq/Kconfig:4 # Prompt: CPU Frequency scaling # Location: # -> CPU Power Management # -> CPU Frequency scaling # Selects: SRCU [=n] # Selected by [n]: # - ARCH_SA1100 [=n] && # # After: # # Symbol: CPU_FREQ [=n] # Type : bool # Defined at drivers/cpufreq/Kconfig:4 # Prompt: CPU Frequency scaling # Location: # -> CPU Power Management # -> CPU Frequency scaling # Selects: SRCU [=n] # Selected by [n]: # - ARCH_SA1100 [=n] && # # Signed-off-by: Thomas Hebb # Signed-off-by: Masahiro Yamada # < /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 6bfce12999f5a6bf6ab0302eba6099e18b479275 # < make -s -j 32 ARCH=sh O=/kisskb/build/kbuild_sh-defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- defconfig # make -s -j 32 ARCH=sh O=/kisskb/build/kbuild_sh-defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h :1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] /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/mm/vmstat.c: In function 'sysctl_vm_numa_stat_handler': /kisskb/src/mm/vmstat.c:90:5: warning: 'oldval' may be used uninitialized in this function [-Wuninitialized] /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:338:21: note: 'pdeo' was declared here /kisskb/src/fs/ext4/extents.c: In function 'ext4_convert_unwritten_io_end_vec': /kisskb/src/fs/ext4/extents.c:5054:23: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/ext4/readpage.c: In function 'ext4_mpage_readpages': /kisskb/src/fs/ext4/readpage.c:412:1: warning: the frame size of 1180 bytes is larger than 1024 bytes [-Wframe-larger-than=] /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:204:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /kisskb/src/drivers/base/regmap/regmap.c:2591: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:1852:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/mm/hugetlb.c: In function 'alloc_pool_huge_page': /kisskb/src/mm/hugetlb.c:1377:5: warning: 'page' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/mpage.c: In function '__mpage_writepage': /kisskb/src/fs/mpage.c:690:1: warning: the frame size of 1148 bytes is larger than 1024 bytes [-Wframe-larger-than=] /kisskb/src/fs/mpage.c: In function 'do_mpage_readpage': /kisskb/src/fs/mpage.c:338:1: warning: the frame size of 1108 bytes is larger than 1024 bytes [-Wframe-larger-than=] /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 *' /kisskb/src/drivers/usb/core/devio.c: In function 'async_completed': /kisskb/src/drivers/usb/core/devio.c:625:23: warning: 'errno' may be used uninitialized in this function [-Wuninitialized] Kernel: arch/sh/boot/zImage is ready Completed OK # rm -rf /kisskb/build/kbuild_sh-defconfig_sh4 # Build took: 0:00:48.929244