lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 26 Aug 2020 15:42:11 +0200
From:   Greg KH <gregkh@...uxfoundation.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Andrew Morton <akpm@...ux-foundation.org>,
        Arnd Bergmann <arnd@...db.de>, linux-kernel@...r.kernel.org
Subject: [GIT PULL] Char/Misc driver fixes for 5.9-rc3

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@...uxfoundation.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(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ