Merge ~mitchellaugustin/ubuntu/+source/ipmitool:ubuntu/plucky-devel into ubuntu/+source/ipmitool:ubuntu/plucky-devel
Status: | Superseded | ||||
---|---|---|---|---|---|
Proposed branch: | ~mitchellaugustin/ubuntu/+source/ipmitool:ubuntu/plucky-devel | ||||
Merge into: | ubuntu/+source/ipmitool:ubuntu/plucky-devel | ||||
Diff against target: |
93 lines (+59/-1) 4 files modified
debian/changelog (+7/-0) debian/control (+2/-1) debian/patches/selsdr-fix-SEL-cannot-display-sensor-name-when-owner-lun1.patch (+49/-0) debian/patches/series (+1/-0) |
||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Lena Voytek (community) | Needs Fixing | ||
Ubuntu Sponsors | Pending | ||
Review via email:
|
This proposal has been superseded by a proposal from 2025-04-30.
Commit message
UBUNTU: SAUCE: sel/sdr : Fix SEL cannot display Sensor name when sensor owner lun1
IPMI specification only allows for a 1 byte sensor number field, in
AMI SP-X firmware owner lun bits(1:0) in the SDR may be used to
extend sensor count beyond 255 sensors
The change will add checking of SEL Generator ID byte 2 LUN bits [1:0]
in the compare with the SDR LUN field to display the correct SDR string
in the SEL event
Signed-off-by: dwise0315 <email address hidden>
Signed-off-by: Mitchell Augustin <email address hidden>
Description of the change
IPMI specification only allows for a 1 byte sensor number field, in
AMI SP-X firmware owner lun bits(1:0) in the SDR may be used to
extend sensor count beyond 255 sensors
The change will add checking of SEL Generator ID byte 2 LUN bits [1:0]
in the compare with the SDR LUN field to display the correct SDR string
in the SEL event
Signed-off-by: dwise0315 <email address hidden>
Signed-off-by: Mitchell Augustin <email address hidden>
Thanks for adding this fix! The patch looks good overall, and just needs a few minor changes. I've added some notes in the diff