kernel: pmem device should map pages#385
Conversation
|
/test |
|
Hi @devimc - a few points:
|
|
@jodh-intel changes applied
I think so |
|
/test |
|
@devimc - see kata-containers/runtime#1323 - that is NVDIMM for ARM - does that thus make this need adding for that arch as well? |
|
@grahamwhaley good point, @Pennyzct any thoughts ? |
|
@grahamwhaley - could we enforce a suitable number of acks if we added a |
|
@jodh-intel - I'm not quite sure what your goal is, but we could:
The |
|
@grahamwhaley - well somthing like what we do for the agent where we require additional acks for protocol buffer changes: |
|
I'm sure we could. Questions are I guess:
so... you did ask for this .... but, PRs always welcome :-) |
|
Well, I'm proposing we get the kernel folk to review all changes to kernel-related files. I can put a PR together later if nobody jumps in before me... :) |
enable ZONE_DEVICE config to support map pages, pmem_should_map_pages() function fails if this config is not enabled. fixes kata-containers#378 Signed-off-by: Julio Montes <julio.montes@intel.com
|
/test |
1 similar comment
|
/test |
|
@grahamwhaley for s390 we don't have NVDIMM/DAX. It's not necessary to add those options |
|
@grahamwhaley: For ppc64le, we have nvdimm/dax and there would be a PR soon to get that rootfs image option working for Power. |
|
Hi~ @devimc @grahamwhaley I have disabled dax on kata-containers/runtime#1323. since dax is not fully supported on arm64, and missing |
|
@Pennyzct thank you! |
enable ZONE_DEVICE config to support map pages, pmem_should_map_pages()
function fails if this config is not enabled.
fixes #378
Signed-off-by: Julio Montes <julio.montes@intel.com