All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rich Johnston <rjohnston@sgi.com>
To: Mark Tinguely <tinguely@sgi.com>
Cc: xfs@oss.sgi.com
Subject: Re: [PATCH] v2 xfsprogs: fix inode crash in xfs_repair
Date: Mon, 19 Aug 2013 11:06:36 -0500	[thread overview]
Message-ID: <5212428C.6040305@sgi.com> (raw)
In-Reply-To: <20130816181254.285296783@sgi.com>

Thanks for the patch Mark, it has been committed.

--Rich

commit 3ac87fbf6ac29494dc46134323733551aac1737c
Author: Mark Tinguely <tinguely@sgi.com>
Date:   Fri Aug 16 18:12:43 2013 +0000

     xfsprogs: fix inode crash in xfs_repair

     Adding the lost+found in phase 6 could allocate an inode from
     a new inode chunk. Since this chunk was not around in phase 3
     when the inode chunks are verificated and added to the avl tree,
     the avl tree look up will return a NULL pointer. This results
     in a NULL defererence and segmentation fault.

     Add the newly created inode chunk as if found in the chunk
     verification phase.

     Signed-off-by: Mark Tinguely <tinguely@sgi.com>
     Reviewed-by: Rich Johnston <rjohnston@sgi.com>
     Signed-off-by: Rich Johnston <rjohnston@sgi.com>


_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

      parent reply	other threads:[~2013-08-19 16:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-16 18:12 [PATCH] v2 xfsprogs: fix inode crash in xfs_repair Mark Tinguely
2013-08-19 15:33 ` Rich Johnston
2013-08-19 16:06 ` Rich Johnston [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5212428C.6040305@sgi.com \
    --to=rjohnston@sgi.com \
    --cc=tinguely@sgi.com \
    --cc=xfs@oss.sgi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.