# git rev-parse -q --verify f4b936f5d6fd0625a78a7b4b92e98739a2bdb6f7^{commit} f4b936f5d6fd0625a78a7b4b92e98739a2bdb6f7 already have revision, skipping fetch # git checkout -q -f -B kisskb f4b936f5d6fd0625a78a7b4b92e98739a2bdb6f7 # git clean -qxdf # < git log -1 # commit f4b936f5d6fd0625a78a7b4b92e98739a2bdb6f7 # Merge: 48da33058975 2279f540ea7d # Author: Linus Torvalds # Date: Sun Nov 22 13:26:07 2020 -0800 # # Merge tag 'sched-urgent-2020-11-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip # # Pull scheduler fixes from Thomas Gleixner: # "A couple of scheduler fixes: # # - Make the conditional update of the overutilized state work # correctly by caching the relevant flags state before overwriting # them and checking them afterwards. # # - Fix a data race in the wakeup path which caused loadavg on ARM64 # platforms to become a random number generator. # # - Fix the ordering of the iowaiter accounting operations so it can't # be decremented before it is incremented. # # - Fix a bug in the deadline scheduler vs. priority inheritance when a # non-deadline task A has inherited the parameters of a deadline task # B and then blocks on a non-deadline task C. # # The second inheritance step used the static deadline parameters of # task A, which are usually 0, instead of further propagating task # B's parameters. The zero initialized parameters trigger a bug in # the deadline scheduler" # # * tag 'sched-urgent-2020-11-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: # sched/deadline: Fix priority inheritance with multiple scheduling classes # sched: Fix rq->nr_iowait ordering # sched: Fix data-race in wakeup # sched/fair: Fix overutilized update in enqueue_task_fair() # < /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 f4b936f5d6fd0625a78a7b4b92e98739a2bdb6f7 # < make -s -j 10 ARCH=powerpc O=/kisskb/build/linus_ppc64le_defconfig+NO_KVM_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- ppc64le_defconfig # Added to kconfig CONFIG_KVM_BOOK3S_64=n # Added to kconfig CONFIG_KVM=n # yes \n | make -s -j 10 ARCH=powerpc O=/kisskb/build/linus_ppc64le_defconfig+NO_KVM_powerpc-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 10 ARCH=powerpc O=/kisskb/build/linus_ppc64le_defconfig+NO_KVM_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- Completed OK # rm -rf /kisskb/build/linus_ppc64le_defconfig+NO_KVM_powerpc-gcc5 # Build took: 0:04:01.018371