[roll] Roll fuchsia [starnix] Test CAP_IPC_LOCK in io_uring_setup

Adds a tests that demonstrates how Linux behaves:
When a task does not have CAP_IPC_LOCK, io_uring_setup
checks RLIMIT_MEMLOCK against the cumulative memory
usage of io_uring_setup.

This behavior was newly introduced in Linux:
6.12 does not have it, while 6.18 does.

Original-Original-Bug: 532921178, 521344370, 397186254
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1691894
Original-Original-Revision: 4dc9bd69f8b60b3219e2e4457a75e05980700baa
GitOrigin-RevId: 57df59a7702e8bf3bdd7ee9ec2532352e70230ca
Change-Id: I5df0ac213ebc9f2a46fdcec886d71ef70839bbe0
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1700776
Cr-Commit-Position: refs/heads/main@{#196629}
1 file changed
tree: 7eae0711cf65ec26e989cb3f4450e373be22ca95
  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.