From: Shaohua Li <shli@kernel.org>
To: NeilBrown <neilb@suse.com>
Cc: Shaohua Li <shli@fb.com>, Linux-RAID <linux-raid@vger.kernel.org>,
Viswesh <viswesh.vichu@gmail.com>
Subject: Re: [PATCH] md: be careful not lot leak internal curr_resync value into metadata.
Date: Fri, 28 Oct 2016 22:01:08 -0700 [thread overview]
Message-ID: <20161029050108.fdfawfxgbxp4cad7@kernel.org> (raw)
In-Reply-To: <8737jht6f6.fsf@notabene.neil.brown.name>
On Fri, Oct 28, 2016 at 03:59:41PM +1100, Neil Brown wrote:
>
>
> mddev->curr_resync usually records where the current resync is up to,
> but during the starting phase it has some "magic" values.
>
> 1 - means that the array is trying to start a resync, but has yielded
> to another array which shares physical devices, and also needs to
> start a resync
> 2 - means the array is trying to start resync, but has found another
> array which shares physical devices and has already started resync.
>
> 3 - means that resync has commensed, but it is possible that nothing
> has actually been resynced yet.
>
> It is important that this value not be visible to user-space and
> particularly that it doesn't get written to the metadata, as the
> resync or recovery checkpoint. In part, this is because it may be
> slightly higher than the correct value, though this is very rare.
> In part, because it is not a multiple of 4K, and some devices only
> support 4K aligned accesses.
>
> There are two places where this value is propagates into either
> ->curr_resync_completed or ->recovery_cp or ->recovery_offset.
> These currently avoid the propagation of values 1 and 3, but will
> allow 3 to leak through.
>
> Change them to only propagate the value if it is > 3.
>
> As this can cause an array to fail, the patch is suitable for -stable.
>
> Cc: stable@vger.kernel.org
> Reported-by: Viswesh <viswesh.vichu@gmail.com>
> Signed-off-by: NeilBrown <neilb@suse.com>
Good catch, applied, thanks!
prev parent reply other threads:[~2016-10-29 5:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-28 4:59 [PATCH] md: be careful not lot leak internal curr_resync value into metadata NeilBrown
2016-10-29 5:01 ` Shaohua Li [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=20161029050108.fdfawfxgbxp4cad7@kernel.org \
--to=shli@kernel.org \
--cc=linux-raid@vger.kernel.org \
--cc=neilb@suse.com \
--cc=shli@fb.com \
--cc=viswesh.vichu@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).