From: David Teigland <teigland@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PULL] dlm updates for 2.6.25 (batch 2)
Date: Fri, 8 Feb 2008 05:21:20 -0600 [thread overview]
Message-ID: <20080208112120.GA17595@redhat.com> (raw)
Linus,
Please pull a second batch of dlm updates for 2.6.25 from:
git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git for-linus
Al Viro (13):
dlm: use proper C for dlm/requestqueue stuff (and fix alignment bug)
dlm: dlm_process_incoming_buffer() fixes
dlm: do not byteswap rcom_lock
dlm: do not byteswap rcom_config
dlm: use proper type for ->ls_recover_buf
dlm: missing length check in check_config()
dlm: validate data in dlm_recover_directory()
dlm: verify that places expecting rcom_lock have packet long enough
dlm: receive_rcom_lock_args() overflow check
dlm: make find_rsb() fail gracefully when namelen is too large
dlm: fix overflows when copying from ->m_extra to lvb
dlm: fix dlm_dir_lookup() handling of too long names
dlm: dlm/user.c input validation fixes
David Teigland (2):
dlm: proper types for asts and basts
dlm: eliminate astparam type casting
Denis Cheng (1):
dlm: add __init and __exit marks to init and exit functions
fs/dlm/ast.c | 9 ++--
fs/dlm/config.c | 2 +-
fs/dlm/debug_fs.c | 8 +--
fs/dlm/dir.c | 28 +++++++++--
fs/dlm/dlm_internal.h | 53 +++++++++++--------
fs/dlm/lock.c | 139 +++++++++++++++++++++++++++++--------------------
fs/dlm/lock.h | 2 +-
fs/dlm/lockspace.c | 2 +-
fs/dlm/memory.c | 4 +-
fs/dlm/midcomms.c | 33 +++++++-----
fs/dlm/netlink.c | 9 ++--
fs/dlm/rcom.c | 63 ++++++++++++++--------
fs/dlm/recover.c | 4 +-
fs/dlm/requestqueue.c | 12 ++--
fs/dlm/requestqueue.h | 2 +-
fs/dlm/user.c | 29 ++++------
fs/dlm/util.c | 61 ---------------------
17 files changed, 235 insertions(+), 225 deletions(-)
reply other threads:[~2008-02-08 11:30 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20080208112120.GA17595@redhat.com \
--to=teigland@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/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.