mbox series

[ACT,0/7,v2] Install the linux-modules-extra package matching the running kernel

Message ID 20211109213522.764575-1-francis.ginther@canonical.com
Headers show
Series Install the linux-modules-extra package matching the running kernel | expand

Message

Francis Ginther Nov. 9, 2021, 9:35 p.m. UTC
v2 - Omit the changes to the flavour filters. This version just updates
the selection of the linux-modules-extra package.

When needing to install the linux-modules-extra package, always install
the one matching the current running kernel via the uname release string
(i.e. uname -r). Using wildcards in the install string may include
packages that are not installable, so an exact package name is needed.

Francis Ginther (7):
  UBUNTU: SAUCE: ubuntu_kernel_selftests: Install the
    linux-modules-extra package matching the running kernel
  UBUNTU: SAUCE: ubuntu_ltp: Install the linux-modules-extra package
    matching the running kernel
  UBUNTU: SAUCE: ubuntu_ltp_controllers: Install the linux-modules-extra
    package matching the running kernel
  UBUNTU: SAUCE: ubuntu_ltp_stable: Install the linux-modules-extra
    package matching the running kernel
  UBUNTU: SAUCE: ubuntu_ltp_syscalls: Install the linux-modules-extra
    package matching the running kernel
  UBUNTU: SAUCE: ubuntu_quota_smoke_test: Install the
    linux-modules-extra package matching the running kernel
  UBUNTU: SAUCE: ubuntu_zram_smoke_test: Install the linux-modules-extra
    package matching the running kernel

 ubuntu_kernel_selftests/ubuntu_kernel_selftests.py | 2 +-
 ubuntu_ltp/ubuntu_ltp.py                           | 2 +-
 ubuntu_ltp_controllers/ubuntu_ltp_controllers.py   | 2 +-
 ubuntu_ltp_stable/ubuntu_ltp_stable.py             | 2 +-
 ubuntu_ltp_syscalls/ubuntu_ltp_syscalls.py         | 2 +-
 ubuntu_quota_smoke_test/ubuntu_quota_smoke_test.py | 2 +-
 ubuntu_zram_smoke_test/ubuntu_zram_smoke_test.py   | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

Comments

Po-Hsu Lin Nov. 10, 2021, 9:09 a.m. UTC | #1
Acked-by: Po-Hsu Lin <po-hsu.lin@canonical.com>

Applied and pushed.

Thanks
Sam