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 PATCH] char/misc fixes for 3.12-rc3
Date: Sun, 29 Sep 2013 13:01:05 -0700	[thread overview]
Message-ID: <20130929200105.GA30897@kroah.com> (raw)

The following changes since commit 4a10c2ac2f368583138b774ca41fac4207911983:

  Linux 3.12-rc2 (2013-09-23 15:41:09 -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.12-rc3

for you to fetch changes up to 8bbf9f440f196ee08cc5ab1c19e62b1c5a736ff0:

  Drivers: hv: vmbus: Terminate vmbus version negotiation on timeout (2013-09-26 14:20:22 -0700)

----------------------------------------------------------------
Char / Misc driver fixes for 3.12-rc3

Here are some HyperV and MEI driver fixes for 3.12-rc3.  They resolve some
issues that people have been reporting for them.

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

----------------------------------------------------------------
Alexander Usyskin (1):
      mei: cancel stall timers in mei_reset

K. Y. Srinivasan (2):
      Drivers: hv: util: Correctly support ws2008R2 and earlier
      Drivers: hv: vmbus: Terminate vmbus version negotiation on timeout

Tomas Winkler (2):
      mei: make me client counters less error prone
      mei: bus: stop wait for read during cl state transition

 drivers/hv/connection.c    |  2 +-
 drivers/hv/hv_kvp.c        | 38 +++++++++++++++++--------
 drivers/hv/hv_snapshot.c   |  6 ++--
 drivers/hv/hv_util.c       | 71 +++++++++++++++++++++++++++++++++++-----------
 drivers/misc/mei/amthif.c  |  1 +
 drivers/misc/mei/bus.c     |  5 +++-
 drivers/misc/mei/client.h  |  6 ++++
 drivers/misc/mei/hbm.c     | 10 ++++---
 drivers/misc/mei/init.c    |  3 ++
 drivers/misc/mei/main.c    | 11 +++----
 drivers/misc/mei/mei_dev.h |  6 ++--
 include/linux/hyperv.h     |  7 +++--
 12 files changed, 116 insertions(+), 50 deletions(-)

                 reply	other threads:[~2013-09-29 20:01 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=20130929200105.GA30897@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.