Commit bed6e86
committed
Merge branch 'net-remove-kmap_atomic'
Anirudh Venkataramanan says:
====================
net: Remove uses of kmap_atomic()
kmap_atomic() is being deprecated. This little series replaces the last
few uses of kmap_atomic() in the networking subsystem.
This series triggered a suggestion [1] that perhaps the Sun Cassini,
LDOM Virtual Switch Driver and the LDOM virtual network drivers should be
removed completely. I plan to do this in a follow up patchset. For
completeness, this series still includes kmap_atomic() conversions that
apply to the above referenced drivers. If for some reason we choose to not
remove these drivers, at least they won't be using kmap_atomic() anymore.
Also, the following maintainer entries for the Chelsio driver seem to be
defunct:
Vinay Kumar Yadav <vinay.yadav@chelsio.com>
Rohit Maheshwari <rohitm@chelsio.com>
I can submit a follow up patch to remove these entries, but thought
maybe the folks over at Chelsio would want to look into this first.
Changes v1 -> v2:
Use memcpy_from_page() in patches 2/6 and 4/6
Add new patch for the thunderbolt driver
Update commit messages and cover letter
====================
Signed-off-by: David S. Miller <davem@davemloft.net>File tree
5 files changed
+35
-55
lines changed- drivers/net
- ethernet
- chelsio/inline_crypto/ch_ktls
- sfc
- sun
5 files changed
+35
-55
lines changedLines changed: 12 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1839 | 1839 | | |
1840 | 1840 | | |
1841 | 1841 | | |
1842 | | - | |
1843 | 1842 | | |
1844 | | - | |
1845 | 1843 | | |
1846 | 1844 | | |
1847 | 1845 | | |
| |||
1853 | 1851 | | |
1854 | 1852 | | |
1855 | 1853 | | |
1856 | | - | |
1857 | | - | |
1858 | | - | |
1859 | 1854 | | |
1860 | 1855 | | |
1861 | 1856 | | |
1862 | | - | |
1863 | | - | |
| 1857 | + | |
| 1858 | + | |
| 1859 | + | |
1864 | 1860 | | |
1865 | | - | |
1866 | | - | |
| 1861 | + | |
| 1862 | + | |
| 1863 | + | |
| 1864 | + | |
1867 | 1865 | | |
1868 | 1866 | | |
1869 | | - | |
1870 | | - | |
1871 | | - | |
1872 | | - | |
1873 | | - | |
| 1867 | + | |
| 1868 | + | |
| 1869 | + | |
| 1870 | + | |
| 1871 | + | |
1874 | 1872 | | |
1875 | 1873 | | |
1876 | 1874 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
| 210 | + | |
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
| 214 | + | |
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | | - | |
95 | 93 | | |
96 | 94 | | |
97 | 95 | | |
| |||
1915 | 1913 | | |
1916 | 1914 | | |
1917 | 1915 | | |
1918 | | - | |
| 1916 | + | |
1919 | 1917 | | |
1920 | 1918 | | |
1921 | 1919 | | |
| |||
1936 | 1934 | | |
1937 | 1935 | | |
1938 | 1936 | | |
1939 | | - | |
| 1937 | + | |
1940 | 1938 | | |
1941 | 1939 | | |
1942 | 1940 | | |
| |||
1948 | 1946 | | |
1949 | 1947 | | |
1950 | 1948 | | |
1951 | | - | |
1952 | | - | |
| 1949 | + | |
1953 | 1950 | | |
1954 | 1951 | | |
1955 | 1952 | | |
1956 | | - | |
1957 | 1953 | | |
1958 | 1954 | | |
1959 | 1955 | | |
| |||
1984 | 1980 | | |
1985 | 1981 | | |
1986 | 1982 | | |
1987 | | - | |
1988 | | - | |
| 1983 | + | |
| 1984 | + | |
1989 | 1985 | | |
1990 | 1986 | | |
1991 | 1987 | | |
1992 | | - | |
1993 | 1988 | | |
1994 | 1989 | | |
1995 | 1990 | | |
| |||
2036 | 2031 | | |
2037 | 2032 | | |
2038 | 2033 | | |
2039 | | - | |
2040 | | - | |
2041 | | - | |
2042 | | - | |
| 2034 | + | |
| 2035 | + | |
2043 | 2036 | | |
2044 | 2037 | | |
2045 | 2038 | | |
| |||
2061 | 2054 | | |
2062 | 2055 | | |
2063 | 2056 | | |
2064 | | - | |
2065 | | - | |
| 2057 | + | |
2066 | 2058 | | |
2067 | 2059 | | |
2068 | 2060 | | |
2069 | | - | |
2070 | 2061 | | |
2071 | 2062 | | |
2072 | 2063 | | |
| |||
2081 | 2072 | | |
2082 | 2073 | | |
2083 | 2074 | | |
2084 | | - | |
2085 | | - | |
| 2075 | + | |
2086 | 2076 | | |
2087 | 2077 | | |
2088 | 2078 | | |
2089 | 2079 | | |
2090 | | - | |
2091 | 2080 | | |
2092 | 2081 | | |
2093 | 2082 | | |
2094 | | - | |
2095 | | - | |
| 2083 | + | |
2096 | 2084 | | |
2097 | | - | |
| 2085 | + | |
2098 | 2086 | | |
2099 | 2087 | | |
2100 | 2088 | | |
| |||
2103 | 2091 | | |
2104 | 2092 | | |
2105 | 2093 | | |
2106 | | - | |
2107 | | - | |
2108 | 2094 | | |
2109 | 2095 | | |
2110 | 2096 | | |
| |||
2793 | 2779 | | |
2794 | 2780 | | |
2795 | 2781 | | |
2796 | | - | |
2797 | | - | |
2798 | 2782 | | |
2799 | 2783 | | |
2800 | 2784 | | |
2801 | 2785 | | |
2802 | | - | |
2803 | | - | |
2804 | | - | |
2805 | | - | |
2806 | | - | |
2807 | | - | |
| 2786 | + | |
| 2787 | + | |
| 2788 | + | |
| 2789 | + | |
2808 | 2790 | | |
2809 | 2791 | | |
2810 | 2792 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1085 | 1085 | | |
1086 | 1086 | | |
1087 | 1087 | | |
1088 | | - | |
| 1088 | + | |
1089 | 1089 | | |
1090 | 1090 | | |
1091 | 1091 | | |
1092 | 1092 | | |
1093 | 1093 | | |
1094 | | - | |
| 1094 | + | |
1095 | 1095 | | |
1096 | 1096 | | |
1097 | 1097 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1051 | 1051 | | |
1052 | 1052 | | |
1053 | 1053 | | |
1054 | | - | |
| 1054 | + | |
1055 | 1055 | | |
1056 | 1056 | | |
1057 | 1057 | | |
| |||
1109 | 1109 | | |
1110 | 1110 | | |
1111 | 1111 | | |
1112 | | - | |
| 1112 | + | |
1113 | 1113 | | |
1114 | 1114 | | |
1115 | 1115 | | |
| |||
1147 | 1147 | | |
1148 | 1148 | | |
1149 | 1149 | | |
1150 | | - | |
| 1150 | + | |
1151 | 1151 | | |
1152 | 1152 | | |
1153 | 1153 | | |
| |||
1162 | 1162 | | |
1163 | 1163 | | |
1164 | 1164 | | |
1165 | | - | |
| 1165 | + | |
1166 | 1166 | | |
1167 | 1167 | | |
1168 | 1168 | | |
| |||
0 commit comments