Skip to content

-Wframe-larger-than= if KASAN_STACK is enabled #39

@nickdesaulniers

Description

@nickdesaulniers

Probably from CONFIG_KASAN=y but at least two instances:

  CC      fs/ext4/inode.o
fs/ext4/inode.c:53:14: warning: stack frame size of 2688 bytes in function 'ext4_inode_csum' [-Wframe-larger-than=]
static __u32 ext4_inode_csum(struct inode *inode, struct ext4_inode *raw,
             ^
  CC      fs/f2fs/inode.o
fs/f2fs/inode.c:137:14: warning: stack frame size of 2304 bytes in function 'f2fs_inode_chksum' [-Wframe-larger-than=]
static __u32 f2fs_inode_chksum(struct f2fs_sb_info *sbi, struct page *page)
             ^

Metadata

Metadata

Labels

-Wframe-larger-than=Reported upstreamThis bug was filed on LLVM’s issue tracker, Phabricator, or the kernel mailing list.[BUG] llvmA bug that should be fixed in upstream LLVM[WORKAROUND] AppliedThis bug has an applied workaround

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions