Messages in this thread |  | | Date | Sat, 29 Oct 2016 12:46:50 -0400 | From | Greg KH <> | Subject | [GIT PULL] Char/Misc driver fixes for 4.9-rc3 |
| |
The following changes since commit 07d9a380680d1c0eb51ef87ff2eab5c994949e69:
Linux 4.9-rc2 (2016-10-23 17:10:14 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/ tags/char-misc-4.9-rc3
for you to fetch changes up to a7d5afe82d4931289250d6e807e35db3885b3b12:
MAINTAINERS: Add entry for genwqe driver (2016-10-28 08:28:24 -0400)
---------------------------------------------------------------- Char/Misc driver fixes for 4.9-rc3
Here are a few small char/misc driver fixes for reported issues. The "biggest" are two binder fixes for reported issues that have been shipping in Android phones for a while now, the others are various fixes for reported problems.
And there's a MAINTAINERS update for good measure.
All have been in linux-next with no reported issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---------------------------------------------------------------- Alexander Usyskin (1): mei: txe: don't clean an unprocessed interrupt cause.
Arve Hjønnevåg (2): ANDROID: binder: Add strong ref checks ANDROID: binder: Clear binder and cookie when setting handle in flat binder struct
Gabriel Krisman Bertazi (1): MAINTAINERS: Add entry for genwqe driver
Gerald Schaefer (1): GenWQE: Fix bad page access during abort of resource allocation
Greg Kroah-Hartman (1): Merge tag 'extcon-fixes-for-4.9-rc3' of git://git.kernel.org/.../chanwoo/extcon into char-misc-linus
Jorgen Hansen (1): VMCI: Doorbell create and destroy fixes
Long Li (1): hv: do not lose pending heartbeat vmbus packets
Martyn Welch (1): vme: vme_get_size potentially returning incorrect value on failure
Stephen Boyd (1): extcon: qcom-spmi-misc: Sync the extcon state on interrupt
MAINTAINERS | 6 ++++++ drivers/android/binder.c | 35 +++++++++++++++++++++++++--------- drivers/extcon/extcon-qcom-spmi-misc.c | 2 +- drivers/hv/hv_util.c | 10 +++++++--- drivers/misc/genwqe/card_utils.c | 12 +++++++++++- drivers/misc/mei/hw-txe.c | 6 ++++-- drivers/misc/vmw_vmci/vmci_doorbell.c | 8 +++++++- drivers/misc/vmw_vmci/vmci_driver.c | 2 +- drivers/vme/vme.c | 4 ++++ 9 files changed, 67 insertions(+), 18 deletions(-)
|  |