Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/dahliaOS/fuchsia-pine64-pinephone


https://github.com/dahliaOS/fuchsia-pine64-pinephone

[audio][test] Fix WaitForPacket

After an AudioRenderer receives a Packet via SendPacket, the renderer
will hold onto the packet ...

358d2420b7512b7362859a0ef684f28fb6e34b99 authored over 4 years ago by Tom Bergan <[email protected]>
[components] ElfRunner monitors for process exit

The ElfRunner waits for a ZX_PROCESS_TERMINATED signal from the
process handle for the process t...

eca31c6c2ef2c86e5b5d6d66fc9db14b16dc2c06 authored over 4 years ago by Justin Mattson <[email protected]>
[build][component_id_index] Only base_packages should contain component_id_index rules

Issue: 53855
Change-Id: I5ad64619a65cdc05c43187019f989079d82550c3
Reviewed-on: https://fuchsia-r...

a205e707476a512715f6b1b0ab0c9eb90952cd7f authored over 4 years ago by Vardhan Mudunuru <[email protected]>
[pci] Expose Config addr string to Capabilities

For debugging purposes it's useful to have device information in
capability info. Rather than st...

91135a7dd50ddcbd4d6ee4394351c4de3515f0b6 authored over 4 years ago by Christopher Anderson <[email protected]>
[brcmfmac_sim_test] Fix memory leaks in brcmf_sim_test

Some release logics added in driver code and SIM.
Add ref_count to manage devices in FakeDevMgr,...

d36c03d9a6558a042534b1cf6ffad59acc79fe4c authored over 4 years ago by Zhiyi Chen <[email protected]>
[kernel][wait] Make wait_queue_internal.h's contents members of WaitQueue

Now that WaitQueue is in thread.h, we don't need a separate header for
most of this code. In ad...

7da81b4877034278a89f4d8d211dfa48da1ae943 authored over 4 years ago by George Kulakowski <[email protected]>
[paver] Pause the block watcher while touching GPT

Previously, the paver would not synchronise with the block watcher
before modifying a disk's par...

4dd908188c4616d23dde26684758c88e96b97b5f authored over 4 years ago by Simon Shields <[email protected]>
[tests][vdso-variant] Convert test to use zxtest instead of unittest

This was mostly automated, with one manual change:
* add "%s" where printf format string litera...

b02dd47e4b9afc8baea9f3a40bdced5de2094291 authored over 4 years ago by Mark Seaborn <[email protected]>
[kernel][wait] Inline some internal helpers

These were introduced to ease the refactoring into fbl::DLLs. Now that
that is achieved, they ar...

5a4f60aac3807d3273cbfb34febc3acc5332a2b7 authored over 4 years ago by George Kulakowski <[email protected]>
[modular][cleanup] Improve readability of AgentRunner unit tests.

Some tests were running afowl of the guideline to "keep cause and effect
clear" (go/tott/503). T...

6ebcfd8ae949624c14c845dfb9657372b7aa981a authored over 4 years ago by Gabriel Schine <[email protected]>
[media][tools] packet display, default volume

The display of packets when in verbose mode (--v) is adjusted, and the
default usage volume (if ...

151cabac3c4192cb4ebdb4c5f10c6a8c47fcc3eb authored over 4 years ago by Martin Puryear <[email protected]>
[hwstress] Add additional patterns to test memory with.

In particular, we add multiple iterations of random patterns, and
replace the 1-in-8 bits set wi...

a0df1a2b8f531ac9232b9acac4026d44b8eeaa0f authored over 4 years ago by David Greenaway <[email protected]>
[hwstress] Run memory stress tests on every CPU.

We don't attempt to run them all at the same time on every CPU, but
instead run different worklo...

a7cac7399fd0dfedadadb0a138bd83533da9827c authored over 4 years ago by David Greenaway <[email protected]>
[kernel] Make RootJobObserver use the ZX_JOB_NO_CHILDREN signal.

Instead of requiring both ZX_JOB_NO_JOBS and ZX_JOB_NO_PROCESSES to be
active.

These changes si...

fdf7c3bf53c0c1b2436cf431f81f97e4722b9392 authored over 4 years ago by David Greenaway <[email protected]>
[bt][sm] Improve ParseSdu safety

ValidPacketReader::ParseSdu had stored a `size_t` length value into a
`uint8_t` for a check. Fix...

18ed1cb73c4070dd7586332a88bcba39705689ad authored over 4 years ago by Lucas Jenkins <[email protected]>
Revert "[perf] Migrate dart inspect benchmark away from tspec"

This reverts commit 18d41e07f777806d9002f67020f29f728282bdc7.

Reason for revert: Output with wr...

628836f990d8093870cfc5ddde12b4436dfe57e5 authored over 4 years ago by Sean Gillen <[email protected]>
[emu] Disable virtcon for QEMU/AEMU in Infra.

Change-Id: Idfbef141fb10415dd5bee4b07c27a583760f9fb8
Reviewed-on: https://fuchsia-review.googles...

f1d28550cee04b0b753b42117dc76d89abc3d8a1 authored over 4 years ago by Nathan Mulcahey <[email protected]>
[archivist] v2 log attribution

Route LogSink requests from v2 components to Archivist via an
EventStream and the CapabilityRequ...

a760ab6060e147e0c58bc2034ba0e34989d09bf3 authored over 4 years ago by Fady Samuel <[email protected]>
[feedback] Simplify system_log_recorder unit test.

* Most tests now use only 2 file paths instead of 4.

Bug: 53704
Change-Id: Ic161d90f1bf83870079...

2422e73c3ef84eed25fcf66b97dd722999a2663e authored over 4 years ago by Daniel Salazar Villarreal <[email protected]>
[bt][l2cap] Test and clarify LogicalLink::Close behavior

L2CAP::LogicalLinks must be explicitly closed before destruction, or an
assertion will be trigge...

842eed1e82701dc176c2ff75ad069dc9b6eb70e8 authored over 4 years ago by Lucas Jenkins <[email protected]>
[perf] Migrate dart inspect benchmark away from tspec

Update dart_inspect_benchmarks_test not to rely on the tspec file
//topaz/tests/dart-inspect-ben...

18d41e07f777806d9002f67020f29f728282bdc7 authored over 4 years ago by Sean Gillen <[email protected]>
[display] Disable flaky disconnection test.

Bug: 49467
Change-Id: Id5cfdb80400bafcd62347812b3f6e23e7d015e82
Reviewed-on: https://fuchsia-rev...

f28d6c42d8f582c18e2667db71c29368fa18cc40 authored over 4 years ago by Randall Bosetti <[email protected]>
[dma-buffer] Fix memory leak

This patch fixes a memory leak in dma-buffer.
The RAII wrapper for PMT does not unpin the PMT,
s...

198cfc0b793a8967f50100f17436e202e8dc3bba authored over 4 years ago by Brian Bosak <[email protected]>
[modular][cleanup] Simpler connect to env services in basemgr's main()

Change-Id: I57d8b071decd5106bf71ae27d2e5fe26a61d496e
Reviewed-on: https://fuchsia-review.googles...

e6f2d6be8839db7a6f10af75afc624d9724ba164 authored over 4 years ago by Gabriel Schine <[email protected]>
[magma] Switch a few flow control messages to DLOG

Can be spammy and not really needed unless debugging.

Testablity:logging-only exception

Change...

4b09f04f3ead08364bfe5cc328942ccd3d743a90 authored over 4 years ago by Craig Stout <[email protected]>
[wlan][fidl] Revert "Revert "[wlan][fidl] Add QoS FIDL definitions""

This reverts commit b2e9a88e731299542dd8ea80b1c77bd48457bc89.

Reason for revert: relanding chan...

3909a1712cb6e3fe811fa7d9c5438b0c23b307a4 authored over 4 years ago by Kiet Tran <[email protected]>
[SetUi] Fix setui_client, add integration test

Fix an issue with setui_client's cmx file that was introduced
with a recent change. Add an integ...

b356a0bd345e7d1e926b913f5913fe8f3130ea17 authored over 4 years ago by Paul Daniel Faria <[email protected]>
[a11y] Improve Swipe Gestures.

This cl changes following things:
* Adds a logic in Move Event, to check Slope only when the c...

480f18b4045845a10412a20671d5d39676452a70 authored over 4 years ago by Ankit Dave <[email protected]>
[fdio] Wait for peer on Close

Ensure that peer-side resources have been released before returning from
close calls.

This chan...

3d9e46b9dccba74ee21839d2230dd558f3065aa2 authored over 4 years ago by Tamir Duberstein <[email protected]>
[sdk] Depend on invoker's deps for api file generation.

This makes it possible to use files generated from actions when
computing API files.

Change-Id:...

571f93a6e18b592243567f904bb05114c1d44e74 authored over 4 years ago by Adam Perry <[email protected]>
[tcp-stream-ext] Move stub_netstack in-process

There's no need for IPC here, and the code is simpler without it.

Change-Id: I7533b683328e73416...

592f66f34367946eee6fcca79cf6fd5704b30448 authored over 4 years ago by Tamir Duberstein <[email protected]>
[kernel][pow2rangeallocator] Add unit tests

Change-Id: I255823442a193eb9b6d4165c6fbc9f46a804a00d
Reviewed-on: https://fuchsia-review.googles...

51f1e3449cb9dfe01e12536ea741432b57ff4a33 authored over 4 years ago by George Kulakowski <[email protected]>
[exception_broker] Annotation for missing url

TESTED=`fx test exception-broker-tests`

Change-Id: I955e0b23bf2e951486950ade62ba1087f04123fd
Re...

44468323ac5d5dbfde56317f53136128f5e6917f authored over 4 years ago by Alex Pankhurst <[email protected]>
[kernel] Add internal ZX_JOB_NO_CHILDREN signal to jobs.

Currently Job objects expose the ZX_JOB_NO_JOBS and ZX_JOB_NO_PROCESSES
signal to indicate that ...

6c7fc50dcdf279e7676545ac26594b9718ba9b22 authored over 4 years ago by David Greenaway <[email protected]>
[scrutiny] Hook up component graph controller paths.

Adds dispatch paths /components, /routes, /manifests that respectively
dump their collected valu...

b3254b2e7ef09950b830dc4061e2516bf09d7f92 authored over 4 years ago by Daniel Hwang <[email protected]>
[tests][reboot] Split reboot_tests into 3 tests to avoid timeouts

Split reboot_tests into 3 separate tests. Each test boots and reboots
a qemu instance. In the ...

a9753735676b4db0fbc94d112103b749e0099d01 authored over 4 years ago by Nick Maniscalco <[email protected]>
[audio][sherlock] Adjust woofer analog gain

Test: sherlock-audio-out-test
Change-Id: I23398cbede1c241757369799e31b4b4ce03efc0e
Reviewed-on: ...

01f786959dd38b3e7e786fb1d3b7c47dfd67f0b4 authored over 4 years ago by Andres Oportus <[email protected]>
[exception_broker] Make minidump earlier

* this reduces the chances that the process is killed beforehand, e.g.,
exited from another thre...

f1deb884091f3a8ec35b894b9e61ec2f2534b456 authored over 4 years ago by Alex Pankhurst <[email protected]>
[scheduler] Call MigrateFn after updating state

In a recent change, we begun using Thread::LastCpuLocked() in migration
functions after CPU migr...

f782cc27002d7cf9d3567b3b96b511e202385137 authored over 4 years ago by Abdulla Kamar <[email protected]>
[debug_agent] Fix buffer overread

Detected while investigating another issue where a process' stdout was
empty (due to the process...

1d502d3a2f2c9221037f71196caf1349f52578c2 authored over 4 years ago by James Sullivan <[email protected]>
[kernel][wait] Make WaitQueueCollection internals private

Test: no functional change
Change-Id: I95ac0e376c8d9ab9aa718149669f73280037b55c
Reviewed-on: htt...

bb279521b24c427ca40a43700b6a127e3ca81864 authored over 4 years ago by George Kulakowski <[email protected]>
[camera][controller] Disable flaky controller tests

This change temporarily disables controller tests,
currently experiencing a high incidence of fl...

9fe15411a7518e62022894dade6be1877abdaa31 authored over 4 years ago by Brijen <[email protected]>
[audio_core][test] Disable audio_core_hardware_tests

Disable due to flakes. See justification on the bug.

Bug: 54343
Change-Id: Id2700550cb8ce842a17...

75cddb34e83dfd41f30b550e99477b4ef723f65a authored over 4 years ago by Tom Bergan <[email protected]>
[smoke-test] Add option to use gn analyze instead of ninja -t graph

This adds a stub behind `fx smoke-test --analysis-method gn_analyze` to
extract test data from G...

3fa70c287102041e592cf14c8e4cf78e8c0ed3d1 authored over 4 years ago by Scott Graham <[email protected]>
[system-updater] Updates the system

This change swaps out the legacy system_updater binary with its Rust
replacement. No functional ...

359a62b66d563a027ca9beb93c660e3228d6adc6 authored over 4 years ago by Kevin Wells <[email protected]>
[utest][stdio] Convert test to use zxtest instead of unittest

This was mostly automated, with one manual change:
* remove unused #include of unittest.h in ut...

b5bd22d4602480953ee27ee6bad25decba0c23cd authored over 4 years ago by Mark Seaborn <[email protected]>
[codec] Increase encoder SAD test threshold by 1

The encoder will commonly encode 0xff luminance as 0xfe which can add up
to a normalized SAD mea...

9035360abf7c0e798b01e5927fdcb122eb041fcb authored over 4 years ago by Austin Foxley <[email protected]>
[aml-ram] Fix memory leak in aml-ram test

Fix memory leak by calling DdkRelease. Remove LSAN suppression.

Fixed: 54199
Change-Id: Ie7e3b...

d5ca7e60fd0bd72eb1a94fbb7bea627d37bbdfa3 authored over 4 years ago by Nick Maniscalco <[email protected]>
[power_manager] migrate to v2

Migrate power_manager to a v2 component so that it can outlive appmgr.

Change-Id: Ic3d4d90821ea...

a7adb18b1c0697bb21076efbed1349ed05accad4 authored over 4 years ago by Derek Gonyeo <[email protected]>
[lsan] Reenable LSAN on tests

I have been unable to repro the LSan leaks in these tests after 100s of
runs per test. The bugs ...

8194a88dcacb46886e22f8397abe555373a727bc authored over 4 years ago by Tom Bergan <[email protected]>
[modular][logspam] Don't call Presenter when it's not bound.

Also: remove a little dead code.

Fixed: 51831
Change-Id: I00c4781ca2a83df8205938a7630def2fe686f...

290d8fece0e66bb81f42c1ff9d704f330995079e authored over 4 years ago by Gabriel Schine <[email protected]>
[fdio] Update deps to use new location

Bugs: 54057
Change-Id: I3b2f72e5142cc2abab542ead4d8cf5ec6635e7a0
Reviewed-on: https://fuchsia-re...

83aa461dc9beea94799d5f6057d8857f25c64b31 authored over 4 years ago by Suraj Malhotra <[email protected]>
[network] Cleanup error wrapping in Rust

Test: No behavior change, existing tests still pass.

Change-Id: Ib5c2895449cb1599968f0b76195235...

8ec687e9808ff6ecb35d741336bfe9c5dcc4a062 authored over 4 years ago by Jay Zhuang <[email protected]>
[kernel][arm64] Spectre V2: Invalidate branch pred. on suspicious kernel entries

Spectre V2 attacks by hostile userspace programs against the kernel
rely on mistraining indirect...

8d8b6b1cf9e0018fbd21a90321a737d1ec29fc1c authored over 4 years ago by Venkatesh Srinivas <[email protected]>
[dhcpv6] Respond to dns server watchers

... as soon as configuration updates are received from servers, if they
differ from what was obs...

7b9ca6395489e10389256253105905c14dc2e2b1 authored over 4 years ago by Jay Zhuang <[email protected]>
[fidl][lsp] Generate fidl_project.json at build

This CL moves the generate-fidl-project.py script from
//fidl-misc/fidl-lsp into fuchsia.git and...

23e03edb71815825bd852a59abbea9a6dd0ccd74 authored over 4 years ago by Peter Johnston <[email protected]>
[ffx] Fix source of flakiness in tests.

Multiply: ffx_daemon_lib_test
Multiply: ffx_powerctl_lib_test
Multiply: ffx_run_component_lib_te...

a28d5ccf554706c6d0ba5a7ade377b36e969494f authored over 4 years ago by Jordon Wing <[email protected]>
[fvm] Generate android sparse format for FVM

Add support for generating android sparse format when creating an FVM
image. Also add support fo...

a084d6b53f58a5b50623b92bf7c78d941a106a77 authored over 4 years ago by Yecheng Zhao <[email protected]>
[zircon] Modify a license header

Change-Id: I99f57a84fd354c7182fe5fe821fbbe9798932d86
Reviewed-on: https://fuchsia-review.googles...

973ce6664bcc7ce579c4bf18d8ee8e53c0c1642e authored over 4 years ago by George Kulakowski <[email protected]>
[fidl] Enable subset of {encoding,decoding,validating} tests on host

When working with the walker it hard to debug because there is a cycle
where you can't boot but ...

1af75c63bf25f149346a71b0f64cb6dfe2f74dd2 authored over 4 years ago by Benjamin Prosnitz <[email protected]>
[ftp] FTP-017 minor fixes

Mostly to fix rendering on fuchsia.dev

Change-Id: Ide1b0d52e179f217c0674b78925c12e06023dbe0
Rev...

7e4565855489f600d42da09ef516afe38bbf1ba8 authored over 4 years ago by Pascal Perez <[email protected]>
[kernel][wait] Replace WaitQueue's list_nodes with fbl::DoublyLinkedLists

Test: ran the system with WAIT_QUEUE_VALIDATION enabled
Change-Id: I91d1e4cf5d1ca82a7a7078c6d26f...

3175871c2449655c308bc0a857104e3eca7164f9 authored over 4 years ago by George Kulakowski <[email protected]>
[zircon][scripts] Remove unused dso-abi.h

Change-Id: I52fff51cf490196aaa83aadef6c4bfe11c39341b
Reviewed-on: https://fuchsia-review.googles...

c04be70062f5c4090ef5c9274571358d52e5e5c0 authored over 4 years ago by George Kulakowski <[email protected]>
[power_manager] Enable SystemShutdownHandler node

Enable the new SystemShutdownHandler and ShutdownWatcher nodes within
the power_manager.

The Sy...

87b5b4169eb38852da8885eedcabf30a4aa13a35 authored over 4 years ago by Patrick Shickel <[email protected]>
[modular] BasemgrDebug.RestartSession() is no longer considered a critical crash.

The developer-initiated shutdown was incorrectly flagged as a
CRITICAL_FAILURE instead of CLIENT...

a301e6356ec0e12c31157c6344466e5e9dd985ae authored over 4 years ago by Gabriel Schine <[email protected]>
[flatland] Add Flatland::DeregisterBufferCollection().

The client call to deregister a buffer collection only erases the
mapping from the client-genera...

829b8bffde8f7928b388a04dd733393cbd29f994 authored over 4 years ago by Evan Birenbaum <[email protected]>
[lib][fake-resource] Improve overlap check testing

Test for an exclusion case caused by a new exclusive range
lining up right at the end of an exis...

c78e5eee23aae3df8df70b74c197e3f06e7398d0 authored over 4 years ago by Christopher Anderson <[email protected]>
[amlogic_encoder] Add trace events

Tracing for packet input/output as well as stream start/stop.

Change-Id: Idd477483f252e87103129...

4a7983bc9b0ddcf28bc7a8ffb252822910895e7b authored over 4 years ago by Austin Foxley <[email protected]>
[e2e] Add encoder + camera end to end test

Enabled for sherlock environment only

Test: fx test --e2e encode_camera_test
Change-Id: I49ae41...

1f2e2dc247d2df4578e3efa31cf180cbb4030a58 authored over 4 years ago by Austin Foxley <[email protected]>
[scenic][ui-input] Fix missing mouse buttons

Mouse button data got lost during the InputSystem refactor. This
restores the missing data and e...

8eff9d90327dc6c2c12175ffbcc9fbdd89c3de16 authored over 4 years ago by Mikael Pessa <[email protected]>
[fx][test] Limit build targets on fx test

This change restrics the build targets depending on what tests need to
be run. For component tes...

4d538dccec13c35ec961e8d30af8811b4f9bd940 authored over 4 years ago by Renato Mangini Dias <[email protected]>
[a11y] Improve logs in Swipe recognizer.

Currently swipe_recognizer_base class logs without recognizer name. This
makes it really hard to...

1397c88063fb960047285f87afe510db52dd9348 authored over 4 years ago by Ankit Dave <[email protected]>
[fidl][llcpp] add request/response constructors

Add a no cost constructor to requests and methods.

Construct strings and vector by borrowing th...

3b2908254425689220225234279b8ed7d1ae2d56 authored over 4 years ago by Vincent Belliard <[email protected]>
[reland][media_target] Update fuchsia.media.target watch APIs

This reverts commit 0b713689c2ac1e12cd84f64e0cec5aeb9393dba7.

Reason for revert: Moving forward...

e46e1c11876f3c0f493bafdd5caf9b9449aa1aa8 authored over 4 years ago by Arun Manickam <[email protected]>
[symbolizer] Improve symbolization performance

* Increase the size of the LRU cache in front of llvm-symbolizer.
* Move `llvm-symbolizer` resta...

93486ba84215ff1249ac562db168cae53ae5c2ad authored over 4 years ago by Nathan Mulcahey <[email protected]>
[cobalt] Remove unused SetChannel calls.

Remove SetChannel from the Cobalt FIDL interface now that it has been
fully replaced by SetSoftw...

9622477099a2a61311666cb47247153993012d44 authored over 4 years ago by Jared Weinstein <[email protected]>
[inspect_metrics_test] Update test to read both fshost and archivist data

Tested: inspect_metrics_test
Bug: 52951

Change-Id: I91b3034a32b1e2af43c9ef08ad28b6e4085fe586
Re...

05778df43a2807fd4e1014b40a34b3d9b6f9318c authored over 4 years ago by Miguel Flores Ruiz de Eguino <[email protected]>
[bt][a2dp-sink] Use a2dp Streams and MediaTask

Use the MediaTask framework in bt-a2dp to track and manage A2DP streams.

Removes a bunch of ins...

33254c8b56630af6853ba5bf9096bbed2e0d2d95 authored over 4 years ago by Marie Janssen 💖 <[email protected]>
[benchmarks] Shard fidl_microbenchmarks_test

This executable currently takes ~7.5 minutes to run in infrastructure.
We want each test executa...

c426e38f7132046350647c618036b0beaec472c8 authored over 4 years ago by Mark Seaborn <[email protected]>
[fidlc] Enforce FTP-040 unique canonical names by default

This CL removes the experimental flag unique_canonical_names added in
Idb7f790260d8b7fc12392c298...

51e45b44fc122da58190a1931aa499715809f74d authored over 4 years ago by Mitchell Kember <[email protected]>
[test_manager] Log warning instead of error for non-bugs

Test manager was logging an error if client closed which is not a bug,
it should be filed as war...

19bd1c4cac1e5f534113f4d51181e059e0b31a84 authored over 4 years ago by Ankur Mittal <[email protected]>
[zircon] Migrate C++ code from countof to std::size

Bug: 30337
Change-Id: I4dd66bf252567c7c1a190de1883cb77bdf4cb89c
Reviewed-on: https://fuchsia-rev...

df78a269df37c5077a633f7a978cf0e8e09dc2c1 authored over 4 years ago by George Kulakowski <[email protected]>
[zxtest] Allow ASSERT_EQ on off_t (same as long long) in C

This needed for switching zircon/system/utest/stdio/stdio.c to zxtest.

Bug: 51652
Test: runs on...

ec5ff4e3bd556a42acc87b0dfe5047272fc999ad authored over 4 years ago by Mark Seaborn <[email protected]>
[diagnostics] Add per-component error log metric

Bug: 51179
Change-Id: Ie0f8ef389f841d2baa25ee521b6a3501d3eedf26
Reviewed-on: https://fuchsia-rev...

2556f6fbf92f68c054177177b37949eff87016e8 authored over 4 years ago by Saman Sami <[email protected]>
[fidl][rust] Optimize encoding arrays/vectors of primitives

This CL optimizes encoding of FIDL types array<T> and vector<T> where T
is a primitive numeric t...

9b6c3338f35fa90c9ed6e915d418078ed4a4d476 authored over 4 years ago by Mitchell Kember <[email protected]>
[mdns] handle ill-formed message from Mac Mini

fxb/54110 reports an ill-formed message sent by a Mac Mini on the
user's local area network. We ...

9a64480f1d2b493e9dd8ef4abec98ffeffc0fe42 authored over 4 years ago by Dale Sather <[email protected]>
[IDK sysroot] Removing syscall FIDL files from headers list.

Currently the .fidl files in //zircon/vdso are being added
to the sysroot header file list with ...

1ba43120b7f6686d6817fc791f7ce9a0f32d8958 authored over 4 years ago by Clayton Wilkinson <[email protected]>
[fidl_codec] add protobuf save/restore

Adds a mechanism which can convert a fidl_codec::Value to a protobuf
value and back.

Fixes bug ...

d54e78208e3b232942f470e328688ca8b0360886 authored over 4 years ago by Vincent Belliard <[email protected]>
[brcmfmac] Use SCHEDULE_CALL in more places

Expand the SCHEDULE_CALL() definition to allow for arguments, and
use more broadly in the tests....

7838944fc689b815b795ff12e666cd3104b3f3ec authored over 4 years ago by Joshua Conner <[email protected]>
Revert "[weave][adaptation] Support weave connect over BLE"

This reverts commit 8788afe6291d8c89b966563821b00ca6bd00cea0.

Reason for revert: saw a flake in...

c06508f031a9c2d6d5ffcca7af7ce9619629f26c authored over 4 years ago by Ina Huh <[email protected]>
[botanist] Use sshutil.Client

Botanist now uses sshutil.Client and its methods rather than a raw
ssh.Client. Since sshutil.Cli...

39d8920239bf54c84a6ce679e38159efa56b97ef authored over 4 years ago by Oliver Newman <[email protected]>
[fidl] Optimize envelope encode / decode to reduce work when data is null

We only hit this case for tables:

HLCPP/Decode/Table/LastSetOthersReserved/16/Steps.Decode/Wall...

8d3d0a3091b6f9af3ea156f1f95bf2c78699cd59 authored over 4 years ago by Benjamin Prosnitz <[email protected]>
[swd-e2e-tests] Fix typo that broke upgrade_test with no downgrade build

This corrects a copy-paste error that checked if the wrong flag was empty,
which broke running t...

23090fd0bcd871bfddb2bc41038c060208fb19c2 authored over 4 years ago by Erick Tryzelaar <[email protected]>
Revert "[host-target-testing] Pass files to avbtool"

This reverts commit b5d243c117530cb2c9e29cde8108c84d16e3721d.

Reason for revert: suspect for fl...

e68998ca64646934f67e69075404ee5eaa7e23a7 authored over 4 years ago by Ina Huh <[email protected]>
[xhci][lsan] Suppress various leaks.

Bug: 54318

Change-Id: Ic92338fc0b6ffe14a62c59b900a2e196e7b6f139
Reviewed-on: https://fuchsia-re...

aa415439ecdfdded7a075f6015803827064e4f32 authored over 4 years ago by Jeremy Manson <[email protected]>
[netstack] extract a cobaltEventProducer for stats

Tested: fx test -o netstack_cobalt_integration_test
Fixed: 52146
Change-Id: If469e6f254eb53e47d6...

c553437909264c046203a377f2d5cb4910f3007a authored over 4 years ago by Bert Muthalaly <[email protected]>
Revert "[run-test-component] Fail tests which produce error logs"

This reverts commit 1c22d0e4ec03ca5e517b0d7261546854aefadb8d.

Reason for revert: flakes are sho...

5689636ab49d482b26ae77278eb1437912e7a13b authored over 4 years ago by Ina Huh <[email protected]>
[ftp] FTP-017: Box&lt;Knox&gt;

Change-Id: I0e6c6af933d5890b40639fb7130d5f91a671f76b
Reviewed-on: https://fuchsia-review.googles...

1ae4f08261bf9a3f00fdc1d8cf11f1def91c3c10 authored over 4 years ago by Pascal Perez <[email protected]>
[storage] Move clone tests to new fs_test framework.

Bug: 52611
Change-Id: Ie08269c22e7afa2b9510190cbc3e60c15f718cb2
Reviewed-on: https://fuchsia-rev...

0777e6439c801bf9ec75895571d69097d8be6e21 authored over 4 years ago by Chris Suter <[email protected]>
[gn sdk] Adding CIPD packaging rule templates

This adds the rule templates to create a CIPD package manifest.
It also adds a template to creat...

fbf28945442ed9bbf323cfbd25d5d3cde00f8c19 authored over 4 years ago by Clayton Wilkinson <[email protected]>