Todd Kjos ([email protected])

Number of posts: 116 (0.84 per day)
First post: 2017-06-29 19:02:51
Last post: 2017-11-15 02:14:12

Date List Subject
2018-08-28 20:48:45 linux-kernel [PATCH v2] binder: use standard functions to allocate fds
2018-08-28 20:45:58 linux-kernel [PATCH v2] binder: use standard functions to allocate fds
2018-08-28 20:45:20 linux-kernel Re: [PATCH v2] binder: use standard functions to allocate fds
2018-08-28 20:44:31 linux-kernel [PATCH] binder: use standard functions to allocate fds
2018-08-28 16:02:56 linux-kernel [PATCH] binder: use standard functions to allocate fds
2018-04-25 16:02:04 linux-kernel Re: [PATCH v2 4/4] ARM: amba: Fix wrong indentation in driver_override_store()
2018-04-25 15:59:11 linux-kernel Re: [PATCH v2 2/4] ARM: amba: Fix race condition with driver_override
2018-04-25 15:58:52 linux-kernel Re: [PATCH v2 3/4] ARM: amba: Don't read past the end of sysfs "driver_override" buffer
2018-04-25 15:55:36 linux-kernel Re: [PATCH v2 1/4] ARM: amba: Make driver_override output consistent with other buses
2018-03-02 21:05:39 linux-kernel Re: [PATCH 2/4] ARM: amba: Fix race condition with driver_override
2018-02-26 16:39:29 linux-kernel Re: [PATCH v2] staging: android: ashmem: Fix lockdep issue during llseek
2018-02-07 21:58:47 linux-kernel [PATCH] binder: replace "%p" with "%pK"
2018-02-07 20:40:07 linux-kernel [PATCH] ANDROID: binder: remove WARN() for redundant txn error
2017-12-11 21:23:31 linux-kernel Re: [PATCH v3] binder: fix proc->files use-after-free
2017-11-27 17:35:07 linux-kernel [PATCH v3] binder: fix proc->files use-after-free
2017-11-17 00:36:44 linux-kernel Re: [PATCH v2] binder: fix proc->files use-after-free
2017-11-16 23:52:39 linux-kernel Re: [PATCH] binder: fix proc->files use-after-free
2017-11-16 18:03:38 linux-kernel [PATCH v2] binder: fix proc->files use-after-free
2017-11-15 02:14:12 linux-kernel [PATCH] binder: fix proc->files use-after-free
2017-11-09 19:56:59 linux-kernel Re: [PATCH 1/2] sched: force update of blocked load of idle cpus
2017-09-29 22:40:15 linux-kernel [PATCH] binder: fix use-after-free in binder_transaction()
2017-09-05 17:25:58 linux-kernel [PATCH] binder: fix an ret value override
2017-09-05 17:22:15 linux-kernel [PATCH] binder: fix memory corruption in binder_transaction binder
2017-08-08 22:49:13 linux-kernel [PATCH] binder: fix incorrect cmd to binder_stat_br
2017-07-07 18:23:19 linux-kernel Re: [PATCH 02/37] binder: use group leader instead of open thread
2017-07-05 20:46:14 linux-kernel [PATCH v2 01/37] Revert "android: binder: Sanity check at binder ioctl"
2017-07-05 20:44:46 linux-kernel [PATCH 01/37] Revert "android: binder: Sanity check at binder ioctl"
2017-06-29 19:10:07 linux-kernel [PATCH 05/37] binder: remove unneeded cleanup code
2017-06-29 19:10:06 linux-kernel [PATCH 16/37] binder: remove dead code in binder_get_ref_for_node
2017-06-29 19:10:03 linux-kernel [PATCH 08/37] binder: remove binder_debug_no_lock mechanism
2017-06-29 19:10:01 linux-kernel [PATCH 17/37] binder: protect against two threads freeing buffer
2017-06-29 19:10:00 linux-kernel [PATCH 14/37] binder: avoid race conditions when enqueuing txn
2017-06-29 19:09:55 linux-kernel [PATCH 11/37] binder: make binder_last_id an atomic
2017-06-29 19:09:44 linux-kernel [PATCH 19/37] binder: use atomic for transaction_log index
2017-06-29 19:09:43 linux-kernel [PATCH 21/37] binder: guarantee txn complete / errors delivered in-order
2017-06-29 19:09:39 linux-kernel [PATCH 02/37] binder: use group leader instead of open thread
2017-06-29 19:08:44 linux-kernel [PATCH 15/37] binder: don't modify thread->looper from other threads
2017-06-29 19:08:33 linux-kernel [PATCH 18/37] binder: add more debug info when allocation fails.
2017-06-29 19:08:29 linux-kernel [PATCH 25/37] binder: use node->tmp_refs to ensure node safety
2017-06-29 19:08:18 linux-kernel [PATCH 20/37] binder: refactor binder_pop_transaction
2017-06-29 19:08:11 linux-kernel [PATCH 26/37] binder: introduce locking helper functions
2017-06-29 19:08:00 linux-kernel [PATCH 27/37] binder: use inner lock to sync work dq and node counts
2017-06-29 19:07:45 linux-kernel [PATCH 22/37] binder: make sure target_node has strong ref
2017-06-29 19:07:36 linux-kernel [PATCH 23/37] binder: make sure accesses to proc/thread are safe
2017-06-29 19:07:26 linux-kernel [PATCH 30/37] binder: protect proc->nodes with inner lock
2017-06-29 19:06:36 linux-kernel [PATCH 24/37] binder: refactor binder ref inc/dec for thread safety
2017-06-29 19:06:28 linux-kernel [PATCH 32/37] binder: protect transaction_stack with inner lock.
2017-06-29 19:06:20 linux-kernel [PATCH 29/37] binder: add spinlock to protect binder_node
2017-06-29 19:06:09 linux-kernel [PATCH 31/37] binder: protect proc->threads with inner_lock
2017-06-29 19:06:00 linux-kernel [PATCH 37/37] binder: remove global binder lock
2017-06-29 19:05:49 linux-kernel [PATCH 34/37] binder: protect binder_ref with outer lock