Re: [PATCH v1 1/9] mm/memory: factor out zapping of present pte into zap_present_pte()

2024-01-30 Thread David Hildenbrand
On 30.01.24 09:46, Ryan Roberts wrote: On 30/01/2024 08:41, David Hildenbrand wrote: On 30.01.24 09:13, Ryan Roberts wrote: On 29/01/2024 14:32, David Hildenbrand wrote: Let's prepare for further changes by factoring out processing of present PTEs. Signed-off-by: David Hildenbrand ---  

Re: [PATCH v1 1/9] mm/memory: factor out zapping of present pte into zap_present_pte()

2024-01-30 Thread Ryan Roberts
On 30/01/2024 08:41, David Hildenbrand wrote: > On 30.01.24 09:13, Ryan Roberts wrote: >> On 29/01/2024 14:32, David Hildenbrand wrote: >>> Let's prepare for further changes by factoring out processing of present >>> PTEs. >>> >>> Signed-off-by: David Hildenbrand >>> --- >>>   mm/memory.c | 92

Re: [PATCH v1 1/9] mm/memory: factor out zapping of present pte into zap_present_pte()

2024-01-30 Thread David Hildenbrand
On 30.01.24 09:13, Ryan Roberts wrote: On 29/01/2024 14:32, David Hildenbrand wrote: Let's prepare for further changes by factoring out processing of present PTEs. Signed-off-by: David Hildenbrand --- mm/memory.c | 92 ++--- 1 file changed,

Re: [PATCH v1 1/9] mm/memory: factor out zapping of present pte into zap_present_pte()

2024-01-30 Thread Ryan Roberts
On 29/01/2024 14:32, David Hildenbrand wrote: > Let's prepare for further changes by factoring out processing of present > PTEs. > > Signed-off-by: David Hildenbrand > --- > mm/memory.c | 92 ++--- > 1 file changed, 52 insertions(+), 40

[PATCH v1 1/9] mm/memory: factor out zapping of present pte into zap_present_pte()

2024-01-29 Thread David Hildenbrand
Let's prepare for further changes by factoring out processing of present PTEs. Signed-off-by: David Hildenbrand --- mm/memory.c | 92 ++--- 1 file changed, 52 insertions(+), 40 deletions(-) diff --git a/mm/memory.c b/mm/memory.c index