linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] binder: tell userspace to dump current backtrace when detected oneway spamming
@ 2021-04-09  9:40 Hang Lu
  2021-04-09  9:40 ` [PATCH 1/2] binder: fix the missing BR_FROZEN_REPLY in binder_return_strings Hang Lu
  2021-04-09  9:40 ` [PATCH 2/2] binder: tell userspace to dump current backtrace when detected oneway spamming Hang Lu
  0 siblings, 2 replies; 5+ messages in thread
From: Hang Lu @ 2021-04-09  9:40 UTC (permalink / raw)
  To: tkjos, gregkh
  Cc: tkjos, maco, arve, joel, christian, hridya, surenb, rdunlap,
	linux-kernel, Hang Lu

Add feature for binder oneway spamming detection, which tells userspace
to dump current backtrace. Fix the missing "BR_FROZEN_REPLY" issue first,
then features.

Hang Lu (2):
  binder: fix the missing BR_FROZEN_REPLY in binder_return_strings
  binder: tell userspace to dump current backtrace when detected oneway
    spamming

 drivers/android/binder.c            | 30 ++++++++++++++++++++++++++----
 drivers/android/binder_alloc.c      | 15 ++++++++++++---
 drivers/android/binder_alloc.h      |  8 +++++++-
 drivers/android/binder_internal.h   |  6 +++++-
 include/uapi/linux/android/binder.h |  8 ++++++++
 5 files changed, 58 insertions(+), 9 deletions(-)

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project


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

end of thread, other threads:[~2021-04-09 15:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-09  9:40 [PATCH 0/2] binder: tell userspace to dump current backtrace when detected oneway spamming Hang Lu
2021-04-09  9:40 ` [PATCH 1/2] binder: fix the missing BR_FROZEN_REPLY in binder_return_strings Hang Lu
2021-04-09 15:12   ` Todd Kjos
2021-04-09  9:40 ` [PATCH 2/2] binder: tell userspace to dump current backtrace when detected oneway spamming Hang Lu
2021-04-09 15:16   ` Todd Kjos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).