From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763917AbYJJUMw (ORCPT ); Fri, 10 Oct 2008 16:12:52 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1761083AbYJJUMo (ORCPT ); Fri, 10 Oct 2008 16:12:44 -0400 Received: from hera.kernel.org ([140.211.167.34]:41211 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760744AbYJJUMn (ORCPT ); Fri, 10 Oct 2008 16:12:43 -0400 Message-ID: <48EFB704.9070308@kernel.org> Date: Fri, 10 Oct 2008 13:11:48 -0700 From: Yinghai Lu User-Agent: Thunderbird 2.0.0.17 (X11/20080922) MIME-Version: 1.0 To: Ingo Molnar CC: Linus Torvalds , linux-kernel@vger.kernel.org, Andrew Morton , Thomas Gleixner , "H. Peter Anvin" , Jesse Barnes Subject: Re: [git pull, take 2] x86 updates for v2.6.28, phase #9, sparse IRQ support References: <20081010001727.GA14132@elte.hu> <20081010185912.GF21876@elte.hu> <48EFA8CA.1020600@kernel.org> <20081010194712.GA31926@elte.hu> In-Reply-To: <20081010194712.GA31926@elte.hu> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Ingo Molnar wrote: > * Yinghai Lu wrote: > >> Ingo Molnar wrote: >>> * Ingo Molnar wrote: >>> >>>> Linus, >>>> >>>> Please pull the latest x86-v28-for-linus-phase9 git tree from: >>>> >>>> Sparse IRQ support - make NR_IRQS dynamic by turning it into nr_irqs, >>>> an by creating irq descriptors in a sparse way. >>>> >>>> Includes a number of dependent x86 topics: timers/hpet-percpu, IO-APIC >>>> and local APIC code unification, UV support updates. >>>> >>>> Has been cross-built on all architectures we could get crosscompilers >>>> for: >>>> >>>> http://www.tglx.de/autoqa/index >>>> >>>> It should be largely uneventful for sparse-irq unaware, non-x86 >>>> architectures. >>> please find updated pull request below. Relative to phase-N-1. Updates >>> from today in this class of topics: >>> >>> b570868: x86: apic - unify APIC_DIVISOR >>> >>> And i removed: >>> >>> eada62c: acpi/x86: introduce __apci_map_table, v4 >>> >>> [ Cc:-ed Yinghai for that - we can live without that patch (i.e. we at >>> most get a leak warning) and can have that via acpi.git, correct? ] >> yes. we have several patches that even didn't pick up for a while. >> >> also please ask Linus to pull pci tree from Jesse before sparseirq. >> >> because we need >> PCI: change MSI-x vector to 32bit >> >> in pci tree. > > is it absolutely needed? > qla2xxx with MSI-X will crash. only happend with the new card that support msi-x. so it is not absolutely needed. YH