Actions
Bug #9211
closed::crregs could do with cr2/cr3 support
Start date:
2018-02-28
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
https://smartos.org/bugview/OS-6566
The KMDB unix module can trivially report the current %cr2 and %cr3 values. While the current %cr3 value will be of limited interest, especially post-KPTI where we can expect it to always be the failsafe value, it can't hurt, and at least provides the possibility of digging it out of the saved state at a later point.
Updated by Electric Monk over 5 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 399ca3a7ff315244c51a7bbd1d3ce2709ef6c7c6
commit 399ca3a7ff315244c51a7bbd1d3ce2709ef6c7c6 Author: John Levon <john.levon@joyent.com> Date: 2018-04-10T14:36:44.000Z 9210 remove KMDB branch debugging support 9211 ::crregs could do with cr2/cr3 support 9209 ::ttrace should be able to filter by thread Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Yuri Pankov <yuripv@yuripv.net> Approved by: Gordon Ross <gwr@nexenta.com>
Actions