Revision bc94632ceb4b4af47b2c86f8f11177884821fb94 authored by Linus Torvalds on 19 June 2022, 14:37:29 UTC, committed by Linus Torvalds on 19 June 2022, 14:37:29 UTC
Pull char/misc driver fixes for real from Greg KH:
 "Let's tag the proper branch this time...

  Here are some small char/misc driver fixes for 5.19-rc3 that resolve
  some reported issues.

  They include:

   - mei driver fixes

   - comedi driver fix

   - rtsx build warning fix

   - fsl-mc-bus driver fix

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

This is what the merge in commit f0ec9c65a8d6 _should_ have merged, but
Greg fat-fingered the pull request and I got some small changes from
linux-next instead there. Credit to Nathan Chancellor for eagle-eyes.

Link: https://lore.kernel.org/all/Yqywy+Md2AfGDu8v@dev-arch.thelio-3990X/

* tag 'char-misc-5.19-rc3-take2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc:
  bus: fsl-mc-bus: fix KASAN use-after-free in fsl_mc_bus_remove()
  mei: me: add raptor lake point S DID
  mei: hbm: drop capability response on early shutdown
  mei: me: set internal pg flag to off on hardware reset
  misc: rtsx: Fix clang -Wsometimes-uninitialized in rts5261_init_from_hw()
  comedi: vmk80xx: fix expression for tx buffer size
2 parent s ee4eb6e + 928ea98
History
File Mode Size
ext
Kconfig -rw-r--r-- 1.9 KB
Makefile -rw-r--r-- 749 bytes
array.c -rw-r--r-- 1.2 KB
hda_bus_type.c -rw-r--r-- 2.1 KB
hdac_bus.c -rw-r--r-- 7.4 KB
hdac_component.c -rw-r--r-- 9.7 KB
hdac_controller.c -rw-r--r-- 17.0 KB
hdac_device.c -rw-r--r-- 27.5 KB
hdac_i915.c -rw-r--r-- 4.5 KB
hdac_regmap.c -rw-r--r-- 15.2 KB
hdac_stream.c -rw-r--r-- 21.1 KB
hdac_sysfs.c -rw-r--r-- 11.2 KB
hdmi_chmap.c -rw-r--r-- 24.2 KB
intel-dsp-config.c -rw-r--r-- 14.5 KB
intel-nhlt.c -rw-r--r-- 6.3 KB
intel-sdw-acpi.c -rw-r--r-- 4.7 KB
local.h -rw-r--r-- 1.4 KB
trace.c -rw-r--r-- 107 bytes
trace.h -rw-r--r-- 2.1 KB

back to top