Buildresult: linus/44x/currituck_defconfig/powerpc-gcc4.9 built on Dec 19 2020, 10:46
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Dec 19 2020, 10:46
Duration:
0:00:41.388253
Builder:
ka4
Revision:
mm/filemap: fix infinite loop in generic_file_buffered_read() (
3644e2d2dda78e21edd8f5415b6d7ab03f5f54f3)
Target:
linus/44x/currituck_defconfig/powerpc-gcc4.9
Branch:
linus
Compiler:
powerpc-gcc4.9
(powerpc64-linux-gcc (GCC) 4.9.4 / GNU ld (GNU Binutils) 2.29.1.20170915)
Config:
44x/currituck_defconfig
(
download
)
Log:
Download original
Possible warnings (1)
block/genhd.c:1515:1: warning: the frame size of 1168 bytes is larger than 1024 bytes [-Wframe-larger-than=]
Full Log
# git rev-parse -q --verify 3644e2d2dda78e21edd8f5415b6d7ab03f5f54f3^{commit} 3644e2d2dda78e21edd8f5415b6d7ab03f5f54f3 already have revision, skipping fetch # git checkout -q -f -B kisskb 3644e2d2dda78e21edd8f5415b6d7ab03f5f54f3 # git clean -qxdf # < git log -1 # commit 3644e2d2dda78e21edd8f5415b6d7ab03f5f54f3 # Author: Kent Overstreet <kent.overstreet@gmail.com> # Date: Fri Dec 18 04:07:11 2020 -0500 # # mm/filemap: fix infinite loop in generic_file_buffered_read() # # If iter->count is 0 and iocb->ki_pos is page aligned, this causes # nr_pages to be 0. # # Then in generic_file_buffered_read_get_pages() find_get_pages_contig() # returns 0 - because we asked for 0 pages, so we call # generic_file_buffered_read_no_cached_page() which attempts to add a page # to the page cache, which fails with -EEXIST, and then we loop. Oops... # # Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com> # Reported-by: Jens Axboe <axboe@kernel.dk> # Reviewed-by: Jens Axboe <axboe@kernel.dk> # Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 3644e2d2dda78e21edd8f5415b6d7ab03f5f54f3 # < make -s -j 120 ARCH=powerpc O=/kisskb/build/linus_44x_currituck_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- 44x/currituck_defconfig # make -s -j 120 ARCH=powerpc O=/kisskb/build/linus_44x_currituck_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/block/genhd.c: In function 'diskstats_show': /kisskb/src/block/genhd.c:1515:1: warning: the frame size of 1168 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ Completed OK # rm -rf /kisskb/build/linus_44x_currituck_defconfig_powerpc-gcc4.9 # Build took: 0:00:41.388253
© Michael Ellerman 2006-2018.