public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3  0/2] bfs: fix null-ptr-deref and possible warning in bfs_move_block() func
@ 2024-08-22 16:12 kovalev
  2024-08-22 16:12 ` [PATCH v3 1/2] bfs: prevent null pointer dereference in bfs_move_block() kovalev
  2024-08-22 16:12 ` [PATCH v3 2/2] bfs: ensure buffer is marked uptodate before marking it dirty kovalev
  0 siblings, 2 replies; 3+ messages in thread
From: kovalev @ 2024-08-22 16:12 UTC (permalink / raw)
  To: linux-fsdevel, linux-kernel, aivazian.tigran, stable
  Cc: lvc-patches, dutyrok, kovalev

https://syzkaller.appspot.com/bug?extid=d98fd19acd08b36ff422

[PATCH v3 1/2] bfs: prevent null pointer dereference in bfs_move_block()
v3: Changed the error handling

[PATCH v3 2/2] bfs: ensure buffer is marked uptodate before marking it dirty
v3: Replaced the buffer up-to-date check with an error exit by forcefully
setting the buffer as up-to-date before call mark_buffer_dirty()


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

end of thread, other threads:[~2024-08-22 16:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-22 16:12 [PATCH v3 0/2] bfs: fix null-ptr-deref and possible warning in bfs_move_block() func kovalev
2024-08-22 16:12 ` [PATCH v3 1/2] bfs: prevent null pointer dereference in bfs_move_block() kovalev
2024-08-22 16:12 ` [PATCH v3 2/2] bfs: ensure buffer is marked uptodate before marking it dirty kovalev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox