• R/O
  • HTTP
  • SSH
  • HTTPS

Liste der Commits

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

system/core


RSS
Rev. Zeit Autor
982259a 2019-05-17 08:27:38 TreeHugger Robot

Merge "Initialize all fields of struct iocb." into qt-dev

9da358d 2019-05-17 04:55:41 Evgenii Stepanov

Initialize all fields of struct iocb.

Kernel does not accept non-zero value of iocb->aio_reserved2.

Bug: 132803232
Test: initialize malloc() memory to non-zero pattern and see what breaks

Change-Id: I65a7e89e3a2c1ba79df1dc2d011d6c76c41afb81
(cherry picked from commit fe7eca7b8fba6770ad36cadb4d89c87385f17451)

9808066 2019-05-16 23:53:55 Alistair Strachan

Merge "Add asan.permitted.paths for the media namespace" into qt-dev
am: 9924f7ee2d

Change-Id: Ic7d3c4b52979e451a63104317c7672f54c904266

9924f7e 2019-05-16 23:45:58 Alistair Strachan

Merge "Add asan.permitted.paths for the media namespace" into qt-dev

63bbb9c 2019-05-16 16:43:38 Martijn Coenen

Merge "class_start_post_data also starts disabled services." into qt-dev
am: 5ff7c4b22d

Change-Id: I26a25afb6e4dc6f9bcd5daaf6392abf0f3a4367f

5ff7c4b 2019-05-16 16:29:35 Martijn Coenen

Merge "class_start_post_data also starts disabled services." into qt-dev

06a8045 2019-05-16 07:37:02 Hridya Valsaraju

Merge "Allow CreateResizeDeleteLP test case to run on non-A/B devices" into qt-dev
am: 2c4803838e

Change-Id: Ie24284987a4423a67e2e26bd8095e96a428761e3

2c48038 2019-05-16 07:25:03 TreeHugger Robot

Merge "Allow CreateResizeDeleteLP test case to run on non-A/B devices" into qt-dev

ebce675 2019-05-16 05:23:41 Martijn Coenen

class_start_post_data also starts disabled services.

This keyword was introduced to support restarting services on devices
using APEX and FDE. The current implementation is not a restart, but
rather a 'reset' followed by a 'start', because the real /data must be
mounted in-between those two actions. But we effectively want this to be
a restart, which means that we also want to start 'disabled' services
that were running at the time we called 'class_reset_post_data'.

To implement this, keep track of whether a service was running when its
class was reset at post-data, and start all those services.

Bug: 132592548
Test: manual testing on FDE Taimen
Change-Id: I1e81e2c8e0ab2782150073d74e50e4cd734af7b9

fbaffb5 2019-05-16 01:29:34 Hridya Valsaraju

Allow CreateResizeDeleteLP test case to run on non-A/B devices

Test: fuzzy_fastboot --gtest_filter=*Logical*
Bug: 117220134

Change-Id: Ic7c2b246b7c5646d3589f8f57eceb9ba5feeef2b
Merged-In: Ic7c2b246b7c5646d3589f8f57eceb9ba5feeef2b
(cherry picked from commit f81bd17179c039ee19cbc5e0b32dafd4c7032d63)

78e6b18 2019-05-15 12:41:01 Jiyong Park

Add asan.permitted.paths for the media namespace

Permitted paths were empty for ASAN builds with the media namespace.

Bug: 131625115
Test: no dlopen failure on libflacextractor.so in aosp_cf_x86_pasan
Change-Id: I90050fc54820ba68d64931412572f3b0954e6616

bcdc409 2019-05-14 09:46:09 Mark Salyzyn

Merge "fs_mgr: overlayfs: ReadFstabFromFile touches errno" into qt-dev
am: 83e9f6bd68

Change-Id: Ife6ae28370474f7f24c726479c9faa86b3032196

83e9f6b 2019-05-14 09:25:22 TreeHugger Robot

Merge "fs_mgr: overlayfs: ReadFstabFromFile touches errno" into qt-dev

6099d6f 2019-05-14 08:01:55 Josh Gao

Merge "adbd: don't abort on EOF on functionfs control fd." into qt-dev
am: 82ebfca5cd

Change-Id: I0f70177031f4119c8f801b750178595430d095ee

82ebfca 2019-05-14 07:21:59 TreeHugger Robot

Merge "adbd: don't abort on EOF on functionfs control fd." into qt-dev

1f7ae9d 2019-05-14 03:42:29 Josh Gao

adbd: don't abort on EOF on functionfs control fd.

Also, improve the logging in the cases where we do abort.

Bug: http://b/131867920
Test: treehugger
Change-Id: If8ec9f4614ce146e6dbd21cc77587ea81658199b
(cherry picked from commit 2916e148d9c333be253533968f407b73ebc017c2)

8471f92 2019-05-14 03:03:10 Mark Salyzyn

fs_mgr: overlayfs: ReadFstabFromFile touches errno

(cherry picked from commit 98a0128e44baf60b630d39221de580716a98aa7f)

Regression from commit 77c28476f19c910a869af878c8983d52e53c07b
("Remove the mount points defined in skip_mount.cfg from
ReadDefaultFstab()") resulted in ReadFstabFromFile to report
errno ENOENT even upon success, preventing clear error propagation
for real failures (ReadFstabFromFile would _always_ report ENOENT).

The bad error propagation resulted in an adb remount failure.

Added immunization against future adjustments that may also
result in a similar regression in adb remount behaviors.

Test: adb-remount-test.sh
Bug: 132594161
Bug: 128961335
Change-Id: Icf5d48bbfc6d938d4b9657ca8004a6a6ddaab5a6

5b4839c 2019-05-13 16:00:44 Martijn Coenen

Merge "Fix bug that would prevent us from reserving right amount of space." into qt-dev
am: 122bf2aedf

Change-Id: I8a78334c983227366d9c6473dd2205d0b311af5b

122bf2a 2019-05-13 15:49:30 Martijn Coenen

Merge "Fix bug that would prevent us from reserving right amount of space." into qt-dev

14a1d87 2019-05-11 10:49:48 David Anderson

Merge "Add a liblp test that we can parse the device's super partition." into qt-dev
am: 8a04457218

Change-Id: Ib7d167903c61088eeb5a9967459f2fc9eaf00387

497d939 2019-05-11 09:29:56 Michael Groover

Merge "Notify the framework when an adb key is authorized" into qt-dev
am: b9c555e2cf

Change-Id: I2a4bf3e3b1cd0bd3371d488cf8ead25f4d2dd2ad

8a04457 2019-05-11 09:20:02 David Anderson

Merge "Add a liblp test that we can parse the device's super partition." into qt-dev

b9c555e 2019-05-11 07:54:55 Michael Groover

Merge "Notify the framework when an adb key is authorized" into qt-dev

9a8b9e0 2019-05-11 04:16:19 David Anderson

Add a liblp test that we can parse the device's super partition.

Bug: 132112489
Test: liblp_test gtest
Change-Id: I1c0950dc30f42cd232e0616191d1365cdfc6512d
Merged-In: I1c0950dc30f42cd232e0616191d1365cdfc6512d

b3462c1 2019-05-10 17:39:54 Martijn Coenen

Fix bug that would prevent us from reserving right amount of space.

Bug: 132403230
Test: inspect dmesg output:
[ 10.762678] init: [libfs_mgr]Setting reserved block count on
/dev/block/dm-2 to 32768
[ 10.782652] tune2fs: Setting reserved blocks gid to 1065\x0a
[ 10.782655] tune2fs: Setting reserved blocks count to 32768\x0a

Change-Id: Id366d478bdd8a748bb1ba97d08a3b52e3cdd1efb

91b0fa1 2019-05-10 13:41:40 Josh Gao

Merge "crash_dump: populate uid field." into qt-dev
am: 377a244710

Change-Id: Iaa47185cb345cac970d8d597f90dee8f705f1e6b

377a244 2019-05-10 11:51:02 TreeHugger Robot

Merge "crash_dump: populate uid field." into qt-dev

ca4a9ef 2019-05-10 09:36:42 Maciej Zenczykowski

Merge "Make the SocketListener control pipe O_CLOEXEC." into qt-dev
am: 6a2b82e654

Change-Id: I0c4cce59b1ad95bb6b228052bc55e83c07834fa6

b80fe7a 2019-05-10 08:48:01 Josh Gao

crash_dump: populate uid field.

Bug: http://b/132359035
Test: manual
Change-Id: I99d8446024fc2d9395132dea45f03317976a9b62
(cherry picked from commit 5df504c5f8f6871f7ec79d735490176ba5179d2a)

6a2b82e 2019-05-10 08:45:07 Maciej Zenczykowski

Merge "Make the SocketListener control pipe O_CLOEXEC." into qt-dev