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 6.7-rc4
Date: Sat, 9 Dec 2023 14:53:05 +0100	[thread overview]
Message-ID: <ZXRxQRNFYbjEevvb@kroah.com> (raw)

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(-)

             reply	other threads:[~2023-12-09 13:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-09 13:53 Greg KH [this message]
2023-12-09 21:11 ` [GIT PULL] Char/Misc driver fixes for 6.7-rc4 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=ZXRxQRNFYbjEevvb@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.