All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Enhance btrfs-progs for hostile image (FPE error part)
@ 2015-05-13  9:15 Qu Wenruo
  2015-05-13  9:15 ` [PATCH 1/4] btrfs-progs: Remove non-exist csum size Qu Wenruo
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Qu Wenruo @ 2015-05-13  9:15 UTC (permalink / raw)
  To: linux-btrfs; +Cc: lukas.lueg

This patchset fixes 3 FPE error reported by Lukas Lueg<lukas.lueg@gmail.com>.
Corresponding kernel BZ#96971, BZ#97031, BZ#97041.

What a pity that I didn't realize it's a good chance to submit more patches. :)

There are still 3 BZ, but that's about memory corruption, and some even
corrupt the backtrace. So it will take a little longer to investigate it.

Qu Wenruo (4):
  btrfs-progs: Remove non-exist csum size.
  btrfs-progs: Read the whole superblock instead of struct    
    btrfs_super_block.
  btrfs-progs: Introduce better superblock check.
  btrfs-progs: Add extra chunk item check to avoid btrfs-progs crash.

 ctree.h   |   2 +-
 disk-io.c | 175 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++------
 volumes.c |  60 +++++++++++++++++++--
 3 files changed, 216 insertions(+), 21 deletions(-)

-- 
2.4.0


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

end of thread, other threads:[~2015-09-25 20:56 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-13  9:15 [PATCH 0/4] Enhance btrfs-progs for hostile image (FPE error part) Qu Wenruo
2015-05-13  9:15 ` [PATCH 1/4] btrfs-progs: Remove non-exist csum size Qu Wenruo
2015-05-13 16:18   ` David Sterba
2015-05-13  9:15 ` [PATCH 2/4] btrfs-progs: Read the whole superblock instead of struct btrfs_super_block Qu Wenruo
2015-05-13 16:14   ` David Sterba
2015-09-25 20:50   ` David Sterba
2015-05-13  9:15 ` [PATCH 3/4] btrfs-progs: Introduce better superblock check Qu Wenruo
2015-09-25 20:55   ` David Sterba
2015-05-13  9:15 ` [PATCH 4/4] btrfs-progs: Add extra chunk item check to avoid btrfs-progs crash Qu Wenruo
2015-05-13 16:18   ` David Sterba
2015-05-19 16:33     ` WorMzy Tykashi
     [not found]     ` <CALOYprV-dyji_5UFm3K-qmw0K2i5u7d14rwX7OPMFS29aY9ZVA@mail.gmail.com>
2015-05-20  0:25       ` Qu Wenruo
2015-05-20  8:03         ` WorMzy Tykashi
2015-05-20 12:20         ` David Sterba
2015-05-21  0:21           ` Qu Wenruo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.