linux-nvme / nvme-cli

NVMe management command line interface.
https://nvmexpress.org
GNU General Public License v2.0
1.45k stars 650 forks source link

plugins/sed: add sid password change #2467

Open gjoyce-ibm opened 3 weeks ago

gjoyce-ibm commented 3 weeks ago

The existing ioctl to change password only updated the admin1 password. Add using a new ioctl IOC_OPAL_SET_SID_PW to also update the sid password so that sid and admin1 passwords are kept in sync.

igaw commented 3 weeks ago

Looks good to me. Let's wait until the matching kernel code has been merged.