Merge ~mitchellaugustin/ubuntu/+source/ipmitool:ubuntu/plucky-devel into ubuntu/+source/ipmitool:ubuntu/plucky-devel
Status: | Merged |
---|---|
Merged at revision: | d3d6ea5d7bf25f6b2fff1bdbd4fec69533ed3434 |
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) | Approve | ||
Ubuntu Sponsors | Pending | ||
Review via email:
|
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>
Change matches questing and SRU report in bug looks good. The version number needs to be updated though then it will be good to go :)