[PATCH 0/2] xfs: misc. attribute and log recovery fixes

Brian Foster bfoster at redhat.com
Thu Jun 18 07:48:59 CDT 2015


Hi all,

This is just a couple miscellaneous fixes. Patch 1 fixes a regression in
the attribute fork destruction path in xfs_inactive(). Considering that
the cause of said regression was stable fodder, this might be as well.
Patch 2 fixes a crash reproduced on an s390x box due to a memcpy()
overflow in log recovery due to a corrupted log operation header (caused
by fsfuzzer).

Thoughts, reviews, flames appreciated.

Brian

Brian Foster (2):
  xfs: don't truncate attribute extents if no extents exist
  xfs: validate transaction header length on log recovery

 fs/xfs/xfs_attr_inactive.c |  3 ++-
 fs/xfs/xfs_log_recover.c   | 10 ++++++++--
 2 files changed, 10 insertions(+), 3 deletions(-)

-- 
1.9.3



More information about the xfs mailing list