# git rev-parse -q --verify b51594df17d0ce80b9f9f35394a1f42d7ac94472^{commit} b51594df17d0ce80b9f9f35394a1f42d7ac94472 already have revision, skipping fetch # git checkout -q -f -B kisskb b51594df17d0ce80b9f9f35394a1f42d7ac94472 # git clean -qxdf # < git log -1 # commit b51594df17d0ce80b9f9f35394a1f42d7ac94472 # Merge: 59815d6d1c77 92001bc0365a # Author: Linus Torvalds # Date: Mon Aug 31 12:46:00 2020 -0700 # # Merge tag 'docs-5.9-3' of git://git.lwn.net/linux # # Pull documentation fixes from Jonathan Corbet: # "A handful of documentation fixes for 5.9" # # * tag 'docs-5.9-3' of git://git.lwn.net/linux: # Documentation: laptops: thinkpad-acpi: fix underline length build warning # Documentation: fix typo for abituguru documentation # docs: Fix function name trailing double-()s # devices.txt: fix typo of "ubd" as "udb" # Documentation: add riscv entry in list of existing profiles # MAINTAINERS: mention documentation maintainer entry profile # Fpga: Documentation: Replace deprecated :c:func: Usage # IIO: Documentation: Replace deprecated :c:func: Usage # Documentation/locking/locktypes: fix local_locks documentation # < /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 b51594df17d0ce80b9f9f35394a1f42d7ac94472 # < make -s -j 32 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 32 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 32 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 32 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:27.010504