On Sun, May 15, 2022 at 12:23:46AM +0800, kernel test robot wrote: > commit: 2c69e2057962b6bd76d72446453862eb59325b49 [9995/11651] fs: Convert block_read_full_page() to block_read_full_folio() > config: hexagon-randconfig-r041-20220513 (https://download.01.org/0day-ci/archive/20220515/202205150051.3RzuooAG-lkp@xxxxxxxxx/config) > compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project 38189438b69ca27b4c6ce707c52dbd217583d046) ... > All warnings (new ones prefixed by >>): > > >> fs/buffer.c:2254:5: warning: stack frame size (2144) exceeds limit (1024) in 'block_read_full_folio' [-Wframe-larger-than] > int block_read_full_folio(struct folio *folio, get_block_t *get_block) > ^ > 1 warning generated. Now show the warnings that were removed. This patch renames the function, and I bet there was a similar warning before this patch. But basically, I don't care about stack usage on hexagon with clang. AIUI, it's a known bug.