Split executable and non-executable mmap tracking
On Fri, 2010-05-07 at 10:05 +0100, Eric B Munson wrote: This patch splits tracking of executable and non-executable mmaps. Executable mmaps are tracked normally and non-executable are tracked when --data is used. Signed-off-by: Anton Blanchard <anton(a)samba.org> Updated code for stable perf ABI ... 25 May 2010 05:52
[2.6.34, patch] i915: fix lock imbalance on error path...
While investigating Intel i5 Arrandale GPU lockups with -rc4, I noticed a lock imbalance. Signed-off-by: Daniel J Blueman <daniel.blueman(a)gmail.com> diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c index cc03537..f5fee1b 100644 --- a/drivers/gpu/drm/i915/i915_drv.c +++ b/drivers/... 17 May 2010 10:12
mtd: Do not corrupt backing device of device node inode
On Fri, May 14, 2010 at 4:04 AM, David Woodhouse <dwmw2(a)infradead.org> wrote: On Wed, 2010-05-05 at 18:40 +0300, Kirill A. Shutemov wrote: We cannot modify file->f_mapping->backing_dev_info, because it will corrupt backing device of device node inode, since file->f_mapping is equal to inode->i_mapping (s... 18 May 2010 09:15
[PATCH 01/11] GFS2: Remove space from slab cache name
Apparently this might confuse parsers. Reported-by: Christoph Hellwig <hch(a)infradead.org> Signed-off-by: Steven Whitehouse <swhiteho(a)redhat.com> --- fs/gfs2/main.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/gfs2/main.c b/fs/gfs2/main.c index a88fadc..fb2a5f9 100644 --- a/fs... 17 May 2010 10:12
[PATCH 11/11] GFS2: Fix typo
A missing ! in a test. Signed-off-by: Steven Whitehouse <swhiteho(a)redhat.com> --- fs/gfs2/sys.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/gfs2/sys.c b/fs/gfs2/sys.c index 7afb62e..68d2795 100644 --- a/fs/gfs2/sys.c +++ b/fs/gfs2/sys.c @@ -233,7 +233,7 @@ static ssize_t de... 17 May 2010 09:06
[PATCH 09/11] GFS2: Eliminate useless err variable
From: Bob Peterson <rpeterso(a)redhat.com> This patch removes an unneeded "err" variable that is always returned as zero. Signed-off-by: Bob Peterson <rpeterso(a)redhat.com> Signed-off-by: Steven Whitehouse <swhiteho(a)redhat.com> --- fs/gfs2/meta_io.c | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-)... 17 May 2010 09:06
[PATCH 06/11] GFS2: fix quota state reporting
From: Christoph Hellwig <hch(a)lst.de> We need to report both the accounting and enforcing flags if we are in enforcing mode. Signed-off-by: Christoph Hellwig <hch(a)lst.de> Signed-off-by: Steven Whitehouse <swhiteho(a)redhat.com> --- fs/gfs2/quota.c | 16 ++++++++++++---- 1 files changed, 12 insertions(+), 4 d... 17 May 2010 09:06
[PATCH 10/11] GFS2: stuck in inode wait, no glocks stuck
From: Bob Peterson <rpeterso(a)redhat.com> This patch changes the lock ordering when gfs2 reclaims unlinked dinodes, thereby avoiding a livelock. Signed-off-by: Bob Peterson <rpeterso(a)redhat.com> Signed-off-by: Steven Whitehouse <swhiteho(a)redhat.com> --- fs/gfs2/rgrp.c | 78 +++++++++++++++++++++-------------... 17 May 2010 09:06
[PATCH 07/11] GFS2: Add some useful messages
The following patch adds a message to indicate when barriers have been disabled due to a block device which doesn't support them. You could already tell this via the mount options in /proc/mounts, but all the other filesystems also log a message at the same time. Also, the same mechanisms are used to indicate whe... 17 May 2010 09:06
[PATCH v2] hwmon: driver for TI tmp102 temperature sensor
Hi Steven, On Wed, 5 May 2010 08:31:55 -0700, Steven King wrote: On Tuesday 04 May 2010 2:36:55 Jean Delvare wrote: Steven, On Sat, 3 Apr 2010 09:23:40 +0200, Jean Delvare wrote: Any update? Would be great to not lose all the work that both you and me put in this driver so far. ... 17 May 2010 09:06