aliyun / plugsched

Live upgrade Linux kernel scheduler subsystem
BSD 3-Clause "New" or "Revised" License
82 stars 23 forks source link

Fix mempool by replacing vmalloc_node with vzalloc_node #203

Open ampresent opened 1 year ago

ampresent commented 1 year ago

Users usually assume data allocated from the mempool is all zero. However vmalloc_node returns memory filled with random data.