[Bug 1827755] Comment bridged from LTC Bugzilla

2019-08-29 Thread bugproxy
--- Comment From mranw...@us.ibm.com 2019-08-30 01:32 EDT---
It works on the -proposed kernel for xenial.  I'm not sure if I was hitting the 
issue on the -159 kernel, but the test does pass now.

[10016.560300] nx_compress_powernv: coprocessor found on chip 0, CT 3 CI 1
[10016.618253] compression self test starting
[10016.618257]   compressor: 842-nx
[10016.618259]   repeat: Y
[10016.618260]   threads: 16
[10016.618263]   offsets 0-0/1, 0-0/1, 0-0/1
[10016.618266]   lengths 1-1/1, 1-1/1, 1-1/1
root@ltc-hab3-vm1:~/comp_selftest#
root@ltc-hab3-vm1:~/comp_selftest# cat /sys/kernel/debug/comp_selftest/status
^Creads 16 MBps: 39798/37034 peak 40389/37403 off 0/0/0 len 1/1/1
root@ltc-hab3-vm1:~/comp_selftest# cat /proc/version
Linux version 4.4.0-160-generic (buildd@bos02-ppc64el-002) (gcc version 5.4.0 
20160609 (Ubuntu/IBM 5.4.0-6ubuntu1~16.04.10) ) #188-Ubuntu SMP Wed Aug 14 
04:17:46 UTC 2019
root@ltc-hab3-vm1:~/comp_selftest#

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1827755

Title:
  nx842 - CRB request time out (-110) when uninstall NX modules and
  initiate NX request

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1827755/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1827755] Comment bridged from LTC Bugzilla

2019-08-28 Thread bugproxy
--- Comment From mranw...@us.ibm.com 2019-08-28 02:19 EDT---
I did successfully check the HWE kernel on Xenial, but should have access to a 
p8 tomorrow to check against the standard kernel.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1827755

Title:
  nx842 - CRB request time out (-110) when uninstall NX modules and
  initiate NX request

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1827755/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1827755] Comment bridged from LTC Bugzilla

2019-05-20 Thread bugproxy
--- Comment From hb...@us.ibm.com 2019-05-20 15:29 EDT---
We need this fix in 18.04.X. Without these patches, 842 compression is broken 
which can affect zswap or other workloads that can exploit HW compression. 
Simple fix which modifies only NX module

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1827755

Title:
  nx842 - CRB request time out (-110) when uninstall NX modules and
  initiate NX request

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1827755/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1827755] Comment bridged from LTC Bugzilla

2019-05-20 Thread bugproxy
--- Comment From mranw...@us.ibm.com 2019-05-20 15:09 EDT---
I tried that kernel out and it works:
root@ltc-boston25:/home/ubuntu/comp_selftest# cat /proc/version
Linux version 4.15.0-51-generic (buildd@bos02-ppc64el-003) (gcc version 7.4.0 
(Ubuntu 7.4.0-1ubuntu1~18.04)) #55~lp1827755+build.1-Ubuntu SMP Fri May 17 
18:53:29 UTC 2019
root@ltc-boston25:/home/ubuntu/comp_selftest# insmod comp_selftest.ko
root@ltc-boston25:/home/ubuntu/comp_selftest# ./testit
root@ltc-boston25:/home/ubuntu/comp_selftest# dmesg |tail

[  354.958178] comp_selftest: loading out-of-tree module taints kernel.
[  354.958396] comp_selftest: module verification failed: signature and/or 
required key missing - tainting kernel
[  361.124620] compression self test starting
[  361.124623]   compressor: 842-nx
[  361.124624]   repeat: Y
[  361.124625]   threads: 16
[  361.124627]   offsets 0-0/1, 0-0/1, 0-0/1
[  361.124630]   lengths 1-1/1, 1-1/1, 1-1/1
root@ltc-boston25:/home/ubuntu/comp_selftest# cat 
/sys/kernel/debug/comp_selftest/status
^Creads 16 MBps: 45192/39510 peak 45509/43884 off 0/0/0 len 1/1/1
root@ltc-boston25:/home/ubuntu/comp_selftest#

Where comp_selftest is the comp_selftest.c/README located here:
https://github.com/sukadev/linux/tree/ee0c8b0c3dcb8856c5998ac21e01916ea430f687/crypto/comp_selftest
and testit is just a copy/paste from the README of the commands to get the test 
running (up to status).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1827755

Title:
  nx842 - CRB request time out (-110) when uninstall NX modules and
  initiate NX request

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1827755/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1827755] Comment bridged from LTC Bugzilla

2019-05-16 Thread bugproxy
--- Comment From mranw...@us.ibm.com 2019-05-16 13:25 EDT---
This issue is already resolved in 19.04.  For 18.04 I verified adding the 
second commit:
656ecc16e8fc2ab44b3d70e3fcc197a7020d0ca
fixes the problem:

root@ltc-boston25:/home/ubuntu/comp_selftest# cat 
/sys/kernel/debug/comp_selftest/status
^Creads 16 MBps: 45228/45132 peak 45697/46027 off 0/0/0 len 1/1/1
root@ltc-boston25:/home/ubuntu/comp_selftest# cat /proc/version
Linux version 4.15.0-51-generic (root@ltc-wspoon3) (gcc version 7.3.0 (Ubuntu 
7.3.0-27ubuntu1~18.04)) #55 SMP Thu May 16 11:23:12 CDT 2019

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1827755

Title:
  nx842 - CRB request time out (-110) when uninstall NX modules and
  initiate NX request

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1827755/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs