Re: [PATCH V2 2/2] proc/kcore: Do not try to access unaccepted memory

2023-09-12 Thread David Hildenbrand
On 11.09.23 13:21, Adrian Hunter wrote: Support for unaccepted memory was added recently, refer commit dcdfdd40fa82 ("mm: Add support for unaccepted memory"), whereby a virtual machine may need to accept memory before it can be used. Do not try to access unaccepted memory because it can cause

[PATCH V2 2/2] proc/kcore: Do not try to access unaccepted memory

2023-09-11 Thread Adrian Hunter
Support for unaccepted memory was added recently, refer commit dcdfdd40fa82 ("mm: Add support for unaccepted memory"), whereby a virtual machine may need to accept memory before it can be used. Do not try to access unaccepted memory because it can cause the guest to fail. For /proc/kcore, which