[roll] Roll fuchsia [eBPF] Read packet length from the context struct

Previously cBPF programs were receiving packet length as a second
argument and that value was used by the BPF_LEN implementation. That
argument is redundant: in socket filters the value is stored in the
`sk_buff` struct passed as the first argument, while it's constant in
seccomp programs.

This change adds `CbpfConfig`, which allows to customize cBPF
converter behavior. This allows to use different behavior for
socket filters and seecomp programs. The same config also allows to
disable the `BPF_MSH` instruction in seccomp as it doesn't make
sense there.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1185919
Original-Revision: 4e4dd3f55f253dfaf613c1af8cff2d4663ae03a7
GitOrigin-RevId: 54be84c31accca393302740119af4712a111f127
Change-Id: I33da5f60bcf1051c7193b96ea7a8601ac04c8503
1 file changed
tree: e96ef0eef7c43a8cab84a81b219b41846c5ecfaa
  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.