s2disk encryption was Re: [linux-pm] intermittent suspend problem again
Hi! On the other hand, I reverted 8fbd962e3, recompiled and replaced the module, and got the freeze during hibernation. And that was the bulk of the changes since 2.6.31... I'll revert the rest and test again, but that seems purely cosmetic, so no high hopes. In add... 12 Dec 2009 21:07
[GIT PULL] More omap code and fixes for 2.6.33 merge window
Linus, Please pull more omap updates for this merge window from: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap-for-linus Most of the diffstat is caused by moving the clock framework code around, adding new omap4 register defines, and new pin multiplexing code. Other changes ... 12 Dec 2009 21:06
[PATCH] Expose the irq_desc node in proc/irq
Expose the irq_desc node as /proc/irq/*/node. This file provides device hardware locality information for apps desiring to include hardware locality in irq mapping decisions. Signed-off-by: Dimitri Sivanich <sivanich(a)sgi.com> --- Documentation/filesystems/proc.txt | 4 ++++ kernel/irq/proc.c ... 12 Dec 2009 08:04
I Need Your Assistance
Hello, My name is Capt. Allan Davis,i am looking for a business partiner to invest my money with in your country. Can you be of any assistance to me? You can write me on my Email address: cpt.allandavis(a)gmail.com Waiting for your response ASAP. Best Regards Capt. Allan Davis -- To unsubscribe ... 12 Dec 2009 06:58
RCU detected CPU 0 stall after panic on sparc64
I tried 2.6.32 git gaad3bf0 on a SMP sparc64 machine (Ultra Enterprise 250). For some reason my disks were not found (not important in this bugreport) and this resulted in panic (cannnot mount root). However, the machine kept going and got the below messages (RCU detected CPU 0 stall (t=1000 jiffies)) from time... 14 Dec 2009 18:50
TTY patches for 2.6.33-git
* Greg KH <gregkh(a)suse.de> wrote: Here's the big TTY patchset for your .33-git tree. FYI, one of the changes in this tree is causing lockups on x86. Config attached. Possible suspects would one of these: 36ba782: tty: split the lock up a bit further 5ec93d1: tty: Move the leader test in disassocia... 16 Dec 2009 04:43
Badness at net/ipv4/inet_connection_sock.c:293
Hi there, today I upgraded from 2.6.32-rc7 to the latest -git (mainline) and after a few hours the messages below appeared in the log. Apparently "privoxy" was very busy handling connections, but the messages never appeared with earlier kernels. Full dmesg & .config is on: http://nerdbynature.de/bits/2.6.... 16 Dec 2009 00:26
possible bug in checkpatch.pl with __deprecated?
Hi Andy, Folks, I have two patches of the code. I goofed up on [1] and seemingly fixed it on [2] as per checkpatch.pl(I am using pastebin to prevent spamming the mailing list - apologies on that). This behavior seems to be related to the usage __deprecated with structure fields. The code in question is: (f... 11 Dec 2009 22:27
[PATCH] atmel-ssc.c: use resource_suze()
Use resource_size() for ioremap. Signed-off-by: H Hartley Sweeten <hsweeten(a)visionengravers.com> Cc: Hans-Christian Egtvedt <hans-christian.egtvedt(a)atmel.com> --- diff --git a/drivers/misc/atmel-ssc.c b/drivers/misc/atmel-ssc.c index 558bf3f..f4acd10 100644 --- a/drivers/misc/atmel-ssc.c +++ b/drivers/misc... 11 Dec 2009 20:17
[PATCH 47/58] tty: moxa: Use more tty_port ops
From: Alan Cox <alan(a)linux.intel.com> Rework a few bits of this into tty_port format Signed-off-by: Alan Cox <alan(a)linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/char/moxa.c | 137 ++++++++------------------------------------------- 1 files changed, 21 insertions(+), 116 del... 11 Dec 2009 19:11