This bug was fixed in the package linux - 5.3.0-51.44
---
linux (5.3.0-51.44) eoan; urgency=medium
* CVE-2020-11884
- SAUCE: s390/mm: fix page table upgrade vs 2ndary address mode accesses
-- Thadeu Lima de Souza Cascardo Wed, 22 Apr
2020 17:35:41 -0300
** Changed in: linux
The test can be built now, verified with Eoan 5.3.0-48.41
Thanks!
** Changed in: ubuntu-kernel-tests
Status: New => Fix Released
** Tags removed: verification-needed-eoan
** Tags added: verification-done-eoan
--
You received this bug notification because you are a member of Ubuntu
Bugs,
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
eoan' to 'verification-done-eoan'. If the problem still exists, change
the tag 'verification
** Changed in: linux (Ubuntu Eoan)
Status: Confirmed => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1871613
Title:
ubuntu_bpf test failed to build on Eoan
To manage notificat
** Changed in: linux (Ubuntu Eoan)
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/1871613
Title:
ubuntu_bpf test failed to build on Eoan
To manage notifications abou
** Also affects: linux (Ubuntu Eoan)
Importance: Undecided
Status: New
** Changed in: linux (Ubuntu Eoan)
Status: New => Confirmed
** Changed in: linux (Ubuntu)
Status: Incomplete => Invalid
--
You received this bug notification because you are a member of Ubuntu
Bugs, w
It looks like it might need this patch:
https://github.com/torvalds/linux/commit/9a365e67d8bbcfff47063a4eeaa98fd3668e223a
in test_progs.h
- #include
+ #include
And the newly added "CHECK_FAIL" was defined here:
https://github.com/torvalds/linux/commit/d38835b75f67df16cef65c14aa64796a1832e6b4
-
** Description changed:
Issue found on 5.3.0-47.39 Eoan
Test failed to build with error message below:
make[1]: Leaving directory
'/home/ubuntu/autotest/client/tmp/ubuntu_bpf/src/linux/tools/testing/selftests/bpf'
make: Leaving directory
'/home/ubuntu/autotest/client/tmp/ubuntu_bpf/sr
This file:
prog_tests/sockmap_basic.c
seems to be a new file added to the tree recently with this commit [1]:
7c57edd selftests/bpf: Test freeing sockmap/sockhash with a socket in it
$ git tag --contains 7c57edd8018e70b4faebf0569a1fa3f35a21829c
Ubuntu-5.3.0-47.39
[1]
https://github.com/torvalds