[roll] Roll fuchsia [ebpf] Check map types in verifier

Now eBPF verifier validates map types passed to eBPF helpers. This
ensures that helpers intended to use with special map types (ringbuf,
sk_storage) are not called with regular maps, such as hashmap or array.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1576256
Original-Revision: 5c2944f402ccd1188f008ec9930f22230b8e18db
GitOrigin-RevId: c8212d50a56ecd1fdc492b54243e97aa372c53b1
Change-Id: Ib7123537925fe3c156fb95b44d713ce19a2541de
1 file changed
tree: a9b29184f47237e427624ec4d2e8720f90c6cf44
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.