linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Char/Misc driver fixes for 5.9-rc3
@ 2020-08-26 13:42 Greg KH
  2020-08-26 18:34 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2020-08-26 13:42 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Andrew Morton, Arnd Bergmann, linux-kernel

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 9c97cecab0d49e40460d9b5230ab4bf036f59491:

  Merge tag 'misc-habanalabs-fixes-2020-08-22' of git://people.freedesktop.org/~gabbayo/linux into char-misc-linus (2020-08-23 13:20:47 +0200)

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

Here are some small char and misc and other driver subsystem fixes for
5.9-rc3.

The majority of these are tiny habanalabs driver fixes, but also in here
are:
	- speakup build fixes now that it is out of staging and got
	  exposed to more build systems all of a sudden
	- mei driver fix

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

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

----------------------------------------------------------------
Colin Ian King (1):
      habanalabs: fix incorrect check on failed workqueue create

Dan Carpenter (2):
      habanalabs: Fix memory corruption in debugfs
      habanalabs: Fix a loop in gaudi_extract_ecc_info()

Greg Kroah-Hartman (1):
      Merge tag 'misc-habanalabs-fixes-2020-08-22' of git://people.freedesktop.org/~gabbayo/linux into char-misc-linus

Oded Gabbay (1):
      habanalabs: set max power according to card type

Ofir Bitton (9):
      habanalabs: unmap PCI bars upon iATU failure
      habanalabs: Validate user address before mapping
      habanalabs: validate packet id during CB parse
      habanalabs: verify user input in cs_ioctl_signal_wait
      habanalabs: set clock gating according to mask
      habanalabs: proper handling of alloc size in coresight
      habanalabs: validate FW file size
      habanalabs: check correct vmalloc return code
      habanalabs: correctly report inbound pci region cfg error

Samuel Thibault (2):
      speakup: Fix wait_for_xmitr for ttyio case
      speakup: only build serialio when ISA is enabled

Tomas Winkler (1):
      mei: hdcp: fix mei_hdcp_verify_mprime() input parameter

 drivers/accessibility/speakup/Kconfig              | 13 ++-
 drivers/accessibility/speakup/Makefile             |  2 +-
 drivers/accessibility/speakup/serialio.c           |  8 +-
 drivers/accessibility/speakup/spk_priv.h           |  1 -
 drivers/accessibility/speakup/spk_ttyio.c          |  7 ++
 drivers/accessibility/speakup/spk_types.h          |  1 +
 drivers/accessibility/speakup/synth.c              |  2 +-
 drivers/misc/habanalabs/common/command_buffer.c    | 16 +++-
 .../misc/habanalabs/common/command_submission.c    |  8 ++
 drivers/misc/habanalabs/common/debugfs.c           |  8 +-
 drivers/misc/habanalabs/common/device.c            |  9 ++-
 drivers/misc/habanalabs/common/firmware_if.c       |  9 +++
 drivers/misc/habanalabs/common/habanalabs.h        |  7 +-
 drivers/misc/habanalabs/common/memory.c            |  9 ++-
 drivers/misc/habanalabs/common/mmu.c               |  2 +-
 drivers/misc/habanalabs/common/pci.c               |  8 +-
 drivers/misc/habanalabs/common/sysfs.c             |  7 +-
 drivers/misc/habanalabs/gaudi/gaudi.c              | 92 ++++++++++++++++------
 drivers/misc/habanalabs/gaudi/gaudiP.h             |  3 +-
 drivers/misc/habanalabs/gaudi/gaudi_coresight.c    |  8 +-
 drivers/misc/habanalabs/goya/goya.c                | 31 ++++++++
 drivers/misc/habanalabs/goya/goya_coresight.c      |  8 +-
 drivers/misc/mei/hdcp/mei_hdcp.c                   | 40 ++++++----
 23 files changed, 226 insertions(+), 73 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] Char/Misc driver fixes for 5.9-rc3
  2020-08-26 13:42 [GIT PULL] Char/Misc driver fixes for 5.9-rc3 Greg KH
@ 2020-08-26 18:34 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-08-26 18:34 UTC (permalink / raw)
  To: Greg KH; +Cc: Linus Torvalds, Andrew Morton, Arnd Bergmann, linux-kernel

The pull request you sent on Wed, 26 Aug 2020 15:42:11 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/27563ab6ef75abc64b7da2c7a321b7edd89dfcf7

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-26 18:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-26 13:42 [GIT PULL] Char/Misc driver fixes for 5.9-rc3 Greg KH
2020-08-26 18:34 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).