[roll] Roll fuchsia [Starnix] Move iptables lock to IpTables

IpTables will need to access FS to support BPF matchers, but that's
not allowed while holding the lock. Moved the lock from Kernel to
IpTables, so setsockopt() now gets `Locked`, which makes it possible
to access the FS.

Also changed the Kernel to initialize IpTables lazily.

Original-Bug: 455585276
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1439275
Original-Revision: b56dca58b113c519b2315db4874c9c36ef4a7974
GitOrigin-RevId: 8d9bdb75f63eaf5f0f0b050b23caec4e62b664f1
Change-Id: I1483be140b12302801423eaae99c7e132908db4a
1 file changed
tree: 8609babf762d77f90e3ffbafa2d8cdced07487b2
  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.