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

From: Greg KH
Date: Sat Mar 13 2021 - 10:05:02 EST


The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 65527a51c66f4edfa28602643d7dd4fa366eb826:

misc/pvpanic: Export module FDT device table (2021-03-10 17:07:58 +0100)

----------------------------------------------------------------
Char/misc driver fixes for 5.12-rc3

Here are some small misc/char driver fixes for 5.12-rc3 to resolve some
reported problems:
- habanalabs driver fixes
- Acrn build fixes (reported many times)
- pvpanic module table export fix

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

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

----------------------------------------------------------------
Dmitry Baryshkov (1):
misc: fastrpc: restrict user apps from sending kernel RPC messages

Greg Kroah-Hartman (1):
drivers: habanalabs: remove unused dentry pointer for debugfs files

Oded Gabbay (1):
habanalabs: mark hl_eq_inc_ptr() as static

Shile Zhang (1):
misc/pvpanic: Export module FDT device table

Shuo Liu (3):
cpu/hotplug: Fix build error of using {add,remove}_cpu() with !CONFIG_SMP
virt: acrn: Make remove_cpu sysfs invisible with !CONFIG_HOTPLUG_CPU
virt: acrn: Correct type casting of argument of copy_from_user()

Tomer Tayar (2):
habanalabs: Call put_pid() when releasing control device
habanalabs: Disable file operations after device is removed

Yejune Deng (2):
virt: acrn: Use vfs_poll() instead of f_op->poll()
virt: acrn: Use EPOLLIN instead of POLLIN

farah kassabri (1):
habanalabs: fix debugfs address translation

drivers/misc/fastrpc.c | 5 +++
drivers/misc/habanalabs/common/debugfs.c | 5 +--
drivers/misc/habanalabs/common/device.c | 40 ++++++++++++++++++++---
drivers/misc/habanalabs/common/habanalabs.h | 2 --
drivers/misc/habanalabs/common/habanalabs_ioctl.c | 12 +++++++
drivers/misc/habanalabs/common/irq.c | 2 +-
drivers/misc/habanalabs/common/mmu/mmu.c | 38 ++++++++++++++-------
drivers/misc/pvpanic.c | 1 +
drivers/virt/acrn/hsm.c | 11 ++++++-
drivers/virt/acrn/irqfd.c | 6 ++--
include/linux/cpu.h | 3 ++
11 files changed, 97 insertions(+), 28 deletions(-)