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

From: Greg KH
Date: Sat Sep 25 2021 - 10:14:20 EST


The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

Linux 5.15-rc1 (2021-09-12 16:28:37 -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-rc3

for you to fetch changes up to bb509a6ffed2c8b0950f637ab5779aa818ed1596:

comedi: Fix memory leak in compat_insnlist() (2021-09-21 17:53:54 +0200)

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

Here are some small char and misc driver fixes for 5.15-rc3.

Nothing huge in here, just fixes for a number of small issues that have
been reported. These include:
- habanalabs race conditions and other bugs fixed
- binder driver fixes
- fpga driver fixes
- coresight build warning fix
- nvmem driver fix
- comedi memory leak fix
- bcm-vk tty race fix
- other tiny driver fixes

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

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

----------------------------------------------------------------
Christophe JAILLET (1):
misc: genwqe: Fixes DMA mask setting

Colin Ian King (1):
habanalabs: Fix spelling mistake "FEADBACK" -> "FEEDBACK"

Dan Carpenter (1):
mcb: fix error handling in mcb_alloc_bus()

Douglas Anderson (1):
nvmem: core: Add stubs for nvmem_cell_read_variable_le_u32/64 if !CONFIG_NVMEM

Geert Uytterhoeven (1):
nvmem: NVMEM_NINTENDO_OTP should depend on WII

Greg Kroah-Hartman (2):
Merge tag 'misc-habanalabs-fixes-2021-09-19' of https://git.kernel.org/pub/scm/linux/kernel/git/ogabbay/linux into char-misc-linus
Merge tag 'fpga-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga into char-misc-linus

Ian Abbott (1):
comedi: Fix memory leak in compat_insnlist()

Jian Cai (1):
coresight: syscfg: Fix compiler warning

Jiapeng Chong (1):
fpga: machxo2-spi: Fix missing error code in machxo2_write_complete()

Johan Hovold (1):
misc: bcm-vk: fix tty registration race

Li Li (1):
binder: fix freeze race

Oded Gabbay (1):
habanalabs/gaudi: fix LBW RR configuration

Ofir Bitton (4):
habanalabs: fix potential race in interrupt wait ioctl
habanalabs: fail collective wait when not supported
habanalabs: rate limit multi CS completion errors
habanalabs: expose a single cs seq in staged submissions

Omer Shpigelman (1):
habanalabs/gaudi: use direct MSI in single mode

Russ Weight (1):
fpga: dfl: Avoid reads to AFU CSRs during enumeration

Todd Kjos (1):
binder: make sure fd closes complete

Tom Rix (1):
fpga: machxo2-spi: Return an error on failure

farah kassabri (2):
habanalabs: fix kernel OOPs related to staged cs
habanalabs: fix wait offset handling

drivers/android/binder.c | 58 ++++++++---
drivers/android/binder_internal.h | 2 +
drivers/comedi/comedi_fops.c | 1 +
drivers/fpga/dfl.c | 14 +--
drivers/fpga/machxo2-spi.c | 6 +-
drivers/hwtracing/coresight/coresight-syscfg.c | 1 +
drivers/mcb/mcb-core.c | 12 +--
drivers/misc/bcm-vk/bcm_vk_tty.c | 6 +-
drivers/misc/genwqe/card_base.c | 2 +-
.../misc/habanalabs/common/command_submission.c | 71 +++++++++----
drivers/misc/habanalabs/common/hw_queue.c | 9 +-
drivers/misc/habanalabs/gaudi/gaudi.c | 11 +-
drivers/misc/habanalabs/gaudi/gaudi_security.c | 115 ++++++++++++---------
.../habanalabs/include/gaudi/asic_reg/gaudi_regs.h | 2 +
drivers/nvmem/Kconfig | 1 +
include/linux/nvmem-consumer.h | 14 +++
include/uapi/linux/android/binder.h | 7 ++
17 files changed, 229 insertions(+), 103 deletions(-)