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: Sun, 7 Sep 2008 22:09:43 +0200 [thread overview]
Message-ID: <20080907200943.GA2665@localhost.localdomain> (raw)
Ingo,
Here follows a small update to the REP instruction handling and removal
of some obsolete code (if you worry that this is useful code, git will
save it for us and it can be revived if needed. I believe that the code
is simply a burden as it is today).
I couldn't figure out how to merge v2.6.27-rc5 without littering the
pull request with all the commits that were made in Linus's repository
since v2.6.27-rc3, but feel free to do it yourself. There should be no
conflicts.
You may also delete the tip/kmemcheck-dma branch as this has now been
integrated since the last pull you did.
The following changes since commit db4b0f1e8ae7c9ffde8bef2eb3dcd4fad5988ac1:
Vegard Nossum (1):
kmemcheck: implement REP MOVS/STOS emulation
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/vegard/kmemcheck.git for-tip
Vegard Nossum (3):
kmemcheck: hide/show pages in each iteration of a REP instruction
kmemcheck: rip out the optimized memset()
kmemcheck: rip out SMP code
arch/x86/Kconfig.debug | 22 --------
arch/x86/mm/kmemcheck/Makefile | 4 +-
arch/x86/mm/kmemcheck/kmemcheck.c | 27 ++--------
arch/x86/mm/kmemcheck/shadow.c | 2 +-
arch/x86/mm/kmemcheck/smp.c | 80 ------------------------------
arch/x86/mm/kmemcheck/smp.h | 23 ---------
arch/x86/mm/kmemcheck/string.c | 99 -------------------------------------
include/asm-x86/string_32.h | 8 ---
include/asm-x86/string_64.h | 1 -
9 files changed, 7 insertions(+), 259 deletions(-)
delete mode 100644 arch/x86/mm/kmemcheck/smp.c
delete mode 100644 arch/x86/mm/kmemcheck/smp.h
delete mode 100644 arch/x86/mm/kmemcheck/string.c
Thanks,
Vegard
next reply other threads:[~2008-09-07 20:09 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-07 20:09 Vegard Nossum [this message]
2008-09-08 15:17 ` [GIT PULL] kmemcheck updates for tip/kmemcheck Ingo Molnar
2008-09-08 15:24 ` Vegard Nossum
2008-09-08 15:26 ` Vegard Nossum
2008-09-08 17:08 ` Ingo Molnar
-- strict thread matches above, loose matches on Subject: below --
2008-08-29 21:19 Vegard Nossum
2008-09-06 17:16 ` 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=20080907200943.GA2665@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