All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] xfs: kmalloc/kfree conversion fixes
@ 2024-02-27  0:05 Dave Chinner
  2024-02-27  0:05 ` [PATCH 1/2] xfs: xfs_btree_bload_prep_block() should use __GFP_NOFAIL Dave Chinner
  2024-02-27  0:05 ` [PATCH 2/2] xfs: use kvfree() in xlog_cil_free_logvec() Dave Chinner
  0 siblings, 2 replies; 12+ messages in thread
From: Dave Chinner @ 2024-02-27  0:05 UTC (permalink / raw)
  To: linux-xfs; +Cc: chandanbabu

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.


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2024-02-28  2:31 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-27  0:05 [PATCH 0/2] xfs: kmalloc/kfree conversion fixes Dave Chinner
2024-02-27  0:05 ` [PATCH 1/2] xfs: xfs_btree_bload_prep_block() should use __GFP_NOFAIL Dave Chinner
2024-02-27  0:47   ` Darrick J. Wong
2024-02-27 14:48   ` Christoph Hellwig
2024-02-27  0:05 ` [PATCH 2/2] xfs: use kvfree() in xlog_cil_free_logvec() Dave Chinner
2024-02-27  0:46   ` Darrick J. Wong
2024-02-27  2:37     ` Dave Chinner
2024-02-27  3:01     ` [PATCH v2 " Dave Chinner
2024-02-27  4:25       ` Darrick J. Wong
2024-02-28  2:31         ` Darrick J. Wong
2024-02-27  8:45       ` Chandan Babu R
2024-02-27 14:48       ` Christoph Hellwig

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.