All of lore.kernel.org
 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)
  0 siblings, 0 replies; 4+ 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] 4+ messages in thread

* 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)
  0 siblings, 0 replies; 4+ messages in thread
From: Sudip Mukherjee (Codethink) @ 2022-09-14 11:55 UTC (permalink / raw)
  To: Chao Yu, Jaegeuk Kim; +Cc: linux-next, linux-f2fs-devel, linux-kernel

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

^ permalink raw reply	[flat|nested] 4+ 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 ` Sudip Mukherjee (Codethink)
@ 2022-09-14 12:00   ` Chao Yu
  -1 siblings, 0 replies; 4+ 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] 4+ messages in thread

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

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,

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

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

Thread overview: 4+ 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 11:55 ` Sudip Mukherjee (Codethink)
2022-09-14 12:00 ` [f2fs-dev] " Chao Yu
2022-09-14 12:00   ` Chao Yu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.