public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v9 0/2] binder: frozen notification
@ 2024-07-09  7:00 Yu-Ting Tseng
  2024-07-09  7:00 ` [PATCH v9 1/2] " Yu-Ting Tseng
  2024-07-09  7:00 ` [PATCH v9 2/2] binder: frozen notification binder_features flag Yu-Ting Tseng
  0 siblings, 2 replies; 4+ messages in thread
From: Yu-Ting Tseng @ 2024-07-09  7:00 UTC (permalink / raw)
  To: cmllamas, tkjos, gregkh
  Cc: arve, maco, joel, brauner, surenb, aliceryhl, kernel-team,
	linux-kernel, Yu-Ting Tseng

This patchset adds a binder feature that allows userspace to subscribe
to frozen state changes. See patch 1/2 for more details on why this is
needed. Patch 1/2 contains the core implementation. Patch 2/2 contains
a binderfs change so userspace can query whether this feature is
supported.


Yu-Ting Tseng (2):
  binder: frozen notification
  binder: frozen notification binder_features flag

 drivers/android/binder.c                      | 284 +++++++++++++++++-
 drivers/android/binder_internal.h             |  21 +-
 drivers/android/binderfs.c                    |   8 +
 include/uapi/linux/android/binder.h           |  36 +++
 .../filesystems/binderfs/binderfs_test.c      |   1 +
 5 files changed, 346 insertions(+), 4 deletions(-)


base-commit: 14d7c92f8df9c0964ae6f8b813c1b3ac38120825
-- 
2.45.2.803.g4e1b14247a-goog


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-07-16 14:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-09  7:00 [PATCH v9 0/2] binder: frozen notification Yu-Ting Tseng
2024-07-09  7:00 ` [PATCH v9 1/2] " Yu-Ting Tseng
2024-07-16 14:11   ` Carlos Llamas
2024-07-09  7:00 ` [PATCH v9 2/2] binder: frozen notification binder_features flag Yu-Ting Tseng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox