Re: [git pull] kmemcheck

From: Roland Dreier
Date: Wed Apr 30 2008 - 12:29:20 EST


> kmemcheck: enable in the x86 Kconfig

This patch does:

> +config KMEMCHECK
> + bool "kmemcheck: trap use of uninitialized memory"
> + depends on X86_32

So it's only possible to select kmemcheck on 32-bit builds, But you also
seem to have 64-bit stuff, eg

> kmemcheck: support for 64-bit
> kmemcheck: add missing pte_hidden() for x86-64

so is the Kconfig patch slightly out-of-date?

- R.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/