[roll] Roll fuchsia [block] Add slot/dun to driver interface Add slot/dun values to block read/write requests as well as an additional flag controlling if inline crypto should be used. Previously a sentinel value was used for the slot. This has several advantages: - many drivers still rely on default-initialization of C structs - generated Rust bindings can use the auto-derived `Default` impl - there is an explicit flag/field controlling if inline crypto should be used for a given block request, instead of checking the slot # - it's far more easier to audit and reason about code paths that handle inline encryption/decryption Add support to the core block driver server to forward the inline crypto parameters. Original-Bug: 393196849 Original-Bug: 436272738 Test: fx test core-unittest Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1480918 Original-Revision: d22bec5bf6073b5161589b5ab32259a2ef405097 GitOrigin-RevId: 894e52824afceea2ccc61be24f3fdf5af490cc87 Change-Id: Ic5231181b6c3fda64b68d78dfbb4b27dd8bcf08d
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.