2015-07-27 12:26:39

by Stefan Tatschner

[permalink] [raw]
Subject: [PATCH 2/9] MIPS: Require O32 FP64 support for MIPS64 with O32 compat


MIPS32r6 code requires FP64 (ie. FR=1) support. Building a kernel with
support for MIPS32r6 binaries but without support for O32 with FP64 is
therefore a problem which can lead to incorrectly executed userland.

CONFIG_MIPS_O32_FP64_SUPPORT is already selected when the kernel is
configured for MIPS32r6, but not when the kernel is configured for
MIPS64r6 with O32 compat support. Select CONFIG_MIPS_O32_FP64_SUPPORT in
such configurations to prevent building kernels which execute MIPS32r6
userland incorrectly.

Signed-off-by: Paul Burton <[email protected]>
Cc: Markos Chandras <[email protected]>
Cc: <[email protected]> # v4.0-
Cc: [email protected]
Cc: Matthew Fortune <[email protected]>
Cc: [email protected]
Cc: [email protected]
Patchwork: https://patchwork.linux-mips.org/patch/10674/
Signed-off-by: Ralf Baechle <[email protected]>
---
arch/mips/Kconfig | 1 +
1 file changed, 1 insertion(+)


Attachments:
0002-MIPS-Require-O32-FP64-support-for-MIPS64-with-O32-co.patch (446.00 B)