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  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 13 May 2010 08:05:17 +0200
From:	Ingo Molnar <mingo@...e.hu>
To:	Frederic Weisbecker <fweisbec@...il.com>
Cc:	LKML <linux-kernel@...r.kernel.org>,
	Don Zickus <dzickus@...hat.com>,
	Peter Zijlstra <peterz@...radead.org>,
	Cyrill Gorcunov <gorcunov@...il.com>,
	Eric Paris <eparis@...hat.com>,
	Randy Dunlap <randy.dunlap@...cle.com>,
	Arnaldo Carvalho de Melo <acme@...hat.com>,
	Thomas Gleixner <tglx@...utronix.de>,
	"H. Peter Anvin" <hpa@...or.com>
Subject: Re: [GIT PULL] Unified lockup detector


* Frederic Weisbecker <fweisbec@...il.com> wrote:

> Ingo,
> 
> Please pull the perf/nmi branch that can be found at:
> 
> git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git
> 	perf/nmi
> 
> There is also a merge of v2.6.34-rc7 to catch up with latest
> softlockup changes and prevent from conflicts.
> 
> Thanks,
> 	Frederic
> ---
> 
> Don Zickus (7):
>       lockup_detector: Combine nmi_watchdog and softlockup detector
>       lockup_detector: Touch_softlockup cleanups and softlockup_tick removal
>       lockup_detector: Remove old softlockup code
>       lockup_detector: Remove nmi_watchdog.c file
>       x86: Move trigger_all_cpu_backtrace to its own die_notifier
>       x86: Cleanup hw_nmi.c cruft
>       lockup_detector: Separate touch_nmi_watchdog code path from touch_watchdog
> 
> Frederic Weisbecker (2):
>       lockup_detector: Make BOOTPARAM_SOFTLOCKUP_PANIC depend on LOCKUP_DETECTOR
>       lockup_detector: Fix forgotten config conversion
> 
> 
>  Documentation/kernel-parameters.txt |    2 +
>  arch/x86/include/asm/nmi.h          |    2 +-
>  arch/x86/kernel/apic/Makefile       |    4 +-
>  arch/x86/kernel/apic/hw_nmi.c       |  119 +++-----
>  arch/x86/kernel/traps.c             |    4 +-
>  include/linux/nmi.h                 |    8 +-
>  include/linux/sched.h               |   12 +-
>  init/Kconfig                        |    5 +-
>  kernel/Makefile                     |    3 +-
>  kernel/nmi_watchdog.c               |  259 ----------------
>  kernel/softlockup.c                 |  293 ------------------
>  kernel/sysctl.c                     |   52 ++--
>  kernel/timer.c                      |    1 -
>  kernel/watchdog.c                   |  564 +++++++++++++++++++++++++++++++++++
>  lib/Kconfig.debug                   |   32 ++-
>  15 files changed, 679 insertions(+), 681 deletions(-)

Pulled, thanks a lot guys! Was a long process, but the end result looks pretty 
nifty IMO.

	Ingo
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ