### SRU verification for JAMMY ###

# ------ before proposed ------

# version

ubuntu@sandbox-jammy:~$ apt policy msr-tools
msr-tools:
  Installed: 1.3-4
  Candidate: 1.3-4
  Version table:
 *** 1.3-4 500
        500 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages
        100 /var/lib/dpkg/status

# bug is reproducible

ubuntu@sandbox-jammy:~$ sudo rdmsr -a 0x10
Segmentation fault

ubuntu@sandbox-jammy:~$ sudo wrmsr -a 0x8b 0
Segmentation fault

# ------ after proposed ------

# version

ubuntu@sandbox-jammy:~$ apt policy msr-tools
msr-tools:
  Installed: 1.3-4ubuntu0.1
  Candidate: 1.3-4ubuntu0.1
  Version table:
 *** 1.3-4ubuntu0.1 500
        500 http://archive.ubuntu.com/ubuntu jammy-proposed/main amd64 Packages
        100 /var/lib/dpkg/status

# bug is no longer reproducible, patch works as intended

ubuntu@sandbox-jammy:~$ sudo rdmsr -a 0x10
rdmsr: scandir: No such file or directory
rdmsr: may need to load msr module to populate /dev/cpu

ubuntu@sandbox-jammy:~$ sudo wrmsr -a 0x8b 0
wrmsr: scandir: No such file or directory
wrmsr: may need to load msr module to populate /dev/cpu

------
I verify this bug is fixed with msr-tools msr-tools 1.3-4ubuntu0.1 in Jammy


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

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

Title:
  rdmsr and wrmsr segfault when invoked with -a without the msr module
  loaded

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msr-tools/+bug/2163089/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to