[RFC PATCH v5 1/8] mm: Make a place for a common balloon code

2022-10-19 Thread Alexander Atanasov
ations. Signed-off-by: Alexander Atanasov Acked-by: Nadav Amit --- MAINTAINERS | 4 ++-- arch/powerpc/platforms/pseries/cmm.c | 2 +- drivers/misc/vmw_balloon.c| 2 +- drivers/virtio/virtio_balloon.c

[PATCH v4 1/7] Make place for common balloon code

2022-10-05 Thread Alexander Atanasov
ations. Signed-off-by: Alexander Atanasov Acked-by: Nadav Amit --- MAINTAINERS | 4 ++-- arch/powerpc/platforms/pseries/cmm.c | 2 +- drivers/misc/vmw_balloon.c| 2 +- drivers/virtio/virtio_balloon.c

Re: [PATCH v2 1/4] Make place for common balloon code

2022-08-17 Thread Alexander Atanasov
Hello, On 18.08.22 7:41, Ritesh Harjani wrote: On 22/08/16 12:41PM, Alexander Atanasov wrote: File already contains code that is common along balloon drivers so rename it to reflect its contents. mm/balloon_compaction.c -> mm/balloon_common.c Signed-off-by: Alexander Atana

Re: [PATCH v2 1/4] Make place for common balloon code

2022-08-16 Thread Alexander Atanasov
Hello, On 16.08.22 12:49, Greg Kroah-Hartman wrote: On Tue, Aug 16, 2022 at 12:41:14PM +0300, Alexander Atanasov wrote: rename include/linux/{balloon_compaction.h => balloon_common.h} (99%) Why rename the .h file? It still handles the "balloon compaction" logic. File