[Bug 1892213] Re: psock_snd.sh in net from ubuntu_kernel_selftests ADT failure with focal/groovy/hirsute/impish

2021-09-07 Thread Po-Hsu Lin
** Description changed:

  [Impact]
  The expected to fail 'raw gso min size - 1' test in psock_snd.sh is always 
failing with:
  
    raw gso min size - 1 (expected to fail)
    tx: 1524
    rx: 1472
    OK
  
  This is because after commit 7c6d2ec ("net: be more gentle about silly
  gso requests coming from user"), we relaxed the min gso_size check in 
virtio_net_hdr_to_skb().
  So when a packet which is smaller then the gso_size,
  GSO for this packet will not be set, the packet will be
  send/recv successfully.
  
  [Fix]
  * cfba3fb68960b4 selftests/net: remove min gso test in packet_snd
  
- This patch can be cherry-picked into affected kernels.
+ This patch can be cherry-picked into all affected kernels.
+ I will skip those 5.8 variants, as the current cycle (2021-09-06) might be 
the last cycle for them.
  
  [Test]
  Run this psock_snd.sh script, this test will no longer exist and the script 
can proceed to the next test.
  
- [Impact]
+ [Where problems could occur]
+ Removing this broken test should not have any negative impact to our tests.
+ 
  
  [Original Bug Report]
  Testing failed on focal/linux 5.4.0-44.48:
  amd64: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-focal/focal/amd64/l/linux/20200812_171444_31971@/log.gz
  arm64: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-focal/focal/arm64/l/linux/20200812_210509_145fd@/log.gz
  ppc64el: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-focal/focal/ppc64el/l/linux/20200812_165855_1dabd@/log.gz
  s390x: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-focal/focal/s390x/l/linux/20200812_153600_9c7cb@/log.gz
  
  psock_snd.sh output:
  
  16:28:30 DEBUG| [stdout] # selftests: net: psock_snd.sh
  16:28:31 DEBUG| [stdout] # dgram
  16:28:31 DEBUG| [stdout] # tx: 128
  16:28:31 DEBUG| [stdout] # rx: 142
  16:28:31 DEBUG| [stdout] # rx: 100
  16:28:31 DEBUG| [stdout] # OK
  16:28:31 DEBUG| [stdout] #
  16:28:31 DEBUG| [stdout] # dgram bind
  16:28:31 DEBUG| [stdout] # tx: 128
  16:28:31 DEBUG| [stdout] # rx: 142
  16:28:31 DEBUG| [stdout] # rx: 100
  16:28:31 DEBUG| [stdout] # OK
  16:28:31 DEBUG| [stdout] #
  16:28:31 DEBUG| [stdout] # raw
  16:28:31 DEBUG| [stdout] # tx: 142
  16:28:31 DEBUG| [stdout] # rx: 142
  16:28:31 DEBUG| [stdout] # rx: 100
  16:28:31 DEBUG| [stdout] # OK
  16:28:31 DEBUG| [stdout] #
  16:28:31 DEBUG| [stdout] # raw bind
  16:28:31 DEBUG| [stdout] # tx: 142
  16:28:31 DEBUG| [stdout] # rx: 142
  16:28:31 DEBUG| [stdout] # rx: 100
  16:28:31 DEBUG| [stdout] # OK
  16:28:31 DEBUG| [stdout] #
  16:28:31 DEBUG| [stdout] # raw qdisc bypass
  16:28:31 DEBUG| [stdout] # tx: 142
  16:28:31 DEBUG| [stdout] # rx: 142
  16:28:31 DEBUG| [stdout] # rx: 100
  16:28:31 DEBUG| [stdout] # OK
  16:28:31 DEBUG| [stdout] #
  16:28:31 DEBUG| [stdout] # raw vlan
  16:28:31 DEBUG| [stdout] # tx: 146
  16:28:31 DEBUG| [stdout] # rx: 100
  16:28:31 DEBUG| [stdout] # OK
  16:28:31 DEBUG| [stdout] #
  16:28:31 DEBUG| [stdout] # raw vnet hdr
  16:28:31 DEBUG| [stdout] # tx: 152
  16:28:31 DEBUG| [stdout] # rx: 142
  16:28:31 DEBUG| [stdout] # rx: 100
  16:28:31 DEBUG| [stdout] # OK
  16:28:31 DEBUG| [stdout] #
  16:28:31 DEBUG| [stdout] # raw csum_off
  16:28:31 DEBUG| [stdout] # tx: 152
  16:28:31 DEBUG| [stdout] # rx: 142
  16:28:31 DEBUG| [stdout] # rx: 100
  16:28:31 DEBUG| [stdout] # OK
  16:28:31 DEBUG| [stdout] #
  16:28:31 DEBUG| [stdout] # raw csum_off with bad offset (fails)
  16:28:31 DEBUG| [stdout] # ./psock_snd: write: Invalid argument
  16:28:31 DEBUG| [stdout] # raw min size
  16:28:31 DEBUG| [stdout] # tx: 42
  16:28:31 DEBUG| [stdout] # rx: 0
  16:28:31 DEBUG| [stdout] # OK
  16:28:31 DEBUG| [stdout] #
  16:28:31 DEBUG| [stdout] # raw mtu size
  16:28:31 DEBUG| [stdout] # tx: 1514
  16:28:31 DEBUG| [stdout] # rx: 1472
  16:28:31 DEBUG| [stdout] # OK
  16:28:31 DEBUG| [stdout] #
  16:28:31 DEBUG| [stdout] # raw mtu size + 1 (fails)
  16:28:31 DEBUG| [stdout] # ./psock_snd: write: Message too long
  16:28:31 DEBUG| [stdout] # raw vlan mtu size + 1 (fails)
  16:28:31 DEBUG| [stdout] # ./psock_snd: write: Message too long
  16:28:32 DEBUG| [stdout] # dgram mtu size
  16:28:32 DEBUG| [stdout] # tx: 1500
  16:28:32 DEBUG| [stdout] # rx: 1472
  16:28:32 DEBUG| [stdout] # OK
  16:28:32 DEBUG| [stdout] #
  16:28:32 DEBUG| [stdout] # dgram mtu size + 1 (fails)
  16:28:32 DEBUG| [stdout] # ./psock_snd: write: Message too long
  16:28:32 DEBUG| [stdout] # raw truncate hlen (fails: does not arrive)
  16:28:32 DEBUG| [stdout] # tx: 14
  16:28:32 DEBUG| [stdout] # ./psock_snd: recv: Resource temporarily unavailable
  16:28:32 DEBUG| [stdout] # raw truncate hlen - 1 (fails: EINVAL)
  16:28:32 DEBUG| [stdout] # ./psock_snd: write: Invalid argument
  16:28:32 DEBUG| [stdout] # raw gso min size
  16:28:32 DEBUG| [stdo

[Bug 1892213] Re: psock_snd.sh in net from ubuntu_kernel_selftests ADT failure with focal/groovy/hirsute/impish

2021-09-07 Thread Po-Hsu Lin
** Changed in: ubuntu-kernel-tests
   Status: New => In Progress

** Changed in: linux (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: linux (Ubuntu Focal)
   Status: Confirmed => In Progress

** Changed in: linux (Ubuntu Hirsute)
   Status: Confirmed => In Progress

** No longer affects: linux-oem-5.10 (Ubuntu Groovy)

** Changed in: linux-oem-5.14 (Ubuntu Focal)
   Status: New => In Progress

** Changed in: linux-oem-5.14 (Ubuntu Focal)
 Assignee: (unassigned) => Po-Hsu Lin (cypressyew)

** Changed in: linux-oem-5.13 (Ubuntu Focal)
   Status: New => In Progress

** Changed in: linux-oem-5.13 (Ubuntu Focal)
 Assignee: (unassigned) => Po-Hsu Lin (cypressyew)

** No longer affects: linux-oem-5.14 (Ubuntu Groovy)

** No longer affects: linux-oem-5.13 (Ubuntu Groovy)

** Changed in: linux (Ubuntu Groovy)
   Status: Confirmed => Won't Fix

** Changed in: linux (Ubuntu Groovy)
 Assignee: Po-Hsu Lin (cypressyew) => (unassigned)

** Changed in: linux-oem-5.10 (Ubuntu Focal)
   Status: New => In Progress

** Changed in: linux-oem-5.10 (Ubuntu Focal)
     Assignee: (unassigned) => Po-Hsu Lin (cypressyew)

** Changed in: linux-oem-5.10 (Ubuntu Hirsute)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1892213

Title:
  psock_snd.sh in net from ubuntu_kernel_selftests ADT failure with
  focal/groovy/hirsute/impish

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1892213/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1892213] Re: psock_snd.sh in net from ubuntu_kernel_selftests ADT failure with focal/groovy/hirsute/impish

2021-09-06 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Po-Hsu Lin (cypressyew)

** Changed in: linux (Ubuntu Focal)
 Assignee: (unassigned) => Po-Hsu Lin (cypressyew)

** Changed in: linux (Ubuntu Groovy)
 Assignee: (unassigned) => Po-Hsu Lin (cypressyew)

** Changed in: linux (Ubuntu Hirsute)
 Assignee: (unassigned) => Po-Hsu Lin (cypressyew)

** Also affects: linux-oem-5.10 (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: linux-oem-5.13 (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: linux-oem-5.14 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux-oem-5.13 (Ubuntu Groovy)
   Status: New => Invalid

** Changed in: linux-oem-5.13 (Ubuntu Hirsute)
   Status: New => Invalid

** Changed in: linux-oem-5.14 (Ubuntu Groovy)
   Status: New => Invalid

** Changed in: linux-oem-5.14 (Ubuntu Hirsute)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1892213

Title:
  psock_snd.sh in net from ubuntu_kernel_selftests ADT failure with
  focal/groovy/hirsute/impish

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1892213/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1892213] Re: psock_snd.sh in net from ubuntu_kernel_selftests ADT failure with focal/groovy/hirsute/impish

2021-09-06 Thread Po-Hsu Lin
** Description changed:

  [Impact]
- The expected to fail 'raw gso min size - 1' test in psock_snd.sh is always 
failing with: 
+ The expected to fail 'raw gso min size - 1' test in psock_snd.sh is always 
failing with:
  
-   raw gso min size - 1 (expected to fail)
-   tx: 1524
-   rx: 1472
-   OK
+   raw gso min size - 1 (expected to fail)
+   tx: 1524
+   rx: 1472
+   OK
  
  This is because after commit 7c6d2ec ("net: be more gentle about silly
  gso requests coming from user"), we relaxed the min gso_size check in 
virtio_net_hdr_to_skb().
  So when a packet which is smaller then the gso_size,
  GSO for this packet will not be set, the packet will be
  send/recv successfully.
  
  [Fix]
- * cfba3fb68960b4 selftests/net: remove min gso test in packet_snd 
+ * cfba3fb68960b4 selftests/net: remove min gso test in packet_snd
  
- This patch can be
+ This patch can be cherry-picked into affected kernels.
  
  [Test]
- Run this psock_snd.sh script, 
- 
+ Run this psock_snd.sh script,
  
  [Impact]
- 
  
  [Original Bug Report]
  Testing failed on focal/linux 5.4.0-44.48:
  amd64: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-focal/focal/amd64/l/linux/20200812_171444_31971@/log.gz
  arm64: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-focal/focal/arm64/l/linux/20200812_210509_145fd@/log.gz
  ppc64el: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-focal/focal/ppc64el/l/linux/20200812_165855_1dabd@/log.gz
  s390x: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-focal/focal/s390x/l/linux/20200812_153600_9c7cb@/log.gz
  
  psock_snd.sh output:
  
  16:28:30 DEBUG| [stdout] # selftests: net: psock_snd.sh
  16:28:31 DEBUG| [stdout] # dgram
  16:28:31 DEBUG| [stdout] # tx: 128
  16:28:31 DEBUG| [stdout] # rx: 142
  16:28:31 DEBUG| [stdout] # rx: 100
  16:28:31 DEBUG| [stdout] # OK
  16:28:31 DEBUG| [stdout] #
  16:28:31 DEBUG| [stdout] # dgram bind
  16:28:31 DEBUG| [stdout] # tx: 128
  16:28:31 DEBUG| [stdout] # rx: 142
  16:28:31 DEBUG| [stdout] # rx: 100
  16:28:31 DEBUG| [stdout] # OK
  16:28:31 DEBUG| [stdout] #
  16:28:31 DEBUG| [stdout] # raw
  16:28:31 DEBUG| [stdout] # tx: 142
  16:28:31 DEBUG| [stdout] # rx: 142
  16:28:31 DEBUG| [stdout] # rx: 100
  16:28:31 DEBUG| [stdout] # OK
  16:28:31 DEBUG| [stdout] #
  16:28:31 DEBUG| [stdout] # raw bind
  16:28:31 DEBUG| [stdout] # tx: 142
  16:28:31 DEBUG| [stdout] # rx: 142
  16:28:31 DEBUG| [stdout] # rx: 100
  16:28:31 DEBUG| [stdout] # OK
  16:28:31 DEBUG| [stdout] #
  16:28:31 DEBUG| [stdout] # raw qdisc bypass
  16:28:31 DEBUG| [stdout] # tx: 142
  16:28:31 DEBUG| [stdout] # rx: 142
  16:28:31 DEBUG| [stdout] # rx: 100
  16:28:31 DEBUG| [stdout] # OK
  16:28:31 DEBUG| [stdout] #
  16:28:31 DEBUG| [stdout] # raw vlan
  16:28:31 DEBUG| [stdout] # tx: 146
  16:28:31 DEBUG| [stdout] # rx: 100
  16:28:31 DEBUG| [stdout] # OK
  16:28:31 DEBUG| [stdout] #
  16:28:31 DEBUG| [stdout] # raw vnet hdr
  16:28:31 DEBUG| [stdout] # tx: 152
  16:28:31 DEBUG| [stdout] # rx: 142
  16:28:31 DEBUG| [stdout] # rx: 100
  16:28:31 DEBUG| [stdout] # OK
  16:28:31 DEBUG| [stdout] #
  16:28:31 DEBUG| [stdout] # raw csum_off
  16:28:31 DEBUG| [stdout] # tx: 152
  16:28:31 DEBUG| [stdout] # rx: 142
  16:28:31 DEBUG| [stdout] # rx: 100
  16:28:31 DEBUG| [stdout] # OK
  16:28:31 DEBUG| [stdout] #
  16:28:31 DEBUG| [stdout] # raw csum_off with bad offset (fails)
  16:28:31 DEBUG| [stdout] # ./psock_snd: write: Invalid argument
  16:28:31 DEBUG| [stdout] # raw min size
  16:28:31 DEBUG| [stdout] # tx: 42
  16:28:31 DEBUG| [stdout] # rx: 0
  16:28:31 DEBUG| [stdout] # OK
  16:28:31 DEBUG| [stdout] #
  16:28:31 DEBUG| [stdout] # raw mtu size
  16:28:31 DEBUG| [stdout] # tx: 1514
  16:28:31 DEBUG| [stdout] # rx: 1472
  16:28:31 DEBUG| [stdout] # OK
  16:28:31 DEBUG| [stdout] #
  16:28:31 DEBUG| [stdout] # raw mtu size + 1 (fails)
  16:28:31 DEBUG| [stdout] # ./psock_snd: write: Message too long
  16:28:31 DEBUG| [stdout] # raw vlan mtu size + 1 (fails)
  16:28:31 DEBUG| [stdout] # ./psock_snd: write: Message too long
  16:28:32 DEBUG| [stdout] # dgram mtu size
  16:28:32 DEBUG| [stdout] # tx: 1500
  16:28:32 DEBUG| [stdout] # rx: 1472
  16:28:32 DEBUG| [stdout] # OK
  16:28:32 DEBUG| [stdout] #
  16:28:32 DEBUG| [stdout] # dgram mtu size + 1 (fails)
  16:28:32 DEBUG| [stdout] # ./psock_snd: write: Message too long
  16:28:32 DEBUG| [stdout] # raw truncate hlen (fails: does not arrive)
  16:28:32 DEBUG| [stdout] # tx: 14
  16:28:32 DEBUG| [stdout] # ./psock_snd: recv: Resource temporarily unavailable
  16:28:32 DEBUG| [stdout] # raw truncate hlen - 1 (fails: EINVAL)
  16:28:32 DEBUG| [stdout] # ./psock_snd: write: Invalid argument
  16:28:32 DEBUG| [stdout] # raw gso min size
  16:28:32 DEBUG| [stdout] # tx: 1525
  16:28:32 DEBUG| [stdout] # rx: 1473
  

[Bug 1892213] Re: psock_snd.sh in net from ubuntu_kernel_selftests ADT failure with focal/groovy/hirsute/impish

2021-09-06 Thread Po-Hsu Lin
** Changed in: ubuntu-kernel-tests
 Assignee: (unassigned) => Po-Hsu Lin (cypressyew)

** Description changed:

+ [Impact]
+ The expected to fail 'raw gso min size - 1' test in psock_snd.sh is always 
failing with: 
+ 
+   raw gso min size - 1 (expected to fail)
+   tx: 1524
+   rx: 1472
+   OK
+ 
+ This is because after commit 7c6d2ec ("net: be more gentle about silly
+ gso requests coming from user"), we relaxed the min gso_size check in 
virtio_net_hdr_to_skb().
+ So when a packet which is smaller then the gso_size,
+ GSO for this packet will not be set, the packet will be
+ send/recv successfully.
+ 
+ [Fix]
+ * cfba3fb68960b4 selftests/net: remove min gso test in packet_snd 
+ 
+ This patch can be
+ 
+ [Test]
+ Run this psock_snd.sh script, 
+ 
+ 
+ [Impact]
+ 
+ 
+ [Original Bug Report]
  Testing failed on focal/linux 5.4.0-44.48:
  amd64: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-focal/focal/amd64/l/linux/20200812_171444_31971@/log.gz
  arm64: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-focal/focal/arm64/l/linux/20200812_210509_145fd@/log.gz
  ppc64el: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-focal/focal/ppc64el/l/linux/20200812_165855_1dabd@/log.gz
  s390x: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-focal/focal/s390x/l/linux/20200812_153600_9c7cb@/log.gz
  
  psock_snd.sh output:
  
  16:28:30 DEBUG| [stdout] # selftests: net: psock_snd.sh
  16:28:31 DEBUG| [stdout] # dgram
  16:28:31 DEBUG| [stdout] # tx: 128
  16:28:31 DEBUG| [stdout] # rx: 142
  16:28:31 DEBUG| [stdout] # rx: 100
  16:28:31 DEBUG| [stdout] # OK
- 16:28:31 DEBUG| [stdout] # 
+ 16:28:31 DEBUG| [stdout] #
  16:28:31 DEBUG| [stdout] # dgram bind
  16:28:31 DEBUG| [stdout] # tx: 128
  16:28:31 DEBUG| [stdout] # rx: 142
  16:28:31 DEBUG| [stdout] # rx: 100
  16:28:31 DEBUG| [stdout] # OK
- 16:28:31 DEBUG| [stdout] # 
+ 16:28:31 DEBUG| [stdout] #
  16:28:31 DEBUG| [stdout] # raw
  16:28:31 DEBUG| [stdout] # tx: 142
  16:28:31 DEBUG| [stdout] # rx: 142
  16:28:31 DEBUG| [stdout] # rx: 100
  16:28:31 DEBUG| [stdout] # OK
- 16:28:31 DEBUG| [stdout] # 
+ 16:28:31 DEBUG| [stdout] #
  16:28:31 DEBUG| [stdout] # raw bind
  16:28:31 DEBUG| [stdout] # tx: 142
  16:28:31 DEBUG| [stdout] # rx: 142
  16:28:31 DEBUG| [stdout] # rx: 100
  16:28:31 DEBUG| [stdout] # OK
- 16:28:31 DEBUG| [stdout] # 
+ 16:28:31 DEBUG| [stdout] #
  16:28:31 DEBUG| [stdout] # raw qdisc bypass
  16:28:31 DEBUG| [stdout] # tx: 142
  16:28:31 DEBUG| [stdout] # rx: 142
  16:28:31 DEBUG| [stdout] # rx: 100
  16:28:31 DEBUG| [stdout] # OK
- 16:28:31 DEBUG| [stdout] # 
+ 16:28:31 DEBUG| [stdout] #
  16:28:31 DEBUG| [stdout] # raw vlan
  16:28:31 DEBUG| [stdout] # tx: 146
  16:28:31 DEBUG| [stdout] # rx: 100
  16:28:31 DEBUG| [stdout] # OK
- 16:28:31 DEBUG| [stdout] # 
+ 16:28:31 DEBUG| [stdout] #
  16:28:31 DEBUG| [stdout] # raw vnet hdr
  16:28:31 DEBUG| [stdout] # tx: 152
  16:28:31 DEBUG| [stdout] # rx: 142
  16:28:31 DEBUG| [stdout] # rx: 100
  16:28:31 DEBUG| [stdout] # OK
- 16:28:31 DEBUG| [stdout] # 
+ 16:28:31 DEBUG| [stdout] #
  16:28:31 DEBUG| [stdout] # raw csum_off
  16:28:31 DEBUG| [stdout] # tx: 152
  16:28:31 DEBUG| [stdout] # rx: 142
  16:28:31 DEBUG| [stdout] # rx: 100
  16:28:31 DEBUG| [stdout] # OK
- 16:28:31 DEBUG| [stdout] # 
+ 16:28:31 DEBUG| [stdout] #
  16:28:31 DEBUG| [stdout] # raw csum_off with bad offset (fails)
  16:28:31 DEBUG| [stdout] # ./psock_snd: write: Invalid argument
  16:28:31 DEBUG| [stdout] # raw min size
  16:28:31 DEBUG| [stdout] # tx: 42
  16:28:31 DEBUG| [stdout] # rx: 0
  16:28:31 DEBUG| [stdout] # OK
- 16:28:31 DEBUG| [stdout] # 
+ 16:28:31 DEBUG| [stdout] #
  16:28:31 DEBUG| [stdout] # raw mtu size
  16:28:31 DEBUG| [stdout] # tx: 1514
  16:28:31 DEBUG| [stdout] # rx: 1472
  16:28:31 DEBUG| [stdout] # OK
- 16:28:31 DEBUG| [stdout] # 
+ 16:28:31 DEBUG| [stdout] #
  16:28:31 DEBUG| [stdout] # raw mtu size + 1 (fails)
  16:28:31 DEBUG| [stdout] # ./psock_snd: write: Message too long
  16:28:31 DEBUG| [stdout] # raw vlan mtu size + 1 (fails)
  16:28:31 DEBUG| [stdout] # ./psock_snd: write: Message too long
  16:28:32 DEBUG| [stdout] # dgram mtu size
  16:28:32 DEBUG| [stdout] # tx: 1500
  16:28:32 DEBUG| [stdout] # rx: 1472
  16:28:32 DEBUG| [stdout] # OK
- 16:28:32 DEBUG| [stdout] # 
+ 16:28:32 DEBUG| [stdout] #
  16:28:32 DEBUG| [stdout] # dgram mtu size + 1 (fails)
  16:28:32 DEBUG| [stdout] # ./psock_snd: write: Message too long
  16:28:32 DEBUG| [stdout] # raw truncate hlen (fails: does not arrive)
  16:28:32 DEBUG| [stdout] # tx: 14
  16:28:32 DEBUG| [stdout] # ./psock_snd: recv: Resource temporarily unavailable
  16:28:32 DEBUG| [stdout] # raw truncate hlen - 1 (fails: EINVAL)
  16:28:32 DEBUG| [stdout] # ./psock_snd: write: Invalid argument
  

[Bug 1927076] Re: IPv6 TCP in reuseport_bpf_cpu from ubuntu_kernel_selftests/net crash P8 node entei on 5.8 kernel (Oops: Exception in kernel mode, sig: 4 [#1])

2021-09-06 Thread Po-Hsu Lin
This issue can be reproduced on P8 node entei with:
  * F-5.4 (5.4.0-81-generic)
  * F-5.11 (5.11.0-27-generic #29~20.04.1-Ubuntu)
  * H-5.11 (5.11.0-31-generic)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1927076

Title:
  IPv6 TCP in reuseport_bpf_cpu from ubuntu_kernel_selftests/net crash
  P8 node entei on 5.8 kernel (Oops: Exception in kernel mode, sig: 4
  [#1])

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1927076/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1927076] Re: IPv6 TCP in reuseport_bpf_cpu from ubuntu_kernel_selftests/net crash P8 node entei on 5.8 kernel (Oops: Exception in kernel mode, sig: 4 [#1])

2021-09-05 Thread Po-Hsu Lin
** Changed in: ubuntu-power-systems
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1927076

Title:
  IPv6 TCP in reuseport_bpf_cpu from ubuntu_kernel_selftests/net crash
  P8 node entei on 5.8 kernel (Oops: Exception in kernel mode, sig: 4
  [#1])

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1927076/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1927076] Re: IPv6 TCP in reuseport_bpf_cpu from ubuntu_kernel_selftests/net crash P8 node entei on 5.8 kernel (Oops: Exception in kernel mode, sig: 4 [#1])

2021-09-05 Thread Po-Hsu Lin
** Also affects: linux (Ubuntu Hirsute)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1927076

Title:
  IPv6 TCP in reuseport_bpf_cpu from ubuntu_kernel_selftests/net crash
  P8 node entei on 5.8 kernel (Oops: Exception in kernel mode, sig: 4
  [#1])

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1927076/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1824228] Re: ept test fails in kvm_unit_tests

2021-09-03 Thread Po-Hsu Lin
Spotted on F-azure-5.8.0-1041.44~20.04.1: 
 FAIL: x86/vmx_tests.c:2509: Expectation failed: (expected_qual) == (qual)
 FAIL: x86/vmx_tests.c:2509: Expectation failed: (expected_qual) == (qual)
 FAIL: x86/vmx_tests.c:2509: Expectation failed: (expected_qual) == (qual)
 FAIL: x86/vmx_tests.c:2509: Expectation failed: (expected_qual) == (qual)
 FAIL: x86/vmx_tests.c:2509: Expectation failed: (expected_qual) == (qual)
 FAIL: x86/vmx_tests.c:2509: Expectation failed: (expected_qual) == (qual)
 FAIL: x86/vmx_tests.c:2306: Assertion failed: (expected) == (actual)
 FAIL: x86/vmx_tests.c:2509: Expectation failed: (expected_qual) == (qual)
 FAIL: x86/vmx_tests.c:2509: Expectation failed: (expected_qual) == (qual)
 FAIL: x86/vmx_tests.c:2509: Expectation failed: (expected_qual) == (qual)
 FAIL: x86/vmx_tests.c:2306: Assertion failed: (expected) == (actual)
 FAIL ept (7271 tests, 11 unexpected failures)


** Tags added: sru-20210816

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1824228

Title:
  ept test fails in kvm_unit_tests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1824228/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1830585] Re: cpuset_memory_spread from controllers test suite in LTP failed (hog the memory on the unexpected node)

2021-09-03 Thread Po-Hsu Lin
Found on OEM 5.13.0-1011.15

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1830585

Title:
  cpuset_memory_spread from controllers test suite in LTP failed (hog
  the memory on the unexpected node)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1830585/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1942498] Re: can_bcm01 from can in ubuntu_ltp_stable crash system on F-OEM-5.13

2021-09-02 Thread Po-Hsu Lin
I can reproduce this issue on 5.13.0-1010 by running this test case.

To run this test you will need to build LTP for it.

sudo apt install -y automake bison build-essential byacc flex git keyutils 
libacl1-dev libaio-dev libcap-dev libmm-dev libnuma-dev libsctp-dev 
libselinux1-dev libssl-dev libtirpc-dev pkg-config quota virt-what xfslibs-dev 
xfsprogs gcc
git clone -b sru git://kernel.ubuntu.com/ubuntu/ltp.git
cd ltp
make autotools
./configure
make install
echo "can_bcm01 can_bcm01" > /tmp/target
sudo /opt/ltp/runltp -f /tmp/target

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1942498

Title:
  can_bcm01 from can in ubuntu_ltp_stable crash system on F-OEM-5.13

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1942498/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1942498] Re: can_bcm01 from can in ubuntu_ltp_stable crash system on F-OEM-5.13

2021-09-02 Thread Po-Hsu Lin
** Description changed:

  It looks like this is a test case for CVE-2021-3609
+ 
+ This issue does not exist in the last cycle for OEM 5.13.0-1010 as this
+ test case does not exist back then.
  
  can_bcm01 test in ubuntu_ltp_stable/can will trigger the following error on 
5.13.0-1011-oem and crash the system:
  Sep  3 04:30:20 spitfire kernel: [  324.458389] LTP: starting can_bcm01
  Sep  3 04:30:20 spitfire kernel: [  324.474313] vcan: Virtual CAN interface 
driver
  Sep  3 04:30:20 spitfire systemd-networkd[1967]: ltp_vcan0: Link UP
  Sep  3 04:30:20 spitfire networkd-dispatcher[2025]: WARNING:Unknown index 4 
seen, reloading interface list
  Sep  3 04:30:20 spitfire systemd-networkd[1967]: ltp_vcan0: Gained carrier
  Sep  3 04:30:20 spitfire systemd-udevd[4596]: ethtool: autonegotiation is 
unset or enabled, the speed and duplex are not writable.
  Sep  3 04:30:20 spitfire systemd-udevd[4596]: Using default interface naming 
scheme 'v245'.
  Sep  3 04:30:20 spitfire kernel: [  324.483778] can: controller area network 
core
  Sep  3 04:30:20 spitfire kernel: [  324.483819] NET: Registered protocol 
family 29
  Sep  3 04:30:20 spitfire kernel: [  324.491947] can: broadcast manager 
protocol
  Sep  3 04:30:20 spitfire kernel: [  324.515859] [ cut here 
]
  Sep  3 04:30:20 spitfire kernel: [  324.515863] WARNING: CPU: 7 PID: 4591 at 
lib/timerqueue.c:55 timerqueue_del+0x43/0x50
  Sep  3 04:30:20 spitfire kernel: [  324.515877] Modules linked in: can_bcm 
can vcan nls_iso8859_1 dm_multipath scsi_dh_rdac scsi_dh_emc scsi_dh_alua 
intel_rapl_msr intel_rapl_common i10nm_edac nfit x86_pkg_temp_thermal 
intel_powerclamp coretemp kvm_intel kvm ipmi_ssif rapl joydev input_leds 
efi_pstore isst_if_mbox_pci isst_if_mmio isst_if_common mei_me 
intel_pch_thermal mei ioatdma acpi_ipmi ipmi_si ipmi_devintf ipmi_msghandler 
acpi_power_meter acpi_pad mac_hid sch_fq_codel msr ip_tables x_tables autofs4 
btrfs blake2b_generic zstd_compress raid10 raid456 async_raid6_recov 
async_memcpy async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 
multipath linear hid_generic usbhid hid crct10dif_pclmul ast crc32_pclmul 
drm_vram_helper i2c_algo_bit drm_ttm_helper ttm ghash_clmulni_intel 
drm_kms_helper aesni_intel syscopyarea ixgbe sysfillrect sysimgblt fb_sys_fops 
crypto_simd cec xfrm_algo rc_core cryptd dca drm mdio ahci i2c_i801 xhci_pci 
i2c_smbus xhci_pci_renesas intel_pmt libahci wmi
  Sep  3 04:30:20 spitfire kernel: [  324.515953] CPU: 7 PID: 4591 Comm: 
can_bcm01 Not tainted 5.13.0-1011-oem #15-Ubuntu
  Sep  3 04:30:20 spitfire kernel: [  324.515957] Hardware name: Intel 
Corporation M50CYP2SB2U/M50CYP2SB2U, BIOS SE5C6200.86B.0021.D40.2101090208 
01/09/2021
  Sep  3 04:30:20 spitfire kernel: [  324.515959] RIP: 
0010:timerqueue_del+0x43/0x50
  Sep  3 04:30:20 spitfire kernel: [  324.515965] Code: 48 89 df e8 ef c5 ff ff 
49 89 44 24 08 4c 89 e6 48 89 df e8 9f be ff ff 48 89 1b 49 8b 04 24 5b 41 5c 
48 85 c0 5d 0f 95 c0 c3 <0f> 0b eb cb cc cc cc cc cc cc cc cc cc 48 8b 07 45 31 
c0 48 83 c0
  Sep  3 04:30:20 spitfire kernel: [  324.515968] RSP: 0018:ff46f753c8917d40 
EFLAGS: 00010046
  Sep  3 04:30:20 spitfire kernel: [  324.515972] RAX: 0001 RBX: 
ff3a23c5110cae50 RCX: 
  Sep  3 04:30:20 spitfire kernel: [  324.515974] RDX:  RSI: 
ff3a23c5110cae50 RDI: ff3a23cc5f85f260
  Sep  3 04:30:20 spitfire kernel: [  324.515975] RBP: ff46f753c8917d50 R08: 
a3ce6048 R09: ff3a23c51bc84e40
  Sep  3 04:30:20 spitfire kernel: [  324.515977] R10: 0008 R11: 
ff3a23c54ea21a10 R12: ff3a23cc5f85f260
  Sep  3 04:30:20 spitfire kernel: [  324.515979] R13:  R14: 
ff3a23cc5f85f100 R15: ff3a23c54ea2df10
  Sep  3 04:30:20 spitfire kernel: [  324.515980] FS:  7f196de15740() 
GS:ff3a23cc5f3c() knlGS:
  Sep  3 04:30:20 spitfire kernel: [  324.515983] CS:  0010 DS:  ES:  
CR0: 80050033
  Sep  3 04:30:20 spitfire kernel: [  324.515984] CR2: 7f196e008fec CR3: 
00010ea66003 CR4: 00771ee0
  Sep  3 04:30:20 spitfire kernel: [  324.515986] DR0:  DR1: 
 DR2: 
  Sep  3 04:30:20 spitfire kernel: [  324.515988] DR3:  DR6: 
fffe0ff0 DR7: 0400
  Sep  3 04:30:20 spitfire kernel: [  324.515990] PKRU: 5554
  Sep  3 04:30:20 spitfire kernel: [  324.515992] Call Trace:
  Sep  3 04:30:20 spitfire kernel: [  324.515997]  __remove_hrtimer+0x3c/0x90
  Sep  3 04:30:20 spitfire kernel: [  324.516007]  
hrtimer_try_to_cancel+0xb7/0xf0
  Sep  3 04:30:20 spitfire kernel: [  324.516011]  hrtimer_cancel+0x15/0x20
  Sep  3 04:30:20 spitfire kernel: [  324.516015]  bcm_remove_op+0x17/0x70 
[can_bcm]
  Sep  3 04:30:20 spitfire kernel: [  324.516020]  bcm_release+0x13c/0x250 
[can_bcm]
  Sep  3 04:30:20 spitfire kernel: [  324.516024]  __sock_release+0x42/0xb0
  Sep  3 04:30:20 spitfire kernel: [  324.516033]  sock_close

[Bug 1942498] [NEW] can_bcm01 from can in ubuntu_ltp_stable crash system on F-OEM-5.13

2021-09-02 Thread Po-Hsu Lin
Public bug reported:

It looks like this is a test case for CVE-2021-3609

can_bcm01 test in ubuntu_ltp_stable/can will trigger the following error on 
5.13.0-1011-oem and crash the system:
Sep  3 04:30:20 spitfire kernel: [  324.458389] LTP: starting can_bcm01
Sep  3 04:30:20 spitfire kernel: [  324.474313] vcan: Virtual CAN interface 
driver
Sep  3 04:30:20 spitfire systemd-networkd[1967]: ltp_vcan0: Link UP
Sep  3 04:30:20 spitfire networkd-dispatcher[2025]: WARNING:Unknown index 4 
seen, reloading interface list
Sep  3 04:30:20 spitfire systemd-networkd[1967]: ltp_vcan0: Gained carrier
Sep  3 04:30:20 spitfire systemd-udevd[4596]: ethtool: autonegotiation is unset 
or enabled, the speed and duplex are not writable.
Sep  3 04:30:20 spitfire systemd-udevd[4596]: Using default interface naming 
scheme 'v245'.
Sep  3 04:30:20 spitfire kernel: [  324.483778] can: controller area network 
core
Sep  3 04:30:20 spitfire kernel: [  324.483819] NET: Registered protocol family 
29
Sep  3 04:30:20 spitfire kernel: [  324.491947] can: broadcast manager protocol
Sep  3 04:30:20 spitfire kernel: [  324.515859] [ cut here 
]
Sep  3 04:30:20 spitfire kernel: [  324.515863] WARNING: CPU: 7 PID: 4591 at 
lib/timerqueue.c:55 timerqueue_del+0x43/0x50
Sep  3 04:30:20 spitfire kernel: [  324.515877] Modules linked in: can_bcm can 
vcan nls_iso8859_1 dm_multipath scsi_dh_rdac scsi_dh_emc scsi_dh_alua 
intel_rapl_msr intel_rapl_common i10nm_edac nfit x86_pkg_temp_thermal 
intel_powerclamp coretemp kvm_intel kvm ipmi_ssif rapl joydev input_leds 
efi_pstore isst_if_mbox_pci isst_if_mmio isst_if_common mei_me 
intel_pch_thermal mei ioatdma acpi_ipmi ipmi_si ipmi_devintf ipmi_msghandler 
acpi_power_meter acpi_pad mac_hid sch_fq_codel msr ip_tables x_tables autofs4 
btrfs blake2b_generic zstd_compress raid10 raid456 async_raid6_recov 
async_memcpy async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 
multipath linear hid_generic usbhid hid crct10dif_pclmul ast crc32_pclmul 
drm_vram_helper i2c_algo_bit drm_ttm_helper ttm ghash_clmulni_intel 
drm_kms_helper aesni_intel syscopyarea ixgbe sysfillrect sysimgblt fb_sys_fops 
crypto_simd cec xfrm_algo rc_core cryptd dca drm mdio ahci i2c_i801 xhci_pci 
i2c_smbus xhci_pci_renesas intel_pmt libahci wmi
Sep  3 04:30:20 spitfire kernel: [  324.515953] CPU: 7 PID: 4591 Comm: 
can_bcm01 Not tainted 5.13.0-1011-oem #15-Ubuntu
Sep  3 04:30:20 spitfire kernel: [  324.515957] Hardware name: Intel 
Corporation M50CYP2SB2U/M50CYP2SB2U, BIOS SE5C6200.86B.0021.D40.2101090208 
01/09/2021
Sep  3 04:30:20 spitfire kernel: [  324.515959] RIP: 
0010:timerqueue_del+0x43/0x50
Sep  3 04:30:20 spitfire kernel: [  324.515965] Code: 48 89 df e8 ef c5 ff ff 
49 89 44 24 08 4c 89 e6 48 89 df e8 9f be ff ff 48 89 1b 49 8b 04 24 5b 41 5c 
48 85 c0 5d 0f 95 c0 c3 <0f> 0b eb cb cc cc cc cc cc cc cc cc cc 48 8b 07 45 31 
c0 48 83 c0
Sep  3 04:30:20 spitfire kernel: [  324.515968] RSP: 0018:ff46f753c8917d40 
EFLAGS: 00010046
Sep  3 04:30:20 spitfire kernel: [  324.515972] RAX: 0001 RBX: 
ff3a23c5110cae50 RCX: 
Sep  3 04:30:20 spitfire kernel: [  324.515974] RDX:  RSI: 
ff3a23c5110cae50 RDI: ff3a23cc5f85f260
Sep  3 04:30:20 spitfire kernel: [  324.515975] RBP: ff46f753c8917d50 R08: 
a3ce6048 R09: ff3a23c51bc84e40
Sep  3 04:30:20 spitfire kernel: [  324.515977] R10: 0008 R11: 
ff3a23c54ea21a10 R12: ff3a23cc5f85f260
Sep  3 04:30:20 spitfire kernel: [  324.515979] R13:  R14: 
ff3a23cc5f85f100 R15: ff3a23c54ea2df10
Sep  3 04:30:20 spitfire kernel: [  324.515980] FS:  7f196de15740() 
GS:ff3a23cc5f3c() knlGS:
Sep  3 04:30:20 spitfire kernel: [  324.515983] CS:  0010 DS:  ES:  
CR0: 80050033
Sep  3 04:30:20 spitfire kernel: [  324.515984] CR2: 7f196e008fec CR3: 
00010ea66003 CR4: 00771ee0
Sep  3 04:30:20 spitfire kernel: [  324.515986] DR0:  DR1: 
 DR2: 
Sep  3 04:30:20 spitfire kernel: [  324.515988] DR3:  DR6: 
fffe0ff0 DR7: 0400
Sep  3 04:30:20 spitfire kernel: [  324.515990] PKRU: 5554
Sep  3 04:30:20 spitfire kernel: [  324.515992] Call Trace:
Sep  3 04:30:20 spitfire kernel: [  324.515997]  __remove_hrtimer+0x3c/0x90
Sep  3 04:30:20 spitfire kernel: [  324.516007]  hrtimer_try_to_cancel+0xb7/0xf0
Sep  3 04:30:20 spitfire kernel: [  324.516011]  hrtimer_cancel+0x15/0x20
Sep  3 04:30:20 spitfire kernel: [  324.516015]  bcm_remove_op+0x17/0x70 
[can_bcm]
Sep  3 04:30:20 spitfire kernel: [  324.516020]  bcm_release+0x13c/0x250 
[can_bcm]
Sep  3 04:30:20 spitfire kernel: [  324.516024]  __sock_release+0x42/0xb0
Sep  3 04:30:20 spitfire kernel: [  324.516033]  sock_close+0x15/0x20
Sep  3 04:30:20 spitfire kernel: [  324.516036]  __fput+0x9c/0x250
Sep  3 04:30:20 spitfire kernel: [  324.516042]  fput+0xe/0x10
Sep  3 04:30:20 spitfire kernel: [  324.516044]  task_w

[Bug 1927076] Re: IPv6 TCP in reuseport_bpf_cpu from ubuntu_kernel_selftests/net crash P8 node entei on 5.8 kernel (Oops: Exception in kernel mode, sig: 4 [#1])

2021-09-02 Thread Po-Hsu Lin
Hi Andrew,

I just retest this manually on node entei with the steps in comment #3,
and this issue can be reproduced (system gets reboot) with a different
message from the ipmi console.

[  417.696448] BUG: Unable to handle kernel instruction fetch (NULL pointer?)
[  417.696522] Faulting instruction address: 0x
[  417.696677] Oops: Kernel access of bad area, sig: 11 [#1]
[  417.696693] LE PAGE_SIZE=64K MMU=Hash SMP NR_CPUS=2048 NUMA PowerNV
[  417.696715] Modules linked in: binfmt_misc dm_multipath scsi_dh_rdac 
scsi_dh_emc scsi_dh_alua joydev input_leds mac_hid ofpart plx_dma cmdlinepart 
ipmi_powernv pow
ernv_flash ipmi_devintf ibmpowernv at24 vmx_crypto opal_prd ipmi_msghandler 
powernv_rng mtd uio_pdrv_genirq uio sch_fq_codel ip_tables x_tables autofs4 
btrfs blake2b_
generic uas raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor 
hid_generic usbhid hid usb_storage async_tx xor raid6_pq libcrc32c raid1 raid0 
multipath 
linear ast drm_vram_helper i2c_algo_bit drm_ttm_helper ttm drm_kms_helper 
syscopyarea sysfillrect sysimgblt fb_sys_fops crct10dif_vpmsum cec 
crc32c_vpmsum rc_core drm
 ahci tg3 xhci_pci libahci drm_panel_orientation_quirks xhci_pci_renesas
[  417.697008] CPU: 0 PID: 3117 Comm: reuseport_bpf_c Not tainted 
5.11.0-27-generic #29~20.04.1-Ubuntu
[  417.697034] NIP:   LR: c0e77ba8 CTR: 
[  417.697055] REGS: c007ff6e74d0 TRAP: 0400   Not tainted  
(5.11.0-27-generic)
[  417.697077] MSR:  900040009033   CR: 28022444  
XER: 2000
[  417.697309] CFAR: c0010300 IRQMASK: 0 
[  417.697309] GPR00: c0e77b80 c007ff6e7770 c1e99600 
c00014cecd00 
[  417.697309] GPR04: c00804230038 c00014cecd00 0008 
0001 
[  417.697309] GPR08: 0001  c000501e9580 
 
[  417.697309] GPR12:  c215  
 
[  417.697309] GPR16: 0040 c0078e09a480 0001 
0001 
[  417.697309] GPR20: 22b8  cfb3 
017f 
[  417.697309] GPR24:  0008 c1dba880 
c0080423 
[  417.697309] GPR28: 0080 c3292000 90dd40dc 
c00014cecd00 
[  417.697503] NIP [] 0x0
[  417.697517] LR [c0e77ba8] reuseport_select_sock+0x108/0x3f0
[  417.697541] Call Trace:
[  417.697550] [c007ff6e7810] [c0f64314] 
udp4_lib_lookup2+0x1a4/0x2b0
[  417.697576] [c007ff6e7890] [c0f65928] 
__udp4_lib_lookup+0x358/0x540
[  417.697602] [c007ff6e79d0] [c0f66978] __udp4_lib_rcv+0x608/0xe10
[  417.697626] [c007ff6e7af0] [c0f0fa20] 
ip_protocol_deliver_rcu+0x60/0x2c0
[  417.697813] [c007ff6e7b40] [c0f0fcf0] 
ip_local_deliver_finish+0x70/0x90
[  417.697838] [c007ff6e7b60] [c0f0fda0] ip_local_deliver+0x90/0x180
[  417.697861] [c007ff6e7be0] [c0f0f140] ip_rcv_finish+0xc0/0xf0
[  417.697883] [c007ff6e7c20] [c0f0ffa8] ip_rcv+0x118/0x130
[  417.697904] [c007ff6e7ca0] [c0e3a3b4] 
__netif_receive_skb_one_core+0x74/0xb0
[  417.698083] [c007ff6e7cf0] [c0e3a770] process_backlog+0xd0/0x230
[  417.698108] [c007ff6e7d60] [c0e3cf88] net_rx_action+0x1e8/0x580
[  417.698130] [c007ff6e7e70] [c10a94c0] __do_softirq+0x160/0x404
[  417.698152] [c007ff6e7f90] [c002bad8] call_do_softirq+0x14/0x24
[  417.698174] [c0005021b760] [c0017158] 
do_softirq_own_stack+0x38/0x50
[  417.698199] [c0005021b780] [c01576e0] do_softirq+0xa0/0xb0
[  417.698391] [c0005021b7b0] [c01577e8] 
__local_bh_enable_ip+0xf8/0x120
[  417.698415] [c0005021b7d0] [c0f1418c] 
ip_finish_output2+0x1fc/0x730
[  417.698439] [c0005021b870] [c0f178fc] ip_output+0xdc/0x1c0
[  417.698460] [c0005021b920] [c0f16cb4] ip_local_out+0x64/0x90
[  417.698482] [c0005021b960] [c0f18634] ip_send_skb+0x34/0xc0
[  417.698667] [c0005021b990] [c0f6074c] 
udp_send_skb.isra.0+0x16c/0x4a0
[  417.698691] [c0005021b9e0] [c0f61490] udp_sendmsg+0x960/0xcf0
[  417.698714] [c0005021bbd0] [c0f77cd4] inet_sendmsg+0x64/0xb0
[  417.698735] [c0005021bc10] [c0dfb3a0] sock_sendmsg+0x80/0xb0
[  417.698758] [c0005021bc40] [c0dfffd8] __sys_sendto+0xf8/0x1b0
[  417.698910] [c0005021bd90] [c0e00100] sys_send+0x30/0x40
[  417.698932] [c0005021bdb0] [c0036204] 
system_call_exception+0xf4/0x200
[  417.698999] [c0005021be10] [c000d860] 
system_call_common+0xf0/0x27c
[  417.699023] --- interrupt: c00 at 0x7aef2b250724
[  417.699040] NIP:  7aef2b250724 LR: 05f77e131568 CTR: 
[  417.716065] REGS: c0005021be80 TRAP: 0c00   Not tainted  
(5.11.0-27-generic)
[  417.716693] MSR:  9280f033   
CR: 28004440  XER: 00

[Bug 1940261] Re: ubuntu_seccomp 11-basic-basic_errors failure on X/oracle

2021-09-02 Thread Po-Hsu Lin
This is a test case regression caused by this recent commit in the upstream 
tree:
https://github.com/seccomp/libseccomp/commit/fcc601279004a7f4c2f6ebf766acb4556b0f5e65

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1940261

Title:
  ubuntu_seccomp 11-basic-basic_errors failure on X/oracle

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1940261/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1940261] Re: ubuntu_seccomp 11-basic-basic_errors failure on X/oracle

2021-09-01 Thread Po-Hsu Lin
Found on trusty/linux-aws 4.4.0-1096.101

** Tags added: trusty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1940261

Title:
  ubuntu_seccomp 11-basic-basic_errors failure on X/oracle

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1940261/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1821390] Re: apic-split will fail in kvm_units_tests

2021-09-01 Thread Po-Hsu Lin
Still visible on H-kvm 5.11.0-1015.16

** Tags added: sru-20210816

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1821390

Title:
  apic-split will fail in kvm_units_tests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1821390/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1937991] Re: Skip rtcpie test in kselftests/timers if the default RTC device does not exist

2021-09-01 Thread Po-Hsu Lin
** Tags removed: verification-needed-hirsute
** Tags added: verification-done-hirsute

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1937991

Title:
  Skip rtcpie test in kselftests/timers if the default RTC device does
  not exist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1937991/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1748103] Re: apic test in kvm-unit-test failed with timeout

2021-09-01 Thread Po-Hsu Lin
With 4.4.0-214.246~14.04.1 it will timeout

Running 
'/home/ubuntu/autotest/client/tmp/ubuntu_kvm_unit_tests/src/kvm-unit-tests/tests/apic'
 BUILD_HEAD=1593e88a
 timeout -k 1s --foreground 30 /usr/bin/qemu-system-x86_64 --no-reboot 
-nodefaults -device pc-testdev -device isa-debug-exit,iobase=0xf4,iosize=0x4 
-vnc none -serial stdio -device pci-testdev -machine accel=kvm -kernel 
/tmp/tmp.ShWgkBXugG -smp 2 -cpu qemu64,+x2apic,+tsc-deadline # -initrd 
/tmp/tmp.33CAVckrXS
 enabling apic
 enabling apic
 paging enabled
 cr0 = 80010011
 cr3 = 1007000
 cr4 = 20
 apic version: 14
 PASS: apic existence
 PASS: xapic id matches cpuid
 PASS: writeable xapic id
 PASS: non-writeable x2apic id
 PASS: sane x2apic id
 FAIL: x2apic id matches cpuid
 PASS: correct xapic id after reset
 PASS: apic_disable: Local apic disabled
 FAIL: apic_disable: CPUID.1H:EDX.APIC[bit 9] is clear
 KVM: injection failed, MSI lost (Operation not permitted)
 KVM: injection failed, MSI lost (Operation not permitted)
 ...
 KVM: injection failed, MSI lost (Operation not permitted)
 KVM: injection failed, MSI lost (Operation not permitted)
 PASS: apic_disable: *0xfee00030: 
 FAIL: apic_disable: CR8: f
 PASS: apic_disable: CR8: f
 FAIL: apic_disable: *0xfee00080: f0
 KVM: injection failed, MSI lost (Operation not permitted)
 KVM: injection failed, MSI lost (Operation not permitted)
 ...
 KVM: injection failed, MSI lost (Operation not permitted)
 KVM: injection failed, MSI lost (Operation not permitted)
 PASS: apic_disable: Local apic enabled in xAPIC mode
 PASS: apic_disable: CPUID.1H:EDX.APIC[bit 9] is set
 PASS: apic_disable: *0xfee00030: 50014
 PASS: apic_disable: *0xfee00080: 0
 PASS: apic_disable: *0xfee00080: f0
 KVM: injection failed, MSI lost (Operation not permitted)
 KVM: injection failed, MSI lost (Operation not permitted)
 ...
 KVM: injection failed, MSI lost (Operation not permitted)
 KVM: injection failed, MSI lost (Operation not permitted)
 PASS: apic_disable: Local apic enabled in x2APIC mode
 PASS: apic_disable: CPUID.1H:EDX.APIC[bit 9] is set
 KVM: injection failed, MSI lost (Operation not permitted)
 KVM: injection failed, MSI lost (Operation not permitted)
 ...
 KVM: injection failed, MSI lost (Operation not permitted)
 KVM: injection failed, MSI lost (Operation not permitted)
 FAIL: apic_disable: *0xfee00030: 50014
 FAIL: apic_disable: CR8: f
 KVM: injection failed, MSI lost (Operation not permitted)
 KVM: injection failed, MSI lost (Operation not permitted)
 ...
 KVM: injection failed, MSI lost (Operation not permitted)
 KVM: injection failed, MSI lost (Operation not permitted)
 PASS: apic_disable: CR8: f
 FAIL: apic_disable: *0xfee00080: f0
 x2apic enabled
 PASS: x2apic enabled to invalid state
 PASS: x2apic enabled to apic enabled
 PASS: x2apic enabled to disabled state
 KVM: injection failed, MSI lost (Operation not permitted)
 KVM: injection failed, MSI lost (Operation not permitted)
 ...
 KVM: injection failed, MSI lost (Operation not permitted)
 KVM: injection failed, MSI lost (Operation not permitted)
 PASS: disabled to invalid state
 PASS: disabled to x2apic enabled
 PASS: apic disabled to apic enabled
 PASS: apic enabled to invalid state
 PASS: apicbase: relocate apic
 KVM: injection failed, MSI lost (Operation not permitted)
 KVM: injection failed, MSI lost (Operation not permitted)
 ...
 KVM: injection failed, MSI lost (Operation not permitted)
 KVM: injection failed, MSI lost (Operation not permitted)
 PASS: apicbase: reserved physaddr bits
 PASS: apicbase: reserved low bits
 PASS: self_ipi_xapic: Local apic enabled in xAPIC mode
 PASS: self_ipi_xapic: self ipi
 KVM: injection failed, MSI lost (Operation not permitted)
 KVM: injection failed, MSI lost (Operation not permitted)
 ...
 KVM: injection failed, MSI lost (Operation not permitted)
 KVM: injection failed, MSI lost (Operation not permitted)
 PASS: self_ipi_x2apic: Local apic enabled in x2APIC mode
 PASS: self_ipi_x2apic: self ipi
 starting broadcast (x2apic)
 PASS: APIC physical broadcast address
 PASS: APIC physical broadcast shorthand
 KVM: injection failed, MSI lost (Operation not permitted)
 KVM: injection failed, MSI lost (Operation not permitted)
 ...
 KVM: injection failed, MSI lost (Operation not permitted)
 KVM: injection failed, MSI lost (Operation not permitted)
 SKIP: PV IPIs testing: h-call not available
 KVM: injection failed, MSI lost (Operation not permitted)
 KVM: injection failed, MSI lost (Operation not permitted)
 ...
 KVM: injection failed, MSI lost (Operation not permitted)
 KVM: injection failed, MSI lost (Operation not permitted)
 PASS: nmi-after-sti
 KVM: injection failed, MSI lost (Operation not permitted)
 KVM: injection failed, MSI lost (Operation not permitted)
 ...
 KVM: injection failed, MSI lost (Operation not permitted)
 KVM: injection failed, MSI lost (Operation not permitted)
 PASS: multiple nmi
 PASS: pending nmi
 PASS: APIC LVT timer one shot
 starting apic change mode
 PASS: TMICT value reset
 PASS: TMCCT should h

[Bug 1748103] Re: apic test in kvm-unit-test failed with timeout

2021-09-01 Thread Po-Hsu Lin
Spotted on T-4.4 4.4.0-214.246~14.04.1

** Tags added: sru-20210816

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1748103

Title:
  apic test in kvm-unit-test failed with timeout

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1748103/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1821905] Re: umip in ubuntu_kvm_unit_test failed on T-3.13 / T-4.4

2021-09-01 Thread Po-Hsu Lin
** Tags added: sru-20210816

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1821905

Title:
  umip in ubuntu_kvm_unit_test failed on T-3.13 / T-4.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1821905/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1821906] Re: debug in ubuntu_kvm_unit_test failed on 3.13 / 4.4

2021-09-01 Thread Po-Hsu Lin
** Description changed:

  This test has failed on:
-  * T-3.13:
- - FAIL debug (11 tests, 6 unexpected failures)
-  * T-4.4 / X-4.4:
- - FAIL debug (11 tests, 1 unexpected failures)
+  * T-3.13:
+ - FAIL debug (11 tests, 6 unexpected failures)
+  * T-4.4 / X-4.4:
+ - FAIL debug (13 tests, 1 unexpected failures)
  
  
root@gonzo:/home/ubuntu/autotest/client/tmp/ubuntu_kvm_unit_tests/src/kvm-unit-tests#
 TESTNAME=debug TIMEOUT=90s ACCEL= ./x86/run x86/debug.flat -smp 1
  timeout -k 1s --foreground 90s /usr/bin/qemu-system-x86_64 -nodefaults 
-device pc-testdev -device isa-debug-exit,iobase=0xf4,iosize=0x4 -vnc none 
-serial stdio -device pci-testdev -machine accel=kvm -kernel x86/debug.flat 
-smp 1 # -initrd /tmp/tmp.WOQmQkB7bo
  enabling apic
  PASS: #BP
  PASS: hw breakpoint (test that dr6.BS is not set)
  PASS: hw breakpoint (test that dr6.BS is not cleared)
  PASS: single step
  FAIL: single step emulated instructions
  PASS: hw watchpoint (test that dr6.BS is not cleared)
  PASS: hw watchpoint (test that dr6.BS is not set)
  PASS: icebp
  PASS: MOV SS + watchpoint + ICEBP
  PASS: MOV SS + watchpoint + int $1
  PASS: MOV SS + watchpoint + INT3
  SUMMARY: 11 tests, 1 unexpected failures
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-4.4.0-143-generic 4.4.0-143.169~14.04.2
  ProcVersionSignature: User Name 4.4.0-143.169~14.04.2-generic 4.4.170
  Uname: Linux 4.4.0-143-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.29
  Architecture: amd64
  Date: Wed Mar 27 11:15:05 2019
  SourcePackage: linux-signed-lts-xenial
  UpgradeStatus: No upgrade log present (probably fresh install)

** Description changed:

  This test has failed on:
   * T-3.13:
  - FAIL debug (11 tests, 6 unexpected failures)
   * T-4.4 / X-4.4:
  - FAIL debug (13 tests, 1 unexpected failures)
  
- 
root@gonzo:/home/ubuntu/autotest/client/tmp/ubuntu_kvm_unit_tests/src/kvm-unit-tests#
 TESTNAME=debug TIMEOUT=90s ACCEL= ./x86/run x86/debug.flat -smp 1
- timeout -k 1s --foreground 90s /usr/bin/qemu-system-x86_64 -nodefaults 
-device pc-testdev -device isa-debug-exit,iobase=0xf4,iosize=0x4 -vnc none 
-serial stdio -device pci-testdev -machine accel=kvm -kernel x86/debug.flat 
-smp 1 # -initrd /tmp/tmp.WOQmQkB7bo
- enabling apic
- PASS: #BP
- PASS: hw breakpoint (test that dr6.BS is not set)
- PASS: hw breakpoint (test that dr6.BS is not cleared)
- PASS: single step
- FAIL: single step emulated instructions
- PASS: hw watchpoint (test that dr6.BS is not cleared)
- PASS: hw watchpoint (test that dr6.BS is not set)
- PASS: icebp
- PASS: MOV SS + watchpoint + ICEBP
- PASS: MOV SS + watchpoint + int $1
- PASS: MOV SS + watchpoint + INT3
- SUMMARY: 11 tests, 1 unexpected failures
+ Running 
'/home/ubuntu/autotest/client/tmp/ubuntu_kvm_unit_tests/src/kvm-unit-tests/tests/debug'
+  BUILD_HEAD=1593e88a
+  timeout -k 1s --foreground 90s /usr/bin/qemu-system-x86_64 --no-reboot 
-nodefaults -device pc-testdev -device isa-debug-exit,iobase=0xf4,iosize=0x4 
-vnc none -serial stdio -device pci-testdev -machine accel=kvm -kernel 
/tmp/tmp.eY4ym9tA6e -smp 1 # -initrd /tmp/tmp.FnZA1vIITj
+  enabling apic
+  PASS: reading DR4 with CR4.DE == 0
+  PASS: reading DR4 with CR4.DE == 1
+  PASS: #BP
+  PASS: hw breakpoint (test that dr6.BS is not set) 
+  PASS: hw breakpoint (test that dr6.BS is not cleared)
+  PASS: single step
+  FAIL: single step emulated instructions
+  PASS: hw watchpoint (test that dr6.BS is not cleared)
+  PASS: hw watchpoint (test that dr6.BS is not set) 
+  PASS: icebp
+  PASS: MOV SS + watchpoint + ICEBP
+  PASS: MOV SS + watchpoint + int $1
+  PASS: MOV SS + watchpoint + INT3
+  SUMMARY: 13 tests, 1 unexpected failures
+  FAIL debug (13 tests, 1 unexpected failures)
+ 
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-4.4.0-143-generic 4.4.0-143.169~14.04.2
  ProcVersionSignature: User Name 4.4.0-143.169~14.04.2-generic 4.4.170
  Uname: Linux 4.4.0-143-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.29
  Architecture: amd64
  Date: Wed Mar 27 11:15:05 2019
  SourcePackage: linux-signed-lts-xenial
  UpgradeStatus: No upgrade log present (probably fresh install)

** Summary changed:

- debug in ubuntu_kvm_unit_test failed on 3.13 / 4.4
+ debug in ubuntu_kvm_unit_test failed on 3.13 / 4.4 (FAIL: single step 
emulated instructions)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1821906

Title:
  debug in ubuntu_kvm_unit_test failed on 3.13 / 4.4 (FAIL: single step
  emulated instructions)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1821906/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1932966] Re: kvm_unit_tests: emulator test fails on 4.4 / 4.15 kernel, timeout

2021-09-01 Thread Po-Hsu Lin
** Summary changed:

- kvm_unit_tests: emulator test fails on 4.15 kernel, timeout
+ kvm_unit_tests: emulator test fails on 4.4 / 4.15 kernel, timeout

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1932966

Title:
  kvm_unit_tests: emulator test fails on 4.4 / 4.15 kernel, timeout

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1932966/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1932966] Re: kvm_unit_tests: emulator test fails on 4.15 kernel, timeout

2021-08-31 Thread Po-Hsu Lin
I found this is failing on X-4.4 as well. Since it's an ESM series now I
don't think we will fix it.

** Also affects: linux (Ubuntu Xenial)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1932966

Title:
  kvm_unit_tests: emulator test fails on 4.15 kernel, timeout

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1932966/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1764618] Re: python-API test in ubuntu_lxc will fail on X-kvm kernel

2021-08-31 Thread Po-Hsu Lin
Correction for comment #14, we still have X-kvm, but the python API test
passed with the updated test case.

END GOODubuntu_lxc.api_test.py

** Changed in: ubuntu-kernel-tests
   Status: Won't Fix => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1764618

Title:
  python-API test in ubuntu_lxc will fail on X-kvm kernel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1764618/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1866591] Re: vmx_pending_event_test failed in ubuntu_kvm_unit_tests ( Expected VMX_VMCALL, got VMX_EXC_NMI)

2021-08-31 Thread Po-Hsu Lin
Found on B-kvm 4.15.0-1099.101


** Summary changed:

- vmx_pending_event_test failed in ubuntu_kvm_unit_tests
+ vmx_pending_event_test failed in ubuntu_kvm_unit_tests (  Expected 
VMX_VMCALL, got VMX_EXC_NMI)

** Summary changed:

- vmx_pending_event_test failed in ubuntu_kvm_unit_tests (  Expected 
VMX_VMCALL, got VMX_EXC_NMI)
+ vmx_pending_event_test failed in ubuntu_kvm_unit_tests ( Expected VMX_VMCALL, 
got VMX_EXC_NMI)

** Summary changed:

- vmx_pending_event_test failed in ubuntu_kvm_unit_tests ( Expected VMX_VMCALL, 
got VMX_EXC_NMI)
+ vmx_pending_event_test failed in ubuntu_kvm_unit_tests (Expected VMX_VMCALL, 
got VMX_EXC_NMI)

** Tags removed: xe
** Tags added: sru-20210816

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1866591

Title:
  vmx_pending_event_test failed in ubuntu_kvm_unit_tests (Expected
  VMX_VMCALL, got VMX_EXC_NMI)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1866591/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1935684] Re: vmx_init_signal_test in ubuntu_kvm_unit_tests fails on bionic/linux amd64

2021-08-31 Thread Po-Hsu Lin
*** This bug is a duplicate of bug 1932100 ***
https://bugs.launchpad.net/bugs/1932100

** This bug has been marked a duplicate of bug 1932100
   vmx_init_signal_test in ubuntu_kvm_unit_tests failed on F-5.4 amd64

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1935684

Title:
  vmx_init_signal_test in ubuntu_kvm_unit_tests fails on bionic/linux
  amd64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1935684/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1827866] Re: vmx_apicv_test in ubuntu_kvm_unit_tests failed on B-KVM / X-aws

2021-08-31 Thread Po-Hsu Lin
** Description changed:

- vmx_apicv_test from ubuntu_kvm_unit_tests failed on X-KVM:
- FAIL vmx_apicv_test (timeout; duration=10)
+ vmx_apicv_test from ubuntu_kvm_unit_tests failed on B-KVM:
  
-  the test was terminated with return code 124:
- 
- # TESTNAME=vmx_apicv_test TIMEOUT=10 ACCEL= ./x86/run x86/vmx.flat -smp 1 
-cpu host,+vmx -append "apic_reg_virt_test virt_x2apic_mode_test"
- timeout -k 1s --foreground 10 /usr/bin/qemu-system-x86_64 -nodefaults -device 
pc-testdev -device isa-debug-exit,iobase=0xf4,iosize=0x4 -vnc none -serial 
stdio -device pci-testdev -machine accel=kvm -kernel x86/vmx.flat -smp 1 -cpu 
host,+vmx -append apic_reg_virt_test virt_x2apic_mode_test # -initrd 
/tmp/tmp.K6b7rjmgp8
- enabling apic
- paging enabled
- cr0 = 80010011
- cr3 = 477000
- cr4 = 20
- 
- Test suite: apic_reg_virt_test
- --- Virtualize APIC accesses test ---
- PASS: xapic - reading 0x000: got APIC access exit @ page offset 0x000, want 
0x000
- PASS: xapic - writing 0x12345678 to 0x000: got APIC access exit @ page offset 
0x000, want 0x000
- PASS: xapic - reading 0x010: got APIC access exit @ page offset 0x010, want 
0x010
- PASS: xapic - writing 0x12345678 to 0x010: got APIC access exit @ page offset 
0x010, want 0x010
- PASS: xapic - reading 0x020: got APIC access exit @ page offset 0x020, want 
0x020
- PASS: xapic - writing 0x12345678 to 0x020: got APIC access exit @ page offset 
0x020, want 0x020
- PASS: xapic - reading 0x030: got APIC access exit @ page offset 0x030, want 
0x030
- 
- 
- PASS: xapic - writing 0x12345678 to 0x380: non-virtualized write; val is 
0x12345678, want 0x12345678
- PASS: xapic - reading 0x390: read 0x12345678, expected 0x12345678.
- PASS: xapic - writing 0x12345678 to 0x390: non-virtualized 
writqemu-system-x86_64: terminating on signal 15 from pid 1327
- 
- # echo $?
- 124
- 
- ProblemType: Bug
- DistroRelease: Ubuntu 16.04
- Package: linux-image-4.4.0-1044-kvm 4.4.0-1044.50
- ProcVersionSignature: Ubuntu 4.4.0-1044.50-kvm 4.4.177
- Uname: Linux 4.4.0-1044-kvm x86_64
- ApportVersion: 2.20.1-0ubuntu2.18
- Architecture: amd64
- Date: Mon May  6 10:47:17 2019
- SourcePackage: linux-kvm
- UpgradeStatus: No upgrade log present (probably fresh install)
+   FAIL: x2apic - reading 0x090: x2APIC op triggered GP.
+   FAIL: x2apic - reading 0x090: x2APIC op triggered GP.
+   FAIL: x2apic - reading 0x090: x2APIC op triggered GP.
+   FAIL: x2apic - reading 0x090: x2APIC op triggered GP.
+   FAIL vmx_apicv_test (9239 tests, 4 unexpected failures)

** Summary changed:

- vmx_apicv_test in ubuntu_kvm_unit_tests failed on B-KVM / X-aws
+ vmx_apicv_test in ubuntu_kvm_unit_tests failed on B-KVM (FAIL: x2apic - 
reading 0x090: x2APIC op triggered GP.)

** Attachment added: "vmx_apicv_test-b-kvm.log"
   
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1827866/+attachment/5521805/+files/vmx_apicv_test-b-kvm.log

** Description changed:

  vmx_apicv_test from ubuntu_kvm_unit_tests failed on B-KVM:
  
-   FAIL: x2apic - reading 0x090: x2APIC op triggered GP.
-   FAIL: x2apic - reading 0x090: x2APIC op triggered GP.
-   FAIL: x2apic - reading 0x090: x2APIC op triggered GP.
-   FAIL: x2apic - reading 0x090: x2APIC op triggered GP.
-   FAIL vmx_apicv_test (9239 tests, 4 unexpected failures)
+   FAIL: x2apic - reading 0x090: x2APIC op triggered GP.
+   FAIL: x2apic - reading 0x090: x2APIC op triggered GP.
+   FAIL: x2apic - reading 0x090: x2APIC op triggered GP.
+   FAIL: x2apic - reading 0x090: x2APIC op triggered GP.
+   FAIL vmx_apicv_test (9239 tests, 4 unexpected failures)
+ 
+ Complete test log: https://bugs.launchpad.net/ubuntu-kernel-
+ tests/+bug/1827866/+attachment/5521805/+files/vmx_apicv_test-b-kvm.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1827866

Title:
  vmx_apicv_test in ubuntu_kvm_unit_tests failed on B-KVM (FAIL: x2apic
  - reading 0x090: x2APIC op triggered GP.)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1827866/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1918692] Re: ubuntu-kvm-unit-test: vmx_apic_passthrough_thread reports assertion failure

2021-08-30 Thread Po-Hsu Lin
** Description changed:

  Running the ubuntu_kvm_unit_test/vmx_apic_passthrough_thread subtest on
  rumford shows the following failure:
  
-  Running 
'/home/ubuntu/autotest/client/tmp/ubuntu_kvm_unit_tests/src/kvm-unit-tests/tests/vmx_apic_passthrough_test'
+ Running 
'/home/ubuntu/autotest/client/tmp/ubuntu_kvm_unit_tests/src/kvm-unit-tests/tests/vmx_apic_passthrough_thread'
   BUILD_HEAD=32db322d
-  timeout -k 1s --foreground 90s /usr/bin/qemu-system-x86_64 --no-reboot 
-nodefaults -device pc-testdev -device isa-debug-exit,iobase=0xf4,iosize=0x4 
-vnc none -serial stdio -device pci-testdev -machine accel=kvm -kernel 
/tmp/tmp.8zX2XSFM96 -smp 1 -cpu max,+vmx -append vmx_apic_passthrough_test # 
-initrd /tmp/tmp.tJmeSbCtec
+  timeout -k 1s --foreground 90s /usr/bin/qemu-system-x86_64 --no-reboot 
-nodefaults -device pc-testdev -device isa-debug-exit,iobase=0xf4,iosize=0x4 
-vnc none -serial stdio -device pci-testdev -machine accel=kvm -kernel 
/tmp/tmp.7oHQKGTED7 -smp 2 -cpu max,+vmx -m 2048 -append 
vmx_apic_passthrough_thread_test # -initrd /tmp/tmp.hx8b0QwJCv
+  enabling apic
   enabling apic
   paging enabled
   cr0 = 80010011
-  cr3 = 1007000
+  cr3 = 107f000
   cr4 = 20
-  filter = vmx_apic_passthrough_test, test = test_vmx_feature_control
-  filter = vmx_apic_passthrough_test, test = test_vmxon
-  filter = vmx_apic_passthrough_test, test = test_vmptrld
-  filter = vmx_apic_passthrough_test, test = test_vmclear
-  filter = vmx_apic_passthrough_test, test = test_vmptrst
-  filter = vmx_apic_passthrough_test, test = test_vmwrite_vmread
-  filter = vmx_apic_passthrough_test, test = test_vmcs_high
-  filter = vmx_apic_passthrough_test, test = test_vmcs_lifecycle
-  filter = vmx_apic_passthrough_test, test = test_vmx_caps
-  filter = vmx_apic_passthrough_test, test = test_vmread_flags_touch
-  filter = vmx_apic_passthrough_test, test = test_vmwrite_flags_touch
-  filter = vmx_apic_passthrough_test, test = null
-  filter = vmx_apic_passthrough_test, test = vmenter
-  filter = vmx_apic_passthrough_test, test = preemption timer
-  filter = vmx_apic_passthrough_test, test = control field PAT
-  filter = vmx_apic_passthrough_test, test = control field EFER
-  filter = vmx_apic_passthrough_test, test = CR shadowing
-  filter = vmx_apic_passthrough_test, test = I/O bitmap
-  filter = vmx_apic_passthrough_test, test = instruction intercept
-  filter = vmx_apic_passthrough_test, test = EPT A/D disabled
-  filter = vmx_apic_passthrough_test, test = EPT A/D enabled
-  filter = vmx_apic_passthrough_test, test = PML
-  filter = vmx_apic_passthrough_test, test = VPID
-  filter = vmx_apic_passthrough_test, test = interrupt
-  filter = vmx_apic_passthrough_test, test = nmi_hlt
-  filter = vmx_apic_passthrough_test, test = debug controls
-  filter = vmx_apic_passthrough_test, test = MSR switch
-  filter = vmx_apic_passthrough_test, test = vmmcall
-  filter = vmx_apic_passthrough_test, test = disable RDTSCP
-  filter = vmx_apic_passthrough_test, test = int3
-  filter = vmx_apic_passthrough_test, test = into
-  filter = vmx_apic_passthrough_test, test = exit_monitor_from_l2_test
-  filter = vmx_apic_passthrough_test, test = invalid_msr
-  filter = vmx_apic_passthrough_test, test = v2_null_test
-  filter = vmx_apic_passthrough_test, test = v2_multiple_entries_test
-  filter = vmx_apic_passthrough_test, test = fixture_test_case1
-  filter = vmx_apic_passthrough_test, test = fixture_test_case2
-  filter = vmx_apic_passthrough_test, test = invvpid_test_v2
-  filter = vmx_apic_passthrough_test, test = vmx_controls_test
-  filter = vmx_apic_passthrough_test, test = vmx_host_state_area_test
-  filter = vmx_apic_passthrough_test, test = vmx_guest_state_area_test
-  filter = vmx_apic_passthrough_test, test = vmentry_movss_shadow_test
-  filter = vmx_apic_passthrough_test, test = vmentry_unrestricted_guest_test
-  filter = vmx_apic_passthrough_test, test = vmx_eoi_bitmap_ioapic_scan_test
-  filter = vmx_apic_passthrough_test, test = vmx_hlt_with_rvi_test
-  filter = vmx_apic_passthrough_test, test = apic_reg_virt_test
-  filter = vmx_apic_passthrough_test, test = virt_x2apic_mode_test
-  filter = vmx_apic_passthrough_test, test = vmx_apic_passthrough_test
+  filter = vmx_apic_passthrough_thread_test, test = test_vmx_feature_control
+  filter = vmx_apic_passthrough_thread_test, test = test_vmxon
+  filter = vmx_apic_passthrough_thread_test, test = test_vmptrld
+  filter = vmx_apic_passthrough_thread_test, test = test_vmclear
+  filter = vmx_apic_passthrough_thread_test, test = test_vmptrst
+  filter = vmx_apic_passthrough_thread_test, test = test_vmwrite_vmread
+  filter = vmx_apic_passthrough_thread_test, test = test_vmcs_high
+  filter = vmx_apic_passthrough_thread_test, test = test_vmcs_lifecycle
+  filter = vmx_apic_passthrough_thread_test, test = test_vmx_caps
+  filter = vmx_apic_passthrough_thread_test, test = test_vmread_flags_touch
+  filter = vmx_apic_passthrough_thread_test, test = test_vmwrite_flags_touch
+  filter = vm

[Bug 1918692] Re: ubuntu-kvm-unit-test/vmx_apic_passthrough_thread reports assertion failure

2021-08-30 Thread Po-Hsu Lin
** Description changed:

  Running the ubuntu_kvm_unit_test/vmx_apic_passthrough_thread subtest on
  rumford shows the following failure:
  
- 14.   03/03 06:44:40 DEBUG| utils:0153| [stdout] Test suite: 
vmx_apic_passthrough_thread_test
- 15.   03/03 06:44:40 DEBUG| utils:0153| [stdout] FAIL: x86/vmx_tests.c:7705: 
Assertion failed: (0) == ((int)ioapic_read_redir(0xf).remote_irr)
- 16.   03/03 06:44:40 DEBUG| utils:0153| [stdout] LHS: 00 - 
''''''''''''''' 
- 0
- 17.   03/03 06:44:40 DEBUG| utils:0153| [stdout] RHS: 0x0001 - 
'''''''''''''''0001 
- 1
- 18.   03/03 06:44:40 DEBUG| utils:0153| [stdout] IOAPIC pass-through: 
remote_irr=0 after EOI
- 19.   03/03 06:44:40 DEBUG| utils:0153| [stdout] STACK: 4083de 40841a 40158a 
403a60 400312
- 20.   03/03 06:44:40 DEBUG| utils:0153| [stdout] SUMMARY: 5 tests, 1 
unexpected failures
- 
+  Running 
'/home/ubuntu/autotest/client/tmp/ubuntu_kvm_unit_tests/src/kvm-unit-tests/tests/vmx_apic_passthrough_test'
+  BUILD_HEAD=32db322d
+  timeout -k 1s --foreground 90s /usr/bin/qemu-system-x86_64 --no-reboot 
-nodefaults -device pc-testdev -device isa-debug-exit,iobase=0xf4,iosize=0x4 
-vnc none -serial stdio -device pci-testdev -machine accel=kvm -kernel 
/tmp/tmp.8zX2XSFM96 -smp 1 -cpu max,+vmx -append vmx_apic_passthrough_test # 
-initrd /tmp/tmp.tJmeSbCtec
+  enabling apic
+  paging enabled
+  cr0 = 80010011
+  cr3 = 1007000
+  cr4 = 20
+  filter = vmx_apic_passthrough_test, test = test_vmx_feature_control
+  filter = vmx_apic_passthrough_test, test = test_vmxon
+  filter = vmx_apic_passthrough_test, test = test_vmptrld
+  filter = vmx_apic_passthrough_test, test = test_vmclear
+  filter = vmx_apic_passthrough_test, test = test_vmptrst
+  filter = vmx_apic_passthrough_test, test = test_vmwrite_vmread
+  filter = vmx_apic_passthrough_test, test = test_vmcs_high
+  filter = vmx_apic_passthrough_test, test = test_vmcs_lifecycle
+  filter = vmx_apic_passthrough_test, test = test_vmx_caps
+  filter = vmx_apic_passthrough_test, test = test_vmread_flags_touch
+  filter = vmx_apic_passthrough_test, test = test_vmwrite_flags_touch
+  filter = vmx_apic_passthrough_test, test = null
+  filter = vmx_apic_passthrough_test, test = vmenter
+  filter = vmx_apic_passthrough_test, test = preemption timer
+  filter = vmx_apic_passthrough_test, test = control field PAT
+  filter = vmx_apic_passthrough_test, test = control field EFER
+  filter = vmx_apic_passthrough_test, test = CR shadowing
+  filter = vmx_apic_passthrough_test, test = I/O bitmap
+  filter = vmx_apic_passthrough_test, test = instruction intercept
+  filter = vmx_apic_passthrough_test, test = EPT A/D disabled
+  filter = vmx_apic_passthrough_test, test = EPT A/D enabled
+  filter = vmx_apic_passthrough_test, test = PML
+  filter = vmx_apic_passthrough_test, test = VPID
+  filter = vmx_apic_passthrough_test, test = interrupt
+  filter = vmx_apic_passthrough_test, test = nmi_hlt
+  filter = vmx_apic_passthrough_test, test = debug controls
+  filter = vmx_apic_passthrough_test, test = MSR switch
+  filter = vmx_apic_passthrough_test, test = vmmcall
+  filter = vmx_apic_passthrough_test, test = disable RDTSCP
+  filter = vmx_apic_passthrough_test, test = int3
+  filter = vmx_apic_passthrough_test, test = into
+  filter = vmx_apic_passthrough_test, test = exit_monitor_from_l2_test
+  filter = vmx_apic_passthrough_test, test = invalid_msr
+  filter = vmx_apic_passthrough_test, test = v2_null_test
+  filter = vmx_apic_passthrough_test, test = v2_multiple_entries_test
+  filter = vmx_apic_passthrough_test, test = fixture_test_case1
+  filter = vmx_apic_passthrough_test, test = fixture_test_case2
+  filter = vmx_apic_passthrough_test, test = invvpid_test_v2
+  filter = vmx_apic_passthrough_test, test = vmx_controls_test
+  filter = vmx_apic_passthrough_test, test = vmx_host_state_area_test
+  filter = vmx_apic_passthrough_test, test = vmx_guest_state_area_test
+  filter = vmx_apic_passthrough_test, test = vmentry_movss_shadow_test
+  filter = vmx_apic_passthrough_test, test = vmentry_unrestricted_guest_test
+  filter = vmx_apic_passthrough_test, test = vmx_eoi_bitmap_ioapic_scan_test
+  filter = vmx_apic_passthrough_test, test = vmx_hlt_with_rvi_test
+  filter = vmx_apic_passthrough_test, test = apic_reg_virt_test
+  filter = vmx_apic_passthrough_test, test = virt_x2apic_mode_test
+  filter = vmx_apic_passthrough_test, test = vmx_apic_passthrough_test
+  
+  Test suite: vmx_apic_passthrough_test
+  FAIL: x86/vmx_tests.c:9714: Assertion failed: (0) == 
((int)ioapic_read_redir(0xf).remote_irr)
+  LHS: 00 - 
''''''''''''''' 
- 0
+  RHS: 0x0001 - 
'''''''''''''''0001 
- 1
+  IOAPIC pass-through: remote_irr=0 after EOI
+  ST

[Bug 1822309] Re: vmx_apic_passthrough_thread in kvm_unit_tests failed with 1 unexpected failures

2021-08-30 Thread Po-Hsu Lin
*** This bug is a duplicate of bug 1918692 ***
https://bugs.launchpad.net/bugs/1918692

** This bug has been marked a duplicate of bug 1918692
   ubuntu-kvm-unit-test/vmx_apic_passthrough_thread reports assertion failure

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1822309

Title:
  vmx_apic_passthrough_thread in kvm_unit_tests failed with 1 unexpected
  failures

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1822309/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1845687] Re: memory test in ubuntu_kvm_unit tests fails linux-kvm (clflushopt absent)

2021-08-30 Thread Po-Hsu Lin
*** This bug is a duplicate of bug 1831449 ***
https://bugs.launchpad.net/bugs/1831449

We don't have X-kvm anymore, for B-kvm, it's failing with clflushopt /
clwb ABSENT (bug 1831449)

** This bug has been marked a duplicate of bug 1831449
   memory in ubuntu_kvm_unit_tests fails (clflushopt / clwb ABSENT)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1845687

Title:
  memory test in ubuntu_kvm_unit tests fails linux-kvm (clflushopt
  absent)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1845687/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1831449] Re: memory in ubuntu_kvm_unit_tests fails (clflushopt / clwb ABSENT)

2021-08-30 Thread Po-Hsu Lin
** Description changed:

- Need to run this on oracle manually to get the full output:
-  TESTNAME=memory TIMEOUT=90s ACCEL= ./x86/run x86/memory.flat -smp 1 -cpu host
-  FAIL memory (8 tests, 2 unexpected failures)
+  FAIL: clflushopt (ABSENT)
+  FAIL: clwb (ABSENT)
+ 
+ Test output:
+ 
+ Running 
'/home/ubuntu/autotest/client/tmp/ubuntu_kvm_unit_tests/src/kvm-unit-tests/tests/memory'
+  BUILD_HEAD=32db322d
+  timeout -k 1s --foreground 90s /usr/bin/qemu-system-x86_64 --no-reboot 
-nodefaults -device pc-testdev -device isa-debug-exit,iobase=0xf4,iosize=0x4 
-vnc none -serial stdio -device pci-testdev -machine accel=kvm -kernel 
/tmp/tmp.SOyUkPCNxP -smp 1 -cpu max # -initrd /tmp/tmp.DiAWwvk2jC
+  enabling apic
+  PASS: clflush (present)
+  PASS: sfence (present)
+  PASS: lfence (present)
+  PASS: mfence (present)
+  FAIL: clflushopt (ABSENT)
+  FAIL: clwb (ABSENT)
+  PASS: invalid clwb
+  PASS: pcommit (ABSENT)
+  SUMMARY: 8 tests, 2 unexpected failures
+  FAIL memory (8 tests, 2 unexpected failures)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1831449

Title:
  memory in ubuntu_kvm_unit_tests fails (clflushopt / clwb ABSENT)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1831449/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1839857] Re: apic tests fail to run (5 unexpected failures)

2021-08-30 Thread Po-Hsu Lin
This does not happen on X-oracle-4.15 anymore, the apic test is now
failing with bug 1942162 and 1918689


** Changed in: ubuntu-kernel-tests
   Status: New => Invalid

** Changed in: linux-oracle (Ubuntu)
   Status: New => Invalid

** Changed in: linux-oracle (Ubuntu Xenial)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1839857

Title:
  apic tests fail to run (5 unexpected failures)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1839857/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1932966] Re: kvm_unit_tests: emulator test fails on 4.15 kernel, timeout

2021-08-30 Thread Po-Hsu Lin
https://lists.ubuntu.com/archives/kernel-team/2021-August/123672.html

** Description changed:

  [Impact]
  Our Bionic 4.15 kernel lacks of movups/movupd emulation support.
  
  With the following commit added into the emulator test in
  ubuntu_kvm_unit_tests:
commit 8726f9771911d6749dbd36ab2fc70f0f25e2b1a9
Author: Jacob Xu 
Date: Wed Apr 21 16:12:57 2021 -0700
  
x86: add movups/movupd sse testcases to emulator.c
  
Here we add movups/movupd tests corresponding to functionality
introduced in commit 29916968c486 ("kvm: Add emulation for 
movups/movupd").
  
Signed-off-by: Jacob Xu 
Message-Id: <20210421231258.2583654-1-jacob...@google.com>
Signed-off-by: Paolo Bonzini 
  
  It will cause the emulator test in ubuntu_kvm_unit_tests fail with timeout:
+   ...
PASS: movdqu (read)
PASS: movdqu (write)
PASS: movaps (read)
PASS: movaps (write)
PASS: movapd (read)
PASS: movapd (write)
KVM internal error. Suberror: 1
emulation failure
RAX=000a RBX=e000 RCX=03fd 
RDX=03f8
RSI=00419991 RDI=00419991 RBP=0051b490 
RSP=0051b470
R8 =000a R9 =03f8 R10=000d 
R11=
R12=e000 R13= R14=d000 
R15=
RIP=00400a1f RFL=00010006 [-P-] CPL=0 II=0 A20=1 SMM=0 HLT=0
ES =0010   00c09300 DPL=0 DS [-WA]
CS =0008   00a09b00 DPL=0 CS64 [-RA]
SS =0010   00c09300 DPL=0 DS [-WA]
DS =0010   00c09300 DPL=0 DS [-WA]
FS =0010   00c09300 DPL=0 DS [-WA]
GS =0010 0051a510  00c09300 DPL=0 DS [-WA]
LDT=   8200 DPL=0 LDT
TR =0080 0041207a  8b00 DPL=0 TSS64-busy
GDT= 0041100a 106f
IDT= 0041 0fff
CR0=80010011 CR2= CR3=01007000 CR4=0220
DR0= DR1= DR2= 
DR3=
DR6=0ff0 DR7=0400
EFER=0500
Code=00 c7 45 e8 03 00 00 00 c7 45 ec 04 00 00 00 66 0f 6f 45 e0 <0f> 11 03 
48 89 de 48 8d 7d e0 e8 e5 f9 ff ff 0f b6 f8 be a1 8f 41 00 b8 00 00 00 00 e8 07
qemu-system-x86_64: terminating on signal 15 from pid 15758 (timeout)
FAIL emulator (timeout; duration=90s)
  
  [Fix]
  * 29916968c48691 kvm: Add emulation for movups/movupd
  
  This patch can be cherry-picked into Bionic.
+ 
  It can fix our test failure plus, as mentioned in the commit message,
  emulation failures with openbsd as guest and with Windows 10 with
  intel HD graphics pass through.
- 
- I didn't see any other patch that claims to be a fix of this one in
- upstream tree.
  
  [Test]
  Test kernel can be found here:
  https://people.canonical.com/~phlin/kernel/lp-1932966-kvm-emulator/
  
  Run the emulator test from ubuntu_kvm_unit_tests, with this patch
  applied it will pass without any issue:
+   ...
PASS: movdqu (read)
PASS: movdqu (write)
PASS: movaps (read)
PASS: movaps (write)
PASS: movapd (read)
PASS: movapd (write)
PASS: movups (read)
PASS: movups (write)
PASS: movupd (read)
PASS: movupd (write)
PASS: movups unaligned
PASS: movupd unaligned
PASS: unaligned movaps exception
PASS: movups unaligned crosspage
PASS: movups crosspage exception
PASS: movq (mmx, read)
PASS: movq (mmx, write)
PASS: movb $imm, 0(%rip)
PASS: shld (cl)
PASS: shrd (cl)
PASS: mov null, %ss
PASS: mov null, %ss (with ss.rpl != cpl)
PASS: Test ret/iret with a nullified segment
PASS: ltr
PASS: cmovnel
SKIP: skipping register-only tests, use kvm.force_emulation_prefix=1 to 
enable
PASS: push16
PASS: cross-page mmio read
PASS: cross-page mmio write
PASS: string_io_mmio
PASS: jump to non-canonical address
SKIP: illegal movbe
SUMMARY: 135 tests, 2 skipped
PASS emulator (135 tests, 2 skipped)
  
  [Where problems could occur]
- The problem I think of for the moment is that we might see other
- failures when using this in the future.
+ I didn't see any other patch that claims to be a fix of this one in
+ the upstream tree. The problem I think of for the moment is that we
+ might see other failures when using this in the future.
  
  
  [Original Bug Report]
  Found this on B/KVM, current cycle (sru-20210531):
  
  18:27:11 DEBUG| [stdout] PASS: movapd (write)^M
  18:27:11 DEBUG| [stderr] KVM internal error. Suberror: 1
  18:27:11 DEBUG| [stderr] emulation failure
  18:27:11 DEBUG| [stderr] RAX=000a RBX=e000 
RCX=03fd RDX=03f8
  18:27:11 DEBUG| [stderr] RSI=00419991 RDI=00419991 
RBP=0051b440 RSP=0051b420
  18:27:11 D

[Bug 1932966] Re: kvm_unit_tests: emulator test fails on 4.15 kernel, timeout

2021-08-30 Thread Po-Hsu Lin
** Description changed:

  [Impact]
  Our Bionic 4.15 kernel lacks of movups/movupd emulation support.
  
  With the following commit added into the emulator test in 
ubuntu_kvm_unit_tests:
  8726f9771911d6749dbd36ab2fc70f0f25e2b1a9 is the first bad commit
  commit 8726f9771911d6749dbd36ab2fc70f0f25e2b1a9
  Author: Jacob Xu 
  Date: Wed Apr 21 16:12:57 2021 -0700
  
  x86: add movups/movupd sse testcases to emulator.c
  
  Here we add movups/movupd tests corresponding to functionality
  introduced in commit 29916968c486 ("kvm: Add emulation for 
movups/movupd").
  
  Signed-off-by: Jacob Xu 
  Message-Id: <20210421231258.2583654-1-jacob...@google.com>
  Signed-off-by: Paolo Bonzini 
  
  It will cause the emulator test in ubuntu_kvm_unit_tests fail with timeout:
   PASS: movdqu (read)
   PASS: movdqu (write)
   PASS: movaps (read)
   PASS: movaps (write)
   PASS: movapd (read)
   PASS: movapd (write)
   KVM internal error. Suberror: 1
   emulation failure
   RAX=000a RBX=e000 RCX=03fd 
RDX=03f8
   RSI=00419991 RDI=00419991 RBP=0051b490 
RSP=0051b470
   R8 =000a R9 =03f8 R10=000d 
R11=
   R12=e000 R13= R14=d000 
R15=
   RIP=00400a1f RFL=00010006 [-P-] CPL=0 II=0 A20=1 SMM=0 HLT=0
   ES =0010   00c09300 DPL=0 DS   [-WA]
   CS =0008   00a09b00 DPL=0 CS64 [-RA]
   SS =0010   00c09300 DPL=0 DS   [-WA]
   DS =0010   00c09300 DPL=0 DS   [-WA]
   FS =0010   00c09300 DPL=0 DS   [-WA]
   GS =0010 0051a510  00c09300 DPL=0 DS   [-WA]
   LDT=   8200 DPL=0 LDT
   TR =0080 0041207a  8b00 DPL=0 TSS64-busy
   GDT= 0041100a 106f
   IDT= 0041 0fff
   CR0=80010011 CR2= CR3=01007000 CR4=0220
   DR0= DR1= DR2= 
DR3=
   DR6=0ff0 DR7=0400
   EFER=0500
   Code=00 c7 45 e8 03 00 00 00 c7 45 ec 04 00 00 00 66 0f 6f 45 e0 <0f> 11 03 
48 89 de 48 8d 7d e0 e8 e5 f9 ff ff 0f b6 f8 be a1 8f 41 00 b8 00 00 00 00 e8 07
   qemu-system-x86_64: terminating on signal 15 from pid 15758 (timeout)
   FAIL emulator (timeout; duration=90s)
  
  [Fix]
  * 29916968c48691 kvm: Add emulation for movups/movupd
  
  This patch can be cherry-picked into Bionic.
- I didn't see any other patch claim to be a fix of this patch in upstream tree.
+ It can fix our test failure plus, mentioned in the commit message, emulation 
failures with openbsd as guest and with Windows 10 with intel HD graphics pass 
through.
+ 
+ I didn't see any other patch claim to be a fix of this patch in upstream
+ tree.
  
  [Test]
  Test kernel can be found here:
  https://people.canonical.com/~phlin/kernel/lp-1932966-kvm-emulator/
  
  Run the emulator test from ubuntu_kvm_unit_tests, with this patch
  applied it will pass without any issue:
  
    PASS: movdqu (read)
    PASS: movdqu (write)
    PASS: movaps (read)
    PASS: movaps (write)
    PASS: movapd (read)
    PASS: movapd (write)
    PASS: movups (read)
    PASS: movups (write)
    PASS: movupd (read)
    PASS: movupd (write)
    PASS: movups unaligned
    PASS: movupd unaligned
    PASS: unaligned movaps exception
    PASS: movups unaligned crosspage
    PASS: movups crosspage exception
    PASS: movq (mmx, read)
    PASS: movq (mmx, write)
    PASS: movb $imm, 0(%rip)
    PASS: shld (cl)
    PASS: shrd (cl)
    PASS: mov null, %ss
    PASS: mov null, %ss (with ss.rpl != cpl)
    PASS: Test ret/iret with a nullified segment
    PASS: ltr
    PASS: cmovnel
    SKIP: skipping register-only tests, use kvm.force_emulation_prefix=1 to 
enable
    PASS: push16
    PASS: cross-page mmio read
    PASS: cross-page mmio write
    PASS: string_io_mmio
    PASS: jump to non-canonical address
    SKIP: illegal movbe
    SUMMARY: 135 tests, 2 skipped
    PASS emulator (135 tests, 2 skipped)
  
  [Where problems could occur]
+ It's just adding new capabilities, the problem I think of for the moment is 
that we might see other failures when using this in the future.
  
  
  [Original Bug Report]
  Found this on B/KVM, current cycle (sru-20210531):
  
  18:27:11 DEBUG| [stdout] PASS: movapd (write)^M
  18:27:11 DEBUG| [stderr] KVM internal error. Suberror: 1
  18:27:11 DEBUG| [stderr] emulation failure
  18:27:11 DEBUG| [stderr] RAX=000a RBX=e000 
RCX=03fd RDX=03f8
  18:27:11 DEBUG| [stderr] RSI=00419991 RDI=00419991 
RBP=0051b440 RSP=0051b420
  18:27:11 DEBUG| [stderr] R8 =000a R9 =03f8 
R10=000d R11=
  18:27:11 DEBUG| [stderr] R12=

[Bug 1932966] Re: kvm_unit_tests: emulator test fails on 4.15 kernel, timeout

2021-08-30 Thread Po-Hsu Lin
** Description changed:

  [Impact]
  Our Bionic 4.15 kernel lacks of movups/movupd emulation support.
  
  With the following commit added into the emulator test in 
ubuntu_kvm_unit_tests:
  8726f9771911d6749dbd36ab2fc70f0f25e2b1a9 is the first bad commit
  commit 8726f9771911d6749dbd36ab2fc70f0f25e2b1a9
  Author: Jacob Xu 
  Date: Wed Apr 21 16:12:57 2021 -0700
  
  x86: add movups/movupd sse testcases to emulator.c
  
  Here we add movups/movupd tests corresponding to functionality
  introduced in commit 29916968c486 ("kvm: Add emulation for 
movups/movupd").
  
  Signed-off-by: Jacob Xu 
  Message-Id: <20210421231258.2583654-1-jacob...@google.com>
  Signed-off-by: Paolo Bonzini 
  
  It will cause the emulator test in ubuntu_kvm_unit_tests fail with timeout:
-  PASS: movdqu (read)^M
-  PASS: movdqu (write)^M
-  PASS: movaps (read)^M
-  PASS: movaps (write)^M
-  PASS: movapd (read)^M
-  PASS: movapd (write)^M
+  PASS: movdqu (read)
+  PASS: movdqu (write)
+  PASS: movaps (read)
+  PASS: movaps (write)
+  PASS: movapd (read)
+  PASS: movapd (write)
   KVM internal error. Suberror: 1
   emulation failure
   RAX=000a RBX=e000 RCX=03fd 
RDX=03f8
   RSI=00419991 RDI=00419991 RBP=0051b490 
RSP=0051b470
   R8 =000a R9 =03f8 R10=000d 
R11=
   R12=e000 R13= R14=d000 
R15=
   RIP=00400a1f RFL=00010006 [-P-] CPL=0 II=0 A20=1 SMM=0 HLT=0
   ES =0010   00c09300 DPL=0 DS   [-WA]
   CS =0008   00a09b00 DPL=0 CS64 [-RA]
   SS =0010   00c09300 DPL=0 DS   [-WA]
   DS =0010   00c09300 DPL=0 DS   [-WA]
   FS =0010   00c09300 DPL=0 DS   [-WA]
   GS =0010 0051a510  00c09300 DPL=0 DS   [-WA]
   LDT=   8200 DPL=0 LDT
   TR =0080 0041207a  8b00 DPL=0 TSS64-busy
   GDT= 0041100a 106f
   IDT= 0041 0fff
   CR0=80010011 CR2= CR3=01007000 CR4=0220
   DR0= DR1= DR2= 
DR3=
   DR6=0ff0 DR7=0400
   EFER=0500
   Code=00 c7 45 e8 03 00 00 00 c7 45 ec 04 00 00 00 66 0f 6f 45 e0 <0f> 11 03 
48 89 de 48 8d 7d e0 e8 e5 f9 ff ff 0f b6 f8 be a1 8f 41 00 b8 00 00 00 00 e8 07
   qemu-system-x86_64: terminating on signal 15 from pid 15758 (timeout)
   FAIL emulator (timeout; duration=90s)
  
  [Fix]
- * 6ce08235f2 kvm: Add emulation for movups/movupd
+ * 29916968c48691 kvm: Add emulation for movups/movupd
  
  This patch can be cherry-picked into Bionic.
  I didn't see any other patch claim to be a fix of this patch in upstream tree.
  
  [Test]
  Test kernel can be found here:
  https://people.canonical.com/~phlin/kernel/lp-1932966-kvm-emulator/
  
  Run the emulator test from ubuntu_kvm_unit_tests, with this patch
  applied it will pass without any issue:
  
    PASS: movdqu (read)
    PASS: movdqu (write)
    PASS: movaps (read)
    PASS: movaps (write)
    PASS: movapd (read)
    PASS: movapd (write)
    PASS: movups (read)
    PASS: movups (write)
    PASS: movupd (read)
    PASS: movupd (write)
    PASS: movups unaligned
    PASS: movupd unaligned
    PASS: unaligned movaps exception
    PASS: movups unaligned crosspage
    PASS: movups crosspage exception
    PASS: movq (mmx, read)
    PASS: movq (mmx, write)
    PASS: movb $imm, 0(%rip)
    PASS: shld (cl)
    PASS: shrd (cl)
    PASS: mov null, %ss
    PASS: mov null, %ss (with ss.rpl != cpl)
    PASS: Test ret/iret with a nullified segment
    PASS: ltr
    PASS: cmovnel
    SKIP: skipping register-only tests, use kvm.force_emulation_prefix=1 to 
enable
    PASS: push16
    PASS: cross-page mmio read
    PASS: cross-page mmio write
    PASS: string_io_mmio
    PASS: jump to non-canonical address
    SKIP: illegal movbe
    SUMMARY: 135 tests, 2 skipped
    PASS emulator (135 tests, 2 skipped)
  
  [Where problems could occur]
+ 
  
  [Original Bug Report]
  Found this on B/KVM, current cycle (sru-20210531):
  
  18:27:11 DEBUG| [stdout] PASS: movapd (write)^M
  18:27:11 DEBUG| [stderr] KVM internal error. Suberror: 1
  18:27:11 DEBUG| [stderr] emulation failure
  18:27:11 DEBUG| [stderr] RAX=000a RBX=e000 
RCX=03fd RDX=03f8
  18:27:11 DEBUG| [stderr] RSI=00419991 RDI=00419991 
RBP=0051b440 RSP=0051b420
  18:27:11 DEBUG| [stderr] R8 =000a R9 =03f8 
R10=000d R11=
  18:27:11 DEBUG| [stderr] R12=e000 R13= 
R14=d000 R15=
  18:27:11 DEBUG| [stderr] RIP=00400a0c RFL=00010006 [-P-] CPL=0 
II=0 A20=1 SMM=0 HLT=0
  18:27:11 DEBUG| [stde

[Bug 1932966] Re: kvm_unit_tests: emulator test fails on 4.15 kernel, timeout

2021-08-30 Thread Po-Hsu Lin
** Description changed:

  [Impact]
  Our Bionic 4.15 kernel lacks of movups/movupd emulation support.
  
  With the following commit added into the emulator test in 
ubuntu_kvm_unit_tests:
  8726f9771911d6749dbd36ab2fc70f0f25e2b1a9 is the first bad commit
  commit 8726f9771911d6749dbd36ab2fc70f0f25e2b1a9
  Author: Jacob Xu 
  Date: Wed Apr 21 16:12:57 2021 -0700
  
  x86: add movups/movupd sse testcases to emulator.c
  
  Here we add movups/movupd tests corresponding to functionality
  introduced in commit 29916968c486 ("kvm: Add emulation for 
movups/movupd").
  
  Signed-off-by: Jacob Xu 
  Message-Id: <20210421231258.2583654-1-jacob...@google.com>
  Signed-off-by: Paolo Bonzini 
  
  It will cause the emulator test in ubuntu_kvm_unit_tests fail with timeout:
   PASS: movdqu (read)^M
   PASS: movdqu (write)^M
   PASS: movaps (read)^M
   PASS: movaps (write)^M
   PASS: movapd (read)^M
   PASS: movapd (write)^M
   KVM internal error. Suberror: 1
   emulation failure
   RAX=000a RBX=e000 RCX=03fd 
RDX=03f8
   RSI=00419991 RDI=00419991 RBP=0051b490 
RSP=0051b470
   R8 =000a R9 =03f8 R10=000d 
R11=
   R12=e000 R13= R14=d000 
R15=
   RIP=00400a1f RFL=00010006 [-P-] CPL=0 II=0 A20=1 SMM=0 HLT=0
   ES =0010   00c09300 DPL=0 DS   [-WA]
   CS =0008   00a09b00 DPL=0 CS64 [-RA]
   SS =0010   00c09300 DPL=0 DS   [-WA]
   DS =0010   00c09300 DPL=0 DS   [-WA]
   FS =0010   00c09300 DPL=0 DS   [-WA]
   GS =0010 0051a510  00c09300 DPL=0 DS   [-WA]
   LDT=   8200 DPL=0 LDT
   TR =0080 0041207a  8b00 DPL=0 TSS64-busy
   GDT= 0041100a 106f
   IDT= 0041 0fff
   CR0=80010011 CR2= CR3=01007000 CR4=0220
   DR0= DR1= DR2= 
DR3=
   DR6=0ff0 DR7=0400
   EFER=0500
   Code=00 c7 45 e8 03 00 00 00 c7 45 ec 04 00 00 00 66 0f 6f 45 e0 <0f> 11 03 
48 89 de 48 8d 7d e0 e8 e5 f9 ff ff 0f b6 f8 be a1 8f 41 00 b8 00 00 00 00 e8 07
   qemu-system-x86_64: terminating on signal 15 from pid 15758 (timeout)
   FAIL emulator (timeout; duration=90s)
  
  [Fix]
  * 6ce08235f2 kvm: Add emulation for movups/movupd
  
  This patch can be cherry-picked into Bionic.
- There is no other patch that claims to be a fix of this one.
+ I didn't see any other patch claim to be a fix of this patch in upstream tree.
  
  [Test]
  Test kernel can be found here:
  https://people.canonical.com/~phlin/kernel/lp-1932966-kvm-emulator/
  
  Run the emulator test from ubuntu_kvm_unit_tests, with this patch
  applied it will pass without any issue:
  
    PASS: movdqu (read)
    PASS: movdqu (write)
    PASS: movaps (read)
    PASS: movaps (write)
    PASS: movapd (read)
    PASS: movapd (write)
    PASS: movups (read)
    PASS: movups (write)
    PASS: movupd (read)
    PASS: movupd (write)
    PASS: movups unaligned
    PASS: movupd unaligned
    PASS: unaligned movaps exception
    PASS: movups unaligned crosspage
    PASS: movups crosspage exception
    PASS: movq (mmx, read)
    PASS: movq (mmx, write)
    PASS: movb $imm, 0(%rip)
    PASS: shld (cl)
    PASS: shrd (cl)
    PASS: mov null, %ss
    PASS: mov null, %ss (with ss.rpl != cpl)
    PASS: Test ret/iret with a nullified segment
    PASS: ltr
    PASS: cmovnel
    SKIP: skipping register-only tests, use kvm.force_emulation_prefix=1 to 
enable
    PASS: push16
    PASS: cross-page mmio read
    PASS: cross-page mmio write
    PASS: string_io_mmio
    PASS: jump to non-canonical address
    SKIP: illegal movbe
    SUMMARY: 135 tests, 2 skipped
    PASS emulator (135 tests, 2 skipped)
  
  [Where problems could occur]
  
  [Original Bug Report]
  Found this on B/KVM, current cycle (sru-20210531):
  
  18:27:11 DEBUG| [stdout] PASS: movapd (write)^M
  18:27:11 DEBUG| [stderr] KVM internal error. Suberror: 1
  18:27:11 DEBUG| [stderr] emulation failure
  18:27:11 DEBUG| [stderr] RAX=000a RBX=e000 
RCX=03fd RDX=03f8
  18:27:11 DEBUG| [stderr] RSI=00419991 RDI=00419991 
RBP=0051b440 RSP=0051b420
  18:27:11 DEBUG| [stderr] R8 =000a R9 =03f8 
R10=000d R11=
  18:27:11 DEBUG| [stderr] R12=e000 R13= 
R14=d000 R15=
  18:27:11 DEBUG| [stderr] RIP=00400a0c RFL=00010006 [-P-] CPL=0 
II=0 A20=1 SMM=0 HLT=0
  18:27:11 DEBUG| [stderr] ES =0010   00c09300 DPL=0 DS 
  [-WA]
  18:27:11 DEBUG| [stderr] CS =0008   00a09b00 

[Bug 1906128] Re: Touchpad not detected on ByteSpeed C15B laptop

2021-08-30 Thread Po-Hsu Lin
Patch already in Hirsute, closing this bug.

** Changed in: linux (Ubuntu Hirsute)
   Status: In Progress => Fix Released

** Changed in: linux (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1906128

Title:
  Touchpad not detected on ByteSpeed C15B laptop

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1932966] Re: kvm_unit_tests: emulator test fails on 4.15 kernel, timeout

2021-08-30 Thread Po-Hsu Lin
** Description changed:

  [Impact]
  Our Bionic 4.15 kernel lacks of movups/movupd emulation support.
  
  With the following commit added into the emulator test in 
ubuntu_kvm_unit_tests:
  8726f9771911d6749dbd36ab2fc70f0f25e2b1a9 is the first bad commit
  commit 8726f9771911d6749dbd36ab2fc70f0f25e2b1a9
  Author: Jacob Xu 
  Date: Wed Apr 21 16:12:57 2021 -0700
  
  x86: add movups/movupd sse testcases to emulator.c
  
  Here we add movups/movupd tests corresponding to functionality
  introduced in commit 29916968c486 ("kvm: Add emulation for 
movups/movupd").
  
  Signed-off-by: Jacob Xu 
  Message-Id: <20210421231258.2583654-1-jacob...@google.com>
  Signed-off-by: Paolo Bonzini 
  
  It will cause the emulator test in ubuntu_kvm_unit_tests fail with timeout:
   PASS: movdqu (read)^M
   PASS: movdqu (write)^M
   PASS: movaps (read)^M
   PASS: movaps (write)^M
   PASS: movapd (read)^M
   PASS: movapd (write)^M
   KVM internal error. Suberror: 1
   emulation failure
   RAX=000a RBX=e000 RCX=03fd 
RDX=03f8
   RSI=00419991 RDI=00419991 RBP=0051b490 
RSP=0051b470
   R8 =000a R9 =03f8 R10=000d 
R11=
   R12=e000 R13= R14=d000 
R15=
   RIP=00400a1f RFL=00010006 [-P-] CPL=0 II=0 A20=1 SMM=0 HLT=0
   ES =0010   00c09300 DPL=0 DS   [-WA]
   CS =0008   00a09b00 DPL=0 CS64 [-RA]
   SS =0010   00c09300 DPL=0 DS   [-WA]
   DS =0010   00c09300 DPL=0 DS   [-WA]
   FS =0010   00c09300 DPL=0 DS   [-WA]
   GS =0010 0051a510  00c09300 DPL=0 DS   [-WA]
   LDT=   8200 DPL=0 LDT
   TR =0080 0041207a  8b00 DPL=0 TSS64-busy
   GDT= 0041100a 106f
   IDT= 0041 0fff
   CR0=80010011 CR2= CR3=01007000 CR4=0220
   DR0= DR1= DR2= 
DR3=
   DR6=0ff0 DR7=0400
   EFER=0500
   Code=00 c7 45 e8 03 00 00 00 c7 45 ec 04 00 00 00 66 0f 6f 45 e0 <0f> 11 03 
48 89 de 48 8d 7d e0 e8 e5 f9 ff ff 0f b6 f8 be a1 8f 41 00 b8 00 00 00 00 e8 07
   qemu-system-x86_64: terminating on signal 15 from pid 15758 (timeout)
   FAIL emulator (timeout; duration=90s)
  
  [Fix]
  * 6ce08235f2 kvm: Add emulation for movups/movupd
  
  This patch can be cherry-picked into Bionic.
+ There is no other patch that claims to be a fix of this one.
  
  [Test]
- Run the emulator test from ubuntu_kvm_unit_tests, with this patch applied it 
will pass without any issue:
+ Test kernel can be found here:
+ https://people.canonical.com/~phlin/kernel/lp-1932966-kvm-emulator/
  
-   PASS: movdqu (read)
-   PASS: movdqu (write)
-   PASS: movaps (read)
-   PASS: movaps (write)
-   PASS: movapd (read)
-   PASS: movapd (write)
-   PASS: movups (read)
-   PASS: movups (write)
-   PASS: movupd (read)
-   PASS: movupd (write)
-   PASS: movups unaligned
-   PASS: movupd unaligned
-   PASS: unaligned movaps exception
-   PASS: movups unaligned crosspage
-   PASS: movups crosspage exception
-   PASS: movq (mmx, read)
-   PASS: movq (mmx, write)
-   PASS: movb $imm, 0(%rip)
-   PASS: shld (cl)
-   PASS: shrd (cl)
-   PASS: mov null, %ss
-   PASS: mov null, %ss (with ss.rpl != cpl)
-   PASS: Test ret/iret with a nullified segment
-   PASS: ltr
-   PASS: cmovnel
-   SKIP: skipping register-only tests, use kvm.force_emulation_prefix=1 to 
enable
-   PASS: push16
-   PASS: cross-page mmio read
-   PASS: cross-page mmio write
-   PASS: string_io_mmio
-   PASS: jump to non-canonical address
-   SKIP: illegal movbe
-   SUMMARY: 135 tests, 2 skipped
-   PASS emulator (135 tests, 2 skipped)
+ Run the emulator test from ubuntu_kvm_unit_tests, with this patch
+ applied it will pass without any issue:
+ 
+   PASS: movdqu (read)
+   PASS: movdqu (write)
+   PASS: movaps (read)
+   PASS: movaps (write)
+   PASS: movapd (read)
+   PASS: movapd (write)
+   PASS: movups (read)
+   PASS: movups (write)
+   PASS: movupd (read)
+   PASS: movupd (write)
+   PASS: movups unaligned
+   PASS: movupd unaligned
+   PASS: unaligned movaps exception
+   PASS: movups unaligned crosspage
+   PASS: movups crosspage exception
+   PASS: movq (mmx, read)
+   PASS: movq (mmx, write)
+   PASS: movb $imm, 0(%rip)
+   PASS: shld (cl)
+   PASS: shrd (cl)
+   PASS: mov null, %ss
+   PASS: mov null, %ss (with ss.rpl != cpl)
+   PASS: Test ret/iret with a nullified segment
+   PASS: ltr
+   PASS: cmovnel
+   SKIP: skipping register-only tests, use kvm.force_emulation_prefix=1 to 
enable
+   PASS: push16
+   PASS: cross-page mmio read
+   PASS: cross-page mmio write
+   PASS: string_io_mmio
+   PASS: jump to non-canonical address
+   SKIP: illegal movbe
+   SUMMARY: 13

[Bug 1932966] Re: kvm_unit_tests: emulator test fails on 4.15 kernel, timeout

2021-08-30 Thread Po-Hsu Lin
** Description changed:

  [Impact]
  Our Bionic 4.15 kernel lacks of movups/movupd emulation support.
  
  With the following commit added into the emulator test in 
ubuntu_kvm_unit_tests:
  8726f9771911d6749dbd36ab2fc70f0f25e2b1a9 is the first bad commit
  commit 8726f9771911d6749dbd36ab2fc70f0f25e2b1a9
  Author: Jacob Xu 
  Date: Wed Apr 21 16:12:57 2021 -0700
  
  x86: add movups/movupd sse testcases to emulator.c
  
  Here we add movups/movupd tests corresponding to functionality
  introduced in commit 29916968c486 ("kvm: Add emulation for 
movups/movupd").
  
  Signed-off-by: Jacob Xu 
  Message-Id: <20210421231258.2583654-1-jacob...@google.com>
  Signed-off-by: Paolo Bonzini 
  
  It will cause the emulator test in ubuntu_kvm_unit_tests fail with timeout:
   PASS: movdqu (read)^M
   PASS: movdqu (write)^M
   PASS: movaps (read)^M
   PASS: movaps (write)^M
   PASS: movapd (read)^M
   PASS: movapd (write)^M
   KVM internal error. Suberror: 1
   emulation failure
   RAX=000a RBX=e000 RCX=03fd 
RDX=03f8
   RSI=00419991 RDI=00419991 RBP=0051b490 
RSP=0051b470
   R8 =000a R9 =03f8 R10=000d 
R11=
   R12=e000 R13= R14=d000 
R15=
   RIP=00400a1f RFL=00010006 [-P-] CPL=0 II=0 A20=1 SMM=0 HLT=0
   ES =0010   00c09300 DPL=0 DS   [-WA]
   CS =0008   00a09b00 DPL=0 CS64 [-RA]
   SS =0010   00c09300 DPL=0 DS   [-WA]
   DS =0010   00c09300 DPL=0 DS   [-WA]
   FS =0010   00c09300 DPL=0 DS   [-WA]
   GS =0010 0051a510  00c09300 DPL=0 DS   [-WA]
   LDT=   8200 DPL=0 LDT
   TR =0080 0041207a  8b00 DPL=0 TSS64-busy
   GDT= 0041100a 106f
   IDT= 0041 0fff
   CR0=80010011 CR2= CR3=01007000 CR4=0220
   DR0= DR1= DR2= 
DR3=
   DR6=0ff0 DR7=0400
   EFER=0500
   Code=00 c7 45 e8 03 00 00 00 c7 45 ec 04 00 00 00 66 0f 6f 45 e0 <0f> 11 03 
48 89 de 48 8d 7d e0 e8 e5 f9 ff ff 0f b6 f8 be a1 8f 41 00 b8 00 00 00 00 e8 07
   qemu-system-x86_64: terminating on signal 15 from pid 15758 (timeout)
   FAIL emulator (timeout; duration=90s)
  
  [Fix]
  * 6ce08235f2 kvm: Add emulation for movups/movupd
  
  This patch can be cherry-picked into Bionic.
  
+ [Test]
+ Run the emulator test from ubuntu_kvm_unit_tests, with this patch applied it 
will pass without any issue:
+ 
+   PASS: movdqu (read)
+   PASS: movdqu (write)
+   PASS: movaps (read)
+   PASS: movaps (write)
+   PASS: movapd (read)
+   PASS: movapd (write)
+   PASS: movups (read)
+   PASS: movups (write)
+   PASS: movupd (read)
+   PASS: movupd (write)
+   PASS: movups unaligned
+   PASS: movupd unaligned
+   PASS: unaligned movaps exception
+   PASS: movups unaligned crosspage
+   PASS: movups crosspage exception
+   PASS: movq (mmx, read)
+   PASS: movq (mmx, write)
+   PASS: movb $imm, 0(%rip)
+   PASS: shld (cl)
+   PASS: shrd (cl)
+   PASS: mov null, %ss
+   PASS: mov null, %ss (with ss.rpl != cpl)
+   PASS: Test ret/iret with a nullified segment
+   PASS: ltr
+   PASS: cmovnel
+   SKIP: skipping register-only tests, use kvm.force_emulation_prefix=1 to 
enable
+   PASS: push16
+   PASS: cross-page mmio read
+   PASS: cross-page mmio write
+   PASS: string_io_mmio
+   PASS: jump to non-canonical address
+   SKIP: illegal movbe
+   SUMMARY: 135 tests, 2 skipped
+   PASS emulator (135 tests, 2 skipped)
+ 
+ [Where problems could occur]
+ 
+ 
  [Original Bug Report]
  Found this on B/KVM, current cycle (sru-20210531):
  
  18:27:11 DEBUG| [stdout] PASS: movapd (write)^M
  18:27:11 DEBUG| [stderr] KVM internal error. Suberror: 1
  18:27:11 DEBUG| [stderr] emulation failure
  18:27:11 DEBUG| [stderr] RAX=000a RBX=e000 
RCX=03fd RDX=03f8
  18:27:11 DEBUG| [stderr] RSI=00419991 RDI=00419991 
RBP=0051b440 RSP=0051b420
  18:27:11 DEBUG| [stderr] R8 =000a R9 =03f8 
R10=000d R11=
  18:27:11 DEBUG| [stderr] R12=e000 R13= 
R14=d000 R15=
  18:27:11 DEBUG| [stderr] RIP=00400a0c RFL=00010006 [-P-] CPL=0 
II=0 A20=1 SMM=0 HLT=0
  18:27:11 DEBUG| [stderr] ES =0010   00c09300 DPL=0 DS 
  [-WA]
  18:27:11 DEBUG| [stderr] CS =0008   00a09b00 DPL=0 
CS64 [-RA]
  18:27:11 DEBUG| [stderr] SS =0010   00c09300 DPL=0 DS 
  [-WA]
  18:27:11 DEBUG| [stderr] DS =0010   00c09300 DPL=0 DS 
  [-WA]
  18:27:11 DEBUG| [stderr] FS =0010 

[Bug 1932966] Re: kvm_unit_tests: emulator test fails on 4.15 kernel, timeout

2021-08-30 Thread Po-Hsu Lin
** Description changed:

+ [Impact]
+ Our Bionic 4.15 kernel lack of movups/movupd emulation support.
+ 
+ With the following commit added into the emulator test in 
ubuntu_kvm_unit_tests:
+ 8726f9771911d6749dbd36ab2fc70f0f25e2b1a9 is the first bad commit
+ commit 8726f9771911d6749dbd36ab2fc70f0f25e2b1a9
+ Author: Jacob Xu 
+ Date: Wed Apr 21 16:12:57 2021 -0700
+ 
+ x86: add movups/movupd sse testcases to emulator.c
+ 
+ Here we add movups/movupd tests corresponding to functionality
+ introduced in commit 29916968c486 ("kvm: Add emulation for 
movups/movupd").
+ 
+ Signed-off-by: Jacob Xu 
+ Message-Id: <20210421231258.2583654-1-jacob...@google.com>
+ Signed-off-by: Paolo Bonzini 
+ 
+ 
+ It will cause the emulator test in ubuntu_kvm_unit_tests fail with timeout:
+  PASS: movdqu (read)^M
+  PASS: movdqu (write)^M
+  PASS: movaps (read)^M
+  PASS: movaps (write)^M
+  PASS: movapd (read)^M
+  PASS: movapd (write)^M
+  KVM internal error. Suberror: 1
+  emulation failure
+  RAX=000a RBX=e000 RCX=03fd 
RDX=03f8
+  RSI=00419991 RDI=00419991 RBP=0051b490 
RSP=0051b470
+  R8 =000a R9 =03f8 R10=000d 
R11=
+  R12=e000 R13= R14=d000 
R15=
+  RIP=00400a1f RFL=00010006 [-P-] CPL=0 II=0 A20=1 SMM=0 HLT=0
+  ES =0010   00c09300 DPL=0 DS   [-WA]
+  CS =0008   00a09b00 DPL=0 CS64 [-RA]
+  SS =0010   00c09300 DPL=0 DS   [-WA]
+  DS =0010   00c09300 DPL=0 DS   [-WA]
+  FS =0010   00c09300 DPL=0 DS   [-WA]
+  GS =0010 0051a510  00c09300 DPL=0 DS   [-WA]
+  LDT=   8200 DPL=0 LDT
+  TR =0080 0041207a  8b00 DPL=0 TSS64-busy
+  GDT= 0041100a 106f
+  IDT= 0041 0fff
+  CR0=80010011 CR2= CR3=01007000 CR4=0220
+  DR0= DR1= DR2= 
DR3=
+  DR6=0ff0 DR7=0400
+  EFER=0500
+  Code=00 c7 45 e8 03 00 00 00 c7 45 ec 04 00 00 00 66 0f 6f 45 e0 <0f> 11 03 
48 89 de 48 8d 7d e0 e8 e5 f9 ff ff 0f b6 f8 be a1 8f 41 00 b8 00 00 00 00 e8 
07 
+  qemu-system-x86_64: terminating on signal 15 from pid 15758 (timeout)
+  FAIL emulator (timeout; duration=90s) 
+ 
+ 
+ [Fix]
+ * 6ce08235f2 kvm: Add emulation for movups/movupd
+ 
+ This patch can be cherry-picked into Bionic.
+ 
+ 
+ 
+ [Original Bug Report]
  Found this on B/KVM, current cycle (sru-20210531):
  
  18:27:11 DEBUG| [stdout] PASS: movapd (write)^M
  18:27:11 DEBUG| [stderr] KVM internal error. Suberror: 1
  18:27:11 DEBUG| [stderr] emulation failure
  18:27:11 DEBUG| [stderr] RAX=000a RBX=e000 
RCX=03fd RDX=03f8
  18:27:11 DEBUG| [stderr] RSI=00419991 RDI=00419991 
RBP=0051b440 RSP=0051b420
  18:27:11 DEBUG| [stderr] R8 =000a R9 =03f8 
R10=000d R11=
  18:27:11 DEBUG| [stderr] R12=e000 R13= 
R14=d000 R15=
  18:27:11 DEBUG| [stderr] RIP=00400a0c RFL=00010006 [-P-] CPL=0 
II=0 A20=1 SMM=0 HLT=0
  18:27:11 DEBUG| [stderr] ES =0010   00c09300 DPL=0 DS 
  [-WA]
  18:27:11 DEBUG| [stderr] CS =0008   00a09b00 DPL=0 
CS64 [-RA]
  18:27:11 DEBUG| [stderr] SS =0010   00c09300 DPL=0 DS 
  [-WA]
  18:27:11 DEBUG| [stderr] DS =0010   00c09300 DPL=0 DS 
  [-WA]
  18:27:11 DEBUG| [stderr] FS =0010   00c09300 DPL=0 DS 
  [-WA]
  18:27:11 DEBUG| [stderr] GS =0010 0051a4d0  00c09300 DPL=0 DS 
  [-WA]
  18:27:11 DEBUG| [stderr] LDT=   8200 DPL=0 LDT
  18:27:11 DEBUG| [stderr] TR =0080 0041207a  8b00 DPL=0 
TSS64-busy
  18:27:11 DEBUG| [stderr] GDT= 0041100a 106f
  18:27:11 DEBUG| [stderr] IDT= 0041 0fff
  18:27:11 DEBUG| [stderr] CR0=80010011 CR2= 
CR3=01007000 CR4=0220
- 18:27:11 DEBUG| [stderr] DR0= DR1= 
DR2= DR3= 
+ 18:27:11 DEBUG| [stderr] DR0= DR1= 
DR2= DR3=
  18:27:11 DEBUG| [stderr] DR6=0ff0 DR7=0400
  18:27:11 DEBUG| [stderr] EFER=0500
  18:27:11 DEBUG| [stderr] Code=00 c7 45 e8 03 00 00 00 c7 45 ec 04 00 00 00 66 
0f 6f 45 e0 <0f> 11 03 48 89 de 48 8d 7d e0 e8 f8 f9 ff ff 0f b6 f8 be a1 8f 41 
00 b8 00 00 00 00 e8 05
  18:28:40 DEBUG| [stderr] qemu-system-x86_64: terminating on signal 15 from 
pid 13634 (timeout)
  18:28:40 DEBUG

[Bug 1932966] Re: kvm_unit_tests: emulator test fails on 4.15 kernel, timeout

2021-08-30 Thread Po-Hsu Lin
** Package changed: linux-kvm (Ubuntu) => linux (Ubuntu)

** Changed in: ubuntu-kernel-tests
 Assignee: (unassigned) => Po-Hsu Lin (cypressyew)

** Changed in: linux (Ubuntu Bionic)
 Assignee: (unassigned) => Po-Hsu Lin (cypressyew)

** Changed in: ubuntu-kernel-tests
   Status: Confirmed => In Progress

** Changed in: linux (Ubuntu Bionic)
   Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1932966

Title:
  kvm_unit_tests: emulator test fails on 4.15 kernel, timeout

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1932966/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1748103] Re: apic test in kvm-unit-test failed with timeout

2021-08-29 Thread Po-Hsu Lin
** Changed in: ubuntu-kernel-tests
   Status: In Progress => Confirmed

** Changed in: ubuntu-kernel-tests
 Assignee: Po-Hsu Lin (cypressyew) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1748103

Title:
  apic test in kvm-unit-test failed with timeout

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1748103/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1748103] Re: apic test in kvm-unit-test failed with timeout

2021-08-29 Thread Po-Hsu Lin
This is still a valid bug as this issue is still visible in F-kvm
5.4.0-1046.48

For "FAIL: x2apic id matches cpuid" failure please go to bug 1918689

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1748103

Title:
  apic test in kvm-unit-test failed with timeout

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1748103/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1853610] Re: mkfs01_ext3_sh / mkfs01_ext4_sh / nm01_sh from commands test in ubuntu_ltp fails

2021-08-27 Thread Po-Hsu Lin
This has landed in https://github.com/linux-test-
project/ltp/commit/15d0ec59fcb4bee3ae2e8cbb30a868fc1441e2c8

And this failure cannot be found on:
F-aws / F-azure / H-5.11

Note: this is not tested on F-kvm

Therefore I will mark this as fix-released. Thanks.

** Changed in: ubuntu-kernel-tests
   Status: Triaged => Fix Released

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1853610

Title:
  mkfs01_ext3_sh / mkfs01_ext4_sh / nm01_sh from commands test in
  ubuntu_ltp fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1853610/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1827866] Re: vmx_apicv_test in ubuntu_kvm_unit_tests failed on B-KVM / X-aws

2021-08-26 Thread Po-Hsu Lin
This is still visible on B-kvm 4.15.0-1099.101, with different failure.
Will update the bug description.

** Tags removed: 4.4

** Tags added: sru

** Tags removed: sru
** Tags added: sru-20210816

** No longer affects: linux-azure (Ubuntu)

** No longer affects: linux-azure (Ubuntu Xenial)

** No longer affects: linux-azure (Ubuntu Bionic)

** No longer affects: linux-kvm (Ubuntu Xenial)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1827866

Title:
  vmx_apicv_test in ubuntu_kvm_unit_tests failed on B-KVM / X-aws

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1827866/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1827866] Re: vmx_apicv_test in ubuntu_kvm_unit_tests failed on B-KVM / X-aws

2021-08-26 Thread Po-Hsu Lin
We don't have X-kvm anymore, modify bug title.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1827866

Title:
  vmx_apicv_test in ubuntu_kvm_unit_tests failed on B-KVM / X-aws

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1827866/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1827866] Re: vmx_apicv_test in ubuntu_kvm_unit_tests failed on X/B-KVM / X-aws

2021-08-26 Thread Po-Hsu Lin
Didn't see this anymore on X-azure with updated "hirsute" branch in kvm-
unit-tests, remove tags and modify bug title.

** Summary changed:

- vmx_apicv_test in ubuntu_kvm_unit_tests failed on X/B-KVM X-azure / X-aws
+ vmx_apicv_test in ubuntu_kvm_unit_tests failed on X/B-KVM / X-aws

** Tags removed: azure

** Summary changed:

- vmx_apicv_test in ubuntu_kvm_unit_tests failed on X/B-KVM / X-aws
+ vmx_apicv_test in ubuntu_kvm_unit_tests failed on B-KVM / X-aws

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1827866

Title:
  vmx_apicv_test in ubuntu_kvm_unit_tests failed on B-KVM / X-aws

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1827866/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1938748] Re: test_320_config_arm_pan from ubuntu_qrt_kernel_security failed on F-oracle-5.11 ARM64

2021-08-26 Thread Po-Hsu Lin
Found on F-oracle-5.4.0-1054.58 / H-oracle-5.11.0-1017.18 on Oracle
instance VM.Standard.A1.Flex-4c.8m only.

** Tags added: hirsute sru-20210816

** Also affects: linux-oracle (Ubuntu Hirsute)
   Importance: Undecided
   Status: New

** Also affects: linux-oracle (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Summary changed:

- test_320_config_arm_pan from ubuntu_qrt_kernel_security failed on 
F-oracle-5.11 ARM64
+ test_320_config_arm_pan from ubuntu_qrt_kernel_security failed on 
F-oracle-5.4 / H-oracle-5.11 ARM64

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1938748

Title:
  test_320_config_arm_pan from ubuntu_qrt_kernel_security failed on
  F-oracle-5.4 / H-oracle-5.11 ARM64

To manage notifications about this bug go to:
https://bugs.launchpad.net/qa-regression-testing/+bug/1938748/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1880645] Re: icmp_redirect.sh in net from ubuntu_kernel_selftests failed on F-OEM-5.6 / F-OEM-5.10 / F-OEM-5.13 / F / G / H

2021-08-26 Thread Po-Hsu Lin
** Changed in: ubuntu-kernel-tests
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1880645

Title:
  icmp_redirect.sh in net from ubuntu_kernel_selftests failed on
  F-OEM-5.6 / F-OEM-5.10 / F-OEM-5.13 / F / G / H

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1880645/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1941829] Re: ubunut_kernel_selftests: memory-hotplug: avoid spamming logs with dump_page()

2021-08-26 Thread Po-Hsu Lin
** Tags added: 4.15 5.10 5.11 5.13 5.4 bionic focal hirsute

** Tags added: impish

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1941829

Title:
  ubunut_kernel_selftests: memory-hotplug: avoid spamming logs with
  dump_page()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1941829/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1941829] Re: ubunut_kernel_selftests: memory-hotplug: avoid spamming logs with dump_page()

2021-08-26 Thread Po-Hsu Lin
** Also affects: linux (Ubuntu Hirsute)
   Importance: Undecided
   Status: New

** Also affects: linux (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: linux (Ubuntu Impish)
   Importance: Undecided
   Status: Incomplete

** Also affects: linux (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: linux-oem-5.10 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux-oem-5.10 (Ubuntu Bionic)
   Status: New => Invalid

** Changed in: ubuntu-kernel-tests
   Status: New => In Progress

** Changed in: ubuntu-kernel-tests
 Assignee: (unassigned) => Po-Hsu Lin (cypressyew)

** Changed in: linux-oem-5.10 (Ubuntu Hirsute)
   Status: New => Invalid

** Changed in: linux-oem-5.10 (Ubuntu Impish)
   Status: New => Invalid

** Also affects: linux-oem-5.13 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu Bionic)
   Status: New => In Progress

** Changed in: linux (Ubuntu Bionic)
 Assignee: (unassigned) => Po-Hsu Lin (cypressyew)

** Changed in: linux (Ubuntu Focal)
   Status: New => In Progress

** Changed in: linux (Ubuntu Focal)
 Assignee: (unassigned) => Po-Hsu Lin (cypressyew)

** Changed in: linux (Ubuntu Hirsute)
   Status: New => In Progress

** Changed in: linux (Ubuntu Hirsute)
     Assignee: (unassigned) => Po-Hsu Lin (cypressyew)

** Changed in: linux (Ubuntu Impish)
   Status: Incomplete => In Progress

** Changed in: linux (Ubuntu Impish)
     Assignee: (unassigned) => Po-Hsu Lin (cypressyew)

** Changed in: linux-oem-5.13 (Ubuntu Bionic)
   Status: New => Invalid

** Changed in: linux-oem-5.13 (Ubuntu Hirsute)
   Status: New => Invalid

** Changed in: linux-oem-5.13 (Ubuntu Impish)
   Status: New => Invalid

** Changed in: linux-oem-5.10 (Ubuntu Focal)
   Status: New => In Progress

** Changed in: linux-oem-5.10 (Ubuntu Focal)
 Assignee: (unassigned) => Po-Hsu Lin (cypressyew)

** Changed in: linux-oem-5.13 (Ubuntu Focal)
   Status: New => In Progress

** Changed in: linux-oem-5.13 (Ubuntu Focal)
 Assignee: (unassigned) => Po-Hsu Lin (cypressyew)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1941829

Title:
  ubunut_kernel_selftests: memory-hotplug: avoid spamming logs with
  dump_page()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1941829/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1941829] [NEW] ubunut_kernel_selftests: memory-hotplug: avoid spamming logs with dump_page()

2021-08-26 Thread Po-Hsu Lin
Public bug reported:

[Impact]
The memory-hotplug test has been intermittently timing out (or trashing the test
VM, see below) on Impish/Hirsute ppc64el and x86-64 for quite some time now.

While the offline memory test obey ratio limit, the same test with
error injection does not and tries to offline all the hotpluggable
memory, spamming system logs with hundreds of thousands of dump_page()
entries, slowing system down (to the point the test itself timesout and
gets terminated) and excessive fs occupation:

...
[ 9784.393354] page:c00c007d1b40 refcount:3 mapcount:0 
mapping:c001fc03e950 index:0xe7b
[ 9784.393355] def_blk_aops
[ 9784.393356] flags: 0x382062(referenced|active|workingset|private)
[ 9784.393358] raw: 00382062 c001b9343a68 c001b9343a68 
c001fc03e950
[ 9784.393359] raw: 0e7b c6607b18 0003 
c490d000
[ 9784.393359] page dumped because: migration failure
[ 9784.393360] page->mem_cgroup:c490d000
[ 9784.393416] migrating pfn 1f46d failed ret:1
...

$ grep "page dumped because: migration failure" /var/log/kern.log | wc -l
2405558

$ ls -la /var/log/kern.log
-rw-r- 1 syslog adm 2256109539 Jun 30 14:19 /var/log/kern.log

[Fix]
* 0c0f6299ba71fa selftests: memory-hotplug: avoid spamming logs with 
dump_page(), ratio limit hot-remove error test

[Test Plan]
Run the memory-hotplug test, this log spamming issue should not happen again.

[Where problems could occur]
If this fix is incorrect we might be unable to catch some other issue.

** Affects: ubuntu-kernel-tests
 Importance: Undecided
 Status: New

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Incomplete


** Tags: ubuntu-kernel-selftests

** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

** Tags added: ubuntu-kernel-selftests

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1941829

Title:
  ubunut_kernel_selftests: memory-hotplug: avoid spamming logs with
  dump_page()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1941829/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1813878] Re: lxc test failed on Azure T-4.15

2021-08-25 Thread Po-Hsu Lin
Please find attachment for the latest test report on T-azure
4.15.0-1123.136~14.04.1

** Description changed:

  There are 11 failures reported in the lxc test for Azure T-4.15:
  
  * lxc-test-autostart
  * lxc-test-cgpath
  * lxc-test-concurrent
  * lxc-test-containertests
  * lxc-test-createtest
  * lxc-test-destroytest
  * lxc-test-device-add-remove
  * lxc-test-ubuntu
  * lxc-test-unpriv
  * lxc-test-usernic
  * api_test.py
  
+ Test log for each tests:
  * lxc-test-autostart
-  ---
-  Setting up the GPG keyring
-  Downloading the image index
-  Downloading the rootfs
-  Downloading the metadata
-  The image cache is now ready
-  Unpacking the rootfs
- 
-  ---
-  You just created an Ubuntu trusty amd64 (20190129_07:43) container.
- 
-  To enable SSH, run: apt install openssh-server
-  No default root or user password are set by LXC.
-  Error starting container: lxc-test-auto
-  Container didn't start
-  FAIL
+  Running '/usr/bin/lxc-test-autostart'
+  Setting up the GPG keyring
+  Downloading the image index
+  ERROR: Couldn't find a matching image.
+  lxc_container: lxccontainer.c: create_run_template: 1092 container creation 
template for lxc-test-auto failed
+  lxc_container: lxc_create.c: main: 274 Error creating container lxc-test-auto
+  FAIL
  
  * lxc-test-cgpath
   setting root password to "root"
   Password for 'root' changed
   cgpath.c:69 lxc_cmd_get_cgroup_path returned NULL
   lxc_container: commands.c: lxc_cmd_stop: 628 Failed to stop container 
"lxctest1": Operation not permitted.
+  lxc_container: lxccontainer.c: lxcapi_destroy: 2031 container lxctest1 is 
not stopped
  
  * lxc-test-concurrent
-  Iteration 1/1 maxfd:18
-  Executing (create) for 5 containers...
-  Executing (start) for 5 containers...
-  lxc_container: commands.c: lxc_cmd_stop: 628 Failed to stop container 
"lxc-test-concurrent-3": Operation not permitted.
-  Stopping the container (lxc-test-concurrent-3) failed...
-  lxc_container: lxc_container: commands.c: lxc_cmd_stop: 628 Failed to stop 
container "lxc-test-concurrent-1": Operation not permitted.
-  Stopping the container (lxc-test-concurrent-1) failed...
-  lxc_container: commands.c: lxc_cmd_stop: 628 Failed to stop container 
"lxc-test-concurrent-0": Operation not permitted.
-  Stopping the container (lxc-test-concurrent-0) failed...
-  thread returned error 1
- 
- * /lxc-test-destroytest
- 75: lxctest1 thought it was defined
+  Running '/usr/bin/lxc-test-concurrent'
+  
+  Iteration 1/1 maxfd:18
+  Executing (create) for 5 containers...
+  
+  Iteration 1/1 maxfd:18
+  Executing (create) for 5 containers...
+  
+  Iteration 1/1 maxfd:18
+  Executing (create) for 5 containers...
+  
+  Iteration 1/1 maxfd:18
+  Executing (create) for 5 containers...
+  
+  Iteration 1/1 maxfd:18
+  Executing (create) for 5 containers...
+  
+  Iteration 1/1 maxfd:18
+  Executing (create) for 5 containers...
+  Executing (start) for 5 containers...
+  
+  Iteration 1/1 maxfd:18
+  Executing (create) for 5 containers...
+  Executing (start) for 5 containers...
+  
+  Iteration 1/1 maxfd:18
+  Executing (create) for 5 containers...
+  Executing (start) for 5 containers...
+  
+  Iteration 1/1 maxfd:18
+  Executing (create) for 5 containers...
+  Executing (start) for 5 containers...
+  
+  Iteration 1/1 maxfd:18
+  Executing (create) for 5 containers...
+  Executing (start) for 5 containers...
+  
+  Iteration 1/1 maxfd:18
+  Executing (create) for 5 containers...
+  Executing (start) for 5 containers...
+  
+  Iteration 1/1 maxfd:18
+  Executing (create) for 5 containers...
+  Executing (start) for 5 containers...
+  
+  Iteration 1/1 maxfd:18
+  Executing (create) for 5 containers...
+  Executing (start) for 5 containers...
+  
+  Iteration 1/1 maxfd:18
+  Executing (create) for 5 containers...
+  Executing (start) for 5 containers...
+  
+  Iteration 1/1 maxfd:18
+  Executing (create) for 5 containers...
+  Executing (start) for 5 containers...
+  
+  Iteration 1/1 maxfd:18
+  Executing (create) for 5 containers...
+  Executing (start) for 5 containers...
+  
+  Iteration 1/1 maxfd:18
+  Executing (create) for 5 containers...
+  Executing (start) for 5 containers...
+  
+  Iteration 1/1 maxfd:18
+  Executing (create) for 5 containers...
+  Executing (start) for 5 containers...
+  
+  Iteration 1/1 maxfd:18
+  Executing (create) for 5 containers...
+  Executing (start) for 5 containers...
+  
+  Iteration 1/1 maxfd:18
+  Executing (create) for 5 containers...
+  Executing (start) for 5 containers...
+  
+  Iteration 1/1 maxfd:18
+  Executing (create) for 5 containers...
+  Executing (start) for 5 containers...
+  
+  Iteration 1/1 maxfd:18
+  Executing (create) for 5 containers...
+  Executing (start) for 5 containers...
+  
+  Iteration 1/1 maxfd:18
+  Executing (create) for 5 containers...
+  Executing (start) for 5 containers...
+  
+  Iteration 1/1 maxfd:18
+  Executing (create) for 5 containers...
+  Executing (start) for 5 containers...
+  
+  Iteration 1/1 maxfd:18
+  Exe

[Bug 1813878] Re: lxc test failed on Azure T-4.15

2021-08-25 Thread Po-Hsu Lin
** Description changed:

- There are multiple failures in the lxc test for Azure T-4.15
- 
-  FAIL: lxc-tests: /usr/bin/lxc-test-autostart
-  FAIL: lxc-tests: /usr/bin/lxc-test-cgpath
-  FAIL: lxc-tests: /usr/bin/lxc-test-concurrent
-  FAIL: lxc-tests: /usr/bin/lxc-test-createtest
-  FAIL: lxc-tests: /usr/bin/lxc-test-destroytest
-  FAIL: lxc-tests: /usr/bin/lxc-test-device-add-remove
-  FAIL: lxc-tests: /usr/bin/lxc-test-ubuntu
-  FAIL: lxc-tests: /usr/bin/lxc-test-unpriv
-  FAIL: lxc-tests: /usr/bin/lxc-test-usernic
-  FAIL: python3: API
+ There are 11 failures reported in the lxc test for Azure T-4.15
  
  * lxc-test-autostart
-  ---
-  Setting up the GPG keyring
-  Downloading the image index
-  Downloading the rootfs
-  Downloading the metadata
-  The image cache is now ready
-  Unpacking the rootfs
-  
-  ---
-  You just created an Ubuntu trusty amd64 (20190129_07:43) container.
-  
-  To enable SSH, run: apt install openssh-server
-  No default root or user password are set by LXC.
-  Error starting container: lxc-test-auto
-  Container didn't start
-  FAIL
+ * lxc-test-cgpath
+ * lxc-test-concurrent
+ * lxc-test-containertests
+ * lxc-test-createtest
+ * lxc-test-destroytest
+ * lxc-test-device-add-remove
+ * lxc-test-ubuntu
+ * lxc-test-unpriv
+ * lxc-test-usernic
+ * api_test.py
+ 
+ * lxc-test-autostart
+  ---
+  Setting up the GPG keyring
+  Downloading the image index
+  Downloading the rootfs
+  Downloading the metadata
+  The image cache is now ready
+  Unpacking the rootfs
+ 
+  ---
+  You just created an Ubuntu trusty amd64 (20190129_07:43) container.
+ 
+  To enable SSH, run: apt install openssh-server
+  No default root or user password are set by LXC.
+  Error starting container: lxc-test-auto
+  Container didn't start
+  FAIL
  
  * lxc-test-cgpath
-  setting root password to "root"
-  Password for 'root' changed
-  cgpath.c:69 lxc_cmd_get_cgroup_path returned NULL
-  lxc_container: commands.c: lxc_cmd_stop: 628 Failed to stop container 
"lxctest1": Operation not permitted.
- 
+  setting root password to "root"
+  Password for 'root' changed
+  cgpath.c:69 lxc_cmd_get_cgroup_path returned NULL
+  lxc_container: commands.c: lxc_cmd_stop: 628 Failed to stop container 
"lxctest1": Operation not permitted.
  
  * lxc-test-concurrent
-  Iteration 1/1 maxfd:18
-  Executing (create) for 5 containers...
-  Executing (start) for 5 containers...
-  lxc_container: commands.c: lxc_cmd_stop: 628 Failed to stop container 
"lxc-test-concurrent-3": Operation not permitted.
-  Stopping the container (lxc-test-concurrent-3) failed...
-  lxc_container: lxc_container: commands.c: lxc_cmd_stop: 628 Failed to stop 
container "lxc-test-concurrent-1": Operation not permitted.
-  Stopping the container (lxc-test-concurrent-1) failed...
-  lxc_container: commands.c: lxc_cmd_stop: 628 Failed to stop container 
"lxc-test-concurrent-0": Operation not permitted.
-  Stopping the container (lxc-test-concurrent-0) failed...
-  thread returned error 1
+  Iteration 1/1 maxfd:18
+  Executing (create) for 5 containers...
+  Executing (start) for 5 containers...
+  lxc_container: commands.c: lxc_cmd_stop: 628 Failed to stop container 
"lxc-test-concurrent-3": Operation not permitted.
+  Stopping the container (lxc-test-concurrent-3) failed...
+  lxc_container: lxc_container: commands.c: lxc_cmd_stop: 628 Failed to stop 
container "lxc-test-concurrent-1": Operation not permitted.
+  Stopping the container (lxc-test-concurrent-1) failed...
+  lxc_container: commands.c: lxc_cmd_stop: 628 Failed to stop container 
"lxc-test-concurrent-0": Operation not permitted.
+  Stopping the container (lxc-test-concurrent-0) failed...
+  thread returned error 1
  
  * /lxc-test-destroytest
  75: lxctest1 thought it was defined
  
  * lxc-test-device-add-remove
-  lxc_container: lxccontainer.c: add_remove_device_node: 3260 set_cgroup_item 
failed while adding the device node
-  Adding /dev/network_latency to the container (device_add_remove_test) 
failed...
+  lxc_container: lxccontainer.c: add_remove_device_node: 3260 set_cgroup_item 
failed while adding the device node
+  Adding /dev/network_latency to the container (device_add_remove_test) 
failed...
  
  * lxc-test-ubuntu
-  lxc-start: lxc_start.c: main: 341 The container failed to start.
-  lxc-start: lxc_start.c: main: 343 To get more details, run the container in 
foreground mode.
-  lxc-start: lxc_start.c: main: 345 Additional information can be obtained by 
setting the --logfile and --logpriority options.
-  Failed starting ubuntu container
+  lxc-start: lxc_start.c: main: 341 The container failed to start.
+  lxc-start: lxc_start.c: main: 343 To get more details, run the container in 
foreground mode.
+  lxc-start: lxc_start.c: main: 345 Additional information can be obtained by 
setting the --logfile and --logpriority options.
+  Failed starting ubuntu container
  
  * lxc-test-unpriv
  see bug 1803686
  
  * lxc-test-usernic
-  sent invalidate(passwd) request, exiting
-  sent in

[Bug 1813878] Re: lxc test failed on Azure T-4.15

2021-08-25 Thread Po-Hsu Lin
The result message is outdated here. So I have the bug description
updated.

** Tags added: sru-20210816

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1813878

Title:
  lxc test failed on Azure T-4.15

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1813878/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1764618] Re: python-API test in ubuntu_lxc will fail on X-kvm kernel

2021-08-25 Thread Po-Hsu Lin
We no longer have X-kvm kernel anymore and Xenial is now an ESM series, I am 
not sure if we can sru non-CVE fixes to it.
Closing this bug with Won't Fix.
Thanks!

** Changed in: ubuntu-kernel-tests
   Status: New => Won't Fix

** Changed in: python3-lxc (Ubuntu)
   Status: Confirmed => Won't Fix

** Changed in: python3-lxc (Ubuntu Xenial)
   Status: Confirmed => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1764618

Title:
  python-API test in ubuntu_lxc will fail on X-kvm kernel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1764618/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1886790] Re: lxc 3.0.3-0ubuntu1~18.04.1 ADT test failure with B/5.4 kernels (device_add_remove_test)

2021-08-25 Thread Po-Hsu Lin
** Tags added: sru-20210816

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1886790

Title:
  lxc 3.0.3-0ubuntu1~18.04.1 ADT test failure with B/5.4 kernels
  (device_add_remove_test)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1886790/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1856010] Re: xfrm_policy.sh / pmtu.sh / udpgso_bench.sh from net in ubuntu_kernel_selftests will fail with timeout if running the whole suite

2021-08-24 Thread Po-Hsu Lin
** Changed in: ubuntu-kernel-tests
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1856010

Title:
  xfrm_policy.sh / pmtu.sh / udpgso_bench.sh from net in
  ubuntu_kernel_selftests will fail with timeout if running the whole
  suite

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1856010/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1931325] Re: cfs_bandwidth01 in sched from ubuntu_ltp_stable failed on B-4.15

2021-08-23 Thread Po-Hsu Lin
It looks like this is a bit risky to backport this.
I will hold off the patch unless it can make the way into stable upstream.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1931325

Title:
  cfs_bandwidth01 in sched from ubuntu_ltp_stable failed on B-4.15

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1931325/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1887661] Re: pmtu.sh from net in ubuntu_kernel_selftests failed with no error message

2021-08-23 Thread Po-Hsu Lin
We no longer have oem-5.6.

** Changed in: linux-oem-5.6 (Ubuntu Focal)
   Status: In Progress => Won't Fix

** Changed in: ubuntu-kernel-tests
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1887661

Title:
  pmtu.sh from net in ubuntu_kernel_selftests failed with no error
  message

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1887661/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1821903] Re: svm in ubuntu_kvm_unit_tests failed on 3.13 / 4.4 / 4.15 (tsc_adjust)

2021-08-23 Thread Po-Hsu Lin
** Summary changed:

- svm in ubuntu_kvm_unit_tests failed on 3.13 / 4.4 / 4.15
+ svm in ubuntu_kvm_unit_tests failed on 3.13 / 4.4 / 4.15 (tsc_adjust)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1821903

Title:
  svm in ubuntu_kvm_unit_tests failed on 3.13 / 4.4 / 4.15 (tsc_adjust)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1821903/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1928888] Re: test_utils_testsuite from ubuntu_qrt_apparmor linux ADT test failure with linux/5.11.0-18.19

2021-08-23 Thread Po-Hsu Lin
Spotted on hirsute/linux 5.11.0-33.35

** Tags added: sru-20210816

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/192

Title:
  test_utils_testsuite from ubuntu_qrt_apparmor linux ADT test failure
  with linux/5.11.0-18.19

To manage notifications about this bug go to:
https://bugs.launchpad.net/qa-regression-testing/+bug/192/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1831449] Re: memory in ubuntu_kvm_unit_tests fails (clflushopt / clwb ABSENT)

2021-08-22 Thread Po-Hsu Lin
Found on H-kvm 5.11.0-1015.16


** Tags added: sru-20210816

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1831449

Title:
  memory in ubuntu_kvm_unit_tests fails (clflushopt / clwb ABSENT)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1831449/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1937945] Re: old gpg keyserver no longer works

2021-08-11 Thread Po-Hsu Lin
** Changed in: lxc (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1937945

Title:
  old gpg keyserver no longer works

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1937945/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1934282] Re: Some test in kselftest/net on focal source tree were not tested at all

2021-08-10 Thread Po-Hsu Lin
Thanks for the verification, Kleber!

** Changed in: ubuntu-kernel-tests
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1934282

Title:
  Some test in kselftest/net on focal source tree were not tested at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1934282/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1939127] Re: ubuntu_kernel_selftests:powerpc:subpage_prot_anon: Failed with 3072 errors

2021-08-09 Thread Po-Hsu Lin
Also,
there is no further update for this case in the upstream tree. As this is only 
affecting Power9 it might be something to our bionic kernel.

** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: linux (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: ubuntu-power-systems
   Importance: Undecided
   Status: New

** Summary changed:

- ubuntu_kernel_selftests:powerpc:subpage_prot_anon: Failed with 3072 errors
+ ubuntu_kernel_selftests:powerpc:subpage_prot_anon: Failed with 3072 errors on 
Bionic 4.15 P9

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1939127

Title:
  ubuntu_kernel_selftests:powerpc:subpage_prot_anon: Failed with 3072
  errors on Bionic 4.15 P9

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1939127/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1939127] Re: ubuntu_kernel_selftests:powerpc:subpage_prot_anon: Failed with 3072 errors on Bionic 4.15 P9

2021-08-09 Thread Po-Hsu Lin
I have mark the old one as duplicated of this one, add some info to the
bug title and add related projects / packages.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1939127

Title:
  ubuntu_kernel_selftests:powerpc:subpage_prot_anon: Failed with 3072
  errors on Bionic 4.15 P9

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1939127/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1813140] Re: subpage_prot in powerpc/mm from ubuntu_kernel_selftests failed

2021-08-09 Thread Po-Hsu Lin
*** This bug is a duplicate of bug 1939127 ***
https://bugs.launchpad.net/bugs/1939127

** This bug has been marked a duplicate of bug 1939127
   ubuntu_kernel_selftests:powerpc:subpage_prot_anon: Failed with 3072 errors

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1813140

Title:
  subpage_prot in powerpc/mm from ubuntu_kernel_selftests failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1813140/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1919122] Re: net test from ubuntu_kernel_selftests / ubuntu_bpf failed to build on F-OEM-5.10 (Cannot find a vmlinux for VMLINUX_BTF)

2021-08-08 Thread Po-Hsu Lin
** Summary changed:

- net test from ubuntu_kernel_selftests / ubuntu_bpf failed to build on 
F-OEM-5.10
+ net test from ubuntu_kernel_selftests / ubuntu_bpf failed to build on 
F-OEM-5.10 (Cannot find a vmlinux for VMLINUX_BTF)

** Tags added: sru-20210719

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1919122

Title:
  net test from ubuntu_kernel_selftests / ubuntu_bpf failed to build on
  F-OEM-5.10 (Cannot find a vmlinux for VMLINUX_BTF)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1919122/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872431] Re: ubuntu_bpf failed to build on 5.0 OEM-OSP1

2021-08-08 Thread Po-Hsu Lin
5.0 OEM EOL

** Changed in: ubuntu-kernel-tests
   Status: New => Won't Fix

** Changed in: linux-oem-osp1 (Ubuntu)
   Status: New => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872431

Title:
  ubuntu_bpf failed to build on 5.0 OEM-OSP1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1872431/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1934759] Re: Enable fib-onlink-tests.sh and msg_zerocopy.sh in kselftests/net on Bionic

2021-08-06 Thread Po-Hsu Lin
05:41:11 DEBUG| [stdout] ok 1..11 selftests: fib-onlink-tests.sh [PASS]
4.15.0-154.161 on node akis

** Tags removed: verification-needed-bionic
** Tags added: verification-done-bionic

** Changed in: ubuntu-kernel-tests
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1934759

Title:
  Enable fib-onlink-tests.sh and msg_zerocopy.sh in kselftests/net on
  Bionic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1934759/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1937991] Re: Skip rtcpie test in kselftests/timers if the default RTC device does not exist

2021-08-06 Thread Po-Hsu Lin
** Tags removed: verification-needed-focal
** Tags added: focal hirsute impish ubuntu-kernel-selftests 
verification-done-focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1937991

Title:
  Skip rtcpie test in kselftests/timers if the default RTC device does
  not exist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1937991/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1905728] Re: log_check / tainted_check failed in ubuntu_boot because of warnings (Found insecure W+X mapping at address) found on F/G/H-riscv

2021-08-03 Thread Po-Hsu Lin
** Also affects: linux (Ubuntu Impish)
   Importance: Undecided
   Status: Confirmed

** Also affects: linux-riscv (Ubuntu Impish)
   Importance: Undecided
   Status: New

** Also affects: linux (Ubuntu Hirsute)
   Importance: Undecided
   Status: New

** Also affects: linux-riscv (Ubuntu Hirsute)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1905728

Title:
  log_check / tainted_check failed in ubuntu_boot because of warnings
  (Found insecure W+X mapping at address) found on F/G/H-riscv

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1905728/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1934293] Re: Add l2tp.sh in net from ubuntu_kernel_selftests back

2021-08-03 Thread Po-Hsu Lin
Focal 5.4.0-81.91:
 23:38:07 DEBUG| [stdout] ok 32 selftests: net: l2tp.sh

** Tags removed: verification-needed-focal
** Tags added: verification-done-focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1934293

Title:
  Add l2tp.sh in net from ubuntu_kernel_selftests back

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1934293/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1934293] Re: Add l2tp.sh in net from ubuntu_kernel_selftests back

2021-08-03 Thread Po-Hsu Lin
Hirsute 5.11.0-26.28:
 07:55:59 DEBUG| [stdout] ok 32 selftests: net: l2tp.sh

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1934293

Title:
  Add l2tp.sh in net from ubuntu_kernel_selftests back

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1934293/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1934293] Re: Add l2tp.sh in net from ubuntu_kernel_selftests back

2021-08-03 Thread Po-Hsu Lin
** Tags removed: verification-needed-hirsute
** Tags added: verification-done-hirsute

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1934293

Title:
  Add l2tp.sh in net from ubuntu_kernel_selftests back

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1934293/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1938748] Re: test_320_config_arm_pan from ubuntu_qrt_kernel_security failed on F-oracle-5.11 ARM64

2021-08-02 Thread Po-Hsu Lin
Also spotted on B-oracle-5.4 with arm64 instance VM.Standard.A1.Flex-4c.8m
5.4.0-1053.57~18.04.1

** Tags added: 5.4 bionic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1938748

Title:
  test_320_config_arm_pan from ubuntu_qrt_kernel_security failed on
  F-oracle-5.11 ARM64

To manage notifications about this bug go to:
https://bugs.launchpad.net/qa-regression-testing/+bug/1938748/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1938748] [NEW] test_320_config_arm_pan from ubuntu_qrt_kernel_security failed on F-oracle-5.11 ARM64

2021-08-02 Thread Po-Hsu Lin
Public bug reported:

Issue found on 5.11.0-1015.16~20.04.1 with instance
VM.Standard.A1.Flex-4c.8m

  ==
  FAIL: test_320_config_arm_pan (__main__.KernelSecurityConfigTest)
  Ensure PAN for arm processors is set
  --
  Traceback (most recent call last):
File "./test-kernel-security.py", line 2756, in test_320_config_arm_pan
  self.assertKernelConfig(config_name, expected)
File "./test-kernel-security.py", line 214, in assertKernelConfig
  self.assertKernelConfigSet(name)
File "./test-kernel-security.py", line 201, in assertKernelConfigSet
  '%s option was expected to be set in the kernel config' % name)
  AssertionError: ARM64_SW_TTBR0_PAN option was expected to be set in the 
kernel config
  
  --
  Ran 125 tests in 26.030s
  
  FAILED (failures=1)

** Affects: qa-regression-testing
 Importance: Undecided
 Status: New

** Affects: ubuntu-kernel-tests
 Importance: Undecided
 Status: New

** Affects: linux-oracle (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: 5.11 5.4 arm64 bionic focal sru-20210719 ubuntu-qrt-kernel-security

** Tags added: 5.11 focal

** Also affects: linux-oracle (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: qa-regression-testing
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1938748

Title:
  test_320_config_arm_pan from ubuntu_qrt_kernel_security failed on
  F-oracle-5.11 ARM64

To manage notifications about this bug go to:
https://bugs.launchpad.net/qa-regression-testing/+bug/1938748/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1938492] Re: cursor disappeared and moved to different co-ordinates

2021-08-02 Thread Po-Hsu Lin
Are you using a laptop? Maybe you touched the touchpad while typing?

** Changed in: linux-signed-hwe-5.8 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1938492

Title:
  cursor disappeared and moved to different co-ordinates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe-5.8/+bug/1938492/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1928889] Re: devlink_port_split in net from ubuntu_kernel_selftests linux ADT test failure with linux/5.11.0-18.19 ( list index out of range)

2021-08-02 Thread Po-Hsu Lin
On Hirsute:
04:34:53 DEBUG| [stdout] # selftests: net: devlink_port_split.py
04:34:53 DEBUG| [stdout] # no devlink device was found, test skipped
04:34:53 DEBUG| [stdout] ok 44 selftests: net: devlink_port_split.py # SKIP

** Tags removed: verification-needed-hirsute
** Tags added: verification-done-hirsute

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1928889

Title:
  devlink_port_split in net from ubuntu_kernel_selftests linux ADT test
  failure with linux/5.11.0-18.19 ( list index out of range)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1928889/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1928889] Re: devlink_port_split in net from ubuntu_kernel_selftests linux ADT test failure with linux/5.11.0-18.19 ( list index out of range)

2021-08-02 Thread Po-Hsu Lin
And F-oem-5.13
07:13:14 DEBUG| [stdout] # selftests: net: devlink_port_split.py
07:13:14 DEBUG| [stdout] # no devlink device was found, test skipped
07:13:14 DEBUG| [stdout] ok 44 selftests: net: devlink_port_split.py # SKIP

** Tags removed: verification-needed-focal
** Tags added: verification-done-focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1928889

Title:
  devlink_port_split in net from ubuntu_kernel_selftests linux ADT test
  failure with linux/5.11.0-18.19 ( list index out of range)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1928889/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1928889] Re: devlink_port_split in net from ubuntu_kernel_selftests linux ADT test failure with linux/5.11.0-18.19 ( list index out of range)

2021-08-02 Thread Po-Hsu Lin
On F-oem-5.10:
07/29 03:08:04 DEBUG| utils:0153| [stdout] # selftests: net: 
devlink_port_split.py
07/29 03:08:04 DEBUG| utils:0153| [stdout] # no devlink device was found, 
test skipped
07/29 03:08:04 DEBUG| utils:0153| [stdout] ok 44 selftests: net: 
devlink_port_split.py # SKIP

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1928889

Title:
  devlink_port_split in net from ubuntu_kernel_selftests linux ADT test
  failure with linux/5.11.0-18.19 ( list index out of range)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1928889/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1932966] Re: kvm_unit_tests: emulator test fails on 4.15 kernel, timeout

2021-08-02 Thread Po-Hsu Lin
Found on node riccioli with 4.15.0-153.160

** Tags added: sru-20210719

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1932966

Title:
  kvm_unit_tests: emulator test fails on 4.15 kernel, timeout

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1932966/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1932965] Re: selftests/net/rtnetlink - Failure in RISC-V (uuidgen command not found)

2021-07-27 Thread Po-Hsu Lin
https://kernel.ubuntu.com/git/ubuntu/autotest-client-
tests.git/commit/?id=0ecd2f325f0983803ecf470728da97daad144ca5

** Changed in: ubuntu-kernel-tests
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1932965

Title:
  selftests/net/rtnetlink - Failure in RISC-V (uuidgen command not
  found)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1932965/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1932965] Re: selftests/net/rtnetlink - Failure in RISC-V (uuidgen command not found)

2021-07-27 Thread Po-Hsu Lin
** Changed in: ubuntu-kernel-tests
 Assignee: (unassigned) => Po-Hsu Lin (cypressyew)

** Changed in: linux (Ubuntu Groovy)
   Status: Confirmed => Invalid

** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

** Changed in: ubuntu-kernel-tests
   Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1932965

Title:
  selftests/net/rtnetlink - Failure in RISC-V (uuidgen command not
  found)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1932965/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1937991] Re: Skip rtcpie test in kselftests/timers if the default RTC device does not exist

2021-07-26 Thread Po-Hsu Lin
https://lists.ubuntu.com/archives/kernel-team/2021-July/122691.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1937991

Title:
  Skip rtcpie test in kselftests/timers if the default RTC device does
  not exist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1937991/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1937991] Re: Skip rtcpie test in kselftests/timers if the default RTC device does not exist

2021-07-26 Thread Po-Hsu Lin
** Description changed:

  [Impact]
  This test will require /dev/rtc0, the default RTC device, or one
  specified by user to run. Since this default RTC is not guaranteed to
  exist on all of the devices, so check its existence first, otherwise
  skip this test with the kselftest skip code 4.
  
  Without this patch this test will fail like this on a s390x zVM:
  $ selftests: timers: rtcpie
  $ /dev/rtc0: No such file or directory
  not ok 1 selftests: timers: rtcpie # exit=22
  
  We have this test disabled in our test suite with an if check [1],
- with this patch applied we can remove that code block.
+ thus we're not seeing this failure recently. With this patch
+ applied we can remove that code block later.
  
  [1] https://kernel.ubuntu.com/git/ubuntu/autotest-client-
  tests.git/tree/ubuntu_kernel_selftests/ubuntu_kernel_selftests.py#n133
  
  [Fix]
  * 0d3e5a057992bd  selftests: timers: rtcpie: skip test if default RTC device 
does not exist
- 
- This test exists in our tree after Bionic.
  
  [Test]
  Run this test with patched source tree on a s390x zVM and it will be
  skipped correctly:
  $ selftests: timers: rtcpie
  $ Default RTC /dev/rtc0 does not exist. Test Skipped!
  not ok 9 selftests: timers: rtcpie # SKIP
  
  [Where problems could occur]
  If this fix is incorrect we might see it failing again on systems that 
without /dev/rtc0 (after removing our local hacks in autotest-client-tests)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1937991

Title:
  Skip rtcpie test in kselftests/timers if the default RTC device does
  not exist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1937991/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1937991] Re: Skip rtcpie test in kselftests/timers if the default RTC device does not exist

2021-07-26 Thread Po-Hsu Lin
** Description changed:

  [Impact]
  This test will require /dev/rtc0, the default RTC device, or one
  specified by user to run. Since this default RTC is not guaranteed to
  exist on all of the devices, so check its existence first, otherwise
  skip this test with the kselftest skip code 4.
  
  Without this patch this test will fail like this on a s390x zVM:
  $ selftests: timers: rtcpie
  $ /dev/rtc0: No such file or directory
  not ok 1 selftests: timers: rtcpie # exit=22
  
  We have this test disabled in our test suite with an if check [1],
  with this patch applied we can remove that code block.
  
  [1] https://kernel.ubuntu.com/git/ubuntu/autotest-client-
  tests.git/tree/ubuntu_kernel_selftests/ubuntu_kernel_selftests.py#n133
  
  [Fix]
  * 0d3e5a057992bd  selftests: timers: rtcpie: skip test if default RTC device 
does not exist
  
+ This test exists in our tree after Bionic.
+ 
  [Test]
  Run this test with patched source tree on a s390x zVM and it will be
  skipped correctly:
  $ selftests: timers: rtcpie
  $ Default RTC /dev/rtc0 does not exist. Test Skipped!
  not ok 9 selftests: timers: rtcpie # SKIP
  
  [Where problems could occur]
  If this fix is incorrect we might see it failing again on systems that 
without /dev/rtc0 (after removing our local hacks in autotest-client-tests)

** Changed in: ubuntu-kernel-tests
 Assignee: (unassigned) => Po-Hsu Lin (cypressyew)

** Changed in: linux (Ubuntu Focal)
 Assignee: (unassigned) => Po-Hsu Lin (cypressyew)

** Changed in: linux (Ubuntu Hirsute)
 Assignee: (unassigned) => Po-Hsu Lin (cypressyew)

** Changed in: linux (Ubuntu Impish)
 Assignee: (unassigned) => Po-Hsu Lin (cypressyew)

** Changed in: ubuntu-kernel-tests
   Status: New => In Progress

** Changed in: linux (Ubuntu Focal)
   Status: New => In Progress

** Changed in: linux (Ubuntu Hirsute)
   Status: New => In Progress

** Changed in: linux (Ubuntu Impish)
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1937991

Title:
  Skip rtcpie test in kselftests/timers if the default RTC device does
  not exist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1937991/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1937991] [NEW] Skip rtcpie test in kselftests/timers if the default RTC device does not exist

2021-07-25 Thread Po-Hsu Lin
Public bug reported:

[Impact]
This test will require /dev/rtc0, the default RTC device, or one
specified by user to run. Since this default RTC is not guaranteed to
exist on all of the devices, so check its existence first, otherwise
skip this test with the kselftest skip code 4.

Without this patch this test will fail like this on a s390x zVM:
$ selftests: timers: rtcpie
$ /dev/rtc0: No such file or directory
not ok 1 selftests: timers: rtcpie # exit=22

We have this test disabled in our test suite with an if check [1],
with this patch applied we can remove that code block.

[1] https://kernel.ubuntu.com/git/ubuntu/autotest-client-
tests.git/tree/ubuntu_kernel_selftests/ubuntu_kernel_selftests.py#n133

[Fix]
* 0d3e5a057992bd  selftests: timers: rtcpie: skip test if default RTC device 
does not exist

[Test]
Run this test with patched source tree on a s390x zVM and it will be
skipped correctly:
$ selftests: timers: rtcpie
$ Default RTC /dev/rtc0 does not exist. Test Skipped!
not ok 9 selftests: timers: rtcpie # SKIP

[Where problems could occur]
If this fix is incorrect we might see it failing again on systems that without 
/dev/rtc0 (after removing our local hacks in autotest-client-tests)

** Affects: ubuntu-kernel-tests
 Importance: Undecided
 Status: New

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: linux (Ubuntu Focal)
 Importance: Undecided
 Status: New

** Affects: linux (Ubuntu Hirsute)
 Importance: Undecided
 Status: New

** Affects: linux (Ubuntu Impish)
 Importance: Undecided
 Status: New

** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: linux (Ubuntu Hirsute)
   Importance: Undecided
   Status: New

** Also affects: linux (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: linux (Ubuntu Impish)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1937991

Title:
  Skip rtcpie test in kselftests/timers if the default RTC device does
  not exist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1937991/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1931325] Re: cfs_bandwidth01 in sched from ubuntu_ltp_stable failed on B-4.15

2021-07-22 Thread Po-Hsu Lin
** Changed in: ubuntu-kernel-tests
   Status: In Progress => Confirmed

** Changed in: linux (Ubuntu Bionic)
   Status: In Progress => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1931325

Title:
  cfs_bandwidth01 in sched from ubuntu_ltp_stable failed on B-4.15

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1931325/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1905728] Re: log_check / tainted_check failed in ubuntu_boot because of warnings (Found insecure W+X mapping at address) found on F/G/H-riscv

2021-07-19 Thread Po-Hsu Lin
There is a thread here:
https://lore.kernel.org/linux-riscv/20210520173859.7441aed8@xhacker.debian/T/

Looks like this has landed:
https://github.com/torvalds/linux/commit/8a4102a0cf07cc76a18f373f6b49485258cc6af4#diff-2db30a5588193fbb572fc2b96f3b47ae2e7e83351c5122c368b2b6fa56f38cda

And here is another patch from Alex, another fix to 2bfc6cd
("riscv: Move kernel mapping outside of linear mapping") as well.
https://github.com/torvalds/linux/commit/e5c35fa0401971701dcd7675f471b664698244dd#diff-2db30a5588193fbb572fc2b96f3b47ae2e7e83351c5122c368b2b6fa56f38cda

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1905728

Title:
  log_check / tainted_check failed in ubuntu_boot because of warnings
  (Found insecure W+X mapping at address) found on F/G/H-riscv

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1905728/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1905728] Re: log_check / tainted_check failed in ubuntu_boot because of warnings (Found insecure W+X mapping at address) found on F/G/H-riscv

2021-07-19 Thread Po-Hsu Lin
** Summary changed:

- log_check / tainted_check failed in ubuntu_boot because of warnings (Found 
insecure W+X mapping at address) found on G-riscv
+ log_check / tainted_check failed in ubuntu_boot because of warnings (Found 
insecure W+X mapping at address) found on F/G/H-riscv

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1905728

Title:
  log_check / tainted_check failed in ubuntu_boot because of warnings
  (Found insecure W+X mapping at address) found on F/G/H-riscv

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1905728/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1909422] Re: ubuntu_ftrace_smoke_test timeout on G-riscv

2021-07-19 Thread Po-Hsu Lin
Found on 5.11.0-1014.14~20.04.1 RISCV

** Tags added: sru-20210621

** Summary changed:

- ubuntu_ftrace_smoke_test timeout on G-riscv
+ ubuntu_ftrace_smoke_test timeout on F/G-riscv

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1909422

Title:
  ubuntu_ftrace_smoke_test timeout on F/G-riscv

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1909422/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1839912] Re: test_map in ubuntu_bpf failed with "Allowed update sockmap '0:3' not in ESTABLISHED"

2021-07-16 Thread Po-Hsu Lin
Manually tested with 4.15.0-150-generic on node glameow. This test-map
test can pass without any issue.

** Tags removed: verification-needed-bionic
** Tags added: verification-done-bionic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1839912

Title:
  test_map in ubuntu_bpf failed with "Allowed update sockmap '0:3' not
  in ESTABLISHED"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1839912/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1822542] Re: All 12 tests in kvm-unit-test failed (timeouted) on X s390x KVM

2021-07-15 Thread Po-Hsu Lin
We still have s390x for Xenial ESM
https://ubuntu.com/blog/ubuntu-16-04-lts-transitions-to-extended-
security-maintenance-esm

But since this is for s390x KVM, which is not working with MAAS
deployment for the moment, I will put this bug into triage.

** Changed in: ubuntu-kernel-tests
 Assignee: Po-Hsu Lin (cypressyew) => (unassigned)

** Changed in: ubuntu-kernel-tests
   Status: In Progress => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1822542

Title:
  All 12 tests in kvm-unit-test failed (timeouted) on X s390x KVM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1822542/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1822542] Re: All 12 tests in kvm-unit-test failed (timeouted) on X s390x KVM

2021-07-15 Thread Po-Hsu Lin
Maybe we can close this if we don't have Xenial ESM for s390x anymore.

** Changed in: ubuntu-kernel-tests
 Assignee: (unassigned) => Po-Hsu Lin (cypressyew)

** Changed in: ubuntu-kernel-tests
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1822542

Title:
  All 12 tests in kvm-unit-test failed (timeouted) on X s390x KVM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1822542/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1776381] Re: lxc-test-api-reboot will hang with autopkgtest

2021-07-15 Thread Po-Hsu Lin
Note: s2lp3 here is our Bionic s390x LPAR instance

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1776381

Title:
  lxc-test-api-reboot will hang with autopkgtest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1776381/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1776381] Re: lxc-test-api-reboot will hang with autopkgtest

2021-07-15 Thread Po-Hsu Lin
ubuntu@s2lp3:~$ dpkg -l | grep lxc
ii  liblxc-common  3.0.3-0ubuntu1~18.04.1  
s390xLinux Containers userspace tools (common tools)
ii  liblxc-dev 3.0.3-0ubuntu1~18.04.1  
s390xLinux Containers userspace tools (development)
ii  liblxc13.0.3-0ubuntu1~18.04.1  
s390xLinux Containers userspace tools (library)
ii  lxc3.0.3-0ubuntu1~18.04.1  
all  Transitional package - lxc -> lxc-utils
rc  lxc-common 2.1.1-0ubuntu1  
s390xLinux Containers userspace tools (common tools)
ii  lxc-dev3.0.3-0ubuntu1~18.04.1  
all  Transitional package - lxc-dev -> liblxc-dev
ii  lxc-utils  3.0.3-0ubuntu1~18.04.1  
s390xLinux Containers userspace tools
ii  lxc1   3.0.3-0ubuntu1~18.04.1  
all  Transitional package - lxc1 -> lxc-utils
ii  lxcfs  3.0.3-0ubuntu1~18.04.2  
s390xFUSE based filesystem for LXC

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1776381

Title:
  lxc-test-api-reboot will hang with autopkgtest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1776381/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

<    3   4   5   6   7   8   9   10   11   12   >