------- Comment From [email protected] 2016-11-23 03:51 EDT------- (In reply to comment #10) > I suppose that these patches are upstream, right? Can you provide the commit > IDs to them. It helps Canonical to cherry pick them. > > Sending patches through usually works for non upstreamed patches and for > urgent issues. Ideally we want to provide commit IDs and Canonical can > cherry pick from upstream.
I think we can't apply upstream patches as-is on distro version. Hence Ankit attached backported patches. For reference upstream commits are : commit fca25d04208b1e0b7c5907c4e492e5fa7129f149 Author: Vasant Hegde <[email protected]> Date: Fri Apr 15 22:34:02 2016 +0530 diags: Fix endianess issues in diagnostics test case Fix endianess issues in diagnostics test case. Signed-off-by: Vasant Hegde <[email protected]> Reviewed-by: Ankit Kumar <[email protected]> commit b8ed0b4bc5e89f956690a429a8fd8a0736f36012 Author: Vasant Hegde <[email protected]> Date: Fri Apr 15 19:55:16 2016 +0530 diags: Fix endianess issues SES enclosures follows network endianess. It works fine on big endian machines but fails on little endian machines. Unfortunately I didn't realize this issue earlier :-( This patch addresses endianess issue across diagnostics code except 7031-D24/T24 enclosure... which is not supported on little endian systems. Signed-off-by: Vasant Hegde <[email protected]> Reviewed-by: Ankit Kumar <[email protected]> -Vasant -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1615584 Title: [ppc64-diag] Fix endianess issues in diagnostics code To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ppc64-diag/+bug/1615584/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
