Age | Commit message (Collapse) | Author |
|
Change-Id: Icf3e912729e0246afcf58c12413030964f460ffe
|
|
Change-Id: I87604ce4d1e9674f0192b0954eee7f09ee5d4b97
|
|
s-keystone-qcom-release
Change-Id: I795f4219ec67c3087f8c2353cec9bdd926669617
|
|
Change-Id: I77bfcc4f111ada9c450b91ba1bfe424098b2fcb7
|
|
s-keystone-qcom-release
Change-Id: I86ca47c95ab934a89b509ae5e1c2ee08495a5317
|
|
s-keystone-qcom-release
Change-Id: Ia8a40832255e15e3cf63858335abb1974146f438
|
|
Change-Id: I4d15554f00e969168f90cb5fbce561d403090b57
|
|
Change-Id: Ic1776206644f4ccaea55efb729fe6e76ba4e9dbd
|
|
Change-Id: I75b78da9bdcccf96b7357ee6006951dcacda57ae
|
|
s-keystone-qcom-release
Change-Id: Icbdc03f76e3aafef2620036e2d6a2f14925e9049
|
|
ks-aosp.lnx.12.0.r1-rel
Change-Id: Ib9eed8793a616536d446a813118fa0d072031701
|
|
Change-Id: Ib5f6933fbd687fa3521590da5a405e0bc42b4b60
|
|
Change-Id: I82d656e81a678ca57a5351d886eda9fc64cf01f3
|
|
s-keystone-qcom-release
Change-Id: Ic7565358b6fca0ca9fd2497cbe15695a13a43b6a
|
|
Change-Id: Ib8d2e57184758c537de47c68b5e8233cc6a34b5b
|
|
CRs-Fixed: 3017053
Change-Id: I80cd3a88efb175ee155c534c3548e70613df5947
|
|
sc-qpr1-release
Change-Id: Ie09c761bf4d171d3c90a39a764ecd8a96c309c8c
|
|
Change-Id: Ia7fd1c358b5e7a9bbc581f36403b6a81354edb53
|
|
am: 1f637922e6 -s ours
am skip reason: Merged-In Ic7a83fb01a39113d408ed0c95d27f694d5a2649c with SHA-1 c75fbc7b8a is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/bionic/+/15546344
Change-Id: I207ce5881b3f64fc67e08b39543b787029c3959c
|
|
Bug: 169893837
Merged-In: Ic7a83fb01a39113d408ed0c95d27f694d5a2649c
Change-Id: Ib15d857903753f890e6a75f2815a441359a81fc5
|
|
Bug: 169893837
Merged-In: Ic7a83fb01a39113d408ed0c95d27f694d5a2649c
Change-Id: I4494985e98790e8934f10c8ba6f6f2207b3050ab
|
|
s-keystone-qcom-release
Change-Id: Ic5e711bebeba51180f4bd27427bedfc652246c33
|
|
Change-Id: Ib79c79d88ec6388533e450dae94239e736f40fcb
|
|
s-keystone-qcom-release
Change-Id: I4e238044391e3b2abd954fff579faa63de76ebd1
|
|
Change-Id: Ic055a046e8aaed75b4cad2c1f7d3704b63478bf9
|
|
s-keystone-qcom-release
Change-Id: I728e68afa22a407d0f3743e281f69a1ef9bf34a0
|
|
Change-Id: I0fe27377cab01d329a1e8fbe80c2f9d8a0e35a30
|
|
Change-Id: I08e2cecb525052d31708b781c91debb234598d5b
|
|
Change-Id: I9ee20be01d8ce5e9560651fc3dcd9ceb8bdc1fe4
|
|
CRs-Fixed: 2966364
Change-Id: I3f69d2d21a2cc7840b7ad023fb95df8952274683
|
|
Change-Id: I451b8f6dc6971aab0eb81b6ece795a23cf3c94b7
|
|
Revert submission 1403568-sysprop_trace
Reason for revert: makes property get/set non-reentrant
Reverted Changes:
I6f85f3f52:Add systrace tag for system property
Id2b93acb2:Adding system property tracing
Id78992d23:Add systrace tag for system property
I1ba9fc7bd:Add systrace tag for system property
Bug: 193050299
Test: build and boot a device
Change-Id: Ic7a83fb01a39113d408ed0c95d27f694d5a2649c
Merged-In: Ic7a83fb01a39113d408ed0c95d27f694d5a2649c
(cherry picked from commit 61a5a8380d6417e9b85bb2f6a4a694ef4222031f)
|
|
This reverts commit 1e1c7845aab0542306f61d8e8c880aca096ea336.
Reason for revert: makes property get/set non-reentrant
Bug: 193050299
Test: build and boot a device
Change-Id: If59e3dc25684a3c2b1d3ff74f995311afe6c6e89
Merged-In: If59e3dc25684a3c2b1d3ff74f995311afe6c6e89
(cherry picked from commit 3ec21f527acbaefb5f7a114125bc7a93baa780c7)
|
|
s-keystone-qcom-release
Change-Id: I0ae93840e53a10c8f057306964d0732b49fe30ff
|
|
|
|
s-keystone-qcom-release
Change-Id: I3a4d0b962a5123e2bc4557d4e033ec531f73c46f
|
|
Change-Id: Iae9599c540018e82bfb106a2845b3f8a8f6f684f
|
|
Change-Id: I01b1aa7bb566c94ce75543bb32c3bc11a8ed4c71
|
|
When the main thread is exiting, the code deleted the g_debug global
pointer and destroys the disable pthread key. Unfortunately, if
malloc debug was enabled in a way that requires a header for the pointer,
any frees that occur after the main thread is torn down result in calls
to the underlying allocator with bad pointers.
To avoid this, don't delete the g_debug pointer and don't destroy the
disable pthread key.
Added a new system test that allocates a lot of pointers and frees them
after letting the main thread finish.
Also, fix one test that can fail sporadically due to a lack of unwinding
information on arm32.
Bug: 189541929
Test: Passes new system tests.
Change-Id: I1cfe868987a8f0dc880a5b65de6709f44a5f1988
Merged-In: I1cfe868987a8f0dc880a5b65de6709f44a5f1988
(cherry picked from commit 33d73379aad3ed7dcbb9b10f945d3bc6264b79bd)
|
|
Do not assume that tests start with Sync MTE; check the initial setting
and change test logic as appropriate.
Bug: 192480262
CRs-Fixed: 2991521
Test: bionic-unit-tests with MEMTAG_OPTIONS=(off|sync|async)
Change-Id: Id80301e6426af16f89bd80a7a7ab127b6fd60425
(cherry picked from commit 53df1f3772ad4843461e78540111b21e9061c051)
|
|
Change-Id: Ib5ac4ba0bab8f59ad4223ad0e99f7a3288bc53bc
|
|
Change-Id: I7a90299f468d53e77ca2aa13bd51cf1e32afc025
|
|
|
|
Do not assume that tests start with Sync MTE; check the initial setting
and change test logic as appropriate.
Bug: 192480262
Test: bionic-unit-tests with MEMTAG_OPTIONS=(off|sync|async)
Merged-In: Id80301e6426af16f89bd80a7a7ab127b6fd60425
Change-Id: Id80301e6426af16f89bd80a7a7ab127b6fd60425
(cherry picked from commit 53df1f3772ad4843461e78540111b21e9061c051)
|
|
Change-Id: Ifb03c531ae205a26e8e324f4b9ee4b9ae7b1062a
|
|
Change-Id: Iae6b79609c941ab79b0ba8b25bf15180a0407d77
|
|
Change-Id: I962f8e41d20c67e3da5c8961decdb8ec6084783b
|
|
Change-Id: Icd977d266c2e4654e328bec1e08ff704d4287b3e
|
|
sc-dev
|
|
On devices where the performance of ASYNC mode is similar to SYNC
mode on certain CPUs, OEMs may choose to configure the kernel to
prefer SYNC mode on those CPUs by writing the value "sync" to the
sysfs node: /sys/devices/system/cpu/cpu<N>/mte_tcf_preferred
The kernel will only respect the per-CPU preference if the user program
allows this by specifying the preferred mode as a member of a set of
allowed modes. Since only kernels with r.android.com/1754670 support
specifying multiple modes, fall back to trying to specify a single
mode if that doesn't work.
Bug: 189966263
Change-Id: Ie7ada3b073178b7967f0819cbdadc2d8e3a2c648
Merged-In: Ie7ada3b073178b7967f0819cbdadc2d8e3a2c648
|