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:   Fri, 20 Dec 2019 08:08:43 +0100
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.5-rc3

The following changes since commit d1eef1c619749b2a57e514a3fa67d9a516ffa919:

  Linux 5.5-rc2 (2019-12-15 15:16:08 -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.5-rc3

for you to fetch changes up to 4aa37c463764052c68c5c430af2a67b5d784c1e0:

  random: don't forget compat_ioctl on urandom (2019-12-17 19:19:24 +0100)

----------------------------------------------------------------
Char/misc driver fixes for 5.5-rc3

Here are some small char and other driver fixes for 5.5-rc3.

The most noticable one is a much-reported fix for a random driver issue
that came up from 5.5-rc1 compat_ioctl cleanups.  The others are a chunk
of habanalab driver fixes and intel_th driver fixes and new device ids.

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

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

----------------------------------------------------------------
Alexander Shishkin (4):
      intel_th: pci: Add Comet Lake PCH-V support
      intel_th: pci: Add Elkhart Lake SOC support
      intel_th: Fix freeing IRQs
      intel_th: msu: Fix window switching without windows

Chen Wandun (1):
      habanalabs: remove variable 'val' set but not used

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

Jason A. Donenfeld (1):
      random: don't forget compat_ioctl on urandom

Oded Gabbay (1):
      habanalabs: rate limit error msg on waiting for CS

 drivers/char/random.c                        |  1 +
 drivers/hwtracing/intel_th/core.c            |  7 ++++---
 drivers/hwtracing/intel_th/intel_th.h        |  2 ++
 drivers/hwtracing/intel_th/msu.c             | 14 +++++++++-----
 drivers/hwtracing/intel_th/pci.c             | 10 ++++++++++
 drivers/misc/habanalabs/command_submission.c |  5 +++--
 drivers/misc/habanalabs/context.c            |  2 +-
 drivers/misc/habanalabs/goya/goya.c          | 15 +++++++--------
 8 files changed, 37 insertions(+), 19 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ