[PATCH 5/5] drivers/video/vesafb.c Section mismatch
Signed-off-by: Rene Bolldorf <xsecute(a)googlemail.com> diff --git a/drivers/video/vesafb.c b/drivers/video/vesafb.c index ef4128c..60432c5 100644 --- a/drivers/video/vesafb.c +++ b/drivers/video/vesafb.c @@ -476,7 +476,7 @@ err: return err; } -static struct platform_driver vesafb_driver = { +static str... 18 Mar 2010 18:57
[PATCH 0/5] drivers/ata/ahci.c warning: comparison between ‘enum <anonymous>’ and ‘enum <anonymous>’
Signed-off-by: Rene Bolldorf <xsecute(a)googlemail.com> diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index 108f2c6..f17b114 100644 --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c @@ -998,7 +998,7 @@ static int ahci_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) VPRINTK("ENTER\n")... 18 Mar 2010 18:57
[PATCH 4/5] drivers/pci/pci.c Section mismatch
Signed-off-by: Rene Bolldorf <xsecute(a)googlemail.com> diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index ddd55dc..a1f7d93 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c @@ -2773,7 +2773,7 @@ int pci_resource_bar(struct pci_dev *dev, int resno, enum pci_bar_type *type) /* Some architectures req... 18 Mar 2010 18:57
[PATCH 3/5] arch/x86/pci/legacy.c Section mismatch
Signed-off-by: Rene Bolldorf <xsecute(a)googlemail.com> diff --git a/arch/x86/pci/legacy.c b/arch/x86/pci/legacy.c index 8d460ea..c89266b 100644 --- a/arch/x86/pci/legacy.c +++ b/arch/x86/pci/legacy.c @@ -36,7 +36,7 @@ int __init pci_legacy_init(void) return 0; } -void pcibios_scan_specific_bus(int busn)... 18 Mar 2010 18:57
Enhance perf to collect KVM guest os statistics fromhost side
* Ingo Molnar <mingo(a)xxxxxxxx> wrote: * Avi Kivity <avi(a)xxxxxxxxxx> wrote: Monitoring guests from the host is useful for kvm developers, but less so for users. Guest space profiling is easy, and 'perf kvm' is not about that. (plain 'perf' will work if a proper paravirt channel is opened to ... 18 Mar 2010 18:57
[rt2x00-users] rt2500usb broken since 2.6.29
Hi, On Thu, Mar 18, 2010 at 21:46, Ondrej Zary <linux(a)rainbow-software.org> wrote: Hello, rt2500usb is broken since kernel 2.6.29. It has been discussed before but never solved: http://rt2x00.serialmonkey.com/phpBB/viewtopic.php?f=4&t=4834 https://bugzilla.redhat.com/show_bug.cgi?id=484888 I ... 18 Mar 2010 18:57
[PATCH -tip] x86, perf: A few cosmetic dabs for p4 pmu (comments and constantify)
- A few ESCR have escaped fixing at previous attempt. - p4_escr_map is read only, make it const. Nothing serious. Signed-off-by: Cyrill Gorcunov <gorcunov(a)openvz.org> --- | commit f53d69aedd592348e9f862c429f8fc99159ac7fc | Merge: f10893e cb7d6b5 | Author: Ingo Molnar <mingo(a)elte.hu> | Date: Thu Mar 18 1... 18 Mar 2010 17:47
pull request: wireless-2.6 2010-03-18
Dave, Three more intended for 2.6.34... The biggest one is for ath9k, which removes some unused code along with the one-liner that makes the code unused. (Did you follow that?) The others are a null-pointer fix and a "hush dawg" for a noisy warning message. Please let me know if there are problems! Thank... 19 Mar 2010 00:34
perf events: Fix false positive build warning with older GCC's
tip-bot for Ingo Molnar wrote: Commit-ID: 55632770d7298835645489828af87f854c47749c Gitweb: http://git.kernel.org/tip/55632770d7298835645489828af87f854c47749c Author: Ingo Molnar <mingo(a)elte.hu> AuthorDate: Thu, 18 Mar 2010 16:51:16 +0100 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Thu... 18 Mar 2010 16:38
[PATCH tip/core/urgent 1/2] rcu: local_irq_disable() also delimits RCU_SCHED read-site critical sections
From: Lai Jiangshan <laijs(a)cn.fujitsu.com> It is documented that local_irq_disable() also delimits RCU_SCHED read-site critical sections. See the document of synchronize_sched() or Documentation/RCU/whatisRCU.txt. So we have to test irqs_disabled() in rcu_read_lock_sched_held(). Otherwise rcu-lockdep brings i... 18 Mar 2010 16:38