This is a note to let you know that I've just added the patch titled binder: fix trivial typo of binder_free_buf_locked() to the 6.7-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: binder-fix-trivial-typo-of-binder_free_buf_locked.patch and it can be found in the queue-6.7 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 122a3c1cb0ff304c2b8934584fcfea4edb2fe5e3 Mon Sep 17 00:00:00 2001 From: Carlos Llamas <cmllamas@xxxxxxxxxx> Date: Fri, 1 Dec 2023 17:21:35 +0000 Subject: binder: fix trivial typo of binder_free_buf_locked() From: Carlos Llamas <cmllamas@xxxxxxxxxx> commit 122a3c1cb0ff304c2b8934584fcfea4edb2fe5e3 upstream. Fix minor misspelling of the function in the comment section. No functional changes in this patch. Cc: stable@xxxxxxxxxxxxxxx Fixes: 0f966cba95c7 ("binder: add flag to clear buffer on txn complete") Reviewed-by: Alice Ryhl <aliceryhl@xxxxxxxxxx> Signed-off-by: Carlos Llamas <cmllamas@xxxxxxxxxx> Link: https://lore.kernel.org/r/20231201172212.1813387-7-cmllamas@xxxxxxxxxx Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/android/binder_alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/android/binder_alloc.c +++ b/drivers/android/binder_alloc.c @@ -706,7 +706,7 @@ void binder_alloc_free_buf(struct binder /* * We could eliminate the call to binder_alloc_clear_buf() * from binder_alloc_deferred_release() by moving this to - * binder_alloc_free_buf_locked(). However, that could + * binder_free_buf_locked(). However, that could * increase contention for the alloc mutex if clear_on_free * is used frequently for large buffers. The mutex is not * needed for correctness here. Patches currently in stable-queue which might be from cmllamas@xxxxxxxxxx are queue-6.7/scripts-decode_stacktrace.sh-optionally-use-llvm-utilities.patch queue-6.7/binder-use-epollerr-from-eventpoll.h.patch queue-6.7/binder-fix-use-after-free-in-shinker-s-callback.patch queue-6.7/binder-fix-trivial-typo-of-binder_free_buf_locked.patch queue-6.7/binder-fix-comment-on-binder_alloc_new_buf-return-value.patch