[roll] Roll fuchsia [rcu] Factor RcuIntrusiveList out of RcuList

In order to implement a hash map that tracks insertion order, we need to
have nodes exist in multiple lists. This CL prepares us for that data
structure by factoring RcuIntrusiveList out of RcuList.

Original-Bug: b/445230228
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1415474
Original-Revision: e13783cff9b71075b284215e025c8e6203e7289f
GitOrigin-RevId: 1fbe16552f192198cf36a37f5ca3832c1f0eda24
Change-Id: Iab6ce44b182692fd23b9188930b471a5d928a277
1 file changed
tree: 78463eadd574c034fa8f355f0924338902759cde
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

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.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.