forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Signed-off-by: David S. Miller <[email protected]>
- Loading branch information
Showing
1,022 changed files
with
8,206 additions
and
4,635 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 |
---|---|---|
|
@@ -36,6 +36,7 @@ Andrew Morton <[email protected]> | |
Andrew Murray <[email protected]> <[email protected]> | ||
Andrew Murray <[email protected]> <[email protected]> | ||
Andrew Vasquez <[email protected]> | ||
Andrey Konovalov <[email protected]> <[email protected]> | ||
Andrey Ryabinin <[email protected]> <[email protected]> | ||
Andrey Ryabinin <[email protected]> <[email protected]> | ||
Andy Adamson <[email protected]> | ||
|
@@ -65,6 +66,8 @@ Changbin Du <[email protected]> <[email protected]> | |
Changbin Du <[email protected]> <[email protected]> | ||
Chao Yu <[email protected]> <[email protected]> | ||
Chao Yu <[email protected]> <[email protected]> | ||
Chris Chiu <[email protected]> <[email protected]> | ||
Chris Chiu <[email protected]> <[email protected]> | ||
Christophe Ricard <[email protected]> | ||
Christoph Hellwig <[email protected]> | ||
Corey Minyard <[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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ Contact: [email protected] | |
Description: | ||
The current state of the log write grant head. It | ||
represents the total log reservation of all currently | ||
oustanding transactions, including regrants due to | ||
outstanding transactions, including regrants due to | ||
rolling transactions. The grant head is exported in | ||
"cycle:bytes" format. | ||
Users: xfstests |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -613,6 +613,27 @@ Some of these date from the very introduction of KMS in 2008 ... | |
|
||
Level: Intermediate | ||
|
||
Remove automatic page mapping from dma-buf importing | ||
---------------------------------------------------- | ||
|
||
When importing dma-bufs, the dma-buf and PRIME frameworks automatically map | ||
imported pages into the importer's DMA area. drm_gem_prime_fd_to_handle() and | ||
drm_gem_prime_handle_to_fd() require that importers call dma_buf_attach() | ||
even if they never do actual device DMA, but only CPU access through | ||
dma_buf_vmap(). This is a problem for USB devices, which do not support DMA | ||
operations. | ||
|
||
To fix the issue, automatic page mappings should be removed from the | ||
buffer-sharing code. Fixing this is a bit more involved, since the import/export | ||
cache is also tied to &drm_gem_object.import_attach. Meanwhile we paper over | ||
this problem for USB devices by fishing out the USB host controller device, as | ||
long as that supports DMA. Otherwise importing can still needlessly fail. | ||
|
||
Contact: Thomas Zimmermann <[email protected]>, Daniel Vetter | ||
|
||
Level: Advanced | ||
|
||
|
||
Better Testing | ||
============== | ||
|
||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -261,8 +261,8 @@ ABI/API | |
L: [email protected] | ||
F: include/linux/syscalls.h | ||
F: kernel/sys_ni.c | ||
F: include/uapi/ | ||
F: arch/*/include/uapi/ | ||
X: include/uapi/ | ||
X: arch/*/include/uapi/ | ||
|
||
ABIT UGURU 1,2 HARDWARE MONITOR DRIVER | ||
M: Hans de Goede <[email protected]> | ||
|
@@ -1181,7 +1181,7 @@ M: Joel Fernandes <[email protected]> | |
M: Christian Brauner <[email protected]> | ||
M: Hridya Valsaraju <[email protected]> | ||
M: Suren Baghdasaryan <[email protected]> | ||
L: [email protected].org | ||
L: [email protected].org | ||
S: Supported | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git | ||
F: drivers/android/ | ||
|
@@ -5839,7 +5839,7 @@ M: David Airlie <[email protected]> | |
M: Daniel Vetter <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
B: https://bugs.freedesktop.org/ | ||
B: https://gitlab.freedesktop.org/drm | ||
C: irc://chat.freenode.net/dri-devel | ||
T: git git://anongit.freedesktop.org/drm/drm | ||
F: Documentation/devicetree/bindings/display/ | ||
|
@@ -8120,7 +8120,6 @@ F: drivers/crypto/hisilicon/sec2/sec_main.c | |
|
||
HISILICON STAGING DRIVERS FOR HIKEY 960/970 | ||
M: Mauro Carvalho Chehab <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/staging/hikey9xx/ | ||
|
||
|
@@ -8525,6 +8524,7 @@ IBM Power SRIOV Virtual NIC Device Driver | |
M: Dany Madden <[email protected]> | ||
M: Lijun Pan <[email protected]> | ||
M: Sukadev Bhattiprolu <[email protected]> | ||
R: Thomas Falcon <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
F: drivers/net/ethernet/ibm/ibmvnic.* | ||
|
@@ -12542,7 +12542,7 @@ NETWORKING [MPTCP] | |
M: Mat Martineau <[email protected]> | ||
M: Matthieu Baerts <[email protected]> | ||
L: [email protected] | ||
L: mptcp@lists.01.org | ||
L: mptcp@lists.linux.dev | ||
S: Maintained | ||
W: https://github.com/multipath-tcp/mptcp_net-next/wiki | ||
B: https://github.com/multipath-tcp/mptcp_net-next/issues | ||
|
@@ -14713,15 +14713,11 @@ F: drivers/net/ethernet/qlogic/qlcnic/ | |
QLOGIC QLGE 10Gb ETHERNET DRIVER | ||
M: Manish Chopra <[email protected]> | ||
M: [email protected] | ||
L: [email protected] | ||
S: Supported | ||
F: drivers/staging/qlge/ | ||
|
||
QLOGIC QLGE 10Gb ETHERNET DRIVER | ||
M: Coiby Xu <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
S: Supported | ||
F: Documentation/networking/device_drivers/qlogic/qlge.rst | ||
F: drivers/staging/qlge/ | ||
|
||
QM1D1B0004 MEDIA DRIVER | ||
M: Akihiro Tsukada <[email protected]> | ||
|
@@ -16891,8 +16887,10 @@ F: tools/spi/ | |
|
||
SPIDERNET NETWORK DRIVER for CELL | ||
M: Ishizaki Kou <[email protected]> | ||
M: Geoff Levand <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/networking/device_drivers/ethernet/toshiba/spider_net.rst | ||
F: drivers/net/ethernet/toshiba/spider_net* | ||
|
||
|
@@ -17044,7 +17042,7 @@ F: drivers/staging/vt665?/ | |
|
||
STAGING SUBSYSTEM | ||
M: Greg Kroah-Hartman <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Supported | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git | ||
F: drivers/staging/ | ||
|
@@ -19139,7 +19137,7 @@ VME SUBSYSTEM | |
M: Martyn Welch <[email protected]> | ||
M: Manohar Vanga <[email protected]> | ||
M: Greg Kroah-Hartman <[email protected]> | ||
L: [email protected].org | ||
L: [email protected].org | ||
S: Maintained | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git | ||
F: Documentation/driver-api/vme.rst | ||
|
@@ -19170,7 +19168,7 @@ S: Maintained | |
F: drivers/infiniband/hw/vmw_pvrdma/ | ||
|
||
VMware PVSCSI driver | ||
M: Jim Gill <jgill@vmware.com> | ||
M: Vishal Bhakta <vbhakta@vmware.com> | ||
M: VMware PV-Drivers <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
|
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
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
Oops, something went wrong.