lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sun, 7 Sep 2008 22:09:43 +0200 From: Vegard Nossum <vegard.nossum@...il.com> To: Ingo Molnar <mingo@...e.hu> Cc: Pekka Enberg <penberg@...helsinki.fi>, linux-kernel@...r.kernel.org Subject: [GIT PULL] kmemcheck updates for tip/kmemcheck 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists