# git rev-parse -q --verify 3eb514866f20c5eb74637279774b6d73b855480a^{commit} 3eb514866f20c5eb74637279774b6d73b855480a already have revision, skipping fetch # git checkout -q -f -B kisskb 3eb514866f20c5eb74637279774b6d73b855480a # git clean -qxdf # < git log -1 # commit 3eb514866f20c5eb74637279774b6d73b855480a # Merge: c309b6f24222 24a20b0a443f # Author: Linus Torvalds # Date: Tue Jul 16 15:07:51 2019 -0700 # # Merge tag 'arc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc # # Pull ARC updates from Vineet Gupta: # # - long due rewrite of do_page_fault # # - refactoring of entry/exit code to utilize the double load/store # instructions # # - hsdk platform updates # # * tag 'arc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc: # ARC: [plat-hsdk]: Enable AXI DW DMAC in defconfig # ARC: [plat-hsdk]: enable DW SPI controller # ARC: hide unused function unw_hdr_alloc # ARC: [haps] Add Virtio support # ARCv2: entry: simplify return to Delay Slot via interrupt # ARC: entry: EV_Trap expects r10 (vs. r9) to have exception cause # ARCv2: entry: rewrite to enable use of double load/stores LDD/STD # ARCv2: entry: avoid a branch # ARCv2: entry: push out the Z flag unclobber from common EXCEPTION_PROLOGUE # ARCv2: entry: comments about hardware auto-save on taken interrupts # ARC: mm: do_page_fault refactor #8: release mmap_sem sooner # ARC: mm: do_page_fault refactor #7: fold the various error handling # ARC: mm: do_page_fault refactor #6: error handlers to use same pattern # ARC: mm: do_page_fault refactor #5: scoot no_context to end # ARC: mm: do_page_fault refactor #4: consolidate retry related logic # ARC: mm: do_page_fault refactor #3: tidyup vma access permission code # ARC: mm: do_page_fault refactor #2: remove short lived variable # ARC: mm: do_page_fault refactor #1: remove label @good_area # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 3eb514866f20c5eb74637279774b6d73b855480a # < make -s -j 8 ARCH=powerpc O=/kisskb/build/linus_powernv_defconfig+THIN_ppc64le-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- powernv_defconfig # Added to kconfig CONFIG_USE_THIN_ARCHIVES=y # yes \n | make -s -j 8 ARCH=powerpc O=/kisskb/build/linus_powernv_defconfig+THIN_ppc64le-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- oldconfig yes: standard output: Broken pipe # make -s -j 8 ARCH=powerpc O=/kisskb/build/linus_powernv_defconfig+THIN_ppc64le-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- :1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/kernel/futex.c: In function 'do_futex': /kisskb/src/kernel/futex.c:1676:17: warning: 'oldval' may be used uninitialized in this function [-Wmaybe-uninitialized] return oldval == cmparg; ^ /kisskb/src/kernel/futex.c:1651:6: note: 'oldval' was declared here int oldval, ret; ^ WARNING: vmlinux.o(.text+0x2fd0): Section mismatch in reference from the variable start_here_common to the function .init.text:start_kernel() The function start_here_common() references the function __init start_kernel(). This is often because start_here_common lacks a __init annotation or the annotation of start_kernel is wrong. Completed OK # rm -rf /kisskb/build/linus_powernv_defconfig+THIN_ppc64le-gcc5 # Build took: 0:06:06.042876