# git rev-parse -q --verify b032e432ebab0f0a5d942e4dcb2dbaa2ecb9c992^{commit} b032e432ebab0f0a5d942e4dcb2dbaa2ecb9c992 already have revision, skipping fetch # git checkout -q -f -B kisskb b032e432ebab0f0a5d942e4dcb2dbaa2ecb9c992 # git clean -qxdf # < git log -1 # commit b032e432ebab0f0a5d942e4dcb2dbaa2ecb9c992 # Author: Michael Ellerman # Date: Fri Jan 11 17:28:26 2019 +1100 # # powerpc/syscalls: Split SPU-ness out of ABI # # Using the ABI field to encode whether a syscall is usable by SPU # programs or not is a bit of kludge. # # The ABI of the syscall doesn't change depending on the SPU-ness, but # in order to make the syscall generation work we have to pretend that # it does. # # It also means we have more duplicated syscall lines than we need to, # and the SPU logic is not well contained, instead all of the syscall # generation targets need to know if they are spu or nospu. # # So instead add a separate file which contains the information on which # syscalls are available for SPU programs. It's just a list of syscall # numbers with a single "spu" field. If the field has the value "spu" # then the syscall is available to SPU programs, any other value or no # entry entirely means the syscall is not available to SPU programs. # # Signed-off-by: Michael Ellerman # < /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 b032e432ebab0f0a5d942e4dcb2dbaa2ecb9c992 # < make -s -j 48 ARCH=powerpc O=/kisskb/build/mpe_85xx_socrates_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- 85xx/socrates_defconfig # make -s -j 48 ARCH=powerpc O=/kisskb/build/mpe_85xx_socrates_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- /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/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/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/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 INFO: Uncompressed kernel (size 0x5957ac) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x600000) Image Name: Linux-5.0.0-rc1-gb032e432ebab Created: Sat Jan 19 22:12:16 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 2832959 Bytes = 2766.56 KiB = 2.70 MiB Load Address: 00000000 Entry Point: 00000000 Completed OK # rm -rf /kisskb/build/mpe_85xx_socrates_defconfig_powerpc-gcc4.6 # Build took: 0:00:41.871714