[GIT,PULL] Char/Misc driver fixes for 6.7-rc4

Message ID ZXRxQRNFYbjEevvb@kroah.com
State New
Headers
Series [GIT,PULL] Char/Misc driver fixes for 6.7-rc4 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-6.7-rc5

Message

Greg KH Dec. 9, 2023, 1:53 p.m. UTC
  The following changes since commit 33cc938e65a98f1d29d0a18403dbbee050dcad9a:

  Linux 6.7-rc4 (2023-12-03 18:52:56 +0900)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-6.7-rc5

for you to fetch changes up to b7c1e53751cb3990153084f31c41f25fde3b629c:

  nvmem: Do not expect fixed layouts to grab a layout driver (2023-12-07 11:19:32 +0900)

----------------------------------------------------------------
Char/Misc driver fixes for 6.7-rc5

Here are some small fixes for 6.7-rc5 for a variety of small driver
subsystems.  Included in here are:
  - debugfs revert for reported issue
  - greybus revert for reported issue
  - greybus fixup for endian build warning
  - coresight driver fixes
  - nvmem driver fixes
  - devcoredump fix
  - parport new device id
  - ndtest build fix

All of these have ben in linux-next with no reported issues.

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

----------------------------------------------------------------
Alexander Usyskin (1):
      mei: pxp: fix mei_pxp_send_message return value

Ayush Singh (1):
      greybus: gb-beagleplay: Ensure le for values in transport

Cameron Williams (1):
      parport: Add support for Brainboxes IX/UC/PX parallel cards

Greg Kroah-Hartman (3):
      Merge 6.7-rc4 into char-misc-linus
      Revert "greybus: gb-beagleplay: Ensure le for values in transport"
      Merge tag 'coresight-fixes-for-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux into char-misc-next

James Clark (1):
      coresight: Fix crash when Perf and sysfs modes are used concurrently

Johannes Berg (1):
      Revert "debugfs: annotate debugfs handlers vs. removal with lockdep"

Junhao He (4):
      hwtracing: hisi_ptt: Add dummy callback pmu::read()
      coresight: ultrasoc-smb: Fix sleep while close preempt in enable_smb
      coresight: ultrasoc-smb: Config SMB buffer before register sink
      coresight: ultrasoc-smb: Fix uninitialized before use buf_hw_base

Miquel Raynal (1):
      nvmem: Do not expect fixed layouts to grab a layout driver

Mukesh Ojha (1):
      devcoredump: Send uevent once devcd is ready

Randy Dunlap (1):
      greybus: BeaglePlay driver needs CRC_CCITT

Su Hui (2):
      misc: mei: client.c: return negative error code in mei_cl_write
      misc: mei: client.c: fix problem of return '-EOVERFLOW' in mei_cl_write

Uwe Kleine-König (1):
      coresight: etm4x: Remove bogous __exit annotation for some functions

Vegard Nossum (1):
      Documentation: coresight: fix `make refcheckdocs` warning

Yi Zhang (1):
      ndtest: fix typo class_regster -> class_register

Yicong Yang (2):
      hwtracing: hisi_ptt: Handle the interrupt in hardirq context
      hwtracing: hisi_ptt: Don't try to attach a task

 Documentation/trace/coresight/coresight.rst        |  2 +-
 drivers/base/devcoredump.c                         |  3 ++
 drivers/greybus/Kconfig                            |  1 +
 drivers/hwtracing/coresight/coresight-etm-perf.c   |  4 +-
 drivers/hwtracing/coresight/coresight-etm4x-core.c |  6 +--
 drivers/hwtracing/coresight/ultrasoc-smb.c         | 58 +++++++++-------------
 drivers/hwtracing/coresight/ultrasoc-smb.h         |  6 +--
 drivers/hwtracing/ptt/hisi_ptt.c                   | 14 ++++--
 drivers/misc/mei/client.c                          |  4 +-
 drivers/misc/mei/pxp/mei_pxp.c                     |  3 +-
 drivers/nvmem/core.c                               |  6 +++
 drivers/parport/parport_pc.c                       | 21 ++++++++
 fs/debugfs/file.c                                  | 10 ----
 fs/debugfs/inode.c                                 |  7 ---
 fs/debugfs/internal.h                              |  6 ---
 tools/testing/nvdimm/test/ndtest.c                 |  2 +-
 16 files changed, 79 insertions(+), 74 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Dec. 9, 2023, 9:11 p.m. UTC | #1
The pull request you sent on Sat, 9 Dec 2023 14:53:05 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-6.7-rc5

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ca20f1622b0cb21853c41d2c264fafa88ebba7c0

Thank you!