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.3-rc7
Date: Mon, 2 Sep 2019 17:34:31 +0200	[thread overview]
Message-ID: <20190902153431.GA9961@kroah.com> (raw)

The following changes since commit d1abaeb3be7b5fa6d7a1fbbd2e14e3310005c4c1:

  Linux 5.3-rc5 (2019-08-18 14:31:08 -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.3-rc7

for you to fetch changes up to 8919dfcb31161fae7d607bbef5247e5e82fd6457:

  fsi: scom: Don't abort operations for minor errors (2019-08-28 22:59:18 +0200)

----------------------------------------------------------------
Char/Misc driver fixes for 5.3-rc7

Here are some small char and misc driver fixes for reported issues for
5.3-rc7

Also included in here is the documentation for how we are handling
hardware issues under embargo that everyone has finally agreed on, as
well as a MAINTAINERS update for the suckers who agreed to handle the
LICENSES/ files.

All of these have been in linux-next last week with no reported issues.

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

----------------------------------------------------------------
Alexander Shishkin (2):
      intel_th: pci: Add support for another Lewisburg PCH
      intel_th: pci: Add Tiger Lake support

Ding Xiang (1):
      stm class: Fix a double free of stm_source_device

Eddie James (1):
      fsi: scom: Don't abort operations for minor errors

Greg Kroah-Hartman (2):
      MAINTAINERS: add entry for LICENSES and SPDX stuff
      Merge tag 'fpga-fixes-for-5.3' of git://git.kernel.org/.../mdf/linux-fpga into char-misc-linus

Nadav Amit (2):
      VMCI: Release resource if the work is already queued
      vmw_balloon: Fix offline page marking with compaction

Phil Reid (1):
      fpga: altera-ps-spi: Fix getting of optional confd gpio

Raul E Rangel (1):
      lkdtm/bugs: fix build error in lkdtm_EXHAUST_STACK

Thomas Gleixner (1):
      Documentation/process: Embargoed hardware security issues

Tomas Winkler (1):
      mei: me: add Tiger Lake point LP device ID

 .../process/embargoed-hardware-issues.rst          | 279 +++++++++++++++++++++
 Documentation/process/index.rst                    |   1 +
 MAINTAINERS                                        |  12 +
 drivers/fpga/altera-ps-spi.c                       |  11 +-
 drivers/fsi/fsi-scom.c                             |   8 +-
 drivers/hwtracing/intel_th/pci.c                   |  10 +
 drivers/hwtracing/stm/core.c                       |   1 -
 drivers/misc/lkdtm/bugs.c                          |   4 +-
 drivers/misc/mei/hw-me-regs.h                      |   2 +
 drivers/misc/mei/pci-me.c                          |   2 +
 drivers/misc/vmw_balloon.c                         |  10 +-
 drivers/misc/vmw_vmci/vmci_doorbell.c              |   6 +-
 12 files changed, 328 insertions(+), 18 deletions(-)
 create mode 100644 Documentation/process/embargoed-hardware-issues.rst

             reply	other threads:[~2019-09-02 15:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-02 15:34 Greg KH [this message]
2019-09-02 17:05 ` [GIT PULL] Char/Misc driver fixes for 5.3-rc7 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=20190902153431.GA9961@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.