All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] xfs: fix buffer use after free on unpin abort
@ 2021-06-21 13:16 Brian Foster
  2021-06-21 13:16 ` [PATCH v2 1/2] xfs: hold buffer across unpin and potential shutdown processing Brian Foster
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Brian Foster @ 2021-06-21 13:16 UTC (permalink / raw)
  To: linux-xfs

v2:
- Split assert in patch 2.
v1: https://lore.kernel.org/linux-xfs/20210511135257.878743-1-bfoster@redhat.com/
- Rework patch 1 to hold conditionally in the abort case and document
  the underlying design flaw.
- Add patch 2 to remove some unused code.
rfc: https://lore.kernel.org/linux-xfs/20210503121816.561340-1-bfoster@redhat.com/

Brian Foster (2):
  xfs: hold buffer across unpin and potential shutdown processing
  xfs: remove dead stale buf unpin handling code

 fs/xfs/xfs_buf_item.c | 58 +++++++++++++++++--------------------------
 1 file changed, 23 insertions(+), 35 deletions(-)

-- 
2.26.3


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

end of thread, other threads:[~2021-06-21 16:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-21 13:16 [PATCH v2 0/2] xfs: fix buffer use after free on unpin abort Brian Foster
2021-06-21 13:16 ` [PATCH v2 1/2] xfs: hold buffer across unpin and potential shutdown processing Brian Foster
2021-06-21 13:16 ` [PATCH v2 2/2] xfs: remove dead stale buf unpin handling code Brian Foster
2021-06-21 16:57 ` [PATCH v2 0/2] xfs: fix buffer use after free on unpin abort Darrick J. Wong

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.