]> git.ipfire.org Git - thirdparty/linux.git/commit
modpost: replace the use of NOFAIL() with xmalloc() etc.
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 12 Aug 2024 12:48:51 +0000 (21:48 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sun, 1 Sep 2024 11:34:48 +0000 (20:34 +0900)
commit4c2598e3b62102d5ea7f618e13d996b069cde27d
tree36bea1b2d3c9904f2a00ff194ea3e460cd771dc6
parenta9d83d74783b00f9189c14180f77bbed133b092c
modpost: replace the use of NOFAIL() with xmalloc() etc.

I think x*alloc() functions are cleaner.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/mod/modpost.c
scripts/mod/modpost.h
scripts/mod/sumversion.c
scripts/mod/symsearch.c