Buildresult: linus-rand/mips-allmodconfig/mips-gcc12 built on Jun 22 2023, 12:42
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Jun 22 2023, 12:42
Duration:
0:50:01.601985
Builder:
blade4b
Revision:
Merge tag 'timers-urgent-2023-06-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (
dad9774deaf1cf8e8f7483310dfb2690310193d2)
Target:
linus-rand/mips-allmodconfig/mips-gcc12
Branch:
linus-rand
Compiler:
mips-gcc12
(mips-linux-gcc (GCC) 12.2.0 / GNU ld (GNU Binutils) 2.39)
Config:
allmodconfig
(
download
)
Log:
Download original
Possible warnings (1)
.config:14424:warning: override: reassigning to symbol MIPS_CPS_NS16550_SHIFT
Full Log
# git rev-parse -q --verify dad9774deaf1cf8e8f7483310dfb2690310193d2^{commit} dad9774deaf1cf8e8f7483310dfb2690310193d2 already have revision, skipping fetch # git checkout -q -f -B kisskb dad9774deaf1cf8e8f7483310dfb2690310193d2 # git clean -qxdf # < git log -1 # commit dad9774deaf1cf8e8f7483310dfb2690310193d2 # Merge: 007034977130 13bb06f8dd42 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Wed Jun 21 12:36:34 2023 -0700 # # Merge tag 'timers-urgent-2023-06-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip # # Pull timer fix from Thomas Gleixner: # "A single regression fix for a regression fix: # # For a long time the tick was aligned to clock MONOTONIC so that the # tick event happened at a multiple of nanoseconds per tick starting # from clock MONOTONIC = 0. # # At some point this changed as the refined jiffies clocksource which is # used during boot before the TSC or other clocksources becomes usable, # was adjusted with a boot offset, so that time 0 is closer to the point # where the kernel starts. # # This broke the assumption in the tick code that when the tick setup # happens early on ktime_get() will return a multiple of nanoseconds per # tick. As a consequence applications which aligned their periodic # execution so that it does not collide with the tick were not longer # guaranteed that the tick period starts from time 0. # # The fix for this regression was to realign the tick when it is # initially set up to a multiple of tick periods. That works as long as # the underlying tick device supports periodic mode, but breaks under # certain conditions when the tick device supports only one shot mode. # # Depending on the offset, the alignment delta to clock MONOTONIC can # get in a range where the minimal programming delta of the underlying # clock event device is larger than the calculated delta to the next # tick. This results in a boot hang as the tick code tries to play catch # up, but as the tick never fires jiffies are not advanced so it keeps # trying for ever. # # Solve this by moving the tick alignement into the NOHZ / HIGHRES # enablement code because at that point it is guaranteed that the # underlying clocksource is high resolution capable and not longer # depending on the tick. # # This is far before user space starts, so at the point where # applications try to align their timers, the old behaviour of the tick # happening at a multiple of nanoseconds per tick starting from clock # MONOTONIC = 0 is restored" # # * tag 'timers-urgent-2023-06-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: # tick/common: Align tick period during sched_timer setup # < /opt/cross/kisskb/korg/gcc-12.2.0-nolibc/mips-linux/bin/mips-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-12.2.0-nolibc/mips-linux/bin/mips-linux-ld --version # < git log --format=%s --max-count=1 dad9774deaf1cf8e8f7483310dfb2690310193d2 # make -s -j 24 ARCH=mips O=/kisskb/build/linus-rand_allmodconfig_mips-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/mips-linux/bin/mips-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # Added to kconfig CONFIG_MIPS_CPS_NS16550_BASE=0x1b0003f8 # Added to kconfig CONFIG_MIPS_CPS_NS16550_SHIFT=0 # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig # < make -s -j 24 ARCH=mips O=/kisskb/build/linus-rand_allmodconfig_mips-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/mips-linux/bin/mips-linux- help # make -s -j 24 ARCH=mips O=/kisskb/build/linus-rand_allmodconfig_mips-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/mips-linux/bin/mips-linux- olddefconfig .config:14424:warning: override: reassigning to symbol MIPS_CPS_NS16550_SHIFT # make -s -j 24 ARCH=mips O=/kisskb/build/linus-rand_allmodconfig_mips-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/mips-linux/bin/mips-linux- Completed OK # rm -rf /kisskb/build/linus-rand_allmodconfig_mips-gcc12 # Build took: 0:50:01.601985
© Michael Ellerman 2006-2018.