[roll] Roll fuchsia [starnix][kernel] Require RCU read scope to access EncodedEntry Previously, EncodedEntry allowed reading file handles and flags without explicitly passing an RcuReadScope reference to the accessor methods. This implicitly and incorrectly relied on caller-instantiated read scopes, potentially allowing unsafe access. This change adds FdTableEntryGuard<'a>, which provides safe access to the decoded fields of EncodedEntry for the duration of the pointer's lifetime as enforced by RCU. Original-Original-Bug: 297440106 Test: starnix_syscalls_cpp_tests Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1620900 Original-Original-Revision: 809058d156f7b53858d2e2b5fdd5e610b946df26 GitOrigin-RevId: 24f0c478aea00bf35994639af32b1a4f9d96b1ae Change-Id: Ie482c1eb04f13d6343e89df7c1ba5105db86ffab
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.