[Bug 1879711] Re: aws: disable CONFIG_DMA_CMA

2020-11-04 Thread Stefan Bader
** Changed in: linux-aws (Ubuntu Groovy) Importance: Undecided => Medium ** Changed in: linux-aws (Ubuntu Groovy) Status: New => 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/187

[Bug 1732512] Re: xen hibernation support for linux-aws

2020-11-04 Thread Stefan Bader
** Changed in: linux-aws (Ubuntu Groovy) Importance: Undecided => Medium ** Changed in: linux-aws (Ubuntu Groovy) Status: New => 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/173

[Bug 1902851] Re: make linux-image-dell300x depend on linux-firmware and intel-microcode

2020-11-04 Thread Stefan Bader
** Also affects: linux-meta-dell300x (Ubuntu Bionic) Importance: Undecided Status: New ** Changed in: linux-meta-dell300x (Ubuntu Bionic) Importance: Undecided => Low ** Changed in: linux-meta-dell300x (Ubuntu Bionic) Status: New => In Progress ** Changed in: linux-meta-dell3

[Bug 1902701] Re: zfs-linux 0.8.3-1ubuntu12.4 ADT test failure with linux-hwe-5.8 5.8.0-25.26~20.04.1

2020-11-04 Thread Stefan Bader
** Description changed: + [SRU Justification] + + Impact: When attempting to compile the zfs-dkms module on a 5.8 kernel + the module fails to properly configure the build. The kernel driver part + of zfs-linux is only prepared to handle the kernels it released with. + For Ubuntu kernels the zfs

[Bug 1902701] Re: zfs-linux 0.8.3-1ubuntu12.4 ADT test failure with linux-hwe-5.8 5.8.0-25.26~20.04.1

2020-11-04 Thread Stefan Bader
The proposed update adds a BUILD_EXCLUSIVE_KERNEL directive to the dkms package. I have added a test build to https://launchpad.net/~smb/+archive/ubuntu/temp01/+packages and in a Focal VM which had the 5.4 and hwe-5.8 kernels installed, did an apt-get install zfs-dkms. This resulted in (relevant ta

[Bug 1898909] Re: Installing hwe linux-tools does not provide /usr/bin wrappers

2020-11-04 Thread Stefan Bader
** Package changed: linux (Ubuntu) => linux-hwe-5.4 (Ubuntu) ** Also affects: linux-hwe-5.8 (Ubuntu) Importance: Undecided Status: New ** Also affects: linux-hwe-5.4 (Ubuntu Bionic) Importance: Undecided Status: New ** Also affects: linux-hwe-5.8 (Ubuntu Bionic) Importance

[Bug 1902701] [NEW] zfs-linux 0.8.3-1ubuntu12.4 ADT test failure with linux-hwe-5.8 5.8.0-25.26~20.04.1

2020-11-03 Thread Stefan Bader
Assignee: Stefan Bader (smb) Status: In Progress ** Tags: kernel-adt-failure ** Tags added: kernel-adt-failure ** Also affects: zfs-linux (Ubuntu Focal) Importance: Undecided Status: New ** Changed in: zfs-linux (Ubuntu Focal) Importance: Undecided => Medium ** Changed in:

[Bug 1902179] Re: [20.04 FEAT] Support/enhancement of NVMe IPL

2020-11-03 Thread Stefan Bader
** Changed in: linux (Ubuntu Hirsute) Importance: Undecided => Medium ** Changed in: linux (Ubuntu Groovy) 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/1902179

[Bug 1902613] Re: drm/i915/dp_mst - only read the base capability in DPCD.

2020-11-03 Thread Stefan Bader
** Changed in: linux-oem-5.6 (Ubuntu) Status: New => Invalid ** Changed in: linux-oem-5.6 (Ubuntu Focal) 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/1902613

[Bug 1901491] Re: Created devices are not available

2020-11-03 Thread Stefan Bader
This is the updated/proposed change to v4l2loopback. There is a test compile (pending publication right now) on https://launchpad.net/~smb/+archive/ubuntu/focal At least for me that allows to use the loopback device in Firefox as well as it was already usable in Chromium. ** Patch added: "focal-

[Bug 1901491] Re: Created devices are not available

2020-11-03 Thread Stefan Bader
** Description changed: + [SRU Justification] + + Impact: The attempt to properly fix the warnings caused by the module in + 0.12.3-1ubuntu0.1 caused any other application than Chromium to no + longer detect available loopback devices. The tested capability was only + set in the capabilities set,

[Bug 1877654] Re: Add XDP support to hv_netvsc driver

2020-11-03 Thread Stefan Bader
** Changed in: linux-azure-4.15 (Ubuntu Bionic) 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/1877654 Title: Add XDP support to hv_netvsc driver To manage notific

[Bug 1901491] Re: Created devices are not available

2020-11-03 Thread Stefan Bader
This is unfortunately the result of trying to avoid constant warnings issues by the v4l2 core about the way the v4l2loopback module treats capability settings. There seem to be multiple copies of those: first in video device structure of the driver (as device_caps) and then twice in the v4l2_cap

[Bug 1901491] Re: Created devices are not available

2020-11-03 Thread Stefan Bader
Focal) Assignee: (unassigned) => Stefan Bader (smb) ** Changed in: v4l2loopback (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1901491 Title: Created dev

[Bug 1899633] Re: Repeated kernel warnings/stacktraces with kernel 5.4 and newer

2020-11-03 Thread Stefan Bader
Right now, the only app that appears to work with the new module is Chromium. Which was where I was testing because that seemed more demanding. Will be working on the regression on bug 1901491. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to U

[Bug 1899633] Re: Repeated kernel warnings/stacktraces with kernel 5.4 and newer

2020-11-02 Thread Stefan Bader
No, looking quickly at the code that should be set in the capabilities returned by the query capabilities call. But not in the static device_caps. And if that is added back, one cannot drop that flag for exclusive_caps functionality without triggering repeated kernel warnings. -- You received thi

[Bug 1899633] Re: Repeated kernel warnings/stacktraces with kernel 5.4 and newer

2020-11-02 Thread Stefan Bader
Would loading the new module with exclusive_caps=1 work as a quick work- around. I guess I missed adding the caps explicitly in the query function. So that relies on thing being set as device caps. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1895803] Re: uvcvideo: add mapping for HEVC payloads

2020-11-02 Thread Stefan Bader
** Changed in: linux (Ubuntu Focal) Importance: Undecided => Medium ** Changed in: linux (Ubuntu Groovy) Importance: Undecided => Medium ** Changed in: linux (Ubuntu Bionic) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, w

[Bug 1899883] Re: Tiger Lake PMC core driver fixes

2020-10-30 Thread Stefan Bader
** Changed in: linux (Ubuntu Groovy) 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/1899883 Title: Tiger Lake PMC core driver fixes To manage notifications about t

[Bug 1894613] Re: risc-v 5.8 kernel oops on ftrace tests

2020-10-29 Thread Stefan Bader
** Also affects: linux (Ubuntu Groovy) Importance: Undecided Status: New ** Changed in: linux (Ubuntu Groovy) Importance: Undecided => High ** Changed in: linux (Ubuntu Groovy) Status: New => In Progress ** Changed in: linux (Ubuntu Groovy) Assignee: (unassigned) => Coli

[Bug 1901904] Re: virtualbox 6.1.10-dfsg-1~ubuntu1.20.04.1 ADT test failure with linux-hwe-5.8 5.8.0-25.26~20.04.1

2020-10-28 Thread Stefan Bader
With those changes applied in a VM: # dkms status virtualbox, 6.1.10, 5.4.0-52-generic, x86_64: installed virtualbox, 6.1.10, 5.8.0-25-generic, x86_64: installed ** Patch added: "focal-proposed.debdiff" https://bugs.launchpad.net/ubuntu/focal/+source/virtualbox/+bug/1901904/+attachment/542862

[Bug 1901904] [NEW] virtualbox 6.1.10-dfsg-1~ubuntu1.20.04.1 ADT test failure with linux-hwe-5.8 5.8.0-25.26~20.04.1

2020-10-28 Thread Stefan Bader
ntu Focal) Importance: Medium Assignee: Stefan Bader (smb) Status: In Progress ** Tags: kernel-adt-failure ** Tags added: kernel-adt-failure ** Also affects: virtualbox (Ubuntu Focal) Importance: Undecided Status: New ** Changed in: virtualbox (Ubuntu Fo

Re: [Bug 1901398] Re: Unable to configure libxl's memory management parameters

2020-10-28 Thread Stefan Bader
On 27.10.20 15:36, Christian Ehrhardt wrote: > @smb do you see anything like this in 20.10? > I can not remember for sure. I believe I had some guest up via libvirt. But probably not with the final kernel. -- You received this bug notification because you are a member of Ubuntu Bugs, which is su

[Bug 1882268] Re: [linux-azure] Request for two CIFS commits in 16.04

2020-10-28 Thread Stefan Bader
** No longer affects: linux-azure (Ubuntu) ** No longer affects: linux-azure (Ubuntu Xenial) ** No longer affects: linux-azure (Ubuntu Bionic) ** No longer affects: linux-azure-4.15 (Ubuntu Xenial) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscrib

[Bug 1894896] Re: [linux-azure][hibernation] Mellanox CX4 NIC's TX/RX packets stop increasing after hibernation/resume

2020-10-28 Thread Stefan Bader
** Changed in: linux-azure (Ubuntu) Status: New => Invalid ** Changed in: linux-azure (Ubuntu Focal) 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/1894896 Ti

[Bug 1892089] Re: r8168-dkms 8.048.00-1: r8168 kernel module failed to build

2020-10-27 Thread Stefan Bader
Proposed cherry pick into focal/r8168. Build test in VM: # dkms status r8168, 8.048.00, 5.4.0-52-generic, x86_64: installed r8168, 8.048.00, 5.8.0-25-generic, x86_64: installed ** Description changed: + [SRU Justification] + + Impact: In kernel 5.6 there was a rename of a structure and change o

[Bug 1892089] Re: r8168-dkms 8.048.00-1: r8168 kernel module failed to build

2020-10-27 Thread Stefan Bader
Progress ** Changed in: r8168 (Ubuntu Focal) Assignee: (unassigned) => Stefan Bader (smb) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1892089 Title: r8168-dkms 8.048.00-1: r8168 kernel module fai

[Bug 1884645] Re: oss4 4.2-build2010-5ubuntu5 ADT test failure with linux-5.8 5.8.0-1.2

2020-10-27 Thread Stefan Bader
** Description changed: + [SRU Justification] + + Impact: Once the 5.8 (or newer) kernel becomes the HWE kernel in Focal, + DKMS build of oss4 will fail. + + Fix: Proposed fix is to backport the changes made in + 4.2-build2010-5ubuntu6 which fix compilation with kernel version 5.6 and + later. +

[Bug 1884645] Re: oss4 4.2-build2010-5ubuntu5 ADT test failure with linux-5.8 5.8.0-1.2

2020-10-27 Thread Stefan Bader
Proposing to backport 4.2-build2010-5ubuntu6 as 4.2-build2010-5ubuntu6~20.04.1. Beside 2 fixes for 5.6+ kernels, that version only contained a fix for the build (to use KBUILD_EXTRA_SYMBOLS). Build testing in a Focal VM: # dkms status oss4, 4.2-build2010, 5.4.0-51-generic, x86_64: installed oss4,

[Bug 1884645] Re: oss4 4.2-build2010-5ubuntu5 ADT test failure with linux-5.8 5.8.0-1.2

2020-10-27 Thread Stefan Bader
ged in: oss4 (Ubuntu Focal) Status: New => In Progress ** Changed in: oss4 (Ubuntu Focal) Assignee: (unassigned) => Stefan Bader (smb) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/18

[Bug 1882268] Re: [linux-azure] Request for two CIFS commits in 16.04

2020-10-27 Thread Stefan Bader
** Changed in: linux-azure-4.15 (Ubuntu Bionic) Importance: Undecided => Medium ** Changed in: linux-azure-4.15 (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/

[Bug 1791794] Re: linux-azure: build and include the tcm_loop module to the main kernel package

2020-10-27 Thread Stefan Bader
** Changed in: linux-azure (Ubuntu Groovy) Importance: Undecided => Medium ** Changed in: linux-azure (Ubuntu Groovy) 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.launchpa

[Bug 1899508] Re: alsa/hda/realtek - The front Mic on a HP machine doesn't work

2020-10-27 Thread Stefan Bader
** Changed in: linux (Ubuntu Groovy) Importance: Undecided => Medium ** Changed in: linux (Ubuntu Groovy) 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/1899508

[Bug 1891421] Re: kci_test_encap_fou() in rtnetlink.sh from kselftests/net failed with "FAIL: can't add fou port 7777, skipping test"

2020-10-27 Thread Stefan Bader
** Changed in: linux (Ubuntu Groovy) 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/1891421 Title: kci_test_encap_fou() in rtnetlink.sh from kselftests/net

[Bug 1900683] Re: Installing wireguard-tools pulls in the generic kernel

2020-10-27 Thread Stefan Bader
** Changed in: linux-raspi (Ubuntu Groovy) Importance: Undecided => Medium ** Changed in: linux-raspi (Ubuntu Groovy) 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/bu

[Bug 1900855] Re: linux-aws: fold test_bpf SAUCE to linux/master

2020-10-27 Thread Stefan Bader
** Changed in: linux (Ubuntu) Importance: Undecided => Low ** Changed in: linux (Ubuntu) Status: Incomplete => Triaged ** Changed in: linux (Ubuntu Groovy) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subsc

[Bug 1900855] Re: linux-aws: fold test_bpf SAUCE to linux/master

2020-10-27 Thread Stefan Bader
** Also affects: linux (Ubuntu Groovy) Importance: Undecided Status: New ** Changed in: linux (Ubuntu Groovy) Importance: Undecided => Low -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/19

[Bug 1894895] Re: [linux-azure][hibernation] ]VM hangs after hibernation/resume if the VM has SRIOV NIC and has been deallocated

2020-10-26 Thread Stefan Bader
** Changed in: linux-azure (Ubuntu Focal) Importance: Undecided => Medium ** Changed in: linux-azure (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1894895 Ti

[Bug 1891421] Re: kci_test_encap_fou() in rtnetlink.sh from kselftests/net failed with "FAIL: can't add fou port 7777, skipping test"

2020-10-26 Thread Stefan Bader
** Changed in: linux (Ubuntu Groovy) Importance: Undecided => Medium ** Changed in: linux (Ubuntu Focal) Importance: Undecided => Medium ** Changed in: linux (Ubuntu Bionic) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, w

[Bug 1894893] Re: [linux-azure][hibernation] GPU device no longer working after resume from hibernation in NV6 VM size

2020-10-26 Thread Stefan Bader
** Changed in: linux-azure (Ubuntu Focal) Importance: Undecided => Medium ** Changed in: linux-azure (Ubuntu Groovy) Importance: Undecided => Medium ** Changed in: linux-azure (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu B

[Bug 1899586] Re: Fix broken MSI interrupt after HDA controller was suspended

2020-10-23 Thread Stefan Bader
** Also affects: linux (Ubuntu) Importance: Undecided Status: New ** No longer affects: linux-oem-5.6 (Ubuntu Focal) ** Also affects: linux (Ubuntu Focal) Importance: Undecided Status: New ** Also affects: linux-oem-5.6 (Ubuntu Focal) Importance: Undecided Status: N

[Bug 1898865] Re: Enable brightness control on HP DreamColor panel

2020-10-23 Thread Stefan Bader
** Changed in: linux (Ubuntu Focal) Status: Confirmed => 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/1898865 Title: Enable brightness control on HP DreamColor panel To manage

[Bug 1899508] Re: alsa/hda/realtek - The front Mic on a HP machine doesn't work

2020-10-23 Thread Stefan Bader
** Changed in: linux (Ubuntu Focal) Importance: Undecided => Medium ** Changed in: linux (Ubuntu Focal) Status: Incomplete => Triaged ** Changed in: linux (Ubuntu) Importance: Undecided => Medium ** Changed in: linux (Ubuntu) Status: Incomplete => Triaged -- You received th

[Bug 1899506] Re: Xenial update: v4.4.238 upstream stable release

2020-10-21 Thread Stefan Bader
** Changed in: linux (Ubuntu Xenial) Status: In Progress => Fix Committed ** Changed in: linux (Ubuntu Xenial) Importance: Undecided => Medium ** Changed in: linux (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bug

[Bug 1899633] Re: Repeated kernel warnings/stacktraces with kernel 5.4 and newer

2020-10-21 Thread Stefan Bader
$ dpkg -l|grep v4l2loop ii v4l2loopback-dkms 0.12.3-1ubuntu0.1 all Source for the v4l2loopback driver (DKMS) ii v4l2loopback-utils 0.12.3-1ubuntu0.1 all Commandline utilities for the

[Bug 1791794] Re: linux-azure: build and include the tcm_loop module to the main kernel package

2020-10-19 Thread Stefan Bader
** Changed in: linux-azure-4.15 (Ubuntu) Status: New => Invalid ** Changed in: linux-azure-4.15 (Ubuntu Bionic) Importance: Undecided => Medium ** Changed in: linux-azure (Ubuntu Focal) Importance: Undecided => Medium -- You received this bug notification because you are a member o

[Bug 1899633] Re: Repeated kernel warnings/stacktraces with kernel 5.4 and newer

2020-10-19 Thread Stefan Bader
The kernel check was added in [1] v5.4-rc1 by: Author: Hans Verkuil Date: Tue Jul 23 04:21:25 2019 -0400 media: v4l2-dev/ioctl: require non-zero device_caps, verify sane querycap results Now that all V4L2 drivers set device_caps in struct video_device, we can add a check for

[Bug 1899582] Re: ceph: fix inode number handling on arches with 32-bit ino_t

2020-10-15 Thread Stefan Bader
** Changed in: linux (Ubuntu Focal) 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/1899582 Title: ceph: fix inode number handling on arches with 32-bit ino_t To ma

[Bug 1899633] Re: Repeated kernel warnings/stacktraces with kernel 5.4 and newer

2020-10-13 Thread Stefan Bader
Test build uploaded to: https://launchpad.net/~smb/+archive/ubuntu/focal/+packages The attached debdiff contains the proposed adjustments to the DKMS package. ** Patch added: "focal-proposed-fix.debdiff" https://bugs.launchpad.net/ubuntu/+source/v4l2loopback/+bug/1899633/+attachment/5421730/+

[Bug 1899633] Re: Repeated kernel warnings/stacktraces with kernel 5.4 and newer

2020-10-13 Thread Stefan Bader
The 20.10 version (0.12.5-1) was reworked considerably and I was told by someone else that it would not exhibit those warnings. ** Changed in: v4l2loopback (Ubuntu) Status: In Progress => Fix Released ** Changed in: v4l2loopback (Ubuntu) Assignee: Stefan Bader (smb) => (unas

[Bug 1899633] [NEW] Repeated kernel warnings/stacktraces with kernel 5.4 and newer

2020-10-13 Thread Stefan Bader
recording/playback. I have been using the modified driver for a while now as v4l2sink in obs-studio and saw now issues. ** Affects: v4l2loopback (Ubuntu) Importance: Medium Status: Fix Released ** Affects: v4l2loopback (Ubuntu Focal) Importance: Medium Assignee: Stefan Bader (smb

[Bug 1889446] Re: DELL LATITUDE 5491 touchscreen doesn't work

2020-10-09 Thread Stefan Bader
I think we can assume this to be verified for two reasons: first the reply in comment #6 (the later kernel change just implements this via quirks) and second this came back to all series via stable which receives additional upstream reviews. ** Tags removed: verification-needed-bionic verification

[Bug 1893711] Re: [hns3-0901]add hns3_gro_complete for HW GRO process

2020-10-08 Thread Stefan Bader
** Changed in: linux (Ubuntu Bionic) 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/1893711 Title: [hns3-0901]add hns3_gro_complete for HW GRO process To manage noti

[Bug 1898903] Re: *-tools-common packages descriptions have typo "PGKVER"

2020-10-08 Thread Stefan Bader
** Changed in: linux (Ubuntu Xenial) Importance: Undecided => Low ** Changed in: linux (Ubuntu Bionic) Importance: Undecided => Low ** Changed in: linux (Ubuntu Focal) Importance: Undecided => Low ** Changed in: linux (Ubuntu Groovy) Importance: Undecided => Low ** Also affects: lin

[Bug 1898781] Re: AWS: enable FPGA support in amd64 AWS kernels

2020-10-07 Thread Stefan Bader
** Changed in: linux-aws (Ubuntu Focal) Status: New => In Progress ** Changed in: linux-aws (Ubuntu Focal) Importance: Undecided => Medium ** Changed in: linux-aws (Ubuntu Focal) Assignee: (unassigned) => Kamal Mostafa (kamalmostafa) ** Changed in: linux-aws (Ubuntu) Assignee

[Bug 1898722] Re: glibc 2.27-3ubuntu1.3 ADT test failure with linux 4.15.0-119.120

2020-10-06 Thread Stefan Bader
*** This bug is a duplicate of bug 1895920 *** https://bugs.launchpad.net/bugs/1895920 ** This bug has been marked a duplicate of bug 1895920 glibc 2.27-3ubuntu1.3 ADT test failure with linux Bionic armhf -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1898722] Re: glibc 2.27-3ubuntu1.3 ADT test failure with linux 4.15.0-119.120

2020-10-06 Thread Stefan Bader
** Description changed: Testing failed on: - armhf: https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-bionic/bionic/armhf/g/glibc/20200930_011321_6b874@/log.gz - armhf+: https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada

[Bug 1898722] Re: glibc 2.27-3ubuntu1.3 ADT test failure with linux 4.15.0-119.120

2020-10-06 Thread Stefan Bader
FAIL: support/tst-support_descriptors original exit status 1 info: initial descriptor set info: 0: target="pipe:[58968719]" major=0 minor=12 ino=58968719 info: 1: target="/tmp/autopkgtest.3cYFKQ/build.QRa/src/build-tree/armhf-armel/support/tst-support_descriptors.out" major=0 minor=47 ino=14134

[Bug 1898722] [NEW] glibc 2.27-3ubuntu1.3 ADT test failure with linux 4.15.0-119.120

2020-10-06 Thread Stefan Bader
Public bug reported: Testing failed on: armhf: https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-bionic/bionic/armhf/g/glibc/20200930_011321_6b874@/log.gz armhf+: https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929

[Bug 1896725] Re: xenial 4.4.0-191-generic in -proposed has a regression

2020-09-29 Thread Stefan Bader
For now we are going with reverting the Xen change that introduced the regression with 4.4 kernels. ** Changed in: linux (Ubuntu Xenial) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https

[Bug 1897299] Re: mwifiex stops working after kernel upgrade

2020-09-29 Thread Stefan Bader
** Changed in: linux (Ubuntu Xenial) Importance: Undecided => Medium ** Changed in: linux (Ubuntu Bionic) Importance: Undecided => Medium ** Changed in: linux (Ubuntu Focal) Importance: Undecided => Medium ** Changed in: linux (Ubuntu Groovy) Importance: Undecided => Medium ** Chang

[Bug 1896781] Re: lttng-modules 2.11.2-1ubuntu0.1 ADT test failure with linux 5.4.0-49.53

2020-09-29 Thread Stefan Bader
Same for Xenial, ADT testing now succeeded for current base kernel and the new base and hwe from proposed (http://autopkgtest.ubuntu.com/packages/l/lttng-modules/xenial/amd64). ** Tags removed: verification-needed verification-needed-xenial ** Tags added: verification-done verification-done-xenial

[Bug 1896725] Re: xenial 4.4.0-191-generic in -proposed has a regression

2020-09-29 Thread Stefan Bader
** Changed in: linux (Ubuntu Xenial) Status: Confirmed => 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/1896725 Title: xenial 4.4.0-191-generic in -proposed has a regression To m

[Bug 1896781] Re: lttng-modules 2.11.2-1ubuntu0.1 ADT test failure with linux 5.4.0-49.53

2020-09-29 Thread Stefan Bader
ADT testing against the current bionic kernel and the proposed base and hwe kernel all completed successfully: http://autopkgtest.ubuntu.com/packages/l/lttng-modules/bionic/amd64 (link only for amd64 but change is arch indipenant). ** Tags removed: verification-needed-bionic ** Tags added: verific

[Bug 1896725] Re: xenial 4.4.0-191-generic in -proposed has a regression

2020-09-29 Thread Stefan Bader
** Changed in: linux (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1896725 Title: xenial 4.4.0-191-generic in -proposed has a regression To manage notif

[Bug 1896482] Re: acpi event detection crashes

2020-09-29 Thread Stefan Bader
** Changed in: linux (Ubuntu Focal) Assignee: (unassigned) => Alex Hung (alexhung) ** Changed in: linux (Ubuntu) Assignee: Alex Hung (alexhung) => (unassigned) ** Changed in: linux (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you ar

[Bug 1896482] Re: acpi event detection crashes

2020-09-29 Thread Stefan Bader
** Also affects: linux (Ubuntu Focal) Importance: Undecided Status: New ** Changed in: linux (Ubuntu Focal) Importance: Undecided => Medium ** Changed in: linux (Ubuntu Focal) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu

[Bug 1896725] Re: xenial 4.4.0-191-generic in -proposed has a regression

2020-09-28 Thread Stefan Bader
Or maybe that is not quite the change... I missed that the loop following, still would be using an anchor taken from the chip data... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1896725 Title: xen

[Bug 1896725] Re: xenial 4.4.0-191-generic in -proposed has a regression

2020-09-28 Thread Stefan Bader
It looks like being a lucky "side-effect" of commit 90ad9e2d91067983f3328e21b306323877e5f48a Author: Thomas Gleixner Date: Wed Sep 13 23:29:49 2017 +0200 x86/io_apic: Reevaluate vector configuration on activate() This changes factors out the code that accesses the chip data, but at the sa

[Bug 1896781] Re: lttng-modules 2.11.2-1ubuntu0.1 ADT test failure with linux 5.4.0-49.53

2020-09-28 Thread Stefan Bader
ADT testing succeeded against current updates and the new kernel in proposed (http://autopkgtest.ubuntu.com/packages/l/lttng- modules/focal/amd64 (this is amd64, but all other arches are the same)). Marking as verified for focal. ** Tags removed: verification-needed-focal ** Tags added: verificati

[Bug 1896725] Re: xenial 4.4.0-191-generic in -proposed has a regression

2020-09-25 Thread Stefan Bader
So I can confirm the behavior with a local Xen Server and a HVM Xenial guest. While the current proposed 4.4 kernel crashes while setting up the acpi interrupt, this does not happen with a 4.15 kernel from proposed on a Bionic HVM guest. Still I was able to get the 4.4 kernel to boot by reverting t

[Bug 1896725] Re: xenial 4.4.0-191-generic in -proposed has a regression

2020-09-25 Thread Stefan Bader
** Changed in: linux (Ubuntu Xenial) Assignee: (unassigned) => Stefan Bader (smb) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1896725 Title: xenial 4.4.0-191-generic in -proposed ha

[Bug 1896781] Re: lttng-modules 2.11.2-1ubuntu0.1 ADT test failure with linux 5.4.0-49.53

2020-09-25 Thread Stefan Bader
** Description changed: + [SRU Justification] + + == Impact == + An upstream change in v5.9 which was backported into all supported releases modified a function which lltng-modules uses. This causes the DKMS compilation to fail for all kernels which carry that fix. + + == Fix == + We add kerne

[Bug 1896725] Re: xenial 4.4.0-191-generic in -proposed has a regression

2020-09-25 Thread Stefan Bader
Just some additional data without any final conclusion. Talking to Sean, the affected instance type seem to be all Xen based. The provided stacktrace backs this. In the past that could have been a mix of paravirtualized (PV) and hardware virtualized (HVM). But since spectre/meltdown I expect that t

[Bug 1896781] Re: lttng-modules 2.11.2-1ubuntu0.1 ADT test failure with linux 5.4.0-49.53

2020-09-24 Thread Stefan Bader
Xenial test build will be at: https://launchpad.net/~smb/+archive/ubuntu/temp01 Verification in VM: root@test-x1:~# dpkg -l|grep lttng-modules-dkms ii lttng-modules-dkms 2.8.0-1ubuntu1~16.04.9 all Linux Trace Toolkit (LTTng) kernel modules (

[Bug 1896781] Re: lttng-modules 2.11.2-1ubuntu0.1 ADT test failure with linux 5.4.0-49.53

2020-09-24 Thread Stefan Bader
Bionic test build will be at: https://launchpad.net/~smb/+archive/ubuntu/temp01 Verification in VM: root@test-b1:~# dpkg -l|grep lttng-modules-dkms ii lttng-modules-dkms 2.10.8-1ubuntu2~18.04.3 all Linux Trace Toolkit (LTTng) kernel modules (DK

[Bug 1896781] Re: lttng-modules 2.11.2-1ubuntu0.1 ADT test failure with linux 5.4.0-49.53

2020-09-24 Thread Stefan Bader
** Changed in: lttng-modules (Ubuntu Bionic) 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/1896781 Title: lttng-modules 2.11.2-1ubuntu0.1 ADT test failure with

[Bug 1896781] Re: lttng-modules 2.11.2-1ubuntu0.1 ADT test failure with linux 5.4.0-49.53

2020-09-23 Thread Stefan Bader
** Changed in: lttng-modules (Ubuntu Bionic) Assignee: (unassigned) => Stefan Bader (smb) ** Changed in: lttng-modules (Ubuntu Xenial) Assignee: (unassigned) => Stefan Bader (smb) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscri

[Bug 1896781] Re: lttng-modules 2.11.2-1ubuntu0.1 ADT test failure with linux 5.4.0-49.53

2020-09-23 Thread Stefan Bader
** Changed in: lttng-modules (Ubuntu) Assignee: Stefan Bader (smb) => (unassigned) ** Changed in: lttng-modules (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bu

[Bug 1896781] Re: lttng-modules 2.11.2-1ubuntu0.1 ADT test failure with linux 5.4.0-49.53

2020-09-23 Thread Stefan Bader
Focal test build at: https://launchpad.net/~smb/+archive/ubuntu/temp01 Verification in VM: root@test-f1:/usr/src/lttng-modules-2.11.2# dpkg -l |grep lttng-modules-dkms ii lttng-modules-dkms 2.11.2-1ubuntu0.2 all Linux Trace Toolkit (LTTng) kernel modules

[Bug 1896781] Re: lttng-modules 2.11.2-1ubuntu0.1 ADT test failure with linux 5.4.0-49.53

2020-09-23 Thread Stefan Bader
This would be the proposed fix for focal which should also prepare us for the coming hwe kernels as well. For bionic there likely will be a similar change needed. At least to handle hwe-5.4 but potentially the upstream change got backported to 4.15 as well. ** Patch added: "proposed-focal-fix.debd

[Bug 1896781] Re: lttng-modules 2.11.2-1ubuntu0.1 ADT test failure with linux 5.4.0-49.53

2020-09-23 Thread Stefan Bader
In "Focal update: v5.4.62 upstream stable release" (bug #1895174) the arguments of the trace event writeback_queue_io were changed from 3 to 4 by: Author: Jan Kara Date: Fri May 29 16:08:58 2020 +0200 writeback: Fix sync livelock due to b_dirty_time processing BugLink: https://bug

[Bug 1896781] Re: lttng-modules 2.11.2-1ubuntu0.1 ADT test failure with linux 5.4.0-49.53

2020-09-23 Thread Stefan Bader
CC [M] /var/lib/dkms/lttng-modules/2.11.2/build/probes/lttng-kprobes.o In file included from /var/lib/dkms/lttng-modules/2.11.2/build/probes/../probes/define_trace.h:87, from /var/lib/dkms/lttng-modules/2.11.2/build/probes/../instrumentation/events/lttng-module/writeback.h:736,

[Bug 1896781] Re: lttng-modules 2.11.2-1ubuntu0.1 ADT test failure with linux 5.4.0-49.53

2020-09-23 Thread Stefan Bader
CC [M] /var/lib/dkms/lttng-modules/2.11.2/build/probes/lttng-kprobes.o In file included from /var/lib/dkms/lttng-modules/2.11.2/build/probes/../probes/define_trace.h:87, from /var/lib/dkms/lttng-modules/2.11.2/build/probes/../instrumentation/events/lttng-module/writeback.h:736,

[Bug 1896781] [NEW] lttng-modules 2.11.2-1ubuntu0.1 ADT test failure with linux 5.4.0-49.53

2020-09-23 Thread Stefan Bader
://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-focal/focal/s390x/l/lttng-modules/20200921_174009_64208@/log.gz ** Affects: lttng-modules (Ubuntu) Importance: Medium Assignee: Stefan Bader (smb) Status: Confirmed ** Affects: lttng

[Bug 1863116] Re: debian/rules editconfigs does not work on s390x to change s390x only configs

2020-09-23 Thread Stefan Bader
** Also affects: linux (Ubuntu Groovy) Importance: Undecided Status: Triaged ** Also affects: linux (Ubuntu Focal) Importance: Undecided Status: New ** Changed in: linux (Ubuntu Groovy) Status: Triaged => Fix Committed ** Changed in: linux (Ubuntu Focal) Importance:

[Bug 1896216] Re: [Ubuntu 20.10] zPCI DMA tables and bitmap leak on hard unplug (PCI Event 0x0304)

2020-09-23 Thread Stefan Bader
** Changed in: linux (Ubuntu Focal) 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/1896216 Title: [Ubuntu 20.10] zPCI DMA tables and bitmap leak on hard unplug (PCI

[Bug 1895606] Re: Thunderbolt3 daisy chain sometimes doesn't work

2020-09-21 Thread Stefan Bader
This patch has not actually been applied. Right now I see a v2 on the mailing list which is missing a second ack. ** Changed in: linux (Ubuntu Focal) Importance: Undecided => Medium ** Changed in: linux (Ubuntu Focal) Status: Fix Committed => Triaged -- You received this bug notificat

[Bug 1896249] [NEW] lxc 3.0.3-0ubuntu1~18.04.1 ADT test failure with linux-gkeop-5.4 5.4.0-1001.1

2020-09-18 Thread Stefan Bader
Public bug reported: Testing failed on: amd64: https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-bionic/bionic/amd64/l/lxc/20200918_144021_ce0b3@/log.gz The failed test is: FAIL: lxc-tests: lxc-test-device-add-remove (0s) --- Adding /dev/ne

[Bug 1889446] Re: DELL LATITUDE 5491 touchscreen doesn't work

2020-09-18 Thread Stefan Bader
** Also affects: linux (Ubuntu Xenial) Importance: Undecided Status: New ** Changed in: linux (Ubuntu Xenial) Importance: Undecided => Medium ** Changed in: linux (Ubuntu Xenial) Status: New => Fix Committed ** Changed in: linux (Ubuntu) Status: Incomplete => Invalid

[Bug 1889446] Re: DELL LATITUDE 5491 touchscreen doesn't work

2020-09-18 Thread Stefan Bader
** Also affects: linux (Ubuntu Bionic) Importance: Undecided Status: New ** Changed in: linux (Ubuntu Bionic) Importance: Undecided => Medium ** Changed in: linux (Ubuntu Bionic) Status: New => Fix Committed -- You received this bug notification because you are a member of U

[Bug 1889446] Re: DELL LATITUDE 5491 touchscreen doesn't work

2020-09-18 Thread Stefan Bader
** Also affects: linux (Ubuntu Focal) Importance: Undecided Status: New ** Changed in: linux (Ubuntu Focal) Importance: Undecided => Medium ** Changed in: linux (Ubuntu Focal) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubun

[Bug 1875199] Re: [NUC8CCHK][HDA-Intel - HDA Intel PCH, playback] No sound at all

2020-09-18 Thread Stefan Bader
** Also affects: linux (Ubuntu Focal) Importance: Undecided Status: New ** Changed in: linux (Ubuntu Focal) Importance: Undecided => Medium ** Changed in: linux (Ubuntu Focal) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubun

[Bug 1895881] Re: Focal update: v5.4.65 upstream stable release

2020-09-17 Thread Stefan Bader
** Changed in: linux (Ubuntu Focal) Status: In Progress => Fix Committed ** Changed in: linux (Ubuntu) Status: Confirmed => Invalid ** Changed in: linux (Ubuntu Focal) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1895879] Re: Focal update: v5.4.63 upstream stable release

2020-09-17 Thread Stefan Bader
** Changed in: linux (Ubuntu Focal) Status: In Progress => Fix Committed ** Changed in: linux (Ubuntu) Status: Confirmed => Invalid ** Changed in: linux (Ubuntu Focal) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1895873] Re: Bionic update: upstream stable patchset 2020-09-16

2020-09-17 Thread Stefan Bader
** Changed in: linux (Ubuntu) Status: Confirmed => Invalid ** Changed in: linux (Ubuntu Bionic) Status: In Progress => Fix Committed ** Changed in: linux (Ubuntu Bionic) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bug

[Bug 1895880] Re: Focal update: v5.4.64 upstream stable release

2020-09-17 Thread Stefan Bader
** Changed in: linux (Ubuntu Focal) Status: In Progress => Fix Committed ** Changed in: linux (Ubuntu) Status: Confirmed => Invalid ** Changed in: linux (Ubuntu Focal) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1887674] Re: Introduce the new NVIDIA 450-server and the 450 UDA series

2020-09-17 Thread Stefan Bader
Based on the previous comment I have adjusted the tags to done. ** Tags removed: verification-needed verification-needed-bionic verification-needed-focal ** Tags added: verification-done verification-done-bionic verification-done-focal -- You received this bug notification because you are a me

[Bug 1895109] Re: mm/slub kernel oops on focal kernel 5.4.0-45

2020-09-17 Thread Stefan Bader
Marking as verified, based on feedback we received on other channels. ** Tags removed: verification-needed-focal ** Tags added: verification-done-focal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/18

[Bug 1895891] Re: Xenial update: v4.4.236 upstream stable release

2020-09-17 Thread Stefan Bader
** Changed in: linux (Ubuntu Xenial) Status: In Progress => Fix Committed ** Changed in: linux (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1895891

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