You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge: nvme-pci: add BOGUS_NID quirk for Samsung PM1733
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/6843
# Merge Request Required Information
## Summary of Changes
nvme-pci: add BOGUS_NID quirk for Samsung PM1733
JIRA: https://issues.redhat.com/browse/RHEL-89350
Upstream Status: RHEL-only
Customers in the field are encountering issues with some firmware
versions of the Samsung PM1733 NVMe solid state drive, where a non-zero
value is present in the EUI64 identifier of a namespace, but is only
unique to the controller. The NGUID value is non-zero, and unique
identifiers for namespaces created by this drive are unique; only the
common EUI64 between multiple namespaces create a problem. This is not
an issue if there is only one namespace attached to the device, but
upstream commit e2724cb added a stricter check for identifiers,
which results in the inability to attach namespaces beyond the first
attached namespace.
Signed-off-by: Bryan Gurney <[email protected]>
## Approved Development Ticket(s)
All submissions to CentOS Stream must reference a ticket in [Red Hat Jira](https://issues.redhat.com/).
<details><summary>Click for formatting instructions</summary>
Please follow the CentOS Stream [contribution documentation](https://docs.centos.org/en-US/stream-contrib/quickstart/) for how to file this ticket and have it approved.
List tickets each on their own line of this description using the format "Resolves: RHEL-76229", "Related: RHEL-76229" or "Reverts: RHEL-76229", as appropriate.
</details>
Approved-by: John Meneghini <[email protected]>
Approved-by: Maurizio Lombardi <[email protected]>
Approved-by: Ewan D. Milne <[email protected]>
Approved-by: CKI KWF Bot <[email protected]>
Merged-by: Augusto Caringi <[email protected]>
0 commit comments