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 driver fixes for 4.17-rc3
Date: Fri, 27 Apr 2018 16:41:57 +0200	[thread overview]
Message-ID: <20180427144157.GA9341@kroah.com> (raw)

The following changes since commit 6d08b06e67cd117f6992c46611dfb4ce267cd71e:

  Linux 4.17-rc2 (2018-04-22 19:20: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-4.17-rc3

for you to fetch changes up to 6a7228d90d42bcacfe38786756ba62762b91c20a:

  ARM: amba: Fix race condition with driver_override (2018-04-26 10:35:04 +0200)

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

Here are some small char and misc driver fixes for 4.17-rc3

A variety of small things that have fallen out after 4.17-rc1 was out.
Some vboxguest fixes for systems with lots of memory, amba bus fixes,
some MAINTAINERS updates, uio_hv_generic driver fixes, and a few other
minor things that resolve problems that people reported.

The amba bus fixes took twice to get right, the first time I messed up
applying the patches in the wrong order, hence the revert and later
addition again with the correct fix, sorry about that.

All of these have been in linux-next with no reported issues.

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

----------------------------------------------------------------
Anatolij Gustschin (1):
      fpga-manager: altera-ps-spi: preserve nCONFIG state

Bernat, Yehezkel (1):
      MAINTAINERS: update my email address

Daniel Vetter (1):
      MAINTAINERS: add dri-devel&linaro-mm for Android ION

Geert Uytterhoeven (5):
      slimbus: Fix out-of-bounds access in slim_slicesize()
      ARM: amba: Fix race condition with driver_override
      ARM: amba: Don't read past the end of sysfs "driver_override" buffer
      ARM: amba: Make driver_override output consistent with other buses
      ARM: amba: Fix race condition with driver_override

Greg Kroah-Hartman (1):
      Revert "ARM: amba: Fix race condition with driver_override"

Hans de Goede (4):
      virt: vbox: Move declarations of vboxguest private functions to private header
      virt: vbox: Add vbg_req_free() helper function
      virt: vbox: Use __get_free_pages instead of kmalloc for DMA32 memory
      virt: vbox: Log an error when we fail to get the host version

Martijn Coenen (1):
      ANDROID: binder: prevent transactions into own process.

Stephen Hemminger (4):
      uio_hv_generic: set size of ring buffer attribute
      uio_hv_generic: make ring buffer attribute for primary channel
      uio_hv_generic: use correct channel in isr
      uio_hv_generic: fix subchannel ring mmap

 MAINTAINERS                              |  6 ++-
 drivers/amba/bus.c                       | 17 +++++---
 drivers/android/binder.c                 |  8 ++++
 drivers/fpga/altera-ps-spi.c             |  2 +-
 drivers/slimbus/messaging.c              |  2 +-
 drivers/uio/uio_hv_generic.c             | 72 ++++++++++----------------------
 drivers/virt/vboxguest/vboxguest_core.c  | 70 +++++++++++++++++--------------
 drivers/virt/vboxguest/vboxguest_core.h  |  9 ++++
 drivers/virt/vboxguest/vboxguest_linux.c | 19 +++++++--
 drivers/virt/vboxguest/vboxguest_utils.c | 17 ++++++--
 include/linux/vbox_utils.h               | 23 ----------
 11 files changed, 124 insertions(+), 121 deletions(-)

                 reply	other threads:[~2018-04-27 14:42 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=20180427144157.GA9341@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.