[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20140214212453.GA19280@kroah.com>
Date: Fri, 14 Feb 2014 13:24:53 -0800
From: Greg KH <gregkh@...uxfoundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Arnd Bergmann <arnd@...db.de>
Cc: linux-kernel@...r.kernel.org
Subject: [GIT PULL] char/misc fixes for 3.14-rc3
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@...uxfoundation.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists