]> git.baikalelectronics.ru Git - kernel.git/commit
fs/binfmt_elf.c: extract elf_read() function
authorAlexey Dobriyan <adobriyan@gmail.com>
Thu, 5 Dec 2019 00:52:25 +0000 (16:52 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 5 Dec 2019 03:44:13 +0000 (19:44 -0800)
commit7e8d9f026f1d1a525dc8c78ed055f6460522a8a4
tree5d0f9fcd2bfda053fd4495e6c1c84eda7fc080ae
parentd77b02c8c00632318a4299c4d03b60bfae86aa5a
fs/binfmt_elf.c: extract elf_read() function

ELF reads done by the kernel have very complicated error detection code
which better live in one place.

Link: http://lkml.kernel.org/r/20191005165215.GB26927@avx2
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/binfmt_elf.c