diff options
| author | Jan Sembera <[email protected]> | 2010-09-09 16:37:54 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2010-09-09 18:57:24 -0700 |
| commit | ee3aebdd8f5f8eac41c25c80ceee3d728f920f3b (patch) | |
| tree | 13eff87af7c86efa1d216ce7f4f98e81b5dd305f /arch/powerpc/lib/code-patching.c | |
| parent | 152e0659fc001029c70fa4373af1792b1ae0d01c (diff) | |
binfmt_misc: fix binfmt_misc priority
Commit 74641f584da ("alpha: binfmt_aout fix") (May 2009) introduced a
regression - binfmt_misc is now consulted after binfmt_elf, which will
unfortunately break ia32el. ia32 ELF binaries on ia64 used to be matched
using binfmt_misc and executed using wrapper. As 32bit binaries are now
matched by binfmt_elf before bindmt_misc kicks in, the wrapper is ignored.
The fix increases precedence of binfmt_misc to the original state.
Signed-off-by: Jan Sembera <[email protected]>
Cc: Ivan Kokshaysky <[email protected]>
Cc: Al Viro <[email protected]>
Cc: Richard Henderson <[email protected]
Cc: <[email protected]> [2.6.everything.x]
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'arch/powerpc/lib/code-patching.c')
0 files changed, 0 insertions, 0 deletions