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.2-rc5
Date: Sat, 21 Jan 2023 16:30:23 +0100	[thread overview]
Message-ID: <Y8wFD5eLWHUzCuNJ@kroah.com> (raw)

The following changes since commit 5dc4c995db9eb45f6373a956eb1f69460e69e6d4:

  Linux 6.2-rc4 (2023-01-15 09:22:43 -0600)

are available in the Git repository at:

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

for you to fetch changes up to 3daed6345d5880464f46adab871d208e1baa2f3a:

  VMCI: Use threaded irqs instead of tasklets (2023-01-20 13:24:11 +0100)

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

Here are some small char/misc and other subsystem driver fixes for
6.2-rc5 to resolve a few reported issues.  They include:
  - long time pending fastrpc fixes (should have gone into 6.1, my
    fault.)
  - mei driver/bus fixes and new device ids
  - interconnect driver fixes for reported problems
  - vmci bugfix
  - w1 driver bugfixes for reported problems

Almost all of these have been in linux-next with no reported problems,
the rest have all passed 0-day bot testing in my tree and on the mailing
lists where they have sat too long due to me taking a long time to catch
up on my pending patch queue.

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

----------------------------------------------------------------
Abel Vesa (2):
      misc: fastrpc: Fix use-after-free and race in fastrpc_map_find
      misc: fastrpc: Don't remove map on creater_process and device_release

Alexander Usyskin (2):
      mei: bus: fix unlink on bus in error path
      mei: me: add meteor lake point M DID

Dan Carpenter (1):
      misc: fastrpc: fix error code in fastrpc_req_mmap()

Elliot Berman (1):
      misc: fastrpc: Pass bitfield into qcom_scm_assign_mem

Greg Kroah-Hartman (1):
      Merge tag 'icc-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc into char-misc-linus

Ian Abbott (1):
      comedi: adv_pci1760: Fix PWM instruction handling

Khazhismel Kumykov (1):
      gsmi: fix null-deref in gsmi_get_variable

Konrad Dybcio (4):
      dt-bindings: interconnect: Add UFS clocks to MSM8996 A2NoC
      interconnect: qcom: msm8996: Provide UFS clocks to A2NoC
      interconnect: qcom: msm8996: Fix regmap max_register values
      interconnect: qcom: rpm: Use _optional func for provider clocks

Ola Jeppsson (1):
      misc: fastrpc: Fix use-after-free race condition for maps

Vishnu Dasa (1):
      VMCI: Use threaded irqs instead of tasklets

Yang Yingliang (2):
      w1: fix deadloop in __w1_remove_master_device()
      w1: fix WARNING after calling w1_process()

 .../devicetree/bindings/interconnect/qcom,rpm.yaml | 24 ++++++-
 drivers/comedi/drivers/adv_pci1760.c               |  2 +-
 drivers/firmware/google/gsmi.c                     |  7 +-
 drivers/interconnect/qcom/icc-rpm.c                |  2 +-
 drivers/interconnect/qcom/msm8996.c                | 19 +++--
 drivers/misc/fastrpc.c                             | 83 +++++++++++-----------
 drivers/misc/mei/bus.c                             | 12 ++--
 drivers/misc/mei/hw-me-regs.h                      |  2 +
 drivers/misc/mei/pci-me.c                          |  2 +
 drivers/misc/vmw_vmci/vmci_guest.c                 | 49 +++++--------
 drivers/w1/w1.c                                    |  6 +-
 drivers/w1/w1_int.c                                |  5 +-
 12 files changed, 122 insertions(+), 91 deletions(-)

             reply	other threads:[~2023-01-21 15:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-21 15:30 Greg KH [this message]
2023-01-21 19:23 ` [GIT PULL] Char/Misc driver fixes for 6.2-rc5 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=Y8wFD5eLWHUzCuNJ@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.