[roll] Roll fuchsia [ebpf] separate get_socket_uid and skb_load_bytes_relative impls.

Previously the two helper implementations were bundled in one trait
called SocketFilterTrait. This is wrong because these helpers are
not specific to programs of type BPF_PROG_TYPE_SOCKET_FILTER and they
are not closely-related (there are contexts that allow skb_load_bytes,
but not get_socket_uid).
Separated them into SocketUidContext and PacketWithLoadBytes.

Also added CgroupSkbProgramContext since CGROUP_SKB context is
different from SOCKET_FILTER context.

Original-Bug: 455585276
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1430654
Original-Revision: 2d96fce2cec0eba418927d119752516ef00c3ad3
GitOrigin-RevId: 3fd79c110984135df07c1c7d566efd3da7ca9dff
Change-Id: I090c21a2fbeaf7afd8ca7368361f93762c510e73
1 file changed
tree: 9271be9f8168b0314a54204119bd40c690017287
  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.