[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.