Re: [PATCH RFC 04/37] mm: Add MIGRATE_METADATA allocation policy

2023-10-23 Thread Hyesoo Yu
On Mon, Oct 16, 2023 at 01:40:39PM +0100, Alexandru Elisei wrote: > Hello, > > On Thu, Oct 12, 2023 at 10:28:24AM +0900, Hyesoo Yu wrote: > > On Wed, Aug 23, 2023 at 02:13:17PM +0100, Alexandru Elisei wrote: > > > Some architectures implement hardware memory coloring to catch incorrect > > > usage

Re: [PATCH RFC 04/37] mm: Add MIGRATE_METADATA allocation policy

2023-10-16 Thread Alexandru Elisei
Hello, On Thu, Oct 12, 2023 at 10:28:24AM +0900, Hyesoo Yu wrote: > On Wed, Aug 23, 2023 at 02:13:17PM +0100, Alexandru Elisei wrote: > > Some architectures implement hardware memory coloring to catch incorrect > > usage of memory allocation. One such architecture is arm64, which calls its > > har

Re: [PATCH RFC 04/37] mm: Add MIGRATE_METADATA allocation policy

2023-10-11 Thread Hyesoo Yu
On Wed, Aug 23, 2023 at 02:13:17PM +0100, Alexandru Elisei wrote: > Some architectures implement hardware memory coloring to catch incorrect > usage of memory allocation. One such architecture is arm64, which calls its > hardware implementation Memory Tagging Extension. > > So far, the memory whic