cxgb3: fix GRO checksum check
From: Divy Le Ray <divy(a)chelsio.com> Date: Mon, 08 Feb 2010 16:55:44 -0800 From: Divy Le Ray <divy(a)chelsio.com> Verify the HW checksum state for frames handed to GRO processing. Signed-off-by: Divy Le Ray <divy(a)chelsio.com> Applied, thanks. -- To unsubscribe from this list: send the line "unsub... 9 Feb 2010 01:50
[PATCH] Restrict initial stack space expansion to rlimit
When reserving stack space for a new process, make sure we're not attempting to expand the stack by more than rlimit allows. This fixes a bug caused by b6a2fea39318e43fee84fa7b0b90d68bed92d2ba "mm: variable length argument support" and unmasked by fc63cf237078c86214abcb2ee9926d8ad289da9b "exec: setup_arg_pages() ... 9 Feb 2010 01:50
fs: nfsd: export: fix coding style issues
> -static struct svc_expkey *svc_expkey_update(struct svc_expkey *new, struct svc_expkey *old); +static struct svc_expkey *svc_expkey_update(struct svc_expkey *new, + struct svc_expkey *old); how is this an improvement ? I don't find the 2nd more more readable also, are you planning to do real cha... 9 Feb 2010 00:45
[PATCH RFC] Make AT_VECTOR_SIZE_ARCH 2 for x86-32
Both x86-32 and x86-64 with 32-bit compat use ARCH_DLINFO_IA32, which defines two saved_auxv entries. But system.h only defines AT_VECTOR_SIZE_ARCH as 2 for CONFIG_IA32_EMULATION, not for CONFIG_X86_32. Fix that. Am I on crack? Signed-off-by: Serge E. Hallyn <serue(a)us.ibm.com> --- arch/x86/include/asm/sys... 8 Feb 2010 22:34
2.6.33 fix
Please pull the following 2.6.33 regression fix from the for-2.6.33 branch at: git://linux-nfs.org/~bfields/linux.git for-2.6.33 --b. commit 260c64d23532caf19abb77e696971da05c388489 Author: J. Bruce Fields <bfields(a)citi.umich.edu> Date: Mon Feb 8 13:42:26 2010 -0500 Revert "nfsd4: fix error retur... 8 Feb 2010 20:15
linux-next: build failure after merge of the pci tree
Hi Jesse, After merging the pci tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: arch/powerpc/kernel/pci_64.c: In function 'pcibios_unmap_io_space': arch/powerpc/kernel/pci_64.c:101: error: 'struct pci_bus' has no member named 'resource' arch/powerpc/kernel/pci_64.c: In function 'pcib... 8 Feb 2010 20:15
PCI: try "pci=use_crs" again
On Mon, 08 Feb 2010 15:44:18 -0700 Bjorn Helgaas <bjorn.helgaas(a)hp.com> wrote: Historically, Linux has assumed a single PCI host bridge, with that bridge claiming all the address space left after RAM and legacy devices are taken out. If the system contains multiple host bridges, we can no longer o... 23 Feb 2010 13:34
2.6.33-rc6 crashes on resume
On Tuesday 09 February 2010, Bill Davidsen wrote: Pretty simple to reproduce, boot, suspend, press shift Acer Aspire 1681, Celeron, 2.6.33-rc6. Trace and config attached. I guess 2.6.32 didn't crash? Rafael -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a me... 8 Feb 2010 19:07
[PATCH v2 1/7] PCI: make disabled window printk style match the enabled ones
No functional change; this just tweaks the changes from 349e1823a405 so the new printks for disabled PCI-to-PCI bridge windows match the ones for the enabled windows. Signed-off-by: Bjorn Helgaas <bjorn.helgaas(a)hp.com> --- drivers/pci/probe.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) ... 8 Feb 2010 17:59
drivers/usb: Convert concatenated __FILE__ to %s, __FILE__
On Fri, Feb 05, 2010 at 05:51:13PM -0800, Joe Perches wrote: Reduces string space a bit It does? Does gcc optimize all of the __FILE__ instances to point to the same place in the object? thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message... 8 Feb 2010 17:59