# git rev-parse -q --verify c02be2334e7523903cc15b5258a48b85b5de6cbc^{commit} c02be2334e7523903cc15b5258a48b85b5de6cbc already have revision, skipping fetch # git checkout -q -f -B kisskb c02be2334e7523903cc15b5258a48b85b5de6cbc # git clean -qxdf # git log -1 commit c02be2334e7523903cc15b5258a48b85b5de6cbc Merge: b1aad68 5b4c845 Author: Linus Torvalds Date: Wed Feb 28 11:40:51 2018 -0800 Merge tag 'xfs-4.16-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux Pull xfs fixes from Darrick Wong: - fix some compiler warnings - fix block reservations for transactions created during log recovery - fix resource leaks when respecifying mount options * tag 'xfs-4.16-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux: xfs: fix potential memory leak in mount option parsing xfs: reserve blocks for refcount / rmap log item recovery xfs: use memset to initialize xfs_scrub_agfl_info # < /opt/cross/kisskb/gcc-4.6.3-nolibc/m32r-linux/bin/m32r-linux-gcc --version # < git log --format=%s --max-count=1 c02be2334e7523903cc15b5258a48b85b5de6cbc # < make -s -j 10 ARCH=m32r O=/kisskb/build/linus_m32700ut.smp_defconfig_m32r CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/m32r-linux/bin/m32r-linux- m32700ut.smp_defconfig # make -s -j 10 ARCH=m32r O=/kisskb/build/linus_m32700ut.smp_defconfig_m32r CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/m32r-linux/bin/m32r-linux- :1143:2: warning: #warning syscall timerfd_create not implemented [-Wcpp] :1152:2: warning: #warning syscall timerfd_settime not implemented [-Wcpp] :1155:2: warning: #warning syscall timerfd_gettime not implemented [-Wcpp] :1158:2: warning: #warning syscall signalfd4 not implemented [-Wcpp] :1161:2: warning: #warning syscall eventfd2 not implemented [-Wcpp] :1164:2: warning: #warning syscall epoll_create1 not implemented [-Wcpp] :1167:2: warning: #warning syscall dup3 not implemented [-Wcpp] :1170:2: warning: #warning syscall pipe2 not implemented [-Wcpp] :1173:2: warning: #warning syscall inotify_init1 not implemented [-Wcpp] :1176:2: warning: #warning syscall preadv not implemented [-Wcpp] :1179:2: warning: #warning syscall pwritev not implemented [-Wcpp] :1182:2: warning: #warning syscall rt_tgsigqueueinfo not implemented [-Wcpp] :1185:2: warning: #warning syscall perf_event_open not implemented [-Wcpp] :1188:2: warning: #warning syscall recvmmsg not implemented [-Wcpp] :1191:2: warning: #warning syscall fanotify_init not implemented [-Wcpp] :1194:2: warning: #warning syscall fanotify_mark not implemented [-Wcpp] :1197:2: warning: #warning syscall prlimit64 not implemented [-Wcpp] :1200:2: warning: #warning syscall name_to_handle_at not implemented [-Wcpp] :1203:2: warning: #warning syscall open_by_handle_at not implemented [-Wcpp] :1206:2: warning: #warning syscall clock_adjtime not implemented [-Wcpp] :1209:2: warning: #warning syscall syncfs not implemented [-Wcpp] :1212:2: warning: #warning syscall sendmmsg not implemented [-Wcpp] :1218:2: warning: #warning syscall process_vm_readv not implemented [-Wcpp] :1221:2: warning: #warning syscall process_vm_writev not implemented [-Wcpp] :1224:2: warning: #warning syscall kcmp not implemented [-Wcpp] :1227:2: warning: #warning syscall finit_module not implemented [-Wcpp] :1230:2: warning: #warning syscall sched_setattr not implemented [-Wcpp] :1233:2: warning: #warning syscall sched_getattr not implemented [-Wcpp] :1236:2: warning: #warning syscall renameat2 not implemented [-Wcpp] :1239:2: warning: #warning syscall seccomp not implemented [-Wcpp] :1242:2: warning: #warning syscall getrandom not implemented [-Wcpp] :1245:2: warning: #warning syscall memfd_create not implemented [-Wcpp] :1248:2: warning: #warning syscall bpf not implemented [-Wcpp] :1251:2: warning: #warning syscall execveat not implemented [-Wcpp] :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] :1269:2: warning: #warning syscall accept4 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/mm/percpu.c: In function 'pcpu_embed_first_chunk': /kisskb/src/mm/percpu.c:2462:3: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'unsigned int' [-Wformat] /kisskb/src/mm/pgtable-generic.c: In function 'ptep_clear_flush': /kisskb/src/mm/pgtable-generic.c:83:20: warning: unused variable 'mm' [-Wunused-variable] /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] /kisskb/src/kernel/rcu/srcutree.c: In function 'init_srcu_struct_fields': /kisskb/src/kernel/rcu/srcutree.c:146:32: warning: 'levelspread[]' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/rcu/srcutree.c:94:6: note: 'levelspread[]' was declared here Kernel: arch/m32r/boot/zImage is ready Completed OK # rm -rf /kisskb/build/linus_m32700ut.smp_defconfig_m32r # Build took: 0:00:36.155227