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

Francis Ginther francis.ginther at canonical.com
Thu Nov 4 13:01:39 UTC 2021


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.

Also remove the flavour checks so that as we add new flavours, we don't
need to update the package install code.

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 |  5 ++---
 ubuntu_ltp/ubuntu_ltp.py                           |  4 +---
 ubuntu_ltp_controllers/ubuntu_ltp_controllers.py   |  5 ++---
 ubuntu_ltp_stable/ubuntu_ltp_stable.py             |  4 +---
 ubuntu_ltp_syscalls/ubuntu_ltp_syscalls.py         |  5 ++---
 ubuntu_quota_smoke_test/ubuntu_quota_smoke_test.py |  5 +----
 ubuntu_zram_smoke_test/ubuntu_zram_smoke_test.py   | 10 +++-------
 7 files changed, 12 insertions(+), 26 deletions(-)

-- 
2.30.2




More information about the kernel-team mailing list