### SRU verification for NOBLE ###
# ------ before proposed ------
# version
ubuntu@sandbox-noble:~$ apt policy msr-tools
msr-tools:
Installed: 1.3-5build1
Candidate: 1.3-5build1
Version table:
*** 1.3-5build1 500
500 http://archive.ubuntu.com/ubuntu noble/main amd64 Packages
100 /var/lib/dpkg/status
# bug is reproducible
ubuntu@sandbox-noble:~$ sudo rdmsr -a 0x10
Segmentation fault
ubuntu@sandbox-noble:~$ sudo wrmsr -a 0x8b 0
Segmentation fault
# ------ after proposed ------
# version
ubuntu@sandbox-noble:~$ apt policy msr-tools
msr-tools:
Installed: 1.3-5ubuntu0.1
Candidate: 1.3-5ubuntu0.1
Version table:
*** 1.3-5ubuntu0.1 100
100 http://archive.ubuntu.com/ubuntu noble-proposed/main amd64 Packages
100 /var/lib/dpkg/status
1.3-5build1 500
500 http://archive.ubuntu.com/ubuntu noble/main amd64 Packages
# bug is no longer reproducible, patch works as intended
ubuntu@sandbox-noble:~$ sudo rdmsr -a 0x10
rdmsr: scandir: No such file or directory
rdmsr: may need to load msr module to populate /dev/cpu
ubuntu@sandbox-noble:~$ 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-5ubuntu0.1 in Noble
** Tags removed: verification-needed-noble
** Tags added: verification-done-noble
--
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