mirror of https://lore.kernel.org/lkml/
 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.5-rc3
Date: Fri, 20 Dec 2019 08:08:43 +0100	[thread overview]
Message-ID: <20191220070843.GA2190439@kroah.com> (raw)

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

             reply	other threads:[~2019-12-20  7:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-20  7:08 Greg KH [this message]
2019-12-20 18:15 ` 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=20191220070843.GA2190439@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome