[PATCH 05/21] Hiberation: Fix speed display.
Correct the situation where, if an error occurs while writing an image, the speed display still uses the number of pages that should have been written, rather than the number of pages that were written. Signed-off-by: Nigel Cunningham <nigel(a)tuxonice.net> --- kernel/power/swap.c | 2 +- 1 files changed, 1 i... 2 Jun 2010 08:43
[PATCH 15/21] Remove first_sector from swap_map_handle
Remove the 'first_sector' variable from the swap_map_handle struct. It will continue to be used whereas the other members of the struct will be deleted in a following patch. Signed-off-by: Nigel Cunningham <nigel(a)tuxonice.net> --- kernel/power/block_io.c | 6 +++--- 1 files changed, 3 insertions(+), 3 delet... 2 Jun 2010 08:43
[PATCH 02/21] Hibernation: Move root_swap declaration.
Move the declaration of root_swap in preparation for the next patch. Signed-off-by: Nigel Cunningham <nigel(a)tuxonice.net> --- kernel/power/swap.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/kernel/power/swap.c b/kernel/power/swap.c index 829f7b4..e555b6c 100644 --- a/kernel/po... 2 Jun 2010 08:43
[PATCH] TCP: tcp_hybla: Fix integer overflow in slow start increment
From: root <root(a)kitchen.(none)> For large values of rtt, 2^rho operation may overflow u32. Clamp down the increment to 2^16. Signed-off-by: Daniele Lacamera <root(a)danielinux.net> --- net/ipv4/tcp_hybla.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/ipv4/tcp_hybla.c b/net/ip... 2 Jun 2010 08:43
mac8390: propagate error code from request_irq
From: Finn Thain <fthain(a)telegraphics.com.au> Date: Tue, 1 Jun 2010 22:18:32 +1000 (EST) Use the request_irq() error code as the return value for mac8390_open(). EAGAIN doesn't make sense for Nubus slot IRQs. Only this driver can claim this IRQ (until the NIC is removed, which means everything is powe... 2 Jun 2010 08:43
ext3: fix non-update ctime when changing the file's permission by setfacl
> ext3 didn't update the ctime of the file when its permission was changed. Steps to reproduce: # touch aaa # stat -c %Z aaa 1275289822 # setfacl -m 'u::x,g::x,o::x' aaa # stat -c %Z aaa 1275289822 <- unchanged But, according to the spec of the ctime, ext3 must update it. Ye... 2 Jun 2010 08:43
Add a common struct clk
On Wed, Jun 02, 2010 at 07:56:44PM +0800, Jeremy Kerr wrote: We currently have 21 definitions of struct clk in the ARM architecture, each defined on a per-platform basis. This makes it difficult to define platform- (or architecture-) independent clock sources without making assumptions about struct clk, and... 11 Jul 2010 22:42
X86:reboot.c Add some dmi entries to pci_reboot_dmi_table.
On Tue, 1 Jun 2010 22:48:20 +0100 Matthew Garrett <mjg59(a)srcf.ucam.org> wrote: On Tue, Jun 01, 2010 at 02:43:12PM -0700, Justin P. Mattock wrote: On 06/01/2010 02:29 PM, Matthew Garrett wrote: So, just to be clear, you run this as root and it immediately returns you to the prompt? This seems unli... 3 Jun 2010 06:45
Is there a way to change irq numbers of pcie cards ?
Hi, Is there a way to change irq numbers of pcie cards ? I have a supermicro machine with 2 raid cards (lsi 9260-8i and lsi 9260-8e) and one nvidia GTX480 graphics card. The problem is that all these pcie cards are assigned the same irq number, and thus all the interrupts are routed to the same cpu which can not... 3 Jun 2010 04:34
[RFC,PATCH 0/2] Common struct clk implementation, v3
Hi all, These patches are an attempt to allow platforms to share clock code. At present, the definitions of 'struct clk' are local to platform code, which makes allocating and initialising cross-platform clock sources difficult, and makes it impossible to compile a single image containing support for two ARM pla... 2 Jun 2010 08:43