[GIT PULL] Binder driver fixes for 6.19-final

From: Greg KH

Date: Sat Feb 07 2026 - 06:09:18 EST


The following changes since commit 63804fed149a6750ffd28610c5c1c98cce6bd377:

Linux 6.19-rc7 (2026-01-25 14:11:24 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-6.19-final

for you to fetch changes up to ec4ddc90d201d09ef4e4bef8a2c6d9624525ad68:

binderfs: fix ida_alloc_max() upper bound (2026-02-03 12:59:07 +0100)

----------------------------------------------------------------
Binder fixes for 6.19-final

Here are some small, last-minute binder C and Rust driver fixes for
reported issues. They include a number of fixes for reported crashes
and other problems.

All of these have been in linux-next this week, and longer.

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Alice Ryhl (2):
rust_binder: correctly handle FDA objects of length zero
rust_binder: add additional alignment checks

Carlos Llamas (4):
binder: fix UAF in binder_netlink_report()
binder: fix BR_FROZEN_REPLY error log
rust_binderfs: fix ida_alloc_max() upper bound
binderfs: fix ida_alloc_max() upper bound

drivers/android/binder.c | 19 +++++-
drivers/android/binder/rust_binderfs.c | 8 +--
drivers/android/binder/thread.rs | 109 +++++++++++++++++++++------------
drivers/android/binderfs.c | 8 +--
4 files changed, 94 insertions(+), 50 deletions(-)