2009-09-21 22:12:32

by Vegard Nossum

[permalink] [raw]
Subject: [GIT PULL] kmemcheck updates

Hi,

The following changes since commit 43c1266ce4dc06bfd236cec31e11e9ecd69c0bef:
Linus Torvalds (1):
Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/.../tip/linux-2.6-tip

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/vegard/kmemcheck.git for-linus

Huang Weiyi (1):
kmemcheck: remove duplicated #include

Johannes Berg (1):
kmemcheck: add missing braces to do-while in kmemcheck_annotate_bitfield

Sebastian Andrzej Siewior (1):
kmemcheck: depend on HAVE_ARCH_KMEMCHECK

Vegard Nossum (2):
kmemcheck: remove useless check
kmemcheck: update documentation

Documentation/kmemcheck.txt | 21 +--------------------
arch/x86/mm/kmemcheck/kmemcheck.c | 3 ---
arch/x86/mm/kmemcheck/shadow.c | 1 -
include/linux/kmemcheck.h | 5 ++++-
lib/Kconfig.kmemcheck | 3 +++
5 files changed, 8 insertions(+), 25 deletions(-)

(I ammended the tip commit to have a more helpful patch title, hence the
recent commit-timestamp.)


Vegard