Re: [RFC PATCH v8 4/7] mm/mempolicy: Export memory policy symbols

2025-06-19 Thread Vlastimil Babka
On 6/19/25 13:13, Shivank Garg wrote: > > > On 6/18/2025 8:42 PM, Gregory Price wrote: >> On Wed, Jun 18, 2025 at 11:29:32AM +, Shivank Garg wrote: >>> KVM guest_memfd wants to implement support for NUMA policies just like >>> shmem already does using the shared policy infrastructure. As >>>

Re: [RFC PATCH v8 4/7] mm/mempolicy: Export memory policy symbols

2025-06-19 Thread Shivank Garg
On 6/18/2025 8:42 PM, Gregory Price wrote: > On Wed, Jun 18, 2025 at 11:29:32AM +, Shivank Garg wrote: >> KVM guest_memfd wants to implement support for NUMA policies just like >> shmem already does using the shared policy infrastructure. As >> guest_memfd currently resides in KVM module cod

Re: [RFC PATCH v8 4/7] mm/mempolicy: Export memory policy symbols

2025-06-18 Thread Gregory Price
On Wed, Jun 18, 2025 at 11:29:32AM +, Shivank Garg wrote: > KVM guest_memfd wants to implement support for NUMA policies just like > shmem already does using the shared policy infrastructure. As > guest_memfd currently resides in KVM module code, we have to export the > relevant symbols. > > I