[roll] Roll fuchsia Reland "[starnix][cgroup] Prevent interrupts when a task is frozen"

This is a reland of commit 1b68bc4a02e192e2cab778935af963e15c519c7e

Fix: the underlying zx::Futex from the waiter is subject to spurious
wakeups. Change the no error assert to a loop to ignore spurious
wakeups.

Original change's description:
> [starnix][cgroup] Prevent interrupts when a task is frozen
>
> * Adds `RunState::Frozen` for Cgroup Freezer controlled tasks.
> * Adds `freeze` function in the Waiter to assert the wake is from
> notification instead of any signals, e.g. EINTR.
>
> Ensures frozen tasks remain uninterruptible until thawed.
>
> Original-Bug: b/384194637
> Change-Id: Ib75cc50f1dd9df94dd3ccff863bcd397a37235d2
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1210265
> Reviewed-by: Adam Barth <abarth@google.com>
> Commit-Queue: Guocheng Wei <guochengwei@google.com>

Original-Bug: b/384194637
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1216284
Original-Revision: 6ebe3e76c4104f26ee376b6ee9303fe3616ee5e7
GitOrigin-RevId: c6d127b083f2096c286efb78c92518436a9560a9
Change-Id: Iff3d8ecec9e9bb854a4fd0e8f4e56c2e9c4f4098
diff --git a/stem b/stem
index 4034950..2a25e08 100644
--- a/stem
+++ b/stem
@@ -11,7 +11,7 @@
              githooks="integration/git-hooks"
              remote="https://fuchsia.googlesource.com/fuchsia"
              gerrithost="https://fuchsia-review.googlesource.com"
-             revision="96c4ce88d26ccac430c76df4453b3c0b79a136c6"/>
+             revision="6ebe3e76c4104f26ee376b6ee9303fe3616ee5e7"/>
   </projects>
   <hooks>
     <hook name="install-environment"