[PATCH 0/2 v2] perf test: Fix endianess issue in hwmon test on

Thomas Richter posted 2 patches 10 months, 1 week ago
tools/perf/tests/hwmon_pmu.c | 16 +++++++++++-----
tools/perf/util/hwmon_pmu.c  | 14 --------------
tools/perf/util/hwmon_pmu.h  | 20 ++++++++++++++++++++
3 files changed, 31 insertions(+), 19 deletions(-)
[PATCH 0/2 v2] perf test: Fix endianess issue in hwmon test on
Posted by Thomas Richter 10 months, 1 week ago
Fix endianess issue on s390 with union containing a
structure with bit fields. Bit field representation differs
between big endian and little endian architectures.

Thomas Richter (2):
  perf test: Fix perf test 11 hwmon endianess issue
  perf test: Hwmon align structure on boundary in union

 tools/perf/tests/hwmon_pmu.c | 16 +++++++++++-----
 tools/perf/util/hwmon_pmu.c  | 14 --------------
 tools/perf/util/hwmon_pmu.h  | 20 ++++++++++++++++++++
 3 files changed, 31 insertions(+), 19 deletions(-)

-- 
2.48.1