Hi Luis, kernel test robot noticed the following build errors: [auto build test ERROR on v6.12-rc4] [also build test ERROR on linus/master] [cannot apply to akpm-mm/mm-nonmm-unstable next-20241025] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Luis-Felipe-Hernandez/lib-math-Add-int_sqrt-test-suite/20241025-035643 base: v6.12-rc4 patch link: https://lore.kernel.org/r/20241024195511.72674-1-luis.hernandez093%40gmail.com patch subject: [PATCH v2] lib/math: Add int_sqrt test suite config: m68k-sun3_defconfig (https://download.01.org/0day-ci/archive/20241026/202410260915.z3q6ZOGS-lkp@xxxxxxxxx/config) compiler: m68k-linux-gcc (GCC) 13.3.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20241026/202410260915.z3q6ZOGS-lkp@xxxxxxxxx/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot <lkp@xxxxxxxxx> | Closes: https://lore.kernel.org/oe-kbuild-all/202410260915.z3q6ZOGS-lkp@xxxxxxxxx/ All errors (new ones prefixed by >>): >> lib/math/tests/int_sqrt_kunit.c:7:10: fatal error: limits.h: No such file or directory 7 | #include <limits.h> | ^~~~~~~~~~ compilation terminated. Kconfig warnings: (for reference only) WARNING: unmet direct dependencies detected for GET_FREE_REGION Depends on [n]: SPARSEMEM [=n] Selected by [m]: - RESOURCE_KUNIT_TEST [=m] && RUNTIME_TESTING_MENU [=y] && KUNIT [=m] vim +7 lib/math/tests/int_sqrt_kunit.c 2 3 #include <kunit/test.h> 4 #include <linux/math.h> 5 #include <linux/module.h> 6 #include <linux/string.h> > 7 #include <limits.h> 8 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki