lkml.org 
[lkml]   [2017]   [Jan]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    SubjectRe: [PATCH v4 0/4] Application Data Integrity feature introduced by SPARC M7
    From
    Date
    On 01/11/2017 08:12 AM, Khalid Aziz wrote:
    > A userspace task enables ADI through mprotect(). This patch series adds
    > a page protection bit PROT_ADI and a corresponding VMA flag
    > VM_SPARC_ADI. VM_SPARC_ADI is used to trigger setting TTE.mcd bit in the
    > sparc pte that enables ADI checking on the corresponding page.

    Is there a cost in the hardware associated with doing this "ADI
    checking"? For instance, instead of having this new mprotect()
    interface, why not just always set TTE.mcd on all PTEs?

    Also, should this be a privileged interface in some way? The hardware
    is storing these tags *somewhere* and that storage is consuming
    resources *somewhere*. What stops a crafty attacker from mmap()'ing a
    128TB chunk of the zero pages and storing ADI tags for all of it?
    That'll be 128TB/64*4bits = 1TB worth of 4-bit tags. Page tables, for
    instance, consume a comparable amount of storage, but the OS *knows*
    about those and can factor them into OOM decisions.

    \
     
     \ /
      Last update: 2017-01-11 17:34    [W:5.149 / U:0.220 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site