linux/drivers/android
Bing Han 09f4246296 ANDROID: sched: add restricted hooks to replace the former hooks
Fix Bug: scheduling while atomic
In these vendor hooks, we will perform schedule due to competion. This will
lead to kernel exception.
To solve this problem, we need to add these restrcted hooks to replace the
former regular vendor hooks.

Bug: 234214858
Signed-off-by: Bing Han <bing.han@transsion.com>
Change-Id: I151125a7119a91d1339d4790a68a6a4796d673e3
2022-10-24 14:26:09 +08:00
..
binder_alloc_selftest.c
binder_alloc.c UPSTREAM: binder: fix async_free_space accounting for empty parcels 2022-01-31 22:16:28 +00:00
binder_alloc.h UPSTREAM: binder: tell userspace to dump current backtrace when detected oneway spamming 2021-05-07 07:13:22 -07:00
binder_internal.h FROMGIT: binder: fix redefinition of seq_file attributes 2022-07-27 16:45:41 +00:00
binder_trace.h FROMGIT: Binder: add TF_UPDATE_TXN to replace outdated txn 2022-07-08 17:44:53 +00:00
binder.c Revert "ANDROID: vendor_hooks: Add hooks for binder" 2022-08-16 18:05:09 +00:00
binderfs.c FROMGIT: binder: fix redefinition of seq_file attributes 2022-07-27 16:45:41 +00:00
debug_symbols.c ANDROID: android: Add symbols to debug_symbols driver 2021-07-14 20:52:01 -07:00
Kconfig ANDROID: Split ANDROID_STRUCT_PADDING into separate configs 2022-04-07 05:44:50 +00:00
Makefile ANDROID: android: Create debug_symbols driver 2021-01-27 15:23:18 -08:00
vendor_hooks.c ANDROID: sched: add restricted hooks to replace the former hooks 2022-10-24 14:26:09 +08:00