In Cosmic, this test can be skipped by checking the module existence.
So maybe we should fix this in the kernel (testing tool).

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/1812198

Title:
  user_copy in user from ubuntu_kernel_selftests failed on KVM kernel

Status in linux-kvm package in Ubuntu:
  New

Bug description:
  This test will attempt to insert the test_user_copy module, but this
  module does not exist in KVM kernels:

  # modprobe test_user_copy
  modprobe: FATAL: Module test_user_copy not found in directory 
/lib/modules/4.15.0-1028-kvm

  The script:
  if /sbin/modprobe -q test_user_copy; then
          /sbin/modprobe -q -r test_user_copy
          echo "user_copy: ok"
  else
          echo "user_copy: [FAIL]"
          exit 1
  fi

  This test_user_copy will need the CONFIG_TEST_USER_COPY to be enabled
  https://cateee.net/lkddb/web-lkddb/TEST_USER_COPY.html

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-1028-kvm 4.15.0-1028.28
  ProcVersionSignature: User Name 4.15.0-1028.28-kvm 4.15.18
  Uname: Linux 4.15.0-1028-kvm x86_64
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  Date: Thu Jan 17 10:57:57 2019
  SourcePackage: linux-kvm
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-kvm/+bug/1812198/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to