Fwd: [2.6.34] INFO: task rsync:20019 blocked for more than 120 seconds.
Hey Folks, I recently switched over to 2.6.34, and now I'm getting these: INFO: task rsync:20019 blocked for more than 120 seconds. "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. rsync D 000000000006a7c6 0 20019 20005 0x00000004 ffff88001dcb9b48 0000000000000082 0000000000004000 000000... 14 Jun 2010 16:15
uniform cdrom: fix mutex unlocking in /proc/sys/dev/cdrom/info file
On Wed, 09 Jun 2010 12:56:50 -0400 Davidlohr Bueso <dave.bueso(a)gmail.com> wrote: If the last if condition passes the cdrom_mutex mutex will not be unlocked. This patch fixes this and also removes the unnecessary doit label that was only invoked by the done label. Confused. There is no way in which cdr... 15 Jun 2010 16:31
TCP connections on 'lo' interface randomly stall
Am 14.06.2010 20:23, schrieb Randy Dunlap: On Mon, 14 Jun 2010 20:10:27 +0200 Thomas Bächler wrote: With 2.6.35-rc3, I cannot use TCP over the 'lo' interface any more. This is reproduced easily by running 'ssh localhost' and executing a few commands inside the ssh session (if you are able to log in, ... 14 Jun 2010 16:15
vmscan: Setup pagevec as late as possible in shrink_page_list()
On 06/14/2010 07:17 AM, Mel Gorman wrote: shrink_page_list() sets up a pagevec to release pages as according as they are free. It uses significant amounts of stack on the pagevec. This patch adds pages to be freed via pagevec to a linked list which is then freed en-masse at the end. This avoids using stack ... 14 Jun 2010 16:14
: hpilo: fix pointer warning in ilo_ccb_setup [v2]
On Tue, 8 Jun 2010 11:25:36 -0400 Prarit Bhargava <prarit(a)redhat.com> wrote: Fix i386 PAE compile warning: drivers/misc/hpilo.c: In function ___ilo_ccb_setup___: drivers/misc/hpilo.c:274: warning: cast to pointer from integer of different size dma_addr_t is 64 on i386 PAE which causes a size mism... 14 Jun 2010 17:22
parisc: Remove *(.text.*) pattern from the linker script
On Mon, 14 Jun 2010 10:20:59 -0500, James Bottomley <James.Bottomley(a)HansenPartnership.com> wrote: This would destroy all of the named parisc text ordering we do above the removed line because now you'd have swept up all the function sections before we get to them, won't it? Argh, sorry, you're complete... 14 Jun 2010 16:14
Hibernation broken on machines with radeon/KMS and r300
On Monday, June 14, 2010, Alex Deucher wrote: On Mon, Jun 14, 2010 at 10:53 AM, Rafael J. Wysocki <rjw(a)sisk.pl> wrote: Alex, Dave, I'm afraid hibernation is broken on all machines using radeon/KMS with r300 after commit ce8f53709bf440100cb9d31b1303291551cf517f (drm/radeon/kms/pm: rework powe... 17 Jun 2010 15:38
vmscan: Setup pagevec as late as possible in shrink_inactive_list()
On 06/14/2010 07:17 AM, Mel Gorman wrote: shrink_inactive_list() sets up a pagevec to release unfreeable pages. It uses significant amounts of stack doing this. This patch splits shrink_inactive_list() to take the stack usage out of the main path so that callers to writepage() do not contain an unused pagev... 14 Jun 2010 16:14
x86, pci: Handle fallout pci devices with peer root bus
On Monday, June 14, 2010 11:47:59 am Yinghai Lu wrote: Graham bisected | commit 3e3da00c01d050307e753fb7b3e84aefc16da0d0 | x86/pci: AMD one chain system to use pci read out res cause the SND_HDA_INTEL doesn't work anymore. https://bugzilla.kernel.org/show_bug.cgi?id=16007 It turn... 15 Jun 2010 12:02
TCP connections on 'lo' interface randomly stall
On Mon, 14 Jun 2010 20:10:27 +0200 Thomas B�chler wrote: With 2.6.35-rc3, I cannot use TCP over the 'lo' interface any more. This is reproduced easily by running 'ssh localhost' and executing a few commands inside the ssh session (if you are able to log in, 'ls -lhFR /' does a good job) - the connection w... 14 Jun 2010 15:07