[Kernel-packages] [Bug 1864000] Re: Require upstream fix to runc to eliminate docker.d message flood

2020-02-20 Thread bugproxy
** Tags removed: targetmilestone-inin--- ** Tags added: targetmilestone-inin1804 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1864000 Title: Require upstream fix to runc to eliminate

[Kernel-packages] [Bug 1864000] [NEW] Require upstream fix to runc to eliminate docker.d message flood

2020-02-19 Thread bugproxy
Public bug reported: Problem Description: Require upstream fix to runc to eliminate docker.d warning message flood ---uname output--- Linux zCX 4.15.0-72-generic #81-Ubuntu SMP Tue Nov 26 12:19:08 UTC 2019 s390x s390x s390x GNU/Linux Machine Type = s390x ---Debugger--- A debugger is not

[Kernel-packages] [Bug 1862121] Comment bridged from LTC Bugzilla

2020-02-19 Thread bugproxy
--- Comment From frederic.bar...@fr.ibm.com 2020-02-19 02:53 EDT--- Some additional comments about the impact of the patches. They only impact powerpc and more specifically the powernv platform. Opencapi devices are only supported on the powernv platform, and require a Power9 processor.

[Kernel-packages] [Bug 1863768] [NEW] [UBUNTU 20.04] zpcictl --reset - contribution for kernel and s390-tools

2020-02-18 Thread bugproxy
Public bug reported: This Bug tracks the necessary backports of Kernel and zpcictl fixes/changes to enable proper reset/recovery of PCI Functions in the error state. Upstream this includes the following commits: kernel 5.6: 17cdec960cf776b20b1fb08c61babe591d51 s390/pci: Recover handle in

[Kernel-packages] [Bug 1860535] Comment bridged from LTC Bugzilla

2020-02-17 Thread bugproxy
--- Comment From heinz-werner_se...@de.ibm.com 2020-02-17 10:14 EDT--- IBM Bugzilla status -> closed, Fix Released by requested distro -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1860523] Comment bridged from LTC Bugzilla

2020-02-17 Thread bugproxy
--- Comment From heinz-werner_se...@de.ibm.com 2020-02-17 10:13 EDT--- IBM bugzilla status -> closed, Fix Released by all requested distros -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1862749] Comment bridged from LTC Bugzilla

2020-02-17 Thread bugproxy
--- Comment From heinz-werner_se...@de.ibm.com 2020-02-17 09:29 EDT--- Target for getting the backport: Fix will be provided for kernel 5.6. Target for providing the patch will be 2020-02-29... -- You received this bug notification because you are a member of Kernel Packages, which is

[Kernel-packages] [Bug 1855679] Comment bridged from LTC Bugzilla

2020-02-16 Thread bugproxy
--- Comment From mranw...@us.ibm.com 2020-02-17 01:53 EDT--- On the original (old) kernel on a tuleta (p8) I was able to create a hard lockup. I haven't been able to recreate that on the -76 kernel on a tuleta. I did, however, recreate a stall on the tuleta. I did not see either on

[Kernel-packages] [Bug 1855668] Comment bridged from LTC Bugzilla

2020-02-16 Thread bugproxy
--- Comment From daniel.axte...@ibm.com 2020-02-17 00:27 EDT--- Hi, I'm sorry, I thought I had already mentioned this but it was a case of me getting projects and teams mixed up. Please could you pick up (in addition to the issue still pending) commit 69393cb03ccd ("powerpc/xmon:

[Kernel-packages] [Bug 1855668] Comment bridged from LTC Bugzilla

2020-02-16 Thread bugproxy
--- Comment From daniel.axte...@ibm.com 2020-02-16 22:34 EDT--- Hi, I'm going to ask you to hold this open for a little bit - we're investigating internally another ppcism that may need additional lockdown support. In the mean time I will test the kernel in -proposed. Kind regards,

[Kernel-packages] [Bug 1862749] Re: [UBUNTU 20.04] Thin Provisioning support (disablement or final solution)

2020-02-13 Thread bugproxy
** Tags removed: severity-high ** Tags added: severity-critical -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1862749 Title: [UBUNTU 20.04] Thin Provisioning support (disablement or

[Kernel-packages] [Bug 1862121] Comment bridged from LTC Bugzilla

2020-02-11 Thread bugproxy
--- Comment From frederic.bar...@fr.ibm.com 2020-02-11 05:12 EDT--- (In reply to comment #7) > All the 11 commits can be found in linux-next and are tagged with: > next-20200130 > next-20200205 > next-20200207 > So highly likely to be pulled into 5.6. The commits are now in 5.6-rc1 Any

[Kernel-packages] [Bug 1862749] [NEW] [UBUNTU 20.04] Thin Provisioning support (disablement or final solution)

2020-02-11 Thread bugproxy
Public bug reported: This pro-active fix is requested to provide the code for disablement of Thin Provisioning within Ubuntu 20.04, like within Ubuntu 19.10 or providing the final solution from upstream. ** Affects: linux (Ubuntu) Importance: Undecided Assignee: Skipper Bug Screeners

[Kernel-packages] [Bug 1855668] Comment bridged from LTC Bugzilla

2020-02-09 Thread bugproxy
--- Comment From mranw...@us.ibm.com 2020-02-10 01:28 EDT--- I tried this out with the latest kernel in proposed. It looks like the -14 kernel picked up commit a356646a56857c2e5ad875beec734d7145ecd49a and that got rid of the warns. I tired access to /dev/mem and got correct results.

[Kernel-packages] [Bug 1862342] [NEW] [Ubuntu 20.04] GCC generates wrong code for exception handling

2020-02-07 Thread bugproxy
Public bug reported: ---Problem description--- Wrong code might get generated if a local variable is set in the try block and read in the catch block. ---Steps to Reproduce--- Please pick up the patch from the following upstream GCC BZ: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93272 This

[Kernel-packages] [Bug 1862187] [NEW] [UBUNTU 20.04] zkey: Fix display of XTS attribute for validate command

2020-02-06 Thread bugproxy
Public bug reported: Description: zkey: Fix display of XTS attribute for validate command Symptom: The 'zkey validate' command shows an invalid value for the XTS attribute. Problem: Due to a use after free of the secure key, the XTS attribute is not

[Kernel-packages] [Bug 1862121] [NEW] Allow to reset an opencapi adapter

2020-02-05 Thread bugproxy
Public bug reported: == Comment: #0 - Frederic Barrat - 2020-01-27 10:56:49 == ---Problem Description--- We've added code in firmware to allow to reset an opencapi adapter on a powerpc system, and retrain the opencapi link. On linux, resetting the opencapi link is re-using the existing PCI

[Kernel-packages] [Bug 1861994] [NEW] [UBUNTU 20.04] zipl: correct secure boot config handling

2020-02-05 Thread bugproxy
Public bug reported: Please integrate this git-commit on top of s390-tools 2.12.0, to finalize the secure boot config handling https://github.com/ibm-s390-tools/s390-tools/commit/6f9337d1016e00f360cf4a81d39a42df5184b3a2 ** Affects: linux (Ubuntu) Importance: Undecided Assignee:

[Kernel-packages] [Bug 1861984] [NEW] [Comm] IBM JDK 8.0.6.5 integration into Ubuntu

2020-02-05 Thread bugproxy
Public bug reported: ~/sandbox/binary$ ftp archive.admin.canonical.com Connected to archive.admin.canonical.com. 220 youngberry.canonical.com FTP server (Poppy Upload Server) ready. Name (archive.admin.canonical.com:foreman): anonymous 331 Password required Password: 230 Login Successful. Remote

[Kernel-packages] [Bug 1860523] Comment bridged from LTC Bugzilla

2020-02-04 Thread bugproxy
--- Comment From heinz-werner_se...@de.ibm.com 2020-02-04 09:09 EDT--- updating IBM response for verification. -> Verified upfront by IBM -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1860523] Comment bridged from LTC Bugzilla

2020-02-04 Thread bugproxy
--- Comment From heinz-werner_se...@de.ibm.com 2020-02-04 08:42 EDT--- Verified upstream by IBM. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1860523 Title: Fix misleading

[Kernel-packages] [Bug 1861265] sosreport

2020-01-29 Thread bugproxy
Default Comment by Bridge ** Attachment added: "sosreport" https://bugs.launchpad.net/bugs/1861265/+attachment/5323735/+files/sosreport-ltc-wcwsp3-2020-01-28-zfzcaew.tar.xz ** Changed in: ubuntu Assignee: (unassigned) => Ubuntu on IBM Power Systems Bug Triage (ubuntu-power-triage) **

[Kernel-packages] [Bug 1854071] Re: Backport In-Memory Collection Counters (IMC) trace-mode patches

2020-01-27 Thread bugproxy
** Tags removed: targetmilestone-inin18044 ** Tags added: targetmilestone-inin1910 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1854071 Title: Backport In-Memory Collection Counters

[Kernel-packages] [Bug 1854071] Comment bridged from LTC Bugzilla

2020-01-27 Thread bugproxy
--- Comment From mbri...@us.ibm.com 2020-01-27 11:31 EDT--- (In reply to comment #18) > Since Ubuntu 19.04 / Disco reached it's end-of-life on January the 23rd: > https://lists.ubuntu.com/archives/ubuntu-announce/2020-January/000253.html > the entry that marks this ticket as affecting

[Kernel-packages] [Bug 1860535] s390/dasd: disable ese support due to possible data corruption

2020-01-27 Thread bugproxy
--- Comment on attachment From heinz-werner_se...@de.ibm.com 2020-01-27 07:55 EDT--- Attachment relaunched external ** Attachment added: "s390/dasd: disable ese support due to possible data corruption"

[Kernel-packages] [Bug 1860972] Comment bridged from LTC Bugzilla

2020-01-27 Thread bugproxy
*** This bug is a duplicate of bug 1814892 *** https://bugs.launchpad.net/bugs/1814892 --- Comment From heinz-werner_se...@de.ibm.com 2020-01-27 07:44 EDT--- IBM Bugzilla status -> closed, Already fix released ... -- You received this bug notification because you are a member of

[Kernel-packages] [Bug 1860972] [NEW] [Ubuntu - 18.04] OSA-7 25 GBit Support in Ubuntu 18.04

2020-01-27 Thread bugproxy
Public bug reported: Following git-commt is requested to be integrated within Ubuntu 18.04. commit 54e049c227d9968ff6a7d80aae5fec27b54d39da Author: Julian Wiedmann j...@linux.ibm.com Date: Fri Nov 2 19:04:13 2018 +0100 s390/qeth: report 25Gbit link speed This adds the various identifiers for

[Kernel-packages] [Bug 1854071] Comment bridged from LTC Bugzilla

2020-01-24 Thread bugproxy
--- Comment From muri...@br.ibm.com 2020-01-24 08:36 EDT--- (In reply to comment #16) > IBM, > > Please test the Disco kernel available in > https://launchpad.net/~ubuntu-power-triage/+archive/ubuntu/lp1854071/ > > Also, please share following details > > 1. What impact does it have

[Kernel-packages] [Bug 1860535] Comment bridged from LTC Bugzilla

2020-01-23 Thread bugproxy
--- Comment From heinz-werner_se...@de.ibm.com 2020-01-23 02:45 EDT--- Comment: Is the revert in LP 1846219 already sufficient to complete this ticket for Eoan? (I assume yes) Or do all the patches from LP 1830731 need to be reverted? Answer: No, this is not sufficient. The revert in LP

[Kernel-packages] [Bug 1860574] [NEW] [UBUNTU 20.04] zkey: Fix display of clear key size for XTS keys

2020-01-22 Thread bugproxy
Public bug reported: Description: zkey: Fix display of clear key size for XTS keys Symptom: The 'zkey list' command shows bogus values for the keys 'Clear key size' for XTS keys of type CCA-AESDATA or CCA-AESCIPHER. Problem: XTS keys consist of 2 keys

[Kernel-packages] [Bug 1860535] Comment bridged from LTC Bugzilla

2020-01-22 Thread bugproxy
--- Comment From heinz-werner_se...@de.ibm.com 2020-01-22 08:25 EDT--- IBM has discovered a problem with a new feature within Ubuntu 19.10 with following feature request which might result in data loss., https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1830731 For 19.10 we will not

[Kernel-packages] [Bug 1860531] Comment bridged from LTC Bugzilla

2020-01-22 Thread bugproxy
--- Comment From heinz-werner_se...@de.ibm.com 2020-01-22 05:29 EDT--- addl. description: "Operating system messages" output Test on a z15 LPAR: Checking the combinations of the /etc/zipl.conf "secure" keyword and the HMC "Enable Secure Boot for Linux" option on the HMC SCSI load panel.

[Kernel-packages] [Bug 1860535] [NEW] [UBUNTU] - Disable Thin Provisioning to prevent data loss

2020-01-22 Thread bugproxy
Public bug reported: Discription will provided soon.. ** Affects: linux (Ubuntu) Importance: Undecided Assignee: Skipper Bug Screeners (skipper-screen-team) Status: New ** Tags: architecture-s39064 bugnameltc-183399 severity-high targetmilestone-inin1910 ** Tags added:

[Kernel-packages] [Bug 1860531] "Operating system messages" output

2020-01-22 Thread bugproxy
Default Comment by Bridge ** Attachment added: ""Operating system messages" output" https://bugs.launchpad.net/bugs/1860531/+attachment/5322129/+files/t35lp36-console.log ** Changed in: ubuntu Assignee: (unassigned) => Skipper Bug Screeners (skipper-screen-team) ** Package changed:

[Kernel-packages] [Bug 1860523] [NEW] [UBUNTU-18.04] Fix for "Configuring the VNIC characteristics failed"

2020-01-22 Thread bugproxy
Public bug reported: The patch titled s390/qeth: fix false reporting of VNIC CHAR config failure has been added to the 4.19-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

[Kernel-packages] [Bug 1828596] Re: kdump fails when crash is triggered after DLPAR cpu add operation

2020-01-20 Thread bugproxy
** Tags removed: targetmilestone-inin--- ** Tags added: targetmilestone-inin18043 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to makedumpfile in Ubuntu. https://bugs.launchpad.net/bugs/1828596 Title: kdump fails when crash is

[Kernel-packages] [Bug 1837525] Comment bridged from LTC Bugzilla

2020-01-20 Thread bugproxy
--- Comment From heinz-werner_se...@de.ibm.com 2020-01-20 05:29 EDT--- IBM Bugzilla closed -> Fix Released for focal... -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1837525

[Kernel-packages] [Bug 1741860] Re: Use the kernel default for crashkernel offset

2020-01-16 Thread bugproxy
--- Comment From hbath...@in.ibm.com 2020-01-16 13:15 EDT--- With kdump-tools version 1:1.6.3-2~16.04.2 on Xenial, crashkernel parameter offset is dropped (in /etc/default/grub.d/kdump-tools.cfg file) making sure the default offset enforced by the kernel is used. ** Tags removed:

[Kernel-packages] [Bug 1655280] Re: ISST-LTE:pVM:roselp4:ubuntu 16.04: cp: error reading '/proc/vmcore': Bad address when trying to dump vmcore

2020-01-16 Thread bugproxy
--- Comment From hbath...@in.ibm.com 2020-01-16 11:01 EDT--- Issue resolved on xenial with kdump-tools version 1:1.6.3-2~16.04.2 ** Tags removed: verification-needed verification-needed-xenial ** Tags added: verification-done verification-done-xenial -- You received this bug

[Kernel-packages] [Bug 1828596] Comment bridged from LTC Bugzilla

2020-01-16 Thread bugproxy
--- Comment From hbath...@in.ibm.com 2020-01-16 11:02 EDT--- (In reply to comment #78) > Hello Hari, > > Glad to see you around on bugs again. :) Thanks, Mauricio :) > Could you please confirm whether the fix for this bug also addresses LP bug > 1655280? > (i.e., the verification for

[Kernel-packages] [Bug 1828596] Re: kdump fails when crash is triggered after DLPAR cpu add operation

2020-01-15 Thread bugproxy
--- Comment From hbath...@in.ibm.com 2020-01-15 15:44 EDT--- With EOL for disco this month, marking as verification done as this is verified successfully on bionic, eoan & xenial. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification

[Kernel-packages] [Bug 1828596] Re: kdump fails when crash is triggered after DLPAR cpu add operation

2020-01-15 Thread bugproxy
--- Comment From hbath...@in.ibm.com 2020-01-15 15:34 EDT--- Verified successfully on eoan with kdump-tools version 1:1.6.6-2ubuntu2 --- Comment From hbath...@in.ibm.com 2020-01-15 15:36 EDT--- Verified successfully on xenial with kdump-tools version 1:1.6.3-2~16.04.2 ---

[Kernel-packages] [Bug 1828596] Re: kdump fails when crash is triggered after DLPAR cpu add operation

2020-01-14 Thread bugproxy
** Tags removed: verification-needed-bionic ** Tags added: verification-done-bionic -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to makedumpfile in Ubuntu. https://bugs.launchpad.net/bugs/1828596 Title: kdump fails when crash is

[Kernel-packages] [Bug 1804149] Comment bridged from LTC Bugzilla

2020-01-13 Thread bugproxy
--- Comment From finne...@us.ibm.com 2020-01-13 16:40 EDT--- This defect can be closed. The systems are now running 4.15.0-65-generic and there have been no new reportings of 'Oops: 0004 ilc:3 [#1] SMP' Workqueue: iscsi_q_1 iscsi_xmitworker [libiscsi]. Last Oops panic were reported

[Kernel-packages] [Bug 1854059] Comment bridged from LTC Bugzilla

2020-01-13 Thread bugproxy
--- Comment From heinz-werner_se...@de.ibm.com 2020-01-13 03:43 EDT--- IBM Bugzilla status -> closed Fix Released with all requested distros -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1855668] Comment bridged from LTC Bugzilla

2020-01-08 Thread bugproxy
--- Comment From daniel.axte...@ibm.com 2020-01-09 00:14 EDT--- Hi, Apologies for the delay. I installed the most recent kernel, modules and extra modules I could find from that PPA on a p8 kvm guest. dja@dja-guest:~$ uname -a Linux dja-guest 5.4.0-9-generic #12-Ubuntu SMP Mon Dec 16

[Kernel-packages] [Bug 1855668] dmesg

2020-01-08 Thread bugproxy
--- Comment (attachment only) From daniel.axte...@ibm.com 2020-01-09 00:15 EDT--- ** Attachment added: "dmesg" https://bugs.launchpad.net/bugs/1855668/+attachment/5318754/+files/dmesg -- You received this bug notification because you are a member of Kernel Packages, which is

[Kernel-packages] [Bug 1848492] Comment bridged from LTC Bugzilla

2020-01-07 Thread bugproxy
--- Comment From heinz-werner_se...@de.ibm.com 2020-01-07 08:58 EDT--- IBM bugzilla status-> closed, fix Released with requested distros -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1852257] Comment bridged from LTC Bugzilla

2020-01-07 Thread bugproxy
--- Comment From heinz-werner_se...@de.ibm.com 2020-01-07 02:54 EDT--- IBM Bugzilla Status-> closed, Fix Released with Bionic -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1852257

[Kernel-packages] [Bug 1856682] [NEW] GCC Miscompilation in vectorized code

2019-12-17 Thread bugproxy
Public bug reported: Miscompilation in autovectorized code. ---Steps to Reproduce--- See GCC BZ: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92950 The following testcase abort when being compiled with -O3 -march=z13 on IBM Z: struct a { int b; char c; }; struct a d = {1, 16}; struct a

[Kernel-packages] [Bug 1848193] Comment bridged from LTC Bugzilla

2019-12-16 Thread bugproxy
--- Comment From mranw...@us.ibm.com 2019-12-16 05:06 EDT--- I tested the PPA kernel and it works. I did try a before kernel to verify. You can test this out with the testcase from selftests - tools/testing/selftests/powerpc/mm/tlbie_test. I've used a witherspoon with OP920. The end

[Kernel-packages] [Bug 1855668] Comment bridged from LTC Bugzilla

2019-12-15 Thread bugproxy
--- Comment From naynj...@ibm.com 2019-12-15 12:11 EDT--- Daniel Axtens would be performing the testing and update the results. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1675771] Comment bridged from LTC Bugzilla

2019-12-10 Thread bugproxy
--- Comment From sthou...@in.ibm.com 2019-12-10 04:13 EDT--- Rejecting due to lack of response from tester. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1675771 Title: In

[Kernel-packages] [Bug 1847590] Comment bridged from LTC Bugzilla

2019-12-09 Thread bugproxy
--- Comment From heinz-werner_se...@de.ibm.com 2019-12-09 06:52 EDT--- IBM Bugzilla -> closed, Fix Released with all requested distros -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1842774] Comment bridged from LTC Bugzilla

2019-12-09 Thread bugproxy
--- Comment From heinz-werner_se...@de.ibm.com 2019-12-09 06:53 EDT--- IBM Bugzilla status -> closed, Fix Released with all requested distros -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1855668] [NEW] lockdown on power

2019-12-09 Thread bugproxy
Public bug reported: == Comment: #0 - Michael Ranweiler - 2019-11-11 08:50:51 == For 20.04 testing/inclusion. The ubuntu kernel team has a ppa here for testing: https://launchpad.net/~canonical-kernel-team/+archive/ubuntu/unstable Test results will follow... ** Affects: ubuntu-power-systems

[Kernel-packages] [Bug 1799393] Re: Mellanox CX5 stops pinging with rx_wqe_err (mlx5_core)

2019-12-05 Thread bugproxy
** Tags removed: targetmilestone-inin--- ** Tags added: targetmilestone-inin1810 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1799393 Title: Mellanox CX5 stops pinging with rx_wqe_err

[Kernel-packages] [Bug 1724120] Re: Ubuntu 16.04.3 - call traces occurs when memory-hotplug test is run with 16Gb hugepages configured

2019-12-05 Thread bugproxy
*** This bug is a duplicate of bug 1706247 *** https://bugs.launchpad.net/bugs/1706247 ** Tags removed: targetmilestone-inin16043 ** Tags added: targetmilestone-inin1804 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in

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

2019-12-05 Thread bugproxy
** Tags removed: targetmilestone-inin--- ** Tags added: targetmilestone-inin1904 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1784659 Title: P9 PMU Events Update #5 Status in The

[Kernel-packages] [Bug 1850548] Re: Unable to install kdump tools: post install script returning fail

2019-12-04 Thread bugproxy
--- Comment From kuldip.na...@ibm.com 2019-12-04 11:47 EDT--- This can now be closed as the we have validated in our test environment and it works. ** Tags removed: targetmilestone-inin--- ** Tags added: targetmilestone-inin1804 -- You received this bug notification because you are a

[Kernel-packages] [Bug 1854923] [NEW] [Comm] IBM JDK 8.0.6.0 integration into Ubuntu

2019-12-03 Thread bugproxy
Public bug reported: Integration request for new version of IBM JDK 8.0.6.0 ftp archive.admin.canonical.com Connected to archive.admin.canonical.com. 220 youngberry.canonical.com FTP server (Poppy Upload Server) ready. Name (archive.admin.canonical.com:foreman): anonymous 331 Password required

[Kernel-packages] [Bug 1645826] Comment bridged from LTC Bugzilla

2019-12-02 Thread bugproxy
--- Comment From cdead...@us.ibm.com 2019-12-03 02:35 EDT--- Changing originator of Defect from pradghos to krupa -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1645826 Title:

[Kernel-packages] [Bug 1854059] Comment bridged from LTC Bugzilla

2019-11-26 Thread bugproxy
--- Comment From h.carst...@de.ibm.com 2019-11-26 10:31 EDT--- (In reply to comment #6) > Since I see 1910 as targetmilestone in the tags I assume that issue occured > on disco's kernel 5.0. > But please can you let us know is bionic' 4.15 is affected, too - or > Eoan/5.3 and higher? > Thx

[Kernel-packages] [Bug 1854071] [NEW] Backport In-Memory Collection Counters (IMC) trace-mode patches

2019-11-26 Thread bugproxy
Public bug reported: == Comment: #0 - Murilo Opsfelder Araujo - 2019-11-08 06:30:06 == ---Problem Description--- The following patches may be wanted in >= Bionic kernels: 1. powerpc/include: Add data structures and macros for IMC trace mode

[Kernel-packages] [Bug 1854059] [NEW] [UBUNTU] kernel: cpu idle time calculation

2019-11-26 Thread bugproxy
Public bug reported: Description: kernel: cpu idle time calculation Symptom: The cpu idle time reported within /proc/stat as well as in /sys/devices/system/cpu/cpuX/idle_time_us sometimes may show incorrect values. Problem: The kernel tries to figure

[Kernel-packages] [Bug 1847948] Comment bridged from LTC Bugzilla

2019-11-25 Thread bugproxy
--- Comment From mu...@br.ibm.com 2019-11-25 16:06 EDT--- Apologies for the delay, just tested with the 1:2.11+dfsg-1ubuntu7.21 release and the performance numbers are good in it: # fio --direct=1 --rw=randrw --refill_buffers --norandommap --randrepeat=0 --ioengine=libaio --bs=4k

[Kernel-packages] [Bug 1847948] Comment bridged from LTC Bugzilla

2019-11-25 Thread bugproxy
--- Comment From mu...@br.ibm.com 2019-11-25 08:42 EDT--- (In reply to comment #24) > I found no obvious regressions with this build in a run of our usual set of > tests. > > @IBM - for SRu verification - can you give the actual testcase it was > intended for a shot in your environment as

[Kernel-packages] [Bug 1842774] Re: Enhanced Hardware Support - Finalize Naming

2019-11-22 Thread bugproxy
--- Comment From cborn...@de.ibm.com 2019-11-22 11:44 EDT--- disco is also good. ** Tags removed: verification-needed verification-needed-disco ** Tags added: verification-done verification-done-disco -- You received this bug notification because you are a member of Kernel Packages,

[Kernel-packages] [Bug 1842774] Re: Enhanced Hardware Support - Finalize Naming

2019-11-22 Thread bugproxy
--- Comment From cborn...@de.ibm.com 2019-11-22 09:45 EDT--- bionic-proposed looks good. ** Tags removed: verification-needed-bionic ** Tags added: verification-done-bionic -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in

[Kernel-packages] [Bug 1852550] [NEW] libica fix required : x25519, x448: fix handling of non-canonical values

2019-11-14 Thread bugproxy
Public bug reported: libica 3.6.1 has just been released at https://github.com/opencryptoki/libica/releases/tag/v3.6.1 It contains the following fix: https://github.com/opencryptoki/libica/commit/a3b36ef136e304a1e2dc12ef7b96686202cbd00d The patch applies cleanly to libica 3.6.0. Thanks for

[Kernel-packages] [Bug 1848173] Comment bridged from LTC Bugzilla

2019-11-13 Thread bugproxy
--- Comment From heinz-werner_se...@de.ibm.com 2019-11-13 04:01 EDT--- IBM Bugzilla status : Closed, Fix Released with Xenial -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1848173

[Kernel-packages] [Bug 1847109] Comment bridged from LTC Bugzilla

2019-11-13 Thread bugproxy
--- Comment From heinz-werner_se...@de.ibm.com 2019-11-13 04:06 EDT--- IBM bugzilla status: closed, Fix Released with bionic -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1847109

[Kernel-packages] [Bug 1852294] Comment bridged from LTC Bugzilla

2019-11-13 Thread bugproxy
--- Comment From heinz-werner_se...@de.ibm.com 2019-11-13 03:56 EDT--- ---Problem Description--- Running LTP test results in the following warning stack trace in the journalctl. Please let me know if any additional data is needed. Oct 29 22:47:43 t35lp04 kernel: ltp_block_dev: Test Case

[Kernel-packages] [Bug 1852257] reduce the default queue depth and nr of hardware queues

2019-11-12 Thread bugproxy
--- Comment on attachment From stefan.haberl...@de.ibm.com 2019-11-12 10:22 EDT--- This is the original patch re-based on the 18.04 master-next branch. Hope this is sufficient for you. ** Attachment added: "reduce the default queue depth and nr of hardware queues"

[Kernel-packages] [Bug 1852290] Comment bridged from LTC Bugzilla

2019-11-12 Thread bugproxy
--- Comment From heinz-werner_se...@de.ibm.com 2019-11-12 09:53 EDT--- Path did not recover during running DS8K EI ---uname output--- machine: 4.15.0-65-generic #74-Ubuntu SMP Tue Sep 17 17:04:42 UTC 2019 s390x s390x s390x GNU/Linux Machine Type = z15 lpar ---Debugger--- A debugger is

[Kernel-packages] [Bug 1852294] [NEW] Ubuntu18.04.3 - LTP testcase gets stacktrace running 'kernel: ltp_block_dev: Test Case 7: unregister_blkdev() with major=0'

2019-11-12 Thread bugproxy
Public bug reported: Description will follow ** Affects: linux (Ubuntu) Importance: Undecided Assignee: Skipper Bug Screeners (skipper-screen-team) Status: New ** Tags: architecture-s39064 bugnameltc-182146 severity-medium targetmilestone-inin--- ** Tags added:

[Kernel-packages] [Bug 1852290] sosreport

2019-11-12 Thread bugproxy
Default Comment by Bridge ** Attachment added: "sosreport" https://bugs.launchpad.net/bugs/1852290/+attachment/5304822/+files/sosreport-ilzlnx3-20191021231552.tar.xz ** Changed in: ubuntu Assignee: (unassigned) => Skipper Bug Screeners (skipper-screen-team) ** Package changed: ubuntu

[Kernel-packages] [Bug 1852257] [NEW] s390/dasd: reduce the default queue depth and nr of hardware queues

2019-11-12 Thread bugproxy
Public bug reported: This fix is already available with Ubuntu 18.10, but need also be integrated into Ubuntu 18.04 LTS kernel (4.15). This is available git-commit: https://github.com/torvalds/linux/commit/3284da34a87a Backport information will be provided. ** Affects: ubuntu-z-systems

[Kernel-packages] [Bug 1828597] Re: KDump boot fails with nr_cpus=1

2019-11-12 Thread bugproxy
** Tags removed: targetmilestone-inin--- ** Tags added: targetmilestone-inin18043 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to kexec-tools in Ubuntu. https://bugs.launchpad.net/bugs/1828597 Title: KDump boot fails with nr_cpus=1

[Kernel-packages] [Bug 1848127] Comment bridged from LTC Bugzilla

2019-11-05 Thread bugproxy
--- Comment From pavsu...@in.ibm.com 2019-11-06 01:44 EDT--- root@ltc-wspoon11:~# add-apt-repository ppa:ubuntu-power-triage/lp1848127 More info: https://launchpad.net/~ubuntu-power-triage/+archive/ubuntu/lp1848127 Press [ENTER] to continue or Ctrl-c to cancel adding it. Get:1

[Kernel-packages] [Bug 1848127] Comment bridged from LTC Bugzilla

2019-11-05 Thread bugproxy
--- Comment From pavsu...@in.ibm.com 2019-11-06 01:01 EDT--- I have installed both the Bionic *and* Disco kernels available in PPA: https://launchpad.net/~ubuntu-power-triage/+archive/ubuntu/lp1848127 Then executed the MCE UE tests again on the machine with both the kernels.

[Kernel-packages] [Bug 1837525] Comment bridged from LTC Bugzilla

2019-11-05 Thread bugproxy
--- Comment From andreas.kreb...@de.ibm.com 2019-11-05 10:42 EDT--- (In reply to comment #16) > Rebuilding eoan gcc-9.2.1 and comparing test results between -march=zEC12 & > -march=z13 -mtune=z15 > > There appear to be (a) improved test results (FAIL->PASS) (b) not supported > tests

[Kernel-packages] [Bug 1842774] Comment bridged from LTC Bugzilla

2019-11-04 Thread bugproxy
--- Comment From heinz-werner_se...@de.ibm.com 2019-11-04 11:27 EDT--- *** Bug 181316 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1842916] Comment bridged from LTC Bugzilla

2019-11-04 Thread bugproxy
*** This bug is a duplicate of bug 1842774 *** https://bugs.launchpad.net/bugs/1842774 --- Comment From heinz-werner_se...@de.ibm.com 2019-11-04 11:27 EDT--- *** This bug has been marked as a duplicate of bug 181268 *** --- Comment From heinz-werner_se...@de.ibm.com 2019-11-04

[Kernel-packages] [Bug 1850548] Comment bridged from LTC Bugzilla

2019-11-01 Thread bugproxy
--- Comment From kuldip.na...@ibm.com 2019-11-01 11:46 EDT--- 1. upgrade-grub is part of the original image which we take as is from canonical. We do not change the original image, but install packages as needed. 2. As per initial work done making it dep instead of most does not work.

[Kernel-packages] [Bug 1850548] Comment bridged from LTC Bugzilla

2019-11-01 Thread bugproxy
--- Comment From kuldip.na...@ibm.com 2019-11-01 10:07 EDT--- Hi, The crash memory is reserved: root@pok1-qz1-sr1-rk005-s10:~# cat /proc/cmdline imgurl=http://192.168.0.2:80//install/netboot/ubuntu18.04/ppc64el/hostos-boot_bionic-4.15.0.1039-20191003-6f8d26a/rootimg.tar.gz

[Kernel-packages] [Bug 1850548] Comment bridged from LTC Bugzilla

2019-10-31 Thread bugproxy
--- Comment From kuldip.na...@ibm.com 2019-10-31 10:20 EDT--- I thought a lot about it and I think this problem will come in any time the m/c is network booted and diskless. So in a way it is still generic and not IBM specific. Based on this I now have second thought on if we should

[Kernel-packages] [Bug 1850548] Comment bridged from LTC Bugzilla

2019-10-31 Thread bugproxy
--- Comment From kuldip.na...@ibm.com 2019-10-31 10:11 EDT--- This problem will be seen ion any of the diskless workstation; Please note as I see there are three places which are of concern /var/lib/dpkg/info/kdump-tools.postinst fails because: 1. It cannot make the initrd image because

[Kernel-packages] [Bug 1850548] Comment bridged from LTC Bugzilla

2019-10-31 Thread bugproxy
--- Comment From kuldip.na...@ibm.com 2019-10-31 10:05 EDT--- Hi, Please see the detail information below root@pok1-qz1-sr1-rk005-s10:~# mount | sed -e 's/^//g' /proc on /proc type proc (rw,relatime) /sys on /sys type sysfs

[Kernel-packages] [Bug 1850548] Comment bridged from LTC Bugzilla

2019-10-30 Thread bugproxy
--- Comment From mranw...@us.ibm.com 2019-10-30 15:01 EDT--- I think we can close this - I think the issue came down to customization. Kuldip - that ok? -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to makedumpfile in Ubuntu.

[Kernel-packages] [Bug 1850548] Comment bridged from LTC Bugzilla

2019-10-30 Thread bugproxy
--- Comment From kuldip.na...@ibm.com 2019-10-30 11:25 EDT--- I have tested this with kdump-tools=1:1.6.5-1ubuntu1~18.04.1 linux-crashdump=4.15.0.66.68 and it is still failling. Please do not decrease the priority of this. as this is very critical for us.

[Kernel-packages] [Bug 1850548] Comment bridged from LTC Bugzilla

2019-10-29 Thread bugproxy
--- Comment From cha...@us.ibm.com 2019-10-29 16:20 EDT--- The reporter, Kuldip, also opened this case simultaneously to the bug https://support.canonical.com/ua/s/case/5003z21SHJ0/server-unable-to-install-kdumptools-on-the-diskless-machine where he was asked to try installing a new

[Kernel-packages] [Bug 1850548] [NEW] Unable to install kdump tools: post install script returning fail

2019-10-29 Thread bugproxy
Public bug reported: ---Problem Description--- Unable to install Kdump-tools. ---Steps to Reproduce--- Unable to Install Kdump-tool Debian package kdump-tools_1.6.3-2_ppc64el.deb Note: Unable to install the

[Kernel-packages] [Bug 1850293] [NEW] libep11 depends on old libssl for disco/eon/focal

2019-10-29 Thread bugproxy
Public bug reported: If using the newest version of libep11_2.1.0-8_s390x.deb with Disco/Eoan/Focal downloaded from http://public.dhe.ibm.com/security/cryptocards/pciecc3/EP11/2.1.0/ Following problem occur.: libep11 : Depends: libssl1.0.0 but it is not installable rmadison --arch=s390x

[Kernel-packages] [Bug 1850283] [NEW] python-ldap package prevents python3-only build

2019-10-29 Thread bugproxy
Public bug reported: By moving away from Python2 following problem occured. The package Package: python3-ldap (3.0.0-1) is dependent on Package: python-ldap (3.0.0-1). This has a dependency: python interactive high-level object-oriented language (default version) python (<< 2.8) python (>=

[Kernel-packages] [Bug 1847590] Comment bridged from LTC Bugzilla

2019-10-28 Thread bugproxy
--- Comment From tmri...@de.ibm.com 2019-10-28 05:24 EDT--- Verified ok -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1847590 Title: Check for CPU Measurement sampling Status

[Kernel-packages] [Bug 1741860] Re: Use the kernel default for crashkernel offset

2019-10-25 Thread bugproxy
--- Comment From hbath...@in.ibm.com 2019-10-25 06:56 EDT--- On disco, with kdump-tools/makedumpfile package version 1:1.6.5-1ubuntu1.3 kernel offset is being used by default as expected. On bionic, with kdump-tools/makedumpfile package version 1:1.6.5-1ubuntu1~18.04.3 kernel offset is

[Kernel-packages] [Bug 1828597] Re: KDump boot fails with nr_cpus=1

2019-10-25 Thread bugproxy
--- Comment From hbath...@in.ibm.com 2019-10-25 06:58 EDT--- On disco, with kdump-tools/makedumpfile package version 1:1.6.5-1ubuntu1.3 maxcpus=1 is used instead of nr_cpus=1 by default as expected. On bionic, with kdump-tools/makedumpfile package version 1:1.6.5-1ubuntu1~18.04.3

[Kernel-packages] [Bug 1828596] Comment bridged from LTC Bugzilla

2019-10-25 Thread bugproxy
--- Comment From hbath...@in.ibm.com 2019-10-25 06:29 EDT--- (In reply to comment #49) > New version on ppa:cascardo/ppa for bionic. That should handle fadump and > lock in the case of try-reload/condreload. > > Hari, can you give it a try? Thanks, Cascardo. That works well for FADump

[Kernel-packages] [Bug 1847109] Re: Ubuntu 18.04 - wrong cpu-mf counter number

2019-10-24 Thread bugproxy
** Tags removed: verification-needed-bionic ** Tags added: verification-done-bionic -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1847109 Title: Ubuntu 18.04 - wrong cpu-mf counter

<    6   7   8   9   10   11   12   13   14   15   >