Re: [PATCH] binfmt_elf: replace IS_ERR() with IS_ERR_VALUE()

From: Kees Cook
Date: Thu Nov 17 2022 - 18:13:00 EST


On Mon, 14 Nov 2022 22:17:57 -0500, Bo Liu wrote:
> Avoid typecasts that are needed for IS_ERR() and use IS_ERR_VALUE()
> instead.

Applied to for-next/execve, thanks!

[1/1] binfmt_elf: replace IS_ERR() with IS_ERR_VALUE()
https://git.kernel.org/kees/c/dc64cc12bcd1

--
Kees Cook