# git rev-parse -q --verify fffe3ae0ee84e25d2befe2ae59bc32aa2b6bc77b^{commit} fffe3ae0ee84e25d2befe2ae59bc32aa2b6bc77b already have revision, skipping fetch # git checkout -q -f -B kisskb fffe3ae0ee84e25d2befe2ae59bc32aa2b6bc77b # git clean -qxdf # < git log -1 # commit fffe3ae0ee84e25d2befe2ae59bc32aa2b6bc77b # Merge: 8f7be6291529 7d17e83abec1 # Author: Linus Torvalds # Date: Wed Aug 5 13:28:50 2020 -0700 # # Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma # # Pull hmm updates from Jason Gunthorpe: # "Ralph has been working on nouveau's use of hmm_range_fault() and # migrate_vma() which resulted in this small series. It adds reporting # of the page table order from hmm_range_fault() and some optimization # of migrate_vma(): # # - Report the size of the page table mapping out of hmm_range_fault(). # # This makes it easier to establish a large/huge/etc mapping in the # device's page table. # # - Allow devices to ignore the invalidations during migration in cases # where the migration is not going to change pages. # # For instance migrating pages to a device does not require the # device to invalidate pages already in the device. # # - Update nouveau and hmm_tests to use the above" # # * tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma: # mm/hmm/test: use the new migration invalidation # nouveau/svm: use the new migration invalidation # mm/notifier: add migration invalidation type # mm/migrate: add a flags parameter to migrate_vma # nouveau: fix storing invalid ptes # nouveau/hmm: support mapping large sysmem pages # nouveau: fix mapping 2MB sysmem pages # nouveau/hmm: fault one page at a time # mm/hmm: add tests for hmm_pfn_to_map_order() # mm/hmm: provide the page mapping order in hmm_range_fault() # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi-ld --version # < git log --format=%s --max-count=1 fffe3ae0ee84e25d2befe2ae59bc32aa2b6bc77b # < make -s -j 24 ARCH=arm O=/kisskb/build/linus_omap2plus_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- omap2plus_defconfig # < make -s -j 24 ARCH=arm O=/kisskb/build/linus_omap2plus_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- help # make -s -j 24 ARCH=arm O=/kisskb/build/linus_omap2plus_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- olddefconfig # make -s -j 24 ARCH=arm O=/kisskb/build/linus_omap2plus_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- /kisskb/src/arch/arm/crypto/ghash-ce-glue.c: In function 'ghash_do_update': /kisskb/src/arch/arm/crypto/ghash-ce-glue.c:67:44: warning: passing argument 4 of 'pmull_ghash_update_p64' from incompatible pointer type pmull_ghash_update_p64(blocks, dg, src, key->h, head); ^ /kisskb/src/arch/arm/crypto/ghash-ce-glue.c:45:17: note: expected 'const u64 (*)[2]' but argument is of type 'u64 (*)[2]' asmlinkage void pmull_ghash_update_p64(int blocks, u64 dg[], const char *src, ^ /kisskb/src/arch/arm/crypto/ghash-ce-glue.c:69:43: warning: passing argument 4 of 'pmull_ghash_update_p8' from incompatible pointer type pmull_ghash_update_p8(blocks, dg, src, key->h, head); ^ /kisskb/src/arch/arm/crypto/ghash-ce-glue.c:48:17: note: expected 'const u64 (*)[2]' but argument is of type 'u64 (*)[2]' asmlinkage void pmull_ghash_update_p8(int blocks, u64 dg[], const char *src, ^ Completed OK # rm -rf /kisskb/build/linus_omap2plus_defconfig_arm-gcc4.9 # Build took: 0:03:44.662968