-
Notifications
You must be signed in to change notification settings - Fork 23
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
failed to find line: Mapped CXL Memory Device resource #40
Comments
I switched to kernel 6.3. And then I enable the CONFIGS like what is mentioned in [https://github.com/pmem/ndctl].
Could you provide a kernel .config or version example? So that we know which kernel version to use. Thank you very much |
hi, were you able to fix the issue? I am stuck in the similar issue, I have built the kernel but when I do the sanity tests, it fails. |
@LIUQyou @y17yeshwanth Yeah --cxl-test-run and --nfit-test-run are currently broken. I need to either remove them or fix them. For now I'd suggest just booting the guest up normally with --cxl-test or --nfit-test as needed, and running the tests manually (depends on what your goals are with all of this too). |
Hi,
I have already built the kernel. And I try to test the system. But I got the following error:
I modified the script to output the QEMU command line a little bit:
Then I checked the log file, it seems no problem:
The kernel I use is 5.19.
The part of the config looks like that:
Is the version of the Linux kernel a problem? The image I tried to build is ubuntu22.04.
Besides, I log into the image without test. The mode used by Pmem is:
The mode is raw.. I am not sure which part is wrong.
By the way, I made little modification here. I changed the : "${distro:=ubuntu}"
: "${rev:=jammy}"
Looking forward to your reply.
Thank you very much
The text was updated successfully, but these errors were encountered: