On Mon, 25 Aug 2025 15:36:09 +0800, Xichao Zhao wrote: > In the setup_arg_pages(), ret is declared as an unsigned long. > The ret might take a negative value. Therefore, its type should > be changed to int. > > Applied to for-next/execve, thanks! [1/1] exec: Fix incorrect type for ret https://git.kernel.org/kees/c/5e088248375d Take care, -- Kees Cook