mbox series

[v2,0/4] btrfs-progs: small bug fixes

Message ID cover.1717544015.git.wqu@suse.com (mailing list archive)
Headers show
Series btrfs-progs: small bug fixes | expand

Message

Qu Wenruo June 4, 2024, 11:43 p.m. UTC
3 fixes for 3 github issues.

Meanwhile the last one fix a test failure which always fails on my VM
(cause by one bug inside the test case), but it never fails on the
github CI (as the kernel commits two transactions, causing slot change).

[Pull request]
https://github.com/kdave/btrfs-progs/pull/807

[Changelog]
v2:
- Concentrate all small fixes into a patchset
- Update the last patch to handle multiple transactions

Qu Wenruo (4):
  btrfs-progs: corrupt-block: fix memory leak in debug_corrupt_sector()
  btrfs-progs: print-tree: do sanity checks for dir items
  btrfs-progs: error out immediately if an unknown backref type is hit
  btrfs-progs: fix misc/038 test cases

 btrfs-corrupt-block.c                            |  7 ++++---
 kernel-shared/backref.c                          |  3 ++-
 kernel-shared/print-tree.c                       |  5 +++++
 .../038-backup-root-corruption/test.sh           | 16 ++++++++++++----
 4 files changed, 23 insertions(+), 8 deletions(-)

--
2.45.2

Comments

David Sterba June 5, 2024, 5:57 p.m. UTC | #1
On Wed, Jun 05, 2024 at 09:13:40AM +0930, Qu Wenruo wrote:
> 3 fixes for 3 github issues.
> 
> Meanwhile the last one fix a test failure which always fails on my VM
> (cause by one bug inside the test case), but it never fails on the
> github CI (as the kernel commits two transactions, causing slot change).
> 
> [Pull request]
> https://github.com/kdave/btrfs-progs/pull/807
> 
> [Changelog]
> v2:
> - Concentrate all small fixes into a patchset
> - Update the last patch to handle multiple transactions
> 
> Qu Wenruo (4):
>   btrfs-progs: corrupt-block: fix memory leak in debug_corrupt_sector()
>   btrfs-progs: print-tree: do sanity checks for dir items
>   btrfs-progs: error out immediately if an unknown backref type is hit
>   btrfs-progs: fix misc/038 test cases

Added to devel, thanks.