sg_inq: --export output conformance for SCSI name string and ATA fields#83
Open
pauljevans wants to merge 1 commit into
Open
sg_inq: --export output conformance for SCSI name string and ATA fields#83pauljevans wants to merge 1 commit into
pauljevans wants to merge 1 commit into
Conversation
Apply udev-conforming character encoding to VPD 0x83 designator type 8 (SCSI name string) and the T10 vendor ID ATA subfield, matching the encoding already used by designator types 0 and 1 since commit 4d770f1. Add inhex test data for SCSI name string designator validation. Signed-off-by: Paul Evans <pevans@redhat.com>
doug-gilbert
added a commit
that referenced
this pull request
Jun 7, 2026
…ds (github: PR #83); Apply udev-conforming character encoding to VPD 0x83 designator type 8 (SCSI name string) and the T10 vendor ID ATA subfield, matching the encoding already used by designator types 0 and 1 since commit 4d770f1 git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@1125 6180dd3e-e324-4e3e-922d-17de1ae2f315
Owner
|
Thanks, applied upstream and pushed back here. Quite a few changes from my end to sg_inq in the Device ID VPD page rendering of plain text and JSON. No changes to the --export code (apart from being offset) so this patch applied clean. |
mwilck
pushed a commit
to openSUSE/sg3_utils
that referenced
this pull request
Jun 12, 2026
…ds (github: PR doug-gilbert#83); Apply udev-conforming character encoding to VPD 0x83 designator type 8 (SCSI name string) and the T10 vendor ID ATA subfield, matching the encoding already used by designator types 0 and 1 since commit 4d770f1 git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@1125 6180dd3e-e324-4e3e-922d-17de1ae2f315 (cherry picked from commit 2fe1452)
mwilck
pushed a commit
to openSUSE/sg3_utils
that referenced
this pull request
Jun 12, 2026
(github: PR doug-gilbert#83); Apply udev-conforming character encoding to VPD 0x83 designator type 8 (SCSI name string) and the T10 vendor ID ATA subfield, matching the encoding already used by designator types 0 and 1 since commit 4d770f1 git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@1125 6180dd3e-e324-4e3e-922d-17de1ae2f315 (cherry picked from commit 2fe1452)
mwilck
pushed a commit
to openSUSE/sg3_utils
that referenced
this pull request
Jun 15, 2026
(github: PR doug-gilbert#83); Apply udev-conforming character encoding to VPD 0x83 designator type 8 (SCSI name string) and the T10 vendor ID ATA subfield, matching the encoding already used by designator types 0 and 1 since commit 4d770f1 git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@1125 6180dd3e-e324-4e3e-922d-17de1ae2f315 (cherry picked from commit 2fe1452)
mwilck
pushed a commit
to openSUSE/sg3_utils
that referenced
this pull request
Jun 15, 2026
(github: PR doug-gilbert#83); Apply udev-conforming character encoding to VPD 0x83 designator type 8 (SCSI name string) and the T10 vendor ID ATA subfield, matching the encoding already used by designator types 0 and 1 since commit 4d770f1 git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@1125 6180dd3e-e324-4e3e-922d-17de1ae2f315 (cherry picked from commit 2fe1452)
mwilck
pushed a commit
to openSUSE/sg3_utils
that referenced
this pull request
Jun 15, 2026
(github: PR doug-gilbert#83); Apply udev-conforming character encoding to VPD 0x83 designator type 8 (SCSI name string) and the T10 vendor ID ATA subfield, matching the encoding already used by designator types 0 and 1 since commit 4d770f1 git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@1125 6180dd3e-e324-4e3e-922d-17de1ae2f315 (cherry picked from commit 2fe1452)
bmwiedemann
pushed a commit
to bmwiedemann/openSUSE
that referenced
this pull request
Jun 17, 2026
https://build.opensuse.org/request/show/1359746 by user mwilck + anag_factory - Update to version 1.48+35.c49e7c08: * configure.ac: reset version to 1.48 - Update to version 1.48+34.3c93ead5 - sg_inq: --export output conformance for SCSI name string and ATA fields (github: PR #83) (bsc#1267823, gh#doug-gilbert/sg3_utils#83) - Upstream fixes backported (bsc#1268201): * sg_logs: correct tape Device statisitics lpage [0x14] serial number parameters [0x40 and 0x41] per doug-gilbert/sg3_utils#45 * sg_wr_mode: fix --contents and --cfile= handling; doug-gilbert/sg3_utils#40 * rescan-scsi-bus.sh: github issue #76 a few shellcheck fixes; scsi_logging_level: add MIT license Xose Vazquez Perez; sg_ses: restore some help text, github PR #79 Paul Evans * sg_ses: re-add help description lost in v1.48 restructure *
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Apply udev-conforming character encoding to VPD 0x83 designator type 8 (SCSI name string) and the T10 vendor ID ATA subfield, matching the encoding already used by designator types 0 and 1 since commit 4d770f1.
Add inhex test data for SCSI name string designator validation.