nfs: clear_commit_release incorrectly handle truncated page
On Tue, 2010-02-02 at 13:36 +0300, Dmitry Monakhov wrote: After page was truncated it lost it's mapping, this result in null pointer dereference on bdi_stat update. In fact we have to decrement bdi_stat even for truncated pages, so let's pass correct mapping in function arguments. Patch against linux-2.6 ... 2 Feb 2010 22:19
s2disk hang update
On 1/2/10, Rafael J. Wysocki <rjw(a)sisk.pl> wrote: On Saturday 02 January 2010, Alan Jenkins wrote: Hi, I've been suffering from s2disk hangs again. This time, the hangs were always before the hibernation image was written out. They're still frustratingly random. I just started trying to work ... 26 Feb 2010 05:15
trivial: capitalization and other minor fixes in pnp documentation
On Sun, 17 Jan 2010, Thadeu Lima de Souza Cascardo wrote: Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo(a)holoscopio.com> --- Documentation/pnp.txt | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) Applied, thanks. -- Jiri Kosina SUSE Labs, Novell Inc. -- To unsubsc... 2 Feb 2010 22:17
Dear VT.EDU Account User
Dear VT.EDU Account User Due to the congestion in all VT.EDU users and removal of all unused VT.EDU Accounts, We would be shutting down all unused Accounts, You will have to confirm your E-mail by filling out your Login Information below after clicking the reply button, or your account will be suspended within 2... 2 Feb 2010 22:16
sound/soc/s3c24xx/s2c-pcm.c: Fix continuation line formats
On Mon, Feb 01, 2010 at 11:22:16PM -0800, Joe Perches wrote: String constants that are continued on subsequent lines with \ are not good. Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at ... 2 Feb 2010 22:16
[PATCH 4/4] GFS2: Use GFP_NOFS for alloc structure
This is called under a glock, so its a good plan to use GFP_NOFS Signed-off-by: Steven Whitehouse <swhiteho(a)redhat.com> --- fs/gfs2/rgrp.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/gfs2/rgrp.c b/fs/gfs2/rgrp.c index 46534a5..503b842 100644 --- a/fs/gfs2/rgrp.c +++ b/fs/gfs... 2 Feb 2010 22:16
[GFS2] Pre-pull patch posting (fixes)
Hi, Here is the latest set of GFS2 fixes. They are all fairly small, Steve. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.... 2 Feb 2010 22:16
[PATCH 2/4] GFS2: Don't withdraw on partial rindex entries
From: Benjamin Marzinski <bmarzins(a)redhat.com> ince gfs2 writes the rindex file a block at a time, and releases the exclusive lock after each block, it is possible that another process will grab the lock in the middle of the write. Since rindex entries are not an even divisor of blocks, that other process may se... 2 Feb 2010 22:16
[PATCH 4/6] xen/hybrid: The entrance for Hybrid
xen_hybrid_init() would setup Hybrid environment. Cc: Ingo Molnar <mingo(a)elte.hu> Signed-off-by: Sheng Yang <sheng(a)linux.intel.com> --- arch/x86/kernel/setup.c | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c index f7b8b98..db82... 2 Feb 2010 22:16
Revert "drm/radeon/kms: move radeon KMS on/off switch out of staging."
> It's the moving of radeom KMS out of staging after -rc6 that causes it, because it brought it into the scope of my testing: f71d018: drm/radeon/kms: move radeon KMS on/off switch out of staging. So at least on this box it's clearly not ready for mainline enablement yet. I've attached th... 5 Feb 2010 02:51