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

From: Greg KH
Date: Sun Oct 03 2021 - 06:17:08 EST


The following changes since commit 5816b3e6577eaa676ceb00a848f0fd65fe2adc29:

Linux 5.15-rc3 (2021-09-26 14:08:19 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-5.15-rc4

for you to fetch changes up to bb8a4fcb2136508224c596a7e665bdba1d7c3c27:

ipack: ipoctal: fix module reference leak (2021-09-27 17:38:49 +0200)

----------------------------------------------------------------
Char/Misc driver fixes for 5.15-rc4

Here are some small misc driver fixes for 5.15-rc4. They are in two
"groups":
- ipack driver fixes for issues found by Johan Hovold
- interconnect driver fixes for reported problems

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

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

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

Johan Hovold (5):
ipack: ipoctal: fix stack information leak
ipack: ipoctal: fix tty registration race
ipack: ipoctal: fix tty-registration error handling
ipack: ipoctal: fix missing allocation-failure check
ipack: ipoctal: fix module reference leak

Shawn Guo (4):
interconnect: qcom: sdm660: Fix id of slv_cnoc_mnoc_cfg
interconnect: qcom: sdm660: Correct NOC_QOS_PRIORITY shift and mask
dt-bindings: interconnect: sdm660: Add missing a2noc qos clocks
interconnect: qcom: sdm660: Add missing a2noc qos clocks

.../bindings/interconnect/qcom,sdm660.yaml | 46 ++++++++++++++--
drivers/interconnect/qcom/sdm660.c | 25 ++++++---
drivers/ipack/devices/ipoctal.c | 63 ++++++++++++++++------
3 files changed, 108 insertions(+), 26 deletions(-)