# 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-8.1.0-nolibc/mips-linux/bin/mips-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/mips-linux/bin/mips-linux-ld --version # < git log --format=%s --max-count=1 f4b936f5d6fd0625a78a7b4b92e98739a2bdb6f7 # < make -s -j 8 ARCH=mips O=/kisskb/build/linus_mips-defconfig_mips-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/mips-linux/bin/mips-linux- defconfig # < make -s -j 8 ARCH=mips O=/kisskb/build/linus_mips-defconfig_mips-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/mips-linux/bin/mips-linux- help # make -s -j 8 ARCH=mips O=/kisskb/build/linus_mips-defconfig_mips-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/mips-linux/bin/mips-linux- olddefconfig # make -s -j 8 ARCH=mips O=/kisskb/build/linus_mips-defconfig_mips-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/mips-linux/bin/mips-linux- FIT description: Linux 5.10.0-rc4-gf4b936f5d6fd Created: Mon Nov 23 11:11:19 2020 Image 0 (kernel@0) Description: Linux 5.10.0-rc4-gf4b936f5d6fd Created: Mon Nov 23 11:11:19 2020 Type: Kernel Image Compression: gzip compressed Data Size: 5155350 Bytes = 5034.52 KiB = 4.92 MiB Architecture: MIPS OS: Linux Load Address: 0x80100000 Entry Point: 0x809817ac Hash algo: sha1 Hash value: 569474f71a18f18e7a650d6ac78a020a1ffad454 Image 1 (fdt@boston) Description: img,boston Device Tree Created: Mon Nov 23 11:11:19 2020 Type: Flat Device Tree Compression: uncompressed Data Size: 3793 Bytes = 3.70 KiB = 0.00 MiB Architecture: MIPS Hash algo: sha1 Hash value: 4799f50d688573234da6e9d7701234d394759ef4 Image 2 (fdt@ni169445) Description: NI 169445 device tree Created: Mon Nov 23 11:11:19 2020 Type: Flat Device Tree Compression: uncompressed Data Size: 1871 Bytes = 1.83 KiB = 0.00 MiB Architecture: MIPS Hash algo: sha1 Hash value: 51b89b31605ee62038c8468c429af091dfc75ec7 Image 3 (fdt@ocelot_pcb123) Description: MSCC Ocelot PCB123 Device Tree Created: Mon Nov 23 11:11:19 2020 Type: Flat Device Tree Compression: uncompressed Data Size: 4659 Bytes = 4.55 KiB = 0.00 MiB Architecture: MIPS Hash algo: sha1 Hash value: 5bcb6e4f21e8e5372544aa130b3bd097355a9050 Image 4 (fdt@ocelot_pcb120) Description: MSCC Ocelot PCB120 Device Tree Created: Mon Nov 23 11:11:19 2020 Type: Flat Device Tree Compression: uncompressed Data Size: 5418 Bytes = 5.29 KiB = 0.01 MiB Architecture: MIPS Hash algo: sha1 Hash value: 93d882f2009a217e0fa9dab94788535ed2be8476 Image 5 (fdt@xilfpga) Description: MIPSfpga (xilfpga) Device Tree Created: Mon Nov 23 11:11:19 2020 Type: Flat Device Tree Compression: uncompressed Data Size: 2708 Bytes = 2.64 KiB = 0.00 MiB Architecture: MIPS Hash algo: sha1 Hash value: 63d058b780f65e22da30f0a183433765f1807f1d Default Configuration: 'conf@default' Configuration 0 (conf@default) Description: Generic Linux kernel Kernel: kernel@0 Configuration 1 (conf@boston) Description: Boston Linux kernel Kernel: kernel@0 FDT: fdt@boston Configuration 2 (conf@ni169445) Description: NI 169445 Linux Kernel Kernel: kernel@0 FDT: fdt@ni169445 Configuration 3 (conf@ocelot_pcb123) Description: Ocelot Linux kernel Kernel: kernel@0 FDT: fdt@ocelot_pcb123 Configuration 4 (conf@ocelot_pcb120) Description: Ocelot Linux kernel Kernel: kernel@0 FDT: fdt@ocelot_pcb120 Configuration 5 (conf@xilfpga) Description: MIPSfpga Linux kernel Kernel: kernel@0 FDT: fdt@xilfpga Completed OK # rm -rf /kisskb/build/linus_mips-defconfig_mips-gcc8 # Build took: 0:03:04.525890