# git rev-parse -q --verify 6bc3fe8e7e172d5584e529a04cf9eec946428768^{commit} 6bc3fe8e7e172d5584e529a04cf9eec946428768 already have revision, skipping fetch # git checkout -q -f -B kisskb 6bc3fe8e7e172d5584e529a04cf9eec946428768 # git clean -qxdf # < git log -1 # commit 6bc3fe8e7e172d5584e529a04cf9eec946428768 # Author: Linus Torvalds # Date: Mon Mar 11 10:10:29 2019 -0700 # # tools: mark 'test_vmalloc.sh' executable # # Several of these scripts have come in as old-fashioned patches, and in # the process lost the executable bit. In most cases it doesn't matter, # since the test infrastructure will explicitly execute them using the # proper shell interpreter, but at least in the case of the new vmalloc # test, the lack of execurable bit caused the test to fail with # # ./run_vmtests: line 217: ./test_vmalloc.sh: Permission denied # # because of the lacking exectuable permissions bit. # # This patch fixes that up. # # NOTE! A simple script to look for non-executable scripts in the kernel, # something like # # git ls-files --stage -- '*.sh' | # grep 100644 | # cut -f2 | # xargs grep -l '#!' # # will show that there's a lot of other files that _look_ like executable # shell scripts, but don't have the executable bit set. I considered just # scripting them all to be executable, but since it looks like the common # pattern is to not really require it, I'm just doing the minimal fix as # pointed out by the kernel test robot. # # Fixes: a05ef00c9790 ("selftests/vm: add script helper for CONFIG_TEST_VMALLOC_MODULE") # Reported-by: kernel test robot # Cc: Andrew Morton # Cc: Uladzislau Rezki # Signed-off-by: Linus Torvalds # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-ld --version # < git log --format=%s --max-count=1 6bc3fe8e7e172d5584e529a04cf9eec946428768 # < make -s -j 80 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- mpc85xx_defconfig # make -s -j 80 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- :1478:2: warning: #warning syscall io_uring_setup not implemented [-Wcpp] :1481:2: warning: #warning syscall io_uring_enter not implemented [-Wcpp] :1484:2: warning: #warning syscall io_uring_register not implemented [-Wcpp] /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:186:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/cgroup/cgroup-v1.c: In function 'cgroup1_mount': /kisskb/src/include/linux/percpu-refcount.h:315:12: warning: 'root' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/cgroup/cgroup-v1.c:1120:22: note: 'root' was declared here /kisskb/src/sound/soc/codecs/wm8960.c: In function 'wm8960_configure_clocking': /kisskb/src/sound/soc/codecs/wm8960.c:803:70: warning: 'j' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/sound/soc/codecs/wm8960.c:800:68: warning: 'i' 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:2594: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:1855:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/trace/trace_dynevent.c: In function 'create_dyn_event': /kisskb/src/kernel/trace/trace_dynevent.c:89:5: 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:1435:5: warning: 'page' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_generic_scl_recovery': /kisskb/src/drivers/i2c/i2c-core-base.c:235:5: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c: In function 'univ8250_release_irq': /kisskb/src/drivers/tty/serial/8250/8250_core.c:247:18: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c:227:19: note: 'i' was declared here /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c: In function 'allocate_bd': /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c:139:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] /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:339:21: note: 'pdeo' was declared here /kisskb/src/fs/udf/unicode.c: In function 'udf_name_conv_char': /kisskb/src/fs/udf/unicode.c:132:8: warning: 'c' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8541cds.dts:334.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8555cds.dts:334.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) INFO: Uncompressed kernel (size 0xbb7014) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbb7014) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbb7014) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbb7014) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbb7014) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbb7014) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbb7014) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbb7014) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbb7014) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbb7014) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbb7014) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbb7014) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbb7014) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbb7014) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbb7014) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xba684c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) Image Name: Linux-5.0.0-g6bc3fe8e7e17 Created: Tue Mar 12 06:41:23 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5659587 Bytes = 5526.94 KiB = 5.40 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.0.0-g6bc3fe8e7e17 Created: Tue Mar 12 06:41:23 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5690821 Bytes = 5557.44 KiB = 5.43 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.0.0-g6bc3fe8e7e17 Created: Tue Mar 12 06:41:23 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5690843 Bytes = 5557.46 KiB = 5.43 MiB Load Address: 00c00000 Entry Point: 00c002e8 Image Name: Linux-5.0.0-g6bc3fe8e7e17 Created: Tue Mar 12 06:41:23 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5690487 Bytes = 5557.12 KiB = 5.43 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.0.0-g6bc3fe8e7e17 Created: Tue Mar 12 06:41:23 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5690794 Bytes = 5557.42 KiB = 5.43 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.0.0-g6bc3fe8e7e17 Created: Tue Mar 12 06:41:23 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5690821 Bytes = 5557.44 KiB = 5.43 MiB Load Address: 00c00000 Entry Point: 00c002e8 Image Name: Linux-5.0.0-g6bc3fe8e7e17 Created: Tue Mar 12 06:41:23 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5692152 Bytes = 5558.74 KiB = 5.43 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.0.0-g6bc3fe8e7e17 Created: Tue Mar 12 06:41:23 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5690486 Bytes = 5557.12 KiB = 5.43 MiB Load Address: 00c00000 Entry Point: 00c002e8 Image Name: Linux-5.0.0-g6bc3fe8e7e17 Created: Tue Mar 12 06:41:23 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5690287 Bytes = 5556.92 KiB = 5.43 MiB Load Address: 00c00000 Entry Point: 00c002e8 Image Name: Linux-5.0.0-g6bc3fe8e7e17 Created: Tue Mar 12 06:41:23 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5690999 Bytes = 5557.62 KiB = 5.43 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.0.0-g6bc3fe8e7e17 Created: Tue Mar 12 06:41:23 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5690286 Bytes = 5556.92 KiB = 5.43 MiB Load Address: 00c00000 Entry Point: 00c002e8 Image Name: Linux-5.0.0-g6bc3fe8e7e17 Created: Tue Mar 12 06:41:23 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5692540 Bytes = 5559.12 KiB = 5.43 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.0.0-g6bc3fe8e7e17 Created: Tue Mar 12 06:41:23 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5692980 Bytes = 5559.55 KiB = 5.43 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.0.0-g6bc3fe8e7e17 Created: Tue Mar 12 06:41:23 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5692717 Bytes = 5559.29 KiB = 5.43 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.0.0-g6bc3fe8e7e17 Created: Tue Mar 12 06:41:24 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5690309 Bytes = 5556.94 KiB = 5.43 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.0.0-g6bc3fe8e7e17 Created: Tue Mar 12 06:41:24 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5690822 Bytes = 5557.44 KiB = 5.43 MiB Load Address: 00c00000 Entry Point: 00c002a8 Completed OK # rm -rf /kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.6 # Build took: 0:01:46.121815