aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/bin/export-to-postgresql-record
diff options
context:
space:
mode:
authorDan Williams <dan.j.williams@intel.com>2016-11-16 09:00:38 -0800
committerDan Williams <dan.j.williams@intel.com>2016-11-16 09:00:38 -0800
commit4cb19355ea19995941ccaad115dbfac6b75215ca (patch)
treeec4bbe77017ce2002940f2e9c9b502a7abf648d4 /tools/perf/scripts/python/bin/export-to-postgresql-record
parentdevice-dax: check devm_nsio_enable() return value (diff)
downloadlinux-4cb19355ea19995941ccaad115dbfac6b75215ca.tar.gz
linux-4cb19355ea19995941ccaad115dbfac6b75215ca.zip
device-dax: fail all private mapping attempts
The device-dax implementation originally tried to be tricky and allow private read-only mappings, but in the process allowed writable MAP_PRIVATE + MAP_NORESERVE mappings. For simplicity and predictability just fail all private mapping attempts since device-dax memory is statically allocated and will never support overcommit. Cc: <stable@vger.kernel.org> Cc: Dave Hansen <dave.hansen@linux.intel.com> Fixes: dee410792419 ("/dev/dax, core: file operations and dax-mmap") Reported-by: Pawel Lebioda <pawel.lebioda@intel.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-record')
0 files changed, 0 insertions, 0 deletions
>mm, memcg: move all oom handling to memcontrol.cDavid Rientjes4-25/+18 2012-07-31mm, oom: reduce dependency on tasklist_lockDavid Rientjes2-14/+30 2012-07-31mm, memcg: introduce own oom handler to iterate only over its own threadsDavid Rientjes4-41/+93 2012-07-31mm, oom: introduce helper function to process threads during scanDavid Rientjes1-46/+65 2012-07-31mm, oom: move declaration for mem_cgroup_out_of_memory to oom.hDavid Rientjes2-2/+2 2012-07-31mm/hotplug: mark memory hotplug code in page_alloc.c as __meminitJiang Liu1-32/+34 2012-07-31mm/hotplug: free zone->pageset when a zone becomes emptyJiang Liu3-0/+17 2012-07-31mm/hotplug: correctly add new zone to all other nodes' zone listsJiang Liu1-7/+8 2012-07-31mm/hotplug: correctly setup fallback zonelists when creating new pgdatJiang Liu5-10/+17 2012-07-31mm/memcg: replace inexistence move_lock_page_cgroup() by move_lock_mem_cgroup...Wanpeng Li1-2/+2 2012-07-31mm/memcg: mem_cgroup_relize_xxx_limit can guarantee memcg->res.limit <= memcg...Wanpeng Li1-2/+2 2012-07-31mm/memcg: complete documentation for tcp memcg filesWanpeng Li1-0/+2 2012-07-31mm: setup pageblock_order before it's used by sparsememXishi Qiu3-2/+7 2012-07-31mm/memory.c:print_vma_addr(): call up_read(&mm->mmap_sem) directlyJeff Liu1-1/+1 2012-07-31vmscan: remove obsolete shrink_control commentMinchan Kim2-2/+1 2012-07-31mm: CONFIG_HAVE_MEMBLOCK_NODE -> CONFIG_HAVE_MEMBLOCK_NODE_MAPRabin Vincent1-1/+1 2012-07-31mm: have order > 0 compaction start off where it leftRik van Riel4-5/+73 2012-07-31memcg: rename mem_control_xxx to memcg_xxxWanpeng Li1-4/+4 2012-07-31memcg: fix bad behavior in use_hierarchy fileGlauber Costa1-0/+6 2012-07-31mm: remove unused LRU_ALL_EVICTABLEWanpeng Li1-1/+0 2012-07-31memcg: rename config variablesAndrew Morton33-78/+78 2012-07-31mm: clean up __count_immobile_pages()Minchan Kim1-16/+18 2012-07-31mm: do not use page_count() without a page pinMinchan Kim1-1/+8 2012-07-31mm, oom: replace some information in tasklist dumpDavid Rientjes2-8/+10 2012-07-31mm, oom: fix potential killing of thread that is disabled from oom killingDavid Rientjes1-2/+2 2012-07-31mm: clear pages_scanned only if draining a pcp adds pages to the buddy alloca...KOSAKI Motohiro1-3/+6 2012-07-31mm, fadvise: don't return -EINVAL when filesystem cannot implement fadvise()KOSAKI Motohiro1-11/+7 2012-07-31mm/compaction: cleanup on compaction_deferredGavin Shan1-2/+2 2012-07-31memcg: make mem_cgroup_force_empty_list() return boolKAMEZAWA Hiroyuki1-12/+7 2012-07-31memcg: mem_cgroup_move_parent() doesn't need gfp_maskKAMEZAWA Hiroyuki1-3/+2 2012-07-31memcg: clean up force_empty_list() return value checkKamezawa Hiroyuki1-5/+0 2012-07-31memcg: remove check for signal_pending() during rmdir()Kamezawa Hiroyuki1-3/+0 2012-07-31mm/memblock.c:memblock_double_array(): cosmetic cleanupsAndrew Morton1-17/+18 2012-07-31mm, oom: do not schedule if current has been killedDavid Rientjes1-6/+5 2012-07-31hugetlb/cgroup: remove exclude and wakeup rmdir calls from migrateAneesh Kumar K.V1-2/+4 2012-07-31hugetlb/cgroup: assign the page hugetlb cgroup when we move the page to activ...Aneesh Kumar K.V2-14/+13 2012-07-31hugetlb: move all the in use pages to active listAneesh Kumar K.V1-1/+10