* [PATCH] Series short description
@ 2008-10-14 10:28 Alan Cox
2008-10-14 10:28 ` [PATCH] 8250: Fix lock warning Alan Cox
0 siblings, 1 reply; 4+ messages in thread
From: Alan Cox @ 2008-10-14 10:28 UTC (permalink / raw)
To: torvalds, linux-kernel
Fix up the 8250 locking
---
Alan Cox (1):
8250: Fix lock warning
drivers/serial/8250.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread* [PATCH] 8250: Fix lock warning
2008-10-14 10:28 [PATCH] Series short description Alan Cox
@ 2008-10-14 10:28 ` Alan Cox
0 siblings, 0 replies; 4+ messages in thread
From: Alan Cox @ 2008-10-14 10:28 UTC (permalink / raw)
To: torvalds, linux-kernel
From: Alan Cox <alan@redhat.com>
Splitting the 8250 code back up to avoid a clash with the NR_IRQS removal
patch introduced a last minute bug. Put back the additional needed lines
for the old lock init
---
drivers/serial/8250.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/drivers/serial/8250.c b/drivers/serial/8250.c
index d4104a3..d3ca7d3 100644
--- a/drivers/serial/8250.c
+++ b/drivers/serial/8250.c
@@ -2969,6 +2969,9 @@ static int __init serial8250_init(void)
"%d ports, IRQ sharing %sabled\n", nr_uarts,
share_irqs ? "en" : "dis");
+ for (i = 0; i < NR_IRQS; i++)
+ spin_lock_init(&irq_lists[i].lock);
+
#ifdef CONFIG_SPARC
ret = sunserial_register_minors(&serial8250_reg, UART_NR);
#else
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] Series short description
@ 2011-07-02 16:43 Bjorn Helgaas
2011-07-02 16:44 ` Bjorn Helgaas
0 siblings, 1 reply; 4+ messages in thread
From: Bjorn Helgaas @ 2011-07-02 16:43 UTC (permalink / raw)
To: Wim Van Sebroeck; +Cc: linux-kernel, linux-watchdog
The following series implements...
---
Bjorn Helgaas (1):
x86/PCI: reduce severity of host bridge window conflict warnings
arch/x86/pci/acpi.c | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
--
Signature
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH] Series short description
2011-07-02 16:43 [PATCH] Series short description Bjorn Helgaas
@ 2011-07-02 16:44 ` Bjorn Helgaas
0 siblings, 0 replies; 4+ messages in thread
From: Bjorn Helgaas @ 2011-07-02 16:44 UTC (permalink / raw)
To: Wim Van Sebroeck; +Cc: linux-kernel, linux-watchdog
Sorry, user malfunction, please ignore.
On Sat, Jul 2, 2011 at 10:43 AM, Bjorn Helgaas <bhelgaas@google.com> wrote:
> The following series implements...
>
> ---
>
> Bjorn Helgaas (1):
> x86/PCI: reduce severity of host bridge window conflict warnings
>
>
> arch/x86/pci/acpi.c | 7 +++----
> 1 files changed, 3 insertions(+), 4 deletions(-)
>
> --
> Signature
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-07-02 16:45 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-14 10:28 [PATCH] Series short description Alan Cox
2008-10-14 10:28 ` [PATCH] 8250: Fix lock warning Alan Cox
2011-07-02 16:43 [PATCH] Series short description Bjorn Helgaas
2011-07-02 16:44 ` Bjorn Helgaas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®