# git rev-parse -q --verify 29b00e609960ae0fcff382f4c7079dd0874a5311^{commit} 29b00e609960ae0fcff382f4c7079dd0874a5311 already have revision, skipping fetch # git checkout -q -f -B kisskb 29b00e609960ae0fcff382f4c7079dd0874a5311 # git clean -qxdf # < git log -1 # commit 29b00e609960ae0fcff382f4c7079dd0874a5311 # Author: Darrick J. Wong # Date: Fri Feb 22 22:35:32 2019 -0800 # # tmpfs: fix uninitialized return value in shmem_link # # When we made the shmem_reserve_inode call in shmem_link conditional, we # forgot to update the declaration for ret so that it always has a known # value. Dan Carpenter pointed out this deficiency in the original patch. # # Fixes: 1062af920c07 ("tmpfs: fix link accounting when a tmpfile is linked in") # Reported-by: Dan Carpenter # Signed-off-by: Darrick J. Wong # Signed-off-by: Hugh Dickins # Cc: Matej Kupljen # Cc: Al Viro # Cc: Andrew Morton # Signed-off-by: Linus Torvalds # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 29b00e609960ae0fcff382f4c7079dd0874a5311 # < make -s -j 8 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- randconfig KCONFIG_SEED=0xC88C78C0 # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # Added to kconfig CONFIG_CC_STACKPROTECTOR_STRONG=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_GCC_PLUGIN_CYC_COMPLEXITY=n # Added to kconfig CONFIG_GCC_PLUGIN_SANCOV=n # Added to kconfig CONFIG_GCC_PLUGIN_LATENT_ENTROPY=n # yes \n | make -s -j 8 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- oldconfig yes: standard output: Broken pipe # make -s -j 8 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- /kisskb/src/mm/page_alloc.c: In function 'show_free_areas': /kisskb/src/mm/page_alloc.c:5210:1: warning: the frame size of 3608 bytes is larger than 3072 bytes [-Wframe-larger-than=] } ^ /kisskb/src/mm/vmscan.c: In function 'shrink_page_list': /kisskb/src/mm/vmscan.c:1505:1: warning: the frame size of 7384 bytes is larger than 3072 bytes [-Wframe-larger-than=] } ^ /kisskb/src/kernel/fork.c: In function 'copy_process': /kisskb/src/kernel/fork.c:2165:1: warning: the frame size of 3168 bytes is larger than 3072 bytes [-Wframe-larger-than=] } ^ /kisskb/src/arch/x86/kernel/ftrace.c:668:23: warning: 'ftrace_jmp_replace' defined but not used [-Wunused-function] static unsigned char *ftrace_jmp_replace(unsigned long ip, unsigned long addr) ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/relocation.c: In function 'build_backref_tree': /kisskb/src/fs/btrfs/relocation.c:1158:1: warning: the frame size of 4168 bytes is larger than 3072 bytes [-Wframe-larger-than=] } ^ /kisskb/src/fs/jbd2/commit.c: In function 'jbd2_journal_commit_transaction': /kisskb/src/fs/jbd2/commit.c:1132:1: warning: the frame size of 3856 bytes is larger than 3072 bytes [-Wframe-larger-than=] } ^ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_event_packet': /kisskb/src/net/bluetooth/hci_event.c:5966:1: warning: the frame size of 3224 bytes is larger than 3072 bytes [-Wframe-larger-than=] } ^ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_recv_frame': /kisskb/src/net/bluetooth/l2cap_core.c:7012:1: warning: the frame size of 3568 bytes is larger than 3072 bytes [-Wframe-larger-than=] } ^ /kisskb/src/lib/atomic64_test.c: In function 'test_atomic': /kisskb/src/lib/atomic64_test.c:148:1: warning: the frame size of 10864 bytes is larger than 3072 bytes [-Wframe-larger-than=] } ^ /kisskb/src/lib/atomic64_test.c: In function 'test_atomic64': /kisskb/src/lib/atomic64_test.c:250:1: warning: the frame size of 12856 bytes is larger than 3072 bytes [-Wframe-larger-than=] } ^ /kisskb/src/fs/ocfs2/namei.c: In function 'ocfs2_rename': /kisskb/src/fs/ocfs2/namei.c:1691:1: warning: the frame size of 3392 bytes is larger than 3072 bytes [-Wframe-larger-than=] } ^ /kisskb/src/fs/ocfs2/super.c: In function 'ocfs2_fill_super': /kisskb/src/fs/ocfs2/super.c:1234:1: warning: the frame size of 3824 bytes is larger than 3072 bytes [-Wframe-larger-than=] } ^ /kisskb/src/net/mac80211/util.c: In function 'ieee80211_reconfig': /kisskb/src/net/mac80211/util.c:2398:1: warning: the frame size of 3328 bytes is larger than 3072 bytes [-Wframe-larger-than=] } ^ /kisskb/src/net/wireless/nl80211.c: In function 'nl80211_send_wiphy': /kisskb/src/net/wireless/nl80211.c:2292:1: warning: the frame size of 5216 bytes is larger than 3072 bytes [-Wframe-larger-than=] } ^ /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld: fs/xfs/xfs_trace.o: unable to initialize decompress status for section .debug_info /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld: fs/xfs/xfs_trace.o: unable to initialize decompress status for section .debug_info built-in.a: member fs/xfs/xfs_trace.o in archive is not an object make[1]: *** [/kisskb/src/Makefile:1021: vmlinux] Error 1 make: *** [Makefile:152: sub-make] Error 2 Command 'make -s -j 8 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 # Build took: 0:05:15.733837