diff options
| author | Yu-Ting Tseng <yutingtseng@google.com> | 2024-07-09 00:00:49 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-07-31 13:56:00 +0200 |
| commit | 30b968b002a92870325a5c9d1ce78eba0ce386e7 (patch) | |
| tree | fcfb082b2a98037d9e2b62e3772c6bedb07eb9ec /tools/testing/selftests/filesystems/binderfs/binderfs_test.c | |
| parent | d579b04a52a183db47dfcb7a44304d7747d551e1 (diff) | |
binder: frozen notification binder_features flag
Add a flag to binder_features to indicate that the freeze notification
feature is available.
Signed-off-by: Yu-Ting Tseng <yutingtseng@google.com>
Acked-by: Carlos Llamas <cmllamas@google.com>
Link: https://lore.kernel.org/r/20240709070047.4055369-6-yutingtseng@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/testing/selftests/filesystems/binderfs/binderfs_test.c')
| -rw-r--r-- | tools/testing/selftests/filesystems/binderfs/binderfs_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/filesystems/binderfs/binderfs_test.c b/tools/testing/selftests/filesystems/binderfs/binderfs_test.c index 5f362c0fd890..319567f0fae1 100644 --- a/tools/testing/selftests/filesystems/binderfs/binderfs_test.c +++ b/tools/testing/selftests/filesystems/binderfs/binderfs_test.c @@ -65,6 +65,7 @@ static int __do_binderfs_test(struct __test_metadata *_metadata) static const char * const binder_features[] = { "oneway_spam_detection", "extended_error", + "freeze_notification", }; change_mountns(_metadata); |