All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	Arnd Bergmann <arnd@arndb.de>,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] Char/Misc driver fixes for 5.10-rc4
Date: Sun, 15 Nov 2020 15:30:08 +0100	[thread overview]
Message-ID: <X7E7cMDVfEMb2oSt@kroah.com> (raw)

The following changes since commit 3cea11cd5e3b00d91caf0b4730194039b45c5891:

  Linux 5.10-rc2 (2020-11-01 14:43:51 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-5.10-rc4

for you to fetch changes up to 092561f06702dd4fdd7fb74dd3a838f1818529b7:

  uio: Fix use-after-free in uio_unregister_device() (2020-11-09 18:54:30 +0100)

----------------------------------------------------------------
Char/Misc driver fixes for 5.10-rc4

Here are some small char/misc/whatever driver fixes for 5.10-rc4.

Nothing huge, lots of small fixes for reported issues:
	- habanalabs driver fixes
	- speakup driver fixes
	- uio driver fixes
	- virtio driver fix
	- other tiny driver fixes
Full details are in the shortlog.

All of these have been in linux-next for a full week with no reported
issues.

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

----------------------------------------------------------------
Alexander Lobakin (1):
      virtio: virtio_console: fix DMA memory allocation for rproc serial

Alexander Usyskin (1):
      mei: protect mei_cl_mtu from null dereference

Andra Paraschiv (1):
      nitro_enclaves: Fixup type and simplify logic of the poll mask setup

Arnd Bergmann (2):
      habanalabs: fix kernel pointer type
      firmware: xilinx: fix out-of-bounds access

Greg Kroah-Hartman (1):
      Merge tag 'misc-habanalabs-fixes-2020-11-04' of ssh://gitolite.kernel.org/.../ogabbay/linux into char-misc-next

Oded Gabbay (1):
      habanalabs/gaudi: mask WDT error in QMAN

Ofir Bitton (1):
      habanalabs/gaudi: move coresight mmu config

Samuel Thibault (3):
      speakup: Fix var_id_t values and thus keymap
      speakup: Fix clearing selection in safe context
      speakup ttyio: Do not schedule() in ttyio_in_nowait

Shin'ichiro Kawasaki (1):
      uio: Fix use-after-free in uio_unregister_device()

 drivers/accessibility/speakup/main.c               |  1 -
 drivers/accessibility/speakup/selection.c          | 11 +++----
 drivers/accessibility/speakup/speakup.h            |  1 -
 drivers/accessibility/speakup/spk_ttyio.c          | 10 +++---
 drivers/accessibility/speakup/spk_types.h          |  8 +++--
 drivers/char/virtio_console.c                      |  8 ++---
 drivers/firmware/xilinx/zynqmp.c                   |  3 ++
 drivers/misc/habanalabs/common/command_buffer.c    |  9 +++--
 drivers/misc/habanalabs/common/habanalabs.h        | 14 ++++----
 drivers/misc/habanalabs/common/hw_queue.c          | 19 +++++------
 drivers/misc/habanalabs/common/irq.c               | 17 +++++-----
 drivers/misc/habanalabs/gaudi/gaudi.c              | 38 +++++++++-------------
 drivers/misc/habanalabs/gaudi/gaudiP.h             |  1 +
 drivers/misc/habanalabs/gaudi/gaudi_coresight.c    |  5 +++
 drivers/misc/habanalabs/goya/goya.c                | 26 +++++++--------
 drivers/misc/habanalabs/goya/goyaP.h               |  2 +-
 .../misc/habanalabs/include/gaudi/gaudi_masks.h    |  1 -
 drivers/misc/mei/client.h                          |  4 +--
 drivers/uio/uio.c                                  | 10 +++---
 drivers/virt/nitro_enclaves/ne_misc_dev.c          |  6 ++--
 20 files changed, 95 insertions(+), 99 deletions(-)

             reply	other threads:[~2020-11-15 14:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-15 14:30 Greg KH [this message]
2020-11-15 18:28 ` [GIT PULL] Char/Misc driver fixes for 5.10-rc4 pr-tracker-bot

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=X7E7cMDVfEMb2oSt@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.