[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <AANLkTik0v=FonpBzpRCxCrogL2KoPRQDT0X4BSbHx2cF@mail.gmail.com>
Date: Fri, 20 Aug 2010 17:54:07 -0700
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: Mike Snitzer <snitzer@...il.com>
Cc: Ian Campbell <ijc@...lion.org.uk>, linux-kernel@...r.kernel.org,
stable@...nel.org, stable-review@...nel.org,
akpm@...ux-foundation.org, alan@...rguk.ukuu.org.uk,
Greg KH <gregkh@...e.de>, Peter Zijlstra <peterz@...radead.org>
Subject: Re: [RFC] mlock/stack guard interaction fixup
On Fri, Aug 20, 2010 at 5:20 PM, Mike Snitzer <snitzer@...il.com> wrote:
>
> In 0002-mm-make-the-mlock-stack-guard-page-checks-stricter.patch you
> switch __mlock_vma_pages_range from 'start += PAGE_SIZE' to 'addr +=
> PAGE_SIZE'.
>
> So would that be a bugfix for commit d7824370? Seems likely given
> start isn't used after that point.
Yup, that's a bug-fix. Although the real bug was having two variables
(addr and start) both be the same thing. Probably for some random
historical reason. And I didn't fix that.
Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists