-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TODO]TODO check in HCL kernel repo #576
Comments
yjiang5 on Sep 23: Below information TODO list is from the repo. It's the diff from the OHCL kernel to the base Linux 6.6.19. $ git logp -n 1 The TODO TDX list: ` /* TODO TDX: we cannot trust the hypervisor to perform this mapping... /*
drivers/hv/mshv_vtl_main.c: mshv_vtl_return_tdx() 17628 + /* TODO TDX: For now, hardcode VP.ENTER rax value and RCX. 17656 + /* TODO TDX: pushq popq causes some build complaints unclear why 17662 + /* restore rbp from the stack */ |
@chris-oo this issue is like a "master issue" for the "sub-issues". This can be removed if it is not very helpful as the TODOs are tracked in detail in the sub-issues listed in the previous comment. |
@ramesh-thomas , just in case it's helpful for you / the tdx program - I've found the "sub-issues" helpful when managing the nvme keepalive work. This is especially helpful when you want to track overall completion toward a goal. You could make 565, 566, 578, 579, 580, etc. sub-issues of this task. (To do that, click the arrow next to "Create sub-issue" in the first description of this issue, and then click on "Add existing issue") |
Information from Joe:
"go through the code (HvLite and UH Kernel) and look for any TODOs (marked as “TDX TODO” or “TODO TDX”) and when we find one, create a github issue for it and remove the comment from the code"
This ticket serves the center part of this task. It will list all the TODO TDX in the kernel repo and then links to the corresponding tickets for them.
(Migrated internal issue #1254)
The text was updated successfully, but these errors were encountered: