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

[components] Add pkg directory for components hosted by runners

This CL adds the pkg directory to the hub for components hosted by
runners. This permits their m...

10fff621010bc345d2d651e52edd22ed0a1e256a authored over 4 years ago
[tests][usb] Convert to use zxtest instead of unittest

This was partly automated, with some manual changes:

* Change helper functions:
* Return v...

f3b4175a9e978a35cf71d249e9f3e20aed39618e authored over 4 years ago
[kernel][arm][qemu] Add a new MIDR cpu detection for QEMU TCG

Newer versions of QEMU, at least 5.0, added a new -cpu=max switch that
enables all features the ...

a1c0c23edc957461450c9bc7c2de16e78d146435 authored over 4 years ago
[forensics] fix exception broker unit test

* the enclosing job was not killed, resulting in the exception being
bubbled up to crashsvc

T...

6ba63c3e6133e3515f8fc685ba1e0aad5ed38d6e authored over 4 years ago
[audio][tests] Reenable audio_core_hardware_test

The original purpose of audio_core_hardware_tests was early
detection of misconfigured input har...

2b927ddfe665ee02856901d0b9f791657cbdb66a authored over 4 years ago
[analytics] Add //src/lib/analytics directory

Also add an `OWNER` file, and a `README.md` file which briefly describes
what will go under the ...

345878437ce7fbeacb84eadca45c06e179652f93 authored over 4 years ago
[kernel][vm] Correct resizing of COW clones

This fixes a bug in the ReleaseCowParentPagesLocked where parent_limit_
could not be updated cor...

f26165e4bf497f0bfe5e60e8fcb9dcfdb10b853f authored over 4 years ago
[fidlcat] use object type

Bug: 54434
Change-Id: I43033b7c0b09f20db582237fe153899ea66a8e9c
Reviewed-on: https://fuchsia-rev...

7a2cfa5f70530da20f00540c81282589921e5f68 authored over 4 years ago
[kernel][x86] Remove TSC adjustment logic

We do not test it anywhere, and we need to be more careful when
adjusting the TSC to synchronize...

2b7da3ae14f0b0c1df9c845a94f1d54097105a37 authored over 4 years ago
[factory_reset][reland] Use f.hw.block.encrypted Shred()

This switches `factory_reset` from rewriting zxcrypt superblocks out
from under the driver by in...

edf5104f8ab6987a9c97ef8b537f6409c31f2a5f authored over 4 years ago
[rust][fasync] Add Duration WakeupTime impl

As a convenience to avoid having to write out the addition everywhere
it's used.

Change-Id: Ie9...

5df2a64ec910a53ee43128d6e76fdc934136f806 authored over 4 years ago
[fidl] Branch prediction hints for fidl_encode and fidl_decode

Some of the effects are mostly noticable on first run and won't show up
in the benchmarks.

LLCP...

6234308645f84cba4e76ad23d7998136dc0cf03c authored over 4 years ago
[fs][metrics]: CompositeLatencyEvent to nano.

Cobalt metrics will now convert ticks to nanosecs before recording.

Bug: 51397 #done

TEST=CQ

...

078b728ddc376cc1072260419a36af22eb54a422 authored over 4 years ago
[tee_manager] Remove TeeDeviceConnection

The TeeDeviceConnection struct wrapped a DeviceConnectorProxy with an
AbortContext to enable reg...

dbd9d48d6f9f02cc13aad3c0182701d60a2246dd authored over 4 years ago
[dns] Configure resolver with socket addresses

The resolver does not use any information other than socket addresses
when determining what DNS ...

0f8e6af4a464407b809513809c1df0c4fce26680 authored over 4 years ago
[modular] Update ModuldarConfig FIDL API comments.

Brings them up to date with the behavior of the implementation.

Bug: 53687
Change-Id: If1cbccc9...

ae785d334476808b0249983262c3772affeac841 authored over 4 years ago
[lkg] Switch tests from lkgb to lkg

lkg tool is replacing lkgb. This change switches tests to use lkg.

Bug: 55049
Change-Id: I25a35...

e4dc215a7701fc436ecc228d753c7cb4f0e95126 authored over 4 years ago
[rust][fasync] Add a minimal host side Executor

Roughly API compatible for the API's it supports, this represents an MVP
for fuchsia-async being...

5dfe9b1d47830baebab3777d7796642e7345d160 authored over 4 years ago
[fidl_codec] only one request/response

When the direction of a message is known, only assign the response or
the resquest in FidlMessag...

fd45491552a4f64ad7e6bc3a48dd5658b6764f31 authored over 4 years ago
[power] Clean up reboot watcher comments

ravoorir, dgonyeo, pshickel, and jmatt brought up concerns about a race
between orderly shutdown...

aa5a7ba5173f233b3e714d050e6193e8f55073a0 authored over 4 years ago
[wlan][sme] Log WMM param into inspect

Bug: 52811
Test:
1. fx test wlan-sme-tests
2. Manually verify that WMM param shows up in Inspect...

2e44e9f054dc4c164396acd716fd294035acfd59 authored over 4 years ago
[SetUI][core] Reduce MessageHub tasks.

This changelist combines message hub async tasks
into a single select loop.

Fixed: 54892
Test: ...

52676916185a36731b28ac2aee39f9e392c0cb3b authored over 4 years ago
[fidl] Move non-nullable but absent logic to visitor

This removes kAllowNonNullableCollectionsToBeAbsent and replaces it with
a visitor method that i...

46539743f845eb45721f1539e46436e95127b89a authored over 4 years ago
[audio_core] Don't route ultrasound streams with low rates

We use the same input/output device profiles for the built-in audio
devices and the e2e virtual ...

ac13f5c30519b0479e96d345461e092e2fc8910c authored over 4 years ago
[bt][avrcp] Update Intro section of AVRCP docs

Bug: 54165
Test: Documentation only
Change-Id: Iedd14058decde15d121eb641a9ec6741da9f00e1
Reviewe...

a29c98029284cbabe42e2438ffd460a4d43408e5 authored over 4 years ago
[mdns] dedup resources in outbound messages

Observing mdns under real use (doing cast-related things in a real
home), we see a lot of messag...

a3e1689a695e723d1c80ef294f737f0bf7883e4d authored over 4 years ago
[mdns] fix build when enable_mdns_trace = true

enable_mdns_trace compiles in the formatting code required for the
mdns service to log mdns traf...

125136c712b8325d15f35fcb73c731c7d62815f0 authored over 4 years ago
[fidlcat] event protobuf save/restore

Converts a fidlcat event into a protobuf event.

Decodes a protobuf event into a fidlcat event a...

f6f695c6edae8710849f9d0ffed91bc673ae2b56 authored over 4 years ago
[hidctl] Migrate to DdkUnbindNew.

To reply to unbind, UnbindTxn.Reply() is called rather than DdkRemove().

DdkRemove() is being r...

fa72760089fa312aedbbad1e0c57b620c349ded7 authored over 4 years ago
[modular][cleanup] Remove StoryCommand.SetLinkValue

Also removes no_op_command_runner since it was only being used by
SetLinkValue.

Bug: 54868

Cha...

7def993ec09888d864a84171f0983f48e478283e authored over 4 years ago
[docs][rust] Update instructions for rust-analyzer, and VSCode

Fixed: 54303
Change-Id: I0dcca5409e1b68329fe4782d83cb8aa00f62c00a
Reviewed-on: https://fuchsia-r...

88473b0998f219713ee91765942a8fdf20803365 authored over 4 years ago
[rust][fidl][fasync] Move handle emulation

Move handle emulation from fidl into fuchsia-async, with minimal edits
to get things compiling.
...

1f28536b2b535209691bceff5921e2af00bcd0f2 authored over 4 years ago
[docs][swd] document the update package

Fixed: 53496

Change-Id: Ia90e8fa32279d468518bd0560774395bbe2ef40c
Reviewed-on: https://fuchsia-...

b15c677b463a853df5343ae8cd0fb1cedc528637 authored over 4 years ago
[tests][ethernet] Add comments to say why tests were disabled

These tests were disabled for flakiness by change
Idb222069afc76f801449d6258749e3732ecbf653, und...

5e983ea2bb89789c5e71164bcccc7b01669f5f98 authored over 4 years ago
[setui][earcons] Use Background Usage for volume

Fixed: 44381, 44877, b/149105793
Tests: This functionality is now replaced by the audio policy c...

c5cc81dabb408a4ca97b07b9ff39cef8ce275474 authored over 4 years ago
[fuchsia.pkg] delete RepositoryBlobKey

It's been unsupported since the amber -> pkg-resolver migration.

Change-Id: If9d6b018b5f88581f4...

54e09b054d61d072b2180ddfbc5f982551311aeb authored over 4 years ago
[tefmocheck] create output files with debug info

Also change the names of log files used to match those used in recipes.

Both of these changes a...

eb6d9112fa36127864b89acfcf9705da05426e9f authored over 4 years ago
[brcmfmac] Pipe assoc WMM param IE to SME

Bug: 43938, 52811
Test:
1. fx test cfg80211_test
2. fx test assoc_test

Change-Id: I0f64a7db37a2...

02161bb8e45133019c8213e684d4bd6e163fa51a authored over 4 years ago
[audio][tests] Eliminate extended_hardware_envs

With the removal of the vim2 test environment, there's no distinction
between test targets 'hard...

02138f9f43685017df3fc910251141db83292e3d authored over 4 years ago
[zxtest][c] Use a simpler set of types in the _Generic switch for printing

Previously, this macro used an "overload set" based on types like
uint8_t and int64_t. However, ...

31094a045866d08fec7f732369bf94e8cabfeba1 authored over 4 years ago
[iquery] Use lifecycle event stream for "list"

Tested: iquery_tests, existing tests cover these codepaths
Fixed: 54382

Change-Id: I23fce6e6f61...

2cc1c9880683c2a3499eac0d571abfd3e3d94517 authored over 4 years ago
Reland "[components] ElfRunner monitors for process exit"

This reverts commit c0e11344448f0d407c0861d1d95ea33b39e1cccf.

In the re-landed change the VMEX ...

daf47ea757e1f16c61e54772186d6fdbc38ee989 authored over 4 years ago
[factory] Integrate a new factory store provider to factory svc.

Bug: 50585
Test: fx run-test factory_store_providers_tests
Test: fx run-test factory_store_provi...

8dc759446403afc9c8a1162cd34f7a3bd76755e9 authored over 4 years ago
[SetUI] Add ability to acknowledge messages.

This changelist adds the ability for message clients
to acknowledge message, sending it back as ...

fecb98b01a235bb988f28596eab28bde1d28370a authored over 4 years ago
[bootloader][x86] Reduce fallback kernel allocation size for GCE

* The bootloader attempts a fixed-address allocation from EFI,
to load the kernel. By default,...

6786ad8396351863d547894dfef0343f39a08b57 authored over 4 years ago
[a11y] Implements basic NodeDescriber.

This change implements the basic version of the NodeDescriber, a class used to generate utteranc...

1e6e9a9976ccf1754aa139b5968ce60da1007103 authored over 4 years ago
[rust][fasync] Make this crate compile on host

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

017665f8af9806a0e201ef1da707f8a0ecfa880b authored over 4 years ago
[rust][fasync] Add OWNERS file

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

13e45436d7b3013a683c885b1718acfd06ffd28a authored over 4 years ago
[brcmfmac] Remove ERR from logs

An ERR log was unintentionally added in a previous commit. Remove
it.

Test: None, other than th...

1baa444071897aebc12d64397f2958e3f56397ef authored over 4 years ago
[build] Include recovery label as paver dependency

The paver script and build archive do not take dependencies from
:default-images or zbi metadata...

e564aa09f22a6165aba7cb52647581a80859694e authored over 4 years ago
[netstack] Drop fuchsia.net.stack.InterfaceAddress

... and replace it with fuchsia.net.Subnet everywhere, since they have
the exact same structure....

2d5c5a33a48310bf3b4e9102b9aa005d147e81ba authored over 4 years ago
[tests][ethernet] Convert to use zxtest instead of unittest

This was partly automated, with some manual changes:

* Change helper functions:
* Return v...

d6e4c2ce6248c6bade5a51a22ec064b0bc3bd68f authored over 4 years ago
[component_manager] Fix OpenOutgoingFailed error string

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

de600173ca8f10a00580cb2f39bdb279b0590ab9 authored over 4 years ago
[appmgr] Remove global-data

Now that the archivist doesn't depend on global-data anymore this
feature is not used by anyone....

32f517c7544982aea0856165e81dadb3278cbeb1 authored over 4 years ago
[block-verity] Add FIDL interface

Adds a FIDL interface for working with content-verified block devices.

Bug: 51306
Change-Id: Ib...

24b98213e65502bfa8debcd3fb6c3832515d114c authored over 4 years ago
[files] WriteFile can use std::string_view

TESTED=`fx test files-tests`

Change-Id: Idc2b3e3a0f646608fa7942df0222c78d3b764b09
Reviewed-on: ...

c4eeadc5a54e69718cd208e0eb501e42f94740f6 authored over 4 years ago
[files] Move tests to their own packages

TESTED=`fx test files-tests`

Change-Id: Ide621daa6c97a3ef87a03b4d53d9f19e1d140135
Reviewed-on: ...

dc54ef35e6b93de25f6943816dea27b3ab265fe6 authored over 4 years ago
[graphics][compute][hotsort] Enable Bifrost4 HotSort target

This CL enables Bifrost4 support in HotSort.

Issues:

* Bug:54454 -- The R24 driver does not pr...

3c49d217857becc34084cf4a625be7f11f7c0bcd authored over 4 years ago
[fuchsia.net.stack] Remove LogLevelFilter

Use fuchsia.logger.LogLevelFilter instead.

Bug: 34987
Change-Id: Ie0394b0d5839bcdcb4e40e36cc1c8...

dfc5104e4ca9340e20f869dc2775cabf5d11809d authored over 4 years ago
[fdio] Initial implementation of getifaddrs

Sets up the API plumbing and implement getifaddrs to the point where a
list of all addresses are...

a8b1df890f95cee9a044810aa0b3842491bd8a40 authored over 4 years ago
[fidl] Footnotes cleanup

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

d95fd5d325930975786c00f3df00984b977a5513 authored over 4 years ago
[input_report_reader] Use InputReportsReader

Update input_report_reader to use the new Hanging-Get API.
This allows some cleanup of the input...

05b7984f0b6914d96734579c457716a1cd5100e2 authored over 4 years ago
[print-input-report] Use InputReportsReader

Update print-input-report to use the new Hanging-Get API.
FakeInputReport needed to be updated a...

58aea8f2a180855c5dc530d539d4f242155c5030 authored over 4 years ago
[fidl][lsp] Deduplicate libraries in fidl_project.json

Generation of `fidl_project.json` depends on `generated_source.json`.
Sometimes this file has du...

3e939c9ec6474c1da221915ac2e1d51d351a22a4 authored over 4 years ago
[board] Extend board driver OWNERS

This to expedite reviews that include driver changes.

Test: N/A
Change-Id: I1c80dea180fae039567...

e5b207a2d3f623add50a957b79e3029e09a452e7 authored over 4 years ago
[audio][astro] Package TDM output test

Test: astro-audio-out-test

Change-Id: Ie017d3ecff0ab7e90fce9ee6fb69b3af15d7c64a
Reviewed-on: ht...

94781449aa8faafe94bb2bfaa3ea53993a135dfb authored over 4 years ago
[devices] Remove DDK_LOG_WARN

Now that we've replaced WARN with WARNING, we can remove the former.

Change-Id: I9e6a3f91b05eba...

d2822c3bbf2b3529ae39da7555f197affc6a303c authored over 4 years ago
[drivers] Update documentation for DDK_LOG_SERIAL

Update the documentation for when we use zxlogf(SERIAL, ...) to make it
less confusing to reader...

abb38ef64c397f8b1199462105ffecc6bcaeb69f authored over 4 years ago
[devices] Replace WARN with WARNING in more drivers

Replace WARN with WARNING in more drivers that use zxlogf indirectly.

Change-Id: I05df404bc7e04...

744e078c7ce3f3e006fa440cd370c865c9fdb3d5 authored over 4 years ago
[devices] Replace WARN with WARNING in zxlogf

Transition over to WARNING in order to better align with syslog naming
conventions.

Change-Id: ...

dcda0fc760114b072446c5bedd24060550287382 authored over 4 years ago
[tools] allow hyphens in IPv6 scope identifiers

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

91c829bdeb48d7be4e93dfb6ac7c8e62c398c8d1 authored over 4 years ago
[netstack][test] Test shutdown with pending writes.

Add a test to check if SHUT_WR does not prematurely trigger
TCP FIN before sending out all data ...

d765c1a5ba349e1699bf174ff4f97918c7074d8d authored over 4 years ago
[tefmocheck] Exclude check for expected "ZIRCON KERNEL OOPS" from test.

MULTIPLY: tefmocheck_lib_tests

Bug: 54267
Change-Id: Ic1e403228a5376315912e6273f5cfaf70b356880
...

e9a41e1a5f3d5ba9a84e57dd683cab8cf82de5b1 authored over 4 years ago
[flutter_tools] update dependencies

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

850afaab6fbbc70faeb881276872695f4cb874b3 authored over 4 years ago
[kernel][x86][kasan] Refactor page table setup to allow adding regions

1. Remove PG_G from Page Directory Entry (and above) flags, as the G
bit isn't meaningful the...

e237381ab18632bc45e29cea400c4a9a942903fe authored over 4 years ago
[cmc] Deserialize directly from json5 and improve test macro

- Instead of deserializing from json5 to serde_json::Value and then
deserializing that, deserial...

3935a9c1fda8c858602f8fc1013bc716b89c11c1 authored over 4 years ago
[devices] Introduce WARNING log level

This is a synonym for FX_LOG_WARNING, and will allow us to deprecate
WARN and be more in line wi...

d1c116f5972733bd407d768763d28e2ad98361d9 authored over 4 years ago
[settings] Modify hanging get handler to allow for multiple change

functions

Previously, a new change function would overwrite previous change
functions, this chan...

1d7c6feecd562ec398f0d1dd15456da868881b07 authored over 4 years ago
[pci] Implement MapInterrupt in userspace

Bug: 32978
Change-Id: Iaadff2080917fa32bddf2e54858650d70b74c47e
Reviewed-on: https://fuchsia-rev...

a91eb127b2a38956ed5a03e0205ea51423c2397f authored over 4 years ago
[fidl][docs] Fix includecode directives and broken links

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

7f27ceb920ee7b551ba55cdf83bc12d262cc976b authored over 4 years ago
[kernel][mp] Migrate ipi_task_list to fbl

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

d5776f650b26e05d1656e0d2312d58300ee9bc8f authored over 4 years ago
[fidl][rust] Simplify array/vector encode and decode optimizations

This CL simplifies optimizations for arrays and vectors of primitives.
It replaces Encodable::en...

6f336ce1e67c032de3eab2728b0fef704f97c659 authored over 4 years ago
[docs] Update test_component.md

Bug: 50342
Change-Id: I909b84dc1f8fb2b440454d2dda7cfeede0a83327
Reviewed-on: https://fuchsia-rev...

568add2d48234cf91f992da1364621e17cc94071 authored over 4 years ago
[modular][cleanup] Remove StoryCommand.set_kind_of_proto_story_option

Fixed: 54870

Change-Id: I1e7abddf513002a49eac38030bae5802621e1a50
Reviewed-on: https://fuchsia-...

1fc600c29be996c3e79670f8288821bcd3babe48 authored over 4 years ago
[kernel][wait] Make the rest of WaitQueueState's members private

Bug: 54383
Change-Id: I07a8441932fcb5b4d690b0e51400d76491540121
Reviewed-on: https://fuchsia-rev...

e6e608a9cbcd332c94dbd0bf05d027f5b873d1fd authored over 4 years ago
[kernel][lockdep] Keep loop detection reports within test scope.

Ensure that loop detection reports are confined to the scope of the
tests of this functionality ...

9c5f77925ef06643fa0643ee30d340f2a322db02 authored over 4 years ago
[kernel][lockdep] Relax lockdep rules on handle table lock.

Relax the rules against nested acquisition of the ProcessDispatcher
handle table lock. This lock...

e1258b5b4bb762b4a00d8e955acae2de77d5aab6 authored over 4 years ago
[lockdep] Add multi-acquire rule to support manually managed nesting.

Add a new validator flag and rule to support manually managed nesting
of locks within a lock cla...

5ce3009b31b9ca05814db1d17614d9f254094219 authored over 4 years ago
[wlan][brcmfmac] Always report an error when an iovar_data_get has an error

An iovar_data_get operation can no longer silently fail without being
checked outside of the brc...

6e66cef3e2accc74b6c8fddf6453d870430aee2e authored over 4 years ago
[modular] Update ModularConfig documentation.

The documentation is brought up to date with the current implementation:
that session shells can...

634052f78ae72995b3ba39168933b8c00773674d authored over 4 years ago
[scenic] Fix dedicated memory allocation in gfx_unittests.

1) Now test images use eR8G8B8A8Srgb format which is supported
by all platforms (on FEMU eR8U...

7de8eab751eb2c8d55f0f34e09f4407f423ad6fb authored over 4 years ago
[scenic] Convert YUV images to sRGB when using HostImage.

Now that HostImage always use eB8G8R8A8Srgb as its GPU format,
when converting YUV images in ima...

bdc87399561e9592568e350ee8cf9a7c0d6cd7a4 authored over 4 years ago
[a11y] add bounding boxes to debug semantics

Logs the 3D min and max of the bounding box of a semantic node in the debug info in the hub.

Ch...

66e484e934d87dbc0d7d0fbe1025e0dd618e901a authored over 4 years ago
[mediaplayer] add SetPlaybackRate

This CL adds a SetPlaybackRate method to fuchsia.playback.Player and
supports it in mediaplayer_...

ba88a49ecc4cbe9d241687cf0e85a9c59bebfce4 authored over 4 years ago
[archivist] Remove global_data stats and archivist dependency on global-data

Fixed: 52951
Tested: existing tests

Change-Id: I85ee9f4d76144ee8539cc408397cc7b36ce348d7
Review...

4ac692a8d44a9fcbe048a0fc2ab0514404cdac4d authored over 4 years ago
[sl4f] Add missing services required by WebEngine

WebdriverFacade uses WebEngine, which requires these services.

Bug: chromium:1094035
Change-Id:...

86f21399623d30e1a333f44b6d5bcc497d301067 authored over 4 years ago
[drivers] Update logging related documentation

Some comments referred to the old method of enabling driver logs.

Change-Id: I05fbad95ce3ae4885...

4a6b5d3e59f0c9d8b564f18605b9d11c26cb4cf1 authored over 4 years ago
[kernel][thread] Make recursive_object_deletion_list_ private

Bug: 54383
Change-Id: If347b564c2ff6375d149cede9469455cc32a52e6
Reviewed-on: https://fuchsia-rev...

688a23b66e1236c1739ffe259b8825aff659688b authored over 4 years ago
[third-party][rust] Update rustc-demangle to 0.1.16

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

02ae104b45c8bc35d8765191fb1d0ff5a3f97349 authored over 4 years ago
[pci] Implement QueryIrqMode & SetIrqMode in userspace

This change implements both the PciProtocol methods for QueryIrqMode and
SetIrqMode, as well as ...

233501ed56bf7c4da2dba70c1b772502e9f55833 authored over 4 years ago