[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5a0270ea-b29a-0751-a27f-2412a8588561@oracle.com>
Date: Wed, 4 Jan 2017 16:05:23 -0800
From: Rob Gardner <rob.gardner@...cle.com>
To: Dave Hansen <dave.hansen@...ux.intel.com>,
Khalid Aziz <khalid.aziz@...cle.com>, davem@...emloft.net,
corbet@....net, arnd@...db.de, akpm@...ux-foundation.org
Cc: hpa@...or.com, viro@...iv.linux.org.uk, nitin.m.gupta@...cle.com,
chris.hyser@...cle.com, tushar.n.dave@...cle.com,
sowmini.varadhan@...cle.com, mike.kravetz@...cle.com,
adam.buchbinder@...il.com, minchan@...nel.org, hughd@...gle.com,
kirill.shutemov@...ux.intel.com, keescook@...omium.org,
allen.pais@...cle.com, aryabinin@...tuozzo.com,
atish.patra@...cle.com, joe@...ches.com, pmladek@...e.com,
jslaby@...e.cz, cmetcalf@...lanox.com,
paul.gortmaker@...driver.com, mhocko@...e.com, jmarchan@...hat.com,
lstoakes@...il.com, 0x7f454c46@...il.com, vbabka@...e.cz,
tglx@...utronix.de, mingo@...hat.com, dan.j.williams@...el.com,
iamjoonsoo.kim@....com, mgorman@...hsingularity.net,
vdavydov.dev@...il.com, hannes@...xchg.org, namit@...are.com,
linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org,
sparclinux@...r.kernel.org, linux-arch@...r.kernel.org,
x86@...nel.org, linux-mm@...ck.org,
Khalid Aziz <khalid@...ehiking.org>
Subject: Re: [RFC PATCH v3] sparc64: Add support for Application Data
Integrity (ADI)
On 01/04/2017 04:01 PM, Dave Hansen wrote:
> On 01/04/2017 03:58 PM, Khalid Aziz wrote:
>>> How does this all work with large pages?
>> It works with large pages the same way as normal sized pages. The TTE
>> for a large page also will have the mcd bit set in it and tags are set
>> and referenced the same way.
> But does the user setting the tags need to know what the page size is?
>
> What if two different small pages have different tags and khugepaged
> comes along and tries to collapse them? Will the page be split if a
> user attempts to set two different tags inside two different small-page
> portions of a single THP?
The MCD tags operate at a resolution of cache lines (64 bytes). Page
sizes don't matter except that each virtual page must have a bit set in
its TTE to allow MCD to be enabled on the page. Any page can have many
different tags, one for each cache line.
Rob
Powered by blists - more mailing lists