Re: [PULL 02/14] os: add an ability to lock memory on_fault

2025-02-12 Thread Daniil Tatianin
On 2/12/25 5:13 PM, Stefan Hajnoczi wrote: On Tue, Feb 11, 2025 at 5:52 PM Peter Xu wrote: From: Daniil Tatianin This will be used in the following commits to make it possible to only lock memory on fault instead of right away. Hi Peter and Daniil, Please take a look at this CI failure: ht

Re: [PULL 02/14] os: add an ability to lock memory on_fault

2025-02-12 Thread Stefan Hajnoczi
On Tue, Feb 11, 2025 at 5:52 PM Peter Xu wrote: > > From: Daniil Tatianin > > This will be used in the following commits to make it possible to only > lock memory on fault instead of right away. Hi Peter and Daniil, Please take a look at this CI failure: https://gitlab.com/qemu-project/qemu/-/jo

[PULL 02/14] os: add an ability to lock memory on_fault

2025-02-11 Thread Peter Xu
From: Daniil Tatianin This will be used in the following commits to make it possible to only lock memory on fault instead of right away. Reviewed-by: Vladimir Sementsov-Ogievskiy Reviewed-by: Peter Xu Signed-off-by: Daniil Tatianin Link: https://lore.kernel.org/r/20250123131944.391886-2-d-ta