linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Two DAX fixes for 4.20
@ 2018-11-27 21:16 Matthew Wilcox
  2018-11-27 21:16 ` [PATCH 1/2] dax: Check page->mapping isn't NULL Matthew Wilcox
  2018-11-27 21:16 ` [PATCH 2/2] dax: Don't access a freed inode Matthew Wilcox
  0 siblings, 2 replies; 9+ messages in thread
From: Matthew Wilcox @ 2018-11-27 21:16 UTC (permalink / raw)
  To: Dan Williams
  Cc: Matthew Wilcox, Jan Kara, Dave Jiang, linux-nvdimm, linux-fsdevel

These both fix race conditions in dax_lock_mapping_entry().  I've tagged
them both for 4.19 backport, which will fail and I'll do the equivalent
patch for it.  Dan, do you want to take these through your tree?

Matthew Wilcox (2):
  dax: Check page->mapping isn't NULL
  dax: Don't access a freed inode

 fs/dax.c | 28 ++++++++++++++++++++++++----
 1 file changed, 24 insertions(+), 4 deletions(-)

-- 
2.19.1

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

end of thread, other threads:[~2018-11-28 22:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-27 21:16 [PATCH 0/2] Two DAX fixes for 4.20 Matthew Wilcox
2018-11-27 21:16 ` [PATCH 1/2] dax: Check page->mapping isn't NULL Matthew Wilcox
2018-11-28  9:18   ` Johannes Thumshirn
2018-11-28 11:46   ` Jan Kara
2018-11-27 21:16 ` [PATCH 2/2] dax: Don't access a freed inode Matthew Wilcox
2018-11-28 11:53   ` Jan Kara
2018-11-28 17:08     ` Dan Williams
2018-11-28 17:10       ` Matthew Wilcox
2018-11-28 19:44   ` [PATCH v2] " Dan Williams

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).