# git rev-parse -q --verify 45dfb8a5659ad286c28fa59008271dbc4e5e3f2d^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master warning: The last gc run reported the following. Please correct the root cause and remove .git/gc.log. Automatic cleanup will not be performed until the file is removed. warning: There are too many unreachable loose objects; run 'git prune' to remove them. # git rev-parse -q --verify 45dfb8a5659ad286c28fa59008271dbc4e5e3f2d^{commit} 45dfb8a5659ad286c28fa59008271dbc4e5e3f2d # git checkout -q -f -B kisskb 45dfb8a5659ad286c28fa59008271dbc4e5e3f2d # git clean -qxdf # < git log -1 # commit 45dfb8a5659ad286c28fa59008271dbc4e5e3f2d # Merge: f419f031de14 35d0b389f3b2 # Author: Linus Torvalds # Date: Tue Jan 19 13:26:05 2021 -0800 # # Merge tag 'task_work-2021-01-19' of git://git.kernel.dk/linux-block # # Pull task_work fix from Jens Axboe: # "The TIF_NOTIFY_SIGNAL change inadvertently removed the unconditional # task_work run we had in get_signal(). # # This caused a regression for some setups, since we're relying on eg # ____fput() being run to close and release, for example, a pipe and # wake the other end. # # For 5.11, I prefer the simple solution of just reinstating the # unconditional run, even if it conceptually doesn't make much sense - # if you need that kind of guarantee, you should be using TWA_SIGNAL # instead of TWA_NOTIFY. But it's the trivial fix for 5.11, and would # ensure that other potential gotchas/assumptions for task_work don't # regress for 5.11. # # We're looking into further simplifying the task_work notifications for # 5.12 which would resolve that too" # # * tag 'task_work-2021-01-19' of git://git.kernel.dk/linux-block: # task_work: unconditionally run task_work from get_signal() # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/ia64-linux/bin/ia64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/ia64-linux/bin/ia64-linux-ld --version # < git log --format=%s --max-count=1 45dfb8a5659ad286c28fa59008271dbc4e5e3f2d # < make -s -j 120 ARCH=ia64 O=/kisskb/build/linus_ia64-defconfig_ia64-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/ia64-linux/bin/ia64-linux- defconfig arch/ia64/configs/generic_defconfig:58:warning: override: reassigning to symbol ATA arch/ia64/configs/generic_defconfig:59:warning: override: reassigning to symbol ATA_PIIX # < make -s -j 120 ARCH=ia64 O=/kisskb/build/linus_ia64-defconfig_ia64-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/ia64-linux/bin/ia64-linux- help # make -s -j 120 ARCH=ia64 O=/kisskb/build/linus_ia64-defconfig_ia64-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/ia64-linux/bin/ia64-linux- olddefconfig # make -s -j 120 ARCH=ia64 O=/kisskb/build/linus_ia64-defconfig_ia64-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/ia64-linux/bin/ia64-linux- :1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] In file included from /kisskb/src/arch/ia64/include/uapi/asm/intrinsics.h:22:0, from /kisskb/src/arch/ia64/include/asm/intrinsics.h:11, from /kisskb/src/arch/ia64/include/asm/timex.h:14, from /kisskb/src/include/linux/timex.h:65, from /kisskb/src/include/linux/time32.h:13, from /kisskb/src/include/linux/time.h:60, from /kisskb/src/fs/nfs/read.c:11: /kisskb/src/fs/nfs/read.c: In function 'nfs_read_completion': /kisskb/src/arch/ia64/include/uapi/asm/cmpxchg.h:57:2: warning: value computed is not used [-Wunused-value] ((__typeof__(*(ptr))) __xchg((unsigned long) (x), (ptr), sizeof(*(ptr)))) ^ /kisskb/src/fs/nfs/read.c:196:5: note: in expansion of macro 'xchg' xchg(&nfs_req_openctx(req)->error, error); ^ /kisskb/src/fs/nfs/read.c: In function 'nfs_readpage': /kisskb/src/arch/ia64/include/uapi/asm/cmpxchg.h:57:2: warning: value computed is not used [-Wunused-value] ((__typeof__(*(ptr))) __xchg((unsigned long) (x), (ptr), sizeof(*(ptr)))) ^ /kisskb/src/fs/nfs/read.c:355:2: note: in expansion of macro 'xchg' xchg(&ctx->error, 0); ^ No errors detected in 22425 functions. Completed OK # rm -rf /kisskb/build/linus_ia64-defconfig_ia64-gcc4.9 # Build took: 0:01:34.790241