mbox series

[0/2] xfs: kmalloc/kfree conversion fixes

Message ID 20240227001135.718165-1-david@fromorbit.com (mailing list archive)
Headers show
Series xfs: kmalloc/kfree conversion fixes | expand

Message

Dave Chinner Feb. 27, 2024, 12:05 a.m. UTC
Hi Chandan,

These two patches are fixes for the two recently reported issues
with the kmem removal patchset. They've passes fstests and fsmark
scalability tests with 64kB directory block size, should should have
been exercising >64kB allocations through xlog_kvmalloc(). These
should (eventuallly) trigger the vmalloc() path and so should
exercise the vfree path through kvfree() instead of crashing...

-Dave.