[roll] Roll fuchsia [kernel][lib] Fix ObjectCache test flake.

Temporarily pin the test thread to the current CPU to avoid
unexpected slab counts due to migrating to a another CPU in the
middle of the slab filling loop. The per-CPU variant of the cache
uses different sets of slabs for each CPU, which can lead to larger
than expected slab counts, depending on how many CPUs and migrations
occur.

Original-Fixed: 73146
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/507389
Original-Revision: e5b193cfd6612489021bc930ce89027f1e7f52f2
GitOrigin-RevId: 69f90cf56611db815f8fe8df3402ad89ffd41935
Change-Id: I2d8ae132f1d90e18b3585fb9abed860a10a12092
1 file changed
tree: fc07de35b2008e95d26b379e04305b6617d67e76
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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 via the IRC channel #fuchsia on Freenode.

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.