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
2019-12-13 20:27:37 linux-kernel [PATCH] binder: fix incorrect calculation for num_valid
2019-06-28 16:52:16 linux-kernel [PATCH] binder: return errors from buffer copy functions
2019-06-21 17:55:10 linux-kernel [PATCH] binder: fix memory leak in error path
2019-06-12 20:30:21 linux-kernel [PATCH] binder: fix possible UAF when freeing buffer
2019-04-25 06:32:06 linux-kernel [PATCH] binder: check for overflow when alloc for security context
2019-03-20 22:37:39 linux-kernel [PATCH] binder: fix BUG_ON found by selinux-testsuite
2019-03-01 23:06:54 linux-kernel [PATCH] binder: fix race between munmap() and direct reclaim
2019-02-15 02:23:20 linux-kernel [PATCH] binder: fix handling of misaligned binder object
2019-02-14 08:03:34 linux-kernel [PATCH] binder: fix sparse issue in binder_alloc_selftest.c
2019-02-08 18:38:41 linux-kernel [PATCH v3 1/7] binder: create userspace-to-binder-buffer copy function
2019-02-08 18:38:35 linux-kernel [PATCH v3 2/7] binder: add functions to copy to/from binder buffers
2019-02-08 18:37:54 linux-kernel [PATCH v3 3/7] binder: add function to copy binder object from buffer
2019-02-08 18:37:52 linux-kernel [PATCH v3 5/7] binder: remove kernel vm_area for buffer space
2019-02-08 18:36:41 linux-kernel [PATCH v3 6/7] binder: remove user_buffer_offset
2019-02-08 18:36:31 linux-kernel [PATCH v3 4/7] binder: avoid kernel vm_area for buffer fixups
2019-02-08 18:36:24 linux-kernel [PATCH v3 7/7] binder: use userspace pointer as base of buffer space
2019-02-08 18:36:13 linux-kernel [PATCH v3 0/7] binder: eliminate use of vmalloc space for binder buffers
2019-01-30 23:14:20 linux-kernel [PATCH v2 7/7] binder: use userspace pointer as base of buffer space
2019-01-30 23:13:33 linux-kernel [PATCH v2 6/7] binder: remove user_buffer_offset
2019-01-30 23:10:23 linux-kernel [PATCH v2 1/7] binder: create userspace-to-binder-buffer copy function
2019-01-30 23:09:48 linux-kernel [PATCH v2 0/7] binder: eliminate use of vmalloc space for binder buffers
2019-01-30 23:03:06 linux-kernel [PATCH v2 2/7] binder: add functions to copy to/from binder buffers
2019-01-30 23:03:00 linux-kernel [PATCH v2 5/7] binder: remove kernel vm_area for buffer space
2019-01-30 23:02:57 linux-kernel [PATCH v2 3/7] binder: add function to copy binder object from buffer
2019-01-30 23:01:44 linux-kernel [PATCH v2 4/7] binder: avoid kernel vm_area for buffer fixups
2019-01-29 00:52:30 linux-kernel [PATCH 1/7] binder: create userspace-to-binder-buffer copy function
2019-01-29 00:52:14 linux-kernel [PATCH 4/7] binder: avoid kernel vm_area for buffer fixups
2019-01-29 00:51:53 linux-kernel [PATCH 3/7] binder: add function to copy binder object from buffer
2019-01-29 00:51:29 linux-kernel [PATCH 2/7] binder: add functions to copy to/from binder buffers
2019-01-29 00:51:05 linux-kernel [PATCH 6/7] binder: remove user_buffer_offset
2019-01-29 00:50:56 linux-kernel [PATCH 7/7] binder: use userspace pointer as base of buffer space
2019-01-29 00:50:48 linux-kernel [PATCH 5/7] binder: remove kernel vm_area for buffer space
2019-01-29 00:50:38 linux-kernel [PATCH 0/7] binder: eliminate use of vmalloc space for binder buffers
2019-01-14 17:13:15 linux-kernel [PATCH v3] binder: create node flag to request sender's security context
2019-01-11 20:52:44 linux-kernel [PATCH v2] binder: create node flag to request sender's security context
2019-01-10 18:23:43 linux-kernel [PATCH] binder: create node flag to request sender's security context
2018-12-15 00:00:52 linux-kernel [PATCH v3] binder: fix use-after-free due to ksys_close() during fdget()
2018-12-14 20:39:41 linux-kernel [PATCH v2] binder: fix use-after-free due to ksys_close() during fdget()
2018-12-13 21:06:18 linux-kernel [PATCH] binder: fix use-after-free due to ksys_close() during fdget()
2018-12-05 23:21:34 linux-kernel [PATCH v2 1/3] binder: fix sparse warnings on locking context
2018-12-05 23:20:41 linux-kernel [PATCH 3/3] binder: filter out nodes when showing binder procs
2018-12-05 23:20:39 linux-kernel [PATCH 2/3] binder: fix kerneldoc header for struct binder_buffer
2018-12-05 21:17:19 linux-kernel [PATCH v2] binder: fix use-after-free due to fdget() optimization
2018-12-03 20:27:10 linux-kernel [PATCH] binder: fix use-after-free due to fdget() optimization
2018-12-03 20:27:09 linux-kernel [PATCH] binder: filter out nodes when showing binder procs
2018-12-03 20:27:01 linux-kernel [PATCH] binder: fix kerneldoc header for struct binder_buffer
2018-12-03 20:27:01 linux-kernel [PATCH] binder: fix sparse warnings on locking context
2018-12-03 16:37:25 linux-kernel Re: [PATCH] binder: remove BINDER_DEBUG_ENTRY()
2018-11-07 00:03:52 linux-kernel [PATCH] binder: fix race that allows malicious free of live buffer
2018-11-07 00:03:07 linux-kernel [PATCH] binder: fix sparse warnings on locking context
2018-10-09 19:29:58 linux-kernel Re: [PATCH] MAINTAINERS: Add me to Android drivers