]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'char-misc-6.19-final' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 7 Feb 2026 17:27:57 +0000 (09:27 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 7 Feb 2026 17:27:57 +0000 (09:27 -0800)
commitb0e7d3f88e563b5ca793fca23c7d7fa1352c1079
tree3359d75a0233c5595182b6f953066ba65a8297ec
parentdda5df9823630a26ed24ca9150b33a7f56ba4546
parentec4ddc90d201d09ef4e4bef8a2c6d9624525ad68
Merge tag 'char-misc-6.19-final' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc

Pull binder fixes from Greg KH:
 "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"

* tag 'char-misc-6.19-final' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc:
  binderfs: fix ida_alloc_max() upper bound
  rust_binderfs: fix ida_alloc_max() upper bound
  binder: fix BR_FROZEN_REPLY error log
  rust_binder: add additional alignment checks
  binder: fix UAF in binder_netlink_report()
  rust_binder: correctly handle FDA objects of length zero
drivers/android/binder/rust_binderfs.c