This bug is missing log files that will aid in diagnosing the problem.
While running an Ubuntu kernel (not a mainline or third-party kernel)
please enter the following command in a terminal window:

apport-collect 1872047

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (Ubuntu)
       Status: New => Incomplete

** Changed in: linux (Ubuntu Eoan)
       Status: New => Incomplete

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

Title:
  kselftest: seccomp kill_after_ptrace() timeout

Status in linux package in Ubuntu:
  Incomplete
Status in linux source package in Eoan:
  Incomplete
Status in linux source package in Focal:
  Incomplete

Bug description:
  [Impact]

  While running seccomp_bpf, kill_after_ptrace() gets stuck if we run it
  via /usr/bin/timeout (that is the default), until the timeout expires.

  This is because /usr/bin/timeout is preventing to properly deliver
  signals to ptrace'd children (SIGSYS in this case).

  [Test case]

  This problem can be easily reproduced by running:

   $ sudo make TARGETS=seccomp kselftest
   ...

   # [ RUN      ] TRACE_syscall.skip_a#
   not ok 1 selftests: seccomp: seccomp_bpf # TIMEOUT

  The test is hanging at this point until the timeout expires and then it
  reports the timeout error.

  [Fix]

  This problem can be prevented by passing --foreground to /usr/bin/timeout,
  allowing to properly deliver signals to children processes.

  [Regression potential]

  Not an upstream fix (patch has been sent to the lkml
  https://lkml.org/lkml/2020/4/10/153), but the fix is trivial and it's
  only affecting the selftests, not the kernel, so regression potential
  is minimal.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872047/+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