[roll] Roll fuchsia [Starnix][eBPF] Add base BPF_PROG_ATTACH implementation

BPF_PROG_ATTACH now validates the program argument and verifies that it
matches the expected attachment type. cgroup-based attachments also
validate the cgroup FD. Currently only the root cgroup is allowed. The
syscall now succeeds only for some attachment types that need to be
supported near-term.

Original-Bug: 391380601
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1196776
Original-Revision: 4aa12c46ec00f62081ca1681f1e7c8c9c159c6f5
GitOrigin-RevId: 77b9c87c4d538be4f128fc7a428e85bfe2e6f65f
Change-Id: I120f7d7c5dbf397c0b43329f848e2e5bc5c7af72
1 file changed
tree: 7c844f32fa906047e4299864ed57f3200b65ad49
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
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.