From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756214AbZBZPYX (ORCPT ); Thu, 26 Feb 2009 10:24:23 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754561AbZBZPYN (ORCPT ); Thu, 26 Feb 2009 10:24:13 -0500 Received: from mx3.mail.elte.hu ([157.181.1.138]:44800 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753960AbZBZPYM (ORCPT ); Thu, 26 Feb 2009 10:24:12 -0500 Date: Thu, 26 Feb 2009 16:23:58 +0100 From: Ingo Molnar To: Vegard Nossum Cc: Pekka Enberg , linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] kmemcheck updates for -tip Message-ID: <20090226152358.GA352@elte.hu> References: <20090226140147.GA2824@damson.getinternet.no> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090226140147.GA2824@damson.getinternet.no> User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Vegard Nossum wrote: > Hi, > > The following changes since commit 8f5bd505f147bcd57c627e8599cbcc6b082312d4: > Ingo Molnar (1): > Merge branch 'for-tip' of git://git.kernel.org/.../vegard/kmemcheck into kmemcheck > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/vegard/kmemcheck.git for-tip > > Pekka Enberg (7): > kmemcheck: Disable SLUB and SLAB debugging when kmemcheck is enabled > kmemcheck: remove forward declarations from error.c > kmemcheck: make initialization message less confusing > kmemcheck: remove multiple ifdef'd definitions of the same global variable > kmemcheck: move 64-bit ifdef out of kmemcheck_opcode_decode() > kmemcheck: missing whitespace in do_page_fault() > kmemcheck: use kmemcheck_pte_lookup() instead of open-coding it > > Vegard Nossum (9): > kmemcheck: fix an incorrect BUG_ON() > kmemcheck: fix shadow updates that cross page boundaries > crypto: don't track xor test pages with kmemcheck > x86: don't use MMX/SSE in xor routines if kmemcheck is compiled in > kmemcheck: reverse dependencies between DEBUG_PAGEALLOC and KMEMCHECK > kmemcheck: depend on DEBUG_KERNEL > c2port: annotate bitfield for kmemcheck > kmemcheck (bitfields): don't actually initialize the bitfield > net: annotate struct sock bitfield > > arch/x86/Kconfig.debug | 6 +- > arch/x86/include/asm/xor.h | 5 ++ > arch/x86/mm/fault.c | 2 +- > arch/x86/mm/kmemcheck/error.c | 137 ++++++++++++++++++------------------- > arch/x86/mm/kmemcheck/kmemcheck.c | 20 ++--- > arch/x86/mm/kmemcheck/opcode.c | 9 ++- > arch/x86/mm/kmemcheck/shadow.c | 38 +++++++++- > crypto/xor.c | 7 ++- > drivers/misc/c2port/core.c | 2 + > include/linux/c2port.h | 7 ++- > include/linux/kmemcheck.h | 6 +- > include/net/sock.h | 8 ++- > lib/Kconfig.debug | 4 +- > net/core/sock.c | 2 + > 14 files changed, 151 insertions(+), 102 deletions(-) pulled, thank Vegard! Ingo