# 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 # 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 # Reported-by: Jens Axboe # Reviewed-by: Jens Axboe # Signed-off-by: Linus Torvalds # < /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 32 ARCH=powerpc O=/kisskb/build/linus_pmac32_defconfig+KVM_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- pmac32_defconfig # Added to kconfig CONFIG_VIRTUALIZATION=y # Added to kconfig CONFIG_KVM=y # Added to kconfig CONFIG_KVM_BOOK3S_32=m # Added to kconfig # < make -s -j 32 ARCH=powerpc O=/kisskb/build/linus_pmac32_defconfig+KVM_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 32 ARCH=powerpc O=/kisskb/build/linus_pmac32_defconfig+KVM_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig .config:4134:warning: override: reassigning to symbol VIRTUALIZATION # make -s -j 32 ARCH=powerpc O=/kisskb/build/linus_pmac32_defconfig+KVM_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 1160 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ /kisskb/src/drivers/gpu/drm/ttm/ttm_pool.c:243:21: warning: 'ttm_pool_type_count' defined but not used [-Wunused-function] static unsigned int ttm_pool_type_count(struct ttm_pool_type *pt) ^ INFO: Uncompressed kernel (size 0xa5195c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) Completed OK # rm -rf /kisskb/build/linus_pmac32_defconfig+KVM_powerpc-gcc4.9 # Build took: 0:01:58.580775