• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Name: Android
2URL: http://source.android.com
3Description: Android shared memory implementation. Only applies to OS_ANDROID.
4Version: 7203eb2a8a29a7b721a48cd291700f38f3da1456
5Security Critical: yes
6License: Apache 2.0
7Patches:
8  0001-Add-ashmem-get-prot-region.path:
9     Add ashmem_get_prot_region() declaration and implementation to return
10     the current protection mask of a given Ashmem region.
11  0002-Use-AShareMemory-functions-when-possible.patch:
12     Use ASharedMemory_xxx() functions from libandroid.so when possible
13     in order to prepare for future devices without ashmem support.
14  0003-Pthread-once-for-funcs-init.patch:
15     Fix the data race that was introduced in the previous patch by using
16     pthread_once() for function pointers initialization.
17  0004-Fixup-ashmem_get_prot_region-for-memfd.patch:
18     mmap with MAP_PRIVATE is meant to succeed even on write-protected
19     memfd's as it will just copy-on-write.
20