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 <[email protected]>

----------------------------------------------------------------
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 via email to