forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'char-misc-5.14-rc3' of git://git.kernel.org/pub/scm/linux/…
…kernel/git/gregkh/char-misc Pull char/misc fixes from Greg KH: "Here are some small char/misc driver fixes for 5.14-rc3. Included in here are: - MAINTAINERS file updates for two changes in different driver subsystems - mhi bus bugfixes - nds32 bugfix that resolves a reported problem All have been in linux-next with no reported problems" * tag 'char-misc-5.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: nds32: fix up stack guard gap MAINTAINERS: Change ACRN HSM driver maintainer MAINTAINERS: Update for VMCI driver bus: mhi: pci_generic: Fix inbound IPCR channel bus: mhi: core: Validate channel ID when processing command completions bus: mhi: pci_generic: Apply no-op for wake using sideband wake boolean
- Loading branch information
Showing
4 changed files
with
58 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -445,7 +445,7 @@ F: drivers/platform/x86/wmi.c | |
F: include/uapi/linux/wmi.h | ||
|
||
ACRN HYPERVISOR SERVICE MODULE | ||
M: Shuo Liu <shuo.a.liu@intel.com> | ||
M: Fei Li <fei1.li@intel.com> | ||
L: [email protected] (subscribers-only) | ||
S: Supported | ||
W: https://projectacrn.org | ||
|
@@ -19801,6 +19801,14 @@ L: [email protected] | |
S: Supported | ||
F: drivers/ptp/ptp_vmw.c | ||
|
||
VMWARE VMCI DRIVER | ||
M: Jorgen Hansen <[email protected]> | ||
M: Vishnu Dasa <[email protected]> | ||
L: [email protected] | ||
L: [email protected] (private) | ||
S: Maintained | ||
F: drivers/misc/vmw_vmci/ | ||
|
||
VMWARE VMMOUSE SUBDRIVER | ||
M: "VMware Graphics" <[email protected]> | ||
M: "VMware, Inc." <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters