| commit | f1deec1b713906c156936adaaac42c33a3dfeba5 | [log] [tgz] |
|---|---|---|
| author | Pindar Yang <[email protected]> | Wed Jan 24 00:05:10 2024 +0000 |
| committer | Pindar Yang <[email protected]> | Wed Jan 24 00:05:10 2024 +0000 |
| tree | 75e6458f723e928ccaa5aa26f73f196c02666de0 | |
| parent | 0b3590d659524873d68b29323932a73b5e339c1e [diff] |
lynx: update kernel-and-modules prebuilt
Linux version 5.10.189-android13-4-00043-g2d287d1f2988-ab11325620
(build-user@build-host) (Android (8508608, based on r450784e)
clang version 14.0.7
(https://android.googlesource.com/toolchain/llvm-project
4c603efb0cca074e9238af8b4106c30add4418f6), LLD 14.0.7) #1 SMP
PREEMPT Wed Jan 17 03:02:06 UTC 2024
aosp: (31 changes)
2d287d1f ANDROID: binder: fix KMI-break due to alloc->lock
15f48d3c ANDROID: binder: fix KMI-break due to address type change
e5cc961c BACKPORT: FROMGIT: binder: switch alloc->mutex to spinlock_t
6d4341e0 BACKPORT: FROMGIT: binder: reverse locking order in shrinker callback
1e89876d FROMGIT: binder: avoid user addresses in debug logs
489cecd9 FROMGIT: binder: refactor binder_delete_free_buffer()
64cdb834 FROMGIT: binder: collapse print_binder_buffer() into caller
0542238e FROMGIT: binder: document the final page calculation
cecb004a BACKPORT: FROMGIT: binder: rename lru shrinker utilities
6bd9172a UPSTREAM: drivers/android: remove redundant ret variable
51ffacd5 FROMGIT: binder: make oversized buffer code more readable
8d4ce4c5 FROMGIT: binder: remove redundant debug log
1e7e6b82 BACKPORT: FROMGIT: binder: perform page installation outside of locks
191045b2 FROMGIT: binder: initialize lru pages in mmap callback
457b19f5 FROMGIT: binder: malloc new_buffer outside of locks
c887b33c BACKPORT: FROMGIT: binder: refactor page range allocation
7fcfc70c BACKPORT: FROMGIT: binder: relocate binder_alloc_clear_buf()
4c6a35f3 FROMGIT: binder: relocate low space calculation
231f6a8c FROMGIT: binder: separate the no-space debugging logic
5628a1c8 FROMGIT: binder: remove pid param in binder_alloc_new_buf()
e4a1e076 FROMGIT: binder: do unlocked work in binder_alloc_new_buf()
9dce07d8 FROMGIT: binder: split up binder_update_page_range()
3a28e9d7 FROMGIT: binder: keep vma addresses type as unsigned long
b217e9e6 FROMGIT: binder: remove extern from function prototypes
16dc6144 FROMGIT: binder: fix comment on binder_alloc_new_buf() return value
5a5d96c8 FROMGIT: binder: fix trivial typo of binder_free_buf_locked()
4e42ab7b FROMGIT: binder: fix unused alloc->free_async_space
a2abff40 FROMGIT: binder: fix async space check for 0-sized buffers
48abdcf7 FROMGIT: binder: fix race between mmput() and do_exit()
7c55bd0d BACKPORT: FROMGIT: binder: fix use-after-free in shinker's callback
7c1614fd FROMGIT: binder: use EPOLLERR from eventpoll.h
prebuilts/boot-artifacts: (1 change)
97358455 Update the GKI binaries to ab/11325620
private/gs-google: (32 changes)
ec816c1a Merge android13-5.10-2023-11 ab/11325620 into android13-gs-pixel-5.10-24Q2
2d287d1f ANDROID: binder: fix KMI-break due to alloc->lock
15f48d3c ANDROID: binder: fix KMI-break due to address type change
e5cc961c BACKPORT: FROMGIT: binder: switch alloc->mutex to spinlock_t
6d4341e0 BACKPORT: FROMGIT: binder: reverse locking order in shrinker callback
1e89876d FROMGIT: binder: avoid user addresses in debug logs
489cecd9 FROMGIT: binder: refactor binder_delete_free_buffer()
64cdb834 FROMGIT: binder: collapse print_binder_buffer() into caller
0542238e FROMGIT: binder: document the final page calculation
cecb004a BACKPORT: FROMGIT: binder: rename lru shrinker utilities
6bd9172a UPSTREAM: drivers/android: remove redundant ret variable
51ffacd5 FROMGIT: binder: make oversized buffer code more readable
8d4ce4c5 FROMGIT: binder: remove redundant debug log
1e7e6b82 BACKPORT: FROMGIT: binder: perform page installation outside of locks
191045b2 FROMGIT: binder: initialize lru pages in mmap callback
457b19f5 FROMGIT: binder: malloc new_buffer outside of locks
c887b33c BACKPORT: FROMGIT: binder: refactor page range allocation
7fcfc70c BACKPORT: FROMGIT: binder: relocate binder_alloc_clear_buf()
4c6a35f3 FROMGIT: binder: relocate low space calculation
231f6a8c FROMGIT: binder: separate the no-space debugging logic
5628a1c8 FROMGIT: binder: remove pid param in binder_alloc_new_buf()
e4a1e076 FROMGIT: binder: do unlocked work in binder_alloc_new_buf()
9dce07d8 FROMGIT: binder: split up binder_update_page_range()
3a28e9d7 FROMGIT: binder: keep vma addresses type as unsigned long
b217e9e6 FROMGIT: binder: remove extern from function prototypes
16dc6144 FROMGIT: binder: fix comment on binder_alloc_new_buf() return value
5a5d96c8 FROMGIT: binder: fix trivial typo of binder_free_buf_locked()
4e42ab7b FROMGIT: binder: fix unused alloc->free_async_space
a2abff40 FROMGIT: binder: fix async space check for 0-sized buffers
48abdcf7 FROMGIT: binder: fix race between mmput() and do_exit()
7c55bd0d BACKPORT: FROMGIT: binder: fix use-after-free in shinker's callback
7c1614fd FROMGIT: binder: use EPOLLERR from eventpoll.h
Bug: 254650075 (ACK)
Bug: 260584709 (ACK)
Bug: 293845143 (ACK)
Bug: 304651042 (ACK)
Bug: 320576997 (ACK)
Pick-Prebuilt: 600861424
Build-Id: 11347974
Processing-Config: kernel_headers
Change-Id: Id4a223f7fdce16eac8ce5e6995aacaad3c8b3460
Signed-off-by: Pindar Yang <[email protected]>