Closed drossetti closed 3 years ago
@pakmarkthub I think we can simply replace kzfree() with memset()+kfree(), right?
actually kzfree() has been renamed, see https://github.com/torvalds/linux/commit/453431a54934d917153c65211b2dabf45562ca88
probably simply using kfree() is enough... there is nothing really sensible in those mr objects
The PR has been merged. Closing this issue.
kzfee has been removed from the Linux kernel since 5.10-rc1