[valgrind] [Bug 422677] PPC sync instruction L field should only be 2 bits in ISA 3.0

2020-06-15 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=422677

Carl Love  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 422677] PPC sync instruction L field should only be 2 bits in ISA 3.0

2020-06-15 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=422677

Carl Love  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 422677] PPC sync instruction L field should only be 2 bits in ISA 3.0

2020-06-15 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=422677

Carl Love  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #1 from Carl Love  ---
Fixed, tested by user, closing.

commit fb6f7abcbc92506d302fb18a2c5fc853d2929248
Author: Carl Love 
Date:   Tue Jun 9 10:42:03 2020 -0500

Power PC Fix extraction of the L field for sync instruction

The L field is currently a two bit[22:21] field in ISA 3.0. The size of the
L field has changed over time.

Currently the ISA 3.0 Valgrind sync instruction support code sets the
flag_L for the instruction L field to a five bit value that includes bits
that are marked reserved the sync instruction.  This patch fixes the issue
for ISA 3.0
to only setting flag_L the specified two bits.

Valgrind bugzilla:   https://bugs.kde.org/show_bug.cgi?id=422677

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 422677] PPC sync instruction L field should only be 2 bits in ISA 3.0

2020-06-09 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=422677

Carl Love  changed:

   What|Removed |Added

 CC||tul...@quites.com.br,
   ||will_schm...@vnet.ibm.com
   Assignee|jsew...@acm.org |c...@us.ibm.com

-- 
You are receiving this mail because:
You are watching all bug changes.