commit | 1212acf3fba1bf48ba16b48ccb3206db9a1e5475 | [log] [tgz] |
---|---|---|
author | Carlos Llamas <cmllamas@google.com> | Tue Jul 20 17:23:46 2021 +0000 |
committer | Tim Zimmermann <tim@linux4.de> | Sat Jan 13 05:48:51 2024 +0100 |
tree | 6cbd08be3ed4e7ccd2a4c03b798d0ed2fbca644d | |
parent | 68bbe37c582e4fa77076780f2fc0844e6cc040cb [diff] |
ANDROID: binder: retry security_secid_to_secctx() security_secid_to_secctx() can fail because of a GFP_ATOMIC allocation This needs to be retried from userspace. However, binder driver doesn't propagate specific enough error codes just yet (WIP b/28321379). We'll retry on the binder driver as a temporary work around until userspace can do this instead. Bug: 174806915 Signed-off-by: Carlos Llamas <cmllamas@google.com> Change-Id: Ifebddeb7adf9707613512952b97ab702f0d2d592