The kernel does not start up.
The issue is still there with 2.6.33-rc1, 2.6.33 and 2.6.33.1 too. Kristof On Sun, Mar 21, 2010 at 16:30, Rafael J. Wysocki <rjw(a)sisk.pl> wrote: This message has been generated automatically as a part of a report of regressions introduced between 2.6.32 and 2.6.33. The following bug entry is on the cu... 9 Apr 2010 16:45
Questions about SMP bootup control
Hi All: I want to do some modification on the SMP architecture. Purpose: Only the first CPU is running the linux OS, while others do some private services processing. My solution: In the end of the start_secondary() function, I try to schedu the slave cpu to call my private endless loop instead of cpu_idle... 22 Mar 2010 03:53
early_res: seperate common memmap func from e820.c to fw_memmap.c
On Sun, 2010-03-21 at 00:13 -0700, Yinghai Lu wrote: move it to kernel/fw_memmap.c from arch/x86/kernel/e820.c -v2: add fw_memmap wrapper to some func... move some functions back to e820.c NAK This is even worse than before. You are now moving that entire pile of x86 gunk into "generic" code, b... 24 Mar 2010 01:08
x86: early_res and irq_desc
On Sun, 2010-03-21 at 00:13 -0700, Yinghai Lu wrote: 01 - 06: early_res related 07 - 15: irq_desc releated 19 - 20: pci related First of all, please post separate series, it's hard enough as it-is. Cheers, Ben. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body... 22 Mar 2010 00:22
[ANNOUNCE] Git 1.7.0.3
The latest maintenance release Git 1.7.0.3 is available at the usual places: http://www.kernel.org/pub/software/scm/git/ git-1.7.0.3.tar.{gz,bz2} (source tarball) git-htmldocs-1.7.0.3.tar.{gz,bz2} (preformatted docs) git-manpages-1.7.0.3.tar.{gz,bz2} (preformatted docs) The RPM binary packages f... 21 Mar 2010 23:15
irq: move some interrupt arch_* functions into struct irq_chip.
On Sun, 2010-03-21 at 18:36 -0700, Yinghai Lu wrote: From: Ian Campbell <ian.campbell(a)citrix.com> .... To replace the x86 arch_init_chip_data functionality irq_to_desc_alloc_node now takes a pointer to a function to allocate the chip data. This is necessary to ensure the allocation happens under the cor... 24 Mar 2010 15:51
linux-next: manual merge of the libata tree with Linus' tree
Hi Jeff, Today's linux-next merge of the libata tree got a conflict in drivers/ata/ahci.c between commit 5db5b0215af94a36d4bf10900ff9707b6d5c1610 ("ahci: pp->active_link is not reliable when FBS is enabled") from Linus' tree and commit efd7cb719e07433588ee5c6a99b1208b0aff6295 ("ahci: Move generic code into liba... 28 Mar 2010 05:43
[PATCH 10/10] x86: remove arch_probe_nr_irqs
so keep nr_irqs == NR_IRQS Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- arch/x86/kernel/apic/io_apic.c | 22 ---------------------- 1 files changed, 0 insertions(+), 22 deletions(-) diff --git a/arch/x86/kernel/apic/io_apic.c b/arch/x86/kernel/apic/io_apic.c index ce93428..b9c4749 100644 --- a/arch/... 21 Mar 2010 21:58
[PATCH 07/10] x86/irq: use irq_desc *desc with irq_chip
need to apply after eric's CHIP_PARAM_DESC patch Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- arch/x86/Kconfig | 1 + arch/x86/include/asm/hardirq.h | 2 +- arch/x86/include/asm/hpet.h | 8 +- arch/x86/include/asm/hw_irq.h | ... 21 Mar 2010 21:58
[PATCH 03/10] x86: set nr_irqs_gsi only in probe_nr_irqs_gsi
don't clear that in arch_early_irq_init probe_nr_irqs_gsi is always called when ioapic is selected in config. so even for mrst, print out from probe_nr_irqs_gsi is report correct nr_irqs_gsi -v2: remove io_apic_irqs assignement, setup_IO_APIC will do that. Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --... 21 Mar 2010 21:58