All of lore.kernel.org
 help / color / mirror / Atom feed
* linux-next: build failure after merge of the ntfs tree
@ 2026-07-31 13:50 Mark Brown
  2026-07-31 13:57 ` Namjae Jeon
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2026-07-31 13:50 UTC (permalink / raw)
  To: Namjae Jeon, Hyunchul Lee
  Cc: Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 1877 bytes --]

Hi all,

After merging the ntfs tree, today's linux-next build (x86_64
allmodconfig) failed like this:

/tmp/next/build/fs/ntfs/attrlist.c:183:6: error: variable 'new_al' is used uninitialized whenever 'if' condition is true [-Werror,-Wsometimes-uninitialized]
  183 |         if (!NInoAttrList(ni) || !ni->attr_list) {
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/next/build/fs/ntfs/attrlist.c:317:6: note: uninitialized use occurs here
  317 |         if (new_al)
      |             ^~~~~~
/tmp/next/build/fs/ntfs/attrlist.c:183:2: note: remove the 'if' if its condition is always false
  183 |         if (!NInoAttrList(ni) || !ni->attr_list) {
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  184 |                 err = -ENOENT;
      |                 ~~~~~~~~~~~~~~
  185 |                 goto err_out;
      |                 ~~~~~~~~~~~~~
  186 |         }
      |         ~
/tmp/next/build/fs/ntfs/attrlist.c:183:6: error: variable 'new_al' is used uninitialized whenever '||' condition is true [-Werror,-Wsometimes-uninitialized]
  183 |         if (!NInoAttrList(ni) || !ni->attr_list) {
      |             ^~~~~~~~~~~~~~~~~
/tmp/next/build/fs/ntfs/attrlist.c:317:6: note: uninitialized use occurs here
  317 |         if (new_al)
      |             ^~~~~~
/tmp/next/build/fs/ntfs/attrlist.c:183:6: note: remove the '||' if its condition is always false
  183 |         if (!NInoAttrList(ni) || !ni->attr_list) {
      |             ^~~~~~~~~~~~~~~~~~~~
/tmp/next/build/fs/ntfs/attrlist.c:149:12: note: initialize the variable 'new_al' to silence this warning
  149 |         u8 *new_al;
      |                   ^
      |                    = NULL
2 errors generated.

Caused by commit

  57ad655524e85 (ntfs: protect attribute-list buffer replacement with attr_list_persist_lock)

I have used the tree from next-20260730 instead.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

end of thread, other threads:[~2026-07-31 13:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-31 13:50 linux-next: build failure after merge of the ntfs tree Mark Brown
2026-07-31 13:57 ` Namjae Jeon

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.