commit | 9d2ec8f68e9dfbdd9ae9bdc79cc4deedc0ad4e6b | [log] [tgz] |
---|---|---|
author | Michael Karcher <kernel@mkarcher.dialup.fu-berlin.de> | Thu Jul 23 01:13:20 2020 +0200 |
committer | Rich Felker <dalias@libc.org> | Fri Aug 14 22:05:19 2020 -0400 |
tree | e0992fc47c59338d0f514814bf87f1bd63a08570 | |
parent | e1cc9d8d596e233538a3ecaffea665185751db35 [diff] |
sh: Rearrange blocks in entry-common.S This avoids out-of-range jumps that get auto-replaced by the assembler and prepares for the changes needed to implement SECCOMP_FILTER cleanly. Signed-off-by: Michael Karcher <kernel@mkarcher.dialup.fu-berlin.de> Tested-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Signed-off-by: Rich Felker <dalias@libc.org>