# git rev-parse -q --verify dfef313e999058530396497fd41399c0a637c188^{commit} dfef313e999058530396497fd41399c0a637c188 already have revision, skipping fetch # git checkout -q -f -B kisskb dfef313e999058530396497fd41399c0a637c188 # git clean -qxdf # < git log -1 # commit dfef313e999058530396497fd41399c0a637c188 # Merge: 11e3235b4399 915f4c9358db # Author: Linus Torvalds # Date: Tue Oct 13 09:09:42 2020 -0700 # # Merge tag 'erofs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs # # Pull erofs updates from Gao Xiang: # "This cycle addresses a reported permission issue with overlay due to a # duplicated permission check for "trusted." xattrs. Also, a REQ_RAHEAD # flag is added now to all readahead requests in order to trace # readahead I/Os. The others are random cleanups. # # All commits have been tested and have been in linux-next as well. # # Summary: # # - fix an issue which can cause overlay permission problem due to # duplicated permission check for "trusted." xattrs; # # - add REQ_RAHEAD flag to readahead requests for blktrace; # # - several random cleanup" # # * tag 'erofs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs: # erofs: remove unnecessary enum entries # erofs: add REQ_RAHEAD flag to readahead requests # erofs: fold in should_decompress_synchronously() # erofs: avoid unnecessary variable `err' # erofs: remove unneeded parameter # erofs: avoid duplicated permission check for "trusted." xattrs # < /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 dfef313e999058530396497fd41399c0a637c188 # < make -s -j 120 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 120 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:01:44.579257