hygoni / linux

Linux kernel source tree
Other
1 stars 1 forks source link

kmem_cache_{alloc,free}_cached should support __GFP_ZERO #10

Closed hygoni closed 2 years ago

hygoni commented 2 years ago

Some callers use __GFP_ZERO and we should assure they're zero-initialized. Ignoring that can result in illegal memory access

hygoni commented 2 years ago

Closed by: 3f82286b54f6