linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
* [f2fs-dev] build failure of next-20220914 due to 64c11570d64d ("f2fs: fix to do sanity check on summary info")
@ 2022-09-14 11:55 Sudip Mukherjee (Codethink)
  2022-09-14 12:00 ` Chao Yu
  0 siblings, 1 reply; 2+ messages in thread
From: Sudip Mukherjee (Codethink) @ 2022-09-14 11:55 UTC (permalink / raw)
  To: Chao Yu, Jaegeuk Kim; +Cc: linux-next, linux-kernel, linux-f2fs-devel

Hi All,

The builds of arm64 allmodconfig with clang have failed to build
next-20220914 with the error:

fs/f2fs/recovery.c:509:17: error: variable 'ino' is uninitialized when used here [-Werror,-Wuninitialized]
                        ofs_in_node, ino, nid, max_addrs);
                                     ^~~
fs/f2fs/f2fs.h:2376:35: note: expanded from macro 'f2fs_err'
        f2fs_printk(sbi, KERN_ERR fmt, ##__VA_ARGS__)
                                         ^~~~~~~~~~~
fs/f2fs/recovery.c:475:11: note: initialize the variable 'ino' to silence this warning
        nid_t ino, nid;
                 ^
                  = 0
1 error generated.

git bisect pointed to 64c11570d64d ("f2fs: fix to do sanity check on summary info").

I will be happy to test any patch or provide any extra log if needed.


-- 
Regards
Sudip


_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [f2fs-dev] build failure of next-20220914 due to 64c11570d64d ("f2fs: fix to do sanity check on summary info")
  2022-09-14 11:55 [f2fs-dev] build failure of next-20220914 due to 64c11570d64d ("f2fs: fix to do sanity check on summary info") Sudip Mukherjee (Codethink)
@ 2022-09-14 12:00 ` Chao Yu
  0 siblings, 0 replies; 2+ messages in thread
From: Chao Yu @ 2022-09-14 12:00 UTC (permalink / raw)
  To: Sudip Mukherjee (Codethink), Jaegeuk Kim
  Cc: linux-next, linux-kernel, linux-f2fs-devel

On 2022/9/14 19:55, Sudip Mukherjee (Codethink) wrote:
> Hi All,
> 
> The builds of arm64 allmodconfig with clang have failed to build
> next-20220914 with the error:

My bad, I've fixed this issue in v2:

https://lore.kernel.org/linux-f2fs-devel/20220914115151.2994632-1-chao@kernel.org/T/#u

Thanks,


_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-14 12:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-14 11:55 [f2fs-dev] build failure of next-20220914 due to 64c11570d64d ("f2fs: fix to do sanity check on summary info") Sudip Mukherjee (Codethink)
2022-09-14 12:00 ` Chao Yu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).