Carlos Llamas ([email protected])

Number of posts: 232 (0.21 per day)
First post: 2021-04-16 19:56:00
Last post: 2024-04-22 23:01:56

Date List Subject
2023-11-02 19:02:34 linux-kernel [PATCH 08/21] binder: keep vma addresses type as unsigned long
2023-11-02 19:02:25 linux-kernel [PATCH 12/21] binder: separate the no-space debugging logic
2023-11-02 19:02:17 linux-kernel [PATCH 03/21] binder: fix race between mmput() and do_exit()
2023-11-02 19:02:07 linux-kernel [PATCH 09/21] binder: split up binder_update_page_range()
2023-11-02 19:01:56 linux-kernel [PATCH 07/21] binder: remove extern from function prototypes
2023-11-02 19:01:54 linux-kernel [PATCH 04/21] binder: fix async space check for 0-sized buffers
2023-11-02 19:01:46 linux-kernel [PATCH 06/21] binder: fix comment on binder_alloc_new_buf() return value
2023-11-02 19:01:45 linux-kernel [PATCH 00/21] binder: convert alloc->mutex to spinlock
2023-11-01 18:40:39 linux-kernel Re: [PATCH RFC 20/20] binder: delete the C implementation
2023-11-01 18:35:56 linux-kernel Re: [PATCH RFC 00/20] Setting up Binder for the future
2023-10-07 23:38:20 linux-kernel Re: [PATCH v3] binder: add mutex_lock for mmap and NULL when free
2023-09-29 05:10:03 linux-kernel [PATCH] scripts/decode_stacktrace.sh: optionally use LLVM utilities
2023-09-27 03:27:55 linux-kernel Re: [PATCH v4 0/2] Avoid spurious freezer wakeups
2023-09-26 16:19:27 linux-kernel Re: [PATCH v4 0/2] Avoid spurious freezer wakeups
2023-09-23 00:09:01 linux-kernel [PATCH v2] binder: fix memory leaks of spam and pending work
2023-09-22 12:55:34 linux-kernel [PATCH] binder: fix memory leak of spamming work
2023-06-25 16:29:48 linux-kernel Re: [PATCH] binder: fix memory leak in binder_init()
2023-06-15 15:29:57 linux-kernel Re: [PATCH] ASoC: soc-compress: Fix deadlock in soc_compr_open_fe
2023-06-01 17:41:05 linux-kernel Re: [PATCH] scripts/tags.sh: improve compiled sources generation
2023-05-20 12:56:53 linux-kernel Re: [PATCH] binder: fix UAF of alloc->vma in race with munmap()
2023-05-20 12:56:51 linux-kernel Re: [PATCH] binder: fix UAF of alloc->vma in race with munmap()
2023-05-19 20:28:37 linux-kernel [PATCH] binder: fix UAF of alloc->vma in race with munmap()
2023-05-18 17:08:20 linux-kernel Re: [RFC PATCH 2/3] Revert "android: binder: stop saving a pointer to the VMA"
2023-05-05 20:33:34 linux-kernel [PATCH v2] binder: fix UAF caused by faulty buffer cleanup
2023-05-05 07:02:13 linux-kernel [PATCH] binder: fix UAF caused by faulty buffer cleanup
2023-05-02 20:20:06 linux-kernel [PATCH 3/3] binder: add lockless binder_alloc_(set|get)_vma()
2023-05-02 20:19:13 linux-kernel [PATCH 2/3] Revert "android: binder: stop saving a pointer to the VMA"
2023-05-02 20:18:52 linux-kernel [PATCH 1/3] Revert "binder_alloc: add missing mmap_lock calls when using the VMA"
2023-04-26 21:30:10 linux-kernel Re: [RFC PATCH 1/3] Revert "binder_alloc: add missing mmap_lock calls when using the VMA"
2023-04-26 21:22:35 linux-kernel Re: [RFC PATCH 2/3] Revert "android: binder: stop saving a pointer to the VMA"
2023-04-25 19:13:40 linux-kernel Re: [PATCH v2 1/2] Binder: Add timestamp to transaction record
2023-04-25 19:13:14 linux-kernel Re: [PATCH v2 2/2] Binder: Add async from to transaction record
2023-04-24 23:17:24 linux-kernel Re: [RFC PATCH 2/3] Revert "android: binder: stop saving a pointer to the VMA"
2023-04-24 21:08:43 linux-kernel [RFC PATCH 3/3] binder: add lockless binder_alloc_(set|get)_vma()
2023-04-24 21:07:01 linux-kernel [RFC PATCH 1/3] Revert "binder_alloc: add missing mmap_lock calls when using the VMA"
2023-04-24 21:05:26 linux-kernel [RFC PATCH 2/3] Revert "android: binder: stop saving a pointer to the VMA"
2023-04-21 00:56:21 linux-kernel Re: Using page-fault handler in binder
2023-04-20 20:42:13 linux-kernel Using page-fault handler in binder
2023-04-20 14:35:27 linux-kernel Re: [PATCH] Binder: Add timestamp and async from pid/tid to transaction record
2023-04-14 21:12:03 linux-kernel Re: [PATCH] Binder: Add timestamp and async from pid/tid to transaction record
2023-02-17 20:19:06 linux-kernel Re: [PATCH 06/24] kbuild, binder: remove MODULE_LICENSE in non-modules
2023-02-15 18:40:57 linux-kernel [PATCH v2] scripts/tags.sh: fix incompatibility with PCRE2
2023-02-15 17:28:16 linux-kernel Re: [PATCH] scripts/tags.sh: fix incompatibility with PCRE2
2023-02-14 20:42:10 linux-kernel [PATCH] scripts/tags.sh: fix incompatibility with PCRE2
2023-02-13 20:07:27 linux-kernel libpcre2 breaks COMPILED_SOURCE=1 tags
2023-01-25 18:31:13 linux-kernel [PATCH] kbuild: fix trivial typo in comment
2023-01-25 17:30:28 linux-kernel Re: [PATCH v2 3/4] binder: Add flags to relinquish ownership of fds
2023-01-20 21:58:19 linux-kernel Re: [PATCH 3/4] binder: Add flags to relinquish ownership of fds
2023-01-14 22:11:43 linux-kernel Re: [PATCH] android: fix W=1 kernel-doc warnings
2022-12-09 19:58:16 linux-kernel Re: [PATCH 1/1] virtio/vsock: Make vsock virtio packet buff size configurable
2022-11-30 17:34:49 linux-kernel Re: [PATCH 5.10 0/6] binder: backports for data leak and UAF