From: akpm@linux-foundation.org
To: kirill.shutemov@linux.intel.com, mm-commits@vger.kernel.org
Subject: [folded-merged] mm-consolidate-page-table-accounting-fix.patch removed from -mm tree
Date: Wed, 15 Nov 2017 17:02:34 -0800 [thread overview]
Message-ID: <5a0ce3aa.arjvZgtskMzon4O2%akpm@linux-foundation.org> (raw)
The patch titled
Subject: mm-consolidate-page-table-accounting-fix
has been removed from the -mm tree. Its filename was
mm-consolidate-page-table-accounting-fix.patch
This patch was dropped because it was folded into mm-consolidate-page-table-accounting.patch
------------------------------------------------------
From: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>
Subject: mm-consolidate-page-table-accounting-fix
fix build
Link: http://lkml.kernel.org/r/20171016150113.ikfxy3e7zzfvsr4w@black.fi.intel.com
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
include/linux/mm.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -puN include/linux/mm.h~mm-consolidate-page-table-accounting-fix include/linux/mm.h
--- a/include/linux/mm.h~mm-consolidate-page-table-accounting-fix
+++ a/include/linux/mm.h
@@ -1669,7 +1669,7 @@ static inline void mm_dec_nr_ptes(struct
#else
static inline void mm_pgtables_bytes_init(struct mm_struct *mm) {}
-static inline unsigned long mm_pgtables_bytes(struct mm_struct *mm)
+static inline unsigned long mm_pgtables_bytes(const struct mm_struct *mm)
{
return 0;
}
_
Patches currently in -mm which might be from kirill.shutemov@linux.intel.com are
mm-account-pud-page-tables.patch
mm-introduce-wrappers-to-access-mm-nr_ptes.patch
mm-consolidate-page-table-accounting.patch
reply other threads:[~2017-11-16 1:02 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=5a0ce3aa.arjvZgtskMzon4O2%akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=kirill.shutemov@linux.intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mm-commits@vger.kernel.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.