early_res: fix check in free_early_partial
On Fri, Jun 4, 2010 at 2:10 PM, Adam Lackorzynski <adam(a)os.inf.tu-dresden.de> wrote: free_early_partial must check the returned region of find_overlapped_early() whether it is a region at all. Otherwise the function will indefinitely loop. do you have that hang really? that stage we should not have blan... 6 Jun 2010 08:19
[BUG] ACPI/dynamic-hybrid-graphics (?) on Vaio VPCZ11 - screen does not light up on resume [was: Re: Intel Arrandale IGP - screen does not light up on resume]
Hi, (the introduction is at the end of this one, it comes from a previous mail sent to Zhenyu Wang) I was thinking that it could come from bogus ACPI tables. Someone said to me (from sony-vaio-z-series(a)lists.launchpad.net) that with a patched BIOS (that someone does and that I don't really want to test) that ... 4 Jun 2010 19:12
scripts: confdata: Fix fwrite warning
On Wed, 2 Jun 2010 16:44:19 +0200 Thomas Weber <weber(a)corscience.de> wrote: I get for: scripts/kconfig/confdata.c:508 scripts/kconfig/confdata.c:759 scripts/kconfig/confdata.c:760 warning: ignoring return value of ___fwrite___, declared with attribute warn_unused_result So check the return... 4 Jun 2010 19:12
[PATCH] maintainers: Add git trees for SPI and device tree
Signed-off-by: Grant Likely <grant.likely(a)secretlab.ca> --- MAINTAINERS | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 2652ebc..1b2d7b6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4216,6 +4216,7 @@ OPEN FIRMWARE AND FLATTENED DEVICE TREE M: Grant... 4 Jun 2010 18:06
irq: support IRQ_NESTED_THREAD with non-threaded interrupt handlers
On Fri, 4 Jun 2010, Esben Haabendal wrote: set_irq_nested_thread() might be called by interrupt controller to supported nested irq thread handling, and with this change, drivers with non-threaded irq handlers can still use the irqs. What's the problem you are trying to solve ? The above changelog is not ... 8 Jun 2010 11:26
[PATCH 07/11] altera_uart: Simplify altera_uart_console_putc
From: Tobias Klauser <tklauser(a)distanz.ch> The check for the TRDY flag after writing the character is not needed. Also do a cpu_relax() inside the loop. Pass a struct uart_port to altera_uart_console_putc, so we do not need to get it (and dereference pointers) for every character. Cc: Thomas Chou <thomas(a)wyt... 4 Jun 2010 18:06
[PATCH 05/11] TTY/n_gsm: potential double lock
From: Dan Carpenter <error27(a)gmail.com> In gsm_dlci_data_kick() we call gsm_dlci_data_sweep() with the "gsm->tx_lock" held so we can't lock it again inside gsm_dlci_data_sweep(). I removed that lock from and added one to gsmld_write_wakeup() instead. The sweep function is only called from those two places. ... 4 Jun 2010 18:06
[PATCH 03/11] serial: bfin_5xx: IRDA is not affected by anomaly 05000230
From: Graf Yang <graf.yang(a)analog.com> Anomaly 05000230 (over sampling of the UART STOP bit) applies only when the peripheral is operating in UART mode. So drop the anomaly handling when the UART is in IRDA mode. Signed-off-by: Graf Yang <graf.yang(a)analog.com> Signed-off-by: Mike Frysinger <vapier(a)gentoo.org>... 4 Jun 2010 18:06
[PATCH 02/11] serial_cs: add and sort IDs for serial and modem cards
From: Alexander Kurz <linux(a)kbdbabel.org> Signed-off-by: Alexander Kurz <linux(a)kbdbabel.org> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/serial/serial_cs.c | 18 ++++++++++++++++-- 1 files changed, 16 insertions(+), 2 deletions(-) diff --git a/drivers/serial/serial_cs.c b/drivers/serial/... 4 Jun 2010 18:06
[PATCH 2/3] kobject: free memory if netlink_kernel_create() fails
From: Dan Carpenter <error27(a)gmail.com> There is a kfree(ue_sk) missing on the error path if netlink_kernel_create() fails. Signed-off-by: Dan Carpenter <error27(a)gmail.com> Reviewed-by: "Eric W. Biederman" <ebiederm(a)xmission.com> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- lib/kobject_uevent.c | ... 4 Jun 2010 16:59