kgdb,clocksource: Prevent kernel hang in kernel debugger
On Mon, 25 Jan 2010 22:26:39 -0600 Jason Wessel <jason.wessel(a)windriver.com> wrote: This is a regression fix against: 0f8e8ef7c204988246da5a42d576b7fa5277a8e4 It's conventional to quote the patch title as well as the hash. ie: 0f8e8ef7c204988246da5a42d576b7fa5277a8e4 ("clocksource: Simplify clocksource wat... 26 Jan 2010 06:33
[PATCH 3/4] kgdb,clocksource: Prevent kernel hang in kernel debugger
This is a regression fix against: 0f8e8ef7c204988246da5a42d576b7fa5277a8e4 Spin locks were added to the clocksource_resume_watchdog() which cause the kernel debugger to deadlock on an SMP system frequently. The kernel debugger can try for the lock, but if it fails it should continue to touch the clocksource wat... 26 Jan 2010 00:02
[PATCH] regulator: trivial: fix typos in user-visible Kconfig text
Fix Kconfig text for some Wolfson Micro devices. Cc: Mark Brown <broonie(a)opensource.wolfsonmicro.com> Signed-off-by: Alex Chiang <achiang(a)hp.com> --- diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 262f62e..c565e0d 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig ... 26 Jan 2010 00:02
scripts/kallsyms build warning fix
On Tue, Jan 26, 2010 at 5:41 AM, Himanshu Chauhan <hschauhan(a)nulltrace.org> wrote: Hi all, This is a small patch that fixes the build warning of scripts/kallsyms.c Regards Himanshu Signed-off-by: Himanshu Chauhan <hschauhan(a)nulltrace.org> ---  scripts/kallsyms.c |    6 ++++--  1 fil... 26 Jan 2010 01:08
percpu: add __percpu sparse annotations to hw_breakpoint
On Tue, Jan 26, 2010 at 12:22:14AM +0900, Tejun Heo wrote: Add __percpu sparse annotations to hw_breakpoint. These annotations are to make sparse consider percpu variables to be in a different address space and warn if accessed without going through percpu accessors. This patch doesn't affect normal bu... 26 Jan 2010 00:02
pci: Update pci_set_vga_state to call arch functions
Andrew Morton wrote: On Mon, 18 Jan 2010 12:34:13 -0600 Mike Travis <travis(a)sgi.com> wrote: Update pci_set_vga_state to call arch dependent functions to enable Legacy VGA I/O transactions to be redirected to correct target. Changelog doesn't explain the reason for doing this, but it looks l... 25 Jan 2010 19:38
serial: bfin_5xx: kgdboc should accept gdb break only when it is active
On Tue, 19 Jan 2010 06:13:12 -0500 Mike Frysinger <vapier(a)gentoo.org> wrote: From: Sonic Zhang <sonic.zhang(a)analog.com> If we always check for gdb breaks even when it isn't active, we get false positives on normal code and the system panics. URL: http://blackfin.uclinux.org/gf/tracker/5277 Sig... 25 Jan 2010 19:38
percpu: add __percpu sparse annotations
On Tue, Jan 26, 2010 at 12:22:07AM +0900, Tejun Heo wrote: This patchset adds __percpu sparse annotations to all percpu users covered by x86_64 allmodconfig. __percpu annotation teaches sparse that percpu variables live in a separate address space and can't be accessed directly without going through percpu... 2 Feb 2010 22:15
[PATCH] scripts/kallsyms build warning fix
Hi all, This is a small patch that fixes the build warning of scripts/kallsyms.c Regards Himanshu Signed-off-by: Himanshu Chauhan <hschauhan(a)nulltrace.org> --- scripts/kallsyms.c | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/kallsyms.c b/scripts/kallsyms.c index... 25 Jan 2010 17:21
[PATCH 11/12] ACPI: processor: push file static MADT pointer into internal map_madt_entry()
There's no real need for a pointer to the MADT to be global. The only function who uses it is map_madt_entry. This allows us to remove some more ugly #ifdefs. Signed-off-by: Alex Chiang <achiang(a)hp.com> --- drivers/acpi/processor_core.c | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletio... 25 Jan 2010 17:21