This patch series adds a parameter "numa_id" to zram to support the use of memory in a specific node, and attempts to obtain the benefits of using kvzalloc_node to obtain huge page table mappings. Ze Zuo (2): zram: add a parameter "node_id" for zram zram: take the benefit of kvzalloc_node drivers/block/zram/zram_drv.c | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) -- 2.25.1