From: Steven Whitehouse <swhiteho@redhat.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] GFS2: Pull request (fixes)
Date: Thu, 02 Jan 2014 12:41:41 +0000 [thread overview]
Message-ID: <1388666501.2746.16.camel@menhir> (raw)
Hi,
Please consider pulling the following bug fixes,
Steve.
-----------------------------------------------------------------
The following changes since commit 7e3528c3660a2e8602abc7858b0994d611f74bc3:
slab.h: remove duplicate kmalloc declaration and fix kernel-doc warnings (2013-11-24 11:01:16 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes.git tags/gfs2-fixes
for you to fetch changes up to 0b3a2c9968d453d5827e635a6f3d69129f70af66:
GFS2: Fix unsafe dereference in dump_holder() (2014-01-02 12:18:04 +0000)
----------------------------------------------------------------
Here is a set of small fixes for GFS2. There is a fix to drop
s_umount which is copied in from the core vfs, two patches
relate to a hard to hit "use after free" and memory leak.
Two patches related to using DIO and buffered I/O on the same
file to ensure correct operation in relation to glock state
changes. The final patch adds an RCU read lock to ensure
correct locking on an error path.
----------------------------------------------------------------
Bob Peterson (2):
GFS2: Fix use-after-free race when calling gfs2_remove_from_ail
GFS2: Fix slab memory leak in gfs2_bufdata
Steven Whitehouse (3):
GFS2: don't hold s_umount over blkdev_put
GFS2: Fix incorrect invalidation for DIO/buffered I/O
GFS2: Wait for async DIO in glock state changes
Tetsuo Handa (1):
GFS2: Fix unsafe dereference in dump_holder()
fs/gfs2/aops.c | 30 ++++++++++++++++++++++++++++++
fs/gfs2/glock.c | 2 ++
fs/gfs2/glops.c | 10 ++++++++--
fs/gfs2/log.c | 4 ++--
fs/gfs2/meta_io.c | 5 +++++
fs/gfs2/ops_fstype.c | 12 +++++++++++-
6 files changed, 58 insertions(+), 5 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part
URL: <http://listman.redhat.com/archives/cluster-devel/attachments/20140102/ae9640fa/attachment.sig>
WARNING: multiple messages have this Message-ID (diff)
From: Steven Whitehouse <swhiteho@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, cluster-devel@redhat.com
Subject: GFS2: Pull request (fixes)
Date: Thu, 02 Jan 2014 12:41:41 +0000 [thread overview]
Message-ID: <1388666501.2746.16.camel@menhir> (raw)
[-- Attachment #1: Type: text/plain, Size: 1845 bytes --]
Hi,
Please consider pulling the following bug fixes,
Steve.
-----------------------------------------------------------------
The following changes since commit 7e3528c3660a2e8602abc7858b0994d611f74bc3:
slab.h: remove duplicate kmalloc declaration and fix kernel-doc warnings (2013-11-24 11:01:16 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes.git tags/gfs2-fixes
for you to fetch changes up to 0b3a2c9968d453d5827e635a6f3d69129f70af66:
GFS2: Fix unsafe dereference in dump_holder() (2014-01-02 12:18:04 +0000)
----------------------------------------------------------------
Here is a set of small fixes for GFS2. There is a fix to drop
s_umount which is copied in from the core vfs, two patches
relate to a hard to hit "use after free" and memory leak.
Two patches related to using DIO and buffered I/O on the same
file to ensure correct operation in relation to glock state
changes. The final patch adds an RCU read lock to ensure
correct locking on an error path.
----------------------------------------------------------------
Bob Peterson (2):
GFS2: Fix use-after-free race when calling gfs2_remove_from_ail
GFS2: Fix slab memory leak in gfs2_bufdata
Steven Whitehouse (3):
GFS2: don't hold s_umount over blkdev_put
GFS2: Fix incorrect invalidation for DIO/buffered I/O
GFS2: Wait for async DIO in glock state changes
Tetsuo Handa (1):
GFS2: Fix unsafe dereference in dump_holder()
fs/gfs2/aops.c | 30 ++++++++++++++++++++++++++++++
fs/gfs2/glock.c | 2 ++
fs/gfs2/glops.c | 10 ++++++++--
fs/gfs2/log.c | 4 ++--
fs/gfs2/meta_io.c | 5 +++++
fs/gfs2/ops_fstype.c | 12 +++++++++++-
6 files changed, 58 insertions(+), 5 deletions(-)
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
next reply other threads:[~2014-01-02 12:41 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-02 12:41 Steven Whitehouse [this message]
2014-01-02 12:41 ` GFS2: Pull request (fixes) Steven Whitehouse
-- strict thread matches above, loose matches on Subject: below --
2014-09-16 10:11 [Cluster-devel] " Steven Whitehouse
2014-07-18 11:21 Steven Whitehouse
2013-11-22 10:39 Steven Whitehouse
2013-08-19 9:26 Steven Whitehouse
2013-08-19 16:33 ` Linus Torvalds
2013-08-19 9:24 Steven Whitehouse
2013-06-04 15:40 Steven Whitehouse
2013-05-24 14:05 Steven Whitehouse
2013-04-05 10:34 Steven Whitehouse
2013-04-05 16:27 ` David Teigland
2013-04-05 16:51 ` Steven Whitehouse
2013-04-05 16:53 ` Linus Torvalds
2013-04-05 17:52 ` Steven Whitehouse
2013-01-28 10:31 Steven Whitehouse
2013-01-03 12:28 Steven Whitehouse
2012-11-07 10:58 Steven Whitehouse
2012-09-13 13:42 Steven Whitehouse
2012-04-11 10:21 Steven Whitehouse
2012-04-11 10:18 Steven Whitehouse
2012-02-28 11:49 Steven Whitehouse
2011-07-27 10:00 Steven Whitehouse
2011-07-14 15:16 Steven Whitehouse
2011-05-23 14:05 Steven Whitehouse
2011-04-19 9:13 Steven Whitehouse
2011-01-19 10:50 Steven Whitehouse
2010-11-29 13:42 Steven Whitehouse
2010-11-15 15:41 Steven Whitehouse
2010-09-17 13:59 Steven Whitehouse
2010-07-15 14:35 Steven Whitehouse
2010-05-25 8:51 Steven Whitehouse
2010-03-11 17:41 Steven Whitehouse
2010-02-12 11:37 Steven Whitehouse
2010-02-04 10:06 Steven Whitehouse
2010-02-02 10:07 [Cluster-devel] [GFS2] " Steven Whitehouse
2010-01-11 14:24 [Cluster-devel] GFS2: " Steven Whitehouse
2009-08-14 13:01 Steven Whitehouse
2009-07-30 13:45 [Cluster-devel] GFS2: Pre-pull patch posting (fixes) Steven Whitehouse
2009-07-30 13:02 ` [Cluster-devel] GFS2: Pull request (fixes) Steven Whitehouse
2009-04-23 13:13 Steven Whitehouse
2009-01-07 10:21 Steven Whitehouse
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1388666501.2746.16.camel@menhir \
--to=swhiteho@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.