linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* ext4: Fix use after free issues with journalled data
@ 2020-04-21  8:54 Jan Kara
  2020-04-21  8:54 ` [PATCH 1/3] fs: Avoid leaving freed inode on dirty list Jan Kara
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Jan Kara @ 2020-04-21  8:54 UTC (permalink / raw)
  To: Ted Tso; +Cc: linux-ext4, linux-fsdevel, Eric Sandeen, Jan Kara

Hello,

this series of patches fixes possible use-after-free issues resulting from
freed inode being still in writeback list. One partner was able to trigger
this using fsstress on filesystem on pmem device. The first patch fixes
mostly a theoretical issue, the third patch fixes a real issue happening
in the wild and leading to kernel crashing.

								Honza

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

end of thread, other threads:[~2020-05-14 14:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-21  8:54 ext4: Fix use after free issues with journalled data Jan Kara
2020-04-21  8:54 ` [PATCH 1/3] fs: Avoid leaving freed inode on dirty list Jan Kara
2020-04-25  6:42   ` Xiaoguang Wang
2020-04-27 10:05     ` Jan Kara
2020-04-21  8:54 ` [PATCH 2/3] writeback: Export inode_io_list_del() Jan Kara
2020-05-14 14:57   ` Theodore Y. Ts'o
2020-04-21  8:54 ` [PATCH 3/3] ext4: Avoid freeing inodes on dirty list Jan Kara
2020-05-14 14:57   ` Theodore Y. Ts'o

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).