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.18-rc3
Date: Sun, 26 Oct 2025 15:00:26 +0100	[thread overview]
Message-ID: <aP4pevpyQLbffmcy@kroah.com> (raw)

The following changes since commit 3a8660878839faadb4f1a6dd72c3179c1df56787:

  Linux 6.18-rc1 (2025-10-12 13:42:36 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-6.18-rc3

for you to fetch changes up to a8cc9e5fcb0e2eef21513a4fec888f5712cb8162:

  most: usb: hdm_probe: Fix calling put_device() before device initialization (2025-10-22 08:04:43 +0200)

----------------------------------------------------------------
Char/Misc driver fixes for 6.18-rc3

Here are some small char/misc/android driver fixes for 6.18-rc3 for
reported issues.  Included in here are:
  - rust binder fixes for reported issues
  - mei device id addition
  - mei driver fixes
  - comedi bugfix
  - most usb driver bugfixes
  - fastrpc memory leak fix

All of these have been in linux-next for a while with no reported
issues.

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

----------------------------------------------------------------
Alexander Usyskin (2):
      mei: me: add wildcat lake P DID
      mei: txe: fix initialization order

Alice Ryhl (5):
      rust_binder: remove warning about orphan mappings
      rust_binder: freeze_notif_done should resend if wrong state
      rust_binder: don't delete FreezeListener if there are pending duplicates
      rust_binder: report freeze notification only when fully frozen
      binder: remove "invalid inc weak" check

Cosmin Tanislav (1):
      nvmem: rcar-efuse: add missing MODULE_DEVICE_TABLE

Deepanshu Kartikey (1):
      comedi: fix divide-by-zero in comedi_buf_munge()

Jean Delvare (1):
      misc: amd-sbi: Clarify that this is a BMC driver

Junhao Xie (1):
      misc: fastrpc: Fix dma_buf object leak in fastrpc_map_lookup

Kriish Sharma (1):
      binder: Fix missing kernel-doc entries in binder.c

Miguel Ojeda (1):
      rust_binder: clean `clippy::mem_replace_with_default` warning

Nathan Chancellor (1):
      mei: late_bind: Fix -Wincompatible-function-pointer-types-strict

Victoria Votokina (2):
      most: usb: Fix use-after-free in hdm_disconnect
      most: usb: hdm_probe: Fix calling put_device() before device initialization

 drivers/android/binder.c              | 38 +++++++++++---------------
 drivers/android/binder/freeze.rs      | 18 ++++++++++---
 drivers/android/binder/node.rs        |  2 +-
 drivers/android/binder/process.rs     | 50 ++++++++++++++++++++++++++---------
 drivers/android/binder/transaction.rs |  6 ++---
 drivers/comedi/comedi_buf.c           |  2 +-
 drivers/misc/amd-sbi/Kconfig          |  2 ++
 drivers/misc/fastrpc.c                |  2 ++
 drivers/misc/mei/hw-me-regs.h         |  2 ++
 drivers/misc/mei/mei_lb.c             |  3 +--
 drivers/misc/mei/pci-me.c             |  2 ++
 drivers/misc/mei/pci-txe.c            | 14 +++++-----
 drivers/most/most_usb.c               | 13 ++++-----
 drivers/nvmem/rcar-efuse.c            |  1 +
 14 files changed, 93 insertions(+), 62 deletions(-)

             reply	other threads:[~2025-10-26 14:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-26 14:00 Greg KH [this message]
2025-10-26 17:37 ` [GIT PULL] Char/Misc driver fixes for 6.18-rc3 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=aP4pevpyQLbffmcy@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.