mbox series

[0/3] Fix dm_array_cursor skipping and error handling

Message ID 20241203173756.1257967-1-mtsai@redhat.com (mailing list archive)
Headers show
Series Fix dm_array_cursor skipping and error handling | expand

Message

Ming Hung Tsai Dec. 3, 2024, 5:37 p.m. UTC
This patch series addresses a positioning bug in dm_array_cursor_skip()
and two other issues regarding error handling.

Ming-Hung Tsai (3):
  dm array: fix releasing a faulty array block twice in
    dm_array_cursor_end
  dm array: fix unreleased btree blocks on closing a faulty array cursor
  dm array: fix cursor index when skipping across block boundaries

 drivers/md/persistent-data/dm-array.c | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)