Buildresult: linus/ip22_defconfig/mips-gcc8 built on Jul 13, 08:52
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Jul 13, 08:52
Duration:
0:01:47.232134
Builder:
alpine2
Revision:
Merge tag 'for-6.10-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux (
975f3b6da18020f1c8a7667ccb08fa542928ec03)
Target:
linus/ip22_defconfig/mips-gcc8
Branch:
linus
Compiler:
mips-gcc8
(mips-linux-gcc (GCC) 8.5.0 / GNU ld (GNU Binutils) 2.36.1)
Config:
ip22_defconfig
(
download
)
Log:
Download original
Possible warnings (6)
arch/mips/sgi-ip22/ip22-berr.c:89:6: warning: no previous prototype for 'ip22_be_interrupt' [-Wmissing-prototypes] arch/mips/sgi-ip22/ip22-berr.c:113:13: warning: no previous prototype for 'ip22_be_init' [-Wmissing-prototypes] arch/mips/sgi-ip22/ip22-gio.c:249:6: warning: no previous prototype for 'ip22_gio_set_64bit' [-Wmissing-prototypes] arch/mips/sgi-ip22/ip22-gio.c:398:12: warning: no previous prototype for 'ip22_gio_init' [-Wmissing-prototypes] arch/mips/sgi-ip22/ip22-time.c:119:18: warning: no previous prototype for 'indy_8254timer_irq' [-Wmissing-prototypes] drivers/scsi/sgiwd93.c:173:6: warning: no previous prototype for 'sgiwd93_reset' [-Wmissing-prototypes]
Full Log
# git rev-parse -q --verify 975f3b6da18020f1c8a7667ccb08fa542928ec03^{commit} 975f3b6da18020f1c8a7667ccb08fa542928ec03 already have revision, skipping fetch # git checkout -q -f -B kisskb 975f3b6da18020f1c8a7667ccb08fa542928ec03 # git clean -qxdf # < git log -1 # commit 975f3b6da18020f1c8a7667ccb08fa542928ec03 # Merge: a52ff901a174 448494051429 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Fri Jul 12 12:08:42 2024 -0700 # # Merge tag 'for-6.10-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux # # Pull btrfs fixes from David Sterba: # "Fix a regression in extent map shrinker behaviour. # # In the past weeks we got reports from users that there are huge # latency spikes or freezes. This was bisected to newly added shrinker # of extent maps (it was added to fix a build up of the structures in # memory). # # I'm assuming that the freezes would happen to many users after release # so I'd like to get it merged now so it's in 6.10. Although the diff # size is not small the changes are relatively straightforward, the # reporters verified the fixes and we did testing on our side. # # The fixes: # # - adjust behaviour under memory pressure and check lock or scheduling # conditions, bail out if needed # # - synchronize tracking of the scanning progress so inode ranges are # not skipped or work duplicated # # - do a delayed iput when scanning a root so evicting an inode does # not slow things down in case of lots of dirty data, also fix # lockdep warning, a deadlock could happen when writing the dirty # data would need to start a transaction" # # * tag 'for-6.10-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux: # btrfs: avoid races when tracking progress for extent map shrinking # btrfs: stop extent map shrinker if reschedule is needed # btrfs: use delayed iput during extent map shrinking # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/mips-linux/bin/mips-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/mips-linux/bin/mips-linux-ld --version # < git log --format=%s --max-count=1 975f3b6da18020f1c8a7667ccb08fa542928ec03 # make -s -j 160 ARCH=mips O=/kisskb/build/linus_ip22_defconfig_mips-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/mips-linux/bin/mips-linux- ip22_defconfig # < make -s -j 160 ARCH=mips O=/kisskb/build/linus_ip22_defconfig_mips-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/mips-linux/bin/mips-linux- help # make -s -j 160 ARCH=mips O=/kisskb/build/linus_ip22_defconfig_mips-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/mips-linux/bin/mips-linux- olddefconfig # make -s -j 160 ARCH=mips O=/kisskb/build/linus_ip22_defconfig_mips-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/mips-linux/bin/mips-linux- /kisskb/src/arch/mips/sgi-ip22/ip22-berr.c:89:6: warning: no previous prototype for 'ip22_be_interrupt' [-Wmissing-prototypes] void ip22_be_interrupt(int irq) ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/mips/sgi-ip22/ip22-berr.c:113:13: warning: no previous prototype for 'ip22_be_init' [-Wmissing-prototypes] void __init ip22_be_init(void) ^~~~~~~~~~~~ /kisskb/src/arch/mips/sgi-ip22/ip22-gio.c:249:6: warning: no previous prototype for 'ip22_gio_set_64bit' [-Wmissing-prototypes] void ip22_gio_set_64bit(int slotno) ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/mips/sgi-ip22/ip22-gio.c:398:12: warning: no previous prototype for 'ip22_gio_init' [-Wmissing-prototypes] int __init ip22_gio_init(void) ^~~~~~~~~~~~~ /kisskb/src/arch/mips/sgi-ip22/ip22-time.c:119:18: warning: no previous prototype for 'indy_8254timer_irq' [-Wmissing-prototypes] void __irq_entry indy_8254timer_irq(void) ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/sgiwd93.c:173:6: warning: no previous prototype for 'sgiwd93_reset' [-Wmissing-prototypes] void sgiwd93_reset(unsigned long base) ^~~~~~~~~~~~~ Completed OK # rm -rf /kisskb/build/linus_ip22_defconfig_mips-gcc8 # Build took: 0:01:47.232134
© Michael Ellerman 2006-2018.