On 5/13/25 05:13, Shakeel Butt wrote: > Let's make __mod_memcg_lruvec_state re-entrant safe and name it > mod_memcg_lruvec_state(). The only thing needed is to convert the usage > of __this_cpu_add() to this_cpu_add(). There are two callers of > mod_memcg_lruvec_state() and one of them i.e. __mod_objcg_mlstate() will > be re-entrant safe as well, so, rename it mod_objcg_mlstate(). The last > caller __mod_lruvec_state() still calls __mod_node_page_state() which is > not re-entrant safe yet, so keep it as is. > > Signed-off-by: Shakeel Butt <shakeel.butt@xxxxxxxxx> Acked-by: Vlastimil Babka <vbabka@xxxxxxx>