From: Vegard Nossum <vegard.nossum@gmail.com>
To: Ingo Molnar <mingo@elte.hu>
Cc: Pekka Enberg <penberg@cs.helsinki.fi>, linux-kernel@vger.kernel.org
Subject: [GIT PULL] kmemcheck updates for tip/kmemcheck
Date: Fri, 29 Aug 2008 23:19:21 +0200 [thread overview]
Message-ID: <20080829211921.GA1135@localhost.localdomain> (raw)
Hi Ingo,
A rather large update, most of it is implementing the correct REP MOVS/STOS
handling on P4s. I've tested it on both 32-bit and 64-bit and everything
seems good! Also included is the DMA API hooks which prevents false-positive
reports from reads in DMA-able memory.
--
The following changes since commit d99de804af81f223445368b8cb40d44ff12ec89a:
Ingo Molnar (1):
Merge commit 'v2.6.27-rc3' into kmemcheck
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/vegard/kmemcheck.git for-tip2
Vegard Nossum (7):
kmemcheck: add DMA hooks
kmemcheck: work with sizes in terms of bytes instead of bits
kmemcheck: allow memory accesses that cross page boundaries
kmemcheck: add some more documentation
kmemcheck: add some comments
kmemcheck: save memory contents on use of uninitialized memory
kmemcheck: implement REP MOVS/STOS emulation
arch/x86/Kconfig.debug | 2 +-
arch/x86/kernel/traps_32.c | 8 +-
arch/x86/kernel/traps_64.c | 8 +-
arch/x86/mm/kmemcheck/error.c | 25 +++-
arch/x86/mm/kmemcheck/kmemcheck.c | 322 +++++++++++++++++++++++++++----------
arch/x86/mm/kmemcheck/opcode.c | 38 ++++--
arch/x86/mm/kmemcheck/opcode.h | 3 +-
arch/x86/mm/kmemcheck/shadow.c | 76 ++--------
arch/x86/mm/kmemcheck/string.c | 4 +
include/asm-x86/dma-mapping.h | 2 +
include/asm-x86/kmemcheck.h | 6 +
include/linux/kmemcheck.h | 16 ++
mm/kmemcheck.c | 6 +
13 files changed, 339 insertions(+), 177 deletions(-)
Thanks,
Vegard
next reply other threads:[~2008-08-29 21:19 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-29 21:19 Vegard Nossum [this message]
2008-09-06 17:16 ` [GIT PULL] kmemcheck updates for tip/kmemcheck Ingo Molnar
-- strict thread matches above, loose matches on Subject: below --
2008-09-07 20:09 Vegard Nossum
2008-09-08 15:17 ` Ingo Molnar
2008-09-08 15:24 ` Vegard Nossum
2008-09-08 15:26 ` Vegard Nossum
2008-09-08 17:08 ` Ingo Molnar
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=20080829211921.GA1135@localhost.localdomain \
--to=vegard.nossum@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=penberg@cs.helsinki.fi \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox