From: Randy Dunlap <rdunlap@infradead.org>
To: akpm@linux-foundation.org, linux-kernel@vger.kernel.org,
linux-mm@kvack.org, linux-next@vger.kernel.org,
sfr@canb.auug.org.au, mhocko@suse.cz,
Pekka Enberg <penberg@kernel.org>,
Vegard Nossum <vegardno@ifi.uio.no>
Subject: [PATCH -mmotm] mm: fix kmemcheck.c build errors
Date: Fri, 29 Aug 2014 18:48:36 -0700 [thread overview]
Message-ID: <54012D74.7010302@infradead.org> (raw)
In-Reply-To: <5400fba1.732YclygYZprDXeI%akpm@linux-foundation.org>
From: Randy Dunlap <rdunlap@infradead.org>
Add header file to fix kmemcheck.c build errors:
../mm/kmemcheck.c:70:7: error: dereferencing pointer to incomplete type
../mm/kmemcheck.c:83:15: error: dereferencing pointer to incomplete type
../mm/kmemcheck.c:95:8: error: dereferencing pointer to incomplete type
../mm/kmemcheck.c:95:21: error: dereferencing pointer to incomplete type
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
---
mm/kmemcheck.c | 1 +
1 file changed, 1 insertion(+)
Index: mmotm-2014-0829-1515/mm/kmemcheck.c
===================================================================
--- mmotm-2014-0829-1515.orig/mm/kmemcheck.c
+++ mmotm-2014-0829-1515/mm/kmemcheck.c
@@ -2,6 +2,7 @@
#include <linux/mm_types.h>
#include <linux/mm.h>
#include <linux/slab.h>
+#include <linux/slab_def.h>
#include <linux/kmemcheck.h>
void kmemcheck_alloc_shadow(struct page *page, int order, gfp_t flags, int node)
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
WARNING: multiple messages have this Message-ID (diff)
From: Randy Dunlap <rdunlap@infradead.org>
To: akpm@linux-foundation.org, linux-kernel@vger.kernel.org,
linux-mm@kvack.org, linux-next@vger.kernel.org,
sfr@canb.auug.org.au, mhocko@suse.cz,
Pekka Enberg <penberg@kernel.org>,
Vegard Nossum <vegardno@ifi.uio.no>
Subject: [PATCH -mmotm] mm: fix kmemcheck.c build errors
Date: Fri, 29 Aug 2014 18:48:36 -0700 [thread overview]
Message-ID: <54012D74.7010302@infradead.org> (raw)
In-Reply-To: <5400fba1.732YclygYZprDXeI%akpm@linux-foundation.org>
From: Randy Dunlap <rdunlap@infradead.org>
Add header file to fix kmemcheck.c build errors:
../mm/kmemcheck.c:70:7: error: dereferencing pointer to incomplete type
../mm/kmemcheck.c:83:15: error: dereferencing pointer to incomplete type
../mm/kmemcheck.c:95:8: error: dereferencing pointer to incomplete type
../mm/kmemcheck.c:95:21: error: dereferencing pointer to incomplete type
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
---
mm/kmemcheck.c | 1 +
1 file changed, 1 insertion(+)
Index: mmotm-2014-0829-1515/mm/kmemcheck.c
===================================================================
--- mmotm-2014-0829-1515.orig/mm/kmemcheck.c
+++ mmotm-2014-0829-1515/mm/kmemcheck.c
@@ -2,6 +2,7 @@
#include <linux/mm_types.h>
#include <linux/mm.h>
#include <linux/slab.h>
+#include <linux/slab_def.h>
#include <linux/kmemcheck.h>
void kmemcheck_alloc_shadow(struct page *page, int order, gfp_t flags, int node)
next prev parent reply other threads:[~2014-08-30 1:48 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-29 22:16 mmotm 2014-08-29-15-15 uploaded akpm
2014-08-29 22:16 ` akpm
2014-08-30 1:48 ` Randy Dunlap [this message]
2014-08-30 1:48 ` [PATCH -mmotm] mm: fix kmemcheck.c build errors Randy Dunlap
2014-08-31 11:36 ` Andrey Ryabinin
2014-08-31 11:36 ` Andrey Ryabinin
2014-08-31 14:48 ` Randy Dunlap
2014-08-31 14:48 ` Randy Dunlap
2014-08-31 23:33 ` [PATCH -mmotm v2] " Randy Dunlap
2014-08-31 23:33 ` Randy Dunlap
2014-09-01 0:13 ` Joonsoo Kim
2014-09-01 0:13 ` Joonsoo Kim
2014-09-01 0:17 ` Randy Dunlap
2014-09-01 0:17 ` Randy Dunlap
2014-09-01 0:29 ` Joonsoo Kim
2014-09-01 0:29 ` Joonsoo Kim
-- strict thread matches above, loose matches on Subject: below --
2014-09-05 7:28 [PATCH -mmotm] " Joonsoo Kim
2014-09-05 7:28 ` Joonsoo Kim
2014-09-05 20:01 ` Andrew Morton
2014-09-05 20:01 ` Andrew Morton
2014-09-15 1:49 ` Joonsoo Kim
2014-09-15 1:49 ` Joonsoo Kim
2014-09-15 1:49 ` Joonsoo Kim
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=54012D74.7010302@infradead.org \
--to=rdunlap@infradead.org \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=linux-next@vger.kernel.org \
--cc=mhocko@suse.cz \
--cc=penberg@kernel.org \
--cc=sfr@canb.auug.org.au \
--cc=vegardno@ifi.uio.no \
/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.