<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_system_hardware_interfaces, branch android11-d1-b-release</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_hardware_interfaces/'/>
<entry>
<title>Ignore SIGPIPE when dumping stats from SystemSuspend am: ce3c6a66c4</title>
<updated>2020-07-14T21:14:54+00:00</updated>
<author>
<name>Kalesh Singh</name>
<email>kaleshsingh@google.com</email>
</author>
<published>2020-07-14T21:14:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_hardware_interfaces/commit/?id=c4c90ecd9ad6319d3181527d2fdc3a2f98607834'/>
<id>c4c90ecd9ad6319d3181527d2fdc3a2f98607834</id>
<content type='text'>
Original change: https://googleplex-android-review.googlesource.com/c/platform/system/hardware/interfaces/+/12150185

Change-Id: Ia18f6a1b64bada13b9d1b092557f644b78ff0616
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Original change: https://googleplex-android-review.googlesource.com/c/platform/system/hardware/interfaces/+/12150185

Change-Id: Ia18f6a1b64bada13b9d1b092557f644b78ff0616
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore SIGPIPE when dumping stats from SystemSuspend</title>
<updated>2020-07-14T17:29:30+00:00</updated>
<author>
<name>Kalesh Singh</name>
<email>kaleshsingh@google.com</email>
</author>
<published>2020-07-13T14:42:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_hardware_interfaces/commit/?id=ce3c6a66c4eb98428d3afa471de550b4181fb4e9'/>
<id>ce3c6a66c4eb98428d3afa471de550b4181fb4e9</id>
<content type='text'>
SuspendControlService dumps wakelock and suspend stats via dumpsys.
If dumpsys closes the reading end of the pipe (likely due to timeout)
and SuspendControlService attempts to write to the fd it received form
dumpsys, the processreceives sig 13 (SIGPIPE), and is then killed.
System suspend is a critical process and should not be killed for a
failure to dump stats.
If System suspend dies binder sends a failed response for any ongoing
wakelock binder trasactions.
This leads to the unchecked failed HIDL return, which causes an ABORT.

Bug: 160741383
Test: SystemSuspendV1_0UnitTest

Change-Id: I4f2ff7fc14b6fbeda2098f798f7c526580b17ce9
(cherry picked from commit 303520bd3f4f16c3dcc180851622f8cb3b84d2e0)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SuspendControlService dumps wakelock and suspend stats via dumpsys.
If dumpsys closes the reading end of the pipe (likely due to timeout)
and SuspendControlService attempts to write to the fd it received form
dumpsys, the processreceives sig 13 (SIGPIPE), and is then killed.
System suspend is a critical process and should not be killed for a
failure to dump stats.
If System suspend dies binder sends a failed response for any ongoing
wakelock binder trasactions.
This leads to the unchecked failed HIDL return, which causes an ABORT.

Bug: 160741383
Test: SystemSuspendV1_0UnitTest

Change-Id: I4f2ff7fc14b6fbeda2098f798f7c526580b17ce9
(cherry picked from commit 303520bd3f4f16c3dcc180851622f8cb3b84d2e0)
</pre>
</div>
</content>
</entry>
<entry>
<title>WAPI: do not empty when convert fail am: 1d683920e4</title>
<updated>2020-05-20T20:23:25+00:00</updated>
<author>
<name>Xiang Wu</name>
<email>xiang.wu@mediatek.com</email>
</author>
<published>2020-05-20T20:23:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_hardware_interfaces/commit/?id=9659ca21ad6428f875c30ae464bfdbc126b5a1a4'/>
<id>9659ca21ad6428f875c30ae464bfdbc126b5a1a4</id>
<content type='text'>
Change-Id: I26e3f4336f2f7b74f5ff8efce8600c112ac963f3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I26e3f4336f2f7b74f5ff8efce8600c112ac963f3
</pre>
</div>
</content>
</entry>
<entry>
<title>WAPI: do not empty when convert fail</title>
<updated>2020-05-20T03:23:34+00:00</updated>
<author>
<name>Xiang Wu</name>
<email>xiang.wu@mediatek.com</email>
</author>
<published>2020-05-09T09:25:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_hardware_interfaces/commit/?id=1d683920e4229de302ff5d698536d7c0abf71c60'/>
<id>1d683920e4229de302ff5d698536d7c0abf71c60</id>
<content type='text'>
Do not empty the certificates after a converting failure.

Bug: 155611467
Test: Presubmit ACTS tests
Change-Id: I46c16c5c512fcb562037c30c0b2edae9b546a145
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do not empty the certificates after a converting failure.

Bug: 155611467
Test: Presubmit ACTS tests
Change-Id: I46c16c5c512fcb562037c30c0b2edae9b546a145
</pre>
</div>
</content>
</entry>
<entry>
<title>Statically link VtsHalNetNetdV1_0TargetTest stubs. am: 43ee909121</title>
<updated>2020-04-23T21:49:29+00:00</updated>
<author>
<name>Steven Moreland</name>
<email>smoreland@google.com</email>
</author>
<published>2020-04-23T21:49:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_hardware_interfaces/commit/?id=f5c5258c4f55dbb70c20c4eccfca25d3a599c72f'/>
<id>f5c5258c4f55dbb70c20c4eccfca25d3a599c72f</id>
<content type='text'>
Change-Id: I192e31fb157f6bc3fc1974e1c9649e24532e3673
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I192e31fb157f6bc3fc1974e1c9649e24532e3673
</pre>
</div>
</content>
</entry>
<entry>
<title>Statically link VtsHalNetNetdV1_0TargetTest stubs.</title>
<updated>2020-04-23T19:34:36+00:00</updated>
<author>
<name>Steven Moreland</name>
<email>smoreland@google.com</email>
</author>
<published>2020-04-23T19:33:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_hardware_interfaces/commit/?id=43ee9091213cbb8d85a1a55ef1842be2399f8203'/>
<id>43ee9091213cbb8d85a1a55ef1842be2399f8203</id>
<content type='text'>
Fixing linking problem. Note that some other net-related libraries are
not statically linked here due to their large closure. However, 32-bit
versions of these are installed on a device. So, they are not causing a
fatal issue on runs.

Fixes: 154773530
Test: on flame: `atest -a -v VtsHalNetNetdV1_0TargetTest`
Change-Id: Ie40b02f0b96448304e991302a01fe5563f45aaff
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixing linking problem. Note that some other net-related libraries are
not statically linked here due to their large closure. However, 32-bit
versions of these are installed on a device. So, they are not causing a
fatal issue on runs.

Fixes: 154773530
Test: on flame: `atest -a -v VtsHalNetNetdV1_0TargetTest`
Change-Id: Ie40b02f0b96448304e991302a01fe5563f45aaff
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Mark some aidl_interface modules as unstable" into rvc-dev am: 4fa2b24b56</title>
<updated>2020-04-21T10:11:48+00:00</updated>
<author>
<name>Jiyong Park</name>
<email>jiyong@google.com</email>
</author>
<published>2020-04-21T10:11:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_hardware_interfaces/commit/?id=3488c47b640dfd4215d4098b6c60f6aa078cd9c4'/>
<id>3488c47b640dfd4215d4098b6c60f6aa078cd9c4</id>
<content type='text'>
Change-Id: If9e228dea76c3404158253e9e4a9146ab9662035
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: If9e228dea76c3404158253e9e4a9146ab9662035
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Mark some aidl_interface modules as unstable" into rvc-dev</title>
<updated>2020-04-20T03:23:06+00:00</updated>
<author>
<name>Jiyong Park</name>
<email>jiyong@google.com</email>
</author>
<published>2020-04-20T03:23:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_hardware_interfaces/commit/?id=4fa2b24b56b98ac4199011fc479094e013d71a63'/>
<id>4fa2b24b56b98ac4199011fc479094e013d71a63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add VtsHalNetNetd*TargetTest to vts. am: 546ff0218f</title>
<updated>2020-04-18T03:46:30+00:00</updated>
<author>
<name>Steven Moreland</name>
<email>smoreland@google.com</email>
</author>
<published>2020-04-18T03:46:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_hardware_interfaces/commit/?id=e8727a52efee8e5f047fcb633ffcb9cd686ea6fd'/>
<id>e8727a52efee8e5f047fcb633ffcb9cd686ea6fd</id>
<content type='text'>
Change-Id: Ia3e0c763e42f71937f05d43b19738d476339671a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ia3e0c763e42f71937f05d43b19738d476339671a
</pre>
</div>
</content>
</entry>
<entry>
<title>Add VtsHalNetNetd*TargetTest to vts.</title>
<updated>2020-04-18T02:08:15+00:00</updated>
<author>
<name>Steven Moreland</name>
<email>smoreland@google.com</email>
</author>
<published>2020-04-18T02:07:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_system_hardware_interfaces/commit/?id=546ff0218fe5dc98444eaf3e52901b4f76af7051'/>
<id>546ff0218fe5dc98444eaf3e52901b4f76af7051</id>
<content type='text'>
Interfaces intended to be framework HALs should still be tested during
VTS. This is because there is no mechanism preventing these interfaces
from being installed by vendor.

Bug: 139438327
Test: atest VtsHalNetNetdV1_{0,1}TargetTest
Change-Id: I2e8a4ce1ea205ebb661acdaec2e5f2da660770b3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Interfaces intended to be framework HALs should still be tested during
VTS. This is because there is no mechanism preventing these interfaces
from being installed by vendor.

Bug: 139438327
Test: atest VtsHalNetNetdV1_{0,1}TargetTest
Change-Id: I2e8a4ce1ea205ebb661acdaec2e5f2da660770b3
</pre>
</div>
</content>
</entry>
</feed>
