mbox series

[Bionic,0/1] powerpc/tm: Fix endianness flip on trap

Message ID cover.1523461832.git.joseph.salisbury@canonical.com
Headers show
Series powerpc/tm: Fix endianness flip on trap | expand

Message

Joseph Salisbury April 11, 2018, 3:58 p.m. UTC
BugLink: http://bugs.launchpad.net/bugs/1762928

== Bionic Justification ==
IBM is requesting this commit in Bionic because the tm_trap_test failed on 
P8 compat mode. Guests on a P9 host running bionic final beta version.

Commit 1c200e63d055 is in mailine as of v4.16-rc1.

== Fix ==
1c200e63d055 ("powerpc/tm: Fix endianness flip on trap")

Gustavo Romero (1):
  powerpc/tm: Fix endianness flip on trap

 arch/powerpc/kernel/signal_64.c | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Comments

Seth Forshee April 12, 2018, 3:27 p.m. UTC | #1
On Wed, Apr 11, 2018 at 11:58:59AM -0400, Joseph Salisbury wrote:
> BugLink: http://bugs.launchpad.net/bugs/1762928
> 
> == Bionic Justification ==
> IBM is requesting this commit in Bionic because the tm_trap_test failed on 
> P8 compat mode. Guests on a P9 host running bionic final beta version.
> 
> Commit 1c200e63d055 is in mailine as of v4.16-rc1.
> 
> == Fix ==
> 1c200e63d055 ("powerpc/tm: Fix endianness flip on trap")

Applied to bionic/master-next, thanks!