From: Andrew Morton <akpm@linux-foundation.org>
To: mm-commits@vger.kernel.org, willy@infradead.org,
tkjos@android.com, surenb@google.com, minchan@kernel.org,
maco@android.com, Liam.Howlett@oracle.com,
joel@joelfernandes.org, hridya@google.com,
gregkh@linuxfoundation.org, brauner@kernel.org,
akpm@linux-foundation.org, akpm@linux-foundation.org
Subject: [folded-merged] android-binder-stop-saving-a-pointer-to-the-vma-fix.patch removed from -mm tree
Date: Fri, 29 Jul 2022 17:54:44 -0700 [thread overview]
Message-ID: <20220730005445.AB85FC433D6@smtp.kernel.org> (raw)
The quilt patch titled
Subject: android-binder-stop-saving-a-pointer-to-the-vma-fix
has been removed from the -mm tree. Its filename was
android-binder-stop-saving-a-pointer-to-the-vma-fix.patch
This patch was dropped because it was folded into android-binder-stop-saving-a-pointer-to-the-vma.patch
------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: android-binder-stop-saving-a-pointer-to-the-vma-fix
Date: Tue Jun 21 07:16:17 PM PDT 2022
fix drivers/android/binder_alloc_selftest.c
drivers/android/binder_alloc_selftest.c: In function 'binder_selftest_alloc':
drivers/android/binder_alloc_selftest.c:290:43: error: 'struct binder_alloc' has no member named 'vma'
290 | if (!binder_selftest_run || !alloc->vma)
Cc: Christian Brauner (Microsoft) <brauner@kernel.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Hridya Valsaraju <hridya@google.com>
Cc: Joel Fernandes <joel@joelfernandes.org>
Cc: "Liam R. Howlett" <Liam.Howlett@oracle.com>
Cc: Martijn Coenen <maco@android.com>
Cc: Matthew Wilcox (Oracle) <willy@infradead.org>
Cc: Minchan Kim <minchan@kernel.org>
Cc: Suren Baghdasaryan <surenb@google.com>
Cc: Todd Kjos <tkjos@android.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
drivers/android/binder_alloc_selftest.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/android/binder_alloc_selftest.c~android-binder-stop-saving-a-pointer-to-the-vma-fix
+++ a/drivers/android/binder_alloc_selftest.c
@@ -287,7 +287,7 @@ void binder_selftest_alloc(struct binder
if (!binder_selftest_run)
return;
mutex_lock(&binder_selftest_lock);
- if (!binder_selftest_run || !alloc->vma)
+ if (!binder_selftest_run || !alloc->vma_addr)
goto done;
pr_info("STARTED\n");
binder_selftest_alloc_offset(alloc, end_offset, 0);
_
Patches currently in -mm which might be from akpm@linux-foundation.org are
android-binder-stop-saving-a-pointer-to-the-vma.patch
mm-shmem-support-fs_ioc_etflags-in-tmpfs-fix.patch
reply other threads:[~2022-07-30 0:54 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220730005445.AB85FC433D6@smtp.kernel.org \
--to=akpm@linux-foundation.org \
--cc=Liam.Howlett@oracle.com \
--cc=brauner@kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=hridya@google.com \
--cc=joel@joelfernandes.org \
--cc=linux-kernel@vger.kernel.org \
--cc=maco@android.com \
--cc=minchan@kernel.org \
--cc=mm-commits@vger.kernel.org \
--cc=surenb@google.com \
--cc=tkjos@android.com \
--cc=willy@infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.