From: Mahesh Salgaonkar <redacted>
commit id 2ba9f0d has changed CONFIG_KVM_BOOK3S_64_HV to tristate to allow
HV/PR bits to be built as modules. But the MCE code still depends on
CONFIG_KVM_BOOK3S_64_HV which is wrong. When user selects
CONFIG_KVM_BOOK3S_64_HV=m to build HV/PR bits as a separate module the
relevant MCE code gets excluded.
This patch fixes the MCE code to use CONFIG_KVM_BOOK3S_64_HANDLER. This
makes sure that the relevant MCE code is included when HV/PR bits
are built as a separate modules.
Signed-off-by: Mahesh Salgaonkar <redacted>
---
Hi Michael,
This patch should also goto stable.
arch/powerpc/kernel/exceptions-64s.S | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From: Paul Mackerras <hidden> Date: 2015-03-23 03:12:09
On Tue, Mar 17, 2015 at 04:14:41PM +0530, Mahesh J Salgaonkar wrote:
quoted hunk
From: Mahesh Salgaonkar <redacted>
commit id 2ba9f0d has changed CONFIG_KVM_BOOK3S_64_HV to tristate to allow
HV/PR bits to be built as modules. But the MCE code still depends on
CONFIG_KVM_BOOK3S_64_HV which is wrong. When user selects
CONFIG_KVM_BOOK3S_64_HV=m to build HV/PR bits as a separate module the
relevant MCE code gets excluded.
This patch fixes the MCE code to use CONFIG_KVM_BOOK3S_64_HANDLER. This
makes sure that the relevant MCE code is included when HV/PR bits
are built as a separate modules.
Signed-off-by: Mahesh Salgaonkar <redacted>
---
Hi Michael,
This patch should also goto stable.
arch/powerpc/kernel/exceptions-64s.S | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From: Alexander Graf <hidden> Date: 2015-03-23 08:36:48
On 17.03.15 11:44, Mahesh J Salgaonkar wrote:
From: Mahesh Salgaonkar <redacted>
commit id 2ba9f0d has changed CONFIG_KVM_BOOK3S_64_HV to tristate to allow
HV/PR bits to be built as modules. But the MCE code still depends on
CONFIG_KVM_BOOK3S_64_HV which is wrong. When user selects
CONFIG_KVM_BOOK3S_64_HV=m to build HV/PR bits as a separate module the
relevant MCE code gets excluded.
This patch fixes the MCE code to use CONFIG_KVM_BOOK3S_64_HANDLER. This
makes sure that the relevant MCE code is included when HV/PR bits
are built as a separate modules.
Signed-off-by: Mahesh Salgaonkar <redacted>
Please CC the kvm@vger and kvm-ppc@vger mailing lists on patches that
are KVM related.
In this case, please resend with the proper CCs, so that I can pick it
up into my queue :). Also on resend add the lines that Paul suggested
(CC: stable, Acked-by) after your SoB line.
Alex
From: Michael Ellerman <hidden> Date: 2015-03-23 21:21:36
On 23 March 2015 19:36:44 GMT+11:00, Alexander Graf [off-list ref] wrote:
On 17.03.15 11:44, Mahesh J Salgaonkar wrote:
quoted
From: Mahesh Salgaonkar <redacted>
commit id 2ba9f0d has changed CONFIG_KVM_BOOK3S_64_HV to tristate to
allow
quoted
HV/PR bits to be built as modules. But the MCE code still depends on
CONFIG_KVM_BOOK3S_64_HV which is wrong. When user selects
CONFIG_KVM_BOOK3S_64_HV=m to build HV/PR bits as a separate module
the
quoted
relevant MCE code gets excluded.
This patch fixes the MCE code to use CONFIG_KVM_BOOK3S_64_HANDLER.
This
quoted
makes sure that the relevant MCE code is included when HV/PR bits
are built as a separate modules.
Signed-off-by: Mahesh Salgaonkar <redacted>
Please CC the kvm@vger and kvm-ppc@vger mailing lists on patches that
are KVM related.
In this case, please resend with the proper CCs, so that I can pick it
up into my queue :). Also on resend add the lines that Paul suggested
(CC: stable, Acked-by) after your SoB line.
I already picked this up into my fixes branch.
cheers
--
Sent from my Android phone with K-9 Mail. Please excuse my brevity.