* Ingo Molnar <mingo@elte.hu> wrote:x86.git randconfig testing found a build bug - fix below. Ingo ------------> Subject: kmemcheck: fix build From: Ingo Molnar <mingo@elte.hu> Date: Thu Apr 17 21:20:43 CEST 2008 Signed-off-by: Ingo Molnar <mingo@elte.hu> --- include/linux/kmemcheck.h | 3 +++ 1 file changed, 3 insertions(+) Index: linux/include/linux/kmemcheck.h =================================================================== --- linux.orig/include/linux/kmemcheck.h +++ linux/include/linux/kmemcheck.h @@ -1,6 +1,8 @@ #ifndef LINUX_KMEMCHECK_H #define LINUX_KMEMCHECK_H +#include <linux/types.h> + #ifdef CONFIG_KMEMCHECK extern int kmemcheck_enabled; @@ -24,6 +26,7 @@ void kmemcheck_mark_uninitialized_pages( #ifndef CONFIG_KMEMCHECK #define kmemcheck_enabled 0 static inline void kmemcheck_init(void) { } +static inline bool kmemcheck_page_is_tracked(struct page *p) { return false; } #endif /* CONFIG_KMEMCHECK */ #endif /* LINUX_KMEMCHECK_H */ --
| Greg KH | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Greg Kroah-Hartman | [PATCH 001/196] Chinese: Add the known_regression URI to the HOWTO |
| Andy Whitcroft | clam |
| Ingo Molnar | [patch] paravirt: VDSO page is essential |
git: | |
| David Miller | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Lovich, Vitali | RE: [PATCH] Packet socket: mmapped IO: PACKET_TX_RING |
| David Miller | [GIT]: Networking |
