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.14-rc3
Date: Fri, 14 Feb 2014 13:24:53 -0800	[thread overview]
Message-ID: <20140214212453.GA19280@kroah.com> (raw)

The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72:

  Linus 3.14-rc1 (2014-02-02 16:42:13 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/ tags/char-misc-3.14-rc3

for you to fetch changes up to bf7471038840547c9328291b4d9d91c55581dcb8:

  Revert "misc: eeprom: sunxi: Add new compatibles" (2014-02-14 11:16:08 -0800)

----------------------------------------------------------------
Char/Misc fixes for 3.14-rc3

Here are some small char/misc driver fixes, along with some
documentation updates, for 3.14-rc3.  Nothing major, just a number of
fixes for reported issues.

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

----------------------------------------------------------------
Alexander Usyskin (2):
      mei: clear write cb from waiting list on reset
      mei: don't unset read cb ptr on reset

Christian Engelmayer (1):
      misc: genwqe: Fix potential memory leak when pinning memory

Fu Wei (3):
      Documentation:Chinese translation of Documentation/arm64/tagged-pointers.txt
      Documentation:Update Documentation/zh_CN/arm64/booting.txt
      Documentation:Update Documentation/zh_CN/arm64/memory.txt

Greg Kroah-Hartman (2):
      Revert "ARM: sunxi: dt: Convert to the new SID compatibles"
      Revert "misc: eeprom: sunxi: Add new compatibles"

K. Y. Srinivasan (2):
      Drivers: hv: vmbus: Specify the target CPU that should receive notification
      Drivers: hv: vmbus: Don't timeout during the initial connection with host

Martyn Welch (1):
      VME: Correct read/write alignment algorithm

Maxime Ripard (2):
      misc: eeprom: sunxi: Add new compatibles
      ARM: sunxi: dt: Convert to the new SID compatibles

Paul Bolle (2):
      raw: test against runtime value of max_raw_minors
      raw: set range for MAX_RAW_DEVS

Sudeep Dutt (1):
      misc: mic: fix possible signed underflow (undefined behavior) in userspace API

 Documentation/zh_CN/arm64/booting.txt         | 65 +++++++++++++++++++--------
 Documentation/zh_CN/arm64/memory.txt          | 46 ++++++++++++++++---
 Documentation/zh_CN/arm64/tagged-pointers.txt | 52 +++++++++++++++++++++
 drivers/char/Kconfig                          |  1 +
 drivers/char/raw.c                            |  2 +-
 drivers/hv/connection.c                       | 13 ++----
 drivers/misc/genwqe/card_dev.c                |  1 +
 drivers/misc/mei/client.c                     | 11 ++++-
 drivers/misc/mic/host/mic_virtio.c            |  3 +-
 drivers/vme/bridges/vme_ca91cx42.c            |  4 +-
 drivers/vme/bridges/vme_tsi148.c              |  4 +-
 include/linux/hyperv.h                        |  2 +-
 include/uapi/linux/mic_ioctl.h                |  2 +-
 13 files changed, 161 insertions(+), 45 deletions(-)
 create mode 100644 Documentation/zh_CN/arm64/tagged-pointers.txt

                 reply	other threads:[~2014-02-14 21:23 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=20140214212453.GA19280@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.