Skip to content

Commit 9e5b279

Browse files
Nick Maniscalcocopybara-github
authored andcommitted
[roll] Roll fuchsia [kernel] Trigger OOM action on handle allocation failure
If we fail to allocate a handle, the system is likely hosed so trigger an OOM action. See https://fxbug.dev//379936010#comment8 for motivation. In the future we should move the allocation failure reporting mechanism off of the PMM to a more general place. Perhaps MemoryWatchdog. Original-Bug: 42175304 Original-Fixed: 379936010 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1164072 Original-Revision: 88c98813488e47824810e81d1e914cff36fbd70e GitOrigin-RevId: 70f575d28958e0618b4981a7159fc8a50dddbcee Change-Id: I55aec15e3f02c34a51bc858a6c3154bab9715f7e
1 parent a527de7 commit 9e5b279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stem

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
githooks="integration/git-hooks"
1212
remote="https://fuchsia.googlesource.com/fuchsia"
1313
gerrithost="https://fuchsia-review.googlesource.com"
14-
revision="4a82a3b665a12d50f67b6cc3943cb5e9d237bb39"/>
14+
revision="88c98813488e47824810e81d1e914cff36fbd70e"/>
1515
</projects>
1616
<hooks>
1717
<hook name="install-environment"

0 commit comments

Comments
 (0)