dolohow / uksm

Ultra Kernel Samepage Merging
242 stars 35 forks source link

Resync for linux-4.18.y #35

Closed demfloro closed 6 years ago

demfloro commented 6 years ago

This is my solution for 4.18 conflicts. I had to copy functions set_page_stable_node() and page_stable_node() from mm/ksm.c to include/linux/ksm.h under UKSM's ifdef as they were moved there in 4.18.

Signed-off-by: Dmitrii Tcvetkov demfloro@demfloro.ru

demfloro commented 6 years ago

Branch is updated with better solution for absence of set_page_stable_node() and page_stable_node() in mm/ksm.c.

dolohow commented 6 years ago

Thank you for your interest in UKSM. I did not use your patch this time around, but I appreciate your time and effort. Thanks again.