On Thu, 18 Jan 2024, Chengming Zhou wrote:
So get_freelist() has two cases to handle: cpu slab and cpu partial list slab. The latter is NOT frozen, so need to remove "VM_BUG_ON(!new.frozen)" from it.
Right so keep the check if it is the former?
On Thu, 18 Jan 2024, Chengming Zhou wrote:
So get_freelist() has two cases to handle: cpu slab and cpu partial list slab. The latter is NOT frozen, so need to remove "VM_BUG_ON(!new.frozen)" from it.
Right so keep the check if it is the former?