public inbox for syzbot@lists.linux.dev
 help / color / mirror / Atom feed
* [moderation/CI] Re: Exposing case folding behavior
@ 2026-01-14 17:00 syzbot ci
  0 siblings, 0 replies; 3+ messages in thread
From: syzbot ci @ 2026-01-14 17:00 UTC (permalink / raw)
  To: syzkaller-upstream-moderation; +Cc: syzbot

syzbot ci has tested the following series

[v4] Exposing case folding behavior
https://lore.kernel.org/all/20260114142900.3945054-1-cel@kernel.org
* [PATCH v4 01/16] fs: Add case sensitivity info to file_kattr
* [PATCH v4 02/16] fat: Implement fileattr_get for case sensitivity
* [PATCH v4 03/16] exfat: Implement fileattr_get for case sensitivity
* [PATCH v4 04/16] ntfs3: Implement fileattr_get for case sensitivity
* [PATCH v4 05/16] hfs: Implement fileattr_get for case sensitivity
* [PATCH v4 06/16] hfsplus: Report case sensitivity in fileattr_get
* [PATCH v4 07/16] ext4: Report case sensitivity in fileattr_get
* [PATCH v4 08/16] xfs: Report case sensitivity in fileattr_get
* [PATCH v4 09/16] cifs: Implement fileattr_get for case sensitivity
* [PATCH v4 10/16] nfs: Implement fileattr_get for case sensitivity
* [PATCH v4 11/16] f2fs: Add case sensitivity reporting to fileattr_get
* [PATCH v4 12/16] vboxsf: Implement fileattr_get for case sensitivity
* [PATCH v4 13/16] isofs: Implement fileattr_get for case sensitivity
* [PATCH v4 14/16] nfsd: Report export case-folding via NFSv3 PATHCONF
* [PATCH v4 15/16] nfsd: Implement NFSv4 FATTR4_CASE_INSENSITIVE and FATTR4_CASE_PRESERVING
* [PATCH v4 16/16] ksmbd: Report filesystem case sensitivity via FS_ATTRIBUTE_INFORMATION

and found the following issue:
kernel build error

Full report is available here:
https://ci.syzbot.org/series/34455388-b093-447c-8b60-7680968a516c

***

kernel build error

tree:      torvalds
URL:       https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
base:      c537e12daeecaecdcd322c56a5f70659d2de7bde
arch:      amd64
compiler:  Debian clang version 21.1.8 (++20251221033036+2078da43e25a-1~exp1~20251221153213.50), Debian LLD 21.1.8
config:    https://ci.syzbot.org/builds/2a1b505a-38bd-4edf-97f7-7e8f187fa6f3/config

./include/linux/fileattr.h:74:23: error: use of undeclared identifier 'FS_XFLAG_SYNC'
./include/linux/fileattr.h:74:23: error: use of undeclared identifier 'FS_XFLAG_IMMUTABLE'
./include/linux/fileattr.h:74:23: error: use of undeclared identifier 'FS_XFLAG_APPEND'
./include/linux/fileattr.h:74:23: error: use of undeclared identifier 'FS_XFLAG_NODUMP'
./include/linux/fileattr.h:74:23: error: use of undeclared identifier 'FS_XFLAG_NOATIME'
./include/linux/fileattr.h:74:23: error: use of undeclared identifier 'FS_XFLAG_DAX'
./include/linux/fileattr.h:74:23: error: use of undeclared identifier 'FS_XFLAG_PROJINHERIT'

***

If these findings have caused you to resend the series or submit a
separate fix, please add the following tag to your commit message:
  Tested-by: syzbot@syzkaller.appspotmail.com

---
This report is generated by a bot. It may contain errors.
syzbot ci engineers can be reached at syzkaller@googlegroups.com.

The email will later be sent to:
[adilger.kernel@dilger.ca almaz.alexandrovich@paragon-software.com anna@kernel.org cel@kernel.org cem@kernel.org chao@kernel.org chuck.lever@oracle.com djwong@kernel.org frank.li@vivo.com glaubitz@physik.fu-berlin.de hansg@kernel.org hirofumi@mail.parknet.co.jp jaegeuk@kernel.org linkinjeon@kernel.org linux-cifs@vger.kernel.org linux-ext4@vger.kernel.org linux-f2fs-devel@lists.sourceforge.net linux-fsdevel@vger.kernel.org linux-nfs@vger.kernel.org linux-xfs@vger.kernel.org pc@manguebit.org ronniesahlberg@gmail.com senozhatsky@chromium.org sfrench@samba.org sj1557.seo@samsung.com slava@dubeyko.com sprasad@microsoft.com trondmy@kernel.org tytso@mit.edu yuezhang.mo@sony.com]

If the report looks fine to you, reply with:
#syz upstream

If the report is a false positive, reply with
#syz invalid


^ permalink raw reply	[flat|nested] 3+ messages in thread
* [moderation/CI] Re: Exposing case folding behavior
@ 2026-01-16 17:24 syzbot ci
  0 siblings, 0 replies; 3+ messages in thread
From: syzbot ci @ 2026-01-16 17:24 UTC (permalink / raw)
  To: syzkaller-upstream-moderation; +Cc: syzbot

syzbot ci has tested the following series

[v5] Exposing case folding behavior
https://lore.kernel.org/all/20260116144616.2098618-1-cel@kernel.org
* [PATCH v5 01/16] fs: Add case sensitivity info to file_kattr
* [PATCH v5 02/16] fat: Implement fileattr_get for case sensitivity
* [PATCH v5 03/16] exfat: Implement fileattr_get for case sensitivity
* [PATCH v5 04/16] ntfs3: Implement fileattr_get for case sensitivity
* [PATCH v5 05/16] hfs: Implement fileattr_get for case sensitivity
* [PATCH v5 06/16] hfsplus: Report case sensitivity in fileattr_get
* [PATCH v5 07/16] ext4: Report case sensitivity in fileattr_get
* [PATCH v5 08/16] xfs: Report case sensitivity in fileattr_get
* [PATCH v5 09/16] cifs: Implement fileattr_get for case sensitivity
* [PATCH v5 10/16] nfs: Implement fileattr_get for case sensitivity
* [PATCH v5 11/16] f2fs: Add case sensitivity reporting to fileattr_get
* [PATCH v5 12/16] vboxsf: Implement fileattr_get for case sensitivity
* [PATCH v5 13/16] isofs: Implement fileattr_get for case sensitivity
* [PATCH v5 14/16] nfsd: Report export case-folding via NFSv3 PATHCONF
* [PATCH v5 15/16] nfsd: Implement NFSv4 FATTR4_CASE_INSENSITIVE and FATTR4_CASE_PRESERVING
* [PATCH v5 16/16] ksmbd: Report filesystem case sensitivity via FS_ATTRIBUTE_INFORMATION

and found the following issue:
kernel build error

Full report is available here:
https://ci.syzbot.org/series/d2ea26bb-bf32-425f-9fcf-cf458006a00a

***

kernel build error

tree:      torvalds
URL:       https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
base:      623fb9912f6af600cda3b6bd166ac738c1115ef4
arch:      amd64
compiler:  Debian clang version 21.1.8 (++20251221033036+2078da43e25a-1~exp1~20251221153213.50), Debian LLD 21.1.8
config:    https://ci.syzbot.org/builds/80203eeb-b91e-47ef-a88b-7b916a9b7024/config

./include/linux/fileattr.h:75:23: error: use of undeclared identifier 'FS_XFLAG_SYNC'
./include/linux/fileattr.h:75:23: error: use of undeclared identifier 'FS_XFLAG_IMMUTABLE'
./include/linux/fileattr.h:75:23: error: use of undeclared identifier 'FS_XFLAG_APPEND'
./include/linux/fileattr.h:75:23: error: use of undeclared identifier 'FS_XFLAG_NODUMP'
./include/linux/fileattr.h:75:23: error: use of undeclared identifier 'FS_XFLAG_NOATIME'
./include/linux/fileattr.h:75:23: error: use of undeclared identifier 'FS_XFLAG_DAX'
./include/linux/fileattr.h:75:23: error: use of undeclared identifier 'FS_XFLAG_PROJINHERIT'

***

If these findings have caused you to resend the series or submit a
separate fix, please add the following tag to your commit message:
  Tested-by: syzbot@syzkaller.appspotmail.com

---
This report is generated by a bot. It may contain errors.
syzbot ci engineers can be reached at syzkaller@googlegroups.com.

The email will later be sent to:
[adilger.kernel@dilger.ca almaz.alexandrovich@paragon-software.com anna@kernel.org brauner@kernel.org cel@kernel.org cem@kernel.org chao@kernel.org chuck.lever@oracle.com djwong@kernel.org frank.li@vivo.com glaubitz@physik.fu-berlin.de hansg@kernel.org hirofumi@mail.parknet.co.jp jack@suse.cz jaegeuk@kernel.org linkinjeon@kernel.org linux-cifs@vger.kernel.org linux-ext4@vger.kernel.org linux-f2fs-devel@lists.sourceforge.net linux-fsdevel@vger.kernel.org linux-nfs@vger.kernel.org linux-xfs@vger.kernel.org pc@manguebit.org ronniesahlberg@gmail.com senozhatsky@chromium.org sfrench@samba.org sj1557.seo@samsung.com slava@dubeyko.com sprasad@microsoft.com trondmy@kernel.org tytso@mit.edu viro@zeniv.linux.org.uk yuezhang.mo@sony.com]

If the report looks fine to you, reply with:
#syz upstream

If the report is a false positive, reply with
#syz invalid


^ permalink raw reply	[flat|nested] 3+ messages in thread
* [moderation/CI] Re: Exposing case folding behavior
@ 2026-01-12 22:14 syzbot ci
  0 siblings, 0 replies; 3+ messages in thread
From: syzbot ci @ 2026-01-12 22:14 UTC (permalink / raw)
  To: syzkaller-upstream-moderation; +Cc: syzbot

syzbot ci has tested the following series

[v3] Exposing case folding behavior
https://lore.kernel.org/all/20260112174629.3729358-1-cel@kernel.org
* [PATCH v3 01/16] fs: Add case sensitivity info to file_kattr
* [PATCH v3 02/16] fat: Implement fileattr_get for case sensitivity
* [PATCH v3 03/16] exfat: Implement fileattr_get for case sensitivity
* [PATCH v3 04/16] ntfs3: Implement fileattr_get for case sensitivity
* [PATCH v3 05/16] hfs: Implement fileattr_get for case sensitivity
* [PATCH v3 06/16] hfsplus: Report case sensitivity in fileattr_get
* [PATCH v3 07/16] ext4: Report case sensitivity in fileattr_get
* [PATCH v3 08/16] xfs: Report case sensitivity in fileattr_get
* [PATCH v3 09/16] cifs: Implement fileattr_get for case sensitivity
* [PATCH v3 10/16] nfs: Implement fileattr_get for case sensitivity
* [PATCH v3 11/16] f2fs: Add case sensitivity reporting to fileattr_get
* [PATCH v3 12/16] vboxsf: Implement fileattr_get for case sensitivity
* [PATCH v3 13/16] isofs: Implement fileattr_get for case sensitivity
* [PATCH v3 14/16] nfsd: Report export case-folding via NFSv3 PATHCONF
* [PATCH v3 15/16] nfsd: Implement NFSv4 FATTR4_CASE_INSENSITIVE and FATTR4_CASE_PRESERVING
* [PATCH v3 16/16] ksmbd: Report filesystem case sensitivity via FS_ATTRIBUTE_INFORMATION

and found the following issue:
kernel build error

Full report is available here:
https://ci.syzbot.org/series/389a66d5-7460-40b3-9f6b-1cfae867c1c3

***

kernel build error

tree:      torvalds
URL:       https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
base:      0f61b1860cc3f52aef9036d7235ed1f017632193
arch:      amd64
compiler:  Debian clang version 21.1.8 (++20251202083448+f68f64eb8130-1~exp1~20251202083504.46), Debian LLD 21.1.8
config:    https://ci.syzbot.org/builds/5eaf1d58-f83f-46bc-a58a-4fd05cfab461/config

./include/linux/fileattr.h:74:23: error: use of undeclared identifier 'FS_XFLAG_SYNC'
./include/linux/fileattr.h:74:23: error: use of undeclared identifier 'FS_XFLAG_IMMUTABLE'
./include/linux/fileattr.h:74:23: error: use of undeclared identifier 'FS_XFLAG_APPEND'
./include/linux/fileattr.h:74:23: error: use of undeclared identifier 'FS_XFLAG_NODUMP'
./include/linux/fileattr.h:74:23: error: use of undeclared identifier 'FS_XFLAG_NOATIME'
./include/linux/fileattr.h:74:23: error: use of undeclared identifier 'FS_XFLAG_DAX'
./include/linux/fileattr.h:74:23: error: use of undeclared identifier 'FS_XFLAG_PROJINHERIT'

***

If these findings have caused you to resend the series or submit a
separate fix, please add the following tag to your commit message:
  Tested-by: syzbot@syzkaller.appspotmail.com

---
This report is generated by a bot. It may contain errors.
syzbot ci engineers can be reached at syzkaller@googlegroups.com.

The email will later be sent to:
[adilger.kernel@dilger.ca almaz.alexandrovich@paragon-software.com anna@kernel.org cel@kernel.org cem@kernel.org chao@kernel.org chuck.lever@oracle.com frank.li@vivo.com glaubitz@physik.fu-berlin.de hansg@kernel.org hirofumi@mail.parknet.co.jp jaegeuk@kernel.org linkinjeon@kernel.org linux-cifs@vger.kernel.org linux-ext4@vger.kernel.org linux-f2fs-devel@lists.sourceforge.net linux-fsdevel@vger.kernel.org linux-nfs@vger.kernel.org linux-xfs@vger.kernel.org pc@manguebit.org ronniesahlberg@gmail.com senozhatsky@chromium.org sfrench@samba.org sj1557.seo@samsung.com slava@dubeyko.com sprasad@microsoft.com trondmy@kernel.org tytso@mit.edu yuezhang.mo@sony.com]

If the report looks fine to you, reply with:
#syz upstream

If the report is a false positive, reply with
#syz invalid


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

end of thread, other threads:[~2026-01-16 17:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-14 17:00 [moderation/CI] Re: Exposing case folding behavior syzbot ci
  -- strict thread matches above, loose matches on Subject: below --
2026-01-16 17:24 syzbot ci
2026-01-12 22:14 syzbot ci

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox