All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Arnd Bergmann <arnd@arndb.de>
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PULL] char/misc fixes for 3.15-rc2
Date: Fri, 18 Apr 2014 14:38:54 -0700	[thread overview]
Message-ID: <20140418213854.GA3818@kroah.com> (raw)

The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:

  Linux 3.15-rc1 (2014-04-13 14:18:35 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/ tags/char-misc-3.15-rc2

for you to fetch changes up to 03367ef5ea811475187a0732aada068919e14d61:

  Drivers: hv: vmbus: Negotiate version 3.0 when running on ws2012r2 hosts (2014-04-16 14:14:07 -0700)

----------------------------------------------------------------
Char/Misc driver fixes for 3.15-rc2

Here are a few driver fixes for char/misc drivers that resolve reported
issues.

All have been in linux-next successfully for a few days.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Aaron Sierra (1):
      vme_tsi148: Utilize to_pci_dev() macro

Alexander Usyskin (1):
      mei: ignore client writing state during cb completion

Christoph Jaeger (1):
      drivers: mcb: fix memory leak in chameleon_parse_cells() error path

Colin Ian King (1):
      GenWQE: Ensure rc is not returning an uninitialized value

David Fries (2):
      w1: fix netlink refcnt leak on error path
      w1: avoid recursive device_add

Frank Haverkamp (4):
      GenWQE: Enable access to VPD flash area
      GenWQE: Add wmb before DDCB is started
      GenWQE: Fix multithreading problems
      GenWQE: Increase driver version number

Geert Uytterhoeven (1):
      misc: Grammar s/addition/additional/

Joe Schultz (2):
      vme_tsi148: Fix typo in tsi148_slave_get()
      vme_tsi148: Fix PCI address mapping assumption

K. Y. Srinivasan (2):
      Tools: hv: Handle the case when the target file exists correctly
      Drivers: hv: vmbus: Negotiate version 3.0 when running on ws2012r2 hosts

Tomas Winkler (1):
      mei: me: do not load the driver if the FW doesn't support MEI interface

 drivers/hv/connection.c             |   5 +-
 drivers/mcb/mcb-parse.c             |   1 +
 drivers/misc/Kconfig                |   4 +-
 drivers/misc/genwqe/card_base.h     |  58 ++++++++----
 drivers/misc/genwqe/card_ddcb.c     |   6 +-
 drivers/misc/genwqe/card_dev.c      |  44 ++++------
 drivers/misc/genwqe/card_utils.c    | 170 +++++++++++++++++++++++++++---------
 drivers/misc/genwqe/genwqe_driver.h |   2 +-
 drivers/misc/mei/hw-me-regs.h       |   5 ++
 drivers/misc/mei/interrupt.c        |   3 +-
 drivers/misc/mei/main.c             |   3 +-
 drivers/misc/mei/pci-me.c           |  30 +++++--
 drivers/vme/bridges/vme_tsi148.c    |  22 +++--
 drivers/w1/w1.c                     |  32 ++-----
 drivers/w1/w1_netlink.c             |  44 ++++++----
 include/linux/hyperv.h              |   4 +-
 include/uapi/linux/hyperv.h         |   1 +
 tools/hv/hv_fcopy_daemon.c          |   4 +-
 18 files changed, 280 insertions(+), 158 deletions(-)

                 reply	other threads:[~2014-04-18 21:38 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=20140418213854.GA3818@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=arnd@arndb.de \
    --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.