[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20141021104347.GC12706@worktop.programming.kicks-ass.net>
Date: Tue, 21 Oct 2014 12:43:47 +0200
From: Peter Zijlstra <peterz@...radead.org>
To: Hillf Danton <dhillf@...il.com>
Cc: LKML <linux-kernel@...r.kernel.org>,
Linus Torvalds <torvalds@...ux-foundation.org>,
"Paul E. McKenney" <paulmck@...ux.vnet.ibm.com>,
tglx@...utronix.de, akpm@...ux-foundation.org, riel@...hat.com,
mgorman@...e.de, oleg@...hat.com, mingo@...hat.com,
minchan@...nel.org, kamezawa.hiroyu@...fujitsu.com,
viro@...iv.linux.org.uk, linux-mm@...ck.org,
"hillf.zj" <hillf.zj@...baba-inc.com>
Subject: Re: [RFC][PATCH 5/6] mm: Provide speculative fault infrastructure
On Tue, Oct 21, 2014 at 05:07:56PM +0800, Hillf Danton wrote:
> > + pte = pte_offset_map(pmd, address);
> > + fe.entry = ACCESS_ONCE(pte); /* XXX gup_get_pte() */
>
> I wonder if one char, "*", is missing.
>
> > + pte_unmap(pte);
Gah yes, last minute edit that. I noticed I missed the pte_unmap() while
doing the changelogs and 'fixed' up the code.
--
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