[Bug 1799281] Re: [Bionic][Cosmic] ipmi: Fix timer race with module unload

2018-10-25 Thread Manoj Iyer
Regression tested on ARM64 Hisilicon D06 and found no regressions.

** Changed in: linux (Ubuntu Bionic)
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

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

Title:
  [Bionic][Cosmic]  ipmi: Fix timer race with module unload

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1799281/+subscriptions

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

[Bug 1799794] Re: [Bionic][Cosmic] Fix to ipmi to support vendor specific messages greater than 255 bytes

2018-10-24 Thread Manoj Iyer
** Description changed:

  [Impact]
  Unable to send ipmi raw command greater than 255bytes, eg hostnames. 
Multipart transmit messages with ipmi currently fails.
  
  [Fix]
  commit 10042504ed92c06077b8a20a4edd67ba784847d4
  Author: Corey Minyard 
  Date: Fri Jul 27 07:36:20 2018 -0500
  
- ipmi:ssif: Add support for multi-part transmit messages > 2 parts
+ ipmi:ssif: Add support for multi-part transmit messages > 2 parts
  
  [Test]
+ -- Testcase --
+ 
+ ipmitool -v raw 0x32 0x6c 1 0 0x0 0xd 0x42 0x4d 0x43 0x41 0x52 0x36 \
+  0x34 0x5a 0x41 0x4c 0x4f 0x4e 0x35 0x0 0x0 0x0 0x0 0x0 \
+  0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 \
+  0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 \
+  0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 \
+  0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 \
+  0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 \
+  0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 \
+  0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 \
+  0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0 0
+ 
  -- before applying patch --
  Running Get PICMG Properties my_addr 0x20, transit 0, target 0
  Error response 0xc1 from Get PICMG Properities
  Running Get VSO Capabilities my_addr 0x20, transit 0, target 0
  Invalid completion code received: Invalid command
  Discovered IPMB address 0x0
  RAW REQ (channel=0x0 netfn=0x32 lun=0x0 cmd=0x6c data_len=132)
  RAW REQUEST (132 bytes)
-  01 00 00 0d 42 4d 43 41 52 36 34 5a 41 4c 4f 4e
-  35 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
-  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
-  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
-  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
-  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
-  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
-  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
-  00 00 00 00
+  01 00 00 0d 42 4d 43 41 52 36 34 5a 41 4c 4f 4e
+  35 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
+  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
+  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
+  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
+  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
+  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
+  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
+  00 00 00 00
  Unable to send RAW command (channel=0x0 netfn=0x32 lun=0x0 cmd=0x6c 
rsp=0xff): Unspecified error
  
  -- After applying the patch --
  Running Get PICMG Properties my_addr 0x20, transit 0, target 0
  Error response 0xc1 from Get PICMG Properities
  Running Get VSO Capabilities my_addr 0x20, transit 0, target 0
  Invalid completion code received: Invalid command
  Discovered IPMB address 0x0
  RAW REQ (channel=0x0 netfn=0x32 lun=0x0 cmd=0x6c data_len=132)
  RAW REQUEST (132 bytes)
-  01 00 00 0d 42 4d 43 41 52 36 34 5a 41 4c 4f 4e
-  35 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
-  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
-  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
-  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
-  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
-  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
-  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
-  00 00 00 00
+  01 00 00 0d 42 4d 43 41 52 36 34 5a 41 4c 4f 4e
+  35 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
+  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
+  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
+  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
+  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
+  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
+  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
+  00 00 00 00
  RAW RSP (0 bytes)
  
  [Regression Potential]
  The patch to ipmi_ssif module cleanly cherry-picks from linux-next, the patch 
touches no platform code. The kernel was tested on a Cavium Thunder X2 system 
and no regressions were found.

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

Title:
  [Bionic][Cosmic] Fix to ipmi to support vendor specific messages
  greater than 255 bytes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1799794/+subscriptions

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

[Bug 1799794] [NEW] [Bionic][Cosmic] Fix to ipmi to support vendor specific messages greater than 255 bytes

2018-10-24 Thread Manoj Iyer
Public bug reported:

[Impact]
Unable to send ipmi raw command greater than 255bytes, eg hostnames. Multipart 
transmit messages with ipmi currently fails.

[Fix]
commit 10042504ed92c06077b8a20a4edd67ba784847d4
Author: Corey Minyard 
Date: Fri Jul 27 07:36:20 2018 -0500

ipmi:ssif: Add support for multi-part transmit messages > 2 parts

[Test]
-- before applying patch --
Running Get PICMG Properties my_addr 0x20, transit 0, target 0
Error response 0xc1 from Get PICMG Properities
Running Get VSO Capabilities my_addr 0x20, transit 0, target 0
Invalid completion code received: Invalid command
Discovered IPMB address 0x0
RAW REQ (channel=0x0 netfn=0x32 lun=0x0 cmd=0x6c data_len=132)
RAW REQUEST (132 bytes)
 01 00 00 0d 42 4d 43 41 52 36 34 5a 41 4c 4f 4e
 35 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00
Unable to send RAW command (channel=0x0 netfn=0x32 lun=0x0 cmd=0x6c rsp=0xff): 
Unspecified error

-- After applying the patch --
Running Get PICMG Properties my_addr 0x20, transit 0, target 0
Error response 0xc1 from Get PICMG Properities
Running Get VSO Capabilities my_addr 0x20, transit 0, target 0
Invalid completion code received: Invalid command
Discovered IPMB address 0x0
RAW REQ (channel=0x0 netfn=0x32 lun=0x0 cmd=0x6c data_len=132)
RAW REQUEST (132 bytes)
 01 00 00 0d 42 4d 43 41 52 36 34 5a 41 4c 4f 4e
 35 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00
RAW RSP (0 bytes)

[Regression Potential]
The patch to ipmi_ssif module cleanly cherry-picks from linux-next, the patch 
touches no platform code. The kernel was tested on a Cavium Thunder X2 system 
and no regressions were found.

** Affects: linux (Ubuntu)
 Importance: High
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New


** Tags: cavium

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

Title:
  [Bionic][Cosmic] Fix to ipmi to support vendor specific messages
  greater than 255 bytes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1799794/+subscriptions

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

[Bug 1799281] Re: [Bionic][Cosmic] ipmi: Fix timer race with module unload

2018-10-22 Thread Manoj Iyer
-- cosmic testing --
ubuntu@starbuck:~$ uname -a 
Linux starbuck 4.18.0-10-generic #11~lp1799281+cosmic.1 SMP Mon Oct 22 21:45:47 
UTC 2018 aarch64 aarch64 aarch64 GNU/Linux
ubuntu@starbuck:~$ for i in {1..500}; do sudo modprobe -r ipmi_ssif; sleep 2s ; 
sudo modprobe ipmi_ssif || exit; done

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

Title:
  [Bionic][Cosmic]  ipmi: Fix timer race with module unload

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1799281/+subscriptions

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

[Bug 1799281] [NEW] [Bionic][Cosmic] ipmi: Fix timer race with module unload

2018-10-22 Thread Manoj Iyer
Public bug reported:

[Impact]
If you attempt to remove and insert the ipmi_ssif module a number of times, it 
would result in a kernel panic. This is due to mod_timer from arming a timer 
that was already removed by del_timer during module unload.

[Fix]
In linux-next:
0711e8c1b457 ipmi: Fix timer race with module unload

[Test]
-- Test Case --
for i in {1..500}; do sudo modprobe -r ipmi_ssif; sleep 2s ; sudo modprobe 
ipmi_ssif || exit; done

After the patch was applied, no kernel panics were obsereved. Tested on Cavium 
ThunderX2.

[Regression Risk]
The patch was applied to bionic and tested tested on a Cavium ThunderX2 and no 
regressions were found. Risk of regression none.

** Affects: linux (Ubuntu)
 Importance: Critical
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: Incomplete


** Tags: bionic cavium

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

Title:
  [Bionic][Cosmic]  ipmi: Fix timer race with module unload

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1799281/+subscriptions

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

[Bug 1799276] [NEW] [Bionic] ipmi: Remove ACPI SPMI probing from the SSIF (I2C) driver

2018-10-22 Thread Manoj Iyer
Public bug reported:

[Impact]
The IPMI spec states:

The purpose of the SPMI Table is to provide a mechanism that can be used
by the OSPM (an ACPI term for “OS Operating System-directed
configuration and Power Management” essentially meaning an ACPI-aware OS
or OS loader) very early in the boot process, e.g., before the ability
to execute ACPI control methods in the OS is available.

When we are probing IPMI in Linux, ACPI control methods are available,
so we shouldn't be probing using SPMI. It could cause some confusion
during the probing process.

[Fix]
Fixed upstream in 4.17:
commit 4866b1dce0389013a268f0ab63f7229b30c6e5fe
Author: Corey Minyard 
Date: Thu Mar 8 15:00:28 2018 -0600

ipmi: Remove ACPI SPMI probing from the SSIF (I2C) driver

[Test]
-- Test case --
for i in {1..500}; do sudo modprobe -r ipmi_ssif; sleep 2s ; sudo modprobe 
ipmi_ssif || exit; done
--

-- Before Applying the patch --
Jun 19 18:53:04 starbuck kernel: [ 126.351580] ipmi_ssif 0-000e: Found new BMC 
(man_id: 0x00, prod_id: 0x0202, dev_id: 0x20)
Jun 19 18:53:06 starbuck kernel: [ 128.725391] ipmi_ssif: probe of 
dmi-ipmi-ssif.1 failed with error -17

-- With patch applied --
Oct 19 19:59:49 starbuck kernel: [ 1501.699109] IPMI SSIF Interface driver
Oct 19 19:59:49 starbuck kernel: [ 1501.730439] ipmi_ssif: Trying 
SMBIOS-specified SSIF interface at i2c address 0xe, adapter xlp9xx-i2c, slave 
address 0x20
Oct 19 19:59:49 starbuck kernel: [ 1501.862509] ipmi_ssif 0-000e: Found new BMC 
(man_id: 0x00, prod_id: 0x0202, dev_id: 0x20)

[Regression Potential]
This patch applies to ipmi_ssif driver and was tested on ARM64 Cavium ThunderX2 
platform and no regressions were found.

** Affects: linux (Ubuntu)
 Importance: Critical
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New


** Tags: cavium

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

Title:
  [Bionic] ipmi: Remove ACPI SPMI probing from the SSIF (I2C) driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1799276/+subscriptions

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

[Bug 1796839] Re: Only 64 Memory regions or dimms supported for Hotplug.

2018-10-22 Thread Manoj Iyer
** Changed in: linux (Ubuntu)
 Assignee: Ubuntu on IBM Power Systems Bug Triage (ubuntu-power-triage) => 
Canonical Kernel Team (canonical-kernel-team)

** Changed in: ubuntu-power-systems
   Status: New => Incomplete

** Changed in: linux (Ubuntu)
   Status: New => Incomplete

** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  Only 64 Memory regions or dimms supported for Hotplug.

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

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

[Bug 1796949] Re: [Bionic] CPPC bug fixes

2018-10-16 Thread Manoj Iyer
Built kernel with patches that fix CPPC issues, and re-run the test.

== Enable CPPC control in firmware ==

CAVM_CN99xx# env set cppccontrol 1

== Bionic kernel with patches ==

ubuntu@starbuck:~$ uname -a
Linux starbuck 4.15.0-38-generic #41~lp1796949+build.1 SMP Tue Oct 16 17:06:56 
UTC 2018 aarch64 aarch64 aarch64 GNU/Linux
ubuntu@starbuck:~$ ls -lR /sys/devices/system/cpu/cpu1/acpi_cppc/
/sys/devices/system/cpu/cpu1/acpi_cppc/:
total 0
-r--r--r-- 1 root root 4096 Oct 16 18:45 feedback_ctrs
-r--r--r-- 1 root root 4096 Oct 16 18:45 highest_perf
-r--r--r-- 1 root root 4096 Oct 16 18:45 lowest_nonlinear_perf
-r--r--r-- 1 root root 4096 Oct 16 18:45 lowest_perf
-r--r--r-- 1 root root 4096 Oct 16 18:45 nominal_perf
-r--r--r-- 1 root root 4096 Oct 16 18:45 reference_perf
-r--r--r-- 1 root root 4096 Oct 16 18:45 wraparound_time
ubuntu@starbuck:~$ cat /sys/devices/system/cpu/cpu1/acpi_cppc/highest_perf
250
ubuntu@starbuck:~$ cat /sys/devices/system/cpu/cpu1/acpi_cppc/lowest_perf
100
ubuntu@starbuck:~$ cat /sys/devices/system/cpu/cpu1/acpi_cppc/feedback_ctrs 
ref:2240139584 del:2315092606
ubuntu@starbuck:~$

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

Title:
  [Bionic] CPPC bug fixes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1796949/+subscriptions

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

[Bug 1796949] Re: [Bionic] CPPC bug fixes

2018-10-16 Thread Manoj Iyer
** Description changed:

  [Impact]
  A number of CPPC related fixes from upstream needed for Cavium ThunderX2 
systems.
  
  [Fix]
  
  58e1c03536c9 ACPI / CPPC: Fix invalid PCC channel status errors
- 6fa12d584dcb ACPI / CPPC: Check for valid PCC subspace only if PCC is used
  b8b10bc2015c cpufreq: CPPC: Don't set transition_latency
  d29abc836843 ACPI / CPPC: Update all pr_(debug/err) messages to log the 
susbspace id
  
  [Test]
  A test kernel is available in ppa:yarmouth-team/cppc-tx2. This kernel was 
successfully tested on a CN99XX system.
  
  [Regression Potential]
  The cppcontrol feature needs to be explicitly enabled in firmware (default is 
disabled) for these patches to be in effect. Risk of regression is low.

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

Title:
  [Bionic] CPPC bug fixes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1796949/+subscriptions

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

[Bug 1796918] Re: [Bionic] additional support for CPPC (V3) and documentation.

2018-10-16 Thread Manoj Iyer
** Description changed:

  [IMPACT]
  Add support for CPPC V3
  
  [FIX]
   33477d84c26b cpufreq / CPPC: Add cpuinfo_cur_freq support for CPPC
+  6fa12d584dcb ACPI / CPPC: Check for valid PCC subspace only if PCC is used
   b382bf885269 ACPI / CPPC: Document CPPC sysfs interface
   256f19d212f2 cpufreq / CPPC: Support for CPPC v3
   4773e77cdc9b ACPI / CPPC: Add support for CPPC v3
  
  [Test]
  A test kernel is available in ppa:yarmouth-team/cppc-tx2. This kernel was 
successfully tested on a CN99XX system.
  
  [Regression Potential]
  The cppcontrol feature needs to be explicitly enabled in firmware (default is 
disabled) for these patches to be in effect. Risk of regression is low.

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

Title:
  [Bionic] additional support for CPPC (V3) and documentation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1796918/+subscriptions

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

[Bug 1797963] Re: not able to unwind the stack from within __kernel_clock_gettime in the Linux vDSO

2018-10-15 Thread Manoj Iyer
** Changed in: linux (Ubuntu)
 Assignee: Ubuntu on IBM Power Systems Bug Triage (ubuntu-power-triage) => 
Canonical Kernel Team (canonical-kernel-team)

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

Title:
  not able to unwind the stack from within __kernel_clock_gettime in the
  Linux vDSO

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

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

[Bug 1784347] Re: ISST-LTE: KVM:UBUNTU1804: BostonLC: fdisk -l shows the conflicting partitions name for the mpath

2018-10-15 Thread Manoj Iyer
** Changed in: ubuntu-power-systems
   Importance: High => Medium

** Changed in: util-linux (Ubuntu)
   Importance: High => Medium

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

Title:
  ISST-LTE: KVM:UBUNTU1804: BostonLC: fdisk -l shows the conflicting
  partitions name for the mpath

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

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

[Bug 1783140] Re: KVM live migration fails

2018-10-15 Thread Manoj Iyer
** Changed in: linux (Ubuntu)
   Status: Triaged => Invalid

** Changed in: ubuntu-power-systems
   Status: In Progress => Fix Released

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

Title:
  KVM live migration fails

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

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

[Bug 1797202] Re: [Bionic] arm64: topology: Avoid checking numa mask for scheduler MC selection

2018-10-11 Thread Manoj Iyer
** Description changed:

  [Impact]
  The numa mask subset check can often lead to system hang or crash during CPU 
hotplug and system suspend operation if NUMA is disabled. This is mostly 
observed on HMP systems where the CPU compute capacities are different and ends 
up in different scheduler domains. Since cpumask_of_node is returned instead 
core_sibling, the scheduler is confused with incorrect cpumasks(e.g. one CPU in 
two different sched domains at the same time) on CPU hotplug.
  
  [Fix]
  The following patch fixes this issue:
  e156ab71a974 arm64: topology: Avoid checking numa mask for scheduler MC 
selection
  
  [Test]
+ -- testcase --
+ 
+ #!/bin/bash
+ 
+ stress-ng -q --vm 100 --vm-bytes 1G --cpu 210 --timeout 2400s --metrics-brief 
&
+ pid=$!
+ 
+ for i in {1..210}; do
+   num=$((RANDOM%10+$i))
+   echo "Offline CPU $num"
+   echo 0 > /sys/devices/system/cpu/cpu$num/online || exit 1
+   sleep 3s
+   echo "Online CPU $num"
+   echo 1 > /sys/devices/system/cpu/cpu$num/online || exit 1
+ done
+ 
+ kill -9 $pid
+ 
+ Executed the test case with stock Bionic kernel and with Bionic kernel with 
patches applied. No system hang or crash was observed. On Cavium CN99XX Thunder 
X2 system. 
  
  [Regression Potential]
+ Regression tested on Cavium Thunder X2 CN99XX system, and none were found. 
Regression risk is low.

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

Title:
  [Bionic] arm64: topology: Avoid checking numa mask for scheduler MC
  selection

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1797202/+subscriptions

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

[Bug 1797200] Re: [Bionic] ACPI / PPTT: use ACPI ID whenever ACPI_PPTT_ACPI_PROCESSOR_ID_VALID is set

2018-10-11 Thread Manoj Iyer
** Description changed:

  [Impact]
  Currently, we use the ACPI processor ID only for the leaf/processor nodes as 
the specification states it must match the value of the ACPI processor ID field 
in the processor’s entry in the MADT.
  
- However, if a PPTT structure represents a processors group, it matches a 
processor container UID in the namespace and the 
ACPI_PPTT_ACPI_PROCESSOR_ID_VALID flag indicates whether the ACPI processor ID 
is valid.
- 
- Let's use UID whenever ACPI_PPTT_ACPI_PROCESSOR_ID_VALID is set to be 
consistent instead of using table offset as it's currently done for non-leaf 
nodes.
- 
- Fixes: 2bd00bcd73e5 (ACPI/PPTT: Add Processor Properties Topology Table 
parsing)
+ However, if a PPTT structure represents a processors group, it matches a
+ processor container UID in the namespace and the
+ ACPI_PPTT_ACPI_PROCESSOR_ID_VALID flag indicates whether the ACPI
+ processor ID is valid.
  
+ Let's use UID whenever ACPI_PPTT_ACPI_PROCESSOR_ID_VALID is set to be
+ consistent instead of using table offset as it's currently done for non-
+ leaf nodes.
+ 
+ Fixes: 2bd00bcd73e5 (ACPI/PPTT: Add Processor Properties Topology Table
+ parsing)
  
  [Fix]
  This patch in is 4.18:
  30998033f62a ACPI / PPTT: use ACPI ID whenever 
ACPI_PPTT_ACPI_PROCESSOR_ID_VALID is set
  
  [Test]
+ -- testcase --
  
+ #!/bin/bash
+ 
+ stress-ng -q --vm 100 --vm-bytes 1G --cpu 210 --timeout 2400s --metrics-brief 
&
+ pid=$!
+ 
+ for i in {1..210}; do
+   num=$((RANDOM%10+$i))
+   echo "Offline CPU $num"
+   echo 0 > /sys/devices/system/cpu/cpu$num/online || exit 1
+   sleep 3s
+   echo "Online CPU $num"
+   echo 1 > /sys/devices/system/cpu/cpu$num/online || exit 1
+ done
+ 
+ kill -9 $pid
+ 
+ Executed the test case with stock Bionic kernel and with Bionic kernel with 
patches applied. No system hang or crash was observed. On Cavium CN99XX Thunder 
X2 system. 
  
  [Regression Potential]
+ Regression tested on Cavium Thunder X2 CN99XX system, and none were found. 
Regression risk is low.

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

Title:
  [Bionic] ACPI / PPTT: use ACPI ID whenever
  ACPI_PPTT_ACPI_PROCESSOR_ID_VALID is set

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1797200/+subscriptions

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

[Bug 1796918] Re: [Bionic] additional support for CPPC (V3) and documentation.

2018-10-11 Thread Manoj Iyer
** Description changed:

  [IMPACT]
  Add support for CPPC V3
  
  [FIX]
-  33477d84c26b cpufreq / CPPC: Add cpuinfo_cur_freq support for CPPC
-  b382bf885269 ACPI / CPPC: Document CPPC sysfs interface
-  256f19d212f2 cpufreq / CPPC: Support for CPPC v3
-  4773e77cdc9b ACPI / CPPC: Add support for CPPC v3
-  
+  33477d84c26b cpufreq / CPPC: Add cpuinfo_cur_freq support for CPPC
+  b382bf885269 ACPI / CPPC: Document CPPC sysfs interface
+  256f19d212f2 cpufreq / CPPC: Support for CPPC v3
+  4773e77cdc9b ACPI / CPPC: Add support for CPPC v3
+ 
  [Test]
+ A test kernel is available in ppa:yarmouth-team/cppc-tx2. This kernel was 
successfully tested on a CN99XX system.
  
  [Regression Potential]
+ The cppcontrol feature needs to be explicitly enabled in firmware (default is 
disabled) for these patches to be in effect. Risk of regression is low.

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

Title:
  [Bionic] additional support for CPPC (V3) and documentation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1796918/+subscriptions

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

[Bug 1796949] Re: [Bionic] CPPC bug fixes

2018-10-11 Thread Manoj Iyer
** Description changed:

  [Impact]
  A number of CPPC related fixes from upstream needed for Cavium ThunderX2 
systems.
  
  [Fix]
  
  58e1c03536c9 ACPI / CPPC: Fix invalid PCC channel status errors
  6fa12d584dcb ACPI / CPPC: Check for valid PCC subspace only if PCC is used
  b8b10bc2015c cpufreq: CPPC: Don't set transition_latency
  d29abc836843 ACPI / CPPC: Update all pr_(debug/err) messages to log the 
susbspace id
  
  [Test]
+ A test kernel is available in ppa:yarmouth-team/cppc-tx2. This kernel was 
successfully tested on a CN99XX system.
  
  [Regression Potential]
+ The cppcontrol feature needs to be explicitly enabled in firmware (default is 
disabled) for these patches to be in effect. Risk of regression is low.

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

Title:
  [Bionic] CPPC bug fixes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1796949/+subscriptions

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

[Bug 1796918] Re: [Bionic] additional support for CPPC (V3) and documentation.

2018-10-10 Thread Manoj Iyer
No regression were found booting the Bionic kernel with the patches
applied.

== Enable CPPC control in firmware ==
CAVM_CN99xx# env set cppccontrol 1

== With stock bionic ==
ubuntu@starbuck:~$ uname -a 
Linux starbuck 4.15.0-36-generic #39-Ubuntu SMP Wed Sep 26 06:05:44 UTC 2018 
aarch64 aarch64 aarch64 GNU/Linux

ubuntu@starbuck:~$ ls -lR  /sys/devices/system/cpu/cpu1/acpi_cppc/
/sys/devices/system/cpu/cpu1/acpi_cppc/:
total 0
-r--r--r-- 1 root root 4096 Oct 10 20:02 feedback_ctrs
-r--r--r-- 1 root root 4096 Oct 10 20:02 highest_perf
-r--r--r-- 1 root root 4096 Oct 10 20:02 lowest_nonlinear_perf
-r--r--r-- 1 root root 4096 Oct 10 20:02 lowest_perf
-r--r--r-- 1 root root 4096 Oct 10 20:02 nominal_perf
-r--r--r-- 1 root root 4096 Oct 10 20:02 reference_perf
-r--r--r-- 1 root root 4096 Oct 10 20:02 wraparound_time
ubuntu@starbuck:~$ 

== Bionic kernel with patches. ==

ubuntu@starbuck:~$ uname -a 
Linux starbuck 4.15.0-37-generic #40~lp1796918+build.1 SMP Tue Oct 9 15:52:06 
UTC 2018 aarch64 aarch64 aarch64 GNU/Linux
ubuntu@starbuck:~$

ubuntu@starbuck:~$ ls -lR  /sys/devices/system/cpu/cpu1/acpi_cppc/
/sys/devices/system/cpu/cpu1/acpi_cppc/:
total 0
-r--r--r-- 1 root root 4096 Oct 10 20:14 feedback_ctrs
-r--r--r-- 1 root root 4096 Oct 10 20:14 highest_perf
-r--r--r-- 1 root root 4096 Oct 10 20:14 lowest_freq
-r--r--r-- 1 root root 4096 Oct 10 20:14 lowest_nonlinear_perf
-r--r--r-- 1 root root 4096 Oct 10 20:14 lowest_perf
-r--r--r-- 1 root root 4096 Oct 10 20:14 nominal_freq
-r--r--r-- 1 root root 4096 Oct 10 20:14 nominal_perf
-r--r--r-- 1 root root 4096 Oct 10 20:14 reference_perf
-r--r--r-- 1 root root 4096 Oct 10 20:14 wraparound_time
ubuntu@starbuck:~$ 

ubuntu@starbuck:~$ cat /sys/devices/system/cpu/cpu1/acpi_cppc/highest_perf 
250
ubuntu@starbuck:~$

ubuntu@starbuck:~$ cat /sys/devices/system/cpu/cpu1/acpi_cppc/lowest_perf 
100
ubuntu@starbuck:~$

ubuntu@starbuck:~$ cat /sys/devices/system/cpu/cpu1/acpi_cppc/feedback_ctrs
ref:1306246528 del:4074430338
ubuntu@starbuck:~$

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

Title:
  [Bionic] additional support for CPPC (V3) and documentation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1796918/+subscriptions

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

[Bug 1796949] Re: [Bionic] CPPC bug fixes

2018-10-10 Thread Manoj Iyer
No regression were found booting the Bionic kernel with the patches
applied.

== Enable CPPC control in firmware ==
CAVM_CN99xx# env set cppccontrol 1

== With stock bionic ==
ubuntu@starbuck:~$ uname -a
Linux starbuck 4.15.0-36-generic #39-Ubuntu SMP Wed Sep 26 06:05:44 UTC 2018 
aarch64 aarch64 aarch64 GNU/Linux

ubuntu@starbuck:~$ ls -lR /sys/devices/system/cpu/cpu1/acpi_cppc/
/sys/devices/system/cpu/cpu1/acpi_cppc/:
total 0
-r--r--r-- 1 root root 4096 Oct 10 20:02 feedback_ctrs
-r--r--r-- 1 root root 4096 Oct 10 20:02 highest_perf
-r--r--r-- 1 root root 4096 Oct 10 20:02 lowest_nonlinear_perf
-r--r--r-- 1 root root 4096 Oct 10 20:02 lowest_perf
-r--r--r-- 1 root root 4096 Oct 10 20:02 nominal_perf
-r--r--r-- 1 root root 4096 Oct 10 20:02 reference_perf
-r--r--r-- 1 root root 4096 Oct 10 20:02 wraparound_time
ubuntu@starbuck:~$

== Bionic kernel with patches. ==

ubuntu@starbuck:~$ uname -a
Linux starbuck 4.15.0-37-generic #40~lp1796918+build.1 SMP Tue Oct 9 15:52:06 
UTC 2018 aarch64 aarch64 aarch64 GNU/Linux
ubuntu@starbuck:~$

ubuntu@starbuck:~$ ls -lR /sys/devices/system/cpu/cpu1/acpi_cppc/
/sys/devices/system/cpu/cpu1/acpi_cppc/:
total 0
-r--r--r-- 1 root root 4096 Oct 10 20:14 feedback_ctrs
-r--r--r-- 1 root root 4096 Oct 10 20:14 highest_perf
-r--r--r-- 1 root root 4096 Oct 10 20:14 lowest_freq
-r--r--r-- 1 root root 4096 Oct 10 20:14 lowest_nonlinear_perf
-r--r--r-- 1 root root 4096 Oct 10 20:14 lowest_perf
-r--r--r-- 1 root root 4096 Oct 10 20:14 nominal_freq
-r--r--r-- 1 root root 4096 Oct 10 20:14 nominal_perf
-r--r--r-- 1 root root 4096 Oct 10 20:14 reference_perf
-r--r--r-- 1 root root 4096 Oct 10 20:14 wraparound_time
ubuntu@starbuck:~$

ubuntu@starbuck:~$ cat /sys/devices/system/cpu/cpu1/acpi_cppc/highest_perf
250
ubuntu@starbuck:~$

ubuntu@starbuck:~$ cat /sys/devices/system/cpu/cpu1/acpi_cppc/lowest_perf
100
ubuntu@starbuck:~$

ubuntu@starbuck:~$ cat /sys/devices/system/cpu/cpu1/acpi_cppc/feedback_ctrs
ref:1306246528 del:4074430338
ubuntu@starbuck:~$

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

Title:
  [Bionic] CPPC bug fixes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1796949/+subscriptions

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

[Bug 1797202] [NEW] [Bionic] arm64: topology: Avoid checking numa mask for scheduler MC selection

2018-10-10 Thread Manoj Iyer
Public bug reported:

[Impact]
The numa mask subset check can often lead to system hang or crash during CPU 
hotplug and system suspend operation if NUMA is disabled. This is mostly 
observed on HMP systems where the CPU compute capacities are different and ends 
up in different scheduler domains. Since cpumask_of_node is returned instead 
core_sibling, the scheduler is confused with incorrect cpumasks(e.g. one CPU in 
two different sched domains at the same time) on CPU hotplug.

[Fix]
The following patch fixes this issue:
e156ab71a974 arm64: topology: Avoid checking numa mask for scheduler MC 
selection

[Test]

[Regression Potential]

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: cavium

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

Title:
  [Bionic] arm64: topology: Avoid checking numa mask for scheduler MC
  selection

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1797202/+subscriptions

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

[Bug 1797200] [NEW] [Bionic] ACPI / PPTT: use ACPI ID whenever ACPI_PPTT_ACPI_PROCESSOR_ID_VALID is set

2018-10-10 Thread Manoj Iyer
Public bug reported:

[Impact]
Currently, we use the ACPI processor ID only for the leaf/processor nodes as 
the specification states it must match the value of the ACPI processor ID field 
in the processor’s entry in the MADT.

However, if a PPTT structure represents a processors group, it matches a 
processor container UID in the namespace and the 
ACPI_PPTT_ACPI_PROCESSOR_ID_VALID flag indicates whether the ACPI processor ID 
is valid.

Let's use UID whenever ACPI_PPTT_ACPI_PROCESSOR_ID_VALID is set to be 
consistent instead of using table offset as it's currently done for non-leaf 
nodes.

Fixes: 2bd00bcd73e5 (ACPI/PPTT: Add Processor Properties Topology Table parsing)


[Fix]
This patch in is 4.18:
30998033f62a ACPI / PPTT: use ACPI ID whenever 
ACPI_PPTT_ACPI_PROCESSOR_ID_VALID is set

[Test]


[Regression Potential]

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: cavium

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

Title:
  [Bionic] ACPI / PPTT: use ACPI ID whenever
  ACPI_PPTT_ACPI_PROCESSOR_ID_VALID is set

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1797200/+subscriptions

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

[Bug 1796918] Re: [Bionic] additional support for CPPC (V3) and documentation.

2018-10-10 Thread Manoj Iyer
** Summary changed:

- [Bionic] add support for CPPC V3 
+ [Bionic] additional support for CPPC (V3) and documentation.

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

Title:
  [Bionic] additional support for CPPC (V3) and documentation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1796918/+subscriptions

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

[Bug 1796918] Re: [Bionic] add support for CPPC V3

2018-10-10 Thread Manoj Iyer
In the list above

6799982c25e9 (HEAD -> cppc) cpufreq / CPPC: Add cpuinfo_cur_freq support
for CPPC

This patch is missing in Cosmic, so this patch applies to both Bionic
and Cosmic.

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

Title:
  [Bionic] additional support for CPPC (V3) and documentation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1796918/+subscriptions

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

[Bug 1796949] Re: [Bionic] CPPC bug fixes

2018-10-10 Thread Manoj Iyer
** Description changed:

  [Impact]
+ A number of CPPC related fixes from upstream needed for Cavium ThunderX2 
systems.
  
  [Fix]
  
- [Test]
+ 58e1c03536c9 ACPI / CPPC: Fix invalid PCC channel status errors
+ 6fa12d584dcb ACPI / CPPC: Check for valid PCC subspace only if PCC is used
+ b8b10bc2015c cpufreq: CPPC: Don't set transition_latency
+ d29abc836843 ACPI / CPPC: Update all pr_(debug/err) messages to log the 
susbspace id
  
  [Regression Potential]

** Description changed:

  [Impact]
  A number of CPPC related fixes from upstream needed for Cavium ThunderX2 
systems.
  
  [Fix]
  
  58e1c03536c9 ACPI / CPPC: Fix invalid PCC channel status errors
  6fa12d584dcb ACPI / CPPC: Check for valid PCC subspace only if PCC is used
  b8b10bc2015c cpufreq: CPPC: Don't set transition_latency
  d29abc836843 ACPI / CPPC: Update all pr_(debug/err) messages to log the 
susbspace id
  
+ [Test]
+ 
  [Regression Potential]

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

Title:
  [Bionic] CPPC bug fixes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1796949/+subscriptions

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

[Bug 1796918] Re: [Bionic] add support for CPPC V3

2018-10-10 Thread Manoj Iyer
** Description changed:

  [IMPACT]
  Add support for CPPC V3
  
  [FIX]
- 
+  33477d84c26b cpufreq / CPPC: Add cpuinfo_cur_freq support for CPPC
+  b382bf885269 ACPI / CPPC: Document CPPC sysfs interface
+  256f19d212f2 cpufreq / CPPC: Support for CPPC v3
+  4773e77cdc9b ACPI / CPPC: Add support for CPPC v3
+  
  [Test]
  
  [Regression Potential]

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

Title:
  [Bionic] add support for CPPC V3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1796918/+subscriptions

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

[Bug 1792102] Re: Ubuntu18.04: GPU total memory is reduced

2018-10-10 Thread Manoj Iyer
** Changed in: linux (Ubuntu)
   Importance: High => Critical

** Changed in: linux (Ubuntu Bionic)
   Importance: High => Critical

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

Title:
  Ubuntu18.04: GPU total memory is reduced

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

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

[Bug 1792195] Re: Signal 7 error when running GPFS tracing in cluster

2018-10-10 Thread Manoj Iyer
** Changed in: linux (Ubuntu)
   Importance: Medium => Critical

** Changed in: linux (Ubuntu Bionic)
   Importance: Medium => Critical

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

Title:
  Signal 7 error when running GPFS tracing in cluster

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

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

[Bug 1796949] [NEW] [Bionic] CPPC bug fixes

2018-10-09 Thread Manoj Iyer
Public bug reported:

[Impact]

[Fix]

[Test]

[Regression Potential]

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: cavium

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

Title:
  [Bionic] CPPC bug fixes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1796949/+subscriptions

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

[Bug 1796918] [NEW] [Bionic] add support for CPPC V3

2018-10-09 Thread Manoj Iyer
Public bug reported:

[IMPACT]
Add support for CPPC V3

[FIX]

[Test]

[Regression Potential]

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: cavium

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

Title:
  [Bionic] add support for CPPC V3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1796918/+subscriptions

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

[Bug 1796904] Re: [Bionic] Update ThunderX2 implementation defined pmu core events

2018-10-09 Thread Manoj Iyer
A test kernel and tool packages are available in ppa:yarmouth-
team/lp1794838

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

Title:
  [Bionic] Update ThunderX2 implementation defined pmu core events

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1796904/+subscriptions

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

[Bug 1796904] Re: [Bionic] Update ThunderX2 implementation defined pmu core events

2018-10-09 Thread Manoj Iyer
ubuntu@starbuck:~$ sudo perf stat -e 
l1d_cache_refill_rd,l1d_cache_refill_wr,armv8_pmuv3_0/l1d_cache_refill/ 
stress-ng -c 2 -i 1 -m 1 --vm-bytes 128M -t 10s
stress-ng: info:  [4198] dispatching hogs: 2 cpu, 1 io, 1 vm
stress-ng: info:  [4198] successful run completed in 10.01s

 Performance counter stats for 'stress-ng -c 2 -i 1 -m 1 --vm-bytes 128M
-t 10s':

 601315558  l1d_cache_refill_rd 

 262736817  l1d_cache_refill_wr 

 864052375  armv8_pmuv3_0/l1d_cache_refill/ 
  

  10.083225659 seconds time elapsed

ubuntu@starbuck:~$

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

Title:
  [Bionic] Update ThunderX2 implementation defined pmu core events

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1796904/+subscriptions

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

[Bug 1796904] Re: [Bionic] Update ThunderX2 implementation defined pmu core events

2018-10-09 Thread Manoj Iyer
ubuntu@starbuck:~$ sudo perf stat -e 
unaligned_ld_spec,unaligned_st_spec,unaligned_ldst_spec,mem_access_rd,mem_access_wr,armv8_pmuv3_0/mem_access/
  stress-ng -c 2 -i 1 -m 1 --vm-bytes 128M -t 10s
stress-ng: info:  [4212] dispatching hogs: 2 cpu, 1 io, 1 vm
stress-ng: info:  [4212] successful run completed in 10.02s

 Performance counter stats for 'stress-ng -c 2 -i 1 -m 1 --vm-bytes 128M
-t 10s':

   3846782  unaligned_ld_spec   

   6641633  unaligned_st_spec   

  10488415  unaligned_ldst_spec 

   10332730839  mem_access_rd   

8017909227  mem_access_wr   

   18350639845  armv8_pmuv3_0/mem_access/   


  10.083796005 seconds time elapsed

ubuntu@starbuck:~$

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

Title:
  [Bionic] Update ThunderX2 implementation defined pmu core events

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1796904/+subscriptions

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

[Bug 1796904] Re: [Bionic] Update ThunderX2 implementation defined pmu core events

2018-10-09 Thread Manoj Iyer
** Description changed:

  [IMPACT]
  ===
- The ARM architecture defines several events as part of the Performance 
Monitor Unit (PMU)
- Extension. In addition, Cavium has added "implementation defined" pmu core 
events, which Cavium deems most useful for analyzing performance. Currently 
perf does not list these "implementation defined" events.
+ The ARM architecture defines several events as part of the Performance 
Monitor Unit (PMU) Extension. In addition, Cavium has added "implementation 
defined" pmu core events, which Cavium deems most useful for analyzing 
performance. Currently perf does not list these "implementation defined" events.
  
  [FIX]
  
  b9b77222d4ff perf vendor events arm64: Update ThunderX2 implementation 
defined pmu core events
  
  [TEST]
  
- With the patch applied perf lists the additional PMU events. 
+ With the patch applied perf lists the additional PMU events.
  
  ubuntu@starbuck:~$ perf list
  
  List of pre-defined events (to be used in -e):
  
-   armv8_pmuv3_0/br_immed_retired/[Kernel PMU event]
-   armv8_pmuv3_0/br_mis_pred/ [Kernel PMU event]
-   armv8_pmuv3_0/br_mis_pred_retired/ [Kernel PMU event]
-   armv8_pmuv3_0/br_pred/ [Kernel PMU event]
-   armv8_pmuv3_0/br_retired/  [Kernel PMU event]
-   armv8_pmuv3_0/br_return_retired/   [Kernel PMU event]
-   armv8_pmuv3_0/bus_access/  [Kernel PMU event]
-   armv8_pmuv3_0/bus_cycles/  [Kernel PMU event]
-   armv8_pmuv3_0/cid_write_retired/   [Kernel PMU event]
-   armv8_pmuv3_0/cpu_cycles/  [Kernel PMU event]
-   armv8_pmuv3_0/exc_return/  [Kernel PMU event]
-   armv8_pmuv3_0/exc_taken/   [Kernel PMU event]
-   armv8_pmuv3_0/inst_retired/[Kernel PMU event]
-   armv8_pmuv3_0/inst_spec/   [Kernel PMU event]
-   armv8_pmuv3_0/l1d_cache/   [Kernel PMU event]
-   armv8_pmuv3_0/l1d_cache_allocate/  [Kernel PMU event]
-   armv8_pmuv3_0/l1d_cache_refill/[Kernel PMU event]
-   armv8_pmuv3_0/l1d_cache_wb/[Kernel PMU event]
-   armv8_pmuv3_0/l1d_tlb/ [Kernel PMU event]
-   armv8_pmuv3_0/l1d_tlb_refill/  [Kernel PMU event]
-   armv8_pmuv3_0/l1i_cache/   [Kernel PMU event]
-   armv8_pmuv3_0/l1i_cache_refill/[Kernel PMU event]
-   armv8_pmuv3_0/l1i_tlb/ [Kernel PMU event]
-   armv8_pmuv3_0/l1i_tlb_refill/  [Kernel PMU event]
-   armv8_pmuv3_0/l2d_cache/   [Kernel PMU event]
-   armv8_pmuv3_0/l2d_cache_allocate/  [Kernel PMU event]
-   armv8_pmuv3_0/l2d_cache_refill/[Kernel PMU event]
-   armv8_pmuv3_0/l2d_cache_wb/[Kernel PMU event]
-   armv8_pmuv3_0/l2d_tlb/ [Kernel PMU event]
-   armv8_pmuv3_0/l2d_tlb_refill/  [Kernel PMU event]
-   armv8_pmuv3_0/ld_retired/  [Kernel PMU event]
-   armv8_pmuv3_0/mem_access/  [Kernel PMU event]
-   armv8_pmuv3_0/st_retired/  [Kernel PMU event]
-   armv8_pmuv3_0/stall_backend/   [Kernel PMU event]
-   armv8_pmuv3_0/stall_frontend/  [Kernel PMU event]
-   armv8_pmuv3_0/sw_incr/ [Kernel PMU event]
-   armv8_pmuv3_0/ttbr_write_retired/  [Kernel PMU event]
-   armv8_pmuv3_0/unaligned_ldst_retired/  [Kernel PMU event]
+   armv8_pmuv3_0/br_immed_retired/[Kernel PMU event]
+   armv8_pmuv3_0/br_mis_pred/ [Kernel PMU event]
+   armv8_pmuv3_0/br_mis_pred_retired/ [Kernel PMU event]
+   armv8_pmuv3_0/br_pred/ [Kernel PMU event]
+   armv8_pmuv3_0/br_retired/  [Kernel PMU event]
+   armv8_pmuv3_0/br_return_retired/   [Kernel PMU event]
+   armv8_pmuv3_0/bus_access/  [Kernel PMU event]
+   armv8_pmuv3_0/bus_cycles/  [Kernel PMU event]
+   armv8_pmuv3_0/cid_write_retired/   [Kernel PMU event]
+   armv8_pmuv3_0/cpu_cycles/  [Kernel PMU event]
+   armv8_pmuv3_0/exc_return/  [Kernel PMU event]
+   armv8_pmuv3_0/exc_taken/   [Kernel PMU event]
+   armv8_pmuv3_0/inst_retired/[Kernel PMU event]
+   armv8_pmuv3_0/inst_spec/   [Kernel PMU event]
+   armv8_pmuv3_0/l1d_cache/   [Kernel PMU event]
+   armv8_pmuv3_0/l1d_cache_allocate/  [Kernel PMU 

[Bug 1796904] [NEW] [Bionic] Update ThunderX2 implementation defined pmu core events

2018-10-09 Thread Manoj Iyer
Public bug reported:

[IMPACT]
===
The ARM architecture defines several events as part of the Performance Monitor 
Unit (PMU) Extension. In addition, Cavium has added "implementation defined" 
pmu core events, which Cavium deems most useful for analyzing performance. 
Currently perf does not list these "implementation defined" events.

[FIX]

b9b77222d4ff perf vendor events arm64: Update ThunderX2 implementation defined 
pmu core events

[TEST]

With the patch applied perf lists the additional PMU events.

ubuntu@starbuck:~$ perf list

List of pre-defined events (to be used in -e):

  armv8_pmuv3_0/br_immed_retired/[Kernel PMU event]
  armv8_pmuv3_0/br_mis_pred/ [Kernel PMU event]
  armv8_pmuv3_0/br_mis_pred_retired/ [Kernel PMU event]
  armv8_pmuv3_0/br_pred/ [Kernel PMU event]
  armv8_pmuv3_0/br_retired/  [Kernel PMU event]
  armv8_pmuv3_0/br_return_retired/   [Kernel PMU event]
  armv8_pmuv3_0/bus_access/  [Kernel PMU event]
  armv8_pmuv3_0/bus_cycles/  [Kernel PMU event]
  armv8_pmuv3_0/cid_write_retired/   [Kernel PMU event]
  armv8_pmuv3_0/cpu_cycles/  [Kernel PMU event]
  armv8_pmuv3_0/exc_return/  [Kernel PMU event]
  armv8_pmuv3_0/exc_taken/   [Kernel PMU event]
  armv8_pmuv3_0/inst_retired/[Kernel PMU event]
  armv8_pmuv3_0/inst_spec/   [Kernel PMU event]
  armv8_pmuv3_0/l1d_cache/   [Kernel PMU event]
  armv8_pmuv3_0/l1d_cache_allocate/  [Kernel PMU event]
  armv8_pmuv3_0/l1d_cache_refill/[Kernel PMU event]
  armv8_pmuv3_0/l1d_cache_wb/[Kernel PMU event]
  armv8_pmuv3_0/l1d_tlb/ [Kernel PMU event]
  armv8_pmuv3_0/l1d_tlb_refill/  [Kernel PMU event]
  armv8_pmuv3_0/l1i_cache/   [Kernel PMU event]
  armv8_pmuv3_0/l1i_cache_refill/[Kernel PMU event]
  armv8_pmuv3_0/l1i_tlb/ [Kernel PMU event]
  armv8_pmuv3_0/l1i_tlb_refill/  [Kernel PMU event]
  armv8_pmuv3_0/l2d_cache/   [Kernel PMU event]
  armv8_pmuv3_0/l2d_cache_allocate/  [Kernel PMU event]
  armv8_pmuv3_0/l2d_cache_refill/[Kernel PMU event]
  armv8_pmuv3_0/l2d_cache_wb/[Kernel PMU event]
  armv8_pmuv3_0/l2d_tlb/ [Kernel PMU event]
  armv8_pmuv3_0/l2d_tlb_refill/  [Kernel PMU event]
  armv8_pmuv3_0/ld_retired/  [Kernel PMU event]
  armv8_pmuv3_0/mem_access/  [Kernel PMU event]
  armv8_pmuv3_0/st_retired/  [Kernel PMU event]
  armv8_pmuv3_0/stall_backend/   [Kernel PMU event]
  armv8_pmuv3_0/stall_frontend/  [Kernel PMU event]
  armv8_pmuv3_0/sw_incr/ [Kernel PMU event]
  armv8_pmuv3_0/ttbr_write_retired/  [Kernel PMU event]
  armv8_pmuv3_0/unaligned_ldst_retired/  [Kernel PMU event]

core imp def:
  bus_access_rd
   [Bus access read]
  bus_access_wr
   [Bus access write]
  exc_dabort
   [Exception taken, Data Abort and SError]
  exc_fiq
   [Exception taken, FIQ]
  exc_hvc
   [Exception taken, Hypervisor Call]
  exc_irq
   [Exception taken, IRQ]
  exc_pabort
   [Exception taken, Instruction Abort]
  exc_smc
   [Exception taken, Secure Monitor Call]
  exc_svc
   [Exception taken, Supervisor Call]
  exc_trap_dabort
   [Exception taken, Data Abort or SError not taken locally]
  exc_trap_fiq
   [Exception taken, FIQ not taken locally]
  exc_trap_irq
   [Exception taken, IRQ not taken locally]
  exc_trap_other
   [Exception taken, Other traps not taken locally]
  exc_trap_pabort
   [Exception taken, Instruction Abort not taken locally]
  exc_undef
   [Exception taken, Other synchronous]
  l1d_cache_inval
   [L1D cache invalidate]
  l1d_cache_rd
   [L1D cache access, read]
  l1d_cache_refill_inner
   [L1D cache refill, inner]
  l1d_cache_refill_outer
   [L1D cache refill, outer]
  l1d_cache_refill_rd
   [L1D cache refill, read]
  l1d_cache_refill_wr
   [L1D cache refill, write]
  l1d_cache_wb_clean
   [L1D cache Write-Back, cleaning and coherency]
  l1d_cache_wb_victim
   [L1D cache Write-Back, victim]
  l1d_cache_wr
   [L1D cache access, write]
  l1d_tlb_rd
   [L1D tlb access, read]
  l1d_tlb_refill_rd
   [L1D tlb refill, read]
  l1d_tlb_refill_wr
   [L1D tlb refill, write]
  l1d_tlb_wr
   [L1D tlb access, write]
  l2d_tlb_rd
   [L2D cache access, read]
  l2d_tlb_refill_rd
   [L2D cache refill, 

[Bug 1788098] Re: Avoid migration issues with aligned 2MB THB

2018-10-01 Thread Manoj Iyer
** Changed in: ubuntu-power-systems
   Status: In Progress => Incomplete

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

Title:
  Avoid migration issues with aligned 2MB THB

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

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

[Bug 1778844] Re: nvme multipath does not report path relationships

2018-10-01 Thread Manoj Iyer
** Changed in: ubuntu-power-systems
   Status: Triaged => In Progress

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

Title:
  nvme multipath does not report path relationships

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

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

[Bug 1788549] Re: powerpc/powernv/pci: Work around races in PCI bridge enabling

2018-10-01 Thread Manoj Iyer
** Changed in: ubuntu-power-systems
   Status: In Progress => Incomplete

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

Title:
  powerpc/powernv/pci: Work around races in PCI bridge enabling

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

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

[Bug 1792195] Re: Signal 7 error when running GPFS tracing in cluster

2018-10-01 Thread Manoj Iyer
** Changed in: ubuntu-power-systems
   Status: New => Triaged

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

Title:
  Signal 7 error when running GPFS tracing in cluster

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

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

[Bug 1792948] Re: Failed to install grub-ieee1275 from Trusty release-pocket on a Power8 system

2018-10-01 Thread Manoj Iyer
** Changed in: ubuntu-power-systems
   Importance: Critical => Medium

** Changed in: ubuntu-power-systems
   Status: New => Triaged

** Changed in: grub2 (Ubuntu)
   Importance: Undecided => Medium

** Changed in: ubuntu-kernel-tests
   Importance: Undecided => Medium

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

Title:
  Failed to install grub-ieee1275 from Trusty release-pocket on a Power8
  system

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1792948/+subscriptions

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

[Bug 1794055] Re: [Witherspoon-DD2.2][Ubu 18.10] [4.18.0-7-generic ] OS booting thrown with nouveau errors; OS booted successfully

2018-10-01 Thread Manoj Iyer
** Changed in: ubuntu-power-systems
   Status: New => Incomplete

** Changed in: linux (Ubuntu)
   Status: New => Incomplete

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

Title:
  [Witherspoon-DD2.2][Ubu 18.10] [4.18.0-7-generic ] OS booting thrown
  with nouveau errors; OS booted successfully

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

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

[Bug 1792195] Re: Signal 7 error when running GPFS tracing in cluster

2018-09-26 Thread Manoj Iyer
** Also affects: ubuntu-power-systems
   Importance: Undecided
   Status: New

** Changed in: ubuntu-power-systems
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: ubuntu-power-systems
   Importance: Undecided => High

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

Title:
  Signal 7 error when running GPFS tracing in cluster

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

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

[Bug 1788549] Re: powerpc/powernv/pci: Work around races in PCI bridge enabling

2018-09-24 Thread Manoj Iyer
IBM, could you please verify the PPA test kernels provided by the kernel
team, and report back here.

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

Title:
  powerpc/powernv/pci: Work around races in PCI bridge enabling

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

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

[Bug 1788098] Re: Avoid migration issues with aligned 2MB THB

2018-09-24 Thread Manoj Iyer
** Tags removed: triage-g
** Tags added: triage-a

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

Title:
  Avoid migration issues with aligned 2MB THB

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

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

[Bug 1794055] Re: [Witherspoon-DD2.2][Ubu 18.10] [4.18.0-7-generic ] OS booting thrown with nouveau errors; OS booted successfully

2018-09-24 Thread Manoj Iyer
Looks like we don't ship the nvidia/gv100/gr/sw_nonctx.bin in our linux-
firmware package. This firmware is also missing in
git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-
firmware.git and would need to be upstreamed first to the linux-firmware
tree so that we can sync to Ubuntu.

Currently the following nvidia firmware is available upstream:

linux-firmware$ find . -name sw_nonctx.bin
./nvidia/gm204/gr/sw_nonctx.bin
./nvidia/gp107/gr/sw_nonctx.bin
./nvidia/gp108/gr/sw_nonctx.bin
./nvidia/gm206/gr/sw_nonctx.bin
./nvidia/gp100/gr/sw_nonctx.bin
./nvidia/gm20b/gr/sw_nonctx.bin
./nvidia/gp10b/gr/sw_nonctx.bin
./nvidia/gp106/gr/sw_nonctx.bin
./nvidia/gm200/gr/sw_nonctx.bin
./nvidia/gk20a/sw_nonctx.bin
./nvidia/gp104/gr/sw_nonctx.bin
./nvidia/gp102/gr/sw_nonctx.bin


** Changed in: linux (Ubuntu)
 Assignee: Ubuntu on IBM Power Systems Bug Triage (ubuntu-power-triage) => 
Canonical Kernel Team (canonical-kernel-team)

** Changed in: linux (Ubuntu)
   Importance: Undecided => High

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

Title:
  [Witherspoon-DD2.2][Ubu 18.10] [4.18.0-7-generic ] OS booting thrown
  with nouveau errors; OS booted successfully

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

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

[Bug 1787993] Re: [Bionic] Spectre v4 mitigation (Speculative Store Bypass Disable) support for arm64 using SMC firmware call to set a hardware chicken bit

2018-09-17 Thread Manoj Iyer
-- SRU Verification --
Enabled SSBD v4 in firmware and booted the -proposed kernel, no regressions 
were found on boot.

- Enable SSBD V4 in firmware. -
CAVM_CN99xx# env set core_feature_mask 0x20  
core_feature_mask is set to 32
Env Var core_feature_mask set with Value 32 
Execute 'env save' Command to make the changes persistent 
CAVM_CN99xx# env save

---
   ENV Variable Settings 
---
Name  : Value 
---
turbo : 0 
smt   : 4 
corefreq  : 2199 
numcores  : 28 
icispeed  : 1 
socnclk   : 666 
socsclk   : 1199 
memclk: 2199 
ddrspeed_auto : 0 
ddrspeed  : 2400 
progcpufreq   : 1 
progdevfreq   : 1 
dmc_node_channel_mask :  
thermcontrol  : 1 
thermlimit: 105 
enter_debug_shell : 0 
dbg_speed_up_ddr_lvl  : 0 
enable_dram_scrub : 0 
ipmbcontrol   : 1
ddr_dmt_advanced  : 0 
cppccontrol   : 0
loglevel  : 0
uart_params   : 115200/8-N-1 none
core_feature_mask : 32
sys_feature_mask  : 0x
ddr_refresh_rate  : 1
fw_feature_mask   : 0x
dram_ce_threshold : 500
dram_ce_window: 60 sec
dram_ce_leak_rate : 1 msec/error
---
CAVM_CN99xx# 

- Boot the -proposed kernel -
ubuntu@helo:~$ uname -a 
Linux helo 4.15.0-35-generic #38-Ubuntu SMP Wed Sep 12 10:35:16 UTC 2018 
aarch64 aarch64 aarch64 GNU/Linux
ubuntu@helo:~$ 

ubuntu@helo:~$ dmesg | grep  -i ssbd
[0.00] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-35-generic 
root=UUID=06508e54-5e22-4f62-a30c-56a9268e39be ro ssbd=force-on

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

Title:
  [Bionic] Spectre v4 mitigation (Speculative Store Bypass Disable)
  support for arm64 using SMC firmware call to set a hardware chicken
  bit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1787993/+subscriptions

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

[Bug 1787993] Re: [Bionic] Spectre v4 mitigation (Speculative Store Bypass Disable) support for arm64 using SMC firmware call to set a hardware chicken bit

2018-09-17 Thread Manoj Iyer
-- SRU verification --

No regressions were found booting with the SRU kernel.

ubuntu@helo:~$ uname -a 
Linux helo 4.15.0-35-generic #38-Ubuntu SMP Wed Sep 12 10:35:16 UTC 2018 
aarch64 aarch64 aarch64 GNU/Linux

ubuntu@helo:~$ dmesg | grep -i ssbd
[0.00] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-35-generic 
root=UUID=06508e54-5e22-4f62-a30c-56a9268e39be ro ssbd=force-on


** Tags removed: verification-needed-bionic
** Tags added: verification-done-bionic

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

Title:
  [Bionic] Spectre v4 mitigation (Speculative Store Bypass Disable)
  support for arm64 using SMC firmware call to set a hardware chicken
  bit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1787993/+subscriptions

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

[Bug 1786940] Re: Enable arm-linux-gnueabi target on ppc64el toolchain

2018-09-17 Thread Manoj Iyer
** Changed in: gcc-defaults (Ubuntu)
 Assignee: Ubuntu on IBM Power Systems Bug Triage (ubuntu-power-triage) => 
Canonical Foundations Team (canonical-foundations)

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

Title:
  Enable arm-linux-gnueabi target on ppc64el toolchain

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

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

[Bug 1790602] Re: Ubuntu18.04.1: cpuidle: powernv: Fix promotion from snooze if next state disabled (performance)

2018-09-17 Thread Manoj Iyer
** Changed in: ubuntu-power-systems
   Status: New => Fix Committed

** Changed in: linux (Ubuntu)
   Status: New => Fix Committed

** Changed in: linux (Ubuntu)
   Status: Fix Committed => New

** Changed in: linux (Ubuntu)
   Status: New => Fix Committed

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

Title:
  Ubuntu18.04.1: cpuidle: powernv: Fix promotion from snooze if next
  state disabled (performance)

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

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

[Bug 1765653] Re: directory-concurrent.sh.ext4 in ubuntu_ecryptfs failed on Atrful and Bionic ThunderX ARM64

2018-09-14 Thread Manoj Iyer
** Also affects: ecryptfs
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu Bionic)
   Status: Triaged => Invalid

** Changed in: linux (Ubuntu)
   Status: Triaged => Invalid

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

Title:
  directory-concurrent.sh.ext4 in ubuntu_ecryptfs failed on Atrful and
  Bionic ThunderX ARM64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ecryptfs/+bug/1765653/+subscriptions

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

[Bug 1765653] Re: directory-concurrent.sh.ext4 in ubuntu_ecryptfs failed on Atrful and Bionic ThunderX ARM64

2018-09-14 Thread Manoj Iyer
With this patch applied, the test case directory-current does not report
these false positives.

ubuntu@recht:~/ecryptfs/tests$ sudo ./run_tests.sh -K -t trunc-file.sh -b 
100 -D /mnt/image -l /mnt/lower -u /mnt/upper -f ext4 ; sleep 3s; sudo 
./run_tests.sh -K -t directory-concurrent.sh -b 100 -D /mnt/image -l 
/mnt/lower -u /mnt/upper -f ext4
Running eCryptfs filesystem tests on ext4
trunc-file  pass

Test Summary:
1 passed
0 failed
Running eCryptfs filesystem tests on ext4
directory-concurrentpass

Test Summary:
1 passed
0 failed


** Patch added: "patch to test case 
ecryptfs/tests/kernel/directory-concurrent/test.c"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1765653/+attachment/5188840/+files/test.patch

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

Title:
  directory-concurrent.sh.ext4 in ubuntu_ecryptfs failed on Atrful and
  Bionic ThunderX ARM64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1765653/+subscriptions

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

[Bug 1765653] Re: directory-concurrent.sh.ext4 in ubuntu_ecryptfs failed on Atrful and Bionic ThunderX ARM64

2018-09-14 Thread Manoj Iyer
This is a test case issue, and the failure is a false positive.
ecryptfs/tests/kernel/directory-concurrent/test.c hang_check() the
parent uses select() to check to see if the child process has completed.
The child process lets the parent know that its done by writing "EXIT"
to a pipe. select() is non blocking while read() is blocking, so the
select() would timeout after 30s if nothing was read from the pipe, this
timeout state is used to detect a hang in rmdir/mkdir. But the test does
not take into account of the fact that there is no guarantee that the
the order of execution after a fork() will be  child first and then
parent. If the parent executes before the child, we hit these false
positives.

The sync between parent and child can be achieved by calling wait(NULL)
before select(), ie let the parent wait for the child state to change,
but if there really is a hang in rmdir/mkdir the parent would hang
indefinitely, and that would defeat the tests purpose of detecting
hangs.

I found that as a workaround, adding a sleep(1) after write() in the
child helps with resolving this issue. I tested this multiple times
successfully.

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

Title:
  directory-concurrent.sh.ext4 in ubuntu_ecryptfs failed on Atrful and
  Bionic ThunderX ARM64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1765653/+subscriptions

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

[Bug 1709889] Re: Ubuntu 18.04: Bug in cfq scheduler, I/Os do not get submitted to adapter for a very long time.

2018-09-13 Thread Manoj Iyer
** Changed in: ubuntu-power-systems
   Importance: Critical => Medium

** Changed in: linux (Ubuntu)
   Importance: Critical => Medium

** Changed in: linux (Ubuntu Zesty)
   Importance: Critical => Medium

** Changed in: linux (Ubuntu Bionic)
   Importance: Critical => Medium

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

Title:
  Ubuntu 18.04: Bug in cfq scheduler, I/Os do not get submitted to
  adapter for a very long time.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1709889/+subscriptions

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

[Bug 1790636] Re: Watchdog CPU:19 Hard LOCKUP when kernel crash was triggered

2018-09-10 Thread Manoj Iyer
** Changed in: linux (Ubuntu)
   Status: New => Fix Committed

** Changed in: ubuntu-power-systems
   Status: In Progress => Fix Committed

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

Title:
  Watchdog CPU:19 Hard LOCKUP when kernel crash was triggered

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

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

[Bug 1789772] Re: tlbie master timeout checkstop (using NVidia/GPU)

2018-09-10 Thread Manoj Iyer
** Changed in: linux (Ubuntu)
   Status: Triaged => Fix Committed

** Changed in: ubuntu-power-systems
   Status: Triaged => Fix Committed

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

Title:
  tlbie master timeout checkstop (using NVidia/GPU)

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

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

[Bug 1785675] Re: Security fix: check if IOMMU page is contained in the pinned physical page

2018-09-10 Thread Manoj Iyer
** Changed in: linux (Ubuntu)
   Status: Triaged => Fix Committed

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

Title:
  Security fix: check if IOMMU page is contained in the pinned physical
  page

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

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

[Bug 1790601] Re: Ubuntu18.10 - Update libocxl to version 1.1

2018-09-10 Thread Manoj Iyer
** Changed in: ubuntu-power-systems
 Assignee: (unassigned) => Canonical Foundations Team 
(canonical-foundations)

** Changed in: libocxl (Ubuntu)
 Assignee: Ubuntu on IBM Power Systems Bug Triage (ubuntu-power-triage) => 
Canonical Foundations Team (canonical-foundations)

** Changed in: libocxl (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  Ubuntu18.10 - Update libocxl to version 1.1

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

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

[Bug 1787240] Re: [Bionic] i2c: xlp9xx: Fix case where SSIF read transaction completes early

2018-09-05 Thread Manoj Iyer
-- proposed verification --

ubuntu@helo:~$ uname -a 
Linux helo 4.15.0-34-generic #37-Ubuntu SMP Mon Aug 27 15:22:18 UTC 2018 
aarch64 aarch64 aarch64 GNU/Linux
ubuntu@helo:~$ 

Ran the test:
for i in {1..200}; do sudo ipmitool sel list ; sudo ipmitool sensor list ; sudo 
ipmitool sdr list ; sudo ipmitool sel list ; done

Test ran for more than 8hrs and did not produce any errors in dmesg.

** Tags removed: verification-needed-bionic
** Tags added: verification-done-bionic

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

Title:
  [Bionic] i2c: xlp9xx: Fix case where SSIF read transaction completes
  early

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1787240/+subscriptions

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

[Bug 1790835] Re: Ubuntu18.10 - crypto/vmx: Fix sleep-in-atomic bugs

2018-09-05 Thread Manoj Iyer
** Changed in: linux (Ubuntu)
 Assignee: Ubuntu on IBM Power Systems Bug Triage (ubuntu-power-triage) => 
Canonical Kernel Team (canonical-kernel-team)

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

Title:
  Ubuntu18.10 - crypto/vmx: Fix sleep-in-atomic bugs

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

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

[Bug 1786981] Re: [Bionic] i2c: xlp9xx: Add SMBAlert support

2018-09-05 Thread Manoj Iyer
-- proposed testing --

ubuntu@helo:~$ uname -a 
Linux helo 4.15.0-34-generic #37-Ubuntu SMP Mon Aug 27 15:22:18 UTC 2018 
aarch64 aarch64 aarch64 GNU/Linux
ubuntu@helo:~$ 
ubuntu@helo:~$ dmesg | grep -i smbalert
[   36.572195] i2c i2c-0: supports SMBALERT#
ubuntu@helo:~$

** Tags removed: verification-needed-bionic
** Tags added: verification-done-bionic

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

Title:
  [Bionic] i2c: xlp9xx: Add SMBAlert support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1786981/+subscriptions

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

[Bug 1787469] Re: [Bionic] integrate upstream fix for Cavium zram driver

2018-09-05 Thread Manoj Iyer
-- proposed verification for bionic --

ubuntu@anuchin:~$ uname -a 
Linux anuchin 4.15.0-34-generic #37-Ubuntu SMP Mon Aug 27 15:22:18 UTC 2018 
aarch64 aarch64 aarch64 GNU/Linux
ubuntu@anuchin:~$

ubuntu@anuchin:~$ sudo bash
root@anuchin:~# modprobe zram
root@anuchin:~# echo 1 > /sys/block/zram0/reset
root@anuchin:~# echo deflate > /sys/block/zram0/comp_algorithm
root@anuchin:~# echo 128M > /sys/block/zram0/disksize
root@anuchin:~# mkfs.ext4 -F /dev/zram0
mke2fs 1.44.1 (24-Mar-2018)
Discarding device blocks: done
Creating filesystem with 32768 4k blocks and 32768 inodes

Allocating group tables: done
Writing inode tables: done
Creating journal (4096 blocks): done
Writing superblocks and filesystem accounting information: done

root@anuchin:~#

** Tags removed: verification-needed-bionic
** Tags added: verification-done-bionic

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

Title:
  [Bionic] integrate upstream fix for Cavium zram driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1787469/+subscriptions

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

[Bug 1790636] Re: Watchdog CPU:19 Hard LOCKUP when kernel crash was triggered

2018-09-05 Thread Manoj Iyer
http://kernel.ubuntu.com/~kamal/lp1790636-lp1790602-ppc/

Can you test this kernel and see if it resolves this bug?

Note about installing test kernels:
* If the test kernel is prior to 4.15(Bionic) you need to install the 
linux-image and linux-image-extra .deb packages.
* If the test kernel is 4.15(Bionic) or newer, you need to install the 
linux-modules, linux-modules-extra and linux-image-unsigned .deb packages.

Thanks in advance!

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

Title:
  Watchdog CPU:19 Hard LOCKUP when kernel crash was triggered

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

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

[Bug 1790602] Re: Ubuntu18.04.1: cpuidle: powernv: Fix promotion from snooze if next state disabled (performance)

2018-09-05 Thread Manoj Iyer
http://kernel.ubuntu.com/~kamal/lp1790636-lp1790602-ppc/

Can you test this kernel and see if it resolves this bug?

Note about installing test kernels:
* If the test kernel is prior to 4.15(Bionic) you need to install the 
linux-image and linux-image-extra .deb packages.
* If the test kernel is 4.15(Bionic) or newer, you need to install the 
linux-modules, linux-modules-extra and linux-image-unsigned .deb packages.

Thanks in advance!

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

Title:
  Ubuntu18.04.1: cpuidle: powernv: Fix promotion from snooze if next
  state disabled (performance)

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

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

[Bug 1790832] Re: crypto/vmx - Backport of Fix sleep-in-atomic bugs patch for 18.04

2018-09-05 Thread Manoj Iyer
** Changed in: linux (Ubuntu)
 Assignee: Ubuntu on IBM Power Systems Bug Triage (ubuntu-power-triage) => 
Canonical Kernel Team (canonical-kernel-team)

** Changed in: linux (Ubuntu)
   Importance: Undecided => High

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

Title:
  crypto/vmx - Backport of Fix sleep-in-atomic bugs patch for 18.04

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

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

[Bug 1790602] Re: Ubuntu18.04.1: cpuidle: powernv: Fix promotion from snooze if next state disabled (performance)

2018-09-05 Thread Manoj Iyer
The patch is available in linux-stable, and could be fwd ported from
4.14, or backported from 4.17 to bionic.

-- linux-4.14.y --
3b185e667b52 cpuidle: powernv: Fix promotion from snooze if next state disabled

-- linux-4.17.y --
6de015f7f962 cpuidle: powernv: Fix promotion from snooze if next state disabled

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

Title:
  Ubuntu18.04.1: cpuidle: powernv: Fix promotion from snooze if next
  state disabled (performance)

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

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

[Bug 1790636] Re: Watchdog CPU:19 Hard LOCKUP when kernel crash was triggered

2018-09-05 Thread Manoj Iyer
The bug description says that the 1st patch is in bionic (18.04.1) but I
was not able to find that commit in bionic (master and master-next). The
two patches are in 4.17 and 4.18 stable trees.

-- linux-4.17.y --
ab830707c443 powerpc: smp_send_stop do not offline stopped CPUs

-- linux-4.18.y --
c0beffc4f4c6 powerpc/powernv: Fix opal_event_shutdown() called with interrupts 
disabled

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

Title:
  Watchdog CPU:19 Hard LOCKUP when kernel crash was triggered

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

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

[Bug 1790602] Re: Ubuntu18.04.1: cpuidle: powernv: Fix promotion from snooze if next state disabled (performance)

2018-09-04 Thread Manoj Iyer
** Changed in: linux (Ubuntu)
 Assignee: Ubuntu on IBM Power Systems Bug Triage (ubuntu-power-triage) => 
Canonical Kernel Team (canonical-kernel-team)

** Changed in: linux (Ubuntu)
   Importance: Undecided => Critical

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

Title:
  Ubuntu18.04.1: cpuidle: powernv: Fix promotion from snooze if next
  state disabled (performance)

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

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

[Bug 1790636] Re: Watchdog CPU:19 Hard LOCKUP when kernel crash was triggered

2018-09-04 Thread Manoj Iyer
** Changed in: linux (Ubuntu)
 Assignee: Ubuntu on IBM Power Systems Bug Triage (ubuntu-power-triage) => 
Canonical Kernel Team (canonical-kernel-team)

** Changed in: linux (Ubuntu)
   Importance: Undecided => Critical

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

Title:
  Watchdog CPU:19 Hard LOCKUP when kernel crash was triggered

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

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

[Bug 1789772] Re: tlbie master timeout checkstop (using NVidia/GPU)

2018-08-30 Thread Manoj Iyer
** Changed in: linux (Ubuntu)
 Assignee: Ubuntu on IBM Power Systems Bug Triage (ubuntu-power-triage) => 
Canonical Kernel Team (canonical-kernel-team)

** Changed in: linux (Ubuntu)
   Importance: Undecided => Critical

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

Title:
  tlbie master timeout checkstop (using NVidia/GPU)

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

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

[Bug 1788098] Re: Avoid migration issues with aligned 2MB THB

2018-08-22 Thread Manoj Iyer
** Changed in: ubuntu-power-systems
 Assignee: Canonical Kernel Team (canonical-kernel-team) => bugproxy 
(bugproxy)

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

Title:
  Avoid migration issues with aligned 2MB THB

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

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

[Bug 1787993] Re: [Bionic] Spectre v4 mitigation (Speculative Store Bypass Disable) support for arm64 using SMC firmware call to set a hardware chicken bit

2018-08-22 Thread Manoj Iyer
Tyler Hicks pointed out that Cortex-A57, Cortex-A72, Cortex-A73, and Cortex-A75 
all just receive
firmware updates that disabled memory disambiguation at boot time to mitigate 
SSB. The following page indicates that the patches are only relevant for 
Cortex-A76. 
https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability

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

Title:
  [Bionic] Spectre v4 mitigation (Speculative Store Bypass Disable)
  support for arm64 using SMC firmware call to set a hardware chicken
  bit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1787993/+subscriptions

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

[Bug 1787993] Re: [Bionic] Spectre v4 mitigation (Speculative Store Bypass Disable) support for arm64 using SMC firmware call to set a hardware chicken bit

2018-08-20 Thread Manoj Iyer
** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

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

Title:
  [Bionic] Spectre v4 mitigation (Speculative Store Bypass Disable)
  support for arm64 using SMC firmware call to set a hardware chicken
  bit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1787993/+subscriptions

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

[Bug 1787993] [NEW] [Bionic] Spectre v4 mitigation (Speculative Store Bypass Disable) support for arm64 using SMC firmware call to set a hardware chicken bit

2018-08-20 Thread Manoj Iyer
Public bug reported:

[Impact]
Track: Spectre v4 mitigation (Speculative Store Bypass Disable) support for 
arm64 using SMC firmware call to set a hardware chicken bit. Patch now in 4.18 
to Bionic.

[Test]

[Fix]
http://lkml.iu.edu/hypermail/linux/kernel/1805.2/05868.html

-- From 4.18 --
eff0e9e1078e arm/arm64: smccc: Add SMCCC-specific return codes
8e2906245f1e arm64: Call ARCH_WORKAROUND_2 on transitions between EL0 and EL1
5cf9ce6e5ea5 arm64: Add per-cpu infrastructure to call ARCH_WORKAROUND_2
a725e3dda181 arm64: Add ARCH_WORKAROUND_2 probing
a43ae4dfe56a arm64: Add 'ssbd' command-line option
c32e1736ca03 arm64: ssbd: Add global mitigation state accessor
986372c4367f arm64: ssbd: Skip apply_ssbd if not using dynamic mitigation
647d0519b53f arm64: ssbd: Restore mitigation status on CPU resume
9dd9614f5476 arm64: ssbd: Introduce thread flag to control userspace mitigation
85478bab4091 arm64: KVM: Add HYP per-cpu accessors
55e3748e8902 arm64: KVM: Add ARCH_WORKAROUND_2 support for guests the first line
b4f18c063a13 arm64: KVM: Handle guest's ARCH_WORKAROUND_2 requests
5d81f7dc9bca arm64: KVM: Add ARCH_WORKAROUND_2 discovery through 
ARCH_FEATURES_FUNC_ID

[Regression Potential]

** Affects: linux (Ubuntu)
 Importance: High
 Status: Incomplete


** Tags: bionic cavium

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

Title:
  [Bionic] Spectre v4 mitigation (Speculative Store Bypass Disable)
  support for arm64 using SMC firmware call to set a hardware chicken
  bit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1787993/+subscriptions

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

[Bug 1733870] Re: [Ubuntu 18.10] Add GDB support to access/display POWER8 registers

2018-08-20 Thread Manoj Iyer
IBM, 18.10 feature freeze is on the 23rd of Aug, any news on the
upstream status of this patch?

** Changed in: gdb (Ubuntu)
Milestone: None => ubuntu-18.10

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

Title:
  [Ubuntu 18.10] Add GDB support to access/display POWER8 registers

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

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

[Bug 1784347] Re: ISST-LTE: KVM:UBUNTU1804: BostonLC: fdisk -l shows the conflicting partitions name for the mpath

2018-08-20 Thread Manoj Iyer
** Changed in: util-linux (Ubuntu)
   Importance: Undecided => High

** Tags removed: triage-g
** Tags added: triage-a

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

Title:
  ISST-LTE: KVM:UBUNTU1804: BostonLC: fdisk -l shows the conflicting
  partitions name for the mpath

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

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

[Bug 1764628] Re: incorrect hypervisor and virtualization type reported in compat mode guest

2018-08-20 Thread Manoj Iyer
IBM, Xenial-updates is currently on version (https://packages.ubuntu.com
/xenial-updates/util-linux) util-linux (2.27.1-6ubuntu3.6) could you
please retest and confirm that this is now fixed ?

** Changed in: ubuntu-power-systems
   Status: Triaged => Incomplete

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

Title:
  incorrect hypervisor and virtualization type reported in compat mode
  guest

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

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

[Bug 1742941] Re: [18.10] zlib: improve crc32 performance on P8

2018-08-20 Thread Manoj Iyer
IBM, 18.10 feature freeze is on the 23rd of Aug, any news on the
upstream status of this patch?

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

Title:
  [18.10] zlib: improve  crc32 performance on P8

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

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

[Bug 1759509] Re: [18.10][qemu] virsh dompmwakeup fails to wake VM from dompmsuspend state (kvm)

2018-08-20 Thread Manoj Iyer
IBM, 18.10 feature freeze is on the 23rd of Aug, any news on the
upstream status of this patch?

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

Title:
  [18.10][qemu] virsh dompmwakeup fails to wake VM from dompmsuspend
  state (kvm)

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

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

[Bug 1692458] Re: [18.10 FEAT] libvirt: Add support for PCI multifunction adapter hot plug/unplug in libvirt

2018-08-20 Thread Manoj Iyer
IBM, 18.10 feature freeze is on the 23rd of Aug, any news on the
upstream status of this patch?

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

Title:
  [18.10 FEAT] libvirt: Add support for PCI multifunction adapter hot
  plug/unplug in libvirt

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

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

[Bug 1650493] Re: numastat fails with double free or corruption

2018-08-20 Thread Manoj Iyer
IBM, 18.10 feature freeze is on the 23rd of Aug, could you please post
the test results on the PPA package to this bug report?

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

Title:
  numastat  fails with double free or corruption

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

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

[Bug 1787469] Re: [Bionic] integrate upstream fix for Cavium zram driver

2018-08-17 Thread Manoj Iyer
** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

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

Title:
  [Bionic] integrate upstream fix for Cavium zram driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1787469/+subscriptions

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

[Bug 1787469] Re: [Bionic] integrate upstream fix for thunderx_zip hang

2018-08-17 Thread Manoj Iyer
** Changed in: linux (Ubuntu)
   Importance: Undecided => High

** Summary changed:

- [Bionic] integrate upstream fix for thunderx_zip hang
+ [Bionic] integrate upstream fix for Cavium zram driver

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

Title:
  [Bionic] integrate upstream fix for Cavium zram driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1787469/+subscriptions

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

[Bug 1787469] Re: [Bionic] integrate upstream fix for thunderx_zip hang

2018-08-17 Thread Manoj Iyer
** Description changed:

  [Impact]
  Revert Sauce patches and integrate upstream fix for thunderx_zip hang.
  
  [Test]
  ubuntu@anuchin:~$ uname -a
  Linux anuchin 4.15.0-33-generic #36~lp1787469+build.1 SMP Thu Aug 16 19:43:58 
UTC 2018 aarch64 aarch64 aarch64 GNU/Linux
  ubuntu@anuchin:~$ sudo bash
  root@anuchin:~# modprobe zram
  root@anuchin:~# echo 1 > /sys/block/zram0/reset
  root@anuchin:~# echo deflate > /sys/block/zram0/comp_algorithm
  root@anuchin:~# echo 128M > /sys/block/zram0/disksize
  root@anuchin:~# mkfs.ext4 -F /dev/zram0
  mke2fs 1.44.1 (24-Mar-2018)
  Discarding device blocks: done
  Creating filesystem with 32768 4k blocks and 32768 inodes
  
  Allocating group tables: done
  Writing inode tables: done
  Creating journal (4096 blocks): done
  Writing superblocks and filesystem accounting information: done
  root@anuchin:~#
  
  [Fix]
  e7a9b05ca4c7 crypto: cavium - Fix smp_processor_id() warnings
  1cc7e01ff977 crypto: cavium - Fix statistics pending request value
  a40c88045506 crypto: cavium - Prevent division by zero
  c782a8c43e94 crypto: cavium - Limit result reading attempts
  37ff02acaa3d crypto: cavium - Fix fallout from CONFIG_VMAP_STACK
  
  [Regression Potential]
- These patches are limited to Cavium zip_crypto driver, and does not touch any 
other platform code. Also, these changes are limited to the ThunderX systems. 
Regression potential low.
+ These patches are limited to Cavium zip_crypto zram driver, and does not 
touch any other platform code. Also, these changes are limited to the ThunderX 
systems. Regression potential low.

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

Title:
  [Bionic] integrate upstream fix for thunderx_zip hang

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1787469/+subscriptions

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

[Bug 1787469] Re: [Bionic] integrate upstream fix for thunderx_zip hang

2018-08-17 Thread Manoj Iyer
** Description changed:

  [Impact]
  Revert Sauce patches and integrate upstream fix for thunderx_zip hang.
  
  [Test]
+ ubuntu@anuchin:~$ uname -a 
+ Linux anuchin 4.15.0-33-generic #36~lp1787469+build.1 SMP Thu Aug 16 19:43:58 
UTC 2018 aarch64 aarch64 aarch64 GNU/Linux
+ ubuntu@anuchin:~$ sudo bash
+ root@anuchin:~# modprobe zram
+ root@anuchin:~# echo 1 > /sys/block/zram0/reset
+ root@anuchin:~# echo deflate > /sys/block/zram0/comp_algorithm
+ root@anuchin:~# echo 128M > /sys/block/zram0/disksize
+ root@anuchin:~# mkfs.ext4 -F /dev/zram0
+ mke2fs 1.44.1 (24-Mar-2018)
+ Discarding device blocks: done
+ Creating filesystem with 32768 4k blocks and 32768 inodes
+ 
+ Allocating group tables: done
+ Writing inode tables: done
+ Creating journal (4096 blocks): done
+ Writing superblocks and filesystem accounting information: done
+ root@anuchin:~# 
  
  [Fix]
  e7a9b05ca4c7 crypto: cavium - Fix smp_processor_id() warnings
  1cc7e01ff977 crypto: cavium - Fix statistics pending request value
  a40c88045506 crypto: cavium - Prevent division by zero
  c782a8c43e94 crypto: cavium - Limit result reading attempts
  37ff02acaa3d crypto: cavium - Fix fallout from CONFIG_VMAP_STACK
  
  [Regression Potential]

** Description changed:

  [Impact]
  Revert Sauce patches and integrate upstream fix for thunderx_zip hang.
  
  [Test]
- ubuntu@anuchin:~$ uname -a 
+ ubuntu@anuchin:~$ uname -a
  Linux anuchin 4.15.0-33-generic #36~lp1787469+build.1 SMP Thu Aug 16 19:43:58 
UTC 2018 aarch64 aarch64 aarch64 GNU/Linux
  ubuntu@anuchin:~$ sudo bash
  root@anuchin:~# modprobe zram
  root@anuchin:~# echo 1 > /sys/block/zram0/reset
  root@anuchin:~# echo deflate > /sys/block/zram0/comp_algorithm
  root@anuchin:~# echo 128M > /sys/block/zram0/disksize
  root@anuchin:~# mkfs.ext4 -F /dev/zram0
  mke2fs 1.44.1 (24-Mar-2018)
- Discarding device blocks: done
+ Discarding device blocks: done
  Creating filesystem with 32768 4k blocks and 32768 inodes
  
- Allocating group tables: done
- Writing inode tables: done
+ Allocating group tables: done
+ Writing inode tables: done
  Creating journal (4096 blocks): done
  Writing superblocks and filesystem accounting information: done
- root@anuchin:~# 
+ root@anuchin:~#
  
  [Fix]
  e7a9b05ca4c7 crypto: cavium - Fix smp_processor_id() warnings
  1cc7e01ff977 crypto: cavium - Fix statistics pending request value
  a40c88045506 crypto: cavium - Prevent division by zero
  c782a8c43e94 crypto: cavium - Limit result reading attempts
  37ff02acaa3d crypto: cavium - Fix fallout from CONFIG_VMAP_STACK
  
  [Regression Potential]
+ These patches are limited to Cavium zip_crypto driver, and does not touch any 
other platform code. Also, these changes are limited to the ThunderX systems. 
Regression potential low.

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

Title:
  [Bionic] integrate upstream fix for thunderx_zip hang

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1787469/+subscriptions

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

[Bug 1787469] [NEW] [Bionic] integrate upstream fix for thunderx_zip hang

2018-08-16 Thread Manoj Iyer
Public bug reported:

[Impact]
Revert Sauce patches and integrate upstream fix for thunderx_zip hang.

[Test]

[Fix]
e7a9b05ca4c7 crypto: cavium - Fix smp_processor_id() warnings
1cc7e01ff977 crypto: cavium - Fix statistics pending request value
a40c88045506 crypto: cavium - Prevent division by zero
c782a8c43e94 crypto: cavium - Limit result reading attempts
37ff02acaa3d crypto: cavium - Fix fallout from CONFIG_VMAP_STACK

[Regression Potential]

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: cavium

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

Title:
  [Bionic] integrate upstream fix for thunderx_zip hang

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1787469/+subscriptions

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

[Bug 1786981] Re: [Bionic] i2c: xlp9xx: Add SMBAlert support

2018-08-15 Thread Manoj Iyer
** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

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

Title:
  [Bionic] i2c: xlp9xx: Add SMBAlert support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1786981/+subscriptions

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

[Bug 1787240] [NEW] [Bionic] i2c: xlp9xx: Fix case where SSIF read transaction completes early

2018-08-15 Thread Manoj Iyer
Public bug reported:

[Impact]
i2c: xlp9xx: Fix case where SSIF read transaction completes early
During ipmi stress tests we see occasional failure of transactions
at the boot time. This happens in the case of a I2C_M_RECV_LEN
transactions, when the read transfer completes (with the initial
read length of 34) before the driver gets a chance to handle interrupts.

[Test]
Use ipmitool to generate a lot of data read, run multiple instances of the 
following test:
for i in {1..200}; do sudo ipmitool sel list  ; sudo ipmitool sensor list ; 
sudo ipmitool sdr list ; sudo ipmitool sel list ; done

[Fix]
Following upstream patch fixes this issue:
commit 5eb173f5c8f3a3cdc47b3952c368f10a28c81ab8
Author: George Cherian 
Date: Wed Aug 8 23:36:48 2018 -0700

i2c: xlp9xx: Fix case where SSIF read transaction completes early

[Regression Risk]
The fix is to the i2c-xlp9xx driver, and does not impact any platform code. 
Risk of regression is low.

** Affects: linux (Ubuntu)
 Importance: High
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: Incomplete


** Tags: bionic cavium

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

Title:
  [Bionic] i2c: xlp9xx: Fix case where SSIF read transaction completes
  early

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1787240/+subscriptions

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

[Bug 1765364] Re: Backport spectre/meltdown fixes on qemu for ppc64 into 16.04 and possibly 14.04 LTS releases

2018-08-15 Thread Manoj Iyer
** Changed in: ubuntu-power-systems
 Assignee: (unassigned) => Canonical Security Team (canonical-security)

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

Title:
  Backport spectre/meltdown fixes on qemu for ppc64 into 16.04 and
  possibly 14.04 LTS releases

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

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

[Bug 1786981] [NEW] [Bionic] i2c: xlp9xx: Add SMBAlert support

2018-08-14 Thread Manoj Iyer
Public bug reported:

[IMPACT]
Add support for SMBAlert to the ThunderX2 i2c driver

[TEST]
$ dmesg | grep -i smbalert
[ 36.993477] i2c i2c-0: supports SMBALERT#

[FIX]
40f4e372cba8 i2c: xlp9xx: Add support for SMBAlert

[REGRESSION POTENTIAL]
The patch enables SMBus Alert mechanism to i2c-xlp9xx driver. The patch is 
limited to the i2c driver and does not impact any platform code. Risk of 
regression is low.

** Affects: linux (Ubuntu)
 Importance: High
 Status: Incomplete


** Tags: bionic cavium

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

Title:
  [Bionic] i2c: xlp9xx: Add SMBAlert support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1786981/+subscriptions

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

[Bug 1785770] Re: [Ubuntu 18.04]Unable to create NetworkPortal in configFS using Targetcli tool

2018-08-14 Thread Manoj Iyer
** Changed in: ubuntu-power-systems
   Status: New => Triaged

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

Title:
  [Ubuntu 18.04]Unable to create NetworkPortal in configFS using
  Targetcli tool

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

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

[Bug 1760099] Re: Additional spectre and meltdown patches

2018-08-14 Thread Manoj Iyer
** Changed in: ubuntu-power-systems
   Status: Triaged => Fix Committed

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

Title:
  Additional spectre and meltdown patches

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

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

[Bug 1719545] Re: [P9][LTCTest][Opal][FW910] cpupower monitor shows multiple stop Idle_Stats

2018-08-14 Thread Manoj Iyer
** Tags removed: triage-g
** Tags added: triage-a

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

Title:
  [P9][LTCTest][Opal][FW910] cpupower monitor shows multiple stop
  Idle_Stats

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

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

[Bug 1767194] Re: [SRU][Bionic][Thunderx2] kernel panic when connecting a PLX bridge

2018-08-14 Thread Manoj Iyer
** Changed in: linux (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  [SRU][Bionic][Thunderx2] kernel panic when connecting a PLX bridge

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1767194/+subscriptions

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

[Bug 1781476] Re: [Bionic] bug fixes to improve stability of the ThunderX2 i2c driver

2018-08-13 Thread Manoj Iyer
-- Kernel version --
ubuntu@apollo:~$ apt policy linux-image-4.15.0-31
linux-image-4.15.0-31-generic:
  Installed: 4.15.0-31.33
  Candidate: 4.15.0-31.33
  Version table:
 *** 4.15.0-31.33 500
500 http://ports.ubuntu.com/ubuntu-ports bionic-proposed/main arm64 
Packages
100 /var/lib/dpkg/status
linux-image-4.15.0-31-snapdragon:
  Installed: (none)
  Candidate: 4.15.0-31.33
  Version table:
 4.15.0-31.33 500
500 http://ports.ubuntu.com/ubuntu-ports bionic-proposed/main arm64 
Packages
ubuntu@apollo:~$ 

-- Testcase --
for i in {1..100}; do sudo ipmitool sensor list; done
for i in {1..100}; do sudo ipmitool mc info; done

-- Results --
No issues found, the commands printed information and there were no stack 
corruptions. 

** Tags removed: verification-needed-bionic
** Tags added: verification-done-bionic

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

Title:
  [Bionic] bug fixes to improve stability of the ThunderX2 i2c driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1781476/+subscriptions

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

[Bug 1784659] Re: P9 PMU Events Update #5

2018-08-13 Thread Manoj Iyer
** Changed in: linux (Ubuntu)
 Assignee: Ubuntu on IBM Power Systems Bug Triage (ubuntu-power-triage) => 
Canonical Kernel Team (canonical-kernel-team)

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

Title:
  P9 PMU Events Update #5

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

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

[Bug 1784347] Re: ISST-LTE: KVM:UBUNTU1804: BostonLC: fdisk -l shows the conflicting partitions name for the mpath

2018-08-13 Thread Manoj Iyer
** Changed in: util-linux (Ubuntu)
 Assignee: Ubuntu on IBM Power Systems Bug Triage (ubuntu-power-triage) => 
Canonical Foundations Team (canonical-foundations)

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

Title:
  ISST-LTE: KVM:UBUNTU1804: BostonLC: fdisk -l shows the conflicting
  partitions name for the mpath

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

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

[Bug 1783252] Re: gcc on ppc64le has bogus r30 register handling, as exposed by greenlet 0.4.14 will not build on ppc64le

2018-08-13 Thread Manoj Iyer
** Tags added: triage-g

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

Title:
  gcc on ppc64le has bogus r30 register handling, as exposed by greenlet
  0.4.14 will not build on ppc64le

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

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

[Bug 1785675] Re: Security fix: check if IOMMU page is contained in the pinned physical page

2018-08-13 Thread Manoj Iyer
** Changed in: linux (Ubuntu)
 Assignee: Ubuntu on IBM Power Systems Bug Triage (ubuntu-power-triage) => 
Canonical Kernel Team (canonical-kernel-team)

** Changed in: linux (Ubuntu Bionic)
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

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

Title:
  Security fix: check if IOMMU page is contained in the pinned physical
  page

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

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

[Bug 1785770] Re: [Ubuntu 18.04]Unable to create NetworkPortal in configFS using Targetcli tool

2018-08-13 Thread Manoj Iyer
Looks like description subcomment == Comment: #21 seems to indicate the
qla2xxx might have something to do with this bug as well?

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

Title:
  [Ubuntu 18.04]Unable to create NetworkPortal in configFS using
  Targetcli tool

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

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

[Bug 1785770] Re: [Ubuntu 18.04]Unable to create NetworkPortal in configFS using Targetcli tool

2018-08-13 Thread Manoj Iyer
** Changed in: targetcli-fb (Ubuntu)
 Assignee: Ubuntu on IBM Power Systems Bug Triage (ubuntu-power-triage) => 
Canonical Foundations Team (canonical-foundations)

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

Title:
  [Ubuntu 18.04]Unable to create NetworkPortal in configFS using
  Targetcli tool

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

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

[Bug 1785894] Re: manipulating BMC users with ipmitool fails on Power 9 machine

2018-08-13 Thread Manoj Iyer
** Changed in: ubuntu-power-systems
   Status: New => Incomplete

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

Title:
  manipulating BMC users with ipmitool fails on Power 9 machine

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

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

<    1   2   3   4   5   6   7   8   9   10   >