[Bug 1884634] Re: backport-iwlwifi-dkms 8324-0ubuntu3 ADT test failure with linux-5.8 5.8.0-1.2

2020-12-14 Thread Launchpad Bug Tracker
This bug was fixed in the package backport-iwlwifi-dkms -
8324-0ubuntu3~20.04.2

---
backport-iwlwifi-dkms (8324-0ubuntu3~20.04.2) focal; urgency=medium

  * Fix build against v5.8 kernel (LP: #1884634)
- backport: add genlmsg_parse()
- backport: update include/uapi/linux/pci_regs.h
- [NOUPSTREAM] iwlwifi: mvm: use 64-bit version of timespec
- [NOUPSTREAM] cfg80211: use parallel_ops for genl
- backports: netlink: fix nla_validate_nested()
- netlink: rename nl80211_validate_nested() to nla_validate_nested()
- ftrace: Rework event_create_dir()
- nl80211: fix NL80211_ATTR_FTM_RESPONDER policy
- [NOUPSTREAM] nl80211: pull in NLA_POLICY_EXACT_LEN_WARN() usage

 -- You-Sheng Yang   Mon, 02 Nov 2020 13:55:31 +

** Changed in: backport-iwlwifi-dkms (Ubuntu Focal)
   Status: Fix Committed => 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/1884634

Title:
  backport-iwlwifi-dkms 8324-0ubuntu3 ADT test failure with linux-5.8
  5.8.0-1.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backport-iwlwifi-dkms/+bug/1884634/+subscriptions

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

[Bug 1884634] Re: backport-iwlwifi-dkms 8324-0ubuntu3 ADT test failure with linux-5.8 5.8.0-1.2

2020-12-08 Thread You-Sheng Yang
Tested backport-iwlwifi-dkms version 8324-0ubuntu3~20.04.2 from focal-
proposed against kernels 5.4.0-57-generic, 5.6.0-1036-oem, and
5.8.0-32-generic.

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

** Changed in: backport-iwlwifi-dkms (Ubuntu Focal)
   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/1884634

Title:
  backport-iwlwifi-dkms 8324-0ubuntu3 ADT test failure with linux-5.8
  5.8.0-1.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backport-iwlwifi-dkms/+bug/1884634/+subscriptions

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

[Bug 1884634] Re: backport-iwlwifi-dkms 8324-0ubuntu3 ADT test failure with linux-5.8 5.8.0-1.2

2020-12-07 Thread Ɓukasz Zemczak
Hello Seth, or anyone else affected,

Accepted backport-iwlwifi-dkms into focal-proposed. The package will
build now and be available at https://launchpad.net/ubuntu/+source
/backport-iwlwifi-dkms/8324-0ubuntu3~20.04.2 in a few hours, and then in
the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
focal to verification-done-focal. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-focal. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: backport-iwlwifi-dkms (Ubuntu Focal)
   Status: In Progress => Fix Committed

** Tags added: verification-needed verification-needed-focal

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

Title:
  backport-iwlwifi-dkms 8324-0ubuntu3 ADT test failure with linux-5.8
  5.8.0-1.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backport-iwlwifi-dkms/+bug/1884634/+subscriptions

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

[Bug 1884634] Re: backport-iwlwifi-dkms 8324-0ubuntu3 ADT test failure with linux-5.8 5.8.0-1.2

2020-11-03 Thread You-Sheng Yang
Updated commits to include only necessary changes backported from
upstream backport-iwlwifi, mainline kernel, and backports project.

Need review & submit.

** Description changed:

  [SRU Justifcation]
  
  [Impact]
- When compiled against linux-oem-5.6 kernels on Focal, backport-iwlwifi-dkms 
gives numerous errors and fails the installation. Although the current version 
8324 has been marked obsoleted by 5.4 or newer in bug 1863583 and bug 1869587, 
this still happens during the installation of either kernel headers packages or 
backport-iwlwifi-dkms because dkms will still build but skip installing dkms 
modules. So far this doesn't bring critical errors, but as a LTS series Focal 
will receive more and more kernel version bumps as Bionic does, such build 
failure will be a problem that can't be avoid.
+ When compiled against linux-oem-5.6/linux-5.8 kernels on Focal, 
backport-iwlwifi-dkms gives numerous errors due to in kernel interface changes 
and fails the installation.
  
  [Fix]
- This backports rev 8613, which fixed compilation against v5.8, that is 
already in Groovy to Focal along with necessary changes (Depends: flex, bison).
+ This backports several patches from upstream backport-iwlwifi, mainline 
kernel, and backports project.
  
  [Test Case]
- Tested on 5.4.0-40-generic and 5.6.0-1018-oem on Focal.
+ Tested build on 5.4.0-52-generic, 5.6.0-1032-oem and 5.8.0-25-generic on 
Focal. Since the current version 8324 has been marked obsoleted by 5.4 or newer 
in bug 1863583 and bug 1869587, built modules are not installed currently so no 
runtime tests are required.
  
  [Regression Potential]
  Low. So far backport-iwlwifi-dkms is still marked OBSOLETED_BY=5.4.0, so it 
has totally no effect in the runtime system. This will only change when future 
enablements based on LTS series Focal that relies on out-of-tree driver support 
from this package.
  
  === Original Bug Description ===
  
  Testing failed on:
  amd64: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-groovy-canonical-kernel-team-bootstrap/groovy/amd64/b/backport-iwlwifi-dkms/20200619_205606_7a677@/log.gz
  arm64: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-groovy-canonical-kernel-team-bootstrap/groovy/arm64/b/backport-iwlwifi-dkms/20200619_210720_cf76d@/log.gz
  ppc64el: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-groovy-canonical-kernel-team-bootstrap/groovy/ppc64el/b/backport-iwlwifi-dkms/20200619_205835_f474a@/log.gz

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

Title:
  backport-iwlwifi-dkms 8324-0ubuntu3 ADT test failure with linux-5.8
  5.8.0-1.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backport-iwlwifi-dkms/+bug/1884634/+subscriptions

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

[Bug 1884634] Re: backport-iwlwifi-dkms 8324-0ubuntu3 ADT test failure with linux-5.8 5.8.0-1.2

2020-11-02 Thread You-Sheng Yang
Updated https://code.launchpad.net/~vicamo/ubuntu/+source/backport-
iwlwifi-dkms/+git/backport-iwlwifi-dkms/+merge/387731 a bit. Need some
more tests.

** Changed in: backport-iwlwifi-dkms (Ubuntu Focal)
   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/1884634

Title:
  backport-iwlwifi-dkms 8324-0ubuntu3 ADT test failure with linux-5.8
  5.8.0-1.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backport-iwlwifi-dkms/+bug/1884634/+subscriptions

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

[Bug 1884634] Re: backport-iwlwifi-dkms 8324-0ubuntu3 ADT test failure with linux-5.8 5.8.0-1.2

2020-11-02 Thread You-Sheng Yang
** Changed in: backport-iwlwifi-dkms (Ubuntu Focal)
   Status: In Progress => Invalid

** No longer affects: backport-iwlwifi-dkms (Ubuntu Focal)

** Also affects: backport-iwlwifi-dkms (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Changed in: backport-iwlwifi-dkms (Ubuntu Focal)
 Assignee: (unassigned) => You-Sheng Yang (vicamo)

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

Title:
  backport-iwlwifi-dkms 8324-0ubuntu3 ADT test failure with linux-5.8
  5.8.0-1.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backport-iwlwifi-dkms/+bug/1884634/+subscriptions

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

[Bug 1884634] Re: backport-iwlwifi-dkms 8324-0ubuntu3 ADT test failure with linux-5.8 5.8.0-1.2

2020-08-05 Thread You-Sheng Yang
** Changed in: backport-iwlwifi-dkms (Ubuntu Focal)
   Importance: Undecided => High

** Changed in: backport-iwlwifi-dkms (Ubuntu Groovy)
   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/1884634

Title:
  backport-iwlwifi-dkms 8324-0ubuntu3 ADT test failure with linux-5.8
  5.8.0-1.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backport-iwlwifi-dkms/+bug/1884634/+subscriptions

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

[Bug 1884634] Re: backport-iwlwifi-dkms 8324-0ubuntu3 ADT test failure with linux-5.8 5.8.0-1.2

2020-07-20 Thread You-Sheng Yang
** Description changed:

  [SRU Justifcation]
  
  [Impact]
+ When compiled against linux-oem-5.6 kernels on Focal, backport-iwlwifi-dkms 
gives numerous errors and fails the installation. Although the current version 
8324 has been marked obsoleted by 5.4 or newer in bug 1863583 and bug 1869587, 
this still happens during the installation of either kernel headers packages or 
backport-iwlwifi-dkms because dkms will still build but skip installing dkms 
modules. So far this doesn't bring critical errors, but as a LTS series Focal 
will receive more and more kernel version bumps as Bionic does, such build 
failure will be a problem that can't be avoid.
+ 
  [Fix]
+ This backports rev 8613, which fixed compilation against v5.8, that is 
already in Groovy to Focal along with necessary changes (Depends: flex, bison).
+ 
  [Test Case]
+ Tested on 5.4.0-40-generic and 5.6.0-1018-oem on Focal.
+ 
  [Regression Potential]
- [Other Info]
+ Low. So far backport-iwlwifi-dkms is still marked OBSOLETED_BY=5.4.0, so it 
has totally no effect in the runtime system. This will only change when future 
enablements based on LTS series Focal that relies on out-of-tree driver support 
from this package.
  
  === Original Bug Description ===
  
  Testing failed on:
  amd64: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-groovy-canonical-kernel-team-bootstrap/groovy/amd64/b/backport-iwlwifi-dkms/20200619_205606_7a677@/log.gz
  arm64: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-groovy-canonical-kernel-team-bootstrap/groovy/arm64/b/backport-iwlwifi-dkms/20200619_210720_cf76d@/log.gz
  ppc64el: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-groovy-canonical-kernel-team-bootstrap/groovy/ppc64el/b/backport-iwlwifi-dkms/20200619_205835_f474a@/log.gz

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

Title:
  backport-iwlwifi-dkms 8324-0ubuntu3 ADT test failure with linux-5.8
  5.8.0-1.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backport-iwlwifi-dkms/+bug/1884634/+subscriptions

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

[Bug 1884634] Re: backport-iwlwifi-dkms 8324-0ubuntu3 ADT test failure with linux-5.8 5.8.0-1.2

2020-07-20 Thread You-Sheng Yang
** Merge proposal linked:
   
https://code.launchpad.net/~vicamo/ubuntu/+source/backport-iwlwifi-dkms/+git/backport-iwlwifi-dkms/+merge/387731

** Description changed:

+ [SRU Justifcation]
+ 
+ [Impact]
+ [Fix]
+ [Test Case]
+ [Regression Potential]
+ [Other Info]
+ 
+ === Original Bug Description ===
+ 
  Testing failed on:
- amd64: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-groovy-canonical-kernel-team-bootstrap/groovy/amd64/b/backport-iwlwifi-dkms/20200619_205606_7a677@/log.gz
- arm64: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-groovy-canonical-kernel-team-bootstrap/groovy/arm64/b/backport-iwlwifi-dkms/20200619_210720_cf76d@/log.gz
- ppc64el: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-groovy-canonical-kernel-team-bootstrap/groovy/ppc64el/b/backport-iwlwifi-dkms/20200619_205835_f474a@/log.gz
+ amd64: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-groovy-canonical-kernel-team-bootstrap/groovy/amd64/b/backport-iwlwifi-dkms/20200619_205606_7a677@/log.gz
+ arm64: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-groovy-canonical-kernel-team-bootstrap/groovy/arm64/b/backport-iwlwifi-dkms/20200619_210720_cf76d@/log.gz
+ ppc64el: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-groovy-canonical-kernel-team-bootstrap/groovy/ppc64el/b/backport-iwlwifi-dkms/20200619_205835_f474a@/log.gz

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

Title:
  backport-iwlwifi-dkms 8324-0ubuntu3 ADT test failure with linux-5.8
  5.8.0-1.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backport-iwlwifi-dkms/+bug/1884634/+subscriptions

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

[Bug 1884634] Re: backport-iwlwifi-dkms 8324-0ubuntu3 ADT test failure with linux-5.8 5.8.0-1.2

2020-07-20 Thread You-Sheng Yang
** No longer affects: backport-iwlwifi-dkms (Ubuntu Focal)

** Also affects: backport-iwlwifi-dkms (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Changed in: backport-iwlwifi-dkms (Ubuntu Focal)
   Status: New => In Progress

** Changed in: backport-iwlwifi-dkms (Ubuntu Focal)
 Assignee: (unassigned) => You-Sheng Yang (vicamo)

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

Title:
  backport-iwlwifi-dkms 8324-0ubuntu3 ADT test failure with linux-5.8
  5.8.0-1.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backport-iwlwifi-dkms/+bug/1884634/+subscriptions

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

[Bug 1884634] Re: backport-iwlwifi-dkms 8324-0ubuntu3 ADT test failure with linux-5.8 5.8.0-1.2

2020-07-09 Thread Launchpad Bug Tracker
This bug was fixed in the package backport-iwlwifi-dkms - 8613-0ubuntu1

---
backport-iwlwifi-dkms (8613-0ubuntu1) groovy; urgency=low

  * New release
- upstream version 8613 commit 7db018c8995975. (LP: #1884634)
- update debian/backport-iwlwifi-dkms.modaliases.

  * debian/patches:
- Update 0006-backport-address-interface-change-in-linux-skbuff.h-.patch
- Add 0007-backport-netlink-remove-NLA_EXACT_LEN_WARN.patch

 -- You-Sheng Yang   Tue, 23 Jun 2020 18:54:42 +0800

** Changed in: backport-iwlwifi-dkms (Ubuntu Groovy)
   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/1884634

Title:
  backport-iwlwifi-dkms 8324-0ubuntu3 ADT test failure with linux-5.8
  5.8.0-1.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backport-iwlwifi-dkms/+bug/1884634/+subscriptions

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

[Bug 1884634] Re: backport-iwlwifi-dkms 8324-0ubuntu3 ADT test failure with linux-5.8 5.8.0-1.2

2020-06-23 Thread You-Sheng Yang
PPA: https://launchpad.net/~vicamo/+archive/ubuntu/ppa-1884634

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

Title:
  backport-iwlwifi-dkms 8324-0ubuntu3 ADT test failure with linux-5.8
  5.8.0-1.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backport-iwlwifi-dkms/+bug/1884634/+subscriptions

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

[Bug 1884634] Re: backport-iwlwifi-dkms 8324-0ubuntu3 ADT test failure with linux-5.8 5.8.0-1.2

2020-06-23 Thread You-Sheng Yang
Since oem-5.6 also fails, I added Focal to affected series.

** Merge proposal linked:
   
https://code.launchpad.net/~vicamo/ubuntu/+source/backport-iwlwifi-dkms/+git/backport-iwlwifi-dkms/+merge/386262

** Also affects: backport-iwlwifi-dkms (Ubuntu Groovy)
   Importance: Undecided
 Assignee: You-Sheng Yang (vicamo)
   Status: In Progress

** Also affects: backport-iwlwifi-dkms (Ubuntu Focal)
   Importance: Undecided
   Status: New

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

Title:
  backport-iwlwifi-dkms 8324-0ubuntu3 ADT test failure with linux-5.8
  5.8.0-1.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backport-iwlwifi-dkms/+bug/1884634/+subscriptions

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

[Bug 1884634] Re: backport-iwlwifi-dkms 8324-0ubuntu3 ADT test failure with linux-5.8 5.8.0-1.2

2020-06-23 Thread You-Sheng Yang
** Attachment added: "make.log (5.6.0-1010-oem)"
   
https://bugs.launchpad.net/ubuntu/+source/backport-iwlwifi-dkms/+bug/1884634/+attachment/5386358/+files/make.log

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

Title:
  backport-iwlwifi-dkms 8324-0ubuntu3 ADT test failure with linux-5.8
  5.8.0-1.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backport-iwlwifi-dkms/+bug/1884634/+subscriptions

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

[Bug 1884634] Re: backport-iwlwifi-dkms 8324-0ubuntu3 ADT test failure with linux-5.8 5.8.0-1.2

2020-06-23 Thread You-Sheng Yang
** Attachment added: "make.log (5.7.0-9-generic)"
   
https://bugs.launchpad.net/ubuntu/+source/backport-iwlwifi-dkms/+bug/1884634/+attachment/5386359/+files/make.log

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

Title:
  backport-iwlwifi-dkms 8324-0ubuntu3 ADT test failure with linux-5.8
  5.8.0-1.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backport-iwlwifi-dkms/+bug/1884634/+subscriptions

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

[Bug 1884634] Re: backport-iwlwifi-dkms 8324-0ubuntu3 ADT test failure with linux-5.8 5.8.0-1.2

2020-06-23 Thread You-Sheng Yang
** Attachment added: "make.log (full)"
   
https://bugs.launchpad.net/ubuntu/+source/backport-iwlwifi-dkms/+bug/1884634/+attachment/5386355/+files/make.log

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

Title:
  backport-iwlwifi-dkms 8324-0ubuntu3 ADT test failure with linux-5.8
  5.8.0-1.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backport-iwlwifi-dkms/+bug/1884634/+subscriptions

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

[Bug 1884634] Re: backport-iwlwifi-dkms 8324-0ubuntu3 ADT test failure with linux-5.8 5.8.0-1.2

2020-06-22 Thread You-Sheng Yang
** Changed in: backport-iwlwifi-dkms (Ubuntu)
 Assignee: (unassigned) => You-Sheng Yang (vicamo)

** Changed in: backport-iwlwifi-dkms (Ubuntu)
   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/1884634

Title:
  backport-iwlwifi-dkms 8324-0ubuntu3 ADT test failure with linux-5.8
  5.8.0-1.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backport-iwlwifi-dkms/+bug/1884634/+subscriptions

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

[Bug 1884634] Re: backport-iwlwifi-dkms 8324-0ubuntu3 ADT test failure with linux-5.8 5.8.0-1.2

2020-06-22 Thread Seth Forshee
** Attachment added: "make.log"
   https://bugs.launchpad.net/bugs/1884634/+attachment/5386222/+files/make.log

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

Title:
  backport-iwlwifi-dkms 8324-0ubuntu3 ADT test failure with linux-5.8
  5.8.0-1.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backport-iwlwifi-dkms/+bug/1884634/+subscriptions

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