All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ext4/jbd2: misc 3.17 bugfixes, part 2
@ 2014-09-14 17:32 Darrick J. Wong
  2014-09-14 17:32 ` [PATCH 1/2] ext4: check EA value offset when loading Darrick J. Wong
  2014-09-14 17:33 ` [PATCH 2/2] jbd2: free bh when descriptor block checksum fails Darrick J. Wong
  0 siblings, 2 replies; 6+ messages in thread
From: Darrick J. Wong @ 2014-09-14 17:32 UTC (permalink / raw)
  To: tytso, darrick.wong; +Cc: linux-ext4

Hi all,

Here are two more patches against 3.17-rc4 to fix some minor problems
in jbd2 and ext4.  Neither of these two depend on each other; they fix
separate small bugs.

The first patch teaches ext4 to check the e_value_offs value in the
extended attribute data structure to avoid data corruption and
kernel crashes resulting from the corruption.  This fixes the crash I
alluded to in the previous 3.17 bugfixes email pile.

The second patch fixes a bh leak in the journal replay code when a
descriptor block fails checksum verification.

Patches are against 3.17-rc4, and have been xfstest'd.

Comments and questions are, as always, welcome.

--D

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

end of thread, other threads:[~2014-09-16 18:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-14 17:32 [PATCH 0/2] ext4/jbd2: misc 3.17 bugfixes, part 2 Darrick J. Wong
2014-09-14 17:32 ` [PATCH 1/2] ext4: check EA value offset when loading Darrick J. Wong
2014-09-16 18:41   ` Theodore Ts'o
2014-09-14 17:33 ` [PATCH 2/2] jbd2: free bh when descriptor block checksum fails Darrick J. Wong
2014-09-14 19:13   ` Eric Sandeen
2014-09-16 18:43     ` Theodore Ts'o

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.