From: Tvrtko Ursulin <tvrtko.ursulin@xxxxxxxxxx> Hi all, First patch fixes the issue where NUMA balancing mode was wrongly shown 'default' and is small and so hopefully backportable to stable.c Second two patches are more like RFC. Although they work I am not 100% sure of their benefit. Especially the last patch which enables turning on NUMA balancing with tmpfs. Second one at least makes the flag handling a bit more robust in the sense that it can prevent future mistakes. Comments and opinions are welcome! Cc: Huang Ying <ying.huang@xxxxxxxxx> Cc: Hugh Dickins <hughd@xxxxxxxxxx> Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Tvrtko Ursulin (3): mm/numa_balancing: Teach mpol_to_str about the balancing mode mm/mempolicy: Use flags lookup array in mpol_to_str mm/numa_balancing: Allow setting numa balancing for tmpfs mm/mempolicy.c | 123 ++++++++++++++++++++++++++++++++++++------------- 1 file changed, 92 insertions(+), 31 deletions(-) -- 2.44.0