summaryrefslogtreecommitdiff
path: root/fs/proc
diff options
context:
space:
mode:
authorMike Rapoport <rppt@linux.ibm.com>2022-02-12 03:32:22 +0300
committerLinus Torvalds <torvalds@linux-foundation.org>2022-02-12 04:55:00 +0300
commit925346c129da1171222a9cdb11fa2b734d9955da (patch)
tree723c021272769efaec77ca0582970097c203afc3 /fs/proc
parentf1baf68e1383f6ed93eb9cff2866d46562607a43 (diff)
downloadlinux-925346c129da1171222a9cdb11fa2b734d9955da.tar.xz
fs/binfmt_elf: fix PT_LOAD p_align values for loaders
Rui Salvaterra reported that Aisleroit solitaire crashes with "Wrong __data_start/_end pair" assertion from libgc after update to v5.17-rc1. Bisection pointed to commit 9630f0d60fec ("fs/binfmt_elf: use PT_LOAD p_align values for static PIE") that fixed handling of static PIEs, but made the condition that guards load_bias calculation to exclude loader binaries. Restoring the check for presence of interpreter fixes the problem. Link: https://lkml.kernel.org/r/20220202121433.3697146-1-rppt@kernel.org Fixes: 9630f0d60fec ("fs/binfmt_elf: use PT_LOAD p_align values for static PIE") Signed-off-by: Mike Rapoport <rppt@linux.ibm.com> Reported-by: Rui Salvaterra <rsalvaterra@gmail.com> Tested-by: Rui Salvaterra <rsalvaterra@gmail.com> Cc: Alexander Viro <viro@zeniv.linux.org.uk> Cc: Eric Biederman <ebiederm@xmission.com> Cc: "H.J. Lu" <hjl.tools@gmail.com> Cc: Kees Cook <keescook@chromium.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/proc')
0 files changed, 0 insertions, 0 deletions