All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Teigland <teigland@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PULL] dlm fixes for 4.10
Date: Mon, 12 Dec 2016 14:40:35 -0600	[thread overview]
Message-ID: <20161212204035.GE26576@redhat.com> (raw)

Hi Linus,

Please pull dlm fixes from tag:

git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git dlm-4.10

This set fixes error reporting for dlm sockets, removes the unbound
property on the dlm callback workqueue to improve performance, and
includes a couple trivial changes.

Thanks,
Dave


Bob Peterson (3):
      dlm: don't save callbacks after accept
      dlm: remove lock_sock to avoid scheduling while atomic
      dlm: don't specify WQ_UNBOUND for the ast callback workqueue

Paul Gortmaker (1):
      dlm: audit and remove any unnecessary uses of module.h

Stephen Hemminger (1):
      dlm: make genl_ops const

Wei Yongjun (1):
      dlm: fix error return code in sctp_accept_from_sock()


 fs/dlm/ast.c          |  2 +-
 fs/dlm/config.c       |  2 +-
 fs/dlm/debug_fs.c     |  2 +-
 fs/dlm/dlm_internal.h |  1 -
 fs/dlm/lockspace.c    |  2 ++
 fs/dlm/lowcomms.c     | 28 ++++++++++++++--------------
 fs/dlm/main.c         |  2 ++
 fs/dlm/netlink.c      |  2 +-
 fs/dlm/user.c         |  1 -
 9 files changed, 22 insertions(+), 20 deletions(-)

                 reply	other threads:[~2016-12-12 20:40 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=20161212204035.GE26576@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.