Re: [PATCH V4 03/19] memory: add RAM_PRIVATE

2024-12-09 Thread Peter Xu
On Mon, Dec 02, 2024 at 05:19:55AM -0800, Steve Sistare wrote: > Define the RAM_PRIVATE flag. > > In RAMBlock creation functions, if MAP_SHARED is 0 in the flags parameter, > in a subsequent patch the implementation may still create a shared mapping > if other conditions require it. Callers who s

[PATCH V4 03/19] memory: add RAM_PRIVATE

2024-12-03 Thread Steve Sistare
Define the RAM_PRIVATE flag. In RAMBlock creation functions, if MAP_SHARED is 0 in the flags parameter, in a subsequent patch the implementation may still create a shared mapping if other conditions require it. Callers who specifically want a private mapping, eg for objects specified by the user,