# git rev-parse -q --verify 86f84779d8e92a690b2f281175ea06b884cb6fa4^{commit} 86f84779d8e92a690b2f281175ea06b884cb6fa4 already have revision, skipping fetch # git checkout -q -f -B kisskb 86f84779d8e92a690b2f281175ea06b884cb6fa4 # git clean -qxdf # git log -1 commit 86f84779d8e92a690b2f281175ea06b884cb6fa4 Merge: ce38061 f6a0154 Author: Linus Torvalds Date: Tue Mar 6 12:41:30 2018 -0800 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace Pull sigingo fix from Eric Biederman: "The kbuild test robot found that I accidentally moved si_pkey when I was cleaning up siginfo_t. A short followed by an int with the int having 8 byte alignment. Sheesh siginfo_t is a weird structure. I have now corrected it and added build time checks that with a little luck will catch any similar future mistakes. The build time checks were sufficient for me to verify the bug and to verify my fix. So they are at least useful this once." * 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace: signal/x86: Include the field offsets in the build time checks signal: Correct the offset of si_pkey in struct siginfo # < /opt/cross/kisskb/gcc-4.6.3-nolibc/cris-linux/bin/cris-linux-gcc --version # < git log --format=%s --max-count=1 86f84779d8e92a690b2f281175ea06b884cb6fa4 # < make -s -j 20 ARCH=cris O=/kisskb/build/linus_etrax-100lx_v2_defconfig_cris CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/cris-linux/bin/cris-linux- etrax-100lx_v2_defconfig arch/cris/arch-v32/Kconfig:17:warning: choice default symbol 'ETRAX_KGDB_PORT0' is not contained in the choice # make -s -j 20 ARCH=cris O=/kisskb/build/linus_etrax-100lx_v2_defconfig_cris CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/cris-linux/bin/cris-linux- arch/cris/arch-v32/Kconfig:17:warning: choice default symbol 'ETRAX_KGDB_PORT0' is not contained in the choice :1254:2: warning: #warning syscall socket not implemented [-Wcpp] :1257:2: warning: #warning syscall socketpair not implemented [-Wcpp] :1260:2: warning: #warning syscall bind not implemented [-Wcpp] :1263:2: warning: #warning syscall connect not implemented [-Wcpp] :1266:2: warning: #warning syscall listen not implemented [-Wcpp] :1272:2: warning: #warning syscall getsockopt not implemented [-Wcpp] :1275:2: warning: #warning syscall setsockopt not implemented [-Wcpp] :1278:2: warning: #warning syscall getsockname not implemented [-Wcpp] :1281:2: warning: #warning syscall getpeername not implemented [-Wcpp] :1284:2: warning: #warning syscall sendto not implemented [-Wcpp] :1287:2: warning: #warning syscall sendmsg not implemented [-Wcpp] :1290:2: warning: #warning syscall recvfrom not implemented [-Wcpp] :1293:2: warning: #warning syscall recvmsg not implemented [-Wcpp] :1296:2: warning: #warning syscall shutdown not implemented [-Wcpp] :1299:2: warning: #warning syscall userfaultfd not implemented [-Wcpp] :1302:2: warning: #warning syscall membarrier not implemented [-Wcpp] :1305:2: warning: #warning syscall mlock2 not implemented [-Wcpp] :1308:2: warning: #warning syscall copy_file_range not implemented [-Wcpp] :1311:2: warning: #warning syscall preadv2 not implemented [-Wcpp] :1314:2: warning: #warning syscall pwritev2 not implemented [-Wcpp] :1317:2: warning: #warning syscall pkey_mprotect not implemented [-Wcpp] :1320:2: warning: #warning syscall pkey_alloc not implemented [-Wcpp] :1323:2: warning: #warning syscall pkey_free not implemented [-Wcpp] :1326:2: warning: #warning syscall statx not implemented [-Wcpp] /kisskb/src/arch/cris/arch-v10/drivers/axisflashmap.c: In function 'init_axis_flash': /kisskb/src/arch/cris/arch-v10/drivers/axisflashmap.c:277:10: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'uint64_t' [-Wformat] /kisskb/src/arch/cris/arch-v10/drivers/axisflashmap.c:341:11: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'uint64_t' [-Wformat] /kisskb/src/arch/cris/arch-v10/drivers/axisflashmap.c:341:11: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat] /kisskb/src/arch/cris/arch-v10/drivers/axisflashmap.c:359:10: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'uint64_t' [-Wformat] /kisskb/src/arch/cris/arch-v10/drivers/axisflashmap.c:359:10: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat] /kisskb/src/mm/percpu.c: In function 'setup_per_cpu_areas': /kisskb/src/mm/percpu.c:2723:2: warning: #warning "the CRIS architecture has physical and virtual addresses confused" [-Wcpp] /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:183:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] Kernel: arch/cris/boot/Image is ready Kernel: arch/cris/boot/zImage is ready Completed OK # rm -rf /kisskb/build/linus_etrax-100lx_v2_defconfig_cris # Build took: 0:01:02.315387