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 5.12-rc3
Date: Sat, 13 Mar 2021 16:03:59 +0100 [thread overview]
Message-ID: <YEzUXyQedmvwfC6n@kroah.com> (raw)
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@linuxfoundation.org>
----------------------------------------------------------------
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(-)
next reply other threads:[~2021-03-13 15:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-13 15:03 Greg KH [this message]
2021-03-13 20:45 ` [GIT PULL] Char/Misc driver fixes for 5.12-rc3 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=YEzUXyQedmvwfC6n@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox