Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
To make things easier for management layers, we currently provide a number of variants of the pseries-rhel machine types which enable by default the Spectre & Meltdown mitigations. Specifically we have:
pseries-rhel7.3.0-sxxm
pseries-rhel7.4.0-sxxm
pseries-rhel7.5.0-sxxm
We don't currently have an equivalent variant for rhel 7.6.0. This is because we had been hoping that in the rhel 7.6.0 timeframe we might be able to enable the mitigations by default and dispense with the extra machine type.
Enabling the mitigations also requires updated firmware, and at this stage it's looking like that firmware (at least for POWER8) still won't be widely deployed at 7.6 release.
Therefore we probably need to keep the mitigations off by default and provide the -sxxm machine type variant to turn them on.
Version-Release number of selected component (if applicable):
qemu-kvm-rhev-2.12.0-3.el7
How reproducible:
100%
Steps to Reproduce:
1. Run 'qemu-kvm -machine ?'
Actual results:
'pseries-rhel7.5.0-sxxm' is listed, but 'pseries-rhel7.6.0-sxxm' is not.
Expected results:
'pseries-rhel7.6.0-sxxm' variant is listed amongst others.
Additional info:
Still need to confirm with IBM and PM if we want this.
Andrew Bolognani suggests consistency across RHEL7 as another argument for including the pseries-rhel7.6.0-sxxm variant, with the intention being to revisit enabling the mitigations by default in RHEL 8.0.
We'll obviously need this new machine type for RHEL8 and qemu-kvm-ma as well.
Mirek, do we need to clone the bug for those, or do we have the same source base for the time being?
Comment 6Miroslav Rezanina
2018-06-26 04:26:44 UTC
We do not need clone for qemu-kvm-ma (7.60) but we need clone for RHEL 8.
Comment 7Miroslav Rezanina
2018-07-24 14:29:20 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHBA-2018:3443
Description of problem: To make things easier for management layers, we currently provide a number of variants of the pseries-rhel machine types which enable by default the Spectre & Meltdown mitigations. Specifically we have: pseries-rhel7.3.0-sxxm pseries-rhel7.4.0-sxxm pseries-rhel7.5.0-sxxm We don't currently have an equivalent variant for rhel 7.6.0. This is because we had been hoping that in the rhel 7.6.0 timeframe we might be able to enable the mitigations by default and dispense with the extra machine type. Enabling the mitigations also requires updated firmware, and at this stage it's looking like that firmware (at least for POWER8) still won't be widely deployed at 7.6 release. Therefore we probably need to keep the mitigations off by default and provide the -sxxm machine type variant to turn them on. Version-Release number of selected component (if applicable): qemu-kvm-rhev-2.12.0-3.el7 How reproducible: 100% Steps to Reproduce: 1. Run 'qemu-kvm -machine ?' Actual results: 'pseries-rhel7.5.0-sxxm' is listed, but 'pseries-rhel7.6.0-sxxm' is not. Expected results: 'pseries-rhel7.6.0-sxxm' variant is listed amongst others. Additional info: Still need to confirm with IBM and PM if we want this.