# git rev-parse -q --verify 1cd735b81f3b39d58a2c18ee4b08cb22a1999c7c^{commit} 1cd735b81f3b39d58a2c18ee4b08cb22a1999c7c already have revision, skipping fetch # git checkout -q -f -B kisskb 1cd735b81f3b39d58a2c18ee4b08cb22a1999c7c # git clean -qxdf # < git log -1 # commit 1cd735b81f3b39d58a2c18ee4b08cb22a1999c7c # Author: Firoz Khan # Date: Mon Dec 17 16:10:36 2018 +0530 # # powerpc: generate uapi header and system call table files # # System call table generation script must be run to gener- # ate unistd_32/64.h and syscall_table_32/64/c32/spu.h files. # This patch will have changes which will invokes the script. # # This patch will generate unistd_32/64.h and syscall_table- # _32/64/c32/spu.h files by the syscall table generation # script invoked by parisc/Makefile and the generated files # against the removed files must be identical. # # The generated uapi header file will be included in uapi/- # asm/unistd.h and generated system call table header file # will be included by kernel/systbl.S file. # # Signed-off-by: Firoz Khan # Signed-off-by: Michael Ellerman # < /opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 1cd735b81f3b39d58a2c18ee4b08cb22a1999c7c # < make -s -j 8 ARCH=um O=/kisskb/build/mpe_um-defconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 defconfig # make -s -j 8 ARCH=um O=/kisskb/build/mpe_um-defconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 /kisskb/src/scripts/unifdef.c: In function 'Mpass': /kisskb/src/scripts/unifdef.c:453:28: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] static void Mpass (void) { strncpy(keyword, "if ", 4); Pelif(); } ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/um/os-Linux/umid.c: In function 'is_umdir_used': /kisskb/src/arch/um/os-Linux/umid.c:138:2: warning: ISO C90 forbids variable length array 'file' [-Wvla] char file[strlen(uml_dir) + UMID_LEN + sizeof("/pid\0")]; ^ /kisskb/src/arch/um/os-Linux/umid.c: In function 'create_pid_file': /kisskb/src/arch/um/os-Linux/umid.c:213:2: warning: ISO C90 forbids variable length array 'file' [-Wvla] char file[strlen(uml_dir) + UMID_LEN + sizeof("/pid\0")]; ^ /kisskb/src/arch/um/os-Linux/umid.c: In function 'remove_umid_dir': /kisskb/src/arch/um/os-Linux/umid.c:388:2: warning: ISO C90 forbids variable length array 'dir' [-Wvla] char dir[strlen(uml_dir) + UMID_LEN + 1], err; ^ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_newlink': /kisskb/src/net/core/rtnetlink.c:3224:1: warning: the frame size of 1296 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ LINK linux Completed OK # rm -rf /kisskb/build/mpe_um-defconfig_um-x86_64 # Build took: 0:00:56.507716