]> git.ipfire.org Git - thirdparty/grsecurity-scrape.git/blob - test/changelog-test.txt
Auto commit, grsecurity-3.1-4.9.12-201702231830.patch added.
[thirdparty/grsecurity-scrape.git] / test / changelog-test.txt
1 commit e47311b356a178a1652c88cf47aea011f0211061
2 Author: Brad Spengler <spender@grsecurity.net>
3 Date: Thu Feb 23 18:25:41 2017 -0500
4
5 Update size_overflow hash table
6
7 commit 7852bd5868a61b1a9c4210c0214ef8c1d3e0e7e2
8 Merge: 15fc570 bce7062
9 Author: Brad Spengler <spender@grsecurity.net>
10 Date: Thu Feb 23 17:41:07 2017 -0500
11
12 Merge branch 'pax-test' into grsec-test
13
14 commit bce7062ee9c933a4188dec2691155442df3a79e8
15 Merge: b26ab25 ae7d431
16 Author: Brad Spengler <spender@grsecurity.net>
17 Date: Thu Feb 23 17:40:59 2017 -0500
18
19 Merge branch 'linux-4.9.y' into pax-test
20
21 commit 15fc5704b74ec1d5c4a9ecd00c9e24e9955a1e24
22 Author: Brad Spengler <spender@grsecurity.net>
23 Date: Thu Feb 23 17:35:05 2017 -0500
24
25 Fix !GRKERNSEC_KMEM && GRKERNSEC_SYSFS_RESTRICT incompatibility with
26 KVM, reported at https://bugs.gentoo.org/show_bug.cgi?id=597554
27 by Christian Roessner, Miro Rovis, and Étienne Buira
28
29 commit c26d7750fb91d084a1ba3fbf84fa892cabf2cee9
30 Merge: f0e6f87 b26ab25
31 Author: Brad Spengler <spender@grsecurity.net>
32 Date: Wed Feb 22 20:46:04 2017 -0500
33
34 Merge branch 'pax-test' into grsec-test
35
36 commit b26ab25c73a41147b14a8edb35eec6a08fafd927
37 Author: Brad Spengler <spender@grsecurity.net>
38 Date: Wed Feb 22 20:45:31 2017 -0500
39
40 Update to pax-linux-4.9.10-test5.patch:
41 - fixed resume regression on i386/UDEREF caused by upstream commit ffa64eff956a25548cad0391dbc14c672827be7b, reported by corsac
42 - fixed compile regression on i386/XEN, reported by bugmenot (https://forums.grsecurity.net/viewtopic.php?f=3&t=4677)
43 - worked around an intentional integer overflow caused by the amdgpu driver that was caught by the size overflow plugin, reported by foxxx0 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4667)
44 - made better use of upstream's idea of invpcid
45
46 commit f0e6f87d2d7d767eba1534fd8c1fa4e8e26e00c8
47 Author: Andrey Konovalov <andreyknvl@google.com>
48 Date: Thu Feb 16 17:22:46 2017 +0100
49
50 dccp: fix freeing skb too early for IPV6_RECVPKTINFO
51
52 In the current DCCP implementation an skb for a DCCP_PKT_REQUEST packet
53 is forcibly freed via __kfree_skb in dccp_rcv_state_process if
54 dccp_v6_conn_request successfully returns.
55
56 However, if IPV6_RECVPKTINFO is set on a socket, the address of the skb
57 is saved to ireq->pktopts and the ref count for skb is incremented in
58 dccp_v6_conn_request, so skb is still in use. Nevertheless, it gets freed
59 in dccp_rcv_state_process.
60
61 Fix by calling consume_skb instead of doing goto discard and therefore
62 calling __kfree_skb.
63
64 Similar fixes for TCP:
65
66 fb7e2399ec17f1004c0e0ccfd17439f8759ede01 [TCP]: skb is unexpectedly freed.
67 0aea76d35c9651d55bbaf746e7914e5f9ae5a25d tcp: SYN packets are now
68 simply consumed
69
70 Signed-off-by: Andrey Konovalov <andreyknvl@google.com>
71 Acked-by: Eric Dumazet <edumazet@google.com>
72 Signed-off-by: David S. Miller <davem@davemloft.net>
73
74 commit 9f575ef66df46cb78f751e0d8d509171afe3933e
75 Author: Brad Spengler <spender@grsecurity.net>
76 Date: Sat Feb 18 13:09:26 2017 -0500
77
78 Update size_overflow hash table
79
80 commit e927308508ef20392a61e493bc411e73d597682f
81 Merge: 55d2e75 d711991
82 Author: Brad Spengler <spender@grsecurity.net>
83 Date: Sat Feb 18 11:35:11 2017 -0500
84
85 Merge branch 'pax-test' into grsec-test
86
87 commit d711991b1628e84076fde9b2c94d25920cca7882
88 Merge: 70fbe2f eee1550
89 Author: Brad Spengler <spender@grsecurity.net>
90 Date: Sat Feb 18 11:34:56 2017 -0500
91
92 Merge branch 'linux-4.9.y' into pax-test
93
94 commit 55d2e7501a1db909073644bb1b5c58effb627754
95 Author: Brad Spengler <spender@grsecurity.net>
96 Date: Thu Feb 16 19:47:51 2017 -0500
97
98 Allow symbol printing for softirq change
99
100 commit e489c2948bc9e1d9643c84667bf81ac8387293e0
101 Merge: d7b63ba 70fbe2f
102 Author: Brad Spengler <spender@grsecurity.net>
103 Date: Thu Feb 16 19:47:37 2017 -0500
104
105 Merge branch 'pax-test' into grsec-test
106
107 n why this merge is necessary,
108
109 commit 70fbe2fc1540632d2cc67e770d826f9637b5b73f
110 Author: Brad Spengler <spender@grsecurity.net>
111 Date: Thu Feb 16 19:46:55 2017 -0500
112
113 Update to pax-linux-4.9.10-test4.patch:
114 - worked around a gcc induced integer truncation that triggered a size overflow, reported by René Korthaus (https://bugs.gentoo.org/show_bug.cgi?id=609500)
115 - disabled size overflow checking on qdisc_tree_reduce_backlog for good as newer gcc is smart enough to get around the previous workaround, reported by craftyguy (https://forums.grsecurity.net/viewtopic.php?f=3&t=4640)
116 - fixed a SEGMEXEC/vma mirroring regression, reported by osea (https://forums.grsecurity.net/viewtopic.php?f=3&t=4643)
117
118 commit d7b63bad761e0ca8897ec9c5df4482483aa20201
119 Merge: d310a9c b6296dc
120 Author: Brad Spengler <spender@grsecurity.net>
121 Date: Wed Feb 15 20:18:47 2017 -0500
122
123 Merge branch 'pax-test' into grsec-test
124
125 commit b6296dc3544b4a4543a45777a5cc1ecb2ce51042
126 Author: Brad Spengler <spender@grsecurity.net>
127 Date: Wed Feb 15 20:16:32 2017 -0500
128
129 Update to pax-linux-4.9.9-test3.patch:
130 - fixed a compile error on i386 with X86_CMPXCHG64=n, by Natanael Copa <ncopa@alpinelinux.org>
131 - Emese fixed a few section mismatches and compile errors caused by the initify plugin, reported by Kees Cook, hunger and Valdis Kletnieks
132 - fixed a compile error caused by type mismatches on i386, reported by spender
133
134 commit d310a9c0ab751121a5f97196857bfe4e90d86adf
135 Author: Brad Spengler <spender@grsecurity.net>
136 Date: Wed Feb 15 20:03:55 2017 -0500
137
138 compile fix, reported by ncopa
139
140 commit f6fed850d763aca4162bc24b29afe5bb23d49d91
141 Merge: c3fff1a 1971888
142 Author: Brad Spengler <spender@grsecurity.net>
143 Date: Wed Feb 15 17:21:00 2017 -0500
144
145 Merge branch 'pax-test' into grsec-test
146
147 commit 19718886c80977af99f8181fe8e91b0f6f1fb5f7
148 Merge: b608a1f 390caee
149 Author: Brad Spengler <spender@grsecurity.net>
150 Date: Wed Feb 15 17:20:51 2017 -0500
151
152 Merge branch 'linux-4.9.y' into pax-test
153
154 commit c3fff1a653824ad47021d536dec50e8c937e6347
155 Merge: 57a5c6d b608a1f
156 Author: Brad Spengler <spender@grsecurity.net>
157 Date: Sun Feb 12 20:14:55 2017 -0500
158
159 Merge branch 'pax-test' into grsec-test
160
161 commit b608a1f8eadf8287e6accf031da5f5e26964e79a
162 Author: Brad Spengler <spender@grsecurity.net>
163 Date: Sun Feb 12 20:14:47 2017 -0500
164
165 compile fix
166
167 commit 57a5c6d747cce4a1dd99e3677ddb564c47c5305a
168 Merge: f1a2106 0851ca2
169 Author: Brad Spengler <spender@grsecurity.net>
170 Date: Sun Feb 12 20:13:15 2017 -0500
171
172 Merge branch 'pax-test' into grsec-test
173
174 commit 0851ca2f75213d1f9aabe2d10f98553bf642e024
175 Author: Brad Spengler <spender@grsecurity.net>
176 Date: Sun Feb 12 20:13:02 2017 -0500
177
178 compile fix
179
180 commit f1a2106f030f628edd9d729e8a4cf7a7cbaffe70
181 Merge: fb5b3e7 5cff6ef
182 Author: Brad Spengler <spender@grsecurity.net>
183 Date: Sun Feb 12 20:05:35 2017 -0500
184
185 Merge branch 'pax-test' into grsec-test
186
187 commit 5cff6ef64e73635a287a5635ed89db37b4860336
188 Author: Brad Spengler <spender@grsecurity.net>
189 Date: Sun Feb 12 20:05:28 2017 -0500
190
191 compile fix
192
193 commit fb5b3e71be3a859d01a3e935762125808f8dcff4
194 Merge: 005e22e a85c589
195 Author: Brad Spengler <spender@grsecurity.net>
196 Date: Sun Feb 12 19:54:55 2017 -0500
197
198 Merge branch 'pax-test' into grsec-test
199
200 commit a85c5893051fbbc5b97ab6504747f60d9359dabe
201 Author: Brad Spengler <spender@grsecurity.net>
202 Date: Sun Feb 12 19:54:47 2017 -0500
203
204 compile fix
205
206 commit 005e22eb6f5f0630dc47c5bf4c37fe72cb8d5afa
207 Merge: 230f6cf e376f96
208 Author: Brad Spengler <spender@grsecurity.net>
209 Date: Sun Feb 12 19:49:23 2017 -0500
210
211 Merge branch 'pax-test' into grsec-test
212
213 commit e376f965ed749044bc294004f16b36f4ca7fab28
214 Author: Brad Spengler <spender@grsecurity.net>
215 Date: Sun Feb 12 19:49:16 2017 -0500
216
217 compile fix
218
219 commit 230f6cf74a165b342fdc05c8202422e8e243b528
220 Merge: a60f9ee f4cbdea
221 Author: Brad Spengler <spender@grsecurity.net>
222 Date: Sun Feb 12 19:38:05 2017 -0500
223
224 Merge branch 'pax-test' into grsec-test
225
226 commit f4cbdeaa06cfd3658346f94abb5b6e11fe025961
227 Author: Brad Spengler <spender@grsecurity.net>
228 Date: Sun Feb 12 19:37:57 2017 -0500
229
230 compile fix
231
232 commit a60f9eef51ff4133c0a713bc89c5e2137999e74c
233 Merge: dc07488 d545a4c
234 Author: Brad Spengler <spender@grsecurity.net>
235 Date: Sun Feb 12 19:24:32 2017 -0500
236
237 Merge branch 'pax-test' into grsec-test
238
239 commit d545a4c83b3191aeee56ebda071a8476a046eb40
240 Author: Brad Spengler <spender@grsecurity.net>
241 Date: Sun Feb 12 19:22:21 2017 -0500
242
243 Update to pax-linux-4.9.8-test2.patch:
244 - switched to upstream commit 76bee23411f8510fbf5fc5641bae2c203b726eb6 to fix LTO builds
245 - fixed the symbol export of cpu_gdt_table on x86, by corsac
246 - fixed a bunch of compile warnings, by Mathias Krause <minipli@ld-linux.so>
247 - fixed PARAVIRT/RAP boot problems, reported by quasar366 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4663) and Rhett M. Bowen (https://bugs.archlinux.org/task/52881#comment155215), tested by pierrecap@yahoo.fr
248 - fixed KERNEXEC/UEFI boot problems, reported by anoteros (https://bugs.gentoo.org/show_bug.cgi?id=608680) and Clayton Craft (https://bugs.archlinux.org/task/52881#comment155250)
249
250 commit dc07488c378373e2bf6b60df31709da5ff767afd
251 Author: Sean Rees <sean@erifax.org>
252 Date: Wed Feb 8 14:30:59 2017 -0800
253
254 Another bug from this pointless mitigation
255 see also: https://twitter.com/halvarflake/status/827613317296508928
256
257 mm/slub.c: fix random_seq offset destruction
258
259 Commit 210e7a43fa90 ("mm: SLUB freelist randomization") broke USB hub
260 initialisation as described in
261
262 https://bugzilla.kernel.org/show_bug.cgi?id=177551.
263
264 Bail out early from init_cache_random_seq if s->random_seq is already
265 initialised. This prevents destroying the previously computed
266 random_seq offsets later in the function.
267
268 If the offsets are destroyed, then shuffle_freelist will truncate
269 page->freelist to just the first object (orphaning the rest).
270
271 Fixes: 210e7a43fa90 ("mm: SLUB freelist randomization")
272 Link: http://lkml.kernel.org/r/20170207140707.20824-1-sean@erifax.org
273 Signed-off-by: Sean Rees <sean@erifax.org>
274 Reported-by: <userwithuid@gmail.com>
275 Cc: Christoph Lameter <cl@linux.com>
276 Cc: Pekka Enberg <penberg@kernel.org>
277 Cc: David Rientjes <rientjes@google.com>
278 Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
279 Cc: Thomas Garnier <thgarnie@google.com>
280 Cc: <stable@vger.kernel.org>
281 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
282 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
283
284 commit 7bb22c6cffa5d31bd953b6161db96000edd9eb23
285 Merge: a86976a8 9d73aa5
286 Author: Brad Spengler <spender@grsecurity.net>
287 Date: Thu Feb 9 07:22:12 2017 -0500
288
289 Merge branch 'pax-test' into grsec-test
290
291 commit 9d73aa5a4dee061781926c89c592a7d447804e7d
292 Merge: 709a650 d2e4b66
293 Author: Brad Spengler <spender@grsecurity.net>
294 Date: Thu Feb 9 07:22:05 2017 -0500
295
296 Merge branch 'linux-4.9.y' into pax-test
297
298 commit a86976a86e06bb353a436c2486b1ccfb471f9c50
299 Author: Brad Spengler <spender@grsecurity.net>
300 Date: Tue Feb 7 08:31:41 2017 -0500
301
302 compile fix
303
304 commit 6261adb89e218739e07dc2e55fc87534ea2da325
305 Author: Brad Spengler <spender@grsecurity.net>
306 Date: Tue Feb 7 07:43:30 2017 -0500
307
308 Relax /proc/pid/auxv check to match what was present in previous patches.
309 Many thanks to M. Vefa Bicakci for the report and fix!
310
311 commit cabfb9cbd9201438006865d5e67d10105d8430bc
312 Author: Brad Spengler <spender@grsecurity.net>
313 Date: Tue Feb 7 07:31:48 2017 -0500
314
315 Cleanup from Mathias Krause
316
317 commit 24cf8c373075b002719617a16a180bcd1c281c83
318 Author: Brad Spengler <spender@grsecurity.net>
319 Date: Tue Feb 7 07:28:52 2017 -0500
320
321 Fix driver error case that we had correct but which broke when merging
322 upstream's ripoff of our code, reported by Mathias Krause
323
324 commit d467970a05a441b364d247d5b4366913e44ad7ef
325 Merge: cd0b761 709a650
326 Author: Brad Spengler <spender@grsecurity.net>
327 Date: Sun Feb 5 10:00:34 2017 -0500
328
329 Merge branch 'pax-test' into grsec-test
330
331 commit 709a650aee15f96f6f564e8f4753ce4d2ce4d666
332 Author: Brad Spengler <spender@grsecurity.net>
333 Date: Sun Feb 5 10:00:20 2017 -0500
334
335 Update to pax-linux-4.9.8-test1x.patch
336
337 commit cd0b7618163bb40398b593d3649920ded2e1af33
338 Author: Brad Spengler <spender@grsecurity.net>
339 Date: Sat Feb 4 15:58:39 2017 -0500
340
341 Update size_overflow hash table
342
343 commit a6ac7f5e6378cef84c4c00a051725c023a63021b
344 Author: Brad Spengler <spender@grsecurity.net>
345 Date: Sat Feb 4 14:58:33 2017 -0500
346
347 Update size_overflow hash tables
348
349 commit ae5d77fb41c008fcc8b504c350fe3556b43c3973
350 Author: Brad Spengler <spender@grsecurity.net>
351 Date: Sat Feb 4 12:35:54 2017 -0500
352
353 Update size_overflow hash table
354
355 commit 25a2af42cf8bd480755fb946623e868e297a3136
356 Author: Brad Spengler <spender@grsecurity.net>
357 Date: Sat Feb 4 12:25:45 2017 -0500
358
359 Initial import of grsecurity 3.1 for Linux 4.9.8
360
361 commit e3932cb3abbbcfa7e0c7414541fdbd0a27453d4d
362 Author: Brad Spengler <spender@grsecurity.net>
363 Date: Sat Feb 4 11:52:14 2017 -0500
364
365 Update to pax-linux-4.9.8-test1.patch
366
367 commit 979bddf15aa0dbb73dcd418d18ff2fd30ff1b38e
368 Merge: d93b949 c8ea2f3
369 Author: Brad Spengler <spender@grsecurity.net>
370 Date: Sat Feb 4 04:27:39 2017 -0500
371
372 Merge branch 'linux-4.9.y' into pax-test
373
374 commit d93b94991428cb11d0f66e209c070b1ba884bf83
375 Author: Brad Spengler <spender@grsecurity.net>
376 Date: Thu Feb 2 17:26:16 2017 -0500
377
378 Update to pax-linux-4.9.6-test1xxxxxy.patch
379
380 commit c5ecf5720061b63b90eb0ae6dcac9a7b88edd723
381 Author: Brad Spengler <spender@grsecurity.net>
382 Date: Wed Feb 1 21:22:36 2017 -0500
383
384 Update to pax-linux-4.9.6-test1xxxxx.patch
385
386 commit aede64e292980acc6c5784bb18864cd7fabec093
387 Author: Brad Spengler <spender@grsecurity.net>
388 Date: Wed Feb 1 20:34:33 2017 -0500
389
390 Update to pax-linux-4.9.6-test1xxxx.patch
391
392 commit 24a41127f3313bba134e0b68ab9da40f2b0f1ab5
393 Author: Brad Spengler <spender@grsecurity.net>
394 Date: Wed Feb 1 19:32:39 2017 -0500
395
396 Update to pax-linux-4.9.6-test1xxx.patch
397
398 commit 5ed38e522dd7df25d0102f9faf97fca62ba84102
399 Merge: a2e84e3 fd2ffe5
400 Author: Brad Spengler <spender@grsecurity.net>
401 Date: Wed Feb 1 08:14:15 2017 -0500
402
403 Merge branch 'linux-4.9.y' into pax-test
404
405 commit a2e84e35dd4c940ddf23d70de6b29a48cbcaa39c
406 Author: Brad Spengler <spender@grsecurity.net>
407 Date: Wed Feb 1 07:40:25 2017 -0500
408
409 Update to pax-linux-4.9.6-test1xx.patch
410
411 commit a06453c00dca1885a8f638b5a4e0dfa703a2094f
412 Author: Brad Spengler <spender@grsecurity.net>
413 Date: Tue Jan 31 19:50:03 2017 -0500
414
415 Update to pax-linux-4.9.6-test1x.patch
416
417 commit a78566f6da3985944fee653782344976e37a5dea
418 Author: Brad Spengler <spender@grsecurity.net>
419 Date: Fri Jan 27 21:41:39 2017 -0500
420
421 Initial import of pax-linux-4.9.6-test1.patch
422 commit e5800118f68fd1553ac02b1f05bc3d567a884e22
423 Author: Brad Spengler <spender@grsecurity.net>
424 Date: Sun Jan 15 15:50:04 2017 -0500
425
426 Fix size_overflow FP with gcc 6 reported by craftyguy at:
427 https://forums.grsecurity.net/viewtopic.php?f=3&t=4640
428
429 scripts/gcc-plugins/size_overflow_plugin/disable.data | 1 +
430 scripts/gcc-plugins/size_overflow_plugin/e_fields.data | 1 -
431 2 files changed, 1 insertion(+), 1 deletion(-)
432
433 commit 5861d0ad8a1c929257f1eda7f97dadbc1818112f
434 Author: Brad Spengler <spender@grsecurity.net>
435 Date: Sun Jan 15 14:17:09 2017 -0500
436
437 Initify plugin updates from Emese Revfy:
438
439 Fixed a logical error that caused a section mismatch
440 Forgot to handle callees from a caller that is marked by BOTH.
441
442 WARNING: vmlinux.o(.text.unlikely+0x1b1): Section mismatch in
443 reference from the function uncore_pci_exit.part.22() to the function
444 .init.text:uncore_free_pcibus_map()
445 The function uncore_pci_exit.part.22() references
446 the function __init uncore_free_pcibus_map().
447 This is often because uncore_pci_exit.part.22 lacks a __init
448 annotation or the annotation of uncore_free_pcibus_map is wrong.
449
450 Reported-by: Kees Cook <keescook@chromium.org>
451
452 Examine all clones as well for __init/__exit eligibility
453 WARNING: vmlinux.o(.text+0x1087e7): Section mismatch in reference from
454 the function rebind_subsystems() to the variable
455 .init.rodata.str:__func__.4400
456 The function rebind_subsystems() references
457 the variable __initconst __func__.4400.
458 This is often because rebind_subsystems lacks a __initconst
459 annotation or the annotation of __func__.4400 is wrong.
460
461 Reported-by: Kees Cook <keescook@chromium.org>
462
463 scripts/gcc-plugins/initify_plugin.c | 76 ++++++++++++++++++++++++------------
464 1 file changed, 51 insertions(+), 25 deletions(-)
465
466 commit 08e03c1434f26e9b56f00a6ce8236320bd557494
467 Author: Brad Spengler <spender@grsecurity.net>
468 Date: Sun Jan 15 14:08:04 2017 -0500
469
470 After over a year of hard work, KSPP has finally released its first
471 ever contribution back to grsecurity, the project from which KSPP
472 plagiarizes^Wobtains every useful improvement to Linux security. We are proud to
473 announce in this joint release the fruits of their hard work: a typo fix
474 to change 'unkown' to 'unknown' when reporting incorrect GCC plugin
475 command line arguments. Many thanks to Kees Cook and KSPP for this
476 innovation in spell check, and we look forward to many future
477 contributions of the same ilk from their capable hands. 'This
478 contribution of a typo fix confirms the high level of respect and
479 commitment to long-term sustainability KSPP has for grsecurity and its
480 innovative efforts over the past 16 years in producing the state of the
481 art in Linux security' said Brad Spengler, President of Open Source
482 Security Inc.
483
484 "Based on a patch by Kees Cook" (since like much upstream efforts this
485 one was incomplete in that it missed the rap and size_overflow typos
486 as they existed in separate directories).
487
488 scripts/gcc-plugins/checker_plugin.c | 2 +-
489 scripts/gcc-plugins/colorize_plugin.c | 2 +-
490 scripts/gcc-plugins/constify_plugin.c | 2 +-
491 scripts/gcc-plugins/initify_plugin.c | 2 +-
492 scripts/gcc-plugins/kernexec_plugin.c | 2 +-
493 scripts/gcc-plugins/latent_entropy_plugin.c | 2 +-
494 scripts/gcc-plugins/randomize_layout_plugin.c | 2 +-
495 scripts/gcc-plugins/rap_plugin/rap_plugin.c | 2 +-
496 scripts/gcc-plugins/sancov_plugin.c | 2 +-
497 scripts/gcc-plugins/size_overflow_plugin/size_overflow_plugin.c | 2 +-
498 scripts/gcc-plugins/stackleak_plugin.c | 2 +-
499 scripts/gcc-plugins/structleak_plugin.c | 2 +-
500 12 files changed, 12 insertions(+), 12 deletions(-)
501
502 commit 9b4ad0aa5ee41a03f02a928e2fd9679044048bde
503 Author: Brad Spengler <spender@grsecurity.net>
504 Date: Sun Jan 15 12:18:18 2017 -0500
505
506 Fix boot hang on 32-bit 4.8 kernels with SEGMEXEC enabled, reported by
507 osea at:
508 https://forums.grsecurity.net/viewtopic.php?f=3&t=4643
509
510 mm/memory.c | 11 +++++++++++
511 1 file changed, 11 insertions(+)
512
513 commit 2c93d3e0efb5b3d413cf2c0c5ac56faf47fa3e2d
514 Author: Brad Spengler <spender@grsecurity.net>
515 Date: Sun Jan 15 08:52:57 2017 -0500
516
517 Allow USERCOPY to be disabled, was a bug in PaX that somehow slipped through
518 the holiday cracks
519
520 Reported by Chris Henhawke at:
521 https://bugs.gentoo.org/show_bug.cgi?id=603188
522
523 security/Kconfig | 2 +-
524 1 file changed, 1 insertion(+), 1 deletion(-)
525
526 commit e86618efec929cb7f77480f35b21154368f2e7d1
527 Author: John Sperbeck <jsperbeck@google.com>
528 Date: Tue Jan 10 16:58:24 2017 -0800
529
530 From the team that brought you useless improvements to the useless KASLR:
531 Useless mitigation causing likely privesc, with one of the worst commit messages
532 of all time (that wasn't written by an upstream developer for once -- to his credit,
533 Andrew Morton actually demanded more info (albeit receiving it in vague quality),
534 without which this commit message would have been even more sparse.
535
536 Someone should request a CVE for this:
537
538 mm/slab.c: fix SLAB freelist randomization duplicate entries
539
540 This patch fixes a bug in the freelist randomization code. When a high
541 random number is used, the freelist will contain duplicate entries. It
542 will result in different allocations sharing the same chunk.
543
544 It will result in odd behaviours and crashes. It should be uncommon but
545 it depends on the machines. We saw it happening more often on some
546 machines (every few hours of running tests).
547
548 Fixes: c7ce4f60ac19 ("mm: SLAB freelist randomization")
549 Link: http://lkml.kernel.org/r/20170103181908.143178-1-thgarnie@google.com
550 Signed-off-by: John Sperbeck <jsperbeck@google.com>
551 Signed-off-by: Thomas Garnier <thgarnie@google.com>
552 Cc: Christoph Lameter <cl@linux.com>
553 Cc: Pekka Enberg <penberg@kernel.org>
554 Cc: David Rientjes <rientjes@google.com>
555 Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
556 Cc: <stable@vger.kernel.org>
557 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
558 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
559
560 mm/slab.c | 8 ++++----
561 1 file changed, 4 insertions(+), 4 deletions(-)
562
563 commit f7abe91bbcb4950f9c611fadd813b6dbe68db74b
564 Merge: 124f515 006324d
565 Author: Brad Spengler <spender@grsecurity.net>
566 Date: Mon Jan 9 07:22:15 2017 -0500
567
568 Merge branch 'pax-test' into grsec-test
569
570 commit 006324d50d856bb254eb375407bc0478f8ae95eb
571 Merge: 2f6e197 3d8f8d0
572 Author: Brad Spengler <spender@grsecurity.net>
573 Date: Mon Jan 9 07:22:06 2017 -0500
574
575 Merge branch 'linux-4.8.y' into pax-test
576
577 commit 124f5155ead017e547c2a3736a312762870d4b0d
578 Author: Brad Spengler <spender@grsecurity.net>
579 Date: Fri Jan 6 18:03:39 2017 -0500
580
581 compile fix
582
583 fs/exec.c | 2 +-
584 1 file changed, 1 insertion(+), 1 deletion(-)
585
586 commit 655fffef715aff25550a3a90eaf4a7d06426ed8f
587 Author: Brad Spengler <spender@grsecurity.net>
588 Date: Fri Jan 6 17:57:28 2017 -0500
589
590 compile fix
591
592 fs/exec.c | 2 +-
593 kernel/ptrace.c | 3 ++-
594 2 files changed, 3 insertions(+), 2 deletions(-)
595
596 commit a4f3d168f78cb8d84eaabba7dd501799b1f6e5a1
597 Merge: c86a12c 2f6e197
598 Author: Brad Spengler <spender@grsecurity.net>
599 Date: Fri Jan 6 09:01:05 2017 -0500
600
601 Merge branch 'pax-test' into grsec-test
602
603 commit 2f6e19780747cdf28176251e19d15c2741b58813
604 Merge: a685c6f c65ed08
605 Author: Brad Spengler <spender@grsecurity.net>
606 Date: Fri Jan 6 08:01:20 2017 -0500
607
608 Merge branch 'linux-4.8.y' into pax-test
609
610 commit c86a12c6f8a8551a0025ad531abe9d383e7388d2
611 Author: Brad Spengler <spender@grsecurity.net>
612 Date: Tue Jan 3 17:37:11 2017 -0500
613
614 Fix an off-by-one in reporting some denied socket families, as reported by
615 Blub
616
617 grsecurity/gracl_ip.c | 2 +-
618 1 file changed, 1 insertion(+), 1 deletion(-)
619
620 commit 85f6681653925320e2040a772aa9526d7bdbe083
621 Merge: 9d7ca54 a685c6f
622 Author: Brad Spengler <spender@grsecurity.net>
623 Date: Tue Jan 3 17:18:37 2017 -0500
624
625 Merge branch 'pax-test' into grsec-test
626
627 commit a685c6fc603aac945ce129adfcbeb9b05b0aba62
628 Author: Brad Spengler <spender@grsecurity.net>
629 Date: Tue Jan 3 17:18:07 2017 -0500
630
631 Update to pax-linux-4.8.15-test9.patch:
632 - fixed a few compiler warnings due to KERNEXEC and constification, reported by spender
633 - made a few micro-optimizations to lretq usage on amd64 and BUG_ON
634 - updated gcc-common.h and the plugins to eliminate some code bloat in pass registration
635 - fixed the use of build_string in all gcc plugins as it doesn't set TREE_TYPE itself
636
637 arch/x86/kernel/head_64.S | 6 +-
638 drivers/hv/hv.c | 2 +-
639 drivers/net/ethernet/amd/xgbe/xgbe.h | 6 +-
640 include/asm-generic/bug.h | 2 +-
641 scripts/gcc-plugins/checker_plugin.c | 15 +--
642 scripts/gcc-plugins/colorize_plugin.c | 8 +-
643 scripts/gcc-plugins/constify_plugin.c | 9 +-
644 scripts/gcc-plugins/cyc_complexity_plugin.c | 8 +-
645 scripts/gcc-plugins/gcc-common.h | 106 ++++++++++++++++++---
646 scripts/gcc-plugins/initify_plugin.c | 12 +--
647 scripts/gcc-plugins/kallocstat_plugin.c | 8 +-
648 scripts/gcc-plugins/kernexec_plugin.c | 28 ++----
649 scripts/gcc-plugins/latent_entropy_plugin.c | 10 +-
650 scripts/gcc-plugins/rap_plugin/rap_plugin.c | 24 ++---
651 scripts/gcc-plugins/sancov_plugin.c | 14 ++-
652 .../insert_size_overflow_asm.c | 6 +-
653 .../size_overflow_plugin/size_overflow_ipa.c | 2 +-
654 .../size_overflow_plugin/size_overflow_plugin.c | 26 ++---
655 .../size_overflow_plugin/size_overflow_transform.c | 4 +-
656 .../size_overflow_transform_core.c | 20 +---
657 scripts/gcc-plugins/stackleak_plugin.c | 18 +---
658 scripts/gcc-plugins/structleak_plugin.c | 8 +-
659 22 files changed, 164 insertions(+), 178 deletions(-)
660
661 commit 9d7ca543b94c0203affd278739c77992ccaa7ba6
662 Author: Brad Spengler <spender@grsecurity.net>
663 Date: Fri Dec 30 18:21:59 2016 -0500
664
665 Fix virtualbox host compatibility as reported by aurelf at:
666 https://forums.grsecurity.net/viewtopic.php?f=3&t=4634
667
668 This will be reverted once the VirtualBox devs stop disabling
669 SMAP unnecessarily, which seems like it will happen never.
670 Anyone who cares about security of their host system shouldn't
671 use VirtualBox, as it already precludes the use of KERNEXEC, UDEREF,
672 and RANDKSTACK.
673
674 arch/x86/include/asm/irqflags.h | 4 ++++
675 1 file changed, 4 insertions(+)
676
677 commit cec0b19f2d7ac2d8f8357aee654dddd4418086b8
678 Author: Brad Spengler <spender@grsecurity.net>
679 Date: Thu Dec 22 22:19:33 2016 -0500
680
681 Make HIDESYM select PAX_USERCOPY instead of the now nonexistent PAX_USERCOPY_SLABS
682
683 grsecurity/Kconfig | 2 +-
684 1 file changed, 1 insertion(+), 1 deletion(-)
685
686 commit 61c3fa5b25ecc4a7c4f3d531a5cc76adeb89336c
687 Author: Brad Spengler <spender@grsecurity.net>
688 Date: Thu Dec 15 18:36:17 2016 -0500
689
690 Update size_overflow hash table
691
692 scripts/gcc-plugins/size_overflow_plugin/e_fns.data | 1 +
693 1 file changed, 1 insertion(+)
694
695 commit 58e3f480aa38ec2007ec86afdbe668cf30238cd2
696 Author: Linus Torvalds <torvalds@linux-foundation.org>
697 Date: Wed Dec 14 12:45:25 2016 -0800
698
699 vfs,mm: fix return value of read() at s_maxbytes
700
701 We truncated the possible read iterator to s_maxbytes in commit
702 c2a9737f45e2 ("vfs,mm: fix a dead loop in truncate_inode_pages_range()"),
703 but our end condition handling was wrong: it's not an error to try to
704 read at the end of the file.
705
706 Reading past the end should return EOF (0), not EINVAL.
707
708 See for example
709
710 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1649342
711 http://lists.gnu.org/archive/html/bug-coreutils/2016-12/msg00008.html
712
713 where a md5sum of a maximally sized file fails because the final read is
714 exactly at s_maxbytes.
715
716 Fixes: c2a9737f45e2 ("vfs,mm: fix a dead loop in truncate_inode_pages_range()")
717 Reported-by: Joseph Salisbury <joseph.salisbury@canonical.com>
718 Cc: Wei Fang <fangwei1@huawei.com>
719 Cc: Christoph Hellwig <hch@infradead.org>
720 Cc: Dave Chinner <david@fromorbit.com>
721 Cc: Al Viro <viro@zeniv.linux.org.uk>
722 Cc: Andrew Morton <akpm@linux-foundation.org>
723 Cc: stable@kernel.org
724 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
725
726 mm/filemap.c | 2 +-
727 1 file changed, 1 insertion(+), 1 deletion(-)
728
729 commit 70975981c11bc45fd4ad44e9a6f5e8c2210a14f6
730 Merge: 3a0285a 224c7ab
731 Author: Brad Spengler <spender@grsecurity.net>
732 Date: Thu Dec 15 17:43:49 2016 -0500
733
734 Merge branch 'pax-test' into grsec-test
735
736 commit 224c7ab2cacdcf25cc319978f7fbe64f519f03f0
737 Merge: ccbe963 8bba2e2
738 Author: Brad Spengler <spender@grsecurity.net>
739 Date: Thu Dec 15 17:43:37 2016 -0500
740
741 Merge branch 'linux-4.8.y' into pax-test
742
743 commit 3a0285abbc886698581f682e6d269143c1709031
744 Merge: eec49c3 ccbe963
745 Author: Brad Spengler <spender@grsecurity.net>
746 Date: Sat Dec 10 17:49:55 2016 -0500
747
748 Merge branch 'pax-test' into grsec-test
749
750 commit ccbe96350259e7d78fb4178ab1e5ece026641816
751 Merge: dd08da6 7b8c57c
752 Author: Brad Spengler <spender@grsecurity.net>
753 Date: Sat Dec 10 17:49:17 2016 -0500
754
755 Update to pax-linux-4.8.14-test8.patch:
756 - fixed hyperv hypercall page handling when compiled as a module, reported by Kyle Spiers (kyle@atomicorp.com)
757 - fixed a logic error in initify that initified some ineligible functions triggering a boot crash under hyperv, reported by Kyle Spiers (kyle@atomicorp.com)
758 - Emese turned the compile time error checking of the nocapture attribute into a warning instead
759 - prototypes were missing for make_*_pass(), reported by Andrew Donnellan <andrew.donnellan@au1.ibm.com>
760
761 Merge branch 'linux-4.8.y' into pax-test
762
763 commit eec49c307bcebdfb24cd0c9d1d69282490d30e90
764 Merge: 2fd4ed6 dd08da6
765 Author: Brad Spengler <spender@grsecurity.net>
766 Date: Thu Dec 8 20:03:08 2016 -0500
767
768 Merge branch 'pax-test' into grsec-test
769
770 commit dd08da6af044ecb2b82a0be6bb57a8814637a10e
771 Author: Brad Spengler <spender@grsecurity.net>
772 Date: Thu Dec 8 20:02:44 2016 -0500
773
774 Forward-port some PaX changes:
775 - fixed hyperv hypercall page handling when compiled as a module, reported by Kyle Spiers (kyle@atomicorp.com)
776 - fixed a logic error in initify that initified some ineligible functions triggering a boot crash under hyperv, reported by Kyle Spiers (kyle@atomicorp.com)
777 - Emese turned the compile time error checking of the nocapture attribute into a warning instead
778
779 drivers/hv/hv.c | 2 +-
780 scripts/gcc-plugins/initify_plugin.c | 14 ++++++--------
781 2 files changed, 7 insertions(+), 9 deletions(-)
782
783 commit 2fd4ed677eead793deb99095d0fea1014947fc1f
784 Author: David Ahern <dsa@cumulusnetworks.com>
785 Date: Sun Nov 27 18:52:53 2016 -0800
786
787 net: handle no dst on skb in icmp6_send
788
789 Andrey reported the following while fuzzing the kernel with syzkaller:
790
791 kasan: CONFIG_KASAN_INLINE enabled
792 kasan: GPF could be caused by NULL-ptr deref or user memory access
793 general protection fault: 0000 [#1] SMP KASAN
794 Modules linked in:
795 CPU: 0 PID: 3859 Comm: a.out Not tainted 4.9.0-rc6+ #429
796 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
797 task: ffff8800666d4200 task.stack: ffff880067348000
798 RIP: 0010:[<ffffffff833617ec>] [<ffffffff833617ec>]
799 icmp6_send+0x5fc/0x1e30 net/ipv6/icmp.c:451
800 RSP: 0018:ffff88006734f2c0 EFLAGS: 00010206
801 RAX: ffff8800666d4200 RBX: 0000000000000000 RCX: 0000000000000000
802 RDX: 0000000000000000 RSI: dffffc0000000000 RDI: 0000000000000018
803 RBP: ffff88006734f630 R08: ffff880064138418 R09: 0000000000000003
804 R10: dffffc0000000000 R11: 0000000000000005 R12: 0000000000000000
805 R13: ffffffff84e7e200 R14: ffff880064138484 R15: ffff8800641383c0
806 FS: 00007fb3887a07c0(0000) GS:ffff88006cc00000(0000) knlGS:0000000000000000
807 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
808 CR2: 0000000020000000 CR3: 000000006b040000 CR4: 00000000000006f0
809 Stack:
810 ffff8800666d4200 ffff8800666d49f8 ffff8800666d4200 ffffffff84c02460
811 ffff8800666d4a1a 1ffff1000ccdaa2f ffff88006734f498 0000000000000046
812 ffff88006734f440 ffffffff832f4269 ffff880064ba7456 0000000000000000
813 Call Trace:
814 [<ffffffff83364ddc>] icmpv6_param_prob+0x2c/0x40 net/ipv6/icmp.c:557
815 [< inline >] ip6_tlvopt_unknown net/ipv6/exthdrs.c:88
816 [<ffffffff83394405>] ip6_parse_tlv+0x555/0x670 net/ipv6/exthdrs.c:157
817 [<ffffffff8339a759>] ipv6_parse_hopopts+0x199/0x460 net/ipv6/exthdrs.c:663
818 [<ffffffff832ee773>] ipv6_rcv+0xfa3/0x1dc0 net/ipv6/ip6_input.c:191
819 ...
820
821 icmp6_send / icmpv6_send is invoked for both rx and tx paths. In both
822 cases the dst->dev should be preferred for determining the L3 domain
823 if the dst has been set on the skb. Fallback to the skb->dev if it has
824 not. This covers the case reported here where icmp6_send is invoked on
825 Rx before the route lookup.
826
827 Fixes: 5d41ce29e ("net: icmp6_send should use dst dev to determine L3 domain")
828 Reported-by: Andrey Konovalov <andreyknvl@google.com>
829 Signed-off-by: David Ahern <dsa@cumulusnetworks.com>
830 Signed-off-by: David S. Miller <davem@davemloft.net>
831
832 net/ipv6/icmp.c | 6 ++++--
833 1 file changed, 4 insertions(+), 2 deletions(-)
834
835 commit 15977cda939cb4a2072de08f265d2d95a97c5c9c
836 Merge: 4d51197 5d6499b
837 Author: Brad Spengler <spender@grsecurity.net>
838 Date: Thu Dec 8 19:56:26 2016 -0500
839
840 Merge branch 'pax-test' into grsec-test
841
842 commit 5d6499bbf52429aee789035bda61df32919293e0
843 Merge: f3f4924 55d64c0
844 Author: Brad Spengler <spender@grsecurity.net>
845 Date: Thu Dec 8 19:56:19 2016 -0500
846
847 Merge branch 'linux-4.8.y' into pax-test
848
849 commit 4d51197ad44024df9dcb2f8f3bc871d5cc185808
850 Author: Philip Pettersson <philip.pettersson@gmail.com>
851 Date: Wed Nov 30 14:55:36 2016 -0800
852
853 Not unpriv privilege escalation on any version of grsecurity --
854 (contrary to copy+pasted Arch Linux security advisories)
855 we've disabled unprivileged userns ever since it existed.
856
857 packet: fix race condition in packet_set_ring
858
859 When packet_set_ring creates a ring buffer it will initialize a
860 struct timer_list if the packet version is TPACKET_V3. This value
861 can then be raced by a different thread calling setsockopt to
862 set the version to TPACKET_V1 before packet_set_ring has finished.
863
864 This leads to a use-after-free on a function pointer in the
865 struct timer_list when the socket is closed as the previously
866 initialized timer will not be deleted.
867
868 The bug is fixed by taking lock_sock(sk) in packet_setsockopt when
869 changing the packet version while also taking the lock at the start
870 of packet_set_ring.
871
872 Fixes: f6fb8f100b80 ("af-packet: TPACKET_V3 flexible buffer implementation.")
873 Signed-off-by: Philip Pettersson <philip.pettersson@gmail.com>
874 Signed-off-by: Eric Dumazet <edumazet@google.com>
875 Signed-off-by: David S. Miller <davem@davemloft.net>
876
877 net/packet/af_packet.c | 18 ++++++++++++------
878 1 file changed, 12 insertions(+), 6 deletions(-)
879
880 commit 8fb1a916b99396cae8f6961d1734ea51c333e8ae
881 Merge: 54050b7 f3f4924
882 Author: Brad Spengler <spender@grsecurity.net>
883 Date: Tue Dec 6 21:42:51 2016 -0500
884
885 Merge branch 'pax-test' into grsec-test
886
887 commit f3f49240500f0393101d222410f48f68c481959b
888 Author: Brad Spengler <spender@grsecurity.net>
889 Date: Tue Dec 6 21:42:28 2016 -0500
890
891 Update to pax-linux-4.8.12-test7.patch:
892 - fixed non-executable HIBERNATION resume code on amd64, reported and partially fixed by Arseny Solokha <asolokha@gmx.com>
893 - fixed USERCOPY compile regression with old gcc versions, reported by André Ferraz
894 - fixed ENDPROC use on atomic functions on sparc64
895 - fixed return value checking of convert_ip_to_linear
896 - fixed a few function types for RAP
897
898 arch/arm64/include/asm/processor.h | 7 -------
899 arch/sparc/lib/atomic_64.S | 8 ++++----
900 arch/x86/kernel/step.c | 2 +-
901 arch/x86/mm/fault.c | 5 ++++-
902 arch/x86/power/cpu.c | 4 ++++
903 arch/x86/power/hibernate_64.c | 11 +++++------
904 drivers/misc/lkdtm_core.c | 2 +-
905 drivers/staging/wlan-ng/p80211netdev.c | 2 +-
906 include/linux/init_task.h | 1 -
907 9 files changed, 20 insertions(+), 22 deletions(-)
908
909 commit 54050b78ed9dc52e72180f178a38474606a09d5c
910 Merge: 736e717 34c61d4
911 Author: Brad Spengler <spender@grsecurity.net>
912 Date: Sat Dec 3 09:14:47 2016 -0500
913
914 Merge branch 'pax-test' into grsec-test
915
916 commit 34c61d446390e30aa6b5c6940618a500c894a397
917 Merge: 99257a4 356ccf6
918 Author: Brad Spengler <spender@grsecurity.net>
919 Date: Sat Dec 3 09:14:32 2016 -0500
920
921 Merge branch 'linux-4.8.y' into pax-test
922
923 commit 736e717e33565dd4e71870b60d310e1d5aa3d0cd
924 Merge: 6e1844a 99257a4
925 Author: Brad Spengler <spender@grsecurity.net>
926 Date: Sun Nov 27 11:33:24 2016 -0500
927
928 Merge branch 'pax-test' into grsec-test
929
930 commit 99257a4169235bbe2576eb44ce2e0ce640070a17
931 Author: Brad Spengler <spender@grsecurity.net>
932 Date: Sun Nov 27 11:32:06 2016 -0500
933
934 Update to pax-linux-4.8.11-test6.patch:
935 - fixed harmless compile warning introduced by a previous fix, reported by Matt Turner (https://bugs.gentoo.org/show_bug.cgi?id=599320#c11)
936 - removed unnecessary objtree use in generating the size overflow hash tables
937 - Emese worked around a size overflow false positive in drbd, reported by rot (https://forums.grsecurity.net/viewtopic.php?f=3&t=4526)
938
939 drivers/block/drbd/drbd_int.h | 2 +-
940 kernel/trace/trace_printk.c | 6 ------
941 scripts/gcc-plugins/size_overflow_plugin/Makefile | 4 ++--
942 3 files changed, 3 insertions(+), 9 deletions(-)
943
944 commit 6e1844aa17930704e360cd231fa5d12f3aadda1b
945 Author: Ard Biesheuvel <ard.biesheuvel@linaro.org>
946 Date: Mon Oct 17 15:05:33 2016 +0100
947
948 mac80211: move struct aead_req off the stack
949
950 Some crypto implementations (such as the generic CCM wrapper in crypto/)
951 use scatterlists to map fields of private data in their struct aead_req.
952 This means these data structures cannot live in the vmalloc area, which
953 means that they cannot live on the stack (with CONFIG_VMAP_STACK.)
954
955 This currently occurs only with the generic software implementation, but
956 the private data and usage is implementation specific, so move the whole
957 data structures off the stack into heap by allocating every time we need
958 to use them.
959
960 In addition, take care not to put any of our own stack allocations into
961 scatterlists. This involves reserving some extra room when allocating the
962 aead_request structures, and referring to those allocations in the scatter-
963 lists (while copying the data from the stack before the crypto operation)
964
965 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
966 Signed-off-by: Johannes Berg <johannes.berg@intel.com>
967
968 net/mac80211/aes_ccm.c | 46 ++++++++++++++++++++++++++++++----------------
969 net/mac80211/aes_ccm.h | 8 +++++---
970 net/mac80211/aes_gcm.c | 43 ++++++++++++++++++++++++++++---------------
971 net/mac80211/aes_gcm.h | 6 ++++--
972 net/mac80211/aes_gmac.c | 26 +++++++++++++-------------
973 net/mac80211/aes_gmac.h | 4 ++++
974 net/mac80211/wpa.c | 22 +++++++++-------------
975 7 files changed, 93 insertions(+), 62 deletions(-)
976
977 commit c10e1633c41d5418e6eedc665582418a5befbb4f
978 Author: Brad Spengler <spender@grsecurity.net>
979 Date: Sun Nov 27 10:27:05 2016 -0500
980
981 Work around drbd size_overflow FP when SIZE_OVERFLOW_EXTRA is enabled, reported by rot at:
982 https://forums.grsecurity.net/viewtopic.php?f=3&t=4526
983
984 drivers/block/drbd/drbd_int.h | 2 +-
985 1 file changed, 1 insertion(+), 1 deletion(-)
986
987 commit 249d9232cebd4152a203680c63759332cdac13cb
988 Merge: 18d46a8 b01d05b
989 Author: Brad Spengler <spender@grsecurity.net>
990 Date: Sat Nov 26 08:07:35 2016 -0500
991
992 Merge branch 'pax-test' into grsec-test
993
994 commit b01d05b77234043e071a10852c021c594531af1b
995 Merge: 41ec71c 36bd5bf
996 Author: Brad Spengler <spender@grsecurity.net>
997 Date: Sat Nov 26 08:07:28 2016 -0500
998
999 Merge branch 'linux-4.8.y' into pax-test
1000
1001 commit 18d46a8fa74de2cb68fb5e6678959e5e61c6fea6
1002 Author: Brad Spengler <spender@grsecurity.net>
1003 Date: Fri Nov 25 08:37:05 2016 -0500
1004
1005 Mark __phys_addr_nodebug() on x64 as always-inlined
1006
1007 arch/x86/include/asm/page_64.h | 2 +-
1008 1 file changed, 1 insertion(+), 1 deletion(-)
1009
1010 commit 5dd906f677c6d649efad1b01da6d6965e15ac3db
1011 Author: Andrey Ryabinin <aryabinin@virtuozzo.com>
1012 Date: Thu Nov 24 13:23:10 2016 +0000
1013
1014 mpi: Fix NULL ptr dereference in mpi_powm() [ver #3]
1015
1016 This fixes CVE-2016-8650.
1017
1018 If mpi_powm() is given a zero exponent, it wants to immediately return
1019 either 1 or 0, depending on the modulus. However, if the result was
1020 initalised with zero limb space, no limbs space is allocated and a
1021 NULL-pointer exception ensues.
1022
1023 Fix this by allocating a minimal amount of limb space for the result when
1024 the 0-exponent case when the result is 1 and not touching the limb space
1025 when the result is 0.
1026
1027 This affects the use of RSA keys and X.509 certificates that carry them.
1028
1029 BUG: unable to handle kernel NULL pointer dereference at (null)
1030 IP: [<ffffffff8138ce5d>] mpi_powm+0x32/0x7e6
1031 PGD 0
1032 Oops: 0002 [#1] SMP
1033 Modules linked in:
1034 CPU: 3 PID: 3014 Comm: keyctl Not tainted 4.9.0-rc6-fscache+ #278
1035 Hardware name: ASUS All Series/H97-PLUS, BIOS 2306 10/09/2014
1036 task: ffff8804011944c0 task.stack: ffff880401294000
1037 RIP: 0010:[<ffffffff8138ce5d>] [<ffffffff8138ce5d>] mpi_powm+0x32/0x7e6
1038 RSP: 0018:ffff880401297ad8 EFLAGS: 00010212
1039 RAX: 0000000000000000 RBX: ffff88040868bec0 RCX: ffff88040868bba0
1040 RDX: ffff88040868b260 RSI: ffff88040868bec0 RDI: ffff88040868bee0
1041 RBP: ffff880401297ba8 R08: 0000000000000000 R09: 0000000000000000
1042 R10: 0000000000000047 R11: ffffffff8183b210 R12: 0000000000000000
1043 R13: ffff8804087c7600 R14: 000000000000001f R15: ffff880401297c50
1044 FS: 00007f7a7918c700(0000) GS:ffff88041fb80000(0000) knlGS:0000000000000000
1045 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
1046 CR2: 0000000000000000 CR3: 0000000401250000 CR4: 00000000001406e0
1047 Stack:
1048 ffff88040868bec0 0000000000000020 ffff880401297b00 ffffffff81376cd4
1049 0000000000000100 ffff880401297b10 ffffffff81376d12 ffff880401297b30
1050 ffffffff81376f37 0000000000000100 0000000000000000 ffff880401297ba8
1051 Call Trace:
1052 [<ffffffff81376cd4>] ? __sg_page_iter_next+0x43/0x66
1053 [<ffffffff81376d12>] ? sg_miter_get_next_page+0x1b/0x5d
1054 [<ffffffff81376f37>] ? sg_miter_next+0x17/0xbd
1055 [<ffffffff8138ba3a>] ? mpi_read_raw_from_sgl+0xf2/0x146
1056 [<ffffffff8132a95c>] rsa_verify+0x9d/0xee
1057 [<ffffffff8132acca>] ? pkcs1pad_sg_set_buf+0x2e/0xbb
1058 [<ffffffff8132af40>] pkcs1pad_verify+0xc0/0xe1
1059 [<ffffffff8133cb5e>] public_key_verify_signature+0x1b0/0x228
1060 [<ffffffff8133d974>] x509_check_for_self_signed+0xa1/0xc4
1061 [<ffffffff8133cdde>] x509_cert_parse+0x167/0x1a1
1062 [<ffffffff8133d609>] x509_key_preparse+0x21/0x1a1
1063 [<ffffffff8133c3d7>] asymmetric_key_preparse+0x34/0x61
1064 [<ffffffff812fc9f3>] key_create_or_update+0x145/0x399
1065 [<ffffffff812fe227>] SyS_add_key+0x154/0x19e
1066 [<ffffffff81001c2b>] do_syscall_64+0x80/0x191
1067 [<ffffffff816825e4>] entry_SYSCALL64_slow_path+0x25/0x25
1068 Code: 56 41 55 41 54 53 48 81 ec a8 00 00 00 44 8b 71 04 8b 42 04 4c 8b 67 18 45 85 f6 89 45 80 0f 84 b4 06 00 00 85 c0 75 2f 41 ff ce <49> c7 04 24 01 00 00 00 b0 01 75 0b 48 8b 41 18 48 83 38 01 0f
1069 RIP [<ffffffff8138ce5d>] mpi_powm+0x32/0x7e6
1070 RSP <ffff880401297ad8>
1071 CR2: 0000000000000000
1072 ---[ end trace d82015255d4a5d8d ]---
1073
1074 Basically, this is a backport of a libgcrypt patch:
1075
1076 http://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgcrypt.git;a=patch;h=6e1adb05d290aeeb1c230c763970695f4a538526
1077
1078 Fixes: cdec9cb5167a ("crypto: GnuPG based MPI lib - source files (part 1)")
1079 Signed-off-by: Andrey Ryabinin <aryabinin@virtuozzo.com>
1080 Signed-off-by: David Howells <dhowells@redhat.com>
1081 cc: Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
1082 cc: linux-ima-devel@lists.sourceforge.net
1083 cc: stable@vger.kernel.org
1084 Signed-off-by: James Morris <james.l.morris@oracle.com>
1085
1086 lib/mpi/mpi-pow.c | 7 ++++++-
1087 1 file changed, 6 insertions(+), 1 deletion(-)
1088
1089 commit 218b2fc710bd61f32c7c0cf4556aa628bccf0382
1090 Author: Andrey Ryabinin <aryabinin@virtuozzo.com>
1091 Date: Thu Nov 24 13:23:03 2016 +0000
1092
1093 X.509: Fix double free in x509_cert_parse() [ver #3]
1094
1095 We shouldn't free cert->pub->key in x509_cert_parse() because
1096 x509_free_certificate() also does this:
1097 BUG: Double free or freeing an invalid pointer
1098 ...
1099 Call Trace:
1100 [<ffffffff81896c20>] dump_stack+0x63/0x83
1101 [<ffffffff81356571>] kasan_object_err+0x21/0x70
1102 [<ffffffff81356ed9>] kasan_report_double_free+0x49/0x60
1103 [<ffffffff813561ad>] kasan_slab_free+0x9d/0xc0
1104 [<ffffffff81350b7a>] kfree+0x8a/0x1a0
1105 [<ffffffff81844fbf>] public_key_free+0x1f/0x30
1106 [<ffffffff818455d4>] x509_free_certificate+0x24/0x90
1107 [<ffffffff818460bc>] x509_cert_parse+0x2bc/0x300
1108 [<ffffffff81846cae>] x509_key_preparse+0x3e/0x330
1109 [<ffffffff818444cf>] asymmetric_key_preparse+0x6f/0x100
1110 [<ffffffff8178bec0>] key_create_or_update+0x260/0x5f0
1111 [<ffffffff8178e6d9>] SyS_add_key+0x199/0x2a0
1112 [<ffffffff821d823b>] entry_SYSCALL_64_fastpath+0x1e/0xad
1113 Object at ffff880110bd1900, in cache kmalloc-512 size: 512
1114 ....
1115 Freed:
1116 PID = 2579
1117 [<ffffffff8104283b>] save_stack_trace+0x1b/0x20
1118 [<ffffffff813558f6>] save_stack+0x46/0xd0
1119 [<ffffffff81356183>] kasan_slab_free+0x73/0xc0
1120 [<ffffffff81350b7a>] kfree+0x8a/0x1a0
1121 [<ffffffff818460a3>] x509_cert_parse+0x2a3/0x300
1122 [<ffffffff81846cae>] x509_key_preparse+0x3e/0x330
1123 [<ffffffff818444cf>] asymmetric_key_preparse+0x6f/0x100
1124 [<ffffffff8178bec0>] key_create_or_update+0x260/0x5f0
1125 [<ffffffff8178e6d9>] SyS_add_key+0x199/0x2a0
1126 [<ffffffff821d823b>] entry_SYSCALL_64_fastpath+0x1e/0xad
1127
1128 Fixes: db6c43bd2132 ("crypto: KEYS: convert public key and digsig asym to the akcipher api")
1129 Signed-off-by: Andrey Ryabinin <aryabinin@virtuozzo.com>
1130 Cc: <stable@vger.kernel.org>
1131 Signed-off-by: David Howells <dhowells@redhat.com>
1132 Signed-off-by: James Morris <james.l.morris@oracle.com>
1133
1134 crypto/asymmetric_keys/x509_cert_parser.c | 1 -
1135 1 file changed, 1 deletion(-)
1136
1137 commit 7ab38a1d2f20a0ee1646c61f69c5628868e36e1c
1138 Author: Brad Spengler <spender@grsecurity.net>
1139 Date: Fri Nov 25 15:04:31 2016 -0500
1140
1141 Mark RANDSTRUCT as depending on GCC_PLUGINS
1142
1143 grsecurity/Kconfig | 1 +
1144 1 file changed, 1 insertion(+)
1145
1146 commit 4b779f90caef66bc904533a068e82ed7929a741f
1147 Author: Brad Spengler <spender@grsecurity.net>
1148 Date: Wed Nov 23 22:22:22 2016 -0500
1149
1150 whitespace cleanup
1151
1152 mm/usercopy.c | 6 +++---
1153 1 file changed, 3 insertions(+), 3 deletions(-)
1154
1155 commit fa8c4d8069e8a83b3a30bedbb7b5281cc035722e
1156 Author: Brad Spengler <spender@grsecurity.net>
1157 Date: Wed Nov 23 21:36:42 2016 -0500
1158
1159 Fix regression on i386 KERNEXEC introduced by KSPP ripoff of USERCOPY
1160
1161 mm/usercopy.c | 9 +++++++++
1162 1 file changed, 9 insertions(+)
1163
1164 commit 7bde68e909b1592b4de453d16d9efd544fdcf5d7
1165 Merge: 104123c 41ec71c
1166 Author: Brad Spengler <spender@grsecurity.net>
1167 Date: Wed Nov 23 19:59:44 2016 -0500
1168
1169 Merge branch 'pax-test' into grsec-test
1170
1171 commit 41ec71c4866375c87ea6d28341bfb980ec5805f3
1172 Author: Brad Spengler <spender@grsecurity.net>
1173 Date: Wed Nov 23 19:58:53 2016 -0500
1174
1175 Update to pax-linux-4.8.10-test5.patch:
1176 - worked around a false positive initify report with KMEMCHECK, reported by spender
1177 - fixed a compile error of the initify plugin with gcc 4.5
1178 - Emese fixed an infinite recursion bug in the initify plugin that triggered with certain gcc versions, reported by spender
1179 - worked around a false positive initify report with KMEMCHECK, reported by spender
1180 - fixed a compile error of the initify plugin with gcc 4.5
1181 - Emese fixed an infinite recursion bug in the initify plugin that triggered with certain gcc versions, reported by spender
1182
1183 fs/exofs/super.c | 7 +-
1184 kernel/trace/trace_printk.c | 11 +-
1185 net/netfilter/nf_log.c | 2 +-
1186 .../size_overflow_plugin/size_overflow.h | 8 +-
1187 .../size_overflow_plugin/size_overflow_debug.c | 4 +-
1188 .../size_overflow_plugin/size_overflow_ipa.c | 143 ++++++++++++++-------
1189 .../size_overflow_plugin/size_overflow_plugin.c | 2 +-
1190 .../size_overflow_plugin_hash.c | 40 +++---
1191 .../size_overflow_plugin/size_overflow_transform.c | 6 +-
1192 9 files changed, 136 insertions(+), 87 deletions(-)
1193
1194 commit 104123c7083b4b405c3d94e5cbcf8d82a3c1bf3b
1195 Author: Joerg Roedel <jroedel@suse.de>
1196 Date: Wed Sep 14 11:41:59 2016 +0200
1197
1198 iommu/amd: Don't put completion-wait semaphore on stack
1199
1200 The semaphore used by the AMD IOMMU to signal command
1201 completion lived on the stack until now, which was safe as
1202 the driver busy-waited on the semaphore with IRQs disabled,
1203 so the stack can't go away under the driver.
1204
1205 But the recently introduced vmap-based stacks break this as
1206 the physical address of the semaphore can't be determinded
1207 easily anymore. The driver used the __pa() macro, but that
1208 only works in the direct-mapping. The result were
1209 Completion-Wait timeout errors seen by the IOMMU driver,
1210 breaking system boot.
1211
1212 Since putting the semaphore on the stack is bad design
1213 anyway, move the semaphore into 'struct amd_iommu'. It is
1214 protected by the per-iommu lock and now in the direct
1215 mapping again. This fixes the Completion-Wait timeout errors
1216 and makes AMD IOMMU systems boot again with vmap-based
1217 stacks enabled.
1218
1219 Reported-by: Borislav Petkov <bp@alien8.de>
1220 Signed-off-by: Joerg Roedel <jroedel@suse.de>
1221 Cc: H. Peter Anvin <hpa@zytor.com>
1222 Cc: Linus Torvalds <torvalds@linux-foundation.org>
1223 Cc: Peter Zijlstra <peterz@infradead.org>
1224 Cc: Thomas Gleixner <tglx@linutronix.de>
1225 Signed-off-by: Ingo Molnar <mingo@kernel.org>
1226
1227 drivers/iommu/amd_iommu.c | 51 ++++++++++++++++++++++++++++-------------
1228 drivers/iommu/amd_iommu_types.h | 2 ++
1229 2 files changed, 37 insertions(+), 16 deletions(-)
1230
1231 commit fb4681fbb3ac4fbfc38c4d878a769d9521b2cadc
1232 Merge: 5c7c04f7 2eb064c
1233 Author: Brad Spengler <spender@grsecurity.net>
1234 Date: Mon Nov 21 07:32:06 2016 -0500
1235
1236 Merge branch 'pax-test' into grsec-test
1237
1238 commit 2eb064cd06070c433afb5bbe06f2912c6fe4c0ca
1239 Merge: ec40a67 cf5ae29
1240 Author: Brad Spengler <spender@grsecurity.net>
1241 Date: Mon Nov 21 07:31:48 2016 -0500
1242
1243 Merge branch 'linux-4.8.y' into pax-test
1244
1245 commit 5c7c04f7c8fcb7a3730b34db41a0842ef0dbed51
1246 Author: Brad Spengler <spender@grsecurity.net>
1247 Date: Sat Nov 19 19:50:51 2016 -0500
1248
1249 compile fix
1250
1251 drivers/platform/x86/toshiba-wmi.c | 2 +-
1252 1 file changed, 1 insertion(+), 1 deletion(-)
1253
1254 commit 05eb3d0ec6643c60f794937ba562fea97f5be897
1255 Author: Brad Spengler <spender@grsecurity.net>
1256 Date: Sat Nov 19 19:32:09 2016 -0500
1257
1258 compile fix
1259
1260 net/netfilter/nf_log.c | 2 +-
1261 1 file changed, 1 insertion(+), 1 deletion(-)
1262
1263 commit fb9517eef2f4321b99e1427728ea81e7beb6709e
1264 Author: Brad Spengler <spender@grsecurity.net>
1265 Date: Sat Nov 19 19:26:19 2016 -0500
1266
1267 compile fix
1268
1269 drivers/platform/x86/toshiba-wmi.c | 2 +-
1270 1 file changed, 1 insertion(+), 1 deletion(-)
1271
1272 commit d7be8fc340893cb7a61f295adf357433684c1412
1273 Author: Brad Spengler <spender@grsecurity.net>
1274 Date: Sat Nov 19 18:50:43 2016 -0500
1275
1276 Fix an instance of DMA on stack reported by jotik
1277
1278 drivers/tty/hvc/hvc_console.c | 13 +++++++++++--
1279 1 file changed, 11 insertions(+), 2 deletions(-)
1280
1281 commit 491d119de68bd80666a5e0c9a45538b03a7e0359
1282 Merge: d06ab17 ec40a67
1283 Author: Brad Spengler <spender@grsecurity.net>
1284 Date: Sat Nov 19 09:49:17 2016 -0500
1285
1286 Merge branch 'pax-test' into grsec-test
1287
1288 commit ec40a67f38da6771cc50d21b8bdfef7fe85c13f9
1289 Merge: d10440d 8765773
1290 Author: Brad Spengler <spender@grsecurity.net>
1291 Date: Sat Nov 19 09:48:59 2016 -0500
1292
1293 Merge branch 'linux-4.8.y' into pax-test
1294
1295 commit d06ab1776f143f4c0f040b37b5d4be02fb4c2b2f
1296 Author: Brad Spengler <spender@grsecurity.net>
1297 Date: Wed Nov 16 20:06:47 2016 -0500
1298
1299 Move location of GRKERNSEC_BRUTE call, otherwise on systems with suid
1300 dumping enabled, the crash of a suid/fscapped binary will not produce a
1301 coredump as a SIGKILL to the other threads of the process will trigger
1302 a group exit. Thanks to Michael Hu and Meenakshi Selvaraj for the report!
1303
1304 fs/coredump.c | 6 +++---
1305 1 file changed, 3 insertions(+), 3 deletions(-)
1306
1307 commit 2deb6e90bf515a547273218c9e5e80362cedf5f4
1308 Merge: 538290f d10440d
1309 Author: Brad Spengler <spender@grsecurity.net>
1310 Date: Tue Nov 15 07:22:21 2016 -0500
1311
1312 Merge branch 'pax-test' into grsec-test
1313
1314 commit d10440da199a8c4601cf572c85c240b391d7ff1c
1315 Author: Brad Spengler <spender@grsecurity.net>
1316 Date: Tue Nov 15 07:21:39 2016 -0500
1317
1318 Forward-port PaX INITIFY updates:
1319 - Emese fixed an infinite recursion bug in the initify plugin that triggered with certain gcc versions, reported by spender
1320 - fixed a copy-paste error in the previous initify compile error fix
1321
1322 scripts/gcc-plugins/initify_plugin.c | 7 +++----
1323 1 file changed, 3 insertions(+), 4 deletions(-)
1324
1325 commit 538290f125d86e96ca1cb58ec6b6dc42c6df94f5
1326 Merge: 29790c8 0651bb9
1327 Author: Brad Spengler <spender@grsecurity.net>
1328 Date: Tue Nov 15 07:16:37 2016 -0500
1329
1330 Merge branch 'pax-test' into grsec-test
1331
1332 commit 0651bb9a29497614f2ac8907576e13c25d14417d
1333 Merge: 3dccfc8 61385cc
1334 Author: Brad Spengler <spender@grsecurity.net>
1335 Date: Tue Nov 15 07:16:23 2016 -0500
1336
1337 Merge branch 'linux-4.8.y' into pax-test
1338
1339 commit 29790c808b36fed3643adb45a52ddd1eaf215d5a
1340 Merge: 884f7d7 3dccfc8
1341 Author: Brad Spengler <spender@grsecurity.net>
1342 Date: Mon Nov 14 21:55:00 2016 -0500
1343
1344 Merge branch 'pax-test' into grsec-test
1345
1346 commit 3dccfc8eb94c31bb44f90f2d5673867d47ceeae1
1347 Author: Brad Spengler <spender@grsecurity.net>
1348 Date: Mon Nov 14 21:53:56 2016 -0500
1349
1350 Forward-ported PaX updates (so all patches can be released tonight):
1351 - worked around a false positive initify report with KMEMCHECK, reported by spender
1352 - fixed a compile error of the initify plugin with gcc 4.5
1353
1354 lib/Kconfig.kmemcheck | 1 +
1355 scripts/gcc-plugins/initify_plugin.c | 8 ++++++++
1356 2 files changed, 9 insertions(+)
1357
1358 commit 884f7d7137f2cb388491c398a22b555c9e04bd3b
1359 Author: Brad Spengler <spender@grsecurity.net>
1360 Date: Mon Nov 14 08:52:36 2016 -0500
1361
1362 re-enable INITIFY
1363
1364 security/Kconfig | 1 -
1365 1 file changed, 1 deletion(-)
1366
1367 commit 1199c8fee72e0204eef6e517acf1d17e1edb35d0
1368 Author: Brad Spengler <spender@grsecurity.net>
1369 Date: Sat Nov 12 09:28:52 2016 -0500
1370
1371 always clear after restore
1372
1373 kernel/power/snapshot.c | 2 --
1374 1 file changed, 2 deletions(-)
1375
1376 commit 6ee3a03e6b4610d3a4c8536222e613c9381d310a
1377 Author: Brad Spengler <spender@grsecurity.net>
1378 Date: Sat Nov 12 07:48:59 2016 -0500
1379
1380 Remove duplicate function definition caused by bad git merge
1381 Thanks to Toralf Foerster for the report
1382
1383 kernel/power/snapshot.c | 20 --------------------
1384 1 file changed, 20 deletions(-)
1385
1386 commit 972fc7c4ab01bed5011f92621c0235a29b964321
1387 Merge: b797a7f 179609c
1388 Author: Brad Spengler <spender@grsecurity.net>
1389 Date: Thu Nov 10 21:30:42 2016 -0500
1390
1391 Merge branch 'pax-test' into grsec-test
1392
1393 commit 179609c35bcb2c28967e27dd71850a64dd8d2457
1394 Author: Brad Spengler <spender@grsecurity.net>
1395 Date: Thu Nov 10 21:28:09 2016 -0500
1396
1397 Update to pax-linux-4.8.7-test3.patch
1398
1399 Makefile | 5 +-
1400 arch/x86/kernel/alternative.c | 2 +
1401 arch/x86/kernel/cpu/intel.c | 6 +
1402 arch/x86/kernel/tsc.c | 3 +
1403 .../gcc-plugins/size_overflow_plugin/.gitignore | 5 +-
1404 .../gcc-plugins/size_overflow_plugin/e_fields.data | 240 ++++++++++++++++---
1405 .../gcc-plugins/size_overflow_plugin/e_fns.data | 262 +++++++++++++++++++--
1406 .../gcc-plugins/size_overflow_plugin/e_vars.data | 3 +
1407 8 files changed, 467 insertions(+), 59 deletions(-)
1408
1409 commit b797a7f8f1bd6dd882c302108d3e0e24eec4eb52
1410 Merge: c65bef9 61c5e35
1411 Author: Brad Spengler <spender@grsecurity.net>
1412 Date: Thu Nov 10 18:47:19 2016 -0500
1413
1414 Merge branch 'pax-test' into grsec-test
1415
1416 commit 61c5e357c8e096078f3087cc1c9945311580ef58
1417 Merge: 26e177d 567aeca
1418 Author: Brad Spengler <spender@grsecurity.net>
1419 Date: Thu Nov 10 18:47:09 2016 -0500
1420
1421 Merge branch 'linux-4.8.y' into pax-test
1422
1423 commit c65bef9442a61a12256456658a6e3a3aa6f0017c
1424 Author: Brad Spengler <spender@grsecurity.net>
1425 Date: Wed Nov 9 17:22:04 2016 -0500
1426
1427 Add SLAB_USERCOPY backward compatibility for out of tree modules
1428
1429 include/linux/slab.h | 7 +++++++
1430 mm/slab_common.c | 3 ++-
1431 2 files changed, 9 insertions(+), 1 deletion(-)
1432
1433 commit 9f7c67696110c732bc080f27629a93c652aa6784
1434 Merge: 8c2ed61 26e177d
1435 Author: Brad Spengler <spender@grsecurity.net>
1436 Date: Wed Nov 9 17:13:02 2016 -0500
1437
1438 Merge branch 'pax-test' into grsec-test
1439
1440 commit 26e177df8561bd7b261090dcce16f8bc5a166e43
1441 Author: Brad Spengler <spender@grsecurity.net>
1442 Date: Wed Nov 9 17:11:43 2016 -0500
1443
1444 Update to pax-linux-4.8.6-test2.patch:
1445 - fixed resume regression on X86 caused by the recent constification of boot_cpu_data, reported by Joe Gabinsky (https://bugs.archlinux.org/task/51767)
1446 - worked around a compile error with gcc enforced PIE, reported by Carlos Carvalho (https://forums.grsecurity.net/viewtopic.php?f=3&t=4607)
1447 - fixed a latent entropy compile error that triggered on arm, reported by spender
1448
1449 Makefile | 2 ++
1450 arch/x86/include/asm/irqflags.h | 2 ++
1451 arch/x86/include/asm/uaccess_32.h | 3 +++
1452 arch/x86/include/asm/uaccess_64.h | 4 ++++
1453 arch/x86/kernel/acpi/wakeup_32.S | 2 ++
1454 arch/x86/kernel/acpi/wakeup_64.S | 2 ++
1455 arch/x86/kernel/cpu/common.c | 6 ++++++
1456 arch/x86/kernel/vm86_32.c | 6 ++----
1457 arch/x86/power/hibernate_asm_32.S | 2 ++
1458 arch/x86/power/hibernate_asm_64.S | 2 ++
1459 fs/pstore/ftrace.c | 1 +
1460 kernel/events/hw_breakpoint.c | 1 +
1461 mm/slab.c | 14 +++++++-------
1462 scripts/gcc-plugins/latent_entropy_plugin.c | 4 ++--
1463 scripts/gcc-plugins/size_overflow_plugin/disable.data | 3 +++
1464 scripts/gcc-plugins/size_overflow_plugin/e_fns.data | 5 +----
1465 16 files changed, 42 insertions(+), 17 deletions(-)
1466
1467 commit 8c2ed61b048133cef4d19cbcfad489c5229c6d85
1468 Author: Brad Spengler <spender@grsecurity.net>
1469 Date: Wed Nov 9 17:08:54 2016 -0500
1470
1471 re-enable latent_entropy on ARM
1472
1473 security/Kconfig | 1 -
1474 1 file changed, 1 deletion(-)
1475
1476 commit f111a022d48483a796d7f6d170e5165fa17c32aa
1477 Author: Brad Spengler <spender@grsecurity.net>
1478 Date: Tue Nov 8 21:10:00 2016 -0500
1479
1480 Update size_overflow hash tables
1481
1482 scripts/gcc-plugins/size_overflow_plugin/e_fields.data | 1 +
1483 scripts/gcc-plugins/size_overflow_plugin/e_fns.data | 1 +
1484 2 files changed, 2 insertions(+)
1485
1486 commit f4e7a9c6e5c14a7d9765191e4fdae902e777a62b
1487 Author: Brad Spengler <spender@grsecurity.net>
1488 Date: Tue Nov 8 20:39:56 2016 -0500
1489
1490 Update size_overflow hash table
1491
1492 .../gcc-plugins/size_overflow_plugin/e_fields.data | 87 ++++++++++++++++++----
1493 .../gcc-plugins/size_overflow_plugin/e_fns.data | 81 +++++++++++++++++---
1494 2 files changed, 143 insertions(+), 25 deletions(-)
1495
1496 commit f3a2f418e4c8c9e7a3c8e44994a9b789b755f690
1497 Author: Brad Spengler <spender@grsecurity.net>
1498 Date: Tue Nov 8 20:27:26 2016 -0500
1499
1500 Update size_overflow hash table
1501
1502 scripts/gcc-plugins/size_overflow_plugin/e_fields.data | 1 +
1503 scripts/gcc-plugins/size_overflow_plugin/e_fns.data | 1 +
1504 2 files changed, 2 insertions(+)
1505
1506 commit 7429f39d5af5c7c6744dadbc8cef6fb09bba0378
1507 Author: Brad Spengler <spender@grsecurity.net>
1508 Date: Tue Nov 8 20:22:07 2016 -0500
1509
1510 compile fix
1511
1512 security/Kconfig | 2 +-
1513 1 file changed, 1 insertion(+), 1 deletion(-)
1514
1515 commit 2c1be792d3b1eced5c977f431b97a6f358257c7d
1516 Author: Brad Spengler <spender@grsecurity.net>
1517 Date: Tue Nov 8 20:15:52 2016 -0500
1518
1519 Disable LATENT_ENTROPY on ARM temporarily
1520
1521 security/Kconfig | 1 +
1522 1 file changed, 1 insertion(+)
1523
1524 commit 5baa2459453f698c59713d66c19a35ceb08c6423
1525 Author: Brad Spengler <spender@grsecurity.net>
1526 Date: Tue Nov 8 19:28:11 2016 -0500
1527
1528 Update size_overflow hash tables
1529
1530 .../gcc-plugins/size_overflow_plugin/e_fields.data | 19 +++++++++--
1531 .../gcc-plugins/size_overflow_plugin/e_fns.data | 38 ++++++++++++++++++++--
1532 .../gcc-plugins/size_overflow_plugin/e_vars.data | 2 ++
1533 3 files changed, 55 insertions(+), 4 deletions(-)
1534
1535 commit e6ff4162464e018c08a58689f60664f96786a4e0
1536 Author: Brad Spengler <spender@grsecurity.net>
1537 Date: Tue Nov 8 19:23:13 2016 -0500
1538
1539 Update size_overflow hash tables
1540
1541 .../gcc-plugins/size_overflow_plugin/e_fields.data | 132 +++++++++++++++++---
1542 .../gcc-plugins/size_overflow_plugin/e_fns.data | 135 +++++++++++++++++++--
1543 .../gcc-plugins/size_overflow_plugin/e_vars.data | 1 +
1544 3 files changed, 243 insertions(+), 25 deletions(-)
1545
1546 commit ee26614f6745609f79b28620130afa73b2c86ff8
1547 Author: Brad Spengler <spender@grsecurity.net>
1548 Date: Tue Nov 8 19:10:38 2016 -0500
1549
1550 Update size_overflow hash table
1551
1552 scripts/gcc-plugins/size_overflow_plugin/e_fns.data | 8 ++++++++
1553 1 file changed, 8 insertions(+)
1554
1555 commit d3291c0dc6f25e59c8c402b66416cf0f4f6dddb7
1556 Author: Brad Spengler <spender@grsecurity.net>
1557 Date: Tue Nov 8 19:03:02 2016 -0500
1558
1559 Initial import of grsecurity 3.1 for Linux 4.8.6
1560
1561 Documentation/dontdiff | 2 +
1562 Documentation/kernel-parameters.txt | 6 +
1563 Documentation/sysctl/kernel.txt | 15 +
1564 Makefile | 8 +-
1565 arch/alpha/include/asm/cache.h | 4 +-
1566 arch/alpha/kernel/osf_sys.c | 12 +-
1567 arch/arc/Kconfig | 1 +
1568 arch/arm/Kconfig | 2 +
1569 arch/arm/Kconfig.debug | 1 +
1570 arch/arm/include/asm/cacheflush.h | 2 +-
1571 arch/arm/include/asm/thread_info.h | 7 +-
1572 arch/arm/kernel/entry-common.S | 8 +-
1573 arch/arm/kernel/process.c | 4 +-
1574 arch/arm/kernel/ptrace.c | 9 +
1575 arch/arm/kernel/traps.c | 7 +-
1576 arch/arm/mm/Kconfig | 4 +-
1577 arch/arm/mm/fault.c | 40 +-
1578 arch/arm/mm/mmap.c | 8 +-
1579 arch/arm/net/bpf_jit_32.c | 51 +-
1580 arch/arm64/Kconfig.debug | 1 +
1581 arch/arm64/include/asm/atomic.h | 2 +
1582 arch/arm64/include/asm/cache.h | 2 +
1583 arch/arm64/include/asm/pgtable.h | 3 +
1584 arch/avr32/include/asm/cache.h | 4 +-
1585 arch/blackfin/Kconfig.debug | 1 +
1586 arch/blackfin/include/asm/cache.h | 3 +-
1587 arch/cris/include/arch-v10/arch/cache.h | 3 +-
1588 arch/cris/include/arch-v32/arch/cache.h | 3 +-
1589 arch/frv/include/asm/cache.h | 3 +-
1590 arch/frv/mm/elf-fdpic.c | 4 +-
1591 arch/hexagon/include/asm/cache.h | 6 +-
1592 arch/ia64/Kconfig | 1 +
1593 arch/ia64/include/asm/cache.h | 3 +-
1594 arch/ia64/kernel/sys_ia64.c | 2 +
1595 arch/ia64/mm/hugetlbpage.c | 2 +
1596 arch/m32r/include/asm/cache.h | 4 +-
1597 arch/m68k/include/asm/cache.h | 4 +-
1598 arch/m68k/kernel/time.c | 1 +
1599 arch/metag/mm/hugetlbpage.c | 1 +
1600 arch/microblaze/include/asm/cache.h | 3 +-
1601 arch/mips/Kconfig | 1 +
1602 arch/mips/include/asm/thread_info.h | 11 +-
1603 arch/mips/kernel/irq.c | 3 +
1604 arch/mips/kernel/ptrace.c | 9 +
1605 arch/mips/mm/mmap.c | 4 +-
1606 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
1607 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
1608 arch/openrisc/include/asm/cache.h | 4 +-
1609 arch/parisc/include/asm/cache.h | 3 +
1610 arch/parisc/kernel/sys_parisc.c | 4 +
1611 arch/powerpc/Kconfig | 1 +
1612 arch/powerpc/include/asm/thread_info.h | 5 +-
1613 arch/powerpc/kernel/Makefile | 2 +
1614 arch/powerpc/kernel/irq.c | 3 +
1615 arch/powerpc/kernel/process.c | 10 +-
1616 arch/powerpc/kernel/ptrace.c | 15 +
1617 arch/powerpc/kernel/traps.c | 5 +
1618 arch/powerpc/mm/slice.c | 2 +-
1619 arch/s390/Kconfig.debug | 1 +
1620 arch/s390/include/asm/cache.h | 4 +-
1621 arch/score/include/asm/cache.h | 4 +-
1622 arch/sh/include/asm/cache.h | 3 +-
1623 arch/sh/mm/mmap.c | 6 +-
1624 arch/sparc/include/asm/thread_info_64.h | 8 +-
1625 arch/sparc/kernel/process_32.c | 6 +-
1626 arch/sparc/kernel/process_64.c | 8 +-
1627 arch/sparc/kernel/ptrace_64.c | 14 +
1628 arch/sparc/kernel/sys_sparc_64.c | 8 +-
1629 arch/sparc/kernel/syscalls.S | 8 +-
1630 arch/sparc/kernel/traps_32.c | 8 +-
1631 arch/sparc/kernel/traps_64.c | 28 +-
1632 arch/sparc/kernel/unaligned_64.c | 2 +-
1633 arch/sparc/mm/fault_64.c | 2 +-
1634 arch/sparc/mm/hugetlbpage.c | 15 +-
1635 arch/tile/Kconfig | 1 +
1636 arch/tile/include/asm/cache.h | 3 +-
1637 arch/tile/mm/hugetlbpage.c | 2 +
1638 arch/unicore32/include/asm/cache.h | 6 +-
1639 arch/x86/Kconfig | 21 +
1640 arch/x86/Kconfig.debug | 2 +
1641 arch/x86/entry/common.c | 14 +
1642 arch/x86/entry/entry_32.S | 2 +-
1643 arch/x86/entry/entry_64.S | 2 +-
1644 arch/x86/ia32/ia32_aout.c | 2 +
1645 arch/x86/include/asm/floppy.h | 20 +-
1646 arch/x86/include/asm/fpu/types.h | 69 +-
1647 arch/x86/include/asm/io.h | 2 +-
1648 arch/x86/include/asm/page.h | 12 +-
1649 arch/x86/include/asm/paravirt_types.h | 21 +-
1650 arch/x86/include/asm/processor.h | 4 +-
1651 arch/x86/include/asm/thread_info.h | 6 +-
1652 arch/x86/kernel/dumpstack.c | 8 +-
1653 arch/x86/kernel/dumpstack_32.c | 1 +
1654 arch/x86/kernel/ioport.c | 13 +
1655 arch/x86/kernel/irq_32.c | 3 +
1656 arch/x86/kernel/irq_64.c | 7 +-
1657 arch/x86/kernel/ldt.c | 18 +
1658 arch/x86/kernel/msr.c | 12 +
1659 arch/x86/kernel/sys_i386_32.c | 9 +-
1660 arch/x86/kernel/sys_x86_64.c | 8 +-
1661 arch/x86/kernel/traps.c | 5 +
1662 arch/x86/kernel/verify_cpu.S | 1 +
1663 arch/x86/kernel/vm86_32.c | 15 +
1664 arch/x86/mm/fault.c | 12 +-
1665 arch/x86/mm/hugetlbpage.c | 15 +-
1666 arch/x86/mm/init.c | 51 +-
1667 arch/x86/mm/init_32.c | 6 +-
1668 arch/x86/mm/mmap.c | 16 +-
1669 arch/x86/net/bpf_jit_comp.c | 4 +
1670 arch/x86/xen/Kconfig | 1 +
1671 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
1672 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
1673 crypto/scatterwalk.c | 10 +-
1674 drivers/acpi/acpica/hwxfsleep.c | 11 +-
1675 drivers/acpi/custom_method.c | 4 +
1676 drivers/block/cciss.h | 30 +-
1677 drivers/block/smart1,2.h | 40 +-
1678 drivers/char/Kconfig | 4 +-
1679 drivers/char/mem.c | 19 +-
1680 drivers/char/random.c | 3 -
1681 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
1682 drivers/firewire/ohci.c | 4 +
1683 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 82 +-
1684 .../drm/amd/powerplay/hwmgr/cz_clockpowergating.c | 12 +-
1685 drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c | 58 +-
1686 drivers/gpu/drm/amd/powerplay/hwmgr/fiji_thermal.c | 20 +-
1687 .../drm/amd/powerplay/hwmgr/polaris10_thermal.c | 22 +-
1688 .../gpu/drm/amd/powerplay/hwmgr/tonga_thermal.c | 20 +-
1689 drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.c | 9 +-
1690 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
1691 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
1692 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
1693 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
1694 drivers/infiniband/hw/i40iw/i40iw_ctrl.c | 138 +-
1695 drivers/infiniband/hw/i40iw/i40iw_uk.c | 34 +-
1696 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
1697 drivers/iommu/amd_iommu.c | 14 +-
1698 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
1699 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
1700 drivers/isdn/gigaset/usb-gigaset.c | 32 +-
1701 drivers/isdn/i4l/isdn_concap.c | 6 +-
1702 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
1703 drivers/md/bcache/Kconfig | 1 +
1704 drivers/md/raid5.c | 8 +
1705 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
1706 .../media/platform/mtk-vcodec/venc/venc_h264_if.c | 8 +-
1707 .../media/platform/mtk-vcodec/venc/venc_vp8_if.c | 8 +-
1708 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
1709 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
1710 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
1711 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
1712 drivers/media/usb/dvb-usb/technisat-usb2.c | 23 +-
1713 drivers/message/fusion/mptbase.c | 9 +
1714 drivers/misc/sgi-xp/xp_main.c | 12 +-
1715 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
1716 drivers/net/wan/lmc/lmc_media.c | 97 +-
1717 drivers/net/wan/z85230.c | 24 +-
1718 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
1719 drivers/pci/proc.c | 9 +
1720 drivers/platform/x86/asus-wmi.c | 12 +
1721 drivers/rtc/rtc-dev.c | 3 +
1722 drivers/scsi/bfa/bfa_fcs.c | 19 +-
1723 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
1724 drivers/scsi/bfa/bfa_modules.h | 12 +-
1725 drivers/scsi/hpsa.h | 40 +-
1726 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
1727 drivers/staging/wilc1000/host_interface.h | 1 +
1728 drivers/staging/wilc1000/wilc_spi.c | 1 +
1729 drivers/tty/sysrq.c | 2 +-
1730 drivers/tty/tty_io.c | 4 +
1731 drivers/tty/vt/keyboard.c | 22 +-
1732 drivers/usb/core/hub.c | 5 +
1733 drivers/usb/gadget/function/f_uac1.c | 1 +
1734 drivers/usb/gadget/function/u_uac1.c | 1 +
1735 drivers/usb/host/hwa-hc.c | 9 +-
1736 drivers/usb/usbip/vhci_sysfs.c | 2 +-
1737 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
1738 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
1739 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
1740 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++----
1741 drivers/xen/xenfs/xenstored.c | 5 +
1742 firmware/Makefile | 2 +
1743 firmware/WHENCE | 20 +-
1744 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
1745 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
1746 fs/attr.c | 4 +
1747 fs/autofs4/waitq.c | 9 +
1748 fs/binfmt_aout.c | 7 +
1749 fs/binfmt_elf.c | 40 +-
1750 fs/compat.c | 20 +-
1751 fs/coredump.c | 17 +-
1752 fs/dcache.c | 5 +-
1753 fs/debugfs/inode.c | 19 +-
1754 fs/exec.c | 159 +-
1755 fs/ext2/balloc.c | 4 +-
1756 fs/ext2/super.c | 8 +-
1757 fs/ext4/balloc.c | 4 +-
1758 fs/fcntl.c | 4 +
1759 fs/fhandle.c | 3 +-
1760 fs/file.c | 4 +
1761 fs/filesystems.c | 4 +
1762 fs/fs_struct.c | 20 +-
1763 fs/hugetlbfs/inode.c | 5 +-
1764 fs/inode.c | 8 +-
1765 fs/kernfs/dir.c | 6 +
1766 fs/mount.h | 4 +-
1767 fs/namei.c | 290 +-
1768 fs/namespace.c | 24 +
1769 fs/open.c | 38 +
1770 fs/overlayfs/super.c | 6 +-
1771 fs/pipe.c | 2 +-
1772 fs/posix_acl.c | 15 +-
1773 fs/proc/Kconfig | 10 +-
1774 fs/proc/array.c | 67 +-
1775 fs/proc/base.c | 193 +-
1776 fs/proc/cmdline.c | 4 +
1777 fs/proc/devices.c | 4 +
1778 fs/proc/fd.c | 13 +-
1779 fs/proc/generic.c | 64 +
1780 fs/proc/inode.c | 17 +
1781 fs/proc/internal.h | 18 +-
1782 fs/proc/interrupts.c | 4 +
1783 fs/proc/kcore.c | 3 +
1784 fs/proc/proc_net.c | 31 +
1785 fs/proc/proc_sysctl.c | 50 +-
1786 fs/proc/root.c | 8 +
1787 fs/proc/stat.c | 69 +-
1788 fs/proc/task_mmu.c | 87 +-
1789 fs/proc/task_nommu.c | 2 +-
1790 fs/readdir.c | 19 +
1791 fs/reiserfs/item_ops.c | 24 +-
1792 fs/reiserfs/super.c | 4 +
1793 fs/select.c | 2 +
1794 fs/seq_file.c | 31 +-
1795 fs/stat.c | 20 +-
1796 fs/sysfs/dir.c | 30 +-
1797 fs/utimes.c | 8 +
1798 fs/xattr.c | 26 +-
1799 fs/xfs/xfs_ioctl.c | 6 +
1800 grsecurity/Kconfig | 1205 ++++
1801 grsecurity/Makefile | 54 +
1802 grsecurity/gracl.c | 2773 +++++++++
1803 grsecurity/gracl_alloc.c | 105 +
1804 grsecurity/gracl_cap.c | 96 +
1805 grsecurity/gracl_compat.c | 269 +
1806 grsecurity/gracl_fs.c | 448 ++
1807 grsecurity/gracl_ip.c | 387 ++
1808 grsecurity/gracl_learn.c | 209 +
1809 grsecurity/gracl_policy.c | 1784 ++++++
1810 grsecurity/gracl_res.c | 74 +
1811 grsecurity/gracl_segv.c | 306 +
1812 grsecurity/gracl_shm.c | 40 +
1813 grsecurity/grsec_chdir.c | 19 +
1814 grsecurity/grsec_chroot.c | 506 ++
1815 grsecurity/grsec_disabled.c | 445 ++
1816 grsecurity/grsec_exec.c | 188 +
1817 grsecurity/grsec_fifo.c | 26 +
1818 grsecurity/grsec_fork.c | 23 +
1819 grsecurity/grsec_init.c | 294 +
1820 grsecurity/grsec_ipc.c | 48 +
1821 grsecurity/grsec_link.c | 65 +
1822 grsecurity/grsec_log.c | 340 +
1823 grsecurity/grsec_mem.c | 48 +
1824 grsecurity/grsec_mount.c | 65 +
1825 grsecurity/grsec_pax.c | 47 +
1826 grsecurity/grsec_proc.c | 20 +
1827 grsecurity/grsec_ptrace.c | 30 +
1828 grsecurity/grsec_sig.c | 248 +
1829 grsecurity/grsec_sock.c | 244 +
1830 grsecurity/grsec_sysctl.c | 497 ++
1831 grsecurity/grsec_time.c | 16 +
1832 grsecurity/grsec_tpe.c | 78 +
1833 grsecurity/grsec_tty.c | 18 +
1834 grsecurity/grsec_usb.c | 15 +
1835 grsecurity/grsum.c | 56 +
1836 include/linux/binfmts.h | 5 +-
1837 include/linux/capability.h | 8 +
1838 include/linux/cdev.h | 2 +-
1839 include/linux/compiler-gcc.h | 5 +
1840 include/linux/compiler.h | 8 +
1841 include/linux/cred.h | 8 +-
1842 include/linux/dcache.h | 5 +-
1843 include/linux/debugfs.h | 2 +-
1844 include/linux/fs.h | 26 +-
1845 include/linux/fs_struct.h | 2 +-
1846 include/linux/fsnotify.h | 6 +
1847 include/linux/gracl.h | 342 ++
1848 include/linux/gracl_compat.h | 156 +
1849 include/linux/gralloc.h | 9 +
1850 include/linux/grdefs.h | 140 +
1851 include/linux/grinternal.h | 231 +
1852 include/linux/grmsg.h | 120 +
1853 include/linux/grsecurity.h | 259 +
1854 include/linux/grsock.h | 19 +
1855 include/linux/ipc.h | 2 +-
1856 include/linux/ipc_namespace.h | 2 +-
1857 include/linux/kallsyms.h | 18 +-
1858 include/linux/key-type.h | 4 +-
1859 include/linux/kmod.h | 7 +-
1860 include/linux/kobject.h | 2 +-
1861 include/linux/lsm_hooks.h | 4 +-
1862 include/linux/mm.h | 12 +
1863 include/linux/mm_types.h | 4 +-
1864 include/linux/module.h | 5 +-
1865 include/linux/mount.h | 2 +-
1866 include/linux/msg.h | 2 +-
1867 include/linux/netfilter/xt_gradm.h | 9 +
1868 include/linux/path.h | 4 +-
1869 include/linux/perf_event.h | 13 +-
1870 include/linux/pid_namespace.h | 2 +-
1871 include/linux/printk.h | 3 +-
1872 include/linux/proc_fs.h | 22 +-
1873 include/linux/proc_ns.h | 2 +-
1874 include/linux/rbtree_augmented.h | 4 +-
1875 include/linux/scatterlist.h | 12 +-
1876 include/linux/sched.h | 133 +-
1877 include/linux/security.h | 1 +
1878 include/linux/sem.h | 2 +-
1879 include/linux/seq_file.h | 5 +
1880 include/linux/shm.h | 6 +-
1881 include/linux/skbuff.h | 3 +
1882 include/linux/slab.h | 9 -
1883 include/linux/sysctl.h | 8 +-
1884 include/linux/tty.h | 2 +-
1885 include/linux/tty_driver.h | 4 +-
1886 include/linux/uidgid.h | 6 +
1887 include/linux/user_namespace.h | 2 +-
1888 include/linux/utsname.h | 2 +-
1889 include/linux/vermagic.h | 16 +-
1890 include/linux/vmalloc.h | 11 +
1891 include/net/af_unix.h | 2 +-
1892 include/net/ip.h | 2 +-
1893 include/net/neighbour.h | 2 +-
1894 include/net/net_namespace.h | 2 +-
1895 include/net/sock.h | 2 +-
1896 include/trace/events/fs.h | 53 +
1897 init/Kconfig | 7 +-
1898 init/main.c | 37 +
1899 ipc/mqueue.c | 1 +
1900 ipc/msg.c | 3 +-
1901 ipc/msgutil.c | 4 +-
1902 ipc/sem.c | 3 +-
1903 ipc/shm.c | 26 +-
1904 ipc/util.c | 6 +
1905 kernel/bpf/syscall.c | 10 +-
1906 kernel/capability.c | 31 +-
1907 kernel/cgroup.c | 5 +-
1908 kernel/compat.c | 1 +
1909 kernel/configs.c | 11 +
1910 kernel/cred.c | 112 +-
1911 kernel/events/core.c | 14 +-
1912 kernel/exit.c | 7 +
1913 kernel/fork.c | 93 +-
1914 kernel/futex.c | 4 +-
1915 kernel/kallsyms.c | 9 +
1916 kernel/kcmp.c | 4 +
1917 kernel/kexec_core.c | 2 +-
1918 kernel/kmod.c | 96 +-
1919 kernel/kprobes.c | 9 +-
1920 kernel/ksysfs.c | 2 +
1921 kernel/locking/lockdep_proc.c | 10 +-
1922 kernel/module.c | 108 +-
1923 kernel/panic.c | 6 +-
1924 kernel/pid.c | 18 +-
1925 kernel/power/Kconfig | 1 +
1926 kernel/power/snapshot.c | 20 +
1927 kernel/printk/printk.c | 7 +-
1928 kernel/ptrace.c | 50 +-
1929 kernel/resource.c | 10 +
1930 kernel/sched/core.c | 16 +-
1931 kernel/sched/debug.c | 4 +
1932 kernel/signal.c | 37 +-
1933 kernel/sys.c | 64 +-
1934 kernel/sysctl.c | 174 +-
1935 kernel/taskstats.c | 6 +
1936 kernel/time/posix-timers.c | 8 +
1937 kernel/time/time.c | 5 +
1938 kernel/time/timekeeping.c | 3 +
1939 kernel/time/timer_list.c | 13 +-
1940 kernel/time/timer_stats.c | 10 +-
1941 kernel/trace/Kconfig | 6 +
1942 kernel/trace/trace_syscalls.c | 8 +
1943 kernel/user_namespace.c | 15 +
1944 lib/Kconfig.debug | 11 +-
1945 lib/is_single_threaded.c | 3 +
1946 lib/list_debug.c | 65 +-
1947 lib/nlattr.c | 2 +
1948 lib/rbtree.c | 4 +-
1949 lib/vsprintf.c | 42 +-
1950 localversion-grsec | 1 +
1951 mm/Kconfig | 8 +-
1952 mm/Kconfig.debug | 1 +
1953 mm/filemap.c | 1 +
1954 mm/kmemleak.c | 4 +-
1955 mm/memory.c | 2 +-
1956 mm/mempolicy.c | 12 +-
1957 mm/migrate.c | 3 +-
1958 mm/mlock.c | 9 +
1959 mm/mmap.c | 116 +-
1960 mm/mprotect.c | 8 +
1961 mm/page_alloc.c | 2 +-
1962 mm/process_vm_access.c | 6 +
1963 mm/shmem.c | 2 +-
1964 mm/slab.c | 14 +-
1965 mm/slab_common.c | 2 +-
1966 mm/slob.c | 12 +
1967 mm/slub.c | 53 +-
1968 mm/usercopy.c | 2 -
1969 mm/util.c | 3 +
1970 mm/vmalloc.c | 94 +-
1971 mm/vmstat.c | 29 +-
1972 net/appletalk/atalk_proc.c | 2 +-
1973 net/atm/lec.c | 6 +-
1974 net/atm/mpoa_caches.c | 43 +-
1975 net/can/bcm.c | 2 +-
1976 net/can/proc.c | 2 +-
1977 net/core/dev_ioctl.c | 7 +-
1978 net/core/filter.c | 8 +-
1979 net/core/net-procfs.c | 17 +-
1980 net/core/pktgen.c | 2 +-
1981 net/core/sock.c | 23 +-
1982 net/core/sysctl_net_core.c | 2 +-
1983 net/decnet/dn_dev.c | 2 +-
1984 net/ipv4/devinet.c | 6 +-
1985 net/ipv4/inet_hashtables.c | 6 +
1986 net/ipv4/ip_input.c | 7 +
1987 net/ipv4/ip_vti.c | 2 +-
1988 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
1989 net/ipv4/route.c | 6 +-
1990 net/ipv4/tcp_input.c | 6 +-
1991 net/ipv4/tcp_ipv4.c | 24 +-
1992 net/ipv4/tcp_minisocks.c | 9 +-
1993 net/ipv4/tcp_timer.c | 11 +
1994 net/ipv4/udp.c | 23 +
1995 net/ipv6/addrconf.c | 13 +-
1996 net/ipv6/proc.c | 2 +-
1997 net/ipv6/tcp_ipv6.c | 23 +-
1998 net/ipv6/udp.c | 7 +
1999 net/ipx/ipx_proc.c | 2 +-
2000 net/irda/irproc.c | 2 +-
2001 net/llc/llc_proc.c | 2 +-
2002 net/netfilter/Kconfig | 10 +
2003 net/netfilter/Makefile | 1 +
2004 net/netfilter/xt_gradm.c | 51 +
2005 net/netfilter/xt_hashlimit.c | 4 +-
2006 net/netfilter/xt_recent.c | 2 +-
2007 net/socket.c | 75 +-
2008 net/sunrpc/Kconfig | 1 +
2009 net/sunrpc/cache.c | 2 +-
2010 net/sunrpc/stats.c | 2 +-
2011 net/unix/af_unix.c | 53 +-
2012 net/vmw_vsock/vmci_transport_notify.c | 30 +-
2013 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
2014 net/x25/sysctl_net_x25.c | 2 +-
2015 net/x25/x25_proc.c | 2 +-
2016 scripts/Makefile.gcc-plugins | 5 +
2017 scripts/gcc-plugins/.gitignore | 1 +
2018 scripts/gcc-plugins/Makefile | 10 +
2019 scripts/gcc-plugins/gen-random-seed.sh | 8 +
2020 scripts/gcc-plugins/randomize_layout_plugin.c | 940 +++
2021 .../gcc-plugins/size_overflow_plugin/.gitignore | 5 +-
2022 scripts/package/Makefile | 2 +-
2023 scripts/package/mkspec | 41 +-
2024 security/Kconfig | 314 +-
2025 security/apparmor/file.c | 4 +-
2026 security/apparmor/lsm.c | 6 +-
2027 security/commoncap.c | 29 +
2028 security/keys/internal.h | 2 +-
2029 security/tomoyo/file.c | 12 +-
2030 security/tomoyo/mount.c | 4 +
2031 security/tomoyo/tomoyo.c | 20 +-
2032 security/yama/Kconfig | 2 +-
2033 sound/synth/emux/emux_seq.c | 14 +-
2034 sound/usb/line6/driver.c | 40 +-
2035 sound/usb/line6/toneport.c | 12 +-
2036 475 files changed, 32298 insertions(+), 3053 deletions(-)
2037
2038 commit 863a7358ccafaadba7ca6d6c7b9dec8232aef6fd
2039 Author: Brad Spengler <spender@grsecurity.net>
2040 Date: Tue Nov 8 18:33:39 2016 -0500
2041
2042 Initial import of pax-linux-4.8.6-test1.patch
2043
2044 Documentation/dontdiff | 49 +-
2045 Documentation/kbuild/makefiles.txt | 39 +-
2046 Documentation/kernel-parameters.txt | 33 +
2047 Makefile | 13 +-
2048 arch/Kconfig | 2 +-
2049 arch/alpha/include/asm/atomic.h | 10 +
2050 arch/alpha/include/asm/elf.h | 7 +
2051 arch/alpha/include/asm/pgalloc.h | 6 +
2052 arch/alpha/include/asm/pgtable.h | 11 +
2053 arch/alpha/kernel/module.c | 2 +-
2054 arch/alpha/kernel/osf_sys.c | 8 +-
2055 arch/alpha/mm/fault.c | 141 +-
2056 arch/arm/Kconfig | 5 +-
2057 arch/arm/boot/compressed/Makefile | 2 +
2058 arch/arm/crypto/sha1_glue.c | 12 +-
2059 arch/arm/crypto/sha1_neon_glue.c | 10 +-
2060 arch/arm/crypto/sha256_glue.c | 13 +-
2061 arch/arm/crypto/sha256_neon_glue.c | 13 +-
2062 arch/arm/crypto/sha512-glue.c | 11 +-
2063 arch/arm/crypto/sha512-neon-glue.c | 11 +-
2064 arch/arm/include/asm/atomic.h | 306 +-
2065 arch/arm/include/asm/cache.h | 4 +-
2066 arch/arm/include/asm/cacheflush.h | 2 +-
2067 arch/arm/include/asm/checksum.h | 14 +-
2068 arch/arm/include/asm/cmpxchg.h | 5 +
2069 arch/arm/include/asm/cpuidle.h | 2 +-
2070 arch/arm/include/asm/domain.h | 43 +-
2071 arch/arm/include/asm/elf.h | 9 +-
2072 arch/arm/include/asm/fncpy.h | 2 +
2073 arch/arm/include/asm/futex.h | 1 +
2074 arch/arm/include/asm/kmap_types.h | 2 +-
2075 arch/arm/include/asm/mach/dma.h | 2 +-
2076 arch/arm/include/asm/mach/map.h | 16 +-
2077 arch/arm/include/asm/outercache.h | 2 +-
2078 arch/arm/include/asm/page.h | 3 +-
2079 arch/arm/include/asm/pgalloc.h | 20 +
2080 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
2081 arch/arm/include/asm/pgtable-2level.h | 3 +
2082 arch/arm/include/asm/pgtable-3level.h | 3 +
2083 arch/arm/include/asm/pgtable.h | 54 +-
2084 arch/arm/include/asm/smp.h | 2 +-
2085 arch/arm/include/asm/string.h | 10 +-
2086 arch/arm/include/asm/thread_info.h | 3 +
2087 arch/arm/include/asm/timex.h | 1 +
2088 arch/arm/include/asm/tls.h | 3 +
2089 arch/arm/include/asm/uaccess.h | 102 +-
2090 arch/arm/include/uapi/asm/ptrace.h | 2 +-
2091 arch/arm/kernel/armksyms.c | 2 +-
2092 arch/arm/kernel/cpuidle.c | 2 +-
2093 arch/arm/kernel/efi.c | 4 +-
2094 arch/arm/kernel/entry-armv.S | 109 +-
2095 arch/arm/kernel/entry-common.S | 40 +-
2096 arch/arm/kernel/entry-header.S | 55 +
2097 arch/arm/kernel/fiq.c | 3 +
2098 arch/arm/kernel/module-plts.c | 7 +-
2099 arch/arm/kernel/module.c | 38 +-
2100 arch/arm/kernel/patch.c | 2 +
2101 arch/arm/kernel/process.c | 86 +-
2102 arch/arm/kernel/reboot.c | 1 +
2103 arch/arm/kernel/setup.c | 20 +-
2104 arch/arm/kernel/signal.c | 35 +-
2105 arch/arm/kernel/smp.c | 2 +-
2106 arch/arm/kernel/tcm.c | 4 +-
2107 arch/arm/kernel/vmlinux.lds.S | 3 +-
2108 arch/arm/kvm/arm.c | 8 +-
2109 arch/arm/lib/copy_page.S | 1 +
2110 arch/arm/lib/csumpartialcopyuser.S | 4 +-
2111 arch/arm/lib/delay.c | 2 +-
2112 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
2113 arch/arm/mach-exynos/suspend.c | 6 +-
2114 arch/arm/mach-mmp/mmp2.c | 4 +-
2115 arch/arm/mach-mmp/pxa910.c | 4 +-
2116 arch/arm/mach-mvebu/coherency.c | 6 +-
2117 arch/arm/mach-mvebu/pmsu.c | 2 +-
2118 arch/arm/mach-omap2/board-n8x0.c | 2 +-
2119 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
2120 arch/arm/mach-omap2/omap-smp.c | 1 +
2121 arch/arm/mach-omap2/omap_device.c | 4 +-
2122 arch/arm/mach-omap2/omap_device.h | 4 +-
2123 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
2124 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
2125 arch/arm/mach-omap2/wd_timer.c | 6 +-
2126 arch/arm/mach-s3c64xx/mach-smdk6410.c | 2 +-
2127 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
2128 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
2129 arch/arm/mach-tegra/irq.c | 1 +
2130 arch/arm/mach-ux500/pm.c | 1 +
2131 arch/arm/mach-zynq/platsmp.c | 1 +
2132 arch/arm/mm/Kconfig | 6 +-
2133 arch/arm/mm/alignment.c | 24 +-
2134 arch/arm/mm/cache-l2x0.c | 2 +-
2135 arch/arm/mm/context.c | 10 +-
2136 arch/arm/mm/fault.c | 160 +
2137 arch/arm/mm/fault.h | 12 +
2138 arch/arm/mm/init.c | 39 +
2139 arch/arm/mm/ioremap.c | 4 +-
2140 arch/arm/mm/mmap.c | 36 +-
2141 arch/arm/mm/mmu.c | 162 +-
2142 arch/arm/net/bpf_jit_32.c | 3 +
2143 arch/arm/plat-iop/setup.c | 2 +-
2144 arch/arm/plat-omap/sram.c | 2 +
2145 arch/arm64/Kconfig | 1 +
2146 arch/arm64/crypto/sha1-ce-glue.c | 12 +-
2147 arch/arm64/include/asm/atomic.h | 13 +
2148 arch/arm64/include/asm/cache.h | 4 +-
2149 arch/arm64/include/asm/percpu.h | 8 +-
2150 arch/arm64/include/asm/pgalloc.h | 10 +
2151 arch/arm64/include/asm/pgtable.h | 3 +
2152 arch/arm64/include/asm/processor.h | 7 +
2153 arch/arm64/include/asm/string.h | 24 +-
2154 arch/arm64/include/asm/uaccess.h | 10 +
2155 arch/arm64/kernel/hibernate.c | 14 +-
2156 arch/arm64/kernel/probes/decode-insn.c | 4 +-
2157 arch/arm64/kernel/process.c | 9 +-
2158 arch/arm64/kernel/stacktrace.c | 4 +-
2159 arch/arm64/kernel/traps.c | 2 +-
2160 arch/avr32/include/asm/elf.h | 8 +-
2161 arch/avr32/include/asm/kmap_types.h | 4 +-
2162 arch/avr32/mm/fault.c | 27 +
2163 arch/frv/include/asm/atomic.h | 10 +
2164 arch/frv/include/asm/kmap_types.h | 2 +-
2165 arch/frv/mm/elf-fdpic.c | 3 +-
2166 arch/ia64/Makefile | 1 +
2167 arch/ia64/include/asm/atomic.h | 10 +
2168 arch/ia64/include/asm/elf.h | 7 +
2169 arch/ia64/include/asm/pgalloc.h | 12 +
2170 arch/ia64/include/asm/pgtable.h | 13 +-
2171 arch/ia64/include/asm/spinlock.h | 2 +-
2172 arch/ia64/include/asm/uaccess.h | 27 +-
2173 arch/ia64/kernel/module.c | 20 +-
2174 arch/ia64/kernel/palinfo.c | 2 +-
2175 arch/ia64/kernel/sys_ia64.c | 7 +
2176 arch/ia64/kernel/vmlinux.lds.S | 2 +-
2177 arch/ia64/mm/fault.c | 32 +-
2178 arch/ia64/mm/init.c | 15 +-
2179 arch/m32r/lib/usercopy.c | 6 +
2180 arch/mips/Kbuild | 2 +-
2181 arch/mips/Kconfig | 3 +-
2182 arch/mips/include/asm/atomic.h | 387 +-
2183 arch/mips/include/asm/cache.h | 3 +-
2184 arch/mips/include/asm/elf.h | 7 +
2185 arch/mips/include/asm/exec.h | 2 +-
2186 arch/mips/include/asm/hw_irq.h | 2 +-
2187 arch/mips/include/asm/irq.h | 1 -
2188 arch/mips/include/asm/local.h | 57 +
2189 arch/mips/include/asm/page.h | 2 +-
2190 arch/mips/include/asm/pgalloc.h | 5 +
2191 arch/mips/include/asm/pgtable.h | 3 +
2192 arch/mips/include/asm/uaccess.h | 1 +
2193 arch/mips/kernel/binfmt_elfn32.c | 7 +
2194 arch/mips/kernel/binfmt_elfo32.c | 7 +
2195 arch/mips/kernel/irq-gt641xx.c | 2 +-
2196 arch/mips/kernel/irq.c | 6 +-
2197 arch/mips/kernel/pm-cps.c | 2 +-
2198 arch/mips/kernel/process.c | 12 -
2199 arch/mips/kernel/sync-r4k.c | 24 +-
2200 arch/mips/kernel/traps.c | 13 +-
2201 arch/mips/lib/ashldi3.c | 21 +-
2202 arch/mips/lib/ashrdi3.c | 19 +-
2203 arch/mips/lib/libgcc.h | 12 +-
2204 arch/mips/mm/fault.c | 25 +
2205 arch/mips/mm/init.c | 4 +-
2206 arch/mips/mm/mmap.c | 24 +-
2207 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
2208 arch/mips/sni/rm200.c | 2 +-
2209 arch/mips/vr41xx/common/icu.c | 2 +-
2210 arch/mips/vr41xx/common/irq.c | 4 +-
2211 arch/parisc/include/asm/atomic.h | 10 +
2212 arch/parisc/include/asm/elf.h | 7 +
2213 arch/parisc/include/asm/pgalloc.h | 6 +
2214 arch/parisc/include/asm/pgtable.h | 11 +
2215 arch/parisc/include/asm/uaccess.h | 6 +-
2216 arch/parisc/kernel/module.c | 26 +-
2217 arch/parisc/kernel/sys_parisc.c | 15 +
2218 arch/parisc/kernel/traps.c | 4 +-
2219 arch/parisc/mm/fault.c | 140 +-
2220 arch/powerpc/Kconfig | 1 +
2221 arch/powerpc/include/asm/atomic.h | 306 +-
2222 arch/powerpc/include/asm/book3s/32/hash.h | 1 +
2223 arch/powerpc/include/asm/book3s/32/pgtable.h | 2 +-
2224 arch/powerpc/include/asm/book3s/64/pgalloc.h | 10 +
2225 arch/powerpc/include/asm/cache.h | 4 +-
2226 arch/powerpc/include/asm/elf.h | 12 +
2227 arch/powerpc/include/asm/exec.h | 2 +-
2228 arch/powerpc/include/asm/kmap_types.h | 2 +-
2229 arch/powerpc/include/asm/local.h | 46 +
2230 arch/powerpc/include/asm/mman.h | 2 +-
2231 arch/powerpc/include/asm/nohash/64/pgalloc.h | 7 +
2232 arch/powerpc/include/asm/page.h | 8 +-
2233 arch/powerpc/include/asm/page_64.h | 7 +-
2234 arch/powerpc/include/asm/pgtable.h | 1 +
2235 arch/powerpc/include/asm/pte-common.h | 30 +-
2236 arch/powerpc/include/asm/reg.h | 1 +
2237 arch/powerpc/include/asm/smp.h | 2 +-
2238 arch/powerpc/include/asm/spinlock.h | 43 +-
2239 arch/powerpc/include/asm/string.h | 20 +-
2240 arch/powerpc/include/asm/uaccess.h | 102 +-
2241 arch/powerpc/kernel/Makefile | 5 +
2242 arch/powerpc/kernel/exceptions-64e.S | 4 +-
2243 arch/powerpc/kernel/exceptions-64s.S | 2 +-
2244 arch/powerpc/kernel/module_32.c | 15 +-
2245 arch/powerpc/kernel/process.c | 7 -
2246 arch/powerpc/kernel/signal_32.c | 2 +-
2247 arch/powerpc/kernel/signal_64.c | 2 +-
2248 arch/powerpc/kernel/traps.c | 21 +
2249 arch/powerpc/kernel/vdso.c | 5 +-
2250 arch/powerpc/lib/usercopy_64.c | 18 -
2251 arch/powerpc/mm/fault.c | 56 +-
2252 arch/powerpc/mm/mmap.c | 16 +
2253 arch/powerpc/mm/slice.c | 21 +-
2254 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
2255 arch/s390/include/asm/atomic.h | 10 +
2256 arch/s390/include/asm/elf.h | 7 +
2257 arch/s390/include/asm/exec.h | 2 +-
2258 arch/s390/include/asm/uaccess.h | 13 +-
2259 arch/s390/kernel/module.c | 22 +-
2260 arch/s390/kernel/process.c | 7 -
2261 arch/s390/mm/mmap.c | 22 +-
2262 arch/score/include/asm/exec.h | 2 +-
2263 arch/score/kernel/process.c | 5 -
2264 arch/sh/mm/mmap.c | 28 +-
2265 arch/sparc/Kconfig | 1 +
2266 arch/sparc/include/asm/atomic_64.h | 116 +-
2267 arch/sparc/include/asm/cache.h | 4 +-
2268 arch/sparc/include/asm/elf_32.h | 7 +
2269 arch/sparc/include/asm/elf_64.h | 7 +
2270 arch/sparc/include/asm/pgalloc_32.h | 1 +
2271 arch/sparc/include/asm/pgalloc_64.h | 2 +
2272 arch/sparc/include/asm/pgtable.h | 4 +
2273 arch/sparc/include/asm/pgtable_32.h | 15 +-
2274 arch/sparc/include/asm/pgtsrmmu.h | 5 +
2275 arch/sparc/include/asm/setup.h | 4 +-
2276 arch/sparc/include/asm/spinlock_64.h | 35 +-
2277 arch/sparc/include/asm/thread_info_32.h | 1 +
2278 arch/sparc/include/asm/thread_info_64.h | 2 +
2279 arch/sparc/include/asm/uaccess.h | 1 +
2280 arch/sparc/include/asm/uaccess_32.h | 13 +
2281 arch/sparc/include/asm/uaccess_64.h | 12 +
2282 arch/sparc/kernel/Makefile | 2 +-
2283 arch/sparc/kernel/prom_common.c | 2 +-
2284 arch/sparc/kernel/smp_64.c | 8 +-
2285 arch/sparc/kernel/sys_sparc_32.c | 2 +-
2286 arch/sparc/kernel/sys_sparc_64.c | 58 +-
2287 arch/sparc/kernel/traps_64.c | 27 +-
2288 arch/sparc/lib/Makefile | 2 +-
2289 arch/sparc/lib/atomic_64.S | 57 +-
2290 arch/sparc/lib/ksyms.c | 6 +-
2291 arch/sparc/mm/Makefile | 2 +-
2292 arch/sparc/mm/fault_32.c | 292 +
2293 arch/sparc/mm/fault_64.c | 486 +
2294 arch/sparc/mm/hugetlbpage.c | 30 +-
2295 arch/sparc/mm/init_64.c | 10 +-
2296 arch/tile/include/asm/atomic_64.h | 10 +
2297 arch/tile/include/asm/uaccess.h | 4 +-
2298 arch/um/Makefile | 2 +
2299 arch/um/include/asm/cache.h | 3 +-
2300 arch/um/include/asm/kmap_types.h | 2 +-
2301 arch/um/include/asm/page.h | 3 +
2302 arch/um/include/asm/pgtable-3level.h | 1 +
2303 arch/um/kernel/process.c | 16 -
2304 arch/x86/Kconfig | 35 +-
2305 arch/x86/Kconfig.cpu | 6 +-
2306 arch/x86/Kconfig.debug | 3 +-
2307 arch/x86/Makefile | 13 +-
2308 arch/x86/boot/bitops.h | 4 +-
2309 arch/x86/boot/boot.h | 2 +-
2310 arch/x86/boot/compressed/Makefile | 17 +
2311 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
2312 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
2313 arch/x86/boot/compressed/head_32.S | 4 +-
2314 arch/x86/boot/compressed/head_64.S | 12 +-
2315 arch/x86/boot/compressed/misc.c | 21 +-
2316 arch/x86/boot/compressed/pagetable.c | 1 +
2317 arch/x86/boot/cpucheck.c | 16 +-
2318 arch/x86/boot/header.S | 7 +-
2319 arch/x86/boot/memory.c | 2 +-
2320 arch/x86/boot/video-vesa.c | 1 +
2321 arch/x86/boot/video.c | 2 +-
2322 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
2323 arch/x86/crypto/aesni-intel_asm.S | 116 +-
2324 arch/x86/crypto/aesni-intel_glue.c | 4 +-
2325 arch/x86/crypto/blowfish-x86_64-asm_64.S | 11 +-
2326 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 22 +-
2327 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 22 +-
2328 arch/x86/crypto/camellia-x86_64-asm_64.S | 11 +-
2329 arch/x86/crypto/camellia_aesni_avx2_glue.c | 18 +-
2330 arch/x86/crypto/camellia_aesni_avx_glue.c | 18 +-
2331 arch/x86/crypto/camellia_glue.c | 8 +-
2332 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 55 +-
2333 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 37 +-
2334 arch/x86/crypto/cast6_avx_glue.c | 16 +-
2335 arch/x86/crypto/crc32-pclmul_asm.S | 19 +-
2336 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 2 +
2337 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
2338 arch/x86/crypto/glue_helper.c | 2 +-
2339 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
2340 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 21 +-
2341 arch/x86/crypto/serpent-avx2-asm_64.S | 21 +-
2342 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
2343 arch/x86/crypto/serpent_avx2_glue.c | 14 +-
2344 arch/x86/crypto/serpent_avx_glue.c | 18 +-
2345 arch/x86/crypto/serpent_sse2_glue.c | 4 +-
2346 arch/x86/crypto/sha1-mb/sha1_mb_mgr_flush_avx2.S | 4 +-
2347 arch/x86/crypto/sha1-mb/sha1_mb_mgr_submit_avx2.S | 2 +-
2348 arch/x86/crypto/sha1_ssse3_asm.S | 13 +-
2349 arch/x86/crypto/sha1_ssse3_glue.c | 56 +-
2350 arch/x86/crypto/sha256-avx-asm.S | 5 +-
2351 arch/x86/crypto/sha256-avx2-asm.S | 5 +-
2352 .../crypto/sha256-mb/sha256_mb_mgr_flush_avx2.S | 4 +-
2353 .../crypto/sha256-mb/sha256_mb_mgr_submit_avx2.S | 2 +-
2354 arch/x86/crypto/sha256-ssse3-asm.S | 6 +-
2355 arch/x86/crypto/sha256_ni_asm.S | 2 +-
2356 arch/x86/crypto/sha256_ssse3_glue.c | 26 +-
2357 arch/x86/crypto/sha512-avx-asm.S | 5 +-
2358 arch/x86/crypto/sha512-avx2-asm.S | 5 +-
2359 .../crypto/sha512-mb/sha512_mb_mgr_flush_avx2.S | 4 +-
2360 .../crypto/sha512-mb/sha512_mb_mgr_submit_avx2.S | 2 +-
2361 arch/x86/crypto/sha512-ssse3-asm.S | 5 +-
2362 arch/x86/crypto/sha512_ssse3_glue.c | 22 +-
2363 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 37 +-
2364 arch/x86/crypto/twofish-i586-asm_32.S | 4 +-
2365 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 6 +-
2366 arch/x86/crypto/twofish-x86_64-asm_64.S | 7 +-
2367 arch/x86/crypto/twofish_avx_glue.c | 21 +-
2368 arch/x86/crypto/twofish_glue.c | 4 +-
2369 arch/x86/crypto/twofish_glue_3way.c | 12 +-
2370 arch/x86/entry/Makefile | 2 +
2371 arch/x86/entry/calling.h | 86 +-
2372 arch/x86/entry/common.c | 89 +-
2373 arch/x86/entry/entry_32.S | 343 +-
2374 arch/x86/entry/entry_64.S | 611 +-
2375 arch/x86/entry/entry_64_compat.S | 110 +-
2376 arch/x86/entry/thunk_64.S | 2 +
2377 arch/x86/entry/vdso/Makefile | 2 +-
2378 arch/x86/entry/vdso/vclock_gettime.c | 2 +-
2379 arch/x86/entry/vdso/vdso2c.h | 4 +-
2380 arch/x86/entry/vdso/vma.c | 44 +-
2381 arch/x86/entry/vsyscall/vsyscall_64.c | 20 +-
2382 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 3 +-
2383 arch/x86/events/amd/iommu.c | 8 +-
2384 arch/x86/events/core.c | 8 +-
2385 arch/x86/events/intel/core.c | 34 +-
2386 arch/x86/events/intel/cqm.c | 14 +-
2387 arch/x86/events/intel/cstate.c | 6 +-
2388 arch/x86/events/intel/ds.c | 7 +-
2389 arch/x86/events/intel/lbr.c | 4 +-
2390 arch/x86/events/intel/pt.c | 38 +-
2391 arch/x86/events/intel/rapl.c | 8 +-
2392 arch/x86/events/intel/uncore.c | 6 +-
2393 arch/x86/events/intel/uncore.h | 14 +-
2394 arch/x86/events/perf_event.h | 2 +-
2395 arch/x86/ia32/ia32_signal.c | 23 +-
2396 arch/x86/ia32/sys_ia32.c | 42 +-
2397 arch/x86/include/asm/alternative-asm.h | 64 +-
2398 arch/x86/include/asm/alternative.h | 34 +-
2399 arch/x86/include/asm/apic.h | 2 +-
2400 arch/x86/include/asm/apm.h | 4 +-
2401 arch/x86/include/asm/asm.h | 24 -
2402 arch/x86/include/asm/atomic.h | 272 +-
2403 arch/x86/include/asm/atomic64_32.h | 133 +-
2404 arch/x86/include/asm/atomic64_64.h | 144 +-
2405 arch/x86/include/asm/bitops.h | 18 +-
2406 arch/x86/include/asm/boot.h | 2 +-
2407 arch/x86/include/asm/cache.h | 4 +-
2408 arch/x86/include/asm/checksum_32.h | 12 +-
2409 arch/x86/include/asm/cmpxchg.h | 33 +
2410 arch/x86/include/asm/compat.h | 4 +
2411 arch/x86/include/asm/cpufeature.h | 2 +-
2412 arch/x86/include/asm/cpufeatures.h | 5 +-
2413 arch/x86/include/asm/crypto/camellia.h | 30 +-
2414 arch/x86/include/asm/crypto/glue_helper.h | 10 +-
2415 arch/x86/include/asm/crypto/serpent-avx.h | 18 +-
2416 arch/x86/include/asm/crypto/serpent-sse2.h | 8 +-
2417 arch/x86/include/asm/crypto/twofish.h | 10 +-
2418 arch/x86/include/asm/desc.h | 78 +-
2419 arch/x86/include/asm/desc_defs.h | 6 +
2420 arch/x86/include/asm/div64.h | 2 +-
2421 arch/x86/include/asm/dma.h | 2 +
2422 arch/x86/include/asm/efi.h | 5 +
2423 arch/x86/include/asm/elf.h | 33 +-
2424 arch/x86/include/asm/emergency-restart.h | 2 +-
2425 arch/x86/include/asm/fixmap.h | 2 +-
2426 arch/x86/include/asm/fpu/internal.h | 45 +-
2427 arch/x86/include/asm/fpu/types.h | 5 +-
2428 arch/x86/include/asm/fpu/xstate.h | 1 +
2429 arch/x86/include/asm/futex.h | 24 +-
2430 arch/x86/include/asm/hw_irq.h | 4 +-
2431 arch/x86/include/asm/hypervisor.h | 2 +-
2432 arch/x86/include/asm/i8259.h | 2 +-
2433 arch/x86/include/asm/io.h | 22 +-
2434 arch/x86/include/asm/irq_vectors.h | 2 +
2435 arch/x86/include/asm/irqflags.h | 5 +
2436 arch/x86/include/asm/kprobes.h | 2 +-
2437 arch/x86/include/asm/kvm_emulate.h | 7 +-
2438 arch/x86/include/asm/local.h | 75 +-
2439 arch/x86/include/asm/mce.h | 2 +-
2440 arch/x86/include/asm/mman.h | 15 +
2441 arch/x86/include/asm/mmu.h | 14 +-
2442 arch/x86/include/asm/mmu_context.h | 33 +-
2443 arch/x86/include/asm/module.h | 23 +-
2444 arch/x86/include/asm/nmi.h | 19 +-
2445 arch/x86/include/asm/page.h | 2 +
2446 arch/x86/include/asm/page_32.h | 12 +-
2447 arch/x86/include/asm/page_64.h | 14 +-
2448 arch/x86/include/asm/paravirt.h | 46 +-
2449 arch/x86/include/asm/paravirt_types.h | 13 +-
2450 arch/x86/include/asm/pgalloc.h | 23 +
2451 arch/x86/include/asm/pgtable-2level.h | 2 +
2452 arch/x86/include/asm/pgtable-3level.h | 7 +
2453 arch/x86/include/asm/pgtable.h | 128 +-
2454 arch/x86/include/asm/pgtable_32.h | 14 +-
2455 arch/x86/include/asm/pgtable_32_types.h | 24 +-
2456 arch/x86/include/asm/pgtable_64.h | 23 +-
2457 arch/x86/include/asm/pgtable_64_types.h | 5 +
2458 arch/x86/include/asm/pgtable_types.h | 28 +-
2459 arch/x86/include/asm/pmem.h | 2 +-
2460 arch/x86/include/asm/preempt.h | 2 +-
2461 arch/x86/include/asm/processor.h | 69 +-
2462 arch/x86/include/asm/ptrace.h | 13 +-
2463 arch/x86/include/asm/realmode.h | 4 +-
2464 arch/x86/include/asm/reboot.h | 10 +-
2465 arch/x86/include/asm/rmwcc.h | 55 +-
2466 arch/x86/include/asm/rwsem.h | 35 +-
2467 arch/x86/include/asm/segment.h | 27 +-
2468 arch/x86/include/asm/setup.h | 3 +-
2469 arch/x86/include/asm/smap.h | 46 +
2470 arch/x86/include/asm/smp.h | 4 +-
2471 arch/x86/include/asm/stackprotector.h | 4 +-
2472 arch/x86/include/asm/stacktrace.h | 34 +-
2473 arch/x86/include/asm/string_32.h | 24 +-
2474 arch/x86/include/asm/string_64.h | 20 +-
2475 arch/x86/include/asm/switch_to.h | 4 +-
2476 arch/x86/include/asm/sys_ia32.h | 6 +-
2477 arch/x86/include/asm/thread_info.h | 83 +-
2478 arch/x86/include/asm/tlbflush.h | 83 +-
2479 arch/x86/include/asm/trace/fpu.h | 4 +-
2480 arch/x86/include/asm/traps.h | 17 +-
2481 arch/x86/include/asm/uaccess.h | 219 +-
2482 arch/x86/include/asm/uaccess_32.h | 24 +-
2483 arch/x86/include/asm/uaccess_64.h | 166 +-
2484 arch/x86/include/asm/word-at-a-time.h | 2 +-
2485 arch/x86/include/asm/x86_init.h | 8 +-
2486 arch/x86/include/asm/xen/page.h | 2 +-
2487 arch/x86/include/uapi/asm/e820.h | 2 +-
2488 arch/x86/kernel/Makefile | 2 +-
2489 arch/x86/kernel/acpi/boot.c | 4 +-
2490 arch/x86/kernel/acpi/sleep.c | 4 +
2491 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
2492 arch/x86/kernel/alternative.c | 118 +-
2493 arch/x86/kernel/apic/apic.c | 4 +-
2494 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
2495 arch/x86/kernel/apic/apic_noop.c | 2 +-
2496 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
2497 arch/x86/kernel/apic/io_apic.c | 10 +-
2498 arch/x86/kernel/apic/msi.c | 2 +-
2499 arch/x86/kernel/apic/probe_32.c | 4 +-
2500 arch/x86/kernel/apic/vector.c | 2 +
2501 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
2502 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
2503 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
2504 arch/x86/kernel/apm_32.c | 21 +-
2505 arch/x86/kernel/asm-offsets.c | 23 +-
2506 arch/x86/kernel/cpu/Makefile | 4 -
2507 arch/x86/kernel/cpu/amd.c | 2 +-
2508 arch/x86/kernel/cpu/bugs_64.c | 2 +
2509 arch/x86/kernel/cpu/common.c | 206 +-
2510 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
2511 arch/x86/kernel/cpu/mcheck/mce.c | 38 +-
2512 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
2513 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
2514 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
2515 arch/x86/kernel/cpu/mshyperv.c | 2 +-
2516 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
2517 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
2518 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
2519 arch/x86/kernel/cpu/vmware.c | 2 +-
2520 arch/x86/kernel/crash_dump_64.c | 2 +-
2521 arch/x86/kernel/doublefault.c | 8 +-
2522 arch/x86/kernel/dumpstack.c | 12 +-
2523 arch/x86/kernel/dumpstack_32.c | 23 +-
2524 arch/x86/kernel/dumpstack_64.c | 70 +-
2525 arch/x86/kernel/e820.c | 4 +-
2526 arch/x86/kernel/early_printk.c | 1 +
2527 arch/x86/kernel/espfix_64.c | 44 +-
2528 arch/x86/kernel/fpu/core.c | 31 +-
2529 arch/x86/kernel/fpu/init.c | 49 +-
2530 arch/x86/kernel/fpu/regset.c | 24 +-
2531 arch/x86/kernel/fpu/signal.c | 22 +-
2532 arch/x86/kernel/fpu/xstate.c | 6 +-
2533 arch/x86/kernel/ftrace.c | 18 +-
2534 arch/x86/kernel/head64.c | 14 +-
2535 arch/x86/kernel/head_32.S | 236 +-
2536 arch/x86/kernel/head_64.S | 179 +-
2537 arch/x86/kernel/hpet.c | 2 +-
2538 arch/x86/kernel/i386_ksyms_32.c | 12 +
2539 arch/x86/kernel/i8259.c | 10 +-
2540 arch/x86/kernel/io_delay.c | 2 +-
2541 arch/x86/kernel/ioport.c | 2 +-
2542 arch/x86/kernel/irq.c | 8 +-
2543 arch/x86/kernel/irq_32.c | 43 +-
2544 arch/x86/kernel/jump_label.c | 10 +-
2545 arch/x86/kernel/kgdb.c | 21 +-
2546 arch/x86/kernel/kprobes/core.c | 28 +-
2547 arch/x86/kernel/kprobes/opt.c | 16 +-
2548 arch/x86/kernel/ksysfs.c | 2 +-
2549 arch/x86/kernel/kvm.c | 2 +-
2550 arch/x86/kernel/kvmclock.c | 20 +-
2551 arch/x86/kernel/ldt.c | 25 +
2552 arch/x86/kernel/machine_kexec_32.c | 6 +-
2553 arch/x86/kernel/mcount_64.S | 21 +-
2554 arch/x86/kernel/module.c | 78 +-
2555 arch/x86/kernel/msr.c | 2 +-
2556 arch/x86/kernel/nmi.c | 34 +-
2557 arch/x86/kernel/nmi_selftest.c | 4 +-
2558 arch/x86/kernel/paravirt-spinlocks.c | 24 +-
2559 arch/x86/kernel/paravirt.c | 133 +-
2560 arch/x86/kernel/paravirt_patch_64.c | 8 +
2561 arch/x86/kernel/pci-calgary_64.c | 2 +-
2562 arch/x86/kernel/pci-iommu_table.c | 2 +-
2563 arch/x86/kernel/process.c | 80 +-
2564 arch/x86/kernel/process_32.c | 29 +-
2565 arch/x86/kernel/process_64.c | 14 +-
2566 arch/x86/kernel/ptrace.c | 32 +-
2567 arch/x86/kernel/pvclock.c | 8 +-
2568 arch/x86/kernel/reboot.c | 44 +-
2569 arch/x86/kernel/reboot_fixups_32.c | 2 +-
2570 arch/x86/kernel/relocate_kernel_64.S | 3 +-
2571 arch/x86/kernel/setup.c | 33 +-
2572 arch/x86/kernel/setup_percpu.c | 29 +-
2573 arch/x86/kernel/signal.c | 17 +-
2574 arch/x86/kernel/smp.c | 2 +-
2575 arch/x86/kernel/smpboot.c | 29 +-
2576 arch/x86/kernel/step.c | 6 +-
2577 arch/x86/kernel/sys_i386_32.c | 184 +
2578 arch/x86/kernel/sys_x86_64.c | 28 +-
2579 arch/x86/kernel/tboot.c | 22 +-
2580 arch/x86/kernel/time.c | 8 +-
2581 arch/x86/kernel/tls.c | 7 +-
2582 arch/x86/kernel/tracepoint.c | 4 +-
2583 arch/x86/kernel/traps.c | 102 +-
2584 arch/x86/kernel/tsc.c | 2 +-
2585 arch/x86/kernel/uprobes.c | 4 +-
2586 arch/x86/kernel/vm86_32.c | 6 +-
2587 arch/x86/kernel/vmlinux.lds.S | 144 +-
2588 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
2589 arch/x86/kernel/x86_init.c | 6 +-
2590 arch/x86/kvm/cpuid.c | 21 +-
2591 arch/x86/kvm/emulate.c | 20 +-
2592 arch/x86/kvm/i8259.c | 10 +-
2593 arch/x86/kvm/ioapic.c | 2 +
2594 arch/x86/kvm/lapic.c | 2 +-
2595 arch/x86/kvm/paging_tmpl.h | 2 +-
2596 arch/x86/kvm/svm.c | 10 +-
2597 arch/x86/kvm/vmx.c | 60 +-
2598 arch/x86/kvm/x86.c | 46 +-
2599 arch/x86/lguest/boot.c | 3 +-
2600 arch/x86/lib/Makefile | 4 +
2601 arch/x86/lib/atomic64_386_32.S | 85 +
2602 arch/x86/lib/atomic64_cx8_32.S | 75 +-
2603 arch/x86/lib/checksum_32.S | 99 +-
2604 arch/x86/lib/clear_page_64.S | 3 +
2605 arch/x86/lib/cmpxchg16b_emu.S | 3 +
2606 arch/x86/lib/copy_page_64.S | 14 +-
2607 arch/x86/lib/copy_user_64.S | 108 +-
2608 arch/x86/lib/csum-copy_64.S | 14 +-
2609 arch/x86/lib/csum-wrappers_64.c | 12 +-
2610 arch/x86/lib/getuser.S | 111 +-
2611 arch/x86/lib/insn.c | 8 +-
2612 arch/x86/lib/iomap_copy_64.S | 2 +
2613 arch/x86/lib/memcpy_64.S | 6 +
2614 arch/x86/lib/memmove_64.S | 3 +-
2615 arch/x86/lib/memset_64.S | 3 +
2616 arch/x86/lib/mmx_32.c | 243 +-
2617 arch/x86/lib/msr-reg.S | 2 +
2618 arch/x86/lib/putuser.S | 97 +-
2619 arch/x86/lib/rwsem.S | 4 +
2620 arch/x86/lib/usercopy_32.c | 359 +-
2621 arch/x86/lib/usercopy_64.c | 23 +-
2622 arch/x86/math-emu/fpu_aux.c | 2 +-
2623 arch/x86/math-emu/fpu_entry.c | 4 +-
2624 arch/x86/math-emu/fpu_etc.c | 9 +-
2625 arch/x86/math-emu/fpu_system.h | 2 +-
2626 arch/x86/math-emu/fpu_trig.c | 13 +-
2627 arch/x86/math-emu/reg_constant.c | 7 +-
2628 arch/x86/mm/Makefile | 4 +
2629 arch/x86/mm/dump_pagetables.c | 32 +-
2630 arch/x86/mm/extable.c | 2 +-
2631 arch/x86/mm/fault.c | 571 +-
2632 arch/x86/mm/gup.c | 6 +-
2633 arch/x86/mm/highmem_32.c | 6 +
2634 arch/x86/mm/hugetlbpage.c | 24 +-
2635 arch/x86/mm/init.c | 19 +-
2636 arch/x86/mm/init_32.c | 157 +-
2637 arch/x86/mm/init_64.c | 106 +-
2638 arch/x86/mm/iomap_32.c | 4 +
2639 arch/x86/mm/ioremap.c | 54 +-
2640 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
2641 arch/x86/mm/mmap.c | 46 +-
2642 arch/x86/mm/mmio-mod.c | 10 +-
2643 arch/x86/mm/mpx.c | 6 +-
2644 arch/x86/mm/numa.c | 2 +-
2645 arch/x86/mm/pageattr.c | 38 +-
2646 arch/x86/mm/pat.c | 8 +-
2647 arch/x86/mm/pat_rbtree.c | 2 +-
2648 arch/x86/mm/pf_in.c | 10 +-
2649 arch/x86/mm/pgtable.c | 211 +-
2650 arch/x86/mm/pgtable_32.c | 3 +
2651 arch/x86/mm/setup_nx.c | 7 +
2652 arch/x86/mm/tlb.c | 104 +-
2653 arch/x86/mm/uderef_64.c | 37 +
2654 arch/x86/net/bpf_jit.S | 11 +
2655 arch/x86/net/bpf_jit_comp.c | 13 +-
2656 arch/x86/oprofile/backtrace.c | 6 +-
2657 arch/x86/oprofile/nmi_int.c | 10 +-
2658 arch/x86/oprofile/op_model_amd.c | 8 +-
2659 arch/x86/oprofile/op_model_ppro.c | 7 +-
2660 arch/x86/oprofile/op_x86_model.h | 2 +-
2661 arch/x86/pci/intel_mid_pci.c | 2 +-
2662 arch/x86/pci/irq.c | 8 +-
2663 arch/x86/pci/pcbios.c | 112 +-
2664 arch/x86/pci/vmd.c | 4 +-
2665 arch/x86/platform/efi/efi_32.c | 24 +
2666 arch/x86/platform/efi/efi_64.c | 26 +-
2667 arch/x86/platform/efi/efi_stub_32.S | 64 +-
2668 arch/x86/platform/efi/efi_stub_64.S | 2 +
2669 arch/x86/platform/intel-mid/intel-mid.c | 7 +-
2670 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
2671 arch/x86/platform/intel-mid/mfld.c | 4 +-
2672 arch/x86/platform/intel-mid/mrfld.c | 2 +-
2673 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
2674 arch/x86/platform/olpc/olpc_dt.c | 2 +-
2675 arch/x86/power/cpu.c | 11 +-
2676 arch/x86/realmode/init.c | 10 +-
2677 arch/x86/realmode/rm/header.S | 4 +-
2678 arch/x86/realmode/rm/reboot.S | 4 +
2679 arch/x86/realmode/rm/trampoline_32.S | 12 +-
2680 arch/x86/realmode/rm/trampoline_64.S | 3 +-
2681 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
2682 arch/x86/tools/Makefile | 2 +-
2683 arch/x86/tools/relocs.c | 97 +-
2684 arch/x86/um/mem_32.c | 2 +-
2685 arch/x86/um/tls_32.c | 2 +-
2686 arch/x86/xen/enlighten.c | 56 +-
2687 arch/x86/xen/mmu.c | 31 +-
2688 arch/x86/xen/pmu.c | 1 +
2689 arch/x86/xen/smp.c | 16 +-
2690 arch/x86/xen/xen-asm_32.S | 2 +-
2691 arch/x86/xen/xen-head.S | 12 +
2692 arch/x86/xen/xen-ops.h | 2 -
2693 block/bio.c | 6 +-
2694 block/blk-cgroup.c | 18 +-
2695 block/blk-core.c | 7 +-
2696 block/blk-map.c | 2 +-
2697 block/blk-softirq.c | 2 +-
2698 block/cfq-iosched.c | 4 +-
2699 block/compat_ioctl.c | 4 +-
2700 block/genhd.c | 9 +-
2701 block/partitions/efi.c | 8 +-
2702 block/scsi_ioctl.c | 2 +-
2703 crypto/cast6_generic.c | 6 +-
2704 crypto/cryptd.c | 4 +-
2705 crypto/crypto_user.c | 2 +-
2706 crypto/pcrypt.c | 2 +-
2707 crypto/salsa20_generic.c | 16 +-
2708 crypto/serpent_generic.c | 6 +-
2709 drivers/acpi/ac.c | 2 +-
2710 drivers/acpi/acpi_video.c | 2 +-
2711 drivers/acpi/acpica/acutils.h | 2 +-
2712 drivers/acpi/acpica/dbhistry.c | 2 +-
2713 drivers/acpi/acpica/dbinput.c | 10 +-
2714 drivers/acpi/acpica/dbstats.c | 88 +-
2715 drivers/acpi/acpica/utdebug.c | 2 +-
2716 drivers/acpi/apei/apei-internal.h | 2 +-
2717 drivers/acpi/apei/ghes.c | 10 +-
2718 drivers/acpi/battery.c | 2 +-
2719 drivers/acpi/bgrt.c | 36 +-
2720 drivers/acpi/blacklist.c | 6 +-
2721 drivers/acpi/bus.c | 4 +-
2722 drivers/acpi/button.c | 4 +-
2723 drivers/acpi/device_pm.c | 4 +-
2724 drivers/acpi/ec.c | 6 +-
2725 drivers/acpi/osi.c | 2 +-
2726 drivers/acpi/pci_slot.c | 2 +-
2727 drivers/acpi/processor_idle.c | 4 +-
2728 drivers/acpi/processor_pdc.c | 2 +-
2729 drivers/acpi/sleep.c | 2 +-
2730 drivers/acpi/sysfs.c | 14 +-
2731 drivers/acpi/thermal.c | 2 +-
2732 drivers/acpi/video_detect.c | 7 +-
2733 drivers/android/binder.c | 2 +-
2734 drivers/ata/libata-core.c | 12 +-
2735 drivers/ata/libata-scsi.c | 2 +-
2736 drivers/ata/libata.h | 2 +-
2737 drivers/ata/pata_arasan_cf.c | 4 +-
2738 drivers/atm/adummy.c | 2 +-
2739 drivers/atm/ambassador.c | 8 +-
2740 drivers/atm/atmtcp.c | 14 +-
2741 drivers/atm/eni.c | 10 +-
2742 drivers/atm/firestream.c | 8 +-
2743 drivers/atm/fore200e.c | 14 +-
2744 drivers/atm/he.c | 18 +-
2745 drivers/atm/horizon.c | 4 +-
2746 drivers/atm/idt77252.c | 36 +-
2747 drivers/atm/iphase.c | 34 +-
2748 drivers/atm/lanai.c | 12 +-
2749 drivers/atm/nicstar.c | 46 +-
2750 drivers/atm/solos-pci.c | 4 +-
2751 drivers/atm/suni.c | 4 +-
2752 drivers/atm/uPD98402.c | 16 +-
2753 drivers/atm/zatm.c | 6 +-
2754 drivers/base/bus.c | 4 +-
2755 drivers/base/devres.c | 4 +-
2756 drivers/base/devtmpfs.c | 8 +-
2757 drivers/base/node.c | 2 +-
2758 drivers/base/platform-msi.c | 20 +-
2759 drivers/base/power/domain.c | 6 +-
2760 drivers/base/power/runtime.c | 61 +-
2761 drivers/base/power/sysfs.c | 2 +-
2762 drivers/base/power/wakeup.c | 8 +-
2763 drivers/base/regmap/regmap-debugfs.c | 2 +-
2764 drivers/base/regmap/regmap.c | 4 +-
2765 drivers/base/syscore.c | 4 +-
2766 drivers/block/cciss.c | 28 +-
2767 drivers/block/cciss.h | 2 +-
2768 drivers/block/drbd/drbd_bitmap.c | 2 +-
2769 drivers/block/drbd/drbd_int.h | 12 +-
2770 drivers/block/drbd/drbd_main.c | 12 +-
2771 drivers/block/drbd/drbd_nl.c | 16 +-
2772 drivers/block/drbd/drbd_receiver.c | 42 +-
2773 drivers/block/drbd/drbd_state.c | 12 +-
2774 drivers/block/drbd/drbd_state.h | 2 +-
2775 drivers/block/drbd/drbd_state_change.h | 8 +-
2776 drivers/block/drbd/drbd_worker.c | 14 +-
2777 drivers/block/floppy.c | 8 +-
2778 drivers/block/pktcdvd.c | 4 +-
2779 drivers/block/rbd.c | 2 +-
2780 drivers/bluetooth/btwilink.c | 2 +-
2781 drivers/bus/arm-cci.c | 6 +-
2782 drivers/cdrom/cdrom.c | 13 +-
2783 drivers/cdrom/gdrom.c | 1 -
2784 drivers/char/agp/compat_ioctl.c | 2 +-
2785 drivers/char/agp/frontend.c | 4 +-
2786 drivers/char/agp/intel-gtt.c | 4 +-
2787 drivers/char/hpet.c | 2 +-
2788 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
2789 drivers/char/ipmi/ipmi_poweroff.c | 2 +-
2790 drivers/char/ipmi/ipmi_si_intf.c | 12 +-
2791 drivers/char/ipmi/ipmi_ssif.c | 12 +-
2792 drivers/char/mem.c | 36 +-
2793 drivers/char/nvram.c | 2 +-
2794 drivers/char/pcmcia/synclink_cs.c | 16 +-
2795 drivers/char/random.c | 12 +-
2796 drivers/char/sonypi.c | 11 +-
2797 drivers/char/tpm/tpm-chip.c | 9 +-
2798 drivers/char/tpm/tpm_acpi.c | 3 +-
2799 drivers/char/tpm/tpm_eventlog.c | 5 +-
2800 drivers/char/virtio_console.c | 6 +-
2801 drivers/clk/bcm/clk-bcm2835.c | 16 +-
2802 drivers/clk/clk-composite.c | 2 +-
2803 drivers/clk/socfpga/clk-gate-a10.c | 9 +-
2804 drivers/clk/socfpga/clk-gate.c | 9 +-
2805 drivers/clk/socfpga/clk-pll-a10.c | 9 +-
2806 drivers/clk/socfpga/clk-pll.c | 9 +-
2807 drivers/clk/ti/adpll.c | 2 +-
2808 drivers/clk/ti/clk.c | 8 +-
2809 drivers/cpufreq/acpi-cpufreq.c | 17 +-
2810 drivers/cpufreq/cpufreq-dt.c | 4 +-
2811 drivers/cpufreq/cpufreq.c | 27 +-
2812 drivers/cpufreq/cpufreq_governor.h | 2 +-
2813 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
2814 drivers/cpufreq/intel_pstate.c | 56 +-
2815 drivers/cpufreq/p4-clockmod.c | 12 +-
2816 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
2817 drivers/cpufreq/speedstep-centrino.c | 7 +-
2818 drivers/cpuidle/driver.c | 2 +-
2819 drivers/cpuidle/dt_idle_states.c | 2 +-
2820 drivers/cpuidle/governor.c | 2 +-
2821 drivers/cpuidle/governors/ladder.c | 13 +-
2822 drivers/cpuidle/sysfs.c | 2 +-
2823 drivers/crypto/hifn_795x.c | 4 +-
2824 drivers/crypto/qat/qat_common/adf_aer.c | 2 +-
2825 drivers/crypto/qat/qat_common/adf_sriov.c | 4 +-
2826 drivers/crypto/qat/qat_common/adf_vf_isr.c | 6 +-
2827 drivers/devfreq/devfreq.c | 4 +-
2828 drivers/devfreq/governor_passive.c | 2 +-
2829 drivers/dma/qcom/hidma.c | 2 +-
2830 drivers/dma/qcom/hidma_mgmt_sys.c | 2 +-
2831 drivers/dma/sh/shdma-base.c | 4 +-
2832 drivers/dma/sh/shdmac.c | 2 +-
2833 drivers/edac/edac_device.c | 4 +-
2834 drivers/edac/edac_device_sysfs.c | 2 +-
2835 drivers/edac/edac_mc_sysfs.c | 4 +-
2836 drivers/edac/edac_module.c | 2 +-
2837 drivers/edac/edac_pci.c | 4 +-
2838 drivers/edac/edac_pci_sysfs.c | 22 +-
2839 drivers/edac/mce_amd.h | 2 +-
2840 drivers/firewire/core-card.c | 6 +-
2841 drivers/firewire/core-cdev.c | 4 +-
2842 drivers/firewire/core-device.c | 2 +-
2843 drivers/firewire/core-iso.c | 2 +-
2844 drivers/firewire/core-transaction.c | 1 +
2845 drivers/firewire/core.h | 1 +
2846 drivers/firmware/dmi-id.c | 9 +-
2847 drivers/firmware/dmi_scan.c | 12 +-
2848 drivers/firmware/efi/cper.c | 8 +-
2849 drivers/firmware/efi/efi.c | 14 +-
2850 drivers/firmware/efi/efivars.c | 2 +-
2851 drivers/firmware/efi/libstub/Makefile | 2 +
2852 drivers/firmware/efi/runtime-map.c | 2 +-
2853 drivers/firmware/google/gsmi.c | 2 +-
2854 drivers/firmware/google/memconsole.c | 7 +-
2855 drivers/firmware/memmap.c | 2 +-
2856 drivers/firmware/psci.c | 2 +-
2857 drivers/gpio/gpio-davinci.c | 6 +-
2858 drivers/gpio/gpio-em.c | 2 +-
2859 drivers/gpio/gpio-ich.c | 2 +-
2860 drivers/gpio/gpio-mpc8xxx.c | 6 +-
2861 drivers/gpio/gpio-omap.c | 4 +-
2862 drivers/gpio/gpio-rcar.c | 2 +-
2863 drivers/gpio/gpio-vr41xx.c | 2 +-
2864 drivers/gpio/gpiolib.c | 12 +-
2865 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
2866 drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | 2 +-
2867 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c | 8 +-
2868 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
2869 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 15 +-
2870 drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h | 2 +-
2871 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 2 +-
2872 drivers/gpu/drm/amd/amdgpu/fiji_smc.c | 4 +-
2873 drivers/gpu/drm/amd/amdgpu/iceland_smc.c | 4 +-
2874 drivers/gpu/drm/amd/amdgpu/tonga_smc.c | 4 +-
2875 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
2876 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
2877 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
2878 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
2879 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
2880 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
2881 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
2882 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
2883 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
2884 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
2885 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
2886 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
2887 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
2888 drivers/gpu/drm/armada/armada_drv.c | 3 +-
2889 drivers/gpu/drm/ast/ast_mode.c | 2 +-
2890 drivers/gpu/drm/bochs/bochs_kms.c | 2 +-
2891 drivers/gpu/drm/bridge/tc358767.c | 2 +-
2892 drivers/gpu/drm/drm_crtc.c | 2 +-
2893 drivers/gpu/drm/drm_drv.c | 2 +-
2894 drivers/gpu/drm/drm_fb_cma_helper.c | 4 +-
2895 drivers/gpu/drm/drm_fops.c | 17 +-
2896 drivers/gpu/drm/drm_global.c | 14 +-
2897 drivers/gpu/drm/drm_ioc32.c | 13 +-
2898 drivers/gpu/drm/drm_ioctl.c | 2 +-
2899 drivers/gpu/drm/drm_pci.c | 9 +-
2900 drivers/gpu/drm/exynos/exynos_drm_drv.c | 12 +-
2901 drivers/gpu/drm/exynos/exynos_drm_g2d.c | 5 +
2902 drivers/gpu/drm/exynos/exynos_hdmi.c | 2 +-
2903 drivers/gpu/drm/gma500/cdv_intel_crt.c | 2 +-
2904 drivers/gpu/drm/gma500/cdv_intel_dp.c | 2 +-
2905 drivers/gpu/drm/gma500/cdv_intel_hdmi.c | 2 +-
2906 drivers/gpu/drm/gma500/cdv_intel_lvds.c | 2 +-
2907 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 10 +-
2908 drivers/gpu/drm/gma500/mdfld_dsi_output.c | 2 +-
2909 drivers/gpu/drm/gma500/oaktrail_hdmi.c | 2 +-
2910 drivers/gpu/drm/gma500/psb_drv.c | 1 -
2911 drivers/gpu/drm/gma500/psb_intel_drv.h | 2 +-
2912 drivers/gpu/drm/gma500/psb_intel_lvds.c | 2 +-
2913 drivers/gpu/drm/gma500/psb_intel_sdvo.c | 2 +-
2914 drivers/gpu/drm/i2c/tda998x_drv.c | 2 +-
2915 drivers/gpu/drm/i810/i810_dma.c | 2 +-
2916 drivers/gpu/drm/i810/i810_drv.c | 6 +-
2917 drivers/gpu/drm/i810/i810_drv.h | 6 +-
2918 drivers/gpu/drm/i915/dvo.h | 2 +-
2919 drivers/gpu/drm/i915/i915_drv.c | 11 +-
2920 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
2921 drivers/gpu/drm/i915/i915_gem_gtt.c | 4 +-
2922 drivers/gpu/drm/i915/i915_gem_gtt.h | 4 +-
2923 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
2924 drivers/gpu/drm/i915/i915_irq.c | 88 +-
2925 drivers/gpu/drm/i915/intel_display.c | 30 +-
2926 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
2927 drivers/gpu/drm/imx/imx-tve.c | 2 +-
2928 drivers/gpu/drm/mediatek/mtk_hdmi.c | 2 +-
2929 drivers/gpu/drm/mga/mga_drv.c | 5 +-
2930 drivers/gpu/drm/mga/mga_drv.h | 6 +-
2931 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
2932 drivers/gpu/drm/mga/mga_irq.c | 8 +-
2933 drivers/gpu/drm/mga/mga_state.c | 2 +-
2934 drivers/gpu/drm/mgag200/mgag200_mode.c | 2 +-
2935 drivers/gpu/drm/msm/dsi/dsi_manager.c | 2 +-
2936 drivers/gpu/drm/msm/edp/edp_connector.c | 2 +-
2937 drivers/gpu/drm/msm/hdmi/hdmi_connector.c | 2 +-
2938 drivers/gpu/drm/nouveau/nouveau_acpi.c | 2 +-
2939 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
2940 drivers/gpu/drm/nouveau/nouveau_connector.c | 2 +-
2941 drivers/gpu/drm/nouveau/nouveau_drm.c | 14 +-
2942 drivers/gpu/drm/nouveau/nouveau_drv.h | 1 -
2943 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
2944 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
2945 drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c | 7 +-
2946 .../gpu/drm/nouveau/nvkm/subdev/bios/shadowpci.c | 7 +-
2947 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/priv.h | 4 +-
2948 drivers/gpu/drm/omapdrm/dss/display.c | 8 +-
2949 drivers/gpu/drm/omapdrm/omap_connector.c | 2 +-
2950 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
2951 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
2952 drivers/gpu/drm/qxl/qxl_display.c | 2 +-
2953 drivers/gpu/drm/qxl/qxl_drv.c | 8 +-
2954 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
2955 drivers/gpu/drm/qxl/qxl_ioctl.c | 12 +-
2956 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
2957 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
2958 drivers/gpu/drm/r128/r128_cce.c | 2 +-
2959 drivers/gpu/drm/r128/r128_drv.c | 4 +-
2960 drivers/gpu/drm/r128/r128_drv.h | 6 +-
2961 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
2962 drivers/gpu/drm/r128/r128_irq.c | 4 +-
2963 drivers/gpu/drm/r128/r128_state.c | 6 +-
2964 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
2965 drivers/gpu/drm/radeon/radeon_atpx_handler.c | 2 +-
2966 drivers/gpu/drm/radeon/radeon_connectors.c | 10 +-
2967 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
2968 drivers/gpu/drm/radeon/radeon_drv.c | 11 +-
2969 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
2970 drivers/gpu/drm/radeon/radeon_kms.c | 8 +-
2971 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
2972 drivers/gpu/drm/savage/savage_bci.c | 2 +-
2973 drivers/gpu/drm/savage/savage_drv.c | 5 +-
2974 drivers/gpu/drm/savage/savage_drv.h | 2 +-
2975 drivers/gpu/drm/sis/sis_drv.c | 5 +-
2976 drivers/gpu/drm/sis/sis_drv.h | 2 +-
2977 drivers/gpu/drm/sis/sis_mm.c | 2 +-
2978 drivers/gpu/drm/sti/sti_cursor.c | 4 +-
2979 drivers/gpu/drm/sti/sti_dvo.c | 4 +-
2980 drivers/gpu/drm/sti/sti_gdp.c | 12 +-
2981 drivers/gpu/drm/sti/sti_hda.c | 4 +-
2982 drivers/gpu/drm/sti/sti_hdmi.c | 4 +-
2983 drivers/gpu/drm/sti/sti_hqvdp.c | 4 +-
2984 drivers/gpu/drm/sti/sti_mixer.c | 8 +-
2985 drivers/gpu/drm/sti/sti_tvout.c | 4 +-
2986 drivers/gpu/drm/sti/sti_vid.c | 4 +-
2987 drivers/gpu/drm/tegra/dc.c | 2 +-
2988 drivers/gpu/drm/tegra/dsi.c | 2 +-
2989 drivers/gpu/drm/tegra/hdmi.c | 2 +-
2990 drivers/gpu/drm/tegra/sor.c | 7 +-
2991 drivers/gpu/drm/tilcdc/Makefile | 6 +-
2992 drivers/gpu/drm/tilcdc/tilcdc_external.c | 4 +-
2993 drivers/gpu/drm/tilcdc/tilcdc_panel.c | 2 +-
2994 drivers/gpu/drm/tilcdc/tilcdc_tfp410.c | 2 +-
2995 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
2996 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
2997 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
2998 drivers/gpu/drm/udl/udl_connector.c | 2 +-
2999 drivers/gpu/drm/udl/udl_fb.c | 1 -
3000 drivers/gpu/drm/vc4/vc4_drv.c | 8 +-
3001 drivers/gpu/drm/via/via_dma.c | 2 +-
3002 drivers/gpu/drm/via/via_drv.c | 5 +-
3003 drivers/gpu/drm/via/via_drv.h | 6 +-
3004 drivers/gpu/drm/via/via_irq.c | 18 +-
3005 drivers/gpu/drm/virtio/virtgpu_display.c | 2 +-
3006 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
3007 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
3008 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
3009 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
3010 drivers/gpu/vga/vga_switcheroo.c | 4 +-
3011 drivers/hid/hid-core.c | 4 +-
3012 drivers/hid/hid-magicmouse.c | 2 +-
3013 drivers/hid/hid-sensor-custom.c | 2 +-
3014 drivers/hid/hid-wiimote-debug.c | 2 +-
3015 drivers/hv/channel.c | 6 +-
3016 drivers/hv/hv.c | 22 +-
3017 drivers/hv/hv_balloon.c | 18 +-
3018 drivers/hv/hyperv_vmbus.h | 2 +-
3019 drivers/hwmon/acpi_power_meter.c | 6 +-
3020 drivers/hwmon/applesmc.c | 4 +-
3021 drivers/hwmon/asus_atk0110.c | 10 +-
3022 drivers/hwmon/coretemp.c | 2 +-
3023 drivers/hwmon/dell-smm-hwmon.c | 4 +-
3024 drivers/hwmon/ibmaem.c | 2 +-
3025 drivers/hwmon/iio_hwmon.c | 2 +-
3026 drivers/hwmon/nct6683.c | 6 +-
3027 drivers/hwmon/nct6775.c | 6 +-
3028 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
3029 drivers/hwmon/sht15.c | 12 +-
3030 drivers/hwmon/via-cputemp.c | 2 +-
3031 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
3032 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
3033 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
3034 drivers/i2c/i2c-dev.c | 2 +-
3035 drivers/ide/ide-cd.c | 2 +-
3036 drivers/ide/ide-disk.c | 2 +-
3037 drivers/ide/ide.c | 4 +-
3038 drivers/idle/intel_idle.c | 36 +-
3039 drivers/iio/industrialio-core.c | 2 +-
3040 drivers/infiniband/core/cm.c | 46 +-
3041 drivers/infiniband/core/fmr_pool.c | 20 +-
3042 drivers/infiniband/core/netlink.c | 5 +-
3043 drivers/infiniband/core/sysfs.c | 2 +-
3044 drivers/infiniband/core/ucm.c | 4 +-
3045 drivers/infiniband/core/uverbs_cmd.c | 3 +
3046 drivers/infiniband/hw/cxgb4/device.c | 6 +-
3047 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
3048 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
3049 drivers/infiniband/hw/hfi1/pcie.c | 2 +-
3050 drivers/infiniband/hw/i40iw/i40iw_user.h | 2 +-
3051 drivers/infiniband/hw/mlx4/mad.c | 2 +-
3052 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
3053 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
3054 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
3055 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
3056 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
3057 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
3058 drivers/infiniband/hw/nes/nes.c | 4 +-
3059 drivers/infiniband/hw/nes/nes.h | 40 +-
3060 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
3061 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
3062 drivers/infiniband/hw/nes/nes_nic.c | 42 +-
3063 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
3064 drivers/infiniband/hw/qib/qib_iba7322.c | 4 +-
3065 drivers/infiniband/hw/qib/qib_pcie.c | 2 +-
3066 drivers/infiniband/sw/rxe/rxe_qp.c | 4 +-
3067 drivers/infiniband/sw/rxe/rxe_verbs.c | 2 +-
3068 drivers/infiniband/sw/rxe/rxe_verbs.h | 2 +-
3069 drivers/infiniband/ulp/ipoib/ipoib_main.c | 2 +-
3070 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
3071 drivers/infiniband/ulp/srpt/ib_srpt.c | 8 +-
3072 drivers/input/evdev.c | 2 +-
3073 drivers/input/gameport/gameport.c | 4 +-
3074 drivers/input/input.c | 4 +-
3075 drivers/input/joystick/sidewinder.c | 1 +
3076 drivers/input/misc/ims-pcu.c | 4 +-
3077 drivers/input/mouse/psmouse.h | 2 +-
3078 drivers/input/mousedev.c | 2 +-
3079 drivers/input/serio/serio.c | 4 +-
3080 drivers/input/serio/serio_raw.c | 4 +-
3081 drivers/input/touchscreen/htcpen.c | 2 +-
3082 drivers/iommu/arm-smmu-v3.c | 32 +-
3083 drivers/iommu/arm-smmu.c | 40 +-
3084 drivers/iommu/io-pgtable-arm-v7s.c | 62 +-
3085 drivers/iommu/io-pgtable-arm.c | 99 +-
3086 drivers/iommu/io-pgtable.c | 11 +-
3087 drivers/iommu/io-pgtable.h | 21 +-
3088 drivers/iommu/iommu.c | 2 +-
3089 drivers/iommu/ipmmu-vmsa.c | 13 +-
3090 drivers/iommu/irq_remapping.c | 2 +-
3091 drivers/iommu/msm_iommu.c | 14 +-
3092 drivers/iommu/mtk_iommu.c | 12 +-
3093 drivers/irqchip/irq-gic.c | 2 +-
3094 drivers/irqchip/irq-i8259.c | 2 +-
3095 drivers/irqchip/irq-mmp.c | 2 +-
3096 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
3097 drivers/irqchip/irq-ts4800.c | 2 +-
3098 drivers/isdn/capi/capi.c | 10 +-
3099 drivers/isdn/gigaset/interface.c | 8 +-
3100 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
3101 drivers/isdn/hardware/avm/b1.c | 4 +-
3102 drivers/isdn/hardware/eicon/capifunc.c | 6 +-
3103 drivers/isdn/hardware/eicon/dadapter.c | 18 +-
3104 drivers/isdn/hardware/eicon/diddfunc.c | 7 +-
3105 drivers/isdn/hardware/eicon/divasfunc.c | 9 +-
3106 drivers/isdn/hardware/eicon/divasync.h | 2 +-
3107 drivers/isdn/hardware/eicon/idifunc.c | 9 +-
3108 drivers/isdn/hardware/eicon/mntfunc.c | 13 +-
3109 drivers/isdn/hardware/mISDN/avmfritz.c | 2 +-
3110 drivers/isdn/hardware/mISDN/hfcmulti.c | 7 +-
3111 drivers/isdn/hardware/mISDN/hfcpci.c | 16 +-
3112 drivers/isdn/hardware/mISDN/mISDNinfineon.c | 7 +-
3113 drivers/isdn/hardware/mISDN/mISDNipac.c | 5 +-
3114 drivers/isdn/hardware/mISDN/netjet.c | 2 +-
3115 drivers/isdn/hardware/mISDN/speedfax.c | 7 +-
3116 drivers/isdn/hardware/mISDN/w6692.c | 7 +-
3117 drivers/isdn/hisax/amd7930_fn.c | 5 +-
3118 drivers/isdn/hisax/arcofi.c | 5 +-
3119 drivers/isdn/hisax/config.c | 4 +-
3120 drivers/isdn/hisax/diva.c | 7 +-
3121 drivers/isdn/hisax/elsa.c | 9 +-
3122 drivers/isdn/hisax/fsm.c | 5 +-
3123 drivers/isdn/hisax/hfc4s8s_l1.c | 14 +-
3124 drivers/isdn/hisax/hfc_2bds0.c | 4 +-
3125 drivers/isdn/hisax/hfc_pci.c | 10 +-
3126 drivers/isdn/hisax/hfc_sx.c | 10 +-
3127 drivers/isdn/hisax/hfc_usb.c | 12 +-
3128 drivers/isdn/hisax/hfcscard.c | 6 +-
3129 drivers/isdn/hisax/hisax.h | 4 +-
3130 drivers/isdn/hisax/icc.c | 5 +-
3131 drivers/isdn/hisax/ipacx.c | 7 +-
3132 drivers/isdn/hisax/isac.c | 5 +-
3133 drivers/isdn/hisax/isar.c | 5 +-
3134 drivers/isdn/hisax/isdnl3.c | 5 +-
3135 drivers/isdn/hisax/saphir.c | 5 +-
3136 drivers/isdn/hisax/teleint.c | 5 +-
3137 drivers/isdn/hisax/w6692.c | 5 +-
3138 drivers/isdn/i4l/isdn_common.c | 2 +
3139 drivers/isdn/i4l/isdn_tty.c | 22 +-
3140 drivers/isdn/mISDN/dsp.h | 4 +-
3141 drivers/isdn/mISDN/dsp_cmx.c | 4 +-
3142 drivers/isdn/mISDN/dsp_core.c | 4 +-
3143 drivers/isdn/mISDN/dsp_tones.c | 4 +-
3144 drivers/isdn/mISDN/fsm.c | 5 +-
3145 drivers/isdn/mISDN/l1oip_core.c | 8 +-
3146 drivers/leds/leds-clevo-mail.c | 2 +-
3147 drivers/leds/leds-ss4200.c | 2 +-
3148 drivers/lguest/core.c | 9 +-
3149 drivers/lguest/page_tables.c | 2 +-
3150 drivers/lguest/x86/core.c | 12 +-
3151 drivers/lguest/x86/switcher_32.S | 27 +-
3152 drivers/lightnvm/rrpc.c | 4 +-
3153 drivers/lightnvm/rrpc.h | 2 +-
3154 drivers/md/bcache/alloc.c | 2 +-
3155 drivers/md/bcache/bcache.h | 10 +-
3156 drivers/md/bcache/btree.c | 13 +-
3157 drivers/md/bcache/closure.c | 4 +-
3158 drivers/md/bcache/closure.h | 10 +-
3159 drivers/md/bcache/io.c | 10 +-
3160 drivers/md/bcache/journal.c | 18 +-
3161 drivers/md/bcache/movinggc.c | 12 +-
3162 drivers/md/bcache/request.c | 54 +-
3163 drivers/md/bcache/request.h | 2 +-
3164 drivers/md/bcache/stats.c | 26 +-
3165 drivers/md/bcache/stats.h | 16 +-
3166 drivers/md/bcache/super.c | 32 +-
3167 drivers/md/bcache/sysfs.c | 20 +-
3168 drivers/md/bcache/writeback.c | 12 +-
3169 drivers/md/bitmap.c | 2 +-
3170 drivers/md/dm-cache-target.c | 116 +-
3171 drivers/md/dm-core.h | 4 +-
3172 drivers/md/dm-ioctl.c | 2 +-
3173 drivers/md/dm-mpath.c | 12 +-
3174 drivers/md/dm-raid.c | 2 +-
3175 drivers/md/dm-raid1.c | 18 +-
3176 drivers/md/dm-stats.c | 6 +-
3177 drivers/md/dm-stripe.c | 10 +-
3178 drivers/md/dm-table.c | 2 +-
3179 drivers/md/dm-thin-metadata.c | 4 +-
3180 drivers/md/dm.c | 24 +-
3181 drivers/md/md.c | 41 +-
3182 drivers/md/md.h | 8 +-
3183 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
3184 drivers/md/persistent-data/dm-space-map.h | 1 +
3185 drivers/md/raid1.c | 8 +-
3186 drivers/md/raid10.c | 26 +-
3187 drivers/md/raid5.c | 26 +-
3188 drivers/media/dvb-core/dvb_net.c | 2 +-
3189 drivers/media/dvb-core/dvbdev.c | 2 +-
3190 drivers/media/dvb-frontends/af9033.h | 2 +-
3191 drivers/media/dvb-frontends/cx24116.c | 2 +-
3192 drivers/media/dvb-frontends/cx24117.c | 2 +-
3193 drivers/media/dvb-frontends/cx24120.c | 2 +-
3194 drivers/media/dvb-frontends/cx24123.c | 2 +-
3195 drivers/media/dvb-frontends/cxd2820r_core.c | 2 +-
3196 drivers/media/dvb-frontends/dib3000.h | 2 +-
3197 drivers/media/dvb-frontends/dib7000p.h | 2 +-
3198 drivers/media/dvb-frontends/dib8000.h | 2 +-
3199 drivers/media/dvb-frontends/hd29l2.c | 2 +-
3200 drivers/media/dvb-frontends/lgdt3306a.c | 2 +-
3201 drivers/media/dvb-frontends/mb86a20s.c | 2 +-
3202 drivers/media/dvb-frontends/mt312.c | 6 +-
3203 drivers/media/dvb-frontends/s921.c | 2 +-
3204 drivers/media/pci/bt8xx/dst.c | 2 +-
3205 drivers/media/pci/cx88/cx88-video.c | 6 +-
3206 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
3207 drivers/media/pci/pt1/va1j5jf8007s.c | 2 +-
3208 drivers/media/pci/pt1/va1j5jf8007t.c | 2 +-
3209 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
3210 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
3211 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
3212 drivers/media/pci/sta2x11/sta2x11_vip.c | 5 +-
3213 drivers/media/pci/tw68/tw68-core.c | 2 +-
3214 drivers/media/pci/tw686x/tw686x-core.c | 4 +-
3215 drivers/media/pci/zoran/zoran.h | 1 -
3216 drivers/media/pci/zoran/zoran_card.c | 4 +-
3217 drivers/media/pci/zoran/zoran_driver.c | 3 -
3218 drivers/media/platform/omap/omap_vout.c | 11 +-
3219 drivers/media/platform/s5p-tv/mixer.h | 2 +-
3220 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
3221 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
3222 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
3223 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
3224 drivers/media/platform/soc_camera/soc_camera.c | 2 +-
3225 drivers/media/radio/radio-cadet.c | 7 +-
3226 drivers/media/radio/radio-maxiradio.c | 2 +-
3227 drivers/media/radio/radio-shark.c | 2 +-
3228 drivers/media/radio/radio-shark2.c | 2 +-
3229 drivers/media/radio/radio-si476x.c | 2 +-
3230 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
3231 drivers/media/usb/pvrusb2/pvrusb2-context.c | 8 +-
3232 drivers/media/usb/pvrusb2/pvrusb2-dvb.c | 7 +-
3233 drivers/media/usb/pvrusb2/pvrusb2-hdw.c | 2 +-
3234 drivers/media/usb/pvrusb2/pvrusb2-std.c | 2 +-
3235 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c | 6 +-
3236 drivers/media/usb/uvc/uvc_driver.c | 4 +-
3237 drivers/media/v4l2-core/v4l2-common.c | 2 +-
3238 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
3239 drivers/media/v4l2-core/v4l2-device.c | 4 +-
3240 drivers/media/v4l2-core/v4l2-ioctl.c | 287 +-
3241 drivers/memory/omap-gpmc.c | 24 +-
3242 drivers/message/fusion/mptbase.c | 4 +-
3243 drivers/message/fusion/mptlan.c | 2 +-
3244 drivers/message/fusion/mptsas.c | 34 +-
3245 drivers/mfd/ab8500-debugfs.c | 2 +-
3246 drivers/mfd/kempld-core.c | 2 +-
3247 drivers/mfd/max8925-i2c.c | 2 +-
3248 drivers/mfd/rn5t618.c | 10 +-
3249 drivers/mfd/tps65910.c | 2 +-
3250 drivers/mfd/twl4030-irq.c | 9 +-
3251 drivers/misc/c2port/core.c | 4 +-
3252 drivers/misc/kgdbts.c | 6 +-
3253 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
3254 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
3255 drivers/misc/mic/scif/scif_api.c | 10 +-
3256 drivers/misc/mic/scif/scif_rb.c | 8 +-
3257 drivers/misc/panel.c | 4 +-
3258 drivers/misc/sgi-gru/gruhandles.c | 4 +-
3259 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
3260 drivers/misc/sgi-gru/grutables.h | 158 +-
3261 drivers/misc/sgi-xp/xp.h | 2 +-
3262 drivers/misc/sgi-xp/xp_main.c | 57 +-
3263 drivers/misc/sgi-xp/xpc.h | 3 +-
3264 drivers/misc/sgi-xp/xpc_main.c | 2 +-
3265 drivers/misc/sgi-xp/xpnet.c | 2 +-
3266 drivers/misc/ti-st/st_kim.c | 32 +-
3267 drivers/mmc/card/mmc_test.c | 4 +-
3268 drivers/mmc/host/dw_mmc.h | 2 +-
3269 drivers/mmc/host/mmci.c | 4 +-
3270 drivers/mmc/host/omap_hsmmc.c | 4 +-
3271 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
3272 drivers/mmc/host/sdhci-s3c.c | 8 +-
3273 drivers/mmc/host/tmio_mmc_pio.c | 4 +-
3274 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
3275 drivers/mtd/devices/block2mtd.c | 2 +-
3276 drivers/mtd/devices/phram.c | 2 +-
3277 drivers/mtd/maps/gpio-addr-flash.c | 2 +-
3278 drivers/mtd/maps/latch-addr-flash.c | 2 +-
3279 drivers/mtd/maps/pci.c | 4 +-
3280 drivers/mtd/maps/pcmciamtd.c | 8 +-
3281 drivers/mtd/maps/sbc_gxx.c | 2 +-
3282 drivers/mtd/nand/brcmnand/bcm63138_nand.c | 2 +
3283 drivers/mtd/nand/brcmnand/brcmnand.h | 2 +-
3284 drivers/mtd/nand/brcmnand/iproc_nand.c | 2 +
3285 drivers/mtd/nand/cafe_nand.c | 18 +-
3286 drivers/mtd/nand/denali.c | 1 +
3287 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
3288 drivers/mtd/nftlmount.c | 1 +
3289 drivers/mtd/sm_ftl.c | 2 +-
3290 drivers/mtd/ubi/build.c | 2 +-
3291 drivers/net/bonding/bond_netlink.c | 2 +-
3292 drivers/net/caif/caif_hsi.c | 4 +-
3293 drivers/net/caif/caif_serial.c | 2 +-
3294 drivers/net/caif/caif_spi.c | 2 +-
3295 drivers/net/caif/caif_virtio.c | 2 +-
3296 drivers/net/can/Kconfig | 2 +-
3297 drivers/net/can/bfin_can.c | 2 +-
3298 drivers/net/can/dev.c | 2 +-
3299 drivers/net/can/flexcan.c | 2 +-
3300 drivers/net/can/janz-ican3.c | 2 +-
3301 drivers/net/can/led.c | 2 +-
3302 drivers/net/can/sun4i_can.c | 2 +-
3303 drivers/net/can/vcan.c | 2 +-
3304 drivers/net/can/xilinx_can.c | 2 +-
3305 drivers/net/dummy.c | 2 +-
3306 drivers/net/ethernet/8390/ax88796.c | 6 +-
3307 drivers/net/ethernet/8390/axnet_cs.c | 4 +-
3308 drivers/net/ethernet/8390/ne2k-pci.c | 6 +-
3309 drivers/net/ethernet/8390/pcnet_cs.c | 4 +-
3310 drivers/net/ethernet/adi/bfin_mac.c | 2 +-
3311 drivers/net/ethernet/allwinner/sun4i-emac.c | 2 +-
3312 drivers/net/ethernet/altera/altera_tse_main.c | 6 +-
3313 drivers/net/ethernet/amd/7990.c | 2 +-
3314 drivers/net/ethernet/amd/7990.h | 2 +-
3315 drivers/net/ethernet/amd/amd8111e.c | 5 +-
3316 drivers/net/ethernet/amd/atarilance.c | 4 +-
3317 drivers/net/ethernet/amd/declance.c | 2 +-
3318 drivers/net/ethernet/amd/pcnet32.c | 7 +-
3319 drivers/net/ethernet/amd/sun3lance.c | 4 +-
3320 drivers/net/ethernet/amd/sunlance.c | 2 +-
3321 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
3322 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
3323 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
3324 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 145 +-
3325 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 68 +-
3326 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
3327 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
3328 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
3329 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
3330 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
3331 drivers/net/ethernet/apm/xgene/xgene_enet_main.c | 4 +-
3332 drivers/net/ethernet/arc/emac_main.c | 2 +-
3333 drivers/net/ethernet/atheros/alx/main.c | 2 +-
3334 drivers/net/ethernet/atheros/atl1c/atl1c_main.c | 2 +-
3335 drivers/net/ethernet/atheros/atl1e/atl1e_main.c | 2 +-
3336 drivers/net/ethernet/aurora/nb8800.c | 2 +-
3337 drivers/net/ethernet/broadcom/bcm63xx_enet.c | 2 +-
3338 drivers/net/ethernet/broadcom/bnx2.c | 2 +-
3339 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
3340 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c | 216 +-
3341 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.h | 4 +-
3342 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c | 2 +-
3343 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
3344 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
3345 drivers/net/ethernet/broadcom/bnxt/bnxt.c | 2 +-
3346 drivers/net/ethernet/broadcom/tg3.c | 2 +-
3347 drivers/net/ethernet/broadcom/tg3.h | 1 +
3348 drivers/net/ethernet/brocade/bna/bfa_cs.h | 42 +-
3349 drivers/net/ethernet/brocade/bna/bfa_ioc.c | 10 +-
3350 drivers/net/ethernet/brocade/bna/bfa_ioc.h | 4 +-
3351 drivers/net/ethernet/brocade/bna/bfa_msgq.h | 8 +-
3352 drivers/net/ethernet/brocade/bna/bna_enet.c | 6 +-
3353 drivers/net/ethernet/brocade/bna/bna_tx_rx.c | 6 +-
3354 drivers/net/ethernet/brocade/bna/bna_types.h | 24 +-
3355 drivers/net/ethernet/brocade/bna/bnad.c | 11 +-
3356 drivers/net/ethernet/cadence/macb.c | 4 +-
3357 drivers/net/ethernet/cavium/liquidio/lio_main.c | 11 +-
3358 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c | 2 +-
3359 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
3360 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 2 +-
3361 drivers/net/ethernet/chelsio/cxgb4vf/adapter.h | 2 +-
3362 drivers/net/ethernet/chelsio/cxgb4vf/sge.c | 2 +-
3363 drivers/net/ethernet/davicom/dm9000.c | 2 +-
3364 drivers/net/ethernet/dec/tulip/de4x5.c | 13 +-
3365 drivers/net/ethernet/emulex/benet/be_main.c | 4 +-
3366 drivers/net/ethernet/faraday/ftgmac100.c | 3 +-
3367 drivers/net/ethernet/faraday/ftmac100.c | 4 +-
3368 drivers/net/ethernet/freescale/fec_mpc52xx.c | 2 +-
3369 .../net/ethernet/freescale/fs_enet/fs_enet-main.c | 2 +-
3370 drivers/net/ethernet/freescale/gianfar.c | 4 +-
3371 drivers/net/ethernet/freescale/ucc_geth.c | 2 +-
3372 drivers/net/ethernet/hisilicon/hip04_eth.c | 2 +-
3373 drivers/net/ethernet/hisilicon/hix5hd2_gmac.c | 2 +-
3374 drivers/net/ethernet/hisilicon/hns/hns_ae_adapt.c | 6 +-
3375 drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.h | 2 +-
3376 drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c | 84 +-
3377 drivers/net/ethernet/i825xx/lib82596.c | 4 +-
3378 drivers/net/ethernet/ibm/ehea/ehea_main.c | 2 +-
3379 drivers/net/ethernet/ibm/emac/core.c | 4 +-
3380 drivers/net/ethernet/intel/e100.c | 2 +-
3381 drivers/net/ethernet/intel/e1000/e1000_main.c | 2 +-
3382 drivers/net/ethernet/intel/e1000e/netdev.c | 2 +-
3383 drivers/net/ethernet/intel/fm10k/fm10k_pci.c | 2 +-
3384 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
3385 drivers/net/ethernet/intel/igb/igb_main.c | 2 +-
3386 drivers/net/ethernet/intel/igbvf/netdev.c | 2 +-
3387 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 2 +-
3388 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
3389 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 4 +-
3390 drivers/net/ethernet/marvell/mvneta.c | 2 +-
3391 drivers/net/ethernet/marvell/mvpp2.c | 2 +-
3392 drivers/net/ethernet/marvell/pxa168_eth.c | 2 +-
3393 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
3394 drivers/net/ethernet/mellanox/mlx4/main.c | 2 +-
3395 drivers/net/ethernet/mellanox/mlx5/core/main.c | 2 +-
3396 drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 6 +-
3397 drivers/net/ethernet/micrel/ks8695net.c | 2 +-
3398 drivers/net/ethernet/micrel/ks8851_mll.c | 2 +-
3399 drivers/net/ethernet/moxa/moxart_ether.c | 2 +-
3400 drivers/net/ethernet/neterion/s2io.c | 2 +-
3401 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
3402 drivers/net/ethernet/neterion/vxge/vxge-main.c | 2 +-
3403 .../net/ethernet/netronome/nfp/nfp_net_common.c | 2 +-
3404 drivers/net/ethernet/netx-eth.c | 2 +-
3405 drivers/net/ethernet/nuvoton/w90p910_ether.c | 2 +-
3406 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
3407 drivers/net/ethernet/nxp/lpc_eth.c | 2 +-
3408 .../net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c | 4 +-
3409 .../net/ethernet/qlogic/netxen/netxen_nic_main.c | 2 +-
3410 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
3411 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
3412 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c | 2 +-
3413 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
3414 drivers/net/ethernet/realtek/r8169.c | 8 +-
3415 drivers/net/ethernet/renesas/sh_eth.c | 2 +-
3416 drivers/net/ethernet/rocker/rocker_main.c | 4 +-
3417 drivers/net/ethernet/seeq/sgiseeq.c | 2 +-
3418 drivers/net/ethernet/sfc/ptp.c | 2 +-
3419 drivers/net/ethernet/sfc/selftest.c | 20 +-
3420 drivers/net/ethernet/sgi/ioc3-eth.c | 4 +-
3421 drivers/net/ethernet/smsc/smc911x.c | 2 +-
3422 drivers/net/ethernet/smsc/smc91x.c | 2 +-
3423 drivers/net/ethernet/smsc/smsc911x.c | 2 +-
3424 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
3425 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 4 +-
3426 drivers/net/ethernet/sun/sunbmac.c | 2 +-
3427 drivers/net/ethernet/sun/sunqe.c | 2 +-
3428 drivers/net/ethernet/sun/sunvnet.c | 2 +-
3429 drivers/net/ethernet/sun/sunvnet_common.c | 6 +-
3430 drivers/net/ethernet/synopsys/dwc_eth_qos.c | 2 +-
3431 drivers/net/ethernet/ti/cpmac.c | 2 +-
3432 drivers/net/ethernet/ti/davinci_emac.c | 2 +-
3433 drivers/net/ethernet/ti/netcp_core.c | 2 +-
3434 drivers/net/ethernet/via/via-rhine.c | 2 +-
3435 drivers/net/ethernet/wiznet/w5100.c | 2 +-
3436 drivers/net/ethernet/wiznet/w5300.c | 2 +-
3437 drivers/net/ethernet/xilinx/ll_temac_main.c | 2 +-
3438 drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 2 +-
3439 drivers/net/ethernet/xilinx/xilinx_emaclite.c | 2 +-
3440 drivers/net/geneve.c | 4 +-
3441 drivers/net/gtp.c | 8 +-
3442 drivers/net/hamradio/baycom_epp.c | 2 +-
3443 drivers/net/hyperv/hyperv_net.h | 2 +-
3444 drivers/net/hyperv/netvsc_drv.c | 2 +-
3445 drivers/net/hyperv/rndis_filter.c | 7 +-
3446 drivers/net/ifb.c | 2 +-
3447 drivers/net/ipvlan/ipvlan_core.c | 2 +-
3448 drivers/net/ipvlan/ipvlan_main.c | 6 +-
3449 drivers/net/irda/vlsi_ir.c | 18 +-
3450 drivers/net/irda/vlsi_ir.h | 14 +-
3451 drivers/net/loopback.c | 2 +-
3452 drivers/net/macsec.c | 2 +-
3453 drivers/net/macvlan.c | 20 +-
3454 drivers/net/macvtap.c | 10 +-
3455 drivers/net/nlmon.c | 2 +-
3456 drivers/net/phy/phy_device.c | 6 +-
3457 drivers/net/plip/plip.c | 2 +-
3458 drivers/net/ppp/ppp_generic.c | 6 +-
3459 drivers/net/ppp/pptp.c | 2 +-
3460 drivers/net/rionet.c | 2 +-
3461 drivers/net/slip/slhc.c | 2 +-
3462 drivers/net/team/team.c | 4 +-
3463 drivers/net/tun.c | 11 +-
3464 drivers/net/usb/hso.c | 28 +-
3465 drivers/net/usb/ipheth.c | 2 +-
3466 drivers/net/usb/r8152.c | 2 +-
3467 drivers/net/usb/sierra_net.c | 4 +-
3468 drivers/net/virtio_net.c | 2 +-
3469 drivers/net/vrf.c | 4 +-
3470 drivers/net/vxlan.c | 4 +-
3471 drivers/net/wimax/i2400m/rx.c | 2 +-
3472 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
3473 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
3474 drivers/net/wireless/ath/ath10k/mac.c | 7 +-
3475 drivers/net/wireless/ath/ath6kl/core.h | 2 +-
3476 drivers/net/wireless/ath/ath6kl/txrx.c | 2 +-
3477 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
3478 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
3479 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
3480 drivers/net/wireless/ath/ath9k/main.c | 22 +-
3481 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
3482 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
3483 drivers/net/wireless/ath/carl9170/main.c | 10 +-
3484 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
3485 drivers/net/wireless/ath/wil6210/pcie_bus.c | 2 +-
3486 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
3487 drivers/net/wireless/atmel/at76c50x-usb.c | 2 +-
3488 drivers/net/wireless/atmel/atmel.c | 183 +-
3489 drivers/net/wireless/broadcom/b43/phy_lp.c | 2 +-
3490 drivers/net/wireless/broadcom/b43legacy/main.c | 5 +-
3491 .../broadcom/brcm80211/brcmfmac/cfg80211.c | 54 +-
3492 .../broadcom/brcm80211/brcmsmac/phy/phy_cmn.c | 3 +-
3493 .../broadcom/brcm80211/brcmsmac/phy_shim.c | 5 +-
3494 .../broadcom/brcm80211/brcmsmac/phy_shim.h | 2 +-
3495 drivers/net/wireless/cisco/airo.c | 201 +-
3496 drivers/net/wireless/intel/ipw2x00/ipw2100.c | 8 +-
3497 drivers/net/wireless/intel/ipw2x00/ipw2200.c | 6 +-
3498 drivers/net/wireless/intel/iwlegacy/3945-mac.c | 11 +-
3499 drivers/net/wireless/intel/iwlegacy/4965-mac.c | 7 +-
3500 drivers/net/wireless/intel/iwlwifi/dvm/debugfs.c | 34 +-
3501 drivers/net/wireless/intel/iwlwifi/dvm/lib.c | 4 +-
3502 drivers/net/wireless/intel/iwlwifi/mvm/d3.c | 8 +-
3503 drivers/net/wireless/intel/iwlwifi/mvm/tx.c | 4 +-
3504 drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 4 +-
3505 .../net/wireless/intersil/hostap/hostap_ioctl.c | 250 +-
3506 drivers/net/wireless/intersil/orinoco/wext.c | 131 +-
3507 drivers/net/wireless/intersil/prism54/isl_ioctl.c | 292 +-
3508 drivers/net/wireless/mac80211_hwsim.c | 28 +-
3509 drivers/net/wireless/marvell/mwifiex/main.c | 2 +-
3510 drivers/net/wireless/ralink/rt2x00/rt2400pci.c | 4 +-
3511 drivers/net/wireless/ralink/rt2x00/rt2500pci.c | 4 +-
3512 drivers/net/wireless/ralink/rt2x00/rt2500usb.c | 4 +-
3513 drivers/net/wireless/ralink/rt2x00/rt2800lib.c | 6 +-
3514 drivers/net/wireless/ralink/rt2x00/rt2x00.h | 2 +-
3515 drivers/net/wireless/ralink/rt2x00/rt2x00queue.c | 4 +-
3516 drivers/net/wireless/ralink/rt2x00/rt61pci.c | 4 +-
3517 drivers/net/wireless/ralink/rt2x00/rt73usb.c | 4 +-
3518 drivers/net/wireless/realtek/rtlwifi/base.c | 14 +-
3519 drivers/net/wireless/realtek/rtlwifi/base.h | 4 +-
3520 drivers/net/wireless/realtek/rtlwifi/pci.c | 15 +-
3521 drivers/net/wireless/realtek/rtlwifi/ps.c | 6 +-
3522 drivers/net/wireless/realtek/rtlwifi/ps.h | 6 +-
3523 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
3524 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
3525 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
3526 drivers/net/wireless/zydas/zd1201.c | 192 +-
3527 drivers/net/wireless/zydas/zd1211rw/zd_usb.c | 2 +-
3528 drivers/net/xen-netback/interface.c | 2 +-
3529 drivers/net/xen-netfront.c | 2 +-
3530 drivers/ntb/test/ntb_pingpong.c | 8 +-
3531 drivers/nvme/host/pci.c | 2 +-
3532 drivers/of/fdt.c | 4 +-
3533 drivers/oprofile/buffer_sync.c | 8 +-
3534 drivers/oprofile/event_buffer.c | 2 +-
3535 drivers/oprofile/oprof.c | 2 +-
3536 drivers/oprofile/oprofile_stats.c | 10 +-
3537 drivers/oprofile/oprofile_stats.h | 10 +-
3538 drivers/oprofile/oprofilefs.c | 6 +-
3539 drivers/oprofile/timer_int.c | 2 +-
3540 drivers/parport/procfs.c | 4 +-
3541 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
3542 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
3543 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
3544 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
3545 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
3546 drivers/pci/hotplug/pciehp_core.c | 2 +-
3547 drivers/pci/msi.c | 22 +-
3548 drivers/pci/pci-sysfs.c | 6 +-
3549 drivers/pci/pci.h | 4 +-
3550 drivers/pci/pcie/aspm.c | 10 +-
3551 drivers/pci/pcie/portdrv_pci.c | 2 +-
3552 drivers/pci/probe.c | 2 +-
3553 drivers/pci/setup-bus.c | 10 +-
3554 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
3555 drivers/pinctrl/pinctrl-at91.c | 5 +-
3556 drivers/platform/chrome/chromeos_laptop.c | 2 +-
3557 drivers/platform/chrome/chromeos_pstore.c | 2 +-
3558 drivers/platform/chrome/cros_ec_lpc.c | 2 +-
3559 drivers/platform/x86/alienware-wmi.c | 4 +-
3560 drivers/platform/x86/apple-gmux.c | 2 +-
3561 drivers/platform/x86/compal-laptop.c | 2 +-
3562 drivers/platform/x86/hdaps.c | 2 +-
3563 drivers/platform/x86/ibm_rtl.c | 2 +-
3564 drivers/platform/x86/intel_oaktrail.c | 2 +-
3565 drivers/platform/x86/msi-laptop.c | 16 +-
3566 drivers/platform/x86/msi-wmi.c | 2 +-
3567 drivers/platform/x86/samsung-laptop.c | 2 +-
3568 drivers/platform/x86/samsung-q10.c | 2 +-
3569 drivers/platform/x86/sony-laptop.c | 14 +-
3570 drivers/platform/x86/thinkpad_acpi.c | 10 +-
3571 drivers/pnp/base.h | 2 +-
3572 drivers/pnp/pnpbios/bioscalls.c | 14 +-
3573 drivers/pnp/pnpbios/core.c | 2 +-
3574 drivers/pnp/resource.c | 4 +-
3575 drivers/power/pda_power.c | 7 +-
3576 drivers/power/power_supply.h | 4 +-
3577 drivers/power/power_supply_core.c | 7 +-
3578 drivers/power/power_supply_sysfs.c | 6 +-
3579 drivers/power/reset/at91-reset.c | 5 +-
3580 drivers/powercap/powercap_sys.c | 136 +-
3581 drivers/ptp/ptp_private.h | 2 +-
3582 drivers/ptp/ptp_sysfs.c | 2 +-
3583 drivers/regulator/core.c | 4 +-
3584 drivers/regulator/max8660.c | 6 +-
3585 drivers/regulator/max8973-regulator.c | 16 +-
3586 drivers/regulator/mc13892-regulator.c | 8 +-
3587 drivers/remoteproc/remoteproc_core.c | 26 +-
3588 drivers/rtc/rtc-armada38x.c | 7 +-
3589 drivers/rtc/rtc-cmos.c | 4 +-
3590 drivers/rtc/rtc-ds1307.c | 2 +-
3591 drivers/rtc/rtc-m41t80.c | 8 +-
3592 drivers/rtc/rtc-m48t59.c | 4 +-
3593 drivers/rtc/rtc-rv3029c2.c | 8 +-
3594 drivers/rtc/rtc-rv8803.c | 15 +-
3595 drivers/rtc/rtc-rx8010.c | 8 +-
3596 drivers/rtc/rtc-test.c | 6 +-
3597 drivers/scsi/aacraid/aachba.c | 7 +-
3598 drivers/scsi/aic7xxx/aic79xx.h | 2 +-
3599 drivers/scsi/aic7xxx/aic79xx_core.c | 11 +-
3600 drivers/scsi/be2iscsi/be_main.c | 2 +-
3601 drivers/scsi/bfa/bfa.h | 4 +-
3602 drivers/scsi/bfa/bfa_core.c | 4 +-
3603 drivers/scsi/bfa/bfa_cs.h | 124 +-
3604 drivers/scsi/bfa/bfa_fcpim.h | 14 +-
3605 drivers/scsi/bfa/bfa_fcs.h | 34 +-
3606 drivers/scsi/bfa/bfa_fcs_fcpim.c | 6 +-
3607 drivers/scsi/bfa/bfa_fcs_lport.c | 4 +-
3608 drivers/scsi/bfa/bfa_fcs_rport.c | 4 +-
3609 drivers/scsi/bfa/bfa_ioc.c | 8 +-
3610 drivers/scsi/bfa/bfa_ioc.h | 16 +-
3611 drivers/scsi/bfa/bfa_svc.c | 12 +-
3612 drivers/scsi/bfa/bfa_svc.h | 20 +-
3613 drivers/scsi/bfa/bfad.c | 12 +-
3614 drivers/scsi/bfa/bfad_bsg.c | 8 +-
3615 drivers/scsi/bfa/bfad_drv.h | 5 +-
3616 drivers/scsi/csiostor/csio_defs.h | 19 +-
3617 drivers/scsi/csiostor/csio_hw.c | 67 +-
3618 drivers/scsi/csiostor/csio_init.c | 2 +-
3619 drivers/scsi/csiostor/csio_lnode.c | 32 +-
3620 drivers/scsi/csiostor/csio_rnode.c | 28 +-
3621 drivers/scsi/csiostor/csio_scsi.c | 37 +-
3622 drivers/scsi/esas2r/esas2r_init.c | 2 +-
3623 drivers/scsi/esas2r/esas2r_ioctl.c | 2 +-
3624 drivers/scsi/esas2r/esas2r_log.h | 4 +-
3625 drivers/scsi/esas2r/esas2r_main.c | 4 +-
3626 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
3627 drivers/scsi/fcoe/fcoe_transport.c | 16 +-
3628 drivers/scsi/hpsa.c | 38 +-
3629 drivers/scsi/hpsa.h | 2 +-
3630 drivers/scsi/hptiop.c | 2 -
3631 drivers/scsi/hptiop.h | 1 -
3632 drivers/scsi/ipr.c | 32 +-
3633 drivers/scsi/ipr.h | 2 +-
3634 drivers/scsi/libfc/fc_exch.c | 50 +-
3635 drivers/scsi/libsas/sas_ata.c | 2 +-
3636 drivers/scsi/lpfc/lpfc.h | 8 +-
3637 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
3638 drivers/scsi/lpfc/lpfc_init.c | 8 +-
3639 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
3640 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
3641 drivers/scsi/mpt3sas/mpt3sas_base.c | 2 +-
3642 drivers/scsi/mpt3sas/mpt3sas_scsih.c | 4 +-
3643 drivers/scsi/pmcraid.c | 46 +-
3644 drivers/scsi/pmcraid.h | 8 +-
3645 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
3646 drivers/scsi/qla2xxx/qla_gbl.h | 8 +-
3647 drivers/scsi/qla2xxx/qla_os.c | 15 +-
3648 drivers/scsi/qla2xxx/qla_target.c | 16 +-
3649 drivers/scsi/qla2xxx/qla_target.h | 2 +-
3650 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
3651 drivers/scsi/qla4xxx/ql4_os.c | 15 +-
3652 drivers/scsi/scsi.c | 2 +-
3653 drivers/scsi/scsi_debug.c | 42 +-
3654 drivers/scsi/scsi_lib.c | 8 +-
3655 drivers/scsi/scsi_sysfs.c | 2 +-
3656 drivers/scsi/scsi_transport_fc.c | 8 +-
3657 drivers/scsi/scsi_transport_iscsi.c | 6 +-
3658 drivers/scsi/scsi_transport_spi.c | 2 +-
3659 drivers/scsi/scsi_transport_srp.c | 8 +-
3660 drivers/scsi/sd.c | 6 +-
3661 drivers/scsi/sg.c | 2 +-
3662 drivers/scsi/sr.c | 21 +-
3663 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
3664 drivers/spi/spi.c | 2 +-
3665 drivers/staging/fbtft/fbtft-core.c | 2 +-
3666 drivers/staging/fbtft/fbtft.h | 2 +-
3667 drivers/staging/gdm724x/gdm_lte.c | 2 +-
3668 drivers/staging/gdm724x/gdm_tty.c | 2 +-
3669 drivers/staging/i4l/icn/icn.c | 2 +-
3670 drivers/staging/iio/adc/ad7280a.c | 4 +-
3671 drivers/staging/ks7010/ks_wlan_net.c | 392 +-
3672 .../staging/lustre/lnet/klnds/socklnd/socklnd.h | 6 +-
3673 drivers/staging/lustre/lnet/selftest/brw_test.c | 19 +-
3674 drivers/staging/lustre/lnet/selftest/framework.c | 10 +-
3675 drivers/staging/lustre/lnet/selftest/ping_test.c | 23 +-
3676 drivers/staging/lustre/lnet/selftest/selftest.h | 6 +-
3677 .../lustre/lustre/include/lustre/lustre_idl.h | 82 +-
3678 drivers/staging/lustre/lustre/include/lustre_dlm.h | 8 +-
3679 drivers/staging/lustre/lustre/include/lustre_net.h | 2 +-
3680 drivers/staging/lustre/lustre/include/obd.h | 2 +-
3681 drivers/staging/lustre/lustre/ldlm/ldlm_request.c | 5 +-
3682 drivers/staging/lustre/lustre/llite/dir.c | 2 +-
3683 .../staging/lustre/lustre/llite/llite_internal.h | 6 +-
3684 drivers/staging/lustre/lustre/llite/llite_lib.c | 6 +-
3685 drivers/staging/lustre/lustre/llite/lproc_llite.c | 6 +-
3686 drivers/staging/lustre/lustre/llite/statahead.c | 6 +-
3687 drivers/staging/lustre/lustre/lov/lov_internal.h | 6 +-
3688 drivers/staging/lustre/lustre/lov/lov_io.c | 60 +-
3689 drivers/staging/lustre/lustre/lov/lov_obd.c | 12 +-
3690 drivers/staging/lustre/lustre/lov/lov_request.c | 30 +-
3691 drivers/staging/lustre/lustre/obdclass/llog_swab.c | 24 +-
3692 drivers/staging/lustre/lustre/osc/osc_request.c | 24 +-
3693 drivers/staging/lustre/lustre/ptlrpc/layout.c | 7 +-
3694 .../staging/lustre/lustre/ptlrpc/pack_generic.c | 136 +-
3695 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 18 +-
3696 drivers/staging/rtl8188eu/hal/rtl8188eu_recv.c | 2 +-
3697 drivers/staging/rtl8188eu/hal/rtl8188eu_xmit.c | 2 +-
3698 drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h | 8 -
3699 drivers/staging/rtl8188eu/include/hal_intf.h | 5 +-
3700 drivers/staging/rtl8188eu/include/odm_precomp.h | 2 +-
3701 drivers/staging/rtl8188eu/include/recv_osdep.h | 1 -
3702 drivers/staging/rtl8188eu/include/rtl8188e_recv.h | 2 +-
3703 drivers/staging/rtl8188eu/include/rtl8188e_xmit.h | 2 +-
3704 drivers/staging/rtl8188eu/include/rtw_cmd.h | 1 -
3705 drivers/staging/rtl8188eu/include/rtw_eeprom.h | 6 -
3706 drivers/staging/rtl8188eu/include/rtw_ioctl.h | 9 -
3707 drivers/staging/rtl8188eu/include/rtw_mlme_ext.h | 12 +-
3708 drivers/staging/rtl8188eu/include/xmit_osdep.h | 2 +-
3709 drivers/staging/rtl8188eu/os_dep/usb_ops_linux.c | 8 +-
3710 drivers/staging/rtl8188eu/os_dep/xmit_linux.c | 2 +-
3711 drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 49 +-
3712 drivers/staging/rtl8192e/rtl8192e/rtl_core.h | 4 +-
3713 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c | 10 +-
3714 drivers/staging/rtl8192e/rtl8192e/rtl_dm.h | 4 +-
3715 drivers/staging/rtl8192e/rtl8192e/rtl_ps.c | 6 +-
3716 drivers/staging/rtl8192e/rtl8192e/rtl_ps.h | 3 +-
3717 drivers/staging/rtl8192e/rtl8192e/rtl_wx.c | 48 +-
3718 drivers/staging/rtl8192e/rtllib.h | 4 +-
3719 drivers/staging/rtl8192e/rtllib_softmac.c | 32 +-
3720 drivers/staging/rtl8192e/rtllib_softmac_wx.c | 2 +-
3721 drivers/staging/rtl8192e/rtllib_tx.c | 2 +-
3722 drivers/staging/rtl8192u/ieee80211/ieee80211.h | 2 +-
3723 .../staging/rtl8192u/ieee80211/ieee80211_softmac.c | 6 +-
3724 drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c | 2 +-
3725 drivers/staging/rtl8192u/r8192U_core.c | 7 +-
3726 drivers/staging/rtl8712/rtl8712_recv.c | 6 +-
3727 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
3728 drivers/staging/rtl8712/rtl871x_ioctl.h | 14 -
3729 drivers/staging/rtl8712/rtl871x_xmit.c | 2 +-
3730 drivers/staging/rtl8712/rtl871x_xmit.h | 2 +-
3731 drivers/staging/rtl8712/usb_ops_linux.c | 4 +-
3732 drivers/staging/rtl8712/xmit_linux.c | 2 +-
3733 drivers/staging/rtl8712/xmit_osdep.h | 2 +-
3734 drivers/staging/rtl8723au/core/rtw_mlme_ext.c | 12 +-
3735 drivers/staging/rtl8723au/core/rtw_xmit.c | 2 +-
3736 drivers/staging/rtl8723au/hal/rtl8723au_recv.c | 2 +-
3737 drivers/staging/rtl8723au/hal/usb_ops_linux.c | 4 +-
3738 drivers/staging/rtl8723au/include/Hal8723APhyCfg.h | 8 -
3739 drivers/staging/rtl8723au/include/drv_types.h | 2 +-
3740 drivers/staging/rtl8723au/include/hal_intf.h | 2 -
3741 drivers/staging/rtl8723au/include/recv_osdep.h | 1 -
3742 drivers/staging/rtl8723au/include/rtw_ap.h | 2 -
3743 drivers/staging/rtl8723au/include/rtw_cmd.h | 1 -
3744 drivers/staging/rtl8723au/include/rtw_eeprom.h | 7 -
3745 drivers/staging/rtl8723au/include/rtw_mlme_ext.h | 14 +-
3746 drivers/staging/rtl8723au/include/usb_ops.h | 8 +-
3747 drivers/staging/rtl8723au/include/xmit_osdep.h | 2 +-
3748 drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c | 2 +-
3749 drivers/staging/rtl8723au/os_dep/xmit_linux.c | 2 +-
3750 drivers/staging/sm750fb/sm750.c | 14 +-
3751 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
3752 drivers/staging/unisys/visornic/visornic_main.c | 2 +-
3753 drivers/staging/vt6655/rxtx.c | 2 +-
3754 drivers/staging/vt6656/rxtx.c | 2 +-
3755 drivers/staging/wilc1000/linux_wlan.c | 2 +-
3756 drivers/staging/wilc1000/wilc_wlan.h | 2 +-
3757 drivers/staging/wlan-ng/p80211netdev.c | 2 +-
3758 drivers/target/sbp/sbp_target.c | 4 +-
3759 drivers/thermal/devfreq_cooling.c | 19 +-
3760 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
3761 drivers/thermal/of-thermal.c | 17 +-
3762 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
3763 drivers/tty/cyclades.c | 6 +-
3764 drivers/tty/hvc/hvc_console.c | 14 +-
3765 drivers/tty/hvc/hvcs.c | 21 +-
3766 drivers/tty/hvc/hvsi.c | 22 +-
3767 drivers/tty/hvc/hvsi_lib.c | 4 +-
3768 drivers/tty/ipwireless/tty.c | 27 +-
3769 drivers/tty/moxa.c | 2 +-
3770 drivers/tty/n_gsm.c | 6 +-
3771 drivers/tty/n_tty.c | 28 +-
3772 drivers/tty/pty.c | 4 +-
3773 drivers/tty/rocket.c | 6 +-
3774 drivers/tty/serial/8250/8250_core.c | 10 +-
3775 drivers/tty/serial/8250/8250_pci.c | 2 +-
3776 drivers/tty/serial/ioc4_serial.c | 6 +-
3777 drivers/tty/serial/jsm/jsm_driver.c | 2 +-
3778 drivers/tty/serial/kgdb_nmi.c | 4 +-
3779 drivers/tty/serial/kgdboc.c | 34 +-
3780 drivers/tty/serial/msm_serial.c | 4 +-
3781 drivers/tty/serial/samsung.c | 9 +-
3782 drivers/tty/serial/serial_core.c | 6 +-
3783 drivers/tty/synclink.c | 34 +-
3784 drivers/tty/synclink_gt.c | 28 +-
3785 drivers/tty/synclinkmp.c | 34 +-
3786 drivers/tty/tty_io.c | 2 +-
3787 drivers/tty/tty_ldisc.c | 8 +-
3788 drivers/tty/tty_port.c | 22 +-
3789 drivers/uio/uio.c | 19 +-
3790 drivers/usb/atm/cxacru.c | 2 +-
3791 drivers/usb/atm/usbatm.c | 24 +-
3792 drivers/usb/core/devices.c | 6 +-
3793 drivers/usb/core/devio.c | 12 +-
3794 drivers/usb/core/hcd.c | 4 +-
3795 drivers/usb/core/sysfs.c | 2 +-
3796 drivers/usb/core/usb.c | 2 +-
3797 drivers/usb/early/ehci-dbgp.c | 16 +-
3798 drivers/usb/gadget/function/f_phonet.c | 2 +-
3799 drivers/usb/gadget/function/u_serial.c | 22 +-
3800 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
3801 drivers/usb/host/ehci-hcd.c | 2 +-
3802 drivers/usb/host/ehci-hub.c | 4 +-
3803 drivers/usb/host/ehci-q.c | 4 +-
3804 drivers/usb/host/fotg210-hcd.c | 2 +-
3805 drivers/usb/host/hwa-hc.c | 2 +-
3806 drivers/usb/host/ohci-hcd.c | 2 +-
3807 drivers/usb/host/r8a66597.h | 2 +-
3808 drivers/usb/host/uhci-hcd.c | 2 +-
3809 drivers/usb/host/xhci-pci.c | 2 +-
3810 drivers/usb/host/xhci-ring.c | 52 +-
3811 drivers/usb/host/xhci.c | 2 +-
3812 drivers/usb/misc/appledisplay.c | 4 +-
3813 drivers/usb/misc/sisusbvga/sisusb_con.c | 78 +-
3814 drivers/usb/serial/console.c | 8 +-
3815 drivers/usb/storage/transport.c | 2 +-
3816 drivers/usb/storage/usb.c | 2 +-
3817 drivers/usb/storage/usb.h | 2 +-
3818 drivers/usb/usbip/vhci.h | 2 +-
3819 drivers/usb/usbip/vhci_hcd.c | 6 +-
3820 drivers/usb/usbip/vhci_rx.c | 2 +-
3821 drivers/usb/usbip/vudc_rx.c | 2 +-
3822 drivers/usb/wusbcore/wa-hc.h | 4 +-
3823 drivers/usb/wusbcore/wa-xfer.c | 2 +-
3824 drivers/vfio/pci/vfio_pci.c | 2 +-
3825 drivers/vhost/vringh.c | 20 +-
3826 drivers/video/backlight/kb3886_bl.c | 2 +-
3827 drivers/video/console/dummycon.c | 76 +-
3828 drivers/video/console/fbcon.c | 2 +-
3829 drivers/video/console/vgacon.c | 17 +-
3830 drivers/video/fbdev/arcfb.c | 2 +-
3831 drivers/video/fbdev/aty/aty128fb.c | 2 +-
3832 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
3833 drivers/video/fbdev/aty/mach64_ct.c | 5 +-
3834 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
3835 drivers/video/fbdev/aty/mach64_gx.c | 17 +-
3836 drivers/video/fbdev/core/fb_defio.c | 8 +-
3837 drivers/video/fbdev/core/fbmem.c | 12 +-
3838 drivers/video/fbdev/hyperv_fb.c | 4 +-
3839 drivers/video/fbdev/i810/i810_accel.c | 1 +
3840 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
3841 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
3842 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
3843 drivers/video/fbdev/omap2/omapfb/dss/display.c | 8 +-
3844 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
3845 drivers/video/fbdev/sis/sis_main.h | 2 +-
3846 drivers/video/fbdev/smscufx.c | 4 +-
3847 drivers/video/fbdev/udlfb.c | 36 +-
3848 drivers/video/fbdev/uvesafb.c | 52 +-
3849 drivers/video/fbdev/vesafb.c | 58 +-
3850 drivers/video/fbdev/via/via_clock.h | 2 +-
3851 drivers/xen/events/events_base.c | 6 +-
3852 drivers/xen/xen-pciback/pci_stub.c | 2 +-
3853 fs/9p/vfs_addr.c | 2 +-
3854 fs/9p/vfs_inode_dotl.c | 4 +-
3855 fs/Kconfig.binfmt | 2 +-
3856 fs/afs/file.c | 8 +-
3857 fs/afs/inode.c | 4 +-
3858 fs/afs/internal.h | 4 +-
3859 fs/aio.c | 2 +-
3860 fs/autofs4/waitq.c | 2 +-
3861 fs/befs/endian.h | 6 +-
3862 fs/befs/linuxvfs.c | 4 +-
3863 fs/binfmt_aout.c | 23 +-
3864 fs/binfmt_elf.c | 657 +-
3865 fs/binfmt_elf_fdpic.c | 4 +-
3866 fs/block_dev.c | 2 +-
3867 fs/btrfs/ctree.c | 11 +-
3868 fs/btrfs/ctree.h | 8 +-
3869 fs/btrfs/delayed-inode.c | 6 +-
3870 fs/btrfs/delayed-inode.h | 4 +-
3871 fs/btrfs/delayed-ref.c | 4 +-
3872 fs/btrfs/dev-replace.c | 20 +-
3873 fs/btrfs/dev-replace.h | 4 +-
3874 fs/btrfs/disk-io.c | 4 +-
3875 fs/btrfs/extent_map.c | 8 +-
3876 fs/btrfs/file.c | 4 +-
3877 fs/btrfs/free-space-cache.h | 1 +
3878 fs/btrfs/raid56.c | 30 +-
3879 fs/btrfs/scrub.c | 2 +-
3880 fs/btrfs/super.c | 2 +-
3881 fs/btrfs/sysfs.c | 2 +-
3882 fs/btrfs/tests/btrfs-tests.c | 2 +-
3883 fs/btrfs/tests/free-space-tests.c | 2 +-
3884 fs/btrfs/transaction.c | 2 +-
3885 fs/btrfs/tree-log.c | 8 +-
3886 fs/btrfs/tree-log.h | 2 +-
3887 fs/btrfs/volumes.c | 14 +-
3888 fs/btrfs/volumes.h | 22 +-
3889 fs/buffer.c | 2 +-
3890 fs/cachefiles/bind.c | 6 +-
3891 fs/cachefiles/daemon.c | 12 +-
3892 fs/cachefiles/internal.h | 16 +-
3893 fs/cachefiles/namei.c | 6 +-
3894 fs/cachefiles/proc.c | 12 +-
3895 fs/ceph/super.c | 4 +-
3896 fs/char_dev.c | 2 +-
3897 fs/cifs/cifs_debug.c | 12 +-
3898 fs/cifs/cifsfs.c | 13 +-
3899 fs/cifs/cifsglob.h | 54 +-
3900 fs/cifs/file.c | 14 +-
3901 fs/cifs/misc.c | 4 +-
3902 fs/cifs/smb1ops.c | 80 +-
3903 fs/cifs/smb2ops.c | 84 +-
3904 fs/cifs/smb2pdu.c | 3 +-
3905 fs/coda/cache.c | 10 +-
3906 fs/coda/dir.c | 5 +-
3907 fs/compat.c | 9 +-
3908 fs/compat_binfmt_elf.c | 2 +
3909 fs/compat_ioctl.c | 12 +-
3910 fs/configfs/dir.c | 2 +-
3911 fs/coredump.c | 18 +-
3912 fs/dcache.c | 63 +-
3913 fs/debugfs/file.c | 41 +-
3914 fs/ecryptfs/inode.c | 2 +-
3915 fs/ecryptfs/miscdev.c | 2 +-
3916 fs/exec.c | 309 +-
3917 fs/exofs/inode.c | 7 +-
3918 fs/exofs/super.c | 5 +-
3919 fs/ext2/super.c | 4 +-
3920 fs/ext2/xattr.c | 5 +-
3921 fs/ext4/ext4.h | 20 +-
3922 fs/ext4/extents.c | 2 +-
3923 fs/ext4/mballoc.c | 44 +-
3924 fs/ext4/resize.c | 16 +-
3925 fs/ext4/super.c | 6 +-
3926 fs/ext4/sysfs.c | 2 +-
3927 fs/ext4/xattr.c | 5 +-
3928 fs/f2fs/f2fs.h | 7 +-
3929 fs/f2fs/super.c | 2 +-
3930 fs/fhandle.c | 5 +-
3931 fs/file.c | 18 +-
3932 fs/freevxfs/vxfs_super.c | 6 +-
3933 fs/fs-writeback.c | 11 +-
3934 fs/fs_struct.c | 8 +-
3935 fs/fscache/cookie.c | 40 +-
3936 fs/fscache/internal.h | 202 +-
3937 fs/fscache/object.c | 26 +-
3938 fs/fscache/operation.c | 38 +-
3939 fs/fscache/page.c | 110 +-
3940 fs/fscache/stats.c | 348 +-
3941 fs/fuse/cuse.c | 10 +-
3942 fs/fuse/dev.c | 4 +-
3943 fs/fuse/file.c | 4 +-
3944 fs/fuse/inode.c | 4 +-
3945 fs/gfs2/aops.c | 2 +-
3946 fs/gfs2/file.c | 2 +-
3947 fs/gfs2/glock.c | 22 +-
3948 fs/gfs2/glops.c | 4 +-
3949 fs/gfs2/quota.c | 6 +-
3950 fs/hugetlbfs/inode.c | 13 +-
3951 fs/inode.c | 4 +-
3952 fs/jbd2/commit.c | 2 +-
3953 fs/jbd2/transaction.c | 4 +-
3954 fs/jffs2/erase.c | 3 +-
3955 fs/jffs2/file.c | 5 +-
3956 fs/jffs2/fs.c | 2 +-
3957 fs/jffs2/os-linux.h | 2 +-
3958 fs/jffs2/wbuf.c | 3 +-
3959 fs/jfs/super.c | 4 +-
3960 fs/kernfs/dir.c | 2 +-
3961 fs/kernfs/file.c | 20 +-
3962 fs/lockd/clnt4xdr.c | 46 +-
3963 fs/lockd/clntproc.c | 4 +-
3964 fs/lockd/clntxdr.c | 44 +-
3965 fs/lockd/mon.c | 24 +-
3966 fs/lockd/svc.c | 2 +-
3967 fs/lockd/svc4proc.c | 69 +-
3968 fs/lockd/svcproc.c | 75 +-
3969 fs/lockd/xdr.c | 44 +-
3970 fs/lockd/xdr4.c | 41 +-
3971 fs/logfs/dev_bdev.c | 13 +-
3972 fs/logfs/dev_mtd.c | 13 +-
3973 fs/logfs/dir.c | 4 +-
3974 fs/logfs/logfs.h | 5 +-
3975 fs/logfs/readwrite.c | 2 +-
3976 fs/logfs/segment.c | 2 +-
3977 fs/logfs/super.c | 39 -
3978 fs/namei.c | 2 +-
3979 fs/namespace.c | 15 +-
3980 fs/nfs/callback.h | 18 +-
3981 fs/nfs/callback_proc.c | 26 +-
3982 fs/nfs/callback_xdr.c | 73 +-
3983 fs/nfs/dir.c | 5 +-
3984 fs/nfs/inode.c | 6 +-
3985 fs/nfs/internal.h | 5 +-
3986 fs/nfs/mount_clnt.c | 26 +-
3987 fs/nfs/nfs2xdr.c | 101 +-
3988 fs/nfs/nfs3xdr.c | 201 +-
3989 fs/nfs/nfs42xdr.c | 72 +-
3990 fs/nfs/nfs4xdr.c | 507 +-
3991 fs/nfs/read.c | 2 +-
3992 fs/nfs/symlink.c | 6 +-
3993 fs/nfsd/current_stateid.h | 24 +-
3994 fs/nfsd/nfs2acl.c | 85 +-
3995 fs/nfsd/nfs3acl.c | 44 +-
3996 fs/nfsd/nfs3proc.c | 271 +-
3997 fs/nfsd/nfs3xdr.c | 171 +-
3998 fs/nfsd/nfs4callback.c | 31 +-
3999 fs/nfsd/nfs4proc.c | 320 +-
4000 fs/nfsd/nfs4state.c | 111 +-
4001 fs/nfsd/nfs4xdr.c | 564 +-
4002 fs/nfsd/nfscache.c | 13 +-
4003 fs/nfsd/nfsproc.c | 193 +-
4004 fs/nfsd/nfsxdr.c | 96 +-
4005 fs/nfsd/vfs.c | 6 +-
4006 fs/nfsd/xdr.h | 50 +-
4007 fs/nfsd/xdr3.h | 100 +-
4008 fs/nfsd/xdr4.h | 50 +-
4009 fs/nls/nls_base.c | 26 +-
4010 fs/nls/nls_cp932.c | 2 +-
4011 fs/nls/nls_cp936.c | 2 +-
4012 fs/nls/nls_cp949.c | 2 +-
4013 fs/nls/nls_cp950.c | 2 +-
4014 fs/nls/nls_euc-jp.c | 8 +-
4015 fs/nls/nls_koi8-ru.c | 8 +-
4016 fs/notify/fanotify/fanotify_user.c | 4 +-
4017 fs/notify/notification.c | 4 +-
4018 fs/ntfs/debug.h | 6 +-
4019 fs/ntfs/dir.c | 4 +-
4020 fs/ntfs/inode.c | 19 +-
4021 fs/ntfs/inode.h | 4 +-
4022 fs/ntfs/mft.c | 4 +-
4023 fs/ntfs/super.c | 8 +-
4024 fs/ocfs2/cluster/masklog.h | 2 +-
4025 fs/ocfs2/dlm/dlmcommon.h | 4 +-
4026 fs/ocfs2/dlm/dlmdebug.c | 10 +-
4027 fs/ocfs2/dlm/dlmdomain.c | 4 +-
4028 fs/ocfs2/dlm/dlmmaster.c | 4 +-
4029 fs/ocfs2/dlmfs/dlmfs.c | 4 +-
4030 fs/ocfs2/filecheck.c | 2 +-
4031 fs/ocfs2/localalloc.c | 2 +-
4032 fs/ocfs2/ocfs2.h | 10 +-
4033 fs/ocfs2/suballoc.c | 12 +-
4034 fs/ocfs2/super.c | 20 +-
4035 fs/orangefs/super.c | 4 +-
4036 fs/overlayfs/copy_up.c | 2 +-
4037 fs/overlayfs/super.c | 6 +-
4038 fs/pipe.c | 72 +-
4039 fs/posix_acl.c | 4 +-
4040 fs/proc/array.c | 20 +
4041 fs/proc/base.c | 7 +-
4042 fs/proc/kcore.c | 35 +-
4043 fs/proc/meminfo.c | 2 +-
4044 fs/proc/nommu.c | 2 +-
4045 fs/proc/proc_net.c | 2 +-
4046 fs/proc/proc_sysctl.c | 26 +-
4047 fs/proc/task_mmu.c | 39 +-
4048 fs/proc/task_nommu.c | 6 +-
4049 fs/proc/vmcore.c | 16 +-
4050 fs/qnx6/qnx6.h | 4 +-
4051 fs/quota/netlink.c | 4 +-
4052 fs/read_write.c | 34 +-
4053 fs/readdir.c | 3 +-
4054 fs/reiserfs/do_balan.c | 2 +-
4055 fs/reiserfs/procfs.c | 2 +-
4056 fs/reiserfs/reiserfs.h | 4 +-
4057 fs/select.c | 2 +-
4058 fs/seq_file.c | 4 +-
4059 fs/splice.c | 43 +-
4060 fs/squashfs/xattr.c | 10 +-
4061 fs/super.c | 3 +-
4062 fs/sysv/sysv.h | 2 +-
4063 fs/tracefs/inode.c | 8 +-
4064 fs/ubifs/find.c | 34 +-
4065 fs/ubifs/lprops.c | 5 +-
4066 fs/udf/misc.c | 2 +-
4067 fs/ufs/super.c | 4 +-
4068 fs/ufs/swab.h | 4 +-
4069 fs/userfaultfd.c | 2 +-
4070 fs/xattr.c | 21 +
4071 fs/xfs/kmem.h | 8 +
4072 fs/xfs/libxfs/xfs_bmap.c | 2 +-
4073 fs/xfs/libxfs/xfs_da_btree.c | 4 +-
4074 fs/xfs/xfs_ioctl.c | 2 +-
4075 fs/xfs/xfs_linux.h | 4 +-
4076 fs/xfs/xfs_super.c | 8 +-
4077 include/acpi/acpiosxf.h | 3 +-
4078 include/acpi/acpixf.h | 2 +-
4079 include/acpi/ghes.h | 2 +-
4080 include/asm-generic/4level-fixup.h | 2 +
4081 include/asm-generic/atomic-long.h | 192 +-
4082 include/asm-generic/atomic64.h | 13 +
4083 include/asm-generic/bitops/__fls.h | 2 +-
4084 include/asm-generic/bitops/fls.h | 2 +-
4085 include/asm-generic/bitops/fls64.h | 4 +-
4086 include/asm-generic/bug.h | 7 +-
4087 include/asm-generic/cache.h | 4 +-
4088 include/asm-generic/emergency-restart.h | 2 +-
4089 include/asm-generic/kmap_types.h | 4 +-
4090 include/asm-generic/local.h | 13 +
4091 include/asm-generic/pgtable-nopmd.h | 19 +-
4092 include/asm-generic/pgtable-nopud.h | 15 +-
4093 include/asm-generic/pgtable.h | 16 +
4094 include/asm-generic/sections.h | 1 +
4095 include/asm-generic/uaccess.h | 16 +
4096 include/asm-generic/vmlinux.lds.h | 28 +-
4097 include/crypto/algapi.h | 2 +-
4098 include/crypto/cast6.h | 4 +-
4099 include/crypto/serpent.h | 4 +-
4100 include/crypto/xts.h | 2 +-
4101 include/drm/drmP.h | 21 +-
4102 include/drm/drm_mm.h | 2 +-
4103 include/drm/drm_modeset_helper_vtables.h | 3 +-
4104 include/drm/i915_pciids.h | 2 +-
4105 include/drm/intel-gtt.h | 4 +-
4106 include/drm/ttm/ttm_memory.h | 2 +-
4107 include/drm/ttm/ttm_page_alloc.h | 1 +
4108 include/keys/asymmetric-subtype.h | 2 +-
4109 include/keys/encrypted-type.h | 2 +-
4110 include/keys/rxrpc-type.h | 2 +-
4111 include/keys/user-type.h | 2 +-
4112 include/linux/atmdev.h | 4 +-
4113 include/linux/atomic.h | 39 +-
4114 include/linux/audit.h | 7 +-
4115 include/linux/average.h | 2 +-
4116 include/linux/binfmts.h | 3 +-
4117 include/linux/bio.h | 4 +-
4118 include/linux/bitmap.h | 2 +-
4119 include/linux/bitops.h | 8 +-
4120 include/linux/blk-cgroup.h | 24 +-
4121 include/linux/blkdev.h | 2 +-
4122 include/linux/blktrace_api.h | 2 +-
4123 include/linux/cache.h | 9 +
4124 include/linux/cdrom.h | 1 -
4125 include/linux/cgroup-defs.h | 2 +-
4126 include/linux/cleancache.h | 2 +-
4127 include/linux/clk-provider.h | 1 +
4128 include/linux/compat.h | 15 +-
4129 include/linux/compiler-gcc.h | 48 +-
4130 include/linux/compiler.h | 203 +-
4131 include/linux/configfs.h | 2 +-
4132 include/linux/cpufreq.h | 7 +-
4133 include/linux/cpuidle.h | 5 +-
4134 include/linux/cpumask.h | 14 +-
4135 include/linux/crypto.h | 4 +-
4136 include/linux/ctype.h | 2 +-
4137 include/linux/dcache.h | 4 +-
4138 include/linux/debugfs.h | 8 +
4139 include/linux/decompress/mm.h | 2 +-
4140 include/linux/devfreq.h | 2 +-
4141 include/linux/device.h | 7 +-
4142 include/linux/dma-mapping.h | 2 +-
4143 include/linux/efi.h | 1 +
4144 include/linux/elf.h | 2 +
4145 include/linux/err.h | 4 +-
4146 include/linux/ethtool.h | 1 +
4147 include/linux/extcon.h | 2 +-
4148 include/linux/fb.h | 3 +-
4149 include/linux/fdtable.h | 2 +-
4150 include/linux/firewire.h | 2 +-
4151 include/linux/fs.h | 7 +-
4152 include/linux/fs_struct.h | 2 +-
4153 include/linux/fscache-cache.h | 2 +-
4154 include/linux/fscache.h | 2 +-
4155 include/linux/fsnotify.h | 2 +-
4156 include/linux/genhd.h | 4 +-
4157 include/linux/genl_magic_func.h | 2 +-
4158 include/linux/genl_magic_struct.h | 4 +-
4159 include/linux/gfp.h | 16 +-
4160 include/linux/highmem.h | 12 +
4161 include/linux/hugetlb.h | 2 +-
4162 include/linux/hugetlb_cgroup.h | 11 +
4163 include/linux/hwmon-sysfs.h | 6 +-
4164 include/linux/i2c.h | 1 +
4165 include/linux/if_pppox.h | 2 +-
4166 include/linux/init.h | 10 +-
4167 include/linux/init_task.h | 7 +
4168 include/linux/interrupt.h | 6 +-
4169 include/linux/iommu.h | 2 +-
4170 include/linux/ioport.h | 2 +-
4171 include/linux/ipc.h | 2 +-
4172 include/linux/irq.h | 5 +-
4173 include/linux/irqchip/mmp.h | 2 +-
4174 include/linux/irqdesc.h | 2 +-
4175 include/linux/irqdomain.h | 3 +
4176 include/linux/jbd2.h | 2 +-
4177 include/linux/jiffies.h | 16 +-
4178 include/linux/kallsyms.h | 18 +-
4179 include/linux/key-type.h | 2 +-
4180 include/linux/kgdb.h | 6 +-
4181 include/linux/kmemleak.h | 4 +-
4182 include/linux/kobject.h | 10 +-
4183 include/linux/kobject_ns.h | 2 +-
4184 include/linux/kref.h | 2 +-
4185 include/linux/libata.h | 2 +-
4186 include/linux/linkage.h | 31 +-
4187 include/linux/list.h | 15 +
4188 include/linux/llist.h | 9 +
4189 include/linux/lockd/xdr.h | 34 +-
4190 include/linux/lockd/xdr4.h | 34 +-
4191 include/linux/lockref.h | 26 +-
4192 include/linux/math64.h | 10 +-
4193 include/linux/memcontrol.h | 2 +-
4194 include/linux/memory.h | 2 +-
4195 include/linux/mempolicy.h | 7 +
4196 include/linux/mm.h | 97 +-
4197 include/linux/mm_types.h | 20 +
4198 include/linux/mmiotrace.h | 4 +-
4199 include/linux/mmzone.h | 4 +-
4200 include/linux/mod_devicetable.h | 4 +-
4201 include/linux/module.h | 60 +-
4202 include/linux/moduleloader.h | 16 +
4203 include/linux/moduleparam.h | 12 +-
4204 include/linux/net.h | 2 +-
4205 include/linux/netdevice.h | 11 +-
4206 include/linux/netfilter.h | 2 +-
4207 include/linux/netfilter/ipset/ip_set.h | 16 +-
4208 include/linux/netfilter/ipset/ip_set_comment.h | 3 +-
4209 include/linux/netfilter/nfnetlink.h | 2 +-
4210 include/linux/netlink.h | 12 +-
4211 include/linux/nls.h | 4 +-
4212 include/linux/notifier.h | 3 +-
4213 include/linux/oprofile.h | 4 +-
4214 include/linux/padata.h | 2 +-
4215 include/linux/pagemap.h | 4 +-
4216 include/linux/pci_hotplug.h | 3 +-
4217 include/linux/percpu.h | 2 +-
4218 include/linux/perf_event.h | 12 +-
4219 include/linux/pid.h | 4 +-
4220 include/linux/pipe_fs_i.h | 8 +-
4221 include/linux/pm.h | 1 +
4222 include/linux/pm_domain.h | 2 +-
4223 include/linux/pm_runtime.h | 2 +-
4224 include/linux/pnp.h | 2 +-
4225 include/linux/poison.h | 4 +-
4226 include/linux/power/smartreflex.h | 2 +-
4227 include/linux/ppp-comp.h | 2 +-
4228 include/linux/preempt.h | 21 +
4229 include/linux/printk.h | 4 +-
4230 include/linux/proc_ns.h | 2 +-
4231 include/linux/psci.h | 2 +-
4232 include/linux/quota.h | 2 +-
4233 include/linux/random.h | 21 +-
4234 include/linux/ratelimit.h | 3 +-
4235 include/linux/rculist.h | 16 +
4236 include/linux/rcupdate.h | 8 +
4237 include/linux/reboot.h | 14 +-
4238 include/linux/regset.h | 3 +-
4239 include/linux/relay.h | 2 +-
4240 include/linux/rio.h | 2 +-
4241 include/linux/rmap.h | 4 +-
4242 include/linux/sched.h | 88 +-
4243 include/linux/scif.h | 2 +-
4244 include/linux/semaphore.h | 2 +-
4245 include/linux/seq_buf.h | 4 +-
4246 include/linux/seq_file.h | 1 +
4247 include/linux/seqlock.h | 10 +
4248 include/linux/signal.h | 2 +-
4249 include/linux/skbuff.h | 12 +-
4250 include/linux/slab.h | 56 +-
4251 include/linux/slab_def.h | 17 +-
4252 include/linux/slub_def.h | 5 +-
4253 include/linux/smp.h | 2 +
4254 include/linux/sock_diag.h | 2 +-
4255 include/linux/sonet.h | 2 +-
4256 include/linux/spinlock.h | 17 +-
4257 include/linux/srcu.h | 5 +-
4258 include/linux/string.h | 72 +-
4259 include/linux/sunrpc/addr.h | 8 +-
4260 include/linux/sunrpc/clnt.h | 2 +-
4261 include/linux/sunrpc/svc.h | 2 +-
4262 include/linux/sunrpc/svc_rdma.h | 18 +-
4263 include/linux/sunrpc/svcauth.h | 2 +-
4264 include/linux/swapops.h | 10 +-
4265 include/linux/syscalls.h | 38 +-
4266 include/linux/syscore_ops.h | 2 +-
4267 include/linux/sysctl.h | 3 +-
4268 include/linux/sysfs.h | 11 +-
4269 include/linux/sysrq.h | 3 +-
4270 include/linux/tcp.h | 14 +-
4271 include/linux/thread_info.h | 15 +-
4272 include/linux/tty.h | 4 +-
4273 include/linux/tty_driver.h | 2 +-
4274 include/linux/tty_ldisc.h | 2 +-
4275 include/linux/types.h | 18 +
4276 include/linux/uaccess.h | 2 +-
4277 include/linux/uio_driver.h | 2 +-
4278 include/linux/unaligned/access_ok.h | 24 +-
4279 include/linux/usb.h | 12 +-
4280 include/linux/usb/hcd.h | 1 +
4281 include/linux/usb/renesas_usbhs.h | 2 +-
4282 include/linux/vermagic.h | 21 +-
4283 include/linux/vga_switcheroo.h | 8 +-
4284 include/linux/vmalloc.h | 7 +-
4285 include/linux/vmstat.h | 40 +-
4286 include/linux/writeback.h | 3 +-
4287 include/linux/xattr.h | 5 +-
4288 include/linux/zlib.h | 3 +-
4289 include/media/v4l2-dev.h | 2 +-
4290 include/media/v4l2-device.h | 2 +-
4291 include/net/9p/transport.h | 2 +-
4292 include/net/bluetooth/l2cap.h | 2 +-
4293 include/net/bonding.h | 2 +-
4294 include/net/caif/cfctrl.h | 6 +-
4295 include/net/cfg80211-wext.h | 20 +-
4296 include/net/cfg802154.h | 2 +-
4297 include/net/fib_rules.h | 6 +-
4298 include/net/flow.h | 2 +-
4299 include/net/genetlink.h | 2 +-
4300 include/net/gro_cells.h | 2 +-
4301 include/net/inet_connection_sock.h | 2 +-
4302 include/net/inet_sock.h | 2 +-
4303 include/net/inetpeer.h | 2 +-
4304 include/net/ip6_fib.h | 4 -
4305 include/net/ip_fib.h | 2 +-
4306 include/net/ip_vs.h | 8 +-
4307 include/net/ipv6.h | 2 +-
4308 include/net/irda/ircomm_tty.h | 1 +
4309 include/net/irda/irias_object.h | 2 +-
4310 include/net/irda/irlmp.h | 1 +
4311 include/net/irda/irlmp_event.h | 6 +-
4312 include/net/irda/timer.h | 6 +-
4313 include/net/iucv/af_iucv.h | 2 +-
4314 include/net/llc_c_ac.h | 2 +-
4315 include/net/llc_c_ev.h | 4 +-
4316 include/net/llc_c_st.h | 2 +-
4317 include/net/llc_s_ac.h | 2 +-
4318 include/net/llc_s_st.h | 2 +-
4319 include/net/mac80211.h | 6 +-
4320 include/net/neighbour.h | 4 +-
4321 include/net/net_namespace.h | 18 +-
4322 include/net/netfilter/nf_conntrack.h | 2 +-
4323 include/net/netlabel.h | 1 +
4324 include/net/netlink.h | 2 +-
4325 include/net/netns/conntrack.h | 6 +-
4326 include/net/netns/ipv4.h | 4 +-
4327 include/net/netns/ipv6.h | 4 +-
4328 include/net/netns/xfrm.h | 2 +-
4329 include/net/ping.h | 2 +-
4330 include/net/protocol.h | 4 +-
4331 include/net/rtnetlink.h | 2 +-
4332 include/net/sctp/checksum.h | 4 +-
4333 include/net/sctp/sm.h | 4 +-
4334 include/net/sctp/structs.h | 2 +-
4335 include/net/snmp.h | 10 +-
4336 include/net/sock.h | 14 +-
4337 include/net/tcp.h | 10 +-
4338 include/net/xfrm.h | 15 +-
4339 include/rdma/ib_cm.h | 8 +-
4340 include/rdma/ib_verbs.h | 2 +-
4341 include/scsi/libfc.h | 3 +-
4342 include/scsi/scsi_device.h | 6 +-
4343 include/scsi/scsi_driver.h | 2 +-
4344 include/scsi/scsi_transport_fc.h | 3 +-
4345 include/scsi/sg.h | 2 +-
4346 include/sound/compress_driver.h | 2 +-
4347 include/sound/control.h | 4 +-
4348 include/sound/pcm.h | 2 +-
4349 include/sound/rawmidi.h | 3 +-
4350 include/sound/seq_kernel.h | 2 +-
4351 include/sound/soc.h | 4 +-
4352 include/trace/events/irq.h | 4 +-
4353 include/trace/events/mmflags.h | 7 +
4354 include/uapi/linux/a.out.h | 8 +
4355 include/uapi/linux/bcache.h | 5 +-
4356 include/uapi/linux/byteorder/little_endian.h | 28 +-
4357 include/uapi/linux/connector.h | 2 +-
4358 include/uapi/linux/elf.h | 28 +
4359 include/uapi/linux/personality.h | 1 +
4360 include/uapi/linux/screen_info.h | 2 +-
4361 include/uapi/linux/swab.h | 6 +-
4362 include/uapi/linux/xattr.h | 5 +
4363 include/video/udlfb.h | 8 +-
4364 include/video/uvesafb.h | 1 +
4365 init/Kconfig | 7 +-
4366 init/do_mounts.c | 16 +-
4367 init/do_mounts.h | 8 +-
4368 init/do_mounts_initrd.c | 30 +-
4369 init/do_mounts_md.c | 6 +-
4370 init/init_task.c | 4 +
4371 init/initramfs.c | 38 +-
4372 init/main.c | 41 +-
4373 ipc/compat.c | 4 +-
4374 ipc/ipc_sysctl.c | 14 +-
4375 ipc/mq_sysctl.c | 4 +-
4376 ipc/sem.c | 4 +-
4377 ipc/shm.c | 8 +-
4378 kernel/audit.c | 10 +-
4379 kernel/auditsc.c | 4 +-
4380 kernel/bpf/core.c | 28 +-
4381 kernel/capability.c | 3 +
4382 kernel/cgroup.c | 29 +-
4383 kernel/cgroup_pids.c | 8 +-
4384 kernel/compat.c | 38 +-
4385 kernel/debug/debug_core.c | 16 +-
4386 kernel/debug/kdb/kdb_main.c | 4 +-
4387 kernel/events/callchain.c | 2 +-
4388 kernel/events/core.c | 36 +-
4389 kernel/events/internal.h | 10 +-
4390 kernel/events/uprobes.c | 2 +-
4391 kernel/exit.c | 45 +-
4392 kernel/extable.c | 17 +-
4393 kernel/fork.c | 187 +-
4394 kernel/futex.c | 9 +
4395 kernel/futex_compat.c | 2 +-
4396 kernel/irq/manage.c | 2 +-
4397 kernel/irq/msi.c | 19 +-
4398 kernel/irq/spurious.c | 2 +-
4399 kernel/jump_label.c | 5 +
4400 kernel/kallsyms.c | 40 +-
4401 kernel/kexec.c | 3 +-
4402 kernel/kmod.c | 8 +-
4403 kernel/kprobes.c | 4 +-
4404 kernel/ksysfs.c | 2 +-
4405 kernel/locking/lockdep.c | 7 +-
4406 kernel/module.c | 430 +-
4407 kernel/notifier.c | 17 +-
4408 kernel/padata.c | 4 +-
4409 kernel/panic.c | 11 +-
4410 kernel/pid.c | 8 +-
4411 kernel/pid_namespace.c | 2 +-
4412 kernel/power/hibernate.c | 21 +-
4413 kernel/power/power.h | 2 +
4414 kernel/power/process.c | 12 +-
4415 kernel/power/snapshot.c | 22 +
4416 kernel/profile.c | 14 +-
4417 kernel/ptrace.c | 8 +-
4418 kernel/rcu/rcutorture.c | 60 +-
4419 kernel/rcu/tiny.c | 4 +-
4420 kernel/rcu/tree.c | 36 +-
4421 kernel/rcu/tree.h | 14 +-
4422 kernel/rcu/tree_exp.h | 6 +-
4423 kernel/rcu/tree_plugin.h | 18 +-
4424 kernel/rcu/tree_trace.c | 12 +-
4425 kernel/resource.c | 4 +-
4426 kernel/sched/auto_group.c | 4 +-
4427 kernel/sched/core.c | 8 +-
4428 kernel/sched/deadline.c | 4 +-
4429 kernel/sched/debug.c | 45 +-
4430 kernel/sched/fair.c | 2 +-
4431 kernel/sched/rt.c | 4 +-
4432 kernel/sched/sched.h | 13 +-
4433 kernel/signal.c | 28 +-
4434 kernel/smp.c | 2 +-
4435 kernel/smpboot.c | 7 +-
4436 kernel/softirq.c | 12 +-
4437 kernel/stop_machine.c | 2 +-
4438 kernel/sys.c | 10 +-
4439 kernel/sys_ni.c | 4 +-
4440 kernel/sysctl.c | 34 +-
4441 kernel/time/alarmtimer.c | 4 +-
4442 kernel/time/posix-clock.c | 8 +-
4443 kernel/time/posix-cpu-timers.c | 4 +-
4444 kernel/time/posix-timers.c | 36 +-
4445 kernel/time/timer.c | 2 +-
4446 kernel/time/timer_stats.c | 10 +-
4447 kernel/trace/blktrace.c | 6 +-
4448 kernel/trace/ftrace.c | 33 +-
4449 kernel/trace/ring_buffer.c | 96 +-
4450 kernel/trace/trace.c | 2 +-
4451 kernel/trace/trace.h | 2 +-
4452 kernel/trace/trace_clock.c | 4 +-
4453 kernel/trace/trace_events.c | 1 -
4454 kernel/trace/trace_events_hist.c | 4 +-
4455 kernel/trace/trace_functions_graph.c | 4 +-
4456 kernel/trace/trace_mmiotrace.c | 8 +-
4457 kernel/trace/trace_output.c | 10 +-
4458 kernel/trace/trace_seq.c | 2 +-
4459 kernel/trace/trace_stack.c | 2 +-
4460 kernel/trace/tracing_map.c | 48 +-
4461 kernel/trace/tracing_map.h | 6 +-
4462 kernel/user.c | 2 +-
4463 kernel/user_namespace.c | 2 +-
4464 kernel/utsname_sysctl.c | 2 +-
4465 kernel/watchdog.c | 2 +-
4466 kernel/workqueue.c | 8 +-
4467 lib/842/842_compress.c | 10 +-
4468 lib/842/842_debugfs.h | 12 +-
4469 lib/842/842_decompress.c | 10 +-
4470 lib/Kconfig.debug | 6 +-
4471 lib/Makefile | 2 +-
4472 lib/bitmap.c | 8 +-
4473 lib/bug.c | 2 +
4474 lib/debugobjects.c | 2 +-
4475 lib/decompress_bunzip2.c | 3 +-
4476 lib/decompress_unlzma.c | 4 +-
4477 lib/div64.c | 4 +-
4478 lib/dma-debug.c | 4 +-
4479 lib/inflate.c | 2 +-
4480 lib/ioremap.c | 4 +-
4481 lib/irq_poll.c | 2 +-
4482 lib/kobject.c | 4 +-
4483 lib/list_debug.c | 126 +-
4484 lib/llist.c | 17 +
4485 lib/lockref.c | 44 +-
4486 lib/percpu-refcount.c | 2 +-
4487 lib/radix-tree.c | 2 +-
4488 lib/random32.c | 2 +-
4489 lib/rhashtable.c | 4 +-
4490 lib/seq_buf.c | 4 +-
4491 lib/show_mem.c | 2 +-
4492 lib/strncpy_from_user.c | 2 +-
4493 lib/strnlen_user.c | 2 +-
4494 lib/vsprintf.c | 18 +-
4495 mm/Kconfig | 6 +-
4496 mm/Kconfig.debug | 2 -
4497 mm/backing-dev.c | 4 +-
4498 mm/fadvise.c | 2 +-
4499 mm/filemap.c | 8 +-
4500 mm/gup.c | 13 +-
4501 mm/highmem.c | 6 +-
4502 mm/hugetlb.c | 137 +-
4503 mm/hugetlb_cgroup.c | 60 +-
4504 mm/internal.h | 3 +-
4505 mm/maccess.c | 12 +-
4506 mm/madvise.c | 37 +
4507 mm/memcontrol.c | 6 +-
4508 mm/memory-failure.c | 6 +-
4509 mm/memory.c | 399 +-
4510 mm/mempolicy.c | 25 +
4511 mm/mlock.c | 18 +-
4512 mm/mm_init.c | 2 +-
4513 mm/mmap.c | 552 +-
4514 mm/mprotect.c | 137 +-
4515 mm/mremap.c | 39 +-
4516 mm/nommu.c | 21 +-
4517 mm/page-writeback.c | 2 +-
4518 mm/page_alloc.c | 53 +-
4519 mm/percpu.c | 2 +-
4520 mm/process_vm_access.c | 14 +-
4521 mm/readahead.c | 2 +-
4522 mm/rmap.c | 43 +-
4523 mm/shmem.c | 36 +-
4524 mm/slab.c | 100 +-
4525 mm/slab.h | 43 +-
4526 mm/slab_common.c | 143 +-
4527 mm/slob.c | 239 +-
4528 mm/slub.c | 103 +-
4529 mm/sparse-vmemmap.c | 4 +-
4530 mm/sparse.c | 2 +-
4531 mm/swap.c | 7 +
4532 mm/swapfile.c | 12 +-
4533 mm/usercopy.c | 63 +-
4534 mm/util.c | 7 +
4535 mm/vmalloc.c | 116 +-
4536 mm/vmstat.c | 24 +-
4537 net/8021q/vlan.c | 5 +-
4538 net/8021q/vlan_netlink.c | 2 +-
4539 net/9p/mod.c | 4 +-
4540 net/9p/trans_fd.c | 2 +-
4541 net/atm/atm_misc.c | 8 +-
4542 net/atm/lec.h | 2 +-
4543 net/atm/proc.c | 6 +-
4544 net/atm/resources.c | 4 +-
4545 net/ax25/sysctl_net_ax25.c | 2 +-
4546 net/batman-adv/bat_iv_ogm.c | 8 +-
4547 net/batman-adv/fragmentation.c | 2 +-
4548 net/batman-adv/routing.c | 4 +-
4549 net/batman-adv/soft-interface.c | 12 +-
4550 net/batman-adv/sysfs.c | 48 +-
4551 net/batman-adv/sysfs.h | 4 +-
4552 net/batman-adv/translation-table.c | 14 +-
4553 net/batman-adv/types.h | 8 +-
4554 net/bluetooth/hci_sock.c | 2 +-
4555 net/bluetooth/l2cap_core.c | 6 +-
4556 net/bluetooth/l2cap_sock.c | 12 +-
4557 net/bluetooth/rfcomm/sock.c | 4 +-
4558 net/bluetooth/rfcomm/tty.c | 4 +-
4559 net/bridge/br_netfilter_hooks.c | 4 +-
4560 net/bridge/br_netlink.c | 2 +-
4561 net/bridge/netfilter/ebtables.c | 6 +-
4562 net/caif/cfctrl.c | 11 +-
4563 net/caif/chnl_net.c | 4 +-
4564 net/can/af_can.c | 2 +-
4565 net/can/gw.c | 6 +-
4566 net/ceph/ceph_common.c | 2 +-
4567 net/ceph/messenger.c | 4 +-
4568 net/compat.c | 26 +-
4569 net/core/datagram.c | 2 +-
4570 net/core/dev.c | 26 +-
4571 net/core/filter.c | 2 +-
4572 net/core/flow.c | 8 +-
4573 net/core/neighbour.c | 18 +-
4574 net/core/net-procfs.c | 4 +-
4575 net/core/net-sysfs.c | 2 +-
4576 net/core/net_namespace.c | 10 +-
4577 net/core/netpoll.c | 4 +-
4578 net/core/rtnetlink.c | 17 +-
4579 net/core/scm.c | 12 +-
4580 net/core/skbuff.c | 11 +-
4581 net/core/sock.c | 32 +-
4582 net/core/sock_diag.c | 17 +-
4583 net/core/sysctl_net_core.c | 22 +-
4584 net/decnet/af_decnet.c | 28 +-
4585 net/decnet/sysctl_net_decnet.c | 4 +-
4586 net/dsa/dsa.c | 4 +-
4587 net/dsa/dsa_priv.h | 2 +-
4588 net/dsa/slave.c | 2 +-
4589 net/hsr/hsr_device.c | 2 +-
4590 net/hsr/hsr_netlink.c | 2 +-
4591 net/ieee802154/6lowpan/core.c | 2 +-
4592 net/ieee802154/6lowpan/reassembly.c | 14 +-
4593 net/ieee802154/core.c | 6 +-
4594 net/ipv4/af_inet.c | 6 +-
4595 net/ipv4/arp.c | 2 +-
4596 net/ipv4/devinet.c | 20 +-
4597 net/ipv4/fib_frontend.c | 6 +-
4598 net/ipv4/fib_semantics.c | 2 +-
4599 net/ipv4/icmp.c | 2 +-
4600 net/ipv4/inet_connection_sock.c | 4 +-
4601 net/ipv4/inet_diag.c | 4 +-
4602 net/ipv4/inet_timewait_sock.c | 2 +-
4603 net/ipv4/inetpeer.c | 2 +-
4604 net/ipv4/ip_fragment.c | 17 +-
4605 net/ipv4/ip_gre.c | 6 +-
4606 net/ipv4/ip_sockglue.c | 5 +-
4607 net/ipv4/ip_vti.c | 6 +-
4608 net/ipv4/ipconfig.c | 6 +-
4609 net/ipv4/ipip.c | 4 +-
4610 net/ipv4/netfilter/arp_tables.c | 10 +-
4611 net/ipv4/netfilter/ip_tables.c | 10 +-
4612 net/ipv4/ping.c | 14 +-
4613 net/ipv4/proc.c | 10 +-
4614 net/ipv4/raw.c | 16 +-
4615 net/ipv4/route.c | 36 +-
4616 net/ipv4/sysctl_net_ipv4.c | 24 +-
4617 net/ipv4/tcp_input.c | 6 +-
4618 net/ipv4/tcp_ipv4.c | 2 +-
4619 net/ipv4/tcp_metrics.c | 2 +-
4620 net/ipv4/tcp_probe.c | 2 +-
4621 net/ipv4/udp.c | 10 +-
4622 net/ipv4/xfrm4_mode_beet.c | 2 +-
4623 net/ipv4/xfrm4_mode_transport.c | 2 +-
4624 net/ipv4/xfrm4_policy.c | 19 +-
4625 net/ipv4/xfrm4_state.c | 4 +-
4626 net/ipv6/addrconf.c | 26 +-
4627 net/ipv6/af_inet6.c | 2 +-
4628 net/ipv6/datagram.c | 2 +-
4629 net/ipv6/icmp.c | 2 +-
4630 net/ipv6/inet6_hashtables.c | 2 +-
4631 net/ipv6/ip6_fib.c | 4 +-
4632 net/ipv6/ip6_gre.c | 10 +-
4633 net/ipv6/ip6_tunnel.c | 4 +-
4634 net/ipv6/ip6_vti.c | 4 +-
4635 net/ipv6/ipv6_sockglue.c | 2 +-
4636 net/ipv6/ndisc.c | 2 +-
4637 net/ipv6/netfilter/ip6_tables.c | 10 +-
4638 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
4639 net/ipv6/ping.c | 33 +-
4640 net/ipv6/proc.c | 10 +-
4641 net/ipv6/raw.c | 17 +-
4642 net/ipv6/reassembly.c | 13 +-
4643 net/ipv6/route.c | 2 +-
4644 net/ipv6/sit.c | 4 +-
4645 net/ipv6/sysctl_net_ipv6.c | 2 +-
4646 net/ipv6/udp.c | 6 +-
4647 net/ipv6/xfrm6_mode_beet.c | 2 +-
4648 net/ipv6/xfrm6_mode_transport.c | 2 +-
4649 net/ipv6/xfrm6_policy.c | 17 +-
4650 net/irda/discovery.c | 2 +-
4651 net/irda/ircomm/ircomm_core.c | 13 +-
4652 net/irda/ircomm/ircomm_tty.c | 24 +-
4653 net/irda/ircomm/ircomm_tty_attach.c | 4 +-
4654 net/irda/irda_device.c | 14 +-
4655 net/irda/iriap.c | 14 +-
4656 net/irda/irias_object.c | 10 +-
4657 net/irda/irlan/irlan_client.c | 2 +-
4658 net/irda/irlap.c | 15 +-
4659 net/irda/irlap_event.c | 2 +-
4660 net/irda/irlmp.c | 21 +-
4661 net/irda/irlmp_event.c | 6 +-
4662 net/irda/irnet/irnet.h | 2 +-
4663 net/irda/irnet/irnet_irda.c | 6 +-
4664 net/irda/irttp.c | 8 +-
4665 net/irda/timer.c | 24 +-
4666 net/iucv/af_iucv.c | 11 +-
4667 net/iucv/iucv.c | 2 +-
4668 net/key/af_key.c | 4 +-
4669 net/l2tp/l2tp_eth.c | 40 +-
4670 net/l2tp/l2tp_ip.c | 2 +-
4671 net/l2tp/l2tp_ip6.c | 2 +-
4672 net/mac80211/cfg.c | 12 +-
4673 net/mac80211/debugfs.c | 2 +-
4674 net/mac80211/debugfs_key.c | 6 +-
4675 net/mac80211/ieee80211_i.h | 3 +-
4676 net/mac80211/iface.c | 20 +-
4677 net/mac80211/main.c | 2 +-
4678 net/mac80211/pm.c | 4 +-
4679 net/mac80211/rate.c | 2 +-
4680 net/mac80211/sta_info.c | 2 +-
4681 net/mac80211/tx.c | 2 +-
4682 net/mac80211/util.c | 8 +-
4683 net/mac80211/wpa.c | 12 +-
4684 net/mac802154/iface.c | 6 +-
4685 net/mpls/af_mpls.c | 10 +-
4686 net/netfilter/ipset/ip_set_core.c | 7 +-
4687 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
4688 net/netfilter/ipvs/ip_vs_core.c | 8 +-
4689 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
4690 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
4691 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
4692 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
4693 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
4694 net/netfilter/nf_conntrack_acct.c | 2 +-
4695 net/netfilter/nf_conntrack_core.c | 2 +-
4696 net/netfilter/nf_conntrack_ecache.c | 2 +-
4697 net/netfilter/nf_conntrack_helper.c | 2 +-
4698 net/netfilter/nf_conntrack_netlink.c | 22 +-
4699 net/netfilter/nf_conntrack_proto.c | 2 +-
4700 net/netfilter/nf_conntrack_standalone.c | 2 +-
4701 net/netfilter/nf_conntrack_timestamp.c | 2 +-
4702 net/netfilter/nf_log.c | 12 +-
4703 net/netfilter/nf_nat_ftp.c | 2 +-
4704 net/netfilter/nf_nat_irc.c | 2 +-
4705 net/netfilter/nf_sockopt.c | 4 +-
4706 net/netfilter/nf_tables_api.c | 17 +-
4707 net/netfilter/nfnetlink_acct.c | 33 +-
4708 net/netfilter/nfnetlink_cthelper.c | 2 +-
4709 net/netfilter/nfnetlink_cttimeout.c | 2 +-
4710 net/netfilter/nfnetlink_log.c | 4 +-
4711 net/netfilter/nft_compat.c | 9 +-
4712 net/netfilter/xt_IDLETIMER.c | 12 +-
4713 net/netfilter/xt_statistic.c | 8 +-
4714 net/netlink/af_netlink.c | 21 +-
4715 net/netlink/diag.c | 2 +-
4716 net/netlink/genetlink.c | 14 +-
4717 net/openvswitch/vport-geneve.c | 7 +-
4718 net/openvswitch/vport-gre.c | 7 +-
4719 net/openvswitch/vport-internal_dev.c | 4 +-
4720 net/openvswitch/vport-netdev.c | 7 +-
4721 net/openvswitch/vport-vxlan.c | 7 +-
4722 net/packet/af_packet.c | 26 +-
4723 net/packet/diag.c | 2 +-
4724 net/packet/internal.h | 6 +-
4725 net/phonet/pep.c | 6 +-
4726 net/phonet/socket.c | 2 +-
4727 net/phonet/sysctl.c | 2 +-
4728 net/rds/cong.c | 6 +-
4729 net/rds/ib.h | 2 +-
4730 net/rds/ib_cm.c | 2 +-
4731 net/rds/ib_recv.c | 4 +-
4732 net/rds/rds.h | 2 +-
4733 net/rds/tcp.c | 6 +-
4734 net/rds/tcp.h | 6 +-
4735 net/rds/tcp_send.c | 2 +-
4736 net/rxrpc/af_rxrpc.c | 2 +-
4737 net/rxrpc/ar-internal.h | 10 +-
4738 net/rxrpc/call_event.c | 14 +-
4739 net/rxrpc/call_object.c | 2 +-
4740 net/rxrpc/conn_event.c | 2 +-
4741 net/rxrpc/conn_object.c | 2 +-
4742 net/rxrpc/input.c | 4 +-
4743 net/rxrpc/local_object.c | 2 +-
4744 net/rxrpc/output.c | 4 +-
4745 net/rxrpc/peer_object.c | 2 +-
4746 net/rxrpc/proc.c | 4 +-
4747 net/rxrpc/rxkad.c | 4 +-
4748 net/sched/sch_generic.c | 4 +-
4749 net/sched/sch_tbf.c | 9 +-
4750 net/sctp/ipv6.c | 4 +-
4751 net/sctp/protocol.c | 8 +-
4752 net/sctp/sctp_diag.c | 2 +-
4753 net/sctp/sm_sideeffect.c | 4 +-
4754 net/sctp/socket.c | 21 +-
4755 net/sctp/sysctl.c | 10 +-
4756 net/socket.c | 18 +-
4757 net/sunrpc/auth_gss/gss_rpc_upcall.c | 4 +-
4758 net/sunrpc/auth_gss/gss_rpc_xdr.c | 11 +-
4759 net/sunrpc/auth_gss/gss_rpc_xdr.h | 8 +-
4760 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
4761 net/sunrpc/clnt.c | 4 +-
4762 net/sunrpc/rpcb_clnt.c | 66 +-
4763 net/sunrpc/sched.c | 4 +-
4764 net/sunrpc/svc.c | 8 +-
4765 net/sunrpc/svcauth_unix.c | 2 +-
4766 net/sunrpc/xprtrdma/svc_rdma.c | 44 +-
4767 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
4768 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
4769 net/sunrpc/xprtrdma/svc_rdma_transport.c | 2 +-
4770 net/tipc/netlink_compat.c | 12 +-
4771 net/tipc/subscr.c | 2 +-
4772 net/unix/diag.c | 2 +-
4773 net/unix/sysctl_net_unix.c | 2 +-
4774 net/wireless/scan.c | 3 +-
4775 net/wireless/wext-compat.c | 141 +-
4776 net/wireless/wext-compat.h | 8 +-
4777 net/wireless/wext-core.c | 19 +-
4778 net/wireless/wext-sme.c | 5 +-
4779 net/xfrm/xfrm_policy.c | 18 +-
4780 net/xfrm/xfrm_state.c | 37 +-
4781 net/xfrm/xfrm_sysctl.c | 2 +-
4782 net/xfrm/xfrm_user.c | 2 +-
4783 scripts/Kbuild.include | 2 +-
4784 scripts/Makefile.extrawarn | 4 +
4785 scripts/Makefile.gcc-plugins | 74 +-
4786 scripts/basic/fixdep.c | 10 +-
4787 scripts/dtc/checks.c | 14 +-
4788 scripts/dtc/data.c | 6 +-
4789 scripts/dtc/flattree.c | 8 +-
4790 scripts/dtc/livetree.c | 4 +-
4791 scripts/gcc-plugins/Makefile | 13 +-
4792 scripts/gcc-plugins/checker_plugin.c | 496 +
4793 scripts/gcc-plugins/colorize_plugin.c | 162 +
4794 scripts/gcc-plugins/constify_plugin.c | 582 +
4795 scripts/gcc-plugins/cyc_complexity_plugin.c | 4 +-
4796 scripts/gcc-plugins/gcc-common.h | 64 +
4797 scripts/gcc-plugins/gcc-generate-gimple-pass.h | 2 +-
4798 scripts/gcc-plugins/initify_plugin.c | 1804 +++
4799 scripts/gcc-plugins/kallocstat_plugin.c | 135 +
4800 scripts/gcc-plugins/kernexec_plugin.c | 407 +
4801 scripts/gcc-plugins/latent_entropy_plugin.c | 613 +
4802 scripts/gcc-plugins/rap_plugin/Makefile | 6 +
4803 scripts/gcc-plugins/rap_plugin/rap.h | 36 +
4804 scripts/gcc-plugins/rap_plugin/rap_fptr_pass.c | 220 +
4805 scripts/gcc-plugins/rap_plugin/rap_hash.c | 382 +
4806 scripts/gcc-plugins/rap_plugin/rap_plugin.c | 515 +
4807 scripts/gcc-plugins/rap_plugin/sip.c | 96 +
4808 scripts/gcc-plugins/sancov_plugin.c | 4 +-
4809 .../gcc-plugins/size_overflow_plugin/.gitignore | 3 +
4810 scripts/gcc-plugins/size_overflow_plugin/Makefile | 22 +
4811 .../gcc-plugins/size_overflow_plugin/disable.data | 12468 ++++++++++++++
4812 .../gcc-plugins/size_overflow_plugin/e_aux.data | 97 +
4813 .../gcc-plugins/size_overflow_plugin/e_fields.data | 16090 +++++++++++++++++++
4814 .../gcc-plugins/size_overflow_plugin/e_fns.data | 5306 ++++++
4815 .../gcc-plugins/size_overflow_plugin/e_fptrs.data | 70 +
4816 .../gcc-plugins/size_overflow_plugin/e_vars.data | 158 +
4817 .../generate_size_overflow_hash.sh | 103 +
4818 .../insert_size_overflow_asm.c | 374 +
4819 .../size_overflow_plugin/intentional_overflow.c | 1171 ++
4820 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
4821 .../size_overflow_plugin/size_overflow.h | 345 +
4822 .../size_overflow_plugin/size_overflow_debug.c | 201 +
4823 .../size_overflow_plugin/size_overflow_ipa.c | 1286 ++
4824 .../size_overflow_plugin/size_overflow_misc.c | 505 +
4825 .../size_overflow_plugin/size_overflow_plugin.c | 313 +
4826 .../size_overflow_plugin_hash.c | 469 +
4827 .../size_overflow_plugin/size_overflow_transform.c | 772 +
4828 .../size_overflow_transform_core.c | 1025 ++
4829 scripts/gcc-plugins/stackleak_plugin.c | 350 +
4830 scripts/gcc-plugins/structleak_plugin.c | 239 +
4831 scripts/headers_install.sh | 1 +
4832 scripts/kallsyms.c | 4 +-
4833 scripts/kconfig/lkc.h | 5 +-
4834 scripts/kconfig/menu.c | 2 +-
4835 scripts/kconfig/symbol.c | 6 +-
4836 scripts/link-vmlinux.sh | 2 +-
4837 scripts/mod/file2alias.c | 14 +-
4838 scripts/mod/modpost.c | 40 +-
4839 scripts/mod/modpost.h | 6 +-
4840 scripts/mod/sumversion.c | 2 +-
4841 scripts/module-common.lds | 4 +
4842 scripts/pnmtologo.c | 6 +-
4843 scripts/sortextable.h | 6 +-
4844 scripts/tags.sh | 2 +-
4845 security/Kconfig | 797 +-
4846 security/apparmor/include/policy.h | 2 +-
4847 security/apparmor/lsm.c | 16 +-
4848 security/apparmor/policy.c | 4 +-
4849 security/integrity/ima/ima.h | 4 +-
4850 security/integrity/ima/ima_api.c | 2 +-
4851 security/integrity/ima/ima_fs.c | 4 +-
4852 security/integrity/ima/ima_queue.c | 2 +-
4853 security/integrity/integrity.h | 2 +-
4854 security/keys/internal.h | 8 +-
4855 security/keys/key.c | 18 +-
4856 security/keys/keyring.c | 4 -
4857 security/min_addr.c | 2 +
4858 security/selinux/avc.c | 6 +-
4859 security/selinux/include/xfrm.h | 2 +-
4860 security/yama/yama_lsm.c | 2 +-
4861 sound/aoa/codecs/onyx.c | 7 +-
4862 sound/aoa/codecs/onyx.h | 1 +
4863 sound/core/oss/pcm_oss.c | 18 +-
4864 sound/core/pcm_compat.c | 2 +-
4865 sound/core/pcm_lib.c | 3 +-
4866 sound/core/pcm_native.c | 4 +-
4867 sound/core/rawmidi.c | 5 +-
4868 sound/core/seq/oss/seq_oss_synth.c | 4 +-
4869 sound/core/seq/seq_clientmgr.c | 10 +-
4870 sound/core/seq/seq_compat.c | 2 +-
4871 sound/core/seq/seq_fifo.c | 6 +-
4872 sound/core/seq/seq_fifo.h | 2 +-
4873 sound/core/seq/seq_memory.c | 18 +-
4874 sound/core/seq/seq_midi.c | 5 +-
4875 sound/core/seq/seq_virmidi.c | 2 +-
4876 sound/core/sound.c | 2 +-
4877 sound/drivers/mts64.c | 14 +-
4878 sound/drivers/opl4/opl4_lib.c | 2 +-
4879 sound/drivers/portman2x4.c | 3 +-
4880 sound/firewire/amdtp-am824.c | 2 +-
4881 sound/firewire/amdtp-stream.c | 4 +-
4882 sound/firewire/amdtp-stream.h | 2 +-
4883 sound/firewire/digi00x/amdtp-dot.c | 2 +-
4884 sound/firewire/isight.c | 10 +-
4885 sound/firewire/oxfw/oxfw-scs1x.c | 8 +-
4886 sound/oss/sb_audio.c | 2 +-
4887 sound/oss/swarm_cs4297a.c | 6 +-
4888 sound/pci/als300.c | 2 +-
4889 sound/pci/aw2/aw2-alsa.c | 2 -
4890 sound/pci/aw2/aw2-saa7146.c | 4 +-
4891 sound/pci/ctxfi/ctamixer.c | 14 +-
4892 sound/pci/ctxfi/ctamixer.h | 8 +-
4893 sound/pci/ctxfi/ctatc.c | 20 +-
4894 sound/pci/ctxfi/ctdaio.c | 6 +-
4895 sound/pci/ctxfi/ctdaio.h | 4 +-
4896 sound/pci/ctxfi/ctsrc.c | 13 +-
4897 sound/pci/ctxfi/ctsrc.h | 8 +-
4898 sound/pci/hda/hda_codec.c | 2 +-
4899 sound/pci/ymfpci/ymfpci.h | 2 +-
4900 sound/pci/ymfpci/ymfpci_main.c | 12 +-
4901 sound/soc/codecs/arizona.c | 4 +-
4902 sound/soc/codecs/cx20442.c | 8 +-
4903 sound/soc/codecs/sti-sas.c | 10 +-
4904 sound/soc/codecs/tlv320dac33.c | 7 +-
4905 sound/soc/codecs/uda1380.c | 7 +-
4906 sound/soc/intel/skylake/skl-sst-dsp.h | 2 +-
4907 sound/soc/soc-ac97.c | 6 +-
4908 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
4909 tools/include/asm/alternative-asm.h | 3 +
4910 tools/include/linux/compiler.h | 8 +
4911 tools/virtio/linux/uaccess.h | 2 +-
4912 virt/kvm/kvm_main.c | 44 +-
4913 2869 files changed, 78392 insertions(+), 15220 deletions(-)
4914 commit 36505bce59196272b6401c7dcad0812d9dc8f7f5
4915 Merge: d0ed58f 6129d6c
4916 Author: Brad Spengler <spender@grsecurity.net>
4917 Date: Tue Nov 1 19:01:50 2016 -0400
4918
4919 Merge branch 'pax-test' into grsec-test
4920
4921 commit 6129d6c8ea454dd71d6f6d067af5f31f774818a9
4922 Author: Brad Spengler <spender@grsecurity.net>
4923 Date: Tue Nov 1 19:01:18 2016 -0400
4924
4925 Update to pax-linux-4.7.10-test10.patch:
4926 - fixed a compile error when both REFCOUNT and TRACING were enabled
4927 - removed a few superfluous fptr casts from the prism driver
4928
4929 arch/arm/include/asm/atomic.h | 2 +-
4930 arch/x86/include/asm/traps.h | 1 +
4931 arch/x86/include/asm/uaccess.h | 4 +-
4932 .../net/wireless/intersil/hostap/hostap_ioctl.c | 116 ++++++++++-----------
4933 4 files changed, 62 insertions(+), 61 deletions(-)
4934
4935 commit d0ed58f929555736ff281f7a79a9667de4c857c6
4936 Author: Brad Spengler <spender@grsecurity.net>
4937 Date: Wed Oct 26 19:19:08 2016 -0400
4938
4939 Update size_overflow hash tables
4940
4941 .../gcc-plugins/size_overflow_plugin/e_fields.data | 80 +++++++++--
4942 .../gcc-plugins/size_overflow_plugin/e_fns.data | 159 ++++++++++++++++++++-
4943 .../gcc-plugins/size_overflow_plugin/e_vars.data | 15 ++
4944 3 files changed, 239 insertions(+), 15 deletions(-)
4945
4946 commit 6a222637c05d26ac8f80a3912856247cff545b12
4947 Merge: d07e77f ac51587
4948 Author: Brad Spengler <spender@grsecurity.net>
4949 Date: Wed Oct 26 18:51:31 2016 -0400
4950
4951 Merge branch 'pax-test' into grsec-test
4952
4953 commit ac5158781612eb239cff9767d116971e9b731a00
4954 Author: Brad Spengler <spender@grsecurity.net>
4955 Date: Wed Oct 26 18:50:46 2016 -0400
4956
4957 Update to pax-linux-4.7.10-test9.patch:
4958 - fixed a false positive size overflow report in ip6_frag_queue caused by a gcc intentional overflow, reported by DrWhax and deagol (https://forums.grsecurity.net/viewtopic.php?f=3&t=4594 and https://bugs.gentoo.org/show_bug.cgi?id=597792)
4959 - Emese updated the size overflow plugin
4960 - Emese updated the hash tables from logs submitted by Shawn <citypw@gmail.com>
4961 - fixed mm counter accounting in the vma mirroring code
4962 - simplified some kernel page table allocation code
4963 - simplified SMAP/UDEREF accessors
4964
4965 arch/x86/include/asm/asm.h | 24 -
4966 arch/x86/include/asm/fpu/internal.h | 21 +-
4967 arch/x86/include/asm/futex.h | 14 +-
4968 arch/x86/include/asm/pgtable_types.h | 9 +-
4969 arch/x86/include/asm/smap.h | 3 +
4970 arch/x86/include/asm/uaccess.h | 36 +-
4971 arch/x86/include/asm/uaccess_64.h | 2 -
4972 arch/x86/kernel/alternative.c | 5 +-
4973 arch/x86/lib/copy_user_64.S | 64 +-
4974 arch/x86/lib/csum-wrappers_64.c | 12 +-
4975 arch/x86/lib/getuser.S | 37 +-
4976 arch/x86/lib/putuser.S | 14 +-
4977 arch/x86/lib/usercopy_64.c | 9 +-
4978 drivers/base/regmap/regmap-debugfs.c | 4 +-
4979 mm/memory.c | 106 +-
4980 net/ipv6/reassembly.c | 4 +-
4981 scripts/Makefile.host | 22 +-
4982 scripts/gcc-plugins/rap_plugin/rap_plugin.c | 2 +
4983 .../gcc-plugins/size_overflow_plugin/disable.data | 1 -
4984 .../gcc-plugins/size_overflow_plugin/e_fields.data | 37890 ++++++++++---------
4985 .../gcc-plugins/size_overflow_plugin/e_fns.data | 7930 ++--
4986 .../gcc-plugins/size_overflow_plugin/e_fptrs.data | 112 +-
4987 .../gcc-plugins/size_overflow_plugin/e_vars.data | 248 +-
4988 .../insert_size_overflow_asm.c | 13 +-
4989 .../size_overflow_plugin/intentional_overflow.c | 11 +-
4990 .../size_overflow_plugin/size_overflow.h | 12 +-
4991 .../size_overflow_plugin/size_overflow_debug.c | 9 +-
4992 .../size_overflow_plugin/size_overflow_ipa.c | 74 +-
4993 .../size_overflow_plugin/size_overflow_plugin.c | 2 +-
4994 .../size_overflow_plugin_hash.c | 209 +-
4995 .../size_overflow_plugin/size_overflow_transform.c | 19 +-
4996 31 files changed, 22699 insertions(+), 24219 deletions(-)
4997
4998 commit d07e77f258d26721b33ae26dfa5fd8d408aabf57
4999 Merge: 4630c95 7449af19
5000 Author: Brad Spengler <spender@grsecurity.net>
5001 Date: Sat Oct 22 18:32:55 2016 -0400
5002
5003 Merge branch 'pax-test' into grsec-test
5004
5005 commit 7449af196b6733891d273f46559efdc168dec22a
5006 Author: Brad Spengler <spender@grsecurity.net>
5007 Date: Sat Oct 22 18:31:39 2016 -0400
5008
5009 Update to pax-linux-4.7.10-test8.patch:
5010 - Emese removed a potential false positive from the size overflow hash tables
5011 - fixed a few incorrect callback types in ACPI/BGRT caught by RAP, reported by foxxx0 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4586)
5012 - fixed a few size overflow false positives related to dev_t, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4583)
5013
5014 drivers/acpi/bgrt.c | 30 +++++++++++-----------
5015 include/linux/kobject.h | 7 +++++
5016 scripts/gcc-plugins/size_overflow_plugin/Makefile | 2 +-
5017 .../gcc-plugins/size_overflow_plugin/disable.data | 8 +++++-
5018 .../gcc-plugins/size_overflow_plugin/e_fields.data | 10 ++------
5019 5 files changed, 32 insertions(+), 25 deletions(-)
5020
5021 commit 4630c95d3d9c20cffe2ba65521217ad537567ac9
5022 Author: Brad Spengler <spender@grsecurity.net>
5023 Date: Sat Oct 22 09:19:43 2016 -0400
5024
5025 compile fix
5026
5027 fs/utimes.c | 1 +
5028 1 file changed, 1 insertion(+)
5029
5030 commit ee9aeeeb02187281bcc233dd26f6ff4d6814d309
5031 Merge: 7b8d5c5 309d942
5032 Author: Brad Spengler <spender@grsecurity.net>
5033 Date: Sat Oct 22 08:01:34 2016 -0400
5034
5035 Merge branch 'pax-test' into grsec-test
5036
5037 commit 309d94235d552d65c253027528a9dd46962cf385
5038 Merge: 013fc76 b3afc45
5039 Author: Brad Spengler <spender@grsecurity.net>
5040 Date: Sat Oct 22 07:53:44 2016 -0400
5041
5042 Merge branch 'linux-4.7.y' into pax-test
5043
5044 commit 7b8d5c5a1477a2b62dc7ad1c28e864d7d250739c
5045 Merge: ca352cc 013fc76
5046 Author: Brad Spengler <spender@grsecurity.net>
5047 Date: Thu Oct 20 07:49:24 2016 -0400
5048
5049 Merge branch 'pax-test' into grsec-test
5050
5051 commit 013fc7689892902c41d38e31057e4a5686293e40
5052 Merge: 25eaf06 452063d
5053 Author: Brad Spengler <spender@grsecurity.net>
5054 Date: Thu Oct 20 07:48:01 2016 -0400
5055
5056 Merge branch 'linux-4.7.y' into pax-test
5057
5058 commit ca352cccec60c85fad6dedaf229d51eddfdfea58
5059 Author: Brad Spengler <spender@grsecurity.net>
5060 Date: Thu Oct 20 07:06:54 2016 -0400
5061
5062 compile fix as reported by David Sterba
5063
5064 include/linux/mm.h | 1 +
5065 1 file changed, 1 insertion(+)
5066
5067 commit 82566bede4206afba0d8b11f58570d588d39586b
5068 Author: Linus Torvalds <torvalds@linux-foundation.org>
5069 Date: Thu Oct 13 13:07:36 2016 -0700
5070
5071 mm: remove gup_flags FOLL_WRITE games from __get_user_pages()
5072
5073 This is an ancient bug that was actually attempted to be fixed once
5074 (badly) by me eleven years ago in commit 4ceb5db9757a ("Fix
5075 get_user_pages() race for write access") but that was then undone due to
5076 problems on s390 by commit f33ea7f404e5 ("fix get_user_pages bug").
5077
5078 In the meantime, the s390 situation has long been fixed, and we can now
5079 fix it by checking the pte_dirty() bit properly (and do it better). The
5080 s390 dirty bit was implemented in abf09bed3cce ("s390/mm: implement
5081 software dirty bits") which made it into v3.9. Earlier kernels will
5082 have to look at the page state itself.
5083
5084 Also, the VM has become more scalable, and what used a purely
5085 theoretical race back then has become easier to trigger.
5086
5087 To fix it, we introduce a new internal FOLL_COW flag to mark the "yes,
5088 we already did a COW" rather than play racy games with FOLL_WRITE that
5089 is very fundamental, and then use the pte dirty flag to validate that
5090 the FOLL_COW flag is still valid.
5091
5092 Reported-and-tested-by: Phil "not Paul" Oester <kernel@linuxace.com>
5093 Acked-by: Hugh Dickins <hughd@google.com>
5094 Reviewed-by: Michal Hocko <mhocko@suse.com>
5095 Cc: Andy Lutomirski <luto@kernel.org>
5096 Cc: Kees Cook <keescook@chromium.org>
5097 Cc: Oleg Nesterov <oleg@redhat.com>
5098 Cc: Willy Tarreau <w@1wt.eu>
5099 Cc: Nick Piggin <npiggin@gmail.com>
5100 Cc: Greg Thelen <gthelen@google.com>
5101 Cc: stable@vger.kernel.org
5102 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
5103
5104 include/linux/mm.h | 2 +-
5105 mm/gup.c | 14 ++++++++++++--
5106 2 files changed, 13 insertions(+), 3 deletions(-)
5107
5108 commit d291c94e650da2d8918620e6829e05218755f77b
5109 Author: Brad Spengler <spender@grsecurity.net>
5110 Date: Wed Oct 19 17:06:17 2016 -0400
5111
5112 resync with PaX
5113
5114 arch/arm/include/asm/atomic.h | 5 -----
5115 1 file changed, 5 deletions(-)
5116
5117 commit 251313cb6e1d5b2ad84c62333ebafa278e861a68
5118 Author: Brad Spengler <spender@grsecurity.net>
5119 Date: Wed Oct 19 17:03:14 2016 -0400
5120
5121 Fix bad ARM REFCOUNT merge with PaX, reported by kdave on the forums:
5122 https://forums.grsecurity.net/viewtopic.php?f=3&t=4588
5123
5124 arch/arm/include/asm/atomic.h | 1 -
5125 1 file changed, 1 deletion(-)
5126
5127 commit b64df18d4160c6d3cd470202bb8d58f38d9acb51
5128 Author: Brad Spengler <spender@grsecurity.net>
5129 Date: Mon Oct 17 07:47:53 2016 -0400
5130
5131 randomize layout of subprocess_info struct
5132
5133 include/linux/kmod.h | 2 +-
5134 1 file changed, 1 insertion(+), 1 deletion(-)
5135
5136 commit 5780e7fb9d334bfa5cc8aef32af631e620dede3f
5137 Merge: 7c69071 25eaf06
5138 Author: Brad Spengler <spender@grsecurity.net>
5139 Date: Sun Oct 16 15:28:24 2016 -0400
5140
5141 Merge branch 'pax-test' into grsec-test
5142
5143 commit 25eaf067f993510e5cd6cc0d9da4413cbbc12c6a
5144 Merge: afa87ca a0cdc25
5145 Author: Brad Spengler <spender@grsecurity.net>
5146 Date: Sun Oct 16 15:28:15 2016 -0400
5147
5148 Merge branch 'linux-4.7.y' into pax-test
5149
5150 commit 7c690715adc3d9236b25ce453b387ef9583b8dda
5151 Merge: 37e00aa afa87ca
5152 Author: Brad Spengler <spender@grsecurity.net>
5153 Date: Sat Oct 15 15:25:46 2016 -0400
5154
5155 Merge branch 'pax-test' into grsec-test
5156
5157 commit afa87cab2bed6b038cd5446a00bf58a71c954b43
5158 Author: Brad Spengler <spender@grsecurity.net>
5159 Date: Sat Oct 15 15:18:18 2016 -0400
5160
5161 Update to pax-linux-4.7.6-test7.patch:
5162 - backported upstream commit f5beeb1851ea6f8cfcf2657f26cb24c0582b4945 to speed up kcore handling
5163 - fixed a size overflow false positive in raid10, reported by eswierk (https://forums.grsecurity.net/viewtopic.php?f=3&t=4575)
5164 - fixed an integer overflow in bio handling caught by the size overflow plugin, reported by jotik (https://forums.grsecurity.net/viewtopic.php?f=3&t=4579)
5165 - rate limited the logging of refcount overflows and usercopy violations
5166 - changed atomic64's underlying type on i386 to be consistent with other archs
5167 - sped up the RIP range check in opportunistic sysret on amd64
5168
5169 arch/x86/entry/entry_64.S | 13 ++-
5170 arch/x86/include/asm/atomic64_32.h | 4 +-
5171 block/bio.c | 2 +-
5172 drivers/md/raid10.c | 6 +-
5173 drivers/usb/usbip/vudc_rx.c | 2 +-
5174 fs/exec.c | 24 ++++--
5175 fs/proc/kcore.c | 40 +++++----
5176 include/linux/bio.h | 4 +-
5177 scripts/gcc-plugins/size_overflow_plugin/Makefile | 2 +-
5178 scripts/gcc-plugins/size_overflow_plugin/aux.data | 97 ----------------------
5179 .../gcc-plugins/size_overflow_plugin/disable.data | 12 ++-
5180 .../gcc-plugins/size_overflow_plugin/e_aux.data | 97 ++++++++++++++++++++++
5181 .../gcc-plugins/size_overflow_plugin/e_fields.data | 14 +---
5182 .../size_overflow_plugin_hash.c | 2 +-
5183 14 files changed, 169 insertions(+), 150 deletions(-)
5184
5185 commit 37e00aa150c7861f77e69fe361bf19dee467dc0a
5186 Author: Brad Spengler <spender@grsecurity.net>
5187 Date: Mon Oct 10 18:27:38 2016 -0400
5188
5189 RAP compile fix
5190
5191 drivers/isdn/hisax/config.c | 4 ++--
5192 1 file changed, 2 insertions(+), 2 deletions(-)
5193
5194 commit 00736455939143023205fdd8957421c73868e975
5195 Author: Brad Spengler <spender@grsecurity.net>
5196 Date: Mon Oct 10 18:09:55 2016 -0400
5197
5198 Mark initify broken for the time being due to some recent changes
5199
5200 security/Kconfig | 1 +
5201 1 file changed, 1 insertion(+)
5202
5203 commit 64458bae539de9ac5cd2ba7cad0bd0c0510e6f37
5204 Author: Brad Spengler <spender@grsecurity.net>
5205 Date: Mon Oct 10 17:11:40 2016 -0400
5206
5207 compile fix
5208
5209 scripts/gcc-plugins/size_overflow_plugin/size_overflow_plugin_hash.c | 2 +-
5210 1 file changed, 1 insertion(+), 1 deletion(-)
5211
5212 commit 9f5f1d1d7f120c1c85b16412e6b75ab221c2cdba
5213 Author: Brad Spengler <spender@grsecurity.net>
5214 Date: Mon Oct 10 17:10:22 2016 -0400
5215
5216 Fix makefiles and .gitignore for new size_overflow plugin
5217
5218 Makefile | 7 +-
5219 .../gcc-plugins/size_overflow_plugin/.gitignore | 5 +-
5220 scripts/gcc-plugins/size_overflow_plugin/Makefile | 35 ++++++--
5221 scripts/gcc-plugins/size_overflow_plugin/aux.data | 97 ----------------------
5222 .../gcc-plugins/size_overflow_plugin/e_aux.data | 97 ++++++++++++++++++++++
5223 5 files changed, 128 insertions(+), 113 deletions(-)
5224
5225 commit cb66e251f9c9880a1365c87b4a42d2885a2fb6ef
5226 Author: Brad Spengler <spender@grsecurity.net>
5227 Date: Sun Oct 9 09:28:14 2016 -0400
5228
5229 Enable PAX_SIZE_OVERFLOW_EXTRA by default in auto-config
5230
5231 security/Kconfig | 1 +
5232 1 file changed, 1 insertion(+)
5233
5234 commit cd690739e0fb999002075161a032072cf4e4c458
5235 Merge: 555de68 0e7a060
5236 Author: Brad Spengler <spender@grsecurity.net>
5237 Date: Sat Oct 8 18:29:48 2016 -0400
5238
5239 Merge branch 'pax-test' into grsec-test
5240
5241 commit 0e7a060de797ec4e837533146d38e8793e30f84f
5242 Author: Brad Spengler <spender@grsecurity.net>
5243 Date: Sat Oct 8 18:01:07 2016 -0400
5244
5245 Update to pax-linux-4.7.6-test6.patch:
5246 - updated the fields hash table of the size overflow plugin to remove a few false positives
5247 - fixed SANITIZE/HIBERNATION incompatibility, by Anisse Astier <anisse@astier.eu>
5248 - backported a few fixes and cleanups from grsecurity
5249 - fixed compile errors on some arm/arm64/powerpc/sparc configs for REFCOUNT, KERNEXEC and CONSTIFY
5250 - worked around a compile regression in crc32-pclmul_asm.S on some toolchains that define __i686
5251 - updated the size overflow hash table
5252 - added pax_size_overflow_report_only to disable the reaction mechanism on size overflows
5253 - added a few preemptive buffer size checks
5254 - fixed integer signedness mixup in tun_set_headroom, by Mathias Krause <mathias.krause@secunet.com>
5255 - Emese changed the size overflow plugin to enable the more risky instrumentation under its own config option
5256 - Emese greatly increased the coverage of the initify plugin
5257 - added BROKEN_SECURITY to disable upstream features as necessary
5258
5259 Documentation/dontdiff | 7 +-
5260 Documentation/kernel-parameters.txt | 5 +
5261 arch/arm/include/asm/atomic.h | 41 +-
5262 arch/arm/include/asm/domain.h | 1 +
5263 arch/arm/include/asm/string.h | 6 +-
5264 arch/arm/kernel/efi.c | 4 +-
5265 arch/arm/mach-mvebu/coherency.c | 2 +-
5266 arch/arm/mm/alignment.c | 24 +-
5267 arch/arm64/Kconfig | 1 +
5268 arch/arm64/include/asm/atomic.h | 3 +
5269 arch/arm64/include/asm/cache.h | 4 +-
5270 arch/arm64/include/asm/pgalloc.h | 5 +
5271 arch/arm64/include/asm/pgtable.h | 3 +
5272 arch/arm64/include/asm/string.h | 10 +-
5273 arch/arm64/kernel/process.c | 9 +-
5274 arch/arm64/kernel/stacktrace.c | 4 +-
5275 arch/arm64/kernel/traps.c | 2 +-
5276 arch/ia64/include/asm/uaccess.h | 11 +-
5277 arch/mips/Kconfig | 2 +-
5278 arch/parisc/include/asm/uaccess.h | 108 +-
5279 arch/powerpc/include/asm/atomic.h | 23 +-
5280 arch/powerpc/include/asm/cache.h | 4 +-
5281 arch/powerpc/include/asm/spinlock.h | 1 +
5282 arch/powerpc/include/asm/string.h | 4 +-
5283 arch/powerpc/include/asm/uaccess.h | 15 -
5284 arch/powerpc/kernel/traps.c | 2 +-
5285 arch/sparc/include/asm/cache.h | 4 +-
5286 arch/sparc/include/asm/pgalloc_64.h | 1 +
5287 arch/sparc/include/asm/uaccess_32.h | 65 -
5288 arch/um/include/asm/cache.h | 3 +-
5289 arch/x86/Kconfig | 5 +-
5290 arch/x86/crypto/crc32-pclmul_asm.S | 4 +-
5291 arch/x86/include/asm/string_32.h | 12 +-
5292 arch/x86/include/asm/string_64.h | 4 +-
5293 arch/x86/include/asm/uaccess.h | 2 +-
5294 arch/x86/kernel/hpet.c | 2 +-
5295 arch/x86/kernel/kprobes/opt.c | 8 +-
5296 arch/x86/kernel/ptrace.c | 14 +
5297 arch/x86/kernel/signal.c | 9 +-
5298 arch/x86/lib/Makefile | 4 +
5299 arch/x86/platform/efi/efi_64.c | 2 +-
5300 drivers/acpi/acpica/acutils.h | 2 +-
5301 drivers/acpi/acpica/dbhistry.c | 2 +-
5302 drivers/acpi/acpica/dbinput.c | 10 +-
5303 drivers/acpi/acpica/dbstats.c | 88 +-
5304 drivers/acpi/acpica/utdebug.c | 2 +-
5305 drivers/cdrom/cdrom.c | 2 +-
5306 drivers/char/genrtc.c | 1 +
5307 drivers/char/random.c | 2 +-
5308 drivers/firmware/efi/libstub/Makefile | 2 +
5309 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 7 +-
5310 drivers/hid/hid-wiimote-debug.c | 2 +-
5311 drivers/iommu/arm-smmu-v3.c | 32 +-
5312 drivers/isdn/hisax/hisax.h | 4 +-
5313 drivers/media/radio/radio-cadet.c | 5 +-
5314 drivers/mmc/host/tmio_mmc_pio.c | 4 +-
5315 drivers/net/tun.c | 2 +-
5316 drivers/net/wireless/zydas/zd1211rw/zd_usb.c | 2 +-
5317 drivers/scsi/esas2r/esas2r_init.c | 2 +-
5318 drivers/scsi/esas2r/esas2r_ioctl.c | 2 +-
5319 drivers/scsi/esas2r/esas2r_log.h | 4 +-
5320 drivers/scsi/esas2r/esas2r_main.c | 4 +-
5321 drivers/uio/uio.c | 6 +-
5322 drivers/video/fbdev/arcfb.c | 2 +-
5323 fs/char_dev.c | 2 +-
5324 fs/exec.c | 16 +-
5325 fs/ext4/extents.c | 2 +-
5326 fs/nfsd/nfscache.c | 2 +-
5327 fs/ntfs/debug.h | 6 +-
5328 fs/ocfs2/cluster/masklog.h | 2 +-
5329 fs/proc/task_mmu.c | 5 +-
5330 include/acpi/acpiosxf.h | 3 +-
5331 include/acpi/acpixf.h | 2 +-
5332 include/asm-generic/atomic-long.h | 4 +
5333 include/asm-generic/bug.h | 5 +-
5334 include/asm-generic/pgtable-nopmd.h | 1 +
5335 include/asm-generic/vmlinux.lds.h | 2 +
5336 include/drm/drmP.h | 2 +-
5337 include/linux/atomic.h | 21 +
5338 include/linux/audit.h | 5 +-
5339 include/linux/compiler-gcc.h | 15 +
5340 include/linux/compiler.h | 8 +
5341 include/linux/fs.h | 2 +-
5342 include/linux/gfp.h | 4 +-
5343 include/linux/init.h | 4 +-
5344 include/linux/mm.h | 2 +-
5345 include/linux/printk.h | 2 +-
5346 include/linux/random.h | 2 +-
5347 include/linux/ratelimit.h | 3 +-
5348 include/linux/sched.h | 6 +-
5349 include/linux/slab.h | 2 +-
5350 include/linux/string.h | 34 +-
5351 include/uapi/linux/personality.h | 1 +
5352 init/Kconfig | 3 +
5353 init/main.c | 11 +
5354 kernel/exit.c | 18 +-
5355 kernel/power/hibernate.c | 21 +-
5356 kernel/power/power.h | 2 +
5357 kernel/power/snapshot.c | 22 +
5358 lib/Kconfig.debug | 3 +-
5359 lib/vsprintf.c | 6 +-
5360 mm/Kconfig.debug | 2 -
5361 mm/page_alloc.c | 6 +-
5362 mm/util.c | 2 +-
5363 net/ipv4/ip_sockglue.c | 3 +-
5364 net/ipv4/ip_vti.c | 2 +-
5365 scripts/Makefile.gcc-plugins | 17 +-
5366 scripts/gcc-plugins/initify_plugin.c | 1588 +-
5367 scripts/gcc-plugins/size_overflow_plugin/Makefile | 26 +-
5368 scripts/gcc-plugins/size_overflow_plugin/aux.data | 97 +
5369 .../gcc-plugins/size_overflow_plugin/disable.data | 12453 +++++++++++
5370 .../disable_size_overflow_hash.data | 12445 -----------
5371 .../gcc-plugins/size_overflow_plugin/e_fields.data | 18898 ++++++++++++++++
5372 .../gcc-plugins/size_overflow_plugin/e_fns.data | 4833 ++++
5373 .../gcc-plugins/size_overflow_plugin/e_fptrs.data | 56 +
5374 .../gcc-plugins/size_overflow_plugin/e_vars.data | 116 +
5375 .../insert_size_overflow_asm.c | 2 +-
5376 .../size_overflow_plugin/intentional_overflow.c | 2 +-
5377 .../size_overflow_plugin/size_overflow.h | 14 +-
5378 .../size_overflow_plugin/size_overflow_debug.c | 4 +-
5379 .../size_overflow_plugin/size_overflow_hash.data | 22068 -------------------
5380 .../size_overflow_hash_aux.data | 97 -
5381 .../size_overflow_plugin/size_overflow_ipa.c | 65 +-
5382 .../size_overflow_plugin/size_overflow_plugin.c | 25 +-
5383 .../size_overflow_plugin_hash.c | 120 +-
5384 .../size_overflow_plugin/size_overflow_transform.c | 30 +-
5385 security/Kconfig | 78 +-
5386 security/integrity/integrity.h | 2 +-
5387 security/min_addr.c | 2 +
5388 129 files changed, 38670 insertions(+), 35263 deletions(-)
5389
5390 commit 555de68005b90a38a9e5eee6835130d5d4291030
5391 Merge: b48dade c3695e4
5392 Author: Brad Spengler <spender@grsecurity.net>
5393 Date: Fri Oct 7 17:38:00 2016 -0400
5394
5395 Merge branch 'pax-test' into grsec-test
5396
5397 commit c3695e458f10605aa5d59e5d16a80156c6aca5f1
5398 Merge: a16b512 fdf81f0
5399 Author: Brad Spengler <spender@grsecurity.net>
5400 Date: Fri Oct 7 17:37:31 2016 -0400
5401
5402 Merge branch 'linux-4.7.y' into pax-test
5403
5404 commit b48dade7b67aa153367dc38d6f3b513b93da2b07
5405 Merge: 14d3459 a16b512
5406 Author: Brad Spengler <spender@grsecurity.net>
5407 Date: Fri Sep 30 07:56:46 2016 -0400
5408
5409 Merge branch 'pax-test' into grsec-test
5410
5411 commit a16b51212ca70e45554cecf7d3b67335d4c847ff
5412 Merge: 674c5b2 f849d45
5413 Author: Brad Spengler <spender@grsecurity.net>
5414 Date: Fri Sep 30 07:56:04 2016 -0400
5415
5416 Merge branch 'linux-4.7.y' into pax-test
5417
5418 commit 14d3459a64f15c168c7783d46f690c0ee1283ef2
5419 Author: Brad Spengler <spender@grsecurity.net>
5420 Date: Tue Sep 27 17:07:31 2016 -0400
5421
5422 Fix arm/MULTI_CACHE incompatibility with RANDSTRUCT, reported by radegand:
5423 https://forums.grsecurity.net/viewtopic.php?t=4545&p=1659
5424
5425 arch/arm/include/asm/cacheflush.h | 2 +-
5426 1 file changed, 1 insertion(+), 1 deletion(-)
5427
5428 commit 39d7aa87f8bd225bc3ac099a2046e334191c90b3
5429 Author: Brad Spengler <spender@grsecurity.net>
5430 Date: Mon Sep 26 11:28:09 2016 -0400
5431
5432 Backport upstream commit which allows PAX_MEMORY_SANITIZE to work
5433 with hibernation:
5434 https://patchwork.kernel.org/patch/9322709/
5435
5436 kernel/power/Kconfig | 1 -
5437 kernel/power/hibernate.c | 4 +++-
5438 kernel/power/power.h | 2 ++
5439 kernel/power/snapshot.c | 20 ++++++++++++++++++++
5440 4 files changed, 25 insertions(+), 2 deletions(-)
5441
5442 commit e5944827e8a1cb6938ed75cccf05f354344b3fa9
5443 Author: Herbert Xu <herbert@gondor.apana.org.au>
5444 Date: Tue Sep 20 20:35:55 2016 +0800
5445
5446 KEYS: Fix skcipher IV clobbering
5447
5448 The IV must not be modified by the skcipher operation so we need
5449 to duplicate it.
5450
5451 Fixes: c3917fd9dfbc ("KEYS: Use skcipher")
5452 Cc: stable@vger.kernel.org
5453 Reported-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
5454 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
5455
5456 security/keys/encrypted-keys/encrypted.c | 11 +++++++----
5457 1 file changed, 7 insertions(+), 4 deletions(-)
5458
5459 commit 17d91a9781b8c4558433cee3e7de8d44a6c2d89b
5460 Author: Brad Spengler <spender@grsecurity.net>
5461 Date: Sun Sep 25 18:10:01 2016 -0400
5462
5463 Make vti_notifier_block read_only
5464
5465 net/ipv4/ip_vti.c | 2 +-
5466 1 file changed, 1 insertion(+), 1 deletion(-)
5467
5468 commit d2eba293dd946c7686080602a2e24ddb5358cfcf
5469 Author: Brad Spengler <spender@grsecurity.net>
5470 Date: Sun Sep 25 17:30:32 2016 -0400
5471
5472 compile fix
5473
5474 net/unix/af_unix.c | 2 +-
5475 1 file changed, 1 insertion(+), 1 deletion(-)
5476
5477 commit 47cca6342f665fa1b4b755723b843ac41ebb9178
5478 Merge: 16919c7 674c5b2
5479 Author: Brad Spengler <spender@grsecurity.net>
5480 Date: Sun Sep 25 17:25:45 2016 -0400
5481
5482 Merge branch 'pax-test' into grsec-test
5483
5484 commit 674c5b28e7dfe651caf71d1cdec395205ed9f526
5485 Merge: 4552781 6c21842
5486 Author: Brad Spengler <spender@grsecurity.net>
5487 Date: Sun Sep 25 17:24:44 2016 -0400
5488
5489 Merge branch 'linux-4.7.y' into pax-test
5490
5491 commit 16919c7208e7ad9bc5f6df2f151b84cede110c15
5492 Author: Brad Spengler <spender@grsecurity.net>
5493 Date: Wed Sep 21 18:40:32 2016 -0400
5494
5495 compile fix
5496
5497 drivers/net/tun.c | 2 +-
5498 1 file changed, 1 insertion(+), 1 deletion(-)
5499
5500 commit bafd12998265ed2c32792e117e4227f757cfa18f
5501 Author: Brad Spengler <spender@grsecurity.net>
5502 Date: Wed Sep 21 18:39:39 2016 -0400
5503
5504 From: Mathias Krause <mathias.krause@secunet.com>
5505 Date: Wed, 21 Sep 2016 14:42:43 +0200
5506 Subject: [PATCH] pax: net/tun - explicitly test for negative values in tun_set_headroom()
5507
5508 Because of a type change for the NET_SKB_PAD macro in the PaX patch from
5509 (implicit) int to unsigned long, negative values for new_hr will be sign
5510 extended and wrongly pass the minimal size test. Such a value will,
5511 later on, trigger the size_overflow plugin instrumentation in
5512 tun_get_user().
5513
5514 Fix this by testing new_hr for negative values explicitly to restore the
5515 intended minimal size test.
5516
5517 Signed-off-by: Mathias Krause <mathias.krause@secunet.com>
5518
5519 drivers/net/tun.c | 2 +-
5520 1 file changed, 1 insertion(+), 1 deletion(-)
5521
5522 commit 74fbeac25af78b5f621d8acffb9158dd959078d3
5523 Author: Brad Spengler <spender@grsecurity.net>
5524 Date: Tue Sep 20 18:37:08 2016 -0400
5525
5526 Make CONSTIFY depend on GCC_PLUGINS
5527
5528 security/Kconfig | 1 +
5529 1 file changed, 1 insertion(+)
5530
5531 commit e9e87520569e66d710dadebddac33428c666249a
5532 Author: Brad Spengler <spender@grsecurity.net>
5533 Date: Mon Sep 19 18:43:50 2016 -0400
5534
5535 Fix up atomic64_cmpxchg_unchecked on ARM with REFCOUNT
5536
5537 arch/arm/include/asm/atomic.h | 39 ++++-----------------------------------
5538 include/linux/atomic.h | 9 +++++++++
5539 2 files changed, 13 insertions(+), 35 deletions(-)
5540
5541 commit a1afe597f5731963416233b274144d7c57ce538d
5542 Author: Brad Spengler <spender@grsecurity.net>
5543 Date: Mon Sep 19 17:58:58 2016 -0400
5544
5545 Backport upstream iscsi memory corruption fix:
5546 http://marc.info/?l=linux-scsi&m=147394713328707&w=2
5547
5548 drivers/scsi/arcmsr/arcmsr_hba.c | 8 +++++++-
5549 1 file changed, 7 insertions(+), 1 deletion(-)
5550
5551 commit e6e0b270a18e4ee19460f7dc72bb46d441adf3c4
5552 Author: Chuck Lever <chuck.lever@oracle.com>
5553 Date: Thu Sep 1 10:50:38 2016 -0400
5554
5555 svcauth_gss: Revert 64c59a3726f2 ("Remove unnecessary allocation")
5556
5557 rsc_lookup steals the passed-in memory to avoid doing an allocation of
5558 its own, so we can't just pass in a pointer to memory that someone else
5559 is using.
5560
5561 If we really want to avoid allocation there then maybe we should
5562 preallocate somwhere, or reference count these handles.
5563
5564 For now we should revert.
5565
5566 On occasion I see this on my server:
5567
5568 kernel: kernel BUG at /home/cel/src/linux/linux-2.6/mm/slub.c:3851!
5569 kernel: invalid opcode: 0000 [#1] SMP
5570 kernel: Modules linked in: cts rpcsec_gss_krb5 sb_edac edac_core x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel kvm irqbypass crct10dif_pclmul crc32_pclmul ghash_clmulni_intel aesni_intel lrw gf128mul glue_helper ablk_helper cryptd btrfs xor iTCO_wdt iTCO_vendor_support raid6_pq pcspkr i2c_i801 i2c_smbus lpc_ich mfd_core mei_me sg mei shpchp wmi ioatdma ipmi_si ipmi_msghandler acpi_pad acpi_power_meter rpcrdma ib_ipoib rdma_ucm ib_ucm ib_uverbs ib_umad rdma_cm ib_cm iw_cm nfsd nfs_acl lockd grace auth_rpcgss sunrpc ip_tables xfs libcrc32c mlx4_ib mlx4_en ib_core sr_mod cdrom sd_mod ast drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops ttm drm crc32c_intel igb mlx4_core ahci libahci libata ptp pps_core dca i2c_algo_bit i2c_core dm_mirror dm_region_hash dm_log dm_mod
5571 kernel: CPU: 7 PID: 145 Comm: kworker/7:2 Not tainted 4.8.0-rc4-00006-g9d06b0b #15
5572 kernel: Hardware name: Supermicro Super Server/X10SRL-F, BIOS 1.0c 09/09/2015
5573 kernel: Workqueue: events do_cache_clean [sunrpc]
5574 kernel: task: ffff8808541d8000 task.stack: ffff880854344000
5575 kernel: RIP: 0010:[<ffffffff811e7075>] [<ffffffff811e7075>] kfree+0x155/0x180
5576 kernel: RSP: 0018:ffff880854347d70 EFLAGS: 00010246
5577 kernel: RAX: ffffea0020fe7660 RBX: ffff88083f9db064 RCX: 146ff0f9d5ec5600
5578 kernel: RDX: 000077ff80000000 RSI: ffff880853f01500 RDI: ffff88083f9db064
5579 kernel: RBP: ffff880854347d88 R08: ffff8808594ee000 R09: ffff88087fdd8780
5580 kernel: R10: 0000000000000000 R11: ffffea0020fe76c0 R12: ffff880853f01500
5581 kernel: R13: ffffffffa013cf76 R14: ffffffffa013cff0 R15: ffffffffa04253a0
5582 kernel: FS: 0000000000000000(0000) GS:ffff88087fdc0000(0000) knlGS:0000000000000000
5583 kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
5584 kernel: CR2: 00007fed60b020c3 CR3: 0000000001c06000 CR4: 00000000001406e0
5585 kernel: Stack:
5586 kernel: ffff8808589f2f00 ffff880853f01500 0000000000000001 ffff880854347da0
5587 kernel: ffffffffa013cf76 ffff8808589f2f00 ffff880854347db8 ffffffffa013d006
5588 kernel: ffff8808589f2f20 ffff880854347e00 ffffffffa0406f60 0000000057c7044f
5589 kernel: Call Trace:
5590 kernel: [<ffffffffa013cf76>] rsc_free+0x16/0x90 [auth_rpcgss]
5591 kernel: [<ffffffffa013d006>] rsc_put+0x16/0x30 [auth_rpcgss]
5592 kernel: [<ffffffffa0406f60>] cache_clean+0x2e0/0x300 [sunrpc]
5593 kernel: [<ffffffffa04073ee>] do_cache_clean+0xe/0x70 [sunrpc]
5594 kernel: [<ffffffff8109a70f>] process_one_work+0x1ff/0x3b0
5595 kernel: [<ffffffff8109b15c>] worker_thread+0x2bc/0x4a0
5596 kernel: [<ffffffff8109aea0>] ? rescuer_thread+0x3a0/0x3a0
5597 kernel: [<ffffffff810a0ba4>] kthread+0xe4/0xf0
5598 kernel: [<ffffffff8169c47f>] ret_from_fork+0x1f/0x40
5599 kernel: [<ffffffff810a0ac0>] ? kthread_stop+0x110/0x110
5600 kernel: Code: f7 ff ff eb 3b 65 8b 05 da 30 e2 7e 89 c0 48 0f a3 05 a0 38 b8 00 0f 92 c0 84 c0 0f 85 d1 fe ff ff 0f 1f 44 00 00 e9 f5 fe ff ff <0f> 0b 49 8b 03 31 f6 f6 c4 40 0f 85 62 ff ff ff e9 61 ff ff ff
5601 kernel: RIP [<ffffffff811e7075>] kfree+0x155/0x180
5602 kernel: RSP <ffff880854347d70>
5603 kernel: ---[ end trace 3fdec044969def26 ]---
5604
5605 It seems to be most common after a server reboot where a client has been
5606 using a Kerberos mount, and reconnects to continue its workload.
5607
5608 Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
5609 Cc: stable@vger.kernel.org
5610 Signed-off-by: J. Bruce Fields <bfields@redhat.com>
5611
5612 net/sunrpc/auth_gss/svcauth_gss.c | 5 +++--
5613 1 file changed, 3 insertions(+), 2 deletions(-)
5614
5615 commit 6e83144022a8e3cd00a7d0ca3916354ea3336f5e
5616 Author: Brad Spengler <spender@grsecurity.net>
5617 Date: Mon Sep 19 17:44:04 2016 -0400
5618
5619 fix whitespace
5620
5621 mm/mmap.c | 2 +-
5622 1 file changed, 1 insertion(+), 1 deletion(-)
5623
5624 commit ffb1a4cfdce65f581265612878fd136d76b132ae
5625 Author: Brad Spengler <spender@grsecurity.net>
5626 Date: Mon Sep 19 17:07:34 2016 -0400
5627
5628 Remove optional dependency on USERCOPY for pax_check_alloca
5629
5630 arch/x86/kernel/dumpstack_32.c | 2 +-
5631 arch/x86/kernel/dumpstack_64.c | 2 +-
5632 2 files changed, 2 insertions(+), 2 deletions(-)
5633
5634 commit 01ca858fb54c3406db13ace327798610b1cdec10
5635 Author: Brad Spengler <spender@grsecurity.net>
5636 Date: Thu Sep 15 21:28:25 2016 -0400
5637
5638 compile fixes
5639
5640 arch/x86/crypto/crc32-pclmul_asm.S | 4 ++--
5641 arch/x86/include/asm/uaccess.h | 2 +-
5642 2 files changed, 3 insertions(+), 3 deletions(-)
5643
5644 commit aeed418bbabf465cfa2bd5463b4ee26ddfdee99c
5645 Author: Al Viro <viro@ZenIV.linux.org.uk>
5646 Date: Thu Sep 15 02:35:29 2016 +0100
5647
5648 fix minor infoleak in get_user_ex()
5649
5650 get_user_ex(x, ptr) should zero x on failure. It's not a lot of a leak
5651 (at most we are leaking uninitialized 64bit value off the kernel stack,
5652 and in a fairly constrained situation, at that), but the fix is trivial,
5653 so...
5654
5655 Cc: stable@vger.kernel.org
5656 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
5657 [ This sat in different branch from the uaccess fixes since mid-August ]
5658 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
5659
5660 arch/x86/include/asm/uaccess.h | 6 +++++-
5661 1 file changed, 5 insertions(+), 1 deletion(-)
5662
5663 commit 4ec72305c579df587c9c31f18fbc3ceba14045a5
5664 Author: Brad Spengler <spender@grsecurity.net>
5665 Date: Thu Sep 15 20:02:01 2016 -0400
5666
5667 compile fix
5668
5669 fs/proc/task_mmu.c | 2 +-
5670 1 file changed, 1 insertion(+), 1 deletion(-)
5671
5672 commit ed3d3716625f0c04c9a07dc6c6c7537be22cee07
5673 Author: Brad Spengler <spender@grsecurity.net>
5674 Date: Thu Sep 15 20:01:31 2016 -0400
5675
5676 Resync with PaX
5677
5678 fs/proc/task_mmu.c | 2 +-
5679 1 file changed, 1 insertion(+), 1 deletion(-)
5680
5681 commit 36300fe10dd78430f8e84c42b665c0154f88dd5a
5682 Merge: 14e5235 4552781
5683 Author: Brad Spengler <spender@grsecurity.net>
5684 Date: Thu Sep 15 18:36:02 2016 -0400
5685
5686 Merge branch 'pax-test' into grsec-test
5687
5688 commit 4552781643cf8a01376539bf0bf469c8dbc69701
5689 Author: Brad Spengler <spender@grsecurity.net>
5690 Date: Thu Sep 15 18:35:49 2016 -0400
5691
5692 Resync with PaX
5693
5694 fs/proc/task_mmu.c | 5 +++--
5695 include/linux/init.h | 4 +++-
5696 include/linux/mm.h | 2 +-
5697 mm/util.c | 2 +-
5698 4 files changed, 8 insertions(+), 5 deletions(-)
5699
5700 commit 14e523564a0a84ece93b04a2b375f33cce806c8b
5701 Merge: 402a024 6740d15
5702 Author: Brad Spengler <spender@grsecurity.net>
5703 Date: Thu Sep 15 18:18:19 2016 -0400
5704
5705 Merge branch 'pax-test' into grsec-test
5706
5707 commit 6740d1535fb0208f329eda7aeeee2c6f0fbe09d3
5708 Author: Brad Spengler <spender@grsecurity.net>
5709 Date: Thu Sep 15 18:16:18 2016 -0400
5710
5711 Update to pax-linux-4.7.3-test4.patch:
5712 - fixed atomic_xchg_unchecked on arm, reported by wizzup
5713 - temporary workaround for cloned functions in the initify plugin, prevents an ICE-from-assertion reported by xeaforz and gg
5714 - fixed hugetlb compile error on arm64
5715 - fixed branch prediction hints in copy*user on x86, by spender
5716 - fixed the invocation of gcc-plugin.sh while reporting errors, by spender
5717 - fixed long-standing regression in non-exec page support on powerpc32/book3s
5718 - fixed inefficient PIC in crc32_pclmul* on i386 to also work under KERNEXEC, reported by minipli
5719 - fixed pfn/physical address mixup in static_protections on amd64, by Mathias Krause <mathias.krause@secunet.com>
5720 - fixed latent bug on module loading exposed by the fix for static_protections, reported by minipli
5721 - fixed two USERCOPY violations in iucv and netlink, by Mathias Krause <minipli@ld-linux.so>
5722 - fixed a xen boot regression with ssp-strong, reported by biergaizi and d-u (https://forums.grsecurity.net/viewtopic.php?f=3&t=4441)
5723 - fixed module symbol resolution and extable handling on i386/KERNEXEC when KASLR is enabled
5724
5725 arch/arm/include/asm/atomic.h | 12 +++--------
5726 arch/arm/include/asm/cmpxchg.h | 3 ++-
5727 arch/arm64/mm/dma-mapping.c | 2 +-
5728 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
5729 arch/powerpc/include/asm/book3s/32/hash.h | 2 +-
5730 arch/powerpc/include/asm/book3s/32/pgtable.h | 2 +-
5731 arch/powerpc/include/asm/pte-common.h | 30 +++++++++++++---------------
5732 arch/x86/crypto/crc32-pclmul_asm.S | 19 +++++++++++-------
5733 arch/x86/include/asm/setup.h | 3 ++-
5734 arch/x86/include/asm/uaccess.h | 4 ++--
5735 arch/x86/kernel/module.c | 2 +-
5736 arch/x86/kernel/pci-swiotlb.c | 2 +-
5737 arch/x86/kvm/x86.c | 2 +-
5738 arch/x86/mm/extable.c | 18 ++---------------
5739 arch/x86/mm/pageattr.c | 5 +++--
5740 arch/x86/xen/enlighten.c | 18 ++++++++---------
5741 arch/x86/xen/pmu.c | 1 +
5742 include/asm-generic/atomic-long.h | 2 ++
5743 include/asm-generic/atomic64.h | 1 +
5744 include/linux/atomic.h | 4 ++++
5745 include/linux/llist.h | 9 +++++++++
5746 include/linux/swiotlb.h | 3 +--
5747 kernel/extable.c | 17 ++++++++++++++--
5748 kernel/module.c | 9 ++++++++-
5749 lib/extable.c | 11 +---------
5750 lib/llist.c | 17 ++++++++++++++++
5751 lib/swiotlb.c | 2 +-
5752 mm/hugetlb.c | 12 +++++++++++
5753 mm/vmalloc.c | 2 +-
5754 net/iucv/af_iucv.c | 7 +++----
5755 net/netlink/af_netlink.c | 5 +++--
5756 scripts/Makefile.gcc-plugins | 2 +-
5757 scripts/gcc-plugins/initify_plugin.c | 4 +++-
5758 33 files changed, 139 insertions(+), 95 deletions(-)
5759
5760 commit 402a02454512e83be868e83529b04c0ccde687a9
5761 Author: Brad Spengler <spender@grsecurity.net>
5762 Date: Thu Sep 15 08:25:18 2016 -0400
5763
5764 Update size_overflow hash
5765
5766 scripts/gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 1 +
5767 1 file changed, 1 insertion(+)
5768
5769 commit e1d3996c7486a0985846423711dd5c05401144c1
5770 Author: Brad Spengler <spender@grsecurity.net>
5771 Date: Thu Sep 15 07:48:33 2016 -0400
5772
5773 compile fix
5774
5775 kernel/capability.c | 6 +++---
5776 1 file changed, 3 insertions(+), 3 deletions(-)
5777
5778 commit a668b9edff65c3c2eb134e1c7edfbc4142f1e678
5779 Merge: f2ceab4 4f9be5c
5780 Author: Brad Spengler <spender@grsecurity.net>
5781 Date: Thu Sep 15 07:24:15 2016 -0400
5782
5783 Rename our existing ns_capable_nolog to suit upstream's bikeshedded ns_capable_noaudit
5784
5785 Merge branch 'pax-test' into grsec-test
5786
5787 commit 4f9be5c8326f08df59ef7df521acac91e9e6c3d5
5788 Merge: 168b0e3 bd333da
5789 Author: Brad Spengler <spender@grsecurity.net>
5790 Date: Thu Sep 15 07:12:12 2016 -0400
5791
5792 Merge branch 'linux-4.7.y' into pax-test
5793
5794 commit f2ceab4fbaec0cd5c127345dbce3e033b74fe826
5795 Author: WANG Cong <xiyou.wangcong@gmail.com>
5796 Date: Sun Aug 28 21:28:26 2016 -0700
5797
5798 kcm: fix a socket double free
5799
5800 Dmitry reported a double free on kcm socket, which could
5801 be easily reproduced by:
5802
5803 #include <unistd.h>
5804 #include <sys/syscall.h>
5805
5806 int main()
5807 {
5808 int fd = syscall(SYS_socket, 0x29ul, 0x5ul, 0x0ul, 0, 0, 0);
5809 syscall(SYS_ioctl, fd, 0x89e2ul, 0x20a98000ul, 0, 0, 0);
5810 return 0;
5811 }
5812
5813 This is because on the error path, after we install
5814 the new socket file, we call sock_release() to clean
5815 up the socket, which leaves the fd pointing to a freed
5816 socket. Fix this by calling sys_close() on that fd
5817 directly.
5818
5819 Fixes: ab7ac4eb9832 ("kcm: Kernel Connection Multiplexor module")
5820 Reported-by: Dmitry Vyukov <dvyukov@google.com>
5821 Cc: Tom Herbert <tom@herbertland.com>
5822 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
5823 Signed-off-by: David S. Miller <davem@davemloft.net>
5824
5825 net/kcm/kcmsock.c | 3 ++-
5826 1 file changed, 2 insertions(+), 1 deletion(-)
5827
5828 commit f3ddf560233f0ec26493522fc1c2b1b8f764f16e
5829 Merge: 9e43620 168b0e3
5830 Author: Brad Spengler <spender@grsecurity.net>
5831 Date: Wed Sep 7 08:26:50 2016 -0400
5832
5833 Merge branch 'pax-test' into grsec-test
5834
5835 commit 168b0e38caaf436f7c5345fe20a92b7f391ccad5
5836 Merge: 2a27d24 d7f6728
5837 Author: Brad Spengler <spender@grsecurity.net>
5838 Date: Wed Sep 7 08:26:41 2016 -0400
5839
5840 Merge branch 'linux-4.7.y' into pax-test
5841
5842 commit 9e43620d71b42e65cb12642b240a6e638531aa65
5843 Author: Daeho Jeong <daeho.jeong@samsung.com>
5844 Date: Sun Jul 3 17:51:39 2016 -0400
5845
5846 ext4: avoid modifying checksum fields directly during checksum verification
5847
5848 We temporally change checksum fields in buffers of some types of
5849 metadata into '0' for verifying the checksum values. By doing this
5850 without locking the buffer, some metadata's checksums, which are
5851 being committed or written back to the storage, could be damaged.
5852 In our test, several metadata blocks were found with damaged metadata
5853 checksum value during recovery process. When we only verify the
5854 checksum value, we have to avoid modifying checksum fields directly.
5855
5856 Signed-off-by: Daeho Jeong <daeho.jeong@samsung.com>
5857 Signed-off-by: Youngjin Gil <youngjin.gil@samsung.com>
5858 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
5859 Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
5860
5861 fs/ext4/inode.c | 38 ++++++++++++++++++++++----------------
5862 fs/ext4/namei.c | 9 ++++-----
5863 fs/ext4/super.c | 18 +++++++++---------
5864 fs/ext4/xattr.c | 13 +++++++------
5865 4 files changed, 42 insertions(+), 36 deletions(-)
5866
5867 commit b84727ffa19c4ec06a04502219f8e15b6887d401
5868 Author: Brad Spengler <spender@grsecurity.net>
5869 Date: Wed Aug 31 20:22:42 2016 -0400
5870
5871 Use the correct branch prediction
5872
5873 arch/x86/include/asm/uaccess.h | 4 ++--
5874 1 file changed, 2 insertions(+), 2 deletions(-)
5875
5876 commit a8411c5faefe2708a5998f484ed6ca65c9ccf971
5877 Author: Linus Torvalds <torvalds@linux-foundation.org>
5878 Date: Mon Aug 22 16:41:46 2016 -0700
5879
5880 binfmt_elf: switch to new creds when switching to new mm
5881
5882 We used to delay switching to the new credentials until after we had
5883 mapped the executable (and possible elf interpreter). That was kind of
5884 odd to begin with, since the new executable will actually then _run_
5885 with the new creds, but whatever.
5886
5887 The bigger problem was that we also want to make sure that we turn off
5888 prof events and tracing before we start mapping the new executable
5889 state. So while this is a cleanup, it's also a fix for a possible
5890 information leak.
5891
5892 Reported-by: Robert Święcki <robert@swiecki.net>
5893 Tested-by: Peter Zijlstra <peterz@infradead.org>
5894 Acked-by: David Howells <dhowells@redhat.com>
5895 Acked-by: Oleg Nesterov <oleg@redhat.com>
5896 Acked-by: Andy Lutomirski <luto@amacapital.net>
5897 Acked-by: Eric W. Biederman <ebiederm@xmission.com>
5898 Cc: Willy Tarreau <w@1wt.eu>
5899 Cc: Kees Cook <keescook@chromium.org>
5900 Cc: Al Viro <viro@zeniv.linux.org.uk>
5901 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
5902
5903 fs/binfmt_elf.c | 2 +-
5904 1 file changed, 1 insertion(+), 1 deletion(-)
5905
5906 commit 18fe03a1a1ce3b59208ecc7bb90be5724ec1d1aa
5907 Author: Brad Spengler <spender@grsecurity.net>
5908 Date: Wed Aug 31 20:01:48 2016 -0400
5909
5910 Two USERCOPY fixes from Mathias Krause
5911
5912 net/iucv/af_iucv.c | 7 +++----
5913 net/netlink/af_netlink.c | 5 +++--
5914 2 files changed, 6 insertions(+), 6 deletions(-)
5915
5916 commit 4830a253a94494524d9ebb3bed7118c2b746f5a2
5917 Author: Brad Spengler <spender@grsecurity.net>
5918 Date: Wed Aug 31 19:58:53 2016 -0400
5919
5920 From 7e13821dd59b17382bba8707c1a9b73569db5535 Mon Sep 17 00:00:00 2001
5921 From: Mathias Krause <mathias.krause@secunet.com>
5922 Date: Thu, 18 Aug 2016 17:03:19 +0200
5923 Subject: [PATCH] [pax] fix page frame number compare in static_protections()
5924
5925 The KERNEXEC specific memory range check is comparing a page frame
5926 number against physical addresses while it should compare page frame
5927 numbers instead.
5928
5929 This leads to "false positives" for systems with 64GB+ of RAM, leading
5930 to missing memory protection changes, leading various access errors,
5931 like failing to release module init code when using the RCU path in
5932 vunmap().
5933
5934 Fix this by converting the physical addresses to page frame numbers
5935 before doing the range check.
5936
5937 Signed-off-by: Mathias Krause <mathias.krause@secunet.com>
5938
5939 arch/x86/mm/pageattr.c | 2 +-
5940 1 file changed, 1 insertion(+), 1 deletion(-)
5941
5942 commit 8cd264e31562d39c034c35256dcb4eff8ab2fc66
5943 Author: Brad Spengler <spender@grsecurity.net>
5944 Date: Thu Aug 18 17:57:25 2016 -0400
5945
5946 Remove a warning that is (under the specific instance where we triggered it)
5947 erroneous. Avoiding triggering the warning will require reworking some of
5948 our APIs, so this will be fixed at a later time.
5949
5950 Thanks to Ed Swierk of Skyport Systems for the report.
5951
5952 fs/dcache.c | 2 --
5953 1 file changed, 2 deletions(-)
5954
5955 commit 7276656b983ed5e39010c54908005e0574a2d3fd
5956 Author: Brad Spengler <spender@grsecurity.net>
5957 Date: Sun Aug 21 17:36:48 2016 -0400
5958
5959 Update size_overflow hash table
5960
5961 scripts/gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 4 +++-
5962 1 file changed, 3 insertions(+), 1 deletion(-)
5963
5964 commit 18a6c9305d45e83c3bebf07eb132885da34b73da
5965 Merge: 5cbf490 2a27d24
5966 Author: Brad Spengler <spender@grsecurity.net>
5967 Date: Sun Aug 21 16:59:37 2016 -0400
5968
5969 Merge branch 'pax-test' into grsec-test
5970
5971 commit 2a27d2419704b09b554b75d6397bf26ffd45754b
5972 Merge: 7be9261 84fae3f
5973 Author: Brad Spengler <spender@grsecurity.net>
5974 Date: Sun Aug 21 16:57:07 2016 -0400
5975
5976 Merge branch 'linux-4.7.y' into pax-test
5977
5978 commit 5cbf4905a069cf66895ff7a06673f8102e3faab5
5979 Author: Brad Spengler <spender@grsecurity.net>
5980 Date: Tue Aug 16 17:23:45 2016 -0400
5981
5982 forward-port !PAX_ASLR change
5983
5984 arch/x86/mm/mmap.c | 16 +++-------------
5985 1 file changed, 3 insertions(+), 13 deletions(-)
5986
5987 commit c7d89a55e70af76005662d4a4c9c7db3a4cb7998
5988 Merge: a144f0f8 7be9261
5989 Author: Brad Spengler <spender@grsecurity.net>
5990 Date: Tue Aug 16 17:14:06 2016 -0400
5991
5992 Merge branch 'pax-test' into grsec-test
5993
5994 commit 7be92610b9cff4e90a4f84a385086c5f643004a0
5995 Merge: cb11f67 95f15f5
5996 Author: Brad Spengler <spender@grsecurity.net>
5997 Date: Tue Aug 16 17:13:54 2016 -0400
5998
5999 Merge branch 'linux-4.7.y' into pax-test
6000
6001 commit a144f0f806ea8a109483a945d2e92474b57ef03c
6002 Author: Brad Spengler <spender@grsecurity.net>
6003 Date: Mon Aug 15 17:54:00 2016 -0400
6004
6005 Temporary workaround for cloned functions in the initify plugin, prevents
6006 an ICE-from-assertion reported by xeaforz and gg on IRC
6007
6008 scripts/gcc-plugins/initify_plugin.c | 3 ++-
6009 1 file changed, 2 insertions(+), 1 deletion(-)
6010
6011 commit f68bc3565a314bea45c58a9ee0c025fad19af76d
6012 Author: Brad Spengler <spender@grsecurity.net>
6013 Date: Mon Aug 15 17:50:24 2016 -0400
6014
6015 Fix arm/ppc compilation, reported by Wizzup
6016
6017 arch/arm/include/asm/atomic.h | 2 +-
6018 arch/powerpc/include/asm/atomic.h | 2 +-
6019 include/asm-generic/atomic-long.h | 3 ++-
6020 include/linux/atomic.h | 4 ++++
6021 4 files changed, 8 insertions(+), 3 deletions(-)
6022
6023 commit 30f09e2a7b1590febfb028aad55f3e4b74d92c87
6024 Author: Brad Spengler <spender@grsecurity.net>
6025 Date: Sat Aug 13 12:28:25 2016 -0400
6026
6027 Initial import of grsecurity 3.1 for Linux 4.7
6028
6029 Disables userfaultfd as suggested by Jann Horn
6030
6031 Documentation/dontdiff | 2 +
6032 Documentation/kernel-parameters.txt | 11 +
6033 Documentation/sysctl/kernel.txt | 15 +
6034 Makefile | 5 +-
6035 arch/alpha/include/asm/cache.h | 4 +-
6036 arch/alpha/kernel/osf_sys.c | 12 +-
6037 arch/arc/Kconfig | 1 +
6038 arch/arm/Kconfig | 2 +
6039 arch/arm/Kconfig.debug | 1 +
6040 arch/arm/include/asm/atomic.h | 45 +-
6041 arch/arm/include/asm/domain.h | 1 +
6042 arch/arm/include/asm/thread_info.h | 7 +-
6043 arch/arm/kernel/entry-common.S | 8 +-
6044 arch/arm/kernel/process.c | 4 +-
6045 arch/arm/kernel/ptrace.c | 9 +
6046 arch/arm/kernel/traps.c | 7 +-
6047 arch/arm/mach-mvebu/coherency.c | 2 +-
6048 arch/arm/mm/Kconfig | 4 +-
6049 arch/arm/mm/alignment.c | 24 +-
6050 arch/arm/mm/fault.c | 40 +-
6051 arch/arm/mm/mmap.c | 8 +-
6052 arch/arm/net/bpf_jit_32.c | 51 +-
6053 arch/arm64/Kconfig.debug | 1 +
6054 arch/arm64/include/asm/atomic.h | 3 +
6055 arch/arm64/include/asm/cache.h | 4 +-
6056 arch/arm64/include/asm/pgtable.h | 3 +
6057 arch/arm64/kernel/process.c | 9 +-
6058 arch/arm64/kernel/stacktrace.c | 4 +-
6059 arch/arm64/kernel/traps.c | 2 +-
6060 arch/avr32/include/asm/cache.h | 4 +-
6061 arch/blackfin/Kconfig.debug | 1 +
6062 arch/blackfin/include/asm/cache.h | 3 +-
6063 arch/cris/include/arch-v10/arch/cache.h | 3 +-
6064 arch/cris/include/arch-v32/arch/cache.h | 3 +-
6065 arch/frv/include/asm/cache.h | 3 +-
6066 arch/frv/mm/elf-fdpic.c | 4 +-
6067 arch/hexagon/include/asm/cache.h | 6 +-
6068 arch/ia64/Kconfig | 1 +
6069 arch/ia64/include/asm/cache.h | 3 +-
6070 arch/ia64/kernel/sys_ia64.c | 2 +
6071 arch/ia64/mm/hugetlbpage.c | 2 +
6072 arch/m32r/include/asm/cache.h | 4 +-
6073 arch/m68k/include/asm/cache.h | 4 +-
6074 arch/metag/mm/hugetlbpage.c | 1 +
6075 arch/microblaze/include/asm/cache.h | 3 +-
6076 arch/mips/Kconfig | 1 +
6077 arch/mips/include/asm/thread_info.h | 11 +-
6078 arch/mips/kernel/irq.c | 3 +
6079 arch/mips/kernel/ptrace.c | 9 +
6080 arch/mips/mm/mmap.c | 4 +-
6081 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
6082 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
6083 arch/openrisc/include/asm/cache.h | 4 +-
6084 arch/parisc/include/asm/cache.h | 3 +
6085 arch/parisc/kernel/sys_parisc.c | 4 +
6086 arch/powerpc/Kconfig | 1 +
6087 arch/powerpc/include/asm/atomic.h | 28 +-
6088 arch/powerpc/include/asm/cache.h | 4 +-
6089 arch/powerpc/include/asm/spinlock.h | 1 +
6090 arch/powerpc/include/asm/thread_info.h | 5 +-
6091 arch/powerpc/kernel/Makefile | 2 +
6092 arch/powerpc/kernel/irq.c | 3 +
6093 arch/powerpc/kernel/process.c | 10 +-
6094 arch/powerpc/kernel/ptrace.c | 14 +
6095 arch/powerpc/kernel/traps.c | 7 +-
6096 arch/powerpc/mm/slice.c | 2 +-
6097 arch/s390/Kconfig.debug | 1 +
6098 arch/s390/include/asm/cache.h | 4 +-
6099 arch/score/include/asm/cache.h | 4 +-
6100 arch/sh/include/asm/cache.h | 3 +-
6101 arch/sh/mm/mmap.c | 6 +-
6102 arch/sparc/include/asm/cache.h | 4 +-
6103 arch/sparc/include/asm/pgalloc_64.h | 1 +
6104 arch/sparc/include/asm/thread_info_64.h | 8 +-
6105 arch/sparc/kernel/process_32.c | 6 +-
6106 arch/sparc/kernel/process_64.c | 8 +-
6107 arch/sparc/kernel/ptrace_64.c | 14 +
6108 arch/sparc/kernel/sys_sparc_64.c | 8 +-
6109 arch/sparc/kernel/syscalls.S | 8 +-
6110 arch/sparc/kernel/traps_32.c | 8 +-
6111 arch/sparc/kernel/traps_64.c | 28 +-
6112 arch/sparc/kernel/unaligned_64.c | 2 +-
6113 arch/sparc/mm/fault_64.c | 2 +-
6114 arch/sparc/mm/hugetlbpage.c | 15 +-
6115 arch/tile/Kconfig | 1 +
6116 arch/tile/include/asm/cache.h | 3 +-
6117 arch/tile/mm/hugetlbpage.c | 2 +
6118 arch/um/include/asm/cache.h | 3 +-
6119 arch/unicore32/include/asm/cache.h | 6 +-
6120 arch/x86/Kconfig | 21 +
6121 arch/x86/Kconfig.debug | 2 +
6122 arch/x86/entry/common.c | 14 +
6123 arch/x86/entry/entry_32.S | 2 +-
6124 arch/x86/entry/entry_64.S | 2 +-
6125 arch/x86/ia32/ia32_aout.c | 2 +
6126 arch/x86/include/asm/floppy.h | 20 +-
6127 arch/x86/include/asm/fpu/types.h | 69 +-
6128 arch/x86/include/asm/io.h | 2 +-
6129 arch/x86/include/asm/page.h | 12 +-
6130 arch/x86/include/asm/paravirt_types.h | 21 +-
6131 arch/x86/include/asm/processor.h | 12 +-
6132 arch/x86/include/asm/thread_info.h | 6 +-
6133 arch/x86/kernel/dumpstack.c | 10 +-
6134 arch/x86/kernel/dumpstack_32.c | 2 +-
6135 arch/x86/kernel/dumpstack_64.c | 2 +-
6136 arch/x86/kernel/ioport.c | 13 +
6137 arch/x86/kernel/irq_32.c | 3 +
6138 arch/x86/kernel/irq_64.c | 4 +
6139 arch/x86/kernel/kprobes/opt.c | 8 +-
6140 arch/x86/kernel/ldt.c | 18 +
6141 arch/x86/kernel/msr.c | 12 +
6142 arch/x86/kernel/ptrace.c | 14 +
6143 arch/x86/kernel/signal.c | 9 +-
6144 arch/x86/kernel/sys_i386_32.c | 9 +-
6145 arch/x86/kernel/sys_x86_64.c | 8 +-
6146 arch/x86/kernel/traps.c | 5 +
6147 arch/x86/kernel/verify_cpu.S | 1 +
6148 arch/x86/kernel/vm86_32.c | 15 +
6149 arch/x86/mm/fault.c | 12 +-
6150 arch/x86/mm/hugetlbpage.c | 15 +-
6151 arch/x86/mm/init.c | 51 +-
6152 arch/x86/mm/init_32.c | 6 +-
6153 arch/x86/net/bpf_jit_comp.c | 4 +
6154 arch/x86/platform/efi/efi_64.c | 2 +-
6155 arch/x86/xen/Kconfig | 1 +
6156 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
6157 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
6158 crypto/scatterwalk.c | 10 +-
6159 drivers/acpi/acpica/hwxfsleep.c | 11 +-
6160 drivers/acpi/custom_method.c | 4 +
6161 drivers/block/cciss.h | 30 +-
6162 drivers/block/smart1,2.h | 40 +-
6163 drivers/cdrom/cdrom.c | 2 +-
6164 drivers/char/Kconfig | 4 +-
6165 drivers/char/genrtc.c | 1 +
6166 drivers/char/mem.c | 17 +
6167 drivers/char/random.c | 5 +-
6168 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
6169 drivers/firewire/ohci.c | 4 +
6170 drivers/firmware/efi/libstub/Makefile | 2 +
6171 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 82 +-
6172 .../drm/amd/powerplay/hwmgr/cz_clockpowergating.c | 12 +-
6173 drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c | 58 +-
6174 drivers/gpu/drm/amd/powerplay/hwmgr/fiji_thermal.c | 20 +-
6175 .../drm/amd/powerplay/hwmgr/polaris10_thermal.c | 22 +-
6176 .../gpu/drm/amd/powerplay/hwmgr/tonga_thermal.c | 20 +-
6177 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 7 +-
6178 drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.c | 9 +-
6179 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
6180 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
6181 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
6182 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
6183 drivers/hid/hid-wiimote-debug.c | 2 +-
6184 drivers/infiniband/hw/i40iw/i40iw_ctrl.c | 138 +-
6185 drivers/infiniband/hw/i40iw/i40iw_uk.c | 34 +-
6186 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
6187 drivers/iommu/amd_iommu.c | 14 +-
6188 drivers/iommu/arm-smmu-v3.c | 32 +-
6189 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
6190 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
6191 drivers/isdn/gigaset/usb-gigaset.c | 32 +-
6192 drivers/isdn/i4l/isdn_concap.c | 6 +-
6193 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
6194 drivers/md/bcache/Kconfig | 1 +
6195 drivers/md/raid5.c | 8 +
6196 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
6197 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
6198 drivers/media/radio/radio-cadet.c | 5 +-
6199 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
6200 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
6201 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
6202 drivers/media/usb/dvb-usb/technisat-usb2.c | 23 +-
6203 drivers/message/fusion/mptbase.c | 9 +
6204 drivers/misc/sgi-xp/xp_main.c | 12 +-
6205 drivers/mmc/host/tmio_mmc_pio.c | 5 +-
6206 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
6207 drivers/net/wan/lmc/lmc_media.c | 97 +-
6208 drivers/net/wan/z85230.c | 24 +-
6209 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
6210 drivers/net/wireless/zydas/zd1211rw/zd_usb.c | 2 +-
6211 drivers/pci/proc.c | 9 +
6212 drivers/platform/x86/asus-wmi.c | 12 +
6213 drivers/rtc/rtc-dev.c | 3 +
6214 drivers/scsi/bfa/bfa_fcs.c | 19 +-
6215 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
6216 drivers/scsi/bfa/bfa_modules.h | 12 +-
6217 drivers/scsi/hpsa.h | 40 +-
6218 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
6219 drivers/staging/wilc1000/host_interface.h | 1 +
6220 drivers/staging/wilc1000/wilc_spi.c | 1 +
6221 drivers/tty/sysrq.c | 2 +-
6222 drivers/tty/tty_io.c | 4 +
6223 drivers/tty/vt/keyboard.c | 22 +-
6224 drivers/uio/uio.c | 6 +-
6225 drivers/usb/core/hub.c | 5 +
6226 drivers/usb/gadget/function/f_uac1.c | 1 +
6227 drivers/usb/gadget/function/u_uac1.c | 1 +
6228 drivers/usb/host/hwa-hc.c | 9 +-
6229 drivers/usb/usbip/vhci_sysfs.c | 2 +-
6230 drivers/video/fbdev/arcfb.c | 2 +-
6231 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
6232 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
6233 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
6234 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++----
6235 drivers/xen/xenfs/xenstored.c | 5 +
6236 firmware/Makefile | 2 +
6237 firmware/WHENCE | 20 +-
6238 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
6239 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
6240 fs/attr.c | 4 +
6241 fs/autofs4/waitq.c | 9 +
6242 fs/binfmt_aout.c | 7 +
6243 fs/binfmt_elf.c | 40 +-
6244 fs/compat.c | 20 +-
6245 fs/coredump.c | 17 +-
6246 fs/dcache.c | 3 +
6247 fs/debugfs/inode.c | 19 +-
6248 fs/exec.c | 243 +-
6249 fs/ext2/balloc.c | 4 +-
6250 fs/ext2/super.c | 8 +-
6251 fs/ext4/balloc.c | 4 +-
6252 fs/ext4/extents.c | 2 +-
6253 fs/fcntl.c | 4 +
6254 fs/fhandle.c | 3 +-
6255 fs/file.c | 4 +
6256 fs/filesystems.c | 4 +
6257 fs/fs_struct.c | 20 +-
6258 fs/hugetlbfs/inode.c | 5 +-
6259 fs/inode.c | 8 +-
6260 fs/ioctl.c | 1 +
6261 fs/kernfs/dir.c | 6 +
6262 fs/mount.h | 4 +-
6263 fs/namei.c | 290 +-
6264 fs/namespace.c | 24 +
6265 fs/nfsd/nfscache.c | 2 +-
6266 fs/open.c | 38 +
6267 fs/overlayfs/inode.c | 3 +
6268 fs/overlayfs/super.c | 6 +-
6269 fs/pipe.c | 2 +-
6270 fs/posix_acl.c | 15 +-
6271 fs/proc/Kconfig | 10 +-
6272 fs/proc/array.c | 67 +-
6273 fs/proc/base.c | 193 +-
6274 fs/proc/cmdline.c | 4 +
6275 fs/proc/devices.c | 4 +
6276 fs/proc/fd.c | 13 +-
6277 fs/proc/generic.c | 64 +
6278 fs/proc/inode.c | 17 +
6279 fs/proc/internal.h | 18 +-
6280 fs/proc/interrupts.c | 4 +
6281 fs/proc/kcore.c | 3 +
6282 fs/proc/proc_net.c | 31 +
6283 fs/proc/proc_sysctl.c | 50 +-
6284 fs/proc/root.c | 8 +
6285 fs/proc/stat.c | 69 +-
6286 fs/proc/task_mmu.c | 85 +-
6287 fs/proc/task_nommu.c | 2 +-
6288 fs/readdir.c | 19 +
6289 fs/reiserfs/item_ops.c | 24 +-
6290 fs/reiserfs/super.c | 4 +
6291 fs/select.c | 2 +
6292 fs/seq_file.c | 31 +-
6293 fs/stat.c | 20 +-
6294 fs/sysfs/dir.c | 30 +-
6295 fs/utimes.c | 7 +
6296 fs/xattr.c | 26 +-
6297 fs/xfs/xfs_ioctl.c | 6 +
6298 grsecurity/Kconfig | 1205 ++++
6299 grsecurity/Makefile | 54 +
6300 grsecurity/gracl.c | 2773 +++++++++
6301 grsecurity/gracl_alloc.c | 105 +
6302 grsecurity/gracl_cap.c | 96 +
6303 grsecurity/gracl_compat.c | 269 +
6304 grsecurity/gracl_fs.c | 448 ++
6305 grsecurity/gracl_ip.c | 387 ++
6306 grsecurity/gracl_learn.c | 209 +
6307 grsecurity/gracl_policy.c | 1784 ++++++
6308 grsecurity/gracl_res.c | 74 +
6309 grsecurity/gracl_segv.c | 306 +
6310 grsecurity/gracl_shm.c | 40 +
6311 grsecurity/grsec_chdir.c | 19 +
6312 grsecurity/grsec_chroot.c | 506 ++
6313 grsecurity/grsec_disabled.c | 445 ++
6314 grsecurity/grsec_exec.c | 188 +
6315 grsecurity/grsec_fifo.c | 26 +
6316 grsecurity/grsec_fork.c | 23 +
6317 grsecurity/grsec_init.c | 294 +
6318 grsecurity/grsec_ipc.c | 48 +
6319 grsecurity/grsec_link.c | 65 +
6320 grsecurity/grsec_log.c | 340 +
6321 grsecurity/grsec_mem.c | 48 +
6322 grsecurity/grsec_mount.c | 65 +
6323 grsecurity/grsec_pax.c | 47 +
6324 grsecurity/grsec_proc.c | 20 +
6325 grsecurity/grsec_ptrace.c | 30 +
6326 grsecurity/grsec_sig.c | 248 +
6327 grsecurity/grsec_sock.c | 244 +
6328 grsecurity/grsec_sysctl.c | 497 ++
6329 grsecurity/grsec_time.c | 16 +
6330 grsecurity/grsec_tpe.c | 78 +
6331 grsecurity/grsec_tty.c | 18 +
6332 grsecurity/grsec_usb.c | 15 +
6333 grsecurity/grsum.c | 56 +
6334 include/asm-generic/atomic-long.h | 2 +
6335 include/asm-generic/atomic64.h | 1 +
6336 include/asm-generic/pgtable-nopmd.h | 1 +
6337 include/linux/atomic.h | 23 +
6338 include/linux/binfmts.h | 5 +-
6339 include/linux/capability.h | 13 +
6340 include/linux/cdev.h | 2 +-
6341 include/linux/compiler-gcc.h | 5 +
6342 include/linux/compiler.h | 8 +
6343 include/linux/cred.h | 8 +-
6344 include/linux/dcache.h | 5 +-
6345 include/linux/fs.h | 26 +-
6346 include/linux/fs_struct.h | 2 +-
6347 include/linux/fsnotify.h | 6 +
6348 include/linux/gracl.h | 342 ++
6349 include/linux/gracl_compat.h | 156 +
6350 include/linux/gralloc.h | 9 +
6351 include/linux/grdefs.h | 140 +
6352 include/linux/grinternal.h | 231 +
6353 include/linux/grmsg.h | 120 +
6354 include/linux/grsecurity.h | 259 +
6355 include/linux/grsock.h | 19 +
6356 include/linux/ipc.h | 2 +-
6357 include/linux/ipc_namespace.h | 2 +-
6358 include/linux/kallsyms.h | 18 +-
6359 include/linux/key-type.h | 4 +-
6360 include/linux/kmod.h | 5 +
6361 include/linux/kobject.h | 2 +-
6362 include/linux/lsm_hooks.h | 4 +-
6363 include/linux/mm.h | 12 +
6364 include/linux/mm_types.h | 4 +-
6365 include/linux/module.h | 5 +-
6366 include/linux/mount.h | 2 +-
6367 include/linux/msg.h | 2 +-
6368 include/linux/netfilter/xt_gradm.h | 9 +
6369 include/linux/path.h | 4 +-
6370 include/linux/perf_event.h | 13 +-
6371 include/linux/pid_namespace.h | 2 +-
6372 include/linux/printk.h | 3 +-
6373 include/linux/proc_fs.h | 22 +-
6374 include/linux/proc_ns.h | 2 +-
6375 include/linux/random.h | 2 +-
6376 include/linux/rbtree_augmented.h | 4 +-
6377 include/linux/scatterlist.h | 12 +-
6378 include/linux/sched.h | 135 +-
6379 include/linux/security.h | 1 +
6380 include/linux/sem.h | 2 +-
6381 include/linux/seq_file.h | 5 +
6382 include/linux/shm.h | 6 +-
6383 include/linux/skbuff.h | 3 +
6384 include/linux/slab.h | 9 -
6385 include/linux/sysctl.h | 8 +-
6386 include/linux/thread_info.h | 6 +-
6387 include/linux/tty.h | 2 +-
6388 include/linux/tty_driver.h | 4 +-
6389 include/linux/uidgid.h | 6 +
6390 include/linux/user_namespace.h | 2 +-
6391 include/linux/utsname.h | 2 +-
6392 include/linux/vermagic.h | 16 +-
6393 include/linux/vmalloc.h | 8 +
6394 include/net/af_unix.h | 2 +-
6395 include/net/ip.h | 2 +-
6396 include/net/neighbour.h | 2 +-
6397 include/net/net_namespace.h | 2 +-
6398 include/net/sock.h | 2 +-
6399 include/trace/events/fs.h | 53 +
6400 include/uapi/linux/personality.h | 1 +
6401 init/Kconfig | 7 +-
6402 init/main.c | 48 +
6403 ipc/mqueue.c | 1 +
6404 ipc/msg.c | 3 +-
6405 ipc/msgutil.c | 4 +-
6406 ipc/sem.c | 3 +-
6407 ipc/shm.c | 26 +-
6408 ipc/util.c | 6 +
6409 kernel/auditsc.c | 2 +-
6410 kernel/bpf/syscall.c | 10 +-
6411 kernel/capability.c | 41 +-
6412 kernel/cgroup.c | 5 +-
6413 kernel/compat.c | 1 +
6414 kernel/configs.c | 11 +
6415 kernel/cred.c | 112 +-
6416 kernel/events/core.c | 14 +-
6417 kernel/exit.c | 10 +-
6418 kernel/fork.c | 93 +-
6419 kernel/futex.c | 4 +-
6420 kernel/kallsyms.c | 9 +
6421 kernel/kcmp.c | 4 +
6422 kernel/kexec_core.c | 2 +-
6423 kernel/kmod.c | 96 +-
6424 kernel/kprobes.c | 9 +-
6425 kernel/ksysfs.c | 2 +
6426 kernel/locking/lockdep_proc.c | 10 +-
6427 kernel/module.c | 108 +-
6428 kernel/panic.c | 6 +-
6429 kernel/pid.c | 18 +-
6430 kernel/power/Kconfig | 2 +
6431 kernel/printk/printk.c | 7 +-
6432 kernel/ptrace.c | 50 +-
6433 kernel/resource.c | 10 +
6434 kernel/sched/core.c | 8 +-
6435 kernel/sched/debug.c | 4 +
6436 kernel/signal.c | 37 +-
6437 kernel/sys.c | 64 +-
6438 kernel/sysctl.c | 174 +-
6439 kernel/taskstats.c | 6 +
6440 kernel/time/posix-timers.c | 8 +
6441 kernel/time/time.c | 5 +
6442 kernel/time/timekeeping.c | 3 +
6443 kernel/time/timer_list.c | 13 +-
6444 kernel/time/timer_stats.c | 10 +-
6445 kernel/trace/Kconfig | 6 +
6446 kernel/trace/trace_syscalls.c | 8 +
6447 kernel/user_namespace.c | 15 +
6448 lib/Kconfig.debug | 13 +-
6449 lib/is_single_threaded.c | 3 +
6450 lib/list_debug.c | 65 +-
6451 lib/nlattr.c | 2 +
6452 lib/rbtree.c | 4 +-
6453 lib/vsprintf.c | 42 +-
6454 localversion-grsec | 1 +
6455 mm/Kconfig | 8 +-
6456 mm/Kconfig.debug | 1 +
6457 mm/filemap.c | 1 +
6458 mm/hugetlb.c | 12 +
6459 mm/kmemleak.c | 4 +-
6460 mm/memory.c | 2 +-
6461 mm/mempolicy.c | 12 +-
6462 mm/migrate.c | 3 +-
6463 mm/mlock.c | 9 +
6464 mm/mmap.c | 118 +-
6465 mm/mprotect.c | 8 +
6466 mm/page_alloc.c | 2 +-
6467 mm/process_vm_access.c | 6 +
6468 mm/shmem.c | 2 +-
6469 mm/slab.c | 14 +-
6470 mm/slab_common.c | 2 +-
6471 mm/slob.c | 12 +
6472 mm/slub.c | 33 +-
6473 mm/util.c | 3 +
6474 mm/vmalloc.c | 84 +-
6475 mm/vmstat.c | 29 +-
6476 net/appletalk/atalk_proc.c | 2 +-
6477 net/atm/lec.c | 6 +-
6478 net/atm/mpoa_caches.c | 43 +-
6479 net/can/bcm.c | 2 +-
6480 net/can/proc.c | 2 +-
6481 net/core/dev_ioctl.c | 7 +-
6482 net/core/filter.c | 8 +-
6483 net/core/net-procfs.c | 17 +-
6484 net/core/pktgen.c | 2 +-
6485 net/core/sock.c | 23 +-
6486 net/core/sysctl_net_core.c | 2 +-
6487 net/decnet/dn_dev.c | 2 +-
6488 net/ipv4/devinet.c | 6 +-
6489 net/ipv4/inet_hashtables.c | 6 +
6490 net/ipv4/ip_input.c | 7 +
6491 net/ipv4/ip_sockglue.c | 3 +-
6492 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
6493 net/ipv4/route.c | 6 +-
6494 net/ipv4/tcp_input.c | 6 +-
6495 net/ipv4/tcp_ipv4.c | 24 +-
6496 net/ipv4/tcp_minisocks.c | 9 +-
6497 net/ipv4/tcp_timer.c | 11 +
6498 net/ipv4/udp.c | 23 +
6499 net/ipv6/addrconf.c | 13 +-
6500 net/ipv6/proc.c | 2 +-
6501 net/ipv6/tcp_ipv6.c | 23 +-
6502 net/ipv6/udp.c | 7 +
6503 net/ipx/ipx_proc.c | 2 +-
6504 net/irda/irproc.c | 2 +-
6505 net/llc/llc_proc.c | 2 +-
6506 net/netfilter/Kconfig | 10 +
6507 net/netfilter/Makefile | 1 +
6508 net/netfilter/xt_gradm.c | 51 +
6509 net/netfilter/xt_hashlimit.c | 4 +-
6510 net/netfilter/xt_recent.c | 2 +-
6511 net/socket.c | 75 +-
6512 net/sunrpc/Kconfig | 1 +
6513 net/sunrpc/cache.c | 2 +-
6514 net/sunrpc/stats.c | 2 +-
6515 net/sysctl_net.c | 2 +-
6516 net/unix/af_unix.c | 52 +-
6517 net/vmw_vsock/vmci_transport_notify.c | 30 +-
6518 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
6519 net/x25/sysctl_net_x25.c | 2 +-
6520 net/x25/x25_proc.c | 2 +-
6521 scripts/Makefile.gcc-plugins | 7 +-
6522 scripts/gcc-plugins/.gitignore | 1 +
6523 scripts/gcc-plugins/Makefile | 10 +
6524 scripts/gcc-plugins/gen-random-seed.sh | 8 +
6525 scripts/gcc-plugins/randomize_layout_plugin.c | 940 +++
6526 .../size_overflow_plugin/size_overflow_hash.data | 296 +-
6527 scripts/package/Makefile | 2 +-
6528 scripts/package/mkspec | 41 +-
6529 security/Kconfig | 366 +-
6530 security/apparmor/file.c | 4 +-
6531 security/apparmor/lsm.c | 6 +-
6532 security/commoncap.c | 29 +
6533 security/keys/internal.h | 2 +-
6534 security/min_addr.c | 2 +
6535 security/tomoyo/file.c | 12 +-
6536 security/tomoyo/mount.c | 4 +
6537 security/tomoyo/tomoyo.c | 20 +-
6538 security/yama/Kconfig | 2 +-
6539 sound/synth/emux/emux_seq.c | 14 +-
6540 sound/usb/line6/driver.c | 40 +-
6541 sound/usb/line6/toneport.c | 12 +-
6542 511 files changed, 32801 insertions(+), 3213 deletions(-)
6543
6544 commit cb11f67628b6b8bd97c26b6223460789e4273364
6545 Author: Brad Spengler <spender@grsecurity.net>
6546 Date: Fri Aug 12 18:15:59 2016 -0400
6547
6548 Initial import of pax-linux-4.7-test3.patch
6549
6550 .gitignore | 1 +
6551 Documentation/dontdiff | 46 +-
6552 Documentation/kbuild/makefiles.txt | 39 +-
6553 Documentation/kernel-parameters.txt | 28 +
6554 Makefile | 20 +-
6555 arch/Kconfig | 14 +
6556 arch/alpha/include/asm/atomic.h | 10 +
6557 arch/alpha/include/asm/elf.h | 7 +
6558 arch/alpha/include/asm/pgalloc.h | 6 +
6559 arch/alpha/include/asm/pgtable.h | 11 +
6560 arch/alpha/kernel/module.c | 2 +-
6561 arch/alpha/kernel/osf_sys.c | 8 +-
6562 arch/alpha/mm/fault.c | 141 +-
6563 arch/arm/Kconfig | 6 +-
6564 arch/arm/boot/compressed/Makefile | 2 +
6565 arch/arm/include/asm/atomic.h | 323 +-
6566 arch/arm/include/asm/cache.h | 4 +-
6567 arch/arm/include/asm/cacheflush.h | 2 +-
6568 arch/arm/include/asm/checksum.h | 14 +-
6569 arch/arm/include/asm/cmpxchg.h | 4 +
6570 arch/arm/include/asm/cpuidle.h | 2 +-
6571 arch/arm/include/asm/domain.h | 42 +-
6572 arch/arm/include/asm/elf.h | 9 +-
6573 arch/arm/include/asm/fncpy.h | 2 +
6574 arch/arm/include/asm/futex.h | 1 +
6575 arch/arm/include/asm/kmap_types.h | 2 +-
6576 arch/arm/include/asm/mach/dma.h | 2 +-
6577 arch/arm/include/asm/mach/map.h | 16 +-
6578 arch/arm/include/asm/outercache.h | 2 +-
6579 arch/arm/include/asm/page.h | 3 +-
6580 arch/arm/include/asm/pgalloc.h | 20 +
6581 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
6582 arch/arm/include/asm/pgtable-2level.h | 3 +
6583 arch/arm/include/asm/pgtable-3level.h | 3 +
6584 arch/arm/include/asm/pgtable.h | 54 +-
6585 arch/arm/include/asm/smp.h | 2 +-
6586 arch/arm/include/asm/string.h | 10 +-
6587 arch/arm/include/asm/thread_info.h | 3 +
6588 arch/arm/include/asm/tls.h | 3 +
6589 arch/arm/include/asm/uaccess.h | 113 +-
6590 arch/arm/include/uapi/asm/ptrace.h | 2 +-
6591 arch/arm/kernel/armksyms.c | 2 +-
6592 arch/arm/kernel/cpuidle.c | 2 +-
6593 arch/arm/kernel/entry-armv.S | 109 +-
6594 arch/arm/kernel/entry-common.S | 40 +-
6595 arch/arm/kernel/entry-header.S | 55 +
6596 arch/arm/kernel/fiq.c | 3 +
6597 arch/arm/kernel/module-plts.c | 7 +-
6598 arch/arm/kernel/module.c | 38 +-
6599 arch/arm/kernel/patch.c | 2 +
6600 arch/arm/kernel/process.c | 86 +-
6601 arch/arm/kernel/reboot.c | 1 +
6602 arch/arm/kernel/setup.c | 20 +-
6603 arch/arm/kernel/signal.c | 35 +-
6604 arch/arm/kernel/smp.c | 2 +-
6605 arch/arm/kernel/tcm.c | 4 +-
6606 arch/arm/kernel/vmlinux.lds.S | 6 +-
6607 arch/arm/kvm/arm.c | 8 +-
6608 arch/arm/lib/copy_page.S | 1 +
6609 arch/arm/lib/csumpartialcopyuser.S | 4 +-
6610 arch/arm/lib/delay.c | 2 +-
6611 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
6612 arch/arm/mach-exynos/suspend.c | 6 +-
6613 arch/arm/mach-mmp/mmp2.c | 4 +-
6614 arch/arm/mach-mmp/pxa910.c | 4 +-
6615 arch/arm/mach-mvebu/coherency.c | 4 +-
6616 arch/arm/mach-omap2/board-n8x0.c | 2 +-
6617 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
6618 arch/arm/mach-omap2/omap-smp.c | 1 +
6619 arch/arm/mach-omap2/omap_device.c | 4 +-
6620 arch/arm/mach-omap2/omap_device.h | 4 +-
6621 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
6622 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
6623 arch/arm/mach-omap2/wd_timer.c | 6 +-
6624 arch/arm/mach-s3c64xx/mach-smdk6410.c | 2 +-
6625 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
6626 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
6627 arch/arm/mach-tegra/irq.c | 1 +
6628 arch/arm/mach-ux500/pm.c | 1 +
6629 arch/arm/mach-zynq/platsmp.c | 1 +
6630 arch/arm/mm/Kconfig | 6 +-
6631 arch/arm/mm/cache-l2x0.c | 2 +-
6632 arch/arm/mm/context.c | 10 +-
6633 arch/arm/mm/fault.c | 160 +
6634 arch/arm/mm/fault.h | 12 +
6635 arch/arm/mm/init.c | 39 +
6636 arch/arm/mm/ioremap.c | 4 +-
6637 arch/arm/mm/mmap.c | 36 +-
6638 arch/arm/mm/mmu.c | 162 +-
6639 arch/arm/net/bpf_jit_32.c | 3 +
6640 arch/arm/plat-iop/setup.c | 2 +-
6641 arch/arm/plat-omap/sram.c | 2 +
6642 arch/arm64/Kconfig | 1 +
6643 arch/arm64/include/asm/atomic.h | 10 +
6644 arch/arm64/include/asm/percpu.h | 8 +-
6645 arch/arm64/include/asm/pgalloc.h | 5 +
6646 arch/arm64/include/asm/string.h | 22 +-
6647 arch/arm64/include/asm/uaccess.h | 1 +
6648 arch/arm64/mm/dma-mapping.c | 2 +-
6649 arch/avr32/include/asm/elf.h | 8 +-
6650 arch/avr32/include/asm/kmap_types.h | 4 +-
6651 arch/avr32/mm/fault.c | 27 +
6652 arch/frv/include/asm/atomic.h | 10 +
6653 arch/frv/include/asm/kmap_types.h | 2 +-
6654 arch/frv/mm/elf-fdpic.c | 3 +-
6655 arch/ia64/Makefile | 1 +
6656 arch/ia64/include/asm/atomic.h | 10 +
6657 arch/ia64/include/asm/elf.h | 7 +
6658 arch/ia64/include/asm/pgalloc.h | 12 +
6659 arch/ia64/include/asm/pgtable.h | 13 +-
6660 arch/ia64/include/asm/spinlock.h | 2 +-
6661 arch/ia64/include/asm/uaccess.h | 27 +-
6662 arch/ia64/kernel/module.c | 20 +-
6663 arch/ia64/kernel/palinfo.c | 2 +-
6664 arch/ia64/kernel/sys_ia64.c | 7 +
6665 arch/ia64/kernel/vmlinux.lds.S | 2 +-
6666 arch/ia64/mm/fault.c | 32 +-
6667 arch/ia64/mm/init.c | 15 +-
6668 arch/m32r/lib/usercopy.c | 6 +
6669 arch/mips/Kbuild | 2 +-
6670 arch/mips/Kconfig | 1 +
6671 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
6672 arch/mips/include/asm/atomic.h | 372 +-
6673 arch/mips/include/asm/cache.h | 3 +-
6674 arch/mips/include/asm/elf.h | 7 +
6675 arch/mips/include/asm/exec.h | 2 +-
6676 arch/mips/include/asm/hw_irq.h | 2 +-
6677 arch/mips/include/asm/irq.h | 1 -
6678 arch/mips/include/asm/local.h | 57 +
6679 arch/mips/include/asm/page.h | 2 +-
6680 arch/mips/include/asm/pgalloc.h | 5 +
6681 arch/mips/include/asm/pgtable.h | 3 +
6682 arch/mips/include/asm/uaccess.h | 1 +
6683 arch/mips/kernel/binfmt_elfn32.c | 7 +
6684 arch/mips/kernel/binfmt_elfo32.c | 7 +
6685 arch/mips/kernel/irq-gt641xx.c | 2 +-
6686 arch/mips/kernel/irq.c | 6 +-
6687 arch/mips/kernel/pm-cps.c | 2 +-
6688 arch/mips/kernel/process.c | 12 -
6689 arch/mips/kernel/sync-r4k.c | 24 +-
6690 arch/mips/kernel/traps.c | 13 +-
6691 arch/mips/lib/ashldi3.c | 21 +-
6692 arch/mips/lib/ashrdi3.c | 19 +-
6693 arch/mips/lib/libgcc.h | 12 +-
6694 arch/mips/mm/fault.c | 25 +
6695 arch/mips/mm/init.c | 4 +-
6696 arch/mips/mm/mmap.c | 24 +-
6697 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
6698 arch/mips/sni/rm200.c | 2 +-
6699 arch/mips/vr41xx/common/icu.c | 2 +-
6700 arch/mips/vr41xx/common/irq.c | 4 +-
6701 arch/parisc/include/asm/atomic.h | 10 +
6702 arch/parisc/include/asm/elf.h | 7 +
6703 arch/parisc/include/asm/pgalloc.h | 6 +
6704 arch/parisc/include/asm/pgtable.h | 11 +
6705 arch/parisc/include/asm/uaccess.h | 4 +-
6706 arch/parisc/kernel/module.c | 26 +-
6707 arch/parisc/kernel/sys_parisc.c | 15 +
6708 arch/parisc/kernel/traps.c | 4 +-
6709 arch/parisc/mm/fault.c | 140 +-
6710 arch/powerpc/Kconfig | 1 +
6711 arch/powerpc/include/asm/atomic.h | 317 +-
6712 arch/powerpc/include/asm/book3s/32/hash.h | 1 +
6713 arch/powerpc/include/asm/book3s/64/pgalloc.h | 10 +
6714 arch/powerpc/include/asm/elf.h | 12 +
6715 arch/powerpc/include/asm/exec.h | 2 +-
6716 arch/powerpc/include/asm/kmap_types.h | 2 +-
6717 arch/powerpc/include/asm/local.h | 46 +
6718 arch/powerpc/include/asm/mman.h | 2 +-
6719 arch/powerpc/include/asm/nohash/64/pgalloc.h | 7 +
6720 arch/powerpc/include/asm/page.h | 8 +-
6721 arch/powerpc/include/asm/page_64.h | 7 +-
6722 arch/powerpc/include/asm/pgtable.h | 1 +
6723 arch/powerpc/include/asm/reg.h | 1 +
6724 arch/powerpc/include/asm/smp.h | 2 +-
6725 arch/powerpc/include/asm/spinlock.h | 42 +-
6726 arch/powerpc/include/asm/string.h | 18 +-
6727 arch/powerpc/include/asm/uaccess.h | 141 +-
6728 arch/powerpc/kernel/Makefile | 5 +
6729 arch/powerpc/kernel/exceptions-64e.S | 4 +-
6730 arch/powerpc/kernel/exceptions-64s.S | 2 +-
6731 arch/powerpc/kernel/module_32.c | 15 +-
6732 arch/powerpc/kernel/process.c | 7 -
6733 arch/powerpc/kernel/signal_32.c | 2 +-
6734 arch/powerpc/kernel/signal_64.c | 2 +-
6735 arch/powerpc/kernel/traps.c | 21 +
6736 arch/powerpc/kernel/vdso.c | 5 +-
6737 arch/powerpc/lib/usercopy_64.c | 18 -
6738 arch/powerpc/mm/fault.c | 56 +-
6739 arch/powerpc/mm/mmap.c | 16 +
6740 arch/powerpc/mm/slice.c | 21 +-
6741 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
6742 arch/s390/include/asm/atomic.h | 10 +
6743 arch/s390/include/asm/elf.h | 7 +
6744 arch/s390/include/asm/exec.h | 2 +-
6745 arch/s390/include/asm/uaccess.h | 13 +-
6746 arch/s390/kernel/module.c | 22 +-
6747 arch/s390/kernel/process.c | 7 -
6748 arch/s390/mm/mmap.c | 22 +-
6749 arch/score/include/asm/exec.h | 2 +-
6750 arch/score/kernel/process.c | 5 -
6751 arch/sh/mm/mmap.c | 28 +-
6752 arch/sparc/Kconfig | 1 +
6753 arch/sparc/include/asm/atomic_64.h | 116 +-
6754 arch/sparc/include/asm/cache.h | 2 +-
6755 arch/sparc/include/asm/elf_32.h | 7 +
6756 arch/sparc/include/asm/elf_64.h | 7 +
6757 arch/sparc/include/asm/pgalloc_32.h | 1 +
6758 arch/sparc/include/asm/pgalloc_64.h | 1 +
6759 arch/sparc/include/asm/pgtable.h | 4 +
6760 arch/sparc/include/asm/pgtable_32.h | 15 +-
6761 arch/sparc/include/asm/pgtsrmmu.h | 5 +
6762 arch/sparc/include/asm/setup.h | 4 +-
6763 arch/sparc/include/asm/spinlock_64.h | 35 +-
6764 arch/sparc/include/asm/thread_info_32.h | 1 +
6765 arch/sparc/include/asm/thread_info_64.h | 2 +
6766 arch/sparc/include/asm/uaccess.h | 1 +
6767 arch/sparc/include/asm/uaccess_32.h | 28 +-
6768 arch/sparc/include/asm/uaccess_64.h | 24 +-
6769 arch/sparc/kernel/Makefile | 2 +-
6770 arch/sparc/kernel/prom_common.c | 2 +-
6771 arch/sparc/kernel/smp_64.c | 8 +-
6772 arch/sparc/kernel/sys_sparc_32.c | 2 +-
6773 arch/sparc/kernel/sys_sparc_64.c | 58 +-
6774 arch/sparc/kernel/traps_64.c | 27 +-
6775 arch/sparc/lib/Makefile | 2 +-
6776 arch/sparc/lib/atomic_64.S | 57 +-
6777 arch/sparc/lib/ksyms.c | 6 +-
6778 arch/sparc/mm/Makefile | 2 +-
6779 arch/sparc/mm/fault_32.c | 292 +
6780 arch/sparc/mm/fault_64.c | 486 +
6781 arch/sparc/mm/hugetlbpage.c | 30 +-
6782 arch/sparc/mm/init_64.c | 10 +-
6783 arch/tile/include/asm/atomic_64.h | 10 +
6784 arch/tile/include/asm/uaccess.h | 4 +-
6785 arch/um/Makefile | 2 +
6786 arch/um/include/asm/kmap_types.h | 2 +-
6787 arch/um/include/asm/page.h | 3 +
6788 arch/um/include/asm/pgtable-3level.h | 1 +
6789 arch/um/kernel/process.c | 16 -
6790 arch/x86/Kconfig | 33 +-
6791 arch/x86/Kconfig.cpu | 6 +-
6792 arch/x86/Kconfig.debug | 3 +-
6793 arch/x86/Makefile | 13 +-
6794 arch/x86/boot/bitops.h | 4 +-
6795 arch/x86/boot/boot.h | 2 +-
6796 arch/x86/boot/compressed/Makefile | 17 +
6797 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
6798 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
6799 arch/x86/boot/compressed/head_32.S | 4 +-
6800 arch/x86/boot/compressed/head_64.S | 12 +-
6801 arch/x86/boot/compressed/misc.c | 19 +-
6802 arch/x86/boot/compressed/pagetable.c | 1 +
6803 arch/x86/boot/cpucheck.c | 16 +-
6804 arch/x86/boot/header.S | 7 +-
6805 arch/x86/boot/memory.c | 2 +-
6806 arch/x86/boot/video-vesa.c | 1 +
6807 arch/x86/boot/video.c | 2 +-
6808 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
6809 arch/x86/crypto/aesni-intel_asm.S | 116 +-
6810 arch/x86/crypto/aesni-intel_glue.c | 4 +-
6811 arch/x86/crypto/blowfish-x86_64-asm_64.S | 11 +-
6812 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 22 +-
6813 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 22 +-
6814 arch/x86/crypto/camellia-x86_64-asm_64.S | 11 +-
6815 arch/x86/crypto/camellia_aesni_avx2_glue.c | 18 +-
6816 arch/x86/crypto/camellia_aesni_avx_glue.c | 18 +-
6817 arch/x86/crypto/camellia_glue.c | 8 +-
6818 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 55 +-
6819 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 37 +-
6820 arch/x86/crypto/cast6_avx_glue.c | 16 +-
6821 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 2 +
6822 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
6823 arch/x86/crypto/glue_helper.c | 2 +-
6824 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
6825 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 21 +-
6826 arch/x86/crypto/serpent-avx2-asm_64.S | 21 +-
6827 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
6828 arch/x86/crypto/serpent_avx2_glue.c | 14 +-
6829 arch/x86/crypto/serpent_avx_glue.c | 18 +-
6830 arch/x86/crypto/serpent_sse2_glue.c | 4 +-
6831 arch/x86/crypto/sha-mb/sha1_mb_mgr_flush_avx2.S | 4 +-
6832 arch/x86/crypto/sha-mb/sha1_mb_mgr_submit_avx2.S | 2 +-
6833 arch/x86/crypto/sha1_ssse3_asm.S | 13 +-
6834 arch/x86/crypto/sha1_ssse3_glue.c | 56 +-
6835 arch/x86/crypto/sha256-avx-asm.S | 5 +-
6836 arch/x86/crypto/sha256-avx2-asm.S | 5 +-
6837 arch/x86/crypto/sha256-ssse3-asm.S | 6 +-
6838 arch/x86/crypto/sha256_ni_asm.S | 2 +-
6839 arch/x86/crypto/sha256_ssse3_glue.c | 26 +-
6840 arch/x86/crypto/sha512-avx-asm.S | 5 +-
6841 arch/x86/crypto/sha512-avx2-asm.S | 5 +-
6842 arch/x86/crypto/sha512-ssse3-asm.S | 5 +-
6843 arch/x86/crypto/sha512_ssse3_glue.c | 22 +-
6844 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 37 +-
6845 arch/x86/crypto/twofish-i586-asm_32.S | 4 +-
6846 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 6 +-
6847 arch/x86/crypto/twofish-x86_64-asm_64.S | 7 +-
6848 arch/x86/crypto/twofish_avx_glue.c | 21 +-
6849 arch/x86/crypto/twofish_glue.c | 4 +-
6850 arch/x86/crypto/twofish_glue_3way.c | 12 +-
6851 arch/x86/entry/Makefile | 2 +
6852 arch/x86/entry/calling.h | 86 +-
6853 arch/x86/entry/common.c | 89 +-
6854 arch/x86/entry/entry_32.S | 330 +-
6855 arch/x86/entry/entry_64.S | 593 +-
6856 arch/x86/entry/entry_64_compat.S | 110 +-
6857 arch/x86/entry/thunk_64.S | 2 +
6858 arch/x86/entry/vdso/Makefile | 5 +-
6859 arch/x86/entry/vdso/vclock_gettime.c | 2 +-
6860 arch/x86/entry/vdso/vdso2c.h | 4 +-
6861 arch/x86/entry/vdso/vma.c | 42 +-
6862 arch/x86/entry/vsyscall/vsyscall_64.c | 20 +-
6863 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 3 +-
6864 arch/x86/events/amd/iommu.c | 8 +-
6865 arch/x86/events/core.c | 8 +-
6866 arch/x86/events/intel/bts.c | 6 +-
6867 arch/x86/events/intel/core.c | 34 +-
6868 arch/x86/events/intel/cqm.c | 14 +-
6869 arch/x86/events/intel/cstate.c | 6 +-
6870 arch/x86/events/intel/ds.c | 7 +-
6871 arch/x86/events/intel/lbr.c | 4 +-
6872 arch/x86/events/intel/pt.c | 38 +-
6873 arch/x86/events/intel/rapl.c | 8 +-
6874 arch/x86/events/intel/uncore.c | 6 +-
6875 arch/x86/events/intel/uncore.h | 14 +-
6876 arch/x86/events/perf_event.h | 2 +-
6877 arch/x86/ia32/ia32_signal.c | 23 +-
6878 arch/x86/ia32/sys_ia32.c | 42 +-
6879 arch/x86/include/asm/alternative-asm.h | 43 +-
6880 arch/x86/include/asm/alternative.h | 4 +-
6881 arch/x86/include/asm/apic.h | 2 +-
6882 arch/x86/include/asm/apm.h | 4 +-
6883 arch/x86/include/asm/atomic.h | 230 +-
6884 arch/x86/include/asm/atomic64_32.h | 131 +
6885 arch/x86/include/asm/atomic64_64.h | 169 +-
6886 arch/x86/include/asm/bitops.h | 18 +-
6887 arch/x86/include/asm/boot.h | 2 +-
6888 arch/x86/include/asm/cache.h | 4 +-
6889 arch/x86/include/asm/checksum_32.h | 12 +-
6890 arch/x86/include/asm/cmpxchg.h | 39 +
6891 arch/x86/include/asm/compat.h | 4 +
6892 arch/x86/include/asm/cpufeature.h | 2 +-
6893 arch/x86/include/asm/cpufeatures.h | 5 +-
6894 arch/x86/include/asm/crypto/camellia.h | 30 +-
6895 arch/x86/include/asm/crypto/glue_helper.h | 10 +-
6896 arch/x86/include/asm/crypto/serpent-avx.h | 18 +-
6897 arch/x86/include/asm/crypto/serpent-sse2.h | 8 +-
6898 arch/x86/include/asm/crypto/twofish.h | 10 +-
6899 arch/x86/include/asm/desc.h | 78 +-
6900 arch/x86/include/asm/desc_defs.h | 6 +
6901 arch/x86/include/asm/div64.h | 2 +-
6902 arch/x86/include/asm/dma.h | 2 +
6903 arch/x86/include/asm/efi.h | 5 +
6904 arch/x86/include/asm/elf.h | 33 +-
6905 arch/x86/include/asm/emergency-restart.h | 2 +-
6906 arch/x86/include/asm/fixmap.h | 2 +-
6907 arch/x86/include/asm/fpu/internal.h | 38 +-
6908 arch/x86/include/asm/fpu/types.h | 5 +-
6909 arch/x86/include/asm/futex.h | 14 +-
6910 arch/x86/include/asm/hw_irq.h | 4 +-
6911 arch/x86/include/asm/hypervisor.h | 2 +-
6912 arch/x86/include/asm/i8259.h | 2 +-
6913 arch/x86/include/asm/io.h | 22 +-
6914 arch/x86/include/asm/irqflags.h | 5 +
6915 arch/x86/include/asm/kprobes.h | 2 +-
6916 arch/x86/include/asm/kvm_emulate.h | 7 +-
6917 arch/x86/include/asm/local.h | 106 +-
6918 arch/x86/include/asm/mce.h | 2 +-
6919 arch/x86/include/asm/mman.h | 15 +
6920 arch/x86/include/asm/mmu.h | 14 +-
6921 arch/x86/include/asm/mmu_context.h | 33 +-
6922 arch/x86/include/asm/module.h | 23 +-
6923 arch/x86/include/asm/nmi.h | 19 +-
6924 arch/x86/include/asm/page.h | 2 +
6925 arch/x86/include/asm/page_32.h | 12 +-
6926 arch/x86/include/asm/page_64.h | 14 +-
6927 arch/x86/include/asm/paravirt.h | 46 +-
6928 arch/x86/include/asm/paravirt_types.h | 13 +-
6929 arch/x86/include/asm/pgalloc.h | 23 +
6930 arch/x86/include/asm/pgtable-2level.h | 2 +
6931 arch/x86/include/asm/pgtable-3level.h | 7 +
6932 arch/x86/include/asm/pgtable.h | 128 +-
6933 arch/x86/include/asm/pgtable_32.h | 14 +-
6934 arch/x86/include/asm/pgtable_32_types.h | 24 +-
6935 arch/x86/include/asm/pgtable_64.h | 23 +-
6936 arch/x86/include/asm/pgtable_64_types.h | 5 +
6937 arch/x86/include/asm/pgtable_types.h | 27 +-
6938 arch/x86/include/asm/pmem.h | 2 +-
6939 arch/x86/include/asm/preempt.h | 2 +-
6940 arch/x86/include/asm/processor.h | 57 +-
6941 arch/x86/include/asm/ptrace.h | 15 +-
6942 arch/x86/include/asm/realmode.h | 4 +-
6943 arch/x86/include/asm/reboot.h | 10 +-
6944 arch/x86/include/asm/rmwcc.h | 84 +-
6945 arch/x86/include/asm/rwsem.h | 63 +-
6946 arch/x86/include/asm/segment.h | 27 +-
6947 arch/x86/include/asm/smap.h | 43 +
6948 arch/x86/include/asm/smp.h | 14 +-
6949 arch/x86/include/asm/stackprotector.h | 4 +-
6950 arch/x86/include/asm/stacktrace.h | 34 +-
6951 arch/x86/include/asm/string_32.h | 20 +-
6952 arch/x86/include/asm/string_64.h | 16 +-
6953 arch/x86/include/asm/switch_to.h | 4 +-
6954 arch/x86/include/asm/sys_ia32.h | 6 +-
6955 arch/x86/include/asm/thread_info.h | 54 +-
6956 arch/x86/include/asm/tlbflush.h | 77 +-
6957 arch/x86/include/asm/traps.h | 4 +-
6958 arch/x86/include/asm/uaccess.h | 210 +-
6959 arch/x86/include/asm/uaccess_32.h | 28 +-
6960 arch/x86/include/asm/uaccess_64.h | 170 +-
6961 arch/x86/include/asm/word-at-a-time.h | 2 +-
6962 arch/x86/include/asm/x86_init.h | 8 +-
6963 arch/x86/include/asm/xen/page.h | 2 +-
6964 arch/x86/include/uapi/asm/e820.h | 2 +-
6965 arch/x86/kernel/Makefile | 2 +-
6966 arch/x86/kernel/acpi/boot.c | 4 +-
6967 arch/x86/kernel/acpi/sleep.c | 4 +
6968 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
6969 arch/x86/kernel/alternative.c | 113 +-
6970 arch/x86/kernel/apic/apic.c | 4 +-
6971 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
6972 arch/x86/kernel/apic/apic_noop.c | 2 +-
6973 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
6974 arch/x86/kernel/apic/io_apic.c | 10 +-
6975 arch/x86/kernel/apic/msi.c | 2 +-
6976 arch/x86/kernel/apic/probe_32.c | 4 +-
6977 arch/x86/kernel/apic/vector.c | 2 +
6978 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
6979 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
6980 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
6981 arch/x86/kernel/apm_32.c | 21 +-
6982 arch/x86/kernel/asm-offsets.c | 21 +
6983 arch/x86/kernel/cpu/Makefile | 4 -
6984 arch/x86/kernel/cpu/amd.c | 2 +-
6985 arch/x86/kernel/cpu/bugs_64.c | 2 +
6986 arch/x86/kernel/cpu/common.c | 206 +-
6987 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
6988 arch/x86/kernel/cpu/mcheck/mce.c | 38 +-
6989 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
6990 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
6991 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
6992 arch/x86/kernel/cpu/mshyperv.c | 2 +-
6993 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
6994 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
6995 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
6996 arch/x86/kernel/cpu/vmware.c | 2 +-
6997 arch/x86/kernel/crash_dump_64.c | 2 +-
6998 arch/x86/kernel/doublefault.c | 8 +-
6999 arch/x86/kernel/dumpstack.c | 14 +-
7000 arch/x86/kernel/dumpstack_32.c | 23 +-
7001 arch/x86/kernel/dumpstack_64.c | 70 +-
7002 arch/x86/kernel/e820.c | 4 +-
7003 arch/x86/kernel/early_printk.c | 1 +
7004 arch/x86/kernel/espfix_64.c | 44 +-
7005 arch/x86/kernel/fpu/core.c | 30 +-
7006 arch/x86/kernel/fpu/init.c | 49 +-
7007 arch/x86/kernel/fpu/regset.c | 22 +-
7008 arch/x86/kernel/fpu/signal.c | 20 +-
7009 arch/x86/kernel/fpu/xstate.c | 12 +-
7010 arch/x86/kernel/ftrace.c | 18 +-
7011 arch/x86/kernel/head64.c | 14 +-
7012 arch/x86/kernel/head_32.S | 236 +-
7013 arch/x86/kernel/head_64.S | 179 +-
7014 arch/x86/kernel/i386_ksyms_32.c | 12 +
7015 arch/x86/kernel/i8259.c | 10 +-
7016 arch/x86/kernel/io_delay.c | 2 +-
7017 arch/x86/kernel/ioport.c | 2 +-
7018 arch/x86/kernel/irq.c | 8 +-
7019 arch/x86/kernel/irq_32.c | 43 +-
7020 arch/x86/kernel/jump_label.c | 10 +-
7021 arch/x86/kernel/kgdb.c | 21 +-
7022 arch/x86/kernel/kprobes/core.c | 28 +-
7023 arch/x86/kernel/kprobes/opt.c | 16 +-
7024 arch/x86/kernel/ksysfs.c | 2 +-
7025 arch/x86/kernel/kvm.c | 2 +-
7026 arch/x86/kernel/kvmclock.c | 20 +-
7027 arch/x86/kernel/ldt.c | 25 +
7028 arch/x86/kernel/machine_kexec_32.c | 6 +-
7029 arch/x86/kernel/mcount_64.S | 21 +-
7030 arch/x86/kernel/module.c | 78 +-
7031 arch/x86/kernel/msr.c | 2 +-
7032 arch/x86/kernel/nmi.c | 34 +-
7033 arch/x86/kernel/nmi_selftest.c | 4 +-
7034 arch/x86/kernel/paravirt-spinlocks.c | 24 +-
7035 arch/x86/kernel/paravirt.c | 133 +-
7036 arch/x86/kernel/paravirt_patch_64.c | 8 +
7037 arch/x86/kernel/pci-calgary_64.c | 2 +-
7038 arch/x86/kernel/pci-iommu_table.c | 2 +-
7039 arch/x86/kernel/pci-swiotlb.c | 2 +-
7040 arch/x86/kernel/process.c | 80 +-
7041 arch/x86/kernel/process_32.c | 29 +-
7042 arch/x86/kernel/process_64.c | 14 +-
7043 arch/x86/kernel/ptrace.c | 20 +-
7044 arch/x86/kernel/pvclock.c | 8 +-
7045 arch/x86/kernel/reboot.c | 44 +-
7046 arch/x86/kernel/reboot_fixups_32.c | 2 +-
7047 arch/x86/kernel/relocate_kernel_64.S | 3 +-
7048 arch/x86/kernel/setup.c | 29 +-
7049 arch/x86/kernel/setup_percpu.c | 29 +-
7050 arch/x86/kernel/signal.c | 17 +-
7051 arch/x86/kernel/smp.c | 2 +-
7052 arch/x86/kernel/smpboot.c | 29 +-
7053 arch/x86/kernel/step.c | 6 +-
7054 arch/x86/kernel/sys_i386_32.c | 184 +
7055 arch/x86/kernel/sys_x86_64.c | 28 +-
7056 arch/x86/kernel/tboot.c | 22 +-
7057 arch/x86/kernel/time.c | 8 +-
7058 arch/x86/kernel/tls.c | 7 +-
7059 arch/x86/kernel/tracepoint.c | 4 +-
7060 arch/x86/kernel/traps.c | 64 +-
7061 arch/x86/kernel/tsc.c | 2 +-
7062 arch/x86/kernel/uprobes.c | 4 +-
7063 arch/x86/kernel/vm86_32.c | 6 +-
7064 arch/x86/kernel/vmlinux.lds.S | 144 +-
7065 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
7066 arch/x86/kernel/x86_init.c | 6 +-
7067 arch/x86/kvm/cpuid.c | 21 +-
7068 arch/x86/kvm/emulate.c | 20 +-
7069 arch/x86/kvm/i8259.c | 10 +-
7070 arch/x86/kvm/ioapic.c | 2 +
7071 arch/x86/kvm/lapic.c | 2 +-
7072 arch/x86/kvm/paging_tmpl.h | 2 +-
7073 arch/x86/kvm/svm.c | 10 +-
7074 arch/x86/kvm/vmx.c | 60 +-
7075 arch/x86/kvm/x86.c | 44 +-
7076 arch/x86/lguest/boot.c | 3 +-
7077 arch/x86/lib/atomic64_386_32.S | 164 +
7078 arch/x86/lib/atomic64_cx8_32.S | 98 +-
7079 arch/x86/lib/checksum_32.S | 99 +-
7080 arch/x86/lib/clear_page_64.S | 3 +
7081 arch/x86/lib/cmpxchg16b_emu.S | 3 +
7082 arch/x86/lib/copy_page_64.S | 14 +-
7083 arch/x86/lib/copy_user_64.S | 66 +-
7084 arch/x86/lib/csum-copy_64.S | 14 +-
7085 arch/x86/lib/csum-wrappers_64.c | 8 +-
7086 arch/x86/lib/getuser.S | 74 +-
7087 arch/x86/lib/insn.c | 8 +-
7088 arch/x86/lib/iomap_copy_64.S | 2 +
7089 arch/x86/lib/memcpy_64.S | 6 +
7090 arch/x86/lib/memmove_64.S | 3 +-
7091 arch/x86/lib/memset_64.S | 3 +
7092 arch/x86/lib/mmx_32.c | 243 +-
7093 arch/x86/lib/msr-reg.S | 2 +
7094 arch/x86/lib/putuser.S | 87 +-
7095 arch/x86/lib/rwsem.S | 4 +
7096 arch/x86/lib/usercopy_32.c | 359 +-
7097 arch/x86/lib/usercopy_64.c | 22 +-
7098 arch/x86/math-emu/fpu_aux.c | 2 +-
7099 arch/x86/math-emu/fpu_entry.c | 4 +-
7100 arch/x86/math-emu/fpu_etc.c | 9 +-
7101 arch/x86/math-emu/fpu_system.h | 2 +-
7102 arch/x86/math-emu/fpu_trig.c | 13 +-
7103 arch/x86/math-emu/reg_constant.c | 7 +-
7104 arch/x86/mm/Makefile | 3 +
7105 arch/x86/mm/dump_pagetables.c | 32 +-
7106 arch/x86/mm/extable.c | 20 +-
7107 arch/x86/mm/fault.c | 572 +-
7108 arch/x86/mm/gup.c | 6 +-
7109 arch/x86/mm/highmem_32.c | 6 +
7110 arch/x86/mm/hugetlbpage.c | 24 +-
7111 arch/x86/mm/init.c | 19 +-
7112 arch/x86/mm/init_32.c | 156 +-
7113 arch/x86/mm/init_64.c | 106 +-
7114 arch/x86/mm/iomap_32.c | 4 +
7115 arch/x86/mm/ioremap.c | 54 +-
7116 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
7117 arch/x86/mm/mmap.c | 46 +-
7118 arch/x86/mm/mmio-mod.c | 10 +-
7119 arch/x86/mm/mpx.c | 6 +-
7120 arch/x86/mm/numa.c | 2 +-
7121 arch/x86/mm/pageattr.c | 38 +-
7122 arch/x86/mm/pat.c | 12 +-
7123 arch/x86/mm/pat_rbtree.c | 2 +-
7124 arch/x86/mm/pf_in.c | 10 +-
7125 arch/x86/mm/pgtable.c | 211 +-
7126 arch/x86/mm/pgtable_32.c | 3 +
7127 arch/x86/mm/setup_nx.c | 7 +
7128 arch/x86/mm/tlb.c | 104 +-
7129 arch/x86/mm/uderef_64.c | 37 +
7130 arch/x86/net/bpf_jit.S | 11 +
7131 arch/x86/net/bpf_jit_comp.c | 13 +-
7132 arch/x86/oprofile/backtrace.c | 6 +-
7133 arch/x86/oprofile/nmi_int.c | 10 +-
7134 arch/x86/oprofile/op_model_amd.c | 8 +-
7135 arch/x86/oprofile/op_model_ppro.c | 7 +-
7136 arch/x86/oprofile/op_x86_model.h | 2 +-
7137 arch/x86/pci/intel_mid_pci.c | 2 +-
7138 arch/x86/pci/irq.c | 8 +-
7139 arch/x86/pci/pcbios.c | 112 +-
7140 arch/x86/pci/vmd.c | 4 +-
7141 arch/x86/platform/efi/efi_32.c | 24 +
7142 arch/x86/platform/efi/efi_64.c | 26 +-
7143 arch/x86/platform/efi/efi_stub_32.S | 64 +-
7144 arch/x86/platform/efi/efi_stub_64.S | 2 +
7145 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
7146 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
7147 arch/x86/platform/intel-mid/mfld.c | 4 +-
7148 arch/x86/platform/intel-mid/mrfl.c | 2 +-
7149 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
7150 arch/x86/platform/olpc/olpc_dt.c | 2 +-
7151 arch/x86/power/cpu.c | 11 +-
7152 arch/x86/realmode/init.c | 10 +-
7153 arch/x86/realmode/rm/header.S | 4 +-
7154 arch/x86/realmode/rm/reboot.S | 4 +
7155 arch/x86/realmode/rm/trampoline_32.S | 12 +-
7156 arch/x86/realmode/rm/trampoline_64.S | 3 +-
7157 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
7158 arch/x86/tools/Makefile | 2 +-
7159 arch/x86/tools/relocs.c | 97 +-
7160 arch/x86/um/mem_32.c | 2 +-
7161 arch/x86/um/tls_32.c | 2 +-
7162 arch/x86/xen/enlighten.c | 52 +-
7163 arch/x86/xen/mmu.c | 31 +-
7164 arch/x86/xen/smp.c | 16 +-
7165 arch/x86/xen/xen-asm_32.S | 2 +-
7166 arch/x86/xen/xen-head.S | 12 +
7167 arch/x86/xen/xen-ops.h | 2 -
7168 block/bio.c | 4 +-
7169 block/blk-cgroup.c | 18 +-
7170 block/blk-map.c | 2 +-
7171 block/blk-softirq.c | 2 +-
7172 block/bsg.c | 12 +-
7173 block/cfq-iosched.c | 4 +-
7174 block/compat_ioctl.c | 4 +-
7175 block/genhd.c | 9 +-
7176 block/partitions/efi.c | 8 +-
7177 block/scsi_ioctl.c | 29 +-
7178 crypto/cast6_generic.c | 6 +-
7179 crypto/cryptd.c | 4 +-
7180 crypto/crypto_user.c | 2 +-
7181 crypto/pcrypt.c | 2 +-
7182 crypto/salsa20_generic.c | 16 +-
7183 crypto/serpent_generic.c | 6 +-
7184 drivers/acpi/ac.c | 2 +-
7185 drivers/acpi/acpi_video.c | 2 +-
7186 drivers/acpi/apei/apei-internal.h | 2 +-
7187 drivers/acpi/apei/ghes.c | 10 +-
7188 drivers/acpi/battery.c | 2 +-
7189 drivers/acpi/bgrt.c | 6 +-
7190 drivers/acpi/blacklist.c | 6 +-
7191 drivers/acpi/bus.c | 4 +-
7192 drivers/acpi/device_pm.c | 4 +-
7193 drivers/acpi/ec.c | 6 +-
7194 drivers/acpi/osi.c | 2 +-
7195 drivers/acpi/pci_slot.c | 2 +-
7196 drivers/acpi/processor_idle.c | 2 +-
7197 drivers/acpi/processor_pdc.c | 2 +-
7198 drivers/acpi/sleep.c | 2 +-
7199 drivers/acpi/sysfs.c | 14 +-
7200 drivers/acpi/thermal.c | 2 +-
7201 drivers/acpi/video_detect.c | 7 +-
7202 drivers/android/binder.c | 2 +-
7203 drivers/ata/libata-core.c | 12 +-
7204 drivers/ata/libata-scsi.c | 2 +-
7205 drivers/ata/libata.h | 2 +-
7206 drivers/ata/pata_arasan_cf.c | 4 +-
7207 drivers/atm/adummy.c | 2 +-
7208 drivers/atm/ambassador.c | 8 +-
7209 drivers/atm/atmtcp.c | 14 +-
7210 drivers/atm/eni.c | 10 +-
7211 drivers/atm/firestream.c | 8 +-
7212 drivers/atm/fore200e.c | 14 +-
7213 drivers/atm/he.c | 18 +-
7214 drivers/atm/horizon.c | 4 +-
7215 drivers/atm/idt77252.c | 36 +-
7216 drivers/atm/iphase.c | 34 +-
7217 drivers/atm/lanai.c | 12 +-
7218 drivers/atm/nicstar.c | 46 +-
7219 drivers/atm/solos-pci.c | 4 +-
7220 drivers/atm/suni.c | 4 +-
7221 drivers/atm/uPD98402.c | 16 +-
7222 drivers/atm/zatm.c | 6 +-
7223 drivers/base/bus.c | 4 +-
7224 drivers/base/devres.c | 4 +-
7225 drivers/base/devtmpfs.c | 8 +-
7226 drivers/base/node.c | 2 +-
7227 drivers/base/platform-msi.c | 20 +-
7228 drivers/base/power/domain.c | 6 +-
7229 drivers/base/power/runtime.c | 61 +-
7230 drivers/base/power/sysfs.c | 2 +-
7231 drivers/base/power/wakeup.c | 8 +-
7232 drivers/base/regmap/regmap-debugfs.c | 4 +-
7233 drivers/base/regmap/regmap.c | 4 +-
7234 drivers/base/syscore.c | 4 +-
7235 drivers/block/cciss.c | 28 +-
7236 drivers/block/cciss.h | 2 +-
7237 drivers/block/drbd/drbd_bitmap.c | 2 +-
7238 drivers/block/drbd/drbd_int.h | 12 +-
7239 drivers/block/drbd/drbd_main.c | 12 +-
7240 drivers/block/drbd/drbd_nl.c | 16 +-
7241 drivers/block/drbd/drbd_receiver.c | 38 +-
7242 drivers/block/drbd/drbd_state.c | 12 +-
7243 drivers/block/drbd/drbd_state.h | 2 +-
7244 drivers/block/drbd/drbd_state_change.h | 8 +-
7245 drivers/block/drbd/drbd_worker.c | 14 +-
7246 drivers/block/floppy.c | 8 +-
7247 drivers/block/pktcdvd.c | 4 +-
7248 drivers/block/rbd.c | 2 +-
7249 drivers/bluetooth/btwilink.c | 2 +-
7250 drivers/bus/arm-cci.c | 6 +-
7251 drivers/cdrom/cdrom.c | 11 +-
7252 drivers/cdrom/gdrom.c | 1 -
7253 drivers/char/agp/compat_ioctl.c | 2 +-
7254 drivers/char/agp/frontend.c | 4 +-
7255 drivers/char/agp/intel-gtt.c | 4 +-
7256 drivers/char/hpet.c | 2 +-
7257 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
7258 drivers/char/ipmi/ipmi_poweroff.c | 2 +-
7259 drivers/char/ipmi/ipmi_si_intf.c | 12 +-
7260 drivers/char/ipmi/ipmi_ssif.c | 12 +-
7261 drivers/char/mem.c | 47 +-
7262 drivers/char/nvram.c | 2 +-
7263 drivers/char/pcmcia/synclink_cs.c | 16 +-
7264 drivers/char/random.c | 12 +-
7265 drivers/char/sonypi.c | 11 +-
7266 drivers/char/tpm/tpm-chip.c | 7 +-
7267 drivers/char/tpm/tpm_acpi.c | 3 +-
7268 drivers/char/tpm/tpm_eventlog.c | 5 +-
7269 drivers/char/virtio_console.c | 6 +-
7270 drivers/clk/clk-composite.c | 2 +-
7271 drivers/clk/samsung/clk.h | 2 +-
7272 drivers/clk/socfpga/clk-gate-a10.c | 9 +-
7273 drivers/clk/socfpga/clk-gate.c | 9 +-
7274 drivers/clk/socfpga/clk-pll-a10.c | 9 +-
7275 drivers/clk/socfpga/clk-pll.c | 9 +-
7276 drivers/clk/ti/adpll.c | 2 +-
7277 drivers/clk/ti/clk.c | 8 +-
7278 drivers/cpufreq/acpi-cpufreq.c | 17 +-
7279 drivers/cpufreq/cpufreq-dt.c | 4 +-
7280 drivers/cpufreq/cpufreq.c | 27 +-
7281 drivers/cpufreq/cpufreq_governor.h | 2 +-
7282 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
7283 drivers/cpufreq/intel_pstate.c | 56 +-
7284 drivers/cpufreq/p4-clockmod.c | 12 +-
7285 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
7286 drivers/cpufreq/speedstep-centrino.c | 7 +-
7287 drivers/cpuidle/driver.c | 2 +-
7288 drivers/cpuidle/dt_idle_states.c | 2 +-
7289 drivers/cpuidle/governor.c | 2 +-
7290 drivers/cpuidle/governors/ladder.c | 13 +-
7291 drivers/cpuidle/sysfs.c | 2 +-
7292 drivers/crypto/hifn_795x.c | 4 +-
7293 drivers/crypto/qat/qat_common/adf_aer.c | 2 +-
7294 drivers/crypto/qat/qat_common/adf_sriov.c | 4 +-
7295 drivers/crypto/qat/qat_common/adf_vf_isr.c | 6 +-
7296 drivers/devfreq/devfreq.c | 4 +-
7297 drivers/devfreq/governor_passive.c | 2 +-
7298 drivers/dma-buf/dma-buf.c | 5 +-
7299 drivers/dma/qcom/hidma.c | 2 +-
7300 drivers/dma/qcom/hidma_mgmt_sys.c | 2 +-
7301 drivers/dma/sh/shdma-base.c | 4 +-
7302 drivers/dma/sh/shdmac.c | 2 +-
7303 drivers/edac/edac_device.c | 4 +-
7304 drivers/edac/edac_device_sysfs.c | 2 +-
7305 drivers/edac/edac_mc_sysfs.c | 4 +-
7306 drivers/edac/edac_module.c | 2 +-
7307 drivers/edac/edac_pci.c | 4 +-
7308 drivers/edac/edac_pci_sysfs.c | 22 +-
7309 drivers/edac/mce_amd.h | 2 +-
7310 drivers/firewire/core-card.c | 6 +-
7311 drivers/firewire/core-cdev.c | 4 +-
7312 drivers/firewire/core-device.c | 2 +-
7313 drivers/firewire/core-iso.c | 2 +-
7314 drivers/firewire/core-transaction.c | 1 +
7315 drivers/firewire/core.h | 1 +
7316 drivers/firmware/dmi-id.c | 9 +-
7317 drivers/firmware/dmi_scan.c | 12 +-
7318 drivers/firmware/efi/cper.c | 8 +-
7319 drivers/firmware/efi/efi.c | 14 +-
7320 drivers/firmware/efi/efivars.c | 2 +-
7321 drivers/firmware/efi/runtime-map.c | 2 +-
7322 drivers/firmware/google/gsmi.c | 2 +-
7323 drivers/firmware/google/memconsole.c | 7 +-
7324 drivers/firmware/memmap.c | 2 +-
7325 drivers/firmware/psci.c | 2 +-
7326 drivers/gpio/gpio-davinci.c | 6 +-
7327 drivers/gpio/gpio-em.c | 2 +-
7328 drivers/gpio/gpio-ich.c | 2 +-
7329 drivers/gpio/gpio-mpc8xxx.c | 6 +-
7330 drivers/gpio/gpio-omap.c | 4 +-
7331 drivers/gpio/gpio-rcar.c | 2 +-
7332 drivers/gpio/gpio-vr41xx.c | 2 +-
7333 drivers/gpio/gpiolib.c | 12 +-
7334 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
7335 drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | 2 +-
7336 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c | 8 +-
7337 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
7338 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 18 +-
7339 drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c | 11 +-
7340 drivers/gpu/drm/amd/amdgpu/fiji_smc.c | 4 +-
7341 drivers/gpu/drm/amd/amdgpu/iceland_smc.c | 4 +-
7342 drivers/gpu/drm/amd/amdgpu/tonga_smc.c | 4 +-
7343 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
7344 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
7345 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
7346 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
7347 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
7348 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
7349 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
7350 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
7351 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
7352 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
7353 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
7354 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
7355 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
7356 drivers/gpu/drm/armada/armada_drv.c | 3 +-
7357 drivers/gpu/drm/ast/ast_mode.c | 2 +-
7358 drivers/gpu/drm/bochs/bochs_kms.c | 2 +-
7359 drivers/gpu/drm/drm_crtc.c | 2 +-
7360 drivers/gpu/drm/drm_drv.c | 2 +-
7361 drivers/gpu/drm/drm_fb_cma_helper.c | 5 +-
7362 drivers/gpu/drm/drm_fops.c | 19 +-
7363 drivers/gpu/drm/drm_global.c | 14 +-
7364 drivers/gpu/drm/drm_info.c | 13 +-
7365 drivers/gpu/drm/drm_ioc32.c | 13 +-
7366 drivers/gpu/drm/drm_ioctl.c | 2 +-
7367 drivers/gpu/drm/drm_pci.c | 9 +-
7368 drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 -
7369 drivers/gpu/drm/exynos/exynos_drm_g2d.c | 5 +
7370 drivers/gpu/drm/gma500/cdv_intel_crt.c | 2 +-
7371 drivers/gpu/drm/gma500/cdv_intel_dp.c | 2 +-
7372 drivers/gpu/drm/gma500/cdv_intel_hdmi.c | 2 +-
7373 drivers/gpu/drm/gma500/cdv_intel_lvds.c | 2 +-
7374 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 3 +
7375 drivers/gpu/drm/gma500/mdfld_dsi_output.c | 2 +-
7376 drivers/gpu/drm/gma500/oaktrail_hdmi.c | 2 +-
7377 drivers/gpu/drm/gma500/psb_drv.c | 1 -
7378 drivers/gpu/drm/gma500/psb_intel_drv.h | 2 +-
7379 drivers/gpu/drm/gma500/psb_intel_lvds.c | 2 +-
7380 drivers/gpu/drm/gma500/psb_intel_sdvo.c | 2 +-
7381 drivers/gpu/drm/i2c/tda998x_drv.c | 2 +-
7382 drivers/gpu/drm/i810/i810_dma.c | 2 +-
7383 drivers/gpu/drm/i810/i810_drv.c | 6 +-
7384 drivers/gpu/drm/i810/i810_drv.h | 6 +-
7385 drivers/gpu/drm/i915/dvo.h | 2 +-
7386 drivers/gpu/drm/i915/i915_dma.c | 4 +-
7387 drivers/gpu/drm/i915/i915_drv.c | 7 +-
7388 drivers/gpu/drm/i915/i915_drv.h | 2 +-
7389 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
7390 drivers/gpu/drm/i915/i915_gem_gtt.c | 4 +-
7391 drivers/gpu/drm/i915/i915_gem_gtt.h | 4 +-
7392 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
7393 drivers/gpu/drm/i915/i915_irq.c | 88 +-
7394 drivers/gpu/drm/i915/intel_display.c | 30 +-
7395 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
7396 drivers/gpu/drm/mga/mga_drv.c | 5 +-
7397 drivers/gpu/drm/mga/mga_drv.h | 6 +-
7398 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
7399 drivers/gpu/drm/mga/mga_irq.c | 8 +-
7400 drivers/gpu/drm/mga/mga_state.c | 2 +-
7401 drivers/gpu/drm/mgag200/mgag200_mode.c | 2 +-
7402 drivers/gpu/drm/nouveau/nouveau_acpi.c | 2 +-
7403 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
7404 drivers/gpu/drm/nouveau/nouveau_connector.c | 2 +-
7405 drivers/gpu/drm/nouveau/nouveau_drm.c | 13 +-
7406 drivers/gpu/drm/nouveau/nouveau_drv.h | 1 -
7407 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
7408 drivers/gpu/drm/nouveau/nouveau_usif.c | 7 +-
7409 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
7410 drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c | 7 +-
7411 .../gpu/drm/nouveau/nvkm/subdev/bios/shadowpci.c | 7 +-
7412 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/priv.h | 4 +-
7413 drivers/gpu/drm/omapdrm/dss/display.c | 8 +-
7414 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
7415 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
7416 drivers/gpu/drm/qxl/qxl_display.c | 2 +-
7417 drivers/gpu/drm/qxl/qxl_drv.c | 8 +-
7418 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
7419 drivers/gpu/drm/qxl/qxl_ioctl.c | 12 +-
7420 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
7421 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
7422 drivers/gpu/drm/r128/r128_cce.c | 2 +-
7423 drivers/gpu/drm/r128/r128_drv.c | 4 +-
7424 drivers/gpu/drm/r128/r128_drv.h | 6 +-
7425 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
7426 drivers/gpu/drm/r128/r128_irq.c | 4 +-
7427 drivers/gpu/drm/r128/r128_state.c | 6 +-
7428 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
7429 drivers/gpu/drm/radeon/radeon_atpx_handler.c | 2 +-
7430 drivers/gpu/drm/radeon/radeon_connectors.c | 10 +-
7431 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
7432 drivers/gpu/drm/radeon/radeon_drv.c | 11 +-
7433 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
7434 drivers/gpu/drm/radeon/radeon_kms.c | 8 +-
7435 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
7436 drivers/gpu/drm/savage/savage_bci.c | 2 +-
7437 drivers/gpu/drm/savage/savage_drv.c | 5 +-
7438 drivers/gpu/drm/savage/savage_drv.h | 2 +-
7439 drivers/gpu/drm/sis/sis_drv.c | 5 +-
7440 drivers/gpu/drm/sis/sis_drv.h | 2 +-
7441 drivers/gpu/drm/sis/sis_mm.c | 2 +-
7442 drivers/gpu/drm/sti/sti_cursor.c | 4 +-
7443 drivers/gpu/drm/sti/sti_dvo.c | 4 +-
7444 drivers/gpu/drm/sti/sti_gdp.c | 12 +-
7445 drivers/gpu/drm/sti/sti_hda.c | 4 +-
7446 drivers/gpu/drm/sti/sti_hdmi.c | 4 +-
7447 drivers/gpu/drm/sti/sti_hqvdp.c | 4 +-
7448 drivers/gpu/drm/sti/sti_mixer.c | 8 +-
7449 drivers/gpu/drm/sti/sti_tvout.c | 4 +-
7450 drivers/gpu/drm/sti/sti_vid.c | 4 +-
7451 drivers/gpu/drm/tegra/dc.c | 2 +-
7452 drivers/gpu/drm/tegra/dsi.c | 2 +-
7453 drivers/gpu/drm/tegra/hdmi.c | 2 +-
7454 drivers/gpu/drm/tegra/sor.c | 7 +-
7455 drivers/gpu/drm/tilcdc/Makefile | 6 +-
7456 drivers/gpu/drm/tilcdc/tilcdc_external.c | 2 +-
7457 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
7458 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
7459 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
7460 drivers/gpu/drm/udl/udl_connector.c | 2 +-
7461 drivers/gpu/drm/udl/udl_fb.c | 1 -
7462 drivers/gpu/drm/vc4/vc4_drv.c | 8 +-
7463 drivers/gpu/drm/via/via_dma.c | 2 +-
7464 drivers/gpu/drm/via/via_drv.c | 5 +-
7465 drivers/gpu/drm/via/via_drv.h | 6 +-
7466 drivers/gpu/drm/via/via_irq.c | 18 +-
7467 drivers/gpu/drm/virtio/virtgpu_display.c | 2 +-
7468 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
7469 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
7470 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
7471 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
7472 drivers/gpu/vga/vga_switcheroo.c | 4 +-
7473 drivers/hid/hid-core.c | 4 +-
7474 drivers/hid/hid-magicmouse.c | 2 +-
7475 drivers/hid/hid-sensor-custom.c | 2 +-
7476 drivers/hv/channel.c | 6 +-
7477 drivers/hv/hv.c | 22 +-
7478 drivers/hv/hv_balloon.c | 18 +-
7479 drivers/hv/hyperv_vmbus.h | 2 +-
7480 drivers/hwmon/acpi_power_meter.c | 6 +-
7481 drivers/hwmon/applesmc.c | 4 +-
7482 drivers/hwmon/asus_atk0110.c | 10 +-
7483 drivers/hwmon/coretemp.c | 2 +-
7484 drivers/hwmon/dell-smm-hwmon.c | 4 +-
7485 drivers/hwmon/ibmaem.c | 2 +-
7486 drivers/hwmon/iio_hwmon.c | 2 +-
7487 drivers/hwmon/nct6683.c | 6 +-
7488 drivers/hwmon/nct6775.c | 6 +-
7489 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
7490 drivers/hwmon/sht15.c | 12 +-
7491 drivers/hwmon/via-cputemp.c | 2 +-
7492 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
7493 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
7494 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
7495 drivers/i2c/i2c-dev.c | 2 +-
7496 drivers/ide/ide-cd.c | 2 +-
7497 drivers/ide/ide-disk.c | 2 +-
7498 drivers/ide/ide.c | 4 +-
7499 drivers/idle/intel_idle.c | 36 +-
7500 drivers/iio/industrialio-core.c | 2 +-
7501 drivers/infiniband/core/cm.c | 46 +-
7502 drivers/infiniband/core/fmr_pool.c | 20 +-
7503 drivers/infiniband/core/netlink.c | 5 +-
7504 drivers/infiniband/core/sysfs.c | 2 +-
7505 drivers/infiniband/core/ucm.c | 4 +-
7506 drivers/infiniband/core/uverbs_cmd.c | 3 +
7507 drivers/infiniband/hw/cxgb4/device.c | 6 +-
7508 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
7509 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
7510 drivers/infiniband/hw/hfi1/pcie.c | 2 +-
7511 drivers/infiniband/hw/i40iw/i40iw_user.h | 2 +-
7512 drivers/infiniband/hw/mlx4/mad.c | 2 +-
7513 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
7514 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
7515 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
7516 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
7517 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
7518 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
7519 drivers/infiniband/hw/nes/nes.c | 4 +-
7520 drivers/infiniband/hw/nes/nes.h | 40 +-
7521 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
7522 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
7523 drivers/infiniband/hw/nes/nes_nic.c | 42 +-
7524 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
7525 drivers/infiniband/hw/qib/qib_iba7322.c | 4 +-
7526 drivers/infiniband/hw/qib/qib_pcie.c | 2 +-
7527 drivers/infiniband/ulp/ipoib/ipoib_main.c | 2 +-
7528 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
7529 drivers/infiniband/ulp/srpt/ib_srpt.c | 8 +-
7530 drivers/input/evdev.c | 2 +-
7531 drivers/input/gameport/gameport.c | 4 +-
7532 drivers/input/input.c | 4 +-
7533 drivers/input/joystick/sidewinder.c | 1 +
7534 drivers/input/misc/ims-pcu.c | 4 +-
7535 drivers/input/mouse/psmouse.h | 2 +-
7536 drivers/input/mousedev.c | 2 +-
7537 drivers/input/serio/serio.c | 4 +-
7538 drivers/input/serio/serio_raw.c | 4 +-
7539 drivers/input/touchscreen/htcpen.c | 2 +-
7540 drivers/iommu/arm-smmu-v3.c | 2 +-
7541 drivers/iommu/arm-smmu.c | 40 +-
7542 drivers/iommu/io-pgtable-arm-v7s.c | 62 +-
7543 drivers/iommu/io-pgtable-arm.c | 99 +-
7544 drivers/iommu/io-pgtable.c | 11 +-
7545 drivers/iommu/io-pgtable.h | 21 +-
7546 drivers/iommu/iommu.c | 2 +-
7547 drivers/iommu/ipmmu-vmsa.c | 13 +-
7548 drivers/iommu/irq_remapping.c | 2 +-
7549 drivers/iommu/mtk_iommu.c | 12 +-
7550 drivers/irqchip/irq-gic.c | 2 +-
7551 drivers/irqchip/irq-i8259.c | 2 +-
7552 drivers/irqchip/irq-mmp.c | 2 +-
7553 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
7554 drivers/irqchip/irq-ts4800.c | 2 +-
7555 drivers/isdn/capi/capi.c | 10 +-
7556 drivers/isdn/gigaset/interface.c | 8 +-
7557 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
7558 drivers/isdn/hardware/avm/b1.c | 4 +-
7559 drivers/isdn/hardware/eicon/capifunc.c | 6 +-
7560 drivers/isdn/hardware/eicon/dadapter.c | 18 +-
7561 drivers/isdn/hardware/eicon/diddfunc.c | 7 +-
7562 drivers/isdn/hardware/eicon/divasfunc.c | 9 +-
7563 drivers/isdn/hardware/eicon/divasync.h | 2 +-
7564 drivers/isdn/hardware/eicon/idifunc.c | 9 +-
7565 drivers/isdn/hardware/eicon/mntfunc.c | 13 +-
7566 drivers/isdn/hardware/mISDN/avmfritz.c | 2 +-
7567 drivers/isdn/hardware/mISDN/hfcmulti.c | 7 +-
7568 drivers/isdn/hardware/mISDN/hfcpci.c | 16 +-
7569 drivers/isdn/hardware/mISDN/mISDNinfineon.c | 7 +-
7570 drivers/isdn/hardware/mISDN/mISDNipac.c | 5 +-
7571 drivers/isdn/hardware/mISDN/netjet.c | 2 +-
7572 drivers/isdn/hardware/mISDN/speedfax.c | 7 +-
7573 drivers/isdn/hardware/mISDN/w6692.c | 7 +-
7574 drivers/isdn/hisax/amd7930_fn.c | 5 +-
7575 drivers/isdn/hisax/arcofi.c | 5 +-
7576 drivers/isdn/hisax/diva.c | 7 +-
7577 drivers/isdn/hisax/elsa.c | 9 +-
7578 drivers/isdn/hisax/fsm.c | 5 +-
7579 drivers/isdn/hisax/hfc4s8s_l1.c | 14 +-
7580 drivers/isdn/hisax/hfc_2bds0.c | 4 +-
7581 drivers/isdn/hisax/hfc_pci.c | 10 +-
7582 drivers/isdn/hisax/hfc_sx.c | 10 +-
7583 drivers/isdn/hisax/hfc_usb.c | 12 +-
7584 drivers/isdn/hisax/hfcscard.c | 6 +-
7585 drivers/isdn/hisax/icc.c | 5 +-
7586 drivers/isdn/hisax/ipacx.c | 7 +-
7587 drivers/isdn/hisax/isac.c | 5 +-
7588 drivers/isdn/hisax/isar.c | 5 +-
7589 drivers/isdn/hisax/isdnl3.c | 5 +-
7590 drivers/isdn/hisax/saphir.c | 5 +-
7591 drivers/isdn/hisax/teleint.c | 5 +-
7592 drivers/isdn/hisax/w6692.c | 5 +-
7593 drivers/isdn/i4l/isdn_common.c | 2 +
7594 drivers/isdn/i4l/isdn_tty.c | 22 +-
7595 drivers/isdn/mISDN/dsp.h | 4 +-
7596 drivers/isdn/mISDN/dsp_cmx.c | 4 +-
7597 drivers/isdn/mISDN/dsp_core.c | 4 +-
7598 drivers/isdn/mISDN/dsp_tones.c | 4 +-
7599 drivers/isdn/mISDN/fsm.c | 5 +-
7600 drivers/isdn/mISDN/l1oip_core.c | 8 +-
7601 drivers/leds/leds-clevo-mail.c | 2 +-
7602 drivers/leds/leds-ss4200.c | 2 +-
7603 drivers/lguest/core.c | 9 +-
7604 drivers/lguest/page_tables.c | 2 +-
7605 drivers/lguest/x86/core.c | 12 +-
7606 drivers/lguest/x86/switcher_32.S | 27 +-
7607 drivers/lightnvm/rrpc.c | 4 +-
7608 drivers/lightnvm/rrpc.h | 2 +-
7609 drivers/md/bcache/alloc.c | 2 +-
7610 drivers/md/bcache/bcache.h | 10 +-
7611 drivers/md/bcache/btree.c | 13 +-
7612 drivers/md/bcache/closure.c | 4 +-
7613 drivers/md/bcache/closure.h | 10 +-
7614 drivers/md/bcache/io.c | 10 +-
7615 drivers/md/bcache/journal.c | 18 +-
7616 drivers/md/bcache/movinggc.c | 12 +-
7617 drivers/md/bcache/request.c | 54 +-
7618 drivers/md/bcache/request.h | 2 +-
7619 drivers/md/bcache/stats.c | 26 +-
7620 drivers/md/bcache/stats.h | 16 +-
7621 drivers/md/bcache/super.c | 32 +-
7622 drivers/md/bcache/sysfs.c | 20 +-
7623 drivers/md/bcache/writeback.c | 12 +-
7624 drivers/md/bitmap.c | 2 +-
7625 drivers/md/dm-cache-target.c | 116 +-
7626 drivers/md/dm-ioctl.c | 2 +-
7627 drivers/md/dm-mpath.c | 12 +-
7628 drivers/md/dm-raid.c | 2 +-
7629 drivers/md/dm-raid1.c | 18 +-
7630 drivers/md/dm-stats.c | 6 +-
7631 drivers/md/dm-stripe.c | 10 +-
7632 drivers/md/dm-table.c | 2 +-
7633 drivers/md/dm-thin-metadata.c | 4 +-
7634 drivers/md/dm.c | 28 +-
7635 drivers/md/md.c | 41 +-
7636 drivers/md/md.h | 8 +-
7637 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
7638 drivers/md/persistent-data/dm-space-map.h | 1 +
7639 drivers/md/raid1.c | 8 +-
7640 drivers/md/raid10.c | 20 +-
7641 drivers/md/raid5.c | 26 +-
7642 drivers/media/dvb-core/dvb_net.c | 2 +-
7643 drivers/media/dvb-core/dvbdev.c | 2 +-
7644 drivers/media/dvb-frontends/af9033.h | 2 +-
7645 drivers/media/dvb-frontends/cx24116.c | 2 +-
7646 drivers/media/dvb-frontends/cx24117.c | 2 +-
7647 drivers/media/dvb-frontends/cx24120.c | 2 +-
7648 drivers/media/dvb-frontends/cx24123.c | 2 +-
7649 drivers/media/dvb-frontends/cxd2820r_core.c | 2 +-
7650 drivers/media/dvb-frontends/dib3000.h | 2 +-
7651 drivers/media/dvb-frontends/dib7000p.h | 2 +-
7652 drivers/media/dvb-frontends/dib8000.h | 2 +-
7653 drivers/media/dvb-frontends/hd29l2.c | 2 +-
7654 drivers/media/dvb-frontends/lgdt3306a.c | 2 +-
7655 drivers/media/dvb-frontends/mt312.c | 6 +-
7656 drivers/media/dvb-frontends/s921.c | 2 +-
7657 drivers/media/pci/bt8xx/dst.c | 2 +-
7658 drivers/media/pci/cx88/cx88-video.c | 6 +-
7659 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
7660 drivers/media/pci/pt1/va1j5jf8007s.c | 2 +-
7661 drivers/media/pci/pt1/va1j5jf8007t.c | 2 +-
7662 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
7663 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
7664 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
7665 drivers/media/pci/sta2x11/sta2x11_vip.c | 5 +-
7666 drivers/media/pci/tw68/tw68-core.c | 2 +-
7667 drivers/media/pci/zoran/zoran.h | 1 -
7668 drivers/media/pci/zoran/zoran_card.c | 4 +-
7669 drivers/media/pci/zoran/zoran_driver.c | 3 -
7670 drivers/media/platform/omap/omap_vout.c | 11 +-
7671 drivers/media/platform/s5p-tv/mixer.h | 2 +-
7672 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
7673 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
7674 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
7675 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
7676 drivers/media/platform/soc_camera/soc_camera.c | 2 +-
7677 drivers/media/radio/radio-cadet.c | 2 +
7678 drivers/media/radio/radio-maxiradio.c | 2 +-
7679 drivers/media/radio/radio-shark.c | 2 +-
7680 drivers/media/radio/radio-shark2.c | 2 +-
7681 drivers/media/radio/radio-si476x.c | 2 +-
7682 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
7683 drivers/media/usb/pvrusb2/pvrusb2-context.c | 8 +-
7684 drivers/media/usb/pvrusb2/pvrusb2-dvb.c | 7 +-
7685 drivers/media/usb/pvrusb2/pvrusb2-hdw.c | 2 +-
7686 drivers/media/usb/pvrusb2/pvrusb2-std.c | 2 +-
7687 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c | 6 +-
7688 drivers/media/usb/uvc/uvc_driver.c | 4 +-
7689 drivers/media/v4l2-core/v4l2-common.c | 2 +-
7690 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
7691 drivers/media/v4l2-core/v4l2-device.c | 4 +-
7692 drivers/media/v4l2-core/v4l2-ioctl.c | 287 +-
7693 drivers/memory/omap-gpmc.c | 24 +-
7694 drivers/message/fusion/mptbase.c | 4 +-
7695 drivers/message/fusion/mptlan.c | 2 +-
7696 drivers/message/fusion/mptsas.c | 34 +-
7697 drivers/mfd/ab8500-debugfs.c | 2 +-
7698 drivers/mfd/kempld-core.c | 2 +-
7699 drivers/mfd/max8925-i2c.c | 2 +-
7700 drivers/mfd/tps65910.c | 2 +-
7701 drivers/mfd/twl4030-irq.c | 9 +-
7702 drivers/misc/c2port/core.c | 4 +-
7703 drivers/misc/kgdbts.c | 6 +-
7704 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
7705 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
7706 drivers/misc/mic/scif/scif_api.c | 10 +-
7707 drivers/misc/mic/scif/scif_rb.c | 8 +-
7708 drivers/misc/panel.c | 4 +-
7709 drivers/misc/sgi-gru/gruhandles.c | 4 +-
7710 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
7711 drivers/misc/sgi-gru/grutables.h | 158 +-
7712 drivers/misc/sgi-xp/xp.h | 2 +-
7713 drivers/misc/sgi-xp/xp_main.c | 57 +-
7714 drivers/misc/sgi-xp/xpc.h | 3 +-
7715 drivers/misc/sgi-xp/xpc_main.c | 2 +-
7716 drivers/misc/sgi-xp/xpnet.c | 2 +-
7717 drivers/misc/ti-st/st_kim.c | 32 +-
7718 drivers/mmc/card/mmc_test.c | 4 +-
7719 drivers/mmc/host/dw_mmc.h | 2 +-
7720 drivers/mmc/host/mmci.c | 4 +-
7721 drivers/mmc/host/omap_hsmmc.c | 4 +-
7722 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
7723 drivers/mmc/host/sdhci-s3c.c | 8 +-
7724 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
7725 drivers/mtd/devices/block2mtd.c | 2 +-
7726 drivers/mtd/devices/phram.c | 2 +-
7727 drivers/mtd/maps/gpio-addr-flash.c | 2 +-
7728 drivers/mtd/maps/latch-addr-flash.c | 2 +-
7729 drivers/mtd/maps/pci.c | 4 +-
7730 drivers/mtd/maps/pcmciamtd.c | 8 +-
7731 drivers/mtd/maps/sbc_gxx.c | 2 +-
7732 drivers/mtd/nand/brcmnand/bcm63138_nand.c | 2 +
7733 drivers/mtd/nand/brcmnand/brcmnand.h | 2 +-
7734 drivers/mtd/nand/brcmnand/iproc_nand.c | 2 +
7735 drivers/mtd/nand/cafe_nand.c | 18 +-
7736 drivers/mtd/nand/denali.c | 1 +
7737 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
7738 drivers/mtd/nftlmount.c | 1 +
7739 drivers/mtd/sm_ftl.c | 2 +-
7740 drivers/mtd/ubi/build.c | 2 +-
7741 drivers/net/bonding/bond_netlink.c | 2 +-
7742 drivers/net/caif/caif_hsi.c | 4 +-
7743 drivers/net/caif/caif_serial.c | 2 +-
7744 drivers/net/caif/caif_spi.c | 2 +-
7745 drivers/net/caif/caif_virtio.c | 2 +-
7746 drivers/net/can/Kconfig | 2 +-
7747 drivers/net/can/bfin_can.c | 2 +-
7748 drivers/net/can/dev.c | 2 +-
7749 drivers/net/can/flexcan.c | 2 +-
7750 drivers/net/can/janz-ican3.c | 2 +-
7751 drivers/net/can/led.c | 2 +-
7752 drivers/net/can/sun4i_can.c | 2 +-
7753 drivers/net/can/vcan.c | 2 +-
7754 drivers/net/can/xilinx_can.c | 2 +-
7755 drivers/net/dummy.c | 2 +-
7756 drivers/net/ethernet/8390/ax88796.c | 6 +-
7757 drivers/net/ethernet/8390/axnet_cs.c | 4 +-
7758 drivers/net/ethernet/8390/ne2k-pci.c | 6 +-
7759 drivers/net/ethernet/8390/pcnet_cs.c | 4 +-
7760 drivers/net/ethernet/adi/bfin_mac.c | 2 +-
7761 drivers/net/ethernet/allwinner/sun4i-emac.c | 2 +-
7762 drivers/net/ethernet/altera/altera_tse_main.c | 6 +-
7763 drivers/net/ethernet/amd/7990.c | 2 +-
7764 drivers/net/ethernet/amd/7990.h | 2 +-
7765 drivers/net/ethernet/amd/amd8111e.c | 5 +-
7766 drivers/net/ethernet/amd/atarilance.c | 4 +-
7767 drivers/net/ethernet/amd/declance.c | 2 +-
7768 drivers/net/ethernet/amd/pcnet32.c | 7 +-
7769 drivers/net/ethernet/amd/sun3lance.c | 4 +-
7770 drivers/net/ethernet/amd/sunlance.c | 2 +-
7771 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
7772 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
7773 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
7774 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 145 +-
7775 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 68 +-
7776 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
7777 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
7778 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
7779 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
7780 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
7781 drivers/net/ethernet/apm/xgene/xgene_enet_main.c | 4 +-
7782 drivers/net/ethernet/arc/emac_main.c | 2 +-
7783 drivers/net/ethernet/atheros/alx/main.c | 2 +-
7784 drivers/net/ethernet/atheros/atl1c/atl1c_main.c | 2 +-
7785 drivers/net/ethernet/atheros/atl1e/atl1e_main.c | 2 +-
7786 drivers/net/ethernet/aurora/nb8800.c | 2 +-
7787 drivers/net/ethernet/broadcom/bcm63xx_enet.c | 2 +-
7788 drivers/net/ethernet/broadcom/bnx2.c | 2 +-
7789 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
7790 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c | 216 +-
7791 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.h | 4 +-
7792 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c | 2 +-
7793 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
7794 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
7795 drivers/net/ethernet/broadcom/bnxt/bnxt.c | 2 +-
7796 drivers/net/ethernet/broadcom/tg3.c | 2 +-
7797 drivers/net/ethernet/broadcom/tg3.h | 1 +
7798 drivers/net/ethernet/brocade/bna/bfa_cs.h | 42 +-
7799 drivers/net/ethernet/brocade/bna/bfa_ioc.c | 10 +-
7800 drivers/net/ethernet/brocade/bna/bfa_ioc.h | 4 +-
7801 drivers/net/ethernet/brocade/bna/bfa_msgq.h | 8 +-
7802 drivers/net/ethernet/brocade/bna/bna_enet.c | 6 +-
7803 drivers/net/ethernet/brocade/bna/bna_tx_rx.c | 6 +-
7804 drivers/net/ethernet/brocade/bna/bna_types.h | 24 +-
7805 drivers/net/ethernet/brocade/bna/bnad.c | 11 +-
7806 drivers/net/ethernet/cadence/macb.c | 4 +-
7807 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
7808 drivers/net/ethernet/cavium/liquidio/lio_main.c | 15 +-
7809 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c | 2 +-
7810 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
7811 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 2 +-
7812 drivers/net/ethernet/chelsio/cxgb4vf/adapter.h | 2 +-
7813 drivers/net/ethernet/chelsio/cxgb4vf/sge.c | 2 +-
7814 drivers/net/ethernet/davicom/dm9000.c | 2 +-
7815 drivers/net/ethernet/dec/tulip/de4x5.c | 13 +-
7816 drivers/net/ethernet/emulex/benet/be_main.c | 4 +-
7817 drivers/net/ethernet/faraday/ftgmac100.c | 4 +-
7818 drivers/net/ethernet/faraday/ftmac100.c | 4 +-
7819 drivers/net/ethernet/freescale/fec_mpc52xx.c | 2 +-
7820 .../net/ethernet/freescale/fs_enet/fs_enet-main.c | 2 +-
7821 drivers/net/ethernet/freescale/gianfar.c | 4 +-
7822 drivers/net/ethernet/freescale/ucc_geth.c | 2 +-
7823 drivers/net/ethernet/hisilicon/hip04_eth.c | 2 +-
7824 drivers/net/ethernet/hisilicon/hix5hd2_gmac.c | 2 +-
7825 drivers/net/ethernet/hisilicon/hns/hns_ae_adapt.c | 6 +-
7826 drivers/net/ethernet/i825xx/lib82596.c | 4 +-
7827 drivers/net/ethernet/ibm/ehea/ehea_main.c | 2 +-
7828 drivers/net/ethernet/ibm/emac/core.c | 4 +-
7829 drivers/net/ethernet/intel/e100.c | 2 +-
7830 drivers/net/ethernet/intel/e1000/e1000_main.c | 2 +-
7831 drivers/net/ethernet/intel/e1000e/netdev.c | 2 +-
7832 drivers/net/ethernet/intel/fm10k/fm10k_pci.c | 2 +-
7833 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
7834 drivers/net/ethernet/intel/igb/igb_main.c | 2 +-
7835 drivers/net/ethernet/intel/igbvf/netdev.c | 2 +-
7836 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 2 +-
7837 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
7838 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 4 +-
7839 drivers/net/ethernet/marvell/pxa168_eth.c | 2 +-
7840 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
7841 drivers/net/ethernet/mellanox/mlx4/main.c | 2 +-
7842 drivers/net/ethernet/mellanox/mlx5/core/main.c | 2 +-
7843 drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 2 +-
7844 drivers/net/ethernet/micrel/ks8695net.c | 2 +-
7845 drivers/net/ethernet/micrel/ks8851_mll.c | 2 +-
7846 drivers/net/ethernet/moxa/moxart_ether.c | 2 +-
7847 drivers/net/ethernet/neterion/s2io.c | 2 +-
7848 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
7849 drivers/net/ethernet/neterion/vxge/vxge-main.c | 2 +-
7850 .../net/ethernet/netronome/nfp/nfp_net_common.c | 2 +-
7851 drivers/net/ethernet/netx-eth.c | 2 +-
7852 drivers/net/ethernet/nuvoton/w90p910_ether.c | 2 +-
7853 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
7854 drivers/net/ethernet/nxp/lpc_eth.c | 2 +-
7855 .../net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c | 4 +-
7856 .../net/ethernet/qlogic/netxen/netxen_nic_main.c | 2 +-
7857 drivers/net/ethernet/qlogic/qed/qed_mcp.c | 6 +-
7858 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
7859 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
7860 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c | 2 +-
7861 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
7862 drivers/net/ethernet/realtek/r8169.c | 8 +-
7863 drivers/net/ethernet/renesas/sh_eth.c | 2 +-
7864 drivers/net/ethernet/rocker/rocker_main.c | 4 +-
7865 drivers/net/ethernet/seeq/sgiseeq.c | 2 +-
7866 drivers/net/ethernet/sfc/ptp.c | 2 +-
7867 drivers/net/ethernet/sfc/selftest.c | 20 +-
7868 drivers/net/ethernet/sgi/ioc3-eth.c | 4 +-
7869 drivers/net/ethernet/smsc/smc911x.c | 2 +-
7870 drivers/net/ethernet/smsc/smc91x.c | 2 +-
7871 drivers/net/ethernet/smsc/smsc911x.c | 2 +-
7872 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
7873 drivers/net/ethernet/sun/sunbmac.c | 2 +-
7874 drivers/net/ethernet/sun/sunqe.c | 2 +-
7875 drivers/net/ethernet/sun/sunvnet.c | 2 +-
7876 drivers/net/ethernet/sun/sunvnet_common.c | 6 +-
7877 drivers/net/ethernet/synopsys/dwc_eth_qos.c | 2 +-
7878 drivers/net/ethernet/ti/cpmac.c | 2 +-
7879 drivers/net/ethernet/ti/netcp_core.c | 2 +-
7880 drivers/net/ethernet/via/via-rhine.c | 2 +-
7881 drivers/net/ethernet/wiznet/w5100.c | 2 +-
7882 drivers/net/ethernet/wiznet/w5300.c | 2 +-
7883 drivers/net/ethernet/xilinx/ll_temac_main.c | 2 +-
7884 drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 2 +-
7885 drivers/net/geneve.c | 4 +-
7886 drivers/net/gtp.c | 8 +-
7887 drivers/net/hamradio/baycom_epp.c | 2 +-
7888 drivers/net/hyperv/hyperv_net.h | 2 +-
7889 drivers/net/hyperv/netvsc_drv.c | 2 +-
7890 drivers/net/hyperv/rndis_filter.c | 7 +-
7891 drivers/net/ifb.c | 2 +-
7892 drivers/net/ipvlan/ipvlan_core.c | 2 +-
7893 drivers/net/ipvlan/ipvlan_main.c | 6 +-
7894 drivers/net/irda/vlsi_ir.c | 18 +-
7895 drivers/net/irda/vlsi_ir.h | 14 +-
7896 drivers/net/loopback.c | 2 +-
7897 drivers/net/macsec.c | 2 +-
7898 drivers/net/macvlan.c | 20 +-
7899 drivers/net/macvtap.c | 10 +-
7900 drivers/net/nlmon.c | 2 +-
7901 drivers/net/phy/phy_device.c | 6 +-
7902 drivers/net/plip/plip.c | 2 +-
7903 drivers/net/ppp/ppp_generic.c | 6 +-
7904 drivers/net/ppp/pptp.c | 2 +-
7905 drivers/net/rionet.c | 2 +-
7906 drivers/net/slip/slhc.c | 2 +-
7907 drivers/net/team/team.c | 4 +-
7908 drivers/net/tun.c | 7 +-
7909 drivers/net/usb/hso.c | 28 +-
7910 drivers/net/usb/ipheth.c | 2 +-
7911 drivers/net/usb/r8152.c | 2 +-
7912 drivers/net/usb/sierra_net.c | 4 +-
7913 drivers/net/virtio_net.c | 2 +-
7914 drivers/net/vrf.c | 4 +-
7915 drivers/net/vxlan.c | 4 +-
7916 drivers/net/wimax/i2400m/rx.c | 2 +-
7917 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
7918 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
7919 drivers/net/wireless/ath/ath6kl/core.h | 2 +-
7920 drivers/net/wireless/ath/ath6kl/txrx.c | 2 +-
7921 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
7922 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
7923 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
7924 drivers/net/wireless/ath/ath9k/main.c | 22 +-
7925 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
7926 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
7927 drivers/net/wireless/ath/carl9170/main.c | 10 +-
7928 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
7929 drivers/net/wireless/ath/wil6210/pcie_bus.c | 2 +-
7930 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
7931 drivers/net/wireless/atmel/at76c50x-usb.c | 2 +-
7932 drivers/net/wireless/atmel/atmel.c | 183 +-
7933 drivers/net/wireless/broadcom/b43/phy_lp.c | 2 +-
7934 drivers/net/wireless/broadcom/b43legacy/main.c | 5 +-
7935 .../broadcom/brcm80211/brcmfmac/cfg80211.c | 55 +-
7936 .../broadcom/brcm80211/brcmsmac/phy/phy_cmn.c | 3 +-
7937 .../broadcom/brcm80211/brcmsmac/phy_shim.c | 5 +-
7938 .../broadcom/brcm80211/brcmsmac/phy_shim.h | 2 +-
7939 drivers/net/wireless/cisco/airo.c | 201 +-
7940 drivers/net/wireless/intel/ipw2x00/ipw2100.c | 8 +-
7941 drivers/net/wireless/intel/ipw2x00/ipw2200.c | 6 +-
7942 drivers/net/wireless/intel/iwlegacy/3945-mac.c | 11 +-
7943 drivers/net/wireless/intel/iwlegacy/4965-mac.c | 7 +-
7944 drivers/net/wireless/intel/iwlwifi/dvm/debugfs.c | 34 +-
7945 drivers/net/wireless/intel/iwlwifi/dvm/lib.c | 4 +-
7946 drivers/net/wireless/intel/iwlwifi/mvm/d3.c | 8 +-
7947 drivers/net/wireless/intel/iwlwifi/mvm/tx.c | 4 +-
7948 drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 4 +-
7949 .../net/wireless/intersil/hostap/hostap_ioctl.c | 134 +-
7950 drivers/net/wireless/intersil/orinoco/wext.c | 131 +-
7951 drivers/net/wireless/intersil/prism54/isl_ioctl.c | 292 +-
7952 drivers/net/wireless/mac80211_hwsim.c | 28 +-
7953 drivers/net/wireless/marvell/mwifiex/11n_aggr.c | 2 +-
7954 drivers/net/wireless/marvell/mwifiex/main.c | 2 +-
7955 drivers/net/wireless/marvell/mwifiex/pcie.c | 4 +-
7956 drivers/net/wireless/marvell/mwifiex/sdio.c | 4 +-
7957 drivers/net/wireless/ralink/rt2x00/rt2400pci.c | 4 +-
7958 drivers/net/wireless/ralink/rt2x00/rt2500pci.c | 4 +-
7959 drivers/net/wireless/ralink/rt2x00/rt2500usb.c | 4 +-
7960 drivers/net/wireless/ralink/rt2x00/rt2800lib.c | 6 +-
7961 drivers/net/wireless/ralink/rt2x00/rt2x00.h | 2 +-
7962 drivers/net/wireless/ralink/rt2x00/rt2x00queue.c | 4 +-
7963 drivers/net/wireless/ralink/rt2x00/rt61pci.c | 4 +-
7964 drivers/net/wireless/ralink/rt2x00/rt73usb.c | 4 +-
7965 drivers/net/wireless/realtek/rtlwifi/base.c | 14 +-
7966 drivers/net/wireless/realtek/rtlwifi/base.h | 4 +-
7967 drivers/net/wireless/realtek/rtlwifi/pci.c | 15 +-
7968 drivers/net/wireless/realtek/rtlwifi/ps.c | 6 +-
7969 drivers/net/wireless/realtek/rtlwifi/ps.h | 6 +-
7970 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
7971 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
7972 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
7973 drivers/net/wireless/zydas/zd1201.c | 192 +-
7974 drivers/net/xen-netback/interface.c | 2 +-
7975 drivers/net/xen-netfront.c | 2 +-
7976 drivers/nvme/host/pci.c | 2 +-
7977 drivers/of/fdt.c | 4 +-
7978 drivers/oprofile/buffer_sync.c | 8 +-
7979 drivers/oprofile/event_buffer.c | 2 +-
7980 drivers/oprofile/oprof.c | 2 +-
7981 drivers/oprofile/oprofile_stats.c | 10 +-
7982 drivers/oprofile/oprofile_stats.h | 10 +-
7983 drivers/oprofile/oprofilefs.c | 6 +-
7984 drivers/oprofile/timer_int.c | 2 +-
7985 drivers/parport/procfs.c | 4 +-
7986 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
7987 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
7988 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
7989 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
7990 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
7991 drivers/pci/hotplug/pciehp_core.c | 2 +-
7992 drivers/pci/msi.c | 22 +-
7993 drivers/pci/pci-sysfs.c | 6 +-
7994 drivers/pci/pci.h | 4 +-
7995 drivers/pci/pcie/aspm.c | 10 +-
7996 drivers/pci/pcie/portdrv_pci.c | 2 +-
7997 drivers/pci/probe.c | 2 +-
7998 drivers/pci/setup-bus.c | 10 +-
7999 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
8000 drivers/pinctrl/pinctrl-at91.c | 5 +-
8001 drivers/platform/chrome/chromeos_laptop.c | 2 +-
8002 drivers/platform/chrome/chromeos_pstore.c | 2 +-
8003 drivers/platform/chrome/cros_ec_lpc.c | 2 +-
8004 drivers/platform/x86/alienware-wmi.c | 4 +-
8005 drivers/platform/x86/apple-gmux.c | 2 +-
8006 drivers/platform/x86/compal-laptop.c | 2 +-
8007 drivers/platform/x86/hdaps.c | 2 +-
8008 drivers/platform/x86/ibm_rtl.c | 2 +-
8009 drivers/platform/x86/intel_oaktrail.c | 2 +-
8010 drivers/platform/x86/msi-laptop.c | 16 +-
8011 drivers/platform/x86/msi-wmi.c | 2 +-
8012 drivers/platform/x86/samsung-laptop.c | 2 +-
8013 drivers/platform/x86/samsung-q10.c | 2 +-
8014 drivers/platform/x86/sony-laptop.c | 14 +-
8015 drivers/platform/x86/thinkpad_acpi.c | 10 +-
8016 drivers/pnp/base.h | 2 +-
8017 drivers/pnp/pnpbios/bioscalls.c | 14 +-
8018 drivers/pnp/pnpbios/core.c | 2 +-
8019 drivers/pnp/resource.c | 4 +-
8020 drivers/power/pda_power.c | 7 +-
8021 drivers/power/power_supply.h | 4 +-
8022 drivers/power/power_supply_core.c | 7 +-
8023 drivers/power/power_supply_sysfs.c | 6 +-
8024 drivers/power/reset/at91-reset.c | 5 +-
8025 drivers/powercap/powercap_sys.c | 136 +-
8026 drivers/ptp/ptp_private.h | 2 +-
8027 drivers/ptp/ptp_sysfs.c | 2 +-
8028 drivers/regulator/core.c | 4 +-
8029 drivers/regulator/max8660.c | 6 +-
8030 drivers/regulator/max8973-regulator.c | 16 +-
8031 drivers/regulator/mc13892-regulator.c | 8 +-
8032 drivers/remoteproc/remoteproc_core.c | 26 +-
8033 drivers/rtc/rtc-armada38x.c | 7 +-
8034 drivers/rtc/rtc-cmos.c | 4 +-
8035 drivers/rtc/rtc-ds1307.c | 2 +-
8036 drivers/rtc/rtc-m41t80.c | 8 +-
8037 drivers/rtc/rtc-m48t59.c | 4 +-
8038 drivers/rtc/rtc-rv3029c2.c | 8 +-
8039 drivers/rtc/rtc-rv8803.c | 15 +-
8040 drivers/rtc/rtc-rx8010.c | 8 +-
8041 drivers/rtc/rtc-test.c | 6 +-
8042 drivers/scsi/aacraid/aachba.c | 7 +-
8043 drivers/scsi/aic7xxx/aic79xx.h | 2 +-
8044 drivers/scsi/aic7xxx/aic79xx_core.c | 11 +-
8045 drivers/scsi/be2iscsi/be_main.c | 2 +-
8046 drivers/scsi/bfa/bfa.h | 4 +-
8047 drivers/scsi/bfa/bfa_core.c | 4 +-
8048 drivers/scsi/bfa/bfa_cs.h | 124 +-
8049 drivers/scsi/bfa/bfa_fcpim.h | 14 +-
8050 drivers/scsi/bfa/bfa_fcs.h | 34 +-
8051 drivers/scsi/bfa/bfa_fcs_fcpim.c | 6 +-
8052 drivers/scsi/bfa/bfa_fcs_lport.c | 4 +-
8053 drivers/scsi/bfa/bfa_fcs_rport.c | 4 +-
8054 drivers/scsi/bfa/bfa_ioc.c | 8 +-
8055 drivers/scsi/bfa/bfa_ioc.h | 16 +-
8056 drivers/scsi/bfa/bfa_svc.c | 12 +-
8057 drivers/scsi/bfa/bfa_svc.h | 20 +-
8058 drivers/scsi/bfa/bfad.c | 12 +-
8059 drivers/scsi/bfa/bfad_bsg.c | 8 +-
8060 drivers/scsi/bfa/bfad_drv.h | 5 +-
8061 drivers/scsi/csiostor/csio_defs.h | 19 +-
8062 drivers/scsi/csiostor/csio_hw.c | 67 +-
8063 drivers/scsi/csiostor/csio_init.c | 2 +-
8064 drivers/scsi/csiostor/csio_lnode.c | 32 +-
8065 drivers/scsi/csiostor/csio_rnode.c | 28 +-
8066 drivers/scsi/csiostor/csio_scsi.c | 37 +-
8067 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
8068 drivers/scsi/fcoe/fcoe_transport.c | 16 +-
8069 drivers/scsi/hpsa.c | 38 +-
8070 drivers/scsi/hpsa.h | 2 +-
8071 drivers/scsi/hptiop.c | 2 -
8072 drivers/scsi/hptiop.h | 1 -
8073 drivers/scsi/ipr.c | 32 +-
8074 drivers/scsi/ipr.h | 2 +-
8075 drivers/scsi/libfc/fc_exch.c | 50 +-
8076 drivers/scsi/libsas/sas_ata.c | 2 +-
8077 drivers/scsi/lpfc/lpfc.h | 8 +-
8078 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
8079 drivers/scsi/lpfc/lpfc_init.c | 8 +-
8080 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
8081 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
8082 drivers/scsi/mpt3sas/mpt3sas_base.c | 2 +-
8083 drivers/scsi/mpt3sas/mpt3sas_scsih.c | 4 +-
8084 drivers/scsi/pmcraid.c | 46 +-
8085 drivers/scsi/pmcraid.h | 8 +-
8086 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
8087 drivers/scsi/qla2xxx/qla_gbl.h | 8 +-
8088 drivers/scsi/qla2xxx/qla_os.c | 15 +-
8089 drivers/scsi/qla2xxx/qla_target.c | 16 +-
8090 drivers/scsi/qla2xxx/qla_target.h | 2 +-
8091 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
8092 drivers/scsi/qla4xxx/ql4_os.c | 15 +-
8093 drivers/scsi/scsi.c | 2 +-
8094 drivers/scsi/scsi_debug.c | 42 +-
8095 drivers/scsi/scsi_lib.c | 8 +-
8096 drivers/scsi/scsi_sysfs.c | 2 +-
8097 drivers/scsi/scsi_transport_fc.c | 8 +-
8098 drivers/scsi/scsi_transport_iscsi.c | 6 +-
8099 drivers/scsi/scsi_transport_spi.c | 2 +-
8100 drivers/scsi/scsi_transport_srp.c | 8 +-
8101 drivers/scsi/sd.c | 6 +-
8102 drivers/scsi/sg.c | 2 +-
8103 drivers/scsi/sr.c | 21 +-
8104 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
8105 drivers/spi/spi.c | 2 +-
8106 drivers/staging/comedi/comedi_fops.c | 8 +-
8107 drivers/staging/fbtft/fbtft-core.c | 2 +-
8108 drivers/staging/fbtft/fbtft.h | 2 +-
8109 drivers/staging/gdm724x/gdm_lte.c | 2 +-
8110 drivers/staging/gdm724x/gdm_tty.c | 2 +-
8111 drivers/staging/i4l/icn/icn.c | 2 +-
8112 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
8113 drivers/staging/iio/adc/ad7280a.c | 4 +-
8114 .../staging/lustre/lnet/klnds/socklnd/socklnd.h | 6 +-
8115 drivers/staging/lustre/lnet/selftest/brw_test.c | 13 +-
8116 drivers/staging/lustre/lnet/selftest/framework.c | 2 -
8117 drivers/staging/lustre/lnet/selftest/ping_test.c | 15 +-
8118 drivers/staging/lustre/lnet/selftest/selftest.h | 2 -
8119 .../lustre/lustre/include/lustre/lustre_idl.h | 82 +-
8120 drivers/staging/lustre/lustre/include/lustre_dlm.h | 8 +-
8121 drivers/staging/lustre/lustre/include/lustre_net.h | 2 +-
8122 drivers/staging/lustre/lustre/include/obd.h | 2 +-
8123 drivers/staging/lustre/lustre/ldlm/ldlm_request.c | 5 +-
8124 drivers/staging/lustre/lustre/llite/dir.c | 2 +-
8125 drivers/staging/lustre/lustre/lov/lov_io.c | 60 +-
8126 drivers/staging/lustre/lustre/obdclass/llog_swab.c | 24 +-
8127 drivers/staging/lustre/lustre/osc/osc_request.c | 24 +-
8128 drivers/staging/lustre/lustre/ptlrpc/layout.c | 7 +-
8129 .../staging/lustre/lustre/ptlrpc/pack_generic.c | 136 +-
8130 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 18 +-
8131 drivers/staging/rtl8188eu/hal/rtl8188eu_recv.c | 2 +-
8132 drivers/staging/rtl8188eu/hal/rtl8188eu_xmit.c | 2 +-
8133 drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h | 8 -
8134 drivers/staging/rtl8188eu/include/hal_intf.h | 5 +-
8135 drivers/staging/rtl8188eu/include/odm_precomp.h | 2 +-
8136 drivers/staging/rtl8188eu/include/recv_osdep.h | 1 -
8137 drivers/staging/rtl8188eu/include/rtl8188e_recv.h | 2 +-
8138 drivers/staging/rtl8188eu/include/rtl8188e_xmit.h | 2 +-
8139 drivers/staging/rtl8188eu/include/rtw_cmd.h | 1 -
8140 drivers/staging/rtl8188eu/include/rtw_eeprom.h | 6 -
8141 drivers/staging/rtl8188eu/include/rtw_ioctl.h | 9 -
8142 drivers/staging/rtl8188eu/include/rtw_mlme_ext.h | 12 +-
8143 drivers/staging/rtl8188eu/include/xmit_osdep.h | 2 +-
8144 drivers/staging/rtl8188eu/os_dep/usb_ops_linux.c | 8 +-
8145 drivers/staging/rtl8188eu/os_dep/xmit_linux.c | 2 +-
8146 drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 49 +-
8147 drivers/staging/rtl8192e/rtl8192e/rtl_core.h | 4 +-
8148 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c | 10 +-
8149 drivers/staging/rtl8192e/rtl8192e/rtl_dm.h | 4 +-
8150 drivers/staging/rtl8192e/rtl8192e/rtl_ps.c | 6 +-
8151 drivers/staging/rtl8192e/rtl8192e/rtl_ps.h | 3 +-
8152 drivers/staging/rtl8192e/rtl8192e/rtl_wx.c | 48 +-
8153 drivers/staging/rtl8192e/rtllib.h | 4 +-
8154 drivers/staging/rtl8192e/rtllib_softmac.c | 32 +-
8155 drivers/staging/rtl8192e/rtllib_softmac_wx.c | 2 +-
8156 drivers/staging/rtl8192e/rtllib_tx.c | 2 +-
8157 drivers/staging/rtl8192u/ieee80211/ieee80211.h | 2 +-
8158 .../staging/rtl8192u/ieee80211/ieee80211_softmac.c | 6 +-
8159 drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c | 2 +-
8160 drivers/staging/rtl8192u/r8192U_core.c | 7 +-
8161 drivers/staging/rtl8712/rtl8712_recv.c | 6 +-
8162 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
8163 drivers/staging/rtl8712/rtl871x_ioctl.h | 14 -
8164 drivers/staging/rtl8712/rtl871x_xmit.c | 2 +-
8165 drivers/staging/rtl8712/rtl871x_xmit.h | 2 +-
8166 drivers/staging/rtl8712/usb_ops_linux.c | 4 +-
8167 drivers/staging/rtl8712/xmit_linux.c | 2 +-
8168 drivers/staging/rtl8712/xmit_osdep.h | 2 +-
8169 drivers/staging/rtl8723au/core/rtw_mlme_ext.c | 12 +-
8170 drivers/staging/rtl8723au/core/rtw_xmit.c | 2 +-
8171 drivers/staging/rtl8723au/hal/rtl8723au_recv.c | 2 +-
8172 drivers/staging/rtl8723au/hal/usb_ops_linux.c | 4 +-
8173 drivers/staging/rtl8723au/include/Hal8723APhyCfg.h | 8 -
8174 drivers/staging/rtl8723au/include/drv_types.h | 2 +-
8175 drivers/staging/rtl8723au/include/hal_intf.h | 2 -
8176 drivers/staging/rtl8723au/include/recv_osdep.h | 1 -
8177 drivers/staging/rtl8723au/include/rtw_ap.h | 2 -
8178 drivers/staging/rtl8723au/include/rtw_cmd.h | 1 -
8179 drivers/staging/rtl8723au/include/rtw_eeprom.h | 7 -
8180 drivers/staging/rtl8723au/include/rtw_mlme_ext.h | 14 +-
8181 drivers/staging/rtl8723au/include/usb_ops.h | 8 +-
8182 drivers/staging/rtl8723au/include/xmit_osdep.h | 2 +-
8183 drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c | 2 +-
8184 drivers/staging/rtl8723au/os_dep/xmit_linux.c | 2 +-
8185 drivers/staging/sm750fb/sm750.c | 14 +-
8186 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
8187 drivers/staging/unisys/visornic/visornic_main.c | 2 +-
8188 drivers/staging/vt6655/rxtx.c | 2 +-
8189 drivers/staging/vt6656/rxtx.c | 2 +-
8190 drivers/staging/wilc1000/linux_wlan.c | 2 +-
8191 drivers/staging/wilc1000/wilc_wlan.h | 2 +-
8192 drivers/staging/wlan-ng/p80211netdev.c | 2 +-
8193 drivers/target/sbp/sbp_target.c | 4 +-
8194 drivers/thermal/cpu_cooling.c | 9 +-
8195 drivers/thermal/devfreq_cooling.c | 19 +-
8196 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
8197 drivers/thermal/of-thermal.c | 17 +-
8198 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
8199 drivers/tty/cyclades.c | 6 +-
8200 drivers/tty/hvc/hvc_console.c | 14 +-
8201 drivers/tty/hvc/hvcs.c | 21 +-
8202 drivers/tty/hvc/hvsi.c | 22 +-
8203 drivers/tty/hvc/hvsi_lib.c | 4 +-
8204 drivers/tty/ipwireless/tty.c | 27 +-
8205 drivers/tty/moxa.c | 2 +-
8206 drivers/tty/n_gsm.c | 6 +-
8207 drivers/tty/n_tty.c | 28 +-
8208 drivers/tty/pty.c | 4 +-
8209 drivers/tty/rocket.c | 6 +-
8210 drivers/tty/serial/8250/8250_core.c | 10 +-
8211 drivers/tty/serial/8250/8250_pci.c | 2 +-
8212 drivers/tty/serial/ioc4_serial.c | 6 +-
8213 drivers/tty/serial/jsm/jsm_driver.c | 2 +-
8214 drivers/tty/serial/kgdb_nmi.c | 4 +-
8215 drivers/tty/serial/kgdboc.c | 34 +-
8216 drivers/tty/serial/msm_serial.c | 4 +-
8217 drivers/tty/serial/samsung.c | 9 +-
8218 drivers/tty/serial/serial_core.c | 6 +-
8219 drivers/tty/synclink.c | 34 +-
8220 drivers/tty/synclink_gt.c | 28 +-
8221 drivers/tty/synclinkmp.c | 34 +-
8222 drivers/tty/tty_io.c | 2 +-
8223 drivers/tty/tty_ldisc.c | 8 +-
8224 drivers/tty/tty_port.c | 22 +-
8225 drivers/uio/uio.c | 13 +-
8226 drivers/usb/atm/cxacru.c | 2 +-
8227 drivers/usb/atm/usbatm.c | 24 +-
8228 drivers/usb/class/cdc-acm.h | 2 +-
8229 drivers/usb/core/devices.c | 6 +-
8230 drivers/usb/core/devio.c | 12 +-
8231 drivers/usb/core/hcd.c | 4 +-
8232 drivers/usb/core/sysfs.c | 2 +-
8233 drivers/usb/core/usb.c | 2 +-
8234 drivers/usb/early/ehci-dbgp.c | 16 +-
8235 drivers/usb/gadget/function/f_phonet.c | 2 +-
8236 drivers/usb/gadget/function/u_serial.c | 22 +-
8237 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
8238 drivers/usb/host/ehci-hcd.c | 2 +-
8239 drivers/usb/host/ehci-hub.c | 4 +-
8240 drivers/usb/host/ehci-q.c | 4 +-
8241 drivers/usb/host/fotg210-hcd.c | 2 +-
8242 drivers/usb/host/hwa-hc.c | 2 +-
8243 drivers/usb/host/ohci-hcd.c | 2 +-
8244 drivers/usb/host/r8a66597.h | 2 +-
8245 drivers/usb/host/uhci-hcd.c | 2 +-
8246 drivers/usb/host/xhci-pci.c | 2 +-
8247 drivers/usb/host/xhci-ring.c | 52 +-
8248 drivers/usb/host/xhci.c | 2 +-
8249 drivers/usb/misc/appledisplay.c | 4 +-
8250 drivers/usb/misc/sisusbvga/sisusb_con.c | 98 +-
8251 drivers/usb/serial/console.c | 8 +-
8252 drivers/usb/storage/transport.c | 2 +-
8253 drivers/usb/storage/usb.c | 2 +-
8254 drivers/usb/storage/usb.h | 2 +-
8255 drivers/usb/usbip/vhci.h | 2 +-
8256 drivers/usb/usbip/vhci_hcd.c | 6 +-
8257 drivers/usb/usbip/vhci_rx.c | 2 +-
8258 drivers/usb/wusbcore/wa-hc.h | 4 +-
8259 drivers/usb/wusbcore/wa-xfer.c | 2 +-
8260 drivers/vfio/pci/vfio_pci.c | 2 +-
8261 drivers/vhost/vringh.c | 20 +-
8262 drivers/video/backlight/kb3886_bl.c | 2 +-
8263 drivers/video/console/dummycon.c | 96 +-
8264 drivers/video/console/fbcon.c | 2 +-
8265 drivers/video/console/vgacon.c | 23 +-
8266 drivers/video/fbdev/aty/aty128fb.c | 2 +-
8267 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
8268 drivers/video/fbdev/aty/mach64_ct.c | 5 +-
8269 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
8270 drivers/video/fbdev/aty/mach64_gx.c | 17 +-
8271 drivers/video/fbdev/core/fb_defio.c | 8 +-
8272 drivers/video/fbdev/core/fbmem.c | 12 +-
8273 drivers/video/fbdev/hyperv_fb.c | 4 +-
8274 drivers/video/fbdev/i810/i810_accel.c | 1 +
8275 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
8276 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
8277 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
8278 drivers/video/fbdev/omap2/omapfb/dss/display.c | 8 +-
8279 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
8280 drivers/video/fbdev/sis/sis_main.h | 2 +-
8281 drivers/video/fbdev/smscufx.c | 4 +-
8282 drivers/video/fbdev/udlfb.c | 36 +-
8283 drivers/video/fbdev/uvesafb.c | 52 +-
8284 drivers/video/fbdev/vesafb.c | 58 +-
8285 drivers/video/fbdev/via/via_clock.h | 2 +-
8286 drivers/xen/events/events_base.c | 6 +-
8287 drivers/xen/xen-pciback/pci_stub.c | 2 +-
8288 fs/9p/vfs_addr.c | 2 +-
8289 fs/9p/vfs_inode_dotl.c | 4 +-
8290 fs/Kconfig.binfmt | 2 +-
8291 fs/afs/file.c | 8 +-
8292 fs/afs/inode.c | 4 +-
8293 fs/afs/internal.h | 4 +-
8294 fs/aio.c | 2 +-
8295 fs/autofs4/waitq.c | 2 +-
8296 fs/befs/endian.h | 6 +-
8297 fs/binfmt_aout.c | 23 +-
8298 fs/binfmt_elf.c | 670 +-
8299 fs/binfmt_elf_fdpic.c | 4 +-
8300 fs/block_dev.c | 2 +-
8301 fs/btrfs/ctree.c | 11 +-
8302 fs/btrfs/ctree.h | 8 +-
8303 fs/btrfs/delayed-inode.c | 6 +-
8304 fs/btrfs/delayed-inode.h | 4 +-
8305 fs/btrfs/delayed-ref.c | 4 +-
8306 fs/btrfs/dev-replace.c | 20 +-
8307 fs/btrfs/dev-replace.h | 4 +-
8308 fs/btrfs/disk-io.c | 4 +-
8309 fs/btrfs/extent_map.c | 8 +-
8310 fs/btrfs/file.c | 4 +-
8311 fs/btrfs/free-space-cache.h | 1 +
8312 fs/btrfs/raid56.c | 30 +-
8313 fs/btrfs/scrub.c | 2 +-
8314 fs/btrfs/super.c | 2 +-
8315 fs/btrfs/sysfs.c | 2 +-
8316 fs/btrfs/tests/btrfs-tests.c | 2 +-
8317 fs/btrfs/tests/free-space-tests.c | 2 +-
8318 fs/btrfs/transaction.c | 2 +-
8319 fs/btrfs/tree-log.c | 8 +-
8320 fs/btrfs/tree-log.h | 2 +-
8321 fs/btrfs/volumes.c | 14 +-
8322 fs/btrfs/volumes.h | 22 +-
8323 fs/buffer.c | 2 +-
8324 fs/cachefiles/bind.c | 6 +-
8325 fs/cachefiles/daemon.c | 12 +-
8326 fs/cachefiles/internal.h | 16 +-
8327 fs/cachefiles/namei.c | 6 +-
8328 fs/cachefiles/proc.c | 12 +-
8329 fs/ceph/dir.c | 10 +-
8330 fs/ceph/super.c | 4 +-
8331 fs/cifs/cifs_debug.c | 12 +-
8332 fs/cifs/cifsfs.c | 8 +-
8333 fs/cifs/cifsglob.h | 54 +-
8334 fs/cifs/file.c | 14 +-
8335 fs/cifs/misc.c | 4 +-
8336 fs/cifs/smb1ops.c | 80 +-
8337 fs/cifs/smb2ops.c | 84 +-
8338 fs/cifs/smb2pdu.c | 3 +-
8339 fs/coda/cache.c | 10 +-
8340 fs/coda/dir.c | 5 +-
8341 fs/compat.c | 9 +-
8342 fs/compat_binfmt_elf.c | 2 +
8343 fs/compat_ioctl.c | 12 +-
8344 fs/configfs/dir.c | 10 +-
8345 fs/coredump.c | 18 +-
8346 fs/dcache.c | 64 +-
8347 fs/debugfs/file.c | 4 +-
8348 fs/ecryptfs/inode.c | 2 +-
8349 fs/ecryptfs/miscdev.c | 2 +-
8350 fs/exec.c | 369 +-
8351 fs/exofs/inode.c | 7 +-
8352 fs/ext2/xattr.c | 5 +-
8353 fs/ext4/ext4.h | 20 +-
8354 fs/ext4/mballoc.c | 44 +-
8355 fs/ext4/resize.c | 16 +-
8356 fs/ext4/super.c | 2 +-
8357 fs/ext4/sysfs.c | 2 +-
8358 fs/ext4/xattr.c | 5 +-
8359 fs/f2fs/f2fs.h | 7 +-
8360 fs/f2fs/super.c | 2 +-
8361 fs/fhandle.c | 5 +-
8362 fs/file.c | 18 +-
8363 fs/freevxfs/vxfs_inode.c | 8 +-
8364 fs/freevxfs/vxfs_inode.h | 4 +-
8365 fs/fs-writeback.c | 11 +-
8366 fs/fs_struct.c | 8 +-
8367 fs/fscache/cookie.c | 40 +-
8368 fs/fscache/internal.h | 202 +-
8369 fs/fscache/object.c | 26 +-
8370 fs/fscache/operation.c | 38 +-
8371 fs/fscache/page.c | 110 +-
8372 fs/fscache/stats.c | 348 +-
8373 fs/fuse/cuse.c | 10 +-
8374 fs/fuse/dev.c | 4 +-
8375 fs/fuse/file.c | 4 +-
8376 fs/fuse/inode.c | 4 +-
8377 fs/gfs2/aops.c | 2 +-
8378 fs/gfs2/file.c | 2 +-
8379 fs/gfs2/glock.c | 22 +-
8380 fs/gfs2/glops.c | 4 +-
8381 fs/gfs2/quota.c | 6 +-
8382 fs/hugetlbfs/inode.c | 13 +-
8383 fs/inode.c | 4 +-
8384 fs/jbd2/commit.c | 2 +-
8385 fs/jbd2/transaction.c | 4 +-
8386 fs/jffs2/erase.c | 3 +-
8387 fs/jffs2/file.c | 5 +-
8388 fs/jffs2/fs.c | 2 +-
8389 fs/jffs2/os-linux.h | 2 +-
8390 fs/jffs2/wbuf.c | 3 +-
8391 fs/jfs/super.c | 2 +-
8392 fs/kernfs/dir.c | 2 +-
8393 fs/kernfs/file.c | 20 +-
8394 fs/libfs.c | 10 +-
8395 fs/lockd/clnt4xdr.c | 46 +-
8396 fs/lockd/clntproc.c | 4 +-
8397 fs/lockd/clntxdr.c | 44 +-
8398 fs/lockd/mon.c | 24 +-
8399 fs/lockd/svc.c | 2 +-
8400 fs/lockd/svc4proc.c | 69 +-
8401 fs/lockd/svcproc.c | 75 +-
8402 fs/lockd/xdr.c | 44 +-
8403 fs/lockd/xdr4.c | 41 +-
8404 fs/logfs/dev_bdev.c | 13 +-
8405 fs/logfs/dev_mtd.c | 13 +-
8406 fs/logfs/dir.c | 4 +-
8407 fs/logfs/logfs.h | 5 +-
8408 fs/logfs/readwrite.c | 2 +-
8409 fs/logfs/segment.c | 2 +-
8410 fs/logfs/super.c | 39 -
8411 fs/namei.c | 14 +-
8412 fs/namespace.c | 15 +-
8413 fs/nfs/callback.h | 18 +-
8414 fs/nfs/callback_proc.c | 26 +-
8415 fs/nfs/callback_xdr.c | 73 +-
8416 fs/nfs/dir.c | 5 +-
8417 fs/nfs/inode.c | 6 +-
8418 fs/nfs/internal.h | 5 +-
8419 fs/nfs/mount_clnt.c | 26 +-
8420 fs/nfs/nfs2xdr.c | 101 +-
8421 fs/nfs/nfs3xdr.c | 201 +-
8422 fs/nfs/nfs42xdr.c | 72 +-
8423 fs/nfs/nfs4xdr.c | 507 +-
8424 fs/nfs/read.c | 2 +-
8425 fs/nfs/symlink.c | 6 +-
8426 fs/nfsd/current_stateid.h | 24 +-
8427 fs/nfsd/nfs2acl.c | 85 +-
8428 fs/nfsd/nfs3acl.c | 44 +-
8429 fs/nfsd/nfs3proc.c | 271 +-
8430 fs/nfsd/nfs3xdr.c | 171 +-
8431 fs/nfsd/nfs4callback.c | 31 +-
8432 fs/nfsd/nfs4proc.c | 320 +-
8433 fs/nfsd/nfs4state.c | 111 +-
8434 fs/nfsd/nfs4xdr.c | 564 +-
8435 fs/nfsd/nfscache.c | 11 +-
8436 fs/nfsd/nfsproc.c | 193 +-
8437 fs/nfsd/nfsxdr.c | 96 +-
8438 fs/nfsd/vfs.c | 6 +-
8439 fs/nfsd/xdr.h | 50 +-
8440 fs/nfsd/xdr3.h | 100 +-
8441 fs/nfsd/xdr4.h | 50 +-
8442 fs/nls/nls_base.c | 26 +-
8443 fs/nls/nls_cp932.c | 2 +-
8444 fs/nls/nls_cp936.c | 2 +-
8445 fs/nls/nls_cp949.c | 2 +-
8446 fs/nls/nls_cp950.c | 2 +-
8447 fs/nls/nls_euc-jp.c | 8 +-
8448 fs/nls/nls_koi8-ru.c | 8 +-
8449 fs/notify/fanotify/fanotify_user.c | 4 +-
8450 fs/notify/notification.c | 4 +-
8451 fs/ntfs/dir.c | 4 +-
8452 fs/ntfs/inode.c | 19 +-
8453 fs/ntfs/inode.h | 4 +-
8454 fs/ntfs/mft.c | 4 +-
8455 fs/ntfs/super.c | 8 +-
8456 fs/ocfs2/dlm/dlmcommon.h | 4 +-
8457 fs/ocfs2/dlm/dlmdebug.c | 10 +-
8458 fs/ocfs2/dlm/dlmdomain.c | 4 +-
8459 fs/ocfs2/dlm/dlmmaster.c | 4 +-
8460 fs/ocfs2/dlmfs/dlmfs.c | 4 +-
8461 fs/ocfs2/filecheck.c | 2 +-
8462 fs/ocfs2/localalloc.c | 2 +-
8463 fs/ocfs2/ocfs2.h | 10 +-
8464 fs/ocfs2/suballoc.c | 12 +-
8465 fs/ocfs2/super.c | 20 +-
8466 fs/overlayfs/copy_up.c | 2 +-
8467 fs/pipe.c | 72 +-
8468 fs/posix_acl.c | 4 +-
8469 fs/proc/array.c | 20 +
8470 fs/proc/base.c | 7 +-
8471 fs/proc/kcore.c | 36 +-
8472 fs/proc/meminfo.c | 2 +-
8473 fs/proc/nommu.c | 2 +-
8474 fs/proc/proc_net.c | 2 +-
8475 fs/proc/proc_sysctl.c | 26 +-
8476 fs/proc/task_mmu.c | 39 +-
8477 fs/proc/task_nommu.c | 6 +-
8478 fs/proc/vmcore.c | 16 +-
8479 fs/qnx6/qnx6.h | 4 +-
8480 fs/quota/netlink.c | 4 +-
8481 fs/read_write.c | 34 +-
8482 fs/readdir.c | 3 +-
8483 fs/reiserfs/do_balan.c | 2 +-
8484 fs/reiserfs/procfs.c | 2 +-
8485 fs/reiserfs/reiserfs.h | 4 +-
8486 fs/select.c | 2 +-
8487 fs/seq_file.c | 4 +-
8488 fs/splice.c | 43 +-
8489 fs/squashfs/xattr.c | 10 +-
8490 fs/super.c | 3 +-
8491 fs/sysv/sysv.h | 2 +-
8492 fs/tracefs/inode.c | 8 +-
8493 fs/ubifs/find.c | 34 +-
8494 fs/ubifs/lprops.c | 5 +-
8495 fs/udf/misc.c | 2 +-
8496 fs/ufs/swab.h | 4 +-
8497 fs/userfaultfd.c | 2 +-
8498 fs/xattr.c | 21 +
8499 fs/xfs/libxfs/xfs_bmap.c | 2 +-
8500 fs/xfs/libxfs/xfs_da_btree.c | 4 +-
8501 fs/xfs/xfs_dir2_readdir.c | 7 +-
8502 fs/xfs/xfs_ioctl.c | 2 +-
8503 fs/xfs/xfs_linux.h | 4 +-
8504 include/acpi/ghes.h | 2 +-
8505 include/asm-generic/4level-fixup.h | 2 +
8506 include/asm-generic/atomic-long.h | 186 +-
8507 include/asm-generic/atomic64.h | 12 +
8508 include/asm-generic/bitops/__fls.h | 2 +-
8509 include/asm-generic/bitops/fls.h | 2 +-
8510 include/asm-generic/bitops/fls64.h | 4 +-
8511 include/asm-generic/bug.h | 6 +-
8512 include/asm-generic/cache.h | 4 +-
8513 include/asm-generic/emergency-restart.h | 2 +-
8514 include/asm-generic/kmap_types.h | 4 +-
8515 include/asm-generic/local.h | 13 +
8516 include/asm-generic/pgtable-nopmd.h | 18 +-
8517 include/asm-generic/pgtable-nopud.h | 15 +-
8518 include/asm-generic/pgtable.h | 16 +
8519 include/asm-generic/sections.h | 1 +
8520 include/asm-generic/uaccess.h | 16 +
8521 include/asm-generic/vmlinux.lds.h | 15 +-
8522 include/crypto/algapi.h | 2 +-
8523 include/crypto/cast6.h | 4 +-
8524 include/crypto/serpent.h | 4 +-
8525 include/crypto/xts.h | 2 +-
8526 include/drm/drmP.h | 19 +-
8527 include/drm/drm_mm.h | 2 +-
8528 include/drm/drm_modeset_helper_vtables.h | 3 +-
8529 include/drm/i915_pciids.h | 2 +-
8530 include/drm/intel-gtt.h | 4 +-
8531 include/drm/ttm/ttm_memory.h | 2 +-
8532 include/drm/ttm/ttm_page_alloc.h | 1 +
8533 include/keys/asymmetric-subtype.h | 2 +-
8534 include/keys/encrypted-type.h | 2 +-
8535 include/keys/rxrpc-type.h | 2 +-
8536 include/keys/user-type.h | 2 +-
8537 include/linux/atmdev.h | 4 +-
8538 include/linux/atomic.h | 12 +-
8539 include/linux/audit.h | 2 +-
8540 include/linux/average.h | 2 +-
8541 include/linux/binfmts.h | 3 +-
8542 include/linux/bitmap.h | 2 +-
8543 include/linux/bitops.h | 8 +-
8544 include/linux/blk-cgroup.h | 24 +-
8545 include/linux/blkdev.h | 2 +-
8546 include/linux/blktrace_api.h | 2 +-
8547 include/linux/cache.h | 9 +
8548 include/linux/cdrom.h | 1 -
8549 include/linux/cgroup-defs.h | 2 +-
8550 include/linux/cleancache.h | 2 +-
8551 include/linux/clk-provider.h | 1 +
8552 include/linux/compat.h | 15 +-
8553 include/linux/compiler-gcc.h | 33 +-
8554 include/linux/compiler.h | 197 +-
8555 include/linux/configfs.h | 2 +-
8556 include/linux/cpufreq.h | 7 +-
8557 include/linux/cpuidle.h | 5 +-
8558 include/linux/cpumask.h | 14 +-
8559 include/linux/crypto.h | 4 +-
8560 include/linux/ctype.h | 2 +-
8561 include/linux/dcache.h | 4 +-
8562 include/linux/decompress/mm.h | 2 +-
8563 include/linux/devfreq.h | 2 +-
8564 include/linux/device.h | 7 +-
8565 include/linux/dma-mapping.h | 2 +-
8566 include/linux/efi.h | 1 +
8567 include/linux/elf.h | 2 +
8568 include/linux/err.h | 4 +-
8569 include/linux/ethtool.h | 1 +
8570 include/linux/extcon.h | 2 +-
8571 include/linux/fb.h | 3 +-
8572 include/linux/fdtable.h | 2 +-
8573 include/linux/firewire.h | 2 +-
8574 include/linux/fs.h | 5 +-
8575 include/linux/fs_struct.h | 2 +-
8576 include/linux/fscache-cache.h | 2 +-
8577 include/linux/fscache.h | 2 +-
8578 include/linux/fsnotify.h | 2 +-
8579 include/linux/genhd.h | 4 +-
8580 include/linux/genl_magic_func.h | 2 +-
8581 include/linux/genl_magic_struct.h | 4 +-
8582 include/linux/gfp.h | 14 +-
8583 include/linux/highmem.h | 12 +
8584 include/linux/hugetlb.h | 2 +-
8585 include/linux/hugetlb_cgroup.h | 11 +
8586 include/linux/hwmon-sysfs.h | 6 +-
8587 include/linux/i2c.h | 1 +
8588 include/linux/if_pppox.h | 2 +-
8589 include/linux/init.h | 10 +-
8590 include/linux/init_task.h | 7 +
8591 include/linux/interrupt.h | 6 +-
8592 include/linux/iommu.h | 2 +-
8593 include/linux/ioport.h | 2 +-
8594 include/linux/ipc.h | 2 +-
8595 include/linux/irq.h | 5 +-
8596 include/linux/irqchip/mmp.h | 2 +-
8597 include/linux/irqdesc.h | 2 +-
8598 include/linux/irqdomain.h | 3 +
8599 include/linux/jbd2.h | 2 +-
8600 include/linux/jiffies.h | 16 +-
8601 include/linux/kallsyms.h | 18 +-
8602 include/linux/key-type.h | 2 +-
8603 include/linux/kgdb.h | 6 +-
8604 include/linux/kmemleak.h | 4 +-
8605 include/linux/kobject.h | 3 +-
8606 include/linux/kobject_ns.h | 2 +-
8607 include/linux/kref.h | 2 +-
8608 include/linux/libata.h | 2 +-
8609 include/linux/linkage.h | 31 +-
8610 include/linux/list.h | 15 +
8611 include/linux/lockd/xdr.h | 34 +-
8612 include/linux/lockd/xdr4.h | 34 +-
8613 include/linux/lockref.h | 26 +-
8614 include/linux/math64.h | 10 +-
8615 include/linux/memcontrol.h | 2 +-
8616 include/linux/memory.h | 2 +-
8617 include/linux/mempolicy.h | 7 +
8618 include/linux/mm.h | 98 +-
8619 include/linux/mm_types.h | 20 +
8620 include/linux/mmiotrace.h | 4 +-
8621 include/linux/mmzone.h | 2 +-
8622 include/linux/mod_devicetable.h | 4 +-
8623 include/linux/module.h | 58 +-
8624 include/linux/moduleloader.h | 16 +
8625 include/linux/moduleparam.h | 12 +-
8626 include/linux/net.h | 2 +-
8627 include/linux/netdevice.h | 11 +-
8628 include/linux/netfilter.h | 2 +-
8629 include/linux/netfilter/ipset/ip_set.h | 16 +-
8630 include/linux/netfilter/ipset/ip_set_comment.h | 3 +-
8631 include/linux/netfilter/nfnetlink.h | 2 +-
8632 include/linux/netlink.h | 12 +-
8633 include/linux/nls.h | 4 +-
8634 include/linux/notifier.h | 3 +-
8635 include/linux/oprofile.h | 4 +-
8636 include/linux/padata.h | 2 +-
8637 include/linux/pagemap.h | 4 +-
8638 include/linux/pci_hotplug.h | 3 +-
8639 include/linux/percpu.h | 2 +-
8640 include/linux/perf_event.h | 12 +-
8641 include/linux/pid.h | 4 +-
8642 include/linux/pipe_fs_i.h | 8 +-
8643 include/linux/pm.h | 1 +
8644 include/linux/pm_domain.h | 2 +-
8645 include/linux/pm_runtime.h | 2 +-
8646 include/linux/pnp.h | 2 +-
8647 include/linux/poison.h | 4 +-
8648 include/linux/power/smartreflex.h | 2 +-
8649 include/linux/ppp-comp.h | 2 +-
8650 include/linux/preempt.h | 21 +
8651 include/linux/printk.h | 2 +-
8652 include/linux/proc_ns.h | 2 +-
8653 include/linux/psci.h | 2 +-
8654 include/linux/quota.h | 2 +-
8655 include/linux/random.h | 19 +-
8656 include/linux/rculist.h | 16 +
8657 include/linux/rcupdate.h | 8 +
8658 include/linux/reboot.h | 14 +-
8659 include/linux/regset.h | 3 +-
8660 include/linux/relay.h | 2 +-
8661 include/linux/rio.h | 2 +-
8662 include/linux/rmap.h | 4 +-
8663 include/linux/sched.h | 77 +-
8664 include/linux/scif.h | 2 +-
8665 include/linux/semaphore.h | 2 +-
8666 include/linux/seq_buf.h | 4 +-
8667 include/linux/seq_file.h | 1 +
8668 include/linux/seqlock.h | 10 +
8669 include/linux/signal.h | 2 +-
8670 include/linux/skbuff.h | 12 +-
8671 include/linux/slab.h | 47 +-
8672 include/linux/slab_def.h | 14 +-
8673 include/linux/slub_def.h | 2 +-
8674 include/linux/smp.h | 2 +
8675 include/linux/sock_diag.h | 2 +-
8676 include/linux/sonet.h | 2 +-
8677 include/linux/spinlock.h | 17 +-
8678 include/linux/srcu.h | 5 +-
8679 include/linux/string.h | 70 +-
8680 include/linux/sunrpc/addr.h | 8 +-
8681 include/linux/sunrpc/clnt.h | 2 +-
8682 include/linux/sunrpc/svc.h | 2 +-
8683 include/linux/sunrpc/svc_rdma.h | 18 +-
8684 include/linux/sunrpc/svcauth.h | 2 +-
8685 include/linux/swapops.h | 10 +-
8686 include/linux/swiotlb.h | 3 +-
8687 include/linux/syscalls.h | 38 +-
8688 include/linux/syscore_ops.h | 2 +-
8689 include/linux/sysctl.h | 3 +-
8690 include/linux/sysfs.h | 11 +-
8691 include/linux/sysrq.h | 3 +-
8692 include/linux/tcp.h | 14 +-
8693 include/linux/thread_info.h | 7 +
8694 include/linux/tty.h | 4 +-
8695 include/linux/tty_driver.h | 2 +-
8696 include/linux/tty_ldisc.h | 2 +-
8697 include/linux/types.h | 18 +
8698 include/linux/uaccess.h | 2 +-
8699 include/linux/uio_driver.h | 2 +-
8700 include/linux/unaligned/access_ok.h | 24 +-
8701 include/linux/usb.h | 12 +-
8702 include/linux/usb/hcd.h | 1 +
8703 include/linux/usb/renesas_usbhs.h | 2 +-
8704 include/linux/vermagic.h | 21 +-
8705 include/linux/vga_switcheroo.h | 8 +-
8706 include/linux/vmalloc.h | 7 +-
8707 include/linux/vmstat.h | 24 +-
8708 include/linux/writeback.h | 3 +-
8709 include/linux/xattr.h | 5 +-
8710 include/linux/zlib.h | 3 +-
8711 include/media/v4l2-dev.h | 2 +-
8712 include/media/v4l2-device.h | 2 +-
8713 include/net/9p/transport.h | 2 +-
8714 include/net/bluetooth/l2cap.h | 2 +-
8715 include/net/bonding.h | 2 +-
8716 include/net/caif/cfctrl.h | 6 +-
8717 include/net/cfg80211-wext.h | 20 +-
8718 include/net/cfg802154.h | 2 +-
8719 include/net/fib_rules.h | 3 +-
8720 include/net/flow.h | 2 +-
8721 include/net/genetlink.h | 2 +-
8722 include/net/gro_cells.h | 2 +-
8723 include/net/inet_connection_sock.h | 2 +-
8724 include/net/inet_sock.h | 2 +-
8725 include/net/inetpeer.h | 2 +-
8726 include/net/ip_fib.h | 2 +-
8727 include/net/ip_vs.h | 8 +-
8728 include/net/ipv6.h | 2 +-
8729 include/net/irda/ircomm_tty.h | 1 +
8730 include/net/irda/irias_object.h | 2 +-
8731 include/net/irda/irlmp.h | 1 +
8732 include/net/irda/irlmp_event.h | 6 +-
8733 include/net/irda/timer.h | 6 +-
8734 include/net/iucv/af_iucv.h | 2 +-
8735 include/net/llc_c_ac.h | 2 +-
8736 include/net/llc_c_ev.h | 4 +-
8737 include/net/llc_c_st.h | 2 +-
8738 include/net/llc_s_ac.h | 2 +-
8739 include/net/llc_s_st.h | 2 +-
8740 include/net/mac80211.h | 6 +-
8741 include/net/neighbour.h | 4 +-
8742 include/net/net_namespace.h | 18 +-
8743 include/net/netfilter/nf_conntrack.h | 2 +-
8744 include/net/netlink.h | 2 +-
8745 include/net/netns/conntrack.h | 6 +-
8746 include/net/netns/ipv4.h | 4 +-
8747 include/net/netns/ipv6.h | 4 +-
8748 include/net/netns/xfrm.h | 2 +-
8749 include/net/ping.h | 2 +-
8750 include/net/protocol.h | 4 +-
8751 include/net/rtnetlink.h | 2 +-
8752 include/net/sctp/checksum.h | 4 +-
8753 include/net/sctp/sm.h | 4 +-
8754 include/net/sctp/structs.h | 2 +-
8755 include/net/snmp.h | 10 +-
8756 include/net/sock.h | 14 +-
8757 include/net/tcp.h | 10 +-
8758 include/net/xfrm.h | 15 +-
8759 include/rdma/ib_cm.h | 8 +-
8760 include/rdma/ib_verbs.h | 2 +-
8761 include/scsi/libfc.h | 3 +-
8762 include/scsi/scsi_device.h | 6 +-
8763 include/scsi/scsi_driver.h | 2 +-
8764 include/scsi/scsi_transport_fc.h | 3 +-
8765 include/scsi/sg.h | 2 +-
8766 include/sound/compress_driver.h | 2 +-
8767 include/sound/control.h | 4 +-
8768 include/sound/pcm.h | 2 +-
8769 include/sound/rawmidi.h | 3 +-
8770 include/sound/seq_kernel.h | 2 +-
8771 include/sound/soc.h | 4 +-
8772 include/trace/events/irq.h | 4 +-
8773 include/trace/events/mmflags.h | 7 +
8774 include/uapi/linux/a.out.h | 8 +
8775 include/uapi/linux/bcache.h | 5 +-
8776 include/uapi/linux/byteorder/little_endian.h | 28 +-
8777 include/uapi/linux/connector.h | 2 +-
8778 include/uapi/linux/elf.h | 28 +
8779 include/uapi/linux/screen_info.h | 2 +-
8780 include/uapi/linux/swab.h | 6 +-
8781 include/uapi/linux/xattr.h | 5 +
8782 include/video/udlfb.h | 8 +-
8783 include/video/uvesafb.h | 1 +
8784 init/Kconfig | 2 +-
8785 init/do_mounts.c | 16 +-
8786 init/do_mounts.h | 8 +-
8787 init/do_mounts_initrd.c | 30 +-
8788 init/do_mounts_md.c | 6 +-
8789 init/init_task.c | 4 +
8790 init/initramfs.c | 38 +-
8791 init/main.c | 30 +-
8792 ipc/compat.c | 4 +-
8793 ipc/ipc_sysctl.c | 14 +-
8794 ipc/mq_sysctl.c | 4 +-
8795 ipc/sem.c | 4 +-
8796 ipc/shm.c | 8 +-
8797 kernel/audit.c | 10 +-
8798 kernel/auditsc.c | 4 +-
8799 kernel/bpf/core.c | 28 +-
8800 kernel/capability.c | 3 +
8801 kernel/cgroup.c | 29 +-
8802 kernel/compat.c | 38 +-
8803 kernel/debug/debug_core.c | 16 +-
8804 kernel/debug/kdb/kdb_main.c | 4 +-
8805 kernel/events/callchain.c | 2 +-
8806 kernel/events/core.c | 36 +-
8807 kernel/events/internal.h | 10 +-
8808 kernel/events/uprobes.c | 2 +-
8809 kernel/exit.c | 27 +-
8810 kernel/fork.c | 175 +-
8811 kernel/futex.c | 9 +
8812 kernel/futex_compat.c | 2 +-
8813 kernel/irq/manage.c | 2 +-
8814 kernel/irq/msi.c | 19 +-
8815 kernel/irq/spurious.c | 2 +-
8816 kernel/jump_label.c | 5 +
8817 kernel/kallsyms.c | 40 +-
8818 kernel/kexec.c | 3 +-
8819 kernel/kmod.c | 8 +-
8820 kernel/kprobes.c | 4 +-
8821 kernel/ksysfs.c | 2 +-
8822 kernel/locking/lockdep.c | 7 +-
8823 kernel/module.c | 405 +-
8824 kernel/notifier.c | 17 +-
8825 kernel/padata.c | 4 +-
8826 kernel/panic.c | 11 +-
8827 kernel/pid.c | 8 +-
8828 kernel/pid_namespace.c | 2 +-
8829 kernel/power/process.c | 12 +-
8830 kernel/profile.c | 14 +-
8831 kernel/ptrace.c | 8 +-
8832 kernel/rcu/rcutorture.c | 60 +-
8833 kernel/rcu/tiny.c | 4 +-
8834 kernel/rcu/tree.c | 42 +-
8835 kernel/rcu/tree.h | 14 +-
8836 kernel/rcu/tree_plugin.h | 18 +-
8837 kernel/rcu/tree_trace.c | 12 +-
8838 kernel/resource.c | 4 +-
8839 kernel/sched/auto_group.c | 4 +-
8840 kernel/sched/core.c | 8 +-
8841 kernel/sched/deadline.c | 4 +-
8842 kernel/sched/debug.c | 45 +-
8843 kernel/sched/fair.c | 2 +-
8844 kernel/sched/rt.c | 4 +-
8845 kernel/sched/sched.h | 13 +-
8846 kernel/signal.c | 28 +-
8847 kernel/smp.c | 2 +-
8848 kernel/smpboot.c | 7 +-
8849 kernel/softirq.c | 12 +-
8850 kernel/stop_machine.c | 2 +-
8851 kernel/sys.c | 10 +-
8852 kernel/sys_ni.c | 4 +-
8853 kernel/sysctl.c | 34 +-
8854 kernel/time/alarmtimer.c | 4 +-
8855 kernel/time/posix-clock.c | 8 +-
8856 kernel/time/posix-cpu-timers.c | 4 +-
8857 kernel/time/posix-timers.c | 36 +-
8858 kernel/time/timer.c | 2 +-
8859 kernel/time/timer_stats.c | 10 +-
8860 kernel/trace/blktrace.c | 6 +-
8861 kernel/trace/ftrace.c | 33 +-
8862 kernel/trace/ring_buffer.c | 96 +-
8863 kernel/trace/trace.c | 2 +-
8864 kernel/trace/trace.h | 2 +-
8865 kernel/trace/trace_clock.c | 4 +-
8866 kernel/trace/trace_events.c | 1 -
8867 kernel/trace/trace_events_hist.c | 4 +-
8868 kernel/trace/trace_functions_graph.c | 4 +-
8869 kernel/trace/trace_mmiotrace.c | 8 +-
8870 kernel/trace/trace_output.c | 10 +-
8871 kernel/trace/trace_seq.c | 2 +-
8872 kernel/trace/trace_stack.c | 2 +-
8873 kernel/trace/tracing_map.c | 48 +-
8874 kernel/trace/tracing_map.h | 6 +-
8875 kernel/user.c | 2 +-
8876 kernel/user_namespace.c | 2 +-
8877 kernel/utsname_sysctl.c | 2 +-
8878 kernel/watchdog.c | 2 +-
8879 kernel/workqueue.c | 8 +-
8880 lib/Kconfig.debug | 8 +-
8881 lib/Makefile | 2 +-
8882 lib/bitmap.c | 8 +-
8883 lib/bug.c | 2 +
8884 lib/debugobjects.c | 2 +-
8885 lib/decompress_bunzip2.c | 3 +-
8886 lib/decompress_unlzma.c | 4 +-
8887 lib/div64.c | 4 +-
8888 lib/dma-debug.c | 4 +-
8889 lib/extable.c | 11 +-
8890 lib/inflate.c | 2 +-
8891 lib/ioremap.c | 4 +-
8892 lib/irq_poll.c | 2 +-
8893 lib/kobject.c | 4 +-
8894 lib/list_debug.c | 126 +-
8895 lib/lockref.c | 44 +-
8896 lib/percpu-refcount.c | 2 +-
8897 lib/radix-tree.c | 2 +-
8898 lib/random32.c | 2 +-
8899 lib/rhashtable.c | 4 +-
8900 lib/seq_buf.c | 4 +-
8901 lib/show_mem.c | 2 +-
8902 lib/strncpy_from_user.c | 2 +-
8903 lib/strnlen_user.c | 2 +-
8904 lib/swiotlb.c | 2 +-
8905 lib/usercopy.c | 6 +
8906 lib/vsprintf.c | 12 +-
8907 mm/Kconfig | 6 +-
8908 mm/backing-dev.c | 4 +-
8909 mm/fadvise.c | 2 +-
8910 mm/filemap.c | 8 +-
8911 mm/gup.c | 13 +-
8912 mm/highmem.c | 6 +-
8913 mm/hugetlb.c | 125 +-
8914 mm/hugetlb_cgroup.c | 60 +-
8915 mm/internal.h | 3 +-
8916 mm/maccess.c | 12 +-
8917 mm/madvise.c | 37 +
8918 mm/memcontrol.c | 6 +-
8919 mm/memory-failure.c | 6 +-
8920 mm/memory.c | 424 +-
8921 mm/mempolicy.c | 25 +
8922 mm/mlock.c | 18 +-
8923 mm/mm_init.c | 2 +-
8924 mm/mmap.c | 552 +-
8925 mm/mprotect.c | 137 +-
8926 mm/mremap.c | 39 +-
8927 mm/nommu.c | 21 +-
8928 mm/page-writeback.c | 2 +-
8929 mm/page_alloc.c | 61 +-
8930 mm/percpu.c | 2 +-
8931 mm/process_vm_access.c | 14 +-
8932 mm/readahead.c | 2 +-
8933 mm/rmap.c | 43 +-
8934 mm/shmem.c | 36 +-
8935 mm/slab.c | 113 +-
8936 mm/slab.h | 37 +-
8937 mm/slab_common.c | 85 +-
8938 mm/slob.c | 248 +-
8939 mm/slub.c | 118 +-
8940 mm/sparse-vmemmap.c | 4 +-
8941 mm/sparse.c | 2 +-
8942 mm/swap.c | 7 +
8943 mm/swapfile.c | 12 +-
8944 mm/util.c | 7 +
8945 mm/vmalloc.c | 116 +-
8946 mm/vmstat.c | 14 +-
8947 net/8021q/vlan.c | 5 +-
8948 net/8021q/vlan_netlink.c | 2 +-
8949 net/9p/mod.c | 4 +-
8950 net/9p/trans_fd.c | 2 +-
8951 net/atm/atm_misc.c | 8 +-
8952 net/atm/lec.h | 2 +-
8953 net/atm/proc.c | 6 +-
8954 net/atm/resources.c | 4 +-
8955 net/ax25/sysctl_net_ax25.c | 2 +-
8956 net/batman-adv/bat_iv_ogm.c | 8 +-
8957 net/batman-adv/fragmentation.c | 2 +-
8958 net/batman-adv/routing.c | 4 +-
8959 net/batman-adv/soft-interface.c | 12 +-
8960 net/batman-adv/sysfs.c | 48 +-
8961 net/batman-adv/sysfs.h | 4 +-
8962 net/batman-adv/translation-table.c | 14 +-
8963 net/batman-adv/types.h | 8 +-
8964 net/bluetooth/hci_sock.c | 2 +-
8965 net/bluetooth/l2cap_core.c | 6 +-
8966 net/bluetooth/l2cap_sock.c | 12 +-
8967 net/bluetooth/rfcomm/sock.c | 4 +-
8968 net/bluetooth/rfcomm/tty.c | 4 +-
8969 net/bridge/br_netfilter_hooks.c | 4 +-
8970 net/bridge/br_netlink.c | 2 +-
8971 net/bridge/netfilter/ebtables.c | 6 +-
8972 net/caif/cfctrl.c | 11 +-
8973 net/caif/chnl_net.c | 4 +-
8974 net/can/af_can.c | 2 +-
8975 net/can/gw.c | 6 +-
8976 net/ceph/ceph_common.c | 2 +-
8977 net/ceph/messenger.c | 4 +-
8978 net/compat.c | 26 +-
8979 net/core/datagram.c | 2 +-
8980 net/core/dev.c | 26 +-
8981 net/core/filter.c | 2 +-
8982 net/core/flow.c | 8 +-
8983 net/core/neighbour.c | 18 +-
8984 net/core/net-procfs.c | 4 +-
8985 net/core/net-sysfs.c | 2 +-
8986 net/core/net_namespace.c | 10 +-
8987 net/core/netpoll.c | 4 +-
8988 net/core/rtnetlink.c | 17 +-
8989 net/core/scm.c | 12 +-
8990 net/core/skbuff.c | 11 +-
8991 net/core/sock.c | 32 +-
8992 net/core/sock_diag.c | 17 +-
8993 net/core/sysctl_net_core.c | 22 +-
8994 net/decnet/af_decnet.c | 1 +
8995 net/decnet/sysctl_net_decnet.c | 4 +-
8996 net/dsa/dsa.c | 2 +-
8997 net/dsa/slave.c | 4 +-
8998 net/hsr/hsr_device.c | 2 +-
8999 net/hsr/hsr_netlink.c | 2 +-
9000 net/ieee802154/6lowpan/core.c | 2 +-
9001 net/ieee802154/6lowpan/reassembly.c | 14 +-
9002 net/ieee802154/core.c | 6 +-
9003 net/ipv4/af_inet.c | 6 +-
9004 net/ipv4/arp.c | 2 +-
9005 net/ipv4/devinet.c | 20 +-
9006 net/ipv4/fib_frontend.c | 6 +-
9007 net/ipv4/fib_semantics.c | 2 +-
9008 net/ipv4/icmp.c | 2 +-
9009 net/ipv4/inet_connection_sock.c | 4 +-
9010 net/ipv4/inet_diag.c | 4 +-
9011 net/ipv4/inet_timewait_sock.c | 2 +-
9012 net/ipv4/inetpeer.c | 2 +-
9013 net/ipv4/ip_fragment.c | 17 +-
9014 net/ipv4/ip_gre.c | 6 +-
9015 net/ipv4/ip_sockglue.c | 2 +-
9016 net/ipv4/ip_vti.c | 4 +-
9017 net/ipv4/ipconfig.c | 6 +-
9018 net/ipv4/ipip.c | 4 +-
9019 net/ipv4/netfilter/arp_tables.c | 10 +-
9020 net/ipv4/netfilter/ip_tables.c | 10 +-
9021 net/ipv4/ping.c | 14 +-
9022 net/ipv4/proc.c | 10 +-
9023 net/ipv4/raw.c | 16 +-
9024 net/ipv4/route.c | 40 +-
9025 net/ipv4/sysctl_net_ipv4.c | 24 +-
9026 net/ipv4/tcp_input.c | 6 +-
9027 net/ipv4/tcp_ipv4.c | 2 +-
9028 net/ipv4/tcp_metrics.c | 2 +-
9029 net/ipv4/tcp_probe.c | 2 +-
9030 net/ipv4/udp.c | 10 +-
9031 net/ipv4/xfrm4_mode_beet.c | 2 +-
9032 net/ipv4/xfrm4_mode_transport.c | 2 +-
9033 net/ipv4/xfrm4_policy.c | 19 +-
9034 net/ipv4/xfrm4_state.c | 4 +-
9035 net/ipv6/addrconf.c | 26 +-
9036 net/ipv6/af_inet6.c | 2 +-
9037 net/ipv6/datagram.c | 2 +-
9038 net/ipv6/icmp.c | 2 +-
9039 net/ipv6/inet6_hashtables.c | 2 +-
9040 net/ipv6/ip6_fib.c | 4 +-
9041 net/ipv6/ip6_gre.c | 10 +-
9042 net/ipv6/ip6_tunnel.c | 4 +-
9043 net/ipv6/ip6_vti.c | 4 +-
9044 net/ipv6/ipv6_sockglue.c | 2 +-
9045 net/ipv6/ndisc.c | 2 +-
9046 net/ipv6/netfilter/ip6_tables.c | 10 +-
9047 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
9048 net/ipv6/ping.c | 33 +-
9049 net/ipv6/proc.c | 10 +-
9050 net/ipv6/raw.c | 17 +-
9051 net/ipv6/reassembly.c | 13 +-
9052 net/ipv6/route.c | 2 +-
9053 net/ipv6/sit.c | 4 +-
9054 net/ipv6/sysctl_net_ipv6.c | 2 +-
9055 net/ipv6/udp.c | 6 +-
9056 net/ipv6/xfrm6_mode_beet.c | 2 +-
9057 net/ipv6/xfrm6_mode_transport.c | 2 +-
9058 net/ipv6/xfrm6_policy.c | 17 +-
9059 net/irda/discovery.c | 2 +-
9060 net/irda/ircomm/ircomm_core.c | 13 +-
9061 net/irda/ircomm/ircomm_tty.c | 24 +-
9062 net/irda/ircomm/ircomm_tty_attach.c | 4 +-
9063 net/irda/irda_device.c | 14 +-
9064 net/irda/iriap.c | 14 +-
9065 net/irda/irias_object.c | 10 +-
9066 net/irda/irlan/irlan_client.c | 2 +-
9067 net/irda/irlap.c | 15 +-
9068 net/irda/irlap_event.c | 2 +-
9069 net/irda/irlmp.c | 21 +-
9070 net/irda/irlmp_event.c | 6 +-
9071 net/irda/irnet/irnet.h | 2 +-
9072 net/irda/irnet/irnet_irda.c | 6 +-
9073 net/irda/irttp.c | 8 +-
9074 net/irda/timer.c | 24 +-
9075 net/iucv/af_iucv.c | 4 +-
9076 net/iucv/iucv.c | 2 +-
9077 net/key/af_key.c | 4 +-
9078 net/l2tp/l2tp_eth.c | 40 +-
9079 net/l2tp/l2tp_ip.c | 2 +-
9080 net/l2tp/l2tp_ip6.c | 2 +-
9081 net/mac80211/cfg.c | 12 +-
9082 net/mac80211/debugfs.c | 2 +-
9083 net/mac80211/debugfs_key.c | 6 +-
9084 net/mac80211/ieee80211_i.h | 3 +-
9085 net/mac80211/iface.c | 20 +-
9086 net/mac80211/main.c | 2 +-
9087 net/mac80211/pm.c | 4 +-
9088 net/mac80211/rate.c | 2 +-
9089 net/mac80211/sta_info.c | 2 +-
9090 net/mac80211/tx.c | 2 +-
9091 net/mac80211/util.c | 8 +-
9092 net/mac80211/wpa.c | 12 +-
9093 net/mac802154/iface.c | 6 +-
9094 net/mpls/af_mpls.c | 10 +-
9095 net/netfilter/ipset/ip_set_core.c | 7 +-
9096 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
9097 net/netfilter/ipvs/ip_vs_core.c | 8 +-
9098 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
9099 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
9100 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
9101 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
9102 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
9103 net/netfilter/nf_conntrack_acct.c | 2 +-
9104 net/netfilter/nf_conntrack_core.c | 2 +-
9105 net/netfilter/nf_conntrack_ecache.c | 2 +-
9106 net/netfilter/nf_conntrack_helper.c | 2 +-
9107 net/netfilter/nf_conntrack_netlink.c | 22 +-
9108 net/netfilter/nf_conntrack_proto.c | 2 +-
9109 net/netfilter/nf_conntrack_standalone.c | 2 +-
9110 net/netfilter/nf_conntrack_timestamp.c | 2 +-
9111 net/netfilter/nf_log.c | 10 +-
9112 net/netfilter/nf_nat_ftp.c | 2 +-
9113 net/netfilter/nf_nat_irc.c | 2 +-
9114 net/netfilter/nf_sockopt.c | 4 +-
9115 net/netfilter/nf_tables_api.c | 13 +-
9116 net/netfilter/nfnetlink_acct.c | 33 +-
9117 net/netfilter/nfnetlink_cthelper.c | 2 +-
9118 net/netfilter/nfnetlink_cttimeout.c | 2 +-
9119 net/netfilter/nfnetlink_log.c | 4 +-
9120 net/netfilter/nft_compat.c | 9 +-
9121 net/netfilter/xt_IDLETIMER.c | 12 +-
9122 net/netfilter/xt_statistic.c | 8 +-
9123 net/netlink/af_netlink.c | 16 +-
9124 net/netlink/diag.c | 2 +-
9125 net/netlink/genetlink.c | 14 +-
9126 net/openvswitch/vport-geneve.c | 7 +-
9127 net/openvswitch/vport-gre.c | 7 +-
9128 net/openvswitch/vport-internal_dev.c | 4 +-
9129 net/openvswitch/vport-netdev.c | 7 +-
9130 net/openvswitch/vport-vxlan.c | 7 +-
9131 net/packet/af_packet.c | 26 +-
9132 net/packet/diag.c | 2 +-
9133 net/packet/internal.h | 6 +-
9134 net/phonet/pep.c | 6 +-
9135 net/phonet/socket.c | 2 +-
9136 net/phonet/sysctl.c | 2 +-
9137 net/rds/cong.c | 6 +-
9138 net/rds/ib.h | 2 +-
9139 net/rds/ib_cm.c | 2 +-
9140 net/rds/ib_recv.c | 4 +-
9141 net/rds/rds.h | 2 +-
9142 net/rds/tcp.c | 6 +-
9143 net/rds/tcp.h | 6 +-
9144 net/rds/tcp_send.c | 2 +-
9145 net/rxrpc/af_rxrpc.c | 2 +-
9146 net/rxrpc/ar-ack.c | 14 +-
9147 net/rxrpc/ar-call.c | 2 +-
9148 net/rxrpc/ar-connection.c | 2 +-
9149 net/rxrpc/ar-connevent.c | 2 +-
9150 net/rxrpc/ar-input.c | 4 +-
9151 net/rxrpc/ar-internal.h | 8 +-
9152 net/rxrpc/ar-local.c | 2 +-
9153 net/rxrpc/ar-output.c | 4 +-
9154 net/rxrpc/ar-peer.c | 2 +-
9155 net/rxrpc/ar-proc.c | 4 +-
9156 net/rxrpc/ar-transport.c | 2 +-
9157 net/rxrpc/rxkad.c | 4 +-
9158 net/sched/sch_generic.c | 4 +-
9159 net/sched/sch_tbf.c | 9 +-
9160 net/sctp/ipv6.c | 4 +-
9161 net/sctp/protocol.c | 8 +-
9162 net/sctp/sctp_diag.c | 2 +-
9163 net/sctp/sm_sideeffect.c | 4 +-
9164 net/sctp/socket.c | 21 +-
9165 net/sctp/sysctl.c | 10 +-
9166 net/socket.c | 18 +-
9167 net/sunrpc/auth_gss/gss_rpc_upcall.c | 4 +-
9168 net/sunrpc/auth_gss/gss_rpc_xdr.c | 11 +-
9169 net/sunrpc/auth_gss/gss_rpc_xdr.h | 8 +-
9170 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
9171 net/sunrpc/clnt.c | 4 +-
9172 net/sunrpc/rpcb_clnt.c | 66 +-
9173 net/sunrpc/sched.c | 4 +-
9174 net/sunrpc/svc.c | 8 +-
9175 net/sunrpc/svcauth_unix.c | 2 +-
9176 net/sunrpc/xprtrdma/svc_rdma.c | 44 +-
9177 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
9178 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
9179 net/sunrpc/xprtrdma/svc_rdma_transport.c | 2 +-
9180 net/tipc/netlink_compat.c | 12 +-
9181 net/tipc/subscr.c | 2 +-
9182 net/unix/diag.c | 2 +-
9183 net/unix/sysctl_net_unix.c | 2 +-
9184 net/wireless/scan.c | 3 +-
9185 net/wireless/wext-compat.c | 141 +-
9186 net/wireless/wext-compat.h | 8 +-
9187 net/wireless/wext-core.c | 19 +-
9188 net/wireless/wext-sme.c | 5 +-
9189 net/xfrm/xfrm_policy.c | 18 +-
9190 net/xfrm/xfrm_state.c | 37 +-
9191 net/xfrm/xfrm_sysctl.c | 2 +-
9192 net/xfrm/xfrm_user.c | 2 +-
9193 scripts/Kbuild.include | 12 +-
9194 scripts/Makefile | 2 +-
9195 scripts/Makefile.build | 2 +-
9196 scripts/Makefile.clean | 4 +-
9197 scripts/Makefile.extrawarn | 4 +
9198 scripts/Makefile.gcc-plugins | 95 +
9199 scripts/Makefile.host | 73 +-
9200 scripts/basic/fixdep.c | 10 +-
9201 scripts/dtc/checks.c | 14 +-
9202 scripts/dtc/data.c | 6 +-
9203 scripts/dtc/flattree.c | 8 +-
9204 scripts/dtc/livetree.c | 4 +-
9205 scripts/gcc-plugin.sh | 65 +
9206 scripts/gcc-plugins/Makefile | 28 +
9207 scripts/gcc-plugins/checker_plugin.c | 496 +
9208 scripts/gcc-plugins/colorize_plugin.c | 162 +
9209 scripts/gcc-plugins/constify_plugin.c | 582 +
9210 scripts/gcc-plugins/gcc-common.h | 894 +
9211 scripts/gcc-plugins/gcc-generate-gimple-pass.h | 175 +
9212 scripts/gcc-plugins/gcc-generate-ipa-pass.h | 289 +
9213 scripts/gcc-plugins/gcc-generate-rtl-pass.h | 175 +
9214 scripts/gcc-plugins/gcc-generate-simple_ipa-pass.h | 175 +
9215 scripts/gcc-plugins/initify_plugin.c | 536 +
9216 scripts/gcc-plugins/kallocstat_plugin.c | 135 +
9217 scripts/gcc-plugins/kernexec_plugin.c | 407 +
9218 scripts/gcc-plugins/latent_entropy_plugin.c | 613 +
9219 scripts/gcc-plugins/rap_plugin/Makefile | 6 +
9220 scripts/gcc-plugins/rap_plugin/rap.h | 36 +
9221 scripts/gcc-plugins/rap_plugin/rap_fptr_pass.c | 220 +
9222 scripts/gcc-plugins/rap_plugin/rap_hash.c | 382 +
9223 scripts/gcc-plugins/rap_plugin/rap_plugin.c | 513 +
9224 scripts/gcc-plugins/rap_plugin/sip.c | 96 +
9225 .../gcc-plugins/size_overflow_plugin/.gitignore | 3 +
9226 scripts/gcc-plugins/size_overflow_plugin/Makefile | 30 +
9227 .../disable_size_overflow_hash.data | 12445 +++++++++++
9228 .../generate_size_overflow_hash.sh | 103 +
9229 .../insert_size_overflow_asm.c | 369 +
9230 .../size_overflow_plugin/intentional_overflow.c | 1166 +
9231 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
9232 .../size_overflow_plugin/size_overflow.h | 331 +
9233 .../size_overflow_plugin/size_overflow_debug.c | 194 +
9234 .../size_overflow_plugin/size_overflow_hash.data | 22068 +++++++++++++++++++
9235 .../size_overflow_hash_aux.data | 97 +
9236 .../size_overflow_plugin/size_overflow_ipa.c | 1163 +
9237 .../size_overflow_plugin/size_overflow_misc.c | 505 +
9238 .../size_overflow_plugin/size_overflow_plugin.c | 290 +
9239 .../size_overflow_plugin_hash.c | 352 +
9240 .../size_overflow_plugin/size_overflow_transform.c | 743 +
9241 .../size_overflow_transform_core.c | 1025 +
9242 scripts/gcc-plugins/stackleak_plugin.c | 350 +
9243 scripts/gcc-plugins/structleak_plugin.c | 239 +
9244 scripts/headers_install.sh | 1 +
9245 scripts/kallsyms.c | 4 +-
9246 scripts/kconfig/lkc.h | 5 +-
9247 scripts/kconfig/menu.c | 2 +-
9248 scripts/kconfig/symbol.c | 6 +-
9249 scripts/link-vmlinux.sh | 2 +-
9250 scripts/mod/file2alias.c | 14 +-
9251 scripts/mod/modpost.c | 40 +-
9252 scripts/mod/modpost.h | 6 +-
9253 scripts/mod/sumversion.c | 2 +-
9254 scripts/module-common.lds | 4 +
9255 scripts/package/builddeb | 1 +
9256 scripts/pnmtologo.c | 6 +-
9257 scripts/sortextable.h | 6 +-
9258 scripts/tags.sh | 2 +-
9259 security/Kconfig | 735 +-
9260 security/apparmor/include/policy.h | 2 +-
9261 security/apparmor/lsm.c | 16 +-
9262 security/apparmor/policy.c | 4 +-
9263 security/integrity/ima/ima.h | 4 +-
9264 security/integrity/ima/ima_api.c | 2 +-
9265 security/integrity/ima/ima_fs.c | 4 +-
9266 security/integrity/ima/ima_queue.c | 2 +-
9267 security/keys/internal.h | 8 +-
9268 security/keys/key.c | 18 +-
9269 security/keys/keyring.c | 4 -
9270 security/selinux/avc.c | 6 +-
9271 security/selinux/include/xfrm.h | 2 +-
9272 security/yama/yama_lsm.c | 2 +-
9273 sound/aoa/codecs/onyx.c | 7 +-
9274 sound/aoa/codecs/onyx.h | 1 +
9275 sound/core/oss/pcm_oss.c | 18 +-
9276 sound/core/pcm_compat.c | 2 +-
9277 sound/core/pcm_lib.c | 3 +-
9278 sound/core/pcm_native.c | 4 +-
9279 sound/core/rawmidi.c | 5 +-
9280 sound/core/seq/oss/seq_oss_synth.c | 4 +-
9281 sound/core/seq/seq_clientmgr.c | 10 +-
9282 sound/core/seq/seq_compat.c | 2 +-
9283 sound/core/seq/seq_fifo.c | 6 +-
9284 sound/core/seq/seq_fifo.h | 2 +-
9285 sound/core/seq/seq_memory.c | 18 +-
9286 sound/core/seq/seq_midi.c | 5 +-
9287 sound/core/seq/seq_virmidi.c | 2 +-
9288 sound/core/sound.c | 2 +-
9289 sound/drivers/mts64.c | 14 +-
9290 sound/drivers/opl4/opl4_lib.c | 2 +-
9291 sound/drivers/portman2x4.c | 3 +-
9292 sound/firewire/amdtp-am824.c | 2 +-
9293 sound/firewire/amdtp-stream.c | 4 +-
9294 sound/firewire/amdtp-stream.h | 2 +-
9295 sound/firewire/digi00x/amdtp-dot.c | 2 +-
9296 sound/firewire/isight.c | 10 +-
9297 sound/firewire/oxfw/oxfw-scs1x.c | 8 +-
9298 sound/oss/sb_audio.c | 2 +-
9299 sound/oss/swarm_cs4297a.c | 6 +-
9300 sound/pci/als300.c | 2 +-
9301 sound/pci/aw2/aw2-alsa.c | 2 -
9302 sound/pci/aw2/aw2-saa7146.c | 4 +-
9303 sound/pci/ctxfi/ctamixer.c | 14 +-
9304 sound/pci/ctxfi/ctamixer.h | 8 +-
9305 sound/pci/ctxfi/ctatc.c | 20 +-
9306 sound/pci/ctxfi/ctdaio.c | 6 +-
9307 sound/pci/ctxfi/ctdaio.h | 4 +-
9308 sound/pci/ctxfi/ctsrc.c | 13 +-
9309 sound/pci/ctxfi/ctsrc.h | 8 +-
9310 sound/pci/hda/hda_codec.c | 2 +-
9311 sound/pci/ymfpci/ymfpci.h | 2 +-
9312 sound/pci/ymfpci/ymfpci_main.c | 12 +-
9313 sound/soc/codecs/cx20442.c | 8 +-
9314 sound/soc/codecs/sti-sas.c | 10 +-
9315 sound/soc/codecs/tlv320dac33.c | 7 +-
9316 sound/soc/codecs/uda1380.c | 7 +-
9317 sound/soc/intel/skylake/skl-sst-dsp.h | 2 +-
9318 sound/soc/soc-ac97.c | 6 +-
9319 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
9320 tools/include/linux/compiler.h | 8 +
9321 tools/perf/util/include/asm/alternative-asm.h | 3 +
9322 tools/virtio/linux/uaccess.h | 2 +-
9323 virt/kvm/kvm_main.c | 42 +-
9324 2774 files changed, 78254 insertions(+), 14304 deletions(-)
9325 commit b2d3123595e9bd771c1292b03b82e47127b416c0
9326 Author: Brad Spengler <spender@grsecurity.net>
9327 Date: Sun Jul 31 21:40:39 2016 -0400
9328
9329 ARM compile fixes
9330
9331 arch/arm/include/asm/atomic.h | 40 +++++++++++++++++++++++++--------------
9332 arch/arm/include/asm/domain.h | 1 +
9333 include/asm-generic/atomic-long.h | 2 ++
9334 include/asm-generic/atomic64.h | 1 +
9335 include/linux/atomic.h | 23 ++++++++++++++++++++++
9336 5 files changed, 53 insertions(+), 14 deletions(-)
9337
9338 commit 439d240094e132ce7455a12267340a15ff45a6bf
9339 Author: Scott Bauer <sbauer@plzdonthack.me>
9340 Date: Wed Jul 27 19:11:29 2016 -0600
9341
9342 vfs: ioctl: prevent double-fetch in dedupe ioctl
9343
9344 This prevents a double-fetch from user space that can lead to to an
9345 undersized allocation and heap overflow.
9346
9347 Fixes: 54dbc1517237 ("vfs: hoist the btrfs deduplication ioctl to the vfs")
9348 Signed-off-by: Scott Bauer <sbauer@plzdonthack.me>
9349 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
9350
9351 fs/ioctl.c | 1 +
9352 1 file changed, 1 insertion(+)
9353
9354 commit 0e2289fa07be544a2f72d3eebd1d2c76e435f5c5
9355 Author: Brad Spengler <spender@grsecurity.net>
9356 Date: Wed Jul 27 20:30:01 2016 -0400
9357
9358 Update size_overflow hash table
9359
9360 scripts/gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 1 +
9361 1 file changed, 1 insertion(+)
9362
9363 commit 50d051c5af8ea45fc8465ccbfda3530e95d2b97a
9364 Author: Brad Spengler <spender@grsecurity.net>
9365 Date: Wed Jul 27 20:14:26 2016 -0400
9366
9367 Update size_overflow hash table
9368
9369 scripts/gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 3 ++-
9370 1 file changed, 2 insertions(+), 1 deletion(-)
9371
9372 commit aff6427a6baa489e210f6951f90bf29c4bf7a5f6
9373 Merge: d1085b0 8f83873
9374 Author: Brad Spengler <spender@grsecurity.net>
9375 Date: Wed Jul 27 19:53:16 2016 -0400
9376
9377 Merge branch 'pax-test' into grsec-test
9378
9379 commit 8f838734fe795a77eef1807e804b8bbae857201f
9380 Merge: 48edba8 bed4c61
9381 Author: Brad Spengler <spender@grsecurity.net>
9382 Date: Wed Jul 27 19:40:39 2016 -0400
9383
9384 Update to pax-linux-4.6.5-test18.patch:
9385 - fixed a few non-refcount atomic uses found by static analysis
9386 - plugins no longer export symbols except for those required by gcc
9387 - moved a few instrumentation passes after other analysis passes to prevent interference
9388 - got rid of the use of paravirt_enabled on amd64 which is gone in 4.7 anyway
9389 - repurposed the unusued skip_heap_stack_gap to simplify the unmapped area lookup code
9390 - fixed a few compile warnings related to constification and function type fixes
9391
9392 Merge branch 'linux-4.6.y' into pax-test
9393
9394 commit d1085b0354e32d2b030ca38bf0fa854129b6f381
9395 Merge: 59774b1 48edba8
9396 Author: Brad Spengler <spender@grsecurity.net>
9397 Date: Sun Jul 24 19:36:43 2016 -0400
9398
9399 Merge branch 'pax-test' into grsec-test
9400
9401 commit 48edba86de9569aef6faad21075b501c5023a66f
9402 Author: Brad Spengler <spender@grsecurity.net>
9403 Date: Sun Jul 24 19:34:05 2016 -0400
9404
9405 Update to pax-linux-4.6.4-test16.patch:
9406 - limited prefaulting in access_ok to 256 pages to reduce its performance impact, reported by Matthew Stapleton (https://bugs.gentoo.org/show_bug.cgi?id=589046)
9407 - reverted back to the old size overflow hash table until Emese tames the data flow analysis a bit
9408 - fixed the constify plugin to properly build the type for pointers to deconstified structs
9409
9410 arch/x86/include/asm/uaccess.h | 2 +-
9411 arch/x86/kernel/kgdb.c | 4 +-
9412 scripts/gcc-plugins/constify_plugin.c | 9 +-
9413 .../disable_size_overflow_hash.data | 7 +-
9414 .../size_overflow_plugin/size_overflow_hash.data | 13545 +++++++++----------
9415 5 files changed, 6580 insertions(+), 6987 deletions(-)
9416
9417 commit 59774b19cbe7ea87915d659d4711c830ce360e36
9418 Author: Brad Spengler <spender@grsecurity.net>
9419 Date: Sat Jul 23 18:47:31 2016 -0400
9420
9421 Allow 'perf' to be used as a privileged user by making the default
9422 kptr_restrict setting 1 with HIDESYM (rather than the previous 2).
9423 To prevent abuse from loggers (like the adb case) add CAP_SYS_ADMIN
9424 to the kptr_restrict=1 case. It can always be set to 2 if the user
9425 wishes.
9426
9427 kernel/sysctl.c | 2 +-
9428 lib/vsprintf.c | 5 ++++-
9429 2 files changed, 5 insertions(+), 2 deletions(-)
9430
9431 commit 191fac3a4900d3e033969952d99b79cfa2525f30
9432 Author: Brad Spengler <spender@grsecurity.net>
9433 Date: Sat Jul 23 14:56:39 2016 -0400
9434
9435 Force OABI_COMPAT off, it's full of privesc vulns
9436
9437 arch/arm/Kconfig | 1 +
9438 1 file changed, 1 insertion(+)
9439
9440 commit 4a983bdd1886eb2068c3fccd0d95358ff3b3eee1
9441 Author: Brad Spengler <spender@grsecurity.net>
9442 Date: Sat Jul 23 10:44:43 2016 -0400
9443
9444 Stop logging RLIMIT_NICE denials, just produces log spam
9445
9446 grsecurity/gracl_res.c | 10 ++++++++--
9447 1 file changed, 8 insertions(+), 2 deletions(-)
9448
9449 commit 84f2bc67492f30f06520497a9bb16c0a2e3103df
9450 Author: Brad Spengler <spender@grsecurity.net>
9451 Date: Tue Jul 19 20:13:30 2016 -0400
9452
9453 Revert to previous size_overflow hash table temporarily while the
9454 root causes of recent FPs are worked out
9455
9456 .../disable_size_overflow_hash.data | 7 +-
9457 .../size_overflow_plugin/size_overflow_hash.data | 13743 +++++++++----------
9458 2 files changed, 6845 insertions(+), 6905 deletions(-)
9459
9460 commit ea2b9616253f017edf97e4b86e82d6c89df17c4d
9461 Merge: e52044e cd66132
9462 Author: Brad Spengler <spender@grsecurity.net>
9463 Date: Tue Jul 19 19:21:52 2016 -0400
9464
9465 Merge branch 'pax-test' into grsec-test
9466
9467 commit cd661322f3b91c6fd6fee4a6a5907b054a70a5f7
9468 Author: Brad Spengler <spender@grsecurity.net>
9469 Date: Tue Jul 19 19:14:36 2016 -0400
9470
9471 Update to pax-linux-4.6.4-test15.patch:
9472 - updated the size overflow hash table from grsecurity
9473 - fixed a few size overflow false positives in the tcp timestamp code, reported by Toralf Förster and debrouxl (https://forums.grsecurity.net/viewtopic.php?f=3&t=4514)
9474
9475 .../disable_size_overflow_hash.data | 7 +-
9476 .../size_overflow_plugin/size_overflow_hash.data | 850 +++++++++++++++++----
9477 2 files changed, 694 insertions(+), 163 deletions(-)
9478
9479 commit e52044e34a92f944b99e9219147617dc7449a675
9480 Author: Brad Spengler <spender@grsecurity.net>
9481 Date: Mon Jul 18 21:25:15 2016 -0400
9482
9483 Update size_overflow hash table
9484
9485 .../size_overflow_plugin/size_overflow_hash.data | 466 +++++++++++++++++----
9486 1 file changed, 382 insertions(+), 84 deletions(-)
9487
9488 commit 27ed9167fb98fe9f9e75aace6f651ff814a189a5
9489 Author: Brad Spengler <spender@grsecurity.net>
9490 Date: Mon Jul 18 21:04:42 2016 -0400
9491
9492 Update size_overflow hash table
9493
9494 .../gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 12 ++++++++----
9495 1 file changed, 8 insertions(+), 4 deletions(-)
9496
9497 commit b0a1f25a251b7c1c582fa3a95605654f8da33193
9498 Author: Jann Horn <jann@thejh.net>
9499 Date: Fri Sep 11 21:39:33 2015 +0200
9500
9501 xfs: fix type confusion in xfs_ioc_swapext
9502
9503 Without this check, the following XFS_I invocations would return bad
9504 pointers when used on non-XFS inodes (perhaps pointers into preceding
9505 allocator chunks).
9506
9507 This could be used by an attacker to trick xfs_swap_extents into
9508 performing locking operations on attacker-chosen structures in kernel
9509 memory, potentially leading to code execution in the kernel. (I have
9510 not investigated how likely this is to be usable for an attack in
9511 practice.)
9512
9513 Signed-off-by: Jann Horn <jann@thejh.net>
9514 Cc: Andy Lutomirski <luto@amacapital.net>
9515 Cc: Dave Chinner <david@fromorbit.com>
9516 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
9517
9518 fs/xfs/xfs_ioctl.c | 6 ++++++
9519 1 file changed, 6 insertions(+)
9520
9521 commit 01e9e48be783cefbe69ff9241ab678de69eaab5b
9522 Merge: bd6d599 c421d76
9523 Author: Brad Spengler <spender@grsecurity.net>
9524 Date: Mon Jul 18 20:18:27 2016 -0400
9525
9526 Merge branch 'pax-test' into grsec-test
9527
9528 commit c421d76c43d1840ab72bf2cd414e61ee0581e80b
9529 Author: Brad Spengler <spender@grsecurity.net>
9530 Date: Mon Jul 18 20:04:22 2016 -0400
9531
9532 Update to pax-linux-4.6.4-test14.patch:
9533 - Emese regenerated the size overflow hash table
9534 - fixed a few more section mismatches detected in LTO mode
9535 - reworked how KERNEXEC coexists with upstream's DEBUG_RODATA
9536 - reworked the KERNEXEC plugin configuration, read the Kconfig help!
9537 - simplified the constify plugin a bit
9538 - fixed an integer truncation bug in pnp_add_dma_resource caught by the size overflow plugin, reported by Thore Bödecker (https://forums.grsecurity.net/viewtopic.php?f=3&t=4511 and https://bugzilla.kernel.org/show_bug.cgi?id=123211)
9539 - worked around an integer conversion problem in drbd caught by the size overflow plugin, reported by Georg Weiss (https://forums.grsecurity.net/viewtopic.php?f=3&t=4510 and https://bugs.gentoo.org/show_bug.cgi?id=588624)
9540 - fixed !KERNEXEC boot crash on x86, reported by peetaur (https://forums.grsecurity.net/viewtopic.php?f=3&t=4512)
9541 - fixed compile warnings triggered by the __SYSCALL_DEFINEx macro
9542
9543 arch/mips/Kbuild | 2 +-
9544 arch/mips/include/asm/irq.h | 1 -
9545 arch/sparc/include/asm/atomic_64.h | 6 +
9546 arch/sparc/kernel/prom_common.c | 2 +-
9547 arch/sparc/lib/atomic_64.S | 2 +-
9548 arch/sparc/lib/ksyms.c | 4 +-
9549 arch/x86/entry/entry_64.S | 2 +-
9550 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 3 +-
9551 arch/x86/kernel/alternative.c | 21 +
9552 arch/x86/kernel/cpu/common.c | 4 +
9553 arch/x86/platform/olpc/olpc_dt.c | 2 +-
9554 drivers/block/drbd/drbd_int.h | 4 +-
9555 drivers/gpu/drm/sti/sti_hda.c | 4 +-
9556 drivers/gpu/drm/sti/sti_hqvdp.c | 4 +-
9557 drivers/gpu/drm/sti/sti_tvout.c | 4 +-
9558 drivers/gpu/drm/tilcdc/tilcdc_external.c | 2 +-
9559 drivers/hwmon/applesmc.c | 2 +-
9560 drivers/iommu/io-pgtable-arm.c | 2 +-
9561 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
9562 drivers/leds/leds-clevo-mail.c | 2 +-
9563 drivers/leds/leds-ss4200.c | 2 +-
9564 drivers/mtd/nand/brcmnand/bcm63138_nand.c | 2 +
9565 drivers/mtd/nand/brcmnand/iproc_nand.c | 2 +
9566 drivers/platform/chrome/chromeos_laptop.c | 2 +-
9567 drivers/platform/chrome/cros_ec_lpc.c | 2 +-
9568 drivers/pnp/base.h | 2 +-
9569 drivers/pnp/resource.c | 4 +-
9570 fs/exec.c | 20 +-
9571 include/drm/drm_modeset_helper_vtables.h | 1 +
9572 include/linux/syscalls.h | 8 +-
9573 mm/slab_common.c | 6 +
9574 mm/slob.c | 44 +-
9575 mm/slub.c | 7 +
9576 scripts/Makefile.gcc-plugins | 4 +-
9577 scripts/gcc-plugins/constify_plugin.c | 10 +-
9578 .../size_overflow_plugin/size_overflow_hash.data | 13633 +++++++++----------
9579 security/Kconfig | 63 +-
9580 37 files changed, 6934 insertions(+), 6953 deletions(-)
9581
9582 commit bd6d599943a777b93600dd4a43bbeea5dde2dfa0
9583 Author: Brad Spengler <spender@grsecurity.net>
9584 Date: Sun Jul 17 17:18:15 2016 -0400
9585
9586 Ensure current state is set to TASK_RUNNING before doing a copy on the RBAC learning read side
9587
9588 grsecurity/gracl_learn.c | 6 ++++--
9589 kernel/sched/core.c | 2 +-
9590 2 files changed, 5 insertions(+), 3 deletions(-)
9591
9592 commit 0f2e7d90efc7eeff655d7cc2c15838497f8c0513
9593 Author: Brad Spengler <spender@grsecurity.net>
9594 Date: Fri Jul 15 15:29:41 2016 -0400
9595
9596 Force that BUG() be enabled in the kernel config if grsecurity is enabled
9597 Suggested by Kees Cook
9598
9599 security/Kconfig | 1 +
9600 1 file changed, 1 insertion(+)
9601
9602 commit 3efe62268d831fc5c89a64b8ff1496d2b912ebf6
9603 Author: Brad Spengler <spender@grsecurity.net>
9604 Date: Thu Jul 14 21:14:55 2016 -0400
9605
9606 randomize layout of two more structs
9607
9608 include/linux/cdev.h | 2 +-
9609 include/linux/fs.h | 2 +-
9610 2 files changed, 2 insertions(+), 2 deletions(-)
9611
9612 commit 58c0443674275163e4d488f890ba1b985d13a4b0
9613 Author: Brad Spengler <spender@grsecurity.net>
9614 Date: Mon Jul 11 21:30:57 2016 -0400
9615
9616 Temporary workaround for size_overflow detection reported at:
9617 https://forums.grsecurity.net/viewtopic.php?f=3&t=4510
9618 by brainatwork
9619
9620 drivers/block/drbd/drbd_int.h | 4 ++--
9621 1 file changed, 2 insertions(+), 2 deletions(-)
9622
9623 commit aa1f32f7a62f394d1f90c2d9952befdd5294c088
9624 Author: Brad Spengler <spender@grsecurity.net>
9625 Date: Mon Jul 11 21:18:20 2016 -0400
9626
9627 Update size_overflow hash table
9628
9629 scripts/gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 1 +
9630 1 file changed, 1 insertion(+)
9631
9632 commit 329fa438e13041fda3dcd292adf2aeb1c008c72c
9633 Author: Jeff Mahoney <jeffm@suse.com>
9634 Date: Tue Jul 5 17:32:30 2016 -0400
9635
9636 ecryptfs: don't allow mmap when the lower fs doesn't support it
9637
9638 There are legitimate reasons to disallow mmap on certain files, notably
9639 in sysfs or procfs. We shouldn't emulate mmap support on file systems
9640 that don't offer support natively.
9641
9642 CVE-2016-1583
9643
9644 Signed-off-by: Jeff Mahoney <jeffm@suse.com>
9645 Cc: stable@vger.kernel.org
9646 [tyhicks: clean up f_op check by using ecryptfs_file_to_lower()]
9647 Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
9648
9649 fs/ecryptfs/file.c | 15 ++++++++++++++-
9650 1 file changed, 14 insertions(+), 1 deletion(-)
9651
9652 commit 5b86b77c32a55ebc8b441ac71839bb50012e505a
9653 Author: Vegard Nossum <vegard.nossum@oracle.com>
9654 Date: Thu Jul 7 13:41:11 2016 -0700
9655
9656 apparmor: fix oops, validate buffer size in apparmor_setprocattr()
9657
9658 When proc_pid_attr_write() was changed to use memdup_user apparmor's
9659 (interface violating) assumption that the setprocattr buffer was always
9660 a single page was violated.
9661
9662 The size test is not strictly speaking needed as proc_pid_attr_write()
9663 will reject anything larger, but for the sake of robustness we can keep
9664 it in.
9665
9666 SMACK and SELinux look safe to me, but somebody else should probably
9667 have a look just in case.
9668
9669 Based on original patch from Vegard Nossum <vegard.nossum@oracle.com>
9670 modified for the case that apparmor provides null termination.
9671
9672 Fixes: bb646cdb12e75d82258c2f2e7746d5952d3e321a
9673 Reported-by: Vegard Nossum <vegard.nossum@oracle.com>
9674 Cc: Al Viro <viro@zeniv.linux.org.uk>
9675 Cc: John Johansen <john.johansen@canonical.com>
9676 Cc: Paul Moore <paul@paul-moore.com>
9677 Cc: Stephen Smalley <sds@tycho.nsa.gov>
9678 Cc: Eric Paris <eparis@parisplace.org>
9679 Cc: Casey Schaufler <casey@schaufler-ca.com>
9680 Cc: stable@kernel.org
9681 Signed-off-by: John Johansen <john.johansen@canonical.com>
9682 Reviewed-by: Tyler Hicks <tyhicks@canonical.com>
9683 Signed-off-by: James Morris <james.l.morris@oracle.com>
9684
9685 security/apparmor/lsm.c | 36 +++++++++++++++++++-----------------
9686 1 file changed, 19 insertions(+), 17 deletions(-)
9687
9688 commit cf7f94ad6c32ff91363641573a64c85f4877e290
9689 Merge: 7765cd9 50212d6
9690 Author: Brad Spengler <spender@grsecurity.net>
9691 Date: Mon Jul 11 18:39:35 2016 -0400
9692
9693 Merge branch 'pax-test' into grsec-test
9694
9695 commit 50212d610aeb6ced453e1835c169c46acdf3940d
9696 Merge: 98d6186 310ca59
9697 Author: Brad Spengler <spender@grsecurity.net>
9698 Date: Mon Jul 11 18:39:08 2016 -0400
9699
9700 Merge branch 'linux-4.6.y' into pax-test
9701
9702 commit 7765cd90c911e58959451529995ea44b7a2271d6
9703 Author: Brad Spengler <spender@grsecurity.net>
9704 Date: Thu Jul 7 07:12:54 2016 -0400
9705
9706 Compile fix reported by adminwset on the forums:
9707 https://forums.grsecurity.net/viewtopic.php?t=4507&p=16420#p16420
9708
9709 fs/proc/task_mmu.c | 2 +-
9710 1 file changed, 1 insertion(+), 1 deletion(-)
9711
9712 commit c94fbc6f47fdae9a2dcf29d3048c8da8752dbbdf
9713 Author: Brad Spengler <spender@grsecurity.net>
9714 Date: Wed Jul 6 21:11:33 2016 -0400
9715
9716 compile fix
9717
9718 arch/x86/mm/init_32.c | 1 -
9719 1 file changed, 1 deletion(-)
9720
9721 commit ee4f4cdd26864ac40ac22b4a3b88f284a6d057d0
9722 Author: Miklos Szeredi <mszeredi@redhat.com>
9723 Date: Wed Jun 29 16:03:55 2016 +0200
9724
9725 ovl: get_write_access() in truncate
9726
9727 When truncating a file we should check write access on the underlying
9728 inode. And we should do so on the lower file as well (before copy-up) for
9729 consistency.
9730
9731 Original patch and test case by Aihua Zhang.
9732
9733 - - >o >o - - test.c - - >o >o - -
9734 #include <stdio.h>
9735 #include <errno.h>
9736 #include <unistd.h>
9737
9738 int main(int argc, char *argv[])
9739 {
9740 int ret;
9741
9742 ret = truncate(argv[0], 4096);
9743 if (ret != -1) {
9744 fprintf(stderr, "truncate(argv[0]) should have failed\n");
9745 return 1;
9746 }
9747 if (errno != ETXTBSY) {
9748 perror("truncate(argv[0])");
9749 return 1;
9750 }
9751
9752 return 0;
9753 }
9754 - - >o >o - - >o >o - - >o >o - -
9755
9756 Reported-by: Aihua Zhang <zhangaihua1@huawei.com>
9757 Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
9758 Cc: <stable@vger.kernel.org>
9759
9760 fs/overlayfs/inode.c | 21 +++++++++++++++++++++
9761 1 file changed, 21 insertions(+)
9762
9763 commit 4585d082282707fbe91025c987bd8cef4152196d
9764 Author: Vivek Goyal <vgoyal@redhat.com>
9765 Date: Fri Jul 1 10:02:44 2016 -0400
9766
9767 ovl: warn instead of error if d_type is not supported
9768
9769 overlay needs underlying fs to support d_type. Recently I put in a
9770 patch in to detect this condition and started failing mount if
9771 underlying fs did not support d_type.
9772
9773 But this breaks existing configurations over kernel upgrade. Those who
9774 are running docker (partially broken configuration) with xfs not
9775 supporting d_type, are surprised that after kernel upgrade docker does
9776 not run anymore.
9777
9778 https://github.com/docker/docker/issues/22937#issuecomment-229881315
9779
9780 So instead of erroring out, detect broken configuration and warn
9781 about it. This should allow existing docker setups to continue
9782 working after kernel upgrade.
9783
9784 Signed-off-by: Vivek Goyal <vgoyal@redhat.com>
9785 Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
9786 Fixes: 45aebeaf4f67 ("ovl: Ensure upper filesystem supports d_type")
9787 Cc: <stable@vger.kernel.org> 4.6
9788
9789 fs/overlayfs/super.c | 12 +++++++-----
9790 1 file changed, 7 insertions(+), 5 deletions(-)
9791
9792 commit 97bb95801d1ce86dafd1a59483803aba5b93e7c0
9793 Author: Randy Dunlap <rdunlap@infradead.org>
9794 Date: Wed Jul 6 16:06:53 2016 -0700
9795
9796 init/Kconfig: keep Expert users menu together
9797
9798 The "expert" menu was broken (split) such that all entries in it after
9799 KALLSYMS were displayed in the "General setup" area instead of in the
9800 "Expert users" area. Fix this by adding one kconfig dependency.
9801
9802 Yes, the Expert users menu is fragile. Problems like this have happened
9803 several times in the past. I will attempt to isolate the Expert users
9804 menu if there is interest in that.
9805
9806 Fixes: 4d5d5664c900 ("x86: kallsyms: disable absolute percpu symbols on !SMP")
9807 Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
9808 Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
9809 Cc: stable@vger.kernel.org # 4.6
9810 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
9811
9812 init/Kconfig | 1 +
9813 1 file changed, 1 insertion(+)
9814
9815 commit 616a19ea32197667494240e8afc0de98d28fdd47
9816 Merge: 769cc1b 98d6186
9817 Author: Brad Spengler <spender@grsecurity.net>
9818 Date: Wed Jul 6 20:41:51 2016 -0400
9819
9820 Merge branch 'pax-test' into grsec-test
9821
9822 commit 98d61867ac6a18500bbd9771678138154869cec3
9823 Author: Brad Spengler <spender@grsecurity.net>
9824 Date: Wed Jul 6 20:29:35 2016 -0400
9825
9826 Update to pax-linux-4.6.3-test10.patch:
9827 - fixed a size overflow false positive in xfrm4_beet_output and xfrm6_beet_output, by Mathias Krause <minipli@ld-linux.so>
9828 - fixed UEFI boot regression under KERNEXEC, reported by Yves-Alexis Perez <corsac@corsac.net> and x14sg1 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4502)
9829 - fixed a few constification related compile errors on arm/mips, by spender
9830 - updated the size overflow hash table from grsecurity
9831 - fixed an integer truncation bug in __ioremap_caller caught by the size overflow plugin
9832
9833 arch/arm/mach-mmp/mmp2.c | 4 +-
9834 arch/arm/mach-mmp/pxa910.c | 4 +-
9835 arch/arm/mach-s3c64xx/mach-smdk6410.c | 2 +-
9836 arch/arm/mm/fault.c | 2 +-
9837 arch/x86/include/asm/efi.h | 5 +
9838 arch/x86/include/asm/pgtable.h | 2 +-
9839 arch/x86/mm/dump_pagetables.c | 32 +++-
9840 arch/x86/mm/init_32.c | 55 +++---
9841 arch/x86/mm/init_64.c | 12 +-
9842 arch/x86/mm/ioremap.c | 2 +-
9843 arch/x86/mm/pageattr.c | 2 +-
9844 drivers/gpu/drm/sti/sti_cursor.c | 4 +-
9845 drivers/gpu/drm/sti/sti_dvo.c | 4 +-
9846 drivers/gpu/drm/sti/sti_gdp.c | 12 +-
9847 drivers/gpu/drm/sti/sti_hdmi.c | 4 +-
9848 drivers/gpu/drm/sti/sti_mixer.c | 8 +-
9849 drivers/gpu/drm/sti/sti_vid.c | 4 +-
9850 drivers/irqchip/irq-mmp.c | 2 +-
9851 drivers/net/ethernet/broadcom/bnxt/bnxt.c | 2 +-
9852 include/linux/irqchip/mmp.h | 2 +-
9853 net/ipv4/xfrm4_mode_beet.c | 2 +-
9854 net/ipv6/xfrm6_mode_beet.c | 2 +-
9855 .../size_overflow_plugin/size_overflow_hash.data | 203 +++++++++++++++++----
9856 23 files changed, 280 insertions(+), 91 deletions(-)
9857
9858 commit 769cc1b850f164d9fd9284898295eb616896d66b
9859 Author: Brad Spengler <spender@grsecurity.net>
9860 Date: Wed Jul 6 20:08:29 2016 -0400
9861
9862 Fix bug in RBAC learning reported by Andrew Flannery
9863 Nolog/noaudit-type capability checks were handled in a separate
9864 function which did not check if the requestor had the capability in
9865 their effective set. This would cause privileged processes to be
9866 denied use of their capabilities in the small number of instances
9867 these kinds of checks were used (for ptrace_may_access() etc, which
9868 get used in deciding if privileged processes can bypass /proc
9869 restrictions) only when RBAC learning was enabled on the process.
9870
9871 Remove some code duplication in the process of fixing the bug.
9872
9873 grsecurity/gracl_cap.c | 49 +++++++++------------------------------------
9874 grsecurity/grsec_disabled.c | 2 +-
9875 grsecurity/grsec_exec.c | 9 ++++-----
9876 include/linux/grsecurity.h | 4 ++--
9877 kernel/capability.c | 2 +-
9878 kernel/sys.c | 4 ++--
9879 6 files changed, 19 insertions(+), 51 deletions(-)
9880
9881 commit 244fda357c13b44ac2d174713205863c552eb30d
9882 Author: Brad Spengler <spender@grsecurity.net>
9883 Date: Wed Jul 6 07:19:26 2016 -0400
9884
9885 Compile fix for recent /proc/pid/mem changes, reported by adminwset at
9886 https://forums.grsecurity.net/viewtopic.php?t=4505&p=16415#p16415
9887
9888 fs/proc/base.c | 2 +-
9889 fs/proc/internal.h | 2 +-
9890 include/linux/sched.h | 2 ++
9891 3 files changed, 4 insertions(+), 2 deletions(-)
9892
9893 commit 5bd1344d3f28c5402bcd85972bb520a5baaf612c
9894 Author: Brad Spengler <spender@grsecurity.net>
9895 Date: Sun Jul 3 21:27:25 2016 -0400
9896
9897 Initial import of grsecurity for Linux 4.6.3
9898
9899 Documentation/dontdiff | 2 +
9900 Documentation/kernel-parameters.txt | 11 +
9901 Documentation/sysctl/kernel.txt | 15 +
9902 Makefile | 5 +-
9903 arch/alpha/include/asm/cache.h | 4 +-
9904 arch/alpha/kernel/osf_sys.c | 12 +-
9905 arch/arc/Kconfig | 1 +
9906 arch/arm/Kconfig | 1 +
9907 arch/arm/Kconfig.debug | 1 +
9908 arch/arm/include/asm/thread_info.h | 7 +-
9909 arch/arm/kernel/entry-common.S | 8 +-
9910 arch/arm/kernel/process.c | 4 +-
9911 arch/arm/kernel/ptrace.c | 9 +
9912 arch/arm/kernel/traps.c | 7 +-
9913 arch/arm/mach-mmp/mmp2.c | 4 +-
9914 arch/arm/mach-mmp/pxa910.c | 4 +-
9915 arch/arm/mach-s3c64xx/mach-smdk6410.c | 2 +-
9916 arch/arm/mm/Kconfig | 4 +-
9917 arch/arm/mm/alignment.c | 24 +-
9918 arch/arm/mm/fault.c | 42 +-
9919 arch/arm/mm/mmap.c | 8 +-
9920 arch/arm/net/bpf_jit_32.c | 51 +-
9921 arch/arm64/Kconfig.debug | 1 +
9922 arch/avr32/include/asm/cache.h | 4 +-
9923 arch/blackfin/Kconfig.debug | 1 +
9924 arch/blackfin/include/asm/cache.h | 3 +-
9925 arch/cris/include/arch-v10/arch/cache.h | 3 +-
9926 arch/cris/include/arch-v32/arch/cache.h | 3 +-
9927 arch/frv/include/asm/cache.h | 3 +-
9928 arch/frv/mm/elf-fdpic.c | 4 +-
9929 arch/hexagon/include/asm/cache.h | 6 +-
9930 arch/ia64/Kconfig | 1 +
9931 arch/ia64/include/asm/cache.h | 3 +-
9932 arch/ia64/kernel/sys_ia64.c | 2 +
9933 arch/ia64/mm/hugetlbpage.c | 2 +
9934 arch/m32r/include/asm/cache.h | 4 +-
9935 arch/m68k/include/asm/cache.h | 4 +-
9936 arch/metag/mm/hugetlbpage.c | 1 +
9937 arch/microblaze/include/asm/cache.h | 3 +-
9938 arch/mips/Kbuild | 2 +-
9939 arch/mips/Kconfig | 1 +
9940 arch/mips/include/asm/irq.h | 1 -
9941 arch/mips/include/asm/thread_info.h | 11 +-
9942 arch/mips/kernel/irq.c | 3 +
9943 arch/mips/kernel/ptrace.c | 9 +
9944 arch/mips/mm/mmap.c | 4 +-
9945 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
9946 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
9947 arch/openrisc/include/asm/cache.h | 4 +-
9948 arch/parisc/include/asm/cache.h | 3 +
9949 arch/parisc/kernel/sys_parisc.c | 4 +
9950 arch/powerpc/Kconfig | 1 +
9951 arch/powerpc/include/asm/cache.h | 4 +-
9952 arch/powerpc/include/asm/thread_info.h | 5 +-
9953 arch/powerpc/kernel/Makefile | 2 +
9954 arch/powerpc/kernel/irq.c | 3 +
9955 arch/powerpc/kernel/process.c | 10 +-
9956 arch/powerpc/kernel/ptrace.c | 14 +
9957 arch/powerpc/kernel/traps.c | 5 +
9958 arch/powerpc/mm/slice.c | 2 +-
9959 arch/s390/Kconfig.debug | 1 +
9960 arch/s390/include/asm/cache.h | 4 +-
9961 arch/score/include/asm/cache.h | 4 +-
9962 arch/sh/include/asm/cache.h | 3 +-
9963 arch/sh/mm/mmap.c | 6 +-
9964 arch/sparc/include/asm/atomic_64.h | 5 +
9965 arch/sparc/include/asm/cache.h | 4 +-
9966 arch/sparc/include/asm/pgalloc_64.h | 1 +
9967 arch/sparc/include/asm/thread_info_64.h | 8 +-
9968 arch/sparc/kernel/process_32.c | 6 +-
9969 arch/sparc/kernel/process_64.c | 8 +-
9970 arch/sparc/kernel/ptrace_64.c | 14 +
9971 arch/sparc/kernel/sys_sparc_64.c | 8 +-
9972 arch/sparc/kernel/syscalls.S | 8 +-
9973 arch/sparc/kernel/traps_32.c | 8 +-
9974 arch/sparc/kernel/traps_64.c | 28 +-
9975 arch/sparc/kernel/unaligned_64.c | 2 +-
9976 arch/sparc/lib/atomic_64.S | 2 +-
9977 arch/sparc/lib/ksyms.c | 4 +-
9978 arch/sparc/mm/fault_64.c | 2 +-
9979 arch/sparc/mm/hugetlbpage.c | 15 +-
9980 arch/tile/Kconfig | 1 +
9981 arch/tile/include/asm/cache.h | 3 +-
9982 arch/tile/mm/hugetlbpage.c | 2 +
9983 arch/um/include/asm/cache.h | 3 +-
9984 arch/unicore32/include/asm/cache.h | 6 +-
9985 arch/x86/Kconfig | 21 +
9986 arch/x86/Kconfig.debug | 2 +
9987 arch/x86/entry/common.c | 14 +
9988 arch/x86/entry/entry_32.S | 2 +-
9989 arch/x86/entry/entry_64.S | 2 +-
9990 arch/x86/ia32/ia32_aout.c | 2 +
9991 arch/x86/include/asm/floppy.h | 20 +-
9992 arch/x86/include/asm/fpu/types.h | 69 +-
9993 arch/x86/include/asm/io.h | 2 +-
9994 arch/x86/include/asm/page.h | 12 +-
9995 arch/x86/include/asm/paravirt_types.h | 21 +-
9996 arch/x86/include/asm/processor.h | 12 +-
9997 arch/x86/include/asm/thread_info.h | 6 +-
9998 arch/x86/kernel/dumpstack.c | 10 +-
9999 arch/x86/kernel/dumpstack_32.c | 2 +-
10000 arch/x86/kernel/dumpstack_64.c | 2 +-
10001 arch/x86/kernel/ioport.c | 13 +
10002 arch/x86/kernel/irq_32.c | 3 +
10003 arch/x86/kernel/irq_64.c | 4 +
10004 arch/x86/kernel/ldt.c | 18 +
10005 arch/x86/kernel/msr.c | 12 +
10006 arch/x86/kernel/ptrace.c | 14 +
10007 arch/x86/kernel/signal.c | 9 +-
10008 arch/x86/kernel/sys_i386_32.c | 9 +-
10009 arch/x86/kernel/sys_x86_64.c | 8 +-
10010 arch/x86/kernel/traps.c | 5 +
10011 arch/x86/kernel/verify_cpu.S | 1 +
10012 arch/x86/kernel/vm86_32.c | 15 +
10013 arch/x86/mm/fault.c | 12 +-
10014 arch/x86/mm/hugetlbpage.c | 15 +-
10015 arch/x86/mm/init.c | 51 +-
10016 arch/x86/mm/init_32.c | 10 +-
10017 arch/x86/net/bpf_jit_comp.c | 4 +
10018 arch/x86/platform/efi/efi_64.c | 2 +-
10019 arch/x86/xen/Kconfig | 1 +
10020 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
10021 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
10022 crypto/scatterwalk.c | 10 +-
10023 drivers/acpi/acpica/hwxfsleep.c | 11 +-
10024 drivers/acpi/custom_method.c | 4 +
10025 drivers/block/cciss.h | 30 +-
10026 drivers/block/smart1,2.h | 40 +-
10027 drivers/cdrom/cdrom.c | 2 +-
10028 drivers/char/Kconfig | 4 +-
10029 drivers/char/genrtc.c | 1 +
10030 drivers/char/mem.c | 17 +
10031 drivers/char/random.c | 5 +-
10032 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
10033 drivers/firewire/ohci.c | 4 +
10034 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 80 +-
10035 .../drm/amd/powerplay/hwmgr/cz_clockpowergating.c | 12 +-
10036 drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c | 58 +-
10037 drivers/gpu/drm/amd/powerplay/hwmgr/fiji_thermal.c | 20 +-
10038 .../gpu/drm/amd/powerplay/hwmgr/tonga_thermal.c | 20 +-
10039 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 7 +-
10040 drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.c | 9 +-
10041 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
10042 drivers/gpu/drm/sti/sti_cursor.c | 6 +-
10043 drivers/gpu/drm/sti/sti_dvo.c | 6 +-
10044 drivers/gpu/drm/sti/sti_gdp.c | 6 +-
10045 drivers/gpu/drm/sti/sti_hda.c | 6 +-
10046 drivers/gpu/drm/sti/sti_hdmi.c | 6 +-
10047 drivers/gpu/drm/sti/sti_hqvdp.c | 6 +-
10048 drivers/gpu/drm/sti/sti_mixer.c | 6 +-
10049 drivers/gpu/drm/sti/sti_tvout.c | 6 +-
10050 drivers/gpu/drm/sti/sti_vid.c | 6 +-
10051 drivers/gpu/drm/tilcdc/tilcdc_external.c | 2 +-
10052 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
10053 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
10054 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
10055 drivers/hid/hid-wiimote-debug.c | 2 +-
10056 drivers/hid/usbhid/hiddev.c | 10 +-
10057 drivers/infiniband/hw/i40iw/i40iw_ctrl.c | 160 +-
10058 drivers/infiniband/hw/i40iw/i40iw_uk.c | 34 +-
10059 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
10060 drivers/iommu/Kconfig | 1 +
10061 drivers/iommu/amd_iommu.c | 14 +-
10062 drivers/irqchip/irq-mmp.c | 2 +-
10063 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
10064 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
10065 drivers/isdn/gigaset/usb-gigaset.c | 34 +-
10066 drivers/isdn/i4l/isdn_concap.c | 6 +-
10067 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
10068 drivers/md/bcache/Kconfig | 1 +
10069 drivers/md/raid5.c | 8 +
10070 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
10071 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
10072 drivers/media/radio/radio-cadet.c | 5 +-
10073 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
10074 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
10075 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
10076 drivers/media/usb/dvb-usb/technisat-usb2.c | 23 +-
10077 drivers/message/fusion/mptbase.c | 9 +
10078 drivers/misc/sgi-xp/xp_main.c | 12 +-
10079 drivers/mtd/nand/brcmnand/bcm63138_nand.c | 6 +-
10080 drivers/mtd/nand/brcmnand/iproc_nand.c | 8 +-
10081 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
10082 drivers/net/wan/lmc/lmc_media.c | 97 +-
10083 drivers/net/wan/z85230.c | 24 +-
10084 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
10085 drivers/net/wireless/zydas/zd1211rw/zd_usb.c | 2 +-
10086 drivers/pci/proc.c | 9 +
10087 drivers/platform/x86/asus-wmi.c | 12 +
10088 drivers/rtc/rtc-dev.c | 3 +
10089 drivers/scsi/bfa/bfa_fcs.c | 19 +-
10090 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
10091 drivers/scsi/bfa/bfa_modules.h | 12 +-
10092 drivers/scsi/hpsa.h | 40 +-
10093 drivers/staging/lustre/lnet/libcfs/module.c | 10 +-
10094 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
10095 drivers/staging/wilc1000/host_interface.h | 1 +
10096 drivers/staging/wilc1000/wilc_spi.c | 1 +
10097 drivers/tty/serial/uartlite.c | 4 +-
10098 drivers/tty/sysrq.c | 2 +-
10099 drivers/tty/tty_io.c | 4 +
10100 drivers/tty/vt/keyboard.c | 22 +-
10101 drivers/uio/uio.c | 6 +-
10102 drivers/usb/core/devio.c | 9 +-
10103 drivers/usb/core/hub.c | 5 +
10104 drivers/usb/gadget/function/f_uac1.c | 1 +
10105 drivers/usb/gadget/function/u_uac1.c | 1 +
10106 drivers/usb/host/hwa-hc.c | 9 +-
10107 drivers/usb/usbip/vhci_sysfs.c | 2 +-
10108 drivers/video/fbdev/arcfb.c | 2 +-
10109 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
10110 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
10111 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
10112 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++----
10113 drivers/xen/xenfs/xenstored.c | 5 +
10114 firmware/Makefile | 2 +
10115 firmware/WHENCE | 20 +-
10116 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
10117 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
10118 fs/attr.c | 4 +
10119 fs/autofs4/waitq.c | 9 +
10120 fs/binfmt_aout.c | 7 +
10121 fs/binfmt_elf.c | 40 +-
10122 fs/compat.c | 20 +-
10123 fs/coredump.c | 17 +-
10124 fs/dcache.c | 3 +
10125 fs/debugfs/inode.c | 19 +-
10126 fs/exec.c | 249 +-
10127 fs/ext2/balloc.c | 4 +-
10128 fs/ext2/super.c | 8 +-
10129 fs/ext4/balloc.c | 4 +-
10130 fs/ext4/extents.c | 2 +-
10131 fs/fcntl.c | 4 +
10132 fs/fhandle.c | 3 +-
10133 fs/file.c | 4 +
10134 fs/filesystems.c | 4 +
10135 fs/fs_struct.c | 20 +-
10136 fs/hugetlbfs/inode.c | 5 +-
10137 fs/inode.c | 8 +-
10138 fs/kernfs/dir.c | 6 +
10139 fs/mount.h | 4 +-
10140 fs/namei.c | 292 +-
10141 fs/namespace.c | 24 +
10142 fs/nfsd/nfs2acl.c | 20 +-
10143 fs/nfsd/nfs3acl.c | 16 +-
10144 fs/nfsd/nfs4acl.c | 16 +-
10145 fs/nfsd/nfscache.c | 2 +-
10146 fs/open.c | 38 +
10147 fs/overlayfs/inode.c | 3 +
10148 fs/overlayfs/super.c | 6 +-
10149 fs/pipe.c | 2 +-
10150 fs/posix_acl.c | 61 +-
10151 fs/proc/Kconfig | 10 +-
10152 fs/proc/array.c | 67 +-
10153 fs/proc/base.c | 193 +-
10154 fs/proc/cmdline.c | 4 +
10155 fs/proc/devices.c | 4 +
10156 fs/proc/fd.c | 13 +-
10157 fs/proc/generic.c | 64 +
10158 fs/proc/inode.c | 17 +
10159 fs/proc/internal.h | 18 +-
10160 fs/proc/interrupts.c | 4 +
10161 fs/proc/kcore.c | 3 +
10162 fs/proc/proc_net.c | 31 +
10163 fs/proc/proc_sysctl.c | 52 +-
10164 fs/proc/root.c | 8 +
10165 fs/proc/stat.c | 69 +-
10166 fs/proc/task_mmu.c | 85 +-
10167 fs/proc/task_nommu.c | 2 +-
10168 fs/readdir.c | 19 +
10169 fs/reiserfs/item_ops.c | 24 +-
10170 fs/reiserfs/super.c | 4 +
10171 fs/select.c | 2 +
10172 fs/seq_file.c | 31 +-
10173 fs/stat.c | 20 +-
10174 fs/sysfs/dir.c | 30 +-
10175 fs/utimes.c | 7 +
10176 fs/xattr.c | 26 +-
10177 fs/xfs/xfs_icache.c | 60 +-
10178 fs/xfs/xfs_inode.c | 13 +
10179 grsecurity/Kconfig | 1205 ++++
10180 grsecurity/Makefile | 54 +
10181 grsecurity/gracl.c | 2757 +++++++++
10182 grsecurity/gracl_alloc.c | 105 +
10183 grsecurity/gracl_cap.c | 127 +
10184 grsecurity/gracl_compat.c | 269 +
10185 grsecurity/gracl_fs.c | 448 ++
10186 grsecurity/gracl_ip.c | 387 ++
10187 grsecurity/gracl_learn.c | 207 +
10188 grsecurity/gracl_policy.c | 1784 ++++++
10189 grsecurity/gracl_res.c | 68 +
10190 grsecurity/gracl_segv.c | 306 +
10191 grsecurity/gracl_shm.c | 40 +
10192 grsecurity/grsec_chdir.c | 19 +
10193 grsecurity/grsec_chroot.c | 506 ++
10194 grsecurity/grsec_disabled.c | 445 ++
10195 grsecurity/grsec_exec.c | 189 +
10196 grsecurity/grsec_fifo.c | 26 +
10197 grsecurity/grsec_fork.c | 23 +
10198 grsecurity/grsec_init.c | 294 +
10199 grsecurity/grsec_ipc.c | 48 +
10200 grsecurity/grsec_link.c | 65 +
10201 grsecurity/grsec_log.c | 340 +
10202 grsecurity/grsec_mem.c | 48 +
10203 grsecurity/grsec_mount.c | 65 +
10204 grsecurity/grsec_pax.c | 47 +
10205 grsecurity/grsec_proc.c | 20 +
10206 grsecurity/grsec_ptrace.c | 30 +
10207 grsecurity/grsec_sig.c | 248 +
10208 grsecurity/grsec_sock.c | 244 +
10209 grsecurity/grsec_sysctl.c | 497 ++
10210 grsecurity/grsec_time.c | 16 +
10211 grsecurity/grsec_tpe.c | 78 +
10212 grsecurity/grsec_tty.c | 18 +
10213 grsecurity/grsec_usb.c | 15 +
10214 grsecurity/grsum.c | 56 +
10215 include/drm/drm_modeset_helper_vtables.h | 1 +
10216 include/linux/binfmts.h | 5 +-
10217 include/linux/capability.h | 13 +
10218 include/linux/compiler-gcc.h | 5 +
10219 include/linux/compiler.h | 8 +
10220 include/linux/cred.h | 8 +-
10221 include/linux/dcache.h | 5 +-
10222 include/linux/fs.h | 24 +-
10223 include/linux/fs_struct.h | 2 +-
10224 include/linux/fsnotify.h | 6 +
10225 include/linux/gracl.h | 342 ++
10226 include/linux/gracl_compat.h | 156 +
10227 include/linux/gralloc.h | 9 +
10228 include/linux/grdefs.h | 140 +
10229 include/linux/grinternal.h | 231 +
10230 include/linux/grmsg.h | 120 +
10231 include/linux/grsecurity.h | 259 +
10232 include/linux/grsock.h | 19 +
10233 include/linux/ipc.h | 2 +-
10234 include/linux/ipc_namespace.h | 2 +-
10235 include/linux/kallsyms.h | 18 +-
10236 include/linux/key-type.h | 4 +-
10237 include/linux/kmod.h | 5 +
10238 include/linux/kobject.h | 2 +-
10239 include/linux/lsm_hooks.h | 4 +-
10240 include/linux/mm.h | 12 +
10241 include/linux/mm_types.h | 4 +-
10242 include/linux/module.h | 5 +-
10243 include/linux/mount.h | 2 +-
10244 include/linux/msg.h | 2 +-
10245 include/linux/netfilter/xt_gradm.h | 9 +
10246 include/linux/path.h | 4 +-
10247 include/linux/perf_event.h | 13 +-
10248 include/linux/pid_namespace.h | 2 +-
10249 include/linux/printk.h | 2 +-
10250 include/linux/proc_fs.h | 22 +-
10251 include/linux/proc_ns.h | 2 +-
10252 include/linux/random.h | 2 +-
10253 include/linux/rbtree_augmented.h | 4 +-
10254 include/linux/scatterlist.h | 12 +-
10255 include/linux/sched.h | 135 +-
10256 include/linux/security.h | 1 +
10257 include/linux/sem.h | 2 +-
10258 include/linux/seq_file.h | 5 +
10259 include/linux/shm.h | 6 +-
10260 include/linux/skbuff.h | 3 +
10261 include/linux/slab.h | 9 -
10262 include/linux/sysctl.h | 8 +-
10263 include/linux/thread_info.h | 6 +-
10264 include/linux/tty.h | 2 +-
10265 include/linux/tty_driver.h | 4 +-
10266 include/linux/uidgid.h | 6 +
10267 include/linux/user_namespace.h | 2 +-
10268 include/linux/utsname.h | 2 +-
10269 include/linux/vermagic.h | 16 +-
10270 include/linux/vmalloc.h | 8 +
10271 include/net/af_unix.h | 2 +-
10272 include/net/ip.h | 2 +-
10273 include/net/neighbour.h | 2 +-
10274 include/net/net_namespace.h | 2 +-
10275 include/net/sock.h | 2 +-
10276 include/trace/events/fs.h | 53 +
10277 include/uapi/linux/personality.h | 1 +
10278 init/Kconfig | 5 +-
10279 init/main.c | 46 +-
10280 ipc/mqueue.c | 1 +
10281 ipc/msg.c | 3 +-
10282 ipc/msgutil.c | 4 +-
10283 ipc/sem.c | 3 +-
10284 ipc/shm.c | 26 +-
10285 ipc/util.c | 6 +
10286 kernel/auditsc.c | 2 +-
10287 kernel/bpf/syscall.c | 10 +-
10288 kernel/capability.c | 41 +-
10289 kernel/cgroup.c | 5 +-
10290 kernel/compat.c | 1 +
10291 kernel/configs.c | 11 +
10292 kernel/cred.c | 112 +-
10293 kernel/events/core.c | 14 +-
10294 kernel/exit.c | 10 +-
10295 kernel/fork.c | 92 +-
10296 kernel/futex.c | 4 +-
10297 kernel/kallsyms.c | 9 +
10298 kernel/kcmp.c | 4 +
10299 kernel/kexec_core.c | 2 +-
10300 kernel/kmod.c | 96 +-
10301 kernel/kprobes.c | 9 +-
10302 kernel/ksysfs.c | 2 +
10303 kernel/locking/lockdep_proc.c | 10 +-
10304 kernel/module.c | 108 +-
10305 kernel/panic.c | 6 +-
10306 kernel/pid.c | 18 +-
10307 kernel/power/Kconfig | 2 +
10308 kernel/printk/printk.c | 7 +-
10309 kernel/ptrace.c | 50 +-
10310 kernel/resource.c | 10 +
10311 kernel/sched/core.c | 9 +-
10312 kernel/sched/debug.c | 4 +
10313 kernel/signal.c | 37 +-
10314 kernel/sys.c | 64 +-
10315 kernel/sysctl.c | 174 +-
10316 kernel/taskstats.c | 6 +
10317 kernel/time/posix-timers.c | 8 +
10318 kernel/time/time.c | 5 +
10319 kernel/time/timekeeping.c | 3 +
10320 kernel/time/timer_list.c | 13 +-
10321 kernel/time/timer_stats.c | 10 +-
10322 kernel/trace/Kconfig | 6 +
10323 kernel/trace/trace_syscalls.c | 8 +
10324 kernel/user_namespace.c | 15 +
10325 lib/Kconfig.debug | 13 +-
10326 lib/is_single_threaded.c | 3 +
10327 lib/list_debug.c | 65 +-
10328 lib/nlattr.c | 2 +
10329 lib/rbtree.c | 4 +-
10330 lib/vsprintf.c | 39 +-
10331 localversion-grsec | 1 +
10332 mm/Kconfig | 8 +-
10333 mm/Kconfig.debug | 1 +
10334 mm/filemap.c | 1 +
10335 mm/kmemleak.c | 4 +-
10336 mm/memory.c | 2 +-
10337 mm/mempolicy.c | 12 +-
10338 mm/migrate.c | 3 +-
10339 mm/mlock.c | 11 +-
10340 mm/mmap.c | 124 +-
10341 mm/mprotect.c | 8 +
10342 mm/page_alloc.c | 2 +-
10343 mm/percpu.c | 73 +-
10344 mm/process_vm_access.c | 6 +
10345 mm/shmem.c | 2 +-
10346 mm/slab.c | 14 +-
10347 mm/slab_common.c | 2 +-
10348 mm/slob.c | 12 +
10349 mm/slub.c | 33 +-
10350 mm/util.c | 3 +
10351 mm/vmalloc.c | 84 +-
10352 mm/vmstat.c | 29 +-
10353 net/appletalk/atalk_proc.c | 2 +-
10354 net/atm/lec.c | 6 +-
10355 net/atm/mpoa_caches.c | 43 +-
10356 net/can/bcm.c | 2 +-
10357 net/can/proc.c | 2 +-
10358 net/core/dev_ioctl.c | 7 +-
10359 net/core/filter.c | 8 +-
10360 net/core/net-procfs.c | 17 +-
10361 net/core/pktgen.c | 2 +-
10362 net/core/sock.c | 23 +-
10363 net/core/sysctl_net_core.c | 2 +-
10364 net/decnet/dn_dev.c | 2 +-
10365 net/ipv4/devinet.c | 6 +-
10366 net/ipv4/inet_hashtables.c | 6 +
10367 net/ipv4/ip_input.c | 7 +
10368 net/ipv4/ip_sockglue.c | 3 +-
10369 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
10370 net/ipv4/route.c | 6 +-
10371 net/ipv4/tcp_input.c | 6 +-
10372 net/ipv4/tcp_ipv4.c | 24 +-
10373 net/ipv4/tcp_minisocks.c | 9 +-
10374 net/ipv4/tcp_timer.c | 11 +
10375 net/ipv4/udp.c | 24 +
10376 net/ipv6/addrconf.c | 13 +-
10377 net/ipv6/proc.c | 2 +-
10378 net/ipv6/tcp_ipv6.c | 23 +-
10379 net/ipv6/udp.c | 7 +
10380 net/ipx/ipx_proc.c | 2 +-
10381 net/irda/irproc.c | 2 +-
10382 net/llc/llc_proc.c | 2 +-
10383 net/netfilter/Kconfig | 10 +
10384 net/netfilter/Makefile | 1 +
10385 net/netfilter/xt_gradm.c | 51 +
10386 net/netfilter/xt_hashlimit.c | 4 +-
10387 net/netfilter/xt_recent.c | 2 +-
10388 net/socket.c | 75 +-
10389 net/sunrpc/Kconfig | 1 +
10390 net/sunrpc/cache.c | 2 +-
10391 net/sunrpc/stats.c | 2 +-
10392 net/sysctl_net.c | 2 +-
10393 net/unix/af_unix.c | 52 +-
10394 net/vmw_vsock/vmci_transport_notify.c | 30 +-
10395 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
10396 net/x25/sysctl_net_x25.c | 2 +-
10397 net/x25/x25_proc.c | 2 +-
10398 scripts/Makefile.gcc-plugins | 5 +
10399 scripts/gcc-plugins/.gitignore | 1 +
10400 scripts/gcc-plugins/Makefile | 10 +
10401 scripts/gcc-plugins/gen-random-seed.sh | 8 +
10402 scripts/gcc-plugins/randomize_layout_plugin.c | 940 +++
10403 .../size_overflow_plugin/size_overflow_hash.data | 724 ++-
10404 scripts/package/Makefile | 2 +-
10405 scripts/package/mkspec | 41 +-
10406 security/Kconfig | 364 +-
10407 security/apparmor/file.c | 4 +-
10408 security/apparmor/lsm.c | 8 +-
10409 security/commoncap.c | 29 +
10410 security/keys/internal.h | 2 +-
10411 security/keys/key.c | 2 +-
10412 security/min_addr.c | 2 +
10413 security/tomoyo/file.c | 12 +-
10414 security/tomoyo/mount.c | 4 +
10415 security/tomoyo/tomoyo.c | 20 +-
10416 security/yama/Kconfig | 2 +-
10417 sound/synth/emux/emux_seq.c | 14 +-
10418 sound/usb/line6/driver.c | 40 +-
10419 sound/usb/line6/toneport.c | 12 +-
10420 521 files changed, 33285 insertions(+), 3355 deletions(-)
10421
10422 commit 96b2aa21ce8de62dfa0ee023b2cd20928f5021a1
10423 Author: Brad Spengler <spender@grsecurity.net>
10424 Date: Sat Jul 2 09:03:17 2016 -0400
10425
10426 Initial commit of pax-linux-4.6.3-test9.patch
10427
10428 .gitignore | 1 +
10429 Documentation/dontdiff | 46 +-
10430 Documentation/kbuild/makefiles.txt | 39 +-
10431 Documentation/kernel-parameters.txt | 28 +
10432 Makefile | 20 +-
10433 arch/Kconfig | 14 +
10434 arch/alpha/include/asm/atomic.h | 10 +
10435 arch/alpha/include/asm/elf.h | 7 +
10436 arch/alpha/include/asm/pgalloc.h | 6 +
10437 arch/alpha/include/asm/pgtable.h | 11 +
10438 arch/alpha/kernel/module.c | 2 +-
10439 arch/alpha/kernel/osf_sys.c | 8 +-
10440 arch/alpha/mm/fault.c | 141 +-
10441 arch/arm/Kconfig | 6 +-
10442 arch/arm/boot/compressed/Makefile | 2 +
10443 arch/arm/include/asm/atomic.h | 323 +-
10444 arch/arm/include/asm/cache.h | 4 +-
10445 arch/arm/include/asm/cacheflush.h | 2 +-
10446 arch/arm/include/asm/checksum.h | 14 +-
10447 arch/arm/include/asm/cmpxchg.h | 4 +
10448 arch/arm/include/asm/cpuidle.h | 2 +-
10449 arch/arm/include/asm/domain.h | 42 +-
10450 arch/arm/include/asm/elf.h | 9 +-
10451 arch/arm/include/asm/fncpy.h | 2 +
10452 arch/arm/include/asm/futex.h | 1 +
10453 arch/arm/include/asm/kmap_types.h | 2 +-
10454 arch/arm/include/asm/mach/dma.h | 2 +-
10455 arch/arm/include/asm/mach/map.h | 16 +-
10456 arch/arm/include/asm/outercache.h | 2 +-
10457 arch/arm/include/asm/page.h | 3 +-
10458 arch/arm/include/asm/pgalloc.h | 20 +
10459 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
10460 arch/arm/include/asm/pgtable-2level.h | 3 +
10461 arch/arm/include/asm/pgtable-3level.h | 3 +
10462 arch/arm/include/asm/pgtable.h | 54 +-
10463 arch/arm/include/asm/smp.h | 2 +-
10464 arch/arm/include/asm/string.h | 10 +-
10465 arch/arm/include/asm/thread_info.h | 3 +
10466 arch/arm/include/asm/tls.h | 3 +
10467 arch/arm/include/asm/uaccess.h | 113 +-
10468 arch/arm/include/uapi/asm/ptrace.h | 2 +-
10469 arch/arm/kernel/armksyms.c | 2 +-
10470 arch/arm/kernel/cpuidle.c | 2 +-
10471 arch/arm/kernel/entry-armv.S | 109 +-
10472 arch/arm/kernel/entry-common.S | 40 +-
10473 arch/arm/kernel/entry-header.S | 55 +
10474 arch/arm/kernel/fiq.c | 3 +
10475 arch/arm/kernel/module-plts.c | 7 +-
10476 arch/arm/kernel/module.c | 38 +-
10477 arch/arm/kernel/patch.c | 2 +
10478 arch/arm/kernel/process.c | 86 +-
10479 arch/arm/kernel/reboot.c | 1 +
10480 arch/arm/kernel/setup.c | 20 +-
10481 arch/arm/kernel/signal.c | 35 +-
10482 arch/arm/kernel/smp.c | 2 +-
10483 arch/arm/kernel/tcm.c | 4 +-
10484 arch/arm/kernel/vmlinux.lds.S | 6 +-
10485 arch/arm/kvm/arm.c | 8 +-
10486 arch/arm/lib/copy_page.S | 1 +
10487 arch/arm/lib/csumpartialcopyuser.S | 4 +-
10488 arch/arm/lib/delay.c | 2 +-
10489 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
10490 arch/arm/mach-exynos/suspend.c | 6 +-
10491 arch/arm/mach-mvebu/coherency.c | 4 +-
10492 arch/arm/mach-omap2/board-n8x0.c | 2 +-
10493 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
10494 arch/arm/mach-omap2/omap-smp.c | 1 +
10495 arch/arm/mach-omap2/omap_device.c | 4 +-
10496 arch/arm/mach-omap2/omap_device.h | 4 +-
10497 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
10498 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
10499 arch/arm/mach-omap2/wd_timer.c | 6 +-
10500 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
10501 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
10502 arch/arm/mach-tegra/irq.c | 1 +
10503 arch/arm/mach-ux500/pm.c | 1 +
10504 arch/arm/mach-zynq/platsmp.c | 1 +
10505 arch/arm/mm/Kconfig | 6 +-
10506 arch/arm/mm/cache-l2x0.c | 2 +-
10507 arch/arm/mm/context.c | 10 +-
10508 arch/arm/mm/fault.c | 160 +
10509 arch/arm/mm/fault.h | 12 +
10510 arch/arm/mm/init.c | 39 +
10511 arch/arm/mm/ioremap.c | 4 +-
10512 arch/arm/mm/mmap.c | 36 +-
10513 arch/arm/mm/mmu.c | 162 +-
10514 arch/arm/net/bpf_jit_32.c | 3 +
10515 arch/arm/plat-iop/setup.c | 2 +-
10516 arch/arm/plat-omap/sram.c | 2 +
10517 arch/arm64/Kconfig | 1 +
10518 arch/arm64/include/asm/atomic.h | 10 +
10519 arch/arm64/include/asm/percpu.h | 8 +-
10520 arch/arm64/include/asm/pgalloc.h | 5 +
10521 arch/arm64/include/asm/string.h | 22 +-
10522 arch/arm64/include/asm/uaccess.h | 1 +
10523 arch/arm64/mm/dma-mapping.c | 2 +-
10524 arch/avr32/include/asm/elf.h | 8 +-
10525 arch/avr32/include/asm/kmap_types.h | 4 +-
10526 arch/avr32/mm/fault.c | 27 +
10527 arch/frv/include/asm/atomic.h | 10 +
10528 arch/frv/include/asm/kmap_types.h | 2 +-
10529 arch/frv/mm/elf-fdpic.c | 3 +-
10530 arch/ia64/Makefile | 1 +
10531 arch/ia64/include/asm/atomic.h | 10 +
10532 arch/ia64/include/asm/elf.h | 7 +
10533 arch/ia64/include/asm/pgalloc.h | 12 +
10534 arch/ia64/include/asm/pgtable.h | 13 +-
10535 arch/ia64/include/asm/spinlock.h | 2 +-
10536 arch/ia64/include/asm/uaccess.h | 27 +-
10537 arch/ia64/kernel/module.c | 20 +-
10538 arch/ia64/kernel/palinfo.c | 2 +-
10539 arch/ia64/kernel/sys_ia64.c | 7 +
10540 arch/ia64/kernel/vmlinux.lds.S | 2 +-
10541 arch/ia64/mm/fault.c | 32 +-
10542 arch/ia64/mm/init.c | 15 +-
10543 arch/m32r/lib/usercopy.c | 6 +
10544 arch/mips/Kconfig | 1 +
10545 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
10546 arch/mips/include/asm/atomic.h | 372 +-
10547 arch/mips/include/asm/cache.h | 3 +-
10548 arch/mips/include/asm/elf.h | 7 +
10549 arch/mips/include/asm/exec.h | 2 +-
10550 arch/mips/include/asm/hw_irq.h | 2 +-
10551 arch/mips/include/asm/local.h | 57 +
10552 arch/mips/include/asm/page.h | 2 +-
10553 arch/mips/include/asm/pgalloc.h | 5 +
10554 arch/mips/include/asm/pgtable.h | 3 +
10555 arch/mips/include/asm/uaccess.h | 1 +
10556 arch/mips/kernel/binfmt_elfn32.c | 7 +
10557 arch/mips/kernel/binfmt_elfo32.c | 7 +
10558 arch/mips/kernel/irq-gt641xx.c | 2 +-
10559 arch/mips/kernel/irq.c | 6 +-
10560 arch/mips/kernel/pm-cps.c | 2 +-
10561 arch/mips/kernel/process.c | 12 -
10562 arch/mips/kernel/sync-r4k.c | 24 +-
10563 arch/mips/kernel/traps.c | 13 +-
10564 arch/mips/lib/ashldi3.c | 21 +-
10565 arch/mips/lib/ashrdi3.c | 19 +-
10566 arch/mips/lib/libgcc.h | 12 +-
10567 arch/mips/mm/fault.c | 25 +
10568 arch/mips/mm/init.c | 4 +-
10569 arch/mips/mm/mmap.c | 24 +-
10570 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
10571 arch/mips/sni/rm200.c | 2 +-
10572 arch/mips/vr41xx/common/icu.c | 2 +-
10573 arch/mips/vr41xx/common/irq.c | 4 +-
10574 arch/parisc/include/asm/atomic.h | 10 +
10575 arch/parisc/include/asm/elf.h | 7 +
10576 arch/parisc/include/asm/pgalloc.h | 6 +
10577 arch/parisc/include/asm/pgtable.h | 11 +
10578 arch/parisc/include/asm/uaccess.h | 4 +-
10579 arch/parisc/kernel/module.c | 26 +-
10580 arch/parisc/kernel/sys_parisc.c | 15 +
10581 arch/parisc/kernel/traps.c | 4 +-
10582 arch/parisc/mm/fault.c | 140 +-
10583 arch/powerpc/Kconfig | 1 +
10584 arch/powerpc/include/asm/atomic.h | 317 +-
10585 arch/powerpc/include/asm/book3s/32/hash.h | 1 +
10586 arch/powerpc/include/asm/elf.h | 12 +
10587 arch/powerpc/include/asm/exec.h | 2 +-
10588 arch/powerpc/include/asm/kmap_types.h | 2 +-
10589 arch/powerpc/include/asm/local.h | 46 +
10590 arch/powerpc/include/asm/mman.h | 2 +-
10591 arch/powerpc/include/asm/page.h | 8 +-
10592 arch/powerpc/include/asm/page_64.h | 7 +-
10593 arch/powerpc/include/asm/pgalloc-64.h | 11 +
10594 arch/powerpc/include/asm/pgtable.h | 1 +
10595 arch/powerpc/include/asm/reg.h | 1 +
10596 arch/powerpc/include/asm/smp.h | 2 +-
10597 arch/powerpc/include/asm/spinlock.h | 42 +-
10598 arch/powerpc/include/asm/string.h | 18 +-
10599 arch/powerpc/include/asm/uaccess.h | 141 +-
10600 arch/powerpc/kernel/Makefile | 5 +
10601 arch/powerpc/kernel/exceptions-64e.S | 4 +-
10602 arch/powerpc/kernel/exceptions-64s.S | 2 +-
10603 arch/powerpc/kernel/module_32.c | 15 +-
10604 arch/powerpc/kernel/process.c | 7 -
10605 arch/powerpc/kernel/signal_32.c | 2 +-
10606 arch/powerpc/kernel/signal_64.c | 2 +-
10607 arch/powerpc/kernel/traps.c | 21 +
10608 arch/powerpc/kernel/vdso.c | 5 +-
10609 arch/powerpc/lib/usercopy_64.c | 18 -
10610 arch/powerpc/mm/fault.c | 56 +-
10611 arch/powerpc/mm/mmap.c | 16 +
10612 arch/powerpc/mm/slice.c | 21 +-
10613 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
10614 arch/s390/include/asm/atomic.h | 10 +
10615 arch/s390/include/asm/elf.h | 7 +
10616 arch/s390/include/asm/exec.h | 2 +-
10617 arch/s390/include/asm/uaccess.h | 13 +-
10618 arch/s390/kernel/module.c | 22 +-
10619 arch/s390/kernel/process.c | 7 -
10620 arch/s390/mm/mmap.c | 22 +-
10621 arch/score/include/asm/exec.h | 2 +-
10622 arch/score/kernel/process.c | 5 -
10623 arch/sh/mm/mmap.c | 28 +-
10624 arch/sparc/Kconfig | 1 +
10625 arch/sparc/include/asm/atomic_64.h | 110 +-
10626 arch/sparc/include/asm/cache.h | 2 +-
10627 arch/sparc/include/asm/elf_32.h | 7 +
10628 arch/sparc/include/asm/elf_64.h | 7 +
10629 arch/sparc/include/asm/pgalloc_32.h | 1 +
10630 arch/sparc/include/asm/pgalloc_64.h | 1 +
10631 arch/sparc/include/asm/pgtable.h | 4 +
10632 arch/sparc/include/asm/pgtable_32.h | 15 +-
10633 arch/sparc/include/asm/pgtsrmmu.h | 5 +
10634 arch/sparc/include/asm/setup.h | 4 +-
10635 arch/sparc/include/asm/spinlock_64.h | 35 +-
10636 arch/sparc/include/asm/thread_info_32.h | 1 +
10637 arch/sparc/include/asm/thread_info_64.h | 2 +
10638 arch/sparc/include/asm/uaccess.h | 1 +
10639 arch/sparc/include/asm/uaccess_32.h | 28 +-
10640 arch/sparc/include/asm/uaccess_64.h | 24 +-
10641 arch/sparc/kernel/Makefile | 2 +-
10642 arch/sparc/kernel/prom_common.c | 2 +-
10643 arch/sparc/kernel/smp_64.c | 8 +-
10644 arch/sparc/kernel/sys_sparc_32.c | 2 +-
10645 arch/sparc/kernel/sys_sparc_64.c | 58 +-
10646 arch/sparc/kernel/traps_64.c | 27 +-
10647 arch/sparc/lib/Makefile | 2 +-
10648 arch/sparc/lib/atomic_64.S | 57 +-
10649 arch/sparc/lib/ksyms.c | 6 +-
10650 arch/sparc/mm/Makefile | 2 +-
10651 arch/sparc/mm/fault_32.c | 292 +
10652 arch/sparc/mm/fault_64.c | 486 +
10653 arch/sparc/mm/hugetlbpage.c | 30 +-
10654 arch/sparc/mm/init_64.c | 10 +-
10655 arch/tile/include/asm/atomic_64.h | 10 +
10656 arch/tile/include/asm/uaccess.h | 4 +-
10657 arch/um/Makefile | 2 +
10658 arch/um/include/asm/kmap_types.h | 2 +-
10659 arch/um/include/asm/page.h | 3 +
10660 arch/um/include/asm/pgtable-3level.h | 1 +
10661 arch/um/kernel/process.c | 16 -
10662 arch/x86/Kconfig | 33 +-
10663 arch/x86/Kconfig.cpu | 6 +-
10664 arch/x86/Kconfig.debug | 3 +-
10665 arch/x86/Makefile | 13 +-
10666 arch/x86/boot/bitops.h | 4 +-
10667 arch/x86/boot/boot.h | 2 +-
10668 arch/x86/boot/compressed/Makefile | 17 +
10669 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
10670 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
10671 arch/x86/boot/compressed/head_32.S | 4 +-
10672 arch/x86/boot/compressed/head_64.S | 12 +-
10673 arch/x86/boot/compressed/misc.c | 11 +-
10674 arch/x86/boot/cpucheck.c | 16 +-
10675 arch/x86/boot/header.S | 6 +-
10676 arch/x86/boot/memory.c | 2 +-
10677 arch/x86/boot/video-vesa.c | 1 +
10678 arch/x86/boot/video.c | 2 +-
10679 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
10680 arch/x86/crypto/aesni-intel_asm.S | 116 +-
10681 arch/x86/crypto/aesni-intel_glue.c | 4 +-
10682 arch/x86/crypto/blowfish-x86_64-asm_64.S | 11 +-
10683 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 22 +-
10684 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 22 +-
10685 arch/x86/crypto/camellia-x86_64-asm_64.S | 11 +-
10686 arch/x86/crypto/camellia_aesni_avx2_glue.c | 18 +-
10687 arch/x86/crypto/camellia_aesni_avx_glue.c | 18 +-
10688 arch/x86/crypto/camellia_glue.c | 8 +-
10689 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 55 +-
10690 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 37 +-
10691 arch/x86/crypto/cast6_avx_glue.c | 16 +-
10692 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 2 +
10693 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
10694 arch/x86/crypto/glue_helper.c | 2 +-
10695 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
10696 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 21 +-
10697 arch/x86/crypto/serpent-avx2-asm_64.S | 21 +-
10698 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
10699 arch/x86/crypto/serpent_avx2_glue.c | 14 +-
10700 arch/x86/crypto/serpent_avx_glue.c | 18 +-
10701 arch/x86/crypto/serpent_sse2_glue.c | 4 +-
10702 arch/x86/crypto/sha-mb/sha1_mb_mgr_flush_avx2.S | 4 +-
10703 arch/x86/crypto/sha-mb/sha1_mb_mgr_submit_avx2.S | 2 +-
10704 arch/x86/crypto/sha1_ssse3_asm.S | 13 +-
10705 arch/x86/crypto/sha1_ssse3_glue.c | 56 +-
10706 arch/x86/crypto/sha256-avx-asm.S | 5 +-
10707 arch/x86/crypto/sha256-avx2-asm.S | 5 +-
10708 arch/x86/crypto/sha256-ssse3-asm.S | 6 +-
10709 arch/x86/crypto/sha256_ni_asm.S | 2 +-
10710 arch/x86/crypto/sha256_ssse3_glue.c | 26 +-
10711 arch/x86/crypto/sha512-avx-asm.S | 5 +-
10712 arch/x86/crypto/sha512-avx2-asm.S | 5 +-
10713 arch/x86/crypto/sha512-ssse3-asm.S | 5 +-
10714 arch/x86/crypto/sha512_ssse3_glue.c | 22 +-
10715 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 37 +-
10716 arch/x86/crypto/twofish-i586-asm_32.S | 4 +-
10717 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 6 +-
10718 arch/x86/crypto/twofish-x86_64-asm_64.S | 7 +-
10719 arch/x86/crypto/twofish_avx_glue.c | 21 +-
10720 arch/x86/crypto/twofish_glue.c | 4 +-
10721 arch/x86/crypto/twofish_glue_3way.c | 12 +-
10722 arch/x86/entry/Makefile | 2 +
10723 arch/x86/entry/calling.h | 86 +-
10724 arch/x86/entry/common.c | 89 +-
10725 arch/x86/entry/entry_32.S | 330 +-
10726 arch/x86/entry/entry_64.S | 600 +-
10727 arch/x86/entry/entry_64_compat.S | 115 +-
10728 arch/x86/entry/thunk_64.S | 2 +
10729 arch/x86/entry/vdso/Makefile | 5 +-
10730 arch/x86/entry/vdso/vclock_gettime.c | 2 +-
10731 arch/x86/entry/vdso/vdso2c.h | 4 +-
10732 arch/x86/entry/vdso/vma.c | 42 +-
10733 arch/x86/entry/vsyscall/vsyscall_64.c | 20 +-
10734 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 2 +-
10735 arch/x86/events/amd/iommu.c | 8 +-
10736 arch/x86/events/core.c | 8 +-
10737 arch/x86/events/intel/bts.c | 6 +-
10738 arch/x86/events/intel/core.c | 34 +-
10739 arch/x86/events/intel/cqm.c | 14 +-
10740 arch/x86/events/intel/cstate.c | 6 +-
10741 arch/x86/events/intel/ds.c | 7 +-
10742 arch/x86/events/intel/lbr.c | 4 +-
10743 arch/x86/events/intel/pt.c | 44 +-
10744 arch/x86/events/intel/rapl.c | 8 +-
10745 arch/x86/events/intel/uncore.c | 6 +-
10746 arch/x86/events/intel/uncore.h | 14 +-
10747 arch/x86/events/perf_event.h | 2 +-
10748 arch/x86/ia32/ia32_signal.c | 23 +-
10749 arch/x86/ia32/sys_ia32.c | 42 +-
10750 arch/x86/include/asm/alternative-asm.h | 43 +-
10751 arch/x86/include/asm/alternative.h | 4 +-
10752 arch/x86/include/asm/apic.h | 2 +-
10753 arch/x86/include/asm/apm.h | 4 +-
10754 arch/x86/include/asm/atomic.h | 230 +-
10755 arch/x86/include/asm/atomic64_32.h | 119 +
10756 arch/x86/include/asm/atomic64_64.h | 169 +-
10757 arch/x86/include/asm/bitops.h | 18 +-
10758 arch/x86/include/asm/boot.h | 2 +-
10759 arch/x86/include/asm/cache.h | 4 +-
10760 arch/x86/include/asm/checksum_32.h | 12 +-
10761 arch/x86/include/asm/cmpxchg.h | 39 +
10762 arch/x86/include/asm/compat.h | 4 +
10763 arch/x86/include/asm/cpufeature.h | 2 +-
10764 arch/x86/include/asm/cpufeatures.h | 5 +-
10765 arch/x86/include/asm/crypto/camellia.h | 30 +-
10766 arch/x86/include/asm/crypto/glue_helper.h | 10 +-
10767 arch/x86/include/asm/crypto/serpent-avx.h | 18 +-
10768 arch/x86/include/asm/crypto/serpent-sse2.h | 8 +-
10769 arch/x86/include/asm/crypto/twofish.h | 10 +-
10770 arch/x86/include/asm/desc.h | 78 +-
10771 arch/x86/include/asm/desc_defs.h | 6 +
10772 arch/x86/include/asm/div64.h | 2 +-
10773 arch/x86/include/asm/dma.h | 2 +
10774 arch/x86/include/asm/elf.h | 33 +-
10775 arch/x86/include/asm/emergency-restart.h | 2 +-
10776 arch/x86/include/asm/fixmap.h | 2 +-
10777 arch/x86/include/asm/fpu/internal.h | 38 +-
10778 arch/x86/include/asm/fpu/types.h | 5 +-
10779 arch/x86/include/asm/futex.h | 14 +-
10780 arch/x86/include/asm/hw_irq.h | 4 +-
10781 arch/x86/include/asm/hypervisor.h | 2 +-
10782 arch/x86/include/asm/i8259.h | 2 +-
10783 arch/x86/include/asm/io.h | 22 +-
10784 arch/x86/include/asm/irqflags.h | 5 +
10785 arch/x86/include/asm/kprobes.h | 9 +-
10786 arch/x86/include/asm/kvm_emulate.h | 7 +-
10787 arch/x86/include/asm/local.h | 106 +-
10788 arch/x86/include/asm/mman.h | 15 +
10789 arch/x86/include/asm/mmu.h | 14 +-
10790 arch/x86/include/asm/mmu_context.h | 133 +-
10791 arch/x86/include/asm/module.h | 23 +-
10792 arch/x86/include/asm/nmi.h | 19 +-
10793 arch/x86/include/asm/page.h | 1 +
10794 arch/x86/include/asm/page_32.h | 12 +-
10795 arch/x86/include/asm/page_64.h | 14 +-
10796 arch/x86/include/asm/paravirt.h | 46 +-
10797 arch/x86/include/asm/paravirt_types.h | 13 +-
10798 arch/x86/include/asm/pgalloc.h | 23 +
10799 arch/x86/include/asm/pgtable-2level.h | 2 +
10800 arch/x86/include/asm/pgtable-3level.h | 7 +
10801 arch/x86/include/asm/pgtable.h | 126 +-
10802 arch/x86/include/asm/pgtable_32.h | 14 +-
10803 arch/x86/include/asm/pgtable_32_types.h | 24 +-
10804 arch/x86/include/asm/pgtable_64.h | 23 +-
10805 arch/x86/include/asm/pgtable_64_types.h | 5 +
10806 arch/x86/include/asm/pgtable_types.h | 27 +-
10807 arch/x86/include/asm/pmem.h | 2 +-
10808 arch/x86/include/asm/preempt.h | 2 +-
10809 arch/x86/include/asm/processor.h | 57 +-
10810 arch/x86/include/asm/ptrace.h | 15 +-
10811 arch/x86/include/asm/realmode.h | 4 +-
10812 arch/x86/include/asm/reboot.h | 10 +-
10813 arch/x86/include/asm/rmwcc.h | 84 +-
10814 arch/x86/include/asm/rwsem.h | 60 +-
10815 arch/x86/include/asm/segment.h | 27 +-
10816 arch/x86/include/asm/smap.h | 43 +
10817 arch/x86/include/asm/smp.h | 14 +-
10818 arch/x86/include/asm/stackprotector.h | 4 +-
10819 arch/x86/include/asm/stacktrace.h | 34 +-
10820 arch/x86/include/asm/string_32.h | 20 +-
10821 arch/x86/include/asm/string_64.h | 16 +-
10822 arch/x86/include/asm/switch_to.h | 4 +-
10823 arch/x86/include/asm/sys_ia32.h | 6 +-
10824 arch/x86/include/asm/thread_info.h | 54 +-
10825 arch/x86/include/asm/tlbflush.h | 77 +-
10826 arch/x86/include/asm/traps.h | 4 +-
10827 arch/x86/include/asm/uaccess.h | 210 +-
10828 arch/x86/include/asm/uaccess_32.h | 28 +-
10829 arch/x86/include/asm/uaccess_64.h | 169 +-
10830 arch/x86/include/asm/word-at-a-time.h | 2 +-
10831 arch/x86/include/asm/x86_init.h | 10 +-
10832 arch/x86/include/asm/xen/page.h | 2 +-
10833 arch/x86/include/uapi/asm/e820.h | 2 +-
10834 arch/x86/kernel/Makefile | 2 +-
10835 arch/x86/kernel/acpi/boot.c | 4 +-
10836 arch/x86/kernel/acpi/sleep.c | 4 +
10837 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
10838 arch/x86/kernel/alternative.c | 124 +-
10839 arch/x86/kernel/apic/apic.c | 4 +-
10840 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
10841 arch/x86/kernel/apic/apic_noop.c | 2 +-
10842 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
10843 arch/x86/kernel/apic/io_apic.c | 10 +-
10844 arch/x86/kernel/apic/msi.c | 2 +-
10845 arch/x86/kernel/apic/probe_32.c | 4 +-
10846 arch/x86/kernel/apic/vector.c | 2 +
10847 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
10848 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
10849 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
10850 arch/x86/kernel/apm_32.c | 21 +-
10851 arch/x86/kernel/asm-offsets.c | 22 +
10852 arch/x86/kernel/cpu/Makefile | 4 -
10853 arch/x86/kernel/cpu/amd.c | 2 +-
10854 arch/x86/kernel/cpu/bugs_64.c | 2 +
10855 arch/x86/kernel/cpu/common.c | 202 +-
10856 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
10857 arch/x86/kernel/cpu/mcheck/mce.c | 34 +-
10858 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
10859 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
10860 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
10861 arch/x86/kernel/cpu/mshyperv.c | 2 +-
10862 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
10863 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
10864 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
10865 arch/x86/kernel/cpu/vmware.c | 2 +-
10866 arch/x86/kernel/crash_dump_64.c | 2 +-
10867 arch/x86/kernel/doublefault.c | 8 +-
10868 arch/x86/kernel/dumpstack.c | 24 +-
10869 arch/x86/kernel/dumpstack_32.c | 25 +-
10870 arch/x86/kernel/dumpstack_64.c | 72 +-
10871 arch/x86/kernel/e820.c | 4 +-
10872 arch/x86/kernel/early_printk.c | 1 +
10873 arch/x86/kernel/espfix_64.c | 44 +-
10874 arch/x86/kernel/fpu/core.c | 30 +-
10875 arch/x86/kernel/fpu/init.c | 49 +-
10876 arch/x86/kernel/fpu/regset.c | 22 +-
10877 arch/x86/kernel/fpu/signal.c | 20 +-
10878 arch/x86/kernel/fpu/xstate.c | 12 +-
10879 arch/x86/kernel/ftrace.c | 18 +-
10880 arch/x86/kernel/head64.c | 14 +-
10881 arch/x86/kernel/head_32.S | 240 +-
10882 arch/x86/kernel/head_64.S | 182 +-
10883 arch/x86/kernel/i386_ksyms_32.c | 12 +
10884 arch/x86/kernel/i8259.c | 10 +-
10885 arch/x86/kernel/io_delay.c | 2 +-
10886 arch/x86/kernel/ioport.c | 2 +-
10887 arch/x86/kernel/irq.c | 8 +-
10888 arch/x86/kernel/irq_32.c | 45 +-
10889 arch/x86/kernel/jump_label.c | 10 +-
10890 arch/x86/kernel/kgdb.c | 21 +-
10891 arch/x86/kernel/kprobes/core.c | 28 +-
10892 arch/x86/kernel/kprobes/opt.c | 16 +-
10893 arch/x86/kernel/ksysfs.c | 2 +-
10894 arch/x86/kernel/kvm.c | 2 +-
10895 arch/x86/kernel/kvmclock.c | 20 +-
10896 arch/x86/kernel/ldt.c | 25 +
10897 arch/x86/kernel/livepatch.c | 9 +-
10898 arch/x86/kernel/machine_kexec_32.c | 6 +-
10899 arch/x86/kernel/mcount_64.S | 21 +-
10900 arch/x86/kernel/module.c | 78 +-
10901 arch/x86/kernel/msr.c | 2 +-
10902 arch/x86/kernel/nmi.c | 34 +-
10903 arch/x86/kernel/nmi_selftest.c | 4 +-
10904 arch/x86/kernel/paravirt-spinlocks.c | 24 +-
10905 arch/x86/kernel/paravirt.c | 133 +-
10906 arch/x86/kernel/paravirt_patch_64.c | 8 +
10907 arch/x86/kernel/pci-calgary_64.c | 2 +-
10908 arch/x86/kernel/pci-iommu_table.c | 2 +-
10909 arch/x86/kernel/pci-swiotlb.c | 2 +-
10910 arch/x86/kernel/process.c | 80 +-
10911 arch/x86/kernel/process_32.c | 29 +-
10912 arch/x86/kernel/process_64.c | 14 +-
10913 arch/x86/kernel/ptrace.c | 20 +-
10914 arch/x86/kernel/pvclock.c | 8 +-
10915 arch/x86/kernel/reboot.c | 44 +-
10916 arch/x86/kernel/reboot_fixups_32.c | 2 +-
10917 arch/x86/kernel/relocate_kernel_64.S | 3 +-
10918 arch/x86/kernel/setup.c | 29 +-
10919 arch/x86/kernel/setup_percpu.c | 29 +-
10920 arch/x86/kernel/signal.c | 17 +-
10921 arch/x86/kernel/smp.c | 2 +-
10922 arch/x86/kernel/smpboot.c | 29 +-
10923 arch/x86/kernel/step.c | 6 +-
10924 arch/x86/kernel/sys_i386_32.c | 184 +
10925 arch/x86/kernel/sys_x86_64.c | 28 +-
10926 arch/x86/kernel/tboot.c | 22 +-
10927 arch/x86/kernel/time.c | 8 +-
10928 arch/x86/kernel/tls.c | 7 +-
10929 arch/x86/kernel/tracepoint.c | 4 +-
10930 arch/x86/kernel/traps.c | 66 +-
10931 arch/x86/kernel/tsc.c | 2 +-
10932 arch/x86/kernel/uprobes.c | 4 +-
10933 arch/x86/kernel/vm86_32.c | 6 +-
10934 arch/x86/kernel/vmlinux.lds.S | 144 +-
10935 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
10936 arch/x86/kernel/x86_init.c | 6 +-
10937 arch/x86/kvm/cpuid.c | 21 +-
10938 arch/x86/kvm/emulate.c | 20 +-
10939 arch/x86/kvm/i8259.c | 10 +-
10940 arch/x86/kvm/ioapic.c | 2 +
10941 arch/x86/kvm/lapic.c | 2 +-
10942 arch/x86/kvm/paging_tmpl.h | 2 +-
10943 arch/x86/kvm/svm.c | 10 +-
10944 arch/x86/kvm/vmx.c | 60 +-
10945 arch/x86/kvm/x86.c | 44 +-
10946 arch/x86/lguest/boot.c | 3 +-
10947 arch/x86/lib/atomic64_386_32.S | 164 +
10948 arch/x86/lib/atomic64_cx8_32.S | 98 +-
10949 arch/x86/lib/checksum_32.S | 99 +-
10950 arch/x86/lib/clear_page_64.S | 3 +
10951 arch/x86/lib/cmpxchg16b_emu.S | 3 +
10952 arch/x86/lib/copy_page_64.S | 14 +-
10953 arch/x86/lib/copy_user_64.S | 66 +-
10954 arch/x86/lib/csum-copy_64.S | 14 +-
10955 arch/x86/lib/csum-wrappers_64.c | 8 +-
10956 arch/x86/lib/getuser.S | 74 +-
10957 arch/x86/lib/insn.c | 8 +-
10958 arch/x86/lib/iomap_copy_64.S | 2 +
10959 arch/x86/lib/memcpy_64.S | 6 +
10960 arch/x86/lib/memmove_64.S | 3 +-
10961 arch/x86/lib/memset_64.S | 3 +
10962 arch/x86/lib/mmx_32.c | 243 +-
10963 arch/x86/lib/msr-reg.S | 2 +
10964 arch/x86/lib/putuser.S | 87 +-
10965 arch/x86/lib/rwsem.S | 4 +
10966 arch/x86/lib/usercopy_32.c | 359 +-
10967 arch/x86/lib/usercopy_64.c | 22 +-
10968 arch/x86/math-emu/fpu_aux.c | 2 +-
10969 arch/x86/math-emu/fpu_entry.c | 4 +-
10970 arch/x86/math-emu/fpu_etc.c | 9 +-
10971 arch/x86/math-emu/fpu_system.h | 2 +-
10972 arch/x86/math-emu/fpu_trig.c | 13 +-
10973 arch/x86/math-emu/reg_constant.c | 7 +-
10974 arch/x86/mm/Makefile | 3 +
10975 arch/x86/mm/extable.c | 20 +-
10976 arch/x86/mm/fault.c | 573 +-
10977 arch/x86/mm/gup.c | 6 +-
10978 arch/x86/mm/highmem_32.c | 6 +
10979 arch/x86/mm/hugetlbpage.c | 24 +-
10980 arch/x86/mm/init.c | 19 +-
10981 arch/x86/mm/init_32.c | 157 +-
10982 arch/x86/mm/init_64.c | 100 +-
10983 arch/x86/mm/iomap_32.c | 4 +
10984 arch/x86/mm/ioremap.c | 52 +-
10985 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
10986 arch/x86/mm/mmap.c | 46 +-
10987 arch/x86/mm/mmio-mod.c | 10 +-
10988 arch/x86/mm/mpx.c | 6 +-
10989 arch/x86/mm/numa.c | 2 +-
10990 arch/x86/mm/pageattr.c | 36 +-
10991 arch/x86/mm/pat.c | 12 +-
10992 arch/x86/mm/pat_rbtree.c | 2 +-
10993 arch/x86/mm/pf_in.c | 10 +-
10994 arch/x86/mm/pgtable.c | 211 +-
10995 arch/x86/mm/pgtable_32.c | 3 +
10996 arch/x86/mm/setup_nx.c | 7 +
10997 arch/x86/mm/tlb.c | 4 +
10998 arch/x86/mm/uderef_64.c | 37 +
10999 arch/x86/net/bpf_jit.S | 11 +
11000 arch/x86/net/bpf_jit_comp.c | 13 +-
11001 arch/x86/oprofile/backtrace.c | 6 +-
11002 arch/x86/oprofile/nmi_int.c | 10 +-
11003 arch/x86/oprofile/op_model_amd.c | 8 +-
11004 arch/x86/oprofile/op_model_ppro.c | 7 +-
11005 arch/x86/oprofile/op_x86_model.h | 2 +-
11006 arch/x86/pci/intel_mid_pci.c | 2 +-
11007 arch/x86/pci/irq.c | 8 +-
11008 arch/x86/pci/pcbios.c | 112 +-
11009 arch/x86/pci/vmd.c | 4 +-
11010 arch/x86/platform/efi/efi_32.c | 24 +
11011 arch/x86/platform/efi/efi_64.c | 26 +-
11012 arch/x86/platform/efi/efi_stub_32.S | 64 +-
11013 arch/x86/platform/efi/efi_stub_64.S | 2 +
11014 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
11015 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
11016 arch/x86/platform/intel-mid/mfld.c | 4 +-
11017 arch/x86/platform/intel-mid/mrfl.c | 2 +-
11018 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
11019 arch/x86/platform/olpc/olpc_dt.c | 2 +-
11020 arch/x86/power/cpu.c | 11 +-
11021 arch/x86/realmode/init.c | 10 +-
11022 arch/x86/realmode/rm/header.S | 4 +-
11023 arch/x86/realmode/rm/reboot.S | 4 +
11024 arch/x86/realmode/rm/trampoline_32.S | 12 +-
11025 arch/x86/realmode/rm/trampoline_64.S | 3 +-
11026 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
11027 arch/x86/tools/Makefile | 2 +-
11028 arch/x86/tools/relocs.c | 97 +-
11029 arch/x86/um/mem_32.c | 2 +-
11030 arch/x86/um/tls_32.c | 2 +-
11031 arch/x86/xen/enlighten.c | 52 +-
11032 arch/x86/xen/mmu.c | 31 +-
11033 arch/x86/xen/smp.c | 16 +-
11034 arch/x86/xen/xen-asm_32.S | 2 +-
11035 arch/x86/xen/xen-head.S | 12 +
11036 arch/x86/xen/xen-ops.h | 2 -
11037 block/bio.c | 4 +-
11038 block/blk-cgroup.c | 18 +-
11039 block/blk-map.c | 2 +-
11040 block/blk-softirq.c | 2 +-
11041 block/bsg.c | 12 +-
11042 block/cfq-iosched.c | 4 +-
11043 block/compat_ioctl.c | 4 +-
11044 block/genhd.c | 9 +-
11045 block/partitions/efi.c | 8 +-
11046 block/scsi_ioctl.c | 29 +-
11047 crypto/cast6_generic.c | 6 +-
11048 crypto/cryptd.c | 4 +-
11049 crypto/crypto_user.c | 2 +-
11050 crypto/pcrypt.c | 2 +-
11051 crypto/salsa20_generic.c | 16 +-
11052 crypto/serpent_generic.c | 6 +-
11053 drivers/acpi/ac.c | 2 +-
11054 drivers/acpi/acpi_video.c | 2 +-
11055 drivers/acpi/apei/apei-internal.h | 2 +-
11056 drivers/acpi/apei/ghes.c | 10 +-
11057 drivers/acpi/battery.c | 2 +-
11058 drivers/acpi/bgrt.c | 6 +-
11059 drivers/acpi/blacklist.c | 4 +-
11060 drivers/acpi/bus.c | 4 +-
11061 drivers/acpi/device_pm.c | 4 +-
11062 drivers/acpi/ec.c | 6 +-
11063 drivers/acpi/pci_slot.c | 2 +-
11064 drivers/acpi/processor_idle.c | 2 +-
11065 drivers/acpi/processor_pdc.c | 2 +-
11066 drivers/acpi/sleep.c | 2 +-
11067 drivers/acpi/sysfs.c | 14 +-
11068 drivers/acpi/thermal.c | 2 +-
11069 drivers/acpi/video_detect.c | 7 +-
11070 drivers/android/binder.c | 2 +-
11071 drivers/ata/libata-core.c | 12 +-
11072 drivers/ata/libata-scsi.c | 2 +-
11073 drivers/ata/libata.h | 2 +-
11074 drivers/ata/pata_arasan_cf.c | 4 +-
11075 drivers/atm/adummy.c | 2 +-
11076 drivers/atm/ambassador.c | 8 +-
11077 drivers/atm/atmtcp.c | 14 +-
11078 drivers/atm/eni.c | 10 +-
11079 drivers/atm/firestream.c | 8 +-
11080 drivers/atm/fore200e.c | 14 +-
11081 drivers/atm/he.c | 18 +-
11082 drivers/atm/horizon.c | 4 +-
11083 drivers/atm/idt77252.c | 36 +-
11084 drivers/atm/iphase.c | 34 +-
11085 drivers/atm/lanai.c | 12 +-
11086 drivers/atm/nicstar.c | 46 +-
11087 drivers/atm/solos-pci.c | 4 +-
11088 drivers/atm/suni.c | 4 +-
11089 drivers/atm/uPD98402.c | 16 +-
11090 drivers/atm/zatm.c | 6 +-
11091 drivers/base/bus.c | 4 +-
11092 drivers/base/devres.c | 4 +-
11093 drivers/base/devtmpfs.c | 8 +-
11094 drivers/base/node.c | 2 +-
11095 drivers/base/platform-msi.c | 20 +-
11096 drivers/base/power/domain.c | 6 +-
11097 drivers/base/power/runtime.c | 61 +-
11098 drivers/base/power/sysfs.c | 2 +-
11099 drivers/base/power/wakeup.c | 8 +-
11100 drivers/base/regmap/regmap-debugfs.c | 4 +-
11101 drivers/base/regmap/regmap.c | 4 +-
11102 drivers/base/syscore.c | 4 +-
11103 drivers/block/cciss.c | 28 +-
11104 drivers/block/cciss.h | 2 +-
11105 drivers/block/drbd/drbd_bitmap.c | 2 +-
11106 drivers/block/drbd/drbd_int.h | 8 +-
11107 drivers/block/drbd/drbd_main.c | 12 +-
11108 drivers/block/drbd/drbd_nl.c | 16 +-
11109 drivers/block/drbd/drbd_receiver.c | 38 +-
11110 drivers/block/drbd/drbd_state.c | 12 +-
11111 drivers/block/drbd/drbd_state.h | 2 +-
11112 drivers/block/drbd/drbd_state_change.h | 8 +-
11113 drivers/block/drbd/drbd_worker.c | 14 +-
11114 drivers/block/floppy.c | 8 +-
11115 drivers/block/pktcdvd.c | 4 +-
11116 drivers/block/rbd.c | 2 +-
11117 drivers/bluetooth/btwilink.c | 2 +-
11118 drivers/bus/arm-cci.c | 6 +-
11119 drivers/cdrom/cdrom.c | 11 +-
11120 drivers/cdrom/gdrom.c | 1 -
11121 drivers/char/agp/compat_ioctl.c | 2 +-
11122 drivers/char/agp/frontend.c | 4 +-
11123 drivers/char/agp/intel-gtt.c | 4 +-
11124 drivers/char/hpet.c | 2 +-
11125 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
11126 drivers/char/ipmi/ipmi_poweroff.c | 2 +-
11127 drivers/char/ipmi/ipmi_si_intf.c | 12 +-
11128 drivers/char/ipmi/ipmi_ssif.c | 12 +-
11129 drivers/char/mem.c | 47 +-
11130 drivers/char/nvram.c | 2 +-
11131 drivers/char/pcmcia/synclink_cs.c | 16 +-
11132 drivers/char/random.c | 12 +-
11133 drivers/char/sonypi.c | 11 +-
11134 drivers/char/tpm/tpm-chip.c | 7 +-
11135 drivers/char/tpm/tpm_acpi.c | 3 +-
11136 drivers/char/tpm/tpm_eventlog.c | 5 +-
11137 drivers/char/virtio_console.c | 6 +-
11138 drivers/clk/clk-composite.c | 2 +-
11139 drivers/clk/samsung/clk.h | 2 +-
11140 drivers/clk/socfpga/clk-gate-a10.c | 9 +-
11141 drivers/clk/socfpga/clk-gate.c | 9 +-
11142 drivers/clk/socfpga/clk-pll-a10.c | 9 +-
11143 drivers/clk/socfpga/clk-pll.c | 9 +-
11144 drivers/clk/ti/adpll.c | 2 +-
11145 drivers/clk/ti/clk.c | 8 +-
11146 drivers/cpufreq/acpi-cpufreq.c | 17 +-
11147 drivers/cpufreq/cpufreq-dt.c | 4 +-
11148 drivers/cpufreq/cpufreq.c | 27 +-
11149 drivers/cpufreq/cpufreq_governor.h | 2 +-
11150 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
11151 drivers/cpufreq/intel_pstate.c | 56 +-
11152 drivers/cpufreq/p4-clockmod.c | 12 +-
11153 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
11154 drivers/cpufreq/speedstep-centrino.c | 7 +-
11155 drivers/cpuidle/driver.c | 2 +-
11156 drivers/cpuidle/dt_idle_states.c | 2 +-
11157 drivers/cpuidle/governor.c | 2 +-
11158 drivers/cpuidle/governors/ladder.c | 13 +-
11159 drivers/cpuidle/sysfs.c | 2 +-
11160 drivers/crypto/hifn_795x.c | 4 +-
11161 drivers/crypto/qat/qat_common/adf_aer.c | 2 +-
11162 drivers/crypto/qat/qat_common/adf_sriov.c | 4 +-
11163 drivers/crypto/qat/qat_common/adf_vf_isr.c | 6 +-
11164 drivers/devfreq/devfreq.c | 4 +-
11165 drivers/dma-buf/dma-buf.c | 5 +-
11166 drivers/dma/qcom/hidma_mgmt_sys.c | 2 +-
11167 drivers/dma/sh/shdma-base.c | 4 +-
11168 drivers/dma/sh/shdmac.c | 2 +-
11169 drivers/edac/edac_device.c | 4 +-
11170 drivers/edac/edac_device_sysfs.c | 2 +-
11171 drivers/edac/edac_mc_sysfs.c | 4 +-
11172 drivers/edac/edac_module.c | 2 +-
11173 drivers/edac/edac_pci.c | 4 +-
11174 drivers/edac/edac_pci_sysfs.c | 22 +-
11175 drivers/edac/mce_amd.h | 2 +-
11176 drivers/firewire/core-card.c | 6 +-
11177 drivers/firewire/core-cdev.c | 4 +-
11178 drivers/firewire/core-device.c | 2 +-
11179 drivers/firewire/core-iso.c | 2 +-
11180 drivers/firewire/core-transaction.c | 1 +
11181 drivers/firewire/core.h | 1 +
11182 drivers/firmware/dmi-id.c | 9 +-
11183 drivers/firmware/dmi_scan.c | 12 +-
11184 drivers/firmware/efi/cper.c | 8 +-
11185 drivers/firmware/efi/efi.c | 14 +-
11186 drivers/firmware/efi/efivars.c | 2 +-
11187 drivers/firmware/efi/runtime-map.c | 2 +-
11188 drivers/firmware/google/gsmi.c | 2 +-
11189 drivers/firmware/google/memconsole.c | 7 +-
11190 drivers/firmware/memmap.c | 2 +-
11191 drivers/firmware/psci.c | 2 +-
11192 drivers/gpio/gpio-davinci.c | 6 +-
11193 drivers/gpio/gpio-em.c | 2 +-
11194 drivers/gpio/gpio-ich.c | 2 +-
11195 drivers/gpio/gpio-mpc8xxx.c | 6 +-
11196 drivers/gpio/gpio-omap.c | 4 +-
11197 drivers/gpio/gpio-rcar.c | 2 +-
11198 drivers/gpio/gpio-vr41xx.c | 2 +-
11199 drivers/gpio/gpiolib.c | 12 +-
11200 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 4 +-
11201 drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | 2 +-
11202 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c | 8 +-
11203 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
11204 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 18 +-
11205 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +-
11206 drivers/gpu/drm/amd/amdgpu/fiji_smc.c | 4 +-
11207 drivers/gpu/drm/amd/amdgpu/iceland_smc.c | 4 +-
11208 drivers/gpu/drm/amd/amdgpu/tonga_smc.c | 4 +-
11209 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
11210 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
11211 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
11212 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
11213 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
11214 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
11215 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
11216 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
11217 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
11218 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
11219 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
11220 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
11221 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
11222 drivers/gpu/drm/armada/armada_drv.c | 3 +-
11223 drivers/gpu/drm/ast/ast_mode.c | 2 +-
11224 drivers/gpu/drm/bochs/bochs_kms.c | 2 +-
11225 drivers/gpu/drm/drm_crtc.c | 2 +-
11226 drivers/gpu/drm/drm_drv.c | 2 +-
11227 drivers/gpu/drm/drm_fops.c | 19 +-
11228 drivers/gpu/drm/drm_global.c | 14 +-
11229 drivers/gpu/drm/drm_info.c | 13 +-
11230 drivers/gpu/drm/drm_ioc32.c | 13 +-
11231 drivers/gpu/drm/drm_ioctl.c | 2 +-
11232 drivers/gpu/drm/drm_pci.c | 9 +-
11233 drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 -
11234 drivers/gpu/drm/exynos/exynos_drm_g2d.c | 5 +
11235 drivers/gpu/drm/gma500/cdv_intel_crt.c | 2 +-
11236 drivers/gpu/drm/gma500/cdv_intel_dp.c | 2 +-
11237 drivers/gpu/drm/gma500/cdv_intel_hdmi.c | 2 +-
11238 drivers/gpu/drm/gma500/cdv_intel_lvds.c | 2 +-
11239 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 3 +
11240 drivers/gpu/drm/gma500/mdfld_dsi_output.c | 2 +-
11241 drivers/gpu/drm/gma500/oaktrail_hdmi.c | 2 +-
11242 drivers/gpu/drm/gma500/psb_drv.c | 1 -
11243 drivers/gpu/drm/gma500/psb_intel_drv.h | 2 +-
11244 drivers/gpu/drm/gma500/psb_intel_lvds.c | 2 +-
11245 drivers/gpu/drm/gma500/psb_intel_sdvo.c | 2 +-
11246 drivers/gpu/drm/i2c/tda998x_drv.c | 2 +-
11247 drivers/gpu/drm/i810/i810_dma.c | 2 +-
11248 drivers/gpu/drm/i810/i810_drv.c | 6 +-
11249 drivers/gpu/drm/i810/i810_drv.h | 6 +-
11250 drivers/gpu/drm/i915/dvo.h | 2 +-
11251 drivers/gpu/drm/i915/i915_dma.c | 4 +-
11252 drivers/gpu/drm/i915/i915_drv.c | 7 +-
11253 drivers/gpu/drm/i915/i915_drv.h | 2 +-
11254 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
11255 drivers/gpu/drm/i915/i915_gem_gtt.c | 16 +-
11256 drivers/gpu/drm/i915/i915_gem_gtt.h | 6 +-
11257 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
11258 drivers/gpu/drm/i915/i915_irq.c | 88 +-
11259 drivers/gpu/drm/i915/intel_display.c | 30 +-
11260 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
11261 drivers/gpu/drm/mga/mga_drv.c | 5 +-
11262 drivers/gpu/drm/mga/mga_drv.h | 6 +-
11263 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
11264 drivers/gpu/drm/mga/mga_irq.c | 8 +-
11265 drivers/gpu/drm/mga/mga_state.c | 2 +-
11266 drivers/gpu/drm/mgag200/mgag200_mode.c | 2 +-
11267 drivers/gpu/drm/nouveau/nouveau_acpi.c | 2 +-
11268 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
11269 drivers/gpu/drm/nouveau/nouveau_connector.c | 2 +-
11270 drivers/gpu/drm/nouveau/nouveau_drm.c | 13 +-
11271 drivers/gpu/drm/nouveau/nouveau_drm.h | 1 -
11272 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
11273 drivers/gpu/drm/nouveau/nouveau_usif.c | 7 +-
11274 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
11275 drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c | 7 +-
11276 .../gpu/drm/nouveau/nvkm/subdev/bios/shadowpci.c | 7 +-
11277 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/priv.h | 4 +-
11278 drivers/gpu/drm/omapdrm/dss/display.c | 8 +-
11279 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
11280 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
11281 drivers/gpu/drm/qxl/qxl_display.c | 2 +-
11282 drivers/gpu/drm/qxl/qxl_drv.c | 8 +-
11283 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
11284 drivers/gpu/drm/qxl/qxl_ioctl.c | 12 +-
11285 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
11286 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
11287 drivers/gpu/drm/r128/r128_cce.c | 2 +-
11288 drivers/gpu/drm/r128/r128_drv.c | 4 +-
11289 drivers/gpu/drm/r128/r128_drv.h | 6 +-
11290 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
11291 drivers/gpu/drm/r128/r128_irq.c | 4 +-
11292 drivers/gpu/drm/r128/r128_state.c | 6 +-
11293 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
11294 drivers/gpu/drm/radeon/radeon_atpx_handler.c | 2 +-
11295 drivers/gpu/drm/radeon/radeon_connectors.c | 10 +-
11296 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
11297 drivers/gpu/drm/radeon/radeon_drv.c | 11 +-
11298 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
11299 drivers/gpu/drm/radeon/radeon_kms.c | 8 +-
11300 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
11301 drivers/gpu/drm/savage/savage_bci.c | 2 +-
11302 drivers/gpu/drm/savage/savage_drv.c | 5 +-
11303 drivers/gpu/drm/savage/savage_drv.h | 2 +-
11304 drivers/gpu/drm/sis/sis_drv.c | 5 +-
11305 drivers/gpu/drm/sis/sis_drv.h | 2 +-
11306 drivers/gpu/drm/sis/sis_mm.c | 2 +-
11307 drivers/gpu/drm/tegra/dc.c | 2 +-
11308 drivers/gpu/drm/tegra/dsi.c | 2 +-
11309 drivers/gpu/drm/tegra/hdmi.c | 2 +-
11310 drivers/gpu/drm/tegra/sor.c | 7 +-
11311 drivers/gpu/drm/tilcdc/Makefile | 6 +-
11312 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
11313 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
11314 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
11315 drivers/gpu/drm/udl/udl_connector.c | 2 +-
11316 drivers/gpu/drm/udl/udl_fb.c | 1 -
11317 drivers/gpu/drm/vc4/vc4_drv.c | 8 +-
11318 drivers/gpu/drm/via/via_dma.c | 2 +-
11319 drivers/gpu/drm/via/via_drv.c | 5 +-
11320 drivers/gpu/drm/via/via_drv.h | 6 +-
11321 drivers/gpu/drm/via/via_irq.c | 18 +-
11322 drivers/gpu/drm/virtio/virtgpu_display.c | 2 +-
11323 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
11324 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
11325 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
11326 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
11327 drivers/gpu/vga/vga_switcheroo.c | 4 +-
11328 drivers/hid/hid-core.c | 4 +-
11329 drivers/hid/hid-magicmouse.c | 2 +-
11330 drivers/hid/hid-sensor-custom.c | 2 +-
11331 drivers/hv/channel.c | 6 +-
11332 drivers/hv/hv.c | 22 +-
11333 drivers/hv/hv_balloon.c | 18 +-
11334 drivers/hv/hyperv_vmbus.h | 2 +-
11335 drivers/hwmon/acpi_power_meter.c | 6 +-
11336 drivers/hwmon/applesmc.c | 4 +-
11337 drivers/hwmon/asus_atk0110.c | 10 +-
11338 drivers/hwmon/coretemp.c | 2 +-
11339 drivers/hwmon/dell-smm-hwmon.c | 4 +-
11340 drivers/hwmon/ibmaem.c | 2 +-
11341 drivers/hwmon/iio_hwmon.c | 2 +-
11342 drivers/hwmon/nct6683.c | 6 +-
11343 drivers/hwmon/nct6775.c | 6 +-
11344 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
11345 drivers/hwmon/sht15.c | 12 +-
11346 drivers/hwmon/via-cputemp.c | 2 +-
11347 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
11348 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
11349 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
11350 drivers/i2c/i2c-dev.c | 2 +-
11351 drivers/ide/ide-cd.c | 2 +-
11352 drivers/ide/ide-disk.c | 2 +-
11353 drivers/ide/ide.c | 4 +-
11354 drivers/idle/intel_idle.c | 6 +-
11355 drivers/iio/industrialio-core.c | 2 +-
11356 drivers/iio/magnetometer/ak8975.c | 2 +-
11357 drivers/infiniband/core/cm.c | 46 +-
11358 drivers/infiniband/core/fmr_pool.c | 20 +-
11359 drivers/infiniband/core/netlink.c | 5 +-
11360 drivers/infiniband/core/ucm.c | 4 +-
11361 drivers/infiniband/core/uverbs_cmd.c | 3 +
11362 drivers/infiniband/hw/cxgb4/device.c | 6 +-
11363 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
11364 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
11365 drivers/infiniband/hw/i40iw/i40iw_user.h | 2 +-
11366 drivers/infiniband/hw/mlx4/mad.c | 2 +-
11367 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
11368 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
11369 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
11370 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
11371 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
11372 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
11373 drivers/infiniband/hw/nes/nes.c | 4 +-
11374 drivers/infiniband/hw/nes/nes.h | 40 +-
11375 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
11376 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
11377 drivers/infiniband/hw/nes/nes_nic.c | 42 +-
11378 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
11379 drivers/infiniband/hw/qib/qib_iba7322.c | 4 +-
11380 drivers/infiniband/hw/qib/qib_pcie.c | 2 +-
11381 drivers/infiniband/ulp/ipoib/ipoib_main.c | 2 +-
11382 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
11383 drivers/infiniband/ulp/srpt/ib_srpt.c | 8 +-
11384 drivers/input/evdev.c | 2 +-
11385 drivers/input/gameport/gameport.c | 4 +-
11386 drivers/input/input.c | 4 +-
11387 drivers/input/joystick/sidewinder.c | 1 +
11388 drivers/input/misc/ims-pcu.c | 4 +-
11389 drivers/input/mouse/psmouse.h | 2 +-
11390 drivers/input/mousedev.c | 2 +-
11391 drivers/input/serio/serio.c | 4 +-
11392 drivers/input/serio/serio_raw.c | 4 +-
11393 drivers/input/touchscreen/htcpen.c | 2 +-
11394 drivers/iommu/arm-smmu-v3.c | 2 +-
11395 drivers/iommu/arm-smmu.c | 42 +-
11396 drivers/iommu/io-pgtable-arm-v7s.c | 62 +-
11397 drivers/iommu/io-pgtable-arm.c | 99 +-
11398 drivers/iommu/io-pgtable.c | 11 +-
11399 drivers/iommu/io-pgtable.h | 21 +-
11400 drivers/iommu/iommu.c | 2 +-
11401 drivers/iommu/ipmmu-vmsa.c | 13 +-
11402 drivers/iommu/irq_remapping.c | 2 +-
11403 drivers/iommu/mtk_iommu.c | 16 +-
11404 drivers/irqchip/irq-gic.c | 2 +-
11405 drivers/irqchip/irq-i8259.c | 2 +-
11406 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
11407 drivers/irqchip/irq-ts4800.c | 2 +-
11408 drivers/isdn/capi/capi.c | 10 +-
11409 drivers/isdn/gigaset/interface.c | 8 +-
11410 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
11411 drivers/isdn/hardware/avm/b1.c | 4 +-
11412 drivers/isdn/hardware/eicon/capifunc.c | 6 +-
11413 drivers/isdn/hardware/eicon/dadapter.c | 18 +-
11414 drivers/isdn/hardware/eicon/diddfunc.c | 7 +-
11415 drivers/isdn/hardware/eicon/divasfunc.c | 9 +-
11416 drivers/isdn/hardware/eicon/divasync.h | 2 +-
11417 drivers/isdn/hardware/eicon/idifunc.c | 9 +-
11418 drivers/isdn/hardware/eicon/mntfunc.c | 13 +-
11419 drivers/isdn/hardware/mISDN/avmfritz.c | 2 +-
11420 drivers/isdn/hardware/mISDN/hfcmulti.c | 7 +-
11421 drivers/isdn/hardware/mISDN/hfcpci.c | 16 +-
11422 drivers/isdn/hardware/mISDN/mISDNinfineon.c | 7 +-
11423 drivers/isdn/hardware/mISDN/mISDNipac.c | 5 +-
11424 drivers/isdn/hardware/mISDN/netjet.c | 2 +-
11425 drivers/isdn/hardware/mISDN/speedfax.c | 7 +-
11426 drivers/isdn/hardware/mISDN/w6692.c | 7 +-
11427 drivers/isdn/hisax/amd7930_fn.c | 5 +-
11428 drivers/isdn/hisax/arcofi.c | 5 +-
11429 drivers/isdn/hisax/diva.c | 7 +-
11430 drivers/isdn/hisax/elsa.c | 9 +-
11431 drivers/isdn/hisax/fsm.c | 5 +-
11432 drivers/isdn/hisax/hfc4s8s_l1.c | 14 +-
11433 drivers/isdn/hisax/hfc_2bds0.c | 4 +-
11434 drivers/isdn/hisax/hfc_pci.c | 10 +-
11435 drivers/isdn/hisax/hfc_sx.c | 10 +-
11436 drivers/isdn/hisax/hfc_usb.c | 12 +-
11437 drivers/isdn/hisax/hfcscard.c | 6 +-
11438 drivers/isdn/hisax/icc.c | 5 +-
11439 drivers/isdn/hisax/ipacx.c | 7 +-
11440 drivers/isdn/hisax/isac.c | 5 +-
11441 drivers/isdn/hisax/isar.c | 5 +-
11442 drivers/isdn/hisax/isdnl3.c | 5 +-
11443 drivers/isdn/hisax/saphir.c | 5 +-
11444 drivers/isdn/hisax/teleint.c | 5 +-
11445 drivers/isdn/hisax/w6692.c | 5 +-
11446 drivers/isdn/i4l/isdn_common.c | 2 +
11447 drivers/isdn/i4l/isdn_tty.c | 22 +-
11448 drivers/isdn/mISDN/dsp.h | 4 +-
11449 drivers/isdn/mISDN/dsp_cmx.c | 4 +-
11450 drivers/isdn/mISDN/dsp_core.c | 4 +-
11451 drivers/isdn/mISDN/dsp_tones.c | 4 +-
11452 drivers/isdn/mISDN/fsm.c | 5 +-
11453 drivers/isdn/mISDN/l1oip_core.c | 8 +-
11454 drivers/leds/leds-clevo-mail.c | 2 +-
11455 drivers/leds/leds-ss4200.c | 2 +-
11456 drivers/lguest/core.c | 9 +-
11457 drivers/lguest/page_tables.c | 2 +-
11458 drivers/lguest/x86/core.c | 12 +-
11459 drivers/lguest/x86/switcher_32.S | 27 +-
11460 drivers/lightnvm/rrpc.c | 4 +-
11461 drivers/lightnvm/rrpc.h | 2 +-
11462 drivers/md/bcache/alloc.c | 2 +-
11463 drivers/md/bcache/bcache.h | 10 +-
11464 drivers/md/bcache/btree.c | 13 +-
11465 drivers/md/bcache/closure.c | 4 +-
11466 drivers/md/bcache/closure.h | 10 +-
11467 drivers/md/bcache/io.c | 10 +-
11468 drivers/md/bcache/journal.c | 18 +-
11469 drivers/md/bcache/movinggc.c | 12 +-
11470 drivers/md/bcache/request.c | 54 +-
11471 drivers/md/bcache/request.h | 2 +-
11472 drivers/md/bcache/stats.c | 26 +-
11473 drivers/md/bcache/stats.h | 16 +-
11474 drivers/md/bcache/super.c | 32 +-
11475 drivers/md/bcache/sysfs.c | 20 +-
11476 drivers/md/bcache/writeback.c | 12 +-
11477 drivers/md/bitmap.c | 2 +-
11478 drivers/md/dm-cache-target.c | 116 +-
11479 drivers/md/dm-ioctl.c | 2 +-
11480 drivers/md/dm-raid.c | 2 +-
11481 drivers/md/dm-raid1.c | 18 +-
11482 drivers/md/dm-stats.c | 6 +-
11483 drivers/md/dm-stripe.c | 10 +-
11484 drivers/md/dm-table.c | 2 +-
11485 drivers/md/dm-thin-metadata.c | 4 +-
11486 drivers/md/dm.c | 28 +-
11487 drivers/md/md.c | 41 +-
11488 drivers/md/md.h | 8 +-
11489 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
11490 drivers/md/persistent-data/dm-space-map.h | 1 +
11491 drivers/md/raid1.c | 8 +-
11492 drivers/md/raid10.c | 20 +-
11493 drivers/md/raid5.c | 26 +-
11494 drivers/media/dvb-core/dvb_net.c | 2 +-
11495 drivers/media/dvb-core/dvbdev.c | 2 +-
11496 drivers/media/dvb-frontends/af9033.h | 2 +-
11497 drivers/media/dvb-frontends/cx24116.c | 2 +-
11498 drivers/media/dvb-frontends/cx24117.c | 2 +-
11499 drivers/media/dvb-frontends/cx24120.c | 2 +-
11500 drivers/media/dvb-frontends/cx24123.c | 2 +-
11501 drivers/media/dvb-frontends/cxd2820r_core.c | 2 +-
11502 drivers/media/dvb-frontends/dib3000.h | 2 +-
11503 drivers/media/dvb-frontends/dib7000p.h | 2 +-
11504 drivers/media/dvb-frontends/dib8000.h | 2 +-
11505 drivers/media/dvb-frontends/hd29l2.c | 2 +-
11506 drivers/media/dvb-frontends/lgdt3306a.c | 2 +-
11507 drivers/media/dvb-frontends/mt312.c | 6 +-
11508 drivers/media/dvb-frontends/s921.c | 2 +-
11509 drivers/media/pci/bt8xx/dst.c | 2 +-
11510 drivers/media/pci/cx88/cx88-video.c | 6 +-
11511 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
11512 drivers/media/pci/pt1/va1j5jf8007s.c | 2 +-
11513 drivers/media/pci/pt1/va1j5jf8007t.c | 2 +-
11514 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
11515 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
11516 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
11517 drivers/media/pci/sta2x11/sta2x11_vip.c | 5 +-
11518 drivers/media/pci/tw68/tw68-core.c | 2 +-
11519 drivers/media/pci/zoran/zoran.h | 1 -
11520 drivers/media/pci/zoran/zoran_card.c | 4 +-
11521 drivers/media/pci/zoran/zoran_driver.c | 3 -
11522 drivers/media/platform/am437x/am437x-vpfe.c | 2 +-
11523 drivers/media/platform/omap/omap_vout.c | 11 +-
11524 drivers/media/platform/s5p-tv/mixer.h | 2 +-
11525 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
11526 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
11527 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
11528 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
11529 drivers/media/platform/soc_camera/soc_camera.c | 2 +-
11530 drivers/media/radio/radio-cadet.c | 2 +
11531 drivers/media/radio/radio-maxiradio.c | 2 +-
11532 drivers/media/radio/radio-shark.c | 2 +-
11533 drivers/media/radio/radio-shark2.c | 2 +-
11534 drivers/media/radio/radio-si476x.c | 2 +-
11535 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
11536 drivers/media/usb/pvrusb2/pvrusb2-context.c | 8 +-
11537 drivers/media/usb/pvrusb2/pvrusb2-dvb.c | 7 +-
11538 drivers/media/usb/pvrusb2/pvrusb2-hdw.c | 2 +-
11539 drivers/media/usb/pvrusb2/pvrusb2-std.c | 2 +-
11540 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c | 6 +-
11541 drivers/media/usb/uvc/uvc_driver.c | 4 +-
11542 drivers/media/v4l2-core/v4l2-common.c | 2 +-
11543 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
11544 drivers/media/v4l2-core/v4l2-device.c | 4 +-
11545 drivers/media/v4l2-core/v4l2-ioctl.c | 287 +-
11546 drivers/memory/omap-gpmc.c | 21 +-
11547 drivers/message/fusion/mptbase.c | 4 +-
11548 drivers/message/fusion/mptlan.c | 2 +-
11549 drivers/message/fusion/mptsas.c | 34 +-
11550 drivers/mfd/ab8500-debugfs.c | 2 +-
11551 drivers/mfd/kempld-core.c | 2 +-
11552 drivers/mfd/max8925-i2c.c | 2 +-
11553 drivers/mfd/tps65910.c | 2 +-
11554 drivers/mfd/twl4030-irq.c | 9 +-
11555 drivers/misc/c2port/core.c | 4 +-
11556 drivers/misc/kgdbts.c | 6 +-
11557 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
11558 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
11559 drivers/misc/mic/scif/scif_api.c | 10 +-
11560 drivers/misc/mic/scif/scif_rb.c | 8 +-
11561 drivers/misc/panel.c | 4 +-
11562 drivers/misc/sgi-gru/gruhandles.c | 4 +-
11563 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
11564 drivers/misc/sgi-gru/grutables.h | 158 +-
11565 drivers/misc/sgi-xp/xp.h | 2 +-
11566 drivers/misc/sgi-xp/xp_main.c | 57 +-
11567 drivers/misc/sgi-xp/xpc.h | 3 +-
11568 drivers/misc/sgi-xp/xpc_main.c | 2 +-
11569 drivers/misc/sgi-xp/xpnet.c | 2 +-
11570 drivers/misc/ti-st/st_kim.c | 32 +-
11571 drivers/mmc/card/mmc_test.c | 4 +-
11572 drivers/mmc/host/dw_mmc.h | 2 +-
11573 drivers/mmc/host/mmci.c | 4 +-
11574 drivers/mmc/host/omap_hsmmc.c | 4 +-
11575 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
11576 drivers/mmc/host/sdhci-s3c.c | 8 +-
11577 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
11578 drivers/mtd/devices/block2mtd.c | 2 +-
11579 drivers/mtd/devices/phram.c | 2 +-
11580 drivers/mtd/maps/gpio-addr-flash.c | 2 +-
11581 drivers/mtd/maps/latch-addr-flash.c | 2 +-
11582 drivers/mtd/maps/pci.c | 4 +-
11583 drivers/mtd/maps/pcmciamtd.c | 8 +-
11584 drivers/mtd/maps/sbc_gxx.c | 2 +-
11585 drivers/mtd/nand/brcmnand/brcmnand.h | 2 +-
11586 drivers/mtd/nand/cafe_nand.c | 18 +-
11587 drivers/mtd/nand/denali.c | 1 +
11588 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
11589 drivers/mtd/nftlmount.c | 1 +
11590 drivers/mtd/sm_ftl.c | 2 +-
11591 drivers/mtd/ubi/build.c | 2 +-
11592 drivers/net/bonding/bond_netlink.c | 2 +-
11593 drivers/net/caif/caif_hsi.c | 4 +-
11594 drivers/net/caif/caif_serial.c | 2 +-
11595 drivers/net/caif/caif_spi.c | 2 +-
11596 drivers/net/caif/caif_virtio.c | 2 +-
11597 drivers/net/can/Kconfig | 2 +-
11598 drivers/net/can/bfin_can.c | 2 +-
11599 drivers/net/can/dev.c | 2 +-
11600 drivers/net/can/flexcan.c | 2 +-
11601 drivers/net/can/janz-ican3.c | 2 +-
11602 drivers/net/can/led.c | 2 +-
11603 drivers/net/can/sun4i_can.c | 2 +-
11604 drivers/net/can/vcan.c | 2 +-
11605 drivers/net/can/xilinx_can.c | 2 +-
11606 drivers/net/dummy.c | 2 +-
11607 drivers/net/ethernet/8390/ax88796.c | 6 +-
11608 drivers/net/ethernet/8390/axnet_cs.c | 4 +-
11609 drivers/net/ethernet/8390/ne2k-pci.c | 6 +-
11610 drivers/net/ethernet/8390/pcnet_cs.c | 4 +-
11611 drivers/net/ethernet/adi/bfin_mac.c | 2 +-
11612 drivers/net/ethernet/allwinner/sun4i-emac.c | 2 +-
11613 drivers/net/ethernet/altera/altera_tse_main.c | 6 +-
11614 drivers/net/ethernet/amd/7990.c | 2 +-
11615 drivers/net/ethernet/amd/7990.h | 2 +-
11616 drivers/net/ethernet/amd/amd8111e.c | 5 +-
11617 drivers/net/ethernet/amd/atarilance.c | 4 +-
11618 drivers/net/ethernet/amd/declance.c | 2 +-
11619 drivers/net/ethernet/amd/pcnet32.c | 7 +-
11620 drivers/net/ethernet/amd/sun3lance.c | 4 +-
11621 drivers/net/ethernet/amd/sunlance.c | 2 +-
11622 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
11623 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
11624 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
11625 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 145 +-
11626 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 68 +-
11627 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
11628 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
11629 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
11630 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
11631 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
11632 drivers/net/ethernet/apm/xgene/xgene_enet_main.c | 4 +-
11633 drivers/net/ethernet/arc/emac_main.c | 2 +-
11634 drivers/net/ethernet/atheros/alx/main.c | 2 +-
11635 drivers/net/ethernet/atheros/atl1c/atl1c_main.c | 2 +-
11636 drivers/net/ethernet/atheros/atl1e/atl1e_main.c | 2 +-
11637 drivers/net/ethernet/aurora/nb8800.c | 2 +-
11638 drivers/net/ethernet/broadcom/bcm63xx_enet.c | 2 +-
11639 drivers/net/ethernet/broadcom/bnx2.c | 2 +-
11640 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
11641 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c | 216 +-
11642 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.h | 4 +-
11643 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c | 2 +-
11644 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
11645 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
11646 drivers/net/ethernet/broadcom/tg3.c | 2 +-
11647 drivers/net/ethernet/broadcom/tg3.h | 1 +
11648 drivers/net/ethernet/brocade/bna/bfa_cs.h | 42 +-
11649 drivers/net/ethernet/brocade/bna/bfa_ioc.c | 10 +-
11650 drivers/net/ethernet/brocade/bna/bfa_ioc.h | 4 +-
11651 drivers/net/ethernet/brocade/bna/bfa_msgq.h | 8 +-
11652 drivers/net/ethernet/brocade/bna/bna_enet.c | 6 +-
11653 drivers/net/ethernet/brocade/bna/bna_tx_rx.c | 6 +-
11654 drivers/net/ethernet/brocade/bna/bna_types.h | 24 +-
11655 drivers/net/ethernet/brocade/bna/bnad.c | 11 +-
11656 drivers/net/ethernet/cadence/macb.c | 4 +-
11657 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
11658 drivers/net/ethernet/cavium/liquidio/lio_main.c | 15 +-
11659 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c | 2 +-
11660 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
11661 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 2 +-
11662 drivers/net/ethernet/chelsio/cxgb4vf/adapter.h | 2 +-
11663 drivers/net/ethernet/chelsio/cxgb4vf/sge.c | 2 +-
11664 drivers/net/ethernet/davicom/dm9000.c | 2 +-
11665 drivers/net/ethernet/dec/tulip/de4x5.c | 13 +-
11666 drivers/net/ethernet/emulex/benet/be_main.c | 4 +-
11667 drivers/net/ethernet/faraday/ftgmac100.c | 4 +-
11668 drivers/net/ethernet/faraday/ftmac100.c | 4 +-
11669 drivers/net/ethernet/freescale/fec_mpc52xx.c | 2 +-
11670 .../net/ethernet/freescale/fs_enet/fs_enet-main.c | 2 +-
11671 drivers/net/ethernet/freescale/gianfar.c | 4 +-
11672 drivers/net/ethernet/freescale/ucc_geth.c | 2 +-
11673 drivers/net/ethernet/hisilicon/hip04_eth.c | 2 +-
11674 drivers/net/ethernet/hisilicon/hix5hd2_gmac.c | 2 +-
11675 drivers/net/ethernet/hisilicon/hns/hns_ae_adapt.c | 6 +-
11676 drivers/net/ethernet/i825xx/lib82596.c | 4 +-
11677 drivers/net/ethernet/ibm/ehea/ehea_main.c | 2 +-
11678 drivers/net/ethernet/ibm/emac/core.c | 4 +-
11679 drivers/net/ethernet/intel/e100.c | 2 +-
11680 drivers/net/ethernet/intel/e1000/e1000_main.c | 2 +-
11681 drivers/net/ethernet/intel/e1000e/netdev.c | 2 +-
11682 drivers/net/ethernet/intel/fm10k/fm10k_pci.c | 2 +-
11683 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
11684 drivers/net/ethernet/intel/igb/igb_main.c | 2 +-
11685 drivers/net/ethernet/intel/igbvf/netdev.c | 2 +-
11686 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 2 +-
11687 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
11688 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 4 +-
11689 drivers/net/ethernet/marvell/pxa168_eth.c | 2 +-
11690 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
11691 drivers/net/ethernet/mellanox/mlx4/main.c | 2 +-
11692 drivers/net/ethernet/mellanox/mlx5/core/main.c | 2 +-
11693 drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 2 +-
11694 drivers/net/ethernet/micrel/ks8695net.c | 2 +-
11695 drivers/net/ethernet/micrel/ks8851_mll.c | 2 +-
11696 drivers/net/ethernet/moxa/moxart_ether.c | 2 +-
11697 drivers/net/ethernet/neterion/s2io.c | 2 +-
11698 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
11699 drivers/net/ethernet/neterion/vxge/vxge-main.c | 2 +-
11700 .../net/ethernet/netronome/nfp/nfp_net_common.c | 2 +-
11701 drivers/net/ethernet/netx-eth.c | 2 +-
11702 drivers/net/ethernet/nuvoton/w90p910_ether.c | 2 +-
11703 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
11704 drivers/net/ethernet/nxp/lpc_eth.c | 2 +-
11705 .../net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c | 4 +-
11706 .../net/ethernet/qlogic/netxen/netxen_nic_main.c | 2 +-
11707 drivers/net/ethernet/qlogic/qed/qed_mcp.c | 6 +-
11708 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
11709 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
11710 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c | 2 +-
11711 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
11712 drivers/net/ethernet/realtek/r8169.c | 8 +-
11713 drivers/net/ethernet/renesas/sh_eth.c | 2 +-
11714 drivers/net/ethernet/rocker/rocker_main.c | 4 +-
11715 drivers/net/ethernet/seeq/sgiseeq.c | 2 +-
11716 drivers/net/ethernet/sfc/ptp.c | 2 +-
11717 drivers/net/ethernet/sfc/selftest.c | 20 +-
11718 drivers/net/ethernet/sgi/ioc3-eth.c | 4 +-
11719 drivers/net/ethernet/smsc/smc911x.c | 2 +-
11720 drivers/net/ethernet/smsc/smc91x.c | 2 +-
11721 drivers/net/ethernet/smsc/smsc911x.c | 2 +-
11722 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
11723 drivers/net/ethernet/sun/sunbmac.c | 2 +-
11724 drivers/net/ethernet/sun/sunqe.c | 2 +-
11725 drivers/net/ethernet/sun/sunvnet.c | 2 +-
11726 drivers/net/ethernet/sun/sunvnet_common.c | 6 +-
11727 drivers/net/ethernet/synopsys/dwc_eth_qos.c | 2 +-
11728 drivers/net/ethernet/ti/cpmac.c | 2 +-
11729 drivers/net/ethernet/ti/netcp_core.c | 2 +-
11730 drivers/net/ethernet/via/via-rhine.c | 2 +-
11731 drivers/net/ethernet/wiznet/w5100.c | 2 +-
11732 drivers/net/ethernet/wiznet/w5300.c | 2 +-
11733 drivers/net/ethernet/xilinx/ll_temac_main.c | 2 +-
11734 drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 2 +-
11735 drivers/net/geneve.c | 2 +-
11736 drivers/net/hamradio/baycom_epp.c | 2 +-
11737 drivers/net/hyperv/hyperv_net.h | 2 +-
11738 drivers/net/hyperv/netvsc_drv.c | 2 +-
11739 drivers/net/hyperv/rndis_filter.c | 7 +-
11740 drivers/net/ifb.c | 2 +-
11741 drivers/net/ipvlan/ipvlan_core.c | 2 +-
11742 drivers/net/ipvlan/ipvlan_main.c | 6 +-
11743 drivers/net/irda/sh_irda.c | 2 +-
11744 drivers/net/irda/vlsi_ir.c | 18 +-
11745 drivers/net/irda/vlsi_ir.h | 14 +-
11746 drivers/net/loopback.c | 2 +-
11747 drivers/net/macsec.c | 2 +-
11748 drivers/net/macvlan.c | 20 +-
11749 drivers/net/macvtap.c | 10 +-
11750 drivers/net/nlmon.c | 2 +-
11751 drivers/net/phy/phy_device.c | 6 +-
11752 drivers/net/plip/plip.c | 2 +-
11753 drivers/net/ppp/ppp_generic.c | 4 +-
11754 drivers/net/ppp/pptp.c | 2 +-
11755 drivers/net/rionet.c | 2 +-
11756 drivers/net/slip/slhc.c | 2 +-
11757 drivers/net/team/team.c | 4 +-
11758 drivers/net/tun.c | 7 +-
11759 drivers/net/usb/hso.c | 28 +-
11760 drivers/net/usb/ipheth.c | 2 +-
11761 drivers/net/usb/r8152.c | 2 +-
11762 drivers/net/usb/sierra_net.c | 4 +-
11763 drivers/net/virtio_net.c | 2 +-
11764 drivers/net/vrf.c | 4 +-
11765 drivers/net/vxlan.c | 4 +-
11766 drivers/net/wimax/i2400m/rx.c | 2 +-
11767 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
11768 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
11769 drivers/net/wireless/ath/ath6kl/core.h | 2 +-
11770 drivers/net/wireless/ath/ath6kl/txrx.c | 2 +-
11771 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
11772 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
11773 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
11774 drivers/net/wireless/ath/ath9k/main.c | 22 +-
11775 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
11776 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
11777 drivers/net/wireless/ath/carl9170/main.c | 10 +-
11778 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
11779 drivers/net/wireless/ath/wil6210/pcie_bus.c | 2 +-
11780 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
11781 drivers/net/wireless/atmel/at76c50x-usb.c | 2 +-
11782 drivers/net/wireless/atmel/atmel.c | 183 +-
11783 drivers/net/wireless/broadcom/b43/phy_lp.c | 2 +-
11784 drivers/net/wireless/broadcom/b43legacy/main.c | 5 +-
11785 .../broadcom/brcm80211/brcmfmac/cfg80211.c | 55 +-
11786 .../broadcom/brcm80211/brcmsmac/phy/phy_cmn.c | 3 +-
11787 .../broadcom/brcm80211/brcmsmac/phy_shim.c | 5 +-
11788 .../broadcom/brcm80211/brcmsmac/phy_shim.h | 2 +-
11789 drivers/net/wireless/cisco/airo.c | 201 +-
11790 drivers/net/wireless/intel/ipw2x00/ipw2100.c | 8 +-
11791 drivers/net/wireless/intel/ipw2x00/ipw2200.c | 6 +-
11792 drivers/net/wireless/intel/iwlegacy/3945-mac.c | 11 +-
11793 drivers/net/wireless/intel/iwlegacy/4965-mac.c | 7 +-
11794 drivers/net/wireless/intel/iwlwifi/dvm/debugfs.c | 34 +-
11795 drivers/net/wireless/intel/iwlwifi/dvm/lib.c | 4 +-
11796 drivers/net/wireless/intel/iwlwifi/mvm/d3.c | 8 +-
11797 drivers/net/wireless/intel/iwlwifi/mvm/tx.c | 4 +-
11798 drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 4 +-
11799 .../net/wireless/intersil/hostap/hostap_ioctl.c | 134 +-
11800 drivers/net/wireless/intersil/orinoco/wext.c | 131 +-
11801 drivers/net/wireless/intersil/prism54/isl_ioctl.c | 292 +-
11802 drivers/net/wireless/mac80211_hwsim.c | 28 +-
11803 drivers/net/wireless/marvell/mwifiex/11n_aggr.c | 2 +-
11804 drivers/net/wireless/marvell/mwifiex/main.c | 2 +-
11805 drivers/net/wireless/marvell/mwifiex/pcie.c | 4 +-
11806 drivers/net/wireless/marvell/mwifiex/sdio.c | 10 +-
11807 drivers/net/wireless/ralink/rt2x00/rt2400pci.c | 4 +-
11808 drivers/net/wireless/ralink/rt2x00/rt2500pci.c | 4 +-
11809 drivers/net/wireless/ralink/rt2x00/rt2500usb.c | 4 +-
11810 drivers/net/wireless/ralink/rt2x00/rt2800lib.c | 6 +-
11811 drivers/net/wireless/ralink/rt2x00/rt2x00.h | 2 +-
11812 drivers/net/wireless/ralink/rt2x00/rt2x00queue.c | 4 +-
11813 drivers/net/wireless/ralink/rt2x00/rt61pci.c | 4 +-
11814 drivers/net/wireless/ralink/rt2x00/rt73usb.c | 4 +-
11815 drivers/net/wireless/realtek/rtlwifi/base.c | 14 +-
11816 drivers/net/wireless/realtek/rtlwifi/base.h | 4 +-
11817 drivers/net/wireless/realtek/rtlwifi/pci.c | 15 +-
11818 drivers/net/wireless/realtek/rtlwifi/ps.c | 6 +-
11819 drivers/net/wireless/realtek/rtlwifi/ps.h | 6 +-
11820 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
11821 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
11822 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
11823 drivers/net/wireless/zydas/zd1201.c | 192 +-
11824 drivers/net/xen-netback/interface.c | 2 +-
11825 drivers/net/xen-netfront.c | 2 +-
11826 drivers/nvme/host/pci.c | 2 +-
11827 drivers/of/fdt.c | 4 +-
11828 drivers/oprofile/buffer_sync.c | 8 +-
11829 drivers/oprofile/event_buffer.c | 2 +-
11830 drivers/oprofile/oprof.c | 2 +-
11831 drivers/oprofile/oprofile_stats.c | 10 +-
11832 drivers/oprofile/oprofile_stats.h | 10 +-
11833 drivers/oprofile/oprofilefs.c | 6 +-
11834 drivers/oprofile/timer_int.c | 2 +-
11835 drivers/parport/procfs.c | 4 +-
11836 drivers/pci/host/pci-host-common.h | 2 +-
11837 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
11838 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
11839 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
11840 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
11841 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
11842 drivers/pci/hotplug/pciehp_core.c | 2 +-
11843 drivers/pci/msi.c | 22 +-
11844 drivers/pci/pci-sysfs.c | 6 +-
11845 drivers/pci/pci.h | 4 +-
11846 drivers/pci/pcie/aspm.c | 10 +-
11847 drivers/pci/pcie/portdrv_pci.c | 2 +-
11848 drivers/pci/probe.c | 2 +-
11849 drivers/pci/setup-bus.c | 10 +-
11850 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
11851 drivers/pinctrl/pinctrl-at91.c | 5 +-
11852 drivers/platform/chrome/chromeos_laptop.c | 2 +-
11853 drivers/platform/chrome/chromeos_pstore.c | 2 +-
11854 drivers/platform/chrome/cros_ec_lpc.c | 2 +-
11855 drivers/platform/x86/alienware-wmi.c | 4 +-
11856 drivers/platform/x86/apple-gmux.c | 2 +-
11857 drivers/platform/x86/compal-laptop.c | 2 +-
11858 drivers/platform/x86/hdaps.c | 2 +-
11859 drivers/platform/x86/ibm_rtl.c | 2 +-
11860 drivers/platform/x86/intel_oaktrail.c | 2 +-
11861 drivers/platform/x86/msi-laptop.c | 16 +-
11862 drivers/platform/x86/msi-wmi.c | 2 +-
11863 drivers/platform/x86/samsung-laptop.c | 2 +-
11864 drivers/platform/x86/samsung-q10.c | 2 +-
11865 drivers/platform/x86/sony-laptop.c | 14 +-
11866 drivers/platform/x86/thinkpad_acpi.c | 10 +-
11867 drivers/pnp/pnpbios/bioscalls.c | 14 +-
11868 drivers/pnp/pnpbios/core.c | 2 +-
11869 drivers/power/pda_power.c | 7 +-
11870 drivers/power/power_supply.h | 4 +-
11871 drivers/power/power_supply_core.c | 7 +-
11872 drivers/power/power_supply_sysfs.c | 6 +-
11873 drivers/power/reset/at91-reset.c | 5 +-
11874 drivers/powercap/powercap_sys.c | 136 +-
11875 drivers/ptp/ptp_private.h | 2 +-
11876 drivers/ptp/ptp_sysfs.c | 2 +-
11877 drivers/regulator/core.c | 4 +-
11878 drivers/regulator/max8660.c | 6 +-
11879 drivers/regulator/max8973-regulator.c | 16 +-
11880 drivers/regulator/mc13892-regulator.c | 8 +-
11881 drivers/remoteproc/remoteproc_core.c | 26 +-
11882 drivers/rtc/rtc-armada38x.c | 7 +-
11883 drivers/rtc/rtc-cmos.c | 4 +-
11884 drivers/rtc/rtc-ds1307.c | 2 +-
11885 drivers/rtc/rtc-m48t59.c | 4 +-
11886 drivers/rtc/rtc-rv8803.c | 15 +-
11887 drivers/rtc/rtc-rx8010.c | 8 +-
11888 drivers/rtc/rtc-test.c | 6 +-
11889 drivers/scsi/aacraid/aachba.c | 7 +-
11890 drivers/scsi/aic7xxx/aic79xx.h | 2 +-
11891 drivers/scsi/aic7xxx/aic79xx_core.c | 11 +-
11892 drivers/scsi/be2iscsi/be_main.c | 2 +-
11893 drivers/scsi/bfa/bfa.h | 4 +-
11894 drivers/scsi/bfa/bfa_core.c | 4 +-
11895 drivers/scsi/bfa/bfa_cs.h | 124 +-
11896 drivers/scsi/bfa/bfa_fcpim.h | 14 +-
11897 drivers/scsi/bfa/bfa_fcs.h | 34 +-
11898 drivers/scsi/bfa/bfa_fcs_fcpim.c | 6 +-
11899 drivers/scsi/bfa/bfa_fcs_lport.c | 4 +-
11900 drivers/scsi/bfa/bfa_fcs_rport.c | 4 +-
11901 drivers/scsi/bfa/bfa_ioc.c | 8 +-
11902 drivers/scsi/bfa/bfa_ioc.h | 16 +-
11903 drivers/scsi/bfa/bfa_svc.c | 12 +-
11904 drivers/scsi/bfa/bfa_svc.h | 20 +-
11905 drivers/scsi/bfa/bfad.c | 12 +-
11906 drivers/scsi/bfa/bfad_bsg.c | 8 +-
11907 drivers/scsi/bfa/bfad_drv.h | 5 +-
11908 drivers/scsi/csiostor/csio_defs.h | 19 +-
11909 drivers/scsi/csiostor/csio_hw.c | 67 +-
11910 drivers/scsi/csiostor/csio_init.c | 2 +-
11911 drivers/scsi/csiostor/csio_lnode.c | 32 +-
11912 drivers/scsi/csiostor/csio_rnode.c | 28 +-
11913 drivers/scsi/csiostor/csio_scsi.c | 37 +-
11914 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
11915 drivers/scsi/fcoe/fcoe_transport.c | 16 +-
11916 drivers/scsi/hpsa.c | 38 +-
11917 drivers/scsi/hpsa.h | 2 +-
11918 drivers/scsi/hptiop.c | 2 -
11919 drivers/scsi/hptiop.h | 1 -
11920 drivers/scsi/ipr.c | 32 +-
11921 drivers/scsi/ipr.h | 2 +-
11922 drivers/scsi/libfc/fc_exch.c | 50 +-
11923 drivers/scsi/libsas/sas_ata.c | 2 +-
11924 drivers/scsi/lpfc/lpfc.h | 8 +-
11925 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
11926 drivers/scsi/lpfc/lpfc_init.c | 8 +-
11927 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
11928 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
11929 drivers/scsi/mpt3sas/mpt3sas_base.c | 2 +-
11930 drivers/scsi/mpt3sas/mpt3sas_scsih.c | 4 +-
11931 drivers/scsi/pmcraid.c | 46 +-
11932 drivers/scsi/pmcraid.h | 8 +-
11933 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
11934 drivers/scsi/qla2xxx/qla_gbl.h | 8 +-
11935 drivers/scsi/qla2xxx/qla_os.c | 15 +-
11936 drivers/scsi/qla2xxx/qla_target.c | 16 +-
11937 drivers/scsi/qla2xxx/qla_target.h | 2 +-
11938 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
11939 drivers/scsi/qla4xxx/ql4_os.c | 15 +-
11940 drivers/scsi/scsi.c | 2 +-
11941 drivers/scsi/scsi_lib.c | 8 +-
11942 drivers/scsi/scsi_sysfs.c | 2 +-
11943 drivers/scsi/scsi_transport_fc.c | 8 +-
11944 drivers/scsi/scsi_transport_iscsi.c | 6 +-
11945 drivers/scsi/scsi_transport_spi.c | 2 +-
11946 drivers/scsi/scsi_transport_srp.c | 8 +-
11947 drivers/scsi/sd.c | 6 +-
11948 drivers/scsi/sg.c | 2 +-
11949 drivers/scsi/sr.c | 21 +-
11950 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
11951 drivers/spi/spi.c | 2 +-
11952 drivers/staging/android/timed_output.c | 6 +-
11953 drivers/staging/comedi/comedi_fops.c | 8 +-
11954 drivers/staging/fbtft/fbtft-core.c | 2 +-
11955 drivers/staging/fbtft/fbtft.h | 2 +-
11956 drivers/staging/gdm724x/gdm_lte.c | 2 +-
11957 drivers/staging/gdm724x/gdm_tty.c | 2 +-
11958 drivers/staging/i4l/icn/icn.c | 2 +-
11959 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
11960 drivers/staging/iio/adc/ad7280a.c | 4 +-
11961 .../staging/lustre/lnet/klnds/socklnd/socklnd.h | 6 +-
11962 drivers/staging/lustre/lnet/selftest/brw_test.c | 12 +-
11963 drivers/staging/lustre/lnet/selftest/framework.c | 2 -
11964 drivers/staging/lustre/lnet/selftest/ping_test.c | 14 +-
11965 drivers/staging/lustre/lnet/selftest/selftest.h | 2 -
11966 .../lustre/lustre/include/lustre/lustre_idl.h | 82 +-
11967 drivers/staging/lustre/lustre/include/lustre_dlm.h | 8 +-
11968 drivers/staging/lustre/lustre/include/lustre_net.h | 2 +-
11969 drivers/staging/lustre/lustre/include/obd.h | 2 +-
11970 drivers/staging/lustre/lustre/ldlm/ldlm_request.c | 5 +-
11971 drivers/staging/lustre/lustre/llite/dir.c | 2 +-
11972 drivers/staging/lustre/lustre/lov/lov_io.c | 62 +-
11973 drivers/staging/lustre/lustre/obdclass/llog_swab.c | 24 +-
11974 drivers/staging/lustre/lustre/osc/osc_request.c | 24 +-
11975 drivers/staging/lustre/lustre/ptlrpc/layout.c | 7 +-
11976 .../staging/lustre/lustre/ptlrpc/pack_generic.c | 136 +-
11977 drivers/staging/rdma/hfi1/pcie.c | 2 +-
11978 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 18 +-
11979 drivers/staging/rtl8188eu/hal/rtl8188eu_recv.c | 2 +-
11980 drivers/staging/rtl8188eu/hal/rtl8188eu_xmit.c | 2 +-
11981 drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h | 8 -
11982 drivers/staging/rtl8188eu/include/hal_intf.h | 5 +-
11983 drivers/staging/rtl8188eu/include/odm_precomp.h | 2 +-
11984 drivers/staging/rtl8188eu/include/recv_osdep.h | 1 -
11985 drivers/staging/rtl8188eu/include/rtl8188e_recv.h | 2 +-
11986 drivers/staging/rtl8188eu/include/rtl8188e_xmit.h | 2 +-
11987 drivers/staging/rtl8188eu/include/rtw_cmd.h | 1 -
11988 drivers/staging/rtl8188eu/include/rtw_eeprom.h | 6 -
11989 drivers/staging/rtl8188eu/include/rtw_ioctl.h | 9 -
11990 drivers/staging/rtl8188eu/include/rtw_mlme_ext.h | 12 +-
11991 drivers/staging/rtl8188eu/include/xmit_osdep.h | 2 +-
11992 drivers/staging/rtl8188eu/os_dep/usb_ops_linux.c | 4 +-
11993 drivers/staging/rtl8188eu/os_dep/xmit_linux.c | 2 +-
11994 drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 49 +-
11995 drivers/staging/rtl8192e/rtl8192e/rtl_core.h | 4 +-
11996 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c | 10 +-
11997 drivers/staging/rtl8192e/rtl8192e/rtl_dm.h | 4 +-
11998 drivers/staging/rtl8192e/rtl8192e/rtl_ps.c | 6 +-
11999 drivers/staging/rtl8192e/rtl8192e/rtl_ps.h | 3 +-
12000 drivers/staging/rtl8192e/rtl8192e/rtl_wx.c | 48 +-
12001 drivers/staging/rtl8192e/rtllib.h | 4 +-
12002 drivers/staging/rtl8192e/rtllib_softmac.c | 32 +-
12003 drivers/staging/rtl8192e/rtllib_softmac_wx.c | 2 +-
12004 drivers/staging/rtl8192e/rtllib_tx.c | 2 +-
12005 drivers/staging/rtl8192u/ieee80211/ieee80211.h | 2 +-
12006 .../staging/rtl8192u/ieee80211/ieee80211_softmac.c | 6 +-
12007 drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c | 2 +-
12008 drivers/staging/rtl8192u/r8192U_core.c | 7 +-
12009 drivers/staging/rtl8712/rtl8712_recv.c | 6 +-
12010 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
12011 drivers/staging/rtl8712/rtl871x_ioctl.h | 14 -
12012 drivers/staging/rtl8712/rtl871x_xmit.c | 2 +-
12013 drivers/staging/rtl8712/rtl871x_xmit.h | 2 +-
12014 drivers/staging/rtl8712/usb_ops_linux.c | 4 +-
12015 drivers/staging/rtl8712/xmit_linux.c | 2 +-
12016 drivers/staging/rtl8712/xmit_osdep.h | 2 +-
12017 drivers/staging/rtl8723au/core/rtw_mlme_ext.c | 12 +-
12018 drivers/staging/rtl8723au/core/rtw_xmit.c | 2 +-
12019 drivers/staging/rtl8723au/hal/rtl8723au_recv.c | 2 +-
12020 drivers/staging/rtl8723au/hal/usb_ops_linux.c | 4 +-
12021 drivers/staging/rtl8723au/include/Hal8723APhyCfg.h | 8 -
12022 drivers/staging/rtl8723au/include/drv_types.h | 2 +-
12023 drivers/staging/rtl8723au/include/hal_intf.h | 2 -
12024 drivers/staging/rtl8723au/include/recv_osdep.h | 1 -
12025 drivers/staging/rtl8723au/include/rtw_ap.h | 2 -
12026 drivers/staging/rtl8723au/include/rtw_cmd.h | 1 -
12027 drivers/staging/rtl8723au/include/rtw_eeprom.h | 7 -
12028 drivers/staging/rtl8723au/include/rtw_mlme_ext.h | 14 +-
12029 drivers/staging/rtl8723au/include/usb_ops.h | 8 +-
12030 drivers/staging/rtl8723au/include/xmit_osdep.h | 2 +-
12031 drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c | 2 +-
12032 drivers/staging/rtl8723au/os_dep/xmit_linux.c | 2 +-
12033 drivers/staging/sm750fb/sm750.c | 14 +-
12034 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
12035 drivers/staging/unisys/visornic/visornic_main.c | 2 +-
12036 drivers/staging/vt6655/rxtx.c | 2 +-
12037 drivers/staging/vt6656/rxtx.c | 2 +-
12038 drivers/staging/wilc1000/linux_wlan.c | 2 +-
12039 drivers/staging/wilc1000/wilc_wlan.h | 2 +-
12040 drivers/staging/wlan-ng/p80211netdev.c | 2 +-
12041 drivers/target/sbp/sbp_target.c | 4 +-
12042 drivers/thermal/cpu_cooling.c | 9 +-
12043 drivers/thermal/devfreq_cooling.c | 19 +-
12044 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
12045 drivers/thermal/of-thermal.c | 17 +-
12046 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
12047 drivers/tty/cyclades.c | 6 +-
12048 drivers/tty/hvc/hvc_console.c | 14 +-
12049 drivers/tty/hvc/hvcs.c | 21 +-
12050 drivers/tty/hvc/hvsi.c | 22 +-
12051 drivers/tty/hvc/hvsi_lib.c | 4 +-
12052 drivers/tty/ipwireless/tty.c | 27 +-
12053 drivers/tty/moxa.c | 2 +-
12054 drivers/tty/n_gsm.c | 6 +-
12055 drivers/tty/n_tty.c | 28 +-
12056 drivers/tty/pty.c | 4 +-
12057 drivers/tty/rocket.c | 6 +-
12058 drivers/tty/serial/8250/8250_core.c | 10 +-
12059 drivers/tty/serial/8250/8250_pci.c | 2 +-
12060 drivers/tty/serial/ifx6x60.c | 2 +-
12061 drivers/tty/serial/ioc4_serial.c | 6 +-
12062 drivers/tty/serial/jsm/jsm_driver.c | 2 +-
12063 drivers/tty/serial/kgdb_nmi.c | 4 +-
12064 drivers/tty/serial/kgdboc.c | 34 +-
12065 drivers/tty/serial/msm_serial.c | 4 +-
12066 drivers/tty/serial/samsung.c | 9 +-
12067 drivers/tty/serial/serial_core.c | 8 +-
12068 drivers/tty/synclink.c | 34 +-
12069 drivers/tty/synclink_gt.c | 28 +-
12070 drivers/tty/synclinkmp.c | 34 +-
12071 drivers/tty/tty_io.c | 2 +-
12072 drivers/tty/tty_ldisc.c | 8 +-
12073 drivers/tty/tty_port.c | 22 +-
12074 drivers/uio/uio.c | 13 +-
12075 drivers/usb/atm/cxacru.c | 2 +-
12076 drivers/usb/atm/usbatm.c | 24 +-
12077 drivers/usb/class/cdc-acm.h | 2 +-
12078 drivers/usb/core/devices.c | 6 +-
12079 drivers/usb/core/devio.c | 12 +-
12080 drivers/usb/core/hcd.c | 4 +-
12081 drivers/usb/core/sysfs.c | 2 +-
12082 drivers/usb/core/usb.c | 2 +-
12083 drivers/usb/early/ehci-dbgp.c | 16 +-
12084 drivers/usb/gadget/function/f_phonet.c | 2 +-
12085 drivers/usb/gadget/function/u_serial.c | 22 +-
12086 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
12087 drivers/usb/host/ehci-hcd.c | 2 +-
12088 drivers/usb/host/ehci-hub.c | 4 +-
12089 drivers/usb/host/ehci-q.c | 4 +-
12090 drivers/usb/host/fotg210-hcd.c | 2 +-
12091 drivers/usb/host/hwa-hc.c | 2 +-
12092 drivers/usb/host/ohci-hcd.c | 2 +-
12093 drivers/usb/host/r8a66597.h | 2 +-
12094 drivers/usb/host/uhci-hcd.c | 2 +-
12095 drivers/usb/host/xhci-pci.c | 2 +-
12096 drivers/usb/host/xhci-ring.c | 52 +-
12097 drivers/usb/host/xhci.c | 2 +-
12098 drivers/usb/misc/appledisplay.c | 4 +-
12099 drivers/usb/misc/sisusbvga/sisusb_con.c | 98 +-
12100 drivers/usb/serial/console.c | 8 +-
12101 drivers/usb/storage/transport.c | 2 +-
12102 drivers/usb/storage/usb.c | 2 +-
12103 drivers/usb/storage/usb.h | 2 +-
12104 drivers/usb/usbip/vhci.h | 2 +-
12105 drivers/usb/usbip/vhci_hcd.c | 6 +-
12106 drivers/usb/usbip/vhci_rx.c | 2 +-
12107 drivers/usb/wusbcore/wa-hc.h | 4 +-
12108 drivers/usb/wusbcore/wa-xfer.c | 2 +-
12109 drivers/vfio/pci/vfio_pci.c | 2 +-
12110 drivers/vhost/vringh.c | 20 +-
12111 drivers/video/backlight/kb3886_bl.c | 2 +-
12112 drivers/video/console/dummycon.c | 96 +-
12113 drivers/video/console/fbcon.c | 2 +-
12114 drivers/video/console/vgacon.c | 23 +-
12115 drivers/video/fbdev/aty/aty128fb.c | 2 +-
12116 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
12117 drivers/video/fbdev/aty/mach64_ct.c | 5 +-
12118 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
12119 drivers/video/fbdev/aty/mach64_gx.c | 17 +-
12120 drivers/video/fbdev/core/fb_defio.c | 8 +-
12121 drivers/video/fbdev/core/fbmem.c | 12 +-
12122 drivers/video/fbdev/hyperv_fb.c | 4 +-
12123 drivers/video/fbdev/i810/i810_accel.c | 1 +
12124 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
12125 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
12126 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
12127 drivers/video/fbdev/omap2/omapfb/dss/display.c | 8 +-
12128 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
12129 drivers/video/fbdev/sis/sis_main.h | 2 +-
12130 drivers/video/fbdev/smscufx.c | 4 +-
12131 drivers/video/fbdev/udlfb.c | 36 +-
12132 drivers/video/fbdev/uvesafb.c | 52 +-
12133 drivers/video/fbdev/vesafb.c | 58 +-
12134 drivers/video/fbdev/via/via_clock.h | 2 +-
12135 drivers/xen/events/events_base.c | 6 +-
12136 drivers/xen/xen-pciback/pci_stub.c | 2 +-
12137 fs/9p/vfs_addr.c | 2 +-
12138 fs/9p/vfs_inode_dotl.c | 4 +-
12139 fs/Kconfig.binfmt | 2 +-
12140 fs/afs/file.c | 8 +-
12141 fs/afs/inode.c | 4 +-
12142 fs/afs/internal.h | 4 +-
12143 fs/aio.c | 2 +-
12144 fs/autofs4/waitq.c | 2 +-
12145 fs/befs/endian.h | 6 +-
12146 fs/binfmt_aout.c | 23 +-
12147 fs/binfmt_elf.c | 670 +-
12148 fs/binfmt_elf_fdpic.c | 4 +-
12149 fs/block_dev.c | 2 +-
12150 fs/btrfs/ctree.c | 11 +-
12151 fs/btrfs/ctree.h | 4 +-
12152 fs/btrfs/delayed-inode.c | 6 +-
12153 fs/btrfs/delayed-inode.h | 4 +-
12154 fs/btrfs/delayed-ref.c | 4 +-
12155 fs/btrfs/disk-io.c | 4 +-
12156 fs/btrfs/extent_map.c | 8 +-
12157 fs/btrfs/file.c | 4 +-
12158 fs/btrfs/free-space-cache.h | 1 +
12159 fs/btrfs/raid56.c | 30 +-
12160 fs/btrfs/super.c | 2 +-
12161 fs/btrfs/sysfs.c | 2 +-
12162 fs/btrfs/tests/btrfs-tests.c | 2 +-
12163 fs/btrfs/tests/free-space-tests.c | 2 +-
12164 fs/btrfs/transaction.c | 2 +-
12165 fs/btrfs/tree-log.c | 8 +-
12166 fs/btrfs/tree-log.h | 2 +-
12167 fs/btrfs/volumes.c | 14 +-
12168 fs/btrfs/volumes.h | 22 +-
12169 fs/buffer.c | 2 +-
12170 fs/cachefiles/bind.c | 6 +-
12171 fs/cachefiles/daemon.c | 12 +-
12172 fs/cachefiles/internal.h | 16 +-
12173 fs/cachefiles/namei.c | 6 +-
12174 fs/cachefiles/proc.c | 12 +-
12175 fs/ceph/dir.c | 12 +-
12176 fs/ceph/super.c | 4 +-
12177 fs/cifs/cifs_debug.c | 12 +-
12178 fs/cifs/cifsfs.c | 8 +-
12179 fs/cifs/cifsglob.h | 54 +-
12180 fs/cifs/file.c | 14 +-
12181 fs/cifs/misc.c | 4 +-
12182 fs/cifs/smb1ops.c | 80 +-
12183 fs/cifs/smb2ops.c | 84 +-
12184 fs/cifs/smb2pdu.c | 3 +-
12185 fs/coda/cache.c | 10 +-
12186 fs/coda/dir.c | 5 +-
12187 fs/compat.c | 9 +-
12188 fs/compat_binfmt_elf.c | 2 +
12189 fs/compat_ioctl.c | 12 +-
12190 fs/configfs/dir.c | 10 +-
12191 fs/coredump.c | 18 +-
12192 fs/dcache.c | 64 +-
12193 fs/ecryptfs/inode.c | 2 +-
12194 fs/ecryptfs/miscdev.c | 2 +-
12195 fs/exec.c | 370 +-
12196 fs/exofs/inode.c | 7 +-
12197 fs/ext2/xattr.c | 5 +-
12198 fs/ext4/ext4.h | 20 +-
12199 fs/ext4/mballoc.c | 44 +-
12200 fs/ext4/resize.c | 16 +-
12201 fs/ext4/super.c | 2 +-
12202 fs/ext4/sysfs.c | 2 +-
12203 fs/ext4/xattr.c | 5 +-
12204 fs/fhandle.c | 5 +-
12205 fs/file.c | 18 +-
12206 fs/freevxfs/vxfs_inode.c | 8 +-
12207 fs/freevxfs/vxfs_inode.h | 4 +-
12208 fs/fs-writeback.c | 11 +-
12209 fs/fs_struct.c | 8 +-
12210 fs/fscache/cookie.c | 40 +-
12211 fs/fscache/internal.h | 202 +-
12212 fs/fscache/object.c | 26 +-
12213 fs/fscache/operation.c | 38 +-
12214 fs/fscache/page.c | 110 +-
12215 fs/fscache/stats.c | 348 +-
12216 fs/fuse/cuse.c | 10 +-
12217 fs/fuse/dev.c | 4 +-
12218 fs/fuse/file.c | 4 +-
12219 fs/fuse/inode.c | 4 +-
12220 fs/gfs2/aops.c | 2 +-
12221 fs/gfs2/file.c | 2 +-
12222 fs/gfs2/glock.c | 22 +-
12223 fs/gfs2/glops.c | 4 +-
12224 fs/gfs2/quota.c | 6 +-
12225 fs/hugetlbfs/inode.c | 13 +-
12226 fs/inode.c | 4 +-
12227 fs/jbd2/commit.c | 2 +-
12228 fs/jbd2/transaction.c | 4 +-
12229 fs/jffs2/erase.c | 3 +-
12230 fs/jffs2/file.c | 5 +-
12231 fs/jffs2/fs.c | 2 +-
12232 fs/jffs2/os-linux.h | 2 +-
12233 fs/jffs2/wbuf.c | 3 +-
12234 fs/jfs/super.c | 2 +-
12235 fs/kernfs/dir.c | 2 +-
12236 fs/kernfs/file.c | 20 +-
12237 fs/libfs.c | 10 +-
12238 fs/lockd/clnt4xdr.c | 46 +-
12239 fs/lockd/clntproc.c | 4 +-
12240 fs/lockd/clntxdr.c | 44 +-
12241 fs/lockd/mon.c | 24 +-
12242 fs/lockd/svc.c | 2 +-
12243 fs/lockd/svc4proc.c | 69 +-
12244 fs/lockd/svcproc.c | 75 +-
12245 fs/lockd/xdr.c | 44 +-
12246 fs/lockd/xdr4.c | 41 +-
12247 fs/logfs/dev_bdev.c | 13 +-
12248 fs/logfs/dev_mtd.c | 13 +-
12249 fs/logfs/dir.c | 4 +-
12250 fs/logfs/logfs.h | 5 +-
12251 fs/logfs/readwrite.c | 2 +-
12252 fs/logfs/segment.c | 2 +-
12253 fs/logfs/super.c | 39 -
12254 fs/namei.c | 14 +-
12255 fs/namespace.c | 15 +-
12256 fs/nfs/callback.h | 18 +-
12257 fs/nfs/callback_proc.c | 26 +-
12258 fs/nfs/callback_xdr.c | 73 +-
12259 fs/nfs/dir.c | 5 +-
12260 fs/nfs/inode.c | 6 +-
12261 fs/nfs/internal.h | 5 +-
12262 fs/nfs/mount_clnt.c | 26 +-
12263 fs/nfs/nfs2xdr.c | 101 +-
12264 fs/nfs/nfs3xdr.c | 201 +-
12265 fs/nfs/nfs42xdr.c | 60 +-
12266 fs/nfs/nfs4xdr.c | 507 +-
12267 fs/nfs/read.c | 2 +-
12268 fs/nfs/symlink.c | 6 +-
12269 fs/nfsd/current_stateid.h | 24 +-
12270 fs/nfsd/nfs2acl.c | 85 +-
12271 fs/nfsd/nfs3acl.c | 44 +-
12272 fs/nfsd/nfs3proc.c | 271 +-
12273 fs/nfsd/nfs3xdr.c | 171 +-
12274 fs/nfsd/nfs4callback.c | 31 +-
12275 fs/nfsd/nfs4proc.c | 320 +-
12276 fs/nfsd/nfs4state.c | 111 +-
12277 fs/nfsd/nfs4xdr.c | 564 +-
12278 fs/nfsd/nfscache.c | 11 +-
12279 fs/nfsd/nfsproc.c | 193 +-
12280 fs/nfsd/nfsxdr.c | 96 +-
12281 fs/nfsd/vfs.c | 6 +-
12282 fs/nfsd/xdr.h | 50 +-
12283 fs/nfsd/xdr3.h | 100 +-
12284 fs/nfsd/xdr4.h | 50 +-
12285 fs/nls/nls_base.c | 26 +-
12286 fs/nls/nls_cp932.c | 2 +-
12287 fs/nls/nls_cp936.c | 2 +-
12288 fs/nls/nls_cp949.c | 2 +-
12289 fs/nls/nls_cp950.c | 2 +-
12290 fs/nls/nls_euc-jp.c | 8 +-
12291 fs/nls/nls_koi8-ru.c | 8 +-
12292 fs/notify/fanotify/fanotify_user.c | 4 +-
12293 fs/notify/notification.c | 4 +-
12294 fs/ntfs/dir.c | 4 +-
12295 fs/ntfs/inode.c | 19 +-
12296 fs/ntfs/inode.h | 4 +-
12297 fs/ntfs/mft.c | 4 +-
12298 fs/ntfs/super.c | 8 +-
12299 fs/ocfs2/dlm/dlmcommon.h | 4 +-
12300 fs/ocfs2/dlm/dlmdebug.c | 10 +-
12301 fs/ocfs2/dlm/dlmdomain.c | 4 +-
12302 fs/ocfs2/dlm/dlmmaster.c | 4 +-
12303 fs/ocfs2/dlmfs/dlmfs.c | 4 +-
12304 fs/ocfs2/filecheck.c | 2 +-
12305 fs/ocfs2/localalloc.c | 2 +-
12306 fs/ocfs2/ocfs2.h | 10 +-
12307 fs/ocfs2/suballoc.c | 12 +-
12308 fs/ocfs2/super.c | 20 +-
12309 fs/overlayfs/copy_up.c | 2 +-
12310 fs/pipe.c | 72 +-
12311 fs/posix_acl.c | 4 +-
12312 fs/proc/array.c | 20 +
12313 fs/proc/base.c | 7 +-
12314 fs/proc/kcore.c | 36 +-
12315 fs/proc/meminfo.c | 2 +-
12316 fs/proc/nommu.c | 2 +-
12317 fs/proc/proc_net.c | 2 +-
12318 fs/proc/proc_sysctl.c | 26 +-
12319 fs/proc/task_mmu.c | 39 +-
12320 fs/proc/task_nommu.c | 6 +-
12321 fs/proc/vmcore.c | 16 +-
12322 fs/qnx6/qnx6.h | 4 +-
12323 fs/quota/netlink.c | 4 +-
12324 fs/read_write.c | 34 +-
12325 fs/readdir.c | 3 +-
12326 fs/reiserfs/do_balan.c | 2 +-
12327 fs/reiserfs/procfs.c | 2 +-
12328 fs/reiserfs/reiserfs.h | 4 +-
12329 fs/select.c | 2 +-
12330 fs/seq_file.c | 4 +-
12331 fs/splice.c | 43 +-
12332 fs/squashfs/xattr.c | 10 +-
12333 fs/super.c | 3 +-
12334 fs/sysv/sysv.h | 2 +-
12335 fs/tracefs/inode.c | 8 +-
12336 fs/ubifs/find.c | 34 +-
12337 fs/ubifs/lprops.c | 5 +-
12338 fs/udf/misc.c | 2 +-
12339 fs/ufs/swab.h | 4 +-
12340 fs/userfaultfd.c | 2 +-
12341 fs/xattr.c | 21 +
12342 fs/xfs/libxfs/xfs_bmap.c | 2 +-
12343 fs/xfs/libxfs/xfs_da_btree.c | 4 +-
12344 fs/xfs/xfs_dir2_readdir.c | 7 +-
12345 fs/xfs/xfs_ioctl.c | 2 +-
12346 fs/xfs/xfs_linux.h | 4 +-
12347 include/acpi/ghes.h | 2 +-
12348 include/asm-generic/4level-fixup.h | 2 +
12349 include/asm-generic/atomic-long.h | 186 +-
12350 include/asm-generic/atomic64.h | 12 +
12351 include/asm-generic/bitops/__fls.h | 2 +-
12352 include/asm-generic/bitops/fls.h | 2 +-
12353 include/asm-generic/bitops/fls64.h | 4 +-
12354 include/asm-generic/bug.h | 6 +-
12355 include/asm-generic/cache.h | 4 +-
12356 include/asm-generic/emergency-restart.h | 2 +-
12357 include/asm-generic/kmap_types.h | 4 +-
12358 include/asm-generic/local.h | 13 +
12359 include/asm-generic/pgtable-nopmd.h | 18 +-
12360 include/asm-generic/pgtable-nopud.h | 15 +-
12361 include/asm-generic/pgtable.h | 16 +
12362 include/asm-generic/sections.h | 1 +
12363 include/asm-generic/uaccess.h | 16 +
12364 include/asm-generic/vmlinux.lds.h | 15 +-
12365 include/crypto/algapi.h | 2 +-
12366 include/crypto/cast6.h | 4 +-
12367 include/crypto/serpent.h | 4 +-
12368 include/crypto/xts.h | 2 +-
12369 include/drm/drmP.h | 19 +-
12370 include/drm/drm_mm.h | 2 +-
12371 include/drm/drm_modeset_helper_vtables.h | 2 +-
12372 include/drm/i915_pciids.h | 2 +-
12373 include/drm/intel-gtt.h | 4 +-
12374 include/drm/ttm/ttm_memory.h | 2 +-
12375 include/drm/ttm/ttm_page_alloc.h | 1 +
12376 include/keys/asymmetric-subtype.h | 2 +-
12377 include/keys/encrypted-type.h | 2 +-
12378 include/keys/rxrpc-type.h | 2 +-
12379 include/keys/user-type.h | 2 +-
12380 include/linux/atmdev.h | 4 +-
12381 include/linux/atomic.h | 12 +-
12382 include/linux/audit.h | 2 +-
12383 include/linux/average.h | 2 +-
12384 include/linux/binfmts.h | 3 +-
12385 include/linux/bitmap.h | 2 +-
12386 include/linux/bitops.h | 8 +-
12387 include/linux/blk-cgroup.h | 24 +-
12388 include/linux/blkdev.h | 2 +-
12389 include/linux/blktrace_api.h | 2 +-
12390 include/linux/cache.h | 9 +
12391 include/linux/cdrom.h | 1 -
12392 include/linux/cgroup-defs.h | 2 +-
12393 include/linux/cleancache.h | 2 +-
12394 include/linux/clk-provider.h | 1 +
12395 include/linux/compat.h | 15 +-
12396 include/linux/compiler-gcc.h | 33 +-
12397 include/linux/compiler.h | 197 +-
12398 include/linux/configfs.h | 2 +-
12399 include/linux/cpufreq.h | 7 +-
12400 include/linux/cpuidle.h | 5 +-
12401 include/linux/cpumask.h | 14 +-
12402 include/linux/crypto.h | 4 +-
12403 include/linux/ctype.h | 2 +-
12404 include/linux/dcache.h | 4 +-
12405 include/linux/decompress/mm.h | 2 +-
12406 include/linux/devfreq.h | 2 +-
12407 include/linux/device.h | 7 +-
12408 include/linux/dma-mapping.h | 2 +-
12409 include/linux/efi.h | 1 +
12410 include/linux/elf.h | 2 +
12411 include/linux/err.h | 4 +-
12412 include/linux/extcon.h | 2 +-
12413 include/linux/fb.h | 3 +-
12414 include/linux/fdtable.h | 2 +-
12415 include/linux/firewire.h | 2 +-
12416 include/linux/fs.h | 5 +-
12417 include/linux/fs_struct.h | 2 +-
12418 include/linux/fscache-cache.h | 2 +-
12419 include/linux/fscache.h | 2 +-
12420 include/linux/fsnotify.h | 2 +-
12421 include/linux/genhd.h | 4 +-
12422 include/linux/genl_magic_func.h | 2 +-
12423 include/linux/genl_magic_struct.h | 4 +-
12424 include/linux/gfp.h | 14 +-
12425 include/linux/highmem.h | 12 +
12426 include/linux/hugetlb.h | 2 +-
12427 include/linux/hugetlb_cgroup.h | 11 +
12428 include/linux/hwmon-sysfs.h | 6 +-
12429 include/linux/i2c.h | 1 +
12430 include/linux/if_pppox.h | 2 +-
12431 include/linux/init.h | 10 +-
12432 include/linux/init_task.h | 7 +
12433 include/linux/interrupt.h | 6 +-
12434 include/linux/iommu.h | 2 +-
12435 include/linux/ioport.h | 2 +-
12436 include/linux/ipc.h | 2 +-
12437 include/linux/irq.h | 5 +-
12438 include/linux/irqdesc.h | 2 +-
12439 include/linux/irqdomain.h | 3 +
12440 include/linux/jbd2.h | 2 +-
12441 include/linux/jiffies.h | 16 +-
12442 include/linux/kallsyms.h | 18 +-
12443 include/linux/key-type.h | 2 +-
12444 include/linux/kgdb.h | 6 +-
12445 include/linux/kmemleak.h | 4 +-
12446 include/linux/kobject.h | 3 +-
12447 include/linux/kobject_ns.h | 2 +-
12448 include/linux/kref.h | 2 +-
12449 include/linux/libata.h | 2 +-
12450 include/linux/linkage.h | 22 +-
12451 include/linux/list.h | 15 +
12452 include/linux/lockd/xdr.h | 34 +-
12453 include/linux/lockd/xdr4.h | 34 +-
12454 include/linux/lockref.h | 26 +-
12455 include/linux/math64.h | 10 +-
12456 include/linux/memcontrol.h | 2 +-
12457 include/linux/memory.h | 2 +-
12458 include/linux/mempolicy.h | 7 +
12459 include/linux/mm.h | 98 +-
12460 include/linux/mm_types.h | 20 +
12461 include/linux/mmiotrace.h | 4 +-
12462 include/linux/mmzone.h | 2 +-
12463 include/linux/mod_devicetable.h | 4 +-
12464 include/linux/module.h | 58 +-
12465 include/linux/moduleloader.h | 16 +
12466 include/linux/moduleparam.h | 12 +-
12467 include/linux/net.h | 2 +-
12468 include/linux/netdevice.h | 11 +-
12469 include/linux/netfilter.h | 2 +-
12470 include/linux/netfilter/ipset/ip_set_comment.h | 3 +-
12471 include/linux/netfilter/nfnetlink.h | 2 +-
12472 include/linux/netlink.h | 12 +-
12473 include/linux/nls.h | 4 +-
12474 include/linux/notifier.h | 3 +-
12475 include/linux/oprofile.h | 4 +-
12476 include/linux/padata.h | 2 +-
12477 include/linux/pagemap.h | 4 +-
12478 include/linux/pci_hotplug.h | 3 +-
12479 include/linux/percpu.h | 2 +-
12480 include/linux/perf_event.h | 12 +-
12481 include/linux/pid.h | 4 +-
12482 include/linux/pipe_fs_i.h | 8 +-
12483 include/linux/pm.h | 1 +
12484 include/linux/pm_domain.h | 2 +-
12485 include/linux/pm_runtime.h | 2 +-
12486 include/linux/pnp.h | 2 +-
12487 include/linux/poison.h | 4 +-
12488 include/linux/power/smartreflex.h | 2 +-
12489 include/linux/ppp-comp.h | 2 +-
12490 include/linux/preempt.h | 21 +
12491 include/linux/printk.h | 2 +-
12492 include/linux/proc_ns.h | 2 +-
12493 include/linux/psci.h | 2 +-
12494 include/linux/quota.h | 2 +-
12495 include/linux/random.h | 19 +-
12496 include/linux/rculist.h | 16 +
12497 include/linux/rcupdate.h | 8 +
12498 include/linux/reboot.h | 14 +-
12499 include/linux/regset.h | 3 +-
12500 include/linux/relay.h | 2 +-
12501 include/linux/rio.h | 2 +-
12502 include/linux/rmap.h | 4 +-
12503 include/linux/sched.h | 76 +-
12504 include/linux/scif.h | 2 +-
12505 include/linux/semaphore.h | 2 +-
12506 include/linux/seq_buf.h | 4 +-
12507 include/linux/seq_file.h | 1 +
12508 include/linux/seqlock.h | 10 +
12509 include/linux/signal.h | 2 +-
12510 include/linux/skbuff.h | 12 +-
12511 include/linux/slab.h | 47 +-
12512 include/linux/slab_def.h | 14 +-
12513 include/linux/slub_def.h | 2 +-
12514 include/linux/smp.h | 2 +
12515 include/linux/sock_diag.h | 2 +-
12516 include/linux/sonet.h | 2 +-
12517 include/linux/spinlock.h | 17 +-
12518 include/linux/srcu.h | 5 +-
12519 include/linux/string.h | 70 +-
12520 include/linux/sunrpc/addr.h | 8 +-
12521 include/linux/sunrpc/clnt.h | 2 +-
12522 include/linux/sunrpc/svc.h | 2 +-
12523 include/linux/sunrpc/svc_rdma.h | 18 +-
12524 include/linux/sunrpc/svcauth.h | 2 +-
12525 include/linux/swapops.h | 10 +-
12526 include/linux/swiotlb.h | 3 +-
12527 include/linux/syscalls.h | 36 +-
12528 include/linux/syscore_ops.h | 2 +-
12529 include/linux/sysctl.h | 3 +-
12530 include/linux/sysfs.h | 11 +-
12531 include/linux/sysrq.h | 3 +-
12532 include/linux/tcp.h | 14 +-
12533 include/linux/thread_info.h | 7 +
12534 include/linux/tty.h | 4 +-
12535 include/linux/tty_driver.h | 2 +-
12536 include/linux/tty_ldisc.h | 2 +-
12537 include/linux/types.h | 18 +
12538 include/linux/uaccess.h | 2 +-
12539 include/linux/uio_driver.h | 2 +-
12540 include/linux/unaligned/access_ok.h | 24 +-
12541 include/linux/usb.h | 12 +-
12542 include/linux/usb/hcd.h | 1 +
12543 include/linux/usb/renesas_usbhs.h | 2 +-
12544 include/linux/vermagic.h | 21 +-
12545 include/linux/vga_switcheroo.h | 8 +-
12546 include/linux/vmalloc.h | 7 +-
12547 include/linux/vmstat.h | 24 +-
12548 include/linux/writeback.h | 3 +-
12549 include/linux/xattr.h | 5 +-
12550 include/linux/zlib.h | 3 +-
12551 include/media/v4l2-dev.h | 2 +-
12552 include/media/v4l2-device.h | 2 +-
12553 include/net/9p/transport.h | 2 +-
12554 include/net/bluetooth/l2cap.h | 2 +-
12555 include/net/bonding.h | 2 +-
12556 include/net/caif/cfctrl.h | 6 +-
12557 include/net/cfg80211-wext.h | 20 +-
12558 include/net/cfg802154.h | 2 +-
12559 include/net/fib_rules.h | 3 +-
12560 include/net/flow.h | 2 +-
12561 include/net/genetlink.h | 2 +-
12562 include/net/gro_cells.h | 2 +-
12563 include/net/inet_connection_sock.h | 2 +-
12564 include/net/inet_sock.h | 2 +-
12565 include/net/inetpeer.h | 2 +-
12566 include/net/ip_fib.h | 2 +-
12567 include/net/ip_vs.h | 8 +-
12568 include/net/ipv6.h | 2 +-
12569 include/net/irda/ircomm_tty.h | 1 +
12570 include/net/irda/irias_object.h | 2 +-
12571 include/net/irda/irlmp.h | 1 +
12572 include/net/irda/irlmp_event.h | 6 +-
12573 include/net/irda/timer.h | 6 +-
12574 include/net/iucv/af_iucv.h | 2 +-
12575 include/net/llc_c_ac.h | 2 +-
12576 include/net/llc_c_ev.h | 4 +-
12577 include/net/llc_c_st.h | 2 +-
12578 include/net/llc_s_ac.h | 2 +-
12579 include/net/llc_s_st.h | 2 +-
12580 include/net/mac80211.h | 6 +-
12581 include/net/neighbour.h | 4 +-
12582 include/net/net_namespace.h | 18 +-
12583 include/net/netfilter/nf_conntrack.h | 2 +-
12584 include/net/netlink.h | 2 +-
12585 include/net/netns/conntrack.h | 6 +-
12586 include/net/netns/ipv4.h | 4 +-
12587 include/net/netns/ipv6.h | 4 +-
12588 include/net/netns/xfrm.h | 2 +-
12589 include/net/ping.h | 2 +-
12590 include/net/protocol.h | 4 +-
12591 include/net/rtnetlink.h | 2 +-
12592 include/net/sctp/checksum.h | 4 +-
12593 include/net/sctp/sm.h | 4 +-
12594 include/net/sctp/structs.h | 2 +-
12595 include/net/snmp.h | 10 +-
12596 include/net/sock.h | 12 +-
12597 include/net/tcp.h | 8 +-
12598 include/net/xfrm.h | 15 +-
12599 include/rdma/ib_cm.h | 8 +-
12600 include/scsi/libfc.h | 3 +-
12601 include/scsi/scsi_device.h | 6 +-
12602 include/scsi/scsi_driver.h | 2 +-
12603 include/scsi/scsi_transport_fc.h | 3 +-
12604 include/scsi/sg.h | 2 +-
12605 include/sound/compress_driver.h | 2 +-
12606 include/sound/control.h | 4 +-
12607 include/sound/pcm.h | 2 +-
12608 include/sound/rawmidi.h | 3 +-
12609 include/sound/seq_kernel.h | 2 +-
12610 include/sound/soc.h | 4 +-
12611 include/trace/events/irq.h | 4 +-
12612 include/trace/events/mmflags.h | 7 +
12613 include/uapi/linux/a.out.h | 8 +
12614 include/uapi/linux/bcache.h | 5 +-
12615 include/uapi/linux/byteorder/little_endian.h | 28 +-
12616 include/uapi/linux/connector.h | 2 +-
12617 include/uapi/linux/elf.h | 28 +
12618 include/uapi/linux/screen_info.h | 2 +-
12619 include/uapi/linux/swab.h | 6 +-
12620 include/uapi/linux/xattr.h | 5 +
12621 include/video/udlfb.h | 8 +-
12622 include/video/uvesafb.h | 1 +
12623 init/Kconfig | 2 +-
12624 init/do_mounts.c | 16 +-
12625 init/do_mounts.h | 8 +-
12626 init/do_mounts_initrd.c | 30 +-
12627 init/do_mounts_md.c | 6 +-
12628 init/init_task.c | 4 +
12629 init/initramfs.c | 38 +-
12630 init/main.c | 30 +-
12631 ipc/compat.c | 4 +-
12632 ipc/ipc_sysctl.c | 14 +-
12633 ipc/mq_sysctl.c | 4 +-
12634 ipc/sem.c | 4 +-
12635 ipc/shm.c | 8 +-
12636 kernel/audit.c | 10 +-
12637 kernel/auditsc.c | 4 +-
12638 kernel/bpf/core.c | 28 +-
12639 kernel/capability.c | 3 +
12640 kernel/cgroup.c | 29 +-
12641 kernel/compat.c | 38 +-
12642 kernel/debug/debug_core.c | 16 +-
12643 kernel/debug/kdb/kdb_main.c | 4 +-
12644 kernel/events/core.c | 36 +-
12645 kernel/events/internal.h | 10 +-
12646 kernel/events/uprobes.c | 2 +-
12647 kernel/exit.c | 27 +-
12648 kernel/fork.c | 175 +-
12649 kernel/futex.c | 11 +-
12650 kernel/futex_compat.c | 2 +-
12651 kernel/irq/manage.c | 2 +-
12652 kernel/irq/msi.c | 19 +-
12653 kernel/irq/spurious.c | 2 +-
12654 kernel/jump_label.c | 5 +
12655 kernel/kallsyms.c | 40 +-
12656 kernel/kexec.c | 3 +-
12657 kernel/kmod.c | 8 +-
12658 kernel/kprobes.c | 4 +-
12659 kernel/ksysfs.c | 2 +-
12660 kernel/locking/lockdep.c | 7 +-
12661 kernel/locking/mutex-debug.c | 12 +-
12662 kernel/locking/mutex-debug.h | 4 +-
12663 kernel/locking/mutex.c | 6 +-
12664 kernel/module.c | 405 +-
12665 kernel/notifier.c | 17 +-
12666 kernel/padata.c | 4 +-
12667 kernel/panic.c | 11 +-
12668 kernel/pid.c | 8 +-
12669 kernel/pid_namespace.c | 2 +-
12670 kernel/power/process.c | 12 +-
12671 kernel/profile.c | 14 +-
12672 kernel/ptrace.c | 8 +-
12673 kernel/rcu/rcutorture.c | 60 +-
12674 kernel/rcu/tiny.c | 4 +-
12675 kernel/rcu/tree.c | 42 +-
12676 kernel/rcu/tree.h | 16 +-
12677 kernel/rcu/tree_plugin.h | 18 +-
12678 kernel/rcu/tree_trace.c | 14 +-
12679 kernel/resource.c | 4 +-
12680 kernel/sched/auto_group.c | 4 +-
12681 kernel/sched/core.c | 8 +-
12682 kernel/sched/deadline.c | 4 +-
12683 kernel/sched/debug.c | 43 +-
12684 kernel/sched/fair.c | 2 +-
12685 kernel/sched/rt.c | 4 +-
12686 kernel/sched/sched.h | 13 +-
12687 kernel/signal.c | 28 +-
12688 kernel/smp.c | 2 +-
12689 kernel/smpboot.c | 7 +-
12690 kernel/softirq.c | 12 +-
12691 kernel/stop_machine.c | 2 +-
12692 kernel/sys.c | 10 +-
12693 kernel/sys_ni.c | 4 +-
12694 kernel/sysctl.c | 34 +-
12695 kernel/time/alarmtimer.c | 4 +-
12696 kernel/time/posix-clock.c | 8 +-
12697 kernel/time/posix-cpu-timers.c | 4 +-
12698 kernel/time/posix-timers.c | 36 +-
12699 kernel/time/timer.c | 2 +-
12700 kernel/time/timer_stats.c | 10 +-
12701 kernel/trace/blktrace.c | 6 +-
12702 kernel/trace/ftrace.c | 33 +-
12703 kernel/trace/ring_buffer.c | 96 +-
12704 kernel/trace/trace.c | 2 +-
12705 kernel/trace/trace.h | 2 +-
12706 kernel/trace/trace_clock.c | 4 +-
12707 kernel/trace/trace_events.c | 1 -
12708 kernel/trace/trace_functions_graph.c | 4 +-
12709 kernel/trace/trace_mmiotrace.c | 8 +-
12710 kernel/trace/trace_output.c | 10 +-
12711 kernel/trace/trace_seq.c | 2 +-
12712 kernel/trace/trace_stack.c | 2 +-
12713 kernel/user.c | 2 +-
12714 kernel/user_namespace.c | 2 +-
12715 kernel/utsname_sysctl.c | 2 +-
12716 kernel/watchdog.c | 2 +-
12717 kernel/workqueue.c | 8 +-
12718 lib/Kconfig.debug | 8 +-
12719 lib/Makefile | 2 +-
12720 lib/bitmap.c | 8 +-
12721 lib/bug.c | 2 +
12722 lib/debugobjects.c | 2 +-
12723 lib/decompress_bunzip2.c | 3 +-
12724 lib/decompress_unlzma.c | 4 +-
12725 lib/div64.c | 4 +-
12726 lib/dma-debug.c | 4 +-
12727 lib/extable.c | 11 +-
12728 lib/inflate.c | 2 +-
12729 lib/ioremap.c | 4 +-
12730 lib/irq_poll.c | 2 +-
12731 lib/kobject.c | 4 +-
12732 lib/list_debug.c | 126 +-
12733 lib/lockref.c | 44 +-
12734 lib/percpu-refcount.c | 2 +-
12735 lib/radix-tree.c | 2 +-
12736 lib/random32.c | 2 +-
12737 lib/rhashtable.c | 4 +-
12738 lib/seq_buf.c | 4 +-
12739 lib/show_mem.c | 2 +-
12740 lib/strncpy_from_user.c | 2 +-
12741 lib/strnlen_user.c | 2 +-
12742 lib/swiotlb.c | 2 +-
12743 lib/usercopy.c | 6 +
12744 lib/vsprintf.c | 12 +-
12745 mm/Kconfig | 6 +-
12746 mm/backing-dev.c | 4 +-
12747 mm/fadvise.c | 2 +-
12748 mm/filemap.c | 8 +-
12749 mm/gup.c | 13 +-
12750 mm/highmem.c | 6 +-
12751 mm/hugetlb.c | 125 +-
12752 mm/hugetlb_cgroup.c | 60 +-
12753 mm/internal.h | 3 +-
12754 mm/maccess.c | 12 +-
12755 mm/madvise.c | 37 +
12756 mm/memcontrol.c | 6 +-
12757 mm/memory-failure.c | 6 +-
12758 mm/memory.c | 424 +-
12759 mm/mempolicy.c | 25 +
12760 mm/mlock.c | 18 +-
12761 mm/mm_init.c | 2 +-
12762 mm/mmap.c | 572 +-
12763 mm/mprotect.c | 137 +-
12764 mm/mremap.c | 39 +-
12765 mm/nommu.c | 21 +-
12766 mm/page-writeback.c | 2 +-
12767 mm/page_alloc.c | 61 +-
12768 mm/percpu.c | 2 +-
12769 mm/process_vm_access.c | 14 +-
12770 mm/readahead.c | 2 +-
12771 mm/rmap.c | 43 +-
12772 mm/shmem.c | 35 +-
12773 mm/slab.c | 113 +-
12774 mm/slab.h | 37 +-
12775 mm/slab_common.c | 79 +-
12776 mm/slob.c | 220 +-
12777 mm/slub.c | 111 +-
12778 mm/sparse-vmemmap.c | 4 +-
12779 mm/sparse.c | 2 +-
12780 mm/swap.c | 7 +
12781 mm/swapfile.c | 12 +-
12782 mm/util.c | 7 +
12783 mm/vmalloc.c | 116 +-
12784 mm/vmstat.c | 12 +-
12785 net/8021q/vlan.c | 5 +-
12786 net/8021q/vlan_netlink.c | 2 +-
12787 net/9p/mod.c | 4 +-
12788 net/9p/trans_fd.c | 2 +-
12789 net/atm/atm_misc.c | 8 +-
12790 net/atm/lec.h | 2 +-
12791 net/atm/proc.c | 6 +-
12792 net/atm/resources.c | 4 +-
12793 net/ax25/sysctl_net_ax25.c | 2 +-
12794 net/batman-adv/bat_iv_ogm.c | 8 +-
12795 net/batman-adv/fragmentation.c | 2 +-
12796 net/batman-adv/routing.c | 4 +-
12797 net/batman-adv/soft-interface.c | 12 +-
12798 net/batman-adv/sysfs.c | 48 +-
12799 net/batman-adv/sysfs.h | 4 +-
12800 net/batman-adv/translation-table.c | 14 +-
12801 net/batman-adv/types.h | 8 +-
12802 net/bluetooth/hci_sock.c | 2 +-
12803 net/bluetooth/l2cap_core.c | 6 +-
12804 net/bluetooth/l2cap_sock.c | 12 +-
12805 net/bluetooth/rfcomm/sock.c | 4 +-
12806 net/bluetooth/rfcomm/tty.c | 4 +-
12807 net/bridge/br_netfilter_hooks.c | 4 +-
12808 net/bridge/br_netlink.c | 2 +-
12809 net/bridge/netfilter/ebtables.c | 6 +-
12810 net/caif/cfctrl.c | 11 +-
12811 net/caif/chnl_net.c | 4 +-
12812 net/can/af_can.c | 2 +-
12813 net/can/gw.c | 6 +-
12814 net/ceph/ceph_common.c | 2 +-
12815 net/ceph/messenger.c | 4 +-
12816 net/compat.c | 26 +-
12817 net/core/datagram.c | 2 +-
12818 net/core/dev.c | 24 +-
12819 net/core/filter.c | 2 +-
12820 net/core/flow.c | 8 +-
12821 net/core/neighbour.c | 18 +-
12822 net/core/net-procfs.c | 4 +-
12823 net/core/net-sysfs.c | 2 +-
12824 net/core/net_namespace.c | 10 +-
12825 net/core/netpoll.c | 4 +-
12826 net/core/rtnetlink.c | 17 +-
12827 net/core/scm.c | 12 +-
12828 net/core/skbuff.c | 11 +-
12829 net/core/sock.c | 30 +-
12830 net/core/sock_diag.c | 15 +-
12831 net/core/sysctl_net_core.c | 22 +-
12832 net/decnet/af_decnet.c | 1 +
12833 net/decnet/sysctl_net_decnet.c | 4 +-
12834 net/dsa/dsa.c | 2 +-
12835 net/hsr/hsr_device.c | 2 +-
12836 net/hsr/hsr_netlink.c | 2 +-
12837 net/ieee802154/6lowpan/core.c | 2 +-
12838 net/ieee802154/6lowpan/reassembly.c | 14 +-
12839 net/ieee802154/core.c | 6 +-
12840 net/ipv4/af_inet.c | 6 +-
12841 net/ipv4/arp.c | 2 +-
12842 net/ipv4/devinet.c | 20 +-
12843 net/ipv4/fib_frontend.c | 6 +-
12844 net/ipv4/fib_semantics.c | 2 +-
12845 net/ipv4/icmp.c | 2 +-
12846 net/ipv4/inet_connection_sock.c | 4 +-
12847 net/ipv4/inet_diag.c | 4 +-
12848 net/ipv4/inet_timewait_sock.c | 2 +-
12849 net/ipv4/inetpeer.c | 2 +-
12850 net/ipv4/ip_fragment.c | 17 +-
12851 net/ipv4/ip_gre.c | 6 +-
12852 net/ipv4/ip_sockglue.c | 2 +-
12853 net/ipv4/ip_vti.c | 4 +-
12854 net/ipv4/ipconfig.c | 6 +-
12855 net/ipv4/ipip.c | 4 +-
12856 net/ipv4/netfilter/arp_tables.c | 12 +-
12857 net/ipv4/netfilter/ip_tables.c | 12 +-
12858 net/ipv4/ping.c | 14 +-
12859 net/ipv4/proc.c | 10 +-
12860 net/ipv4/raw.c | 16 +-
12861 net/ipv4/route.c | 40 +-
12862 net/ipv4/sysctl_net_ipv4.c | 24 +-
12863 net/ipv4/tcp_input.c | 6 +-
12864 net/ipv4/tcp_ipv4.c | 2 +-
12865 net/ipv4/tcp_metrics.c | 2 +-
12866 net/ipv4/tcp_probe.c | 2 +-
12867 net/ipv4/udp.c | 10 +-
12868 net/ipv4/xfrm4_mode_transport.c | 2 +-
12869 net/ipv4/xfrm4_policy.c | 19 +-
12870 net/ipv4/xfrm4_state.c | 4 +-
12871 net/ipv6/addrconf.c | 24 +-
12872 net/ipv6/af_inet6.c | 2 +-
12873 net/ipv6/datagram.c | 2 +-
12874 net/ipv6/icmp.c | 2 +-
12875 net/ipv6/inet6_hashtables.c | 2 +-
12876 net/ipv6/ip6_fib.c | 4 +-
12877 net/ipv6/ip6_gre.c | 10 +-
12878 net/ipv6/ip6_tunnel.c | 4 +-
12879 net/ipv6/ip6_vti.c | 4 +-
12880 net/ipv6/ipv6_sockglue.c | 2 +-
12881 net/ipv6/ndisc.c | 2 +-
12882 net/ipv6/netfilter/ip6_tables.c | 12 +-
12883 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
12884 net/ipv6/ping.c | 33 +-
12885 net/ipv6/proc.c | 10 +-
12886 net/ipv6/raw.c | 17 +-
12887 net/ipv6/reassembly.c | 13 +-
12888 net/ipv6/route.c | 2 +-
12889 net/ipv6/sit.c | 4 +-
12890 net/ipv6/sysctl_net_ipv6.c | 2 +-
12891 net/ipv6/udp.c | 6 +-
12892 net/ipv6/xfrm6_mode_transport.c | 2 +-
12893 net/ipv6/xfrm6_policy.c | 17 +-
12894 net/irda/discovery.c | 2 +-
12895 net/irda/ircomm/ircomm_core.c | 13 +-
12896 net/irda/ircomm/ircomm_tty.c | 24 +-
12897 net/irda/ircomm/ircomm_tty_attach.c | 4 +-
12898 net/irda/irda_device.c | 14 +-
12899 net/irda/iriap.c | 14 +-
12900 net/irda/irias_object.c | 10 +-
12901 net/irda/irlan/irlan_client.c | 2 +-
12902 net/irda/irlap.c | 15 +-
12903 net/irda/irlap_event.c | 2 +-
12904 net/irda/irlmp.c | 21 +-
12905 net/irda/irlmp_event.c | 6 +-
12906 net/irda/irnet/irnet.h | 2 +-
12907 net/irda/irnet/irnet_irda.c | 6 +-
12908 net/irda/irttp.c | 8 +-
12909 net/irda/timer.c | 24 +-
12910 net/iucv/af_iucv.c | 4 +-
12911 net/iucv/iucv.c | 2 +-
12912 net/key/af_key.c | 4 +-
12913 net/l2tp/l2tp_eth.c | 40 +-
12914 net/l2tp/l2tp_ip.c | 2 +-
12915 net/l2tp/l2tp_ip6.c | 2 +-
12916 net/mac80211/cfg.c | 12 +-
12917 net/mac80211/debugfs.c | 2 +-
12918 net/mac80211/debugfs_key.c | 6 +-
12919 net/mac80211/ieee80211_i.h | 3 +-
12920 net/mac80211/iface.c | 20 +-
12921 net/mac80211/main.c | 2 +-
12922 net/mac80211/pm.c | 4 +-
12923 net/mac80211/rate.c | 2 +-
12924 net/mac80211/sta_info.c | 2 +-
12925 net/mac80211/tx.c | 2 +-
12926 net/mac80211/util.c | 8 +-
12927 net/mac80211/wpa.c | 12 +-
12928 net/mac802154/iface.c | 6 +-
12929 net/mpls/af_mpls.c | 10 +-
12930 net/netfilter/ipset/ip_set_core.c | 7 +-
12931 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
12932 net/netfilter/ipvs/ip_vs_core.c | 4 +-
12933 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
12934 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
12935 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
12936 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
12937 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
12938 net/netfilter/nf_conntrack_acct.c | 2 +-
12939 net/netfilter/nf_conntrack_core.c | 6 +-
12940 net/netfilter/nf_conntrack_ecache.c | 2 +-
12941 net/netfilter/nf_conntrack_helper.c | 2 +-
12942 net/netfilter/nf_conntrack_netlink.c | 22 +-
12943 net/netfilter/nf_conntrack_proto.c | 2 +-
12944 net/netfilter/nf_conntrack_standalone.c | 2 +-
12945 net/netfilter/nf_conntrack_timestamp.c | 2 +-
12946 net/netfilter/nf_log.c | 10 +-
12947 net/netfilter/nf_nat_ftp.c | 2 +-
12948 net/netfilter/nf_nat_irc.c | 2 +-
12949 net/netfilter/nf_sockopt.c | 4 +-
12950 net/netfilter/nf_tables_api.c | 13 +-
12951 net/netfilter/nfnetlink_acct.c | 7 +-
12952 net/netfilter/nfnetlink_cthelper.c | 2 +-
12953 net/netfilter/nfnetlink_cttimeout.c | 2 +-
12954 net/netfilter/nfnetlink_log.c | 4 +-
12955 net/netfilter/nft_compat.c | 9 +-
12956 net/netfilter/xt_IDLETIMER.c | 12 +-
12957 net/netfilter/xt_statistic.c | 8 +-
12958 net/netlink/af_netlink.c | 16 +-
12959 net/netlink/diag.c | 2 +-
12960 net/netlink/genetlink.c | 14 +-
12961 net/openvswitch/vport-geneve.c | 7 +-
12962 net/openvswitch/vport-gre.c | 7 +-
12963 net/openvswitch/vport-internal_dev.c | 4 +-
12964 net/openvswitch/vport-netdev.c | 7 +-
12965 net/openvswitch/vport-vxlan.c | 7 +-
12966 net/packet/af_packet.c | 26 +-
12967 net/packet/diag.c | 2 +-
12968 net/packet/internal.h | 6 +-
12969 net/phonet/pep.c | 6 +-
12970 net/phonet/socket.c | 2 +-
12971 net/phonet/sysctl.c | 2 +-
12972 net/rds/cong.c | 6 +-
12973 net/rds/ib.h | 2 +-
12974 net/rds/ib_cm.c | 2 +-
12975 net/rds/ib_recv.c | 4 +-
12976 net/rds/rds.h | 2 +-
12977 net/rds/tcp.c | 6 +-
12978 net/rds/tcp.h | 6 +-
12979 net/rds/tcp_send.c | 2 +-
12980 net/rxrpc/af_rxrpc.c | 2 +-
12981 net/rxrpc/ar-ack.c | 14 +-
12982 net/rxrpc/ar-call.c | 2 +-
12983 net/rxrpc/ar-connection.c | 2 +-
12984 net/rxrpc/ar-connevent.c | 2 +-
12985 net/rxrpc/ar-input.c | 4 +-
12986 net/rxrpc/ar-internal.h | 8 +-
12987 net/rxrpc/ar-local.c | 2 +-
12988 net/rxrpc/ar-output.c | 4 +-
12989 net/rxrpc/ar-peer.c | 2 +-
12990 net/rxrpc/ar-proc.c | 4 +-
12991 net/rxrpc/ar-transport.c | 2 +-
12992 net/rxrpc/rxkad.c | 4 +-
12993 net/sched/sch_generic.c | 4 +-
12994 net/sched/sch_tbf.c | 9 +-
12995 net/sctp/ipv6.c | 4 +-
12996 net/sctp/protocol.c | 8 +-
12997 net/sctp/sm_sideeffect.c | 4 +-
12998 net/sctp/socket.c | 21 +-
12999 net/sctp/sysctl.c | 10 +-
13000 net/socket.c | 18 +-
13001 net/sunrpc/auth_gss/gss_rpc_upcall.c | 4 +-
13002 net/sunrpc/auth_gss/gss_rpc_xdr.c | 11 +-
13003 net/sunrpc/auth_gss/gss_rpc_xdr.h | 8 +-
13004 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
13005 net/sunrpc/clnt.c | 4 +-
13006 net/sunrpc/rpcb_clnt.c | 66 +-
13007 net/sunrpc/sched.c | 4 +-
13008 net/sunrpc/svc.c | 8 +-
13009 net/sunrpc/svcauth_unix.c | 2 +-
13010 net/sunrpc/xprtrdma/svc_rdma.c | 44 +-
13011 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
13012 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
13013 net/sunrpc/xprtrdma/svc_rdma_transport.c | 2 +-
13014 net/tipc/netlink_compat.c | 12 +-
13015 net/tipc/subscr.c | 2 +-
13016 net/unix/diag.c | 2 +-
13017 net/unix/sysctl_net_unix.c | 2 +-
13018 net/wireless/scan.c | 3 +-
13019 net/wireless/wext-compat.c | 140 +-
13020 net/wireless/wext-compat.h | 8 +-
13021 net/wireless/wext-core.c | 19 +-
13022 net/wireless/wext-sme.c | 5 +-
13023 net/xfrm/xfrm_policy.c | 18 +-
13024 net/xfrm/xfrm_state.c | 37 +-
13025 net/xfrm/xfrm_sysctl.c | 2 +-
13026 net/xfrm/xfrm_user.c | 2 +-
13027 scripts/Kbuild.include | 12 +-
13028 scripts/Makefile | 2 +-
13029 scripts/Makefile.build | 2 +-
13030 scripts/Makefile.clean | 4 +-
13031 scripts/Makefile.extrawarn | 4 +
13032 scripts/Makefile.gcc-plugins | 93 +
13033 scripts/Makefile.host | 73 +-
13034 scripts/basic/fixdep.c | 12 +-
13035 scripts/dtc/checks.c | 14 +-
13036 scripts/dtc/data.c | 6 +-
13037 scripts/dtc/flattree.c | 8 +-
13038 scripts/dtc/livetree.c | 4 +-
13039 scripts/gcc-plugin.sh | 65 +
13040 scripts/gcc-plugins/Makefile | 25 +
13041 scripts/gcc-plugins/checker_plugin.c | 496 +
13042 scripts/gcc-plugins/colorize_plugin.c | 162 +
13043 scripts/gcc-plugins/constify_plugin.c | 583 +
13044 scripts/gcc-plugins/gcc-common.h | 893 +
13045 scripts/gcc-plugins/gcc-generate-gimple-pass.h | 175 +
13046 scripts/gcc-plugins/gcc-generate-ipa-pass.h | 289 +
13047 scripts/gcc-plugins/gcc-generate-rtl-pass.h | 175 +
13048 scripts/gcc-plugins/gcc-generate-simple_ipa-pass.h | 175 +
13049 scripts/gcc-plugins/initify_plugin.c | 536 +
13050 scripts/gcc-plugins/kallocstat_plugin.c | 135 +
13051 scripts/gcc-plugins/kernexec_plugin.c | 407 +
13052 scripts/gcc-plugins/latent_entropy_plugin.c | 613 +
13053 scripts/gcc-plugins/rap_plugin/Makefile | 6 +
13054 scripts/gcc-plugins/rap_plugin/rap.h | 36 +
13055 scripts/gcc-plugins/rap_plugin/rap_fptr_pass.c | 220 +
13056 scripts/gcc-plugins/rap_plugin/rap_hash.c | 382 +
13057 scripts/gcc-plugins/rap_plugin/rap_plugin.c | 511 +
13058 scripts/gcc-plugins/rap_plugin/sip.c | 96 +
13059 .../gcc-plugins/size_overflow_plugin/.gitignore | 3 +
13060 scripts/gcc-plugins/size_overflow_plugin/Makefile | 30 +
13061 .../disable_size_overflow_hash.data | 12445 +++++++++++
13062 .../generate_size_overflow_hash.sh | 103 +
13063 .../insert_size_overflow_asm.c | 369 +
13064 .../size_overflow_plugin/intentional_overflow.c | 1166 +
13065 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
13066 .../size_overflow_plugin/size_overflow.h | 331 +
13067 .../size_overflow_plugin/size_overflow_debug.c | 194 +
13068 .../size_overflow_plugin/size_overflow_hash.data | 21503 +++++++++++++++++++
13069 .../size_overflow_hash_aux.data | 97 +
13070 .../size_overflow_plugin/size_overflow_ipa.c | 1163 +
13071 .../size_overflow_plugin/size_overflow_misc.c | 505 +
13072 .../size_overflow_plugin/size_overflow_plugin.c | 290 +
13073 .../size_overflow_plugin_hash.c | 352 +
13074 .../size_overflow_plugin/size_overflow_transform.c | 743 +
13075 .../size_overflow_transform_core.c | 1025 +
13076 scripts/gcc-plugins/stackleak_plugin.c | 350 +
13077 scripts/gcc-plugins/structleak_plugin.c | 239 +
13078 scripts/headers_install.sh | 1 +
13079 scripts/kallsyms.c | 4 +-
13080 scripts/kconfig/lkc.h | 5 +-
13081 scripts/kconfig/menu.c | 2 +-
13082 scripts/kconfig/symbol.c | 6 +-
13083 scripts/link-vmlinux.sh | 2 +-
13084 scripts/mod/file2alias.c | 14 +-
13085 scripts/mod/modpost.c | 40 +-
13086 scripts/mod/modpost.h | 6 +-
13087 scripts/mod/sumversion.c | 2 +-
13088 scripts/module-common.lds | 4 +
13089 scripts/package/builddeb | 1 +
13090 scripts/pnmtologo.c | 6 +-
13091 scripts/sortextable.h | 6 +-
13092 scripts/tags.sh | 2 +-
13093 security/Kconfig | 710 +-
13094 security/apparmor/include/policy.h | 2 +-
13095 security/apparmor/lsm.c | 16 +-
13096 security/apparmor/policy.c | 4 +-
13097 security/integrity/ima/ima.h | 4 +-
13098 security/integrity/ima/ima_api.c | 2 +-
13099 security/integrity/ima/ima_fs.c | 4 +-
13100 security/integrity/ima/ima_queue.c | 2 +-
13101 security/keys/internal.h | 8 +-
13102 security/keys/key.c | 18 +-
13103 security/keys/keyring.c | 4 -
13104 security/selinux/avc.c | 6 +-
13105 security/selinux/include/xfrm.h | 2 +-
13106 security/yama/yama_lsm.c | 2 +-
13107 sound/aoa/codecs/onyx.c | 7 +-
13108 sound/aoa/codecs/onyx.h | 1 +
13109 sound/core/oss/pcm_oss.c | 18 +-
13110 sound/core/pcm_compat.c | 2 +-
13111 sound/core/pcm_lib.c | 3 +-
13112 sound/core/pcm_native.c | 4 +-
13113 sound/core/rawmidi.c | 5 +-
13114 sound/core/seq/oss/seq_oss_synth.c | 4 +-
13115 sound/core/seq/seq_clientmgr.c | 10 +-
13116 sound/core/seq/seq_compat.c | 2 +-
13117 sound/core/seq/seq_fifo.c | 6 +-
13118 sound/core/seq/seq_fifo.h | 2 +-
13119 sound/core/seq/seq_memory.c | 18 +-
13120 sound/core/seq/seq_midi.c | 5 +-
13121 sound/core/seq/seq_virmidi.c | 2 +-
13122 sound/core/sound.c | 2 +-
13123 sound/drivers/mts64.c | 14 +-
13124 sound/drivers/opl4/opl4_lib.c | 2 +-
13125 sound/drivers/portman2x4.c | 3 +-
13126 sound/firewire/amdtp-am824.c | 2 +-
13127 sound/firewire/amdtp-stream.c | 4 +-
13128 sound/firewire/amdtp-stream.h | 2 +-
13129 sound/firewire/digi00x/amdtp-dot.c | 2 +-
13130 sound/firewire/isight.c | 10 +-
13131 sound/firewire/oxfw/oxfw-scs1x.c | 8 +-
13132 sound/oss/sb_audio.c | 2 +-
13133 sound/oss/swarm_cs4297a.c | 6 +-
13134 sound/pci/als300.c | 2 +-
13135 sound/pci/aw2/aw2-alsa.c | 2 -
13136 sound/pci/aw2/aw2-saa7146.c | 4 +-
13137 sound/pci/ctxfi/ctamixer.c | 14 +-
13138 sound/pci/ctxfi/ctamixer.h | 8 +-
13139 sound/pci/ctxfi/ctatc.c | 20 +-
13140 sound/pci/ctxfi/ctdaio.c | 6 +-
13141 sound/pci/ctxfi/ctdaio.h | 4 +-
13142 sound/pci/ctxfi/ctsrc.c | 13 +-
13143 sound/pci/ctxfi/ctsrc.h | 8 +-
13144 sound/pci/hda/hda_codec.c | 2 +-
13145 sound/pci/ymfpci/ymfpci.h | 2 +-
13146 sound/pci/ymfpci/ymfpci_main.c | 12 +-
13147 sound/soc/codecs/cx20442.c | 8 +-
13148 sound/soc/codecs/sti-sas.c | 10 +-
13149 sound/soc/codecs/tlv320dac33.c | 7 +-
13150 sound/soc/codecs/uda1380.c | 7 +-
13151 sound/soc/intel/skylake/skl-sst-dsp.h | 4 +-
13152 sound/soc/soc-ac97.c | 6 +-
13153 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
13154 tools/include/linux/compiler.h | 8 +
13155 tools/perf/util/include/asm/alternative-asm.h | 3 +
13156 tools/virtio/linux/uaccess.h | 2 +-
13157 virt/kvm/kvm_main.c | 42 +-
13158 2730 files changed, 77381 insertions(+), 14195 deletions(-)
13159 commit 5988c8dba8a5da45e35d71f4a8fec34c267258c5
13160 Author: Brad Spengler <spender@grsecurity.net>
13161 Date: Mon Apr 25 20:40:53 2016 -0400
13162
13163 Fix DoS in n_tty_receive_buf_common reported by marcan at:
13164 https://forums.grsecurity.net/viewtopic.php?t=4342&p=16222
13165 and via lengthy diatribe on Twitter:
13166 https://twitter.com/marcan42/status/724740708104474626
13167 https://twitter.com/marcan42/status/724740985146609664
13168 https://twitter.com/marcan42/status/724741270325760000
13169 https://twitter.com/marcan42/status/724742465199050752
13170 https://twitter.com/marcan42/status/724745886794833920
13171 https://twitter.com/marcan42/status/724749571495075840
13172 https://twitter.com/marcan42/status/724746427285409796
13173 https://twitter.com/marcan42/status/724743150263095296
13174 https://twitter.com/marcan42/status/724757473433808896
13175
13176 Fix it correctly instead of using the incorrect fix suggested
13177 by marcan (aka "try reading the code next time")
13178 The original code was meant to fix an integer truncation issue
13179 that would also have caused a SIZE_OVERFLOW "DoS".
13180
13181 drivers/tty/n_tty.c | 9 +++++----
13182 1 file changed, 5 insertions(+), 4 deletions(-)
13183
13184 commit 5459ff57d8987389fa17d5d6f55b70a789347c2f
13185 Author: Brad Spengler <spender@grsecurity.net>
13186 Date: Mon Apr 25 19:52:33 2016 -0400
13187
13188 Avoid overflow in environ_read() caught by SIZE_OVERFLOW,
13189 reported by jotik at:
13190 https://forums.grsecurity.net/viewtopic.php?t=4363&p=16217
13191 patch from Mathias Krause
13192
13193 fs/proc/base.c | 2 +-
13194 1 file changed, 1 insertion(+), 1 deletion(-)
13195
13196 commit 24a5c92e147af1e739e9eeca020c61ad2674e784
13197 Author: Jiri Benc <jbenc@redhat.com>
13198 Date: Fri Apr 22 13:09:13 2016 +0200
13199
13200 cxgbi: fix uninitialized flowi6
13201
13202 ip6_route_output looks into different fields in the passed flowi6 structure,
13203 yet cxgbi passes garbage in nearly all those fields. Zero the structure out
13204 first.
13205
13206 Fixes: fc8d0590d9142 ("libcxgbi: Add ipv6 api to driver")
13207 Signed-off-by: Jiri Benc <jbenc@redhat.com>
13208 Signed-off-by: David S. Miller <davem@davemloft.net>
13209
13210 drivers/scsi/cxgbi/libcxgbi.c | 1 +
13211 1 file changed, 1 insertion(+)
13212
13213 commit ec65caa32652841a5be21d6e73146921af16d7a8
13214 Author: Brad Spengler <spender@grsecurity.net>
13215 Date: Wed Apr 20 20:59:43 2016 -0400
13216
13217 Make /proc/sched_debug only readable by root, mentioned in
13218 recent NCC Group paper on Linux containers
13219
13220 kernel/sched/debug.c | 4 ++++
13221 1 file changed, 4 insertions(+)
13222
13223 commit 7957d30730bb26a4aef54ab484dc3b4108f1fdb1
13224 Merge: 463149f ff26083
13225 Author: Brad Spengler <spender@grsecurity.net>
13226 Date: Wed Apr 20 17:55:53 2016 -0400
13227
13228 Merge branch 'pax-test' into grsec-test
13229
13230 commit ff260839e610d2bc1b0c579edd7deb0028198f01
13231 Author: Brad Spengler <spender@grsecurity.net>
13232 Date: Wed Apr 20 17:55:24 2016 -0400
13233
13234 Update to pax-linux-4.4.8-test14.patch:
13235 - Emese fixed some CodingStyle issues in the latent entropy plugin
13236 - fixed some build problems on mips, reported by Steve Arnold (https://bugs.gentoo.org/show_bug.cgi?id=578394)
13237
13238 arch/mips/include/asm/cache.h | 3 ++-
13239 arch/mips/lib/ashldi3.c | 21 ++++++++++++++-------
13240 arch/mips/lib/ashrdi3.c | 19 +++++++++++++------
13241 arch/mips/lib/libgcc.h | 12 +++++++++---
13242 drivers/idle/intel_idle.c | 6 ++++--
13243 tools/gcc/latent_entropy_plugin.c | 29 +++++++++++++++--------------
13244 6 files changed, 57 insertions(+), 33 deletions(-)
13245
13246 commit 463149f47a64db4b26a13009f83ed73d393a209c
13247 Author: Xiaodong Liu <xiaodong.liu@intel.com>
13248 Date: Tue Apr 12 09:45:51 2016 +0000
13249
13250 crypto: sha1-mb - use corrcet pointer while completing jobs
13251
13252 In sha_complete_job, incorrect mcryptd_hash_request_ctx pointer is used
13253 when check and complete other jobs. If the memory of first completed req
13254 is freed, while still completing other jobs in the func, kernel will
13255 crash since NULL pointer is assigned to RIP.
13256
13257 Cc: <stable@vger.kernel.org>
13258 Signed-off-by: Xiaodong Liu <xiaodong.liu@intel.com>
13259 Acked-by: Tim Chen <tim.c.chen@linux.intel.com>
13260 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
13261
13262 arch/x86/crypto/sha-mb/sha1_mb.c | 4 ++--
13263 1 file changed, 2 insertions(+), 2 deletions(-)
13264
13265 commit b4e6484e67b917afb77478cab1260f41dbbc92fc
13266 Author: Tom Lendacky <thomas.lendacky@amd.com>
13267 Date: Wed Apr 13 10:52:25 2016 -0500
13268
13269 crypto: ccp - Prevent information leakage on export
13270
13271 Prevent information from leaking to userspace by doing a memset to 0 of
13272 the export state structure before setting the structure values and copying
13273 it. This prevents un-initialized padding areas from being copied into the
13274 export area.
13275
13276 Cc: <stable@vger.kernel.org> # 3.14.x-
13277 Reported-by: Ben Hutchings <ben@decadent.org.uk>
13278 Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
13279 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
13280
13281 drivers/crypto/ccp/ccp-crypto-aes-cmac.c | 3 +++
13282 drivers/crypto/ccp/ccp-crypto-sha.c | 3 +++
13283 2 files changed, 6 insertions(+)
13284
13285 commit 7d7e961d3f4e4614b22518d8e410e6cf4108f1b0
13286 Author: Konstantin Khlebnikov <khlebnikov@yandex-team.ru>
13287 Date: Mon Apr 18 14:33:54 2016 +0300
13288
13289 net/mlx4_en: allocate non 0-order pages for RX ring with __GFP_NOMEMALLOC
13290
13291 High order pages are optional here since commit 51151a16a60f ("mlx4: allow
13292 order-0 memory allocations in RX path"), so here is no reason for depleting
13293 reserves. Generic __netdev_alloc_frag() implements the same logic.
13294
13295 Signed-off-by: Konstantin Khlebnikov <khlebnikov@yandex-team.ru>
13296 Acked-by: Eric Dumazet <edumazet@google.com>
13297 Signed-off-by: David S. Miller <davem@davemloft.net>
13298
13299 drivers/net/ethernet/mellanox/mlx4/en_rx.c | 2 +-
13300 1 file changed, 1 insertion(+), 1 deletion(-)
13301
13302 commit 6b80edde2edc7fd055f9be8ec42b88abbe328639
13303 Author: Ignat Korchagin <ignat.korchagin@gmail.com>
13304 Date: Thu Mar 17 18:00:29 2016 +0000
13305
13306 USB: usbip: fix potential out-of-bounds write
13307
13308 Fix potential out-of-bounds write to urb->transfer_buffer
13309 usbip handles network communication directly in the kernel. When receiving a
13310 packet from its peer, usbip code parses headers according to protocol. As
13311 part of this parsing urb->actual_length is filled. Since the input for
13312 urb->actual_length comes from the network, it should be treated as untrusted.
13313 Any entity controlling the network may put any value in the input and the
13314 preallocated urb->transfer_buffer may not be large enough to hold the data.
13315 Thus, the malicious entity is able to write arbitrary data to kernel memory.
13316
13317 Signed-off-by: Ignat Korchagin <ignat.korchagin@gmail.com>
13318 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13319
13320 drivers/usb/usbip/usbip_common.c | 11 +++++++++++
13321 1 file changed, 11 insertions(+)
13322
13323 commit 0ce101ec9e74c2cfcd28cbcd18b0626e3d9a2482
13324 Merge: d60a24d f5fe5fd
13325 Author: Brad Spengler <spender@grsecurity.net>
13326 Date: Wed Apr 20 17:35:58 2016 -0400
13327
13328 Merge branch 'pax-test' into grsec-test
13329
13330 commit f5fe5fddf49f1b81a2a3bb43b1e0a8c087aba438
13331 Merge: a107ba2 8c9aef0
13332 Author: Brad Spengler <spender@grsecurity.net>
13333 Date: Wed Apr 20 17:35:29 2016 -0400
13334
13335 Merge branch 'linux-4.4.y' into pax-test
13336
13337 commit d60a24d6e4f61072d0bd1dc12be1177181fa8c2b
13338 Author: Brad Spengler <spender@grsecurity.net>
13339 Date: Mon Apr 18 17:48:10 2016 -0400
13340
13341 fix cast for constify change, reported by pipacs
13342
13343 drivers/idle/intel_idle.c | 4 ++--
13344 1 file changed, 2 insertions(+), 2 deletions(-)
13345
13346 commit 1d376287aeba7a53c91d5ee49ef0a11d02193964
13347 Author: Brad Spengler <spender@grsecurity.net>
13348 Date: Fri Apr 15 21:31:07 2016 -0400
13349
13350 Use proper type for function pointer
13351
13352 drivers/gpu/drm/gma500/mdfld_dsi_output.c | 6 +++---
13353 1 file changed, 3 insertions(+), 3 deletions(-)
13354
13355 commit 0a4104a2fa32904102fac07245426d78a1e9dfab
13356 Author: Brad Spengler <spender@grsecurity.net>
13357 Date: Fri Apr 15 21:24:04 2016 -0400
13358
13359 Fix skylake cstates compat with constify
13360
13361 drivers/idle/intel_idle.c | 6 ++++--
13362 1 file changed, 4 insertions(+), 2 deletions(-)
13363
13364 commit f433f8fd372253c9e78e307afe5b800c5ab0ea61
13365 Author: Brad Spengler <spender@grsecurity.net>
13366 Date: Fri Apr 15 21:10:44 2016 -0400
13367
13368 Update size_overflow hash table
13369
13370 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 3 ++-
13371 1 file changed, 2 insertions(+), 1 deletion(-)
13372
13373 commit ef7804da81cb3c6b6a4c985a3c14ee230a03f26a
13374 Author: Brad Spengler <spender@grsecurity.net>
13375 Date: Fri Apr 15 20:52:37 2016 -0400
13376
13377 compile fix
13378
13379 fs/coredump.c | 3 ---
13380 1 file changed, 3 deletions(-)
13381
13382 commit 967224da52bd98d078b1237aea5ec9e622238fba
13383 Merge: 92771d6 a107ba2
13384 Author: Brad Spengler <spender@grsecurity.net>
13385 Date: Fri Apr 15 20:30:23 2016 -0400
13386
13387 Merge branch 'pax-test' into grsec-test
13388
13389 commit a107ba25214d9694eb836fb04c782ad694977b91
13390 Merge: 4d8fc00 b40108b
13391 Author: Brad Spengler <spender@grsecurity.net>
13392 Date: Fri Apr 15 20:18:26 2016 -0400
13393
13394 Merge branch 'linux-4.4.y' into pax-test
13395
13396 commit 92771d60677d68e8f6ea7a91ff34dd6e24b6d4cf
13397 Author: Brad Spengler <spender@grsecurity.net>
13398 Date: Sun Apr 10 07:18:03 2016 -0400
13399
13400 From: Mathias Krause <minipli@googlemail.com>
13401 To: "David S. Miller" <davem@davemloft.net>
13402 Cc: netdev@vger.kernel.org, "Eric W. Biederman" <ebiederm@xmission.com>, Pavel
13403 Emelyanov <xemul@parallels.com>
13404 Subject: [PATCH net] packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag
13405 interface
13406
13407 Because we miss to wipe the remainder of i->addr[] in packet_mc_add(),
13408 pdiag_put_mclist() leaks uninitialized heap bytes via the
13409 PACKET_DIAG_MCLIST netlink attribute.
13410
13411 Fix this by explicitly memset(0)ing the remaining bytes in i->addr[].
13412
13413 Fixes: eea68e2f1a00 ("packet: Report socket mclist info via diag module")
13414 Signed-off-by: Mathias Krause <minipli@googlemail.com>
13415 Cc: Eric W. Biederman <ebiederm@xmission.com>
13416 Cc: Pavel Emelyanov <xemul@parallels.com>
13417 ---
13418 The bug itself precedes commit eea68e2f1a00 but the list wasn't exposed
13419 to userland before the introduction of the packet_diag interface.
13420 Therefore the "Fixes:" line on that commit.
13421
13422 net/packet/af_packet.c | 1 +
13423 1 file changed, 1 insertion(+)
13424
13425 commit 4286ce3f9e9db4d68870af46ae1d5f9b90b920dd
13426 Author: Jakub Sitnicki <jkbs@redhat.com>
13427 Date: Tue Apr 5 18:41:08 2016 +0200
13428
13429 ipv6: Count in extension headers in skb->network_header
13430
13431 When sending a UDPv6 message longer than MTU, account for the length
13432 of fragmentable IPv6 extension headers in skb->network_header offset.
13433 Same as we do in alloc_new_skb path in __ip6_append_data().
13434
13435 This ensures that later on __ip6_make_skb() will make space in
13436 headroom for fragmentable extension headers:
13437
13438 /* move skb->data to ip header from ext header */
13439 if (skb->data < skb_network_header(skb))
13440 __skb_pull(skb, skb_network_offset(skb));
13441
13442 Prevents a splat due to skb_under_panic:
13443
13444 skbuff: skb_under_panic: text:ffffffff8143397b len:2126 put:14 \
13445 head:ffff880005bacf50 data:ffff880005bacf4a tail:0x48 end:0xc0 dev:lo
13446 ------------[ cut here ]------------
13447 kernel BUG at net/core/skbuff.c:104!
13448 invalid opcode: 0000 [#1] KASAN
13449 CPU: 0 PID: 160 Comm: reproducer Not tainted 4.6.0-rc2 #65
13450 [...]
13451 Call Trace:
13452 [<ffffffff813eb7b9>] skb_push+0x79/0x80
13453 [<ffffffff8143397b>] eth_header+0x2b/0x100
13454 [<ffffffff8141e0d0>] neigh_resolve_output+0x210/0x310
13455 [<ffffffff814eab77>] ip6_finish_output2+0x4a7/0x7c0
13456 [<ffffffff814efe3a>] ip6_output+0x16a/0x280
13457 [<ffffffff815440c1>] ip6_local_out+0xb1/0xf0
13458 [<ffffffff814f1115>] ip6_send_skb+0x45/0xd0
13459 [<ffffffff81518836>] udp_v6_send_skb+0x246/0x5d0
13460 [<ffffffff8151985e>] udpv6_sendmsg+0xa6e/0x1090
13461 [...]
13462
13463 Reported-by: Ji Jianwen <jiji@redhat.com>
13464 Signed-off-by: Jakub Sitnicki <jkbs@redhat.com>
13465 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
13466 Signed-off-by: David S. Miller <davem@davemloft.net>
13467
13468 net/ipv6/ip6_output.c | 8 ++++----
13469 1 file changed, 4 insertions(+), 4 deletions(-)
13470
13471 commit 638dad49a9ba3d86f627adb58b2f4636ed253685
13472 Author: Thadeu Lima de Souza Cascardo <cascardo@redhat.com>
13473 Date: Fri Apr 1 17:17:50 2016 -0300
13474
13475 ip6_tunnel: set rtnl_link_ops before calling register_netdevice
13476
13477 When creating an ip6tnl tunnel with ip tunnel, rtnl_link_ops is not set
13478 before ip6_tnl_create2 is called. When register_netdevice is called, there
13479 is no linkinfo attribute in the NEWLINK message because of that.
13480
13481 Setting rtnl_link_ops before calling register_netdevice fixes that.
13482
13483 Fixes: 0b112457229d ("ip6tnl: add support of link creation via rtnl")
13484 Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@redhat.com>
13485 Acked-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
13486 Signed-off-by: David S. Miller <davem@davemloft.net>
13487
13488 net/ipv6/ip6_tunnel.c | 2 +-
13489 1 file changed, 1 insertion(+), 1 deletion(-)
13490
13491 commit 14146a0bfaf2ced0055fe549c8fa0941c61e2457
13492 Author: Brad Spengler <spender@grsecurity.net>
13493 Date: Tue Apr 5 21:12:44 2016 -0400
13494
13495 Code cleanups to RANDSTRUCT based on feedback from the PaX Team
13496
13497 tools/gcc/randomize_layout_plugin.c | 18 ++++++++++++------
13498 1 file changed, 12 insertions(+), 6 deletions(-)
13499
13500 commit 3f7dea5e59b0bb34f6bdb628c87251f0105b3d57
13501 Author: Brad Spengler <spender@grsecurity.net>
13502 Date: Sun Apr 3 20:10:10 2016 -0400
13503
13504 Fix RANDSTRUCT support on ARM
13505
13506 tools/gcc/randomize_layout_plugin.c | 54 +++++++++++++++++++++++++++++++++++--
13507 1 file changed, 52 insertions(+), 2 deletions(-)
13508
13509 commit bd893a75ab49f6ea5a216eb334471507337118ba
13510 Merge: 87b7f1d 4d8fc00
13511 Author: Brad Spengler <spender@grsecurity.net>
13512 Date: Sat Apr 2 11:54:20 2016 -0400
13513
13514 Merge branch 'pax-test' into grsec-test
13515
13516 commit 4d8fc00c0066b1921e233123b346efe6ffb27691
13517 Author: Brad Spengler <spender@grsecurity.net>
13518 Date: Sat Apr 2 11:53:53 2016 -0400
13519
13520 Update to pax-linux-4.4.6-test13.patch:
13521 - fixed a REFCOUNT related compile regression on mips, reported by Steve Arnold (https://bugs.gentoo.org/show_bug.cgi?id=578394)
13522 - worked around an integer signedness mixup in md causing a size overflow false positive, reported by Étienne Buira (https://bugs.gentoo.org/show_bug.cgi?id=578502)
13523
13524 arch/mips/include/asm/atomic.h | 4 ----
13525 tools/gcc/size_overflow_plugin/disable_size_overflow_hash.data | 1 +
13526 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 1 -
13527 3 files changed, 1 insertion(+), 5 deletions(-)
13528
13529 commit 87b7f1d200023ba826b9d552834a2ee85e67526c
13530 Merge: 3335266 3abdad0
13531 Author: Brad Spengler <spender@grsecurity.net>
13532 Date: Sat Apr 2 11:19:17 2016 -0400
13533
13534 Merge branch 'pax-test' into grsec-test
13535
13536 commit 3abdad0c3b436c076c88289f07a250b811d6f79d
13537 Author: Brad Spengler <spender@grsecurity.net>
13538 Date: Sat Apr 2 11:12:56 2016 -0400
13539
13540 Update to pax-linux-4.4.6-test12.patch:
13541 - fixed vmalloc_fault on i386/PAE to use the correct percpu userland pgd table/entry
13542 - fixed a size overflow false positive report in pptp, reported by Pinkbyte (https://forums.grsecurity.net/viewtopic.php?f=3&t=4437)
13543 - fixed a size overflow false positive report in tbf_segment, reported by audiocricket (https://forums.grsecurity.net/viewtopic.php?f=3&t=4438)
13544 - Emese fixed the x86 vdso32 CFLAGS to omit the gcc plugins
13545 - Emese simplified the gcc plugin related make rules, suggested by Masahiro Yamada
13546 - André Fabian Silva Delgado fixed a compile regression on arm, reported by coadde (https://forums.grsecurity.net/viewtopic.php?f=3&t=4435)
13547 - fixed an integer sign conversion error in nfs_super_set_maxbytes caught by the size overflow plugin, reported by Alexey Dvoichenkov <xale@hyperplane.net>
13548 - fixed a size overflow false positive in squashfs, reported by Mathias Krause <minipli@ld-linux.so>
13549 - fixed a size overflow false positive in xfrm6_transport_output, reported by marcan (https://forums.grsecurity.net/viewtopic.php?f=3&t=4426)
13550 - fixed an integer truncation bug in elf_kcore_store_hdr caught by the size overflow plugin
13551 - fixed a gratuitous userland dereference in the amd64 stack walker
13552 - added latent entropy gathering to a few more functions
13553 - constified a few smp_hotplug_thread instances
13554
13555 arch/x86/entry/vdso/Makefile | 1 +
13556 arch/x86/include/asm/cpufeature.h | 1 -
13557 arch/x86/kernel/dumpstack_64.c | 17 ++++++-----------
13558 arch/x86/kernel/head_32.S | 6 +++---
13559 arch/x86/mm/fault.c | 2 +-
13560 drivers/iommu/arm-smmu.c | 2 +-
13561 drivers/net/ppp/pptp.c | 1 +
13562 drivers/staging/rdma/ehca/ehca_irq.c | 2 +-
13563 fs/nfs/internal.h | 5 +++--
13564 fs/proc/kcore.c | 2 +-
13565 kernel/module.c | 6 +++---
13566 kernel/rcu/tree.c | 2 +-
13567 kernel/softirq.c | 2 +-
13568 kernel/stop_machine.c | 2 +-
13569 net/ipv6/xfrm6_mode_transport.c | 2 +-
13570 net/sched/sch_tbf.c | 9 ++++++---
13571 scripts/Makefile.gcc-plugins | 13 +++----------
13572 scripts/Makefile.host | 3 +--
13573 .../disable_size_overflow_hash.data | 4 +++-
13574 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 6 ++----
13575 20 files changed, 40 insertions(+), 48 deletions(-)
13576
13577 commit 3335266d5bec9bc01580736c0a7026ed96cf25e5
13578 Author: Mika Penttilä <mika.penttila@nextfour.com>
13579 Date: Mon Feb 22 17:56:52 2016 +0100
13580
13581 ARM: 8544/1: set_memory_xx fixes
13582
13583 Allow zero size updates. This makes set_memory_xx() consistent with x86, s390 and arm64 and makes apply_to_page_range() not to BUG() when loading modules.
13584
13585 Signed-off-by: Mika Penttilä mika.penttila@nextfour.com
13586 Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
13587
13588 arch/arm/mm/pageattr.c | 3 +++
13589 1 file changed, 3 insertions(+)
13590
13591 commit d6d6499b22c0e5593a16f41c516041b23fbf9eeb
13592 Author: Josh Boyer <jwboyer@fedoraproject.org>
13593 Date: Mon Mar 14 10:42:38 2016 -0400
13594
13595 USB: iowarrior: fix oops with malicious USB descriptors
13596
13597 The iowarrior driver expects at least one valid endpoint. If given
13598 malicious descriptors that specify 0 for the number of endpoints,
13599 it will crash in the probe function. Ensure there is at least
13600 one endpoint on the interface before using it.
13601
13602 The full report of this issue can be found here:
13603 http://seclists.org/bugtraq/2016/Mar/87
13604
13605 Reported-by: Ralf Spenneberg <ralf@spenneberg.net>
13606 Cc: stable <stable@vger.kernel.org>
13607 Signed-off-by: Josh Boyer <jwboyer@fedoraproject.org>
13608 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13609
13610 drivers/usb/misc/iowarrior.c | 6 ++++++
13611 1 file changed, 6 insertions(+)
13612
13613 commit 79a1fb47ab1245e81040bcd45b3e44e65d282684
13614 Author: Oliver Neukum <oneukum@suse.com>
13615 Date: Tue Mar 15 10:14:04 2016 +0100
13616
13617 USB: cdc-acm: more sanity checking
13618
13619 An attack has become available which pretends to be a quirky
13620 device circumventing normal sanity checks and crashes the kernel
13621 by an insufficient number of interfaces. This patch adds a check
13622 to the code path for quirky devices.
13623
13624 Signed-off-by: Oliver Neukum <ONeukum@suse.com>
13625 CC: stable@vger.kernel.org
13626 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13627
13628 drivers/usb/class/cdc-acm.c | 3 +++
13629 1 file changed, 3 insertions(+)
13630
13631 commit 6ee21acdf0da6602671cb50edeca0abfba3955f7
13632 Author: Oliver Neukum <oneukum@suse.com>
13633 Date: Wed Mar 16 13:26:17 2016 +0100
13634
13635 USB: usb_driver_claim_interface: add sanity checking
13636
13637 Attacks that trick drivers into passing a NULL pointer
13638 to usb_driver_claim_interface() using forged descriptors are
13639 known. This thwarts them by sanity checking.
13640
13641 Signed-off-by: Oliver Neukum <ONeukum@suse.com>
13642 CC: stable@vger.kernel.org
13643 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13644
13645 drivers/usb/core/driver.c | 6 +++++-
13646 1 file changed, 5 insertions(+), 1 deletion(-)
13647
13648 commit 44247834ddab762509eaaf5c742e15bfadcd9d94
13649 Author: Paolo Bonzini <pbonzini@redhat.com>
13650 Date: Mon Mar 21 10:15:25 2016 +0100
13651
13652 KVM: fix spin_lock_init order on x86
13653
13654 Moving the initialization earlier is needed in 4.6 because
13655 kvm_arch_init_vm is now using mmu_lock, causing lockdep to
13656 complain:
13657
13658 [ 284.440294] INFO: trying to register non-static key.
13659 [ 284.445259] the code is fine but needs lockdep annotation.
13660 [ 284.450736] turning off the locking correctness validator.
13661 ...
13662 [ 284.528318] [<ffffffff810aecc3>] lock_acquire+0xd3/0x240
13663 [ 284.533733] [<ffffffffa0305aa0>] ? kvm_page_track_register_notifier+0x20/0x60 [kvm]
13664 [ 284.541467] [<ffffffff81715581>] _raw_spin_lock+0x41/0x80
13665 [ 284.546960] [<ffffffffa0305aa0>] ? kvm_page_track_register_notifier+0x20/0x60 [kvm]
13666 [ 284.554707] [<ffffffffa0305aa0>] kvm_page_track_register_notifier+0x20/0x60 [kvm]
13667 [ 284.562281] [<ffffffffa02ece70>] kvm_mmu_init_vm+0x20/0x30 [kvm]
13668 [ 284.568381] [<ffffffffa02dbf7a>] kvm_arch_init_vm+0x1ea/0x200 [kvm]
13669 [ 284.574740] [<ffffffffa02bff3f>] kvm_dev_ioctl+0xbf/0x4d0 [kvm]
13670
13671 However, it also helps fixing a preexisting problem, which is why this
13672 patch is also good for stable kernels: kvm_create_vm was incrementing
13673 current->mm->mm_count but not decrementing it at the out_err label (in
13674 case kvm_init_mmu_notifier failed). The new initialization order makes
13675 it possible to add the required mmdrop without adding a new error label.
13676
13677 Cc: stable@vger.kernel.org
13678 Reported-by: Borislav Petkov <bp@alien8.de>
13679 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
13680
13681 virt/kvm/kvm_main.c | 21 +++++++++++----------
13682 1 file changed, 11 insertions(+), 10 deletions(-)
13683
13684 commit 9d0cf281d74a9fe490f3ba5ca3d0e57eac066e1c
13685 Author: Paolo Bonzini <pbonzini@redhat.com>
13686 Date: Fri Mar 18 16:53:42 2016 +0100
13687
13688 KVM: VMX: avoid guest hang on invalid invvpid instruction
13689
13690 A guest executing an invalid invvpid instruction would hang
13691 because the instruction pointer was not updated.
13692
13693 Reported-by: jmontleo@redhat.com
13694 Tested-by: jmontleo@redhat.com
13695 Cc: stable@vger.kernel.org
13696 Fixes: 99b83ac893b84ed1a62ad6d1f2b6cc32026b9e85
13697 Reviewed-by: David Matlack <dmatlack@google.com>
13698 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
13699
13700 arch/x86/kvm/vmx.c | 1 +
13701 1 file changed, 1 insertion(+)
13702
13703 commit 602caaece277e5e21ae43771398bbf7778061beb
13704 Author: Paolo Bonzini <pbonzini@redhat.com>
13705 Date: Fri Mar 18 16:53:29 2016 +0100
13706
13707 KVM: VMX: avoid guest hang on invalid invept instruction
13708
13709 A guest executing an invalid invept instruction would hang
13710 because the instruction pointer was not updated.
13711
13712 Cc: stable@vger.kernel.org
13713 Fixes: bfd0a56b90005f8c8a004baf407ad90045c2b11e
13714 Reviewed-by: David Matlack <dmatlack@google.com>
13715 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
13716
13717 arch/x86/kvm/vmx.c | 1 +
13718 1 file changed, 1 insertion(+)
13719
13720 commit 3309ac82d6596de8abc6ea51dd0a942416da1cc1
13721 Author: Jann Horn <jann@thejh.net>
13722 Date: Tue Mar 22 14:25:36 2016 -0700
13723
13724 fs/coredump: prevent fsuid=0 dumps into user-controlled directories
13725
13726 This commit fixes the following security hole affecting systems where
13727 all of the following conditions are fulfilled:
13728
13729 - The fs.suid_dumpable sysctl is set to 2.
13730 - The kernel.core_pattern sysctl's value starts with "/". (Systems
13731 where kernel.core_pattern starts with "|/" are not affected.)
13732 - Unprivileged user namespace creation is permitted. (This is
13733 true on Linux >=3.8, but some distributions disallow it by
13734 default using a distro patch.)
13735
13736 Under these conditions, if a program executes under secure exec rules,
13737 causing it to run with the SUID_DUMP_ROOT flag, then unshares its user
13738 namespace, changes its root directory and crashes, the coredump will be
13739 written using fsuid=0 and a path derived from kernel.core_pattern - but
13740 this path is interpreted relative to the root directory of the process,
13741 allowing the attacker to control where a coredump will be written with
13742 root privileges.
13743
13744 To fix the security issue, always interpret core_pattern for dumps that
13745 are written under SUID_DUMP_ROOT relative to the root directory of init.
13746
13747 Signed-off-by: Jann Horn <jann@thejh.net>
13748 Acked-by: Kees Cook <keescook@chromium.org>
13749 Cc: Al Viro <viro@zeniv.linux.org.uk>
13750 Cc: "Eric W. Biederman" <ebiederm@xmission.com>
13751 Cc: Andy Lutomirski <luto@kernel.org>
13752 Cc: Oleg Nesterov <oleg@redhat.com>
13753 Cc: <stable@vger.kernel.org>
13754 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
13755 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
13756
13757 arch/um/drivers/mconsole_kern.c | 2 +-
13758 fs/coredump.c | 31 +++++++++++++++++++++++++++----
13759 fs/fhandle.c | 2 +-
13760 fs/open.c | 6 ++----
13761 include/linux/fs.h | 2 +-
13762 kernel/sysctl_binary.c | 2 +-
13763 6 files changed, 33 insertions(+), 12 deletions(-)
13764
13765 commit a7c8d3c91a3e50d0873942f09afbb5071382d5e7
13766 Author: Takashi Iwai <tiwai@suse.de>
13767 Date: Fri Apr 1 12:28:16 2016 +0200
13768
13769 ALSA: timer: Use mod_timer() for rearming the system timer
13770
13771 ALSA system timer backend stops the timer via del_timer() without sync
13772 and leaves del_timer_sync() at the close instead. This is because of
13773 the restriction by the design of ALSA timer: namely, the stop callback
13774 may be called from the timer handler, and calling the sync shall lead
13775 to a hangup. However, this also triggers a kernel BUG() when the
13776 timer is rearmed immediately after stopping without sync:
13777 kernel BUG at kernel/time/timer.c:966!
13778 Call Trace:
13779 <IRQ>
13780 [<ffffffff8239c94e>] snd_timer_s_start+0x13e/0x1a0
13781 [<ffffffff8239e1f4>] snd_timer_interrupt+0x504/0xec0
13782 [<ffffffff8122fca0>] ? debug_check_no_locks_freed+0x290/0x290
13783 [<ffffffff8239ec64>] snd_timer_s_function+0xb4/0x120
13784 [<ffffffff81296b72>] call_timer_fn+0x162/0x520
13785 [<ffffffff81296add>] ? call_timer_fn+0xcd/0x520
13786 [<ffffffff8239ebb0>] ? snd_timer_interrupt+0xec0/0xec0
13787 ....
13788
13789 It's the place where add_timer() checks the pending timer. It's clear
13790 that this may happen after the immediate restart without sync in our
13791 cases.
13792
13793 So, the workaround here is just to use mod_timer() instead of
13794 add_timer(). This looks like a band-aid fix, but it's a right move,
13795 as snd_timer_interrupt() takes care of the continuous rearm of timer.
13796
13797 Reported-by: Jiri Slaby <jslaby@suse.cz>
13798 Cc: <stable@vger.kernel.org>
13799 Signed-off-by: Takashi Iwai <tiwai@suse.de>
13800
13801 sound/core/timer.c | 4 ++--
13802 1 file changed, 2 insertions(+), 2 deletions(-)
13803
13804 commit 2de05c5fc90b461d78a54a7240b664a068844c8c
13805 Author: Daniel Vetter <daniel.vetter@ffwll.ch>
13806 Date: Wed Mar 30 11:40:43 2016 +0200
13807
13808 drm/udl: Use unlocked gem unreferencing
13809
13810 For drm_gem_object_unreference callers are required to hold
13811 dev->struct_mutex, which these paths don't. Enforcing this requirement
13812 has become a bit more strict with
13813
13814 commit ef4c6270bf2867e2f8032e9614d1a8cfc6c71663
13815 Author: Daniel Vetter <daniel.vetter@ffwll.ch>
13816 Date: Thu Oct 15 09:36:25 2015 +0200
13817
13818 drm/gem: Check locking in drm_gem_object_unreference
13819
13820 Cc: stable@vger.kernel.org
13821 Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
13822 Signed-off-by: Dave Airlie <airlied@redhat.com>
13823
13824 drivers/gpu/drm/udl/udl_fb.c | 2 +-
13825 drivers/gpu/drm/udl/udl_gem.c | 2 +-
13826 2 files changed, 2 insertions(+), 2 deletions(-)
13827
13828 commit c8153b6b1731b8fee33966dd8d148643240f1dc0
13829 Author: Jan Kara <jack@suse.com>
13830 Date: Mon Dec 7 14:34:49 2015 -0500
13831
13832 ext4: fix races of writeback with punch hole and zero range
13833
13834 When doing delayed allocation, update of on-disk inode size is postponed
13835 until IO submission time. However hole punch or zero range fallocate
13836 calls can end up discarding the tail page cache page and thus on-disk
13837 inode size would never be properly updated.
13838
13839 Make sure the on-disk inode size is updated before truncating page
13840 cache.
13841
13842 Signed-off-by: Jan Kara <jack@suse.com>
13843 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
13844
13845 fs/ext4/ext4.h | 3 +++
13846 fs/ext4/extents.c | 5 +++++
13847 fs/ext4/inode.c | 35 ++++++++++++++++++++++++++++++++++-
13848 3 files changed, 42 insertions(+), 1 deletion(-)
13849
13850 commit d64beb441579f2667e99eb9d4d6e83deb88bf59b
13851 Author: Jan Kara <jack@suse.com>
13852 Date: Mon Dec 7 14:31:11 2015 -0500
13853
13854 ext4: fix races between buffered IO and collapse / insert range
13855
13856 Current code implementing FALLOC_FL_COLLAPSE_RANGE and
13857 FALLOC_FL_INSERT_RANGE is prone to races with buffered writes and page
13858 faults. If buffered write or write via mmap manages to squeeze between
13859 filemap_write_and_wait_range() and truncate_pagecache() in the fallocate
13860 implementations, the written data is simply discarded by
13861 truncate_pagecache() although it should have been shifted.
13862
13863 Fix the problem by moving filemap_write_and_wait_range() call inside
13864 i_mutex and i_mmap_sem. That way we are protected against races with
13865 both buffered writes and page faults.
13866
13867 Signed-off-by: Jan Kara <jack@suse.com>
13868 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
13869
13870 fs/ext4/extents.c | 59 +++++++++++++++++++++++++++++--------------------------
13871 1 file changed, 31 insertions(+), 28 deletions(-)
13872
13873 commit b1ae49aa4dad39233b16456e0765a23ba4e0546c
13874 Author: Jan Kara <jack@suse.com>
13875 Date: Mon Dec 7 14:29:17 2015 -0500
13876
13877 ext4: move unlocked dio protection from ext4_alloc_file_blocks()
13878
13879 Currently ext4_alloc_file_blocks() was handling protection against
13880 unlocked DIO. However we now need to sometimes call it under i_mmap_sem
13881 and sometimes not and DIO protection ranks above it (although strictly
13882 speaking this cannot currently create any deadlocks). Also
13883 ext4_zero_range() was actually getting & releasing unlocked DIO
13884 protection twice in some cases. Luckily it didn't introduce any real bug
13885 but it was a land mine waiting to be stepped on. So move DIO protection
13886 out from ext4_alloc_file_blocks() into the two callsites.
13887
13888 Signed-off-by: Jan Kara <jack@suse.com>
13889 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
13890
13891 fs/ext4/extents.c | 21 ++++++++++-----------
13892 1 file changed, 10 insertions(+), 11 deletions(-)
13893
13894 commit f9329a4ec30a26f0fababf809c5f1a3ef851b625
13895 Author: Jan Kara <jack@suse.com>
13896 Date: Mon Dec 7 14:28:03 2015 -0500
13897
13898 ext4: fix races between page faults and hole punching
13899
13900 Currently, page faults and hole punching are completely unsynchronized.
13901 This can result in page fault faulting in a page into a range that we
13902 are punching after truncate_pagecache_range() has been called and thus
13903 we can end up with a page mapped to disk blocks that will be shortly
13904 freed. Filesystem corruption will shortly follow. Note that the same
13905 race is avoided for truncate by checking page fault offset against
13906 i_size but there isn't similar mechanism available for punching holes.
13907
13908 Fix the problem by creating new rw semaphore i_mmap_sem in inode and
13909 grab it for writing over truncate, hole punching, and other functions
13910 removing blocks from extent tree and for read over page faults. We
13911 cannot easily use i_data_sem for this since that ranks below transaction
13912 start and we need something ranking above it so that it can be held over
13913 the whole truncate / hole punching operation. Also remove various
13914 workarounds we had in the code to reduce race window when page fault
13915 could have created pages with stale mapping information.
13916
13917 Signed-off-by: Jan Kara <jack@suse.com>
13918 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
13919
13920 fs/ext4/ext4.h | 10 +++++++++
13921 fs/ext4/extents.c | 54 ++++++++++++++++++++++++--------------------
13922 fs/ext4/file.c | 66 ++++++++++++++++++++++++++++++++++++++++++++++--------
13923 fs/ext4/inode.c | 36 +++++++++++++++++++++--------
13924 fs/ext4/super.c | 1 +
13925 fs/ext4/truncate.h | 2 ++
13926 6 files changed, 127 insertions(+), 42 deletions(-)
13927
13928 commit 572a615b85c1d5c8aeea4ffd24ab428775a1cca9
13929 Author: Guenter Roeck <linux@roeck-us.net>
13930 Date: Sat Mar 26 12:28:05 2016 -0700
13931
13932 hwmon: (max1111) Return -ENODEV from max1111_read_channel if not instantiated
13933
13934 arm:pxa_defconfig can result in the following crash if the max1111 driver
13935 is not instantiated.
13936
13937 Unhandled fault: page domain fault (0x01b) at 0x00000000
13938 pgd = c0004000
13939 [00000000] *pgd=00000000
13940 Internal error: : 1b [#1] PREEMPT ARM
13941 Modules linked in:
13942 CPU: 0 PID: 300 Comm: kworker/0:1 Not tainted 4.5.0-01301-g1701f680407c #10
13943 Hardware name: SHARP Akita
13944 Workqueue: events sharpsl_charge_toggle
13945 task: c390a000 ti: c391e000 task.ti: c391e000
13946 PC is at max1111_read_channel+0x20/0x30
13947 LR is at sharpsl_pm_pxa_read_max1111+0x2c/0x3c
13948 pc : [<c03aaab0>] lr : [<c0024b50>] psr: 20000013
13949 ...
13950 [<c03aaab0>] (max1111_read_channel) from [<c0024b50>]
13951 (sharpsl_pm_pxa_read_max1111+0x2c/0x3c)
13952 [<c0024b50>] (sharpsl_pm_pxa_read_max1111) from [<c00262e0>]
13953 (spitzpm_read_devdata+0x5c/0xc4)
13954 [<c00262e0>] (spitzpm_read_devdata) from [<c0024094>]
13955 (sharpsl_check_battery_temp+0x78/0x110)
13956 [<c0024094>] (sharpsl_check_battery_temp) from [<c0024f9c>]
13957 (sharpsl_charge_toggle+0x48/0x110)
13958 [<c0024f9c>] (sharpsl_charge_toggle) from [<c004429c>]
13959 (process_one_work+0x14c/0x48c)
13960 [<c004429c>] (process_one_work) from [<c0044618>] (worker_thread+0x3c/0x5d4)
13961 [<c0044618>] (worker_thread) from [<c004a238>] (kthread+0xd0/0xec)
13962 [<c004a238>] (kthread) from [<c000a670>] (ret_from_fork+0x14/0x24)
13963
13964 This can occur because the SPI controller driver (SPI_PXA2XX) is built as
13965 module and thus not necessarily loaded. While building SPI_PXA2XX into the
13966 kernel would make the problem disappear, it appears prudent to ensure that
13967 the driver is instantiated before accessing its data structures.
13968
13969 Cc: Arnd Bergmann <arnd@arndb.de>
13970 Cc: stable@vger.kernel.org
13971 Signed-off-by: Guenter Roeck <linux@roeck-us.net>
13972
13973 drivers/hwmon/max1111.c | 6 ++++++
13974 1 file changed, 6 insertions(+)
13975
13976 commit f75f1af7a0b4be055855ca5120ee78174f3370f2
13977 Author: Nicolai Stange <nicstange@gmail.com>
13978 Date: Sun Mar 20 23:23:46 2016 +0100
13979
13980 PKCS#7: pkcs7_validate_trust(): initialize the _trusted output argument
13981
13982 Despite what the DocBook comment to pkcs7_validate_trust() says, the
13983 *_trusted argument is never set to false.
13984
13985 pkcs7_validate_trust() only positively sets *_trusted upon encountering
13986 a trusted PKCS#7 SignedInfo block.
13987
13988 This is quite unfortunate since its callers, system_verify_data() for
13989 example, depend on pkcs7_validate_trust() clearing *_trusted on non-trust.
13990
13991 Indeed, UBSAN splats when attempting to load the uninitialized local
13992 variable 'trusted' from system_verify_data() in pkcs7_validate_trust():
13993
13994 UBSAN: Undefined behaviour in crypto/asymmetric_keys/pkcs7_trust.c:194:14
13995 load of value 82 is not a valid value for type '_Bool'
13996 [...]
13997 Call Trace:
13998 [<ffffffff818c4d35>] dump_stack+0xbc/0x117
13999 [<ffffffff818c4c79>] ? _atomic_dec_and_lock+0x169/0x169
14000 [<ffffffff8194113b>] ubsan_epilogue+0xd/0x4e
14001 [<ffffffff819419fa>] __ubsan_handle_load_invalid_value+0x111/0x158
14002 [<ffffffff819418e9>] ? val_to_string.constprop.12+0xcf/0xcf
14003 [<ffffffff818334a4>] ? x509_request_asymmetric_key+0x114/0x370
14004 [<ffffffff814b83f0>] ? kfree+0x220/0x370
14005 [<ffffffff818312c2>] ? public_key_verify_signature_2+0x32/0x50
14006 [<ffffffff81835e04>] pkcs7_validate_trust+0x524/0x5f0
14007 [<ffffffff813c391a>] system_verify_data+0xca/0x170
14008 [<ffffffff813c3850>] ? top_trace_array+0x9b/0x9b
14009 [<ffffffff81510b29>] ? __vfs_read+0x279/0x3d0
14010 [<ffffffff8129372f>] mod_verify_sig+0x1ff/0x290
14011 [...]
14012
14013 The implication is that pkcs7_validate_trust() effectively grants trust
14014 when it really shouldn't have.
14015
14016 Fix this by explicitly setting *_trusted to false at the very beginning
14017 of pkcs7_validate_trust().
14018
14019 Cc: <stable@vger.kernel.org>
14020 Signed-off-by: Nicolai Stange <nicstange@gmail.com>
14021 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
14022
14023 crypto/asymmetric_keys/pkcs7_trust.c | 2 ++
14024 1 file changed, 2 insertions(+)
14025
14026 commit 1052826f7352ccc98167129b0b83222f45d50046
14027 Author: Florian Westphal <fw@strlen.de>
14028 Date: Tue Mar 22 18:02:49 2016 +0100
14029
14030 netfilter: x_tables: validate e->target_offset early
14031
14032 We should check that e->target_offset is sane before
14033 mark_source_chains gets called since it will fetch the target entry
14034 for loop detection.
14035
14036 Signed-off-by: Florian Westphal <fw@strlen.de>
14037 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
14038
14039 net/ipv4/netfilter/arp_tables.c | 17 ++++++++---------
14040 net/ipv4/netfilter/ip_tables.c | 17 ++++++++---------
14041 net/ipv6/netfilter/ip6_tables.c | 17 ++++++++---------
14042 3 files changed, 24 insertions(+), 27 deletions(-)
14043
14044 commit b35d19509e8dab157214e46dd24314663ccf554f
14045 Author: Florian Westphal <fw@strlen.de>
14046 Date: Tue Mar 22 18:02:50 2016 +0100
14047
14048 netfilter: x_tables: make sure e->next_offset covers remaining blob size
14049
14050 Otherwise this function may read data beyond the ruleset blob.
14051
14052 Signed-off-by: Florian Westphal <fw@strlen.de>
14053 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
14054
14055 net/ipv4/netfilter/arp_tables.c | 6 ++++--
14056 net/ipv4/netfilter/ip_tables.c | 6 ++++--
14057 net/ipv6/netfilter/ip6_tables.c | 6 ++++--
14058 3 files changed, 12 insertions(+), 6 deletions(-)
14059
14060 commit 4d7642ed66b69140733a7b51fcd6d37ce4d4514c
14061 Author: Florian Westphal <fw@strlen.de>
14062 Date: Tue Mar 22 18:02:52 2016 +0100
14063
14064 netfilter: x_tables: fix unconditional helper
14065
14066 Ben Hawkes says:
14067
14068 In the mark_source_chains function (net/ipv4/netfilter/ip_tables.c) it
14069 is possible for a user-supplied ipt_entry structure to have a large
14070 next_offset field. This field is not bounds checked prior to writing a
14071 counter value at the supplied offset.
14072
14073 Problem is that mark_source_chains should not have been called --
14074 the rule doesn't have a next entry, so its supposed to return
14075 an absolute verdict of either ACCEPT or DROP.
14076
14077 However, the function conditional() doesn't work as the name implies.
14078 It only checks that the rule is using wildcard address matching.
14079
14080 However, an unconditional rule must also not be using any matches
14081 (no -m args).
14082
14083 The underflow validator only checked the addresses, therefore
14084 passing the 'unconditional absolute verdict' test, while
14085 mark_source_chains also tested for presence of matches, and thus
14086 proceeeded to the next (not-existent) rule.
14087
14088 Unify this so that all the callers have same idea of 'unconditional rule'.
14089
14090 Reported-by: Ben Hawkes <hawkes@google.com>
14091 Signed-off-by: Florian Westphal <fw@strlen.de>
14092 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
14093
14094 net/ipv4/netfilter/arp_tables.c | 18 +++++++++---------
14095 net/ipv4/netfilter/ip_tables.c | 23 +++++++++++------------
14096 net/ipv6/netfilter/ip6_tables.c | 23 +++++++++++------------
14097 3 files changed, 31 insertions(+), 33 deletions(-)
14098
14099 commit e3e51682563f1453dfc4b9ef88b29af4d1a78e78
14100 Author: Pablo Neira Ayuso <pablo@netfilter.org>
14101 Date: Thu Mar 24 21:29:53 2016 +0100
14102
14103 netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_ENTRIES
14104
14105 Make sure the table names via getsockopt GET_ENTRIES is nul-terminated
14106 in ebtables and all the x_tables variants and their respective compat
14107 code. Uncovered by KASAN.
14108
14109 Reported-by: Baozeng Ding <sploving1@gmail.com>
14110 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
14111
14112 net/bridge/netfilter/ebtables.c | 4 ++++
14113 net/ipv4/netfilter/arp_tables.c | 2 ++
14114 net/ipv4/netfilter/ip_tables.c | 2 ++
14115 net/ipv6/netfilter/ip6_tables.c | 2 ++
14116 4 files changed, 10 insertions(+)
14117
14118 commit 7742471b674597627f8f608f6a89c6e5bbd6533d
14119 Author: Nicolai Stange <nicstange@gmail.com>
14120 Date: Fri Mar 25 14:22:14 2016 -0700
14121
14122 mm/filemap: generic_file_read_iter(): check for zero reads unconditionally
14123
14124 If
14125 - generic_file_read_iter() gets called with a zero read length,
14126 - the read offset is at a page boundary,
14127 - IOCB_DIRECT is not set
14128 - and the page in question hasn't made it into the page cache yet,
14129 then do_generic_file_read() will trigger a readahead with a req_size hint
14130 of zero.
14131
14132 Since roundup_pow_of_two(0) is undefined, UBSAN reports
14133
14134 UBSAN: Undefined behaviour in include/linux/log2.h:63:13
14135 shift exponent 64 is too large for 64-bit type 'long unsigned int'
14136 CPU: 3 PID: 1017 Comm: sa1 Tainted: G L 4.5.0-next-20160318+ #14
14137 [...]
14138 Call Trace:
14139 [...]
14140 [<ffffffff813ef61a>] ondemand_readahead+0x3aa/0x3d0
14141 [<ffffffff813ef61a>] ? ondemand_readahead+0x3aa/0x3d0
14142 [<ffffffff813c73bd>] ? find_get_entry+0x2d/0x210
14143 [<ffffffff813ef9c3>] page_cache_sync_readahead+0x63/0xa0
14144 [<ffffffff813cc04d>] do_generic_file_read+0x80d/0xf90
14145 [<ffffffff813cc955>] generic_file_read_iter+0x185/0x420
14146 [...]
14147 [<ffffffff81510b06>] __vfs_read+0x256/0x3d0
14148 [...]
14149
14150 when get_init_ra_size() gets called from ondemand_readahead().
14151
14152 The net effect is that the initial readahead size is arch dependent for
14153 requested read lengths of zero: for example, since
14154
14155 1UL << (sizeof(unsigned long) * 8)
14156
14157 evaluates to 1 on x86 while its result is 0 on ARMv7, the initial readahead
14158 size becomes 4 on the former and 0 on the latter.
14159
14160 What's more, whether or not the file access timestamp is updated for zero
14161 length reads is decided differently for the two cases of IOCB_DIRECT
14162 being set or cleared: in the first case, generic_file_read_iter()
14163 explicitly skips updating that timestamp while in the latter case, it is
14164 always updated through the call to do_generic_file_read().
14165
14166 According to POSIX, zero length reads "do not modify the last data access
14167 timestamp" and thus, the IOCB_DIRECT behaviour is POSIXly correct.
14168
14169 Let generic_file_read_iter() unconditionally check the requested read
14170 length at its entry and return immediately with success if it is zero.
14171
14172 Signed-off-by: Nicolai Stange <nicstange@gmail.com>
14173 Cc: Al Viro <viro@zeniv.linux.org.uk>
14174 Reviewed-by: Jan Kara <jack@suse.cz>
14175 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
14176 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
14177
14178 mm/filemap.c | 7 ++++---
14179 1 file changed, 4 insertions(+), 3 deletions(-)
14180
14181 commit 604785419da498d7e876a0191b2e11626db706bb
14182 Author: Oliver Neukum <oneukum@suse.com>
14183 Date: Thu Mar 17 14:00:17 2016 -0700
14184
14185 Input: ims-pcu - sanity check against missing interfaces
14186
14187 A malicious device missing interface can make the driver oops.
14188 Add sanity checking.
14189
14190 Signed-off-by: Oliver Neukum <ONeukum@suse.com>
14191 CC: stable@vger.kernel.org
14192 Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
14193
14194 drivers/input/misc/ims-pcu.c | 4 ++++
14195 1 file changed, 4 insertions(+)
14196
14197 commit 24c3f4f6652f07eb2c3deea1488ff4de00592e80
14198 Author: Vladis Dronov <vdronov@redhat.com>
14199 Date: Wed Mar 23 11:53:46 2016 -0700
14200
14201 Input: ati_remote2 - fix crashes on detecting device with invalid descriptor
14202
14203 The ati_remote2 driver expects at least two interfaces with one
14204 endpoint each. If given malicious descriptor that specify one
14205 interface or no endpoints, it will crash in the probe function.
14206 Ensure there is at least two interfaces and one endpoint for each
14207 interface before using it.
14208
14209 The full disclosure: http://seclists.org/bugtraq/2016/Mar/90
14210
14211 Reported-by: Ralf Spenneberg <ralf@spenneberg.net>
14212 Signed-off-by: Vladis Dronov <vdronov@redhat.com>
14213 Cc: stable@vger.kernel.org
14214 Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
14215
14216 drivers/input/misc/ati_remote2.c | 36 ++++++++++++++++++++++++++++++------
14217 1 file changed, 30 insertions(+), 6 deletions(-)
14218
14219 commit 262df604d00e72a4b930fbf7fe3a770f0196a5a5
14220 Author: Oliver Neukum <oneukum@suse.com>
14221 Date: Wed Mar 23 14:36:56 2016 -0700
14222
14223 Input: sur40 - fix DMA on stack
14224
14225 During the initialisation the driver uses a buffer on the stack for DMA.
14226 That violates the cache coherency rules. The fix is to allocate the buffer
14227 with kmalloc().
14228
14229 Signed-off-by: Oliver Neukum <ONeukum@suse.com>
14230 Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
14231
14232 drivers/input/touchscreen/sur40.c | 21 ++++++++++++++-------
14233 1 file changed, 14 insertions(+), 7 deletions(-)
14234
14235 commit 015dd03669b2ab646723f6b123377e4ef5694a10
14236 Author: Haiyang Zhang <haiyangz@microsoft.com>
14237 Date: Wed Mar 23 09:43:10 2016 -0700
14238
14239 hv_netvsc: Fix the array sizes to be max supported channels
14240
14241 The VRSS_CHANNEL_MAX is the max number of channels supported by Hyper-V
14242 hosts. We use it for the related array sizes instead of using NR_CPUS,
14243 which may be set to several thousands.
14244 This patch reduces possible memory allocation failures.
14245
14246 Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
14247 Reviewed-by: K. Y. Srinivasan <kys@microsoft.com>
14248 Signed-off-by: David S. Miller <davem@davemloft.net>
14249
14250 drivers/net/hyperv/hyperv_net.h | 7 ++++---
14251 drivers/net/hyperv/rndis_filter.c | 4 ++--
14252 2 files changed, 6 insertions(+), 5 deletions(-)
14253
14254 commit a850a78d6393ef22a970266cbbefdf3dba0267b5
14255 Author: Haiyang Zhang <haiyangz@microsoft.com>
14256 Date: Wed Mar 23 09:43:09 2016 -0700
14257
14258 hv_netvsc: Fix accessing freed memory in netvsc_change_mtu()
14259
14260 struct netvsc_device is freed in rndis_filter_device_remove(). So we save
14261 the nvdev->num_chn into a temp variable for later usage.
14262
14263 (Please also include this patch into stable branch.)
14264
14265 Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
14266 Reviewed-by: K. Y. Srinivasan <kys@microsoft.com>
14267 Signed-off-by: David S. Miller <davem@davemloft.net>
14268
14269 drivers/net/hyperv/netvsc_drv.c | 5 ++++-
14270 1 file changed, 4 insertions(+), 1 deletion(-)
14271
14272 commit 7409626e43fe871cede30ac926425938f3ccddaf
14273 Author: Guillaume Nault <g.nault@alphalink.fr>
14274 Date: Wed Mar 23 16:38:55 2016 +0100
14275
14276 ppp: take reference on channels netns
14277
14278 Let channels hold a reference on their network namespace.
14279 Some channel types, like ppp_async and ppp_synctty, can have their
14280 userspace controller running in a different namespace. Therefore they
14281 can't rely on them to preclude their netns from being removed from
14282 under them.
14283
14284 ==================================================================
14285 BUG: KASAN: use-after-free in ppp_unregister_channel+0x372/0x3a0 at
14286 addr ffff880064e217e0
14287 Read of size 8 by task syz-executor/11581
14288 =============================================================================
14289 BUG net_namespace (Not tainted): kasan: bad access detected
14290 -----------------------------------------------------------------------------
14291
14292 Disabling lock debugging due to kernel taint
14293 INFO: Allocated in copy_net_ns+0x6b/0x1a0 age=92569 cpu=3 pid=6906
14294 [< none >] ___slab_alloc+0x4c7/0x500 kernel/mm/slub.c:2440
14295 [< none >] __slab_alloc+0x4c/0x90 kernel/mm/slub.c:2469
14296 [< inline >] slab_alloc_node kernel/mm/slub.c:2532
14297 [< inline >] slab_alloc kernel/mm/slub.c:2574
14298 [< none >] kmem_cache_alloc+0x23a/0x2b0 kernel/mm/slub.c:2579
14299 [< inline >] kmem_cache_zalloc kernel/include/linux/slab.h:597
14300 [< inline >] net_alloc kernel/net/core/net_namespace.c:325
14301 [< none >] copy_net_ns+0x6b/0x1a0 kernel/net/core/net_namespace.c:360
14302 [< none >] create_new_namespaces+0x2f6/0x610 kernel/kernel/nsproxy.c:95
14303 [< none >] copy_namespaces+0x297/0x320 kernel/kernel/nsproxy.c:150
14304 [< none >] copy_process.part.35+0x1bf4/0x5760 kernel/kernel/fork.c:1451
14305 [< inline >] copy_process kernel/kernel/fork.c:1274
14306 [< none >] _do_fork+0x1bc/0xcb0 kernel/kernel/fork.c:1723
14307 [< inline >] SYSC_clone kernel/kernel/fork.c:1832
14308 [< none >] SyS_clone+0x37/0x50 kernel/kernel/fork.c:1826
14309 [< none >] entry_SYSCALL_64_fastpath+0x16/0x7a kernel/arch/x86/entry/entry_64.S:185
14310
14311 INFO: Freed in net_drop_ns+0x67/0x80 age=575 cpu=2 pid=2631
14312 [< none >] __slab_free+0x1fc/0x320 kernel/mm/slub.c:2650
14313 [< inline >] slab_free kernel/mm/slub.c:2805
14314 [< none >] kmem_cache_free+0x2a0/0x330 kernel/mm/slub.c:2814
14315 [< inline >] net_free kernel/net/core/net_namespace.c:341
14316 [< none >] net_drop_ns+0x67/0x80 kernel/net/core/net_namespace.c:348
14317 [< none >] cleanup_net+0x4e5/0x600 kernel/net/core/net_namespace.c:448
14318 [< none >] process_one_work+0x794/0x1440 kernel/kernel/workqueue.c:2036
14319 [< none >] worker_thread+0xdb/0xfc0 kernel/kernel/workqueue.c:2170
14320 [< none >] kthread+0x23f/0x2d0 kernel/drivers/block/aoe/aoecmd.c:1303
14321 [< none >] ret_from_fork+0x3f/0x70 kernel/arch/x86/entry/entry_64.S:468
14322 INFO: Slab 0xffffea0001938800 objects=3 used=0 fp=0xffff880064e20000
14323 flags=0x5fffc0000004080
14324 INFO: Object 0xffff880064e20000 @offset=0 fp=0xffff880064e24200
14325
14326 CPU: 1 PID: 11581 Comm: syz-executor Tainted: G B 4.4.0+
14327 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS
14328 rel-1.8.2-0-g33fbe13 by qemu-project.org 04/01/2014
14329 00000000ffffffff ffff8800662c7790 ffffffff8292049d ffff88003e36a300
14330 ffff880064e20000 ffff880064e20000 ffff8800662c77c0 ffffffff816f2054
14331 ffff88003e36a300 ffffea0001938800 ffff880064e20000 0000000000000000
14332 Call Trace:
14333 [< inline >] __dump_stack kernel/lib/dump_stack.c:15
14334 [<ffffffff8292049d>] dump_stack+0x6f/0xa2 kernel/lib/dump_stack.c:50
14335 [<ffffffff816f2054>] print_trailer+0xf4/0x150 kernel/mm/slub.c:654
14336 [<ffffffff816f875f>] object_err+0x2f/0x40 kernel/mm/slub.c:661
14337 [< inline >] print_address_description kernel/mm/kasan/report.c:138
14338 [<ffffffff816fb0c5>] kasan_report_error+0x215/0x530 kernel/mm/kasan/report.c:236
14339 [< inline >] kasan_report kernel/mm/kasan/report.c:259
14340 [<ffffffff816fb4de>] __asan_report_load8_noabort+0x3e/0x40 kernel/mm/kasan/report.c:280
14341 [< inline >] ? ppp_pernet kernel/include/linux/compiler.h:218
14342 [<ffffffff83ad71b2>] ? ppp_unregister_channel+0x372/0x3a0 kernel/drivers/net/ppp/ppp_generic.c:2392
14343 [< inline >] ppp_pernet kernel/include/linux/compiler.h:218
14344 [<ffffffff83ad71b2>] ppp_unregister_channel+0x372/0x3a0 kernel/drivers/net/ppp/ppp_generic.c:2392
14345 [< inline >] ? ppp_pernet kernel/drivers/net/ppp/ppp_generic.c:293
14346 [<ffffffff83ad6f26>] ? ppp_unregister_channel+0xe6/0x3a0 kernel/drivers/net/ppp/ppp_generic.c:2392
14347 [<ffffffff83ae18f3>] ppp_asynctty_close+0xa3/0x130 kernel/drivers/net/ppp/ppp_async.c:241
14348 [<ffffffff83ae1850>] ? async_lcp_peek+0x5b0/0x5b0 kernel/drivers/net/ppp/ppp_async.c:1000
14349 [<ffffffff82c33239>] tty_ldisc_close.isra.1+0x99/0xe0 kernel/drivers/tty/tty_ldisc.c:478
14350 [<ffffffff82c332c0>] tty_ldisc_kill+0x40/0x170 kernel/drivers/tty/tty_ldisc.c:744
14351 [<ffffffff82c34943>] tty_ldisc_release+0x1b3/0x260 kernel/drivers/tty/tty_ldisc.c:772
14352 [<ffffffff82c1ef21>] tty_release+0xac1/0x13e0 kernel/drivers/tty/tty_io.c:1901
14353 [<ffffffff82c1e460>] ? release_tty+0x320/0x320 kernel/drivers/tty/tty_io.c:1688
14354 [<ffffffff8174de36>] __fput+0x236/0x780 kernel/fs/file_table.c:208
14355 [<ffffffff8174e405>] ____fput+0x15/0x20 kernel/fs/file_table.c:244
14356 [<ffffffff813595ab>] task_work_run+0x16b/0x200 kernel/kernel/task_work.c:115
14357 [< inline >] exit_task_work kernel/include/linux/task_work.h:21
14358 [<ffffffff81307105>] do_exit+0x8b5/0x2c60 kernel/kernel/exit.c:750
14359 [<ffffffff813fdd20>] ? debug_check_no_locks_freed+0x290/0x290 kernel/kernel/locking/lockdep.c:4123
14360 [<ffffffff81306850>] ? mm_update_next_owner+0x6f0/0x6f0 kernel/kernel/exit.c:357
14361 [<ffffffff813215e6>] ? __dequeue_signal+0x136/0x470 kernel/kernel/signal.c:550
14362 [<ffffffff8132067b>] ? recalc_sigpending_tsk+0x13b/0x180 kernel/kernel/signal.c:145
14363 [<ffffffff81309628>] do_group_exit+0x108/0x330 kernel/kernel/exit.c:880
14364 [<ffffffff8132b9d4>] get_signal+0x5e4/0x14f0 kernel/kernel/signal.c:2307
14365 [< inline >] ? kretprobe_table_lock kernel/kernel/kprobes.c:1113
14366 [<ffffffff8151d355>] ? kprobe_flush_task+0xb5/0x450 kernel/kernel/kprobes.c:1158
14367 [<ffffffff8115f7d3>] do_signal+0x83/0x1c90 kernel/arch/x86/kernel/signal.c:712
14368 [<ffffffff8151d2a0>] ? recycle_rp_inst+0x310/0x310 kernel/include/linux/list.h:655
14369 [<ffffffff8115f750>] ? setup_sigcontext+0x780/0x780 kernel/arch/x86/kernel/signal.c:165
14370 [<ffffffff81380864>] ? finish_task_switch+0x424/0x5f0 kernel/kernel/sched/core.c:2692
14371 [< inline >] ? finish_lock_switch kernel/kernel/sched/sched.h:1099
14372 [<ffffffff81380560>] ? finish_task_switch+0x120/0x5f0 kernel/kernel/sched/core.c:2678
14373 [< inline >] ? context_switch kernel/kernel/sched/core.c:2807
14374 [<ffffffff85d794e9>] ? __schedule+0x919/0x1bd0 kernel/kernel/sched/core.c:3283
14375 [<ffffffff81003901>] exit_to_usermode_loop+0xf1/0x1a0 kernel/arch/x86/entry/common.c:247
14376 [< inline >] prepare_exit_to_usermode kernel/arch/x86/entry/common.c:282
14377 [<ffffffff810062ef>] syscall_return_slowpath+0x19f/0x210 kernel/arch/x86/entry/common.c:344
14378 [<ffffffff85d88022>] int_ret_from_sys_call+0x25/0x9f kernel/arch/x86/entry/entry_64.S:281
14379 Memory state around the buggy address:
14380 ffff880064e21680: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
14381 ffff880064e21700: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
14382 >ffff880064e21780: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
14383 ^
14384 ffff880064e21800: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
14385 ffff880064e21880: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
14386 ==================================================================
14387
14388 Fixes: 273ec51dd7ce ("net: ppp_generic - introduce net-namespace functionality v2")
14389 Reported-by: Baozeng Ding <sploving1@gmail.com>
14390 Signed-off-by: Guillaume Nault <g.nault@alphalink.fr>
14391 Reviewed-by: Cyrill Gorcunov <gorcunov@openvz.org>
14392 Signed-off-by: David S. Miller <davem@davemloft.net>
14393
14394 drivers/net/ppp/ppp_generic.c | 4 +++-
14395 1 file changed, 3 insertions(+), 1 deletion(-)
14396
14397 commit bfb890c1ac9d29b377f6bec4a5aab51d053114c4
14398 Author: Herbert Xu <herbert@gondor.apana.org.au>
14399 Date: Wed Mar 16 17:06:01 2016 +0800
14400
14401 eCryptfs: Use skcipher and shash
14402
14403 eCryptfs: Fix null pointer dereference on kzalloc error path
14404
14405 The conversion to skcipher and shash added a couple of null pointer
14406 dereference bugs on the kzalloc failure path. This patch fixes them.
14407
14408 Fixes: 3095e8e366b4 ("eCryptfs: Use skcipher and shash")
14409 Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
14410 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
14411
14412 fs/ecryptfs/keystore.c | 6 ++----
14413 1 file changed, 2 insertions(+), 4 deletions(-)
14414
14415 commit 58a8421ae537e0609c4ff59bf6b11be869a43cc6
14416 Author: Boris BREZILLON <boris.brezillon@free-electrons.com>
14417 Date: Thu Mar 17 10:21:34 2016 +0100
14418
14419 crypto: marvell/cesa - fix memory leak
14420
14421 Crypto requests are not guaranteed to be finalized (->final() call),
14422 and can be freed at any moment, without getting any notification from
14423 the core. This can lead to memory leaks of the ->cache buffer.
14424
14425 Make this buffer part of the request object, and allocate an extra buffer
14426 from the DMA cache pool when doing DMA operations.
14427
14428 As a side effect, this patch also fixes another bug related to cache
14429 allocation and DMA operations. When the core allocates a new request and
14430 import an existing state, a cache buffer can be allocated (depending
14431 on the state). The problem is, at that very moment, we don't know yet
14432 whether the request will use DMA or not, and since everything is
14433 likely to be initialized to zero, mv_cesa_ahash_alloc_cache() thinks it
14434 should allocate a buffer for standard operation. But when
14435 mv_cesa_ahash_free_cache() is called, req->type has been set to
14436 CESA_DMA_REQ in the meantime, thus leading to an invalind dma_pool_free()
14437 call (the buffer passed in argument has not been allocated from the pool).
14438
14439 Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
14440 Reported-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
14441 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
14442
14443 drivers/crypto/marvell/cesa.h | 3 +-
14444 drivers/crypto/marvell/hash.c | 86 +++++++++----------------------------------
14445 2 files changed, 20 insertions(+), 69 deletions(-)
14446
14447 commit 1ec604f99895b9c37f26a692ff83a7da02d667fd
14448 Author: Boris BREZILLON <boris.brezillon@free-electrons.com>
14449 Date: Thu Mar 17 10:21:35 2016 +0100
14450
14451 crypto: marvell/cesa - initialize hash states
14452
14453 ->export() might be called before we have done an update operation,
14454 and in this case the ->state field is left uninitialized.
14455 Put the correct default value when initializing the request.
14456
14457 Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
14458 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
14459
14460 drivers/crypto/marvell/hash.c | 20 ++++++++++++++++++++
14461 1 file changed, 20 insertions(+)
14462
14463 commit 23879f055d23e82c2f78cceca22c33e631973977
14464 Author: David S. Miller <davem@davemloft.net>
14465 Date: Sun Mar 13 23:28:00 2016 -0400
14466
14467 ipv4: Don't do expensive useless work during inetdev destroy.
14468
14469 When an inetdev is destroyed, every address assigned to the interface
14470 is removed. And in this scenerio we do two pointless things which can
14471 be very expensive if the number of assigned interfaces is large:
14472
14473 1) Address promotion. We are deleting all addresses, so there is no
14474 point in doing this.
14475
14476 2) A full nf conntrack table purge for every address. We only need to
14477 do this once, as is already caught by the existing
14478 masq_dev_notifier so masq_inet_event() can skip this.
14479
14480 Reported-by: Solar Designer <solar@openwall.com>
14481 Signed-off-by: David S. Miller <davem@davemloft.net>
14482 Tested-by: Cyrill Gorcunov <gorcunov@openvz.org>
14483
14484 net/ipv4/devinet.c | 4 ++++
14485 net/ipv4/fib_frontend.c | 4 ++++
14486 net/ipv4/netfilter/nf_nat_masquerade_ipv4.c | 12 ++++++++++--
14487 3 files changed, 18 insertions(+), 2 deletions(-)
14488
14489 commit 60394231e840e884024592a76a6c5612433d3756
14490 Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
14491 Date: Tue Mar 8 10:34:28 2016 -0300
14492
14493 sctp: fix copying more bytes than expected in sctp_add_bind_addr
14494
14495 Dmitry reported that sctp_add_bind_addr may read more bytes than
14496 expected in case the parameter is a IPv4 addr supplied by the user
14497 through calls such as sctp_bindx_add(), because it always copies
14498 sizeof(union sctp_addr) while the buffer may be just a struct
14499 sockaddr_in, which is smaller.
14500
14501 This patch then fixes it by limiting the memcpy to the min between the
14502 union size and a (new parameter) provided addr size. Where possible this
14503 parameter still is the size of that union, except for reading from
14504 user-provided buffers, which then it accounts for protocol type.
14505
14506 Reported-by: Dmitry Vyukov <dvyukov@google.com>
14507 Tested-by: Dmitry Vyukov <dvyukov@google.com>
14508 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
14509 Signed-off-by: David S. Miller <davem@davemloft.net>
14510
14511 include/net/sctp/structs.h | 2 +-
14512 net/sctp/bind_addr.c | 14 ++++++++------
14513 net/sctp/protocol.c | 1 +
14514 net/sctp/sm_make_chunk.c | 3 ++-
14515 net/sctp/socket.c | 4 +++-
14516 5 files changed, 15 insertions(+), 9 deletions(-)
14517
14518 commit 9831caa50e1453818c5ec618890291f028b7992f
14519 Author: Brad Spengler <spender@grsecurity.net>
14520 Date: Mon Mar 28 19:20:28 2016 -0400
14521
14522 Also allow /bin/false as needed by systemd
14523
14524 kernel/kmod.c | 2 +-
14525 1 file changed, 1 insertion(+), 1 deletion(-)
14526
14527 commit bb38a61b496a3f09f4d7b93d2f0fe15476918147
14528 Author: Brad Spengler <spender@grsecurity.net>
14529 Date: Tue Mar 22 16:59:43 2016 -0400
14530
14531 Fix size_overflow FP reported by marcan at:
14532 https://forums.grsecurity.net/viewtopic.php?f=3&t=4426
14533
14534 net/ipv6/xfrm6_mode_transport.c | 2 +-
14535 1 file changed, 1 insertion(+), 1 deletion(-)
14536
14537 commit 523a36a9c845da3051e58c6767c2e1a0f640998a
14538 Merge: 0d0ec9e c0b77a7
14539 Author: Brad Spengler <spender@grsecurity.net>
14540 Date: Wed Mar 16 20:20:40 2016 -0400
14541
14542 Merge branch 'pax-test' into grsec-test
14543
14544 commit c0b77a7cb578199f0b7dc90768a13ca6c044aba9
14545 Merge: 10d57c1 0d19123
14546 Author: Brad Spengler <spender@grsecurity.net>
14547 Date: Wed Mar 16 20:20:27 2016 -0400
14548
14549 Merge branch 'linux-4.4.y' into pax-test
14550
14551 commit 0d0ec9ee83144ab839710a01cfd746bd78257394
14552 Author: Brad Spengler <spender@grsecurity.net>
14553 Date: Mon Mar 14 20:15:47 2016 -0400
14554
14555 Invert logic to clean up code
14556
14557 fs/namei.c | 32 +++++++-------------------------
14558 grsecurity/grsec_chroot.c | 10 +++++-----
14559 2 files changed, 12 insertions(+), 30 deletions(-)
14560
14561 commit 39e0e623c84863af7b3ace759b583ff938fde2b7
14562 Author: Brad Spengler <spender@grsecurity.net>
14563 Date: Mon Mar 14 19:59:36 2016 -0400
14564
14565 compile fix
14566
14567 fs/namei.c | 5 ++---
14568 1 file changed, 2 insertions(+), 3 deletions(-)
14569
14570 commit 2b3ad8bc095fea829275b7fcc7e5671677b8ed33
14571 Author: Brad Spengler <spender@grsecurity.net>
14572 Date: Mon Mar 14 19:57:53 2016 -0400
14573
14574 Also handle renames
14575
14576 fs/namei.c | 9 +++++++++
14577 1 file changed, 9 insertions(+)
14578
14579 commit 54dfd13b19743d4a340de0cd5683b5bde44e7d9c
14580 Author: Brad Spengler <spender@grsecurity.net>
14581 Date: Mon Mar 14 19:45:56 2016 -0400
14582
14583 Add additional check to cover lookup family of functions
14584
14585 fs/namei.c | 9 +++++++++
14586 1 file changed, 9 insertions(+)
14587
14588 commit c3df846baa7873fb99401136f220676b87452918
14589 Author: Brad Spengler <spender@grsecurity.net>
14590 Date: Mon Mar 14 18:42:37 2016 -0400
14591
14592 compile fix
14593
14594 fs/namei.c | 2 +-
14595 1 file changed, 1 insertion(+), 1 deletion(-)
14596
14597 commit 384ea9c0ef9df4298dfa3a71948c08e70f1092bf
14598 Author: Brad Spengler <spender@grsecurity.net>
14599 Date: Mon Mar 14 18:34:40 2016 -0400
14600
14601 Fix recent chroot check on the create side, as reported by
14602 Toralf Foerster
14603
14604 fs/namei.c | 26 ++++++++++++++++----------
14605 1 file changed, 16 insertions(+), 10 deletions(-)
14606
14607 commit 82e7dc61a626c47887d392ff9cd35b104f01fd25
14608 Author: Paolo Bonzini <pbonzini@redhat.com>
14609 Date: Tue Mar 8 12:13:39 2016 +0100
14610
14611 KVM: MMU: fix ept=0/pte.u=1/pte.w=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0 combo
14612
14613 Yes, all of these are needed. :) This is admittedly a bit odd, but
14614 kvm-unit-tests access.flat tests this if you run it with "-cpu host"
14615 and of course ept=0.
14616
14617 KVM runs the guest with CR0.WP=1, so it must handle supervisor writes
14618 specially when pte.u=1/pte.w=0/CR0.WP=0. Such writes cause a fault
14619 when U=1 and W=0 in the SPTE, but they must succeed because CR0.WP=0.
14620 When KVM gets the fault, it sets U=0 and W=1 in the shadow PTE and
14621 restarts execution. This will still cause a user write to fault, while
14622 supervisor writes will succeed. User reads will fault spuriously now,
14623 and KVM will then flip U and W again in the SPTE (U=1, W=0). User reads
14624 will be enabled and supervisor writes disabled, going back to the
14625 originary situation where supervisor writes fault spuriously.
14626
14627 When SMEP is in effect, however, U=0 will enable kernel execution of
14628 this page. To avoid this, KVM also sets NX=1 in the shadow PTE together
14629 with U=0. If the guest has not enabled NX, the result is a continuous
14630 stream of page faults due to the NX bit being reserved.
14631
14632 The fix is to force EFER.NX=1 even if the CPU is taking care of the EFER
14633 switch. (All machines with SMEP have the CPU_LOAD_IA32_EFER vm-entry
14634 control, so they do not use user-return notifiers for EFER---if they did,
14635 EFER.NX would be forced to the same value as the host).
14636
14637 There is another bug in the reserved bit check, which I've split to a
14638 separate patch for easier application to stable kernels.
14639
14640 Cc: stable@vger.kernel.org
14641 Cc: Andy Lutomirski <luto@amacapital.net>
14642 Reviewed-by: Xiao Guangrong <guangrong.xiao@linux.intel.com>
14643 Fixes: f6577a5fa15d82217ca73c74cd2dcbc0f6c781dd
14644 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
14645
14646 Documentation/virtual/kvm/mmu.txt | 3 ++-
14647 arch/x86/kvm/vmx.c | 36 +++++++++++++++++++++++-------------
14648 2 files changed, 25 insertions(+), 14 deletions(-)
14649
14650 commit 802a88e57b141e9643e93afb7805813ad8da22f3
14651 Author: Paolo Bonzini <pbonzini@redhat.com>
14652 Date: Wed Mar 9 14:28:02 2016 +0100
14653
14654 KVM: MMU: fix reserved bit check for ept=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0
14655
14656 KVM has special logic to handle pages with pte.u=1 and pte.w=0 when
14657 CR0.WP=1. These pages' SPTEs flip continuously between two states:
14658 U=1/W=0 (user and supervisor reads allowed, supervisor writes not allowed)
14659 and U=0/W=1 (supervisor reads and writes allowed, user writes not allowed).
14660
14661 When SMEP is in effect, however, U=0 will enable kernel execution of
14662 this page. To avoid this, KVM also sets NX=1 in the shadow PTE together
14663 with U=0, making the two states U=1/W=0/NX=gpte.NX and U=0/W=1/NX=1.
14664 When guest EFER has the NX bit cleared, the reserved bit check thinks
14665 that the latter state is invalid; teach it that the smep_andnot_wp case
14666 will also use the NX bit of SPTEs.
14667
14668 Cc: stable@vger.kernel.org
14669 Reviewed-by: Xiao Guangrong <guangrong.xiao@linux.inel.com>
14670 Fixes: c258b62b264fdc469b6d3610a907708068145e3b
14671 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
14672
14673 arch/x86/kvm/mmu.c | 4 +++-
14674 1 file changed, 3 insertions(+), 1 deletion(-)
14675
14676 commit 3925851224428c1d2bca32cf33821befb947c4f3
14677 Author: Ming Lei <ming.lei@canonical.com>
14678 Date: Sat Mar 12 22:56:19 2016 +0800
14679
14680 block: don't optimize for non-cloned bio in bio_get_last_bvec()
14681
14682 For !BIO_CLONED bio, we can use .bi_vcnt safely, but it
14683 doesn't mean we can just simply return .bi_io_vec[.bi_vcnt - 1]
14684 because the start postion may have been moved in the middle of
14685 the bvec, such as splitting in the middle of bvec.
14686
14687 Fixes: 7bcd79ac50d9(block: bio: introduce helpers to get the 1st and last bvec)
14688 Cc: stable@vger.kernel.org
14689 Reported-by: Kent Overstreet <kent.overstreet@gmail.com>
14690 Signed-off-by: Ming Lei <ming.lei@canonical.com>
14691 Signed-off-by: Jens Axboe <axboe@fb.com>
14692
14693 include/linux/bio.h | 5 -----
14694 1 file changed, 5 deletions(-)
14695
14696 commit db541463b4a0926bebdbac743c8736fb9e903d58
14697 Author: Borislav Petkov <bp@alien8.de>
14698 Date: Fri Mar 11 12:32:06 2016 +0100
14699
14700 x86/fpu: Fix eager-FPU handling on legacy FPU machines
14701
14702 i486 derived cores like Intel Quark support only the very old,
14703 legacy x87 FPU (FSAVE/FRSTOR, CPUID bit FXSR is not set), and
14704 our FPU code wasn't handling the saving and restoring there
14705 properly in the 'eagerfpu' case.
14706
14707 So after we made eagerfpu the default for all CPU types:
14708
14709 58122bf1d856 x86/fpu: Default eagerfpu=on on all CPUs
14710
14711 these old FPU designs broke. First, Andy Shevchenko reported a splat:
14712
14713 WARNING: CPU: 0 PID: 823 at arch/x86/include/asm/fpu/internal.h:163 fpu__clear+0x8c/0x160
14714
14715 which was us trying to execute FXRSTOR on those machines even though
14716 they don't support it.
14717
14718 After taking care of that, Bryan O'Donoghue reported that a simple FPU
14719 test still failed because we weren't initializing the FPU state properly
14720 on those machines.
14721
14722 Take care of all that.
14723
14724 Reported-and-tested-by: Bryan O'Donoghue <pure.logic@nexus-software.ie>
14725 Reported-by: Andy Shevchenko <andy.shevchenko@gmail.com>
14726 Signed-off-by: Borislav Petkov <bp@suse.de>
14727 Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
14728 Cc: Andrew Morton <akpm@linux-foundation.org>
14729 Cc: Andy Lutomirski <luto@amacapital.net>
14730 Cc: Borislav Petkov <bp@alien8.de>
14731 Cc: Brian Gerst <brgerst@gmail.com>
14732 Cc: Dave Hansen <dave.hansen@linux.intel.com>
14733 Cc: Denys Vlasenko <dvlasenk@redhat.com>
14734 Cc: Fenghua Yu <fenghua.yu@intel.com>
14735 Cc: H. Peter Anvin <hpa@zytor.com>
14736 Cc: Oleg Nesterov <oleg@redhat.com>
14737 Cc: Peter Zijlstra <peterz@infradead.org>
14738 Cc: Quentin Casasnovas <quentin.casasnovas@oracle.com>
14739 Cc: Thomas Gleixner <tglx@linutronix.de>
14740 Cc: Yu-cheng <yu-cheng.yu@intel.com>
14741 Link: http://lkml.kernel.org/r/20160311113206.GD4312@pd.tnic
14742 Signed-off-by: Ingo Molnar <mingo@kernel.org>
14743
14744 arch/x86/kernel/fpu/core.c | 4 +++-
14745 arch/x86/kernel/fpu/init.c | 2 +-
14746 2 files changed, 4 insertions(+), 2 deletions(-)
14747
14748 commit 8fed14e935cb62d2d46e99793d728dc7760dcc87
14749 Author: Brad Spengler <spender@grsecurity.net>
14750 Date: Sun Mar 13 11:35:56 2016 -0400
14751
14752 Compile fixes
14753
14754 fs/namei.c | 2 +-
14755 grsecurity/grsec_chroot.c | 2 +-
14756 include/linux/grsecurity.h | 2 +-
14757 3 files changed, 3 insertions(+), 3 deletions(-)
14758
14759 commit aab25a3496c4683c5858056960010119fb7d9a5a
14760 Author: Brad Spengler <spender@grsecurity.net>
14761 Date: Sun Mar 13 10:53:59 2016 -0400
14762
14763 Use fput instead of put_filp()
14764
14765 fs/namei.c | 4 ++--
14766 1 file changed, 2 insertions(+), 2 deletions(-)
14767
14768 commit 928ddec9dfe5415dff82d941c3b3e76ee6f48761
14769 Author: Brad Spengler <spender@grsecurity.net>
14770 Date: Sun Mar 13 10:30:54 2016 -0400
14771
14772 Update MPROTECT_COMPAT config description, disable by default
14773
14774 security/Kconfig | 18 ++++++------------
14775 1 file changed, 6 insertions(+), 12 deletions(-)
14776
14777 commit 4cc29af2e81e7a4bdfab1afedfdedca6e23362d5
14778 Author: Brad Spengler <spender@grsecurity.net>
14779 Date: Sun Mar 13 10:35:55 2016 -0400
14780
14781 As reported by Jann Horn, chroot scenarios where the chrooting application
14782 brings in a directory fd can be used to access any file outside of the chroot
14783 via *at syscalls. To maintain compatibility with Chromium and other apps,
14784 we specifically only disallow relative accesses off a directory fd when the
14785 final path is not located under that directory described by the fd and exists
14786 outside of the chroot. This additional restriction will exist under the
14787 current GRKERNSEC_CHROOT_FCHDIR option.
14788
14789 fs/namei.c | 9 +++++++++
14790 grsecurity/Kconfig | 10 ++++++----
14791 grsecurity/grsec_chroot.c | 39 +++++++++++++++++++++++++++++++++++++++
14792 include/linux/grmsg.h | 1 +
14793 include/linux/grsecurity.h | 1 +
14794 5 files changed, 56 insertions(+), 4 deletions(-)
14795
14796 commit 7d02a991213f0b07a3677dcc93cdafc3ac309142
14797 Author: Brad Spengler <spender@grsecurity.net>
14798 Date: Thu Mar 10 22:17:16 2016 -0500
14799
14800 Update size_overflow hash table
14801
14802 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 1 +
14803 1 file changed, 1 insertion(+)
14804
14805 commit 29f25ddda6a5625340df26beb394279fefea2b49
14806 Author: Brad Spengler <spender@grsecurity.net>
14807 Date: Thu Mar 10 22:16:04 2016 -0500
14808
14809 Fix module support
14810
14811 kernel/module.c | 3 ++-
14812 1 file changed, 2 insertions(+), 1 deletion(-)
14813
14814 commit b057a45636b626e7eaf03077ed0916b95fea054c
14815 Merge: ba5ee94 10d57c1
14816 Author: Brad Spengler <spender@grsecurity.net>
14817 Date: Thu Mar 10 21:36:10 2016 -0500
14818
14819 Merge branch 'pax-test' into grsec-test
14820
14821 commit 10d57c107e7fabffbe616b14efab73df585576c2
14822 Merge: 1cbae46 62e2195
14823 Author: Brad Spengler <spender@grsecurity.net>
14824 Date: Thu Mar 10 21:34:58 2016 -0500
14825
14826 Update to pax-linux-4.4.5-test9.patch:
14827 - fixed an integer signedness mixup in the old select syscall caught by the size overflow plugin, by Mathias Krause <minipli@ld-linux.so>
14828 - Emese cleaned up a few unnecessary type casts in the size overflow plugin
14829 - fixed the initify plugin to not trigger a compiler assert with gcc 6 in LTO mode
14830 - compile the x86 vdso without plugins, reported by Emese
14831 - fixed a REFCOUNT/arm compile error, reported by coadde (https://forums.grsecurity.net/viewtopic.php?f=3&t=4410)
14832 - fixed gcc-common.h for gcc 6, reported by psturm (https://forums.grsecurity.net/viewtopic.php?f=3&t=4394)
14833
14834 Merge branch 'linux-4.4.y' into pax-test
14835
14836 commit ba5ee94199b11c1429559a08c2158677dd8f1761
14837 Author: Brad Spengler <spender@grsecurity.net>
14838 Date: Thu Mar 3 20:20:19 2016 -0500
14839
14840 Update size_overflow hash table
14841
14842 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 1 +
14843 1 file changed, 1 insertion(+)
14844
14845 commit 50a5cd726362f0988b81a54d4c962acf8fd34a70
14846 Merge: 335c04c 1cbae46
14847 Author: Brad Spengler <spender@grsecurity.net>
14848 Date: Thu Mar 3 20:04:00 2016 -0500
14849
14850 Merge branch 'pax-test' into grsec-test
14851
14852 commit 1cbae46efa0b111ef2d46502f8d34c4c572a0e00
14853 Merge: a51cdb8 c252409
14854 Author: Brad Spengler <spender@grsecurity.net>
14855 Date: Thu Mar 3 19:57:43 2016 -0500
14856
14857 Merge branch 'linux-4.4.y' into pax-test
14858
14859 commit 335c04c8146a696a6101a9c69dbd47f11383549e
14860 Merge: 897877e a51cdb8
14861 Author: Brad Spengler <spender@grsecurity.net>
14862 Date: Tue Mar 1 17:57:24 2016 -0500
14863
14864 Merge branch 'pax-test' into grsec-test
14865
14866 commit a51cdb83569b450858737a30d2be043d87d7ddc1
14867 Author: Brad Spengler <spender@grsecurity.net>
14868 Date: Tue Mar 1 17:56:43 2016 -0500
14869
14870 Update to pax-linux-4.4.3-test6.patch:
14871 - spender fixed the cftype constification fallout, reported by quasar366 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4391)
14872 - fixed a few section mismatches on notifier_block variables
14873 - fixed a few REFCOUNT false positives found by Emese's plugin
14874 - constified hypervisor_x86
14875
14876 arch/x86/include/asm/hypervisor.h | 2 +-
14877 arch/x86/kernel/cpu/mshyperv.c | 2 +-
14878 arch/x86/kernel/cpu/vmware.c | 2 +-
14879 arch/x86/kernel/kvm.c | 2 +-
14880 drivers/lightnvm/rrpc.c | 4 ++--
14881 drivers/lightnvm/rrpc.h | 2 +-
14882 drivers/net/can/led.c | 2 +-
14883 drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 2 +-
14884 drivers/net/ethernet/rocker/rocker.c | 4 ++--
14885 drivers/net/ipvlan/ipvlan_main.c | 6 +++---
14886 drivers/net/vrf.c | 2 +-
14887 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 12 ++++++------
14888 drivers/staging/rtl8188eu/include/rtw_mlme_ext.h | 2 +-
14889 drivers/staging/rtl8723au/core/rtw_mlme_ext.c | 12 ++++++------
14890 drivers/staging/rtl8723au/include/drv_types.h | 2 +-
14891 drivers/staging/rtl8723au/include/rtw_mlme_ext.h | 2 +-
14892 drivers/staging/rtl8723au/include/usb_ops.h | 4 ++--
14893 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
14894 fs/proc/kcore.c | 2 +-
14895 mm/hugetlb_cgroup.c | 8 ++++----
14896 mm/mm_init.c | 2 +-
14897 mm/slub.c | 2 +-
14898 net/mac802154/iface.c | 2 +-
14899 23 files changed, 41 insertions(+), 41 deletions(-)
14900
14901 commit 897877e79629a0b854e98cb666a9d898256d45a7
14902 Merge: 1ffa5d5 4f4b213
14903 Author: Brad Spengler <spender@grsecurity.net>
14904 Date: Sun Feb 28 20:54:59 2016 -0500
14905
14906 Merge branch 'pax-test' into grsec-test
14907
14908 commit 4f4b21342a4a4f87c01f7909406e6b5f4c9dadbf
14909 Author: Brad Spengler <spender@grsecurity.net>
14910 Date: Sun Feb 28 20:54:06 2016 -0500
14911
14912 Update to pax-linux-4.4.3-test5.patch:
14913 - constified xfrm_mgr and cftype, by Mathias Krause <minipli@ld-linux.so>
14914 - Emese fixed a few checkpatch reports on the gcc plugin generator headers
14915 - Emese fixed a false positive size overflow report in get_next_ino, reported by KARBOWSKI Piotr <piotr.karbowski@gmail.com>
14916 - added a generator for SIMPLE_IPA passes as well
14917
14918 include/linux/cgroup-defs.h | 2 +-
14919 include/linux/hugetlb.h | 2 +-
14920 include/linux/hugetlb_cgroup.h | 11 ++
14921 include/net/xfrm.h | 2 +-
14922 kernel/cgroup.c | 29 ++--
14923 mm/hugetlb.c | 55 ++++++-
14924 mm/hugetlb_cgroup.c | 60 ++-----
14925 mm/mmap.c | 38 ++---
14926 net/xfrm/xfrm_state.c | 4 +-
14927 tools/gcc/constify_plugin.c | 5 +-
14928 tools/gcc/gcc-common.h | 42 +++--
14929 tools/gcc/gcc-generate-gimple-pass.h | 27 ++--
14930 tools/gcc/gcc-generate-ipa-pass.h | 43 ++---
14931 tools/gcc/gcc-generate-rtl-pass.h | 27 ++--
14932 tools/gcc/gcc-generate-simple_ipa-pass.h | 173 +++++++++++++++++++++
14933 tools/gcc/size_overflow_plugin/.gitignore | 1 +
14934 .../disable_size_overflow_hash.data | 7 +-
14935 .../size_overflow_plugin/size_overflow_hash.data | 3 -
14936 18 files changed, 385 insertions(+), 146 deletions(-)
14937
14938 commit 1ffa5d50a2161311d46b56fdef734f309503cb80
14939 Author: Brad Spengler <spender@grsecurity.net>
14940 Date: Sun Feb 28 20:43:02 2016 -0500
14941
14942 Make suid/sgid bruteforce prevention also apply to binaries with fscaps
14943 enabled
14944
14945 grsecurity/grsec_sig.c | 3 +--
14946 1 file changed, 1 insertion(+), 2 deletions(-)
14947
14948 commit cfdb373a77c88d01c1539e605e28143af5981571
14949 Author: Brad Spengler <spender@grsecurity.net>
14950 Date: Sun Feb 28 19:12:39 2016 -0500
14951
14952 compile fix
14953
14954 grsecurity/gracl_segv.c | 2 +-
14955 grsecurity/grsec_sig.c | 2 +-
14956 2 files changed, 2 insertions(+), 2 deletions(-)
14957
14958 commit 67d5160f8c1ee12ee4da1e7ad57f8688fcc77b53
14959 Author: Brad Spengler <spender@grsecurity.net>
14960 Date: Sun Feb 28 18:24:50 2016 -0500
14961
14962 Update the daemon check in handling of anti-bruteforcing of suid binaries
14963 by GRKERNSEC_BRUTE to prevent a bypass reported by Jann Horn where one
14964 could create unprivileged copies of the suid binary via ptrace, inject
14965 code into them, and fork+exec a privileged copy. A crash then in the
14966 privileged copy would trigger the daemon detection which could be avoided
14967 by simply terminating the original process. Defeat this by using our
14968 is_privileged_binary() function against the task's mm->binfmt->file to detect
14969 an fscaps-enabled or suid/sgid binary being involved.
14970
14971 Also update the RBAC RES_CRASH code to use is_privileged_binary().
14972
14973 grsecurity/gracl_segv.c | 15 +--------------
14974 grsecurity/grsec_sig.c | 3 ++-
14975 2 files changed, 3 insertions(+), 15 deletions(-)
14976
14977 commit 7382ec22b0c9627c674ccbb00210276d26f219e3
14978 Author: Brad Spengler <spender@grsecurity.net>
14979 Date: Sun Feb 28 15:06:32 2016 -0500
14980
14981 Fix a GRKERNSEC_PTRACE_READEXEC bypass reported by Jann Horn where one
14982 could dump out an unreadable suid binary by creating a script that used
14983 that binary as an interpreter.
14984
14985 fs/exec.c | 14 +++++++++-----
14986 1 file changed, 9 insertions(+), 5 deletions(-)
14987
14988 commit 3e60eddebe1c59b97c0b5432506bf8e13d84e8e6
14989 Merge: 2d35d52 8327ee6
14990 Author: Brad Spengler <spender@grsecurity.net>
14991 Date: Thu Feb 25 18:44:11 2016 -0500
14992
14993 Merge branch 'pax-test' into grsec-test
14994
14995 Conflicts:
14996 fs/proc/base.c
14997 kernel/ptrace.c
14998 mm/process_vm_access.c
14999
15000 commit 8327ee64e5e24ae6a3446dd96b95d5185f70e1f6
15001 Merge: 09d53c7 2134d97
15002 Author: Brad Spengler <spender@grsecurity.net>
15003 Date: Thu Feb 25 18:36:46 2016 -0500
15004
15005 Merge branch 'linux-4.4.y' into pax-test
15006
15007 Conflicts:
15008 mm/mmap.c
15009
15010 commit 2d35d5276f3feb0c053209f8c3a77b1f55f9d96b
15011 Author: Brad Spengler <spender@grsecurity.net>
15012 Date: Wed Feb 24 07:59:12 2016 -0500
15013
15014 Remove /proc/pid/map_files which we had previously prevented via
15015 an inverted dependency on checkpoint/restart, but clearly should have
15016 guarded independently as upstream in 4.3 enabled it regardless of checkpoint/
15017 restart support. It can be used since 4.3 as an ASLR leak under RBAC to
15018 processes of the same UID. Thanks to Mathias Krause for the report!
15019
15020 fs/proc/base.c | 2 ++
15021 1 file changed, 2 insertions(+)
15022
15023 commit e4f1e517092222aa28179b20e14c0ddfb2796049
15024 Author: Brad Spengler <spender@grsecurity.net>
15025 Date: Thu Feb 18 19:32:39 2016 -0500
15026
15027 Update size_overflow hash table
15028
15029 .../size_overflow_plugin/size_overflow_hash.data | 158 +++++++++++++++++----
15030 1 file changed, 131 insertions(+), 27 deletions(-)
15031
15032 commit d5f895ddfa903d0d70425b8c3d7ef649c7e6943b
15033 Author: Brad Spengler <spender@grsecurity.net>
15034 Date: Thu Feb 18 18:52:37 2016 -0500
15035
15036 Update size_overflow hash table
15037
15038 .../size_overflow_plugin/size_overflow_hash.data | 293 +++++++++++++++++----
15039 1 file changed, 237 insertions(+), 56 deletions(-)
15040
15041 commit 9d198df724c306c36e254fe19d0957fb608c3fa2
15042 Author: Brad Spengler <spender@grsecurity.net>
15043 Date: Thu Feb 18 18:23:03 2016 -0500
15044
15045 compile fix
15046
15047 tools/gcc/randomize_layout_plugin.c | 2 +-
15048 1 file changed, 1 insertion(+), 1 deletion(-)
15049
15050 commit 024d2af98b755712daff6ed7c49af921da4e8883
15051 Author: Brad Spengler <spender@grsecurity.net>
15052 Date: Thu Feb 18 18:19:47 2016 -0500
15053
15054 compile fix
15055
15056 tools/gcc/randomize_layout_plugin.c | 2 +-
15057 1 file changed, 1 insertion(+), 1 deletion(-)
15058
15059 commit 14a7b3bb5c3d8c6ef70c3e0842a5adc7f0f3e2c8
15060 Author: Brad Spengler <spender@grsecurity.net>
15061 Date: Thu Feb 18 18:16:32 2016 -0500
15062
15063 compile fix
15064
15065 tools/gcc/randomize_layout_plugin.c | 9 +++++----
15066 1 file changed, 5 insertions(+), 4 deletions(-)
15067
15068 commit 9b2d0ee62bc66858c274f256c0502cbcbd34b2bf
15069 Author: Brad Spengler <spender@grsecurity.net>
15070 Date: Thu Feb 18 17:54:51 2016 -0500
15071
15072 Compile fix
15073
15074 tools/gcc/randomize_layout_plugin.c | 2 +-
15075 1 file changed, 1 insertion(+), 1 deletion(-)
15076
15077 commit 13823395101c4228ecded4b624583389ee13bfb3
15078 Author: Brad Spengler <spender@grsecurity.net>
15079 Date: Thu Feb 18 17:35:21 2016 -0500
15080
15081 compile fix
15082
15083 Makefile | 5 +----
15084 1 file changed, 1 insertion(+), 4 deletions(-)
15085
15086 commit 0316a42a37e67b0bc8a545c7a8b63db2d25f1ab0
15087 Merge: 45cbb7e 09d53c7
15088 Author: Brad Spengler <spender@grsecurity.net>
15089 Date: Thu Feb 18 16:40:51 2016 -0500
15090
15091 Merge branch 'pax-test' into grsec-test
15092
15093 Conflicts:
15094 Makefile
15095 include/linux/genl_magic_struct.h
15096 scripts/mod/modpost.c
15097 tools/gcc/size_overflow_plugin/size_overflow_hash.data
15098
15099 commit 09d53c74140e87e886a28980cedbb7e771f2a356
15100 Author: Brad Spengler <spender@grsecurity.net>
15101 Date: Thu Feb 18 16:24:02 2016 -0500
15102
15103 Update to pax-linux-4.4.2-test4.patch:
15104 - fixed the initialization of ipc_namespace.shm_ctlmax to prevent the size overflow plugin from catching an integer truncation when calling shmem_kernel_file_setup, reported by Mathias Krause <minipli@ld-linux.so>
15105 - moved gcc plugin related makefile bits into a separate file, by Emese
15106 - changed modpost to report writable function pointers separately
15107 - increased the size of mem_cgroup.numainfo_events to avoid a wraparound caught by REFCOUNT, reported by alexey vlasov
15108 - reduced the size of the compat syscall entry points on amd64
15109 - fixed an integer signedness mixup in drbd caught by the size overflow plugin, reported by iamb and gaima (https://forums.grsecurity.net/viewtopic.php?f=3&t=4366)
15110 - Emese regenerated the size overflow hash table for 4.4
15111 - all plugins now use the new pass generator headers
15112
15113 Makefile | 73 +-
15114 arch/x86/entry/entry_64.S | 2 +-
15115 arch/x86/entry/entry_64_compat.S | 48 +-
15116 fs/exec.c | 3 +
15117 include/linux/genl_magic_struct.h | 4 +-
15118 include/linux/memcontrol.h | 2 +-
15119 ipc/shm.c | 2 +-
15120 mm/memcontrol.c | 6 +-
15121 scripts/Makefile.extrawarn | 4 +
15122 scripts/Makefile.gcc-plugins | 69 +
15123 scripts/mod/modpost.c | 15 +-
15124 tools/gcc/checker_plugin.c | 71 +-
15125 tools/gcc/colorize_plugin.c | 65 +-
15126 tools/gcc/constify_plugin.c | 65 +-
15127 tools/gcc/gcc-generate-gimple-pass.h | 172 +
15128 tools/gcc/gcc-generate-ipa-pass.h | 286 +
15129 tools/gcc/gcc-generate-rtl-pass.h | 172 +
15130 tools/gcc/initify_plugin.c | 74 +-
15131 tools/gcc/kallocstat_plugin.c | 65 +-
15132 tools/gcc/kernexec_plugin.c | 184 +-
15133 tools/gcc/latent_entropy_plugin.c | 71 +-
15134 tools/gcc/randomize_layout_seed.h | 1 -
15135 .../disable_size_overflow_hash.h | 152601 ------------------
15136 .../insert_size_overflow_asm.c | 71 +-
15137 .../size_overflow_plugin/intentional_overflow.c | 6 +-
15138 tools/gcc/size_overflow_plugin/size_overflow.h | 20 +-
15139 .../size_overflow_plugin/size_overflow_hash.data | 2898 +-
15140 tools/gcc/size_overflow_plugin/size_overflow_ipa.c | 94 +-
15141 .../size_overflow_plugin/size_overflow_plugin.c | 14 +-
15142 .../size_overflow_plugin/size_overflow_transform.c | 2 +-
15143 .../size_overflow_transform_core.c | 2 +-
15144 tools/gcc/stackleak_plugin.c | 132 +-
15145 tools/gcc/structleak_plugin.c | 67 +-
15146 33 files changed, 2238 insertions(+), 155123 deletions(-)
15147
15148 commit 45cbb7e015a18625dafb019246e13e8cf3a18ace
15149 Merge: 3b5448b 0c85110
15150 Author: Brad Spengler <spender@grsecurity.net>
15151 Date: Wed Feb 17 19:11:25 2016 -0500
15152
15153 Merge branch 'pax-test' into grsec-test
15154
15155 commit 0c851109f683896aaff8a310bbfa943272b47516
15156 Merge: 6cb4f49 1cb8570
15157 Author: Brad Spengler <spender@grsecurity.net>
15158 Date: Wed Feb 17 19:11:21 2016 -0500
15159
15160 Merge branch 'linux-4.4.y' into pax-test
15161
15162 commit 3b5448bd1d85025d19b2587902e4264eb212a0a3
15163 Author: Brad Spengler <spender@grsecurity.net>
15164 Date: Mon Feb 15 18:02:40 2016 -0500
15165
15166 Fix a drbd bug reported by iamb on the forums:
15167 https://forums.grsecurity.net/viewtopic.php?f=3&t=4366#p16032
15168 which caused a size_overflow report
15169
15170 include/linux/genl_magic_struct.h | 4 ++--
15171 1 file changed, 2 insertions(+), 2 deletions(-)
15172
15173 commit 061fcd0e74441189a87bfe13b55fb02b98f7d7c0
15174 Author: Brad Spengler <spender@grsecurity.net>
15175 Date: Mon Feb 15 13:20:38 2016 -0500
15176
15177 compile fix
15178
15179 drivers/staging/wilc1000/host_interface.h | 1 +
15180 1 file changed, 1 insertion(+)
15181
15182 commit 675f2dcbdd4ea3293eea9c42f0cc427b1c903fc8
15183 Author: Brad Spengler <spender@grsecurity.net>
15184 Date: Mon Feb 15 12:54:52 2016 -0500
15185
15186 Update size_overflow hash table
15187
15188 .../size_overflow_plugin/size_overflow_hash.data | 21 +++++++++++++++++----
15189 1 file changed, 17 insertions(+), 4 deletions(-)
15190
15191 commit c8c50394f0c9f2e9baaeb884a29be2057cadbf7b
15192 Author: Brad Spengler <spender@grsecurity.net>
15193 Date: Mon Feb 15 12:53:54 2016 -0500
15194
15195 compile fix
15196
15197 drivers/staging/wilc1000/wilc_spi.c | 1 -
15198 drivers/staging/wilc1000/wilc_wlan.h | 2 +-
15199 2 files changed, 1 insertion(+), 2 deletions(-)
15200
15201 commit a9dd4481db099082967585be8e153899e5fd24c7
15202 Author: Brad Spengler <spender@grsecurity.net>
15203 Date: Mon Feb 15 12:52:32 2016 -0500
15204
15205 compile fix
15206
15207 fs/proc/fd.c | 2 --
15208 1 file changed, 2 deletions(-)
15209
15210 commit 5acb4fa0063460807096429f073181d1c5a3e566
15211 Author: Brad Spengler <spender@grsecurity.net>
15212 Date: Mon Feb 15 12:32:13 2016 -0500
15213
15214 Update size_overflow hash table
15215
15216 .../size_overflow_plugin/size_overflow_hash.data | 224 +++++++++++++++++----
15217 1 file changed, 182 insertions(+), 42 deletions(-)
15218
15219 commit c0bac9ff9af7ef753740622b5736684a32b49a9f
15220 Author: Brad Spengler <spender@grsecurity.net>
15221 Date: Mon Feb 15 12:31:16 2016 -0500
15222
15223 compile fix
15224
15225 drivers/staging/wilc1000/wilc_spi.c | 1 +
15226 1 file changed, 1 insertion(+)
15227
15228 commit 2f89ebdee131f6a6c85e611e5b993d4b19bc2673
15229 Author: Brad Spengler <spender@grsecurity.net>
15230 Date: Mon Feb 15 12:28:36 2016 -0500
15231
15232 RANDSTRUCT compile fix
15233
15234 drivers/staging/wilc1000/wilc_spi.c | 32 ++++++++++++++++----------------
15235 1 file changed, 16 insertions(+), 16 deletions(-)
15236
15237 commit 693be5d7f5b783f451499bbe83162aeb0f27a09f
15238 Author: Brad Spengler <spender@grsecurity.net>
15239 Date: Mon Feb 15 12:24:49 2016 -0500
15240
15241 RANDSTRUCT compile fix
15242
15243 drivers/staging/wilc1000/wilc_sdio.c | 34 +++++++++++++++++-----------------
15244 1 file changed, 17 insertions(+), 17 deletions(-)
15245
15246 commit bdf3dcd665c1a8ef9b69ad6525760c5160ec19a2
15247 Author: Hariprasad S <hariprasad@chelsio.com>
15248 Date: Fri Dec 11 13:59:17 2015 +0530
15249
15250 iw_cxgb3: Fix incorrectly returning error on success
15251
15252 The cxgb3_*_send() functions return NET_XMIT_ values, which are
15253 positive integers values. So don't treat positive return values
15254 as an error.
15255
15256 Signed-off-by: Steve Wise <swise@opengridcomputing.com>
15257 Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
15258 Signed-off-by: Doug Ledford <dledford@redhat.com>
15259
15260 drivers/infiniband/hw/cxgb3/iwch_cm.c | 4 ++--
15261 1 file changed, 2 insertions(+), 2 deletions(-)
15262
15263 commit 8705fe372dc21046ca3fc55381b70cffb4c60207
15264 Author: Daniel Borkmann <daniel@iogearbox.net>
15265 Date: Wed Feb 10 16:47:11 2016 +0100
15266
15267 bpf: fix branch offset adjustment on backjumps after patching ctx expansion
15268
15269 When ctx access is used, the kernel often needs to expand/rewrite
15270 instructions, so after that patching, branch offsets have to be
15271 adjusted for both forward and backward jumps in the new eBPF program,
15272 but for backward jumps it fails to account the delta. Meaning, for
15273 example, if the expansion happens exactly on the insn that sits at
15274 the jump target, it doesn't fix up the back jump offset.
15275
15276 Analysis on what the check in adjust_branches() is currently doing:
15277
15278 /* adjust offset of jmps if necessary */
15279 if (i < pos && i + insn->off + 1 > pos)
15280 insn->off += delta;
15281 else if (i > pos && i + insn->off + 1 < pos)
15282 insn->off -= delta;
15283
15284 First condition (forward jumps):
15285
15286 Before: After:
15287
15288 insns[0] insns[0]
15289 insns[1] <--- i/insn insns[1] <--- i/insn
15290 insns[2] <--- pos insns[P] <--- pos
15291 insns[3] insns[P] `------| delta
15292 insns[4] <--- target_X insns[P] `-----|
15293 insns[5] insns[3]
15294 insns[4] <--- target_X
15295 insns[5]
15296
15297 First case is if we cross pos-boundary and the jump instruction was
15298 before pos. This is handeled correctly. I.e. if i == pos, then this
15299 would mean our jump that we currently check was the patchlet itself
15300 that we just injected. Since such patchlets are self-contained and
15301 have no awareness of any insns before or after the patched one, the
15302 delta is correctly not adjusted. Also, for the second condition in
15303 case of i + insn->off + 1 == pos, means we jump to that newly patched
15304 instruction, so no offset adjustment are needed. That part is correct.
15305
15306 Second condition (backward jumps):
15307
15308 Before: After:
15309
15310 insns[0] insns[0]
15311 insns[1] <--- target_X insns[1] <--- target_X
15312 insns[2] <--- pos <-- target_Y insns[P] <--- pos <-- target_Y
15313 insns[3] insns[P] `------| delta
15314 insns[4] <--- i/insn insns[P] `-----|
15315 insns[5] insns[3]
15316 insns[4] <--- i/insn
15317 insns[5]
15318
15319 Second interesting case is where we cross pos-boundary and the jump
15320 instruction was after pos. Backward jump with i == pos would be
15321 impossible and pose a bug somewhere in the patchlet, so the first
15322 condition checking i > pos is okay only by itself. However, i +
15323 insn->off + 1 < pos does not always work as intended to trigger the
15324 adjustment. It works when jump targets would be far off where the
15325 delta wouldn't matter. But, for example, where the fixed insn->off
15326 before pointed to pos (target_Y), it now points to pos + delta, so
15327 that additional room needs to be taken into account for the check.
15328 This means that i) both tests here need to be adjusted into pos + delta,
15329 and ii) for the second condition, the test needs to be <= as pos
15330 itself can be a target in the backjump, too.
15331
15332 Fixes: 9bac3d6d548e ("bpf: allow extended BPF programs access skb fields")
15333 Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
15334 Signed-off-by: David S. Miller <davem@davemloft.net>
15335
15336 kernel/bpf/verifier.c | 2 +-
15337 1 file changed, 1 insertion(+), 1 deletion(-)
15338
15339 commit 61b513b644116e77313addf65970db58f4981608
15340 Author: Ryan Ware <ware@linux.intel.com>
15341 Date: Thu Feb 11 15:58:44 2016 -0800
15342
15343 EVM: Use crypto_memneq() for digest comparisons
15344
15345 This patch fixes vulnerability CVE-2016-2085. The problem exists
15346 because the vm_verify_hmac() function includes a use of memcmp().
15347 Unfortunately, this allows timing side channel attacks; specifically
15348 a MAC forgery complexity drop from 2^128 to 2^12. This patch changes
15349 the memcmp() to the cryptographically safe crypto_memneq().
15350
15351 Reported-by: Xiaofei Rex Guo <xiaofei.rex.guo@intel.com>
15352 Signed-off-by: Ryan Ware <ware@linux.intel.com>
15353 Cc: stable@vger.kernel.org
15354 Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
15355 Signed-off-by: James Morris <james.l.morris@oracle.com>
15356
15357 security/integrity/evm/evm_main.c | 3 ++-
15358 1 file changed, 2 insertions(+), 1 deletion(-)
15359
15360 commit 970b961e7d0684624f9c69f0b4367d5c76b65a63
15361 Author: Michael McConville <mmcco@mykolab.com>
15362 Date: Fri Feb 5 20:46:25 2016 -0500
15363
15364 dscc4: Undefined signed int shift
15365
15366 My analysis in the below mail applies, although the second part is
15367 unnecessary because i isn't used in arithmetic operations here:
15368
15369 https://marc.info/?l=openbsd-tech&m=145377854103866&w=2
15370
15371 Thanks for your time.
15372
15373 Signed-off-by: Michael McConville <mmcco@mykolab.com>
15374 Acked-by: Francois Romieu <romieu@fr.zoreil.com>
15375 Signed-off-by: David S. Miller <davem@davemloft.net>
15376
15377 drivers/net/wan/dscc4.c | 2 +-
15378 1 file changed, 1 insertion(+), 1 deletion(-)
15379
15380 commit d843df24b6680b600e87ebfea3b7b198b90b5a2a
15381 Author: Andrey Konovalov <andreyknvl@gmail.com>
15382 Date: Sat Feb 13 11:08:06 2016 +0300
15383
15384 ALSA: usb-audio: avoid freeing umidi object twice
15385
15386 The 'umidi' object will be free'd on the error path by snd_usbmidi_free()
15387 when tearing down the rawmidi interface. So we shouldn't try to free it
15388 in snd_usbmidi_create() after having registered the rawmidi interface.
15389
15390 Found by KASAN.
15391
15392 Signed-off-by: Andrey Konovalov <andreyknvl@gmail.com>
15393 Acked-by: Clemens Ladisch <clemens@ladisch.de>
15394 Cc: <stable@vger.kernel.org>
15395 Signed-off-by: Takashi Iwai <tiwai@suse.de>
15396
15397 sound/usb/midi.c | 1 -
15398 1 file changed, 1 deletion(-)
15399
15400 commit ed3a8ab1976674d56e258da93639e61f1446e703
15401 Author: zengtao <prime.zeng@huawei.com>
15402 Date: Tue Feb 2 11:38:34 2016 +0800
15403
15404 cputime: Prevent 32bit overflow in time[val|spec]_to_cputime()
15405
15406 The datatype __kernel_time_t is u32 on 32bit platform, so its subject to
15407 overflows in the timeval/timespec to cputime conversion.
15408
15409 Currently the following functions are affected:
15410 1. setitimer()
15411 2. timer_create/timer_settime()
15412 3. sys_clock_nanosleep
15413
15414 This can happen on MIPS32 and ARM32 with "Full dynticks CPU time accounting"
15415 enabled, which is required for CONFIG_NO_HZ_FULL.
15416
15417 Enforce u64 conversion to prevent the overflow.
15418
15419 Fixes: 31c1fc818715 ("ARM: Kconfig: allow full nohz CPU accounting")
15420 Signed-off-by: zengtao <prime.zeng@huawei.com>
15421 Reviewed-by: Arnd Bergmann <arnd@arndb.de>
15422 Cc: <fweisbec@gmail.com>
15423 Cc: stable@vger.kernel.org
15424 Link: http://lkml.kernel.org/r/1454384314-154784-1-git-send-email-prime.zeng@huawei.com
15425 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
15426
15427 include/asm-generic/cputime_nsecs.h | 5 +++--
15428 1 file changed, 3 insertions(+), 2 deletions(-)
15429
15430 commit bf8a2de485da37d73850e7cfa31967b7798b6ce0
15431 Author: Brad Spengler <spender@grsecurity.net>
15432 Date: Mon Feb 15 11:55:18 2016 -0500
15433
15434 Fix building with allnoconfig, don't make our added DATA_TO_TEXT mismatch warnings
15435 count as actual mismatches
15436
15437 scripts/mod/modpost.c | 3 ++-
15438 1 file changed, 2 insertions(+), 1 deletion(-)
15439
15440 commit c9d82b6d0f1a2484fea0a516989dbdc6c55e5693
15441 Author: Brad Spengler <spender@grsecurity.net>
15442 Date: Mon Feb 15 11:44:36 2016 -0500
15443
15444 Compile fix
15445
15446 tools/gcc/randomize_layout_seed.h | 1 -
15447 1 file changed, 1 deletion(-)
15448
15449 commit fb68cbb98732e6801e8fc8d1da1f1195e51ff077
15450 Author: Brad Spengler <spender@grsecurity.net>
15451 Date: Mon Feb 15 11:27:32 2016 -0500
15452
15453 disable USELIB
15454
15455 init/Kconfig | 3 ++-
15456 1 file changed, 2 insertions(+), 1 deletion(-)
15457
15458 commit cbda9a44b7f92161eb1e444bf7fe2bbcbedaae65
15459 Author: Brad Spengler <spender@grsecurity.net>
15460 Date: Mon Feb 15 11:23:56 2016 -0500
15461
15462 compile fix
15463
15464 fs/proc/fd.c | 2 +-
15465 1 file changed, 1 insertion(+), 1 deletion(-)
15466
15467 commit 5cf0a2e87ab7105d1ba01f55f7636fa2e1fa4bb4
15468 Author: Brad Spengler <spender@grsecurity.net>
15469 Date: Mon Feb 15 11:19:26 2016 -0500
15470
15471 Initial import of grsecurity for Linux 4.4.1
15472
15473 Documentation/dontdiff | 2 +
15474 Documentation/kernel-parameters.txt | 11 +
15475 Documentation/sysctl/fs.txt | 23 +
15476 Documentation/sysctl/kernel.txt | 15 +
15477 Makefile | 18 +-
15478 arch/alpha/include/asm/cache.h | 4 +-
15479 arch/alpha/kernel/osf_sys.c | 12 +-
15480 arch/arc/Kconfig | 1 +
15481 arch/arm/Kconfig | 1 +
15482 arch/arm/Kconfig.debug | 1 +
15483 arch/arm/include/asm/thread_info.h | 7 +-
15484 arch/arm/kernel/entry-common.S | 8 +-
15485 arch/arm/kernel/process.c | 4 +-
15486 arch/arm/kernel/ptrace.c | 9 +
15487 arch/arm/kernel/traps.c | 7 +-
15488 arch/arm/mm/Kconfig | 4 +-
15489 arch/arm/mm/fault.c | 40 +-
15490 arch/arm/mm/mmap.c | 8 +-
15491 arch/arm/net/bpf_jit_32.c | 51 +-
15492 arch/arm64/Kconfig.debug | 1 +
15493 arch/avr32/include/asm/cache.h | 4 +-
15494 arch/blackfin/Kconfig.debug | 1 +
15495 arch/blackfin/include/asm/cache.h | 3 +-
15496 arch/cris/include/arch-v10/arch/cache.h | 3 +-
15497 arch/cris/include/arch-v32/arch/cache.h | 3 +-
15498 arch/frv/include/asm/cache.h | 3 +-
15499 arch/frv/mm/elf-fdpic.c | 4 +-
15500 arch/hexagon/include/asm/cache.h | 6 +-
15501 arch/ia64/Kconfig | 1 +
15502 arch/ia64/include/asm/cache.h | 3 +-
15503 arch/ia64/kernel/sys_ia64.c | 2 +
15504 arch/ia64/mm/hugetlbpage.c | 2 +
15505 arch/m32r/include/asm/cache.h | 4 +-
15506 arch/m68k/include/asm/cache.h | 4 +-
15507 arch/metag/mm/hugetlbpage.c | 1 +
15508 arch/microblaze/include/asm/cache.h | 3 +-
15509 arch/mips/Kconfig | 1 +
15510 arch/mips/include/asm/cache.h | 3 +-
15511 arch/mips/include/asm/thread_info.h | 11 +-
15512 arch/mips/kernel/irq.c | 3 +
15513 arch/mips/kernel/ptrace.c | 9 +
15514 arch/mips/mm/mmap.c | 4 +-
15515 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
15516 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
15517 arch/openrisc/include/asm/cache.h | 4 +-
15518 arch/parisc/include/asm/cache.h | 3 +
15519 arch/parisc/kernel/sys_parisc.c | 4 +
15520 arch/powerpc/Kconfig | 1 +
15521 arch/powerpc/include/asm/cache.h | 4 +-
15522 arch/powerpc/include/asm/thread_info.h | 5 +-
15523 arch/powerpc/kernel/Makefile | 2 +
15524 arch/powerpc/kernel/irq.c | 3 +
15525 arch/powerpc/kernel/process.c | 10 +-
15526 arch/powerpc/kernel/ptrace.c | 14 +
15527 arch/powerpc/kernel/traps.c | 5 +
15528 arch/powerpc/mm/slice.c | 2 +-
15529 arch/s390/Kconfig.debug | 1 +
15530 arch/s390/include/asm/cache.h | 4 +-
15531 arch/score/include/asm/cache.h | 4 +-
15532 arch/sh/include/asm/cache.h | 3 +-
15533 arch/sh/mm/mmap.c | 6 +-
15534 arch/sparc/include/asm/cache.h | 4 +-
15535 arch/sparc/include/asm/pgalloc_64.h | 1 +
15536 arch/sparc/include/asm/thread_info_64.h | 8 +-
15537 arch/sparc/kernel/process_32.c | 6 +-
15538 arch/sparc/kernel/process_64.c | 8 +-
15539 arch/sparc/kernel/ptrace_64.c | 14 +
15540 arch/sparc/kernel/sys_sparc_64.c | 8 +-
15541 arch/sparc/kernel/syscalls.S | 8 +-
15542 arch/sparc/kernel/traps_32.c | 8 +-
15543 arch/sparc/kernel/traps_64.c | 28 +-
15544 arch/sparc/kernel/unaligned_64.c | 2 +-
15545 arch/sparc/mm/fault_64.c | 2 +-
15546 arch/sparc/mm/hugetlbpage.c | 15 +-
15547 arch/tile/Kconfig | 1 +
15548 arch/tile/include/asm/cache.h | 3 +-
15549 arch/tile/mm/hugetlbpage.c | 2 +
15550 arch/um/include/asm/cache.h | 3 +-
15551 arch/unicore32/include/asm/cache.h | 6 +-
15552 arch/x86/Kconfig | 21 +
15553 arch/x86/Kconfig.debug | 2 +
15554 arch/x86/entry/common.c | 14 +
15555 arch/x86/entry/entry_32.S | 2 +-
15556 arch/x86/entry/entry_64.S | 2 +-
15557 arch/x86/ia32/ia32_aout.c | 2 +
15558 arch/x86/include/asm/floppy.h | 20 +-
15559 arch/x86/include/asm/fpu/types.h | 69 +-
15560 arch/x86/include/asm/io.h | 2 +-
15561 arch/x86/include/asm/page.h | 12 +-
15562 arch/x86/include/asm/paravirt_types.h | 23 +-
15563 arch/x86/include/asm/pgtable_types.h | 6 +-
15564 arch/x86/include/asm/processor.h | 12 +-
15565 arch/x86/include/asm/thread_info.h | 6 +-
15566 arch/x86/include/asm/uaccess.h | 2 +-
15567 arch/x86/kernel/dumpstack.c | 10 +-
15568 arch/x86/kernel/dumpstack_32.c | 2 +-
15569 arch/x86/kernel/dumpstack_64.c | 2 +-
15570 arch/x86/kernel/ioport.c | 13 +
15571 arch/x86/kernel/irq_32.c | 3 +
15572 arch/x86/kernel/irq_64.c | 4 +
15573 arch/x86/kernel/ldt.c | 18 +
15574 arch/x86/kernel/msr.c | 10 +
15575 arch/x86/kernel/ptrace.c | 14 +
15576 arch/x86/kernel/signal.c | 9 +-
15577 arch/x86/kernel/sys_i386_32.c | 9 +-
15578 arch/x86/kernel/sys_x86_64.c | 8 +-
15579 arch/x86/kernel/traps.c | 5 +
15580 arch/x86/kernel/verify_cpu.S | 1 +
15581 arch/x86/kernel/vm86_32.c | 15 +
15582 arch/x86/mm/fault.c | 12 +-
15583 arch/x86/mm/hugetlbpage.c | 15 +-
15584 arch/x86/mm/init.c | 66 +-
15585 arch/x86/mm/init_32.c | 6 +-
15586 arch/x86/mm/pageattr.c | 4 +-
15587 arch/x86/net/bpf_jit_comp.c | 4 +
15588 arch/x86/platform/efi/efi_64.c | 2 +-
15589 arch/x86/xen/Kconfig | 1 +
15590 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
15591 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
15592 crypto/scatterwalk.c | 10 +-
15593 drivers/acpi/acpica/hwxfsleep.c | 11 +-
15594 drivers/acpi/custom_method.c | 4 +
15595 drivers/block/cciss.h | 30 +-
15596 drivers/block/smart1,2.h | 40 +-
15597 drivers/cdrom/cdrom.c | 2 +-
15598 drivers/char/Kconfig | 4 +-
15599 drivers/char/genrtc.c | 1 +
15600 drivers/char/mem.c | 17 +
15601 drivers/char/random.c | 5 +-
15602 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
15603 drivers/firewire/ohci.c | 4 +
15604 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 70 +-
15605 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
15606 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
15607 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
15608 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
15609 drivers/hid/hid-wiimote-debug.c | 2 +-
15610 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
15611 drivers/iommu/Kconfig | 1 +
15612 drivers/iommu/amd_iommu.c | 14 +-
15613 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
15614 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
15615 drivers/isdn/gigaset/usb-gigaset.c | 32 +-
15616 drivers/isdn/i4l/isdn_concap.c | 6 +-
15617 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
15618 drivers/md/bcache/Kconfig | 1 +
15619 drivers/md/raid5.c | 8 +
15620 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
15621 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
15622 drivers/media/radio/radio-cadet.c | 5 +-
15623 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
15624 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
15625 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
15626 drivers/media/usb/dvb-usb/technisat-usb2.c | 75 +-
15627 drivers/message/fusion/mptbase.c | 9 +
15628 drivers/misc/sgi-xp/xp_main.c | 12 +-
15629 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
15630 drivers/net/ppp/pptp.c | 34 +-
15631 drivers/net/wan/lmc/lmc_media.c | 97 +-
15632 drivers/net/wan/z85230.c | 24 +-
15633 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
15634 drivers/net/wireless/zd1211rw/zd_usb.c | 2 +-
15635 drivers/pci/proc.c | 9 +
15636 drivers/platform/x86/asus-wmi.c | 12 +
15637 drivers/rtc/rtc-dev.c | 3 +
15638 drivers/scsi/bfa/bfa_fcs.c | 19 +-
15639 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
15640 drivers/scsi/bfa/bfa_modules.h | 12 +-
15641 drivers/scsi/hpsa.h | 40 +-
15642 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
15643 drivers/staging/lustre/lustre/libcfs/module.c | 10 +-
15644 drivers/tty/serial/uartlite.c | 4 +-
15645 drivers/tty/sysrq.c | 2 +-
15646 drivers/tty/tty_io.c | 4 +
15647 drivers/tty/vt/keyboard.c | 22 +-
15648 drivers/uio/uio.c | 6 +-
15649 drivers/usb/core/hub.c | 5 +
15650 drivers/usb/gadget/function/f_uac1.c | 1 +
15651 drivers/usb/gadget/function/u_uac1.c | 1 +
15652 drivers/usb/host/hwa-hc.c | 9 +-
15653 drivers/usb/usbip/vhci_sysfs.c | 2 +-
15654 drivers/video/fbdev/arcfb.c | 2 +-
15655 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
15656 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
15657 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
15658 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++----
15659 drivers/xen/xenfs/xenstored.c | 5 +
15660 firmware/Makefile | 2 +
15661 firmware/WHENCE | 20 +-
15662 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
15663 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
15664 fs/attr.c | 4 +
15665 fs/autofs4/waitq.c | 9 +
15666 fs/binfmt_aout.c | 7 +
15667 fs/binfmt_elf.c | 40 +-
15668 fs/compat.c | 20 +-
15669 fs/compat_ioctl.c | 253 +-
15670 fs/coredump.c | 17 +-
15671 fs/dcache.c | 3 +
15672 fs/debugfs/inode.c | 11 +-
15673 fs/exec.c | 231 +-
15674 fs/ext2/balloc.c | 4 +-
15675 fs/ext2/super.c | 8 +-
15676 fs/ext4/balloc.c | 4 +-
15677 fs/ext4/extents.c | 2 +-
15678 fs/fcntl.c | 4 +
15679 fs/fhandle.c | 3 +-
15680 fs/file.c | 4 +
15681 fs/filesystems.c | 4 +
15682 fs/fs_struct.c | 20 +-
15683 fs/hugetlbfs/inode.c | 24 +-
15684 fs/inode.c | 8 +-
15685 fs/internal.h | 7 +
15686 fs/ioctl.c | 4 +-
15687 fs/kernfs/dir.c | 6 +
15688 fs/mount.h | 4 +-
15689 fs/namei.c | 283 +-
15690 fs/namespace.c | 24 +
15691 fs/nfsd/nfscache.c | 2 +-
15692 fs/open.c | 38 +
15693 fs/overlayfs/inode.c | 3 +
15694 fs/overlayfs/super.c | 6 +-
15695 fs/pipe.c | 49 +-
15696 fs/posix_acl.c | 15 +-
15697 fs/proc/Kconfig | 10 +-
15698 fs/proc/array.c | 69 +-
15699 fs/proc/base.c | 186 +-
15700 fs/proc/cmdline.c | 4 +
15701 fs/proc/devices.c | 4 +
15702 fs/proc/fd.c | 12 +-
15703 fs/proc/generic.c | 64 +
15704 fs/proc/inode.c | 17 +
15705 fs/proc/internal.h | 11 +-
15706 fs/proc/interrupts.c | 4 +
15707 fs/proc/kcore.c | 3 +
15708 fs/proc/namespaces.c | 4 +-
15709 fs/proc/proc_net.c | 31 +
15710 fs/proc/proc_sysctl.c | 52 +-
15711 fs/proc/root.c | 8 +
15712 fs/proc/stat.c | 69 +-
15713 fs/proc/task_mmu.c | 66 +-
15714 fs/readdir.c | 19 +
15715 fs/reiserfs/item_ops.c | 24 +-
15716 fs/reiserfs/super.c | 4 +
15717 fs/select.c | 2 +
15718 fs/seq_file.c | 30 +-
15719 fs/stat.c | 20 +-
15720 fs/sysfs/dir.c | 30 +-
15721 fs/utimes.c | 7 +
15722 fs/xattr.c | 26 +-
15723 grsecurity/Kconfig | 1203 ++++
15724 grsecurity/Makefile | 54 +
15725 grsecurity/gracl.c | 2757 +++++++++
15726 grsecurity/gracl_alloc.c | 105 +
15727 grsecurity/gracl_cap.c | 127 +
15728 grsecurity/gracl_compat.c | 269 +
15729 grsecurity/gracl_fs.c | 448 ++
15730 grsecurity/gracl_ip.c | 386 ++
15731 grsecurity/gracl_learn.c | 207 +
15732 grsecurity/gracl_policy.c | 1786 ++++++
15733 grsecurity/gracl_res.c | 68 +
15734 grsecurity/gracl_segv.c | 304 +
15735 grsecurity/gracl_shm.c | 40 +
15736 grsecurity/grsec_chdir.c | 19 +
15737 grsecurity/grsec_chroot.c | 467 ++
15738 grsecurity/grsec_disabled.c | 445 ++
15739 grsecurity/grsec_exec.c | 189 +
15740 grsecurity/grsec_fifo.c | 26 +
15741 grsecurity/grsec_fork.c | 23 +
15742 grsecurity/grsec_init.c | 294 +
15743 grsecurity/grsec_ipc.c | 48 +
15744 grsecurity/grsec_link.c | 65 +
15745 grsecurity/grsec_log.c | 340 +
15746 grsecurity/grsec_mem.c | 48 +
15747 grsecurity/grsec_mount.c | 65 +
15748 grsecurity/grsec_pax.c | 47 +
15749 grsecurity/grsec_proc.c | 20 +
15750 grsecurity/grsec_ptrace.c | 30 +
15751 grsecurity/grsec_sig.c | 245 +
15752 grsecurity/grsec_sock.c | 244 +
15753 grsecurity/grsec_sysctl.c | 497 ++
15754 grsecurity/grsec_time.c | 16 +
15755 grsecurity/grsec_tpe.c | 78 +
15756 grsecurity/grsec_tty.c | 18 +
15757 grsecurity/grsec_usb.c | 15 +
15758 grsecurity/grsum.c | 54 +
15759 include/linux/binfmts.h | 5 +-
15760 include/linux/capability.h | 13 +
15761 include/linux/compiler-gcc.h | 5 +
15762 include/linux/compiler.h | 8 +
15763 include/linux/cred.h | 8 +-
15764 include/linux/dcache.h | 5 +-
15765 include/linux/fs.h | 26 +-
15766 include/linux/fs_struct.h | 2 +-
15767 include/linux/fsnotify.h | 6 +
15768 include/linux/gracl.h | 342 ++
15769 include/linux/gracl_compat.h | 156 +
15770 include/linux/gralloc.h | 9 +
15771 include/linux/grdefs.h | 140 +
15772 include/linux/grinternal.h | 231 +
15773 include/linux/grmsg.h | 119 +
15774 include/linux/grsecurity.h | 258 +
15775 include/linux/grsock.h | 19 +
15776 include/linux/ipc.h | 2 +-
15777 include/linux/ipc_namespace.h | 2 +-
15778 include/linux/kallsyms.h | 18 +-
15779 include/linux/key-type.h | 4 +-
15780 include/linux/kmod.h | 5 +
15781 include/linux/kobject.h | 2 +-
15782 include/linux/lsm_hooks.h | 4 +-
15783 include/linux/mm.h | 12 +
15784 include/linux/mm_types.h | 4 +-
15785 include/linux/module.h | 5 +-
15786 include/linux/mount.h | 2 +-
15787 include/linux/msg.h | 2 +-
15788 include/linux/netfilter/xt_gradm.h | 9 +
15789 include/linux/path.h | 4 +-
15790 include/linux/perf_event.h | 13 +-
15791 include/linux/pid_namespace.h | 2 +-
15792 include/linux/pipe_fs_i.h | 4 +
15793 include/linux/poison.h | 2 +-
15794 include/linux/printk.h | 2 +-
15795 include/linux/proc_fs.h | 22 +-
15796 include/linux/proc_ns.h | 2 +-
15797 include/linux/ptrace.h | 24 +-
15798 include/linux/radix-tree.h | 22 +-
15799 include/linux/random.h | 2 +-
15800 include/linux/rbtree_augmented.h | 4 +-
15801 include/linux/scatterlist.h | 12 +-
15802 include/linux/sched.h | 115 +-
15803 include/linux/security.h | 1 +
15804 include/linux/sem.h | 2 +-
15805 include/linux/seq_file.h | 5 +
15806 include/linux/shm.h | 6 +-
15807 include/linux/shmem_fs.h | 5 +-
15808 include/linux/skbuff.h | 3 +
15809 include/linux/slab.h | 9 -
15810 include/linux/sysctl.h | 8 +-
15811 include/linux/thread_info.h | 6 +-
15812 include/linux/tty.h | 2 +-
15813 include/linux/tty_driver.h | 4 +-
15814 include/linux/uidgid.h | 5 +
15815 include/linux/user_namespace.h | 2 +-
15816 include/linux/utsname.h | 2 +-
15817 include/linux/vermagic.h | 16 +-
15818 include/linux/vmalloc.h | 8 +
15819 include/net/af_unix.h | 6 +-
15820 include/net/ip.h | 2 +-
15821 include/net/neighbour.h | 2 +-
15822 include/net/net_namespace.h | 2 +-
15823 include/net/netfilter/nf_conntrack_core.h | 8 +-
15824 include/net/scm.h | 1 +
15825 include/net/sock.h | 2 +-
15826 include/trace/events/fs.h | 53 +
15827 include/uapi/linux/personality.h | 1 +
15828 init/Kconfig | 2 +
15829 init/main.c | 46 +-
15830 ipc/mqueue.c | 1 +
15831 ipc/msg.c | 3 +-
15832 ipc/msgutil.c | 4 +-
15833 ipc/sem.c | 3 +-
15834 ipc/shm.c | 26 +-
15835 ipc/util.c | 6 +
15836 kernel/auditsc.c | 2 +-
15837 kernel/bpf/syscall.c | 10 +-
15838 kernel/capability.c | 41 +-
15839 kernel/cgroup.c | 5 +-
15840 kernel/compat.c | 1 +
15841 kernel/configs.c | 11 +
15842 kernel/cred.c | 112 +-
15843 kernel/events/core.c | 16 +-
15844 kernel/exit.c | 10 +-
15845 kernel/fork.c | 86 +-
15846 kernel/futex.c | 6 +-
15847 kernel/futex_compat.c | 2 +-
15848 kernel/kallsyms.c | 9 +
15849 kernel/kcmp.c | 8 +-
15850 kernel/kexec_core.c | 2 +-
15851 kernel/kmod.c | 96 +-
15852 kernel/kprobes.c | 9 +-
15853 kernel/ksysfs.c | 2 +
15854 kernel/locking/lockdep_proc.c | 10 +-
15855 kernel/module.c | 108 +-
15856 kernel/panic.c | 4 +-
15857 kernel/pid.c | 18 +-
15858 kernel/power/Kconfig | 2 +
15859 kernel/printk/printk.c | 7 +-
15860 kernel/ptrace.c | 89 +-
15861 kernel/resource.c | 10 +
15862 kernel/sched/core.c | 11 +-
15863 kernel/seccomp.c | 22 +-
15864 kernel/signal.c | 37 +-
15865 kernel/sys.c | 64 +-
15866 kernel/sysctl.c | 186 +-
15867 kernel/taskstats.c | 6 +
15868 kernel/time/posix-timers.c | 8 +
15869 kernel/time/time.c | 5 +
15870 kernel/time/timekeeping.c | 3 +
15871 kernel/time/timer_list.c | 13 +-
15872 kernel/time/timer_stats.c | 10 +-
15873 kernel/trace/Kconfig | 2 +
15874 kernel/trace/trace_syscalls.c | 8 +
15875 kernel/user_namespace.c | 15 +
15876 lib/Kconfig.debug | 13 +-
15877 lib/Kconfig.kasan | 2 +-
15878 lib/is_single_threaded.c | 3 +
15879 lib/list_debug.c | 65 +-
15880 lib/nlattr.c | 2 +
15881 lib/radix-tree.c | 12 +-
15882 lib/rbtree.c | 4 +-
15883 lib/vsprintf.c | 39 +-
15884 localversion-grsec | 1 +
15885 mm/Kconfig | 8 +-
15886 mm/Kconfig.debug | 1 +
15887 mm/filemap.c | 1 +
15888 mm/kmemleak.c | 4 +-
15889 mm/memory.c | 2 +-
15890 mm/mempolicy.c | 12 +-
15891 mm/migrate.c | 3 +-
15892 mm/mlock.c | 11 +-
15893 mm/mmap.c | 103 +-
15894 mm/mprotect.c | 8 +
15895 mm/oom_kill.c | 4 +
15896 mm/page_alloc.c | 2 +-
15897 mm/process_vm_access.c | 8 +-
15898 mm/shmem.c | 11 +-
15899 mm/slab.c | 14 +-
15900 mm/slab_common.c | 2 +-
15901 mm/slob.c | 12 +
15902 mm/slub.c | 33 +-
15903 mm/util.c | 3 +
15904 mm/vmalloc.c | 82 +-
15905 mm/vmstat.c | 29 +-
15906 net/appletalk/atalk_proc.c | 2 +-
15907 net/atm/lec.c | 6 +-
15908 net/atm/mpoa_caches.c | 42 +-
15909 net/can/bcm.c | 2 +-
15910 net/can/proc.c | 2 +-
15911 net/core/dev_ioctl.c | 7 +-
15912 net/core/filter.c | 8 +-
15913 net/core/net-procfs.c | 17 +-
15914 net/core/pktgen.c | 2 +-
15915 net/core/scm.c | 7 +
15916 net/core/sock.c | 3 +-
15917 net/core/sysctl_net_core.c | 2 +-
15918 net/decnet/dn_dev.c | 2 +-
15919 net/ipv4/Kconfig | 1 +
15920 net/ipv4/devinet.c | 6 +-
15921 net/ipv4/inet_hashtables.c | 4 +
15922 net/ipv4/ip_input.c | 7 +
15923 net/ipv4/ip_sockglue.c | 3 +-
15924 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
15925 net/ipv4/route.c | 6 +-
15926 net/ipv4/tcp_input.c | 6 +-
15927 net/ipv4/tcp_ipv4.c | 24 +-
15928 net/ipv4/tcp_minisocks.c | 9 +-
15929 net/ipv4/tcp_timer.c | 11 +
15930 net/ipv4/udp.c | 24 +
15931 net/ipv6/Kconfig | 1 +
15932 net/ipv6/addrconf.c | 13 +-
15933 net/ipv6/proc.c | 2 +-
15934 net/ipv6/tcp_ipv6.c | 23 +-
15935 net/ipv6/udp.c | 7 +
15936 net/ipx/ipx_proc.c | 2 +-
15937 net/irda/irproc.c | 2 +-
15938 net/iucv/af_iucv.c | 3 +
15939 net/llc/llc_proc.c | 2 +-
15940 net/netfilter/Kconfig | 10 +
15941 net/netfilter/Makefile | 1 +
15942 net/netfilter/nf_conntrack_core.c | 46 +-
15943 net/netfilter/nf_conntrack_helper.c | 2 +-
15944 net/netfilter/nf_conntrack_netlink.c | 2 +-
15945 net/netfilter/xt_gradm.c | 51 +
15946 net/netfilter/xt_hashlimit.c | 4 +-
15947 net/netfilter/xt_recent.c | 2 +-
15948 net/openvswitch/actions.c | 19 +-
15949 net/sctp/sm_sideeffect.c | 11 +-
15950 net/sctp/sm_statefuns.c | 17 +-
15951 net/socket.c | 75 +-
15952 net/sunrpc/Kconfig | 1 +
15953 net/sunrpc/cache.c | 2 +-
15954 net/sunrpc/stats.c | 2 +-
15955 net/sysctl_net.c | 2 +-
15956 net/unix/af_unix.c | 57 +-
15957 net/unix/garbage.c | 8 +-
15958 net/vmw_vsock/vmci_transport_notify.c | 30 +-
15959 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
15960 net/x25/sysctl_net_x25.c | 2 +-
15961 net/x25/x25_proc.c | 2 +-
15962 scripts/package/Makefile | 2 +-
15963 scripts/package/mkspec | 41 +-
15964 security/Kconfig | 369 +-
15965 security/apparmor/file.c | 4 +-
15966 security/apparmor/lsm.c | 8 +-
15967 security/commoncap.c | 36 +-
15968 security/keys/internal.h | 2 +-
15969 security/min_addr.c | 2 +
15970 security/smack/smack_lsm.c | 8 +-
15971 security/tomoyo/file.c | 12 +-
15972 security/tomoyo/mount.c | 4 +
15973 security/tomoyo/tomoyo.c | 20 +-
15974 security/yama/Kconfig | 2 +-
15975 security/yama/yama_lsm.c | 4 +-
15976 sound/core/timer.c | 4 +-
15977 sound/synth/emux/emux_seq.c | 14 +-
15978 sound/usb/line6/driver.c | 40 +-
15979 sound/usb/line6/toneport.c | 12 +-
15980 tools/gcc/.gitignore | 1 +
15981 tools/gcc/Makefile | 12 +
15982 tools/gcc/gen-random-seed.sh | 8 +
15983 tools/gcc/randomize_layout_plugin.c | 930 +++
15984 tools/gcc/size_overflow_plugin/.gitignore | 1 +
15985 .../size_overflow_plugin/size_overflow_hash.data | 463 +-
15986 513 files changed, 33007 insertions(+), 3251 deletions(-)
15987
15988 commit 6cb4f49b6a55cf16ae82685e1ab9b74c95b2f743
15989 Author: Brad Spengler <spender@grsecurity.net>
15990 Date: Mon Feb 15 10:51:41 2016 -0500
15991
15992 Initial import of pax-linux-4.4.1-test3.patch
15993
15994 Documentation/dontdiff | 46 +-
15995 Documentation/kbuild/makefiles.txt | 39 +-
15996 Documentation/kernel-parameters.txt | 28 +
15997 Makefile | 119 +-
15998 arch/alpha/include/asm/atomic.h | 10 +
15999 arch/alpha/include/asm/elf.h | 7 +
16000 arch/alpha/include/asm/pgalloc.h | 6 +
16001 arch/alpha/include/asm/pgtable.h | 11 +
16002 arch/alpha/kernel/module.c | 2 +-
16003 arch/alpha/kernel/osf_sys.c | 8 +-
16004 arch/alpha/mm/fault.c | 141 +-
16005 arch/arm/Kconfig | 3 +-
16006 arch/arm/include/asm/atomic.h | 323 +-
16007 arch/arm/include/asm/cache.h | 5 +-
16008 arch/arm/include/asm/cacheflush.h | 2 +-
16009 arch/arm/include/asm/checksum.h | 14 +-
16010 arch/arm/include/asm/cmpxchg.h | 4 +
16011 arch/arm/include/asm/cpuidle.h | 2 +-
16012 arch/arm/include/asm/domain.h | 42 +-
16013 arch/arm/include/asm/elf.h | 9 +-
16014 arch/arm/include/asm/fncpy.h | 2 +
16015 arch/arm/include/asm/futex.h | 1 +
16016 arch/arm/include/asm/kmap_types.h | 2 +-
16017 arch/arm/include/asm/mach/dma.h | 2 +-
16018 arch/arm/include/asm/mach/map.h | 16 +-
16019 arch/arm/include/asm/outercache.h | 2 +-
16020 arch/arm/include/asm/page.h | 3 +-
16021 arch/arm/include/asm/pgalloc.h | 20 +
16022 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
16023 arch/arm/include/asm/pgtable-2level.h | 3 +
16024 arch/arm/include/asm/pgtable-3level.h | 3 +
16025 arch/arm/include/asm/pgtable.h | 54 +-
16026 arch/arm/include/asm/smp.h | 2 +-
16027 arch/arm/include/asm/thread_info.h | 3 +
16028 arch/arm/include/asm/tls.h | 3 +
16029 arch/arm/include/asm/uaccess.h | 113 +-
16030 arch/arm/include/uapi/asm/ptrace.h | 2 +-
16031 arch/arm/kernel/armksyms.c | 2 +-
16032 arch/arm/kernel/cpuidle.c | 2 +-
16033 arch/arm/kernel/entry-armv.S | 109 +-
16034 arch/arm/kernel/entry-common.S | 40 +-
16035 arch/arm/kernel/entry-header.S | 55 +
16036 arch/arm/kernel/fiq.c | 3 +
16037 arch/arm/kernel/module-plts.c | 7 +-
16038 arch/arm/kernel/module.c | 38 +-
16039 arch/arm/kernel/patch.c | 2 +
16040 arch/arm/kernel/process.c | 92 +-
16041 arch/arm/kernel/reboot.c | 1 +
16042 arch/arm/kernel/setup.c | 20 +-
16043 arch/arm/kernel/signal.c | 35 +-
16044 arch/arm/kernel/smp.c | 2 +-
16045 arch/arm/kernel/tcm.c | 4 +-
16046 arch/arm/kernel/vmlinux.lds.S | 6 +-
16047 arch/arm/kvm/arm.c | 8 +-
16048 arch/arm/lib/copy_page.S | 1 +
16049 arch/arm/lib/csumpartialcopyuser.S | 4 +-
16050 arch/arm/lib/delay.c | 2 +-
16051 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
16052 arch/arm/mach-exynos/suspend.c | 6 +-
16053 arch/arm/mach-mvebu/coherency.c | 4 +-
16054 arch/arm/mach-omap2/board-n8x0.c | 2 +-
16055 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
16056 arch/arm/mach-omap2/omap-smp.c | 1 +
16057 arch/arm/mach-omap2/omap_device.c | 4 +-
16058 arch/arm/mach-omap2/omap_device.h | 4 +-
16059 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
16060 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
16061 arch/arm/mach-omap2/wd_timer.c | 6 +-
16062 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
16063 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
16064 arch/arm/mach-tegra/irq.c | 1 +
16065 arch/arm/mach-ux500/pm.c | 1 +
16066 arch/arm/mach-zynq/platsmp.c | 1 +
16067 arch/arm/mm/Kconfig | 6 +-
16068 arch/arm/mm/cache-l2x0.c | 2 +-
16069 arch/arm/mm/context.c | 10 +-
16070 arch/arm/mm/fault.c | 146 +
16071 arch/arm/mm/fault.h | 12 +
16072 arch/arm/mm/init.c | 39 +
16073 arch/arm/mm/ioremap.c | 4 +-
16074 arch/arm/mm/mmap.c | 30 +-
16075 arch/arm/mm/mmu.c | 162 +-
16076 arch/arm/net/bpf_jit_32.c | 3 +
16077 arch/arm/plat-iop/setup.c | 2 +-
16078 arch/arm/plat-omap/sram.c | 2 +
16079 arch/arm64/include/asm/atomic.h | 10 +
16080 arch/arm64/include/asm/percpu.h | 8 +-
16081 arch/arm64/include/asm/pgalloc.h | 5 +
16082 arch/arm64/include/asm/uaccess.h | 1 +
16083 arch/arm64/mm/dma-mapping.c | 2 +-
16084 arch/avr32/include/asm/elf.h | 8 +-
16085 arch/avr32/include/asm/kmap_types.h | 4 +-
16086 arch/avr32/mm/fault.c | 27 +
16087 arch/frv/include/asm/atomic.h | 10 +
16088 arch/frv/include/asm/kmap_types.h | 2 +-
16089 arch/frv/mm/elf-fdpic.c | 3 +-
16090 arch/ia64/Makefile | 1 +
16091 arch/ia64/include/asm/atomic.h | 10 +
16092 arch/ia64/include/asm/elf.h | 7 +
16093 arch/ia64/include/asm/pgalloc.h | 12 +
16094 arch/ia64/include/asm/pgtable.h | 13 +-
16095 arch/ia64/include/asm/spinlock.h | 2 +-
16096 arch/ia64/include/asm/uaccess.h | 27 +-
16097 arch/ia64/kernel/module.c | 45 +-
16098 arch/ia64/kernel/palinfo.c | 2 +-
16099 arch/ia64/kernel/sys_ia64.c | 7 +
16100 arch/ia64/kernel/vmlinux.lds.S | 2 +-
16101 arch/ia64/mm/fault.c | 32 +-
16102 arch/ia64/mm/init.c | 15 +-
16103 arch/m32r/lib/usercopy.c | 6 +
16104 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
16105 arch/mips/include/asm/atomic.h | 368 +-
16106 arch/mips/include/asm/elf.h | 7 +
16107 arch/mips/include/asm/exec.h | 2 +-
16108 arch/mips/include/asm/hw_irq.h | 2 +-
16109 arch/mips/include/asm/local.h | 57 +
16110 arch/mips/include/asm/page.h | 2 +-
16111 arch/mips/include/asm/pgalloc.h | 5 +
16112 arch/mips/include/asm/pgtable.h | 3 +
16113 arch/mips/include/asm/uaccess.h | 1 +
16114 arch/mips/kernel/binfmt_elfn32.c | 7 +
16115 arch/mips/kernel/binfmt_elfo32.c | 7 +
16116 arch/mips/kernel/irq-gt641xx.c | 2 +-
16117 arch/mips/kernel/irq.c | 6 +-
16118 arch/mips/kernel/pm-cps.c | 2 +-
16119 arch/mips/kernel/process.c | 12 -
16120 arch/mips/kernel/sync-r4k.c | 24 +-
16121 arch/mips/kernel/traps.c | 13 +-
16122 arch/mips/mm/fault.c | 25 +
16123 arch/mips/mm/mmap.c | 51 +-
16124 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
16125 arch/mips/sni/rm200.c | 2 +-
16126 arch/mips/vr41xx/common/icu.c | 2 +-
16127 arch/mips/vr41xx/common/irq.c | 4 +-
16128 arch/parisc/include/asm/atomic.h | 10 +
16129 arch/parisc/include/asm/elf.h | 7 +
16130 arch/parisc/include/asm/pgalloc.h | 6 +
16131 arch/parisc/include/asm/pgtable.h | 11 +
16132 arch/parisc/include/asm/uaccess.h | 4 +-
16133 arch/parisc/kernel/module.c | 50 +-
16134 arch/parisc/kernel/sys_parisc.c | 15 +
16135 arch/parisc/kernel/traps.c | 4 +-
16136 arch/parisc/mm/fault.c | 140 +-
16137 arch/powerpc/include/asm/atomic.h | 329 +-
16138 arch/powerpc/include/asm/elf.h | 12 +
16139 arch/powerpc/include/asm/exec.h | 2 +-
16140 arch/powerpc/include/asm/kmap_types.h | 2 +-
16141 arch/powerpc/include/asm/local.h | 46 +
16142 arch/powerpc/include/asm/mman.h | 2 +-
16143 arch/powerpc/include/asm/page.h | 8 +-
16144 arch/powerpc/include/asm/page_64.h | 7 +-
16145 arch/powerpc/include/asm/pgalloc-64.h | 7 +
16146 arch/powerpc/include/asm/pgtable.h | 1 +
16147 arch/powerpc/include/asm/pte-hash32.h | 1 +
16148 arch/powerpc/include/asm/reg.h | 1 +
16149 arch/powerpc/include/asm/smp.h | 2 +-
16150 arch/powerpc/include/asm/spinlock.h | 42 +-
16151 arch/powerpc/include/asm/uaccess.h | 141 +-
16152 arch/powerpc/kernel/Makefile | 5 +
16153 arch/powerpc/kernel/exceptions-64e.S | 4 +-
16154 arch/powerpc/kernel/exceptions-64s.S | 2 +-
16155 arch/powerpc/kernel/module_32.c | 15 +-
16156 arch/powerpc/kernel/process.c | 46 -
16157 arch/powerpc/kernel/signal_32.c | 2 +-
16158 arch/powerpc/kernel/signal_64.c | 2 +-
16159 arch/powerpc/kernel/traps.c | 21 +
16160 arch/powerpc/kernel/vdso.c | 5 +-
16161 arch/powerpc/lib/usercopy_64.c | 18 -
16162 arch/powerpc/mm/fault.c | 56 +-
16163 arch/powerpc/mm/mmap.c | 16 +
16164 arch/powerpc/mm/slice.c | 13 +-
16165 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
16166 arch/s390/include/asm/atomic.h | 10 +
16167 arch/s390/include/asm/elf.h | 7 +
16168 arch/s390/include/asm/exec.h | 2 +-
16169 arch/s390/include/asm/uaccess.h | 13 +-
16170 arch/s390/kernel/module.c | 22 +-
16171 arch/s390/kernel/process.c | 20 -
16172 arch/s390/mm/mmap.c | 16 +
16173 arch/score/include/asm/exec.h | 2 +-
16174 arch/score/kernel/process.c | 5 -
16175 arch/sh/mm/mmap.c | 22 +-
16176 arch/sparc/include/asm/atomic_64.h | 110 +-
16177 arch/sparc/include/asm/cache.h | 2 +-
16178 arch/sparc/include/asm/elf_32.h | 7 +
16179 arch/sparc/include/asm/elf_64.h | 7 +
16180 arch/sparc/include/asm/pgalloc_32.h | 1 +
16181 arch/sparc/include/asm/pgalloc_64.h | 1 +
16182 arch/sparc/include/asm/pgtable.h | 4 +
16183 arch/sparc/include/asm/pgtable_32.h | 15 +-
16184 arch/sparc/include/asm/pgtsrmmu.h | 5 +
16185 arch/sparc/include/asm/setup.h | 4 +-
16186 arch/sparc/include/asm/spinlock_64.h | 35 +-
16187 arch/sparc/include/asm/thread_info_32.h | 1 +
16188 arch/sparc/include/asm/thread_info_64.h | 2 +
16189 arch/sparc/include/asm/uaccess.h | 1 +
16190 arch/sparc/include/asm/uaccess_32.h | 28 +-
16191 arch/sparc/include/asm/uaccess_64.h | 24 +-
16192 arch/sparc/kernel/Makefile | 2 +-
16193 arch/sparc/kernel/prom_common.c | 2 +-
16194 arch/sparc/kernel/smp_64.c | 8 +-
16195 arch/sparc/kernel/sys_sparc_32.c | 2 +-
16196 arch/sparc/kernel/sys_sparc_64.c | 52 +-
16197 arch/sparc/kernel/traps_64.c | 27 +-
16198 arch/sparc/lib/Makefile | 2 +-
16199 arch/sparc/lib/atomic_64.S | 57 +-
16200 arch/sparc/lib/ksyms.c | 6 +-
16201 arch/sparc/mm/Makefile | 2 +-
16202 arch/sparc/mm/fault_32.c | 292 +
16203 arch/sparc/mm/fault_64.c | 486 +
16204 arch/sparc/mm/hugetlbpage.c | 22 +-
16205 arch/sparc/mm/init_64.c | 10 +-
16206 arch/tile/include/asm/atomic_64.h | 10 +
16207 arch/tile/include/asm/uaccess.h | 4 +-
16208 arch/um/Makefile | 4 +
16209 arch/um/include/asm/kmap_types.h | 2 +-
16210 arch/um/include/asm/page.h | 3 +
16211 arch/um/include/asm/pgtable-3level.h | 1 +
16212 arch/um/kernel/process.c | 16 -
16213 arch/x86/Kconfig | 26 +-
16214 arch/x86/Kconfig.cpu | 6 +-
16215 arch/x86/Kconfig.debug | 4 +-
16216 arch/x86/Makefile | 13 +-
16217 arch/x86/boot/Makefile | 3 +
16218 arch/x86/boot/bitops.h | 4 +-
16219 arch/x86/boot/boot.h | 2 +-
16220 arch/x86/boot/compressed/Makefile | 3 +
16221 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
16222 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
16223 arch/x86/boot/compressed/head_32.S | 4 +-
16224 arch/x86/boot/compressed/head_64.S | 12 +-
16225 arch/x86/boot/compressed/misc.c | 11 +-
16226 arch/x86/boot/cpucheck.c | 16 +-
16227 arch/x86/boot/header.S | 6 +-
16228 arch/x86/boot/memory.c | 2 +-
16229 arch/x86/boot/video-vesa.c | 1 +
16230 arch/x86/boot/video.c | 2 +-
16231 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
16232 arch/x86/crypto/aesni-intel_asm.S | 106 +-
16233 arch/x86/crypto/blowfish-x86_64-asm_64.S | 7 +
16234 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 10 +
16235 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 10 +
16236 arch/x86/crypto/camellia-x86_64-asm_64.S | 7 +
16237 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 51 +-
16238 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 25 +-
16239 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 2 +
16240 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
16241 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
16242 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 9 +
16243 arch/x86/crypto/serpent-avx2-asm_64.S | 9 +
16244 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
16245 arch/x86/crypto/sha1_ssse3_asm.S | 10 +-
16246 arch/x86/crypto/sha256-avx-asm.S | 2 +
16247 arch/x86/crypto/sha256-avx2-asm.S | 2 +
16248 arch/x86/crypto/sha256-ssse3-asm.S | 2 +
16249 arch/x86/crypto/sha512-avx-asm.S | 2 +
16250 arch/x86/crypto/sha512-avx2-asm.S | 2 +
16251 arch/x86/crypto/sha512-ssse3-asm.S | 2 +
16252 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 25 +-
16253 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 4 +
16254 arch/x86/crypto/twofish-x86_64-asm_64.S | 3 +
16255 arch/x86/entry/calling.h | 86 +-
16256 arch/x86/entry/common.c | 28 +-
16257 arch/x86/entry/entry_32.S | 311 +-
16258 arch/x86/entry/entry_64.S | 625 +-
16259 arch/x86/entry/entry_64_compat.S | 67 +-
16260 arch/x86/entry/thunk_64.S | 2 +
16261 arch/x86/entry/vdso/Makefile | 2 +-
16262 arch/x86/entry/vdso/vdso2c.h | 8 +-
16263 arch/x86/entry/vdso/vma.c | 37 +-
16264 arch/x86/entry/vsyscall/vsyscall_64.c | 20 +-
16265 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 2 +-
16266 arch/x86/ia32/ia32_signal.c | 23 +-
16267 arch/x86/ia32/sys_ia32.c | 42 +-
16268 arch/x86/include/asm/alternative-asm.h | 43 +-
16269 arch/x86/include/asm/alternative.h | 4 +-
16270 arch/x86/include/asm/apic.h | 2 +-
16271 arch/x86/include/asm/apm.h | 4 +-
16272 arch/x86/include/asm/atomic.h | 230 +-
16273 arch/x86/include/asm/atomic64_32.h | 100 +
16274 arch/x86/include/asm/atomic64_64.h | 164 +-
16275 arch/x86/include/asm/bitops.h | 18 +-
16276 arch/x86/include/asm/boot.h | 2 +-
16277 arch/x86/include/asm/cache.h | 5 +-
16278 arch/x86/include/asm/checksum_32.h | 12 +-
16279 arch/x86/include/asm/cmpxchg.h | 39 +
16280 arch/x86/include/asm/compat.h | 4 +
16281 arch/x86/include/asm/cpufeature.h | 17 +-
16282 arch/x86/include/asm/desc.h | 78 +-
16283 arch/x86/include/asm/desc_defs.h | 6 +
16284 arch/x86/include/asm/div64.h | 2 +-
16285 arch/x86/include/asm/dma.h | 2 +
16286 arch/x86/include/asm/elf.h | 33 +-
16287 arch/x86/include/asm/emergency-restart.h | 2 +-
16288 arch/x86/include/asm/fpu/internal.h | 42 +-
16289 arch/x86/include/asm/fpu/types.h | 5 +-
16290 arch/x86/include/asm/futex.h | 14 +-
16291 arch/x86/include/asm/hw_irq.h | 4 +-
16292 arch/x86/include/asm/i8259.h | 2 +-
16293 arch/x86/include/asm/io.h | 22 +-
16294 arch/x86/include/asm/irqflags.h | 5 +
16295 arch/x86/include/asm/kprobes.h | 9 +-
16296 arch/x86/include/asm/local.h | 106 +-
16297 arch/x86/include/asm/mman.h | 15 +
16298 arch/x86/include/asm/mmu.h | 14 +-
16299 arch/x86/include/asm/mmu_context.h | 133 +-
16300 arch/x86/include/asm/module.h | 17 +-
16301 arch/x86/include/asm/nmi.h | 19 +-
16302 arch/x86/include/asm/page.h | 1 +
16303 arch/x86/include/asm/page_32.h | 12 +-
16304 arch/x86/include/asm/page_64.h | 14 +-
16305 arch/x86/include/asm/paravirt.h | 46 +-
16306 arch/x86/include/asm/paravirt_types.h | 15 +-
16307 arch/x86/include/asm/pgalloc.h | 23 +
16308 arch/x86/include/asm/pgtable-2level.h | 2 +
16309 arch/x86/include/asm/pgtable-3level.h | 7 +
16310 arch/x86/include/asm/pgtable.h | 126 +-
16311 arch/x86/include/asm/pgtable_32.h | 14 +-
16312 arch/x86/include/asm/pgtable_32_types.h | 24 +-
16313 arch/x86/include/asm/pgtable_64.h | 23 +-
16314 arch/x86/include/asm/pgtable_64_types.h | 5 +
16315 arch/x86/include/asm/pgtable_types.h | 26 +-
16316 arch/x86/include/asm/pmem.h | 2 +-
16317 arch/x86/include/asm/preempt.h | 2 +-
16318 arch/x86/include/asm/processor.h | 57 +-
16319 arch/x86/include/asm/ptrace.h | 15 +-
16320 arch/x86/include/asm/realmode.h | 4 +-
16321 arch/x86/include/asm/reboot.h | 10 +-
16322 arch/x86/include/asm/rmwcc.h | 84 +-
16323 arch/x86/include/asm/rwsem.h | 60 +-
16324 arch/x86/include/asm/segment.h | 27 +-
16325 arch/x86/include/asm/smap.h | 43 +
16326 arch/x86/include/asm/smp.h | 14 +-
16327 arch/x86/include/asm/stackprotector.h | 4 +-
16328 arch/x86/include/asm/stacktrace.h | 34 +-
16329 arch/x86/include/asm/switch_to.h | 4 +-
16330 arch/x86/include/asm/sys_ia32.h | 6 +-
16331 arch/x86/include/asm/thread_info.h | 27 +-
16332 arch/x86/include/asm/tlbflush.h | 77 +-
16333 arch/x86/include/asm/uaccess.h | 210 +-
16334 arch/x86/include/asm/uaccess_32.h | 28 +-
16335 arch/x86/include/asm/uaccess_64.h | 169 +-
16336 arch/x86/include/asm/word-at-a-time.h | 2 +-
16337 arch/x86/include/asm/x86_init.h | 10 +-
16338 arch/x86/include/asm/xen/page.h | 2 +-
16339 arch/x86/include/uapi/asm/e820.h | 2 +-
16340 arch/x86/kernel/Makefile | 2 +-
16341 arch/x86/kernel/acpi/boot.c | 4 +-
16342 arch/x86/kernel/acpi/sleep.c | 4 +
16343 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
16344 arch/x86/kernel/alternative.c | 124 +-
16345 arch/x86/kernel/apic/apic.c | 4 +-
16346 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
16347 arch/x86/kernel/apic/apic_noop.c | 2 +-
16348 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
16349 arch/x86/kernel/apic/io_apic.c | 8 +-
16350 arch/x86/kernel/apic/msi.c | 2 +-
16351 arch/x86/kernel/apic/probe_32.c | 4 +-
16352 arch/x86/kernel/apic/vector.c | 2 +
16353 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
16354 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
16355 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
16356 arch/x86/kernel/apm_32.c | 21 +-
16357 arch/x86/kernel/asm-offsets.c | 20 +
16358 arch/x86/kernel/asm-offsets_64.c | 1 +
16359 arch/x86/kernel/cpu/Makefile | 4 -
16360 arch/x86/kernel/cpu/amd.c | 2 +-
16361 arch/x86/kernel/cpu/bugs_64.c | 2 +
16362 arch/x86/kernel/cpu/common.c | 202 +-
16363 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
16364 arch/x86/kernel/cpu/mcheck/mce.c | 34 +-
16365 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
16366 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
16367 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
16368 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
16369 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
16370 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
16371 arch/x86/kernel/cpu/perf_event.c | 10 +-
16372 arch/x86/kernel/cpu/perf_event.h | 2 +-
16373 arch/x86/kernel/cpu/perf_event_amd_iommu.c | 2 +-
16374 arch/x86/kernel/cpu/perf_event_intel.c | 34 +-
16375 arch/x86/kernel/cpu/perf_event_intel_bts.c | 6 +-
16376 arch/x86/kernel/cpu/perf_event_intel_cqm.c | 4 +-
16377 arch/x86/kernel/cpu/perf_event_intel_ds.c | 7 +-
16378 arch/x86/kernel/cpu/perf_event_intel_lbr.c | 4 +-
16379 arch/x86/kernel/cpu/perf_event_intel_pt.c | 42 +-
16380 arch/x86/kernel/cpu/perf_event_intel_rapl.c | 2 +-
16381 arch/x86/kernel/cpu/perf_event_intel_uncore.c | 2 +-
16382 arch/x86/kernel/cpu/perf_event_intel_uncore.h | 2 +-
16383 arch/x86/kernel/crash_dump_64.c | 2 +-
16384 arch/x86/kernel/doublefault.c | 8 +-
16385 arch/x86/kernel/dumpstack.c | 24 +-
16386 arch/x86/kernel/dumpstack_32.c | 25 +-
16387 arch/x86/kernel/dumpstack_64.c | 62 +-
16388 arch/x86/kernel/e820.c | 4 +-
16389 arch/x86/kernel/early_printk.c | 1 +
16390 arch/x86/kernel/espfix_64.c | 44 +-
16391 arch/x86/kernel/fpu/core.c | 24 +-
16392 arch/x86/kernel/fpu/init.c | 40 +-
16393 arch/x86/kernel/fpu/regset.c | 22 +-
16394 arch/x86/kernel/fpu/signal.c | 20 +-
16395 arch/x86/kernel/fpu/xstate.c | 6 +-
16396 arch/x86/kernel/ftrace.c | 18 +-
16397 arch/x86/kernel/head64.c | 14 +-
16398 arch/x86/kernel/head_32.S | 235 +-
16399 arch/x86/kernel/head_64.S | 173 +-
16400 arch/x86/kernel/i386_ksyms_32.c | 12 +
16401 arch/x86/kernel/i8259.c | 10 +-
16402 arch/x86/kernel/io_delay.c | 2 +-
16403 arch/x86/kernel/ioport.c | 2 +-
16404 arch/x86/kernel/irq.c | 8 +-
16405 arch/x86/kernel/irq_32.c | 45 +-
16406 arch/x86/kernel/jump_label.c | 10 +-
16407 arch/x86/kernel/kgdb.c | 21 +-
16408 arch/x86/kernel/kprobes/core.c | 28 +-
16409 arch/x86/kernel/kprobes/opt.c | 16 +-
16410 arch/x86/kernel/ksysfs.c | 2 +-
16411 arch/x86/kernel/kvmclock.c | 20 +-
16412 arch/x86/kernel/ldt.c | 25 +
16413 arch/x86/kernel/livepatch.c | 11 +-
16414 arch/x86/kernel/machine_kexec_32.c | 6 +-
16415 arch/x86/kernel/mcount_64.S | 19 +-
16416 arch/x86/kernel/module.c | 78 +-
16417 arch/x86/kernel/msr.c | 2 +-
16418 arch/x86/kernel/nmi.c | 34 +-
16419 arch/x86/kernel/nmi_selftest.c | 4 +-
16420 arch/x86/kernel/paravirt-spinlocks.c | 2 +-
16421 arch/x86/kernel/paravirt.c | 45 +-
16422 arch/x86/kernel/paravirt_patch_64.c | 8 +
16423 arch/x86/kernel/pci-calgary_64.c | 2 +-
16424 arch/x86/kernel/pci-iommu_table.c | 2 +-
16425 arch/x86/kernel/pci-swiotlb.c | 2 +-
16426 arch/x86/kernel/process.c | 80 +-
16427 arch/x86/kernel/process_32.c | 29 +-
16428 arch/x86/kernel/process_64.c | 14 +-
16429 arch/x86/kernel/ptrace.c | 20 +-
16430 arch/x86/kernel/pvclock.c | 8 +-
16431 arch/x86/kernel/reboot.c | 44 +-
16432 arch/x86/kernel/reboot_fixups_32.c | 2 +-
16433 arch/x86/kernel/relocate_kernel_64.S | 3 +-
16434 arch/x86/kernel/setup.c | 29 +-
16435 arch/x86/kernel/setup_percpu.c | 29 +-
16436 arch/x86/kernel/signal.c | 17 +-
16437 arch/x86/kernel/smp.c | 2 +-
16438 arch/x86/kernel/smpboot.c | 29 +-
16439 arch/x86/kernel/step.c | 6 +-
16440 arch/x86/kernel/sys_i386_32.c | 184 +
16441 arch/x86/kernel/sys_x86_64.c | 22 +-
16442 arch/x86/kernel/tboot.c | 22 +-
16443 arch/x86/kernel/time.c | 8 +-
16444 arch/x86/kernel/tls.c | 7 +-
16445 arch/x86/kernel/tracepoint.c | 4 +-
16446 arch/x86/kernel/traps.c | 53 +-
16447 arch/x86/kernel/tsc.c | 2 +-
16448 arch/x86/kernel/uprobes.c | 4 +-
16449 arch/x86/kernel/vm86_32.c | 6 +-
16450 arch/x86/kernel/vmlinux.lds.S | 153 +-
16451 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
16452 arch/x86/kernel/x86_init.c | 6 +-
16453 arch/x86/kvm/cpuid.c | 21 +-
16454 arch/x86/kvm/emulate.c | 6 +-
16455 arch/x86/kvm/i8259.c | 10 +-
16456 arch/x86/kvm/ioapic.c | 2 +
16457 arch/x86/kvm/lapic.c | 2 +-
16458 arch/x86/kvm/paging_tmpl.h | 2 +-
16459 arch/x86/kvm/svm.c | 10 +-
16460 arch/x86/kvm/vmx.c | 62 +-
16461 arch/x86/kvm/x86.c | 44 +-
16462 arch/x86/lguest/boot.c | 3 +-
16463 arch/x86/lib/atomic64_386_32.S | 164 +
16464 arch/x86/lib/atomic64_cx8_32.S | 98 +-
16465 arch/x86/lib/checksum_32.S | 99 +-
16466 arch/x86/lib/clear_page_64.S | 3 +
16467 arch/x86/lib/cmpxchg16b_emu.S | 3 +
16468 arch/x86/lib/copy_page_64.S | 14 +-
16469 arch/x86/lib/copy_user_64.S | 66 +-
16470 arch/x86/lib/csum-copy_64.S | 14 +-
16471 arch/x86/lib/csum-wrappers_64.c | 8 +-
16472 arch/x86/lib/getuser.S | 74 +-
16473 arch/x86/lib/insn.c | 8 +-
16474 arch/x86/lib/iomap_copy_64.S | 2 +
16475 arch/x86/lib/memcpy_64.S | 6 +
16476 arch/x86/lib/memmove_64.S | 3 +-
16477 arch/x86/lib/memset_64.S | 3 +
16478 arch/x86/lib/mmx_32.c | 243 +-
16479 arch/x86/lib/msr-reg.S | 2 +
16480 arch/x86/lib/putuser.S | 87 +-
16481 arch/x86/lib/rwsem.S | 6 +-
16482 arch/x86/lib/usercopy_32.c | 359 +-
16483 arch/x86/lib/usercopy_64.c | 22 +-
16484 arch/x86/math-emu/fpu_aux.c | 2 +-
16485 arch/x86/math-emu/fpu_entry.c | 4 +-
16486 arch/x86/math-emu/fpu_system.h | 2 +-
16487 arch/x86/mm/Makefile | 4 +
16488 arch/x86/mm/extable.c | 26 +-
16489 arch/x86/mm/fault.c | 570 +-
16490 arch/x86/mm/gup.c | 6 +-
16491 arch/x86/mm/highmem_32.c | 6 +
16492 arch/x86/mm/hugetlbpage.c | 24 +-
16493 arch/x86/mm/init.c | 111 +-
16494 arch/x86/mm/init_32.c | 111 +-
16495 arch/x86/mm/init_64.c | 46 +-
16496 arch/x86/mm/iomap_32.c | 4 +
16497 arch/x86/mm/ioremap.c | 52 +-
16498 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
16499 arch/x86/mm/mmap.c | 40 +-
16500 arch/x86/mm/mmio-mod.c | 10 +-
16501 arch/x86/mm/mpx.c | 6 +-
16502 arch/x86/mm/numa.c | 4 +-
16503 arch/x86/mm/pageattr.c | 42 +-
16504 arch/x86/mm/pat.c | 12 +-
16505 arch/x86/mm/pat_rbtree.c | 2 +-
16506 arch/x86/mm/pf_in.c | 10 +-
16507 arch/x86/mm/pgtable.c | 214 +-
16508 arch/x86/mm/pgtable_32.c | 3 +
16509 arch/x86/mm/setup_nx.c | 7 +
16510 arch/x86/mm/tlb.c | 4 +
16511 arch/x86/mm/uderef_64.c | 37 +
16512 arch/x86/net/bpf_jit.S | 11 +
16513 arch/x86/net/bpf_jit_comp.c | 13 +-
16514 arch/x86/oprofile/backtrace.c | 6 +-
16515 arch/x86/oprofile/nmi_int.c | 8 +-
16516 arch/x86/oprofile/op_model_amd.c | 8 +-
16517 arch/x86/oprofile/op_model_ppro.c | 7 +-
16518 arch/x86/oprofile/op_x86_model.h | 2 +-
16519 arch/x86/pci/intel_mid_pci.c | 2 +-
16520 arch/x86/pci/irq.c | 8 +-
16521 arch/x86/pci/pcbios.c | 144 +-
16522 arch/x86/platform/efi/efi_32.c | 24 +
16523 arch/x86/platform/efi/efi_64.c | 26 +-
16524 arch/x86/platform/efi/efi_stub_32.S | 64 +-
16525 arch/x86/platform/efi/efi_stub_64.S | 2 +
16526 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
16527 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
16528 arch/x86/platform/intel-mid/mfld.c | 4 +-
16529 arch/x86/platform/intel-mid/mrfl.c | 2 +-
16530 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
16531 arch/x86/platform/olpc/olpc_dt.c | 2 +-
16532 arch/x86/power/cpu.c | 11 +-
16533 arch/x86/realmode/init.c | 10 +-
16534 arch/x86/realmode/rm/Makefile | 3 +
16535 arch/x86/realmode/rm/header.S | 4 +-
16536 arch/x86/realmode/rm/reboot.S | 4 +
16537 arch/x86/realmode/rm/trampoline_32.S | 12 +-
16538 arch/x86/realmode/rm/trampoline_64.S | 3 +-
16539 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
16540 arch/x86/tools/Makefile | 2 +-
16541 arch/x86/tools/relocs.c | 96 +-
16542 arch/x86/um/mem_32.c | 2 +-
16543 arch/x86/um/tls_32.c | 2 +-
16544 arch/x86/xen/enlighten.c | 50 +-
16545 arch/x86/xen/mmu.c | 19 +-
16546 arch/x86/xen/smp.c | 16 +-
16547 arch/x86/xen/xen-asm_32.S | 2 +-
16548 arch/x86/xen/xen-head.S | 11 +
16549 arch/x86/xen/xen-ops.h | 2 -
16550 block/bio.c | 4 +-
16551 block/blk-cgroup.c | 18 +-
16552 block/blk-iopoll.c | 2 +-
16553 block/blk-map.c | 2 +-
16554 block/blk-softirq.c | 2 +-
16555 block/bsg.c | 12 +-
16556 block/cfq-iosched.c | 4 +-
16557 block/compat_ioctl.c | 4 +-
16558 block/genhd.c | 9 +-
16559 block/partitions/efi.c | 8 +-
16560 block/scsi_ioctl.c | 29 +-
16561 crypto/cryptd.c | 4 +-
16562 crypto/crypto_user.c | 8 +-
16563 crypto/pcrypt.c | 2 +-
16564 crypto/zlib.c | 12 +-
16565 drivers/acpi/acpi_video.c | 2 +-
16566 drivers/acpi/apei/apei-internal.h | 2 +-
16567 drivers/acpi/apei/ghes.c | 10 +-
16568 drivers/acpi/bgrt.c | 6 +-
16569 drivers/acpi/blacklist.c | 4 +-
16570 drivers/acpi/bus.c | 4 +-
16571 drivers/acpi/device_pm.c | 4 +-
16572 drivers/acpi/ec.c | 2 +-
16573 drivers/acpi/pci_slot.c | 2 +-
16574 drivers/acpi/processor_idle.c | 2 +-
16575 drivers/acpi/processor_pdc.c | 2 +-
16576 drivers/acpi/sleep.c | 2 +-
16577 drivers/acpi/sysfs.c | 4 +-
16578 drivers/acpi/thermal.c | 2 +-
16579 drivers/acpi/video_detect.c | 7 +-
16580 drivers/ata/libata-core.c | 12 +-
16581 drivers/ata/libata-scsi.c | 2 +-
16582 drivers/ata/libata.h | 2 +-
16583 drivers/ata/pata_arasan_cf.c | 4 +-
16584 drivers/atm/adummy.c | 2 +-
16585 drivers/atm/ambassador.c | 8 +-
16586 drivers/atm/atmtcp.c | 14 +-
16587 drivers/atm/eni.c | 10 +-
16588 drivers/atm/firestream.c | 8 +-
16589 drivers/atm/fore200e.c | 14 +-
16590 drivers/atm/he.c | 18 +-
16591 drivers/atm/horizon.c | 4 +-
16592 drivers/atm/idt77252.c | 36 +-
16593 drivers/atm/iphase.c | 34 +-
16594 drivers/atm/lanai.c | 12 +-
16595 drivers/atm/nicstar.c | 46 +-
16596 drivers/atm/solos-pci.c | 4 +-
16597 drivers/atm/suni.c | 4 +-
16598 drivers/atm/uPD98402.c | 16 +-
16599 drivers/atm/zatm.c | 6 +-
16600 drivers/base/bus.c | 4 +-
16601 drivers/base/devres.c | 4 +-
16602 drivers/base/devtmpfs.c | 8 +-
16603 drivers/base/node.c | 2 +-
16604 drivers/base/platform-msi.c | 20 +-
16605 drivers/base/power/domain.c | 7 +-
16606 drivers/base/power/runtime.c | 6 +-
16607 drivers/base/power/sysfs.c | 2 +-
16608 drivers/base/power/wakeup.c | 8 +-
16609 drivers/base/regmap/regmap-debugfs.c | 4 +-
16610 drivers/base/regmap/regmap.c | 4 +-
16611 drivers/base/syscore.c | 4 +-
16612 drivers/block/cciss.c | 28 +-
16613 drivers/block/cciss.h | 2 +-
16614 drivers/block/cpqarray.c | 28 +-
16615 drivers/block/cpqarray.h | 2 +-
16616 drivers/block/drbd/drbd_bitmap.c | 2 +-
16617 drivers/block/drbd/drbd_int.h | 8 +-
16618 drivers/block/drbd/drbd_main.c | 12 +-
16619 drivers/block/drbd/drbd_nl.c | 4 +-
16620 drivers/block/drbd/drbd_receiver.c | 38 +-
16621 drivers/block/drbd/drbd_worker.c | 14 +-
16622 drivers/block/pktcdvd.c | 4 +-
16623 drivers/block/rbd.c | 2 +-
16624 drivers/bluetooth/btwilink.c | 2 +-
16625 drivers/bus/arm-cci.c | 12 +-
16626 drivers/cdrom/cdrom.c | 11 +-
16627 drivers/cdrom/gdrom.c | 1 -
16628 drivers/char/agp/compat_ioctl.c | 2 +-
16629 drivers/char/agp/frontend.c | 4 +-
16630 drivers/char/agp/intel-gtt.c | 4 +-
16631 drivers/char/hpet.c | 2 +-
16632 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
16633 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
16634 drivers/char/ipmi/ipmi_ssif.c | 12 +-
16635 drivers/char/mem.c | 47 +-
16636 drivers/char/nvram.c | 2 +-
16637 drivers/char/pcmcia/synclink_cs.c | 16 +-
16638 drivers/char/random.c | 12 +-
16639 drivers/char/sonypi.c | 11 +-
16640 drivers/char/tpm/tpm_acpi.c | 3 +-
16641 drivers/char/tpm/tpm_eventlog.c | 5 +-
16642 drivers/char/virtio_console.c | 6 +-
16643 drivers/clk/clk-composite.c | 2 +-
16644 drivers/clk/samsung/clk.h | 2 +-
16645 drivers/clk/socfpga/clk-gate.c | 9 +-
16646 drivers/clk/socfpga/clk-pll.c | 9 +-
16647 drivers/clk/ti/clk.c | 8 +-
16648 drivers/cpufreq/acpi-cpufreq.c | 17 +-
16649 drivers/cpufreq/cpufreq-dt.c | 4 +-
16650 drivers/cpufreq/cpufreq.c | 30 +-
16651 drivers/cpufreq/cpufreq_governor.c | 2 +-
16652 drivers/cpufreq/cpufreq_governor.h | 4 +-
16653 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
16654 drivers/cpufreq/intel_pstate.c | 38 +-
16655 drivers/cpufreq/p4-clockmod.c | 12 +-
16656 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
16657 drivers/cpufreq/speedstep-centrino.c | 7 +-
16658 drivers/cpuidle/driver.c | 2 +-
16659 drivers/cpuidle/dt_idle_states.c | 2 +-
16660 drivers/cpuidle/governor.c | 2 +-
16661 drivers/cpuidle/sysfs.c | 2 +-
16662 drivers/crypto/hifn_795x.c | 4 +-
16663 drivers/devfreq/devfreq.c | 4 +-
16664 drivers/dma/sh/shdma-base.c | 4 +-
16665 drivers/dma/sh/shdmac.c | 2 +-
16666 drivers/edac/edac_device.c | 4 +-
16667 drivers/edac/edac_mc_sysfs.c | 2 +-
16668 drivers/edac/edac_pci.c | 4 +-
16669 drivers/edac/edac_pci_sysfs.c | 22 +-
16670 drivers/edac/mce_amd.h | 2 +-
16671 drivers/firewire/core-card.c | 6 +-
16672 drivers/firewire/core-device.c | 2 +-
16673 drivers/firewire/core-transaction.c | 1 +
16674 drivers/firewire/core.h | 1 +
16675 drivers/firmware/dmi-id.c | 2 +-
16676 drivers/firmware/dmi_scan.c | 12 +-
16677 drivers/firmware/efi/cper.c | 8 +-
16678 drivers/firmware/efi/efi.c | 12 +-
16679 drivers/firmware/efi/efivars.c | 2 +-
16680 drivers/firmware/efi/runtime-map.c | 2 +-
16681 drivers/firmware/google/gsmi.c | 2 +-
16682 drivers/firmware/google/memconsole.c | 7 +-
16683 drivers/firmware/memmap.c | 2 +-
16684 drivers/firmware/psci.c | 2 +-
16685 drivers/gpio/gpio-davinci.c | 6 +-
16686 drivers/gpio/gpio-em.c | 2 +-
16687 drivers/gpio/gpio-ich.c | 2 +-
16688 drivers/gpio/gpio-omap.c | 4 +-
16689 drivers/gpio/gpio-rcar.c | 2 +-
16690 drivers/gpio/gpio-vr41xx.c | 2 +-
16691 drivers/gpio/gpiolib.c | 12 +-
16692 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
16693 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
16694 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 18 +-
16695 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +-
16696 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
16697 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
16698 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
16699 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
16700 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
16701 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
16702 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
16703 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
16704 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
16705 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
16706 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
16707 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
16708 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
16709 drivers/gpu/drm/armada/armada_drv.c | 3 +-
16710 drivers/gpu/drm/drm_crtc.c | 2 +-
16711 drivers/gpu/drm/drm_drv.c | 2 +-
16712 drivers/gpu/drm/drm_fops.c | 12 +-
16713 drivers/gpu/drm/drm_global.c | 14 +-
16714 drivers/gpu/drm/drm_info.c | 13 +-
16715 drivers/gpu/drm/drm_ioc32.c | 13 +-
16716 drivers/gpu/drm/drm_ioctl.c | 2 +-
16717 drivers/gpu/drm/drm_pci.c | 9 +-
16718 drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 -
16719 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 10 +-
16720 drivers/gpu/drm/gma500/psb_drv.c | 1 -
16721 drivers/gpu/drm/i810/i810_dma.c | 2 +-
16722 drivers/gpu/drm/i810/i810_drv.c | 6 +-
16723 drivers/gpu/drm/i810/i810_drv.h | 6 +-
16724 drivers/gpu/drm/i915/i915_dma.c | 4 +-
16725 drivers/gpu/drm/i915/i915_drv.c | 7 +-
16726 drivers/gpu/drm/i915/i915_drv.h | 2 +-
16727 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
16728 drivers/gpu/drm/i915/i915_gem_gtt.c | 16 +-
16729 drivers/gpu/drm/i915/i915_gem_gtt.h | 6 +-
16730 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
16731 drivers/gpu/drm/i915/i915_irq.c | 88 +-
16732 drivers/gpu/drm/i915/intel_display.c | 26 +-
16733 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
16734 drivers/gpu/drm/mga/mga_drv.c | 5 +-
16735 drivers/gpu/drm/mga/mga_drv.h | 6 +-
16736 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
16737 drivers/gpu/drm/mga/mga_irq.c | 8 +-
16738 drivers/gpu/drm/mga/mga_state.c | 2 +-
16739 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
16740 drivers/gpu/drm/nouveau/nouveau_drm.c | 13 +-
16741 drivers/gpu/drm/nouveau/nouveau_drm.h | 1 -
16742 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
16743 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
16744 drivers/gpu/drm/omapdrm/Makefile | 2 +-
16745 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
16746 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
16747 drivers/gpu/drm/qxl/qxl_drv.c | 8 +-
16748 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
16749 drivers/gpu/drm/qxl/qxl_ioctl.c | 12 +-
16750 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
16751 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
16752 drivers/gpu/drm/r128/r128_cce.c | 2 +-
16753 drivers/gpu/drm/r128/r128_drv.c | 4 +-
16754 drivers/gpu/drm/r128/r128_drv.h | 6 +-
16755 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
16756 drivers/gpu/drm/r128/r128_irq.c | 4 +-
16757 drivers/gpu/drm/r128/r128_state.c | 6 +-
16758 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
16759 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
16760 drivers/gpu/drm/radeon/radeon_drv.c | 17 +-
16761 drivers/gpu/drm/radeon/radeon_drv.h | 4 +-
16762 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
16763 drivers/gpu/drm/radeon/radeon_irq.c | 6 +-
16764 drivers/gpu/drm/radeon/radeon_kms.c | 2 +-
16765 drivers/gpu/drm/radeon/radeon_state.c | 6 +-
16766 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
16767 drivers/gpu/drm/savage/savage_bci.c | 2 +-
16768 drivers/gpu/drm/savage/savage_drv.c | 5 +-
16769 drivers/gpu/drm/savage/savage_drv.h | 2 +-
16770 drivers/gpu/drm/sis/sis_drv.c | 5 +-
16771 drivers/gpu/drm/sis/sis_drv.h | 2 +-
16772 drivers/gpu/drm/sis/sis_mm.c | 2 +-
16773 drivers/gpu/drm/tegra/dc.c | 2 +-
16774 drivers/gpu/drm/tegra/dsi.c | 2 +-
16775 drivers/gpu/drm/tegra/hdmi.c | 2 +-
16776 drivers/gpu/drm/tegra/sor.c | 7 +-
16777 drivers/gpu/drm/tilcdc/Makefile | 6 +-
16778 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
16779 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
16780 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
16781 drivers/gpu/drm/udl/udl_fb.c | 1 -
16782 drivers/gpu/drm/via/via_dma.c | 2 +-
16783 drivers/gpu/drm/via/via_drv.c | 5 +-
16784 drivers/gpu/drm/via/via_drv.h | 6 +-
16785 drivers/gpu/drm/via/via_irq.c | 18 +-
16786 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
16787 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
16788 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
16789 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
16790 drivers/gpu/vga/vga_switcheroo.c | 4 +-
16791 drivers/hid/hid-core.c | 4 +-
16792 drivers/hid/hid-sensor-custom.c | 2 +-
16793 drivers/hv/channel.c | 6 +-
16794 drivers/hv/hv.c | 4 +-
16795 drivers/hv/hv_balloon.c | 18 +-
16796 drivers/hv/hyperv_vmbus.h | 2 +-
16797 drivers/hwmon/acpi_power_meter.c | 6 +-
16798 drivers/hwmon/applesmc.c | 2 +-
16799 drivers/hwmon/asus_atk0110.c | 10 +-
16800 drivers/hwmon/coretemp.c | 2 +-
16801 drivers/hwmon/dell-smm-hwmon.c | 2 +-
16802 drivers/hwmon/ibmaem.c | 2 +-
16803 drivers/hwmon/iio_hwmon.c | 2 +-
16804 drivers/hwmon/nct6683.c | 6 +-
16805 drivers/hwmon/nct6775.c | 6 +-
16806 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
16807 drivers/hwmon/sht15.c | 12 +-
16808 drivers/hwmon/via-cputemp.c | 2 +-
16809 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
16810 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
16811 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
16812 drivers/i2c/i2c-dev.c | 2 +-
16813 drivers/ide/ide-cd.c | 2 +-
16814 drivers/ide/ide-disk.c | 2 +-
16815 drivers/iio/industrialio-core.c | 2 +-
16816 drivers/iio/magnetometer/ak8975.c | 2 +-
16817 drivers/infiniband/core/cm.c | 32 +-
16818 drivers/infiniband/core/fmr_pool.c | 20 +-
16819 drivers/infiniband/core/netlink.c | 5 +-
16820 drivers/infiniband/core/uverbs_cmd.c | 3 +
16821 drivers/infiniband/hw/cxgb4/device.c | 6 +-
16822 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
16823 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
16824 drivers/infiniband/hw/mlx4/mad.c | 2 +-
16825 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
16826 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
16827 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
16828 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
16829 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
16830 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
16831 drivers/infiniband/hw/nes/nes.c | 4 +-
16832 drivers/infiniband/hw/nes/nes.h | 40 +-
16833 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
16834 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
16835 drivers/infiniband/hw/nes/nes_nic.c | 40 +-
16836 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
16837 drivers/infiniband/hw/qib/qib.h | 1 +
16838 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
16839 drivers/input/evdev.c | 2 +-
16840 drivers/input/gameport/gameport.c | 4 +-
16841 drivers/input/input.c | 4 +-
16842 drivers/input/joystick/sidewinder.c | 1 +
16843 drivers/input/misc/ims-pcu.c | 4 +-
16844 drivers/input/mouse/psmouse.h | 2 +-
16845 drivers/input/mousedev.c | 2 +-
16846 drivers/input/serio/serio.c | 4 +-
16847 drivers/input/serio/serio_raw.c | 4 +-
16848 drivers/input/touchscreen/htcpen.c | 2 +-
16849 drivers/iommu/arm-smmu-v3.c | 2 +-
16850 drivers/iommu/arm-smmu.c | 43 +-
16851 drivers/iommu/io-pgtable-arm.c | 101 +-
16852 drivers/iommu/io-pgtable.c | 11 +-
16853 drivers/iommu/io-pgtable.h | 19 +-
16854 drivers/iommu/iommu.c | 2 +-
16855 drivers/iommu/ipmmu-vmsa.c | 13 +-
16856 drivers/iommu/irq_remapping.c | 2 +-
16857 drivers/irqchip/irq-gic.c | 2 +-
16858 drivers/irqchip/irq-i8259.c | 2 +-
16859 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
16860 drivers/isdn/capi/capi.c | 10 +-
16861 drivers/isdn/gigaset/interface.c | 8 +-
16862 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
16863 drivers/isdn/hardware/avm/b1.c | 4 +-
16864 drivers/isdn/i4l/isdn_common.c | 2 +
16865 drivers/isdn/i4l/isdn_tty.c | 22 +-
16866 drivers/isdn/icn/icn.c | 2 +-
16867 drivers/isdn/mISDN/dsp_cmx.c | 2 +-
16868 drivers/lguest/core.c | 10 +-
16869 drivers/lguest/page_tables.c | 2 +-
16870 drivers/lguest/x86/core.c | 12 +-
16871 drivers/lguest/x86/switcher_32.S | 27 +-
16872 drivers/md/bcache/alloc.c | 2 +-
16873 drivers/md/bcache/bcache.h | 10 +-
16874 drivers/md/bcache/btree.c | 2 +-
16875 drivers/md/bcache/closure.h | 2 +-
16876 drivers/md/bcache/io.c | 10 +-
16877 drivers/md/bcache/journal.c | 2 +-
16878 drivers/md/bcache/stats.c | 26 +-
16879 drivers/md/bcache/stats.h | 16 +-
16880 drivers/md/bcache/super.c | 2 +-
16881 drivers/md/bcache/sysfs.c | 20 +-
16882 drivers/md/bitmap.c | 2 +-
16883 drivers/md/dm-cache-target.c | 98 +-
16884 drivers/md/dm-ioctl.c | 2 +-
16885 drivers/md/dm-raid.c | 2 +-
16886 drivers/md/dm-raid1.c | 18 +-
16887 drivers/md/dm-stats.c | 6 +-
16888 drivers/md/dm-stripe.c | 10 +-
16889 drivers/md/dm-table.c | 2 +-
16890 drivers/md/dm-thin-metadata.c | 4 +-
16891 drivers/md/dm.c | 28 +-
16892 drivers/md/md.c | 37 +-
16893 drivers/md/md.h | 8 +-
16894 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
16895 drivers/md/persistent-data/dm-space-map.h | 1 +
16896 drivers/md/raid1.c | 8 +-
16897 drivers/md/raid10.c | 20 +-
16898 drivers/md/raid5.c | 26 +-
16899 drivers/media/dvb-core/dvbdev.c | 2 +-
16900 drivers/media/dvb-frontends/af9033.h | 2 +-
16901 drivers/media/dvb-frontends/dib3000.h | 2 +-
16902 drivers/media/dvb-frontends/dib7000p.h | 2 +-
16903 drivers/media/dvb-frontends/dib8000.h | 2 +-
16904 drivers/media/pci/cx88/cx88-video.c | 6 +-
16905 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
16906 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
16907 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
16908 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
16909 drivers/media/pci/tw68/tw68-core.c | 2 +-
16910 drivers/media/pci/zoran/zoran.h | 1 -
16911 drivers/media/pci/zoran/zoran_driver.c | 3 -
16912 drivers/media/platform/omap/omap_vout.c | 11 +-
16913 drivers/media/platform/s5p-tv/mixer.h | 2 +-
16914 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
16915 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
16916 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
16917 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
16918 drivers/media/radio/radio-cadet.c | 2 +
16919 drivers/media/radio/radio-maxiradio.c | 2 +-
16920 drivers/media/radio/radio-shark.c | 2 +-
16921 drivers/media/radio/radio-shark2.c | 2 +-
16922 drivers/media/radio/radio-si476x.c | 2 +-
16923 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
16924 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
16925 drivers/media/v4l2-core/v4l2-device.c | 4 +-
16926 drivers/media/v4l2-core/v4l2-ioctl.c | 13 +-
16927 drivers/memory/omap-gpmc.c | 21 +-
16928 drivers/message/fusion/mptsas.c | 34 +-
16929 drivers/mfd/ab8500-debugfs.c | 2 +-
16930 drivers/mfd/kempld-core.c | 2 +-
16931 drivers/mfd/max8925-i2c.c | 2 +-
16932 drivers/mfd/tps65910.c | 2 +-
16933 drivers/mfd/twl4030-irq.c | 9 +-
16934 drivers/misc/c2port/core.c | 4 +-
16935 drivers/misc/kgdbts.c | 4 +-
16936 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
16937 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
16938 drivers/misc/mic/scif/scif_api.c | 10 +-
16939 drivers/misc/mic/scif/scif_rb.c | 8 +-
16940 drivers/misc/sgi-gru/gruhandles.c | 4 +-
16941 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
16942 drivers/misc/sgi-gru/grutables.h | 158 +-
16943 drivers/misc/sgi-xp/xp.h | 2 +-
16944 drivers/misc/sgi-xp/xpc.h | 3 +-
16945 drivers/misc/sgi-xp/xpc_main.c | 2 +-
16946 drivers/mmc/host/dw_mmc.h | 2 +-
16947 drivers/mmc/host/mmci.c | 4 +-
16948 drivers/mmc/host/omap_hsmmc.c | 4 +-
16949 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
16950 drivers/mmc/host/sdhci-s3c.c | 8 +-
16951 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
16952 drivers/mtd/nand/denali.c | 1 +
16953 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
16954 drivers/mtd/nftlmount.c | 1 +
16955 drivers/mtd/sm_ftl.c | 2 +-
16956 drivers/net/bonding/bond_netlink.c | 2 +-
16957 drivers/net/caif/caif_hsi.c | 2 +-
16958 drivers/net/can/Kconfig | 2 +-
16959 drivers/net/can/dev.c | 2 +-
16960 drivers/net/can/vcan.c | 2 +-
16961 drivers/net/dummy.c | 2 +-
16962 drivers/net/ethernet/8390/ax88796.c | 4 +-
16963 drivers/net/ethernet/altera/altera_tse_main.c | 4 +-
16964 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
16965 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
16966 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
16967 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 143 +-
16968 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 64 +-
16969 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
16970 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
16971 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
16972 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
16973 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
16974 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
16975 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
16976 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
16977 drivers/net/ethernet/broadcom/tg3.h | 1 +
16978 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
16979 drivers/net/ethernet/cavium/liquidio/lio_main.c | 11 +-
16980 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
16981 drivers/net/ethernet/dec/tulip/de4x5.c | 4 +-
16982 drivers/net/ethernet/emulex/benet/be_main.c | 2 +-
16983 drivers/net/ethernet/faraday/ftgmac100.c | 2 +
16984 drivers/net/ethernet/faraday/ftmac100.c | 2 +
16985 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
16986 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
16987 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
16988 drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 7 +-
16989 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
16990 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
16991 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
16992 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
16993 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
16994 drivers/net/ethernet/realtek/r8169.c | 8 +-
16995 drivers/net/ethernet/sfc/ptp.c | 2 +-
16996 drivers/net/ethernet/sfc/selftest.c | 20 +-
16997 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
16998 drivers/net/ethernet/via/via-rhine.c | 2 +-
16999 drivers/net/geneve.c | 2 +-
17000 drivers/net/hyperv/hyperv_net.h | 2 +-
17001 drivers/net/hyperv/rndis_filter.c | 7 +-
17002 drivers/net/ifb.c | 2 +-
17003 drivers/net/ipvlan/ipvlan_core.c | 2 +-
17004 drivers/net/irda/vlsi_ir.c | 18 +-
17005 drivers/net/irda/vlsi_ir.h | 14 +-
17006 drivers/net/macvlan.c | 20 +-
17007 drivers/net/macvtap.c | 10 +-
17008 drivers/net/nlmon.c | 2 +-
17009 drivers/net/phy/phy_device.c | 6 +-
17010 drivers/net/ppp/ppp_generic.c | 4 +-
17011 drivers/net/slip/slhc.c | 2 +-
17012 drivers/net/team/team.c | 4 +-
17013 drivers/net/tun.c | 7 +-
17014 drivers/net/usb/hso.c | 23 +-
17015 drivers/net/usb/r8152.c | 2 +-
17016 drivers/net/usb/sierra_net.c | 4 +-
17017 drivers/net/virtio_net.c | 2 +-
17018 drivers/net/vrf.c | 2 +-
17019 drivers/net/vxlan.c | 4 +-
17020 drivers/net/wimax/i2400m/rx.c | 2 +-
17021 drivers/net/wireless/airo.c | 2 +-
17022 drivers/net/wireless/at76c50x-usb.c | 2 +-
17023 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
17024 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
17025 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
17026 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
17027 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
17028 drivers/net/wireless/ath/ath9k/main.c | 22 +-
17029 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
17030 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
17031 drivers/net/wireless/ath/carl9170/main.c | 10 +-
17032 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
17033 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
17034 drivers/net/wireless/b43/phy_lp.c | 2 +-
17035 drivers/net/wireless/iwlegacy/3945-mac.c | 4 +-
17036 drivers/net/wireless/iwlwifi/dvm/debugfs.c | 34 +-
17037 drivers/net/wireless/iwlwifi/mvm/d3.c | 4 +-
17038 drivers/net/wireless/iwlwifi/mvm/tx.c | 2 +-
17039 drivers/net/wireless/iwlwifi/pcie/trans.c | 4 +-
17040 drivers/net/wireless/mac80211_hwsim.c | 28 +-
17041 drivers/net/wireless/rt2x00/rt2x00.h | 2 +-
17042 drivers/net/wireless/rt2x00/rt2x00queue.c | 4 +-
17043 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
17044 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
17045 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
17046 drivers/of/fdt.c | 4 +-
17047 drivers/oprofile/buffer_sync.c | 8 +-
17048 drivers/oprofile/event_buffer.c | 2 +-
17049 drivers/oprofile/oprof.c | 2 +-
17050 drivers/oprofile/oprofile_stats.c | 10 +-
17051 drivers/oprofile/oprofile_stats.h | 10 +-
17052 drivers/oprofile/oprofilefs.c | 6 +-
17053 drivers/oprofile/timer_int.c | 2 +-
17054 drivers/parport/procfs.c | 4 +-
17055 drivers/pci/host/pci-host-generic.c | 2 +-
17056 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
17057 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
17058 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
17059 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
17060 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
17061 drivers/pci/hotplug/pciehp_core.c | 2 +-
17062 drivers/pci/msi.c | 22 +-
17063 drivers/pci/pci-sysfs.c | 6 +-
17064 drivers/pci/pci.h | 2 +-
17065 drivers/pci/pcie/aspm.c | 6 +-
17066 drivers/pci/pcie/portdrv_pci.c | 2 +-
17067 drivers/pci/probe.c | 2 +-
17068 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
17069 drivers/pinctrl/pinctrl-at91.c | 5 +-
17070 drivers/platform/chrome/chromeos_pstore.c | 2 +-
17071 drivers/platform/x86/alienware-wmi.c | 4 +-
17072 drivers/platform/x86/compal-laptop.c | 2 +-
17073 drivers/platform/x86/hdaps.c | 2 +-
17074 drivers/platform/x86/ibm_rtl.c | 2 +-
17075 drivers/platform/x86/intel_oaktrail.c | 2 +-
17076 drivers/platform/x86/msi-laptop.c | 16 +-
17077 drivers/platform/x86/msi-wmi.c | 2 +-
17078 drivers/platform/x86/samsung-laptop.c | 2 +-
17079 drivers/platform/x86/samsung-q10.c | 2 +-
17080 drivers/platform/x86/sony-laptop.c | 14 +-
17081 drivers/platform/x86/thinkpad_acpi.c | 2 +-
17082 drivers/pnp/pnpbios/bioscalls.c | 14 +-
17083 drivers/pnp/pnpbios/core.c | 2 +-
17084 drivers/power/pda_power.c | 7 +-
17085 drivers/power/power_supply.h | 4 +-
17086 drivers/power/power_supply_core.c | 7 +-
17087 drivers/power/power_supply_sysfs.c | 6 +-
17088 drivers/power/reset/at91-reset.c | 5 +-
17089 drivers/powercap/powercap_sys.c | 136 +-
17090 drivers/ptp/ptp_private.h | 2 +-
17091 drivers/ptp/ptp_sysfs.c | 2 +-
17092 drivers/regulator/core.c | 4 +-
17093 drivers/regulator/max8660.c | 6 +-
17094 drivers/regulator/max8973-regulator.c | 16 +-
17095 drivers/regulator/mc13892-regulator.c | 8 +-
17096 drivers/rtc/rtc-armada38x.c | 7 +-
17097 drivers/rtc/rtc-cmos.c | 4 +-
17098 drivers/rtc/rtc-ds1307.c | 2 +-
17099 drivers/rtc/rtc-m48t59.c | 4 +-
17100 drivers/rtc/rtc-rv8803.c | 15 +-
17101 drivers/rtc/rtc-test.c | 6 +-
17102 drivers/scsi/bfa/bfa_fcpim.h | 2 +-
17103 drivers/scsi/bfa/bfa_ioc.h | 4 +-
17104 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
17105 drivers/scsi/hosts.c | 4 +-
17106 drivers/scsi/hpsa.c | 38 +-
17107 drivers/scsi/hpsa.h | 2 +-
17108 drivers/scsi/hptiop.c | 2 -
17109 drivers/scsi/hptiop.h | 1 -
17110 drivers/scsi/ipr.c | 6 +-
17111 drivers/scsi/ipr.h | 2 +-
17112 drivers/scsi/libfc/fc_exch.c | 50 +-
17113 drivers/scsi/libsas/sas_ata.c | 2 +-
17114 drivers/scsi/lpfc/lpfc.h | 8 +-
17115 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
17116 drivers/scsi/lpfc/lpfc_init.c | 6 +-
17117 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
17118 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
17119 drivers/scsi/pmcraid.c | 20 +-
17120 drivers/scsi/pmcraid.h | 8 +-
17121 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
17122 drivers/scsi/qla2xxx/qla_gbl.h | 4 +-
17123 drivers/scsi/qla2xxx/qla_os.c | 6 +-
17124 drivers/scsi/qla2xxx/qla_target.c | 10 +-
17125 drivers/scsi/qla2xxx/qla_target.h | 2 +-
17126 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
17127 drivers/scsi/qla4xxx/ql4_os.c | 6 +-
17128 drivers/scsi/scsi.c | 2 +-
17129 drivers/scsi/scsi_lib.c | 8 +-
17130 drivers/scsi/scsi_sysfs.c | 2 +-
17131 drivers/scsi/scsi_transport_fc.c | 8 +-
17132 drivers/scsi/scsi_transport_iscsi.c | 6 +-
17133 drivers/scsi/scsi_transport_srp.c | 6 +-
17134 drivers/scsi/sd.c | 6 +-
17135 drivers/scsi/sg.c | 2 +-
17136 drivers/scsi/sr.c | 21 +-
17137 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
17138 drivers/spi/spi.c | 2 +-
17139 drivers/staging/android/timed_output.c | 6 +-
17140 drivers/staging/comedi/comedi_fops.c | 8 +-
17141 drivers/staging/fbtft/fbtft-core.c | 2 +-
17142 drivers/staging/fbtft/fbtft.h | 2 +-
17143 drivers/staging/gdm724x/gdm_tty.c | 2 +-
17144 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
17145 drivers/staging/iio/adc/ad7280a.c | 4 +-
17146 drivers/staging/lustre/lnet/selftest/brw_test.c | 12 +-
17147 drivers/staging/lustre/lnet/selftest/framework.c | 4 -
17148 drivers/staging/lustre/lnet/selftest/ping_test.c | 14 +-
17149 drivers/staging/lustre/lustre/include/lustre_dlm.h | 2 +-
17150 drivers/staging/lustre/lustre/include/obd.h | 2 +-
17151 drivers/staging/octeon/ethernet-rx.c | 20 +-
17152 drivers/staging/octeon/ethernet.c | 8 +-
17153 drivers/staging/rdma/ipath/ipath_rc.c | 6 +-
17154 drivers/staging/rdma/ipath/ipath_ruc.c | 6 +-
17155 drivers/staging/rtl8188eu/include/hal_intf.h | 2 +-
17156 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
17157 drivers/staging/sm750fb/sm750.c | 14 +-
17158 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
17159 drivers/target/sbp/sbp_target.c | 4 +-
17160 drivers/thermal/cpu_cooling.c | 9 +-
17161 drivers/thermal/devfreq_cooling.c | 19 +-
17162 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
17163 drivers/thermal/of-thermal.c | 17 +-
17164 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
17165 drivers/tty/cyclades.c | 6 +-
17166 drivers/tty/hvc/hvc_console.c | 14 +-
17167 drivers/tty/hvc/hvcs.c | 21 +-
17168 drivers/tty/hvc/hvsi.c | 22 +-
17169 drivers/tty/hvc/hvsi_lib.c | 4 +-
17170 drivers/tty/ipwireless/tty.c | 27 +-
17171 drivers/tty/moxa.c | 2 +-
17172 drivers/tty/n_gsm.c | 4 +-
17173 drivers/tty/n_tty.c | 19 +-
17174 drivers/tty/pty.c | 4 +-
17175 drivers/tty/rocket.c | 6 +-
17176 drivers/tty/serial/8250/8250_core.c | 10 +-
17177 drivers/tty/serial/ifx6x60.c | 2 +-
17178 drivers/tty/serial/ioc4_serial.c | 6 +-
17179 drivers/tty/serial/kgdb_nmi.c | 4 +-
17180 drivers/tty/serial/kgdboc.c | 32 +-
17181 drivers/tty/serial/msm_serial.c | 4 +-
17182 drivers/tty/serial/samsung.c | 9 +-
17183 drivers/tty/serial/serial_core.c | 8 +-
17184 drivers/tty/synclink.c | 34 +-
17185 drivers/tty/synclink_gt.c | 28 +-
17186 drivers/tty/synclinkmp.c | 34 +-
17187 drivers/tty/tty_io.c | 2 +-
17188 drivers/tty/tty_ldisc.c | 8 +-
17189 drivers/tty/tty_port.c | 22 +-
17190 drivers/uio/uio.c | 13 +-
17191 drivers/usb/atm/cxacru.c | 2 +-
17192 drivers/usb/atm/usbatm.c | 24 +-
17193 drivers/usb/class/cdc-acm.h | 2 +-
17194 drivers/usb/core/devices.c | 6 +-
17195 drivers/usb/core/devio.c | 12 +-
17196 drivers/usb/core/hcd.c | 4 +-
17197 drivers/usb/core/sysfs.c | 2 +-
17198 drivers/usb/core/usb.c | 2 +-
17199 drivers/usb/early/ehci-dbgp.c | 16 +-
17200 drivers/usb/gadget/function/u_serial.c | 22 +-
17201 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
17202 drivers/usb/host/ehci-hcd.c | 2 +-
17203 drivers/usb/host/ehci-hub.c | 4 +-
17204 drivers/usb/host/ehci-q.c | 4 +-
17205 drivers/usb/host/fotg210-hcd.c | 2 +-
17206 drivers/usb/host/hwa-hc.c | 2 +-
17207 drivers/usb/host/ohci-hcd.c | 2 +-
17208 drivers/usb/host/r8a66597.h | 2 +-
17209 drivers/usb/host/uhci-hcd.c | 2 +-
17210 drivers/usb/host/xhci-pci.c | 2 +-
17211 drivers/usb/host/xhci.c | 2 +-
17212 drivers/usb/misc/appledisplay.c | 4 +-
17213 drivers/usb/serial/console.c | 8 +-
17214 drivers/usb/storage/transport.c | 2 +-
17215 drivers/usb/storage/usb.c | 2 +-
17216 drivers/usb/storage/usb.h | 2 +-
17217 drivers/usb/usbip/vhci.h | 2 +-
17218 drivers/usb/usbip/vhci_hcd.c | 6 +-
17219 drivers/usb/usbip/vhci_rx.c | 2 +-
17220 drivers/usb/wusbcore/wa-hc.h | 4 +-
17221 drivers/usb/wusbcore/wa-xfer.c | 2 +-
17222 drivers/vhost/vringh.c | 20 +-
17223 drivers/video/backlight/kb3886_bl.c | 2 +-
17224 drivers/video/console/fbcon.c | 2 +-
17225 drivers/video/fbdev/aty/aty128fb.c | 2 +-
17226 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
17227 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
17228 drivers/video/fbdev/core/fb_defio.c | 6 +-
17229 drivers/video/fbdev/core/fbmem.c | 12 +-
17230 drivers/video/fbdev/hyperv_fb.c | 4 +-
17231 drivers/video/fbdev/i810/i810_accel.c | 1 +
17232 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
17233 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
17234 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
17235 drivers/video/fbdev/omap2/dss/display.c | 8 +-
17236 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
17237 drivers/video/fbdev/smscufx.c | 4 +-
17238 drivers/video/fbdev/udlfb.c | 36 +-
17239 drivers/video/fbdev/uvesafb.c | 52 +-
17240 drivers/video/fbdev/vesafb.c | 58 +-
17241 drivers/video/fbdev/via/via_clock.h | 2 +-
17242 drivers/xen/events/events_base.c | 6 +-
17243 fs/Kconfig.binfmt | 2 +-
17244 fs/afs/inode.c | 4 +-
17245 fs/aio.c | 2 +-
17246 fs/autofs4/waitq.c | 2 +-
17247 fs/befs/endian.h | 6 +-
17248 fs/binfmt_aout.c | 23 +-
17249 fs/binfmt_elf.c | 670 +-
17250 fs/binfmt_elf_fdpic.c | 4 +-
17251 fs/block_dev.c | 2 +-
17252 fs/btrfs/ctree.c | 11 +-
17253 fs/btrfs/ctree.h | 4 +-
17254 fs/btrfs/delayed-inode.c | 9 +-
17255 fs/btrfs/delayed-inode.h | 6 +-
17256 fs/btrfs/delayed-ref.c | 4 +-
17257 fs/btrfs/disk-io.c | 4 +-
17258 fs/btrfs/extent_map.c | 8 +-
17259 fs/btrfs/file.c | 4 +-
17260 fs/btrfs/inode.c | 14 +-
17261 fs/btrfs/raid56.c | 32 +-
17262 fs/btrfs/super.c | 2 +-
17263 fs/btrfs/sysfs.c | 2 +-
17264 fs/btrfs/tests/btrfs-tests.c | 2 +-
17265 fs/btrfs/tests/free-space-tests.c | 8 +-
17266 fs/btrfs/transaction.c | 2 +-
17267 fs/btrfs/tree-log.c | 8 +-
17268 fs/btrfs/tree-log.h | 2 +-
17269 fs/btrfs/volumes.c | 14 +-
17270 fs/btrfs/volumes.h | 22 +-
17271 fs/buffer.c | 2 +-
17272 fs/cachefiles/bind.c | 6 +-
17273 fs/cachefiles/daemon.c | 8 +-
17274 fs/cachefiles/internal.h | 12 +-
17275 fs/cachefiles/namei.c | 2 +-
17276 fs/cachefiles/proc.c | 12 +-
17277 fs/ceph/dir.c | 12 +-
17278 fs/ceph/super.c | 4 +-
17279 fs/cifs/cifs_debug.c | 12 +-
17280 fs/cifs/cifsfs.c | 8 +-
17281 fs/cifs/cifsglob.h | 54 +-
17282 fs/cifs/file.c | 12 +-
17283 fs/cifs/misc.c | 4 +-
17284 fs/cifs/smb1ops.c | 80 +-
17285 fs/cifs/smb2ops.c | 84 +-
17286 fs/cifs/smb2pdu.c | 3 +-
17287 fs/coda/cache.c | 10 +-
17288 fs/compat.c | 7 +-
17289 fs/compat_binfmt_elf.c | 2 +
17290 fs/compat_ioctl.c | 12 +-
17291 fs/configfs/dir.c | 10 +-
17292 fs/coredump.c | 18 +-
17293 fs/dcache.c | 64 +-
17294 fs/ecryptfs/inode.c | 2 +-
17295 fs/ecryptfs/miscdev.c | 2 +-
17296 fs/exec.c | 362 +-
17297 fs/ext2/xattr.c | 5 +-
17298 fs/ext4/ext4.h | 20 +-
17299 fs/ext4/mballoc.c | 44 +-
17300 fs/ext4/resize.c | 16 +-
17301 fs/ext4/super.c | 2 +-
17302 fs/ext4/sysfs.c | 2 +-
17303 fs/ext4/xattr.c | 5 +-
17304 fs/fhandle.c | 5 +-
17305 fs/file.c | 18 +-
17306 fs/fs-writeback.c | 11 +-
17307 fs/fs_struct.c | 8 +-
17308 fs/fscache/cookie.c | 40 +-
17309 fs/fscache/internal.h | 202 +-
17310 fs/fscache/object.c | 26 +-
17311 fs/fscache/operation.c | 38 +-
17312 fs/fscache/page.c | 110 +-
17313 fs/fscache/stats.c | 348 +-
17314 fs/fuse/cuse.c | 10 +-
17315 fs/fuse/dev.c | 4 +-
17316 fs/gfs2/file.c | 2 +-
17317 fs/gfs2/glock.c | 22 +-
17318 fs/gfs2/glops.c | 4 +-
17319 fs/gfs2/quota.c | 6 +-
17320 fs/hugetlbfs/inode.c | 13 +-
17321 fs/inode.c | 4 +-
17322 fs/jbd2/commit.c | 2 +-
17323 fs/jbd2/transaction.c | 4 +-
17324 fs/jffs2/erase.c | 3 +-
17325 fs/jffs2/wbuf.c | 3 +-
17326 fs/jfs/super.c | 2 +-
17327 fs/kernfs/dir.c | 2 +-
17328 fs/kernfs/file.c | 20 +-
17329 fs/libfs.c | 10 +-
17330 fs/lockd/clntproc.c | 4 +-
17331 fs/namei.c | 16 +-
17332 fs/namespace.c | 16 +-
17333 fs/nfs/callback_xdr.c | 2 +-
17334 fs/nfs/inode.c | 6 +-
17335 fs/nfsd/nfs4proc.c | 2 +-
17336 fs/nfsd/nfs4xdr.c | 2 +-
17337 fs/nfsd/nfscache.c | 11 +-
17338 fs/nfsd/vfs.c | 6 +-
17339 fs/nls/nls_base.c | 26 +-
17340 fs/nls/nls_euc-jp.c | 6 +-
17341 fs/nls/nls_koi8-ru.c | 6 +-
17342 fs/notify/fanotify/fanotify_user.c | 4 +-
17343 fs/notify/notification.c | 4 +-
17344 fs/ntfs/dir.c | 2 +-
17345 fs/ntfs/super.c | 6 +-
17346 fs/ocfs2/dlm/dlmcommon.h | 4 +-
17347 fs/ocfs2/dlm/dlmdebug.c | 10 +-
17348 fs/ocfs2/dlm/dlmdomain.c | 4 +-
17349 fs/ocfs2/dlm/dlmmaster.c | 4 +-
17350 fs/ocfs2/localalloc.c | 2 +-
17351 fs/ocfs2/ocfs2.h | 10 +-
17352 fs/ocfs2/suballoc.c | 12 +-
17353 fs/ocfs2/super.c | 20 +-
17354 fs/overlayfs/copy_up.c | 2 +-
17355 fs/pipe.c | 72 +-
17356 fs/posix_acl.c | 4 +-
17357 fs/proc/array.c | 20 +
17358 fs/proc/base.c | 4 +-
17359 fs/proc/kcore.c | 34 +-
17360 fs/proc/meminfo.c | 2 +-
17361 fs/proc/nommu.c | 2 +-
17362 fs/proc/proc_sysctl.c | 26 +-
17363 fs/proc/task_mmu.c | 42 +-
17364 fs/proc/task_nommu.c | 4 +-
17365 fs/proc/vmcore.c | 16 +-
17366 fs/qnx6/qnx6.h | 4 +-
17367 fs/quota/netlink.c | 4 +-
17368 fs/read_write.c | 2 +-
17369 fs/readdir.c | 3 +-
17370 fs/reiserfs/do_balan.c | 2 +-
17371 fs/reiserfs/procfs.c | 2 +-
17372 fs/reiserfs/reiserfs.h | 4 +-
17373 fs/seq_file.c | 4 +-
17374 fs/splice.c | 43 +-
17375 fs/squashfs/xattr.c | 12 +-
17376 fs/super.c | 3 +-
17377 fs/sysv/sysv.h | 2 +-
17378 fs/tracefs/inode.c | 8 +-
17379 fs/udf/misc.c | 2 +-
17380 fs/ufs/swab.h | 4 +-
17381 fs/userfaultfd.c | 2 +-
17382 fs/xattr.c | 21 +
17383 fs/xfs/libxfs/xfs_bmap.c | 2 +-
17384 fs/xfs/libxfs/xfs_da_btree.c | 4 +-
17385 fs/xfs/xfs_dir2_readdir.c | 7 +-
17386 fs/xfs/xfs_ioctl.c | 2 +-
17387 fs/xfs/xfs_linux.h | 4 +-
17388 include/acpi/ghes.h | 2 +-
17389 include/asm-generic/4level-fixup.h | 2 +
17390 include/asm-generic/atomic-long.h | 176 +-
17391 include/asm-generic/atomic64.h | 12 +
17392 include/asm-generic/bitops/__fls.h | 2 +-
17393 include/asm-generic/bitops/fls.h | 2 +-
17394 include/asm-generic/bitops/fls64.h | 4 +-
17395 include/asm-generic/bug.h | 6 +-
17396 include/asm-generic/cache.h | 4 +-
17397 include/asm-generic/emergency-restart.h | 2 +-
17398 include/asm-generic/kmap_types.h | 4 +-
17399 include/asm-generic/local.h | 13 +
17400 include/asm-generic/pgtable-nopmd.h | 18 +-
17401 include/asm-generic/pgtable-nopud.h | 15 +-
17402 include/asm-generic/pgtable.h | 16 +
17403 include/asm-generic/sections.h | 1 +
17404 include/asm-generic/uaccess.h | 16 +
17405 include/asm-generic/vmlinux.lds.h | 15 +-
17406 include/crypto/algapi.h | 2 +-
17407 include/drm/drmP.h | 19 +-
17408 include/drm/drm_crtc_helper.h | 2 +-
17409 include/drm/drm_mm.h | 2 +-
17410 include/drm/i915_pciids.h | 2 +-
17411 include/drm/intel-gtt.h | 4 +-
17412 include/drm/ttm/ttm_memory.h | 2 +-
17413 include/drm/ttm/ttm_page_alloc.h | 1 +
17414 include/keys/asymmetric-subtype.h | 2 +-
17415 include/linux/atmdev.h | 4 +-
17416 include/linux/atomic.h | 2 +-
17417 include/linux/audit.h | 2 +-
17418 include/linux/average.h | 2 +-
17419 include/linux/binfmts.h | 3 +-
17420 include/linux/bitmap.h | 2 +-
17421 include/linux/bitops.h | 8 +-
17422 include/linux/blk-cgroup.h | 24 +-
17423 include/linux/blkdev.h | 2 +-
17424 include/linux/blktrace_api.h | 2 +-
17425 include/linux/cache.h | 8 +
17426 include/linux/cdrom.h | 1 -
17427 include/linux/cleancache.h | 2 +-
17428 include/linux/clk-provider.h | 1 +
17429 include/linux/compat.h | 6 +-
17430 include/linux/compiler-gcc.h | 28 +-
17431 include/linux/compiler.h | 193 +-
17432 include/linux/configfs.h | 2 +-
17433 include/linux/cpufreq.h | 3 +-
17434 include/linux/cpuidle.h | 5 +-
17435 include/linux/cpumask.h | 14 +-
17436 include/linux/crypto.h | 4 +-
17437 include/linux/ctype.h | 2 +-
17438 include/linux/dcache.h | 4 +-
17439 include/linux/decompress/mm.h | 2 +-
17440 include/linux/devfreq.h | 2 +-
17441 include/linux/device.h | 7 +-
17442 include/linux/dma-mapping.h | 2 +-
17443 include/linux/efi.h | 1 +
17444 include/linux/elf.h | 2 +
17445 include/linux/err.h | 4 +-
17446 include/linux/extcon.h | 2 +-
17447 include/linux/fb.h | 3 +-
17448 include/linux/fdtable.h | 2 +-
17449 include/linux/fs.h | 5 +-
17450 include/linux/fs_struct.h | 2 +-
17451 include/linux/fscache-cache.h | 2 +-
17452 include/linux/fscache.h | 2 +-
17453 include/linux/fsnotify.h | 2 +-
17454 include/linux/genhd.h | 4 +-
17455 include/linux/genl_magic_func.h | 2 +-
17456 include/linux/gfp.h | 12 +-
17457 include/linux/highmem.h | 12 +
17458 include/linux/hwmon-sysfs.h | 6 +-
17459 include/linux/i2c.h | 1 +
17460 include/linux/if_pppox.h | 2 +-
17461 include/linux/init.h | 12 +-
17462 include/linux/init_task.h | 7 +
17463 include/linux/interrupt.h | 6 +-
17464 include/linux/iommu.h | 2 +-
17465 include/linux/ioport.h | 2 +-
17466 include/linux/ipc.h | 2 +-
17467 include/linux/irq.h | 5 +-
17468 include/linux/irqdesc.h | 2 +-
17469 include/linux/irqdomain.h | 3 +
17470 include/linux/jbd2.h | 2 +-
17471 include/linux/jiffies.h | 16 +-
17472 include/linux/key-type.h | 2 +-
17473 include/linux/kgdb.h | 6 +-
17474 include/linux/kmemleak.h | 4 +-
17475 include/linux/kobject.h | 3 +-
17476 include/linux/kobject_ns.h | 2 +-
17477 include/linux/kref.h | 2 +-
17478 include/linux/libata.h | 2 +-
17479 include/linux/linkage.h | 1 +
17480 include/linux/list.h | 15 +
17481 include/linux/lockref.h | 26 +-
17482 include/linux/math64.h | 10 +-
17483 include/linux/mempolicy.h | 7 +
17484 include/linux/mm.h | 102 +-
17485 include/linux/mm_types.h | 20 +
17486 include/linux/mmiotrace.h | 4 +-
17487 include/linux/mmzone.h | 2 +-
17488 include/linux/mod_devicetable.h | 4 +-
17489 include/linux/module.h | 69 +-
17490 include/linux/moduleloader.h | 16 +
17491 include/linux/moduleparam.h | 4 +-
17492 include/linux/net.h | 2 +-
17493 include/linux/netdevice.h | 7 +-
17494 include/linux/netfilter.h | 2 +-
17495 include/linux/netfilter/nfnetlink.h | 2 +-
17496 include/linux/netlink.h | 12 +-
17497 include/linux/nls.h | 4 +-
17498 include/linux/notifier.h | 3 +-
17499 include/linux/oprofile.h | 4 +-
17500 include/linux/padata.h | 2 +-
17501 include/linux/pci_hotplug.h | 3 +-
17502 include/linux/percpu.h | 2 +-
17503 include/linux/perf_event.h | 12 +-
17504 include/linux/pipe_fs_i.h | 8 +-
17505 include/linux/pm.h | 1 +
17506 include/linux/pm_domain.h | 2 +-
17507 include/linux/pm_runtime.h | 2 +-
17508 include/linux/pnp.h | 2 +-
17509 include/linux/poison.h | 4 +-
17510 include/linux/power/smartreflex.h | 2 +-
17511 include/linux/ppp-comp.h | 2 +-
17512 include/linux/preempt.h | 21 +
17513 include/linux/proc_ns.h | 2 +-
17514 include/linux/psci.h | 2 +-
17515 include/linux/quota.h | 2 +-
17516 include/linux/random.h | 19 +-
17517 include/linux/rculist.h | 16 +
17518 include/linux/rcupdate.h | 8 +
17519 include/linux/reboot.h | 14 +-
17520 include/linux/regset.h | 3 +-
17521 include/linux/relay.h | 2 +-
17522 include/linux/rio.h | 2 +-
17523 include/linux/rmap.h | 4 +-
17524 include/linux/sched.h | 76 +-
17525 include/linux/sched/sysctl.h | 1 +
17526 include/linux/scif.h | 2 +-
17527 include/linux/semaphore.h | 2 +-
17528 include/linux/seq_file.h | 1 +
17529 include/linux/seqlock.h | 10 +
17530 include/linux/signal.h | 2 +-
17531 include/linux/skbuff.h | 12 +-
17532 include/linux/slab.h | 47 +-
17533 include/linux/slab_def.h | 14 +-
17534 include/linux/slub_def.h | 2 +-
17535 include/linux/smp.h | 2 +
17536 include/linux/sock_diag.h | 2 +-
17537 include/linux/sonet.h | 2 +-
17538 include/linux/spinlock.h | 17 +-
17539 include/linux/srcu.h | 5 +-
17540 include/linux/sunrpc/addr.h | 8 +-
17541 include/linux/sunrpc/clnt.h | 2 +-
17542 include/linux/sunrpc/svc.h | 2 +-
17543 include/linux/sunrpc/svc_rdma.h | 18 +-
17544 include/linux/sunrpc/svcauth.h | 2 +-
17545 include/linux/swapops.h | 10 +-
17546 include/linux/swiotlb.h | 3 +-
17547 include/linux/syscalls.h | 23 +-
17548 include/linux/syscore_ops.h | 2 +-
17549 include/linux/sysctl.h | 3 +-
17550 include/linux/sysfs.h | 9 +-
17551 include/linux/sysrq.h | 3 +-
17552 include/linux/tcp.h | 14 +-
17553 include/linux/thread_info.h | 7 +
17554 include/linux/tty.h | 4 +-
17555 include/linux/tty_driver.h | 2 +-
17556 include/linux/tty_ldisc.h | 2 +-
17557 include/linux/types.h | 16 +
17558 include/linux/uaccess.h | 2 +-
17559 include/linux/uio_driver.h | 2 +-
17560 include/linux/unaligned/access_ok.h | 24 +-
17561 include/linux/usb.h | 12 +-
17562 include/linux/usb/hcd.h | 1 +
17563 include/linux/usb/renesas_usbhs.h | 2 +-
17564 include/linux/vermagic.h | 21 +-
17565 include/linux/vga_switcheroo.h | 8 +-
17566 include/linux/vmalloc.h | 7 +-
17567 include/linux/vmstat.h | 24 +-
17568 include/linux/writeback.h | 3 +-
17569 include/linux/xattr.h | 5 +-
17570 include/linux/zlib.h | 3 +-
17571 include/media/v4l2-dev.h | 2 +-
17572 include/media/v4l2-device.h | 2 +-
17573 include/net/9p/transport.h | 2 +-
17574 include/net/bluetooth/l2cap.h | 2 +-
17575 include/net/bonding.h | 2 +-
17576 include/net/caif/cfctrl.h | 6 +-
17577 include/net/cfg802154.h | 2 +-
17578 include/net/flow.h | 2 +-
17579 include/net/genetlink.h | 2 +-
17580 include/net/gro_cells.h | 2 +-
17581 include/net/inet_connection_sock.h | 2 +-
17582 include/net/inet_sock.h | 2 +-
17583 include/net/inetpeer.h | 2 +-
17584 include/net/ip_fib.h | 2 +-
17585 include/net/ip_vs.h | 8 +-
17586 include/net/ipv6.h | 2 +-
17587 include/net/irda/ircomm_tty.h | 1 +
17588 include/net/iucv/af_iucv.h | 2 +-
17589 include/net/llc_c_ac.h | 2 +-
17590 include/net/llc_c_ev.h | 4 +-
17591 include/net/llc_c_st.h | 2 +-
17592 include/net/llc_s_ac.h | 2 +-
17593 include/net/llc_s_st.h | 2 +-
17594 include/net/mac80211.h | 6 +-
17595 include/net/neighbour.h | 4 +-
17596 include/net/net_namespace.h | 18 +-
17597 include/net/netlink.h | 2 +-
17598 include/net/netns/conntrack.h | 6 +-
17599 include/net/netns/ipv4.h | 4 +-
17600 include/net/netns/ipv6.h | 4 +-
17601 include/net/netns/xfrm.h | 2 +-
17602 include/net/ping.h | 2 +-
17603 include/net/protocol.h | 4 +-
17604 include/net/rtnetlink.h | 2 +-
17605 include/net/sctp/checksum.h | 4 +-
17606 include/net/sctp/sm.h | 4 +-
17607 include/net/sctp/structs.h | 2 +-
17608 include/net/snmp.h | 10 +-
17609 include/net/sock.h | 12 +-
17610 include/net/tcp.h | 8 +-
17611 include/net/xfrm.h | 13 +-
17612 include/rdma/iw_cm.h | 2 +-
17613 include/scsi/libfc.h | 3 +-
17614 include/scsi/scsi_device.h | 6 +-
17615 include/scsi/scsi_driver.h | 2 +-
17616 include/scsi/scsi_transport_fc.h | 3 +-
17617 include/scsi/sg.h | 2 +-
17618 include/sound/compress_driver.h | 2 +-
17619 include/sound/soc.h | 4 +-
17620 include/trace/events/irq.h | 4 +-
17621 include/uapi/linux/a.out.h | 8 +
17622 include/uapi/linux/bcache.h | 5 +-
17623 include/uapi/linux/byteorder/little_endian.h | 28 +-
17624 include/uapi/linux/connector.h | 2 +-
17625 include/uapi/linux/elf.h | 28 +
17626 include/uapi/linux/screen_info.h | 2 +-
17627 include/uapi/linux/swab.h | 6 +-
17628 include/uapi/linux/xattr.h | 4 +
17629 include/video/udlfb.h | 8 +-
17630 include/video/uvesafb.h | 1 +
17631 init/Kconfig | 2 +-
17632 init/Makefile | 3 +
17633 init/do_mounts.c | 14 +-
17634 init/do_mounts.h | 8 +-
17635 init/do_mounts_initrd.c | 30 +-
17636 init/do_mounts_md.c | 6 +-
17637 init/init_task.c | 4 +
17638 init/initramfs.c | 38 +-
17639 init/main.c | 30 +-
17640 ipc/compat.c | 4 +-
17641 ipc/ipc_sysctl.c | 14 +-
17642 ipc/mq_sysctl.c | 4 +-
17643 ipc/sem.c | 4 +-
17644 ipc/shm.c | 6 +
17645 kernel/audit.c | 8 +-
17646 kernel/auditsc.c | 4 +-
17647 kernel/bpf/core.c | 7 +-
17648 kernel/capability.c | 3 +
17649 kernel/compat.c | 38 +-
17650 kernel/debug/debug_core.c | 16 +-
17651 kernel/debug/kdb/kdb_main.c | 4 +-
17652 kernel/events/core.c | 30 +-
17653 kernel/events/internal.h | 10 +-
17654 kernel/events/uprobes.c | 2 +-
17655 kernel/exit.c | 27 +-
17656 kernel/fork.c | 175 +-
17657 kernel/futex.c | 11 +-
17658 kernel/futex_compat.c | 2 +-
17659 kernel/gcov/base.c | 7 +-
17660 kernel/irq/manage.c | 2 +-
17661 kernel/irq/msi.c | 19 +-
17662 kernel/irq/spurious.c | 2 +-
17663 kernel/jump_label.c | 5 +
17664 kernel/kallsyms.c | 37 +-
17665 kernel/kexec.c | 3 +-
17666 kernel/kmod.c | 8 +-
17667 kernel/kprobes.c | 4 +-
17668 kernel/ksysfs.c | 2 +-
17669 kernel/locking/lockdep.c | 7 +-
17670 kernel/locking/mutex-debug.c | 12 +-
17671 kernel/locking/mutex-debug.h | 4 +-
17672 kernel/locking/mutex.c | 6 +-
17673 kernel/module.c | 422 +-
17674 kernel/notifier.c | 17 +-
17675 kernel/padata.c | 4 +-
17676 kernel/panic.c | 5 +-
17677 kernel/pid.c | 2 +-
17678 kernel/pid_namespace.c | 2 +-
17679 kernel/power/process.c | 12 +-
17680 kernel/profile.c | 14 +-
17681 kernel/ptrace.c | 8 +-
17682 kernel/rcu/rcutorture.c | 60 +-
17683 kernel/rcu/tiny.c | 4 +-
17684 kernel/rcu/tree.c | 42 +-
17685 kernel/rcu/tree.h | 16 +-
17686 kernel/rcu/tree_plugin.h | 18 +-
17687 kernel/rcu/tree_trace.c | 14 +-
17688 kernel/resource.c | 4 +-
17689 kernel/sched/auto_group.c | 4 +-
17690 kernel/sched/core.c | 45 +-
17691 kernel/sched/fair.c | 2 +-
17692 kernel/sched/sched.h | 2 +-
17693 kernel/signal.c | 24 +-
17694 kernel/smpboot.c | 4 +-
17695 kernel/softirq.c | 12 +-
17696 kernel/sys.c | 10 +-
17697 kernel/sysctl.c | 34 +-
17698 kernel/time/alarmtimer.c | 2 +-
17699 kernel/time/posix-cpu-timers.c | 4 +-
17700 kernel/time/posix-timers.c | 24 +-
17701 kernel/time/timer.c | 2 +-
17702 kernel/time/timer_stats.c | 10 +-
17703 kernel/trace/blktrace.c | 6 +-
17704 kernel/trace/ftrace.c | 15 +-
17705 kernel/trace/ring_buffer.c | 96 +-
17706 kernel/trace/trace.c | 2 +-
17707 kernel/trace/trace.h | 2 +-
17708 kernel/trace/trace_clock.c | 4 +-
17709 kernel/trace/trace_events.c | 1 -
17710 kernel/trace/trace_functions_graph.c | 4 +-
17711 kernel/trace/trace_mmiotrace.c | 8 +-
17712 kernel/trace/trace_output.c | 10 +-
17713 kernel/trace/trace_seq.c | 2 +-
17714 kernel/trace/trace_stack.c | 2 +-
17715 kernel/user.c | 2 +-
17716 kernel/user_namespace.c | 2 +-
17717 kernel/utsname_sysctl.c | 2 +-
17718 kernel/watchdog.c | 2 +-
17719 kernel/workqueue.c | 8 +-
17720 lib/Kconfig.debug | 8 +-
17721 lib/Makefile | 2 +-
17722 lib/bitmap.c | 8 +-
17723 lib/bug.c | 2 +
17724 lib/debugobjects.c | 2 +-
17725 lib/decompress_bunzip2.c | 3 +-
17726 lib/decompress_unlzma.c | 4 +-
17727 lib/div64.c | 4 +-
17728 lib/dma-debug.c | 4 +-
17729 lib/inflate.c | 2 +-
17730 lib/ioremap.c | 4 +-
17731 lib/kobject.c | 4 +-
17732 lib/list_debug.c | 126 +-
17733 lib/lockref.c | 44 +-
17734 lib/percpu-refcount.c | 2 +-
17735 lib/radix-tree.c | 2 +-
17736 lib/random32.c | 2 +-
17737 lib/rhashtable.c | 4 +-
17738 lib/show_mem.c | 2 +-
17739 lib/strncpy_from_user.c | 2 +-
17740 lib/strnlen_user.c | 2 +-
17741 lib/swiotlb.c | 2 +-
17742 lib/usercopy.c | 6 +
17743 lib/vsprintf.c | 12 +-
17744 mm/Kconfig | 6 +-
17745 mm/backing-dev.c | 4 +-
17746 mm/debug.c | 3 +
17747 mm/filemap.c | 2 +-
17748 mm/gup.c | 13 +-
17749 mm/highmem.c | 6 +-
17750 mm/hugetlb.c | 70 +-
17751 mm/internal.h | 1 +
17752 mm/maccess.c | 12 +-
17753 mm/madvise.c | 37 +
17754 mm/memory-failure.c | 6 +-
17755 mm/memory.c | 424 +-
17756 mm/mempolicy.c | 25 +
17757 mm/mlock.c | 18 +-
17758 mm/mm_init.c | 2 +-
17759 mm/mmap.c | 582 +-
17760 mm/mprotect.c | 137 +-
17761 mm/mremap.c | 39 +-
17762 mm/nommu.c | 21 +-
17763 mm/page-writeback.c | 2 +-
17764 mm/page_alloc.c | 50 +-
17765 mm/percpu.c | 2 +-
17766 mm/process_vm_access.c | 14 +-
17767 mm/rmap.c | 45 +-
17768 mm/shmem.c | 19 +-
17769 mm/slab.c | 111 +-
17770 mm/slab.h | 22 +-
17771 mm/slab_common.c | 86 +-
17772 mm/slob.c | 218 +-
17773 mm/slub.c | 109 +-
17774 mm/sparse-vmemmap.c | 4 +-
17775 mm/sparse.c | 2 +-
17776 mm/swap.c | 2 +
17777 mm/swapfile.c | 12 +-
17778 mm/util.c | 6 +
17779 mm/vmalloc.c | 114 +-
17780 mm/vmstat.c | 12 +-
17781 net/8021q/vlan.c | 5 +-
17782 net/8021q/vlan_netlink.c | 2 +-
17783 net/9p/mod.c | 4 +-
17784 net/9p/trans_fd.c | 2 +-
17785 net/atm/atm_misc.c | 8 +-
17786 net/atm/lec.h | 2 +-
17787 net/atm/proc.c | 6 +-
17788 net/atm/resources.c | 4 +-
17789 net/ax25/sysctl_net_ax25.c | 2 +-
17790 net/batman-adv/bat_iv_ogm.c | 8 +-
17791 net/batman-adv/fragmentation.c | 2 +-
17792 net/batman-adv/routing.c | 4 +-
17793 net/batman-adv/soft-interface.c | 10 +-
17794 net/batman-adv/translation-table.c | 14 +-
17795 net/batman-adv/types.h | 8 +-
17796 net/bluetooth/hci_sock.c | 2 +-
17797 net/bluetooth/l2cap_core.c | 6 +-
17798 net/bluetooth/l2cap_sock.c | 12 +-
17799 net/bluetooth/rfcomm/sock.c | 4 +-
17800 net/bluetooth/rfcomm/tty.c | 4 +-
17801 net/bridge/br_netlink.c | 2 +-
17802 net/bridge/netfilter/ebtables.c | 6 +-
17803 net/caif/cfctrl.c | 11 +-
17804 net/caif/chnl_net.c | 2 +-
17805 net/can/af_can.c | 2 +-
17806 net/can/gw.c | 6 +-
17807 net/ceph/messenger.c | 4 +-
17808 net/compat.c | 26 +-
17809 net/core/datagram.c | 2 +-
17810 net/core/dev.c | 16 +-
17811 net/core/filter.c | 2 +-
17812 net/core/flow.c | 6 +-
17813 net/core/neighbour.c | 18 +-
17814 net/core/net-sysfs.c | 2 +-
17815 net/core/net_namespace.c | 8 +-
17816 net/core/netpoll.c | 4 +-
17817 net/core/rtnetlink.c | 17 +-
17818 net/core/scm.c | 12 +-
17819 net/core/skbuff.c | 11 +-
17820 net/core/sock.c | 28 +-
17821 net/core/sock_diag.c | 15 +-
17822 net/core/sysctl_net_core.c | 22 +-
17823 net/decnet/af_decnet.c | 1 +
17824 net/decnet/sysctl_net_decnet.c | 4 +-
17825 net/dsa/dsa.c | 2 +-
17826 net/hsr/hsr_netlink.c | 2 +-
17827 net/ieee802154/6lowpan/core.c | 2 +-
17828 net/ieee802154/6lowpan/reassembly.c | 14 +-
17829 net/ipv4/af_inet.c | 2 +-
17830 net/ipv4/arp.c | 2 +-
17831 net/ipv4/devinet.c | 18 +-
17832 net/ipv4/fib_frontend.c | 6 +-
17833 net/ipv4/fib_semantics.c | 2 +-
17834 net/ipv4/inet_connection_sock.c | 4 +-
17835 net/ipv4/inet_diag.c | 4 +-
17836 net/ipv4/inet_timewait_sock.c | 2 +-
17837 net/ipv4/inetpeer.c | 2 +-
17838 net/ipv4/ip_fragment.c | 15 +-
17839 net/ipv4/ip_gre.c | 6 +-
17840 net/ipv4/ip_sockglue.c | 2 +-
17841 net/ipv4/ip_vti.c | 4 +-
17842 net/ipv4/ipconfig.c | 6 +-
17843 net/ipv4/ipip.c | 4 +-
17844 net/ipv4/netfilter/arp_tables.c | 12 +-
17845 net/ipv4/netfilter/ip_tables.c | 12 +-
17846 net/ipv4/ping.c | 14 +-
17847 net/ipv4/proc.c | 8 +-
17848 net/ipv4/raw.c | 14 +-
17849 net/ipv4/route.c | 32 +-
17850 net/ipv4/sysctl_net_ipv4.c | 22 +-
17851 net/ipv4/tcp_input.c | 6 +-
17852 net/ipv4/tcp_probe.c | 2 +-
17853 net/ipv4/udp.c | 10 +-
17854 net/ipv4/xfrm4_mode_transport.c | 2 +-
17855 net/ipv4/xfrm4_policy.c | 17 +-
17856 net/ipv4/xfrm4_state.c | 4 +-
17857 net/ipv6/addrconf.c | 22 +-
17858 net/ipv6/af_inet6.c | 2 +-
17859 net/ipv6/datagram.c | 2 +-
17860 net/ipv6/icmp.c | 2 +-
17861 net/ipv6/ip6_fib.c | 4 +-
17862 net/ipv6/ip6_gre.c | 10 +-
17863 net/ipv6/ip6_tunnel.c | 4 +-
17864 net/ipv6/ip6_vti.c | 4 +-
17865 net/ipv6/ipv6_sockglue.c | 2 +-
17866 net/ipv6/ndisc.c | 2 +-
17867 net/ipv6/netfilter/ip6_tables.c | 12 +-
17868 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
17869 net/ipv6/ping.c | 33 +-
17870 net/ipv6/proc.c | 10 +-
17871 net/ipv6/raw.c | 17 +-
17872 net/ipv6/reassembly.c | 13 +-
17873 net/ipv6/route.c | 2 +-
17874 net/ipv6/sit.c | 4 +-
17875 net/ipv6/sysctl_net_ipv6.c | 2 +-
17876 net/ipv6/udp.c | 6 +-
17877 net/ipv6/xfrm6_policy.c | 17 +-
17878 net/irda/ircomm/ircomm_tty.c | 18 +-
17879 net/iucv/af_iucv.c | 4 +-
17880 net/iucv/iucv.c | 2 +-
17881 net/key/af_key.c | 4 +-
17882 net/l2tp/l2tp_eth.c | 38 +-
17883 net/l2tp/l2tp_ip.c | 2 +-
17884 net/l2tp/l2tp_ip6.c | 2 +-
17885 net/mac80211/cfg.c | 10 +-
17886 net/mac80211/debugfs_key.c | 4 +-
17887 net/mac80211/ieee80211_i.h | 3 +-
17888 net/mac80211/iface.c | 20 +-
17889 net/mac80211/key.c | 4 +-
17890 net/mac80211/main.c | 2 +-
17891 net/mac80211/pm.c | 4 +-
17892 net/mac80211/rate.c | 2 +-
17893 net/mac80211/sta_info.c | 2 +-
17894 net/mac80211/tx.c | 2 +-
17895 net/mac80211/util.c | 8 +-
17896 net/mac80211/wpa.c | 10 +-
17897 net/mac802154/iface.c | 4 +-
17898 net/mpls/af_mpls.c | 6 +-
17899 net/netfilter/ipset/ip_set_core.c | 4 +-
17900 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
17901 net/netfilter/ipvs/ip_vs_core.c | 4 +-
17902 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
17903 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
17904 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
17905 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
17906 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
17907 net/netfilter/nf_conntrack_acct.c | 2 +-
17908 net/netfilter/nf_conntrack_ecache.c | 2 +-
17909 net/netfilter/nf_conntrack_helper.c | 2 +-
17910 net/netfilter/nf_conntrack_netlink.c | 22 +-
17911 net/netfilter/nf_conntrack_proto.c | 2 +-
17912 net/netfilter/nf_conntrack_standalone.c | 2 +-
17913 net/netfilter/nf_conntrack_timestamp.c | 2 +-
17914 net/netfilter/nf_log.c | 10 +-
17915 net/netfilter/nf_sockopt.c | 4 +-
17916 net/netfilter/nf_tables_api.c | 13 +-
17917 net/netfilter/nfnetlink_acct.c | 7 +-
17918 net/netfilter/nfnetlink_cthelper.c | 2 +-
17919 net/netfilter/nfnetlink_cttimeout.c | 2 +-
17920 net/netfilter/nfnetlink_log.c | 4 +-
17921 net/netfilter/nft_compat.c | 9 +-
17922 net/netfilter/xt_statistic.c | 8 +-
17923 net/netlink/af_netlink.c | 14 +-
17924 net/netlink/diag.c | 2 +-
17925 net/netlink/genetlink.c | 14 +-
17926 net/openvswitch/vport-internal_dev.c | 2 +-
17927 net/packet/af_packet.c | 26 +-
17928 net/packet/diag.c | 2 +-
17929 net/packet/internal.h | 6 +-
17930 net/phonet/pep.c | 6 +-
17931 net/phonet/socket.c | 2 +-
17932 net/phonet/sysctl.c | 2 +-
17933 net/rds/cong.c | 6 +-
17934 net/rds/ib.h | 2 +-
17935 net/rds/ib_cm.c | 2 +-
17936 net/rds/ib_recv.c | 4 +-
17937 net/rds/iw.h | 2 +-
17938 net/rds/iw_cm.c | 2 +-
17939 net/rds/iw_recv.c | 4 +-
17940 net/rds/rds.h | 2 +-
17941 net/rds/tcp.c | 2 +-
17942 net/rds/tcp_send.c | 2 +-
17943 net/rxrpc/af_rxrpc.c | 2 +-
17944 net/rxrpc/ar-ack.c | 14 +-
17945 net/rxrpc/ar-call.c | 2 +-
17946 net/rxrpc/ar-connection.c | 2 +-
17947 net/rxrpc/ar-connevent.c | 2 +-
17948 net/rxrpc/ar-input.c | 4 +-
17949 net/rxrpc/ar-internal.h | 8 +-
17950 net/rxrpc/ar-local.c | 2 +-
17951 net/rxrpc/ar-output.c | 4 +-
17952 net/rxrpc/ar-peer.c | 2 +-
17953 net/rxrpc/ar-proc.c | 4 +-
17954 net/rxrpc/ar-transport.c | 2 +-
17955 net/rxrpc/rxkad.c | 4 +-
17956 net/sched/sch_generic.c | 4 +-
17957 net/sctp/ipv6.c | 6 +-
17958 net/sctp/protocol.c | 10 +-
17959 net/sctp/sm_sideeffect.c | 2 +-
17960 net/sctp/socket.c | 21 +-
17961 net/sctp/sysctl.c | 10 +-
17962 net/socket.c | 18 +-
17963 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
17964 net/sunrpc/clnt.c | 4 +-
17965 net/sunrpc/sched.c | 4 +-
17966 net/sunrpc/svc.c | 4 +-
17967 net/sunrpc/svcauth_unix.c | 2 +-
17968 net/sunrpc/xprtrdma/svc_rdma.c | 44 +-
17969 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
17970 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
17971 net/sunrpc/xprtrdma/svc_rdma_transport.c | 10 +-
17972 net/tipc/netlink_compat.c | 12 +-
17973 net/tipc/subscr.c | 2 +-
17974 net/unix/diag.c | 2 +-
17975 net/unix/sysctl_net_unix.c | 2 +-
17976 net/wireless/wext-core.c | 19 +-
17977 net/xfrm/xfrm_policy.c | 16 +-
17978 net/xfrm/xfrm_state.c | 33 +-
17979 net/xfrm/xfrm_sysctl.c | 2 +-
17980 net/xfrm/xfrm_user.c | 2 +-
17981 scripts/Kbuild.include | 2 +-
17982 scripts/Makefile.build | 2 +-
17983 scripts/Makefile.clean | 3 +-
17984 scripts/Makefile.host | 69 +-
17985 scripts/basic/fixdep.c | 12 +-
17986 scripts/dtc/checks.c | 14 +-
17987 scripts/dtc/data.c | 6 +-
17988 scripts/dtc/flattree.c | 8 +-
17989 scripts/dtc/livetree.c | 4 +-
17990 scripts/gcc-plugin.sh | 51 +
17991 scripts/headers_install.sh | 1 +
17992 scripts/kallsyms.c | 4 +-
17993 scripts/kconfig/lkc.h | 5 +-
17994 scripts/kconfig/menu.c | 2 +-
17995 scripts/kconfig/symbol.c | 6 +-
17996 scripts/link-vmlinux.sh | 2 +-
17997 scripts/mod/file2alias.c | 14 +-
17998 scripts/mod/modpost.c | 25 +-
17999 scripts/mod/modpost.h | 6 +-
18000 scripts/mod/sumversion.c | 2 +-
18001 scripts/module-common.lds | 4 +
18002 scripts/package/builddeb | 1 +
18003 scripts/pnmtologo.c | 6 +-
18004 scripts/sortextable.h | 6 +-
18005 scripts/tags.sh | 2 +-
18006 security/Kconfig | 691 +-
18007 security/apparmor/include/policy.h | 2 +-
18008 security/apparmor/policy.c | 4 +-
18009 security/integrity/ima/ima.h | 4 +-
18010 security/integrity/ima/ima_api.c | 2 +-
18011 security/integrity/ima/ima_fs.c | 4 +-
18012 security/integrity/ima/ima_queue.c | 2 +-
18013 security/keys/internal.h | 8 +-
18014 security/keys/key.c | 18 +-
18015 security/keys/keyring.c | 4 -
18016 security/selinux/avc.c | 6 +-
18017 security/selinux/include/xfrm.h | 2 +-
18018 security/yama/yama_lsm.c | 2 +-
18019 sound/aoa/codecs/onyx.c | 7 +-
18020 sound/aoa/codecs/onyx.h | 1 +
18021 sound/core/oss/pcm_oss.c | 18 +-
18022 sound/core/pcm_compat.c | 2 +-
18023 sound/core/pcm_native.c | 4 +-
18024 sound/core/seq/seq_clientmgr.c | 10 +-
18025 sound/core/seq/seq_compat.c | 2 +-
18026 sound/core/seq/seq_fifo.c | 6 +-
18027 sound/core/seq/seq_fifo.h | 2 +-
18028 sound/core/seq/seq_memory.c | 6 +-
18029 sound/core/sound.c | 2 +-
18030 sound/drivers/mts64.c | 14 +-
18031 sound/drivers/opl4/opl4_lib.c | 2 +-
18032 sound/drivers/portman2x4.c | 3 +-
18033 sound/firewire/amdtp-am824.c | 2 +-
18034 sound/firewire/amdtp-stream.c | 4 +-
18035 sound/firewire/amdtp-stream.h | 2 +-
18036 sound/firewire/digi00x/amdtp-dot.c | 2 +-
18037 sound/firewire/isight.c | 10 +-
18038 sound/firewire/scs1x.c | 8 +-
18039 sound/oss/sb_audio.c | 2 +-
18040 sound/oss/swarm_cs4297a.c | 6 +-
18041 sound/pci/hda/hda_codec.c | 2 +-
18042 sound/pci/ymfpci/ymfpci.h | 2 +-
18043 sound/pci/ymfpci/ymfpci_main.c | 12 +-
18044 sound/soc/codecs/sti-sas.c | 10 +-
18045 sound/soc/intel/skylake/skl-sst-dsp.h | 4 +-
18046 sound/soc/soc-ac97.c | 6 +-
18047 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
18048 tools/gcc/Makefile | 42 +
18049 tools/gcc/checker_plugin.c | 549 +
18050 tools/gcc/colorize_plugin.c | 215 +
18051 tools/gcc/constify_plugin.c | 571 +
18052 tools/gcc/gcc-common.h | 819 +
18053 tools/gcc/initify_plugin.c | 591 +
18054 tools/gcc/kallocstat_plugin.c | 188 +
18055 tools/gcc/kernexec_plugin.c | 549 +
18056 tools/gcc/latent_entropy_plugin.c | 474 +
18057 tools/gcc/randomize_layout_seed.h | 1 +
18058 tools/gcc/size_overflow_plugin/.gitignore | 2 +
18059 tools/gcc/size_overflow_plugin/Makefile | 28 +
18060 .../disable_size_overflow_hash.data | 12434 ++
18061 .../disable_size_overflow_hash.h | 152601 ++++++++++++++++++
18062 .../generate_size_overflow_hash.sh | 103 +
18063 .../insert_size_overflow_asm.c | 416 +
18064 .../size_overflow_plugin/intentional_overflow.c | 1116 +
18065 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
18066 tools/gcc/size_overflow_plugin/size_overflow.h | 325 +
18067 .../gcc/size_overflow_plugin/size_overflow_debug.c | 194 +
18068 .../size_overflow_plugin/size_overflow_hash.data | 21454 +++
18069 .../size_overflow_hash_aux.data | 92 +
18070 tools/gcc/size_overflow_plugin/size_overflow_ipa.c | 1226 +
18071 .../gcc/size_overflow_plugin/size_overflow_misc.c | 505 +
18072 .../size_overflow_plugin/size_overflow_plugin.c | 318 +
18073 .../size_overflow_plugin_hash.c | 352 +
18074 .../size_overflow_plugin/size_overflow_transform.c | 745 +
18075 .../size_overflow_transform_core.c | 1015 +
18076 tools/gcc/stackleak_plugin.c | 444 +
18077 tools/gcc/structleak_plugin.c | 290 +
18078 tools/include/linux/compiler.h | 8 +
18079 tools/perf/util/include/asm/alternative-asm.h | 3 +
18080 tools/virtio/linux/uaccess.h | 2 +-
18081 virt/kvm/kvm_main.c | 42 +-
18082 2088 files changed, 221599 insertions(+), 9618 deletions(-)
18083 commit 87790bbd0d8dc2bd7fd86cb947e32886db9e9766
18084 Author: Matthew Wilcox <willy@linux.intel.com>
18085 Date: Tue Feb 2 16:57:52 2016 -0800
18086
18087 radix-tree: fix race in gang lookup
18088
18089 If the indirect_ptr bit is set on a slot, that indicates we need to redo
18090 the lookup. Introduce a new function radix_tree_iter_retry() which
18091 forces the loop to retry the lookup by setting 'slot' to NULL and
18092 turning the iterator back to point at the problematic entry.
18093
18094 This is a pretty rare problem to hit at the moment; the lookup has to
18095 race with a grow of the radix tree from a height of 0. The consequences
18096 of hitting this race are that gang lookup could return a pointer to a
18097 radix_tree_node instead of a pointer to whatever the user had inserted
18098 in the tree.
18099
18100 Fixes: cebbd29e1c2f ("radix-tree: rewrite gang lookup using iterator")
18101 Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
18102 Cc: Hugh Dickins <hughd@google.com>
18103 Cc: Ohad Ben-Cohen <ohad@wizery.com>
18104 Cc: Konstantin Khlebnikov <khlebnikov@openvz.org>
18105 Cc: <stable@vger.kernel.org>
18106 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
18107 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
18108
18109 include/linux/radix-tree.h | 16 ++++++++++++++++
18110 lib/radix-tree.c | 12 ++++++++++--
18111 2 files changed, 26 insertions(+), 2 deletions(-)
18112
18113 commit bf628043b4589c910919a0f221ae7f42aa8cea93
18114 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
18115 Date: Wed Feb 3 02:11:03 2016 +0100
18116
18117 unix: correctly track in-flight fds in sending process user_struct
18118
18119 The commit referenced in the Fixes tag incorrectly accounted the number
18120 of in-flight fds over a unix domain socket to the original opener
18121 of the file-descriptor. This allows another process to arbitrary
18122 deplete the original file-openers resource limit for the maximum of
18123 open files. Instead the sending processes and its struct cred should
18124 be credited.
18125
18126 To do so, we add a reference counted struct user_struct pointer to the
18127 scm_fp_list and use it to account for the number of inflight unix fds.
18128
18129 Fixes: 712f4aad406bb1 ("unix: properly account for FDs passed over unix sockets")
18130 Reported-by: David Herrmann <dh.herrmann@gmail.com>
18131 Cc: David Herrmann <dh.herrmann@gmail.com>
18132 Cc: Willy Tarreau <w@1wt.eu>
18133 Cc: Linus Torvalds <torvalds@linux-foundation.org>
18134 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
18135 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
18136 Signed-off-by: David S. Miller <davem@davemloft.net>
18137
18138 include/net/af_unix.h | 4 ++--
18139 include/net/scm.h | 1 +
18140 net/core/scm.c | 7 +++++++
18141 net/unix/af_unix.c | 4 ++--
18142 net/unix/garbage.c | 8 ++++----
18143 5 files changed, 16 insertions(+), 8 deletions(-)
18144
18145 commit e830db443ff78d70b7b63536e688d73907face0c
18146 Author: Mike Kravetz <mike.kravetz@oracle.com>
18147 Date: Fri Jan 15 16:57:37 2016 -0800
18148
18149 fs/hugetlbfs/inode.c: fix bugs in hugetlb_vmtruncate_list()
18150
18151 Hillf Danton noticed bugs in the hugetlb_vmtruncate_list routine. The
18152 argument end is of type pgoff_t. It was being converted to a vaddr
18153 offset and passed to unmap_hugepage_range. However, end was also being
18154 used as an argument to the vma_interval_tree_foreach controlling loop.
18155 In addition, the conversion of end to vaddr offset was incorrect.
18156
18157 hugetlb_vmtruncate_list is called as part of a file truncate or
18158 fallocate hole punch operation.
18159
18160 When truncating a hugetlbfs file, this bug could prevent some pages from
18161 being unmapped. This is possible if there are multiple vmas mapping the
18162 file, and there is a sufficiently sized hole between the mappings. The
18163 size of the hole between two vmas (A,B) must be such that the starting
18164 virtual address of B is greater than (ending virtual address of A <<
18165 PAGE_SHIFT). In this case, the pages in B would not be unmapped. If
18166 pages are not properly unmapped during truncate, the following BUG is
18167 hit:
18168
18169 kernel BUG at fs/hugetlbfs/inode.c:428!
18170
18171 In the fallocate hole punch case, this bug could prevent pages from
18172 being unmapped as in the truncate case. However, for hole punch the
18173 result is that unmapped pages will not be removed during the operation.
18174 For hole punch, it is also possible that more pages than desired will be
18175 unmapped. This unnecessary unmapping will cause page faults to
18176 reestablish the mappings on subsequent page access.
18177
18178 Fixes: 1bfad99ab (" hugetlbfs: hugetlb_vmtruncate_list() needs to take a range")Reported-by: Hillf Danton <hillf.zj@alibaba-inc.com>
18179 Signed-off-by: Mike Kravetz <mike.kravetz@oracle.com>
18180 Cc: Hugh Dickins <hughd@google.com>
18181 Cc: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
18182 Cc: Davidlohr Bueso <dave@stgolabs.net>
18183 Cc: Dave Hansen <dave.hansen@linux.intel.com>
18184 Cc: <stable@vger.kernel.org> [4.3]
18185 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
18186 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
18187
18188 fs/hugetlbfs/inode.c | 19 +++++++++++--------
18189 1 files changed, 11 insertions(+), 8 deletions(-)
18190
18191 commit cdb3ba4a9113b779347387f3b6c6ea72dd4db12f
18192 Author: Takashi Iwai <tiwai@suse.de>
18193 Date: Thu Feb 4 17:06:13 2016 +0100
18194
18195 ALSA: timer: Fix leftover link at closing
18196
18197 In ALSA timer core, the active timer instance is managed in
18198 active_list linked list. Each element is added / removed dynamically
18199 at timer start, stop and in timer interrupt. The problem is that
18200 snd_timer_interrupt() has a thinko and leaves the element in
18201 active_list when it's the last opened element. This eventually leads
18202 to list corruption or use-after-free error.
18203
18204 This hasn't been revealed because we used to delete the list forcibly
18205 in snd_timer_stop() in the past. However, the recent fix avoids the
18206 double-stop behavior (in commit [f784beb75ce8: ALSA: timer: Fix link
18207 corruption due to double start or stop]), and this leak hits reality.
18208
18209 This patch fixes the link management in snd_timer_interrupt(). Now it
18210 simply unlinks no matter which stream is.
18211
18212 BugLink: http://lkml.kernel.org/r/CACT4Y+Yy2aukHP-EDp8-ziNqNNmb-NTf=jDWXMP7jB8HDa2vng@mail.gmail.com
18213 Reported-by: Dmitry Vyukov <dvyukov@google.com>
18214 Cc: <stable@vger.kernel.org>
18215 Signed-off-by: Takashi Iwai <tiwai@suse.de>
18216
18217 sound/core/timer.c | 4 ++--
18218 1 files changed, 2 insertions(+), 2 deletions(-)
18219
18220 commit 47d9647902f6a2f46a2be1e0140ba0f6f8c06008
18221 Author: Konstantin Khlebnikov <koct9i@gmail.com>
18222 Date: Fri Feb 5 15:37:01 2016 -0800
18223
18224 radix-tree: fix oops after radix_tree_iter_retry
18225
18226 Helper radix_tree_iter_retry() resets next_index to the current index.
18227 In following radix_tree_next_slot current chunk size becomes zero. This
18228 isn't checked and it tries to dereference null pointer in slot.
18229
18230 Tagged iterator is fine because retry happens only at slot 0 where tag
18231 bitmask in iter->tags is filled with single bit.
18232
18233 Fixes: 46437f9a554f ("radix-tree: fix race in gang lookup")
18234 Signed-off-by: Konstantin Khlebnikov <koct9i@gmail.com>
18235 Cc: Matthew Wilcox <willy@linux.intel.com>
18236 Cc: Hugh Dickins <hughd@google.com>
18237 Cc: Ohad Ben-Cohen <ohad@wizery.com>
18238 Cc: Jeremiah Mahler <jmmahler@gmail.com>
18239 Cc: <stable@vger.kernel.org>
18240 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
18241 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
18242
18243 include/linux/radix-tree.h | 6 +++---
18244 1 files changed, 3 insertions(+), 3 deletions(-)
18245
18246 commit 95b5dcb3c01958502af00b0bc0da1d906aae11a2
18247 Merge: 438be0b 256aeaf
18248 Author: Brad Spengler <spender@grsecurity.net>
18249 Date: Sun Feb 7 08:29:33 2016 -0500
18250
18251 Merge branch 'pax-test' into grsec-test
18252
18253 commit 256aeaf87c22de8edf1f03682a572c590ae07771
18254 Author: Brad Spengler <spender@grsecurity.net>
18255 Date: Sun Feb 7 08:29:09 2016 -0500
18256
18257 Update to pax-linux-4.3.5-test28.patch:
18258 - fixed an integer truncation bug in numa_clear_kernel_node_hotplug caught by the size overflow plugin, reported by x14sg1 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4374)
18259 - spender fixed UDEREF on arm
18260
18261 arch/arm/Kconfig | 1 +
18262 arch/arm/include/asm/domain.h | 21 ++++++++-
18263 arch/arm/include/asm/futex.h | 9 ----
18264 arch/arm/include/asm/thread_info.h | 3 +
18265 arch/arm/include/asm/uaccess.h | 81 +++++++++++++++---------------------
18266 arch/arm/kernel/entry-armv.S | 2 +-
18267 arch/arm/kernel/process.c | 2 +-
18268 arch/arm/mm/alignment.c | 8 ----
18269 arch/x86/mm/numa.c | 2 +-
18270 security/Kconfig | 1 -
18271 10 files changed, 60 insertions(+), 70 deletions(-)
18272
18273 commit 438be0bd112bd17942b2628c53054dc1007558a1
18274 Author: Brad Spengler <spender@grsecurity.net>
18275 Date: Sat Feb 6 19:50:31 2016 -0500
18276
18277 Fix a number of issues caused by the upstream merging of a UDEREF ripoff resulting in unbootable
18278 ARM systems reported on the forums
18279
18280 arch/arm/Kconfig | 1 +
18281 arch/arm/include/asm/domain.h | 21 ++++++++-
18282 arch/arm/include/asm/futex.h | 9 ----
18283 arch/arm/include/asm/thread_info.h | 3 +
18284 arch/arm/include/asm/uaccess.h | 81 +++++++++++++++---------------------
18285 arch/arm/kernel/entry-armv.S | 2 +-
18286 arch/arm/kernel/process.c | 2 +-
18287 arch/arm/mm/alignment.c | 8 ----
18288 security/Kconfig | 1 -
18289 9 files changed, 59 insertions(+), 69 deletions(-)
18290
18291 commit 4ffdd5ef1f87e611af1efb4f251ada92abe9f4c0
18292 Author: Brad Spengler <spender@grsecurity.net>
18293 Date: Sat Feb 6 11:21:53 2016 -0500
18294
18295 Fix another compiler warning
18296
18297 net/ipv4/tcp_input.c | 2 ++
18298 1 files changed, 2 insertions(+), 0 deletions(-)
18299
18300 commit 30b5b7bc0fd67d458bdd5ab35e4689769eabd2ed
18301 Author: Brad Spengler <spender@grsecurity.net>
18302 Date: Sat Feb 6 11:16:12 2016 -0500
18303
18304 Fix two compiler warnings
18305
18306 kernel/pid.c | 5 ++---
18307 kernel/ptrace.c | 3 ++-
18308 2 files changed, 4 insertions(+), 4 deletions(-)
18309
18310 commit dda4d2a21914c480750f10bd55c6e3203d415d8d
18311 Author: Brad Spengler <spender@grsecurity.net>
18312 Date: Wed Feb 3 21:22:40 2016 -0500
18313
18314 Apply fix for integer truncation in NUMA init code, reported by
18315 x14sg1 on the forums:
18316 https://forums.grsecurity.net/viewtopic.php?f=3&t=4374
18317
18318 arch/x86/mm/numa.c | 2 +-
18319 1 files changed, 1 insertions(+), 1 deletions(-)
18320
18321 commit 477505f7c893cb6a2c3e22f83eefd9c985d7b3ca
18322 Merge: a781740 016d0d8
18323 Author: Brad Spengler <spender@grsecurity.net>
18324 Date: Wed Feb 3 21:20:58 2016 -0500
18325
18326 Merge branch 'pax-test' into grsec-test
18327
18328 commit 016d0d81a8dd4be1304c82a68e0ccf425868f467
18329 Author: Brad Spengler <spender@grsecurity.net>
18330 Date: Wed Feb 3 21:20:10 2016 -0500
18331
18332 Update to pax-linux-4.3.5-test27.patch:
18333 - fixed a bunch of potential REFCOUNT false positives, reported by Emese
18334 - restored padding in fpregs_state for storing AVX-512 state in the future
18335 - constified netlink_dump_control
18336 - added const version of debug_gimple_stmt for gcc plugins, by Emese
18337 - Emese fixed a bug in initify that could have initified too much
18338 - Emese fixed a false positive intentional integer overflow in xfrm4_extract_header, reported by corsac
18339
18340 arch/x86/include/asm/fpu/types.h | 1 +
18341 arch/x86/include/asm/mmu_context.h | 2 +-
18342 block/blk-cgroup.c | 18 ++--
18343 block/cfq-iosched.c | 4 +-
18344 crypto/crypto_user.c | 8 ++-
18345 drivers/acpi/apei/ghes.c | 6 +-
18346 drivers/char/ipmi/ipmi_ssif.c | 12 ++--
18347 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
18348 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
18349 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
18350 drivers/infiniband/core/netlink.c | 5 +-
18351 drivers/infiniband/hw/cxgb4/device.c | 6 +-
18352 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
18353 drivers/md/bcache/alloc.c | 2 +-
18354 drivers/md/bcache/bcache.h | 10 +-
18355 drivers/md/bcache/btree.c | 2 +-
18356 drivers/md/bcache/io.c | 10 +-
18357 drivers/md/bcache/journal.c | 2 +-
18358 drivers/md/bcache/stats.c | 26 +++---
18359 drivers/md/bcache/stats.h | 16 ++--
18360 drivers/md/bcache/super.c | 2 +-
18361 drivers/md/bcache/sysfs.c | 20 +++---
18362 drivers/md/dm-cache-target.c | 98 ++++++++++++------------
18363 drivers/md/dm-raid.c | 2 +-
18364 drivers/md/md.c | 6 +-
18365 drivers/md/md.h | 2 +-
18366 drivers/md/raid1.c | 2 +-
18367 drivers/md/raid10.c | 2 +-
18368 drivers/md/raid5.c | 4 +-
18369 drivers/media/pci/zoran/zoran.h | 1 -
18370 drivers/media/pci/zoran/zoran_driver.c | 3 -
18371 drivers/net/ethernet/sfc/selftest.c | 20 +++---
18372 drivers/net/irda/vlsi_ir.c | 18 ++--
18373 drivers/net/irda/vlsi_ir.h | 14 ++--
18374 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
18375 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
18376 drivers/net/wireless/ath/carl9170/main.c | 10 +-
18377 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
18378 drivers/net/wireless/iwlwifi/mvm/d3.c | 4 +-
18379 drivers/net/wireless/iwlwifi/mvm/tx.c | 2 +-
18380 drivers/scsi/hptiop.c | 2 -
18381 drivers/scsi/hptiop.h | 1 -
18382 drivers/scsi/ipr.c | 6 +-
18383 drivers/scsi/ipr.h | 2 +-
18384 drivers/scsi/qla2xxx/qla_target.c | 10 +-
18385 drivers/scsi/qla2xxx/qla_target.h | 2 +-
18386 fs/btrfs/ctree.c | 2 +-
18387 fs/btrfs/ctree.h | 4 +-
18388 fs/btrfs/delayed-ref.c | 4 +-
18389 fs/btrfs/disk-io.c | 4 +-
18390 fs/btrfs/file.c | 4 +-
18391 fs/btrfs/raid56.c | 32 ++++----
18392 fs/btrfs/tests/btrfs-tests.c | 2 +-
18393 fs/btrfs/transaction.c | 2 +-
18394 fs/btrfs/tree-log.c | 8 +-
18395 fs/btrfs/volumes.c | 14 ++--
18396 fs/btrfs/volumes.h | 22 +++---
18397 fs/jbd2/commit.c | 2 +-
18398 fs/jbd2/transaction.c | 4 +-
18399 fs/ocfs2/dlm/dlmcommon.h | 4 +-
18400 fs/ocfs2/dlm/dlmdebug.c | 10 +-
18401 fs/ocfs2/dlm/dlmdomain.c | 4 +-
18402 fs/ocfs2/dlm/dlmmaster.c | 4 +-
18403 include/acpi/ghes.h | 2 +-
18404 include/linux/blk-cgroup.h | 24 +++---
18405 include/linux/jbd2.h | 2 +-
18406 include/linux/netlink.h | 12 ++--
18407 include/net/cfg802154.h | 2 +-
18408 include/net/mac80211.h | 2 +-
18409 include/net/neighbour.h | 2 +-
18410 kernel/rcu/tree_plugin.h | 4 +-
18411 net/batman-adv/routing.c | 4 +-
18412 net/batman-adv/soft-interface.c | 2 +-
18413 net/batman-adv/translation-table.c | 14 ++--
18414 net/batman-adv/types.h | 2 +-
18415 net/core/neighbour.c | 14 ++--
18416 net/core/rtnetlink.c | 2 +-
18417 net/ipv4/arp.c | 2 +-
18418 net/ipv4/inet_diag.c | 4 +-
18419 net/ipv4/xfrm4_state.c | 4 +-
18420 net/ipv6/ndisc.c | 2 +-
18421 net/mac80211/cfg.c | 2 +-
18422 net/mac80211/debugfs_key.c | 2 +-
18423 net/mac80211/key.c | 4 +-
18424 net/mac80211/tx.c | 2 +-
18425 net/mac80211/wpa.c | 10 +-
18426 net/mac802154/iface.c | 4 +-
18427 net/netfilter/ipset/ip_set_core.c | 2 +-
18428 net/netfilter/nf_conntrack_netlink.c | 22 +++---
18429 net/netfilter/nf_tables_api.c | 13 ++--
18430 net/netfilter/nfnetlink_acct.c | 7 +-
18431 net/netfilter/nfnetlink_cthelper.c | 2 +-
18432 net/netfilter/nfnetlink_cttimeout.c | 2 +-
18433 net/netlink/af_netlink.c | 10 ++-
18434 net/netlink/diag.c | 2 +-
18435 net/netlink/genetlink.c | 14 ++--
18436 net/packet/af_packet.c | 18 ++--
18437 net/packet/diag.c | 2 +-
18438 net/packet/internal.h | 6 +-
18439 net/unix/diag.c | 2 +-
18440 net/xfrm/xfrm_user.c | 2 +-
18441 security/apparmor/include/policy.h | 2 +-
18442 security/apparmor/policy.c | 4 +-
18443 sound/core/seq/seq_clientmgr.c | 2 +-
18444 sound/core/seq/seq_fifo.c | 6 +-
18445 sound/core/seq/seq_fifo.h | 2 +-
18446 tools/gcc/gcc-common.h | 24 ++++--
18447 tools/gcc/initify_plugin.c | 7 +-
18448 tools/lib/api/Makefile | 2 +-
18449 109 files changed, 399 insertions(+), 391 deletions(-)
18450
18451 commit a7817402ac837b1aee07fac42537a02097055098
18452 Author: Matt Fleming <matt@codeblueprint.co.uk>
18453 Date: Fri Jan 29 11:36:10 2016 +0000
18454
18455 x86/mm/pat: Avoid truncation when converting cpa->numpages to address
18456
18457 There are a couple of nasty truncation bugs lurking in the pageattr
18458 code that can be triggered when mapping EFI regions, e.g. when we pass
18459 a cpa->pgd pointer. Because cpa->numpages is a 32-bit value, shifting
18460 left by PAGE_SHIFT will truncate the resultant address to 32-bits.
18461
18462 Viorel-Cătălin managed to trigger this bug on his Dell machine that
18463 provides a ~5GB EFI region which requires 1236992 pages to be mapped.
18464 When calling populate_pud() the end of the region gets calculated
18465 incorrectly in the following buggy expression,
18466
18467 end = start + (cpa->numpages << PAGE_SHIFT);
18468
18469 And only 188416 pages are mapped. Next, populate_pud() gets invoked
18470 for a second time because of the loop in __change_page_attr_set_clr(),
18471 only this time no pages get mapped because shifting the remaining
18472 number of pages (1048576) by PAGE_SHIFT is zero. At which point the
18473 loop in __change_page_attr_set_clr() spins forever because we fail to
18474 map progress.
18475
18476 Hitting this bug depends very much on the virtual address we pick to
18477 map the large region at and how many pages we map on the initial run
18478 through the loop. This explains why this issue was only recently hit
18479 with the introduction of commit
18480
18481 a5caa209ba9c ("x86/efi: Fix boot crash by mapping EFI memmap
18482 entries bottom-up at runtime, instead of top-down")
18483
18484 It's interesting to note that safe uses of cpa->numpages do exist in
18485 the pageattr code. If instead of shifting ->numpages we multiply by
18486 PAGE_SIZE, no truncation occurs because PAGE_SIZE is a UL value, and
18487 so the result is unsigned long.
18488
18489 To avoid surprises when users try to convert very large cpa->numpages
18490 values to addresses, change the data type from 'int' to 'unsigned
18491 long', thereby making it suitable for shifting by PAGE_SHIFT without
18492 any type casting.
18493
18494 The alternative would be to make liberal use of casting, but that is
18495 far more likely to cause problems in the future when someone adds more
18496 code and fails to cast properly; this bug was difficult enough to
18497 track down in the first place.
18498
18499 Reported-and-tested-by: Viorel-Cătălin Răpițeanu <rapiteanu.catalin@gmail.com>
18500 Acked-by: Borislav Petkov <bp@alien8.de>
18501 Cc: Sai Praneeth Prakhya <sai.praneeth.prakhya@intel.com>
18502 Cc: <stable@vger.kernel.org>
18503 Signed-off-by: Matt Fleming <matt@codeblueprint.co.uk>
18504 Link: https://bugzilla.kernel.org/show_bug.cgi?id=110131
18505 Link: http://lkml.kernel.org/r/1454067370-10374-1-git-send-email-matt@codeblueprint.co.uk
18506 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
18507
18508 arch/x86/mm/pageattr.c | 4 ++--
18509 1 files changed, 2 insertions(+), 2 deletions(-)
18510
18511 commit 64dd9d7a67a742fda257cdd16510c29e695c34b5
18512 Author: Jan Beulich <JBeulich@suse.com>
18513 Date: Tue Jan 26 04:15:18 2016 -0700
18514
18515 x86/mm: Fix types used in pgprot cacheability flags translations
18516
18517 For PAE kernels "unsigned long" is not suitable to hold page protection
18518 flags, since _PAGE_NX doesn't fit there. This is the reason for quite a
18519 few W+X pages getting reported as insecure during boot (observed namely
18520 for the entire initrd range).
18521
18522 Fixes: 281d4078be ("x86: Make page cache mode a real type")
18523 Signed-off-by: Jan Beulich <jbeulich@suse.com>
18524 Reviewed-by: Juergen Gross <JGross@suse.com>
18525 Cc: stable@vger.kernel.org
18526 Link: http://lkml.kernel.org/r/56A7635602000078000CAFF1@prv-mh.provo.novell.com
18527 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
18528
18529 arch/x86/include/asm/pgtable_types.h | 6 ++----
18530 1 files changed, 2 insertions(+), 4 deletions(-)
18531
18532 commit bb9a3a9df0d8dfc96d521676e64c42b37ba22aea
18533 Merge: 682d661 f74425b
18534 Author: Brad Spengler <spender@grsecurity.net>
18535 Date: Sun Jan 31 15:06:25 2016 -0500
18536
18537 Merge branch 'pax-test' into grsec-test
18538
18539 Conflicts:
18540 drivers/net/slip/slhc.c
18541 include/linux/sched.h
18542 net/unix/af_unix.c
18543 sound/core/timer.c
18544
18545 commit f74425b5705bfe52aff9e97659ef10c4a14176c3
18546 Merge: d14af1f 849a2d3
18547 Author: Brad Spengler <spender@grsecurity.net>
18548 Date: Sun Jan 31 15:02:55 2016 -0500
18549
18550 Merge branch 'linux-4.3.y' into pax-test
18551
18552 Conflicts:
18553 arch/x86/include/asm/mmu_context.h
18554
18555 commit 682d6611d75542e351c973c8dd74a99d3966c073
18556 Author: Brad Spengler <spender@grsecurity.net>
18557 Date: Sat Jan 30 13:05:03 2016 -0500
18558
18559 Based on a report from Mathias Krause, fix up a number of additional instances
18560 of ulong overflow when passing in values to gr_learn_resource by saturating
18561 to ULONG_MAX
18562
18563 mm/mlock.c | 11 ++++++++---
18564 mm/mmap.c | 16 +++++++++++++---
18565 2 files changed, 21 insertions(+), 6 deletions(-)
18566
18567 commit adb52e95fb9ad4ac9c56cd5d47bd668f47c33096
18568 Author: Jann Horn <jann@thejh.net>
18569 Date: Sat Dec 26 06:00:48 2015 +0100
18570
18571 seccomp: always propagate NO_NEW_PRIVS on tsync
18572
18573 Before this patch, a process with some permissive seccomp filter
18574 that was applied by root without NO_NEW_PRIVS was able to add
18575 more filters to itself without setting NO_NEW_PRIVS by setting
18576 the new filter from a throwaway thread with NO_NEW_PRIVS.
18577
18578 Signed-off-by: Jann Horn <jann@thejh.net>
18579 Cc: stable@vger.kernel.org
18580 Signed-off-by: Kees Cook <keescook@chromium.org>
18581
18582 kernel/seccomp.c | 22 +++++++++++-----------
18583 1 files changed, 11 insertions(+), 11 deletions(-)
18584
18585 commit b85450498a3bbf269441c8963d7574bb3079c838
18586 Merge: 59c216f d14af1f
18587 Author: Brad Spengler <spender@grsecurity.net>
18588 Date: Fri Jan 29 20:54:13 2016 -0500
18589
18590 Merge branch 'pax-test' into grsec-test
18591
18592 commit d14af1f1dd66511f3f0674deee2b572972012b39
18593 Author: Brad Spengler <spender@grsecurity.net>
18594 Date: Fri Jan 29 20:53:51 2016 -0500
18595
18596 Update to pax-linux-4.3.4-test26.patch:
18597 - Emese fixed a few intentional overflows introduced by gcc, reported by StalkR (https://forums.grsecurity.net/viewtopic.php?f=3&t=4370)
18598
18599 fs/cifs/file.c | 2 +-
18600 fs/gfs2/file.c | 2 +-
18601 .../size_overflow_plugin/intentional_overflow.c | 96 ++++++++++++++++++--
18602 tools/gcc/size_overflow_plugin/size_overflow.h | 2 +
18603 .../size_overflow_plugin/size_overflow_plugin.c | 4 +-
18604 .../size_overflow_plugin/size_overflow_transform.c | 6 +-
18605 .../size_overflow_transform_core.c | 5 +
18606 7 files changed, 102 insertions(+), 15 deletions(-)
18607
18608 commit 59c216f13587eacdd692386b7a403ae78ed84fb6
18609 Author: Brad Spengler <spender@grsecurity.net>
18610 Date: Wed Jan 27 17:57:21 2016 -0500
18611
18612 Fix a size_overflow report reported by Mathias Krause in our
18613 truncation of an loff_t to an unsigned long when being passed
18614 to gr_learn_resource() (as all resource checks are against unsigned long
18615 values)
18616
18617 fs/attr.c | 5 ++++-
18618 1 files changed, 4 insertions(+), 1 deletions(-)
18619
18620 commit 70636c6ad60fc1db3af764ecc789b827b7497a97
18621 Author: Yuchung Cheng <ycheng@google.com>
18622 Date: Wed Jan 6 12:42:38 2016 -0800
18623
18624 tcp: fix zero cwnd in tcp_cwnd_reduction
18625
18626 Patch 3759824da87b ("tcp: PRR uses CRB mode by default and SS mode
18627 conditionally") introduced a bug that cwnd may become 0 when both
18628 inflight and sndcnt are 0 (cwnd = inflight + sndcnt). This may lead
18629 to a div-by-zero if the connection starts another cwnd reduction
18630 phase by setting tp->prior_cwnd to the current cwnd (0) in
18631 tcp_init_cwnd_reduction().
18632
18633 To prevent this we skip PRR operation when nothing is acked or
18634 sacked. Then cwnd must be positive in all cases as long as ssthresh
18635 is positive:
18636
18637 1) The proportional reduction mode
18638 inflight > ssthresh > 0
18639
18640 2) The reduction bound mode
18641 a) inflight == ssthresh > 0
18642
18643 b) inflight < ssthresh
18644 sndcnt > 0 since newly_acked_sacked > 0 and inflight < ssthresh
18645
18646 Therefore in all cases inflight and sndcnt can not both be 0.
18647 We check invalid tp->prior_cwnd to avoid potential div0 bugs.
18648
18649 In reality this bug is triggered only with a sequence of less common
18650 events. For example, the connection is terminating an ECN-triggered
18651 cwnd reduction with an inflight 0, then it receives reordered/old
18652 ACKs or DSACKs from prior transmission (which acks nothing). Or the
18653 connection is in fast recovery stage that marks everything lost,
18654 but fails to retransmit due to local issues, then receives data
18655 packets from other end which acks nothing.
18656
18657 Fixes: 3759824da87b ("tcp: PRR uses CRB mode by default and SS mode conditionally")
18658 Reported-by: Oleksandr Natalenko <oleksandr@natalenko.name>
18659 Signed-off-by: Yuchung Cheng <ycheng@google.com>
18660 Signed-off-by: Neal Cardwell <ncardwell@google.com>
18661 Signed-off-by: Eric Dumazet <edumazet@google.com>
18662 Signed-off-by: David S. Miller <davem@davemloft.net>
18663
18664 net/ipv4/tcp_input.c | 3 +++
18665 1 files changed, 3 insertions(+), 0 deletions(-)
18666
18667 commit dac1da2bedbb43195d371c7a192cfeeb45683df0
18668 Author: Eric Dumazet <edumazet@google.com>
18669 Date: Sun Jan 24 13:53:50 2016 -0800
18670
18671 af_unix: fix struct pid memory leak
18672
18673 Dmitry reported a struct pid leak detected by a syzkaller program.
18674
18675 Bug happens in unix_stream_recvmsg() when we break the loop when a
18676 signal is pending, without properly releasing scm.
18677
18678 Fixes: b3ca9b02b007 ("net: fix multithreaded signal handling in unix recv routines")
18679 Reported-by: Dmitry Vyukov <dvyukov@google.com>
18680 Signed-off-by: Eric Dumazet <edumazet@google.com>
18681 Cc: Rainer Weikusat <rweikusat@mobileactivedefense.com>
18682 Signed-off-by: David S. Miller <davem@davemloft.net>
18683
18684 net/unix/af_unix.c | 1 +
18685 1 files changed, 1 insertions(+), 0 deletions(-)
18686
18687 commit 15cc47f127520d1ac0c1fe76d993c2c27f0f2571
18688 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
18689 Date: Fri Jan 22 01:39:43 2016 +0100
18690
18691 pptp: fix illegal memory access caused by multiple bind()s
18692
18693 Several times already this has been reported as kasan reports caused by
18694 syzkaller and trinity and people always looked at RCU races, but it is
18695 much more simple. :)
18696
18697 In case we bind a pptp socket multiple times, we simply add it to
18698 the callid_sock list but don't remove the old binding. Thus the old
18699 socket stays in the bucket with unused call_id indexes and doesn't get
18700 cleaned up. This causes various forms of kasan reports which were hard
18701 to pinpoint.
18702
18703 Simply don't allow multiple binds and correct error handling in
18704 pptp_bind. Also keep sk_state bits in place in pptp_connect.
18705
18706 Fixes: 00959ade36acad ("PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol)")
18707 Cc: Dmitry Kozlov <xeb@mail.ru>
18708 Cc: Sasha Levin <sasha.levin@oracle.com>
18709 Cc: Dmitry Vyukov <dvyukov@google.com>
18710 Reported-by: Dmitry Vyukov <dvyukov@google.com>
18711 Cc: Dave Jones <davej@codemonkey.org.uk>
18712 Reported-by: Dave Jones <davej@codemonkey.org.uk>
18713 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
18714 Signed-off-by: David S. Miller <davem@davemloft.net>
18715
18716 drivers/net/ppp/pptp.c | 34 ++++++++++++++++++++++++----------
18717 1 files changed, 24 insertions(+), 10 deletions(-)
18718
18719 commit e2b7b8c66851c85188fa6dab2d2b2a6c85bc7332
18720 Author: Brad Spengler <spender@grsecurity.net>
18721 Date: Tue Jan 26 18:17:10 2016 -0500
18722
18723 Add info about cpupower/powertop to GRKERNSEC_KMEM, was present on our
18724 wiki but was removed from the config help at some point
18725
18726 grsecurity/Kconfig | 3 +++
18727 1 files changed, 3 insertions(+), 0 deletions(-)
18728
18729 commit ce2e88efa000fc32bfcd84098f57c8ed8310fefc
18730 Author: Thomas Egerer <hakke_007@gmx.de>
18731 Date: Mon Jan 25 12:58:44 2016 +0100
18732
18733 ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIV
18734
18735 The ESP algorithms using CBC mode require echainiv. Hence INET*_ESP have
18736 to select CRYPTO_ECHAINIV in order to work properly. This solves the
18737 issues caused by a misconfiguration as described in [1].
18738 The original approach, patching crypto/Kconfig was turned down by
18739 Herbert Xu [2].
18740
18741 [1] https://lists.strongswan.org/pipermail/users/2015-December/009074.html
18742 [2] http://marc.info/?l=linux-crypto-vger&m=145224655809562&w=2
18743
18744 Signed-off-by: Thomas Egerer <hakke_007@gmx.de>
18745 Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
18746 Signed-off-by: David S. Miller <davem@davemloft.net>
18747
18748 net/ipv4/Kconfig | 1 +
18749 net/ipv6/Kconfig | 1 +
18750 2 files changed, 2 insertions(+), 0 deletions(-)
18751
18752 commit fca5a303155ea67d28aece0caf2b03ffc3b2668d
18753 Merge: 904114c 6339c1f
18754 Author: Brad Spengler <spender@grsecurity.net>
18755 Date: Tue Jan 26 18:08:40 2016 -0500
18756
18757 Merge branch 'pax-test' into grsec-test
18758
18759 commit 6339c1f9a9beafd417bf9f04d4b257e62aeb45b7
18760 Author: Brad Spengler <spender@grsecurity.net>
18761 Date: Tue Jan 26 18:07:51 2016 -0500
18762
18763 Update to pax-linux-4.3.4-test25.patch:
18764 - fixed incorrect handling of VM_DONTCOPY during fork that would trigger a consistency check in the vma mirroring logic, reported by Mathias Krause <minipli@googlemail.com>
18765 - fixed init_new_context on !MODIFY_LDT_SYSCALL configs, reported by tjh (https://forums.grsecurity.net/viewtopic.php?f=3&t=4368)
18766 - fixed a few REFCOUNT false positives in SNMP related statistics
18767
18768 arch/x86/Kconfig | 2 +-
18769 arch/x86/include/asm/mmu_context.h | 17 +++++++++++++++++
18770 include/net/snmp.h | 10 +++++-----
18771 kernel/fork.c | 11 +++++++++--
18772 net/ipv4/proc.c | 8 ++++----
18773 net/ipv6/addrconf.c | 4 ++--
18774 net/ipv6/proc.c | 10 +++++-----
18775 7 files changed, 43 insertions(+), 19 deletions(-)
18776
18777 commit 904114c2fce3fdff5d57e763da56a78960db4e19
18778 Author: Al Viro <viro@zeniv.linux.org.uk>
18779 Date: Fri Jan 22 18:08:52 2016 -0500
18780
18781 make sure that freeing shmem fast symlinks is RCU-delayed
18782
18783 Cc: stable@vger.kernel.org # v4.2+
18784 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
18785
18786 include/linux/shmem_fs.h | 5 +----
18787 mm/shmem.c | 9 ++++-----
18788 2 files changed, 5 insertions(+), 9 deletions(-)
18789
18790 commit ab86adee64312a2f827dd516cb199521327943ed
18791 Author: Sasha Levin <sasha.levin@oracle.com>
18792 Date: Mon Jan 18 19:23:51 2016 -0500
18793
18794 netfilter: nf_conntrack: use safer way to lock all buckets
18795
18796 When we need to lock all buckets in the connection hashtable we'd attempt to
18797 lock 1024 spinlocks, which is way more preemption levels than supported by
18798 the kernel. Furthermore, this behavior was hidden by checking if lockdep is
18799 enabled, and if it was - use only 8 buckets(!).
18800
18801 Fix this by using a global lock and synchronize all buckets on it when we
18802 need to lock them all. This is pretty heavyweight, but is only done when we
18803 need to resize the hashtable, and that doesn't happen often enough (or at all).
18804
18805 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
18806 Acked-by: Jesper Dangaard Brouer <brouer@redhat.com>
18807 Reviewed-by: Florian Westphal <fw@strlen.de>
18808 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
18809
18810 Conflicts:
18811
18812 net/netfilter/nfnetlink_cttimeout.c
18813
18814 include/net/netfilter/nf_conntrack_core.h | 8 ++----
18815 net/netfilter/nf_conntrack_core.c | 38 +++++++++++++++++++++-------
18816 net/netfilter/nf_conntrack_helper.c | 2 +-
18817 net/netfilter/nf_conntrack_netlink.c | 2 +-
18818 4 files changed, 33 insertions(+), 17 deletions(-)
18819
18820 commit 37014723527225481c720484bb788a1a6358072f
18821 Author: Willy Tarreau <w@1wt.eu>
18822 Date: Mon Jan 18 16:36:09 2016 +0100
18823
18824 pipe: limit the per-user amount of pages allocated in pipes
18825
18826 On no-so-small systems, it is possible for a single process to cause an
18827 OOM condition by filling large pipes with data that are never read. A
18828 typical process filling 4000 pipes with 1 MB of data will use 4 GB of
18829 memory. On small systems it may be tricky to set the pipe max size to
18830 prevent this from happening.
18831
18832 This patch makes it possible to enforce a per-user soft limit above
18833 which new pipes will be limited to a single page, effectively limiting
18834 them to 4 kB each, as well as a hard limit above which no new pipes may
18835 be created for this user. This has the effect of protecting the system
18836 against memory abuse without hurting other users, and still allowing
18837 pipes to work correctly though with less data at once.
18838
18839 The limit are controlled by two new sysctls : pipe-user-pages-soft, and
18840 pipe-user-pages-hard. Both may be disabled by setting them to zero. The
18841 default soft limit allows the default number of FDs per process (1024)
18842 to create pipes of the default size (64kB), thus reaching a limit of 64MB
18843 before starting to create only smaller pipes. With 256 processes limited
18844 to 1024 FDs each, this results in 1024*64kB + (256*1024 - 1024) * 4kB =
18845 1084 MB of memory allocated for a user. The hard limit is disabled by
18846 default to avoid breaking existing applications that make intensive use
18847 of pipes (eg: for splicing).
18848
18849 Reported-by: socketpair@gmail.com
18850 Reported-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
18851 Mitigates: CVE-2013-4312 (Linux 2.0+)
18852 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
18853 Signed-off-by: Willy Tarreau <w@1wt.eu>
18854 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
18855
18856 Documentation/sysctl/fs.txt | 23 +++++++++++++++++++++
18857 fs/pipe.c | 47 +++++++++++++++++++++++++++++++++++++++++-
18858 include/linux/pipe_fs_i.h | 4 +++
18859 include/linux/sched.h | 1 +
18860 kernel/sysctl.c | 14 ++++++++++++
18861 5 files changed, 87 insertions(+), 2 deletions(-)
18862
18863 commit 51645fa198d194f746651dcfbc5f24a4cf8b9fb8
18864 Merge: 540f2af 7791ecb
18865 Author: Brad Spengler <spender@grsecurity.net>
18866 Date: Sat Jan 23 10:57:11 2016 -0500
18867
18868 Merge branch 'pax-test' into grsec-test
18869
18870 commit 7791ecb84f840343a5646236fd0d34e1fb450793
18871 Merge: 470069c 399588c
18872 Author: Brad Spengler <spender@grsecurity.net>
18873 Date: Sat Jan 23 10:56:47 2016 -0500
18874
18875 Merge branch 'linux-4.3.y' into pax-test
18876
18877 commit 540f2affebd42cdc26a699208ab4f1cb0cb75e33
18878 Author: Brad Spengler <spender@grsecurity.net>
18879 Date: Tue Jan 19 21:18:47 2016 -0500
18880
18881 Update size_overflow hash table
18882
18883 .../size_overflow_plugin/size_overflow_hash.data | 4 +++-
18884 1 files changed, 3 insertions(+), 1 deletions(-)
18885
18886 commit 7e649765626a28437f573f0fbe7a51a04615f041
18887 Author: Brad Spengler <spender@grsecurity.net>
18888 Date: Tue Jan 19 20:29:46 2016 -0500
18889
18890 Backport fix from: https://lkml.org/lkml/2015/12/13/187
18891
18892 fs/ext4/extents.c | 2 +-
18893 1 files changed, 1 insertions(+), 1 deletions(-)
18894
18895 commit 53b859cd0a5f5b6ad54fe0c879dfedaa3c5a3005
18896 Author: Jann Horn <jann@thejh.net>
18897 Date: Tue Jan 5 18:27:30 2016 +0100
18898
18899 compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)
18900
18901 This replaces all code in fs/compat_ioctl.c that translated
18902 ioctl arguments into a in-kernel structure, then performed
18903 do_ioctl under set_fs(KERNEL_DS), with code that allocates
18904 data on the user stack and can call the VFS ioctl handler
18905 under USER_DS.
18906
18907 This is done as a hardening measure because the caller
18908 does not know what kind of ioctl handler will be invoked,
18909 only that no corresponding compat_ioctl handler exists and
18910 what the ioctl command number is. The accidental
18911 invocation of an unlocked_ioctl handler that unexpectedly
18912 calls copy_to_user could be a severe security issue.
18913
18914 Signed-off-by: Jann Horn <jann@thejh.net>
18915 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
18916
18917 Conflicts:
18918
18919 fs/compat_ioctl.c
18920
18921 fs/compat_ioctl.c | 130 ++++++++++++++++++++++++++++-------------------------
18922 1 files changed, 68 insertions(+), 62 deletions(-)
18923
18924 commit 3e89e770ae27e931cd1583f021abac41eeebc3e7
18925 Author: Al Viro <viro@zeniv.linux.org.uk>
18926 Date: Thu Jan 7 09:53:30 2016 -0500
18927
18928 compat_ioctl: don't pass fd around when not needed
18929
18930 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
18931
18932 fs/compat_ioctl.c | 103 ++++++++++++++++++++++++++--------------------------
18933 fs/internal.h | 7 ++++
18934 fs/ioctl.c | 4 +-
18935 include/linux/fs.h | 2 -
18936 4 files changed, 61 insertions(+), 55 deletions(-)
18937
18938 commit 9d4e04082752d4d2d68445c4e6faf33a2613df55
18939 Author: Jann Horn <jann@thejh.net>
18940 Date: Tue Jan 5 18:27:29 2016 +0100
18941
18942 compat_ioctl: don't look up the fd twice
18943
18944 In code in fs/compat_ioctl.c that translates ioctl arguments
18945 into a in-kernel structure, then performs sys_ioctl, possibly
18946 under set_fs(KERNEL_DS), this commit changes the sys_ioctl
18947 calls to do_ioctl calls. do_ioctl is a new function that does
18948 the same thing as sys_ioctl, but doesn't look up the fd again.
18949
18950 This change is made to avoid (potential) security issues
18951 because of ioctl handlers that accept one of the ioctl
18952 commands I2C_FUNCS, VIDEO_GET_EVENT, MTIOCPOS, MTIOCGET,
18953 TIOCGSERIAL, TIOCSSERIAL, RTC_IRQP_READ, RTC_EPOCH_READ.
18954 This can happen for multiple reasons:
18955
18956 - The ioctl command number could be reused.
18957 - The ioctl handler might not check the full ioctl
18958 command. This is e.g. true for drm_ioctl.
18959 - The ioctl handler is very special, e.g. cuse_file_ioctl
18960
18961 The real issue is that set_fs(KERNEL_DS) is used here,
18962 but that's fixed in a separate commit
18963 "compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)".
18964
18965 This change mitigates potential security issues by
18966 preventing a race that permits invocation of
18967 unlocked_ioctl handlers under KERNEL_DS through compat
18968 code even if a corresponding compat_ioctl handler exists.
18969
18970 So far, no way has been identified to use this to damage
18971 kernel memory without having CAP_SYS_ADMIN in the init ns
18972 (with the capability, doing reads/writes at arbitrary
18973 kernel addresses should be easy through CUSE's ioctl
18974 handler with FUSE_IOCTL_UNRESTRICTED set).
18975
18976 [AV: two missed sys_ioctl() taken care of]
18977
18978 Signed-off-by: Jann Horn <jann@thejh.net>
18979 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
18980
18981 fs/compat_ioctl.c | 122 +++++++++++++++++++++++++++++-----------------------
18982 1 files changed, 68 insertions(+), 54 deletions(-)
18983
18984 commit 5bf9e1ed4ebb278cd956ba142914fc04a024309c
18985 Author: Vasily Kulikov <segoon@openwall.com>
18986 Date: Fri Jan 15 16:57:55 2016 -0800
18987
18988 include/linux/poison.h: use POISON_POINTER_DELTA for poison pointers
18989
18990 TIMER_ENTRY_STATIC is defined as a poison pointers which
18991 should point to nowhere. Redefine them using POISON_POINTER_DELTA
18992 arithmetics to make sure they really point to non-mappable area declared
18993 by the target architecture.
18994
18995 Signed-off-by: Vasily Kulikov <segoon@openwall.com>
18996 Acked-by: Thomas Gleixner <tglx@linutronix.de>
18997 Cc: Solar Designer <solar@openwall.com>
18998 Cc: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>
18999 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
19000 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
19001
19002 Conflicts:
19003
19004 include/linux/poison.h
19005
19006 include/linux/poison.h | 2 +-
19007 1 files changed, 1 insertions(+), 1 deletions(-)
19008
19009 commit 60f2e0a05ab8f56c804a9334a23e2b446305d110
19010 Author: Brad Spengler <spender@grsecurity.net>
19011 Date: Tue Jan 19 19:41:44 2016 -0500
19012
19013 Fix ARM compilation, reported by Austin Sepp
19014
19015 grsecurity/grsec_sig.c | 1 +
19016 1 files changed, 1 insertions(+), 0 deletions(-)
19017
19018 commit e15383743443dc43460a2fd73e0db0b608610dca
19019 Author: Takashi Iwai <tiwai@suse.de>
19020 Date: Mon Jan 18 13:52:47 2016 +0100
19021
19022 ALSA: hrtimer: Fix stall by hrtimer_cancel()
19023
19024 hrtimer_cancel() waits for the completion from the callback, thus it
19025 must not be called inside the callback itself. This was already a
19026 problem in the past with ALSA hrtimer driver, and the early commit
19027 [fcfdebe70759: ALSA: hrtimer - Fix lock-up] tried to address it.
19028
19029 However, the previous fix is still insufficient: it may still cause a
19030 lockup when the ALSA timer instance reprograms itself in its callback.
19031 Then it invokes the start function even in snd_timer_interrupt() that
19032 is called in hrtimer callback itself, results in a CPU stall. This is
19033 no hypothetical problem but actually triggered by syzkaller fuzzer.
19034
19035 This patch tries to fix the issue again. Now we call
19036 hrtimer_try_to_cancel() at both start and stop functions so that it
19037 won't fall into a deadlock, yet giving some chance to cancel the queue
19038 if the functions have been called outside the callback. The proper
19039 hrtimer_cancel() is called in anyway at closing, so this should be
19040 enough.
19041
19042 Reported-and-tested-by: Dmitry Vyukov <dvyukov@google.com>
19043 Cc: <stable@vger.kernel.org>
19044 Signed-off-by: Takashi Iwai <tiwai@suse.de>
19045
19046 sound/core/hrtimer.c | 3 ++-
19047 1 files changed, 2 insertions(+), 1 deletions(-)
19048
19049 commit 12d874daf706e6e7c1ae709141859c809599297e
19050 Author: Takashi Iwai <tiwai@suse.de>
19051 Date: Tue Jan 12 12:38:02 2016 +0100
19052
19053 ALSA: seq: Fix missing NULL check at remove_events ioctl
19054
19055 snd_seq_ioctl_remove_events() calls snd_seq_fifo_clear()
19056 unconditionally even if there is no FIFO assigned, and this leads to
19057 an Oops due to NULL dereference. The fix is just to add a proper NULL
19058 check.
19059
19060 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19061 Tested-by: Dmitry Vyukov <dvyukov@google.com>
19062 Cc: <stable@vger.kernel.org>
19063 Signed-off-by: Takashi Iwai <tiwai@suse.de>
19064
19065 sound/core/seq/seq_clientmgr.c | 2 +-
19066 1 files changed, 1 insertions(+), 1 deletions(-)
19067
19068 commit 2eb0632df1351378946507e7ef7ba0682632a7b5
19069 Author: Takashi Iwai <tiwai@suse.de>
19070 Date: Tue Jan 12 15:36:27 2016 +0100
19071
19072 ALSA: seq: Fix race at timer setup and close
19073
19074 ALSA sequencer code has an open race between the timer setup ioctl and
19075 the close of the client. This was triggered by syzkaller fuzzer, and
19076 a use-after-free was caught there as a result.
19077
19078 This patch papers over it by adding a proper queue->timer_mutex lock
19079 around the timer-related calls in the relevant code path.
19080
19081 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19082 Tested-by: Dmitry Vyukov <dvyukov@google.com>
19083 Cc: <stable@vger.kernel.org>
19084 Signed-off-by: Takashi Iwai <tiwai@suse.de>
19085
19086 sound/core/seq/seq_queue.c | 2 ++
19087 1 files changed, 2 insertions(+), 0 deletions(-)
19088
19089 commit b9e55ab955e59b4a636d78a748be90334a48b485
19090 Author: Takashi Iwai <tiwai@suse.de>
19091 Date: Thu Jan 14 16:30:58 2016 +0100
19092
19093 ALSA: timer: Harden slave timer list handling
19094
19095 A slave timer instance might be still accessible in a racy way while
19096 operating the master instance as it lacks of locking. Since the
19097 master operation is mostly protected with timer->lock, we should cope
19098 with it while changing the slave instance, too. Also, some linked
19099 lists (active_list and ack_list) of slave instances aren't unlinked
19100 immediately at stopping or closing, and this may lead to unexpected
19101 accesses.
19102
19103 This patch tries to address these issues. It adds spin lock of
19104 timer->lock (either from master or slave, which is equivalent) in a
19105 few places. For avoiding a deadlock, we ensure that the global
19106 slave_active_lock is always locked at first before each timer lock.
19107
19108 Also, ack and active_list of slave instances are properly unlinked at
19109 snd_timer_stop() and snd_timer_close().
19110
19111 Last but not least, remove the superfluous call of _snd_timer_stop()
19112 at removing slave links. This is a noop, and calling it may confuse
19113 readers wrt locking. Further cleanup will follow in a later patch.
19114
19115 Actually we've got reports of use-after-free by syzkaller fuzzer, and
19116 this hopefully fixes these issues.
19117
19118 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19119 Cc: <stable@vger.kernel.org>
19120 Signed-off-by: Takashi Iwai <tiwai@suse.de>
19121
19122 sound/core/timer.c | 18 ++++++++++++++----
19123 1 files changed, 14 insertions(+), 4 deletions(-)
19124
19125 commit f1ce0547bdfda1b42ae8a66c222f2a897cbe1586
19126 Author: Takashi Iwai <tiwai@suse.de>
19127 Date: Wed Jan 13 17:48:01 2016 +0100
19128
19129 ALSA: timer: Fix race among timer ioctls
19130
19131 ALSA timer ioctls have an open race and this may lead to a
19132 use-after-free of timer instance object. A simplistic fix is to make
19133 each ioctl exclusive. We have already tread_sem for controlling the
19134 tread, and extend this as a global mutex to be applied to each ioctl.
19135
19136 The downside is, of course, the worse concurrency. But these ioctls
19137 aren't to be parallel accessible, in anyway, so it should be fine to
19138 serialize there.
19139
19140 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19141 Tested-by: Dmitry Vyukov <dvyukov@google.com>
19142 Cc: <stable@vger.kernel.org>
19143 Signed-off-by: Takashi Iwai <tiwai@suse.de>
19144
19145 sound/core/timer.c | 32 +++++++++++++++++++-------------
19146 1 files changed, 19 insertions(+), 13 deletions(-)
19147
19148 commit 8347d8461ed48a98f9c76cc3cfcdad8217d314bc
19149 Author: Takashi Iwai <tiwai@suse.de>
19150 Date: Wed Jan 13 21:35:06 2016 +0100
19151
19152 ALSA: timer: Fix double unlink of active_list
19153
19154 ALSA timer instance object has a couple of linked lists and they are
19155 unlinked unconditionally at snd_timer_stop(). Meanwhile
19156 snd_timer_interrupt() unlinks it, but it calls list_del() which leaves
19157 the element list itself unchanged. This ends up with unlinking twice,
19158 and it was caught by syzkaller fuzzer.
19159
19160 The fix is to use list_del_init() variant properly there, too.
19161
19162 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19163 Tested-by: Dmitry Vyukov <dvyukov@google.com>
19164 Cc: <stable@vger.kernel.org>
19165 Signed-off-by: Takashi Iwai <tiwai@suse.de>
19166
19167 sound/core/timer.c | 2 +-
19168 1 files changed, 1 insertions(+), 1 deletions(-)
19169
19170 commit 243aebb7ae71d6e11ea9880faa893d1d0d60cd75
19171 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
19172 Date: Mon Jan 18 18:03:48 2016 +0100
19173
19174 ovs: limit ovs recursions in ovs_execute_actions to not corrupt stack
19175
19176 It was seen that defective configurations of openvswitch could overwrite
19177 the STACK_END_MAGIC and cause a hard crash of the kernel because of too
19178 many recursions within ovs.
19179
19180 This problem arises due to the high stack usage of openvswitch. The rest
19181 of the kernel is fine with the current limit of 10 (RECURSION_LIMIT).
19182
19183 We use the already existing recursion counter in ovs_execute_actions to
19184 implement an upper bound of 5 recursions.
19185
19186 Cc: Pravin Shelar <pshelar@ovn.org>
19187 Cc: Simon Horman <simon.horman@netronome.com>
19188 Cc: Eric Dumazet <eric.dumazet@gmail.com>
19189 Cc: Simon Horman <simon.horman@netronome.com>
19190 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
19191 Signed-off-by: David S. Miller <davem@davemloft.net>
19192
19193 net/openvswitch/actions.c | 19 ++++++++++++++-----
19194 1 files changed, 14 insertions(+), 5 deletions(-)
19195
19196 commit 8080793479c6d5befe37a67b1dbd9e4e0a61af96
19197 Author: Ursula Braun <ursula.braun@de.ibm.com>
19198 Date: Tue Jan 19 10:41:33 2016 +0100
19199
19200 af_iucv: Validate socket address length in iucv_sock_bind()
19201
19202 Signed-off-by: Ursula Braun <ursula.braun@de.ibm.com>
19203 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19204 Reviewed-by: Evgeny Cherkashin <Eugene.Crosser@ru.ibm.com>
19205 Signed-off-by: David S. Miller <davem@davemloft.net>
19206
19207 net/iucv/af_iucv.c | 3 +++
19208 1 files changed, 3 insertions(+), 0 deletions(-)
19209
19210 commit 50a383c1c91ed7409c3cbdd41e662d6891463d1b
19211 Author: Brad Spengler <spender@grsecurity.net>
19212 Date: Tue Jan 19 19:32:54 2016 -0500
19213
19214 Apply the same fix as everyone else for the recent keys vulnerability that is
19215 unexploitable under PAX_REFCOUNT
19216
19217 Make a couple more changes that no one else can/will
19218
19219 include/linux/key-type.h | 4 ++--
19220 ipc/msgutil.c | 4 ++--
19221 security/keys/internal.h | 2 +-
19222 security/keys/process_keys.c | 1 +
19223 4 files changed, 6 insertions(+), 5 deletions(-)
19224
19225 commit b56c3a63f431c193400aee17543021950bd14bc4
19226 Merge: 38b1a3d 470069c
19227 Author: Brad Spengler <spender@grsecurity.net>
19228 Date: Sun Jan 17 18:30:19 2016 -0500
19229
19230 Merge branch 'pax-test' into grsec-test
19231
19232 commit 470069cfedef2180313233d275be5901bd6d1135
19233 Author: Brad Spengler <spender@grsecurity.net>
19234 Date: Sun Jan 17 18:29:59 2016 -0500
19235
19236 Update to pax-linux-4.3.3-test22.patch:
19237 - Emesed fixed a gcc induced intentional integer overflow in asix_rx_fixup_internal, reported by thomas callison caffrey
19238 - fixed some more fallout from the drm_drivers constification, reported by Colin Childs and Toralf Foerster
19239
19240 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 14 ++++----------
19241 drivers/gpu/drm/drm_pci.c | 3 +++
19242 drivers/gpu/drm/gma500/psb_drv.c | 4 ----
19243 drivers/gpu/drm/i915/i915_drv.c | 16 ++++++++--------
19244 drivers/gpu/drm/nouveau/nouveau_drm.c | 6 +++---
19245 drivers/gpu/drm/radeon/radeon_drv.c | 4 +---
19246 drivers/net/usb/asix_common.c | 3 ++-
19247 include/drm/drmP.h | 1 +
19248 8 files changed, 22 insertions(+), 29 deletions(-)
19249
19250 commit 38b1a3d676f407865c3d41840df8213c5ad639c1
19251 Author: Brad Spengler <spender@grsecurity.net>
19252 Date: Sun Jan 17 12:33:53 2016 -0500
19253
19254 As reported by Luis Ressel, the Kconfig help for GRKERNSEC_BRUTE
19255 mentioned banning execution of suid/sgid binaries, though the kernel
19256 source clearly only mentions banning execution of suid binaries. Since
19257 there's no reason for us to not ban execution of sgid binaries as well,
19258 make the implementation match the Kconfig description.
19259
19260 fs/exec.c | 4 ++--
19261 grsecurity/grsec_sig.c | 27 ++++++++++++++-------------
19262 include/linux/sched.h | 4 ++--
19263 3 files changed, 18 insertions(+), 17 deletions(-)
19264
19265 commit 8c3bcb7dbf7f606acfa0983e81f0f928da1f1ace
19266 Merge: d141a86 ea4a835
19267 Author: Brad Spengler <spender@grsecurity.net>
19268 Date: Sat Jan 16 14:12:22 2016 -0500
19269
19270 Merge branch 'pax-test' into grsec-test
19271
19272 Conflicts:
19273 drivers/gpu/drm/i810/i810_drv.c
19274
19275 commit ea4a835328ada6513ac013986764d6caea8cd348
19276 Author: Brad Spengler <spender@grsecurity.net>
19277 Date: Sat Jan 16 14:11:30 2016 -0500
19278
19279 Update to pax-linux-4.3.3-test21.patch:
19280 - fixed some fallout from the drm_drivers constification, reported by spender
19281
19282 drivers/gpu/drm/armada/armada_drv.c | 3 +--
19283 drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 -
19284 drivers/gpu/drm/i810/i810_dma.c | 2 +-
19285 drivers/gpu/drm/i810/i810_drv.c | 6 +++++-
19286 drivers/gpu/drm/i810/i810_drv.h | 2 +-
19287 5 files changed, 8 insertions(+), 6 deletions(-)
19288
19289 commit d141a86fd66194bc3f896b6809b189e2f12a9a83
19290 Author: Brad Spengler <spender@grsecurity.net>
19291 Date: Sat Jan 16 13:16:36 2016 -0500
19292
19293 compile fix
19294
19295 drivers/gpu/drm/i810/i810_dma.c | 2 +-
19296 drivers/gpu/drm/i810/i810_drv.c | 4 +++-
19297 drivers/gpu/drm/i810/i810_drv.h | 2 +-
19298 3 files changed, 5 insertions(+), 3 deletions(-)
19299
19300 commit 0d9dc4b25ea32c14561bcfe6b5b24f1b00fe0270
19301 Merge: 5fa135d bbda879
19302 Author: Brad Spengler <spender@grsecurity.net>
19303 Date: Sat Jan 16 12:59:22 2016 -0500
19304
19305 Merge branch 'pax-test' into grsec-test
19306
19307 commit bbda87914edf63e27fb46670bf3a373f2b963c73
19308 Author: Brad Spengler <spender@grsecurity.net>
19309 Date: Sat Jan 16 12:58:04 2016 -0500
19310
19311 Update to pax-linux-4.3.3-test20.patch:
19312 - constified drm_driver
19313 - Emese fixed a special case in handling __func__ in the initify plugin
19314 - Emese fixed a false positive size overflow report in handling inbufBits, reported by Martin Filo (https://bugs.gentoo.org/show_bug.cgi?id=567048)
19315 - fixed regression that caused perf to not resolve kernel code addresses under KERNEXEC/i386, reported by minipli
19316
19317 arch/x86/kernel/cpu/perf_event.h | 2 +-
19318 arch/x86/kernel/cpu/perf_event_intel_ds.c | 7 +-
19319 arch/x86/kernel/cpu/perf_event_intel_lbr.c | 4 +-
19320 arch/x86/kernel/uprobes.c | 2 +-
19321 arch/x86/mm/mpx.c | 2 +-
19322 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
19323 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 8 ++-
19324 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +-
19325 drivers/gpu/drm/drm_pci.c | 6 +-
19326 drivers/gpu/drm/gma500/psb_drv.c | 5 +-
19327 drivers/gpu/drm/i915/i915_dma.c | 2 +-
19328 drivers/gpu/drm/i915/i915_drv.c | 15 ++--
19329 drivers/gpu/drm/i915/i915_drv.h | 2 +-
19330 drivers/gpu/drm/i915/i915_irq.c | 88 ++++++++++----------
19331 drivers/gpu/drm/mga/mga_drv.c | 5 +-
19332 drivers/gpu/drm/mga/mga_drv.h | 2 +-
19333 drivers/gpu/drm/mga/mga_state.c | 2 +-
19334 drivers/gpu/drm/nouveau/nouveau_drm.c | 13 ++--
19335 drivers/gpu/drm/qxl/qxl_drv.c | 8 ++-
19336 drivers/gpu/drm/qxl/qxl_ioctl.c | 2 +-
19337 drivers/gpu/drm/r128/r128_drv.c | 4 +-
19338 drivers/gpu/drm/r128/r128_drv.h | 2 +-
19339 drivers/gpu/drm/r128/r128_state.c | 2 +-
19340 drivers/gpu/drm/radeon/radeon_drv.c | 17 +++-
19341 drivers/gpu/drm/radeon/radeon_drv.h | 2 +-
19342 drivers/gpu/drm/radeon/radeon_kms.c | 2 +-
19343 drivers/gpu/drm/radeon/radeon_state.c | 2 +-
19344 drivers/gpu/drm/savage/savage_bci.c | 2 +-
19345 drivers/gpu/drm/savage/savage_drv.c | 5 +-
19346 drivers/gpu/drm/savage/savage_drv.h | 2 +-
19347 drivers/gpu/drm/sis/sis_drv.c | 5 +-
19348 drivers/gpu/drm/sis/sis_drv.h | 2 +-
19349 drivers/gpu/drm/sis/sis_mm.c | 2 +-
19350 drivers/gpu/drm/via/via_dma.c | 2 +-
19351 drivers/gpu/drm/via/via_drv.c | 5 +-
19352 drivers/gpu/drm/via/via_drv.h | 2 +-
19353 include/drm/drmP.h | 2 +-
19354 mm/slab.c | 2 +-
19355 net/sunrpc/xprtrdma/svc_rdma.c | 6 +-
19356 tools/gcc/initify_plugin.c | 15 +++-
19357 .../disable_size_overflow_hash.data | 1 +
19358 .../size_overflow_plugin/size_overflow_hash.data | 3 +-
19359 42 files changed, 156 insertions(+), 110 deletions(-)
19360
19361 commit 5fa135dc116350e0205c39ef65eaf6496ed2748a
19362 Author: Brad Spengler <spender@grsecurity.net>
19363 Date: Sat Jan 16 12:19:23 2016 -0500
19364
19365 compile fix
19366
19367 grsecurity/grsec_sig.c | 3 +--
19368 1 files changed, 1 insertions(+), 2 deletions(-)
19369
19370 commit a9090fa58f33f75c7450fda5721a9b13625a47d9
19371 Author: Brad Spengler <spender@grsecurity.net>
19372 Date: Sat Jan 16 12:10:37 2016 -0500
19373
19374 As pointed out by Jann Horn, some distros are starting to circumvent
19375 previous assumptions about the attainability of a user to control
19376 multiple UIDs by handing out suid binaries that allow a user to run
19377 processes (including exploits) under a number of other pre-defined
19378 UIDs. As this could potentially be used to bypass GRKERNSEC_BRUTE
19379 (though it would have to involve some code path that doesn't involve
19380 locks) fix that here by ensuring no more than 8 users on a system can
19381 be banned before a reboot is required. If more are banned, a panic
19382 is triggered.
19383
19384 grsecurity/grsec_sig.c | 8 ++++++++
19385 1 files changed, 8 insertions(+), 0 deletions(-)
19386
19387 commit a8d37776e9521c567ebff6730d49312f72435f08
19388 Author: Eric Dumazet <edumazet@google.com>
19389 Date: Thu Dec 3 11:12:07 2015 -0800
19390
19391 proc: add a reschedule point in proc_readfd_common()
19392
19393 User can pass an arbitrary large buffer to getdents().
19394
19395 It is typically a 32KB buffer used by libc scandir() implementation.
19396
19397 When scanning /proc/{pid}/fd, we can hold cpu way too long,
19398 so add a cond_resched() to be kind with other tasks.
19399
19400 We've seen latencies of more than 50ms on real workloads.
19401
19402 Signed-off-by: Eric Dumazet <edumazet@google.com>
19403 Cc: Alexander Viro <viro@zeniv.linux.org.uk>
19404 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
19405
19406 fs/proc/fd.c | 1 +
19407 1 files changed, 1 insertions(+), 0 deletions(-)
19408
19409 commit 0adba75f8708f13b1f5d98ebe3fc2fb961e100c8
19410 Author: Rabin Vincent <rabin@rab.in>
19411 Date: Tue Jan 12 20:17:08 2016 +0100
19412
19413 net: bpf: reject invalid shifts
19414
19415 On ARM64, a BUG() is triggered in the eBPF JIT if a filter with a
19416 constant shift that can't be encoded in the immediate field of the
19417 UBFM/SBFM instructions is passed to the JIT. Since these shifts
19418 amounts, which are negative or >= regsize, are invalid, reject them in
19419 the eBPF verifier and the classic BPF filter checker, for all
19420 architectures.
19421
19422 Signed-off-by: Rabin Vincent <rabin@rab.in>
19423 Acked-by: Alexei Starovoitov <ast@kernel.org>
19424 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
19425 Signed-off-by: David S. Miller <davem@davemloft.net>
19426
19427 kernel/bpf/verifier.c | 10 ++++++++++
19428 net/core/filter.c | 5 +++++
19429 2 files changed, 15 insertions(+), 0 deletions(-)
19430
19431 commit c248e115a73496625a1c64660d0eeefd67e55cbf
19432 Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
19433 Date: Fri Jan 8 11:00:54 2016 -0200
19434
19435 sctp: fix use-after-free in pr_debug statement
19436
19437 Dmitry Vyukov reported a use-after-free in the code expanded by the
19438 macro debug_post_sfx, which is caused by the use of the asoc pointer
19439 after it was freed within sctp_side_effect() scope.
19440
19441 This patch fixes it by allowing sctp_side_effect to clear that asoc
19442 pointer when the TCB is freed.
19443
19444 As Vlad explained, we also have to cover the SCTP_DISPOSITION_ABORT case
19445 because it will trigger DELETE_TCB too on that same loop.
19446
19447 Also, there were places issuing SCTP_CMD_INIT_FAILED and ASSOC_FAILED
19448 but returning SCTP_DISPOSITION_CONSUME, which would fool the scheme
19449 above. Fix it by returning SCTP_DISPOSITION_ABORT instead.
19450
19451 The macro is already prepared to handle such NULL pointer.
19452
19453 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19454 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
19455 Acked-by: Vlad Yasevich <vyasevich@gmail.com>
19456 Signed-off-by: David S. Miller <davem@davemloft.net>
19457
19458 net/sctp/sm_sideeffect.c | 11 ++++++-----
19459 net/sctp/sm_statefuns.c | 17 ++++-------------
19460 2 files changed, 10 insertions(+), 18 deletions(-)
19461
19462 commit 395ea8a9e73e184fc14153a033000bccf4213213
19463 Author: willy tarreau <w@1wt.eu>
19464 Date: Sun Jan 10 07:54:56 2016 +0100
19465
19466 unix: properly account for FDs passed over unix sockets
19467
19468 It is possible for a process to allocate and accumulate far more FDs than
19469 the process' limit by sending them over a unix socket then closing them
19470 to keep the process' fd count low.
19471
19472 This change addresses this problem by keeping track of the number of FDs
19473 in flight per user and preventing non-privileged processes from having
19474 more FDs in flight than their configured FD limit.
19475
19476 Reported-by: socketpair@gmail.com
19477 Reported-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
19478 Mitigates: CVE-2013-4312 (Linux 2.0+)
19479 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
19480 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
19481 Signed-off-by: Willy Tarreau <w@1wt.eu>
19482 Signed-off-by: David S. Miller <davem@davemloft.net>
19483
19484 include/linux/sched.h | 1 +
19485 net/unix/af_unix.c | 24 ++++++++++++++++++++----
19486 net/unix/garbage.c | 13 ++++++++-----
19487 3 files changed, 29 insertions(+), 9 deletions(-)
19488
19489 commit cb207ab8fbd71dcfc4a49d533aba8085012543fd
19490 Author: Sasha Levin <sasha.levin@oracle.com>
19491 Date: Thu Jan 7 14:52:43 2016 -0500
19492
19493 net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memory
19494
19495 proc_dostring() needs an initialized destination string, while the one
19496 provided in proc_sctp_do_hmac_alg() contains stack garbage.
19497
19498 Thus, writing to cookie_hmac_alg would strlen() that garbage and end up
19499 accessing invalid memory.
19500
19501 Fixes: 3c68198e7 ("sctp: Make hmac algorithm selection for cookie generation dynamic")
19502 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
19503 Signed-off-by: David S. Miller <davem@davemloft.net>
19504
19505 net/sctp/sysctl.c | 2 +-
19506 1 files changed, 1 insertions(+), 1 deletions(-)
19507
19508 commit 4014e09faf0fe9054119624ccfff1236e886b554
19509 Author: Quentin Casasnovas <quentin.casasnovas@oracle.com>
19510 Date: Tue Nov 24 17:13:21 2015 -0500
19511
19512 RDS: fix race condition when sending a message on unbound socket
19513
19514 commit 8c7188b23474cca017b3ef354c4a58456f68303a upstream.
19515
19516 Sasha's found a NULL pointer dereference in the RDS connection code when
19517 sending a message to an apparently unbound socket. The problem is caused
19518 by the code checking if the socket is bound in rds_sendmsg(), which checks
19519 the rs_bound_addr field without taking a lock on the socket. This opens a
19520 race where rs_bound_addr is temporarily set but where the transport is not
19521 in rds_bind(), leading to a NULL pointer dereference when trying to
19522 dereference 'trans' in __rds_conn_create().
19523
19524 Vegard wrote a reproducer for this issue, so kindly ask him to share if
19525 you're interested.
19526
19527 I cannot reproduce the NULL pointer dereference using Vegard's reproducer
19528 with this patch, whereas I could without.
19529
19530 Complete earlier incomplete fix to CVE-2015-6937:
19531
19532 74e98eb08588 ("RDS: verify the underlying transport exists before creating a connection")
19533
19534 Cc: David S. Miller <davem@davemloft.net>
19535
19536 Reviewed-by: Vegard Nossum <vegard.nossum@oracle.com>
19537 Reviewed-by: Sasha Levin <sasha.levin@oracle.com>
19538 Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
19539 Signed-off-by: Quentin Casasnovas <quentin.casasnovas@oracle.com>
19540 Signed-off-by: David S. Miller <davem@davemloft.net>
19541 Signed-off-by: Jiri Slaby <jslaby@suse.cz>
19542
19543 Conflicts:
19544
19545 net/rds/send.c
19546
19547 net/rds/connection.c | 6 ------
19548 1 files changed, 0 insertions(+), 6 deletions(-)
19549
19550 commit 206df8d01104344d7588d801016a281a4cd25556
19551 Author: Sasha Levin <sasha.levin@oracle.com>
19552 Date: Tue Sep 8 10:53:40 2015 -0400
19553
19554 RDS: verify the underlying transport exists before creating a connection
19555
19556 There was no verification that an underlying transport exists when creating
19557 a connection, this would cause dereferencing a NULL ptr.
19558
19559 It might happen on sockets that weren't properly bound before attempting to
19560 send a message, which will cause a NULL ptr deref:
19561
19562 [135546.047719] kasan: GPF could be caused by NULL-ptr deref or user memory accessgeneral protection fault: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC KASAN
19563 [135546.051270] Modules linked in:
19564 [135546.051781] CPU: 4 PID: 15650 Comm: trinity-c4 Not tainted 4.2.0-next-20150902-sasha-00041-gbaa1222-dirty #2527
19565 [135546.053217] task: ffff8800835bc000 ti: ffff8800bc708000 task.ti: ffff8800bc708000
19566 [135546.054291] RIP: __rds_conn_create (net/rds/connection.c:194)
19567 [135546.055666] RSP: 0018:ffff8800bc70fab0 EFLAGS: 00010202
19568 [135546.056457] RAX: dffffc0000000000 RBX: 0000000000000f2c RCX: ffff8800835bc000
19569 [135546.057494] RDX: 0000000000000007 RSI: ffff8800835bccd8 RDI: 0000000000000038
19570 [135546.058530] RBP: ffff8800bc70fb18 R08: 0000000000000001 R09: 0000000000000000
19571 [135546.059556] R10: ffffed014d7a3a23 R11: ffffed014d7a3a21 R12: 0000000000000000
19572 [135546.060614] R13: 0000000000000001 R14: ffff8801ec3d0000 R15: 0000000000000000
19573 [135546.061668] FS: 00007faad4ffb700(0000) GS:ffff880252000000(0000) knlGS:0000000000000000
19574 [135546.062836] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
19575 [135546.063682] CR2: 000000000000846a CR3: 000000009d137000 CR4: 00000000000006a0
19576 [135546.064723] Stack:
19577 [135546.065048] ffffffffafe2055c ffffffffafe23fc1 ffffed00493097bf ffff8801ec3d0008
19578 [135546.066247] 0000000000000000 00000000000000d0 0000000000000000 ac194a24c0586342
19579 [135546.067438] 1ffff100178e1f78 ffff880320581b00 ffff8800bc70fdd0 ffff880320581b00
19580 [135546.068629] Call Trace:
19581 [135546.069028] ? __rds_conn_create (include/linux/rcupdate.h:856 net/rds/connection.c:134)
19582 [135546.069989] ? rds_message_copy_from_user (net/rds/message.c:298)
19583 [135546.071021] rds_conn_create_outgoing (net/rds/connection.c:278)
19584 [135546.071981] rds_sendmsg (net/rds/send.c:1058)
19585 [135546.072858] ? perf_trace_lock (include/trace/events/lock.h:38)
19586 [135546.073744] ? lockdep_init (kernel/locking/lockdep.c:3298)
19587 [135546.074577] ? rds_send_drop_to (net/rds/send.c:976)
19588 [135546.075508] ? __might_fault (./arch/x86/include/asm/current.h:14 mm/memory.c:3795)
19589 [135546.076349] ? __might_fault (mm/memory.c:3795)
19590 [135546.077179] ? rds_send_drop_to (net/rds/send.c:976)
19591 [135546.078114] sock_sendmsg (net/socket.c:611 net/socket.c:620)
19592 [135546.078856] SYSC_sendto (net/socket.c:1657)
19593 [135546.079596] ? SYSC_connect (net/socket.c:1628)
19594 [135546.080510] ? trace_dump_stack (kernel/trace/trace.c:1926)
19595 [135546.081397] ? ring_buffer_unlock_commit (kernel/trace/ring_buffer.c:2479 kernel/trace/ring_buffer.c:2558 kernel/trace/ring_buffer.c:2674)
19596 [135546.082390] ? trace_buffer_unlock_commit (kernel/trace/trace.c:1749)
19597 [135546.083410] ? trace_event_raw_event_sys_enter (include/trace/events/syscalls.h:16)
19598 [135546.084481] ? do_audit_syscall_entry (include/trace/events/syscalls.h:16)
19599 [135546.085438] ? trace_buffer_unlock_commit (kernel/trace/trace.c:1749)
19600 [135546.085515] rds_ib_laddr_check(): addr 36.74.25.172 ret -99 node type -1
19601
19602 Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
19603 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
19604 Signed-off-by: David S. Miller <davem@davemloft.net>
19605
19606 net/rds/connection.c | 6 ++++++
19607 1 files changed, 6 insertions(+), 0 deletions(-)
19608
19609 commit 173fa03f05cf0ad485d49a42cbdee8844d3a689a
19610 Author: Steven Rostedt (Red Hat) <rostedt@goodmis.org>
19611 Date: Tue Jan 5 20:32:47 2016 -0500
19612
19613 ftrace/module: Call clean up function when module init fails early
19614
19615 If the module init code fails after calling ftrace_module_init() and before
19616 calling do_init_module(), we can suffer from a memory leak. This is because
19617 ftrace_module_init() allocates pages to store the locations that ftrace
19618 hooks are placed in the module text. If do_init_module() fails, it still
19619 calls the MODULE_GOING notifiers which will tell ftrace to do a clean up of
19620 the pages it allocated for the module. But if load_module() fails before
19621 then, the pages allocated by ftrace_module_init() will never be freed.
19622
19623 Call ftrace_release_mod() on the module if load_module() fails before
19624 getting to do_init_module().
19625
19626 Link: http://lkml.kernel.org/r/567CEA31.1070507@intel.com
19627
19628 Reported-by: "Qiu, PeiyangX" <peiyangx.qiu@intel.com>
19629 Fixes: a949ae560a511 "ftrace/module: Hardcode ftrace_module_init() call into load_module()"
19630 Cc: stable@vger.kernel.org # v2.6.38+
19631 Acked-by: Rusty Russell <rusty@rustcorp.com.au>
19632 Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
19633
19634 include/linux/ftrace.h | 1 +
19635 kernel/module.c | 6 ++++++
19636 2 files changed, 7 insertions(+), 0 deletions(-)
19637
19638 commit 1e5a4a81a4c16c8ac2e264b88a02cc2f42ed0399
19639 Author: Francesco Ruggeri <fruggeri@aristanetworks.com>
19640 Date: Wed Jan 6 00:18:48 2016 -0800
19641
19642 net: possible use after free in dst_release
19643
19644 dst_release should not access dst->flags after decrementing
19645 __refcnt to 0. The dst_entry may be in dst_busy_list and
19646 dst_gc_task may dst_destroy it before dst_release gets a chance
19647 to access dst->flags.
19648
19649 Fixes: d69bbf88c8d0 ("net: fix a race in dst_release()")
19650 Fixes: 27b75c95f10d ("net: avoid RCU for NOCACHE dst")
19651 Signed-off-by: Francesco Ruggeri <fruggeri@arista.com>
19652 Acked-by: Eric Dumazet <edumazet@google.com>
19653 Signed-off-by: David S. Miller <davem@davemloft.net>
19654
19655 net/core/dst.c | 3 ++-
19656 1 files changed, 2 insertions(+), 1 deletions(-)
19657
19658 commit bfb0455793dd4e0f0b49d34a68b3249ab55565cc
19659 Author: Alan <gnomes@lxorguk.ukuu.org.uk>
19660 Date: Wed Jan 6 14:55:02 2016 +0000
19661
19662 mkiss: fix scribble on freed memory
19663
19664 commit d79f16c046086f4fe0d42184a458e187464eb83e fixed a user triggerable
19665 scribble on free memory but added a new one which allows the user to
19666 scribble even more and user controlled data into freed space.
19667
19668 As with 6pack we need to halt the queue before we free the buffers, because
19669 the transmit logic is not protected by the semaphore.
19670
19671 Signed-off-by: Alan Cox <alan@linux.intel.com>
19672 Signed-off-by: David S. Miller <davem@davemloft.net>
19673
19674 drivers/net/hamradio/mkiss.c | 5 +++++
19675 1 files changed, 5 insertions(+), 0 deletions(-)
19676
19677 commit 5cbbcbd32dc1949470f61d342503808fa9555276
19678 Author: David Miller <davem@davemloft.net>
19679 Date: Thu Dec 17 16:05:49 2015 -0500
19680
19681 mkiss: Fix use after free in mkiss_close().
19682
19683 Need to do the unregister_device() after all references to the driver
19684 private have been done.
19685
19686 Signed-off-by: David S. Miller <davem@davemloft.net>
19687
19688 drivers/net/hamradio/mkiss.c | 4 ++--
19689 1 files changed, 2 insertions(+), 2 deletions(-)
19690
19691 commit b00171576794a98068e069a660f0991a6a5190ff
19692 Author: One Thousand Gnomes <gnomes@lxorguk.ukuu.org.uk>
19693 Date: Tue Jan 5 11:51:25 2016 +0000
19694
19695 6pack: fix free memory scribbles
19696
19697 commit acf673a3187edf72068ee2f92f4dc47d66baed47 fixed a user triggerable free
19698 memory scribble but in doing so replaced it with a different one that allows
19699 the user to control the data and scribble even more.
19700
19701 sixpack_close is called by the tty layer in tty context. The tty context is
19702 protected by sp_get() and sp_put(). However network layer activity via
19703 sp_xmit() is not protected this way. We must therefore stop the queue
19704 otherwise the user gets to dump a buffer mostly of their choice into freed
19705 kernel pages.
19706
19707 Signed-off-by: Alan Cox <alan@linux.intel.com>
19708 Signed-off-by: David S. Miller <davem@davemloft.net>
19709
19710 drivers/net/hamradio/6pack.c | 6 ++++++
19711 1 files changed, 6 insertions(+), 0 deletions(-)
19712
19713 commit 5b64a833907cd230a3106aeba2304b2c1bcd116d
19714 Author: David Miller <davem@davemloft.net>
19715 Date: Thu Dec 17 16:05:32 2015 -0500
19716
19717 6pack: Fix use after free in sixpack_close().
19718
19719 Need to do the unregister_device() after all references to the driver
19720 private have been done.
19721
19722 Also we need to use del_timer_sync() for the timers so that we don't
19723 have any asynchronous references after the unregister.
19724
19725 Signed-off-by: David S. Miller <davem@davemloft.net>
19726
19727 drivers/net/hamradio/6pack.c | 8 ++++----
19728 1 files changed, 4 insertions(+), 4 deletions(-)
19729
19730 commit 4f9d532742656b3613d579220fd10c78f24ba37b
19731 Author: Rabin Vincent <rabin@rab.in>
19732 Date: Tue Jan 5 16:23:07 2016 +0100
19733
19734 net: filter: make JITs zero A for SKF_AD_ALU_XOR_X
19735
19736 The SKF_AD_ALU_XOR_X ancillary is not like the other ancillary data
19737 instructions since it XORs A with X while all the others replace A with
19738 some loaded value. All the BPF JITs fail to clear A if this is used as
19739 the first instruction in a filter. This was found using american fuzzy
19740 lop.
19741
19742 Add a helper to determine if A needs to be cleared given the first
19743 instruction in a filter, and use this in the JITs. Except for ARM, the
19744 rest have only been compile-tested.
19745
19746 Fixes: 3480593131e0 ("net: filter: get rid of BPF_S_* enum")
19747 Signed-off-by: Rabin Vincent <rabin@rab.in>
19748 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
19749 Acked-by: Alexei Starovoitov <ast@kernel.org>
19750 Signed-off-by: David S. Miller <davem@davemloft.net>
19751
19752 arch/arm/net/bpf_jit_32.c | 16 +---------------
19753 arch/mips/net/bpf_jit.c | 16 +---------------
19754 arch/powerpc/net/bpf_jit_comp.c | 13 ++-----------
19755 arch/sparc/net/bpf_jit_comp.c | 17 ++---------------
19756 include/linux/filter.h | 19 +++++++++++++++++++
19757 5 files changed, 25 insertions(+), 56 deletions(-)
19758
19759 commit 570d88f8acfffda92b89ae2e1c47320d47256034
19760 Author: John Fastabend <john.fastabend@gmail.com>
19761 Date: Tue Jan 5 09:11:36 2016 -0800
19762
19763 net: sched: fix missing free per cpu on qstats
19764
19765 When a qdisc is using per cpu stats (currently just the ingress
19766 qdisc) only the bstats are being freed. This also free's the qstats.
19767
19768 Fixes: b0ab6f92752b9f9d8 ("net: sched: enable per cpu qstats")
19769 Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
19770 Acked-by: Eric Dumazet <edumazet@google.com>
19771 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
19772 Signed-off-by: David S. Miller <davem@davemloft.net>
19773
19774 net/sched/sch_generic.c | 4 +++-
19775 1 files changed, 3 insertions(+), 1 deletions(-)
19776
19777 commit 32c0ebc51857ee83470a10dcb234d308a0ed1881
19778 Author: Rabin Vincent <rabin@rab.in>
19779 Date: Tue Jan 5 18:34:04 2016 +0100
19780
19781 ARM: net: bpf: fix zero right shift
19782
19783 The LSR instruction cannot be used to perform a zero right shift since a
19784 0 as the immediate value (imm5) in the LSR instruction encoding means
19785 that a shift of 32 is perfomed. See DecodeIMMShift() in the ARM ARM.
19786
19787 Make the JIT skip generation of the LSR if a zero-shift is requested.
19788
19789 This was found using american fuzzy lop.
19790
19791 Signed-off-by: Rabin Vincent <rabin@rab.in>
19792 Acked-by: Alexei Starovoitov <ast@kernel.org>
19793 Signed-off-by: David S. Miller <davem@davemloft.net>
19794
19795 arch/arm/net/bpf_jit_32.c | 3 ++-
19796 1 files changed, 2 insertions(+), 1 deletions(-)
19797
19798 commit 51f5d291750285efa4d4bbe84e5ec23dc00c8d2d
19799 Author: Brad Spengler <spender@grsecurity.net>
19800 Date: Wed Jan 6 20:35:57 2016 -0500
19801
19802 Don't perform hidden lookups in RBAC against the directory of
19803 a file being opened with O_CREAT, reported by Karl Witt
19804
19805 Conflicts:
19806
19807 fs/namei.c
19808
19809 fs/namei.c | 3 ---
19810 1 files changed, 0 insertions(+), 3 deletions(-)
19811
19812 commit 5a8266a6b2769ccdb447256f95bc2577a73cccd1
19813 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
19814 Date: Tue Jan 5 10:46:00 2016 +0100
19815
19816 bridge: Only call /sbin/bridge-stp for the initial network namespace
19817
19818 [I stole this patch from Eric Biederman. He wrote:]
19819
19820 > There is no defined mechanism to pass network namespace information
19821 > into /sbin/bridge-stp therefore don't even try to invoke it except
19822 > for bridge devices in the initial network namespace.
19823 >
19824 > It is possible for unprivileged users to cause /sbin/bridge-stp to be
19825 > invoked for any network device name which if /sbin/bridge-stp does not
19826 > guard against unreasonable arguments or being invoked twice on the
19827 > same network device could cause problems.
19828
19829 [Hannes: changed patch using netns_eq]
19830
19831 Cc: Eric W. Biederman <ebiederm@xmission.com>
19832 Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
19833 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
19834 Signed-off-by: David S. Miller <davem@davemloft.net>
19835
19836 net/bridge/br_stp_if.c | 5 ++++-
19837 1 files changed, 4 insertions(+), 1 deletions(-)
19838
19839 commit 650d535cc39f0aeff2f57e60b6617be25d3ef48b
19840 Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
19841 Date: Wed Dec 23 16:28:40 2015 -0200
19842
19843 sctp: use GFP_USER for user-controlled kmalloc
19844
19845 Commit cacc06215271 ("sctp: use GFP_USER for user-controlled kmalloc")
19846 missed two other spots.
19847
19848 For connectx, as it's more likely to be used by kernel users of the API,
19849 it detects if GFP_USER should be used or not.
19850
19851 Fixes: cacc06215271 ("sctp: use GFP_USER for user-controlled kmalloc")
19852 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19853 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
19854 Signed-off-by: David S. Miller <davem@davemloft.net>
19855
19856 net/sctp/socket.c | 9 ++++++---
19857 1 files changed, 6 insertions(+), 3 deletions(-)
19858
19859 commit 5718a1f63c41fc156f729783423b002763779d04
19860 Author: Florian Westphal <fw@strlen.de>
19861 Date: Thu Dec 31 14:26:33 2015 +0100
19862
19863 connector: bump skb->users before callback invocation
19864
19865 Dmitry reports memleak with syskaller program.
19866 Problem is that connector bumps skb usecount but might not invoke callback.
19867
19868 So move skb_get to where we invoke the callback.
19869
19870 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19871 Signed-off-by: Florian Westphal <fw@strlen.de>
19872 Signed-off-by: David S. Miller <davem@davemloft.net>
19873
19874 drivers/connector/connector.c | 11 +++--------
19875 1 files changed, 3 insertions(+), 8 deletions(-)
19876
19877 commit 2e6372e6a97f8d642416899861f91777f44f13b7
19878 Author: Rainer Weikusat <rweikusat@mobileactivedefense.com>
19879 Date: Sun Jan 3 18:56:38 2016 +0000
19880
19881 af_unix: Fix splice-bind deadlock
19882
19883 On 2015/11/06, Dmitry Vyukov reported a deadlock involving the splice
19884 system call and AF_UNIX sockets,
19885
19886 http://lists.openwall.net/netdev/2015/11/06/24
19887
19888 The situation was analyzed as
19889
19890 (a while ago) A: socketpair()
19891 B: splice() from a pipe to /mnt/regular_file
19892 does sb_start_write() on /mnt
19893 C: try to freeze /mnt
19894 wait for B to finish with /mnt
19895 A: bind() try to bind our socket to /mnt/new_socket_name
19896 lock our socket, see it not bound yet
19897 decide that it needs to create something in /mnt
19898 try to do sb_start_write() on /mnt, block (it's
19899 waiting for C).
19900 D: splice() from the same pipe to our socket
19901 lock the pipe, see that socket is connected
19902 try to lock the socket, block waiting for A
19903 B: get around to actually feeding a chunk from
19904 pipe to file, try to lock the pipe. Deadlock.
19905
19906 on 2015/11/10 by Al Viro,
19907
19908 http://lists.openwall.net/netdev/2015/11/10/4
19909
19910 The patch fixes this by removing the kern_path_create related code from
19911 unix_mknod and executing it as part of unix_bind prior acquiring the
19912 readlock of the socket in question. This means that A (as used above)
19913 will sb_start_write on /mnt before it acquires the readlock, hence, it
19914 won't indirectly block B which first did a sb_start_write and then
19915 waited for a thread trying to acquire the readlock. Consequently, A
19916 being blocked by C waiting for B won't cause a deadlock anymore
19917 (effectively, both A and B acquire two locks in opposite order in the
19918 situation described above).
19919
19920 Dmitry Vyukov(<dvyukov@google.com>) tested the original patch.
19921
19922 Signed-off-by: Rainer Weikusat <rweikusat@mobileactivedefense.com>
19923 Signed-off-by: David S. Miller <davem@davemloft.net>
19924
19925 Conflicts:
19926
19927 net/unix/af_unix.c
19928
19929 net/unix/af_unix.c | 70 +++++++++++++++++++++++++++++++--------------------
19930 1 files changed, 42 insertions(+), 28 deletions(-)
19931
19932 commit 2e729e557c571f3253e32472cd7d382ac16cf1c3
19933 Author: Qiu Peiyang <peiyangx.qiu@intel.com>
19934 Date: Thu Dec 31 13:11:28 2015 +0800
19935
19936 tracing: Fix setting of start_index in find_next()
19937
19938 When we do cat /sys/kernel/debug/tracing/printk_formats, we hit kernel
19939 panic at t_show.
19940
19941 general protection fault: 0000 [#1] PREEMPT SMP
19942 CPU: 0 PID: 2957 Comm: sh Tainted: G W O 3.14.55-x86_64-01062-gd4acdc7 #2
19943 RIP: 0010:[<ffffffff811375b2>]
19944 [<ffffffff811375b2>] t_show+0x22/0xe0
19945 RSP: 0000:ffff88002b4ebe80 EFLAGS: 00010246
19946 RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000004
19947 RDX: 0000000000000004 RSI: ffffffff81fd26a6 RDI: ffff880032f9f7b1
19948 RBP: ffff88002b4ebe98 R08: 0000000000001000 R09: 000000000000ffec
19949 R10: 0000000000000000 R11: 000000000000000f R12: ffff880004d9b6c0
19950 R13: 7365725f6d706400 R14: ffff880004d9b6c0 R15: ffffffff82020570
19951 FS: 0000000000000000(0000) GS:ffff88003aa00000(0063) knlGS:00000000f776bc40
19952 CS: 0010 DS: 002b ES: 002b CR0: 0000000080050033
19953 CR2: 00000000f6c02ff0 CR3: 000000002c2b3000 CR4: 00000000001007f0
19954 Call Trace:
19955 [<ffffffff811dc076>] seq_read+0x2f6/0x3e0
19956 [<ffffffff811b749b>] vfs_read+0x9b/0x160
19957 [<ffffffff811b7f69>] SyS_read+0x49/0xb0
19958 [<ffffffff81a3a4b9>] ia32_do_call+0x13/0x13
19959 ---[ end trace 5bd9eb630614861e ]---
19960 Kernel panic - not syncing: Fatal exception
19961
19962 When the first time find_next calls find_next_mod_format, it should
19963 iterate the trace_bprintk_fmt_list to find the first print format of
19964 the module. However in current code, start_index is smaller than *pos
19965 at first, and code will not iterate the list. Latter container_of will
19966 get the wrong address with former v, which will cause mod_fmt be a
19967 meaningless object and so is the returned mod_fmt->fmt.
19968
19969 This patch will fix it by correcting the start_index. After fixed,
19970 when the first time calls find_next_mod_format, start_index will be
19971 equal to *pos, and code will iterate the trace_bprintk_fmt_list to
19972 get the right module printk format, so is the returned mod_fmt->fmt.
19973
19974 Link: http://lkml.kernel.org/r/5684B900.9000309@intel.com
19975
19976 Cc: stable@vger.kernel.org # 3.12+
19977 Fixes: 102c9323c35a8 "tracing: Add __tracepoint_string() to export string pointers"
19978 Signed-off-by: Qiu Peiyang <peiyangx.qiu@intel.com>
19979 Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
19980
19981 kernel/trace/trace_printk.c | 1 +
19982 1 files changed, 1 insertions(+), 0 deletions(-)
19983
19984 commit 0994af4b1930f32aa493dc08145cd304f8bfc8f4
19985 Author: Al Viro <viro@zeniv.linux.org.uk>
19986 Date: Mon Dec 28 20:47:08 2015 -0500
19987
19988 [PATCH] arm: fix handling of F_OFD_... in oabi_fcntl64()
19989
19990 Cc: stable@vger.kernel.org # 3.15+
19991 Reviewed-by: Jeff Layton <jeff.layton@primarydata.com>
19992 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
19993
19994 arch/arm/kernel/sys_oabi-compat.c | 73 +++++++++++++++++++------------------
19995 1 files changed, 37 insertions(+), 36 deletions(-)
19996
19997 commit 4ed030f65dcf3e6b0128032a49a7d75f947fa351
19998 Merge: de243c2 3adc55a
19999 Author: Brad Spengler <spender@grsecurity.net>
20000 Date: Tue Jan 5 18:10:10 2016 -0500
20001
20002 Merge branch 'pax-test' into grsec-test
20003
20004 commit 3adc55a5acfa429c2a7cc883aef08b960c0079b0
20005 Author: Brad Spengler <spender@grsecurity.net>
20006 Date: Tue Jan 5 18:08:53 2016 -0500
20007
20008 Update to pax-linux-4.3.3-test16.patch:
20009 - small cleanup in entry_64.S on x86
20010 - Emese fixed the initify plugin to recursively check variable initializers, reported by Rasmus Villemoes
20011 - fixed an integer truncation of a partially uninitialized value bug in em_pop_sreg, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4354)
20012 - fixed alternatives patching of call insns under KERNEXEC/i386, reported by fly_a320 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4305) and TTgrsec (https://forums.grsecurity.net/viewtopic.php?f=3&t=4353)
20013 - fixed a size overflow false positive that triggered in tcp_parse_options on arm, reported by iamb (https://forums.grsecurity.net/viewtopic.php?f=3&t=4350&p=15917#p15916)
20014 - fixed a boot crash on amd64 with KERNEXEC/OR and CONTEXT_TRACKING, reported by Klaus Kusche (https://bugs.gentoo.org/show_bug.cgi?id=570420)
20015
20016 arch/x86/entry/entry_64.S | 60 +++++-----
20017 arch/x86/kernel/alternative.c | 2 +-
20018 arch/x86/kvm/emulate.c | 4 +-
20019 tools/gcc/initify_plugin.c | 123 +++++++++----------
20020 .../disable_size_overflow_hash.data | 4 +-
20021 .../size_overflow_plugin/size_overflow_hash.data | 2 -
20022 6 files changed, 93 insertions(+), 102 deletions(-)
20023
20024 commit de243c26efd0e423ca92db825af2c3f8eb1ca043
20025 Author: Brad Spengler <spender@grsecurity.net>
20026 Date: Tue Dec 29 18:01:24 2015 -0500
20027
20028 It was noticed during an internal audit that the code under GRKERNSEC_PROC_MEMMAP
20029 which aimed to enforce a 16MB minimum on RLIMIT_DATA for suid/sgid binaries only
20030 did so if RLIMIT_DATA was set lower than PAGE_SIZE.
20031
20032 This addition was only supplemental as GRKERNSEC_BRUTE is the main defense
20033 against suid/sgid attacks and the flaw above would only eliminate the extra
20034 entropy provided for the brk-managed heap, still leaving it with the minimum
20035 of 16-bit entropy for mmap on x86 and 28 on x64.
20036
20037 mm/mmap.c | 2 +-
20038 1 files changed, 1 insertions(+), 1 deletions(-)
20039
20040 commit 8e264cfe47e5f08cdc9ed009a630277206cd2534
20041 Merge: 436201b 2584340
20042 Author: Brad Spengler <spender@grsecurity.net>
20043 Date: Mon Dec 28 20:30:01 2015 -0500
20044
20045 Merge branch 'pax-test' into grsec-test
20046
20047 commit 2584340eab494e64ec1bf9eb5b0d1ae31f926306
20048 Author: Brad Spengler <spender@grsecurity.net>
20049 Date: Mon Dec 28 20:29:28 2015 -0500
20050
20051 Update to pax-linux-4.3.3-test14.patch:
20052 - fixed an integer sign conversion error in i2c_dw_pci_probe caught by the size overflow plugin, reported by Jean Lucas and ganymede (https://forums.grsecurity.net/viewtopic.php?f=3&t=4349)
20053 - fixed shutdown crash with tboot and KERNEXEC, reported by perfinion
20054 - fixed a few false positive and one real size overflow reports in hyperv, reported by hunger
20055 - fixed compile regressions on armv5, reported by iamb (https://forums.grsecurity.net/viewtopic.php?f=3&t=4350)
20056 - fixed an assert in the initify plugin that triggered in vic_register on arm
20057
20058 arch/arm/include/asm/atomic.h | 7 +++++--
20059 arch/arm/include/asm/domain.h | 5 ++---
20060 arch/x86/kernel/tboot.c | 14 +++++++++-----
20061 drivers/hv/channel.c | 4 +---
20062 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
20063 drivers/net/hyperv/rndis_filter.c | 3 +--
20064 fs/exec.c | 4 ++--
20065 include/linux/atomic.h | 15 ---------------
20066 net/core/skbuff.c | 3 ++-
20067 tools/gcc/initify_plugin.c | 4 +++-
20068 10 files changed, 26 insertions(+), 35 deletions(-)
20069
20070 commit 436201b6626b488d173c8076447000077c27b84a
20071 Author: David Howells <dhowells@redhat.com>
20072 Date: Fri Dec 18 01:34:26 2015 +0000
20073
20074 KEYS: Fix race between read and revoke
20075
20076 This fixes CVE-2015-7550.
20077
20078 There's a race between keyctl_read() and keyctl_revoke(). If the revoke
20079 happens between keyctl_read() checking the validity of a key and the key's
20080 semaphore being taken, then the key type read method will see a revoked key.
20081
20082 This causes a problem for the user-defined key type because it assumes in
20083 its read method that there will always be a payload in a non-revoked key
20084 and doesn't check for a NULL pointer.
20085
20086 Fix this by making keyctl_read() check the validity of a key after taking
20087 semaphore instead of before.
20088
20089 I think the bug was introduced with the original keyrings code.
20090
20091 This was discovered by a multithreaded test program generated by syzkaller
20092 (http://github.com/google/syzkaller). Here's a cleaned up version:
20093
20094 #include <sys/types.h>
20095 #include <keyutils.h>
20096 #include <pthread.h>
20097 void *thr0(void *arg)
20098 {
20099 key_serial_t key = (unsigned long)arg;
20100 keyctl_revoke(key);
20101 return 0;
20102 }
20103 void *thr1(void *arg)
20104 {
20105 key_serial_t key = (unsigned long)arg;
20106 char buffer[16];
20107 keyctl_read(key, buffer, 16);
20108 return 0;
20109 }
20110 int main()
20111 {
20112 key_serial_t key = add_key("user", "%", "foo", 3, KEY_SPEC_USER_KEYRING);
20113 pthread_t th[5];
20114 pthread_create(&th[0], 0, thr0, (void *)(unsigned long)key);
20115 pthread_create(&th[1], 0, thr1, (void *)(unsigned long)key);
20116 pthread_create(&th[2], 0, thr0, (void *)(unsigned long)key);
20117 pthread_create(&th[3], 0, thr1, (void *)(unsigned long)key);
20118 pthread_join(th[0], 0);
20119 pthread_join(th[1], 0);
20120 pthread_join(th[2], 0);
20121 pthread_join(th[3], 0);
20122 return 0;
20123 }
20124
20125 Build as:
20126
20127 cc -o keyctl-race keyctl-race.c -lkeyutils -lpthread
20128
20129 Run as:
20130
20131 while keyctl-race; do :; done
20132
20133 as it may need several iterations to crash the kernel. The crash can be
20134 summarised as:
20135
20136 BUG: unable to handle kernel NULL pointer dereference at 0000000000000010
20137 IP: [<ffffffff81279b08>] user_read+0x56/0xa3
20138 ...
20139 Call Trace:
20140 [<ffffffff81276aa9>] keyctl_read_key+0xb6/0xd7
20141 [<ffffffff81277815>] SyS_keyctl+0x83/0xe0
20142 [<ffffffff815dbb97>] entry_SYSCALL_64_fastpath+0x12/0x6f
20143
20144 Reported-by: Dmitry Vyukov <dvyukov@google.com>
20145 Signed-off-by: David Howells <dhowells@redhat.com>
20146 Tested-by: Dmitry Vyukov <dvyukov@google.com>
20147 Cc: stable@vger.kernel.org
20148 Signed-off-by: James Morris <james.l.morris@oracle.com>
20149
20150 security/keys/keyctl.c | 18 +++++++++---------
20151 1 files changed, 9 insertions(+), 9 deletions(-)
20152
20153 commit 195cea04477025da4a2078bd3e1fb7c4e11206c2
20154 Author: Brad Spengler <spender@grsecurity.net>
20155 Date: Tue Dec 22 20:44:01 2015 -0500
20156
20157 Add new kernel command-line param: pax_size_overflow_report_only
20158 If a user triggers a size_overflow violation that makes it difficult
20159 to obtain the call trace without serial console/net console, they can
20160 use this option to provide that information to us
20161
20162 Documentation/kernel-parameters.txt | 5 +++++
20163 fs/exec.c | 12 +++++++++---
20164 init/main.c | 11 +++++++++++
20165 3 files changed, 25 insertions(+), 3 deletions(-)
20166
20167 commit 4254a8da5851df8c08cdca5c392916e8c105408d
20168 Author: WANG Cong <xiyou.wangcong@gmail.com>
20169 Date: Mon Dec 21 10:55:45 2015 -0800
20170
20171 addrconf: always initialize sysctl table data
20172
20173 When sysctl performs restrict writes, it allows to write from
20174 a middle position of a sysctl file, which requires us to initialize
20175 the table data before calling proc_dostring() for the write case.
20176
20177 Fixes: 3d1bec99320d ("ipv6: introduce secret_stable to ipv6_devconf")
20178 Reported-by: Sasha Levin <sasha.levin@oracle.com>
20179 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
20180 Tested-by: Sasha Levin <sasha.levin@oracle.com>
20181 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
20182 Signed-off-by: David S. Miller <davem@davemloft.net>
20183
20184 net/ipv6/addrconf.c | 11 ++++-------
20185 1 files changed, 4 insertions(+), 7 deletions(-)
20186
20187 commit f8002863fb06c363180637046947a78a6ccb3d33
20188 Author: WANG Cong <xiyou.wangcong@gmail.com>
20189 Date: Wed Dec 16 23:39:04 2015 -0800
20190
20191 net: check both type and procotol for tcp sockets
20192
20193 Dmitry reported the following out-of-bound access:
20194
20195 Call Trace:
20196 [<ffffffff816cec2e>] __asan_report_load4_noabort+0x3e/0x40
20197 mm/kasan/report.c:294
20198 [<ffffffff84affb14>] sock_setsockopt+0x1284/0x13d0 net/core/sock.c:880
20199 [< inline >] SYSC_setsockopt net/socket.c:1746
20200 [<ffffffff84aed7ee>] SyS_setsockopt+0x1fe/0x240 net/socket.c:1729
20201 [<ffffffff85c18c76>] entry_SYSCALL_64_fastpath+0x16/0x7a
20202 arch/x86/entry/entry_64.S:185
20203
20204 This is because we mistake a raw socket as a tcp socket.
20205 We should check both sk->sk_type and sk->sk_protocol to ensure
20206 it is a tcp socket.
20207
20208 Willem points out __skb_complete_tx_timestamp() needs to fix as well.
20209
20210 Reported-by: Dmitry Vyukov <dvyukov@google.com>
20211 Cc: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
20212 Cc: Eric Dumazet <eric.dumazet@gmail.com>
20213 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
20214 Acked-by: Willem de Bruijn <willemb@google.com>
20215 Signed-off-by: David S. Miller <davem@davemloft.net>
20216
20217 net/core/skbuff.c | 3 ++-
20218 net/core/sock.c | 3 ++-
20219 2 files changed, 4 insertions(+), 2 deletions(-)
20220
20221 commit bd6b3399804470a4ad8f34229469ca149dceba3d
20222 Author: Colin Ian King <colin.king@canonical.com>
20223 Date: Fri Dec 18 14:22:01 2015 -0800
20224
20225 proc: fix -ESRCH error when writing to /proc/$pid/coredump_filter
20226
20227 Writing to /proc/$pid/coredump_filter always returns -ESRCH because commit
20228 774636e19ed51 ("proc: convert to kstrto*()/kstrto*_from_user()") removed
20229 the setting of ret after the get_proc_task call and incorrectly left it as
20230 -ESRCH. Instead, return 0 when successful.
20231
20232 Example breakage:
20233
20234 echo 0 > /proc/self/coredump_filter
20235 bash: echo: write error: No such process
20236
20237 Fixes: 774636e19ed51 ("proc: convert to kstrto*()/kstrto*_from_user()")
20238 Signed-off-by: Colin Ian King <colin.king@canonical.com>
20239 Acked-by: Kees Cook <keescook@chromium.org>
20240 Cc: <stable@vger.kernel.org> [4.3+]
20241 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
20242 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
20243
20244 fs/proc/base.c | 1 +
20245 1 files changed, 1 insertions(+), 0 deletions(-)
20246
20247 commit b28aca2b99ed08546778355fb9402c503ff9b29e
20248 Author: Junichi Nomura <j-nomura@ce.jp.nec.com>
20249 Date: Tue Dec 22 10:23:44 2015 -0700
20250
20251 block: ensure to split after potentially bouncing a bio
20252
20253 blk_queue_bio() does split then bounce, which makes the segment
20254 counting based on pages before bouncing and could go wrong. Move
20255 the split to after bouncing, like we do for blk-mq, and the we
20256 fix the issue of having the bio count for segments be wrong.
20257
20258 Fixes: 54efd50bfd87 ("block: make generic_make_request handle arbitrarily sized bios")
20259 Cc: stable@vger.kernel.org
20260 Tested-by: Artem S. Tashkinov <t.artem@lycos.com>
20261 Signed-off-by: Jens Axboe <axboe@fb.com>
20262
20263 block/blk-core.c | 4 ++--
20264 1 files changed, 2 insertions(+), 2 deletions(-)
20265
20266 commit e62a25e917a9e5b35ddd5b4f1b5e5e30fbd2e84c
20267 Merge: f6f63ae ec72fa5
20268 Author: Brad Spengler <spender@grsecurity.net>
20269 Date: Tue Dec 22 19:46:26 2015 -0500
20270
20271 Merge branch 'pax-test' into grsec-test
20272
20273 commit ec72fa5f8d9cb4e223bad1b8b5c2e1071c222f2a
20274 Author: Brad Spengler <spender@grsecurity.net>
20275 Date: Tue Dec 22 19:45:51 2015 -0500
20276
20277 Update to pax-linux-4.3.3-test13.patch:
20278 - Emese fixed a (probably) false positive integer truncation in xfs_da_grow_inode_int, reported by jdkbx (http://forums.grsecurity.net/viewtopic.php?f=3&t=4346)
20279 - fixed a size overflow in btrfs/try_merge_map, reported by Alex W (https://bugs.archlinux.org/task/47173) and mathias and dwokfur (https://forums.grsecurity.net/viewtopic.php?f=3&t=4344)
20280
20281 arch/arm/mm/fault.c | 2 +-
20282 arch/x86/mm/fault.c | 2 +-
20283 fs/btrfs/extent_map.c | 8 ++++++--
20284 fs/xfs/libxfs/xfs_da_btree.c | 4 +++-
20285 4 files changed, 11 insertions(+), 5 deletions(-)
20286
20287 commit f6f63ae154cd45028add1dc41957878060d77fbf
20288 Author: Brad Spengler <spender@grsecurity.net>
20289 Date: Thu Dec 17 18:43:44 2015 -0500
20290
20291 ptrace_has_cap() checks whether the current process should be
20292 treated as having a certain capability for ptrace checks
20293 against another process. Until now, this was equivalent to
20294 has_ns_capability(current, target_ns, CAP_SYS_PTRACE).
20295
20296 However, if a root-owned process wants to enter a user
20297 namespace for some reason without knowing who owns it and
20298 therefore can't change to the namespace owner's uid and gid
20299 before entering, as soon as it has entered the namespace,
20300 the namespace owner can attach to it via ptrace and thereby
20301 gain access to its uid and gid.
20302
20303 While it is possible for the entering process to switch to
20304 the uid of a claimed namespace owner before entering,
20305 causing the attempt to enter to fail if the claimed uid is
20306 wrong, this doesn't solve the problem of determining an
20307 appropriate gid.
20308
20309 With this change, the entering process can first enter the
20310 namespace and then safely inspect the namespace's
20311 properties, e.g. through /proc/self/{uid_map,gid_map},
20312 assuming that the namespace owner doesn't have access to
20313 uid 0.
20314 Signed-off-by: Jann Horn <jann@thejh.net>
20315
20316 kernel/ptrace.c | 30 +++++++++++++++++++++++++-----
20317 1 files changed, 25 insertions(+), 5 deletions(-)
20318
20319 commit e314f0fb63020f61543b401ff594e953c2c304e5
20320 Author: tadeusz.struk@intel.com <tadeusz.struk@intel.com>
20321 Date: Tue Dec 15 10:46:17 2015 -0800
20322
20323 net: fix uninitialized variable issue
20324
20325 msg_iocb needs to be initialized on the recv/recvfrom path.
20326 Otherwise afalg will wrongly interpret it as an async call.
20327
20328 Cc: stable@vger.kernel.org
20329 Reported-by: Harald Freudenberger <freude@linux.vnet.ibm.com>
20330 Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
20331 Signed-off-by: David S. Miller <davem@davemloft.net>
20332
20333 net/socket.c | 1 +
20334 1 files changed, 1 insertions(+), 0 deletions(-)
20335
20336 commit a3f56a43ad56b8fcaf04f6327636ed2f5970de3b
20337 Merge: dfa764c 142edcf
20338 Author: Brad Spengler <spender@grsecurity.net>
20339 Date: Wed Dec 16 21:01:17 2015 -0500
20340
20341 Merge branch 'pax-test' into grsec-test
20342
20343 commit 142edcf1005a57fb8887823565cf0bafad2f313c
20344 Author: Brad Spengler <spender@grsecurity.net>
20345 Date: Wed Dec 16 21:00:57 2015 -0500
20346
20347 Update to pax-linux-4.3.3-test12.patch:
20348 - Emese fixed a size overflow false positive in reiserfs/leaf_paste_entries, reported by Christian Apeltauer (https://bugs.gentoo.org/show_bug.cgi?id=568046)
20349 - fixed a bunch of int/size_t mismatches in the drivers/tty/n_tty.c code causing size overflow false positives, reported by Toralf Förster, mathias (https://forums.grsecurity.net/viewtopic.php?f=3&t=4342), N8Fear (https://forums.grsecurity.net/viewtopic.php?f=3&t=4341)
20350
20351 drivers/tty/n_tty.c | 16 ++++++++--------
20352 .../disable_size_overflow_hash.data | 2 ++
20353 .../size_overflow_plugin/size_overflow_hash.data | 6 ++----
20354 3 files changed, 12 insertions(+), 12 deletions(-)
20355
20356 commit dfa764cc549892a5bfc1083cac78b99032cae577
20357 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
20358 Date: Tue Dec 15 22:59:12 2015 +0100
20359
20360 ipv6: automatically enable stable privacy mode if stable_secret set
20361
20362 Bjørn reported that while we switch all interfaces to privacy stable mode
20363 when setting the secret, we don't set this mode for new interfaces. This
20364 does not make sense, so change this behaviour.
20365
20366 Fixes: 622c81d57b392cc ("ipv6: generation of stable privacy addresses for link-local and autoconf")
20367 Reported-by: Bjørn Mork <bjorn@mork.no>
20368 Cc: Bjørn Mork <bjorn@mork.no>
20369 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
20370 Signed-off-by: David S. Miller <davem@davemloft.net>
20371
20372 net/ipv6/addrconf.c | 6 ++++++
20373 1 files changed, 6 insertions(+), 0 deletions(-)
20374
20375 commit c2815a1fee03f222273e77c14e43f960da06f35a
20376 Author: Brad Spengler <spender@grsecurity.net>
20377 Date: Wed Dec 16 13:03:38 2015 -0500
20378
20379 Work around upstream limitation on the number of thread info flags causing a compilation error
20380 Reported by fabled at http://forums.grsecurity.net/viewtopic.php?f=3&t=4339
20381
20382 arch/arm/kernel/entry-common.S | 8 ++++++--
20383 1 files changed, 6 insertions(+), 2 deletions(-)
20384
20385 commit 8c9ae168e09ae49324d709d76d73d9fc4ca477e1
20386 Author: Brad Spengler <spender@grsecurity.net>
20387 Date: Tue Dec 15 19:03:41 2015 -0500
20388
20389 Initial import of grsecurity 3.1 for Linux 4.3.3
20390
20391 Documentation/dontdiff | 2 +
20392 Documentation/kernel-parameters.txt | 7 +
20393 Documentation/sysctl/kernel.txt | 15 +
20394 Makefile | 18 +-
20395 arch/alpha/include/asm/cache.h | 4 +-
20396 arch/alpha/kernel/osf_sys.c | 12 +-
20397 arch/arc/Kconfig | 1 +
20398 arch/arm/Kconfig | 1 +
20399 arch/arm/Kconfig.debug | 1 +
20400 arch/arm/include/asm/thread_info.h | 7 +-
20401 arch/arm/kernel/process.c | 4 +-
20402 arch/arm/kernel/ptrace.c | 9 +
20403 arch/arm/kernel/traps.c | 7 +-
20404 arch/arm/mm/Kconfig | 2 +-
20405 arch/arm/mm/fault.c | 40 +-
20406 arch/arm/mm/mmap.c | 8 +-
20407 arch/arm/net/bpf_jit_32.c | 51 +-
20408 arch/arm64/Kconfig.debug | 1 +
20409 arch/avr32/include/asm/cache.h | 4 +-
20410 arch/blackfin/Kconfig.debug | 1 +
20411 arch/blackfin/include/asm/cache.h | 3 +-
20412 arch/cris/include/arch-v10/arch/cache.h | 3 +-
20413 arch/cris/include/arch-v32/arch/cache.h | 3 +-
20414 arch/frv/include/asm/cache.h | 3 +-
20415 arch/frv/mm/elf-fdpic.c | 4 +-
20416 arch/hexagon/include/asm/cache.h | 6 +-
20417 arch/ia64/Kconfig | 1 +
20418 arch/ia64/include/asm/cache.h | 3 +-
20419 arch/ia64/kernel/sys_ia64.c | 2 +
20420 arch/ia64/mm/hugetlbpage.c | 2 +
20421 arch/m32r/include/asm/cache.h | 4 +-
20422 arch/m68k/include/asm/cache.h | 4 +-
20423 arch/metag/mm/hugetlbpage.c | 1 +
20424 arch/microblaze/include/asm/cache.h | 3 +-
20425 arch/mips/Kconfig | 1 +
20426 arch/mips/include/asm/cache.h | 3 +-
20427 arch/mips/include/asm/thread_info.h | 11 +-
20428 arch/mips/kernel/irq.c | 3 +
20429 arch/mips/kernel/ptrace.c | 9 +
20430 arch/mips/mm/mmap.c | 4 +-
20431 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
20432 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
20433 arch/openrisc/include/asm/cache.h | 4 +-
20434 arch/parisc/include/asm/cache.h | 5 +-
20435 arch/parisc/kernel/sys_parisc.c | 4 +
20436 arch/powerpc/Kconfig | 1 +
20437 arch/powerpc/include/asm/cache.h | 4 +-
20438 arch/powerpc/include/asm/thread_info.h | 5 +-
20439 arch/powerpc/kernel/Makefile | 2 +
20440 arch/powerpc/kernel/irq.c | 3 +
20441 arch/powerpc/kernel/process.c | 10 +-
20442 arch/powerpc/kernel/ptrace.c | 14 +
20443 arch/powerpc/kernel/traps.c | 5 +
20444 arch/powerpc/mm/slice.c | 2 +-
20445 arch/s390/Kconfig.debug | 1 +
20446 arch/s390/include/asm/cache.h | 4 +-
20447 arch/score/include/asm/cache.h | 4 +-
20448 arch/sh/include/asm/cache.h | 3 +-
20449 arch/sh/mm/mmap.c | 6 +-
20450 arch/sparc/include/asm/cache.h | 4 +-
20451 arch/sparc/include/asm/pgalloc_64.h | 1 +
20452 arch/sparc/include/asm/thread_info_64.h | 8 +-
20453 arch/sparc/kernel/process_32.c | 6 +-
20454 arch/sparc/kernel/process_64.c | 8 +-
20455 arch/sparc/kernel/ptrace_64.c | 14 +
20456 arch/sparc/kernel/sys_sparc_64.c | 8 +-
20457 arch/sparc/kernel/syscalls.S | 8 +-
20458 arch/sparc/kernel/traps_32.c | 8 +-
20459 arch/sparc/kernel/traps_64.c | 28 +-
20460 arch/sparc/kernel/unaligned_64.c | 2 +-
20461 arch/sparc/mm/fault_64.c | 2 +-
20462 arch/sparc/mm/hugetlbpage.c | 15 +-
20463 arch/tile/Kconfig | 1 +
20464 arch/tile/include/asm/cache.h | 3 +-
20465 arch/tile/mm/hugetlbpage.c | 2 +
20466 arch/um/include/asm/cache.h | 3 +-
20467 arch/unicore32/include/asm/cache.h | 6 +-
20468 arch/x86/Kconfig | 21 +
20469 arch/x86/Kconfig.debug | 2 +
20470 arch/x86/entry/common.c | 14 +
20471 arch/x86/entry/entry_32.S | 2 +-
20472 arch/x86/entry/entry_64.S | 2 +-
20473 arch/x86/ia32/ia32_aout.c | 2 +
20474 arch/x86/include/asm/floppy.h | 20 +-
20475 arch/x86/include/asm/fpu/types.h | 69 +-
20476 arch/x86/include/asm/io.h | 2 +-
20477 arch/x86/include/asm/page.h | 12 +-
20478 arch/x86/include/asm/paravirt_types.h | 23 +-
20479 arch/x86/include/asm/processor.h | 12 +-
20480 arch/x86/include/asm/thread_info.h | 6 +-
20481 arch/x86/include/asm/uaccess.h | 2 +-
20482 arch/x86/kernel/dumpstack.c | 10 +-
20483 arch/x86/kernel/dumpstack_32.c | 2 +-
20484 arch/x86/kernel/dumpstack_64.c | 2 +-
20485 arch/x86/kernel/ioport.c | 13 +
20486 arch/x86/kernel/irq_32.c | 3 +
20487 arch/x86/kernel/irq_64.c | 4 +
20488 arch/x86/kernel/ldt.c | 18 +
20489 arch/x86/kernel/msr.c | 10 +
20490 arch/x86/kernel/ptrace.c | 14 +
20491 arch/x86/kernel/signal.c | 9 +-
20492 arch/x86/kernel/sys_i386_32.c | 9 +-
20493 arch/x86/kernel/sys_x86_64.c | 8 +-
20494 arch/x86/kernel/traps.c | 5 +
20495 arch/x86/kernel/verify_cpu.S | 1 +
20496 arch/x86/kernel/vm86_32.c | 15 +
20497 arch/x86/kvm/svm.c | 14 +-
20498 arch/x86/mm/fault.c | 12 +-
20499 arch/x86/mm/hugetlbpage.c | 15 +-
20500 arch/x86/mm/init.c | 66 +-
20501 arch/x86/mm/init_32.c | 6 +-
20502 arch/x86/net/bpf_jit_comp.c | 4 +
20503 arch/x86/platform/efi/efi_64.c | 2 +-
20504 arch/x86/xen/Kconfig | 1 +
20505 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
20506 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
20507 crypto/ablkcipher.c | 2 +-
20508 crypto/blkcipher.c | 2 +-
20509 crypto/scatterwalk.c | 10 +-
20510 drivers/acpi/acpica/hwxfsleep.c | 11 +-
20511 drivers/acpi/custom_method.c | 4 +
20512 drivers/block/cciss.h | 30 +-
20513 drivers/block/smart1,2.h | 40 +-
20514 drivers/cdrom/cdrom.c | 2 +-
20515 drivers/char/Kconfig | 4 +-
20516 drivers/char/genrtc.c | 1 +
20517 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
20518 drivers/char/mem.c | 17 +
20519 drivers/char/random.c | 5 +-
20520 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
20521 drivers/crypto/nx/nx-aes-ccm.c | 2 +-
20522 drivers/crypto/nx/nx-aes-gcm.c | 2 +-
20523 drivers/crypto/talitos.c | 2 +-
20524 drivers/firewire/ohci.c | 4 +
20525 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 70 +-
20526 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
20527 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
20528 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
20529 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
20530 drivers/hid/hid-wiimote-debug.c | 2 +-
20531 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
20532 drivers/iommu/Kconfig | 1 +
20533 drivers/iommu/amd_iommu.c | 14 +-
20534 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
20535 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
20536 drivers/isdn/gigaset/usb-gigaset.c | 32 +-
20537 drivers/isdn/hisax/config.c | 2 +-
20538 drivers/isdn/hisax/hfc_pci.c | 2 +-
20539 drivers/isdn/hisax/hfc_sx.c | 2 +-
20540 drivers/isdn/hisax/q931.c | 6 +-
20541 drivers/isdn/i4l/isdn_concap.c | 6 +-
20542 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
20543 drivers/md/bcache/Kconfig | 1 +
20544 drivers/md/raid5.c | 8 +
20545 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
20546 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
20547 drivers/media/platform/vivid/vivid-osd.c | 1 +
20548 drivers/media/radio/radio-cadet.c | 5 +-
20549 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
20550 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
20551 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
20552 drivers/media/usb/dvb-usb/technisat-usb2.c | 75 +-
20553 drivers/message/fusion/mptbase.c | 9 +
20554 drivers/misc/sgi-xp/xp_main.c | 12 +-
20555 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
20556 drivers/net/ppp/pppoe.c | 14 +-
20557 drivers/net/ppp/pptp.c | 6 +
20558 drivers/net/slip/slhc.c | 3 +
20559 drivers/net/wan/lmc/lmc_media.c | 97 +-
20560 drivers/net/wan/x25_asy.c | 6 +-
20561 drivers/net/wan/z85230.c | 24 +-
20562 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
20563 drivers/net/wireless/zd1211rw/zd_usb.c | 2 +-
20564 drivers/pci/pci-sysfs.c | 2 +-
20565 drivers/pci/proc.c | 9 +
20566 drivers/platform/x86/asus-wmi.c | 12 +
20567 drivers/rtc/rtc-dev.c | 3 +
20568 drivers/scsi/bfa/bfa_fcs.c | 19 +-
20569 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
20570 drivers/scsi/bfa/bfa_modules.h | 12 +-
20571 drivers/scsi/hpsa.h | 40 +-
20572 drivers/staging/dgnc/dgnc_mgmt.c | 1 +
20573 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
20574 drivers/staging/lustre/lustre/libcfs/module.c | 10 +-
20575 drivers/target/target_core_sbc.c | 17 +-
20576 drivers/target/target_core_transport.c | 14 +-
20577 drivers/tty/serial/uartlite.c | 4 +-
20578 drivers/tty/sysrq.c | 2 +-
20579 drivers/tty/vt/keyboard.c | 22 +-
20580 drivers/uio/uio.c | 6 +-
20581 drivers/usb/core/hub.c | 5 +
20582 drivers/usb/gadget/function/f_uac1.c | 1 +
20583 drivers/usb/gadget/function/u_uac1.c | 1 +
20584 drivers/usb/host/hwa-hc.c | 9 +-
20585 drivers/usb/usbip/vhci_sysfs.c | 2 +-
20586 drivers/video/fbdev/arcfb.c | 2 +-
20587 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
20588 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
20589 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
20590 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++-----
20591 drivers/xen/xenfs/xenstored.c | 5 +
20592 firmware/Makefile | 2 +
20593 firmware/WHENCE | 20 +-
20594 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
20595 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
20596 fs/9p/vfs_inode.c | 4 +-
20597 fs/attr.c | 1 +
20598 fs/autofs4/waitq.c | 9 +
20599 fs/binfmt_aout.c | 7 +
20600 fs/binfmt_elf.c | 50 +-
20601 fs/compat.c | 20 +-
20602 fs/coredump.c | 17 +-
20603 fs/dcache.c | 3 +
20604 fs/debugfs/inode.c | 11 +-
20605 fs/exec.c | 219 +-
20606 fs/ext2/balloc.c | 4 +-
20607 fs/ext2/super.c | 8 +-
20608 fs/ext4/balloc.c | 4 +-
20609 fs/fcntl.c | 4 +
20610 fs/fhandle.c | 3 +-
20611 fs/file.c | 4 +
20612 fs/filesystems.c | 4 +
20613 fs/fs_struct.c | 20 +-
20614 fs/hugetlbfs/inode.c | 5 +-
20615 fs/inode.c | 8 +-
20616 fs/kernfs/dir.c | 6 +
20617 fs/mount.h | 4 +-
20618 fs/namei.c | 286 +-
20619 fs/namespace.c | 24 +
20620 fs/nfsd/nfscache.c | 2 +-
20621 fs/open.c | 38 +
20622 fs/overlayfs/inode.c | 11 +-
20623 fs/overlayfs/super.c | 6 +-
20624 fs/pipe.c | 2 +-
20625 fs/posix_acl.c | 15 +-
20626 fs/proc/Kconfig | 10 +-
20627 fs/proc/array.c | 69 +-
20628 fs/proc/base.c | 186 +-
20629 fs/proc/cmdline.c | 4 +
20630 fs/proc/devices.c | 4 +
20631 fs/proc/fd.c | 17 +-
20632 fs/proc/generic.c | 64 +
20633 fs/proc/inode.c | 17 +
20634 fs/proc/internal.h | 11 +-
20635 fs/proc/interrupts.c | 4 +
20636 fs/proc/kcore.c | 3 +
20637 fs/proc/meminfo.c | 7 +-
20638 fs/proc/namespaces.c | 4 +-
20639 fs/proc/proc_net.c | 31 +
20640 fs/proc/proc_sysctl.c | 52 +-
20641 fs/proc/root.c | 8 +
20642 fs/proc/stat.c | 69 +-
20643 fs/proc/task_mmu.c | 66 +-
20644 fs/readdir.c | 19 +
20645 fs/reiserfs/item_ops.c | 24 +-
20646 fs/reiserfs/super.c | 4 +
20647 fs/select.c | 2 +
20648 fs/seq_file.c | 30 +-
20649 fs/splice.c | 8 +
20650 fs/stat.c | 20 +-
20651 fs/sysfs/dir.c | 30 +-
20652 fs/sysv/inode.c | 11 +-
20653 fs/utimes.c | 7 +
20654 fs/xattr.c | 26 +-
20655 grsecurity/Kconfig | 1182 ++++
20656 grsecurity/Makefile | 54 +
20657 grsecurity/gracl.c | 2757 +++++++++
20658 grsecurity/gracl_alloc.c | 105 +
20659 grsecurity/gracl_cap.c | 127 +
20660 grsecurity/gracl_compat.c | 269 +
20661 grsecurity/gracl_fs.c | 448 ++
20662 grsecurity/gracl_ip.c | 386 ++
20663 grsecurity/gracl_learn.c | 207 +
20664 grsecurity/gracl_policy.c | 1786 ++++++
20665 grsecurity/gracl_res.c | 68 +
20666 grsecurity/gracl_segv.c | 304 +
20667 grsecurity/gracl_shm.c | 40 +
20668 grsecurity/grsec_chdir.c | 19 +
20669 grsecurity/grsec_chroot.c | 467 ++
20670 grsecurity/grsec_disabled.c | 445 ++
20671 grsecurity/grsec_exec.c | 189 +
20672 grsecurity/grsec_fifo.c | 26 +
20673 grsecurity/grsec_fork.c | 23 +
20674 grsecurity/grsec_init.c | 290 +
20675 grsecurity/grsec_ipc.c | 48 +
20676 grsecurity/grsec_link.c | 65 +
20677 grsecurity/grsec_log.c | 340 +
20678 grsecurity/grsec_mem.c | 48 +
20679 grsecurity/grsec_mount.c | 65 +
20680 grsecurity/grsec_pax.c | 47 +
20681 grsecurity/grsec_proc.c | 20 +
20682 grsecurity/grsec_ptrace.c | 30 +
20683 grsecurity/grsec_sig.c | 236 +
20684 grsecurity/grsec_sock.c | 244 +
20685 grsecurity/grsec_sysctl.c | 488 ++
20686 grsecurity/grsec_time.c | 16 +
20687 grsecurity/grsec_tpe.c | 78 +
20688 grsecurity/grsec_usb.c | 15 +
20689 grsecurity/grsum.c | 64 +
20690 include/linux/binfmts.h | 5 +-
20691 include/linux/bitops.h | 2 +-
20692 include/linux/capability.h | 13 +
20693 include/linux/compiler-gcc.h | 5 +
20694 include/linux/compiler.h | 8 +
20695 include/linux/cred.h | 8 +-
20696 include/linux/dcache.h | 5 +-
20697 include/linux/fs.h | 24 +-
20698 include/linux/fs_struct.h | 2 +-
20699 include/linux/fsnotify.h | 6 +
20700 include/linux/gracl.h | 342 +
20701 include/linux/gracl_compat.h | 156 +
20702 include/linux/gralloc.h | 9 +
20703 include/linux/grdefs.h | 140 +
20704 include/linux/grinternal.h | 230 +
20705 include/linux/grmsg.h | 118 +
20706 include/linux/grsecurity.h | 255 +
20707 include/linux/grsock.h | 19 +
20708 include/linux/ipc.h | 2 +-
20709 include/linux/ipc_namespace.h | 2 +-
20710 include/linux/kallsyms.h | 18 +-
20711 include/linux/kmod.h | 5 +
20712 include/linux/kobject.h | 2 +-
20713 include/linux/lsm_hooks.h | 4 +-
20714 include/linux/mm.h | 12 +
20715 include/linux/mm_types.h | 4 +-
20716 include/linux/module.h | 5 +-
20717 include/linux/mount.h | 2 +-
20718 include/linux/msg.h | 2 +-
20719 include/linux/netfilter/xt_gradm.h | 9 +
20720 include/linux/path.h | 4 +-
20721 include/linux/perf_event.h | 13 +-
20722 include/linux/pid_namespace.h | 2 +-
20723 include/linux/printk.h | 2 +-
20724 include/linux/proc_fs.h | 22 +-
20725 include/linux/proc_ns.h | 2 +-
20726 include/linux/ptrace.h | 24 +-
20727 include/linux/random.h | 2 +-
20728 include/linux/rbtree_augmented.h | 4 +-
20729 include/linux/scatterlist.h | 12 +-
20730 include/linux/sched.h | 114 +-
20731 include/linux/security.h | 1 +
20732 include/linux/sem.h | 2 +-
20733 include/linux/seq_file.h | 5 +
20734 include/linux/shm.h | 6 +-
20735 include/linux/skbuff.h | 3 +
20736 include/linux/slab.h | 9 -
20737 include/linux/sysctl.h | 8 +-
20738 include/linux/thread_info.h | 6 +-
20739 include/linux/tty.h | 2 +-
20740 include/linux/tty_driver.h | 4 +-
20741 include/linux/uidgid.h | 5 +
20742 include/linux/user_namespace.h | 2 +-
20743 include/linux/utsname.h | 2 +-
20744 include/linux/vermagic.h | 16 +-
20745 include/linux/vmalloc.h | 20 +-
20746 include/net/af_unix.h | 2 +-
20747 include/net/dst.h | 33 +
20748 include/net/ip.h | 2 +-
20749 include/net/neighbour.h | 2 +-
20750 include/net/net_namespace.h | 2 +-
20751 include/net/sock.h | 4 +-
20752 include/target/target_core_base.h | 2 +-
20753 include/trace/events/fs.h | 53 +
20754 include/uapi/linux/personality.h | 1 +
20755 init/Kconfig | 4 +-
20756 init/main.c | 35 +-
20757 ipc/mqueue.c | 1 +
20758 ipc/msg.c | 3 +-
20759 ipc/sem.c | 3 +-
20760 ipc/shm.c | 26 +-
20761 ipc/util.c | 6 +
20762 kernel/auditsc.c | 2 +-
20763 kernel/bpf/syscall.c | 8 +-
20764 kernel/capability.c | 41 +-
20765 kernel/cgroup.c | 5 +-
20766 kernel/compat.c | 1 +
20767 kernel/configs.c | 11 +
20768 kernel/cred.c | 112 +-
20769 kernel/events/core.c | 16 +-
20770 kernel/exit.c | 10 +-
20771 kernel/fork.c | 86 +-
20772 kernel/futex.c | 6 +-
20773 kernel/futex_compat.c | 2 +-
20774 kernel/kallsyms.c | 9 +
20775 kernel/kcmp.c | 8 +-
20776 kernel/kexec_core.c | 2 +-
20777 kernel/kmod.c | 95 +-
20778 kernel/kprobes.c | 7 +-
20779 kernel/ksysfs.c | 2 +
20780 kernel/locking/lockdep_proc.c | 10 +-
20781 kernel/module.c | 108 +-
20782 kernel/panic.c | 4 +-
20783 kernel/pid.c | 23 +-
20784 kernel/power/Kconfig | 2 +
20785 kernel/printk/printk.c | 20 +-
20786 kernel/ptrace.c | 56 +-
20787 kernel/resource.c | 10 +
20788 kernel/sched/core.c | 11 +-
20789 kernel/signal.c | 37 +-
20790 kernel/sys.c | 64 +-
20791 kernel/sysctl.c | 172 +-
20792 kernel/taskstats.c | 6 +
20793 kernel/time/posix-timers.c | 8 +
20794 kernel/time/time.c | 5 +
20795 kernel/time/timekeeping.c | 3 +
20796 kernel/time/timer_list.c | 13 +-
20797 kernel/time/timer_stats.c | 10 +-
20798 kernel/trace/Kconfig | 2 +
20799 kernel/trace/trace_syscalls.c | 8 +
20800 kernel/user_namespace.c | 15 +
20801 lib/Kconfig.debug | 13 +-
20802 lib/Kconfig.kasan | 2 +-
20803 lib/is_single_threaded.c | 3 +
20804 lib/list_debug.c | 65 +-
20805 lib/nlattr.c | 2 +
20806 lib/rbtree.c | 4 +-
20807 lib/vsprintf.c | 39 +-
20808 localversion-grsec | 1 +
20809 mm/Kconfig | 8 +-
20810 mm/Kconfig.debug | 1 +
20811 mm/filemap.c | 1 +
20812 mm/kmemleak.c | 4 +-
20813 mm/memory.c | 2 +-
20814 mm/mempolicy.c | 12 +-
20815 mm/migrate.c | 3 +-
20816 mm/mlock.c | 6 +-
20817 mm/mmap.c | 93 +-
20818 mm/mprotect.c | 8 +
20819 mm/oom_kill.c | 28 +-
20820 mm/page_alloc.c | 2 +-
20821 mm/process_vm_access.c | 8 +-
20822 mm/shmem.c | 36 +-
20823 mm/slab.c | 14 +-
20824 mm/slab_common.c | 2 +-
20825 mm/slob.c | 12 +
20826 mm/slub.c | 33 +-
20827 mm/util.c | 3 +
20828 mm/vmalloc.c | 129 +-
20829 mm/vmstat.c | 29 +-
20830 net/appletalk/atalk_proc.c | 2 +-
20831 net/atm/lec.c | 6 +-
20832 net/atm/mpoa_caches.c | 42 +-
20833 net/bluetooth/sco.c | 3 +
20834 net/can/bcm.c | 2 +-
20835 net/can/proc.c | 2 +-
20836 net/core/dev_ioctl.c | 7 +-
20837 net/core/filter.c | 8 +-
20838 net/core/net-procfs.c | 17 +-
20839 net/core/pktgen.c | 2 +-
20840 net/core/sock.c | 3 +-
20841 net/core/sysctl_net_core.c | 2 +-
20842 net/decnet/dn_dev.c | 2 +-
20843 net/ipv4/devinet.c | 6 +-
20844 net/ipv4/inet_hashtables.c | 4 +
20845 net/ipv4/ip_input.c | 7 +
20846 net/ipv4/ip_sockglue.c | 3 +-
20847 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
20848 net/ipv4/netfilter/nf_nat_pptp.c | 2 +-
20849 net/ipv4/route.c | 6 +-
20850 net/ipv4/tcp_input.c | 4 +-
20851 net/ipv4/tcp_ipv4.c | 29 +-
20852 net/ipv4/tcp_minisocks.c | 9 +-
20853 net/ipv4/tcp_timer.c | 11 +
20854 net/ipv4/udp.c | 24 +
20855 net/ipv6/addrconf.c | 13 +-
20856 net/ipv6/proc.c | 2 +-
20857 net/ipv6/tcp_ipv6.c | 26 +-
20858 net/ipv6/udp.c | 7 +
20859 net/ipx/ipx_proc.c | 2 +-
20860 net/irda/irproc.c | 2 +-
20861 net/llc/llc_proc.c | 2 +-
20862 net/netfilter/Kconfig | 10 +
20863 net/netfilter/Makefile | 1 +
20864 net/netfilter/nf_conntrack_core.c | 8 +
20865 net/netfilter/xt_gradm.c | 51 +
20866 net/netfilter/xt_hashlimit.c | 4 +-
20867 net/netfilter/xt_recent.c | 2 +-
20868 net/sched/sch_api.c | 2 +-
20869 net/sctp/socket.c | 4 +-
20870 net/socket.c | 75 +-
20871 net/sunrpc/Kconfig | 1 +
20872 net/sunrpc/cache.c | 2 +-
20873 net/sunrpc/stats.c | 2 +-
20874 net/sysctl_net.c | 2 +-
20875 net/unix/af_unix.c | 52 +-
20876 net/vmw_vsock/vmci_transport_notify.c | 30 +-
20877 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
20878 net/x25/sysctl_net_x25.c | 2 +-
20879 net/x25/x25_proc.c | 2 +-
20880 scripts/package/Makefile | 2 +-
20881 scripts/package/mkspec | 41 +-
20882 security/Kconfig | 369 +-
20883 security/apparmor/file.c | 4 +-
20884 security/apparmor/lsm.c | 8 +-
20885 security/commoncap.c | 36 +-
20886 security/min_addr.c | 2 +
20887 security/smack/smack_lsm.c | 8 +-
20888 security/tomoyo/file.c | 12 +-
20889 security/tomoyo/mount.c | 4 +
20890 security/tomoyo/tomoyo.c | 20 +-
20891 security/yama/Kconfig | 2 +-
20892 security/yama/yama_lsm.c | 4 +-
20893 sound/synth/emux/emux_seq.c | 14 +-
20894 sound/usb/line6/driver.c | 40 +-
20895 sound/usb/line6/toneport.c | 12 +-
20896 tools/gcc/.gitignore | 1 +
20897 tools/gcc/Makefile | 12 +
20898 tools/gcc/gen-random-seed.sh | 8 +
20899 tools/gcc/randomize_layout_plugin.c | 930 +++
20900 tools/gcc/size_overflow_plugin/.gitignore | 1 +
20901 .../size_overflow_plugin/size_overflow_hash.data | 459 ++-
20902 511 files changed, 32631 insertions(+), 3196 deletions(-)
20903
20904 commit a76adb92ce39aee8eec5a025c828030ad6135c6d
20905 Author: Brad Spengler <spender@grsecurity.net>
20906 Date: Tue Dec 15 14:31:49 2015 -0500
20907
20908 Update to pax-linux-4.3.3-test11.patch:
20909 - fixed a few compile regressions with the recent plugin changes, reported by spender
20910 - updated the size overflow hash table
20911
20912 tools/gcc/latent_entropy_plugin.c | 2 +-
20913 .../size_overflow_plugin/size_overflow_hash.data | 66 +++++++++++++++++---
20914 tools/gcc/stackleak_plugin.c | 2 +-
20915 tools/gcc/structleak_plugin.c | 6 +--
20916 4 files changed, 60 insertions(+), 16 deletions(-)
20917
20918 commit f7284b1fc06628fcb2d35d2beecdea5454d46af9
20919 Author: Brad Spengler <spender@grsecurity.net>
20920 Date: Tue Dec 15 11:50:24 2015 -0500
20921
20922 Apply structleak ICE fix for gcc < 4.9
20923
20924 tools/gcc/structleak_plugin.c | 4 ++++
20925 1 files changed, 4 insertions(+), 0 deletions(-)
20926
20927 commit 92fe3eb9fd10ec7f7334decab1526989669b0287
20928 Author: Brad Spengler <spender@grsecurity.net>
20929 Date: Tue Dec 15 07:57:06 2015 -0500
20930
20931 Update to pax-linux-4.3.1-test10.patch:
20932 - Emese fixed INDIRECT_REF and TARGET_MEM_REF handling in the initify plugin
20933 - Emese regenerated the size overflow hash tables for 4.3
20934 - fixed some compat syscall exit paths to restore r12 under KERNEXEC/or
20935 - the latent entropy, stackleak and structleak plugins no longer split the entry block unnecessarily
20936
20937 arch/x86/entry/entry_64.S | 2 +-
20938 arch/x86/entry/entry_64_compat.S | 15 +-
20939 scripts/package/builddeb | 2 +-
20940 tools/gcc/initify_plugin.c | 11 +-
20941 tools/gcc/latent_entropy_plugin.c | 20 +-
20942 .../disable_size_overflow_hash.data | 4 +
20943 .../size_overflow_plugin/size_overflow_hash.data | 5345 +++++++++++---------
20944 tools/gcc/stackleak_plugin.c | 26 +-
20945 tools/gcc/structleak_plugin.c | 21 +-
20946 9 files changed, 3079 insertions(+), 2367 deletions(-)
20947
20948 commit 5bd245cb687319079c2f1c0d6a1170791ed1ed2c
20949 Merge: b5847e6 3548341
20950 Author: Brad Spengler <spender@grsecurity.net>
20951 Date: Tue Dec 15 07:47:56 2015 -0500
20952
20953 Merge branch 'linux-4.3.y' into pax-4_3
20954
20955 Conflicts:
20956 net/unix/af_unix.c
20957
20958 commit b5847e6a896c5d99191135ca4d7c3b6be8f116ff
20959 Author: Brad Spengler <spender@grsecurity.net>
20960 Date: Wed Dec 9 23:11:36 2015 -0500
20961
20962 Update to pax-linux-4.3.1-test9.patch:
20963 - fixed __get_user on x86 to lie less about the size of the load, reported by peetaur (https://forums.grsecurity.net/viewtopic.php?f=3&t=4332)
20964 - Emese fixed an intentional overflow caused by gcc, reported by saironiq (https://forums.grsecurity.net/viewtopic.php?f=3&t=4333)
20965 - Emese fixed a false positive overflow report in the forcedeth driver, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?t=4334)
20966 - Emese fixed a false positive overflow report in KVM's emulator, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4336)
20967 - Emese fixed the initify plugin to detect some captured use of __func__, reported by Rasmus Villemoes <linux@rasmusvillemoes.dk>
20968 - constrained shmmax and shmall to avoid triggering size overflow checks, reported by Mathias Krause <minipli@ld-linux.so>
20969 - the checker plugin can partially handle sparse's locking context annotations, it's context insensitive and thus not exactly useful for now, also see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59856
20970
20971 Makefile | 6 +
20972 arch/x86/include/asm/compat.h | 4 +
20973 arch/x86/include/asm/dma.h | 2 +
20974 arch/x86/include/asm/pmem.h | 2 +-
20975 arch/x86/include/asm/uaccess.h | 20 +-
20976 arch/x86/kernel/apic/vector.c | 6 +-
20977 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
20978 arch/x86/kernel/cpu/perf_event_intel.c | 28 +-
20979 arch/x86/kernel/head_64.S | 1 -
20980 arch/x86/kvm/i8259.c | 10 +-
20981 arch/x86/kvm/ioapic.c | 2 +
20982 arch/x86/kvm/x86.c | 2 +
20983 arch/x86/lib/usercopy_64.c | 2 +-
20984 arch/x86/mm/mpx.c | 4 +-
20985 arch/x86/mm/pageattr.c | 7 +
20986 drivers/base/devres.c | 4 +-
20987 drivers/base/power/runtime.c | 6 +-
20988 drivers/base/regmap/regmap.c | 4 +-
20989 drivers/block/drbd/drbd_receiver.c | 4 +-
20990 drivers/block/drbd/drbd_worker.c | 6 +-
20991 drivers/char/virtio_console.c | 6 +-
20992 drivers/md/dm.c | 12 +-
20993 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
20994 drivers/net/macvtap.c | 4 +-
20995 drivers/video/fbdev/core/fbmem.c | 10 +-
20996 fs/compat.c | 3 +-
20997 fs/coredump.c | 2 +-
20998 fs/dcache.c | 13 +-
20999 fs/fhandle.c | 2 +-
21000 fs/file.c | 14 +-
21001 fs/fs-writeback.c | 11 +-
21002 fs/overlayfs/copy_up.c | 2 +-
21003 fs/readdir.c | 3 +-
21004 fs/super.c | 3 +-
21005 include/linux/compiler.h | 36 ++-
21006 include/linux/rcupdate.h | 8 +
21007 include/linux/sched.h | 4 +-
21008 include/linux/seqlock.h | 10 +
21009 include/linux/spinlock.h | 17 +-
21010 include/linux/srcu.h | 5 +-
21011 include/linux/syscalls.h | 2 +-
21012 include/linux/writeback.h | 3 +-
21013 include/uapi/linux/swab.h | 6 +-
21014 ipc/ipc_sysctl.c | 6 +
21015 kernel/exit.c | 25 +-
21016 kernel/resource.c | 4 +-
21017 kernel/signal.c | 12 +-
21018 kernel/user.c | 2 +-
21019 kernel/workqueue.c | 6 +-
21020 lib/rhashtable.c | 4 +-
21021 net/compat.c | 2 +-
21022 net/ipv4/xfrm4_mode_transport.c | 2 +-
21023 security/keys/internal.h | 8 +-
21024 security/keys/keyring.c | 4 -
21025 sound/core/seq/seq_clientmgr.c | 8 +-
21026 sound/core/seq/seq_compat.c | 2 +-
21027 sound/core/seq/seq_memory.c | 6 +-
21028 tools/gcc/checker_plugin.c | 415 +++++++++++++++++++-
21029 tools/gcc/gcc-common.h | 1 +
21030 tools/gcc/initify_plugin.c | 33 ++-
21031 .../disable_size_overflow_hash.data | 1 +
21032 .../size_overflow_plugin/size_overflow_hash.data | 1 -
21033 62 files changed, 708 insertions(+), 140 deletions(-)
21034
21035 commit f2634c2f6995f4231616f24ed016f890c701f939
21036 Merge: 1241bff 5f8b236
21037 Author: Brad Spengler <spender@grsecurity.net>
21038 Date: Wed Dec 9 21:50:47 2015 -0500
21039
21040 Merge branch 'linux-4.3.y' into pax-4_3
21041
21042 Conflicts:
21043 arch/x86/kernel/fpu/xstate.c
21044 arch/x86/kernel/head_64.S
21045
21046 commit 1241bff82e3d7dadb05de0a60b8d2822afc6547c
21047 Author: Brad Spengler <spender@grsecurity.net>
21048 Date: Sun Dec 6 08:44:56 2015 -0500
21049
21050 Update to pax-linux-4.3-test8.patch:
21051 - fixed integer truncation check in md introduced by upstream commits 284ae7cab0f7335c9e0aa8992b28415ef1a54c7c and 58c0fed400603a802968b23ddf78f029c5a84e41, reported by BeiKed9o (https://forums.grsecurity.net/viewtopic.php?f=3&t=4328)
21052 - gcc plugin compilation problems will now also produce the output of the checking script to make diagnosis easier, reported by hunger
21053 - Emese fixed a false positive size overflow report in __vhost_add_used_n, reported by quasar366 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4329)
21054 - fixed a potential integer truncation error in the raid1 code caught by the size overflow plugin, reported by d1b (https://forums.grsecurity.net/viewtopic.php?f=3&t=4331)
21055
21056 Makefile | 5 +++
21057 drivers/md/md.c | 5 ++-
21058 drivers/md/raid1.c | 2 +-
21059 fs/proc/task_mmu.c | 3 ++
21060 .../disable_size_overflow_hash.data | 4 ++-
21061 .../size_overflow_plugin/intentional_overflow.c | 32 ++++++++++++++++---
21062 .../size_overflow_plugin/size_overflow_hash.data | 2 -
21063 .../size_overflow_plugin/size_overflow_plugin.c | 2 +-
21064 8 files changed, 43 insertions(+), 12 deletions(-)
21065
21066 commit cce6a9f9bdd27096632ca1c0246dcc07f2eb1a18
21067 Author: Brad Spengler <spender@grsecurity.net>
21068 Date: Fri Dec 4 14:24:12 2015 -0500
21069
21070 Initial import of pax-linux-4.3-test7.patch
21071
21072 Documentation/dontdiff | 47 +-
21073 Documentation/kbuild/makefiles.txt | 39 +-
21074 Documentation/kernel-parameters.txt | 28 +
21075 Makefile | 108 +-
21076 arch/alpha/include/asm/atomic.h | 10 +
21077 arch/alpha/include/asm/elf.h | 7 +
21078 arch/alpha/include/asm/pgalloc.h | 6 +
21079 arch/alpha/include/asm/pgtable.h | 11 +
21080 arch/alpha/kernel/module.c | 2 +-
21081 arch/alpha/kernel/osf_sys.c | 8 +-
21082 arch/alpha/mm/fault.c | 141 +-
21083 arch/arm/Kconfig | 2 +-
21084 arch/arm/include/asm/atomic.h | 320 +-
21085 arch/arm/include/asm/cache.h | 5 +-
21086 arch/arm/include/asm/cacheflush.h | 2 +-
21087 arch/arm/include/asm/checksum.h | 14 +-
21088 arch/arm/include/asm/cmpxchg.h | 4 +
21089 arch/arm/include/asm/cpuidle.h | 2 +-
21090 arch/arm/include/asm/domain.h | 22 +-
21091 arch/arm/include/asm/elf.h | 9 +-
21092 arch/arm/include/asm/fncpy.h | 2 +
21093 arch/arm/include/asm/futex.h | 10 +
21094 arch/arm/include/asm/kmap_types.h | 2 +-
21095 arch/arm/include/asm/mach/dma.h | 2 +-
21096 arch/arm/include/asm/mach/map.h | 16 +-
21097 arch/arm/include/asm/outercache.h | 2 +-
21098 arch/arm/include/asm/page.h | 3 +-
21099 arch/arm/include/asm/pgalloc.h | 20 +
21100 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
21101 arch/arm/include/asm/pgtable-2level.h | 3 +
21102 arch/arm/include/asm/pgtable-3level.h | 3 +
21103 arch/arm/include/asm/pgtable.h | 54 +-
21104 arch/arm/include/asm/smp.h | 2 +-
21105 arch/arm/include/asm/tls.h | 3 +
21106 arch/arm/include/asm/uaccess.h | 79 +-
21107 arch/arm/include/uapi/asm/ptrace.h | 2 +-
21108 arch/arm/kernel/armksyms.c | 2 +-
21109 arch/arm/kernel/cpuidle.c | 2 +-
21110 arch/arm/kernel/entry-armv.S | 109 +-
21111 arch/arm/kernel/entry-common.S | 40 +-
21112 arch/arm/kernel/entry-header.S | 55 +
21113 arch/arm/kernel/fiq.c | 3 +
21114 arch/arm/kernel/module-plts.c | 7 +-
21115 arch/arm/kernel/module.c | 38 +-
21116 arch/arm/kernel/patch.c | 2 +
21117 arch/arm/kernel/process.c | 90 +-
21118 arch/arm/kernel/reboot.c | 1 +
21119 arch/arm/kernel/setup.c | 20 +-
21120 arch/arm/kernel/signal.c | 35 +-
21121 arch/arm/kernel/smp.c | 2 +-
21122 arch/arm/kernel/tcm.c | 4 +-
21123 arch/arm/kernel/vmlinux.lds.S | 6 +-
21124 arch/arm/kvm/arm.c | 8 +-
21125 arch/arm/lib/copy_page.S | 1 +
21126 arch/arm/lib/csumpartialcopyuser.S | 4 +-
21127 arch/arm/lib/delay.c | 2 +-
21128 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
21129 arch/arm/mach-exynos/suspend.c | 6 +-
21130 arch/arm/mach-mvebu/coherency.c | 4 +-
21131 arch/arm/mach-omap2/board-n8x0.c | 2 +-
21132 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
21133 arch/arm/mach-omap2/omap-smp.c | 1 +
21134 arch/arm/mach-omap2/omap-wakeupgen.c | 2 +-
21135 arch/arm/mach-omap2/omap_device.c | 4 +-
21136 arch/arm/mach-omap2/omap_device.h | 4 +-
21137 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
21138 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
21139 arch/arm/mach-omap2/wd_timer.c | 6 +-
21140 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
21141 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
21142 arch/arm/mach-tegra/irq.c | 1 +
21143 arch/arm/mach-ux500/pm.c | 1 +
21144 arch/arm/mach-zynq/platsmp.c | 1 +
21145 arch/arm/mm/Kconfig | 6 +-
21146 arch/arm/mm/alignment.c | 8 +
21147 arch/arm/mm/cache-l2x0.c | 2 +-
21148 arch/arm/mm/context.c | 10 +-
21149 arch/arm/mm/fault.c | 146 +
21150 arch/arm/mm/fault.h | 12 +
21151 arch/arm/mm/init.c | 39 +
21152 arch/arm/mm/ioremap.c | 4 +-
21153 arch/arm/mm/mmap.c | 30 +-
21154 arch/arm/mm/mmu.c | 162 +-
21155 arch/arm/net/bpf_jit_32.c | 3 +
21156 arch/arm/plat-iop/setup.c | 2 +-
21157 arch/arm/plat-omap/sram.c | 2 +
21158 arch/arm64/include/asm/atomic.h | 10 +
21159 arch/arm64/include/asm/percpu.h | 8 +-
21160 arch/arm64/include/asm/pgalloc.h | 5 +
21161 arch/arm64/include/asm/uaccess.h | 1 +
21162 arch/arm64/mm/dma-mapping.c | 2 +-
21163 arch/avr32/include/asm/elf.h | 8 +-
21164 arch/avr32/include/asm/kmap_types.h | 4 +-
21165 arch/avr32/mm/fault.c | 27 +
21166 arch/frv/include/asm/atomic.h | 10 +
21167 arch/frv/include/asm/kmap_types.h | 2 +-
21168 arch/frv/mm/elf-fdpic.c | 3 +-
21169 arch/ia64/Makefile | 1 +
21170 arch/ia64/include/asm/atomic.h | 10 +
21171 arch/ia64/include/asm/elf.h | 7 +
21172 arch/ia64/include/asm/pgalloc.h | 12 +
21173 arch/ia64/include/asm/pgtable.h | 13 +-
21174 arch/ia64/include/asm/spinlock.h | 2 +-
21175 arch/ia64/include/asm/uaccess.h | 27 +-
21176 arch/ia64/kernel/module.c | 45 +-
21177 arch/ia64/kernel/palinfo.c | 2 +-
21178 arch/ia64/kernel/sys_ia64.c | 7 +
21179 arch/ia64/kernel/vmlinux.lds.S | 2 +-
21180 arch/ia64/mm/fault.c | 32 +-
21181 arch/ia64/mm/init.c | 15 +-
21182 arch/m32r/lib/usercopy.c | 6 +
21183 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
21184 arch/mips/include/asm/atomic.h | 368 +-
21185 arch/mips/include/asm/elf.h | 7 +
21186 arch/mips/include/asm/exec.h | 2 +-
21187 arch/mips/include/asm/hw_irq.h | 2 +-
21188 arch/mips/include/asm/local.h | 57 +
21189 arch/mips/include/asm/page.h | 2 +-
21190 arch/mips/include/asm/pgalloc.h | 5 +
21191 arch/mips/include/asm/pgtable.h | 3 +
21192 arch/mips/include/asm/uaccess.h | 1 +
21193 arch/mips/kernel/binfmt_elfn32.c | 7 +
21194 arch/mips/kernel/binfmt_elfo32.c | 7 +
21195 arch/mips/kernel/irq-gt641xx.c | 2 +-
21196 arch/mips/kernel/irq.c | 6 +-
21197 arch/mips/kernel/pm-cps.c | 2 +-
21198 arch/mips/kernel/process.c | 12 -
21199 arch/mips/kernel/sync-r4k.c | 24 +-
21200 arch/mips/kernel/traps.c | 13 +-
21201 arch/mips/mm/fault.c | 25 +
21202 arch/mips/mm/mmap.c | 51 +-
21203 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
21204 arch/mips/sni/rm200.c | 2 +-
21205 arch/mips/vr41xx/common/icu.c | 2 +-
21206 arch/mips/vr41xx/common/irq.c | 4 +-
21207 arch/parisc/include/asm/atomic.h | 10 +
21208 arch/parisc/include/asm/elf.h | 7 +
21209 arch/parisc/include/asm/pgalloc.h | 6 +
21210 arch/parisc/include/asm/pgtable.h | 11 +
21211 arch/parisc/include/asm/uaccess.h | 4 +-
21212 arch/parisc/kernel/module.c | 50 +-
21213 arch/parisc/kernel/sys_parisc.c | 15 +
21214 arch/parisc/kernel/traps.c | 4 +-
21215 arch/parisc/mm/fault.c | 140 +-
21216 arch/powerpc/include/asm/atomic.h | 329 +-
21217 arch/powerpc/include/asm/elf.h | 12 +
21218 arch/powerpc/include/asm/exec.h | 2 +-
21219 arch/powerpc/include/asm/kmap_types.h | 2 +-
21220 arch/powerpc/include/asm/local.h | 46 +
21221 arch/powerpc/include/asm/mman.h | 2 +-
21222 arch/powerpc/include/asm/page.h | 8 +-
21223 arch/powerpc/include/asm/page_64.h | 7 +-
21224 arch/powerpc/include/asm/pgalloc-64.h | 7 +
21225 arch/powerpc/include/asm/pgtable.h | 1 +
21226 arch/powerpc/include/asm/pte-hash32.h | 1 +
21227 arch/powerpc/include/asm/reg.h | 1 +
21228 arch/powerpc/include/asm/smp.h | 2 +-
21229 arch/powerpc/include/asm/spinlock.h | 42 +-
21230 arch/powerpc/include/asm/uaccess.h | 141 +-
21231 arch/powerpc/kernel/Makefile | 5 +
21232 arch/powerpc/kernel/exceptions-64e.S | 4 +-
21233 arch/powerpc/kernel/exceptions-64s.S | 2 +-
21234 arch/powerpc/kernel/module_32.c | 15 +-
21235 arch/powerpc/kernel/process.c | 46 -
21236 arch/powerpc/kernel/signal_32.c | 2 +-
21237 arch/powerpc/kernel/signal_64.c | 2 +-
21238 arch/powerpc/kernel/traps.c | 21 +
21239 arch/powerpc/kernel/vdso.c | 5 +-
21240 arch/powerpc/lib/usercopy_64.c | 18 -
21241 arch/powerpc/mm/fault.c | 56 +-
21242 arch/powerpc/mm/mmap.c | 16 +
21243 arch/powerpc/mm/slice.c | 13 +-
21244 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
21245 arch/s390/include/asm/atomic.h | 10 +
21246 arch/s390/include/asm/elf.h | 7 +
21247 arch/s390/include/asm/exec.h | 2 +-
21248 arch/s390/include/asm/uaccess.h | 13 +-
21249 arch/s390/kernel/module.c | 22 +-
21250 arch/s390/kernel/process.c | 24 -
21251 arch/s390/mm/mmap.c | 16 +
21252 arch/score/include/asm/exec.h | 2 +-
21253 arch/score/kernel/process.c | 5 -
21254 arch/sh/mm/mmap.c | 22 +-
21255 arch/sparc/include/asm/atomic_64.h | 110 +-
21256 arch/sparc/include/asm/cache.h | 2 +-
21257 arch/sparc/include/asm/elf_32.h | 7 +
21258 arch/sparc/include/asm/elf_64.h | 7 +
21259 arch/sparc/include/asm/pgalloc_32.h | 1 +
21260 arch/sparc/include/asm/pgalloc_64.h | 1 +
21261 arch/sparc/include/asm/pgtable.h | 4 +
21262 arch/sparc/include/asm/pgtable_32.h | 15 +-
21263 arch/sparc/include/asm/pgtsrmmu.h | 5 +
21264 arch/sparc/include/asm/setup.h | 4 +-
21265 arch/sparc/include/asm/spinlock_64.h | 35 +-
21266 arch/sparc/include/asm/thread_info_32.h | 1 +
21267 arch/sparc/include/asm/thread_info_64.h | 2 +
21268 arch/sparc/include/asm/uaccess.h | 1 +
21269 arch/sparc/include/asm/uaccess_32.h | 28 +-
21270 arch/sparc/include/asm/uaccess_64.h | 24 +-
21271 arch/sparc/kernel/Makefile | 2 +-
21272 arch/sparc/kernel/prom_common.c | 2 +-
21273 arch/sparc/kernel/smp_64.c | 8 +-
21274 arch/sparc/kernel/sys_sparc_32.c | 2 +-
21275 arch/sparc/kernel/sys_sparc_64.c | 52 +-
21276 arch/sparc/kernel/traps_64.c | 27 +-
21277 arch/sparc/lib/Makefile | 2 +-
21278 arch/sparc/lib/atomic_64.S | 57 +-
21279 arch/sparc/lib/ksyms.c | 6 +-
21280 arch/sparc/mm/Makefile | 2 +-
21281 arch/sparc/mm/fault_32.c | 292 +
21282 arch/sparc/mm/fault_64.c | 486 +
21283 arch/sparc/mm/hugetlbpage.c | 22 +-
21284 arch/sparc/mm/init_64.c | 10 +-
21285 arch/tile/include/asm/atomic_64.h | 10 +
21286 arch/tile/include/asm/uaccess.h | 4 +-
21287 arch/um/Makefile | 4 +
21288 arch/um/include/asm/kmap_types.h | 2 +-
21289 arch/um/include/asm/page.h | 3 +
21290 arch/um/include/asm/pgtable-3level.h | 1 +
21291 arch/um/kernel/process.c | 16 -
21292 arch/x86/Kconfig | 15 +-
21293 arch/x86/Kconfig.cpu | 6 +-
21294 arch/x86/Kconfig.debug | 4 +-
21295 arch/x86/Makefile | 13 +-
21296 arch/x86/boot/Makefile | 3 +
21297 arch/x86/boot/bitops.h | 4 +-
21298 arch/x86/boot/boot.h | 2 +-
21299 arch/x86/boot/compressed/Makefile | 3 +
21300 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
21301 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
21302 arch/x86/boot/compressed/head_32.S | 4 +-
21303 arch/x86/boot/compressed/head_64.S | 12 +-
21304 arch/x86/boot/compressed/misc.c | 11 +-
21305 arch/x86/boot/cpucheck.c | 16 +-
21306 arch/x86/boot/header.S | 6 +-
21307 arch/x86/boot/memory.c | 2 +-
21308 arch/x86/boot/video-vesa.c | 1 +
21309 arch/x86/boot/video.c | 2 +-
21310 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
21311 arch/x86/crypto/aesni-intel_asm.S | 106 +-
21312 arch/x86/crypto/blowfish-x86_64-asm_64.S | 7 +
21313 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 10 +
21314 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 10 +
21315 arch/x86/crypto/camellia-x86_64-asm_64.S | 7 +
21316 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 51 +-
21317 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 25 +-
21318 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 4 +-
21319 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
21320 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
21321 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 9 +
21322 arch/x86/crypto/serpent-avx2-asm_64.S | 9 +
21323 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
21324 arch/x86/crypto/sha1_ssse3_asm.S | 10 +-
21325 arch/x86/crypto/sha256-avx-asm.S | 2 +
21326 arch/x86/crypto/sha256-avx2-asm.S | 2 +
21327 arch/x86/crypto/sha256-ssse3-asm.S | 2 +
21328 arch/x86/crypto/sha512-avx-asm.S | 2 +
21329 arch/x86/crypto/sha512-avx2-asm.S | 2 +
21330 arch/x86/crypto/sha512-ssse3-asm.S | 2 +
21331 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 25 +-
21332 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 4 +
21333 arch/x86/crypto/twofish-x86_64-asm_64.S | 3 +
21334 arch/x86/entry/calling.h | 86 +-
21335 arch/x86/entry/common.c | 13 +-
21336 arch/x86/entry/entry_32.S | 351 +-
21337 arch/x86/entry/entry_64.S | 619 +-
21338 arch/x86/entry/entry_64_compat.S | 159 +-
21339 arch/x86/entry/thunk_64.S | 2 +
21340 arch/x86/entry/vdso/Makefile | 2 +-
21341 arch/x86/entry/vdso/vdso2c.h | 8 +-
21342 arch/x86/entry/vdso/vma.c | 41 +-
21343 arch/x86/entry/vsyscall/vsyscall_64.c | 16 +-
21344 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 2 +-
21345 arch/x86/ia32/ia32_signal.c | 23 +-
21346 arch/x86/ia32/sys_ia32.c | 42 +-
21347 arch/x86/include/asm/alternative-asm.h | 43 +-
21348 arch/x86/include/asm/alternative.h | 4 +-
21349 arch/x86/include/asm/apic.h | 2 +-
21350 arch/x86/include/asm/apm.h | 4 +-
21351 arch/x86/include/asm/atomic.h | 230 +-
21352 arch/x86/include/asm/atomic64_32.h | 100 +
21353 arch/x86/include/asm/atomic64_64.h | 164 +-
21354 arch/x86/include/asm/bitops.h | 18 +-
21355 arch/x86/include/asm/boot.h | 2 +-
21356 arch/x86/include/asm/cache.h | 5 +-
21357 arch/x86/include/asm/checksum_32.h | 12 +-
21358 arch/x86/include/asm/cmpxchg.h | 39 +
21359 arch/x86/include/asm/compat.h | 2 +-
21360 arch/x86/include/asm/cpufeature.h | 17 +-
21361 arch/x86/include/asm/desc.h | 78 +-
21362 arch/x86/include/asm/desc_defs.h | 6 +
21363 arch/x86/include/asm/div64.h | 2 +-
21364 arch/x86/include/asm/elf.h | 33 +-
21365 arch/x86/include/asm/emergency-restart.h | 2 +-
21366 arch/x86/include/asm/fpu/internal.h | 42 +-
21367 arch/x86/include/asm/fpu/types.h | 6 +-
21368 arch/x86/include/asm/futex.h | 14 +-
21369 arch/x86/include/asm/hw_irq.h | 4 +-
21370 arch/x86/include/asm/i8259.h | 2 +-
21371 arch/x86/include/asm/io.h | 22 +-
21372 arch/x86/include/asm/irqflags.h | 5 +
21373 arch/x86/include/asm/kprobes.h | 9 +-
21374 arch/x86/include/asm/local.h | 106 +-
21375 arch/x86/include/asm/mman.h | 15 +
21376 arch/x86/include/asm/mmu.h | 14 +-
21377 arch/x86/include/asm/mmu_context.h | 114 +-
21378 arch/x86/include/asm/module.h | 17 +-
21379 arch/x86/include/asm/nmi.h | 19 +-
21380 arch/x86/include/asm/page.h | 1 +
21381 arch/x86/include/asm/page_32.h | 12 +-
21382 arch/x86/include/asm/page_64.h | 14 +-
21383 arch/x86/include/asm/paravirt.h | 46 +-
21384 arch/x86/include/asm/paravirt_types.h | 15 +-
21385 arch/x86/include/asm/pgalloc.h | 23 +
21386 arch/x86/include/asm/pgtable-2level.h | 2 +
21387 arch/x86/include/asm/pgtable-3level.h | 7 +
21388 arch/x86/include/asm/pgtable.h | 128 +-
21389 arch/x86/include/asm/pgtable_32.h | 14 +-
21390 arch/x86/include/asm/pgtable_32_types.h | 24 +-
21391 arch/x86/include/asm/pgtable_64.h | 23 +-
21392 arch/x86/include/asm/pgtable_64_types.h | 5 +
21393 arch/x86/include/asm/pgtable_types.h | 26 +-
21394 arch/x86/include/asm/preempt.h | 2 +-
21395 arch/x86/include/asm/processor.h | 57 +-
21396 arch/x86/include/asm/ptrace.h | 13 +-
21397 arch/x86/include/asm/realmode.h | 4 +-
21398 arch/x86/include/asm/reboot.h | 10 +-
21399 arch/x86/include/asm/rmwcc.h | 84 +-
21400 arch/x86/include/asm/rwsem.h | 60 +-
21401 arch/x86/include/asm/segment.h | 27 +-
21402 arch/x86/include/asm/smap.h | 43 +
21403 arch/x86/include/asm/smp.h | 14 +-
21404 arch/x86/include/asm/stackprotector.h | 4 +-
21405 arch/x86/include/asm/stacktrace.h | 32 +-
21406 arch/x86/include/asm/switch_to.h | 4 +-
21407 arch/x86/include/asm/sys_ia32.h | 6 +-
21408 arch/x86/include/asm/thread_info.h | 27 +-
21409 arch/x86/include/asm/tlbflush.h | 77 +-
21410 arch/x86/include/asm/uaccess.h | 192 +-
21411 arch/x86/include/asm/uaccess_32.h | 28 +-
21412 arch/x86/include/asm/uaccess_64.h | 169 +-
21413 arch/x86/include/asm/word-at-a-time.h | 2 +-
21414 arch/x86/include/asm/x86_init.h | 10 +-
21415 arch/x86/include/asm/xen/page.h | 2 +-
21416 arch/x86/include/uapi/asm/e820.h | 2 +-
21417 arch/x86/kernel/Makefile | 2 +-
21418 arch/x86/kernel/acpi/boot.c | 4 +-
21419 arch/x86/kernel/acpi/sleep.c | 4 +
21420 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
21421 arch/x86/kernel/alternative.c | 124 +-
21422 arch/x86/kernel/apic/apic.c | 4 +-
21423 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
21424 arch/x86/kernel/apic/apic_noop.c | 2 +-
21425 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
21426 arch/x86/kernel/apic/io_apic.c | 8 +-
21427 arch/x86/kernel/apic/msi.c | 2 +-
21428 arch/x86/kernel/apic/probe_32.c | 4 +-
21429 arch/x86/kernel/apic/vector.c | 4 +-
21430 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
21431 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
21432 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
21433 arch/x86/kernel/apm_32.c | 21 +-
21434 arch/x86/kernel/asm-offsets.c | 20 +
21435 arch/x86/kernel/asm-offsets_64.c | 1 +
21436 arch/x86/kernel/cpu/Makefile | 4 -
21437 arch/x86/kernel/cpu/amd.c | 2 +-
21438 arch/x86/kernel/cpu/bugs_64.c | 2 +
21439 arch/x86/kernel/cpu/common.c | 202 +-
21440 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
21441 arch/x86/kernel/cpu/mcheck/mce.c | 34 +-
21442 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
21443 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
21444 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
21445 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
21446 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
21447 arch/x86/kernel/cpu/perf_event.c | 10 +-
21448 arch/x86/kernel/cpu/perf_event_amd_iommu.c | 2 +-
21449 arch/x86/kernel/cpu/perf_event_intel.c | 6 +-
21450 arch/x86/kernel/cpu/perf_event_intel_bts.c | 6 +-
21451 arch/x86/kernel/cpu/perf_event_intel_cqm.c | 4 +-
21452 arch/x86/kernel/cpu/perf_event_intel_pt.c | 44 +-
21453 arch/x86/kernel/cpu/perf_event_intel_rapl.c | 2 +-
21454 arch/x86/kernel/cpu/perf_event_intel_uncore.c | 2 +-
21455 arch/x86/kernel/cpu/perf_event_intel_uncore.h | 2 +-
21456 arch/x86/kernel/crash_dump_64.c | 2 +-
21457 arch/x86/kernel/doublefault.c | 8 +-
21458 arch/x86/kernel/dumpstack.c | 24 +-
21459 arch/x86/kernel/dumpstack_32.c | 25 +-
21460 arch/x86/kernel/dumpstack_64.c | 62 +-
21461 arch/x86/kernel/e820.c | 4 +-
21462 arch/x86/kernel/early_printk.c | 1 +
21463 arch/x86/kernel/espfix_64.c | 44 +-
21464 arch/x86/kernel/fpu/core.c | 24 +-
21465 arch/x86/kernel/fpu/init.c | 40 +-
21466 arch/x86/kernel/fpu/regset.c | 22 +-
21467 arch/x86/kernel/fpu/signal.c | 20 +-
21468 arch/x86/kernel/fpu/xstate.c | 8 +-
21469 arch/x86/kernel/ftrace.c | 18 +-
21470 arch/x86/kernel/head64.c | 14 +-
21471 arch/x86/kernel/head_32.S | 235 +-
21472 arch/x86/kernel/head_64.S | 173 +-
21473 arch/x86/kernel/i386_ksyms_32.c | 12 +
21474 arch/x86/kernel/i8259.c | 10 +-
21475 arch/x86/kernel/io_delay.c | 2 +-
21476 arch/x86/kernel/ioport.c | 2 +-
21477 arch/x86/kernel/irq.c | 8 +-
21478 arch/x86/kernel/irq_32.c | 45 +-
21479 arch/x86/kernel/jump_label.c | 10 +-
21480 arch/x86/kernel/kgdb.c | 21 +-
21481 arch/x86/kernel/kprobes/core.c | 28 +-
21482 arch/x86/kernel/kprobes/opt.c | 16 +-
21483 arch/x86/kernel/ksysfs.c | 2 +-
21484 arch/x86/kernel/kvmclock.c | 20 +-
21485 arch/x86/kernel/ldt.c | 25 +
21486 arch/x86/kernel/livepatch.c | 12 +-
21487 arch/x86/kernel/machine_kexec_32.c | 6 +-
21488 arch/x86/kernel/mcount_64.S | 19 +-
21489 arch/x86/kernel/module.c | 78 +-
21490 arch/x86/kernel/msr.c | 2 +-
21491 arch/x86/kernel/nmi.c | 34 +-
21492 arch/x86/kernel/nmi_selftest.c | 4 +-
21493 arch/x86/kernel/paravirt-spinlocks.c | 2 +-
21494 arch/x86/kernel/paravirt.c | 45 +-
21495 arch/x86/kernel/paravirt_patch_64.c | 8 +
21496 arch/x86/kernel/pci-calgary_64.c | 2 +-
21497 arch/x86/kernel/pci-iommu_table.c | 2 +-
21498 arch/x86/kernel/pci-swiotlb.c | 2 +-
21499 arch/x86/kernel/process.c | 80 +-
21500 arch/x86/kernel/process_32.c | 29 +-
21501 arch/x86/kernel/process_64.c | 14 +-
21502 arch/x86/kernel/ptrace.c | 20 +-
21503 arch/x86/kernel/pvclock.c | 8 +-
21504 arch/x86/kernel/reboot.c | 44 +-
21505 arch/x86/kernel/reboot_fixups_32.c | 2 +-
21506 arch/x86/kernel/relocate_kernel_64.S | 3 +-
21507 arch/x86/kernel/setup.c | 29 +-
21508 arch/x86/kernel/setup_percpu.c | 29 +-
21509 arch/x86/kernel/signal.c | 17 +-
21510 arch/x86/kernel/smp.c | 2 +-
21511 arch/x86/kernel/smpboot.c | 29 +-
21512 arch/x86/kernel/step.c | 6 +-
21513 arch/x86/kernel/sys_i386_32.c | 184 +
21514 arch/x86/kernel/sys_x86_64.c | 22 +-
21515 arch/x86/kernel/tboot.c | 14 +-
21516 arch/x86/kernel/time.c | 8 +-
21517 arch/x86/kernel/tls.c | 7 +-
21518 arch/x86/kernel/tracepoint.c | 4 +-
21519 arch/x86/kernel/traps.c | 53 +-
21520 arch/x86/kernel/tsc.c | 2 +-
21521 arch/x86/kernel/uprobes.c | 2 +-
21522 arch/x86/kernel/vm86_32.c | 6 +-
21523 arch/x86/kernel/vmlinux.lds.S | 153 +-
21524 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
21525 arch/x86/kernel/x86_init.c | 6 +-
21526 arch/x86/kvm/cpuid.c | 21 +-
21527 arch/x86/kvm/emulate.c | 2 +-
21528 arch/x86/kvm/lapic.c | 2 +-
21529 arch/x86/kvm/paging_tmpl.h | 2 +-
21530 arch/x86/kvm/svm.c | 10 +-
21531 arch/x86/kvm/vmx.c | 62 +-
21532 arch/x86/kvm/x86.c | 42 +-
21533 arch/x86/lguest/boot.c | 3 +-
21534 arch/x86/lib/atomic64_386_32.S | 164 +
21535 arch/x86/lib/atomic64_cx8_32.S | 98 +-
21536 arch/x86/lib/checksum_32.S | 99 +-
21537 arch/x86/lib/clear_page_64.S | 3 +
21538 arch/x86/lib/cmpxchg16b_emu.S | 3 +
21539 arch/x86/lib/copy_page_64.S | 14 +-
21540 arch/x86/lib/copy_user_64.S | 66 +-
21541 arch/x86/lib/csum-copy_64.S | 14 +-
21542 arch/x86/lib/csum-wrappers_64.c | 8 +-
21543 arch/x86/lib/getuser.S | 74 +-
21544 arch/x86/lib/insn.c | 8 +-
21545 arch/x86/lib/iomap_copy_64.S | 2 +
21546 arch/x86/lib/memcpy_64.S | 6 +
21547 arch/x86/lib/memmove_64.S | 3 +-
21548 arch/x86/lib/memset_64.S | 3 +
21549 arch/x86/lib/mmx_32.c | 243 +-
21550 arch/x86/lib/msr-reg.S | 2 +
21551 arch/x86/lib/putuser.S | 87 +-
21552 arch/x86/lib/rwsem.S | 6 +-
21553 arch/x86/lib/usercopy_32.c | 359 +-
21554 arch/x86/lib/usercopy_64.c | 20 +-
21555 arch/x86/math-emu/fpu_aux.c | 2 +-
21556 arch/x86/math-emu/fpu_entry.c | 4 +-
21557 arch/x86/math-emu/fpu_system.h | 2 +-
21558 arch/x86/mm/Makefile | 4 +
21559 arch/x86/mm/extable.c | 26 +-
21560 arch/x86/mm/fault.c | 570 +-
21561 arch/x86/mm/gup.c | 6 +-
21562 arch/x86/mm/highmem_32.c | 6 +
21563 arch/x86/mm/hugetlbpage.c | 24 +-
21564 arch/x86/mm/init.c | 111 +-
21565 arch/x86/mm/init_32.c | 111 +-
21566 arch/x86/mm/init_64.c | 46 +-
21567 arch/x86/mm/iomap_32.c | 4 +
21568 arch/x86/mm/ioremap.c | 52 +-
21569 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
21570 arch/x86/mm/mmap.c | 40 +-
21571 arch/x86/mm/mmio-mod.c | 10 +-
21572 arch/x86/mm/numa.c | 2 +-
21573 arch/x86/mm/pageattr.c | 38 +-
21574 arch/x86/mm/pat.c | 12 +-
21575 arch/x86/mm/pat_rbtree.c | 2 +-
21576 arch/x86/mm/pf_in.c | 10 +-
21577 arch/x86/mm/pgtable.c | 214 +-
21578 arch/x86/mm/pgtable_32.c | 3 +
21579 arch/x86/mm/setup_nx.c | 7 +
21580 arch/x86/mm/tlb.c | 4 +
21581 arch/x86/mm/uderef_64.c | 37 +
21582 arch/x86/net/bpf_jit.S | 11 +
21583 arch/x86/net/bpf_jit_comp.c | 13 +-
21584 arch/x86/oprofile/backtrace.c | 6 +-
21585 arch/x86/oprofile/nmi_int.c | 8 +-
21586 arch/x86/oprofile/op_model_amd.c | 8 +-
21587 arch/x86/oprofile/op_model_ppro.c | 7 +-
21588 arch/x86/oprofile/op_x86_model.h | 2 +-
21589 arch/x86/pci/intel_mid_pci.c | 2 +-
21590 arch/x86/pci/irq.c | 8 +-
21591 arch/x86/pci/pcbios.c | 144 +-
21592 arch/x86/platform/efi/efi_32.c | 24 +
21593 arch/x86/platform/efi/efi_64.c | 26 +-
21594 arch/x86/platform/efi/efi_stub_32.S | 64 +-
21595 arch/x86/platform/efi/efi_stub_64.S | 2 +
21596 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
21597 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
21598 arch/x86/platform/intel-mid/mfld.c | 4 +-
21599 arch/x86/platform/intel-mid/mrfl.c | 2 +-
21600 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
21601 arch/x86/platform/olpc/olpc_dt.c | 2 +-
21602 arch/x86/power/cpu.c | 11 +-
21603 arch/x86/realmode/init.c | 10 +-
21604 arch/x86/realmode/rm/Makefile | 3 +
21605 arch/x86/realmode/rm/header.S | 4 +-
21606 arch/x86/realmode/rm/reboot.S | 4 +
21607 arch/x86/realmode/rm/trampoline_32.S | 12 +-
21608 arch/x86/realmode/rm/trampoline_64.S | 3 +-
21609 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
21610 arch/x86/tools/Makefile | 2 +-
21611 arch/x86/tools/relocs.c | 96 +-
21612 arch/x86/um/mem_32.c | 2 +-
21613 arch/x86/um/tls_32.c | 2 +-
21614 arch/x86/xen/enlighten.c | 50 +-
21615 arch/x86/xen/mmu.c | 19 +-
21616 arch/x86/xen/smp.c | 16 +-
21617 arch/x86/xen/xen-asm_32.S | 2 +-
21618 arch/x86/xen/xen-head.S | 11 +
21619 arch/x86/xen/xen-ops.h | 2 -
21620 block/bio.c | 4 +-
21621 block/blk-iopoll.c | 2 +-
21622 block/blk-map.c | 2 +-
21623 block/blk-softirq.c | 2 +-
21624 block/bsg.c | 12 +-
21625 block/compat_ioctl.c | 4 +-
21626 block/genhd.c | 9 +-
21627 block/partitions/efi.c | 8 +-
21628 block/scsi_ioctl.c | 29 +-
21629 crypto/cryptd.c | 4 +-
21630 crypto/pcrypt.c | 2 +-
21631 crypto/zlib.c | 12 +-
21632 drivers/acpi/acpi_video.c | 2 +-
21633 drivers/acpi/apei/apei-internal.h | 2 +-
21634 drivers/acpi/apei/ghes.c | 4 +-
21635 drivers/acpi/bgrt.c | 6 +-
21636 drivers/acpi/blacklist.c | 4 +-
21637 drivers/acpi/bus.c | 4 +-
21638 drivers/acpi/device_pm.c | 4 +-
21639 drivers/acpi/ec.c | 2 +-
21640 drivers/acpi/pci_slot.c | 2 +-
21641 drivers/acpi/processor_idle.c | 2 +-
21642 drivers/acpi/processor_pdc.c | 2 +-
21643 drivers/acpi/sleep.c | 2 +-
21644 drivers/acpi/sysfs.c | 4 +-
21645 drivers/acpi/thermal.c | 2 +-
21646 drivers/acpi/video_detect.c | 7 +-
21647 drivers/ata/libata-core.c | 12 +-
21648 drivers/ata/libata-scsi.c | 2 +-
21649 drivers/ata/libata.h | 2 +-
21650 drivers/ata/pata_arasan_cf.c | 4 +-
21651 drivers/atm/adummy.c | 2 +-
21652 drivers/atm/ambassador.c | 8 +-
21653 drivers/atm/atmtcp.c | 14 +-
21654 drivers/atm/eni.c | 10 +-
21655 drivers/atm/firestream.c | 8 +-
21656 drivers/atm/fore200e.c | 14 +-
21657 drivers/atm/he.c | 18 +-
21658 drivers/atm/horizon.c | 4 +-
21659 drivers/atm/idt77252.c | 36 +-
21660 drivers/atm/iphase.c | 34 +-
21661 drivers/atm/lanai.c | 12 +-
21662 drivers/atm/nicstar.c | 46 +-
21663 drivers/atm/solos-pci.c | 4 +-
21664 drivers/atm/suni.c | 4 +-
21665 drivers/atm/uPD98402.c | 16 +-
21666 drivers/atm/zatm.c | 6 +-
21667 drivers/base/bus.c | 4 +-
21668 drivers/base/devtmpfs.c | 8 +-
21669 drivers/base/node.c | 2 +-
21670 drivers/base/platform-msi.c | 20 +-
21671 drivers/base/power/domain.c | 11 +-
21672 drivers/base/power/sysfs.c | 2 +-
21673 drivers/base/power/wakeup.c | 8 +-
21674 drivers/base/regmap/regmap-debugfs.c | 11 +-
21675 drivers/base/syscore.c | 4 +-
21676 drivers/block/cciss.c | 28 +-
21677 drivers/block/cciss.h | 2 +-
21678 drivers/block/cpqarray.c | 28 +-
21679 drivers/block/cpqarray.h | 2 +-
21680 drivers/block/drbd/drbd_bitmap.c | 2 +-
21681 drivers/block/drbd/drbd_int.h | 8 +-
21682 drivers/block/drbd/drbd_main.c | 12 +-
21683 drivers/block/drbd/drbd_nl.c | 4 +-
21684 drivers/block/drbd/drbd_receiver.c | 34 +-
21685 drivers/block/drbd/drbd_worker.c | 8 +-
21686 drivers/block/pktcdvd.c | 4 +-
21687 drivers/block/rbd.c | 2 +-
21688 drivers/bluetooth/btwilink.c | 2 +-
21689 drivers/bus/arm-cci.c | 12 +-
21690 drivers/cdrom/cdrom.c | 11 +-
21691 drivers/cdrom/gdrom.c | 1 -
21692 drivers/char/agp/compat_ioctl.c | 2 +-
21693 drivers/char/agp/frontend.c | 4 +-
21694 drivers/char/agp/intel-gtt.c | 4 +-
21695 drivers/char/hpet.c | 2 +-
21696 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
21697 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
21698 drivers/char/mem.c | 47 +-
21699 drivers/char/nvram.c | 2 +-
21700 drivers/char/pcmcia/synclink_cs.c | 16 +-
21701 drivers/char/random.c | 12 +-
21702 drivers/char/sonypi.c | 11 +-
21703 drivers/char/tpm/tpm_acpi.c | 3 +-
21704 drivers/char/tpm/tpm_eventlog.c | 4 +-
21705 drivers/char/virtio_console.c | 4 +-
21706 drivers/clk/clk-composite.c | 2 +-
21707 drivers/clk/samsung/clk.h | 2 +-
21708 drivers/clk/socfpga/clk-gate.c | 9 +-
21709 drivers/clk/socfpga/clk-pll.c | 9 +-
21710 drivers/clk/ti/clk.c | 8 +-
21711 drivers/cpufreq/acpi-cpufreq.c | 17 +-
21712 drivers/cpufreq/cpufreq-dt.c | 4 +-
21713 drivers/cpufreq/cpufreq.c | 30 +-
21714 drivers/cpufreq/cpufreq_governor.c | 2 +-
21715 drivers/cpufreq/cpufreq_governor.h | 4 +-
21716 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
21717 drivers/cpufreq/intel_pstate.c | 33 +-
21718 drivers/cpufreq/p4-clockmod.c | 12 +-
21719 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
21720 drivers/cpufreq/speedstep-centrino.c | 7 +-
21721 drivers/cpuidle/driver.c | 2 +-
21722 drivers/cpuidle/dt_idle_states.c | 2 +-
21723 drivers/cpuidle/governor.c | 2 +-
21724 drivers/cpuidle/sysfs.c | 2 +-
21725 drivers/crypto/hifn_795x.c | 4 +-
21726 drivers/devfreq/devfreq.c | 4 +-
21727 drivers/dma/sh/shdma-base.c | 4 +-
21728 drivers/dma/sh/shdmac.c | 2 +-
21729 drivers/edac/edac_device.c | 4 +-
21730 drivers/edac/edac_mc_sysfs.c | 2 +-
21731 drivers/edac/edac_pci.c | 4 +-
21732 drivers/edac/edac_pci_sysfs.c | 22 +-
21733 drivers/edac/mce_amd.h | 2 +-
21734 drivers/firewire/core-card.c | 6 +-
21735 drivers/firewire/core-device.c | 2 +-
21736 drivers/firewire/core-transaction.c | 1 +
21737 drivers/firewire/core.h | 1 +
21738 drivers/firmware/dmi-id.c | 2 +-
21739 drivers/firmware/dmi_scan.c | 12 +-
21740 drivers/firmware/efi/cper.c | 8 +-
21741 drivers/firmware/efi/efi.c | 12 +-
21742 drivers/firmware/efi/efivars.c | 2 +-
21743 drivers/firmware/efi/runtime-map.c | 2 +-
21744 drivers/firmware/google/gsmi.c | 2 +-
21745 drivers/firmware/google/memconsole.c | 7 +-
21746 drivers/firmware/memmap.c | 2 +-
21747 drivers/firmware/psci.c | 2 +-
21748 drivers/gpio/gpio-davinci.c | 6 +-
21749 drivers/gpio/gpio-em.c | 2 +-
21750 drivers/gpio/gpio-ich.c | 2 +-
21751 drivers/gpio/gpio-omap.c | 4 +-
21752 drivers/gpio/gpio-rcar.c | 2 +-
21753 drivers/gpio/gpio-vr41xx.c | 2 +-
21754 drivers/gpio/gpiolib.c | 12 +-
21755 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
21756 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
21757 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
21758 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
21759 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
21760 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
21761 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
21762 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
21763 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
21764 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
21765 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
21766 drivers/gpu/drm/drm_crtc.c | 2 +-
21767 drivers/gpu/drm/drm_drv.c | 2 +-
21768 drivers/gpu/drm/drm_fops.c | 12 +-
21769 drivers/gpu/drm/drm_global.c | 14 +-
21770 drivers/gpu/drm/drm_info.c | 13 +-
21771 drivers/gpu/drm/drm_ioc32.c | 13 +-
21772 drivers/gpu/drm/drm_ioctl.c | 2 +-
21773 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 10 +-
21774 drivers/gpu/drm/i810/i810_drv.h | 4 +-
21775 drivers/gpu/drm/i915/i915_dma.c | 2 +-
21776 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
21777 drivers/gpu/drm/i915/i915_gem_gtt.c | 16 +-
21778 drivers/gpu/drm/i915/i915_gem_gtt.h | 6 +-
21779 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
21780 drivers/gpu/drm/i915/intel_display.c | 26 +-
21781 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
21782 drivers/gpu/drm/mga/mga_drv.h | 4 +-
21783 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
21784 drivers/gpu/drm/mga/mga_irq.c | 8 +-
21785 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
21786 drivers/gpu/drm/nouveau/nouveau_drm.h | 1 -
21787 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
21788 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
21789 drivers/gpu/drm/omapdrm/Makefile | 2 +-
21790 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
21791 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
21792 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
21793 drivers/gpu/drm/qxl/qxl_ioctl.c | 10 +-
21794 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
21795 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
21796 drivers/gpu/drm/r128/r128_cce.c | 2 +-
21797 drivers/gpu/drm/r128/r128_drv.h | 4 +-
21798 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
21799 drivers/gpu/drm/r128/r128_irq.c | 4 +-
21800 drivers/gpu/drm/r128/r128_state.c | 4 +-
21801 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
21802 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
21803 drivers/gpu/drm/radeon/radeon_drv.h | 2 +-
21804 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
21805 drivers/gpu/drm/radeon/radeon_irq.c | 6 +-
21806 drivers/gpu/drm/radeon/radeon_state.c | 4 +-
21807 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
21808 drivers/gpu/drm/tegra/dc.c | 2 +-
21809 drivers/gpu/drm/tegra/dsi.c | 2 +-
21810 drivers/gpu/drm/tegra/hdmi.c | 2 +-
21811 drivers/gpu/drm/tegra/sor.c | 7 +-
21812 drivers/gpu/drm/tilcdc/Makefile | 6 +-
21813 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
21814 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
21815 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
21816 drivers/gpu/drm/udl/udl_fb.c | 1 -
21817 drivers/gpu/drm/via/via_drv.h | 4 +-
21818 drivers/gpu/drm/via/via_irq.c | 18 +-
21819 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
21820 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
21821 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
21822 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
21823 drivers/gpu/vga/vga_switcheroo.c | 4 +-
21824 drivers/hid/hid-core.c | 4 +-
21825 drivers/hid/hid-sensor-custom.c | 2 +-
21826 drivers/hv/channel.c | 2 +-
21827 drivers/hv/hv.c | 4 +-
21828 drivers/hv/hv_balloon.c | 18 +-
21829 drivers/hv/hyperv_vmbus.h | 2 +-
21830 drivers/hwmon/acpi_power_meter.c | 6 +-
21831 drivers/hwmon/applesmc.c | 2 +-
21832 drivers/hwmon/asus_atk0110.c | 10 +-
21833 drivers/hwmon/coretemp.c | 2 +-
21834 drivers/hwmon/dell-smm-hwmon.c | 2 +-
21835 drivers/hwmon/ibmaem.c | 2 +-
21836 drivers/hwmon/iio_hwmon.c | 2 +-
21837 drivers/hwmon/nct6683.c | 6 +-
21838 drivers/hwmon/nct6775.c | 6 +-
21839 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
21840 drivers/hwmon/sht15.c | 12 +-
21841 drivers/hwmon/via-cputemp.c | 2 +-
21842 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
21843 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
21844 drivers/i2c/i2c-dev.c | 2 +-
21845 drivers/ide/ide-cd.c | 2 +-
21846 drivers/ide/ide-disk.c | 2 +-
21847 drivers/iio/industrialio-core.c | 2 +-
21848 drivers/iio/magnetometer/ak8975.c | 2 +-
21849 drivers/infiniband/core/cm.c | 32 +-
21850 drivers/infiniband/core/fmr_pool.c | 20 +-
21851 drivers/infiniband/core/uverbs_cmd.c | 3 +
21852 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
21853 drivers/infiniband/hw/mlx4/mad.c | 2 +-
21854 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
21855 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
21856 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
21857 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
21858 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
21859 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
21860 drivers/infiniband/hw/nes/nes.c | 4 +-
21861 drivers/infiniband/hw/nes/nes.h | 40 +-
21862 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
21863 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
21864 drivers/infiniband/hw/nes/nes_nic.c | 40 +-
21865 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
21866 drivers/infiniband/hw/qib/qib.h | 1 +
21867 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
21868 drivers/input/gameport/gameport.c | 4 +-
21869 drivers/input/input.c | 4 +-
21870 drivers/input/joystick/sidewinder.c | 1 +
21871 drivers/input/joystick/xpad.c | 4 +-
21872 drivers/input/misc/ims-pcu.c | 4 +-
21873 drivers/input/mouse/psmouse.h | 2 +-
21874 drivers/input/mousedev.c | 2 +-
21875 drivers/input/serio/serio.c | 4 +-
21876 drivers/input/serio/serio_raw.c | 4 +-
21877 drivers/input/touchscreen/htcpen.c | 2 +-
21878 drivers/iommu/arm-smmu-v3.c | 2 +-
21879 drivers/iommu/arm-smmu.c | 43 +-
21880 drivers/iommu/io-pgtable-arm.c | 101 +-
21881 drivers/iommu/io-pgtable.c | 11 +-
21882 drivers/iommu/io-pgtable.h | 19 +-
21883 drivers/iommu/iommu.c | 2 +-
21884 drivers/iommu/ipmmu-vmsa.c | 13 +-
21885 drivers/iommu/irq_remapping.c | 2 +-
21886 drivers/irqchip/irq-gic.c | 2 +-
21887 drivers/irqchip/irq-i8259.c | 2 +-
21888 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
21889 drivers/irqchip/irq-renesas-irqc.c | 2 +-
21890 drivers/isdn/capi/capi.c | 10 +-
21891 drivers/isdn/gigaset/interface.c | 8 +-
21892 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
21893 drivers/isdn/hardware/avm/b1.c | 4 +-
21894 drivers/isdn/i4l/isdn_common.c | 2 +
21895 drivers/isdn/i4l/isdn_tty.c | 22 +-
21896 drivers/isdn/icn/icn.c | 2 +-
21897 drivers/isdn/mISDN/dsp_cmx.c | 2 +-
21898 drivers/lguest/core.c | 10 +-
21899 drivers/lguest/page_tables.c | 2 +-
21900 drivers/lguest/x86/core.c | 12 +-
21901 drivers/lguest/x86/switcher_32.S | 27 +-
21902 drivers/md/bcache/closure.h | 2 +-
21903 drivers/md/bitmap.c | 2 +-
21904 drivers/md/dm-ioctl.c | 2 +-
21905 drivers/md/dm-raid1.c | 18 +-
21906 drivers/md/dm-stats.c | 6 +-
21907 drivers/md/dm-stripe.c | 10 +-
21908 drivers/md/dm-table.c | 2 +-
21909 drivers/md/dm-thin-metadata.c | 4 +-
21910 drivers/md/dm.c | 16 +-
21911 drivers/md/md.c | 26 +-
21912 drivers/md/md.h | 6 +-
21913 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
21914 drivers/md/persistent-data/dm-space-map.h | 1 +
21915 drivers/md/raid1.c | 4 +-
21916 drivers/md/raid10.c | 18 +-
21917 drivers/md/raid5.c | 22 +-
21918 drivers/media/dvb-core/dvbdev.c | 2 +-
21919 drivers/media/dvb-frontends/af9033.h | 2 +-
21920 drivers/media/dvb-frontends/dib3000.h | 2 +-
21921 drivers/media/dvb-frontends/dib7000p.h | 2 +-
21922 drivers/media/dvb-frontends/dib8000.h | 2 +-
21923 drivers/media/pci/cx88/cx88-video.c | 6 +-
21924 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
21925 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
21926 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
21927 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
21928 drivers/media/pci/tw68/tw68-core.c | 2 +-
21929 drivers/media/platform/omap/omap_vout.c | 11 +-
21930 drivers/media/platform/s5p-tv/mixer.h | 2 +-
21931 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
21932 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
21933 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
21934 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
21935 drivers/media/radio/radio-cadet.c | 2 +
21936 drivers/media/radio/radio-maxiradio.c | 2 +-
21937 drivers/media/radio/radio-shark.c | 2 +-
21938 drivers/media/radio/radio-shark2.c | 2 +-
21939 drivers/media/radio/radio-si476x.c | 2 +-
21940 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
21941 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
21942 drivers/media/v4l2-core/v4l2-device.c | 4 +-
21943 drivers/media/v4l2-core/v4l2-ioctl.c | 13 +-
21944 drivers/memory/omap-gpmc.c | 21 +-
21945 drivers/message/fusion/mptsas.c | 34 +-
21946 drivers/mfd/ab8500-debugfs.c | 2 +-
21947 drivers/mfd/kempld-core.c | 2 +-
21948 drivers/mfd/max8925-i2c.c | 2 +-
21949 drivers/mfd/tps65910.c | 2 +-
21950 drivers/mfd/twl4030-irq.c | 9 +-
21951 drivers/mfd/wm5110-tables.c | 2 +-
21952 drivers/mfd/wm8998-tables.c | 2 +-
21953 drivers/misc/c2port/core.c | 4 +-
21954 drivers/misc/kgdbts.c | 4 +-
21955 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
21956 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
21957 drivers/misc/mic/scif/scif_rb.c | 8 +-
21958 drivers/misc/sgi-gru/gruhandles.c | 4 +-
21959 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
21960 drivers/misc/sgi-gru/grutables.h | 154 +-
21961 drivers/misc/sgi-xp/xp.h | 2 +-
21962 drivers/misc/sgi-xp/xpc.h | 3 +-
21963 drivers/misc/sgi-xp/xpc_main.c | 2 +-
21964 drivers/mmc/card/block.c | 2 +-
21965 drivers/mmc/host/dw_mmc.h | 2 +-
21966 drivers/mmc/host/mmci.c | 4 +-
21967 drivers/mmc/host/omap_hsmmc.c | 4 +-
21968 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
21969 drivers/mmc/host/sdhci-s3c.c | 8 +-
21970 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
21971 drivers/mtd/nand/denali.c | 1 +
21972 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
21973 drivers/mtd/nftlmount.c | 1 +
21974 drivers/mtd/sm_ftl.c | 2 +-
21975 drivers/net/bonding/bond_netlink.c | 2 +-
21976 drivers/net/caif/caif_hsi.c | 2 +-
21977 drivers/net/can/Kconfig | 2 +-
21978 drivers/net/can/dev.c | 2 +-
21979 drivers/net/can/vcan.c | 2 +-
21980 drivers/net/dummy.c | 2 +-
21981 drivers/net/ethernet/8390/ax88796.c | 4 +-
21982 drivers/net/ethernet/altera/altera_tse_main.c | 4 +-
21983 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
21984 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
21985 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
21986 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 143 +-
21987 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 64 +-
21988 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
21989 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
21990 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
21991 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
21992 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
21993 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
21994 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
21995 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
21996 drivers/net/ethernet/broadcom/tg3.h | 1 +
21997 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
21998 drivers/net/ethernet/cavium/liquidio/lio_main.c | 11 +-
21999 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
22000 drivers/net/ethernet/dec/tulip/de4x5.c | 4 +-
22001 drivers/net/ethernet/emulex/benet/be_main.c | 2 +-
22002 drivers/net/ethernet/faraday/ftgmac100.c | 2 +
22003 drivers/net/ethernet/faraday/ftmac100.c | 2 +
22004 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
22005 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
22006 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
22007 drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 7 +-
22008 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
22009 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
22010 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
22011 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
22012 drivers/net/ethernet/realtek/r8169.c | 8 +-
22013 drivers/net/ethernet/sfc/ptp.c | 2 +-
22014 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
22015 drivers/net/ethernet/via/via-rhine.c | 2 +-
22016 drivers/net/geneve.c | 2 +-
22017 drivers/net/hyperv/hyperv_net.h | 2 +-
22018 drivers/net/hyperv/rndis_filter.c | 4 +-
22019 drivers/net/ifb.c | 2 +-
22020 drivers/net/ipvlan/ipvlan_core.c | 2 +-
22021 drivers/net/macvlan.c | 20 +-
22022 drivers/net/macvtap.c | 6 +-
22023 drivers/net/nlmon.c | 2 +-
22024 drivers/net/phy/phy_device.c | 6 +-
22025 drivers/net/ppp/ppp_generic.c | 4 +-
22026 drivers/net/slip/slhc.c | 2 +-
22027 drivers/net/team/team.c | 4 +-
22028 drivers/net/tun.c | 7 +-
22029 drivers/net/usb/hso.c | 23 +-
22030 drivers/net/usb/r8152.c | 2 +-
22031 drivers/net/usb/sierra_net.c | 4 +-
22032 drivers/net/virtio_net.c | 2 +-
22033 drivers/net/vrf.c | 2 +-
22034 drivers/net/vxlan.c | 4 +-
22035 drivers/net/wimax/i2400m/rx.c | 2 +-
22036 drivers/net/wireless/airo.c | 2 +-
22037 drivers/net/wireless/at76c50x-usb.c | 2 +-
22038 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
22039 drivers/net/wireless/ath/ath10k/htc.c | 7 +-
22040 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
22041 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
22042 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
22043 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
22044 drivers/net/wireless/ath/ath9k/main.c | 22 +-
22045 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
22046 drivers/net/wireless/b43/phy_lp.c | 2 +-
22047 drivers/net/wireless/iwlegacy/3945-mac.c | 4 +-
22048 drivers/net/wireless/iwlwifi/dvm/debugfs.c | 34 +-
22049 drivers/net/wireless/iwlwifi/pcie/trans.c | 4 +-
22050 drivers/net/wireless/mac80211_hwsim.c | 28 +-
22051 drivers/net/wireless/rndis_wlan.c | 2 +-
22052 drivers/net/wireless/rt2x00/rt2x00.h | 2 +-
22053 drivers/net/wireless/rt2x00/rt2x00queue.c | 4 +-
22054 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
22055 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
22056 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
22057 drivers/nfc/nfcwilink.c | 2 +-
22058 drivers/of/fdt.c | 4 +-
22059 drivers/oprofile/buffer_sync.c | 8 +-
22060 drivers/oprofile/event_buffer.c | 2 +-
22061 drivers/oprofile/oprof.c | 2 +-
22062 drivers/oprofile/oprofile_stats.c | 10 +-
22063 drivers/oprofile/oprofile_stats.h | 10 +-
22064 drivers/oprofile/oprofilefs.c | 6 +-
22065 drivers/oprofile/timer_int.c | 2 +-
22066 drivers/parport/procfs.c | 4 +-
22067 drivers/pci/host/pci-host-generic.c | 24 +-
22068 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
22069 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
22070 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
22071 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
22072 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
22073 drivers/pci/hotplug/pciehp_core.c | 2 +-
22074 drivers/pci/msi.c | 22 +-
22075 drivers/pci/pci-sysfs.c | 6 +-
22076 drivers/pci/pci.h | 2 +-
22077 drivers/pci/pcie/aspm.c | 6 +-
22078 drivers/pci/pcie/portdrv_pci.c | 2 +-
22079 drivers/pci/probe.c | 2 +-
22080 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
22081 drivers/pinctrl/pinctrl-at91.c | 5 +-
22082 drivers/platform/chrome/chromeos_pstore.c | 2 +-
22083 drivers/platform/x86/alienware-wmi.c | 4 +-
22084 drivers/platform/x86/compal-laptop.c | 2 +-
22085 drivers/platform/x86/hdaps.c | 2 +-
22086 drivers/platform/x86/ibm_rtl.c | 2 +-
22087 drivers/platform/x86/intel_oaktrail.c | 2 +-
22088 drivers/platform/x86/msi-laptop.c | 16 +-
22089 drivers/platform/x86/msi-wmi.c | 2 +-
22090 drivers/platform/x86/samsung-laptop.c | 2 +-
22091 drivers/platform/x86/samsung-q10.c | 2 +-
22092 drivers/platform/x86/sony-laptop.c | 14 +-
22093 drivers/platform/x86/thinkpad_acpi.c | 2 +-
22094 drivers/pnp/pnpbios/bioscalls.c | 14 +-
22095 drivers/pnp/pnpbios/core.c | 2 +-
22096 drivers/power/pda_power.c | 7 +-
22097 drivers/power/power_supply.h | 4 +-
22098 drivers/power/power_supply_core.c | 7 +-
22099 drivers/power/power_supply_sysfs.c | 6 +-
22100 drivers/power/reset/at91-reset.c | 9 +-
22101 drivers/powercap/powercap_sys.c | 136 +-
22102 drivers/ptp/ptp_private.h | 2 +-
22103 drivers/ptp/ptp_sysfs.c | 2 +-
22104 drivers/regulator/core.c | 4 +-
22105 drivers/regulator/max8660.c | 6 +-
22106 drivers/regulator/max8973-regulator.c | 16 +-
22107 drivers/regulator/mc13892-regulator.c | 8 +-
22108 drivers/rtc/rtc-armada38x.c | 7 +-
22109 drivers/rtc/rtc-cmos.c | 4 +-
22110 drivers/rtc/rtc-ds1307.c | 2 +-
22111 drivers/rtc/rtc-m48t59.c | 4 +-
22112 drivers/rtc/rtc-test.c | 6 +-
22113 drivers/scsi/be2iscsi/be_main.c | 2 +-
22114 drivers/scsi/bfa/bfa_fcpim.h | 2 +-
22115 drivers/scsi/bfa/bfa_ioc.h | 4 +-
22116 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
22117 drivers/scsi/hosts.c | 4 +-
22118 drivers/scsi/hpsa.c | 38 +-
22119 drivers/scsi/hpsa.h | 2 +-
22120 drivers/scsi/libfc/fc_exch.c | 50 +-
22121 drivers/scsi/libsas/sas_ata.c | 2 +-
22122 drivers/scsi/lpfc/lpfc.h | 8 +-
22123 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
22124 drivers/scsi/lpfc/lpfc_init.c | 6 +-
22125 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
22126 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
22127 drivers/scsi/mpt2sas/mpt2sas_scsih.c | 8 +-
22128 drivers/scsi/pmcraid.c | 20 +-
22129 drivers/scsi/pmcraid.h | 8 +-
22130 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
22131 drivers/scsi/qla2xxx/qla_gbl.h | 4 +-
22132 drivers/scsi/qla2xxx/qla_os.c | 6 +-
22133 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
22134 drivers/scsi/qla4xxx/ql4_os.c | 6 +-
22135 drivers/scsi/scsi.c | 2 +-
22136 drivers/scsi/scsi_lib.c | 8 +-
22137 drivers/scsi/scsi_sysfs.c | 2 +-
22138 drivers/scsi/scsi_transport_fc.c | 8 +-
22139 drivers/scsi/scsi_transport_iscsi.c | 6 +-
22140 drivers/scsi/scsi_transport_srp.c | 6 +-
22141 drivers/scsi/sd.c | 6 +-
22142 drivers/scsi/sg.c | 2 +-
22143 drivers/scsi/sr.c | 21 +-
22144 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
22145 drivers/spi/spi.c | 2 +-
22146 drivers/staging/android/timed_output.c | 6 +-
22147 drivers/staging/comedi/comedi_fops.c | 8 +-
22148 drivers/staging/fbtft/fbtft-core.c | 2 +-
22149 drivers/staging/fbtft/fbtft.h | 2 +-
22150 drivers/staging/gdm724x/gdm_tty.c | 2 +-
22151 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
22152 drivers/staging/iio/adc/ad7280a.c | 4 +-
22153 drivers/staging/lustre/lnet/selftest/brw_test.c | 12 +-
22154 drivers/staging/lustre/lnet/selftest/framework.c | 4 -
22155 drivers/staging/lustre/lnet/selftest/ping_test.c | 14 +-
22156 drivers/staging/lustre/lustre/include/lustre_dlm.h | 2 +-
22157 drivers/staging/lustre/lustre/include/obd.h | 2 +-
22158 drivers/staging/octeon/ethernet-rx.c | 20 +-
22159 drivers/staging/octeon/ethernet.c | 8 +-
22160 drivers/staging/rdma/ipath/ipath_rc.c | 6 +-
22161 drivers/staging/rdma/ipath/ipath_ruc.c | 6 +-
22162 drivers/staging/rtl8188eu/include/hal_intf.h | 2 +-
22163 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
22164 drivers/staging/sm750fb/sm750.c | 14 +-
22165 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
22166 drivers/target/sbp/sbp_target.c | 4 +-
22167 drivers/thermal/cpu_cooling.c | 9 +-
22168 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
22169 drivers/thermal/of-thermal.c | 17 +-
22170 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
22171 drivers/tty/cyclades.c | 6 +-
22172 drivers/tty/hvc/hvc_console.c | 14 +-
22173 drivers/tty/hvc/hvcs.c | 21 +-
22174 drivers/tty/hvc/hvsi.c | 22 +-
22175 drivers/tty/hvc/hvsi_lib.c | 4 +-
22176 drivers/tty/ipwireless/tty.c | 27 +-
22177 drivers/tty/moxa.c | 2 +-
22178 drivers/tty/n_gsm.c | 4 +-
22179 drivers/tty/n_tty.c | 3 +-
22180 drivers/tty/pty.c | 4 +-
22181 drivers/tty/rocket.c | 6 +-
22182 drivers/tty/serial/8250/8250_core.c | 10 +-
22183 drivers/tty/serial/ifx6x60.c | 2 +-
22184 drivers/tty/serial/ioc4_serial.c | 6 +-
22185 drivers/tty/serial/kgdb_nmi.c | 4 +-
22186 drivers/tty/serial/kgdboc.c | 32 +-
22187 drivers/tty/serial/msm_serial.c | 4 +-
22188 drivers/tty/serial/samsung.c | 9 +-
22189 drivers/tty/serial/serial_core.c | 8 +-
22190 drivers/tty/synclink.c | 34 +-
22191 drivers/tty/synclink_gt.c | 28 +-
22192 drivers/tty/synclinkmp.c | 34 +-
22193 drivers/tty/tty_io.c | 2 +-
22194 drivers/tty/tty_ldisc.c | 8 +-
22195 drivers/tty/tty_port.c | 22 +-
22196 drivers/uio/uio.c | 13 +-
22197 drivers/usb/atm/cxacru.c | 2 +-
22198 drivers/usb/atm/usbatm.c | 24 +-
22199 drivers/usb/class/cdc-acm.h | 2 +-
22200 drivers/usb/core/devices.c | 6 +-
22201 drivers/usb/core/devio.c | 12 +-
22202 drivers/usb/core/hcd.c | 4 +-
22203 drivers/usb/core/sysfs.c | 2 +-
22204 drivers/usb/core/usb.c | 2 +-
22205 drivers/usb/early/ehci-dbgp.c | 16 +-
22206 drivers/usb/gadget/function/u_serial.c | 22 +-
22207 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
22208 drivers/usb/host/ehci-hcd.c | 2 +-
22209 drivers/usb/host/ehci-hub.c | 4 +-
22210 drivers/usb/host/ehci-q.c | 4 +-
22211 drivers/usb/host/fotg210-hcd.c | 2 +-
22212 drivers/usb/host/fusbh200-hcd.c | 2 +-
22213 drivers/usb/host/hwa-hc.c | 2 +-
22214 drivers/usb/host/ohci-hcd.c | 2 +-
22215 drivers/usb/host/r8a66597.h | 2 +-
22216 drivers/usb/host/uhci-hcd.c | 2 +-
22217 drivers/usb/host/xhci-pci.c | 2 +-
22218 drivers/usb/host/xhci.c | 2 +-
22219 drivers/usb/misc/appledisplay.c | 4 +-
22220 drivers/usb/serial/console.c | 8 +-
22221 drivers/usb/storage/transport.c | 2 +-
22222 drivers/usb/storage/usb.c | 2 +-
22223 drivers/usb/storage/usb.h | 2 +-
22224 drivers/usb/usbip/vhci.h | 2 +-
22225 drivers/usb/usbip/vhci_hcd.c | 6 +-
22226 drivers/usb/usbip/vhci_rx.c | 2 +-
22227 drivers/usb/wusbcore/wa-hc.h | 4 +-
22228 drivers/usb/wusbcore/wa-xfer.c | 2 +-
22229 drivers/vfio/vfio.c | 2 +-
22230 drivers/vhost/vringh.c | 20 +-
22231 drivers/video/backlight/kb3886_bl.c | 2 +-
22232 drivers/video/console/fbcon.c | 2 +-
22233 drivers/video/fbdev/aty/aty128fb.c | 2 +-
22234 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
22235 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
22236 drivers/video/fbdev/core/fb_defio.c | 6 +-
22237 drivers/video/fbdev/core/fbmem.c | 2 +-
22238 drivers/video/fbdev/hyperv_fb.c | 4 +-
22239 drivers/video/fbdev/i810/i810_accel.c | 1 +
22240 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
22241 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
22242 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
22243 drivers/video/fbdev/omap2/dss/display.c | 8 +-
22244 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
22245 drivers/video/fbdev/smscufx.c | 4 +-
22246 drivers/video/fbdev/udlfb.c | 36 +-
22247 drivers/video/fbdev/uvesafb.c | 52 +-
22248 drivers/video/fbdev/vesafb.c | 58 +-
22249 drivers/video/fbdev/via/via_clock.h | 2 +-
22250 drivers/xen/events/events_base.c | 6 +-
22251 drivers/xen/evtchn.c | 4 +-
22252 fs/Kconfig.binfmt | 2 +-
22253 fs/afs/inode.c | 4 +-
22254 fs/aio.c | 2 +-
22255 fs/autofs4/waitq.c | 2 +-
22256 fs/befs/endian.h | 6 +-
22257 fs/binfmt_aout.c | 23 +-
22258 fs/binfmt_elf.c | 670 +-
22259 fs/binfmt_elf_fdpic.c | 4 +-
22260 fs/block_dev.c | 2 +-
22261 fs/btrfs/ctree.c | 9 +-
22262 fs/btrfs/delayed-inode.c | 9 +-
22263 fs/btrfs/delayed-inode.h | 6 +-
22264 fs/btrfs/file.c | 10 +-
22265 fs/btrfs/inode.c | 14 +-
22266 fs/btrfs/super.c | 2 +-
22267 fs/btrfs/sysfs.c | 2 +-
22268 fs/btrfs/tests/free-space-tests.c | 8 +-
22269 fs/btrfs/tree-log.h | 2 +-
22270 fs/buffer.c | 2 +-
22271 fs/cachefiles/bind.c | 6 +-
22272 fs/cachefiles/daemon.c | 8 +-
22273 fs/cachefiles/internal.h | 12 +-
22274 fs/cachefiles/namei.c | 2 +-
22275 fs/cachefiles/proc.c | 12 +-
22276 fs/ceph/dir.c | 12 +-
22277 fs/ceph/super.c | 4 +-
22278 fs/cifs/cifs_debug.c | 12 +-
22279 fs/cifs/cifsfs.c | 8 +-
22280 fs/cifs/cifsglob.h | 54 +-
22281 fs/cifs/file.c | 10 +-
22282 fs/cifs/misc.c | 4 +-
22283 fs/cifs/smb1ops.c | 80 +-
22284 fs/cifs/smb2ops.c | 84 +-
22285 fs/cifs/smb2pdu.c | 3 +-
22286 fs/coda/cache.c | 10 +-
22287 fs/compat.c | 4 +-
22288 fs/compat_binfmt_elf.c | 2 +
22289 fs/compat_ioctl.c | 12 +-
22290 fs/configfs/dir.c | 10 +-
22291 fs/coredump.c | 16 +-
22292 fs/dcache.c | 51 +-
22293 fs/ecryptfs/inode.c | 2 +-
22294 fs/ecryptfs/miscdev.c | 2 +-
22295 fs/exec.c | 362 +-
22296 fs/ext2/xattr.c | 5 +-
22297 fs/ext4/ext4.h | 20 +-
22298 fs/ext4/mballoc.c | 44 +-
22299 fs/ext4/resize.c | 16 +-
22300 fs/ext4/super.c | 4 +-
22301 fs/ext4/xattr.c | 5 +-
22302 fs/fhandle.c | 3 +-
22303 fs/file.c | 4 +-
22304 fs/fs_struct.c | 8 +-
22305 fs/fscache/cookie.c | 40 +-
22306 fs/fscache/internal.h | 202 +-
22307 fs/fscache/object.c | 26 +-
22308 fs/fscache/operation.c | 38 +-
22309 fs/fscache/page.c | 110 +-
22310 fs/fscache/stats.c | 348 +-
22311 fs/fuse/cuse.c | 10 +-
22312 fs/fuse/dev.c | 4 +-
22313 fs/gfs2/glock.c | 22 +-
22314 fs/gfs2/glops.c | 4 +-
22315 fs/gfs2/quota.c | 6 +-
22316 fs/hugetlbfs/inode.c | 13 +-
22317 fs/inode.c | 4 +-
22318 fs/jffs2/erase.c | 3 +-
22319 fs/jffs2/wbuf.c | 3 +-
22320 fs/jfs/super.c | 2 +-
22321 fs/kernfs/dir.c | 2 +-
22322 fs/kernfs/file.c | 20 +-
22323 fs/libfs.c | 10 +-
22324 fs/lockd/clntproc.c | 4 +-
22325 fs/namei.c | 16 +-
22326 fs/namespace.c | 16 +-
22327 fs/nfs/callback_xdr.c | 2 +-
22328 fs/nfs/inode.c | 6 +-
22329 fs/nfsd/nfs4proc.c | 2 +-
22330 fs/nfsd/nfs4xdr.c | 2 +-
22331 fs/nfsd/nfscache.c | 11 +-
22332 fs/nfsd/vfs.c | 6 +-
22333 fs/nls/nls_base.c | 26 +-
22334 fs/nls/nls_euc-jp.c | 6 +-
22335 fs/nls/nls_koi8-ru.c | 6 +-
22336 fs/notify/fanotify/fanotify_user.c | 4 +-
22337 fs/notify/notification.c | 4 +-
22338 fs/ntfs/dir.c | 2 +-
22339 fs/ntfs/super.c | 6 +-
22340 fs/ocfs2/localalloc.c | 2 +-
22341 fs/ocfs2/ocfs2.h | 10 +-
22342 fs/ocfs2/suballoc.c | 12 +-
22343 fs/ocfs2/super.c | 20 +-
22344 fs/pipe.c | 72 +-
22345 fs/posix_acl.c | 4 +-
22346 fs/proc/array.c | 20 +
22347 fs/proc/base.c | 4 +-
22348 fs/proc/kcore.c | 34 +-
22349 fs/proc/meminfo.c | 2 +-
22350 fs/proc/nommu.c | 2 +-
22351 fs/proc/proc_sysctl.c | 26 +-
22352 fs/proc/task_mmu.c | 39 +-
22353 fs/proc/task_nommu.c | 4 +-
22354 fs/proc/vmcore.c | 16 +-
22355 fs/qnx6/qnx6.h | 4 +-
22356 fs/quota/netlink.c | 4 +-
22357 fs/read_write.c | 2 +-
22358 fs/reiserfs/do_balan.c | 2 +-
22359 fs/reiserfs/procfs.c | 2 +-
22360 fs/reiserfs/reiserfs.h | 4 +-
22361 fs/seq_file.c | 4 +-
22362 fs/splice.c | 43 +-
22363 fs/squashfs/xattr.c | 12 +-
22364 fs/sysv/sysv.h | 2 +-
22365 fs/tracefs/inode.c | 8 +-
22366 fs/udf/misc.c | 2 +-
22367 fs/ufs/swab.h | 4 +-
22368 fs/userfaultfd.c | 2 +-
22369 fs/xattr.c | 21 +
22370 fs/xfs/libxfs/xfs_bmap.c | 2 +-
22371 fs/xfs/xfs_dir2_readdir.c | 7 +-
22372 fs/xfs/xfs_ioctl.c | 2 +-
22373 fs/xfs/xfs_linux.h | 4 +-
22374 include/asm-generic/4level-fixup.h | 2 +
22375 include/asm-generic/atomic-long.h | 156 +-
22376 include/asm-generic/atomic64.h | 12 +
22377 include/asm-generic/bitops/__fls.h | 2 +-
22378 include/asm-generic/bitops/fls.h | 2 +-
22379 include/asm-generic/bitops/fls64.h | 4 +-
22380 include/asm-generic/bug.h | 6 +-
22381 include/asm-generic/cache.h | 4 +-
22382 include/asm-generic/emergency-restart.h | 2 +-
22383 include/asm-generic/kmap_types.h | 4 +-
22384 include/asm-generic/local.h | 13 +
22385 include/asm-generic/pgtable-nopmd.h | 18 +-
22386 include/asm-generic/pgtable-nopud.h | 15 +-
22387 include/asm-generic/pgtable.h | 16 +
22388 include/asm-generic/sections.h | 1 +
22389 include/asm-generic/uaccess.h | 16 +
22390 include/asm-generic/vmlinux.lds.h | 15 +-
22391 include/crypto/algapi.h | 2 +-
22392 include/drm/drmP.h | 16 +-
22393 include/drm/drm_crtc_helper.h | 2 +-
22394 include/drm/drm_mm.h | 2 +-
22395 include/drm/i915_pciids.h | 2 +-
22396 include/drm/intel-gtt.h | 4 +-
22397 include/drm/ttm/ttm_memory.h | 2 +-
22398 include/drm/ttm/ttm_page_alloc.h | 1 +
22399 include/keys/asymmetric-subtype.h | 2 +-
22400 include/linux/atmdev.h | 4 +-
22401 include/linux/atomic.h | 17 +-
22402 include/linux/audit.h | 2 +-
22403 include/linux/average.h | 2 +-
22404 include/linux/binfmts.h | 3 +-
22405 include/linux/bitmap.h | 2 +-
22406 include/linux/bitops.h | 8 +-
22407 include/linux/blkdev.h | 2 +-
22408 include/linux/blktrace_api.h | 2 +-
22409 include/linux/cache.h | 8 +
22410 include/linux/cdrom.h | 1 -
22411 include/linux/cleancache.h | 2 +-
22412 include/linux/clk-provider.h | 1 +
22413 include/linux/compat.h | 6 +-
22414 include/linux/compiler-gcc.h | 28 +-
22415 include/linux/compiler.h | 157 +-
22416 include/linux/configfs.h | 2 +-
22417 include/linux/cpufreq.h | 3 +-
22418 include/linux/cpuidle.h | 5 +-
22419 include/linux/cpumask.h | 14 +-
22420 include/linux/crypto.h | 4 +-
22421 include/linux/ctype.h | 2 +-
22422 include/linux/dcache.h | 4 +-
22423 include/linux/decompress/mm.h | 2 +-
22424 include/linux/devfreq.h | 2 +-
22425 include/linux/device.h | 7 +-
22426 include/linux/dma-mapping.h | 2 +-
22427 include/linux/efi.h | 1 +
22428 include/linux/elf.h | 2 +
22429 include/linux/err.h | 4 +-
22430 include/linux/extcon.h | 2 +-
22431 include/linux/fb.h | 3 +-
22432 include/linux/fdtable.h | 2 +-
22433 include/linux/fs.h | 5 +-
22434 include/linux/fs_struct.h | 2 +-
22435 include/linux/fscache-cache.h | 2 +-
22436 include/linux/fscache.h | 2 +-
22437 include/linux/fsnotify.h | 2 +-
22438 include/linux/genhd.h | 4 +-
22439 include/linux/genl_magic_func.h | 2 +-
22440 include/linux/gfp.h | 12 +-
22441 include/linux/highmem.h | 12 +
22442 include/linux/hwmon-sysfs.h | 6 +-
22443 include/linux/i2c.h | 1 +
22444 include/linux/if_pppox.h | 2 +-
22445 include/linux/init.h | 12 +-
22446 include/linux/init_task.h | 7 +
22447 include/linux/interrupt.h | 6 +-
22448 include/linux/iommu.h | 2 +-
22449 include/linux/ioport.h | 2 +-
22450 include/linux/ipc.h | 2 +-
22451 include/linux/irq.h | 5 +-
22452 include/linux/irqdesc.h | 2 +-
22453 include/linux/irqdomain.h | 3 +
22454 include/linux/jiffies.h | 16 +-
22455 include/linux/key-type.h | 2 +-
22456 include/linux/kgdb.h | 6 +-
22457 include/linux/kmemleak.h | 4 +-
22458 include/linux/kobject.h | 3 +-
22459 include/linux/kobject_ns.h | 2 +-
22460 include/linux/kref.h | 2 +-
22461 include/linux/libata.h | 2 +-
22462 include/linux/linkage.h | 1 +
22463 include/linux/list.h | 15 +
22464 include/linux/lockref.h | 26 +-
22465 include/linux/math64.h | 10 +-
22466 include/linux/mempolicy.h | 7 +
22467 include/linux/mm.h | 102 +-
22468 include/linux/mm_types.h | 20 +
22469 include/linux/mmiotrace.h | 4 +-
22470 include/linux/mmzone.h | 2 +-
22471 include/linux/mod_devicetable.h | 4 +-
22472 include/linux/module.h | 69 +-
22473 include/linux/moduleloader.h | 16 +
22474 include/linux/moduleparam.h | 4 +-
22475 include/linux/net.h | 2 +-
22476 include/linux/netdevice.h | 7 +-
22477 include/linux/netfilter.h | 2 +-
22478 include/linux/netfilter/nfnetlink.h | 2 +-
22479 include/linux/nls.h | 4 +-
22480 include/linux/notifier.h | 3 +-
22481 include/linux/oprofile.h | 4 +-
22482 include/linux/padata.h | 2 +-
22483 include/linux/pci_hotplug.h | 3 +-
22484 include/linux/percpu.h | 2 +-
22485 include/linux/perf_event.h | 12 +-
22486 include/linux/pipe_fs_i.h | 8 +-
22487 include/linux/pm.h | 1 +
22488 include/linux/pm_domain.h | 4 +-
22489 include/linux/pm_runtime.h | 2 +-
22490 include/linux/pnp.h | 2 +-
22491 include/linux/poison.h | 4 +-
22492 include/linux/power/smartreflex.h | 2 +-
22493 include/linux/ppp-comp.h | 2 +-
22494 include/linux/preempt.h | 21 +
22495 include/linux/proc_ns.h | 2 +-
22496 include/linux/psci.h | 2 +-
22497 include/linux/quota.h | 2 +-
22498 include/linux/random.h | 19 +-
22499 include/linux/rculist.h | 16 +
22500 include/linux/reboot.h | 14 +-
22501 include/linux/regset.h | 3 +-
22502 include/linux/relay.h | 2 +-
22503 include/linux/rio.h | 2 +-
22504 include/linux/rmap.h | 4 +-
22505 include/linux/sched.h | 72 +-
22506 include/linux/sched/sysctl.h | 1 +
22507 include/linux/semaphore.h | 2 +-
22508 include/linux/seq_file.h | 1 +
22509 include/linux/signal.h | 2 +-
22510 include/linux/skbuff.h | 12 +-
22511 include/linux/slab.h | 47 +-
22512 include/linux/slab_def.h | 14 +-
22513 include/linux/slub_def.h | 2 +-
22514 include/linux/smp.h | 2 +
22515 include/linux/sock_diag.h | 2 +-
22516 include/linux/sonet.h | 2 +-
22517 include/linux/sunrpc/addr.h | 8 +-
22518 include/linux/sunrpc/clnt.h | 2 +-
22519 include/linux/sunrpc/svc.h | 2 +-
22520 include/linux/sunrpc/svc_rdma.h | 18 +-
22521 include/linux/sunrpc/svcauth.h | 2 +-
22522 include/linux/swapops.h | 10 +-
22523 include/linux/swiotlb.h | 3 +-
22524 include/linux/syscalls.h | 21 +-
22525 include/linux/syscore_ops.h | 2 +-
22526 include/linux/sysctl.h | 3 +-
22527 include/linux/sysfs.h | 9 +-
22528 include/linux/sysrq.h | 3 +-
22529 include/linux/tcp.h | 14 +-
22530 include/linux/thread_info.h | 7 +
22531 include/linux/tty.h | 4 +-
22532 include/linux/tty_driver.h | 2 +-
22533 include/linux/tty_ldisc.h | 2 +-
22534 include/linux/types.h | 16 +
22535 include/linux/uaccess.h | 6 +-
22536 include/linux/uio_driver.h | 2 +-
22537 include/linux/unaligned/access_ok.h | 24 +-
22538 include/linux/usb.h | 12 +-
22539 include/linux/usb/hcd.h | 1 +
22540 include/linux/usb/renesas_usbhs.h | 2 +-
22541 include/linux/vermagic.h | 21 +-
22542 include/linux/vga_switcheroo.h | 8 +-
22543 include/linux/vmalloc.h | 7 +-
22544 include/linux/vmstat.h | 24 +-
22545 include/linux/xattr.h | 5 +-
22546 include/linux/zlib.h | 3 +-
22547 include/media/v4l2-dev.h | 2 +-
22548 include/media/v4l2-device.h | 2 +-
22549 include/net/9p/transport.h | 2 +-
22550 include/net/bluetooth/l2cap.h | 2 +-
22551 include/net/bonding.h | 2 +-
22552 include/net/caif/cfctrl.h | 6 +-
22553 include/net/flow.h | 2 +-
22554 include/net/genetlink.h | 2 +-
22555 include/net/gro_cells.h | 2 +-
22556 include/net/inet_connection_sock.h | 2 +-
22557 include/net/inet_sock.h | 2 +-
22558 include/net/inetpeer.h | 2 +-
22559 include/net/ip_fib.h | 2 +-
22560 include/net/ip_vs.h | 8 +-
22561 include/net/ipv6.h | 2 +-
22562 include/net/irda/ircomm_tty.h | 1 +
22563 include/net/iucv/af_iucv.h | 2 +-
22564 include/net/llc_c_ac.h | 2 +-
22565 include/net/llc_c_ev.h | 4 +-
22566 include/net/llc_c_st.h | 2 +-
22567 include/net/llc_s_ac.h | 2 +-
22568 include/net/llc_s_st.h | 2 +-
22569 include/net/mac80211.h | 4 +-
22570 include/net/neighbour.h | 2 +-
22571 include/net/net_namespace.h | 18 +-
22572 include/net/netlink.h | 2 +-
22573 include/net/netns/conntrack.h | 6 +-
22574 include/net/netns/ipv4.h | 4 +-
22575 include/net/netns/ipv6.h | 4 +-
22576 include/net/netns/xfrm.h | 2 +-
22577 include/net/ping.h | 2 +-
22578 include/net/protocol.h | 4 +-
22579 include/net/rtnetlink.h | 2 +-
22580 include/net/sctp/checksum.h | 4 +-
22581 include/net/sctp/sm.h | 4 +-
22582 include/net/sctp/structs.h | 2 +-
22583 include/net/sock.h | 12 +-
22584 include/net/tcp.h | 8 +-
22585 include/net/xfrm.h | 13 +-
22586 include/rdma/iw_cm.h | 2 +-
22587 include/scsi/libfc.h | 3 +-
22588 include/scsi/scsi_device.h | 6 +-
22589 include/scsi/scsi_driver.h | 2 +-
22590 include/scsi/scsi_transport_fc.h | 3 +-
22591 include/scsi/sg.h | 2 +-
22592 include/sound/compress_driver.h | 2 +-
22593 include/sound/soc.h | 4 +-
22594 include/trace/events/irq.h | 4 +-
22595 include/uapi/linux/a.out.h | 8 +
22596 include/uapi/linux/bcache.h | 5 +-
22597 include/uapi/linux/byteorder/little_endian.h | 28 +-
22598 include/uapi/linux/connector.h | 2 +-
22599 include/uapi/linux/elf.h | 28 +
22600 include/uapi/linux/screen_info.h | 3 +-
22601 include/uapi/linux/swab.h | 6 +-
22602 include/uapi/linux/xattr.h | 4 +
22603 include/video/udlfb.h | 8 +-
22604 include/video/uvesafb.h | 1 +
22605 init/Kconfig | 2 +-
22606 init/Makefile | 3 +
22607 init/do_mounts.c | 14 +-
22608 init/do_mounts.h | 8 +-
22609 init/do_mounts_initrd.c | 30 +-
22610 init/do_mounts_md.c | 6 +-
22611 init/init_task.c | 4 +
22612 init/initramfs.c | 38 +-
22613 init/main.c | 30 +-
22614 ipc/compat.c | 4 +-
22615 ipc/ipc_sysctl.c | 8 +-
22616 ipc/mq_sysctl.c | 4 +-
22617 ipc/sem.c | 4 +-
22618 ipc/shm.c | 6 +
22619 kernel/audit.c | 8 +-
22620 kernel/auditsc.c | 4 +-
22621 kernel/bpf/core.c | 7 +-
22622 kernel/capability.c | 3 +
22623 kernel/compat.c | 38 +-
22624 kernel/debug/debug_core.c | 16 +-
22625 kernel/debug/kdb/kdb_main.c | 4 +-
22626 kernel/events/core.c | 26 +-
22627 kernel/events/internal.h | 10 +-
22628 kernel/events/uprobes.c | 2 +-
22629 kernel/exit.c | 2 +-
22630 kernel/fork.c | 167 +-
22631 kernel/futex.c | 11 +-
22632 kernel/futex_compat.c | 2 +-
22633 kernel/gcov/base.c | 7 +-
22634 kernel/irq/manage.c | 2 +-
22635 kernel/irq/msi.c | 19 +-
22636 kernel/irq/spurious.c | 2 +-
22637 kernel/jump_label.c | 5 +
22638 kernel/kallsyms.c | 37 +-
22639 kernel/kexec.c | 3 +-
22640 kernel/kmod.c | 8 +-
22641 kernel/kprobes.c | 4 +-
22642 kernel/ksysfs.c | 2 +-
22643 kernel/locking/lockdep.c | 7 +-
22644 kernel/locking/mutex-debug.c | 12 +-
22645 kernel/locking/mutex-debug.h | 4 +-
22646 kernel/locking/mutex.c | 6 +-
22647 kernel/module.c | 422 +-
22648 kernel/notifier.c | 17 +-
22649 kernel/padata.c | 4 +-
22650 kernel/panic.c | 5 +-
22651 kernel/pid.c | 2 +-
22652 kernel/pid_namespace.c | 2 +-
22653 kernel/power/process.c | 12 +-
22654 kernel/profile.c | 14 +-
22655 kernel/ptrace.c | 8 +-
22656 kernel/rcu/rcutorture.c | 60 +-
22657 kernel/rcu/tiny.c | 4 +-
22658 kernel/rcu/tree.c | 44 +-
22659 kernel/rcu/tree.h | 14 +-
22660 kernel/rcu/tree_plugin.h | 14 +-
22661 kernel/rcu/tree_trace.c | 12 +-
22662 kernel/sched/auto_group.c | 4 +-
22663 kernel/sched/core.c | 45 +-
22664 kernel/sched/fair.c | 2 +-
22665 kernel/sched/sched.h | 2 +-
22666 kernel/signal.c | 12 +-
22667 kernel/smpboot.c | 4 +-
22668 kernel/softirq.c | 12 +-
22669 kernel/sys.c | 10 +-
22670 kernel/sysctl.c | 34 +-
22671 kernel/time/alarmtimer.c | 2 +-
22672 kernel/time/posix-cpu-timers.c | 4 +-
22673 kernel/time/posix-timers.c | 24 +-
22674 kernel/time/timer.c | 2 +-
22675 kernel/time/timer_stats.c | 10 +-
22676 kernel/trace/blktrace.c | 6 +-
22677 kernel/trace/ftrace.c | 15 +-
22678 kernel/trace/ring_buffer.c | 96 +-
22679 kernel/trace/trace.c | 2 +-
22680 kernel/trace/trace.h | 2 +-
22681 kernel/trace/trace_clock.c | 4 +-
22682 kernel/trace/trace_events.c | 1 -
22683 kernel/trace/trace_functions_graph.c | 4 +-
22684 kernel/trace/trace_mmiotrace.c | 8 +-
22685 kernel/trace/trace_output.c | 10 +-
22686 kernel/trace/trace_seq.c | 2 +-
22687 kernel/trace/trace_stack.c | 2 +-
22688 kernel/user_namespace.c | 2 +-
22689 kernel/utsname_sysctl.c | 2 +-
22690 kernel/watchdog.c | 2 +-
22691 kernel/workqueue.c | 2 +-
22692 lib/Kconfig.debug | 8 +-
22693 lib/Makefile | 2 +-
22694 lib/bitmap.c | 8 +-
22695 lib/bug.c | 2 +
22696 lib/debugobjects.c | 2 +-
22697 lib/decompress_bunzip2.c | 3 +-
22698 lib/decompress_unlzma.c | 4 +-
22699 lib/div64.c | 4 +-
22700 lib/dma-debug.c | 4 +-
22701 lib/inflate.c | 2 +-
22702 lib/ioremap.c | 4 +-
22703 lib/kobject.c | 4 +-
22704 lib/list_debug.c | 126 +-
22705 lib/lockref.c | 44 +-
22706 lib/percpu-refcount.c | 2 +-
22707 lib/radix-tree.c | 2 +-
22708 lib/random32.c | 2 +-
22709 lib/show_mem.c | 2 +-
22710 lib/strncpy_from_user.c | 2 +-
22711 lib/strnlen_user.c | 2 +-
22712 lib/swiotlb.c | 2 +-
22713 lib/usercopy.c | 6 +
22714 lib/vsprintf.c | 12 +-
22715 mm/Kconfig | 6 +-
22716 mm/backing-dev.c | 4 +-
22717 mm/debug.c | 3 +
22718 mm/filemap.c | 2 +-
22719 mm/gup.c | 13 +-
22720 mm/highmem.c | 6 +-
22721 mm/hugetlb.c | 70 +-
22722 mm/internal.h | 1 +
22723 mm/maccess.c | 4 +-
22724 mm/madvise.c | 37 +
22725 mm/memory-failure.c | 6 +-
22726 mm/memory.c | 424 +-
22727 mm/mempolicy.c | 25 +
22728 mm/mlock.c | 15 +-
22729 mm/mm_init.c | 2 +-
22730 mm/mmap.c | 582 +-
22731 mm/mprotect.c | 137 +-
22732 mm/mremap.c | 39 +-
22733 mm/nommu.c | 21 +-
22734 mm/page-writeback.c | 2 +-
22735 mm/page_alloc.c | 49 +-
22736 mm/percpu.c | 2 +-
22737 mm/process_vm_access.c | 14 +-
22738 mm/rmap.c | 45 +-
22739 mm/shmem.c | 19 +-
22740 mm/slab.c | 109 +-
22741 mm/slab.h | 22 +-
22742 mm/slab_common.c | 86 +-
22743 mm/slob.c | 218 +-
22744 mm/slub.c | 102 +-
22745 mm/sparse-vmemmap.c | 4 +-
22746 mm/sparse.c | 2 +-
22747 mm/swap.c | 2 +
22748 mm/swapfile.c | 12 +-
22749 mm/util.c | 6 +
22750 mm/vmalloc.c | 114 +-
22751 mm/vmstat.c | 12 +-
22752 net/8021q/vlan.c | 5 +-
22753 net/8021q/vlan_netlink.c | 2 +-
22754 net/9p/mod.c | 4 +-
22755 net/9p/trans_fd.c | 2 +-
22756 net/atm/atm_misc.c | 8 +-
22757 net/atm/lec.h | 2 +-
22758 net/atm/proc.c | 6 +-
22759 net/atm/resources.c | 4 +-
22760 net/ax25/sysctl_net_ax25.c | 2 +-
22761 net/batman-adv/bat_iv_ogm.c | 8 +-
22762 net/batman-adv/fragmentation.c | 2 +-
22763 net/batman-adv/soft-interface.c | 8 +-
22764 net/batman-adv/types.h | 6 +-
22765 net/bluetooth/hci_sock.c | 2 +-
22766 net/bluetooth/l2cap_core.c | 6 +-
22767 net/bluetooth/l2cap_sock.c | 12 +-
22768 net/bluetooth/rfcomm/sock.c | 4 +-
22769 net/bluetooth/rfcomm/tty.c | 4 +-
22770 net/bridge/br_netlink.c | 2 +-
22771 net/bridge/netfilter/ebtables.c | 6 +-
22772 net/caif/cfctrl.c | 11 +-
22773 net/caif/chnl_net.c | 2 +-
22774 net/can/af_can.c | 2 +-
22775 net/can/gw.c | 6 +-
22776 net/ceph/messenger.c | 4 +-
22777 net/compat.c | 24 +-
22778 net/core/datagram.c | 2 +-
22779 net/core/dev.c | 16 +-
22780 net/core/filter.c | 2 +-
22781 net/core/flow.c | 6 +-
22782 net/core/neighbour.c | 4 +-
22783 net/core/net-sysfs.c | 2 +-
22784 net/core/net_namespace.c | 8 +-
22785 net/core/netpoll.c | 4 +-
22786 net/core/rtnetlink.c | 15 +-
22787 net/core/scm.c | 14 +-
22788 net/core/skbuff.c | 8 +-
22789 net/core/sock.c | 28 +-
22790 net/core/sock_diag.c | 15 +-
22791 net/core/sysctl_net_core.c | 22 +-
22792 net/decnet/af_decnet.c | 1 +
22793 net/decnet/sysctl_net_decnet.c | 4 +-
22794 net/dsa/dsa.c | 2 +-
22795 net/hsr/hsr_netlink.c | 2 +-
22796 net/ieee802154/6lowpan/core.c | 2 +-
22797 net/ieee802154/6lowpan/reassembly.c | 14 +-
22798 net/ipv4/af_inet.c | 2 +-
22799 net/ipv4/devinet.c | 18 +-
22800 net/ipv4/fib_frontend.c | 6 +-
22801 net/ipv4/fib_semantics.c | 2 +-
22802 net/ipv4/inet_connection_sock.c | 4 +-
22803 net/ipv4/inet_timewait_sock.c | 2 +-
22804 net/ipv4/inetpeer.c | 2 +-
22805 net/ipv4/ip_fragment.c | 15 +-
22806 net/ipv4/ip_gre.c | 6 +-
22807 net/ipv4/ip_sockglue.c | 2 +-
22808 net/ipv4/ip_vti.c | 4 +-
22809 net/ipv4/ipconfig.c | 6 +-
22810 net/ipv4/ipip.c | 4 +-
22811 net/ipv4/netfilter/arp_tables.c | 12 +-
22812 net/ipv4/netfilter/ip_tables.c | 12 +-
22813 net/ipv4/ping.c | 14 +-
22814 net/ipv4/raw.c | 14 +-
22815 net/ipv4/route.c | 32 +-
22816 net/ipv4/sysctl_net_ipv4.c | 22 +-
22817 net/ipv4/tcp_input.c | 6 +-
22818 net/ipv4/tcp_probe.c | 2 +-
22819 net/ipv4/udp.c | 10 +-
22820 net/ipv4/xfrm4_policy.c | 18 +-
22821 net/ipv6/addrconf.c | 18 +-
22822 net/ipv6/af_inet6.c | 2 +-
22823 net/ipv6/datagram.c | 2 +-
22824 net/ipv6/icmp.c | 2 +-
22825 net/ipv6/ip6_fib.c | 4 +-
22826 net/ipv6/ip6_gre.c | 10 +-
22827 net/ipv6/ip6_tunnel.c | 4 +-
22828 net/ipv6/ip6_vti.c | 4 +-
22829 net/ipv6/ipv6_sockglue.c | 2 +-
22830 net/ipv6/netfilter/ip6_tables.c | 12 +-
22831 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
22832 net/ipv6/ping.c | 33 +-
22833 net/ipv6/raw.c | 17 +-
22834 net/ipv6/reassembly.c | 13 +-
22835 net/ipv6/route.c | 2 +-
22836 net/ipv6/sit.c | 4 +-
22837 net/ipv6/sysctl_net_ipv6.c | 2 +-
22838 net/ipv6/udp.c | 6 +-
22839 net/ipv6/xfrm6_policy.c | 17 +-
22840 net/irda/ircomm/ircomm_tty.c | 18 +-
22841 net/iucv/af_iucv.c | 4 +-
22842 net/iucv/iucv.c | 2 +-
22843 net/key/af_key.c | 4 +-
22844 net/l2tp/l2tp_eth.c | 38 +-
22845 net/l2tp/l2tp_ip.c | 2 +-
22846 net/l2tp/l2tp_ip6.c | 2 +-
22847 net/mac80211/cfg.c | 8 +-
22848 net/mac80211/ieee80211_i.h | 3 +-
22849 net/mac80211/iface.c | 20 +-
22850 net/mac80211/main.c | 2 +-
22851 net/mac80211/pm.c | 4 +-
22852 net/mac80211/rate.c | 2 +-
22853 net/mac80211/sta_info.c | 2 +-
22854 net/mac80211/util.c | 8 +-
22855 net/mpls/af_mpls.c | 6 +-
22856 net/netfilter/ipset/ip_set_core.c | 2 +-
22857 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
22858 net/netfilter/ipvs/ip_vs_core.c | 4 +-
22859 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
22860 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
22861 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
22862 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
22863 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
22864 net/netfilter/nf_conntrack_acct.c | 2 +-
22865 net/netfilter/nf_conntrack_ecache.c | 2 +-
22866 net/netfilter/nf_conntrack_helper.c | 2 +-
22867 net/netfilter/nf_conntrack_proto.c | 2 +-
22868 net/netfilter/nf_conntrack_standalone.c | 2 +-
22869 net/netfilter/nf_conntrack_timestamp.c | 2 +-
22870 net/netfilter/nf_log.c | 10 +-
22871 net/netfilter/nf_sockopt.c | 4 +-
22872 net/netfilter/nfnetlink_log.c | 4 +-
22873 net/netfilter/nft_compat.c | 9 +-
22874 net/netfilter/xt_statistic.c | 8 +-
22875 net/netlink/af_netlink.c | 4 +-
22876 net/openvswitch/vport-internal_dev.c | 2 +-
22877 net/packet/af_packet.c | 8 +-
22878 net/phonet/pep.c | 6 +-
22879 net/phonet/socket.c | 2 +-
22880 net/phonet/sysctl.c | 2 +-
22881 net/rds/cong.c | 6 +-
22882 net/rds/ib.h | 2 +-
22883 net/rds/ib_cm.c | 2 +-
22884 net/rds/ib_recv.c | 4 +-
22885 net/rds/iw.h | 2 +-
22886 net/rds/iw_cm.c | 2 +-
22887 net/rds/iw_recv.c | 4 +-
22888 net/rds/rds.h | 2 +-
22889 net/rds/tcp.c | 2 +-
22890 net/rds/tcp_send.c | 2 +-
22891 net/rxrpc/af_rxrpc.c | 2 +-
22892 net/rxrpc/ar-ack.c | 14 +-
22893 net/rxrpc/ar-call.c | 2 +-
22894 net/rxrpc/ar-connection.c | 2 +-
22895 net/rxrpc/ar-connevent.c | 2 +-
22896 net/rxrpc/ar-input.c | 4 +-
22897 net/rxrpc/ar-internal.h | 8 +-
22898 net/rxrpc/ar-local.c | 2 +-
22899 net/rxrpc/ar-output.c | 4 +-
22900 net/rxrpc/ar-peer.c | 2 +-
22901 net/rxrpc/ar-proc.c | 4 +-
22902 net/rxrpc/ar-transport.c | 2 +-
22903 net/rxrpc/rxkad.c | 4 +-
22904 net/sched/sch_generic.c | 4 +-
22905 net/sctp/ipv6.c | 6 +-
22906 net/sctp/protocol.c | 10 +-
22907 net/sctp/sm_sideeffect.c | 2 +-
22908 net/sctp/socket.c | 21 +-
22909 net/sctp/sysctl.c | 10 +-
22910 net/socket.c | 18 +-
22911 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
22912 net/sunrpc/clnt.c | 4 +-
22913 net/sunrpc/sched.c | 4 +-
22914 net/sunrpc/svc.c | 4 +-
22915 net/sunrpc/svcauth_unix.c | 2 +-
22916 net/sunrpc/xprtrdma/svc_rdma.c | 38 +-
22917 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
22918 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
22919 net/sunrpc/xprtrdma/svc_rdma_transport.c | 10 +-
22920 net/tipc/netlink_compat.c | 12 +-
22921 net/tipc/subscr.c | 2 +-
22922 net/unix/af_unix.c | 7 +-
22923 net/unix/sysctl_net_unix.c | 2 +-
22924 net/wireless/wext-core.c | 19 +-
22925 net/xfrm/xfrm_policy.c | 16 +-
22926 net/xfrm/xfrm_state.c | 33 +-
22927 net/xfrm/xfrm_sysctl.c | 2 +-
22928 scripts/Kbuild.include | 2 +-
22929 scripts/Makefile.build | 2 +-
22930 scripts/Makefile.clean | 3 +-
22931 scripts/Makefile.host | 69 +-
22932 scripts/basic/fixdep.c | 12 +-
22933 scripts/dtc/checks.c | 14 +-
22934 scripts/dtc/data.c | 6 +-
22935 scripts/dtc/flattree.c | 8 +-
22936 scripts/dtc/livetree.c | 4 +-
22937 scripts/gcc-plugin.sh | 51 +
22938 scripts/headers_install.sh | 1 +
22939 scripts/kallsyms.c | 4 +-
22940 scripts/kconfig/lkc.h | 5 +-
22941 scripts/kconfig/menu.c | 2 +-
22942 scripts/kconfig/symbol.c | 6 +-
22943 scripts/link-vmlinux.sh | 2 +-
22944 scripts/mod/file2alias.c | 14 +-
22945 scripts/mod/modpost.c | 25 +-
22946 scripts/mod/modpost.h | 6 +-
22947 scripts/mod/sumversion.c | 2 +-
22948 scripts/module-common.lds | 4 +
22949 scripts/package/builddeb | 1 +
22950 scripts/pnmtologo.c | 6 +-
22951 scripts/sortextable.h | 6 +-
22952 scripts/tags.sh | 2 +-
22953 security/Kconfig | 692 +-
22954 security/integrity/ima/ima.h | 4 +-
22955 security/integrity/ima/ima_api.c | 2 +-
22956 security/integrity/ima/ima_fs.c | 4 +-
22957 security/integrity/ima/ima_queue.c | 2 +-
22958 security/keys/key.c | 18 +-
22959 security/selinux/avc.c | 6 +-
22960 security/selinux/include/xfrm.h | 2 +-
22961 security/yama/yama_lsm.c | 2 +-
22962 sound/aoa/codecs/onyx.c | 7 +-
22963 sound/aoa/codecs/onyx.h | 1 +
22964 sound/core/oss/pcm_oss.c | 18 +-
22965 sound/core/pcm_compat.c | 2 +-
22966 sound/core/pcm_native.c | 4 +-
22967 sound/core/sound.c | 2 +-
22968 sound/drivers/mts64.c | 14 +-
22969 sound/drivers/opl4/opl4_lib.c | 2 +-
22970 sound/drivers/portman2x4.c | 3 +-
22971 sound/firewire/amdtp.c | 4 +-
22972 sound/firewire/amdtp.h | 4 +-
22973 sound/firewire/isight.c | 10 +-
22974 sound/firewire/scs1x.c | 8 +-
22975 sound/oss/sb_audio.c | 2 +-
22976 sound/oss/swarm_cs4297a.c | 6 +-
22977 sound/pci/hda/hda_codec.c | 2 +-
22978 sound/pci/ymfpci/ymfpci.h | 2 +-
22979 sound/pci/ymfpci/ymfpci_main.c | 12 +-
22980 sound/soc/codecs/sti-sas.c | 10 +-
22981 sound/soc/soc-ac97.c | 6 +-
22982 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
22983 tools/gcc/Makefile | 42 +
22984 tools/gcc/checker_plugin.c | 150 +
22985 tools/gcc/colorize_plugin.c | 215 +
22986 tools/gcc/constify_plugin.c | 571 +
22987 tools/gcc/gcc-common.h | 812 +
22988 tools/gcc/initify_plugin.c | 552 +
22989 tools/gcc/kallocstat_plugin.c | 188 +
22990 tools/gcc/kernexec_plugin.c | 549 +
22991 tools/gcc/latent_entropy_plugin.c | 470 +
22992 tools/gcc/size_overflow_plugin/.gitignore | 2 +
22993 tools/gcc/size_overflow_plugin/Makefile | 28 +
22994 .../disable_size_overflow_hash.data |12422 ++++++++++++
22995 .../generate_size_overflow_hash.sh | 103 +
22996 .../insert_size_overflow_asm.c | 416 +
22997 .../size_overflow_plugin/intentional_overflow.c | 1010 +
22998 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
22999 tools/gcc/size_overflow_plugin/size_overflow.h | 323 +
23000 .../gcc/size_overflow_plugin/size_overflow_debug.c | 194 +
23001 .../size_overflow_plugin/size_overflow_hash.data |20735 ++++++++++++++++++++
23002 .../size_overflow_hash_aux.data | 92 +
23003 tools/gcc/size_overflow_plugin/size_overflow_ipa.c | 1226 ++
23004 .../gcc/size_overflow_plugin/size_overflow_misc.c | 505 +
23005 .../size_overflow_plugin/size_overflow_plugin.c | 318 +
23006 .../size_overflow_plugin_hash.c | 352 +
23007 .../size_overflow_plugin/size_overflow_transform.c | 749 +
23008 .../size_overflow_transform_core.c | 1010 +
23009 tools/gcc/stackleak_plugin.c | 436 +
23010 tools/gcc/structleak_plugin.c | 287 +
23011 tools/include/linux/compiler.h | 8 +
23012 tools/lib/api/Makefile | 2 +-
23013 tools/perf/util/include/asm/alternative-asm.h | 3 +
23014 tools/virtio/linux/uaccess.h | 2 +-
23015 virt/kvm/kvm_main.c | 42 +-
23016 1944 files changed, 66925 insertions(+), 8949 deletions(-)
23017 commit 87790bbd0d8dc2bd7fd86cb947e32886db9e9766
23018 Author: Matthew Wilcox <willy@linux.intel.com>
23019 Date: Tue Feb 2 16:57:52 2016 -0800
23020
23021 radix-tree: fix race in gang lookup
23022
23023 If the indirect_ptr bit is set on a slot, that indicates we need to redo
23024 the lookup. Introduce a new function radix_tree_iter_retry() which
23025 forces the loop to retry the lookup by setting 'slot' to NULL and
23026 turning the iterator back to point at the problematic entry.
23027
23028 This is a pretty rare problem to hit at the moment; the lookup has to
23029 race with a grow of the radix tree from a height of 0. The consequences
23030 of hitting this race are that gang lookup could return a pointer to a
23031 radix_tree_node instead of a pointer to whatever the user had inserted
23032 in the tree.
23033
23034 Fixes: cebbd29e1c2f ("radix-tree: rewrite gang lookup using iterator")
23035 Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
23036 Cc: Hugh Dickins <hughd@google.com>
23037 Cc: Ohad Ben-Cohen <ohad@wizery.com>
23038 Cc: Konstantin Khlebnikov <khlebnikov@openvz.org>
23039 Cc: <stable@vger.kernel.org>
23040 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
23041 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
23042
23043 include/linux/radix-tree.h | 16 ++++++++++++++++
23044 lib/radix-tree.c | 12 ++++++++++--
23045 2 files changed, 26 insertions(+), 2 deletions(-)
23046
23047 commit bf628043b4589c910919a0f221ae7f42aa8cea93
23048 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
23049 Date: Wed Feb 3 02:11:03 2016 +0100
23050
23051 unix: correctly track in-flight fds in sending process user_struct
23052
23053 The commit referenced in the Fixes tag incorrectly accounted the number
23054 of in-flight fds over a unix domain socket to the original opener
23055 of the file-descriptor. This allows another process to arbitrary
23056 deplete the original file-openers resource limit for the maximum of
23057 open files. Instead the sending processes and its struct cred should
23058 be credited.
23059
23060 To do so, we add a reference counted struct user_struct pointer to the
23061 scm_fp_list and use it to account for the number of inflight unix fds.
23062
23063 Fixes: 712f4aad406bb1 ("unix: properly account for FDs passed over unix sockets")
23064 Reported-by: David Herrmann <dh.herrmann@gmail.com>
23065 Cc: David Herrmann <dh.herrmann@gmail.com>
23066 Cc: Willy Tarreau <w@1wt.eu>
23067 Cc: Linus Torvalds <torvalds@linux-foundation.org>
23068 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
23069 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
23070 Signed-off-by: David S. Miller <davem@davemloft.net>
23071
23072 include/net/af_unix.h | 4 ++--
23073 include/net/scm.h | 1 +
23074 net/core/scm.c | 7 +++++++
23075 net/unix/af_unix.c | 4 ++--
23076 net/unix/garbage.c | 8 ++++----
23077 5 files changed, 16 insertions(+), 8 deletions(-)
23078
23079 commit e830db443ff78d70b7b63536e688d73907face0c
23080 Author: Mike Kravetz <mike.kravetz@oracle.com>
23081 Date: Fri Jan 15 16:57:37 2016 -0800
23082
23083 fs/hugetlbfs/inode.c: fix bugs in hugetlb_vmtruncate_list()
23084
23085 Hillf Danton noticed bugs in the hugetlb_vmtruncate_list routine. The
23086 argument end is of type pgoff_t. It was being converted to a vaddr
23087 offset and passed to unmap_hugepage_range. However, end was also being
23088 used as an argument to the vma_interval_tree_foreach controlling loop.
23089 In addition, the conversion of end to vaddr offset was incorrect.
23090
23091 hugetlb_vmtruncate_list is called as part of a file truncate or
23092 fallocate hole punch operation.
23093
23094 When truncating a hugetlbfs file, this bug could prevent some pages from
23095 being unmapped. This is possible if there are multiple vmas mapping the
23096 file, and there is a sufficiently sized hole between the mappings. The
23097 size of the hole between two vmas (A,B) must be such that the starting
23098 virtual address of B is greater than (ending virtual address of A <<
23099 PAGE_SHIFT). In this case, the pages in B would not be unmapped. If
23100 pages are not properly unmapped during truncate, the following BUG is
23101 hit:
23102
23103 kernel BUG at fs/hugetlbfs/inode.c:428!
23104
23105 In the fallocate hole punch case, this bug could prevent pages from
23106 being unmapped as in the truncate case. However, for hole punch the
23107 result is that unmapped pages will not be removed during the operation.
23108 For hole punch, it is also possible that more pages than desired will be
23109 unmapped. This unnecessary unmapping will cause page faults to
23110 reestablish the mappings on subsequent page access.
23111
23112 Fixes: 1bfad99ab (" hugetlbfs: hugetlb_vmtruncate_list() needs to take a range")Reported-by: Hillf Danton <hillf.zj@alibaba-inc.com>
23113 Signed-off-by: Mike Kravetz <mike.kravetz@oracle.com>
23114 Cc: Hugh Dickins <hughd@google.com>
23115 Cc: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
23116 Cc: Davidlohr Bueso <dave@stgolabs.net>
23117 Cc: Dave Hansen <dave.hansen@linux.intel.com>
23118 Cc: <stable@vger.kernel.org> [4.3]
23119 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
23120 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
23121
23122 fs/hugetlbfs/inode.c | 19 +++++++++++--------
23123 1 files changed, 11 insertions(+), 8 deletions(-)
23124
23125 commit cdb3ba4a9113b779347387f3b6c6ea72dd4db12f
23126 Author: Takashi Iwai <tiwai@suse.de>
23127 Date: Thu Feb 4 17:06:13 2016 +0100
23128
23129 ALSA: timer: Fix leftover link at closing
23130
23131 In ALSA timer core, the active timer instance is managed in
23132 active_list linked list. Each element is added / removed dynamically
23133 at timer start, stop and in timer interrupt. The problem is that
23134 snd_timer_interrupt() has a thinko and leaves the element in
23135 active_list when it's the last opened element. This eventually leads
23136 to list corruption or use-after-free error.
23137
23138 This hasn't been revealed because we used to delete the list forcibly
23139 in snd_timer_stop() in the past. However, the recent fix avoids the
23140 double-stop behavior (in commit [f784beb75ce8: ALSA: timer: Fix link
23141 corruption due to double start or stop]), and this leak hits reality.
23142
23143 This patch fixes the link management in snd_timer_interrupt(). Now it
23144 simply unlinks no matter which stream is.
23145
23146 BugLink: http://lkml.kernel.org/r/CACT4Y+Yy2aukHP-EDp8-ziNqNNmb-NTf=jDWXMP7jB8HDa2vng@mail.gmail.com
23147 Reported-by: Dmitry Vyukov <dvyukov@google.com>
23148 Cc: <stable@vger.kernel.org>
23149 Signed-off-by: Takashi Iwai <tiwai@suse.de>
23150
23151 sound/core/timer.c | 4 ++--
23152 1 files changed, 2 insertions(+), 2 deletions(-)
23153
23154 commit 47d9647902f6a2f46a2be1e0140ba0f6f8c06008
23155 Author: Konstantin Khlebnikov <koct9i@gmail.com>
23156 Date: Fri Feb 5 15:37:01 2016 -0800
23157
23158 radix-tree: fix oops after radix_tree_iter_retry
23159
23160 Helper radix_tree_iter_retry() resets next_index to the current index.
23161 In following radix_tree_next_slot current chunk size becomes zero. This
23162 isn't checked and it tries to dereference null pointer in slot.
23163
23164 Tagged iterator is fine because retry happens only at slot 0 where tag
23165 bitmask in iter->tags is filled with single bit.
23166
23167 Fixes: 46437f9a554f ("radix-tree: fix race in gang lookup")
23168 Signed-off-by: Konstantin Khlebnikov <koct9i@gmail.com>
23169 Cc: Matthew Wilcox <willy@linux.intel.com>
23170 Cc: Hugh Dickins <hughd@google.com>
23171 Cc: Ohad Ben-Cohen <ohad@wizery.com>
23172 Cc: Jeremiah Mahler <jmmahler@gmail.com>
23173 Cc: <stable@vger.kernel.org>
23174 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
23175 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
23176
23177 include/linux/radix-tree.h | 6 +++---
23178 1 files changed, 3 insertions(+), 3 deletions(-)
23179
23180 commit 95b5dcb3c01958502af00b0bc0da1d906aae11a2
23181 Merge: 438be0b 256aeaf
23182 Author: Brad Spengler <spender@grsecurity.net>
23183 Date: Sun Feb 7 08:29:33 2016 -0500
23184
23185 Merge branch 'pax-test' into grsec-test
23186
23187 commit 256aeaf87c22de8edf1f03682a572c590ae07771
23188 Author: Brad Spengler <spender@grsecurity.net>
23189 Date: Sun Feb 7 08:29:09 2016 -0500
23190
23191 Update to pax-linux-4.3.5-test28.patch:
23192 - fixed an integer truncation bug in numa_clear_kernel_node_hotplug caught by the size overflow plugin, reported by x14sg1 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4374)
23193 - spender fixed UDEREF on arm
23194
23195 arch/arm/Kconfig | 1 +
23196 arch/arm/include/asm/domain.h | 21 ++++++++-
23197 arch/arm/include/asm/futex.h | 9 ----
23198 arch/arm/include/asm/thread_info.h | 3 +
23199 arch/arm/include/asm/uaccess.h | 81 +++++++++++++++---------------------
23200 arch/arm/kernel/entry-armv.S | 2 +-
23201 arch/arm/kernel/process.c | 2 +-
23202 arch/arm/mm/alignment.c | 8 ----
23203 arch/x86/mm/numa.c | 2 +-
23204 security/Kconfig | 1 -
23205 10 files changed, 60 insertions(+), 70 deletions(-)
23206
23207 commit 438be0bd112bd17942b2628c53054dc1007558a1
23208 Author: Brad Spengler <spender@grsecurity.net>
23209 Date: Sat Feb 6 19:50:31 2016 -0500
23210
23211 Fix a number of issues caused by the upstream merging of a UDEREF ripoff resulting in unbootable
23212 ARM systems reported on the forums
23213
23214 arch/arm/Kconfig | 1 +
23215 arch/arm/include/asm/domain.h | 21 ++++++++-
23216 arch/arm/include/asm/futex.h | 9 ----
23217 arch/arm/include/asm/thread_info.h | 3 +
23218 arch/arm/include/asm/uaccess.h | 81 +++++++++++++++---------------------
23219 arch/arm/kernel/entry-armv.S | 2 +-
23220 arch/arm/kernel/process.c | 2 +-
23221 arch/arm/mm/alignment.c | 8 ----
23222 security/Kconfig | 1 -
23223 9 files changed, 59 insertions(+), 69 deletions(-)
23224
23225 commit 4ffdd5ef1f87e611af1efb4f251ada92abe9f4c0
23226 Author: Brad Spengler <spender@grsecurity.net>
23227 Date: Sat Feb 6 11:21:53 2016 -0500
23228
23229 Fix another compiler warning
23230
23231 net/ipv4/tcp_input.c | 2 ++
23232 1 files changed, 2 insertions(+), 0 deletions(-)
23233
23234 commit 30b5b7bc0fd67d458bdd5ab35e4689769eabd2ed
23235 Author: Brad Spengler <spender@grsecurity.net>
23236 Date: Sat Feb 6 11:16:12 2016 -0500
23237
23238 Fix two compiler warnings
23239
23240 kernel/pid.c | 5 ++---
23241 kernel/ptrace.c | 3 ++-
23242 2 files changed, 4 insertions(+), 4 deletions(-)
23243
23244 commit dda4d2a21914c480750f10bd55c6e3203d415d8d
23245 Author: Brad Spengler <spender@grsecurity.net>
23246 Date: Wed Feb 3 21:22:40 2016 -0500
23247
23248 Apply fix for integer truncation in NUMA init code, reported by
23249 x14sg1 on the forums:
23250 https://forums.grsecurity.net/viewtopic.php?f=3&t=4374
23251
23252 arch/x86/mm/numa.c | 2 +-
23253 1 files changed, 1 insertions(+), 1 deletions(-)
23254
23255 commit 477505f7c893cb6a2c3e22f83eefd9c985d7b3ca
23256 Merge: a781740 016d0d8
23257 Author: Brad Spengler <spender@grsecurity.net>
23258 Date: Wed Feb 3 21:20:58 2016 -0500
23259
23260 Merge branch 'pax-test' into grsec-test
23261
23262 commit 016d0d81a8dd4be1304c82a68e0ccf425868f467
23263 Author: Brad Spengler <spender@grsecurity.net>
23264 Date: Wed Feb 3 21:20:10 2016 -0500
23265
23266 Update to pax-linux-4.3.5-test27.patch:
23267 - fixed a bunch of potential REFCOUNT false positives, reported by Emese
23268 - restored padding in fpregs_state for storing AVX-512 state in the future
23269 - constified netlink_dump_control
23270 - added const version of debug_gimple_stmt for gcc plugins, by Emese
23271 - Emese fixed a bug in initify that could have initified too much
23272 - Emese fixed a false positive intentional integer overflow in xfrm4_extract_header, reported by corsac
23273
23274 arch/x86/include/asm/fpu/types.h | 1 +
23275 arch/x86/include/asm/mmu_context.h | 2 +-
23276 block/blk-cgroup.c | 18 ++--
23277 block/cfq-iosched.c | 4 +-
23278 crypto/crypto_user.c | 8 ++-
23279 drivers/acpi/apei/ghes.c | 6 +-
23280 drivers/char/ipmi/ipmi_ssif.c | 12 ++--
23281 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
23282 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
23283 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
23284 drivers/infiniband/core/netlink.c | 5 +-
23285 drivers/infiniband/hw/cxgb4/device.c | 6 +-
23286 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
23287 drivers/md/bcache/alloc.c | 2 +-
23288 drivers/md/bcache/bcache.h | 10 +-
23289 drivers/md/bcache/btree.c | 2 +-
23290 drivers/md/bcache/io.c | 10 +-
23291 drivers/md/bcache/journal.c | 2 +-
23292 drivers/md/bcache/stats.c | 26 +++---
23293 drivers/md/bcache/stats.h | 16 ++--
23294 drivers/md/bcache/super.c | 2 +-
23295 drivers/md/bcache/sysfs.c | 20 +++---
23296 drivers/md/dm-cache-target.c | 98 ++++++++++++------------
23297 drivers/md/dm-raid.c | 2 +-
23298 drivers/md/md.c | 6 +-
23299 drivers/md/md.h | 2 +-
23300 drivers/md/raid1.c | 2 +-
23301 drivers/md/raid10.c | 2 +-
23302 drivers/md/raid5.c | 4 +-
23303 drivers/media/pci/zoran/zoran.h | 1 -
23304 drivers/media/pci/zoran/zoran_driver.c | 3 -
23305 drivers/net/ethernet/sfc/selftest.c | 20 +++---
23306 drivers/net/irda/vlsi_ir.c | 18 ++--
23307 drivers/net/irda/vlsi_ir.h | 14 ++--
23308 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
23309 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
23310 drivers/net/wireless/ath/carl9170/main.c | 10 +-
23311 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
23312 drivers/net/wireless/iwlwifi/mvm/d3.c | 4 +-
23313 drivers/net/wireless/iwlwifi/mvm/tx.c | 2 +-
23314 drivers/scsi/hptiop.c | 2 -
23315 drivers/scsi/hptiop.h | 1 -
23316 drivers/scsi/ipr.c | 6 +-
23317 drivers/scsi/ipr.h | 2 +-
23318 drivers/scsi/qla2xxx/qla_target.c | 10 +-
23319 drivers/scsi/qla2xxx/qla_target.h | 2 +-
23320 fs/btrfs/ctree.c | 2 +-
23321 fs/btrfs/ctree.h | 4 +-
23322 fs/btrfs/delayed-ref.c | 4 +-
23323 fs/btrfs/disk-io.c | 4 +-
23324 fs/btrfs/file.c | 4 +-
23325 fs/btrfs/raid56.c | 32 ++++----
23326 fs/btrfs/tests/btrfs-tests.c | 2 +-
23327 fs/btrfs/transaction.c | 2 +-
23328 fs/btrfs/tree-log.c | 8 +-
23329 fs/btrfs/volumes.c | 14 ++--
23330 fs/btrfs/volumes.h | 22 +++---
23331 fs/jbd2/commit.c | 2 +-
23332 fs/jbd2/transaction.c | 4 +-
23333 fs/ocfs2/dlm/dlmcommon.h | 4 +-
23334 fs/ocfs2/dlm/dlmdebug.c | 10 +-
23335 fs/ocfs2/dlm/dlmdomain.c | 4 +-
23336 fs/ocfs2/dlm/dlmmaster.c | 4 +-
23337 include/acpi/ghes.h | 2 +-
23338 include/linux/blk-cgroup.h | 24 +++---
23339 include/linux/jbd2.h | 2 +-
23340 include/linux/netlink.h | 12 ++--
23341 include/net/cfg802154.h | 2 +-
23342 include/net/mac80211.h | 2 +-
23343 include/net/neighbour.h | 2 +-
23344 kernel/rcu/tree_plugin.h | 4 +-
23345 net/batman-adv/routing.c | 4 +-
23346 net/batman-adv/soft-interface.c | 2 +-
23347 net/batman-adv/translation-table.c | 14 ++--
23348 net/batman-adv/types.h | 2 +-
23349 net/core/neighbour.c | 14 ++--
23350 net/core/rtnetlink.c | 2 +-
23351 net/ipv4/arp.c | 2 +-
23352 net/ipv4/inet_diag.c | 4 +-
23353 net/ipv4/xfrm4_state.c | 4 +-
23354 net/ipv6/ndisc.c | 2 +-
23355 net/mac80211/cfg.c | 2 +-
23356 net/mac80211/debugfs_key.c | 2 +-
23357 net/mac80211/key.c | 4 +-
23358 net/mac80211/tx.c | 2 +-
23359 net/mac80211/wpa.c | 10 +-
23360 net/mac802154/iface.c | 4 +-
23361 net/netfilter/ipset/ip_set_core.c | 2 +-
23362 net/netfilter/nf_conntrack_netlink.c | 22 +++---
23363 net/netfilter/nf_tables_api.c | 13 ++--
23364 net/netfilter/nfnetlink_acct.c | 7 +-
23365 net/netfilter/nfnetlink_cthelper.c | 2 +-
23366 net/netfilter/nfnetlink_cttimeout.c | 2 +-
23367 net/netlink/af_netlink.c | 10 ++-
23368 net/netlink/diag.c | 2 +-
23369 net/netlink/genetlink.c | 14 ++--
23370 net/packet/af_packet.c | 18 ++--
23371 net/packet/diag.c | 2 +-
23372 net/packet/internal.h | 6 +-
23373 net/unix/diag.c | 2 +-
23374 net/xfrm/xfrm_user.c | 2 +-
23375 security/apparmor/include/policy.h | 2 +-
23376 security/apparmor/policy.c | 4 +-
23377 sound/core/seq/seq_clientmgr.c | 2 +-
23378 sound/core/seq/seq_fifo.c | 6 +-
23379 sound/core/seq/seq_fifo.h | 2 +-
23380 tools/gcc/gcc-common.h | 24 ++++--
23381 tools/gcc/initify_plugin.c | 7 +-
23382 tools/lib/api/Makefile | 2 +-
23383 109 files changed, 399 insertions(+), 391 deletions(-)
23384
23385 commit a7817402ac837b1aee07fac42537a02097055098
23386 Author: Matt Fleming <matt@codeblueprint.co.uk>
23387 Date: Fri Jan 29 11:36:10 2016 +0000
23388
23389 x86/mm/pat: Avoid truncation when converting cpa->numpages to address
23390
23391 There are a couple of nasty truncation bugs lurking in the pageattr
23392 code that can be triggered when mapping EFI regions, e.g. when we pass
23393 a cpa->pgd pointer. Because cpa->numpages is a 32-bit value, shifting
23394 left by PAGE_SHIFT will truncate the resultant address to 32-bits.
23395
23396 Viorel-Cătălin managed to trigger this bug on his Dell machine that
23397 provides a ~5GB EFI region which requires 1236992 pages to be mapped.
23398 When calling populate_pud() the end of the region gets calculated
23399 incorrectly in the following buggy expression,
23400
23401 end = start + (cpa->numpages << PAGE_SHIFT);
23402
23403 And only 188416 pages are mapped. Next, populate_pud() gets invoked
23404 for a second time because of the loop in __change_page_attr_set_clr(),
23405 only this time no pages get mapped because shifting the remaining
23406 number of pages (1048576) by PAGE_SHIFT is zero. At which point the
23407 loop in __change_page_attr_set_clr() spins forever because we fail to
23408 map progress.
23409
23410 Hitting this bug depends very much on the virtual address we pick to
23411 map the large region at and how many pages we map on the initial run
23412 through the loop. This explains why this issue was only recently hit
23413 with the introduction of commit
23414
23415 a5caa209ba9c ("x86/efi: Fix boot crash by mapping EFI memmap
23416 entries bottom-up at runtime, instead of top-down")
23417
23418 It's interesting to note that safe uses of cpa->numpages do exist in
23419 the pageattr code. If instead of shifting ->numpages we multiply by
23420 PAGE_SIZE, no truncation occurs because PAGE_SIZE is a UL value, and
23421 so the result is unsigned long.
23422
23423 To avoid surprises when users try to convert very large cpa->numpages
23424 values to addresses, change the data type from 'int' to 'unsigned
23425 long', thereby making it suitable for shifting by PAGE_SHIFT without
23426 any type casting.
23427
23428 The alternative would be to make liberal use of casting, but that is
23429 far more likely to cause problems in the future when someone adds more
23430 code and fails to cast properly; this bug was difficult enough to
23431 track down in the first place.
23432
23433 Reported-and-tested-by: Viorel-Cătălin Răpițeanu <rapiteanu.catalin@gmail.com>
23434 Acked-by: Borislav Petkov <bp@alien8.de>
23435 Cc: Sai Praneeth Prakhya <sai.praneeth.prakhya@intel.com>
23436 Cc: <stable@vger.kernel.org>
23437 Signed-off-by: Matt Fleming <matt@codeblueprint.co.uk>
23438 Link: https://bugzilla.kernel.org/show_bug.cgi?id=110131
23439 Link: http://lkml.kernel.org/r/1454067370-10374-1-git-send-email-matt@codeblueprint.co.uk
23440 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
23441
23442 arch/x86/mm/pageattr.c | 4 ++--
23443 1 files changed, 2 insertions(+), 2 deletions(-)
23444
23445 commit 64dd9d7a67a742fda257cdd16510c29e695c34b5
23446 Author: Jan Beulich <JBeulich@suse.com>
23447 Date: Tue Jan 26 04:15:18 2016 -0700
23448
23449 x86/mm: Fix types used in pgprot cacheability flags translations
23450
23451 For PAE kernels "unsigned long" is not suitable to hold page protection
23452 flags, since _PAGE_NX doesn't fit there. This is the reason for quite a
23453 few W+X pages getting reported as insecure during boot (observed namely
23454 for the entire initrd range).
23455
23456 Fixes: 281d4078be ("x86: Make page cache mode a real type")
23457 Signed-off-by: Jan Beulich <jbeulich@suse.com>
23458 Reviewed-by: Juergen Gross <JGross@suse.com>
23459 Cc: stable@vger.kernel.org
23460 Link: http://lkml.kernel.org/r/56A7635602000078000CAFF1@prv-mh.provo.novell.com
23461 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
23462
23463 arch/x86/include/asm/pgtable_types.h | 6 ++----
23464 1 files changed, 2 insertions(+), 4 deletions(-)
23465
23466 commit bb9a3a9df0d8dfc96d521676e64c42b37ba22aea
23467 Merge: 682d661 f74425b
23468 Author: Brad Spengler <spender@grsecurity.net>
23469 Date: Sun Jan 31 15:06:25 2016 -0500
23470
23471 Merge branch 'pax-test' into grsec-test
23472
23473 Conflicts:
23474 drivers/net/slip/slhc.c
23475 include/linux/sched.h
23476 net/unix/af_unix.c
23477 sound/core/timer.c
23478
23479 commit f74425b5705bfe52aff9e97659ef10c4a14176c3
23480 Merge: d14af1f 849a2d3
23481 Author: Brad Spengler <spender@grsecurity.net>
23482 Date: Sun Jan 31 15:02:55 2016 -0500
23483
23484 Merge branch 'linux-4.3.y' into pax-test
23485
23486 Conflicts:
23487 arch/x86/include/asm/mmu_context.h
23488
23489 commit 682d6611d75542e351c973c8dd74a99d3966c073
23490 Author: Brad Spengler <spender@grsecurity.net>
23491 Date: Sat Jan 30 13:05:03 2016 -0500
23492
23493 Based on a report from Mathias Krause, fix up a number of additional instances
23494 of ulong overflow when passing in values to gr_learn_resource by saturating
23495 to ULONG_MAX
23496
23497 mm/mlock.c | 11 ++++++++---
23498 mm/mmap.c | 16 +++++++++++++---
23499 2 files changed, 21 insertions(+), 6 deletions(-)
23500
23501 commit adb52e95fb9ad4ac9c56cd5d47bd668f47c33096
23502 Author: Jann Horn <jann@thejh.net>
23503 Date: Sat Dec 26 06:00:48 2015 +0100
23504
23505 seccomp: always propagate NO_NEW_PRIVS on tsync
23506
23507 Before this patch, a process with some permissive seccomp filter
23508 that was applied by root without NO_NEW_PRIVS was able to add
23509 more filters to itself without setting NO_NEW_PRIVS by setting
23510 the new filter from a throwaway thread with NO_NEW_PRIVS.
23511
23512 Signed-off-by: Jann Horn <jann@thejh.net>
23513 Cc: stable@vger.kernel.org
23514 Signed-off-by: Kees Cook <keescook@chromium.org>
23515
23516 kernel/seccomp.c | 22 +++++++++++-----------
23517 1 files changed, 11 insertions(+), 11 deletions(-)
23518
23519 commit b85450498a3bbf269441c8963d7574bb3079c838
23520 Merge: 59c216f d14af1f
23521 Author: Brad Spengler <spender@grsecurity.net>
23522 Date: Fri Jan 29 20:54:13 2016 -0500
23523
23524 Merge branch 'pax-test' into grsec-test
23525
23526 commit d14af1f1dd66511f3f0674deee2b572972012b39
23527 Author: Brad Spengler <spender@grsecurity.net>
23528 Date: Fri Jan 29 20:53:51 2016 -0500
23529
23530 Update to pax-linux-4.3.4-test26.patch:
23531 - Emese fixed a few intentional overflows introduced by gcc, reported by StalkR (https://forums.grsecurity.net/viewtopic.php?f=3&t=4370)
23532
23533 fs/cifs/file.c | 2 +-
23534 fs/gfs2/file.c | 2 +-
23535 .../size_overflow_plugin/intentional_overflow.c | 96 ++++++++++++++++++--
23536 tools/gcc/size_overflow_plugin/size_overflow.h | 2 +
23537 .../size_overflow_plugin/size_overflow_plugin.c | 4 +-
23538 .../size_overflow_plugin/size_overflow_transform.c | 6 +-
23539 .../size_overflow_transform_core.c | 5 +
23540 7 files changed, 102 insertions(+), 15 deletions(-)
23541
23542 commit 59c216f13587eacdd692386b7a403ae78ed84fb6
23543 Author: Brad Spengler <spender@grsecurity.net>
23544 Date: Wed Jan 27 17:57:21 2016 -0500
23545
23546 Fix a size_overflow report reported by Mathias Krause in our
23547 truncation of an loff_t to an unsigned long when being passed
23548 to gr_learn_resource() (as all resource checks are against unsigned long
23549 values)
23550
23551 fs/attr.c | 5 ++++-
23552 1 files changed, 4 insertions(+), 1 deletions(-)
23553
23554 commit 70636c6ad60fc1db3af764ecc789b827b7497a97
23555 Author: Yuchung Cheng <ycheng@google.com>
23556 Date: Wed Jan 6 12:42:38 2016 -0800
23557
23558 tcp: fix zero cwnd in tcp_cwnd_reduction
23559
23560 Patch 3759824da87b ("tcp: PRR uses CRB mode by default and SS mode
23561 conditionally") introduced a bug that cwnd may become 0 when both
23562 inflight and sndcnt are 0 (cwnd = inflight + sndcnt). This may lead
23563 to a div-by-zero if the connection starts another cwnd reduction
23564 phase by setting tp->prior_cwnd to the current cwnd (0) in
23565 tcp_init_cwnd_reduction().
23566
23567 To prevent this we skip PRR operation when nothing is acked or
23568 sacked. Then cwnd must be positive in all cases as long as ssthresh
23569 is positive:
23570
23571 1) The proportional reduction mode
23572 inflight > ssthresh > 0
23573
23574 2) The reduction bound mode
23575 a) inflight == ssthresh > 0
23576
23577 b) inflight < ssthresh
23578 sndcnt > 0 since newly_acked_sacked > 0 and inflight < ssthresh
23579
23580 Therefore in all cases inflight and sndcnt can not both be 0.
23581 We check invalid tp->prior_cwnd to avoid potential div0 bugs.
23582
23583 In reality this bug is triggered only with a sequence of less common
23584 events. For example, the connection is terminating an ECN-triggered
23585 cwnd reduction with an inflight 0, then it receives reordered/old
23586 ACKs or DSACKs from prior transmission (which acks nothing). Or the
23587 connection is in fast recovery stage that marks everything lost,
23588 but fails to retransmit due to local issues, then receives data
23589 packets from other end which acks nothing.
23590
23591 Fixes: 3759824da87b ("tcp: PRR uses CRB mode by default and SS mode conditionally")
23592 Reported-by: Oleksandr Natalenko <oleksandr@natalenko.name>
23593 Signed-off-by: Yuchung Cheng <ycheng@google.com>
23594 Signed-off-by: Neal Cardwell <ncardwell@google.com>
23595 Signed-off-by: Eric Dumazet <edumazet@google.com>
23596 Signed-off-by: David S. Miller <davem@davemloft.net>
23597
23598 net/ipv4/tcp_input.c | 3 +++
23599 1 files changed, 3 insertions(+), 0 deletions(-)
23600
23601 commit dac1da2bedbb43195d371c7a192cfeeb45683df0
23602 Author: Eric Dumazet <edumazet@google.com>
23603 Date: Sun Jan 24 13:53:50 2016 -0800
23604
23605 af_unix: fix struct pid memory leak
23606
23607 Dmitry reported a struct pid leak detected by a syzkaller program.
23608
23609 Bug happens in unix_stream_recvmsg() when we break the loop when a
23610 signal is pending, without properly releasing scm.
23611
23612 Fixes: b3ca9b02b007 ("net: fix multithreaded signal handling in unix recv routines")
23613 Reported-by: Dmitry Vyukov <dvyukov@google.com>
23614 Signed-off-by: Eric Dumazet <edumazet@google.com>
23615 Cc: Rainer Weikusat <rweikusat@mobileactivedefense.com>
23616 Signed-off-by: David S. Miller <davem@davemloft.net>
23617
23618 net/unix/af_unix.c | 1 +
23619 1 files changed, 1 insertions(+), 0 deletions(-)
23620
23621 commit 15cc47f127520d1ac0c1fe76d993c2c27f0f2571
23622 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
23623 Date: Fri Jan 22 01:39:43 2016 +0100
23624
23625 pptp: fix illegal memory access caused by multiple bind()s
23626
23627 Several times already this has been reported as kasan reports caused by
23628 syzkaller and trinity and people always looked at RCU races, but it is
23629 much more simple. :)
23630
23631 In case we bind a pptp socket multiple times, we simply add it to
23632 the callid_sock list but don't remove the old binding. Thus the old
23633 socket stays in the bucket with unused call_id indexes and doesn't get
23634 cleaned up. This causes various forms of kasan reports which were hard
23635 to pinpoint.
23636
23637 Simply don't allow multiple binds and correct error handling in
23638 pptp_bind. Also keep sk_state bits in place in pptp_connect.
23639
23640 Fixes: 00959ade36acad ("PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol)")
23641 Cc: Dmitry Kozlov <xeb@mail.ru>
23642 Cc: Sasha Levin <sasha.levin@oracle.com>
23643 Cc: Dmitry Vyukov <dvyukov@google.com>
23644 Reported-by: Dmitry Vyukov <dvyukov@google.com>
23645 Cc: Dave Jones <davej@codemonkey.org.uk>
23646 Reported-by: Dave Jones <davej@codemonkey.org.uk>
23647 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
23648 Signed-off-by: David S. Miller <davem@davemloft.net>
23649
23650 drivers/net/ppp/pptp.c | 34 ++++++++++++++++++++++++----------
23651 1 files changed, 24 insertions(+), 10 deletions(-)
23652
23653 commit e2b7b8c66851c85188fa6dab2d2b2a6c85bc7332
23654 Author: Brad Spengler <spender@grsecurity.net>
23655 Date: Tue Jan 26 18:17:10 2016 -0500
23656
23657 Add info about cpupower/powertop to GRKERNSEC_KMEM, was present on our
23658 wiki but was removed from the config help at some point
23659
23660 grsecurity/Kconfig | 3 +++
23661 1 files changed, 3 insertions(+), 0 deletions(-)
23662
23663 commit ce2e88efa000fc32bfcd84098f57c8ed8310fefc
23664 Author: Thomas Egerer <hakke_007@gmx.de>
23665 Date: Mon Jan 25 12:58:44 2016 +0100
23666
23667 ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIV
23668
23669 The ESP algorithms using CBC mode require echainiv. Hence INET*_ESP have
23670 to select CRYPTO_ECHAINIV in order to work properly. This solves the
23671 issues caused by a misconfiguration as described in [1].
23672 The original approach, patching crypto/Kconfig was turned down by
23673 Herbert Xu [2].
23674
23675 [1] https://lists.strongswan.org/pipermail/users/2015-December/009074.html
23676 [2] http://marc.info/?l=linux-crypto-vger&m=145224655809562&w=2
23677
23678 Signed-off-by: Thomas Egerer <hakke_007@gmx.de>
23679 Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
23680 Signed-off-by: David S. Miller <davem@davemloft.net>
23681
23682 net/ipv4/Kconfig | 1 +
23683 net/ipv6/Kconfig | 1 +
23684 2 files changed, 2 insertions(+), 0 deletions(-)
23685
23686 commit fca5a303155ea67d28aece0caf2b03ffc3b2668d
23687 Merge: 904114c 6339c1f
23688 Author: Brad Spengler <spender@grsecurity.net>
23689 Date: Tue Jan 26 18:08:40 2016 -0500
23690
23691 Merge branch 'pax-test' into grsec-test
23692
23693 commit 6339c1f9a9beafd417bf9f04d4b257e62aeb45b7
23694 Author: Brad Spengler <spender@grsecurity.net>
23695 Date: Tue Jan 26 18:07:51 2016 -0500
23696
23697 Update to pax-linux-4.3.4-test25.patch:
23698 - fixed incorrect handling of VM_DONTCOPY during fork that would trigger a consistency check in the vma mirroring logic, reported by Mathias Krause <minipli@googlemail.com>
23699 - fixed init_new_context on !MODIFY_LDT_SYSCALL configs, reported by tjh (https://forums.grsecurity.net/viewtopic.php?f=3&t=4368)
23700 - fixed a few REFCOUNT false positives in SNMP related statistics
23701
23702 arch/x86/Kconfig | 2 +-
23703 arch/x86/include/asm/mmu_context.h | 17 +++++++++++++++++
23704 include/net/snmp.h | 10 +++++-----
23705 kernel/fork.c | 11 +++++++++--
23706 net/ipv4/proc.c | 8 ++++----
23707 net/ipv6/addrconf.c | 4 ++--
23708 net/ipv6/proc.c | 10 +++++-----
23709 7 files changed, 43 insertions(+), 19 deletions(-)
23710
23711 commit 904114c2fce3fdff5d57e763da56a78960db4e19
23712 Author: Al Viro <viro@zeniv.linux.org.uk>
23713 Date: Fri Jan 22 18:08:52 2016 -0500
23714
23715 make sure that freeing shmem fast symlinks is RCU-delayed
23716
23717 Cc: stable@vger.kernel.org # v4.2+
23718 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
23719
23720 include/linux/shmem_fs.h | 5 +----
23721 mm/shmem.c | 9 ++++-----
23722 2 files changed, 5 insertions(+), 9 deletions(-)
23723
23724 commit ab86adee64312a2f827dd516cb199521327943ed
23725 Author: Sasha Levin <sasha.levin@oracle.com>
23726 Date: Mon Jan 18 19:23:51 2016 -0500
23727
23728 netfilter: nf_conntrack: use safer way to lock all buckets
23729
23730 When we need to lock all buckets in the connection hashtable we'd attempt to
23731 lock 1024 spinlocks, which is way more preemption levels than supported by
23732 the kernel. Furthermore, this behavior was hidden by checking if lockdep is
23733 enabled, and if it was - use only 8 buckets(!).
23734
23735 Fix this by using a global lock and synchronize all buckets on it when we
23736 need to lock them all. This is pretty heavyweight, but is only done when we
23737 need to resize the hashtable, and that doesn't happen often enough (or at all).
23738
23739 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
23740 Acked-by: Jesper Dangaard Brouer <brouer@redhat.com>
23741 Reviewed-by: Florian Westphal <fw@strlen.de>
23742 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
23743
23744 Conflicts:
23745
23746 net/netfilter/nfnetlink_cttimeout.c
23747
23748 include/net/netfilter/nf_conntrack_core.h | 8 ++----
23749 net/netfilter/nf_conntrack_core.c | 38 +++++++++++++++++++++-------
23750 net/netfilter/nf_conntrack_helper.c | 2 +-
23751 net/netfilter/nf_conntrack_netlink.c | 2 +-
23752 4 files changed, 33 insertions(+), 17 deletions(-)
23753
23754 commit 37014723527225481c720484bb788a1a6358072f
23755 Author: Willy Tarreau <w@1wt.eu>
23756 Date: Mon Jan 18 16:36:09 2016 +0100
23757
23758 pipe: limit the per-user amount of pages allocated in pipes
23759
23760 On no-so-small systems, it is possible for a single process to cause an
23761 OOM condition by filling large pipes with data that are never read. A
23762 typical process filling 4000 pipes with 1 MB of data will use 4 GB of
23763 memory. On small systems it may be tricky to set the pipe max size to
23764 prevent this from happening.
23765
23766 This patch makes it possible to enforce a per-user soft limit above
23767 which new pipes will be limited to a single page, effectively limiting
23768 them to 4 kB each, as well as a hard limit above which no new pipes may
23769 be created for this user. This has the effect of protecting the system
23770 against memory abuse without hurting other users, and still allowing
23771 pipes to work correctly though with less data at once.
23772
23773 The limit are controlled by two new sysctls : pipe-user-pages-soft, and
23774 pipe-user-pages-hard. Both may be disabled by setting them to zero. The
23775 default soft limit allows the default number of FDs per process (1024)
23776 to create pipes of the default size (64kB), thus reaching a limit of 64MB
23777 before starting to create only smaller pipes. With 256 processes limited
23778 to 1024 FDs each, this results in 1024*64kB + (256*1024 - 1024) * 4kB =
23779 1084 MB of memory allocated for a user. The hard limit is disabled by
23780 default to avoid breaking existing applications that make intensive use
23781 of pipes (eg: for splicing).
23782
23783 Reported-by: socketpair@gmail.com
23784 Reported-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
23785 Mitigates: CVE-2013-4312 (Linux 2.0+)
23786 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
23787 Signed-off-by: Willy Tarreau <w@1wt.eu>
23788 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
23789
23790 Documentation/sysctl/fs.txt | 23 +++++++++++++++++++++
23791 fs/pipe.c | 47 +++++++++++++++++++++++++++++++++++++++++-
23792 include/linux/pipe_fs_i.h | 4 +++
23793 include/linux/sched.h | 1 +
23794 kernel/sysctl.c | 14 ++++++++++++
23795 5 files changed, 87 insertions(+), 2 deletions(-)
23796
23797 commit 51645fa198d194f746651dcfbc5f24a4cf8b9fb8
23798 Merge: 540f2af 7791ecb
23799 Author: Brad Spengler <spender@grsecurity.net>
23800 Date: Sat Jan 23 10:57:11 2016 -0500
23801
23802 Merge branch 'pax-test' into grsec-test
23803
23804 commit 7791ecb84f840343a5646236fd0d34e1fb450793
23805 Merge: 470069c 399588c
23806 Author: Brad Spengler <spender@grsecurity.net>
23807 Date: Sat Jan 23 10:56:47 2016 -0500
23808
23809 Merge branch 'linux-4.3.y' into pax-test
23810
23811 commit 540f2affebd42cdc26a699208ab4f1cb0cb75e33
23812 Author: Brad Spengler <spender@grsecurity.net>
23813 Date: Tue Jan 19 21:18:47 2016 -0500
23814
23815 Update size_overflow hash table
23816
23817 .../size_overflow_plugin/size_overflow_hash.data | 4 +++-
23818 1 files changed, 3 insertions(+), 1 deletions(-)
23819
23820 commit 7e649765626a28437f573f0fbe7a51a04615f041
23821 Author: Brad Spengler <spender@grsecurity.net>
23822 Date: Tue Jan 19 20:29:46 2016 -0500
23823
23824 Backport fix from: https://lkml.org/lkml/2015/12/13/187
23825
23826 fs/ext4/extents.c | 2 +-
23827 1 files changed, 1 insertions(+), 1 deletions(-)
23828
23829 commit 53b859cd0a5f5b6ad54fe0c879dfedaa3c5a3005
23830 Author: Jann Horn <jann@thejh.net>
23831 Date: Tue Jan 5 18:27:30 2016 +0100
23832
23833 compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)
23834
23835 This replaces all code in fs/compat_ioctl.c that translated
23836 ioctl arguments into a in-kernel structure, then performed
23837 do_ioctl under set_fs(KERNEL_DS), with code that allocates
23838 data on the user stack and can call the VFS ioctl handler
23839 under USER_DS.
23840
23841 This is done as a hardening measure because the caller
23842 does not know what kind of ioctl handler will be invoked,
23843 only that no corresponding compat_ioctl handler exists and
23844 what the ioctl command number is. The accidental
23845 invocation of an unlocked_ioctl handler that unexpectedly
23846 calls copy_to_user could be a severe security issue.
23847
23848 Signed-off-by: Jann Horn <jann@thejh.net>
23849 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
23850
23851 Conflicts:
23852
23853 fs/compat_ioctl.c
23854
23855 fs/compat_ioctl.c | 130 ++++++++++++++++++++++++++++-------------------------
23856 1 files changed, 68 insertions(+), 62 deletions(-)
23857
23858 commit 3e89e770ae27e931cd1583f021abac41eeebc3e7
23859 Author: Al Viro <viro@zeniv.linux.org.uk>
23860 Date: Thu Jan 7 09:53:30 2016 -0500
23861
23862 compat_ioctl: don't pass fd around when not needed
23863
23864 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
23865
23866 fs/compat_ioctl.c | 103 ++++++++++++++++++++++++++--------------------------
23867 fs/internal.h | 7 ++++
23868 fs/ioctl.c | 4 +-
23869 include/linux/fs.h | 2 -
23870 4 files changed, 61 insertions(+), 55 deletions(-)
23871
23872 commit 9d4e04082752d4d2d68445c4e6faf33a2613df55
23873 Author: Jann Horn <jann@thejh.net>
23874 Date: Tue Jan 5 18:27:29 2016 +0100
23875
23876 compat_ioctl: don't look up the fd twice
23877
23878 In code in fs/compat_ioctl.c that translates ioctl arguments
23879 into a in-kernel structure, then performs sys_ioctl, possibly
23880 under set_fs(KERNEL_DS), this commit changes the sys_ioctl
23881 calls to do_ioctl calls. do_ioctl is a new function that does
23882 the same thing as sys_ioctl, but doesn't look up the fd again.
23883
23884 This change is made to avoid (potential) security issues
23885 because of ioctl handlers that accept one of the ioctl
23886 commands I2C_FUNCS, VIDEO_GET_EVENT, MTIOCPOS, MTIOCGET,
23887 TIOCGSERIAL, TIOCSSERIAL, RTC_IRQP_READ, RTC_EPOCH_READ.
23888 This can happen for multiple reasons:
23889
23890 - The ioctl command number could be reused.
23891 - The ioctl handler might not check the full ioctl
23892 command. This is e.g. true for drm_ioctl.
23893 - The ioctl handler is very special, e.g. cuse_file_ioctl
23894
23895 The real issue is that set_fs(KERNEL_DS) is used here,
23896 but that's fixed in a separate commit
23897 "compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)".
23898
23899 This change mitigates potential security issues by
23900 preventing a race that permits invocation of
23901 unlocked_ioctl handlers under KERNEL_DS through compat
23902 code even if a corresponding compat_ioctl handler exists.
23903
23904 So far, no way has been identified to use this to damage
23905 kernel memory without having CAP_SYS_ADMIN in the init ns
23906 (with the capability, doing reads/writes at arbitrary
23907 kernel addresses should be easy through CUSE's ioctl
23908 handler with FUSE_IOCTL_UNRESTRICTED set).
23909
23910 [AV: two missed sys_ioctl() taken care of]
23911
23912 Signed-off-by: Jann Horn <jann@thejh.net>
23913 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
23914
23915 fs/compat_ioctl.c | 122 +++++++++++++++++++++++++++++-----------------------
23916 1 files changed, 68 insertions(+), 54 deletions(-)
23917
23918 commit 5bf9e1ed4ebb278cd956ba142914fc04a024309c
23919 Author: Vasily Kulikov <segoon@openwall.com>
23920 Date: Fri Jan 15 16:57:55 2016 -0800
23921
23922 include/linux/poison.h: use POISON_POINTER_DELTA for poison pointers
23923
23924 TIMER_ENTRY_STATIC is defined as a poison pointers which
23925 should point to nowhere. Redefine them using POISON_POINTER_DELTA
23926 arithmetics to make sure they really point to non-mappable area declared
23927 by the target architecture.
23928
23929 Signed-off-by: Vasily Kulikov <segoon@openwall.com>
23930 Acked-by: Thomas Gleixner <tglx@linutronix.de>
23931 Cc: Solar Designer <solar@openwall.com>
23932 Cc: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>
23933 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
23934 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
23935
23936 Conflicts:
23937
23938 include/linux/poison.h
23939
23940 include/linux/poison.h | 2 +-
23941 1 files changed, 1 insertions(+), 1 deletions(-)
23942
23943 commit 60f2e0a05ab8f56c804a9334a23e2b446305d110
23944 Author: Brad Spengler <spender@grsecurity.net>
23945 Date: Tue Jan 19 19:41:44 2016 -0500
23946
23947 Fix ARM compilation, reported by Austin Sepp
23948
23949 grsecurity/grsec_sig.c | 1 +
23950 1 files changed, 1 insertions(+), 0 deletions(-)
23951
23952 commit e15383743443dc43460a2fd73e0db0b608610dca
23953 Author: Takashi Iwai <tiwai@suse.de>
23954 Date: Mon Jan 18 13:52:47 2016 +0100
23955
23956 ALSA: hrtimer: Fix stall by hrtimer_cancel()
23957
23958 hrtimer_cancel() waits for the completion from the callback, thus it
23959 must not be called inside the callback itself. This was already a
23960 problem in the past with ALSA hrtimer driver, and the early commit
23961 [fcfdebe70759: ALSA: hrtimer - Fix lock-up] tried to address it.
23962
23963 However, the previous fix is still insufficient: it may still cause a
23964 lockup when the ALSA timer instance reprograms itself in its callback.
23965 Then it invokes the start function even in snd_timer_interrupt() that
23966 is called in hrtimer callback itself, results in a CPU stall. This is
23967 no hypothetical problem but actually triggered by syzkaller fuzzer.
23968
23969 This patch tries to fix the issue again. Now we call
23970 hrtimer_try_to_cancel() at both start and stop functions so that it
23971 won't fall into a deadlock, yet giving some chance to cancel the queue
23972 if the functions have been called outside the callback. The proper
23973 hrtimer_cancel() is called in anyway at closing, so this should be
23974 enough.
23975
23976 Reported-and-tested-by: Dmitry Vyukov <dvyukov@google.com>
23977 Cc: <stable@vger.kernel.org>
23978 Signed-off-by: Takashi Iwai <tiwai@suse.de>
23979
23980 sound/core/hrtimer.c | 3 ++-
23981 1 files changed, 2 insertions(+), 1 deletions(-)
23982
23983 commit 12d874daf706e6e7c1ae709141859c809599297e
23984 Author: Takashi Iwai <tiwai@suse.de>
23985 Date: Tue Jan 12 12:38:02 2016 +0100
23986
23987 ALSA: seq: Fix missing NULL check at remove_events ioctl
23988
23989 snd_seq_ioctl_remove_events() calls snd_seq_fifo_clear()
23990 unconditionally even if there is no FIFO assigned, and this leads to
23991 an Oops due to NULL dereference. The fix is just to add a proper NULL
23992 check.
23993
23994 Reported-by: Dmitry Vyukov <dvyukov@google.com>
23995 Tested-by: Dmitry Vyukov <dvyukov@google.com>
23996 Cc: <stable@vger.kernel.org>
23997 Signed-off-by: Takashi Iwai <tiwai@suse.de>
23998
23999 sound/core/seq/seq_clientmgr.c | 2 +-
24000 1 files changed, 1 insertions(+), 1 deletions(-)
24001
24002 commit 2eb0632df1351378946507e7ef7ba0682632a7b5
24003 Author: Takashi Iwai <tiwai@suse.de>
24004 Date: Tue Jan 12 15:36:27 2016 +0100
24005
24006 ALSA: seq: Fix race at timer setup and close
24007
24008 ALSA sequencer code has an open race between the timer setup ioctl and
24009 the close of the client. This was triggered by syzkaller fuzzer, and
24010 a use-after-free was caught there as a result.
24011
24012 This patch papers over it by adding a proper queue->timer_mutex lock
24013 around the timer-related calls in the relevant code path.
24014
24015 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24016 Tested-by: Dmitry Vyukov <dvyukov@google.com>
24017 Cc: <stable@vger.kernel.org>
24018 Signed-off-by: Takashi Iwai <tiwai@suse.de>
24019
24020 sound/core/seq/seq_queue.c | 2 ++
24021 1 files changed, 2 insertions(+), 0 deletions(-)
24022
24023 commit b9e55ab955e59b4a636d78a748be90334a48b485
24024 Author: Takashi Iwai <tiwai@suse.de>
24025 Date: Thu Jan 14 16:30:58 2016 +0100
24026
24027 ALSA: timer: Harden slave timer list handling
24028
24029 A slave timer instance might be still accessible in a racy way while
24030 operating the master instance as it lacks of locking. Since the
24031 master operation is mostly protected with timer->lock, we should cope
24032 with it while changing the slave instance, too. Also, some linked
24033 lists (active_list and ack_list) of slave instances aren't unlinked
24034 immediately at stopping or closing, and this may lead to unexpected
24035 accesses.
24036
24037 This patch tries to address these issues. It adds spin lock of
24038 timer->lock (either from master or slave, which is equivalent) in a
24039 few places. For avoiding a deadlock, we ensure that the global
24040 slave_active_lock is always locked at first before each timer lock.
24041
24042 Also, ack and active_list of slave instances are properly unlinked at
24043 snd_timer_stop() and snd_timer_close().
24044
24045 Last but not least, remove the superfluous call of _snd_timer_stop()
24046 at removing slave links. This is a noop, and calling it may confuse
24047 readers wrt locking. Further cleanup will follow in a later patch.
24048
24049 Actually we've got reports of use-after-free by syzkaller fuzzer, and
24050 this hopefully fixes these issues.
24051
24052 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24053 Cc: <stable@vger.kernel.org>
24054 Signed-off-by: Takashi Iwai <tiwai@suse.de>
24055
24056 sound/core/timer.c | 18 ++++++++++++++----
24057 1 files changed, 14 insertions(+), 4 deletions(-)
24058
24059 commit f1ce0547bdfda1b42ae8a66c222f2a897cbe1586
24060 Author: Takashi Iwai <tiwai@suse.de>
24061 Date: Wed Jan 13 17:48:01 2016 +0100
24062
24063 ALSA: timer: Fix race among timer ioctls
24064
24065 ALSA timer ioctls have an open race and this may lead to a
24066 use-after-free of timer instance object. A simplistic fix is to make
24067 each ioctl exclusive. We have already tread_sem for controlling the
24068 tread, and extend this as a global mutex to be applied to each ioctl.
24069
24070 The downside is, of course, the worse concurrency. But these ioctls
24071 aren't to be parallel accessible, in anyway, so it should be fine to
24072 serialize there.
24073
24074 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24075 Tested-by: Dmitry Vyukov <dvyukov@google.com>
24076 Cc: <stable@vger.kernel.org>
24077 Signed-off-by: Takashi Iwai <tiwai@suse.de>
24078
24079 sound/core/timer.c | 32 +++++++++++++++++++-------------
24080 1 files changed, 19 insertions(+), 13 deletions(-)
24081
24082 commit 8347d8461ed48a98f9c76cc3cfcdad8217d314bc
24083 Author: Takashi Iwai <tiwai@suse.de>
24084 Date: Wed Jan 13 21:35:06 2016 +0100
24085
24086 ALSA: timer: Fix double unlink of active_list
24087
24088 ALSA timer instance object has a couple of linked lists and they are
24089 unlinked unconditionally at snd_timer_stop(). Meanwhile
24090 snd_timer_interrupt() unlinks it, but it calls list_del() which leaves
24091 the element list itself unchanged. This ends up with unlinking twice,
24092 and it was caught by syzkaller fuzzer.
24093
24094 The fix is to use list_del_init() variant properly there, too.
24095
24096 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24097 Tested-by: Dmitry Vyukov <dvyukov@google.com>
24098 Cc: <stable@vger.kernel.org>
24099 Signed-off-by: Takashi Iwai <tiwai@suse.de>
24100
24101 sound/core/timer.c | 2 +-
24102 1 files changed, 1 insertions(+), 1 deletions(-)
24103
24104 commit 243aebb7ae71d6e11ea9880faa893d1d0d60cd75
24105 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
24106 Date: Mon Jan 18 18:03:48 2016 +0100
24107
24108 ovs: limit ovs recursions in ovs_execute_actions to not corrupt stack
24109
24110 It was seen that defective configurations of openvswitch could overwrite
24111 the STACK_END_MAGIC and cause a hard crash of the kernel because of too
24112 many recursions within ovs.
24113
24114 This problem arises due to the high stack usage of openvswitch. The rest
24115 of the kernel is fine with the current limit of 10 (RECURSION_LIMIT).
24116
24117 We use the already existing recursion counter in ovs_execute_actions to
24118 implement an upper bound of 5 recursions.
24119
24120 Cc: Pravin Shelar <pshelar@ovn.org>
24121 Cc: Simon Horman <simon.horman@netronome.com>
24122 Cc: Eric Dumazet <eric.dumazet@gmail.com>
24123 Cc: Simon Horman <simon.horman@netronome.com>
24124 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
24125 Signed-off-by: David S. Miller <davem@davemloft.net>
24126
24127 net/openvswitch/actions.c | 19 ++++++++++++++-----
24128 1 files changed, 14 insertions(+), 5 deletions(-)
24129
24130 commit 8080793479c6d5befe37a67b1dbd9e4e0a61af96
24131 Author: Ursula Braun <ursula.braun@de.ibm.com>
24132 Date: Tue Jan 19 10:41:33 2016 +0100
24133
24134 af_iucv: Validate socket address length in iucv_sock_bind()
24135
24136 Signed-off-by: Ursula Braun <ursula.braun@de.ibm.com>
24137 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24138 Reviewed-by: Evgeny Cherkashin <Eugene.Crosser@ru.ibm.com>
24139 Signed-off-by: David S. Miller <davem@davemloft.net>
24140
24141 net/iucv/af_iucv.c | 3 +++
24142 1 files changed, 3 insertions(+), 0 deletions(-)
24143
24144 commit 50a383c1c91ed7409c3cbdd41e662d6891463d1b
24145 Author: Brad Spengler <spender@grsecurity.net>
24146 Date: Tue Jan 19 19:32:54 2016 -0500
24147
24148 Apply the same fix as everyone else for the recent keys vulnerability that is
24149 unexploitable under PAX_REFCOUNT
24150
24151 Make a couple more changes that no one else can/will
24152
24153 include/linux/key-type.h | 4 ++--
24154 ipc/msgutil.c | 4 ++--
24155 security/keys/internal.h | 2 +-
24156 security/keys/process_keys.c | 1 +
24157 4 files changed, 6 insertions(+), 5 deletions(-)
24158
24159 commit b56c3a63f431c193400aee17543021950bd14bc4
24160 Merge: 38b1a3d 470069c
24161 Author: Brad Spengler <spender@grsecurity.net>
24162 Date: Sun Jan 17 18:30:19 2016 -0500
24163
24164 Merge branch 'pax-test' into grsec-test
24165
24166 commit 470069cfedef2180313233d275be5901bd6d1135
24167 Author: Brad Spengler <spender@grsecurity.net>
24168 Date: Sun Jan 17 18:29:59 2016 -0500
24169
24170 Update to pax-linux-4.3.3-test22.patch:
24171 - Emesed fixed a gcc induced intentional integer overflow in asix_rx_fixup_internal, reported by thomas callison caffrey
24172 - fixed some more fallout from the drm_drivers constification, reported by Colin Childs and Toralf Foerster
24173
24174 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 14 ++++----------
24175 drivers/gpu/drm/drm_pci.c | 3 +++
24176 drivers/gpu/drm/gma500/psb_drv.c | 4 ----
24177 drivers/gpu/drm/i915/i915_drv.c | 16 ++++++++--------
24178 drivers/gpu/drm/nouveau/nouveau_drm.c | 6 +++---
24179 drivers/gpu/drm/radeon/radeon_drv.c | 4 +---
24180 drivers/net/usb/asix_common.c | 3 ++-
24181 include/drm/drmP.h | 1 +
24182 8 files changed, 22 insertions(+), 29 deletions(-)
24183
24184 commit 38b1a3d676f407865c3d41840df8213c5ad639c1
24185 Author: Brad Spengler <spender@grsecurity.net>
24186 Date: Sun Jan 17 12:33:53 2016 -0500
24187
24188 As reported by Luis Ressel, the Kconfig help for GRKERNSEC_BRUTE
24189 mentioned banning execution of suid/sgid binaries, though the kernel
24190 source clearly only mentions banning execution of suid binaries. Since
24191 there's no reason for us to not ban execution of sgid binaries as well,
24192 make the implementation match the Kconfig description.
24193
24194 fs/exec.c | 4 ++--
24195 grsecurity/grsec_sig.c | 27 ++++++++++++++-------------
24196 include/linux/sched.h | 4 ++--
24197 3 files changed, 18 insertions(+), 17 deletions(-)
24198
24199 commit 8c3bcb7dbf7f606acfa0983e81f0f928da1f1ace
24200 Merge: d141a86 ea4a835
24201 Author: Brad Spengler <spender@grsecurity.net>
24202 Date: Sat Jan 16 14:12:22 2016 -0500
24203
24204 Merge branch 'pax-test' into grsec-test
24205
24206 Conflicts:
24207 drivers/gpu/drm/i810/i810_drv.c
24208
24209 commit ea4a835328ada6513ac013986764d6caea8cd348
24210 Author: Brad Spengler <spender@grsecurity.net>
24211 Date: Sat Jan 16 14:11:30 2016 -0500
24212
24213 Update to pax-linux-4.3.3-test21.patch:
24214 - fixed some fallout from the drm_drivers constification, reported by spender
24215
24216 drivers/gpu/drm/armada/armada_drv.c | 3 +--
24217 drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 -
24218 drivers/gpu/drm/i810/i810_dma.c | 2 +-
24219 drivers/gpu/drm/i810/i810_drv.c | 6 +++++-
24220 drivers/gpu/drm/i810/i810_drv.h | 2 +-
24221 5 files changed, 8 insertions(+), 6 deletions(-)
24222
24223 commit d141a86fd66194bc3f896b6809b189e2f12a9a83
24224 Author: Brad Spengler <spender@grsecurity.net>
24225 Date: Sat Jan 16 13:16:36 2016 -0500
24226
24227 compile fix
24228
24229 drivers/gpu/drm/i810/i810_dma.c | 2 +-
24230 drivers/gpu/drm/i810/i810_drv.c | 4 +++-
24231 drivers/gpu/drm/i810/i810_drv.h | 2 +-
24232 3 files changed, 5 insertions(+), 3 deletions(-)
24233
24234 commit 0d9dc4b25ea32c14561bcfe6b5b24f1b00fe0270
24235 Merge: 5fa135d bbda879
24236 Author: Brad Spengler <spender@grsecurity.net>
24237 Date: Sat Jan 16 12:59:22 2016 -0500
24238
24239 Merge branch 'pax-test' into grsec-test
24240
24241 commit bbda87914edf63e27fb46670bf3a373f2b963c73
24242 Author: Brad Spengler <spender@grsecurity.net>
24243 Date: Sat Jan 16 12:58:04 2016 -0500
24244
24245 Update to pax-linux-4.3.3-test20.patch:
24246 - constified drm_driver
24247 - Emese fixed a special case in handling __func__ in the initify plugin
24248 - Emese fixed a false positive size overflow report in handling inbufBits, reported by Martin Filo (https://bugs.gentoo.org/show_bug.cgi?id=567048)
24249 - fixed regression that caused perf to not resolve kernel code addresses under KERNEXEC/i386, reported by minipli
24250
24251 arch/x86/kernel/cpu/perf_event.h | 2 +-
24252 arch/x86/kernel/cpu/perf_event_intel_ds.c | 7 +-
24253 arch/x86/kernel/cpu/perf_event_intel_lbr.c | 4 +-
24254 arch/x86/kernel/uprobes.c | 2 +-
24255 arch/x86/mm/mpx.c | 2 +-
24256 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
24257 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 8 ++-
24258 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +-
24259 drivers/gpu/drm/drm_pci.c | 6 +-
24260 drivers/gpu/drm/gma500/psb_drv.c | 5 +-
24261 drivers/gpu/drm/i915/i915_dma.c | 2 +-
24262 drivers/gpu/drm/i915/i915_drv.c | 15 ++--
24263 drivers/gpu/drm/i915/i915_drv.h | 2 +-
24264 drivers/gpu/drm/i915/i915_irq.c | 88 ++++++++++----------
24265 drivers/gpu/drm/mga/mga_drv.c | 5 +-
24266 drivers/gpu/drm/mga/mga_drv.h | 2 +-
24267 drivers/gpu/drm/mga/mga_state.c | 2 +-
24268 drivers/gpu/drm/nouveau/nouveau_drm.c | 13 ++--
24269 drivers/gpu/drm/qxl/qxl_drv.c | 8 ++-
24270 drivers/gpu/drm/qxl/qxl_ioctl.c | 2 +-
24271 drivers/gpu/drm/r128/r128_drv.c | 4 +-
24272 drivers/gpu/drm/r128/r128_drv.h | 2 +-
24273 drivers/gpu/drm/r128/r128_state.c | 2 +-
24274 drivers/gpu/drm/radeon/radeon_drv.c | 17 +++-
24275 drivers/gpu/drm/radeon/radeon_drv.h | 2 +-
24276 drivers/gpu/drm/radeon/radeon_kms.c | 2 +-
24277 drivers/gpu/drm/radeon/radeon_state.c | 2 +-
24278 drivers/gpu/drm/savage/savage_bci.c | 2 +-
24279 drivers/gpu/drm/savage/savage_drv.c | 5 +-
24280 drivers/gpu/drm/savage/savage_drv.h | 2 +-
24281 drivers/gpu/drm/sis/sis_drv.c | 5 +-
24282 drivers/gpu/drm/sis/sis_drv.h | 2 +-
24283 drivers/gpu/drm/sis/sis_mm.c | 2 +-
24284 drivers/gpu/drm/via/via_dma.c | 2 +-
24285 drivers/gpu/drm/via/via_drv.c | 5 +-
24286 drivers/gpu/drm/via/via_drv.h | 2 +-
24287 include/drm/drmP.h | 2 +-
24288 mm/slab.c | 2 +-
24289 net/sunrpc/xprtrdma/svc_rdma.c | 6 +-
24290 tools/gcc/initify_plugin.c | 15 +++-
24291 .../disable_size_overflow_hash.data | 1 +
24292 .../size_overflow_plugin/size_overflow_hash.data | 3 +-
24293 42 files changed, 156 insertions(+), 110 deletions(-)
24294
24295 commit 5fa135dc116350e0205c39ef65eaf6496ed2748a
24296 Author: Brad Spengler <spender@grsecurity.net>
24297 Date: Sat Jan 16 12:19:23 2016 -0500
24298
24299 compile fix
24300
24301 grsecurity/grsec_sig.c | 3 +--
24302 1 files changed, 1 insertions(+), 2 deletions(-)
24303
24304 commit a9090fa58f33f75c7450fda5721a9b13625a47d9
24305 Author: Brad Spengler <spender@grsecurity.net>
24306 Date: Sat Jan 16 12:10:37 2016 -0500
24307
24308 As pointed out by Jann Horn, some distros are starting to circumvent
24309 previous assumptions about the attainability of a user to control
24310 multiple UIDs by handing out suid binaries that allow a user to run
24311 processes (including exploits) under a number of other pre-defined
24312 UIDs. As this could potentially be used to bypass GRKERNSEC_BRUTE
24313 (though it would have to involve some code path that doesn't involve
24314 locks) fix that here by ensuring no more than 8 users on a system can
24315 be banned before a reboot is required. If more are banned, a panic
24316 is triggered.
24317
24318 grsecurity/grsec_sig.c | 8 ++++++++
24319 1 files changed, 8 insertions(+), 0 deletions(-)
24320
24321 commit a8d37776e9521c567ebff6730d49312f72435f08
24322 Author: Eric Dumazet <edumazet@google.com>
24323 Date: Thu Dec 3 11:12:07 2015 -0800
24324
24325 proc: add a reschedule point in proc_readfd_common()
24326
24327 User can pass an arbitrary large buffer to getdents().
24328
24329 It is typically a 32KB buffer used by libc scandir() implementation.
24330
24331 When scanning /proc/{pid}/fd, we can hold cpu way too long,
24332 so add a cond_resched() to be kind with other tasks.
24333
24334 We've seen latencies of more than 50ms on real workloads.
24335
24336 Signed-off-by: Eric Dumazet <edumazet@google.com>
24337 Cc: Alexander Viro <viro@zeniv.linux.org.uk>
24338 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
24339
24340 fs/proc/fd.c | 1 +
24341 1 files changed, 1 insertions(+), 0 deletions(-)
24342
24343 commit 0adba75f8708f13b1f5d98ebe3fc2fb961e100c8
24344 Author: Rabin Vincent <rabin@rab.in>
24345 Date: Tue Jan 12 20:17:08 2016 +0100
24346
24347 net: bpf: reject invalid shifts
24348
24349 On ARM64, a BUG() is triggered in the eBPF JIT if a filter with a
24350 constant shift that can't be encoded in the immediate field of the
24351 UBFM/SBFM instructions is passed to the JIT. Since these shifts
24352 amounts, which are negative or >= regsize, are invalid, reject them in
24353 the eBPF verifier and the classic BPF filter checker, for all
24354 architectures.
24355
24356 Signed-off-by: Rabin Vincent <rabin@rab.in>
24357 Acked-by: Alexei Starovoitov <ast@kernel.org>
24358 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
24359 Signed-off-by: David S. Miller <davem@davemloft.net>
24360
24361 kernel/bpf/verifier.c | 10 ++++++++++
24362 net/core/filter.c | 5 +++++
24363 2 files changed, 15 insertions(+), 0 deletions(-)
24364
24365 commit c248e115a73496625a1c64660d0eeefd67e55cbf
24366 Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
24367 Date: Fri Jan 8 11:00:54 2016 -0200
24368
24369 sctp: fix use-after-free in pr_debug statement
24370
24371 Dmitry Vyukov reported a use-after-free in the code expanded by the
24372 macro debug_post_sfx, which is caused by the use of the asoc pointer
24373 after it was freed within sctp_side_effect() scope.
24374
24375 This patch fixes it by allowing sctp_side_effect to clear that asoc
24376 pointer when the TCB is freed.
24377
24378 As Vlad explained, we also have to cover the SCTP_DISPOSITION_ABORT case
24379 because it will trigger DELETE_TCB too on that same loop.
24380
24381 Also, there were places issuing SCTP_CMD_INIT_FAILED and ASSOC_FAILED
24382 but returning SCTP_DISPOSITION_CONSUME, which would fool the scheme
24383 above. Fix it by returning SCTP_DISPOSITION_ABORT instead.
24384
24385 The macro is already prepared to handle such NULL pointer.
24386
24387 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24388 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
24389 Acked-by: Vlad Yasevich <vyasevich@gmail.com>
24390 Signed-off-by: David S. Miller <davem@davemloft.net>
24391
24392 net/sctp/sm_sideeffect.c | 11 ++++++-----
24393 net/sctp/sm_statefuns.c | 17 ++++-------------
24394 2 files changed, 10 insertions(+), 18 deletions(-)
24395
24396 commit 395ea8a9e73e184fc14153a033000bccf4213213
24397 Author: willy tarreau <w@1wt.eu>
24398 Date: Sun Jan 10 07:54:56 2016 +0100
24399
24400 unix: properly account for FDs passed over unix sockets
24401
24402 It is possible for a process to allocate and accumulate far more FDs than
24403 the process' limit by sending them over a unix socket then closing them
24404 to keep the process' fd count low.
24405
24406 This change addresses this problem by keeping track of the number of FDs
24407 in flight per user and preventing non-privileged processes from having
24408 more FDs in flight than their configured FD limit.
24409
24410 Reported-by: socketpair@gmail.com
24411 Reported-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
24412 Mitigates: CVE-2013-4312 (Linux 2.0+)
24413 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
24414 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
24415 Signed-off-by: Willy Tarreau <w@1wt.eu>
24416 Signed-off-by: David S. Miller <davem@davemloft.net>
24417
24418 include/linux/sched.h | 1 +
24419 net/unix/af_unix.c | 24 ++++++++++++++++++++----
24420 net/unix/garbage.c | 13 ++++++++-----
24421 3 files changed, 29 insertions(+), 9 deletions(-)
24422
24423 commit cb207ab8fbd71dcfc4a49d533aba8085012543fd
24424 Author: Sasha Levin <sasha.levin@oracle.com>
24425 Date: Thu Jan 7 14:52:43 2016 -0500
24426
24427 net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memory
24428
24429 proc_dostring() needs an initialized destination string, while the one
24430 provided in proc_sctp_do_hmac_alg() contains stack garbage.
24431
24432 Thus, writing to cookie_hmac_alg would strlen() that garbage and end up
24433 accessing invalid memory.
24434
24435 Fixes: 3c68198e7 ("sctp: Make hmac algorithm selection for cookie generation dynamic")
24436 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
24437 Signed-off-by: David S. Miller <davem@davemloft.net>
24438
24439 net/sctp/sysctl.c | 2 +-
24440 1 files changed, 1 insertions(+), 1 deletions(-)
24441
24442 commit 4014e09faf0fe9054119624ccfff1236e886b554
24443 Author: Quentin Casasnovas <quentin.casasnovas@oracle.com>
24444 Date: Tue Nov 24 17:13:21 2015 -0500
24445
24446 RDS: fix race condition when sending a message on unbound socket
24447
24448 commit 8c7188b23474cca017b3ef354c4a58456f68303a upstream.
24449
24450 Sasha's found a NULL pointer dereference in the RDS connection code when
24451 sending a message to an apparently unbound socket. The problem is caused
24452 by the code checking if the socket is bound in rds_sendmsg(), which checks
24453 the rs_bound_addr field without taking a lock on the socket. This opens a
24454 race where rs_bound_addr is temporarily set but where the transport is not
24455 in rds_bind(), leading to a NULL pointer dereference when trying to
24456 dereference 'trans' in __rds_conn_create().
24457
24458 Vegard wrote a reproducer for this issue, so kindly ask him to share if
24459 you're interested.
24460
24461 I cannot reproduce the NULL pointer dereference using Vegard's reproducer
24462 with this patch, whereas I could without.
24463
24464 Complete earlier incomplete fix to CVE-2015-6937:
24465
24466 74e98eb08588 ("RDS: verify the underlying transport exists before creating a connection")
24467
24468 Cc: David S. Miller <davem@davemloft.net>
24469
24470 Reviewed-by: Vegard Nossum <vegard.nossum@oracle.com>
24471 Reviewed-by: Sasha Levin <sasha.levin@oracle.com>
24472 Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
24473 Signed-off-by: Quentin Casasnovas <quentin.casasnovas@oracle.com>
24474 Signed-off-by: David S. Miller <davem@davemloft.net>
24475 Signed-off-by: Jiri Slaby <jslaby@suse.cz>
24476
24477 Conflicts:
24478
24479 net/rds/send.c
24480
24481 net/rds/connection.c | 6 ------
24482 1 files changed, 0 insertions(+), 6 deletions(-)
24483
24484 commit 206df8d01104344d7588d801016a281a4cd25556
24485 Author: Sasha Levin <sasha.levin@oracle.com>
24486 Date: Tue Sep 8 10:53:40 2015 -0400
24487
24488 RDS: verify the underlying transport exists before creating a connection
24489
24490 There was no verification that an underlying transport exists when creating
24491 a connection, this would cause dereferencing a NULL ptr.
24492
24493 It might happen on sockets that weren't properly bound before attempting to
24494 send a message, which will cause a NULL ptr deref:
24495
24496 [135546.047719] kasan: GPF could be caused by NULL-ptr deref or user memory accessgeneral protection fault: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC KASAN
24497 [135546.051270] Modules linked in:
24498 [135546.051781] CPU: 4 PID: 15650 Comm: trinity-c4 Not tainted 4.2.0-next-20150902-sasha-00041-gbaa1222-dirty #2527
24499 [135546.053217] task: ffff8800835bc000 ti: ffff8800bc708000 task.ti: ffff8800bc708000
24500 [135546.054291] RIP: __rds_conn_create (net/rds/connection.c:194)
24501 [135546.055666] RSP: 0018:ffff8800bc70fab0 EFLAGS: 00010202
24502 [135546.056457] RAX: dffffc0000000000 RBX: 0000000000000f2c RCX: ffff8800835bc000
24503 [135546.057494] RDX: 0000000000000007 RSI: ffff8800835bccd8 RDI: 0000000000000038
24504 [135546.058530] RBP: ffff8800bc70fb18 R08: 0000000000000001 R09: 0000000000000000
24505 [135546.059556] R10: ffffed014d7a3a23 R11: ffffed014d7a3a21 R12: 0000000000000000
24506 [135546.060614] R13: 0000000000000001 R14: ffff8801ec3d0000 R15: 0000000000000000
24507 [135546.061668] FS: 00007faad4ffb700(0000) GS:ffff880252000000(0000) knlGS:0000000000000000
24508 [135546.062836] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
24509 [135546.063682] CR2: 000000000000846a CR3: 000000009d137000 CR4: 00000000000006a0
24510 [135546.064723] Stack:
24511 [135546.065048] ffffffffafe2055c ffffffffafe23fc1 ffffed00493097bf ffff8801ec3d0008
24512 [135546.066247] 0000000000000000 00000000000000d0 0000000000000000 ac194a24c0586342
24513 [135546.067438] 1ffff100178e1f78 ffff880320581b00 ffff8800bc70fdd0 ffff880320581b00
24514 [135546.068629] Call Trace:
24515 [135546.069028] ? __rds_conn_create (include/linux/rcupdate.h:856 net/rds/connection.c:134)
24516 [135546.069989] ? rds_message_copy_from_user (net/rds/message.c:298)
24517 [135546.071021] rds_conn_create_outgoing (net/rds/connection.c:278)
24518 [135546.071981] rds_sendmsg (net/rds/send.c:1058)
24519 [135546.072858] ? perf_trace_lock (include/trace/events/lock.h:38)
24520 [135546.073744] ? lockdep_init (kernel/locking/lockdep.c:3298)
24521 [135546.074577] ? rds_send_drop_to (net/rds/send.c:976)
24522 [135546.075508] ? __might_fault (./arch/x86/include/asm/current.h:14 mm/memory.c:3795)
24523 [135546.076349] ? __might_fault (mm/memory.c:3795)
24524 [135546.077179] ? rds_send_drop_to (net/rds/send.c:976)
24525 [135546.078114] sock_sendmsg (net/socket.c:611 net/socket.c:620)
24526 [135546.078856] SYSC_sendto (net/socket.c:1657)
24527 [135546.079596] ? SYSC_connect (net/socket.c:1628)
24528 [135546.080510] ? trace_dump_stack (kernel/trace/trace.c:1926)
24529 [135546.081397] ? ring_buffer_unlock_commit (kernel/trace/ring_buffer.c:2479 kernel/trace/ring_buffer.c:2558 kernel/trace/ring_buffer.c:2674)
24530 [135546.082390] ? trace_buffer_unlock_commit (kernel/trace/trace.c:1749)
24531 [135546.083410] ? trace_event_raw_event_sys_enter (include/trace/events/syscalls.h:16)
24532 [135546.084481] ? do_audit_syscall_entry (include/trace/events/syscalls.h:16)
24533 [135546.085438] ? trace_buffer_unlock_commit (kernel/trace/trace.c:1749)
24534 [135546.085515] rds_ib_laddr_check(): addr 36.74.25.172 ret -99 node type -1
24535
24536 Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
24537 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
24538 Signed-off-by: David S. Miller <davem@davemloft.net>
24539
24540 net/rds/connection.c | 6 ++++++
24541 1 files changed, 6 insertions(+), 0 deletions(-)
24542
24543 commit 173fa03f05cf0ad485d49a42cbdee8844d3a689a
24544 Author: Steven Rostedt (Red Hat) <rostedt@goodmis.org>
24545 Date: Tue Jan 5 20:32:47 2016 -0500
24546
24547 ftrace/module: Call clean up function when module init fails early
24548
24549 If the module init code fails after calling ftrace_module_init() and before
24550 calling do_init_module(), we can suffer from a memory leak. This is because
24551 ftrace_module_init() allocates pages to store the locations that ftrace
24552 hooks are placed in the module text. If do_init_module() fails, it still
24553 calls the MODULE_GOING notifiers which will tell ftrace to do a clean up of
24554 the pages it allocated for the module. But if load_module() fails before
24555 then, the pages allocated by ftrace_module_init() will never be freed.
24556
24557 Call ftrace_release_mod() on the module if load_module() fails before
24558 getting to do_init_module().
24559
24560 Link: http://lkml.kernel.org/r/567CEA31.1070507@intel.com
24561
24562 Reported-by: "Qiu, PeiyangX" <peiyangx.qiu@intel.com>
24563 Fixes: a949ae560a511 "ftrace/module: Hardcode ftrace_module_init() call into load_module()"
24564 Cc: stable@vger.kernel.org # v2.6.38+
24565 Acked-by: Rusty Russell <rusty@rustcorp.com.au>
24566 Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
24567
24568 include/linux/ftrace.h | 1 +
24569 kernel/module.c | 6 ++++++
24570 2 files changed, 7 insertions(+), 0 deletions(-)
24571
24572 commit 1e5a4a81a4c16c8ac2e264b88a02cc2f42ed0399
24573 Author: Francesco Ruggeri <fruggeri@aristanetworks.com>
24574 Date: Wed Jan 6 00:18:48 2016 -0800
24575
24576 net: possible use after free in dst_release
24577
24578 dst_release should not access dst->flags after decrementing
24579 __refcnt to 0. The dst_entry may be in dst_busy_list and
24580 dst_gc_task may dst_destroy it before dst_release gets a chance
24581 to access dst->flags.
24582
24583 Fixes: d69bbf88c8d0 ("net: fix a race in dst_release()")
24584 Fixes: 27b75c95f10d ("net: avoid RCU for NOCACHE dst")
24585 Signed-off-by: Francesco Ruggeri <fruggeri@arista.com>
24586 Acked-by: Eric Dumazet <edumazet@google.com>
24587 Signed-off-by: David S. Miller <davem@davemloft.net>
24588
24589 net/core/dst.c | 3 ++-
24590 1 files changed, 2 insertions(+), 1 deletions(-)
24591
24592 commit bfb0455793dd4e0f0b49d34a68b3249ab55565cc
24593 Author: Alan <gnomes@lxorguk.ukuu.org.uk>
24594 Date: Wed Jan 6 14:55:02 2016 +0000
24595
24596 mkiss: fix scribble on freed memory
24597
24598 commit d79f16c046086f4fe0d42184a458e187464eb83e fixed a user triggerable
24599 scribble on free memory but added a new one which allows the user to
24600 scribble even more and user controlled data into freed space.
24601
24602 As with 6pack we need to halt the queue before we free the buffers, because
24603 the transmit logic is not protected by the semaphore.
24604
24605 Signed-off-by: Alan Cox <alan@linux.intel.com>
24606 Signed-off-by: David S. Miller <davem@davemloft.net>
24607
24608 drivers/net/hamradio/mkiss.c | 5 +++++
24609 1 files changed, 5 insertions(+), 0 deletions(-)
24610
24611 commit 5cbbcbd32dc1949470f61d342503808fa9555276
24612 Author: David Miller <davem@davemloft.net>
24613 Date: Thu Dec 17 16:05:49 2015 -0500
24614
24615 mkiss: Fix use after free in mkiss_close().
24616
24617 Need to do the unregister_device() after all references to the driver
24618 private have been done.
24619
24620 Signed-off-by: David S. Miller <davem@davemloft.net>
24621
24622 drivers/net/hamradio/mkiss.c | 4 ++--
24623 1 files changed, 2 insertions(+), 2 deletions(-)
24624
24625 commit b00171576794a98068e069a660f0991a6a5190ff
24626 Author: One Thousand Gnomes <gnomes@lxorguk.ukuu.org.uk>
24627 Date: Tue Jan 5 11:51:25 2016 +0000
24628
24629 6pack: fix free memory scribbles
24630
24631 commit acf673a3187edf72068ee2f92f4dc47d66baed47 fixed a user triggerable free
24632 memory scribble but in doing so replaced it with a different one that allows
24633 the user to control the data and scribble even more.
24634
24635 sixpack_close is called by the tty layer in tty context. The tty context is
24636 protected by sp_get() and sp_put(). However network layer activity via
24637 sp_xmit() is not protected this way. We must therefore stop the queue
24638 otherwise the user gets to dump a buffer mostly of their choice into freed
24639 kernel pages.
24640
24641 Signed-off-by: Alan Cox <alan@linux.intel.com>
24642 Signed-off-by: David S. Miller <davem@davemloft.net>
24643
24644 drivers/net/hamradio/6pack.c | 6 ++++++
24645 1 files changed, 6 insertions(+), 0 deletions(-)
24646
24647 commit 5b64a833907cd230a3106aeba2304b2c1bcd116d
24648 Author: David Miller <davem@davemloft.net>
24649 Date: Thu Dec 17 16:05:32 2015 -0500
24650
24651 6pack: Fix use after free in sixpack_close().
24652
24653 Need to do the unregister_device() after all references to the driver
24654 private have been done.
24655
24656 Also we need to use del_timer_sync() for the timers so that we don't
24657 have any asynchronous references after the unregister.
24658
24659 Signed-off-by: David S. Miller <davem@davemloft.net>
24660
24661 drivers/net/hamradio/6pack.c | 8 ++++----
24662 1 files changed, 4 insertions(+), 4 deletions(-)
24663
24664 commit 4f9d532742656b3613d579220fd10c78f24ba37b
24665 Author: Rabin Vincent <rabin@rab.in>
24666 Date: Tue Jan 5 16:23:07 2016 +0100
24667
24668 net: filter: make JITs zero A for SKF_AD_ALU_XOR_X
24669
24670 The SKF_AD_ALU_XOR_X ancillary is not like the other ancillary data
24671 instructions since it XORs A with X while all the others replace A with
24672 some loaded value. All the BPF JITs fail to clear A if this is used as
24673 the first instruction in a filter. This was found using american fuzzy
24674 lop.
24675
24676 Add a helper to determine if A needs to be cleared given the first
24677 instruction in a filter, and use this in the JITs. Except for ARM, the
24678 rest have only been compile-tested.
24679
24680 Fixes: 3480593131e0 ("net: filter: get rid of BPF_S_* enum")
24681 Signed-off-by: Rabin Vincent <rabin@rab.in>
24682 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
24683 Acked-by: Alexei Starovoitov <ast@kernel.org>
24684 Signed-off-by: David S. Miller <davem@davemloft.net>
24685
24686 arch/arm/net/bpf_jit_32.c | 16 +---------------
24687 arch/mips/net/bpf_jit.c | 16 +---------------
24688 arch/powerpc/net/bpf_jit_comp.c | 13 ++-----------
24689 arch/sparc/net/bpf_jit_comp.c | 17 ++---------------
24690 include/linux/filter.h | 19 +++++++++++++++++++
24691 5 files changed, 25 insertions(+), 56 deletions(-)
24692
24693 commit 570d88f8acfffda92b89ae2e1c47320d47256034
24694 Author: John Fastabend <john.fastabend@gmail.com>
24695 Date: Tue Jan 5 09:11:36 2016 -0800
24696
24697 net: sched: fix missing free per cpu on qstats
24698
24699 When a qdisc is using per cpu stats (currently just the ingress
24700 qdisc) only the bstats are being freed. This also free's the qstats.
24701
24702 Fixes: b0ab6f92752b9f9d8 ("net: sched: enable per cpu qstats")
24703 Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
24704 Acked-by: Eric Dumazet <edumazet@google.com>
24705 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
24706 Signed-off-by: David S. Miller <davem@davemloft.net>
24707
24708 net/sched/sch_generic.c | 4 +++-
24709 1 files changed, 3 insertions(+), 1 deletions(-)
24710
24711 commit 32c0ebc51857ee83470a10dcb234d308a0ed1881
24712 Author: Rabin Vincent <rabin@rab.in>
24713 Date: Tue Jan 5 18:34:04 2016 +0100
24714
24715 ARM: net: bpf: fix zero right shift
24716
24717 The LSR instruction cannot be used to perform a zero right shift since a
24718 0 as the immediate value (imm5) in the LSR instruction encoding means
24719 that a shift of 32 is perfomed. See DecodeIMMShift() in the ARM ARM.
24720
24721 Make the JIT skip generation of the LSR if a zero-shift is requested.
24722
24723 This was found using american fuzzy lop.
24724
24725 Signed-off-by: Rabin Vincent <rabin@rab.in>
24726 Acked-by: Alexei Starovoitov <ast@kernel.org>
24727 Signed-off-by: David S. Miller <davem@davemloft.net>
24728
24729 arch/arm/net/bpf_jit_32.c | 3 ++-
24730 1 files changed, 2 insertions(+), 1 deletions(-)
24731
24732 commit 51f5d291750285efa4d4bbe84e5ec23dc00c8d2d
24733 Author: Brad Spengler <spender@grsecurity.net>
24734 Date: Wed Jan 6 20:35:57 2016 -0500
24735
24736 Don't perform hidden lookups in RBAC against the directory of
24737 a file being opened with O_CREAT, reported by Karl Witt
24738
24739 Conflicts:
24740
24741 fs/namei.c
24742
24743 fs/namei.c | 3 ---
24744 1 files changed, 0 insertions(+), 3 deletions(-)
24745
24746 commit 5a8266a6b2769ccdb447256f95bc2577a73cccd1
24747 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
24748 Date: Tue Jan 5 10:46:00 2016 +0100
24749
24750 bridge: Only call /sbin/bridge-stp for the initial network namespace
24751
24752 [I stole this patch from Eric Biederman. He wrote:]
24753
24754 > There is no defined mechanism to pass network namespace information
24755 > into /sbin/bridge-stp therefore don't even try to invoke it except
24756 > for bridge devices in the initial network namespace.
24757 >
24758 > It is possible for unprivileged users to cause /sbin/bridge-stp to be
24759 > invoked for any network device name which if /sbin/bridge-stp does not
24760 > guard against unreasonable arguments or being invoked twice on the
24761 > same network device could cause problems.
24762
24763 [Hannes: changed patch using netns_eq]
24764
24765 Cc: Eric W. Biederman <ebiederm@xmission.com>
24766 Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
24767 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
24768 Signed-off-by: David S. Miller <davem@davemloft.net>
24769
24770 net/bridge/br_stp_if.c | 5 ++++-
24771 1 files changed, 4 insertions(+), 1 deletions(-)
24772
24773 commit 650d535cc39f0aeff2f57e60b6617be25d3ef48b
24774 Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
24775 Date: Wed Dec 23 16:28:40 2015 -0200
24776
24777 sctp: use GFP_USER for user-controlled kmalloc
24778
24779 Commit cacc06215271 ("sctp: use GFP_USER for user-controlled kmalloc")
24780 missed two other spots.
24781
24782 For connectx, as it's more likely to be used by kernel users of the API,
24783 it detects if GFP_USER should be used or not.
24784
24785 Fixes: cacc06215271 ("sctp: use GFP_USER for user-controlled kmalloc")
24786 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24787 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
24788 Signed-off-by: David S. Miller <davem@davemloft.net>
24789
24790 net/sctp/socket.c | 9 ++++++---
24791 1 files changed, 6 insertions(+), 3 deletions(-)
24792
24793 commit 5718a1f63c41fc156f729783423b002763779d04
24794 Author: Florian Westphal <fw@strlen.de>
24795 Date: Thu Dec 31 14:26:33 2015 +0100
24796
24797 connector: bump skb->users before callback invocation
24798
24799 Dmitry reports memleak with syskaller program.
24800 Problem is that connector bumps skb usecount but might not invoke callback.
24801
24802 So move skb_get to where we invoke the callback.
24803
24804 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24805 Signed-off-by: Florian Westphal <fw@strlen.de>
24806 Signed-off-by: David S. Miller <davem@davemloft.net>
24807
24808 drivers/connector/connector.c | 11 +++--------
24809 1 files changed, 3 insertions(+), 8 deletions(-)
24810
24811 commit 2e6372e6a97f8d642416899861f91777f44f13b7
24812 Author: Rainer Weikusat <rweikusat@mobileactivedefense.com>
24813 Date: Sun Jan 3 18:56:38 2016 +0000
24814
24815 af_unix: Fix splice-bind deadlock
24816
24817 On 2015/11/06, Dmitry Vyukov reported a deadlock involving the splice
24818 system call and AF_UNIX sockets,
24819
24820 http://lists.openwall.net/netdev/2015/11/06/24
24821
24822 The situation was analyzed as
24823
24824 (a while ago) A: socketpair()
24825 B: splice() from a pipe to /mnt/regular_file
24826 does sb_start_write() on /mnt
24827 C: try to freeze /mnt
24828 wait for B to finish with /mnt
24829 A: bind() try to bind our socket to /mnt/new_socket_name
24830 lock our socket, see it not bound yet
24831 decide that it needs to create something in /mnt
24832 try to do sb_start_write() on /mnt, block (it's
24833 waiting for C).
24834 D: splice() from the same pipe to our socket
24835 lock the pipe, see that socket is connected
24836 try to lock the socket, block waiting for A
24837 B: get around to actually feeding a chunk from
24838 pipe to file, try to lock the pipe. Deadlock.
24839
24840 on 2015/11/10 by Al Viro,
24841
24842 http://lists.openwall.net/netdev/2015/11/10/4
24843
24844 The patch fixes this by removing the kern_path_create related code from
24845 unix_mknod and executing it as part of unix_bind prior acquiring the
24846 readlock of the socket in question. This means that A (as used above)
24847 will sb_start_write on /mnt before it acquires the readlock, hence, it
24848 won't indirectly block B which first did a sb_start_write and then
24849 waited for a thread trying to acquire the readlock. Consequently, A
24850 being blocked by C waiting for B won't cause a deadlock anymore
24851 (effectively, both A and B acquire two locks in opposite order in the
24852 situation described above).
24853
24854 Dmitry Vyukov(<dvyukov@google.com>) tested the original patch.
24855
24856 Signed-off-by: Rainer Weikusat <rweikusat@mobileactivedefense.com>
24857 Signed-off-by: David S. Miller <davem@davemloft.net>
24858
24859 Conflicts:
24860
24861 net/unix/af_unix.c
24862
24863 net/unix/af_unix.c | 70 +++++++++++++++++++++++++++++++--------------------
24864 1 files changed, 42 insertions(+), 28 deletions(-)
24865
24866 commit 2e729e557c571f3253e32472cd7d382ac16cf1c3
24867 Author: Qiu Peiyang <peiyangx.qiu@intel.com>
24868 Date: Thu Dec 31 13:11:28 2015 +0800
24869
24870 tracing: Fix setting of start_index in find_next()
24871
24872 When we do cat /sys/kernel/debug/tracing/printk_formats, we hit kernel
24873 panic at t_show.
24874
24875 general protection fault: 0000 [#1] PREEMPT SMP
24876 CPU: 0 PID: 2957 Comm: sh Tainted: G W O 3.14.55-x86_64-01062-gd4acdc7 #2
24877 RIP: 0010:[<ffffffff811375b2>]
24878 [<ffffffff811375b2>] t_show+0x22/0xe0
24879 RSP: 0000:ffff88002b4ebe80 EFLAGS: 00010246
24880 RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000004
24881 RDX: 0000000000000004 RSI: ffffffff81fd26a6 RDI: ffff880032f9f7b1
24882 RBP: ffff88002b4ebe98 R08: 0000000000001000 R09: 000000000000ffec
24883 R10: 0000000000000000 R11: 000000000000000f R12: ffff880004d9b6c0
24884 R13: 7365725f6d706400 R14: ffff880004d9b6c0 R15: ffffffff82020570
24885 FS: 0000000000000000(0000) GS:ffff88003aa00000(0063) knlGS:00000000f776bc40
24886 CS: 0010 DS: 002b ES: 002b CR0: 0000000080050033
24887 CR2: 00000000f6c02ff0 CR3: 000000002c2b3000 CR4: 00000000001007f0
24888 Call Trace:
24889 [<ffffffff811dc076>] seq_read+0x2f6/0x3e0
24890 [<ffffffff811b749b>] vfs_read+0x9b/0x160
24891 [<ffffffff811b7f69>] SyS_read+0x49/0xb0
24892 [<ffffffff81a3a4b9>] ia32_do_call+0x13/0x13
24893 ---[ end trace 5bd9eb630614861e ]---
24894 Kernel panic - not syncing: Fatal exception
24895
24896 When the first time find_next calls find_next_mod_format, it should
24897 iterate the trace_bprintk_fmt_list to find the first print format of
24898 the module. However in current code, start_index is smaller than *pos
24899 at first, and code will not iterate the list. Latter container_of will
24900 get the wrong address with former v, which will cause mod_fmt be a
24901 meaningless object and so is the returned mod_fmt->fmt.
24902
24903 This patch will fix it by correcting the start_index. After fixed,
24904 when the first time calls find_next_mod_format, start_index will be
24905 equal to *pos, and code will iterate the trace_bprintk_fmt_list to
24906 get the right module printk format, so is the returned mod_fmt->fmt.
24907
24908 Link: http://lkml.kernel.org/r/5684B900.9000309@intel.com
24909
24910 Cc: stable@vger.kernel.org # 3.12+
24911 Fixes: 102c9323c35a8 "tracing: Add __tracepoint_string() to export string pointers"
24912 Signed-off-by: Qiu Peiyang <peiyangx.qiu@intel.com>
24913 Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
24914
24915 kernel/trace/trace_printk.c | 1 +
24916 1 files changed, 1 insertions(+), 0 deletions(-)
24917
24918 commit 0994af4b1930f32aa493dc08145cd304f8bfc8f4
24919 Author: Al Viro <viro@zeniv.linux.org.uk>
24920 Date: Mon Dec 28 20:47:08 2015 -0500
24921
24922 [PATCH] arm: fix handling of F_OFD_... in oabi_fcntl64()
24923
24924 Cc: stable@vger.kernel.org # 3.15+
24925 Reviewed-by: Jeff Layton <jeff.layton@primarydata.com>
24926 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
24927
24928 arch/arm/kernel/sys_oabi-compat.c | 73 +++++++++++++++++++------------------
24929 1 files changed, 37 insertions(+), 36 deletions(-)
24930
24931 commit 4ed030f65dcf3e6b0128032a49a7d75f947fa351
24932 Merge: de243c2 3adc55a
24933 Author: Brad Spengler <spender@grsecurity.net>
24934 Date: Tue Jan 5 18:10:10 2016 -0500
24935
24936 Merge branch 'pax-test' into grsec-test
24937
24938 commit 3adc55a5acfa429c2a7cc883aef08b960c0079b0
24939 Author: Brad Spengler <spender@grsecurity.net>
24940 Date: Tue Jan 5 18:08:53 2016 -0500
24941
24942 Update to pax-linux-4.3.3-test16.patch:
24943 - small cleanup in entry_64.S on x86
24944 - Emese fixed the initify plugin to recursively check variable initializers, reported by Rasmus Villemoes
24945 - fixed an integer truncation of a partially uninitialized value bug in em_pop_sreg, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4354)
24946 - fixed alternatives patching of call insns under KERNEXEC/i386, reported by fly_a320 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4305) and TTgrsec (https://forums.grsecurity.net/viewtopic.php?f=3&t=4353)
24947 - fixed a size overflow false positive that triggered in tcp_parse_options on arm, reported by iamb (https://forums.grsecurity.net/viewtopic.php?f=3&t=4350&p=15917#p15916)
24948 - fixed a boot crash on amd64 with KERNEXEC/OR and CONTEXT_TRACKING, reported by Klaus Kusche (https://bugs.gentoo.org/show_bug.cgi?id=570420)
24949
24950 arch/x86/entry/entry_64.S | 60 +++++-----
24951 arch/x86/kernel/alternative.c | 2 +-
24952 arch/x86/kvm/emulate.c | 4 +-
24953 tools/gcc/initify_plugin.c | 123 +++++++++----------
24954 .../disable_size_overflow_hash.data | 4 +-
24955 .../size_overflow_plugin/size_overflow_hash.data | 2 -
24956 6 files changed, 93 insertions(+), 102 deletions(-)
24957
24958 commit de243c26efd0e423ca92db825af2c3f8eb1ca043
24959 Author: Brad Spengler <spender@grsecurity.net>
24960 Date: Tue Dec 29 18:01:24 2015 -0500
24961
24962 It was noticed during an internal audit that the code under GRKERNSEC_PROC_MEMMAP
24963 which aimed to enforce a 16MB minimum on RLIMIT_DATA for suid/sgid binaries only
24964 did so if RLIMIT_DATA was set lower than PAGE_SIZE.
24965
24966 This addition was only supplemental as GRKERNSEC_BRUTE is the main defense
24967 against suid/sgid attacks and the flaw above would only eliminate the extra
24968 entropy provided for the brk-managed heap, still leaving it with the minimum
24969 of 16-bit entropy for mmap on x86 and 28 on x64.
24970
24971 mm/mmap.c | 2 +-
24972 1 files changed, 1 insertions(+), 1 deletions(-)
24973
24974 commit 8e264cfe47e5f08cdc9ed009a630277206cd2534
24975 Merge: 436201b 2584340
24976 Author: Brad Spengler <spender@grsecurity.net>
24977 Date: Mon Dec 28 20:30:01 2015 -0500
24978
24979 Merge branch 'pax-test' into grsec-test
24980
24981 commit 2584340eab494e64ec1bf9eb5b0d1ae31f926306
24982 Author: Brad Spengler <spender@grsecurity.net>
24983 Date: Mon Dec 28 20:29:28 2015 -0500
24984
24985 Update to pax-linux-4.3.3-test14.patch:
24986 - fixed an integer sign conversion error in i2c_dw_pci_probe caught by the size overflow plugin, reported by Jean Lucas and ganymede (https://forums.grsecurity.net/viewtopic.php?f=3&t=4349)
24987 - fixed shutdown crash with tboot and KERNEXEC, reported by perfinion
24988 - fixed a few false positive and one real size overflow reports in hyperv, reported by hunger
24989 - fixed compile regressions on armv5, reported by iamb (https://forums.grsecurity.net/viewtopic.php?f=3&t=4350)
24990 - fixed an assert in the initify plugin that triggered in vic_register on arm
24991
24992 arch/arm/include/asm/atomic.h | 7 +++++--
24993 arch/arm/include/asm/domain.h | 5 ++---
24994 arch/x86/kernel/tboot.c | 14 +++++++++-----
24995 drivers/hv/channel.c | 4 +---
24996 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
24997 drivers/net/hyperv/rndis_filter.c | 3 +--
24998 fs/exec.c | 4 ++--
24999 include/linux/atomic.h | 15 ---------------
25000 net/core/skbuff.c | 3 ++-
25001 tools/gcc/initify_plugin.c | 4 +++-
25002 10 files changed, 26 insertions(+), 35 deletions(-)
25003
25004 commit 436201b6626b488d173c8076447000077c27b84a
25005 Author: David Howells <dhowells@redhat.com>
25006 Date: Fri Dec 18 01:34:26 2015 +0000
25007
25008 KEYS: Fix race between read and revoke
25009
25010 This fixes CVE-2015-7550.
25011
25012 There's a race between keyctl_read() and keyctl_revoke(). If the revoke
25013 happens between keyctl_read() checking the validity of a key and the key's
25014 semaphore being taken, then the key type read method will see a revoked key.
25015
25016 This causes a problem for the user-defined key type because it assumes in
25017 its read method that there will always be a payload in a non-revoked key
25018 and doesn't check for a NULL pointer.
25019
25020 Fix this by making keyctl_read() check the validity of a key after taking
25021 semaphore instead of before.
25022
25023 I think the bug was introduced with the original keyrings code.
25024
25025 This was discovered by a multithreaded test program generated by syzkaller
25026 (http://github.com/google/syzkaller). Here's a cleaned up version:
25027
25028 #include <sys/types.h>
25029 #include <keyutils.h>
25030 #include <pthread.h>
25031 void *thr0(void *arg)
25032 {
25033 key_serial_t key = (unsigned long)arg;
25034 keyctl_revoke(key);
25035 return 0;
25036 }
25037 void *thr1(void *arg)
25038 {
25039 key_serial_t key = (unsigned long)arg;
25040 char buffer[16];
25041 keyctl_read(key, buffer, 16);
25042 return 0;
25043 }
25044 int main()
25045 {
25046 key_serial_t key = add_key("user", "%", "foo", 3, KEY_SPEC_USER_KEYRING);
25047 pthread_t th[5];
25048 pthread_create(&th[0], 0, thr0, (void *)(unsigned long)key);
25049 pthread_create(&th[1], 0, thr1, (void *)(unsigned long)key);
25050 pthread_create(&th[2], 0, thr0, (void *)(unsigned long)key);
25051 pthread_create(&th[3], 0, thr1, (void *)(unsigned long)key);
25052 pthread_join(th[0], 0);
25053 pthread_join(th[1], 0);
25054 pthread_join(th[2], 0);
25055 pthread_join(th[3], 0);
25056 return 0;
25057 }
25058
25059 Build as:
25060
25061 cc -o keyctl-race keyctl-race.c -lkeyutils -lpthread
25062
25063 Run as:
25064
25065 while keyctl-race; do :; done
25066
25067 as it may need several iterations to crash the kernel. The crash can be
25068 summarised as:
25069
25070 BUG: unable to handle kernel NULL pointer dereference at 0000000000000010
25071 IP: [<ffffffff81279b08>] user_read+0x56/0xa3
25072 ...
25073 Call Trace:
25074 [<ffffffff81276aa9>] keyctl_read_key+0xb6/0xd7
25075 [<ffffffff81277815>] SyS_keyctl+0x83/0xe0
25076 [<ffffffff815dbb97>] entry_SYSCALL_64_fastpath+0x12/0x6f
25077
25078 Reported-by: Dmitry Vyukov <dvyukov@google.com>
25079 Signed-off-by: David Howells <dhowells@redhat.com>
25080 Tested-by: Dmitry Vyukov <dvyukov@google.com>
25081 Cc: stable@vger.kernel.org
25082 Signed-off-by: James Morris <james.l.morris@oracle.com>
25083
25084 security/keys/keyctl.c | 18 +++++++++---------
25085 1 files changed, 9 insertions(+), 9 deletions(-)
25086
25087 commit 195cea04477025da4a2078bd3e1fb7c4e11206c2
25088 Author: Brad Spengler <spender@grsecurity.net>
25089 Date: Tue Dec 22 20:44:01 2015 -0500
25090
25091 Add new kernel command-line param: pax_size_overflow_report_only
25092 If a user triggers a size_overflow violation that makes it difficult
25093 to obtain the call trace without serial console/net console, they can
25094 use this option to provide that information to us
25095
25096 Documentation/kernel-parameters.txt | 5 +++++
25097 fs/exec.c | 12 +++++++++---
25098 init/main.c | 11 +++++++++++
25099 3 files changed, 25 insertions(+), 3 deletions(-)
25100
25101 commit 4254a8da5851df8c08cdca5c392916e8c105408d
25102 Author: WANG Cong <xiyou.wangcong@gmail.com>
25103 Date: Mon Dec 21 10:55:45 2015 -0800
25104
25105 addrconf: always initialize sysctl table data
25106
25107 When sysctl performs restrict writes, it allows to write from
25108 a middle position of a sysctl file, which requires us to initialize
25109 the table data before calling proc_dostring() for the write case.
25110
25111 Fixes: 3d1bec99320d ("ipv6: introduce secret_stable to ipv6_devconf")
25112 Reported-by: Sasha Levin <sasha.levin@oracle.com>
25113 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
25114 Tested-by: Sasha Levin <sasha.levin@oracle.com>
25115 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
25116 Signed-off-by: David S. Miller <davem@davemloft.net>
25117
25118 net/ipv6/addrconf.c | 11 ++++-------
25119 1 files changed, 4 insertions(+), 7 deletions(-)
25120
25121 commit f8002863fb06c363180637046947a78a6ccb3d33
25122 Author: WANG Cong <xiyou.wangcong@gmail.com>
25123 Date: Wed Dec 16 23:39:04 2015 -0800
25124
25125 net: check both type and procotol for tcp sockets
25126
25127 Dmitry reported the following out-of-bound access:
25128
25129 Call Trace:
25130 [<ffffffff816cec2e>] __asan_report_load4_noabort+0x3e/0x40
25131 mm/kasan/report.c:294
25132 [<ffffffff84affb14>] sock_setsockopt+0x1284/0x13d0 net/core/sock.c:880
25133 [< inline >] SYSC_setsockopt net/socket.c:1746
25134 [<ffffffff84aed7ee>] SyS_setsockopt+0x1fe/0x240 net/socket.c:1729
25135 [<ffffffff85c18c76>] entry_SYSCALL_64_fastpath+0x16/0x7a
25136 arch/x86/entry/entry_64.S:185
25137
25138 This is because we mistake a raw socket as a tcp socket.
25139 We should check both sk->sk_type and sk->sk_protocol to ensure
25140 it is a tcp socket.
25141
25142 Willem points out __skb_complete_tx_timestamp() needs to fix as well.
25143
25144 Reported-by: Dmitry Vyukov <dvyukov@google.com>
25145 Cc: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
25146 Cc: Eric Dumazet <eric.dumazet@gmail.com>
25147 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
25148 Acked-by: Willem de Bruijn <willemb@google.com>
25149 Signed-off-by: David S. Miller <davem@davemloft.net>
25150
25151 net/core/skbuff.c | 3 ++-
25152 net/core/sock.c | 3 ++-
25153 2 files changed, 4 insertions(+), 2 deletions(-)
25154
25155 commit bd6b3399804470a4ad8f34229469ca149dceba3d
25156 Author: Colin Ian King <colin.king@canonical.com>
25157 Date: Fri Dec 18 14:22:01 2015 -0800
25158
25159 proc: fix -ESRCH error when writing to /proc/$pid/coredump_filter
25160
25161 Writing to /proc/$pid/coredump_filter always returns -ESRCH because commit
25162 774636e19ed51 ("proc: convert to kstrto*()/kstrto*_from_user()") removed
25163 the setting of ret after the get_proc_task call and incorrectly left it as
25164 -ESRCH. Instead, return 0 when successful.
25165
25166 Example breakage:
25167
25168 echo 0 > /proc/self/coredump_filter
25169 bash: echo: write error: No such process
25170
25171 Fixes: 774636e19ed51 ("proc: convert to kstrto*()/kstrto*_from_user()")
25172 Signed-off-by: Colin Ian King <colin.king@canonical.com>
25173 Acked-by: Kees Cook <keescook@chromium.org>
25174 Cc: <stable@vger.kernel.org> [4.3+]
25175 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
25176 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
25177
25178 fs/proc/base.c | 1 +
25179 1 files changed, 1 insertions(+), 0 deletions(-)
25180
25181 commit b28aca2b99ed08546778355fb9402c503ff9b29e
25182 Author: Junichi Nomura <j-nomura@ce.jp.nec.com>
25183 Date: Tue Dec 22 10:23:44 2015 -0700
25184
25185 block: ensure to split after potentially bouncing a bio
25186
25187 blk_queue_bio() does split then bounce, which makes the segment
25188 counting based on pages before bouncing and could go wrong. Move
25189 the split to after bouncing, like we do for blk-mq, and the we
25190 fix the issue of having the bio count for segments be wrong.
25191
25192 Fixes: 54efd50bfd87 ("block: make generic_make_request handle arbitrarily sized bios")
25193 Cc: stable@vger.kernel.org
25194 Tested-by: Artem S. Tashkinov <t.artem@lycos.com>
25195 Signed-off-by: Jens Axboe <axboe@fb.com>
25196
25197 block/blk-core.c | 4 ++--
25198 1 files changed, 2 insertions(+), 2 deletions(-)
25199
25200 commit e62a25e917a9e5b35ddd5b4f1b5e5e30fbd2e84c
25201 Merge: f6f63ae ec72fa5
25202 Author: Brad Spengler <spender@grsecurity.net>
25203 Date: Tue Dec 22 19:46:26 2015 -0500
25204
25205 Merge branch 'pax-test' into grsec-test
25206
25207 commit ec72fa5f8d9cb4e223bad1b8b5c2e1071c222f2a
25208 Author: Brad Spengler <spender@grsecurity.net>
25209 Date: Tue Dec 22 19:45:51 2015 -0500
25210
25211 Update to pax-linux-4.3.3-test13.patch:
25212 - Emese fixed a (probably) false positive integer truncation in xfs_da_grow_inode_int, reported by jdkbx (http://forums.grsecurity.net/viewtopic.php?f=3&t=4346)
25213 - fixed a size overflow in btrfs/try_merge_map, reported by Alex W (https://bugs.archlinux.org/task/47173) and mathias and dwokfur (https://forums.grsecurity.net/viewtopic.php?f=3&t=4344)
25214
25215 arch/arm/mm/fault.c | 2 +-
25216 arch/x86/mm/fault.c | 2 +-
25217 fs/btrfs/extent_map.c | 8 ++++++--
25218 fs/xfs/libxfs/xfs_da_btree.c | 4 +++-
25219 4 files changed, 11 insertions(+), 5 deletions(-)
25220
25221 commit f6f63ae154cd45028add1dc41957878060d77fbf
25222 Author: Brad Spengler <spender@grsecurity.net>
25223 Date: Thu Dec 17 18:43:44 2015 -0500
25224
25225 ptrace_has_cap() checks whether the current process should be
25226 treated as having a certain capability for ptrace checks
25227 against another process. Until now, this was equivalent to
25228 has_ns_capability(current, target_ns, CAP_SYS_PTRACE).
25229
25230 However, if a root-owned process wants to enter a user
25231 namespace for some reason without knowing who owns it and
25232 therefore can't change to the namespace owner's uid and gid
25233 before entering, as soon as it has entered the namespace,
25234 the namespace owner can attach to it via ptrace and thereby
25235 gain access to its uid and gid.
25236
25237 While it is possible for the entering process to switch to
25238 the uid of a claimed namespace owner before entering,
25239 causing the attempt to enter to fail if the claimed uid is
25240 wrong, this doesn't solve the problem of determining an
25241 appropriate gid.
25242
25243 With this change, the entering process can first enter the
25244 namespace and then safely inspect the namespace's
25245 properties, e.g. through /proc/self/{uid_map,gid_map},
25246 assuming that the namespace owner doesn't have access to
25247 uid 0.
25248 Signed-off-by: Jann Horn <jann@thejh.net>
25249
25250 kernel/ptrace.c | 30 +++++++++++++++++++++++++-----
25251 1 files changed, 25 insertions(+), 5 deletions(-)
25252
25253 commit e314f0fb63020f61543b401ff594e953c2c304e5
25254 Author: tadeusz.struk@intel.com <tadeusz.struk@intel.com>
25255 Date: Tue Dec 15 10:46:17 2015 -0800
25256
25257 net: fix uninitialized variable issue
25258
25259 msg_iocb needs to be initialized on the recv/recvfrom path.
25260 Otherwise afalg will wrongly interpret it as an async call.
25261
25262 Cc: stable@vger.kernel.org
25263 Reported-by: Harald Freudenberger <freude@linux.vnet.ibm.com>
25264 Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
25265 Signed-off-by: David S. Miller <davem@davemloft.net>
25266
25267 net/socket.c | 1 +
25268 1 files changed, 1 insertions(+), 0 deletions(-)
25269
25270 commit a3f56a43ad56b8fcaf04f6327636ed2f5970de3b
25271 Merge: dfa764c 142edcf
25272 Author: Brad Spengler <spender@grsecurity.net>
25273 Date: Wed Dec 16 21:01:17 2015 -0500
25274
25275 Merge branch 'pax-test' into grsec-test
25276
25277 commit 142edcf1005a57fb8887823565cf0bafad2f313c
25278 Author: Brad Spengler <spender@grsecurity.net>
25279 Date: Wed Dec 16 21:00:57 2015 -0500
25280
25281 Update to pax-linux-4.3.3-test12.patch:
25282 - Emese fixed a size overflow false positive in reiserfs/leaf_paste_entries, reported by Christian Apeltauer (https://bugs.gentoo.org/show_bug.cgi?id=568046)
25283 - fixed a bunch of int/size_t mismatches in the drivers/tty/n_tty.c code causing size overflow false positives, reported by Toralf Förster, mathias (https://forums.grsecurity.net/viewtopic.php?f=3&t=4342), N8Fear (https://forums.grsecurity.net/viewtopic.php?f=3&t=4341)
25284
25285 drivers/tty/n_tty.c | 16 ++++++++--------
25286 .../disable_size_overflow_hash.data | 2 ++
25287 .../size_overflow_plugin/size_overflow_hash.data | 6 ++----
25288 3 files changed, 12 insertions(+), 12 deletions(-)
25289
25290 commit dfa764cc549892a5bfc1083cac78b99032cae577
25291 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
25292 Date: Tue Dec 15 22:59:12 2015 +0100
25293
25294 ipv6: automatically enable stable privacy mode if stable_secret set
25295
25296 Bjørn reported that while we switch all interfaces to privacy stable mode
25297 when setting the secret, we don't set this mode for new interfaces. This
25298 does not make sense, so change this behaviour.
25299
25300 Fixes: 622c81d57b392cc ("ipv6: generation of stable privacy addresses for link-local and autoconf")
25301 Reported-by: Bjørn Mork <bjorn@mork.no>
25302 Cc: Bjørn Mork <bjorn@mork.no>
25303 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
25304 Signed-off-by: David S. Miller <davem@davemloft.net>
25305
25306 net/ipv6/addrconf.c | 6 ++++++
25307 1 files changed, 6 insertions(+), 0 deletions(-)
25308
25309 commit c2815a1fee03f222273e77c14e43f960da06f35a
25310 Author: Brad Spengler <spender@grsecurity.net>
25311 Date: Wed Dec 16 13:03:38 2015 -0500
25312
25313 Work around upstream limitation on the number of thread info flags causing a compilation error
25314 Reported by fabled at http://forums.grsecurity.net/viewtopic.php?f=3&t=4339
25315
25316 arch/arm/kernel/entry-common.S | 8 ++++++--
25317 1 files changed, 6 insertions(+), 2 deletions(-)
25318
25319 commit 8c9ae168e09ae49324d709d76d73d9fc4ca477e1
25320 Author: Brad Spengler <spender@grsecurity.net>
25321 Date: Tue Dec 15 19:03:41 2015 -0500
25322
25323 Initial import of grsecurity 3.1 for Linux 4.3.3
25324
25325 Documentation/dontdiff | 2 +
25326 Documentation/kernel-parameters.txt | 7 +
25327 Documentation/sysctl/kernel.txt | 15 +
25328 Makefile | 18 +-
25329 arch/alpha/include/asm/cache.h | 4 +-
25330 arch/alpha/kernel/osf_sys.c | 12 +-
25331 arch/arc/Kconfig | 1 +
25332 arch/arm/Kconfig | 1 +
25333 arch/arm/Kconfig.debug | 1 +
25334 arch/arm/include/asm/thread_info.h | 7 +-
25335 arch/arm/kernel/process.c | 4 +-
25336 arch/arm/kernel/ptrace.c | 9 +
25337 arch/arm/kernel/traps.c | 7 +-
25338 arch/arm/mm/Kconfig | 2 +-
25339 arch/arm/mm/fault.c | 40 +-
25340 arch/arm/mm/mmap.c | 8 +-
25341 arch/arm/net/bpf_jit_32.c | 51 +-
25342 arch/arm64/Kconfig.debug | 1 +
25343 arch/avr32/include/asm/cache.h | 4 +-
25344 arch/blackfin/Kconfig.debug | 1 +
25345 arch/blackfin/include/asm/cache.h | 3 +-
25346 arch/cris/include/arch-v10/arch/cache.h | 3 +-
25347 arch/cris/include/arch-v32/arch/cache.h | 3 +-
25348 arch/frv/include/asm/cache.h | 3 +-
25349 arch/frv/mm/elf-fdpic.c | 4 +-
25350 arch/hexagon/include/asm/cache.h | 6 +-
25351 arch/ia64/Kconfig | 1 +
25352 arch/ia64/include/asm/cache.h | 3 +-
25353 arch/ia64/kernel/sys_ia64.c | 2 +
25354 arch/ia64/mm/hugetlbpage.c | 2 +
25355 arch/m32r/include/asm/cache.h | 4 +-
25356 arch/m68k/include/asm/cache.h | 4 +-
25357 arch/metag/mm/hugetlbpage.c | 1 +
25358 arch/microblaze/include/asm/cache.h | 3 +-
25359 arch/mips/Kconfig | 1 +
25360 arch/mips/include/asm/cache.h | 3 +-
25361 arch/mips/include/asm/thread_info.h | 11 +-
25362 arch/mips/kernel/irq.c | 3 +
25363 arch/mips/kernel/ptrace.c | 9 +
25364 arch/mips/mm/mmap.c | 4 +-
25365 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
25366 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
25367 arch/openrisc/include/asm/cache.h | 4 +-
25368 arch/parisc/include/asm/cache.h | 5 +-
25369 arch/parisc/kernel/sys_parisc.c | 4 +
25370 arch/powerpc/Kconfig | 1 +
25371 arch/powerpc/include/asm/cache.h | 4 +-
25372 arch/powerpc/include/asm/thread_info.h | 5 +-
25373 arch/powerpc/kernel/Makefile | 2 +
25374 arch/powerpc/kernel/irq.c | 3 +
25375 arch/powerpc/kernel/process.c | 10 +-
25376 arch/powerpc/kernel/ptrace.c | 14 +
25377 arch/powerpc/kernel/traps.c | 5 +
25378 arch/powerpc/mm/slice.c | 2 +-
25379 arch/s390/Kconfig.debug | 1 +
25380 arch/s390/include/asm/cache.h | 4 +-
25381 arch/score/include/asm/cache.h | 4 +-
25382 arch/sh/include/asm/cache.h | 3 +-
25383 arch/sh/mm/mmap.c | 6 +-
25384 arch/sparc/include/asm/cache.h | 4 +-
25385 arch/sparc/include/asm/pgalloc_64.h | 1 +
25386 arch/sparc/include/asm/thread_info_64.h | 8 +-
25387 arch/sparc/kernel/process_32.c | 6 +-
25388 arch/sparc/kernel/process_64.c | 8 +-
25389 arch/sparc/kernel/ptrace_64.c | 14 +
25390 arch/sparc/kernel/sys_sparc_64.c | 8 +-
25391 arch/sparc/kernel/syscalls.S | 8 +-
25392 arch/sparc/kernel/traps_32.c | 8 +-
25393 arch/sparc/kernel/traps_64.c | 28 +-
25394 arch/sparc/kernel/unaligned_64.c | 2 +-
25395 arch/sparc/mm/fault_64.c | 2 +-
25396 arch/sparc/mm/hugetlbpage.c | 15 +-
25397 arch/tile/Kconfig | 1 +
25398 arch/tile/include/asm/cache.h | 3 +-
25399 arch/tile/mm/hugetlbpage.c | 2 +
25400 arch/um/include/asm/cache.h | 3 +-
25401 arch/unicore32/include/asm/cache.h | 6 +-
25402 arch/x86/Kconfig | 21 +
25403 arch/x86/Kconfig.debug | 2 +
25404 arch/x86/entry/common.c | 14 +
25405 arch/x86/entry/entry_32.S | 2 +-
25406 arch/x86/entry/entry_64.S | 2 +-
25407 arch/x86/ia32/ia32_aout.c | 2 +
25408 arch/x86/include/asm/floppy.h | 20 +-
25409 arch/x86/include/asm/fpu/types.h | 69 +-
25410 arch/x86/include/asm/io.h | 2 +-
25411 arch/x86/include/asm/page.h | 12 +-
25412 arch/x86/include/asm/paravirt_types.h | 23 +-
25413 arch/x86/include/asm/processor.h | 12 +-
25414 arch/x86/include/asm/thread_info.h | 6 +-
25415 arch/x86/include/asm/uaccess.h | 2 +-
25416 arch/x86/kernel/dumpstack.c | 10 +-
25417 arch/x86/kernel/dumpstack_32.c | 2 +-
25418 arch/x86/kernel/dumpstack_64.c | 2 +-
25419 arch/x86/kernel/ioport.c | 13 +
25420 arch/x86/kernel/irq_32.c | 3 +
25421 arch/x86/kernel/irq_64.c | 4 +
25422 arch/x86/kernel/ldt.c | 18 +
25423 arch/x86/kernel/msr.c | 10 +
25424 arch/x86/kernel/ptrace.c | 14 +
25425 arch/x86/kernel/signal.c | 9 +-
25426 arch/x86/kernel/sys_i386_32.c | 9 +-
25427 arch/x86/kernel/sys_x86_64.c | 8 +-
25428 arch/x86/kernel/traps.c | 5 +
25429 arch/x86/kernel/verify_cpu.S | 1 +
25430 arch/x86/kernel/vm86_32.c | 15 +
25431 arch/x86/kvm/svm.c | 14 +-
25432 arch/x86/mm/fault.c | 12 +-
25433 arch/x86/mm/hugetlbpage.c | 15 +-
25434 arch/x86/mm/init.c | 66 +-
25435 arch/x86/mm/init_32.c | 6 +-
25436 arch/x86/net/bpf_jit_comp.c | 4 +
25437 arch/x86/platform/efi/efi_64.c | 2 +-
25438 arch/x86/xen/Kconfig | 1 +
25439 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
25440 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
25441 crypto/ablkcipher.c | 2 +-
25442 crypto/blkcipher.c | 2 +-
25443 crypto/scatterwalk.c | 10 +-
25444 drivers/acpi/acpica/hwxfsleep.c | 11 +-
25445 drivers/acpi/custom_method.c | 4 +
25446 drivers/block/cciss.h | 30 +-
25447 drivers/block/smart1,2.h | 40 +-
25448 drivers/cdrom/cdrom.c | 2 +-
25449 drivers/char/Kconfig | 4 +-
25450 drivers/char/genrtc.c | 1 +
25451 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
25452 drivers/char/mem.c | 17 +
25453 drivers/char/random.c | 5 +-
25454 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
25455 drivers/crypto/nx/nx-aes-ccm.c | 2 +-
25456 drivers/crypto/nx/nx-aes-gcm.c | 2 +-
25457 drivers/crypto/talitos.c | 2 +-
25458 drivers/firewire/ohci.c | 4 +
25459 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 70 +-
25460 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
25461 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
25462 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
25463 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
25464 drivers/hid/hid-wiimote-debug.c | 2 +-
25465 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
25466 drivers/iommu/Kconfig | 1 +
25467 drivers/iommu/amd_iommu.c | 14 +-
25468 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
25469 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
25470 drivers/isdn/gigaset/usb-gigaset.c | 32 +-
25471 drivers/isdn/hisax/config.c | 2 +-
25472 drivers/isdn/hisax/hfc_pci.c | 2 +-
25473 drivers/isdn/hisax/hfc_sx.c | 2 +-
25474 drivers/isdn/hisax/q931.c | 6 +-
25475 drivers/isdn/i4l/isdn_concap.c | 6 +-
25476 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
25477 drivers/md/bcache/Kconfig | 1 +
25478 drivers/md/raid5.c | 8 +
25479 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
25480 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
25481 drivers/media/platform/vivid/vivid-osd.c | 1 +
25482 drivers/media/radio/radio-cadet.c | 5 +-
25483 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
25484 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
25485 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
25486 drivers/media/usb/dvb-usb/technisat-usb2.c | 75 +-
25487 drivers/message/fusion/mptbase.c | 9 +
25488 drivers/misc/sgi-xp/xp_main.c | 12 +-
25489 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
25490 drivers/net/ppp/pppoe.c | 14 +-
25491 drivers/net/ppp/pptp.c | 6 +
25492 drivers/net/slip/slhc.c | 3 +
25493 drivers/net/wan/lmc/lmc_media.c | 97 +-
25494 drivers/net/wan/x25_asy.c | 6 +-
25495 drivers/net/wan/z85230.c | 24 +-
25496 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
25497 drivers/net/wireless/zd1211rw/zd_usb.c | 2 +-
25498 drivers/pci/pci-sysfs.c | 2 +-
25499 drivers/pci/proc.c | 9 +
25500 drivers/platform/x86/asus-wmi.c | 12 +
25501 drivers/rtc/rtc-dev.c | 3 +
25502 drivers/scsi/bfa/bfa_fcs.c | 19 +-
25503 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
25504 drivers/scsi/bfa/bfa_modules.h | 12 +-
25505 drivers/scsi/hpsa.h | 40 +-
25506 drivers/staging/dgnc/dgnc_mgmt.c | 1 +
25507 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
25508 drivers/staging/lustre/lustre/libcfs/module.c | 10 +-
25509 drivers/target/target_core_sbc.c | 17 +-
25510 drivers/target/target_core_transport.c | 14 +-
25511 drivers/tty/serial/uartlite.c | 4 +-
25512 drivers/tty/sysrq.c | 2 +-
25513 drivers/tty/vt/keyboard.c | 22 +-
25514 drivers/uio/uio.c | 6 +-
25515 drivers/usb/core/hub.c | 5 +
25516 drivers/usb/gadget/function/f_uac1.c | 1 +
25517 drivers/usb/gadget/function/u_uac1.c | 1 +
25518 drivers/usb/host/hwa-hc.c | 9 +-
25519 drivers/usb/usbip/vhci_sysfs.c | 2 +-
25520 drivers/video/fbdev/arcfb.c | 2 +-
25521 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
25522 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
25523 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
25524 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++-----
25525 drivers/xen/xenfs/xenstored.c | 5 +
25526 firmware/Makefile | 2 +
25527 firmware/WHENCE | 20 +-
25528 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
25529 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
25530 fs/9p/vfs_inode.c | 4 +-
25531 fs/attr.c | 1 +
25532 fs/autofs4/waitq.c | 9 +
25533 fs/binfmt_aout.c | 7 +
25534 fs/binfmt_elf.c | 50 +-
25535 fs/compat.c | 20 +-
25536 fs/coredump.c | 17 +-
25537 fs/dcache.c | 3 +
25538 fs/debugfs/inode.c | 11 +-
25539 fs/exec.c | 219 +-
25540 fs/ext2/balloc.c | 4 +-
25541 fs/ext2/super.c | 8 +-
25542 fs/ext4/balloc.c | 4 +-
25543 fs/fcntl.c | 4 +
25544 fs/fhandle.c | 3 +-
25545 fs/file.c | 4 +
25546 fs/filesystems.c | 4 +
25547 fs/fs_struct.c | 20 +-
25548 fs/hugetlbfs/inode.c | 5 +-
25549 fs/inode.c | 8 +-
25550 fs/kernfs/dir.c | 6 +
25551 fs/mount.h | 4 +-
25552 fs/namei.c | 286 +-
25553 fs/namespace.c | 24 +
25554 fs/nfsd/nfscache.c | 2 +-
25555 fs/open.c | 38 +
25556 fs/overlayfs/inode.c | 11 +-
25557 fs/overlayfs/super.c | 6 +-
25558 fs/pipe.c | 2 +-
25559 fs/posix_acl.c | 15 +-
25560 fs/proc/Kconfig | 10 +-
25561 fs/proc/array.c | 69 +-
25562 fs/proc/base.c | 186 +-
25563 fs/proc/cmdline.c | 4 +
25564 fs/proc/devices.c | 4 +
25565 fs/proc/fd.c | 17 +-
25566 fs/proc/generic.c | 64 +
25567 fs/proc/inode.c | 17 +
25568 fs/proc/internal.h | 11 +-
25569 fs/proc/interrupts.c | 4 +
25570 fs/proc/kcore.c | 3 +
25571 fs/proc/meminfo.c | 7 +-
25572 fs/proc/namespaces.c | 4 +-
25573 fs/proc/proc_net.c | 31 +
25574 fs/proc/proc_sysctl.c | 52 +-
25575 fs/proc/root.c | 8 +
25576 fs/proc/stat.c | 69 +-
25577 fs/proc/task_mmu.c | 66 +-
25578 fs/readdir.c | 19 +
25579 fs/reiserfs/item_ops.c | 24 +-
25580 fs/reiserfs/super.c | 4 +
25581 fs/select.c | 2 +
25582 fs/seq_file.c | 30 +-
25583 fs/splice.c | 8 +
25584 fs/stat.c | 20 +-
25585 fs/sysfs/dir.c | 30 +-
25586 fs/sysv/inode.c | 11 +-
25587 fs/utimes.c | 7 +
25588 fs/xattr.c | 26 +-
25589 grsecurity/Kconfig | 1182 ++++
25590 grsecurity/Makefile | 54 +
25591 grsecurity/gracl.c | 2757 +++++++++
25592 grsecurity/gracl_alloc.c | 105 +
25593 grsecurity/gracl_cap.c | 127 +
25594 grsecurity/gracl_compat.c | 269 +
25595 grsecurity/gracl_fs.c | 448 ++
25596 grsecurity/gracl_ip.c | 386 ++
25597 grsecurity/gracl_learn.c | 207 +
25598 grsecurity/gracl_policy.c | 1786 ++++++
25599 grsecurity/gracl_res.c | 68 +
25600 grsecurity/gracl_segv.c | 304 +
25601 grsecurity/gracl_shm.c | 40 +
25602 grsecurity/grsec_chdir.c | 19 +
25603 grsecurity/grsec_chroot.c | 467 ++
25604 grsecurity/grsec_disabled.c | 445 ++
25605 grsecurity/grsec_exec.c | 189 +
25606 grsecurity/grsec_fifo.c | 26 +
25607 grsecurity/grsec_fork.c | 23 +
25608 grsecurity/grsec_init.c | 290 +
25609 grsecurity/grsec_ipc.c | 48 +
25610 grsecurity/grsec_link.c | 65 +
25611 grsecurity/grsec_log.c | 340 +
25612 grsecurity/grsec_mem.c | 48 +
25613 grsecurity/grsec_mount.c | 65 +
25614 grsecurity/grsec_pax.c | 47 +
25615 grsecurity/grsec_proc.c | 20 +
25616 grsecurity/grsec_ptrace.c | 30 +
25617 grsecurity/grsec_sig.c | 236 +
25618 grsecurity/grsec_sock.c | 244 +
25619 grsecurity/grsec_sysctl.c | 488 ++
25620 grsecurity/grsec_time.c | 16 +
25621 grsecurity/grsec_tpe.c | 78 +
25622 grsecurity/grsec_usb.c | 15 +
25623 grsecurity/grsum.c | 64 +
25624 include/linux/binfmts.h | 5 +-
25625 include/linux/bitops.h | 2 +-
25626 include/linux/capability.h | 13 +
25627 include/linux/compiler-gcc.h | 5 +
25628 include/linux/compiler.h | 8 +
25629 include/linux/cred.h | 8 +-
25630 include/linux/dcache.h | 5 +-
25631 include/linux/fs.h | 24 +-
25632 include/linux/fs_struct.h | 2 +-
25633 include/linux/fsnotify.h | 6 +
25634 include/linux/gracl.h | 342 +
25635 include/linux/gracl_compat.h | 156 +
25636 include/linux/gralloc.h | 9 +
25637 include/linux/grdefs.h | 140 +
25638 include/linux/grinternal.h | 230 +
25639 include/linux/grmsg.h | 118 +
25640 include/linux/grsecurity.h | 255 +
25641 include/linux/grsock.h | 19 +
25642 include/linux/ipc.h | 2 +-
25643 include/linux/ipc_namespace.h | 2 +-
25644 include/linux/kallsyms.h | 18 +-
25645 include/linux/kmod.h | 5 +
25646 include/linux/kobject.h | 2 +-
25647 include/linux/lsm_hooks.h | 4 +-
25648 include/linux/mm.h | 12 +
25649 include/linux/mm_types.h | 4 +-
25650 include/linux/module.h | 5 +-
25651 include/linux/mount.h | 2 +-
25652 include/linux/msg.h | 2 +-
25653 include/linux/netfilter/xt_gradm.h | 9 +
25654 include/linux/path.h | 4 +-
25655 include/linux/perf_event.h | 13 +-
25656 include/linux/pid_namespace.h | 2 +-
25657 include/linux/printk.h | 2 +-
25658 include/linux/proc_fs.h | 22 +-
25659 include/linux/proc_ns.h | 2 +-
25660 include/linux/ptrace.h | 24 +-
25661 include/linux/random.h | 2 +-
25662 include/linux/rbtree_augmented.h | 4 +-
25663 include/linux/scatterlist.h | 12 +-
25664 include/linux/sched.h | 114 +-
25665 include/linux/security.h | 1 +
25666 include/linux/sem.h | 2 +-
25667 include/linux/seq_file.h | 5 +
25668 include/linux/shm.h | 6 +-
25669 include/linux/skbuff.h | 3 +
25670 include/linux/slab.h | 9 -
25671 include/linux/sysctl.h | 8 +-
25672 include/linux/thread_info.h | 6 +-
25673 include/linux/tty.h | 2 +-
25674 include/linux/tty_driver.h | 4 +-
25675 include/linux/uidgid.h | 5 +
25676 include/linux/user_namespace.h | 2 +-
25677 include/linux/utsname.h | 2 +-
25678 include/linux/vermagic.h | 16 +-
25679 include/linux/vmalloc.h | 20 +-
25680 include/net/af_unix.h | 2 +-
25681 include/net/dst.h | 33 +
25682 include/net/ip.h | 2 +-
25683 include/net/neighbour.h | 2 +-
25684 include/net/net_namespace.h | 2 +-
25685 include/net/sock.h | 4 +-
25686 include/target/target_core_base.h | 2 +-
25687 include/trace/events/fs.h | 53 +
25688 include/uapi/linux/personality.h | 1 +
25689 init/Kconfig | 4 +-
25690 init/main.c | 35 +-
25691 ipc/mqueue.c | 1 +
25692 ipc/msg.c | 3 +-
25693 ipc/sem.c | 3 +-
25694 ipc/shm.c | 26 +-
25695 ipc/util.c | 6 +
25696 kernel/auditsc.c | 2 +-
25697 kernel/bpf/syscall.c | 8 +-
25698 kernel/capability.c | 41 +-
25699 kernel/cgroup.c | 5 +-
25700 kernel/compat.c | 1 +
25701 kernel/configs.c | 11 +
25702 kernel/cred.c | 112 +-
25703 kernel/events/core.c | 16 +-
25704 kernel/exit.c | 10 +-
25705 kernel/fork.c | 86 +-
25706 kernel/futex.c | 6 +-
25707 kernel/futex_compat.c | 2 +-
25708 kernel/kallsyms.c | 9 +
25709 kernel/kcmp.c | 8 +-
25710 kernel/kexec_core.c | 2 +-
25711 kernel/kmod.c | 95 +-
25712 kernel/kprobes.c | 7 +-
25713 kernel/ksysfs.c | 2 +
25714 kernel/locking/lockdep_proc.c | 10 +-
25715 kernel/module.c | 108 +-
25716 kernel/panic.c | 4 +-
25717 kernel/pid.c | 23 +-
25718 kernel/power/Kconfig | 2 +
25719 kernel/printk/printk.c | 20 +-
25720 kernel/ptrace.c | 56 +-
25721 kernel/resource.c | 10 +
25722 kernel/sched/core.c | 11 +-
25723 kernel/signal.c | 37 +-
25724 kernel/sys.c | 64 +-
25725 kernel/sysctl.c | 172 +-
25726 kernel/taskstats.c | 6 +
25727 kernel/time/posix-timers.c | 8 +
25728 kernel/time/time.c | 5 +
25729 kernel/time/timekeeping.c | 3 +
25730 kernel/time/timer_list.c | 13 +-
25731 kernel/time/timer_stats.c | 10 +-
25732 kernel/trace/Kconfig | 2 +
25733 kernel/trace/trace_syscalls.c | 8 +
25734 kernel/user_namespace.c | 15 +
25735 lib/Kconfig.debug | 13 +-
25736 lib/Kconfig.kasan | 2 +-
25737 lib/is_single_threaded.c | 3 +
25738 lib/list_debug.c | 65 +-
25739 lib/nlattr.c | 2 +
25740 lib/rbtree.c | 4 +-
25741 lib/vsprintf.c | 39 +-
25742 localversion-grsec | 1 +
25743 mm/Kconfig | 8 +-
25744 mm/Kconfig.debug | 1 +
25745 mm/filemap.c | 1 +
25746 mm/kmemleak.c | 4 +-
25747 mm/memory.c | 2 +-
25748 mm/mempolicy.c | 12 +-
25749 mm/migrate.c | 3 +-
25750 mm/mlock.c | 6 +-
25751 mm/mmap.c | 93 +-
25752 mm/mprotect.c | 8 +
25753 mm/oom_kill.c | 28 +-
25754 mm/page_alloc.c | 2 +-
25755 mm/process_vm_access.c | 8 +-
25756 mm/shmem.c | 36 +-
25757 mm/slab.c | 14 +-
25758 mm/slab_common.c | 2 +-
25759 mm/slob.c | 12 +
25760 mm/slub.c | 33 +-
25761 mm/util.c | 3 +
25762 mm/vmalloc.c | 129 +-
25763 mm/vmstat.c | 29 +-
25764 net/appletalk/atalk_proc.c | 2 +-
25765 net/atm/lec.c | 6 +-
25766 net/atm/mpoa_caches.c | 42 +-
25767 net/bluetooth/sco.c | 3 +
25768 net/can/bcm.c | 2 +-
25769 net/can/proc.c | 2 +-
25770 net/core/dev_ioctl.c | 7 +-
25771 net/core/filter.c | 8 +-
25772 net/core/net-procfs.c | 17 +-
25773 net/core/pktgen.c | 2 +-
25774 net/core/sock.c | 3 +-
25775 net/core/sysctl_net_core.c | 2 +-
25776 net/decnet/dn_dev.c | 2 +-
25777 net/ipv4/devinet.c | 6 +-
25778 net/ipv4/inet_hashtables.c | 4 +
25779 net/ipv4/ip_input.c | 7 +
25780 net/ipv4/ip_sockglue.c | 3 +-
25781 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
25782 net/ipv4/netfilter/nf_nat_pptp.c | 2 +-
25783 net/ipv4/route.c | 6 +-
25784 net/ipv4/tcp_input.c | 4 +-
25785 net/ipv4/tcp_ipv4.c | 29 +-
25786 net/ipv4/tcp_minisocks.c | 9 +-
25787 net/ipv4/tcp_timer.c | 11 +
25788 net/ipv4/udp.c | 24 +
25789 net/ipv6/addrconf.c | 13 +-
25790 net/ipv6/proc.c | 2 +-
25791 net/ipv6/tcp_ipv6.c | 26 +-
25792 net/ipv6/udp.c | 7 +
25793 net/ipx/ipx_proc.c | 2 +-
25794 net/irda/irproc.c | 2 +-
25795 net/llc/llc_proc.c | 2 +-
25796 net/netfilter/Kconfig | 10 +
25797 net/netfilter/Makefile | 1 +
25798 net/netfilter/nf_conntrack_core.c | 8 +
25799 net/netfilter/xt_gradm.c | 51 +
25800 net/netfilter/xt_hashlimit.c | 4 +-
25801 net/netfilter/xt_recent.c | 2 +-
25802 net/sched/sch_api.c | 2 +-
25803 net/sctp/socket.c | 4 +-
25804 net/socket.c | 75 +-
25805 net/sunrpc/Kconfig | 1 +
25806 net/sunrpc/cache.c | 2 +-
25807 net/sunrpc/stats.c | 2 +-
25808 net/sysctl_net.c | 2 +-
25809 net/unix/af_unix.c | 52 +-
25810 net/vmw_vsock/vmci_transport_notify.c | 30 +-
25811 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
25812 net/x25/sysctl_net_x25.c | 2 +-
25813 net/x25/x25_proc.c | 2 +-
25814 scripts/package/Makefile | 2 +-
25815 scripts/package/mkspec | 41 +-
25816 security/Kconfig | 369 +-
25817 security/apparmor/file.c | 4 +-
25818 security/apparmor/lsm.c | 8 +-
25819 security/commoncap.c | 36 +-
25820 security/min_addr.c | 2 +
25821 security/smack/smack_lsm.c | 8 +-
25822 security/tomoyo/file.c | 12 +-
25823 security/tomoyo/mount.c | 4 +
25824 security/tomoyo/tomoyo.c | 20 +-
25825 security/yama/Kconfig | 2 +-
25826 security/yama/yama_lsm.c | 4 +-
25827 sound/synth/emux/emux_seq.c | 14 +-
25828 sound/usb/line6/driver.c | 40 +-
25829 sound/usb/line6/toneport.c | 12 +-
25830 tools/gcc/.gitignore | 1 +
25831 tools/gcc/Makefile | 12 +
25832 tools/gcc/gen-random-seed.sh | 8 +
25833 tools/gcc/randomize_layout_plugin.c | 930 +++
25834 tools/gcc/size_overflow_plugin/.gitignore | 1 +
25835 .../size_overflow_plugin/size_overflow_hash.data | 459 ++-
25836 511 files changed, 32631 insertions(+), 3196 deletions(-)
25837
25838 commit a76adb92ce39aee8eec5a025c828030ad6135c6d
25839 Author: Brad Spengler <spender@grsecurity.net>
25840 Date: Tue Dec 15 14:31:49 2015 -0500
25841
25842 Update to pax-linux-4.3.3-test11.patch:
25843 - fixed a few compile regressions with the recent plugin changes, reported by spender
25844 - updated the size overflow hash table
25845
25846 tools/gcc/latent_entropy_plugin.c | 2 +-
25847 .../size_overflow_plugin/size_overflow_hash.data | 66 +++++++++++++++++---
25848 tools/gcc/stackleak_plugin.c | 2 +-
25849 tools/gcc/structleak_plugin.c | 6 +--
25850 4 files changed, 60 insertions(+), 16 deletions(-)
25851
25852 commit f7284b1fc06628fcb2d35d2beecdea5454d46af9
25853 Author: Brad Spengler <spender@grsecurity.net>
25854 Date: Tue Dec 15 11:50:24 2015 -0500
25855
25856 Apply structleak ICE fix for gcc < 4.9
25857
25858 tools/gcc/structleak_plugin.c | 4 ++++
25859 1 files changed, 4 insertions(+), 0 deletions(-)
25860
25861 commit 92fe3eb9fd10ec7f7334decab1526989669b0287
25862 Author: Brad Spengler <spender@grsecurity.net>
25863 Date: Tue Dec 15 07:57:06 2015 -0500
25864
25865 Update to pax-linux-4.3.1-test10.patch:
25866 - Emese fixed INDIRECT_REF and TARGET_MEM_REF handling in the initify plugin
25867 - Emese regenerated the size overflow hash tables for 4.3
25868 - fixed some compat syscall exit paths to restore r12 under KERNEXEC/or
25869 - the latent entropy, stackleak and structleak plugins no longer split the entry block unnecessarily
25870
25871 arch/x86/entry/entry_64.S | 2 +-
25872 arch/x86/entry/entry_64_compat.S | 15 +-
25873 scripts/package/builddeb | 2 +-
25874 tools/gcc/initify_plugin.c | 11 +-
25875 tools/gcc/latent_entropy_plugin.c | 20 +-
25876 .../disable_size_overflow_hash.data | 4 +
25877 .../size_overflow_plugin/size_overflow_hash.data | 5345 +++++++++++---------
25878 tools/gcc/stackleak_plugin.c | 26 +-
25879 tools/gcc/structleak_plugin.c | 21 +-
25880 9 files changed, 3079 insertions(+), 2367 deletions(-)
25881
25882 commit 5bd245cb687319079c2f1c0d6a1170791ed1ed2c
25883 Merge: b5847e6 3548341
25884 Author: Brad Spengler <spender@grsecurity.net>
25885 Date: Tue Dec 15 07:47:56 2015 -0500
25886
25887 Merge branch 'linux-4.3.y' into pax-4_3
25888
25889 Conflicts:
25890 net/unix/af_unix.c
25891
25892 commit b5847e6a896c5d99191135ca4d7c3b6be8f116ff
25893 Author: Brad Spengler <spender@grsecurity.net>
25894 Date: Wed Dec 9 23:11:36 2015 -0500
25895
25896 Update to pax-linux-4.3.1-test9.patch:
25897 - fixed __get_user on x86 to lie less about the size of the load, reported by peetaur (https://forums.grsecurity.net/viewtopic.php?f=3&t=4332)
25898 - Emese fixed an intentional overflow caused by gcc, reported by saironiq (https://forums.grsecurity.net/viewtopic.php?f=3&t=4333)
25899 - Emese fixed a false positive overflow report in the forcedeth driver, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?t=4334)
25900 - Emese fixed a false positive overflow report in KVM's emulator, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4336)
25901 - Emese fixed the initify plugin to detect some captured use of __func__, reported by Rasmus Villemoes <linux@rasmusvillemoes.dk>
25902 - constrained shmmax and shmall to avoid triggering size overflow checks, reported by Mathias Krause <minipli@ld-linux.so>
25903 - the checker plugin can partially handle sparse's locking context annotations, it's context insensitive and thus not exactly useful for now, also see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59856
25904
25905 Makefile | 6 +
25906 arch/x86/include/asm/compat.h | 4 +
25907 arch/x86/include/asm/dma.h | 2 +
25908 arch/x86/include/asm/pmem.h | 2 +-
25909 arch/x86/include/asm/uaccess.h | 20 +-
25910 arch/x86/kernel/apic/vector.c | 6 +-
25911 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
25912 arch/x86/kernel/cpu/perf_event_intel.c | 28 +-
25913 arch/x86/kernel/head_64.S | 1 -
25914 arch/x86/kvm/i8259.c | 10 +-
25915 arch/x86/kvm/ioapic.c | 2 +
25916 arch/x86/kvm/x86.c | 2 +
25917 arch/x86/lib/usercopy_64.c | 2 +-
25918 arch/x86/mm/mpx.c | 4 +-
25919 arch/x86/mm/pageattr.c | 7 +
25920 drivers/base/devres.c | 4 +-
25921 drivers/base/power/runtime.c | 6 +-
25922 drivers/base/regmap/regmap.c | 4 +-
25923 drivers/block/drbd/drbd_receiver.c | 4 +-
25924 drivers/block/drbd/drbd_worker.c | 6 +-
25925 drivers/char/virtio_console.c | 6 +-
25926 drivers/md/dm.c | 12 +-
25927 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
25928 drivers/net/macvtap.c | 4 +-
25929 drivers/video/fbdev/core/fbmem.c | 10 +-
25930 fs/compat.c | 3 +-
25931 fs/coredump.c | 2 +-
25932 fs/dcache.c | 13 +-
25933 fs/fhandle.c | 2 +-
25934 fs/file.c | 14 +-
25935 fs/fs-writeback.c | 11 +-
25936 fs/overlayfs/copy_up.c | 2 +-
25937 fs/readdir.c | 3 +-
25938 fs/super.c | 3 +-
25939 include/linux/compiler.h | 36 ++-
25940 include/linux/rcupdate.h | 8 +
25941 include/linux/sched.h | 4 +-
25942 include/linux/seqlock.h | 10 +
25943 include/linux/spinlock.h | 17 +-
25944 include/linux/srcu.h | 5 +-
25945 include/linux/syscalls.h | 2 +-
25946 include/linux/writeback.h | 3 +-
25947 include/uapi/linux/swab.h | 6 +-
25948 ipc/ipc_sysctl.c | 6 +
25949 kernel/exit.c | 25 +-
25950 kernel/resource.c | 4 +-
25951 kernel/signal.c | 12 +-
25952 kernel/user.c | 2 +-
25953 kernel/workqueue.c | 6 +-
25954 lib/rhashtable.c | 4 +-
25955 net/compat.c | 2 +-
25956 net/ipv4/xfrm4_mode_transport.c | 2 +-
25957 security/keys/internal.h | 8 +-
25958 security/keys/keyring.c | 4 -
25959 sound/core/seq/seq_clientmgr.c | 8 +-
25960 sound/core/seq/seq_compat.c | 2 +-
25961 sound/core/seq/seq_memory.c | 6 +-
25962 tools/gcc/checker_plugin.c | 415 +++++++++++++++++++-
25963 tools/gcc/gcc-common.h | 1 +
25964 tools/gcc/initify_plugin.c | 33 ++-
25965 .../disable_size_overflow_hash.data | 1 +
25966 .../size_overflow_plugin/size_overflow_hash.data | 1 -
25967 62 files changed, 708 insertions(+), 140 deletions(-)
25968
25969 commit f2634c2f6995f4231616f24ed016f890c701f939
25970 Merge: 1241bff 5f8b236
25971 Author: Brad Spengler <spender@grsecurity.net>
25972 Date: Wed Dec 9 21:50:47 2015 -0500
25973
25974 Merge branch 'linux-4.3.y' into pax-4_3
25975
25976 Conflicts:
25977 arch/x86/kernel/fpu/xstate.c
25978 arch/x86/kernel/head_64.S
25979
25980 commit 1241bff82e3d7dadb05de0a60b8d2822afc6547c
25981 Author: Brad Spengler <spender@grsecurity.net>
25982 Date: Sun Dec 6 08:44:56 2015 -0500
25983
25984 Update to pax-linux-4.3-test8.patch:
25985 - fixed integer truncation check in md introduced by upstream commits 284ae7cab0f7335c9e0aa8992b28415ef1a54c7c and 58c0fed400603a802968b23ddf78f029c5a84e41, reported by BeiKed9o (https://forums.grsecurity.net/viewtopic.php?f=3&t=4328)
25986 - gcc plugin compilation problems will now also produce the output of the checking script to make diagnosis easier, reported by hunger
25987 - Emese fixed a false positive size overflow report in __vhost_add_used_n, reported by quasar366 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4329)
25988 - fixed a potential integer truncation error in the raid1 code caught by the size overflow plugin, reported by d1b (https://forums.grsecurity.net/viewtopic.php?f=3&t=4331)
25989
25990 Makefile | 5 +++
25991 drivers/md/md.c | 5 ++-
25992 drivers/md/raid1.c | 2 +-
25993 fs/proc/task_mmu.c | 3 ++
25994 .../disable_size_overflow_hash.data | 4 ++-
25995 .../size_overflow_plugin/intentional_overflow.c | 32 ++++++++++++++++---
25996 .../size_overflow_plugin/size_overflow_hash.data | 2 -
25997 .../size_overflow_plugin/size_overflow_plugin.c | 2 +-
25998 8 files changed, 43 insertions(+), 12 deletions(-)
25999
26000 commit cce6a9f9bdd27096632ca1c0246dcc07f2eb1a18
26001 Author: Brad Spengler <spender@grsecurity.net>
26002 Date: Fri Dec 4 14:24:12 2015 -0500
26003
26004 Initial import of pax-linux-4.3-test7.patch
26005
26006 Documentation/dontdiff | 47 +-
26007 Documentation/kbuild/makefiles.txt | 39 +-
26008 Documentation/kernel-parameters.txt | 28 +
26009 Makefile | 108 +-
26010 arch/alpha/include/asm/atomic.h | 10 +
26011 arch/alpha/include/asm/elf.h | 7 +
26012 arch/alpha/include/asm/pgalloc.h | 6 +
26013 arch/alpha/include/asm/pgtable.h | 11 +
26014 arch/alpha/kernel/module.c | 2 +-
26015 arch/alpha/kernel/osf_sys.c | 8 +-
26016 arch/alpha/mm/fault.c | 141 +-
26017 arch/arm/Kconfig | 2 +-
26018 arch/arm/include/asm/atomic.h | 320 +-
26019 arch/arm/include/asm/cache.h | 5 +-
26020 arch/arm/include/asm/cacheflush.h | 2 +-
26021 arch/arm/include/asm/checksum.h | 14 +-
26022 arch/arm/include/asm/cmpxchg.h | 4 +
26023 arch/arm/include/asm/cpuidle.h | 2 +-
26024 arch/arm/include/asm/domain.h | 22 +-
26025 arch/arm/include/asm/elf.h | 9 +-
26026 arch/arm/include/asm/fncpy.h | 2 +
26027 arch/arm/include/asm/futex.h | 10 +
26028 arch/arm/include/asm/kmap_types.h | 2 +-
26029 arch/arm/include/asm/mach/dma.h | 2 +-
26030 arch/arm/include/asm/mach/map.h | 16 +-
26031 arch/arm/include/asm/outercache.h | 2 +-
26032 arch/arm/include/asm/page.h | 3 +-
26033 arch/arm/include/asm/pgalloc.h | 20 +
26034 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
26035 arch/arm/include/asm/pgtable-2level.h | 3 +
26036 arch/arm/include/asm/pgtable-3level.h | 3 +
26037 arch/arm/include/asm/pgtable.h | 54 +-
26038 arch/arm/include/asm/smp.h | 2 +-
26039 arch/arm/include/asm/tls.h | 3 +
26040 arch/arm/include/asm/uaccess.h | 79 +-
26041 arch/arm/include/uapi/asm/ptrace.h | 2 +-
26042 arch/arm/kernel/armksyms.c | 2 +-
26043 arch/arm/kernel/cpuidle.c | 2 +-
26044 arch/arm/kernel/entry-armv.S | 109 +-
26045 arch/arm/kernel/entry-common.S | 40 +-
26046 arch/arm/kernel/entry-header.S | 55 +
26047 arch/arm/kernel/fiq.c | 3 +
26048 arch/arm/kernel/module-plts.c | 7 +-
26049 arch/arm/kernel/module.c | 38 +-
26050 arch/arm/kernel/patch.c | 2 +
26051 arch/arm/kernel/process.c | 90 +-
26052 arch/arm/kernel/reboot.c | 1 +
26053 arch/arm/kernel/setup.c | 20 +-
26054 arch/arm/kernel/signal.c | 35 +-
26055 arch/arm/kernel/smp.c | 2 +-
26056 arch/arm/kernel/tcm.c | 4 +-
26057 arch/arm/kernel/vmlinux.lds.S | 6 +-
26058 arch/arm/kvm/arm.c | 8 +-
26059 arch/arm/lib/copy_page.S | 1 +
26060 arch/arm/lib/csumpartialcopyuser.S | 4 +-
26061 arch/arm/lib/delay.c | 2 +-
26062 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
26063 arch/arm/mach-exynos/suspend.c | 6 +-
26064 arch/arm/mach-mvebu/coherency.c | 4 +-
26065 arch/arm/mach-omap2/board-n8x0.c | 2 +-
26066 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
26067 arch/arm/mach-omap2/omap-smp.c | 1 +
26068 arch/arm/mach-omap2/omap-wakeupgen.c | 2 +-
26069 arch/arm/mach-omap2/omap_device.c | 4 +-
26070 arch/arm/mach-omap2/omap_device.h | 4 +-
26071 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
26072 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
26073 arch/arm/mach-omap2/wd_timer.c | 6 +-
26074 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
26075 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
26076 arch/arm/mach-tegra/irq.c | 1 +
26077 arch/arm/mach-ux500/pm.c | 1 +
26078 arch/arm/mach-zynq/platsmp.c | 1 +
26079 arch/arm/mm/Kconfig | 6 +-
26080 arch/arm/mm/alignment.c | 8 +
26081 arch/arm/mm/cache-l2x0.c | 2 +-
26082 arch/arm/mm/context.c | 10 +-
26083 arch/arm/mm/fault.c | 146 +
26084 arch/arm/mm/fault.h | 12 +
26085 arch/arm/mm/init.c | 39 +
26086 arch/arm/mm/ioremap.c | 4 +-
26087 arch/arm/mm/mmap.c | 30 +-
26088 arch/arm/mm/mmu.c | 162 +-
26089 arch/arm/net/bpf_jit_32.c | 3 +
26090 arch/arm/plat-iop/setup.c | 2 +-
26091 arch/arm/plat-omap/sram.c | 2 +
26092 arch/arm64/include/asm/atomic.h | 10 +
26093 arch/arm64/include/asm/percpu.h | 8 +-
26094 arch/arm64/include/asm/pgalloc.h | 5 +
26095 arch/arm64/include/asm/uaccess.h | 1 +
26096 arch/arm64/mm/dma-mapping.c | 2 +-
26097 arch/avr32/include/asm/elf.h | 8 +-
26098 arch/avr32/include/asm/kmap_types.h | 4 +-
26099 arch/avr32/mm/fault.c | 27 +
26100 arch/frv/include/asm/atomic.h | 10 +
26101 arch/frv/include/asm/kmap_types.h | 2 +-
26102 arch/frv/mm/elf-fdpic.c | 3 +-
26103 arch/ia64/Makefile | 1 +
26104 arch/ia64/include/asm/atomic.h | 10 +
26105 arch/ia64/include/asm/elf.h | 7 +
26106 arch/ia64/include/asm/pgalloc.h | 12 +
26107 arch/ia64/include/asm/pgtable.h | 13 +-
26108 arch/ia64/include/asm/spinlock.h | 2 +-
26109 arch/ia64/include/asm/uaccess.h | 27 +-
26110 arch/ia64/kernel/module.c | 45 +-
26111 arch/ia64/kernel/palinfo.c | 2 +-
26112 arch/ia64/kernel/sys_ia64.c | 7 +
26113 arch/ia64/kernel/vmlinux.lds.S | 2 +-
26114 arch/ia64/mm/fault.c | 32 +-
26115 arch/ia64/mm/init.c | 15 +-
26116 arch/m32r/lib/usercopy.c | 6 +
26117 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
26118 arch/mips/include/asm/atomic.h | 368 +-
26119 arch/mips/include/asm/elf.h | 7 +
26120 arch/mips/include/asm/exec.h | 2 +-
26121 arch/mips/include/asm/hw_irq.h | 2 +-
26122 arch/mips/include/asm/local.h | 57 +
26123 arch/mips/include/asm/page.h | 2 +-
26124 arch/mips/include/asm/pgalloc.h | 5 +
26125 arch/mips/include/asm/pgtable.h | 3 +
26126 arch/mips/include/asm/uaccess.h | 1 +
26127 arch/mips/kernel/binfmt_elfn32.c | 7 +
26128 arch/mips/kernel/binfmt_elfo32.c | 7 +
26129 arch/mips/kernel/irq-gt641xx.c | 2 +-
26130 arch/mips/kernel/irq.c | 6 +-
26131 arch/mips/kernel/pm-cps.c | 2 +-
26132 arch/mips/kernel/process.c | 12 -
26133 arch/mips/kernel/sync-r4k.c | 24 +-
26134 arch/mips/kernel/traps.c | 13 +-
26135 arch/mips/mm/fault.c | 25 +
26136 arch/mips/mm/mmap.c | 51 +-
26137 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
26138 arch/mips/sni/rm200.c | 2 +-
26139 arch/mips/vr41xx/common/icu.c | 2 +-
26140 arch/mips/vr41xx/common/irq.c | 4 +-
26141 arch/parisc/include/asm/atomic.h | 10 +
26142 arch/parisc/include/asm/elf.h | 7 +
26143 arch/parisc/include/asm/pgalloc.h | 6 +
26144 arch/parisc/include/asm/pgtable.h | 11 +
26145 arch/parisc/include/asm/uaccess.h | 4 +-
26146 arch/parisc/kernel/module.c | 50 +-
26147 arch/parisc/kernel/sys_parisc.c | 15 +
26148 arch/parisc/kernel/traps.c | 4 +-
26149 arch/parisc/mm/fault.c | 140 +-
26150 arch/powerpc/include/asm/atomic.h | 329 +-
26151 arch/powerpc/include/asm/elf.h | 12 +
26152 arch/powerpc/include/asm/exec.h | 2 +-
26153 arch/powerpc/include/asm/kmap_types.h | 2 +-
26154 arch/powerpc/include/asm/local.h | 46 +
26155 arch/powerpc/include/asm/mman.h | 2 +-
26156 arch/powerpc/include/asm/page.h | 8 +-
26157 arch/powerpc/include/asm/page_64.h | 7 +-
26158 arch/powerpc/include/asm/pgalloc-64.h | 7 +
26159 arch/powerpc/include/asm/pgtable.h | 1 +
26160 arch/powerpc/include/asm/pte-hash32.h | 1 +
26161 arch/powerpc/include/asm/reg.h | 1 +
26162 arch/powerpc/include/asm/smp.h | 2 +-
26163 arch/powerpc/include/asm/spinlock.h | 42 +-
26164 arch/powerpc/include/asm/uaccess.h | 141 +-
26165 arch/powerpc/kernel/Makefile | 5 +
26166 arch/powerpc/kernel/exceptions-64e.S | 4 +-
26167 arch/powerpc/kernel/exceptions-64s.S | 2 +-
26168 arch/powerpc/kernel/module_32.c | 15 +-
26169 arch/powerpc/kernel/process.c | 46 -
26170 arch/powerpc/kernel/signal_32.c | 2 +-
26171 arch/powerpc/kernel/signal_64.c | 2 +-
26172 arch/powerpc/kernel/traps.c | 21 +
26173 arch/powerpc/kernel/vdso.c | 5 +-
26174 arch/powerpc/lib/usercopy_64.c | 18 -
26175 arch/powerpc/mm/fault.c | 56 +-
26176 arch/powerpc/mm/mmap.c | 16 +
26177 arch/powerpc/mm/slice.c | 13 +-
26178 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
26179 arch/s390/include/asm/atomic.h | 10 +
26180 arch/s390/include/asm/elf.h | 7 +
26181 arch/s390/include/asm/exec.h | 2 +-
26182 arch/s390/include/asm/uaccess.h | 13 +-
26183 arch/s390/kernel/module.c | 22 +-
26184 arch/s390/kernel/process.c | 24 -
26185 arch/s390/mm/mmap.c | 16 +
26186 arch/score/include/asm/exec.h | 2 +-
26187 arch/score/kernel/process.c | 5 -
26188 arch/sh/mm/mmap.c | 22 +-
26189 arch/sparc/include/asm/atomic_64.h | 110 +-
26190 arch/sparc/include/asm/cache.h | 2 +-
26191 arch/sparc/include/asm/elf_32.h | 7 +
26192 arch/sparc/include/asm/elf_64.h | 7 +
26193 arch/sparc/include/asm/pgalloc_32.h | 1 +
26194 arch/sparc/include/asm/pgalloc_64.h | 1 +
26195 arch/sparc/include/asm/pgtable.h | 4 +
26196 arch/sparc/include/asm/pgtable_32.h | 15 +-
26197 arch/sparc/include/asm/pgtsrmmu.h | 5 +
26198 arch/sparc/include/asm/setup.h | 4 +-
26199 arch/sparc/include/asm/spinlock_64.h | 35 +-
26200 arch/sparc/include/asm/thread_info_32.h | 1 +
26201 arch/sparc/include/asm/thread_info_64.h | 2 +
26202 arch/sparc/include/asm/uaccess.h | 1 +
26203 arch/sparc/include/asm/uaccess_32.h | 28 +-
26204 arch/sparc/include/asm/uaccess_64.h | 24 +-
26205 arch/sparc/kernel/Makefile | 2 +-
26206 arch/sparc/kernel/prom_common.c | 2 +-
26207 arch/sparc/kernel/smp_64.c | 8 +-
26208 arch/sparc/kernel/sys_sparc_32.c | 2 +-
26209 arch/sparc/kernel/sys_sparc_64.c | 52 +-
26210 arch/sparc/kernel/traps_64.c | 27 +-
26211 arch/sparc/lib/Makefile | 2 +-
26212 arch/sparc/lib/atomic_64.S | 57 +-
26213 arch/sparc/lib/ksyms.c | 6 +-
26214 arch/sparc/mm/Makefile | 2 +-
26215 arch/sparc/mm/fault_32.c | 292 +
26216 arch/sparc/mm/fault_64.c | 486 +
26217 arch/sparc/mm/hugetlbpage.c | 22 +-
26218 arch/sparc/mm/init_64.c | 10 +-
26219 arch/tile/include/asm/atomic_64.h | 10 +
26220 arch/tile/include/asm/uaccess.h | 4 +-
26221 arch/um/Makefile | 4 +
26222 arch/um/include/asm/kmap_types.h | 2 +-
26223 arch/um/include/asm/page.h | 3 +
26224 arch/um/include/asm/pgtable-3level.h | 1 +
26225 arch/um/kernel/process.c | 16 -
26226 arch/x86/Kconfig | 15 +-
26227 arch/x86/Kconfig.cpu | 6 +-
26228 arch/x86/Kconfig.debug | 4 +-
26229 arch/x86/Makefile | 13 +-
26230 arch/x86/boot/Makefile | 3 +
26231 arch/x86/boot/bitops.h | 4 +-
26232 arch/x86/boot/boot.h | 2 +-
26233 arch/x86/boot/compressed/Makefile | 3 +
26234 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
26235 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
26236 arch/x86/boot/compressed/head_32.S | 4 +-
26237 arch/x86/boot/compressed/head_64.S | 12 +-
26238 arch/x86/boot/compressed/misc.c | 11 +-
26239 arch/x86/boot/cpucheck.c | 16 +-
26240 arch/x86/boot/header.S | 6 +-
26241 arch/x86/boot/memory.c | 2 +-
26242 arch/x86/boot/video-vesa.c | 1 +
26243 arch/x86/boot/video.c | 2 +-
26244 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
26245 arch/x86/crypto/aesni-intel_asm.S | 106 +-
26246 arch/x86/crypto/blowfish-x86_64-asm_64.S | 7 +
26247 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 10 +
26248 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 10 +
26249 arch/x86/crypto/camellia-x86_64-asm_64.S | 7 +
26250 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 51 +-
26251 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 25 +-
26252 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 4 +-
26253 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
26254 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
26255 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 9 +
26256 arch/x86/crypto/serpent-avx2-asm_64.S | 9 +
26257 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
26258 arch/x86/crypto/sha1_ssse3_asm.S | 10 +-
26259 arch/x86/crypto/sha256-avx-asm.S | 2 +
26260 arch/x86/crypto/sha256-avx2-asm.S | 2 +
26261 arch/x86/crypto/sha256-ssse3-asm.S | 2 +
26262 arch/x86/crypto/sha512-avx-asm.S | 2 +
26263 arch/x86/crypto/sha512-avx2-asm.S | 2 +
26264 arch/x86/crypto/sha512-ssse3-asm.S | 2 +
26265 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 25 +-
26266 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 4 +
26267 arch/x86/crypto/twofish-x86_64-asm_64.S | 3 +
26268 arch/x86/entry/calling.h | 86 +-
26269 arch/x86/entry/common.c | 13 +-
26270 arch/x86/entry/entry_32.S | 351 +-
26271 arch/x86/entry/entry_64.S | 619 +-
26272 arch/x86/entry/entry_64_compat.S | 159 +-
26273 arch/x86/entry/thunk_64.S | 2 +
26274 arch/x86/entry/vdso/Makefile | 2 +-
26275 arch/x86/entry/vdso/vdso2c.h | 8 +-
26276 arch/x86/entry/vdso/vma.c | 41 +-
26277 arch/x86/entry/vsyscall/vsyscall_64.c | 16 +-
26278 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 2 +-
26279 arch/x86/ia32/ia32_signal.c | 23 +-
26280 arch/x86/ia32/sys_ia32.c | 42 +-
26281 arch/x86/include/asm/alternative-asm.h | 43 +-
26282 arch/x86/include/asm/alternative.h | 4 +-
26283 arch/x86/include/asm/apic.h | 2 +-
26284 arch/x86/include/asm/apm.h | 4 +-
26285 arch/x86/include/asm/atomic.h | 230 +-
26286 arch/x86/include/asm/atomic64_32.h | 100 +
26287 arch/x86/include/asm/atomic64_64.h | 164 +-
26288 arch/x86/include/asm/bitops.h | 18 +-
26289 arch/x86/include/asm/boot.h | 2 +-
26290 arch/x86/include/asm/cache.h | 5 +-
26291 arch/x86/include/asm/checksum_32.h | 12 +-
26292 arch/x86/include/asm/cmpxchg.h | 39 +
26293 arch/x86/include/asm/compat.h | 2 +-
26294 arch/x86/include/asm/cpufeature.h | 17 +-
26295 arch/x86/include/asm/desc.h | 78 +-
26296 arch/x86/include/asm/desc_defs.h | 6 +
26297 arch/x86/include/asm/div64.h | 2 +-
26298 arch/x86/include/asm/elf.h | 33 +-
26299 arch/x86/include/asm/emergency-restart.h | 2 +-
26300 arch/x86/include/asm/fpu/internal.h | 42 +-
26301 arch/x86/include/asm/fpu/types.h | 6 +-
26302 arch/x86/include/asm/futex.h | 14 +-
26303 arch/x86/include/asm/hw_irq.h | 4 +-
26304 arch/x86/include/asm/i8259.h | 2 +-
26305 arch/x86/include/asm/io.h | 22 +-
26306 arch/x86/include/asm/irqflags.h | 5 +
26307 arch/x86/include/asm/kprobes.h | 9 +-
26308 arch/x86/include/asm/local.h | 106 +-
26309 arch/x86/include/asm/mman.h | 15 +
26310 arch/x86/include/asm/mmu.h | 14 +-
26311 arch/x86/include/asm/mmu_context.h | 114 +-
26312 arch/x86/include/asm/module.h | 17 +-
26313 arch/x86/include/asm/nmi.h | 19 +-
26314 arch/x86/include/asm/page.h | 1 +
26315 arch/x86/include/asm/page_32.h | 12 +-
26316 arch/x86/include/asm/page_64.h | 14 +-
26317 arch/x86/include/asm/paravirt.h | 46 +-
26318 arch/x86/include/asm/paravirt_types.h | 15 +-
26319 arch/x86/include/asm/pgalloc.h | 23 +
26320 arch/x86/include/asm/pgtable-2level.h | 2 +
26321 arch/x86/include/asm/pgtable-3level.h | 7 +
26322 arch/x86/include/asm/pgtable.h | 128 +-
26323 arch/x86/include/asm/pgtable_32.h | 14 +-
26324 arch/x86/include/asm/pgtable_32_types.h | 24 +-
26325 arch/x86/include/asm/pgtable_64.h | 23 +-
26326 arch/x86/include/asm/pgtable_64_types.h | 5 +
26327 arch/x86/include/asm/pgtable_types.h | 26 +-
26328 arch/x86/include/asm/preempt.h | 2 +-
26329 arch/x86/include/asm/processor.h | 57 +-
26330 arch/x86/include/asm/ptrace.h | 13 +-
26331 arch/x86/include/asm/realmode.h | 4 +-
26332 arch/x86/include/asm/reboot.h | 10 +-
26333 arch/x86/include/asm/rmwcc.h | 84 +-
26334 arch/x86/include/asm/rwsem.h | 60 +-
26335 arch/x86/include/asm/segment.h | 27 +-
26336 arch/x86/include/asm/smap.h | 43 +
26337 arch/x86/include/asm/smp.h | 14 +-
26338 arch/x86/include/asm/stackprotector.h | 4 +-
26339 arch/x86/include/asm/stacktrace.h | 32 +-
26340 arch/x86/include/asm/switch_to.h | 4 +-
26341 arch/x86/include/asm/sys_ia32.h | 6 +-
26342 arch/x86/include/asm/thread_info.h | 27 +-
26343 arch/x86/include/asm/tlbflush.h | 77 +-
26344 arch/x86/include/asm/uaccess.h | 192 +-
26345 arch/x86/include/asm/uaccess_32.h | 28 +-
26346 arch/x86/include/asm/uaccess_64.h | 169 +-
26347 arch/x86/include/asm/word-at-a-time.h | 2 +-
26348 arch/x86/include/asm/x86_init.h | 10 +-
26349 arch/x86/include/asm/xen/page.h | 2 +-
26350 arch/x86/include/uapi/asm/e820.h | 2 +-
26351 arch/x86/kernel/Makefile | 2 +-
26352 arch/x86/kernel/acpi/boot.c | 4 +-
26353 arch/x86/kernel/acpi/sleep.c | 4 +
26354 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
26355 arch/x86/kernel/alternative.c | 124 +-
26356 arch/x86/kernel/apic/apic.c | 4 +-
26357 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
26358 arch/x86/kernel/apic/apic_noop.c | 2 +-
26359 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
26360 arch/x86/kernel/apic/io_apic.c | 8 +-
26361 arch/x86/kernel/apic/msi.c | 2 +-
26362 arch/x86/kernel/apic/probe_32.c | 4 +-
26363 arch/x86/kernel/apic/vector.c | 4 +-
26364 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
26365 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
26366 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
26367 arch/x86/kernel/apm_32.c | 21 +-
26368 arch/x86/kernel/asm-offsets.c | 20 +
26369 arch/x86/kernel/asm-offsets_64.c | 1 +
26370 arch/x86/kernel/cpu/Makefile | 4 -
26371 arch/x86/kernel/cpu/amd.c | 2 +-
26372 arch/x86/kernel/cpu/bugs_64.c | 2 +
26373 arch/x86/kernel/cpu/common.c | 202 +-
26374 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
26375 arch/x86/kernel/cpu/mcheck/mce.c | 34 +-
26376 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
26377 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
26378 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
26379 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
26380 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
26381 arch/x86/kernel/cpu/perf_event.c | 10 +-
26382 arch/x86/kernel/cpu/perf_event_amd_iommu.c | 2 +-
26383 arch/x86/kernel/cpu/perf_event_intel.c | 6 +-
26384 arch/x86/kernel/cpu/perf_event_intel_bts.c | 6 +-
26385 arch/x86/kernel/cpu/perf_event_intel_cqm.c | 4 +-
26386 arch/x86/kernel/cpu/perf_event_intel_pt.c | 44 +-
26387 arch/x86/kernel/cpu/perf_event_intel_rapl.c | 2 +-
26388 arch/x86/kernel/cpu/perf_event_intel_uncore.c | 2 +-
26389 arch/x86/kernel/cpu/perf_event_intel_uncore.h | 2 +-
26390 arch/x86/kernel/crash_dump_64.c | 2 +-
26391 arch/x86/kernel/doublefault.c | 8 +-
26392 arch/x86/kernel/dumpstack.c | 24 +-
26393 arch/x86/kernel/dumpstack_32.c | 25 +-
26394 arch/x86/kernel/dumpstack_64.c | 62 +-
26395 arch/x86/kernel/e820.c | 4 +-
26396 arch/x86/kernel/early_printk.c | 1 +
26397 arch/x86/kernel/espfix_64.c | 44 +-
26398 arch/x86/kernel/fpu/core.c | 24 +-
26399 arch/x86/kernel/fpu/init.c | 40 +-
26400 arch/x86/kernel/fpu/regset.c | 22 +-
26401 arch/x86/kernel/fpu/signal.c | 20 +-
26402 arch/x86/kernel/fpu/xstate.c | 8 +-
26403 arch/x86/kernel/ftrace.c | 18 +-
26404 arch/x86/kernel/head64.c | 14 +-
26405 arch/x86/kernel/head_32.S | 235 +-
26406 arch/x86/kernel/head_64.S | 173 +-
26407 arch/x86/kernel/i386_ksyms_32.c | 12 +
26408 arch/x86/kernel/i8259.c | 10 +-
26409 arch/x86/kernel/io_delay.c | 2 +-
26410 arch/x86/kernel/ioport.c | 2 +-
26411 arch/x86/kernel/irq.c | 8 +-
26412 arch/x86/kernel/irq_32.c | 45 +-
26413 arch/x86/kernel/jump_label.c | 10 +-
26414 arch/x86/kernel/kgdb.c | 21 +-
26415 arch/x86/kernel/kprobes/core.c | 28 +-
26416 arch/x86/kernel/kprobes/opt.c | 16 +-
26417 arch/x86/kernel/ksysfs.c | 2 +-
26418 arch/x86/kernel/kvmclock.c | 20 +-
26419 arch/x86/kernel/ldt.c | 25 +
26420 arch/x86/kernel/livepatch.c | 12 +-
26421 arch/x86/kernel/machine_kexec_32.c | 6 +-
26422 arch/x86/kernel/mcount_64.S | 19 +-
26423 arch/x86/kernel/module.c | 78 +-
26424 arch/x86/kernel/msr.c | 2 +-
26425 arch/x86/kernel/nmi.c | 34 +-
26426 arch/x86/kernel/nmi_selftest.c | 4 +-
26427 arch/x86/kernel/paravirt-spinlocks.c | 2 +-
26428 arch/x86/kernel/paravirt.c | 45 +-
26429 arch/x86/kernel/paravirt_patch_64.c | 8 +
26430 arch/x86/kernel/pci-calgary_64.c | 2 +-
26431 arch/x86/kernel/pci-iommu_table.c | 2 +-
26432 arch/x86/kernel/pci-swiotlb.c | 2 +-
26433 arch/x86/kernel/process.c | 80 +-
26434 arch/x86/kernel/process_32.c | 29 +-
26435 arch/x86/kernel/process_64.c | 14 +-
26436 arch/x86/kernel/ptrace.c | 20 +-
26437 arch/x86/kernel/pvclock.c | 8 +-
26438 arch/x86/kernel/reboot.c | 44 +-
26439 arch/x86/kernel/reboot_fixups_32.c | 2 +-
26440 arch/x86/kernel/relocate_kernel_64.S | 3 +-
26441 arch/x86/kernel/setup.c | 29 +-
26442 arch/x86/kernel/setup_percpu.c | 29 +-
26443 arch/x86/kernel/signal.c | 17 +-
26444 arch/x86/kernel/smp.c | 2 +-
26445 arch/x86/kernel/smpboot.c | 29 +-
26446 arch/x86/kernel/step.c | 6 +-
26447 arch/x86/kernel/sys_i386_32.c | 184 +
26448 arch/x86/kernel/sys_x86_64.c | 22 +-
26449 arch/x86/kernel/tboot.c | 14 +-
26450 arch/x86/kernel/time.c | 8 +-
26451 arch/x86/kernel/tls.c | 7 +-
26452 arch/x86/kernel/tracepoint.c | 4 +-
26453 arch/x86/kernel/traps.c | 53 +-
26454 arch/x86/kernel/tsc.c | 2 +-
26455 arch/x86/kernel/uprobes.c | 2 +-
26456 arch/x86/kernel/vm86_32.c | 6 +-
26457 arch/x86/kernel/vmlinux.lds.S | 153 +-
26458 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
26459 arch/x86/kernel/x86_init.c | 6 +-
26460 arch/x86/kvm/cpuid.c | 21 +-
26461 arch/x86/kvm/emulate.c | 2 +-
26462 arch/x86/kvm/lapic.c | 2 +-
26463 arch/x86/kvm/paging_tmpl.h | 2 +-
26464 arch/x86/kvm/svm.c | 10 +-
26465 arch/x86/kvm/vmx.c | 62 +-
26466 arch/x86/kvm/x86.c | 42 +-
26467 arch/x86/lguest/boot.c | 3 +-
26468 arch/x86/lib/atomic64_386_32.S | 164 +
26469 arch/x86/lib/atomic64_cx8_32.S | 98 +-
26470 arch/x86/lib/checksum_32.S | 99 +-
26471 arch/x86/lib/clear_page_64.S | 3 +
26472 arch/x86/lib/cmpxchg16b_emu.S | 3 +
26473 arch/x86/lib/copy_page_64.S | 14 +-
26474 arch/x86/lib/copy_user_64.S | 66 +-
26475 arch/x86/lib/csum-copy_64.S | 14 +-
26476 arch/x86/lib/csum-wrappers_64.c | 8 +-
26477 arch/x86/lib/getuser.S | 74 +-
26478 arch/x86/lib/insn.c | 8 +-
26479 arch/x86/lib/iomap_copy_64.S | 2 +
26480 arch/x86/lib/memcpy_64.S | 6 +
26481 arch/x86/lib/memmove_64.S | 3 +-
26482 arch/x86/lib/memset_64.S | 3 +
26483 arch/x86/lib/mmx_32.c | 243 +-
26484 arch/x86/lib/msr-reg.S | 2 +
26485 arch/x86/lib/putuser.S | 87 +-
26486 arch/x86/lib/rwsem.S | 6 +-
26487 arch/x86/lib/usercopy_32.c | 359 +-
26488 arch/x86/lib/usercopy_64.c | 20 +-
26489 arch/x86/math-emu/fpu_aux.c | 2 +-
26490 arch/x86/math-emu/fpu_entry.c | 4 +-
26491 arch/x86/math-emu/fpu_system.h | 2 +-
26492 arch/x86/mm/Makefile | 4 +
26493 arch/x86/mm/extable.c | 26 +-
26494 arch/x86/mm/fault.c | 570 +-
26495 arch/x86/mm/gup.c | 6 +-
26496 arch/x86/mm/highmem_32.c | 6 +
26497 arch/x86/mm/hugetlbpage.c | 24 +-
26498 arch/x86/mm/init.c | 111 +-
26499 arch/x86/mm/init_32.c | 111 +-
26500 arch/x86/mm/init_64.c | 46 +-
26501 arch/x86/mm/iomap_32.c | 4 +
26502 arch/x86/mm/ioremap.c | 52 +-
26503 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
26504 arch/x86/mm/mmap.c | 40 +-
26505 arch/x86/mm/mmio-mod.c | 10 +-
26506 arch/x86/mm/numa.c | 2 +-
26507 arch/x86/mm/pageattr.c | 38 +-
26508 arch/x86/mm/pat.c | 12 +-
26509 arch/x86/mm/pat_rbtree.c | 2 +-
26510 arch/x86/mm/pf_in.c | 10 +-
26511 arch/x86/mm/pgtable.c | 214 +-
26512 arch/x86/mm/pgtable_32.c | 3 +
26513 arch/x86/mm/setup_nx.c | 7 +
26514 arch/x86/mm/tlb.c | 4 +
26515 arch/x86/mm/uderef_64.c | 37 +
26516 arch/x86/net/bpf_jit.S | 11 +
26517 arch/x86/net/bpf_jit_comp.c | 13 +-
26518 arch/x86/oprofile/backtrace.c | 6 +-
26519 arch/x86/oprofile/nmi_int.c | 8 +-
26520 arch/x86/oprofile/op_model_amd.c | 8 +-
26521 arch/x86/oprofile/op_model_ppro.c | 7 +-
26522 arch/x86/oprofile/op_x86_model.h | 2 +-
26523 arch/x86/pci/intel_mid_pci.c | 2 +-
26524 arch/x86/pci/irq.c | 8 +-
26525 arch/x86/pci/pcbios.c | 144 +-
26526 arch/x86/platform/efi/efi_32.c | 24 +
26527 arch/x86/platform/efi/efi_64.c | 26 +-
26528 arch/x86/platform/efi/efi_stub_32.S | 64 +-
26529 arch/x86/platform/efi/efi_stub_64.S | 2 +
26530 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
26531 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
26532 arch/x86/platform/intel-mid/mfld.c | 4 +-
26533 arch/x86/platform/intel-mid/mrfl.c | 2 +-
26534 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
26535 arch/x86/platform/olpc/olpc_dt.c | 2 +-
26536 arch/x86/power/cpu.c | 11 +-
26537 arch/x86/realmode/init.c | 10 +-
26538 arch/x86/realmode/rm/Makefile | 3 +
26539 arch/x86/realmode/rm/header.S | 4 +-
26540 arch/x86/realmode/rm/reboot.S | 4 +
26541 arch/x86/realmode/rm/trampoline_32.S | 12 +-
26542 arch/x86/realmode/rm/trampoline_64.S | 3 +-
26543 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
26544 arch/x86/tools/Makefile | 2 +-
26545 arch/x86/tools/relocs.c | 96 +-
26546 arch/x86/um/mem_32.c | 2 +-
26547 arch/x86/um/tls_32.c | 2 +-
26548 arch/x86/xen/enlighten.c | 50 +-
26549 arch/x86/xen/mmu.c | 19 +-
26550 arch/x86/xen/smp.c | 16 +-
26551 arch/x86/xen/xen-asm_32.S | 2 +-
26552 arch/x86/xen/xen-head.S | 11 +
26553 arch/x86/xen/xen-ops.h | 2 -
26554 block/bio.c | 4 +-
26555 block/blk-iopoll.c | 2 +-
26556 block/blk-map.c | 2 +-
26557 block/blk-softirq.c | 2 +-
26558 block/bsg.c | 12 +-
26559 block/compat_ioctl.c | 4 +-
26560 block/genhd.c | 9 +-
26561 block/partitions/efi.c | 8 +-
26562 block/scsi_ioctl.c | 29 +-
26563 crypto/cryptd.c | 4 +-
26564 crypto/pcrypt.c | 2 +-
26565 crypto/zlib.c | 12 +-
26566 drivers/acpi/acpi_video.c | 2 +-
26567 drivers/acpi/apei/apei-internal.h | 2 +-
26568 drivers/acpi/apei/ghes.c | 4 +-
26569 drivers/acpi/bgrt.c | 6 +-
26570 drivers/acpi/blacklist.c | 4 +-
26571 drivers/acpi/bus.c | 4 +-
26572 drivers/acpi/device_pm.c | 4 +-
26573 drivers/acpi/ec.c | 2 +-
26574 drivers/acpi/pci_slot.c | 2 +-
26575 drivers/acpi/processor_idle.c | 2 +-
26576 drivers/acpi/processor_pdc.c | 2 +-
26577 drivers/acpi/sleep.c | 2 +-
26578 drivers/acpi/sysfs.c | 4 +-
26579 drivers/acpi/thermal.c | 2 +-
26580 drivers/acpi/video_detect.c | 7 +-
26581 drivers/ata/libata-core.c | 12 +-
26582 drivers/ata/libata-scsi.c | 2 +-
26583 drivers/ata/libata.h | 2 +-
26584 drivers/ata/pata_arasan_cf.c | 4 +-
26585 drivers/atm/adummy.c | 2 +-
26586 drivers/atm/ambassador.c | 8 +-
26587 drivers/atm/atmtcp.c | 14 +-
26588 drivers/atm/eni.c | 10 +-
26589 drivers/atm/firestream.c | 8 +-
26590 drivers/atm/fore200e.c | 14 +-
26591 drivers/atm/he.c | 18 +-
26592 drivers/atm/horizon.c | 4 +-
26593 drivers/atm/idt77252.c | 36 +-
26594 drivers/atm/iphase.c | 34 +-
26595 drivers/atm/lanai.c | 12 +-
26596 drivers/atm/nicstar.c | 46 +-
26597 drivers/atm/solos-pci.c | 4 +-
26598 drivers/atm/suni.c | 4 +-
26599 drivers/atm/uPD98402.c | 16 +-
26600 drivers/atm/zatm.c | 6 +-
26601 drivers/base/bus.c | 4 +-
26602 drivers/base/devtmpfs.c | 8 +-
26603 drivers/base/node.c | 2 +-
26604 drivers/base/platform-msi.c | 20 +-
26605 drivers/base/power/domain.c | 11 +-
26606 drivers/base/power/sysfs.c | 2 +-
26607 drivers/base/power/wakeup.c | 8 +-
26608 drivers/base/regmap/regmap-debugfs.c | 11 +-
26609 drivers/base/syscore.c | 4 +-
26610 drivers/block/cciss.c | 28 +-
26611 drivers/block/cciss.h | 2 +-
26612 drivers/block/cpqarray.c | 28 +-
26613 drivers/block/cpqarray.h | 2 +-
26614 drivers/block/drbd/drbd_bitmap.c | 2 +-
26615 drivers/block/drbd/drbd_int.h | 8 +-
26616 drivers/block/drbd/drbd_main.c | 12 +-
26617 drivers/block/drbd/drbd_nl.c | 4 +-
26618 drivers/block/drbd/drbd_receiver.c | 34 +-
26619 drivers/block/drbd/drbd_worker.c | 8 +-
26620 drivers/block/pktcdvd.c | 4 +-
26621 drivers/block/rbd.c | 2 +-
26622 drivers/bluetooth/btwilink.c | 2 +-
26623 drivers/bus/arm-cci.c | 12 +-
26624 drivers/cdrom/cdrom.c | 11 +-
26625 drivers/cdrom/gdrom.c | 1 -
26626 drivers/char/agp/compat_ioctl.c | 2 +-
26627 drivers/char/agp/frontend.c | 4 +-
26628 drivers/char/agp/intel-gtt.c | 4 +-
26629 drivers/char/hpet.c | 2 +-
26630 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
26631 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
26632 drivers/char/mem.c | 47 +-
26633 drivers/char/nvram.c | 2 +-
26634 drivers/char/pcmcia/synclink_cs.c | 16 +-
26635 drivers/char/random.c | 12 +-
26636 drivers/char/sonypi.c | 11 +-
26637 drivers/char/tpm/tpm_acpi.c | 3 +-
26638 drivers/char/tpm/tpm_eventlog.c | 4 +-
26639 drivers/char/virtio_console.c | 4 +-
26640 drivers/clk/clk-composite.c | 2 +-
26641 drivers/clk/samsung/clk.h | 2 +-
26642 drivers/clk/socfpga/clk-gate.c | 9 +-
26643 drivers/clk/socfpga/clk-pll.c | 9 +-
26644 drivers/clk/ti/clk.c | 8 +-
26645 drivers/cpufreq/acpi-cpufreq.c | 17 +-
26646 drivers/cpufreq/cpufreq-dt.c | 4 +-
26647 drivers/cpufreq/cpufreq.c | 30 +-
26648 drivers/cpufreq/cpufreq_governor.c | 2 +-
26649 drivers/cpufreq/cpufreq_governor.h | 4 +-
26650 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
26651 drivers/cpufreq/intel_pstate.c | 33 +-
26652 drivers/cpufreq/p4-clockmod.c | 12 +-
26653 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
26654 drivers/cpufreq/speedstep-centrino.c | 7 +-
26655 drivers/cpuidle/driver.c | 2 +-
26656 drivers/cpuidle/dt_idle_states.c | 2 +-
26657 drivers/cpuidle/governor.c | 2 +-
26658 drivers/cpuidle/sysfs.c | 2 +-
26659 drivers/crypto/hifn_795x.c | 4 +-
26660 drivers/devfreq/devfreq.c | 4 +-
26661 drivers/dma/sh/shdma-base.c | 4 +-
26662 drivers/dma/sh/shdmac.c | 2 +-
26663 drivers/edac/edac_device.c | 4 +-
26664 drivers/edac/edac_mc_sysfs.c | 2 +-
26665 drivers/edac/edac_pci.c | 4 +-
26666 drivers/edac/edac_pci_sysfs.c | 22 +-
26667 drivers/edac/mce_amd.h | 2 +-
26668 drivers/firewire/core-card.c | 6 +-
26669 drivers/firewire/core-device.c | 2 +-
26670 drivers/firewire/core-transaction.c | 1 +
26671 drivers/firewire/core.h | 1 +
26672 drivers/firmware/dmi-id.c | 2 +-
26673 drivers/firmware/dmi_scan.c | 12 +-
26674 drivers/firmware/efi/cper.c | 8 +-
26675 drivers/firmware/efi/efi.c | 12 +-
26676 drivers/firmware/efi/efivars.c | 2 +-
26677 drivers/firmware/efi/runtime-map.c | 2 +-
26678 drivers/firmware/google/gsmi.c | 2 +-
26679 drivers/firmware/google/memconsole.c | 7 +-
26680 drivers/firmware/memmap.c | 2 +-
26681 drivers/firmware/psci.c | 2 +-
26682 drivers/gpio/gpio-davinci.c | 6 +-
26683 drivers/gpio/gpio-em.c | 2 +-
26684 drivers/gpio/gpio-ich.c | 2 +-
26685 drivers/gpio/gpio-omap.c | 4 +-
26686 drivers/gpio/gpio-rcar.c | 2 +-
26687 drivers/gpio/gpio-vr41xx.c | 2 +-
26688 drivers/gpio/gpiolib.c | 12 +-
26689 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
26690 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
26691 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
26692 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
26693 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
26694 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
26695 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
26696 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
26697 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
26698 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
26699 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
26700 drivers/gpu/drm/drm_crtc.c | 2 +-
26701 drivers/gpu/drm/drm_drv.c | 2 +-
26702 drivers/gpu/drm/drm_fops.c | 12 +-
26703 drivers/gpu/drm/drm_global.c | 14 +-
26704 drivers/gpu/drm/drm_info.c | 13 +-
26705 drivers/gpu/drm/drm_ioc32.c | 13 +-
26706 drivers/gpu/drm/drm_ioctl.c | 2 +-
26707 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 10 +-
26708 drivers/gpu/drm/i810/i810_drv.h | 4 +-
26709 drivers/gpu/drm/i915/i915_dma.c | 2 +-
26710 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
26711 drivers/gpu/drm/i915/i915_gem_gtt.c | 16 +-
26712 drivers/gpu/drm/i915/i915_gem_gtt.h | 6 +-
26713 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
26714 drivers/gpu/drm/i915/intel_display.c | 26 +-
26715 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
26716 drivers/gpu/drm/mga/mga_drv.h | 4 +-
26717 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
26718 drivers/gpu/drm/mga/mga_irq.c | 8 +-
26719 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
26720 drivers/gpu/drm/nouveau/nouveau_drm.h | 1 -
26721 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
26722 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
26723 drivers/gpu/drm/omapdrm/Makefile | 2 +-
26724 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
26725 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
26726 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
26727 drivers/gpu/drm/qxl/qxl_ioctl.c | 10 +-
26728 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
26729 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
26730 drivers/gpu/drm/r128/r128_cce.c | 2 +-
26731 drivers/gpu/drm/r128/r128_drv.h | 4 +-
26732 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
26733 drivers/gpu/drm/r128/r128_irq.c | 4 +-
26734 drivers/gpu/drm/r128/r128_state.c | 4 +-
26735 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
26736 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
26737 drivers/gpu/drm/radeon/radeon_drv.h | 2 +-
26738 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
26739 drivers/gpu/drm/radeon/radeon_irq.c | 6 +-
26740 drivers/gpu/drm/radeon/radeon_state.c | 4 +-
26741 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
26742 drivers/gpu/drm/tegra/dc.c | 2 +-
26743 drivers/gpu/drm/tegra/dsi.c | 2 +-
26744 drivers/gpu/drm/tegra/hdmi.c | 2 +-
26745 drivers/gpu/drm/tegra/sor.c | 7 +-
26746 drivers/gpu/drm/tilcdc/Makefile | 6 +-
26747 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
26748 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
26749 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
26750 drivers/gpu/drm/udl/udl_fb.c | 1 -
26751 drivers/gpu/drm/via/via_drv.h | 4 +-
26752 drivers/gpu/drm/via/via_irq.c | 18 +-
26753 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
26754 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
26755 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
26756 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
26757 drivers/gpu/vga/vga_switcheroo.c | 4 +-
26758 drivers/hid/hid-core.c | 4 +-
26759 drivers/hid/hid-sensor-custom.c | 2 +-
26760 drivers/hv/channel.c | 2 +-
26761 drivers/hv/hv.c | 4 +-
26762 drivers/hv/hv_balloon.c | 18 +-
26763 drivers/hv/hyperv_vmbus.h | 2 +-
26764 drivers/hwmon/acpi_power_meter.c | 6 +-
26765 drivers/hwmon/applesmc.c | 2 +-
26766 drivers/hwmon/asus_atk0110.c | 10 +-
26767 drivers/hwmon/coretemp.c | 2 +-
26768 drivers/hwmon/dell-smm-hwmon.c | 2 +-
26769 drivers/hwmon/ibmaem.c | 2 +-
26770 drivers/hwmon/iio_hwmon.c | 2 +-
26771 drivers/hwmon/nct6683.c | 6 +-
26772 drivers/hwmon/nct6775.c | 6 +-
26773 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
26774 drivers/hwmon/sht15.c | 12 +-
26775 drivers/hwmon/via-cputemp.c | 2 +-
26776 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
26777 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
26778 drivers/i2c/i2c-dev.c | 2 +-
26779 drivers/ide/ide-cd.c | 2 +-
26780 drivers/ide/ide-disk.c | 2 +-
26781 drivers/iio/industrialio-core.c | 2 +-
26782 drivers/iio/magnetometer/ak8975.c | 2 +-
26783 drivers/infiniband/core/cm.c | 32 +-
26784 drivers/infiniband/core/fmr_pool.c | 20 +-
26785 drivers/infiniband/core/uverbs_cmd.c | 3 +
26786 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
26787 drivers/infiniband/hw/mlx4/mad.c | 2 +-
26788 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
26789 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
26790 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
26791 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
26792 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
26793 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
26794 drivers/infiniband/hw/nes/nes.c | 4 +-
26795 drivers/infiniband/hw/nes/nes.h | 40 +-
26796 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
26797 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
26798 drivers/infiniband/hw/nes/nes_nic.c | 40 +-
26799 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
26800 drivers/infiniband/hw/qib/qib.h | 1 +
26801 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
26802 drivers/input/gameport/gameport.c | 4 +-
26803 drivers/input/input.c | 4 +-
26804 drivers/input/joystick/sidewinder.c | 1 +
26805 drivers/input/joystick/xpad.c | 4 +-
26806 drivers/input/misc/ims-pcu.c | 4 +-
26807 drivers/input/mouse/psmouse.h | 2 +-
26808 drivers/input/mousedev.c | 2 +-
26809 drivers/input/serio/serio.c | 4 +-
26810 drivers/input/serio/serio_raw.c | 4 +-
26811 drivers/input/touchscreen/htcpen.c | 2 +-
26812 drivers/iommu/arm-smmu-v3.c | 2 +-
26813 drivers/iommu/arm-smmu.c | 43 +-
26814 drivers/iommu/io-pgtable-arm.c | 101 +-
26815 drivers/iommu/io-pgtable.c | 11 +-
26816 drivers/iommu/io-pgtable.h | 19 +-
26817 drivers/iommu/iommu.c | 2 +-
26818 drivers/iommu/ipmmu-vmsa.c | 13 +-
26819 drivers/iommu/irq_remapping.c | 2 +-
26820 drivers/irqchip/irq-gic.c | 2 +-
26821 drivers/irqchip/irq-i8259.c | 2 +-
26822 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
26823 drivers/irqchip/irq-renesas-irqc.c | 2 +-
26824 drivers/isdn/capi/capi.c | 10 +-
26825 drivers/isdn/gigaset/interface.c | 8 +-
26826 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
26827 drivers/isdn/hardware/avm/b1.c | 4 +-
26828 drivers/isdn/i4l/isdn_common.c | 2 +
26829 drivers/isdn/i4l/isdn_tty.c | 22 +-
26830 drivers/isdn/icn/icn.c | 2 +-
26831 drivers/isdn/mISDN/dsp_cmx.c | 2 +-
26832 drivers/lguest/core.c | 10 +-
26833 drivers/lguest/page_tables.c | 2 +-
26834 drivers/lguest/x86/core.c | 12 +-
26835 drivers/lguest/x86/switcher_32.S | 27 +-
26836 drivers/md/bcache/closure.h | 2 +-
26837 drivers/md/bitmap.c | 2 +-
26838 drivers/md/dm-ioctl.c | 2 +-
26839 drivers/md/dm-raid1.c | 18 +-
26840 drivers/md/dm-stats.c | 6 +-
26841 drivers/md/dm-stripe.c | 10 +-
26842 drivers/md/dm-table.c | 2 +-
26843 drivers/md/dm-thin-metadata.c | 4 +-
26844 drivers/md/dm.c | 16 +-
26845 drivers/md/md.c | 26 +-
26846 drivers/md/md.h | 6 +-
26847 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
26848 drivers/md/persistent-data/dm-space-map.h | 1 +
26849 drivers/md/raid1.c | 4 +-
26850 drivers/md/raid10.c | 18 +-
26851 drivers/md/raid5.c | 22 +-
26852 drivers/media/dvb-core/dvbdev.c | 2 +-
26853 drivers/media/dvb-frontends/af9033.h | 2 +-
26854 drivers/media/dvb-frontends/dib3000.h | 2 +-
26855 drivers/media/dvb-frontends/dib7000p.h | 2 +-
26856 drivers/media/dvb-frontends/dib8000.h | 2 +-
26857 drivers/media/pci/cx88/cx88-video.c | 6 +-
26858 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
26859 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
26860 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
26861 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
26862 drivers/media/pci/tw68/tw68-core.c | 2 +-
26863 drivers/media/platform/omap/omap_vout.c | 11 +-
26864 drivers/media/platform/s5p-tv/mixer.h | 2 +-
26865 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
26866 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
26867 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
26868 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
26869 drivers/media/radio/radio-cadet.c | 2 +
26870 drivers/media/radio/radio-maxiradio.c | 2 +-
26871 drivers/media/radio/radio-shark.c | 2 +-
26872 drivers/media/radio/radio-shark2.c | 2 +-
26873 drivers/media/radio/radio-si476x.c | 2 +-
26874 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
26875 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
26876 drivers/media/v4l2-core/v4l2-device.c | 4 +-
26877 drivers/media/v4l2-core/v4l2-ioctl.c | 13 +-
26878 drivers/memory/omap-gpmc.c | 21 +-
26879 drivers/message/fusion/mptsas.c | 34 +-
26880 drivers/mfd/ab8500-debugfs.c | 2 +-
26881 drivers/mfd/kempld-core.c | 2 +-
26882 drivers/mfd/max8925-i2c.c | 2 +-
26883 drivers/mfd/tps65910.c | 2 +-
26884 drivers/mfd/twl4030-irq.c | 9 +-
26885 drivers/mfd/wm5110-tables.c | 2 +-
26886 drivers/mfd/wm8998-tables.c | 2 +-
26887 drivers/misc/c2port/core.c | 4 +-
26888 drivers/misc/kgdbts.c | 4 +-
26889 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
26890 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
26891 drivers/misc/mic/scif/scif_rb.c | 8 +-
26892 drivers/misc/sgi-gru/gruhandles.c | 4 +-
26893 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
26894 drivers/misc/sgi-gru/grutables.h | 154 +-
26895 drivers/misc/sgi-xp/xp.h | 2 +-
26896 drivers/misc/sgi-xp/xpc.h | 3 +-
26897 drivers/misc/sgi-xp/xpc_main.c | 2 +-
26898 drivers/mmc/card/block.c | 2 +-
26899 drivers/mmc/host/dw_mmc.h | 2 +-
26900 drivers/mmc/host/mmci.c | 4 +-
26901 drivers/mmc/host/omap_hsmmc.c | 4 +-
26902 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
26903 drivers/mmc/host/sdhci-s3c.c | 8 +-
26904 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
26905 drivers/mtd/nand/denali.c | 1 +
26906 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
26907 drivers/mtd/nftlmount.c | 1 +
26908 drivers/mtd/sm_ftl.c | 2 +-
26909 drivers/net/bonding/bond_netlink.c | 2 +-
26910 drivers/net/caif/caif_hsi.c | 2 +-
26911 drivers/net/can/Kconfig | 2 +-
26912 drivers/net/can/dev.c | 2 +-
26913 drivers/net/can/vcan.c | 2 +-
26914 drivers/net/dummy.c | 2 +-
26915 drivers/net/ethernet/8390/ax88796.c | 4 +-
26916 drivers/net/ethernet/altera/altera_tse_main.c | 4 +-
26917 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
26918 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
26919 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
26920 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 143 +-
26921 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 64 +-
26922 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
26923 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
26924 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
26925 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
26926 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
26927 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
26928 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
26929 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
26930 drivers/net/ethernet/broadcom/tg3.h | 1 +
26931 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
26932 drivers/net/ethernet/cavium/liquidio/lio_main.c | 11 +-
26933 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
26934 drivers/net/ethernet/dec/tulip/de4x5.c | 4 +-
26935 drivers/net/ethernet/emulex/benet/be_main.c | 2 +-
26936 drivers/net/ethernet/faraday/ftgmac100.c | 2 +
26937 drivers/net/ethernet/faraday/ftmac100.c | 2 +
26938 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
26939 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
26940 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
26941 drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 7 +-
26942 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
26943 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
26944 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
26945 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
26946 drivers/net/ethernet/realtek/r8169.c | 8 +-
26947 drivers/net/ethernet/sfc/ptp.c | 2 +-
26948 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
26949 drivers/net/ethernet/via/via-rhine.c | 2 +-
26950 drivers/net/geneve.c | 2 +-
26951 drivers/net/hyperv/hyperv_net.h | 2 +-
26952 drivers/net/hyperv/rndis_filter.c | 4 +-
26953 drivers/net/ifb.c | 2 +-
26954 drivers/net/ipvlan/ipvlan_core.c | 2 +-
26955 drivers/net/macvlan.c | 20 +-
26956 drivers/net/macvtap.c | 6 +-
26957 drivers/net/nlmon.c | 2 +-
26958 drivers/net/phy/phy_device.c | 6 +-
26959 drivers/net/ppp/ppp_generic.c | 4 +-
26960 drivers/net/slip/slhc.c | 2 +-
26961 drivers/net/team/team.c | 4 +-
26962 drivers/net/tun.c | 7 +-
26963 drivers/net/usb/hso.c | 23 +-
26964 drivers/net/usb/r8152.c | 2 +-
26965 drivers/net/usb/sierra_net.c | 4 +-
26966 drivers/net/virtio_net.c | 2 +-
26967 drivers/net/vrf.c | 2 +-
26968 drivers/net/vxlan.c | 4 +-
26969 drivers/net/wimax/i2400m/rx.c | 2 +-
26970 drivers/net/wireless/airo.c | 2 +-
26971 drivers/net/wireless/at76c50x-usb.c | 2 +-
26972 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
26973 drivers/net/wireless/ath/ath10k/htc.c | 7 +-
26974 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
26975 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
26976 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
26977 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
26978 drivers/net/wireless/ath/ath9k/main.c | 22 +-
26979 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
26980 drivers/net/wireless/b43/phy_lp.c | 2 +-
26981 drivers/net/wireless/iwlegacy/3945-mac.c | 4 +-
26982 drivers/net/wireless/iwlwifi/dvm/debugfs.c | 34 +-
26983 drivers/net/wireless/iwlwifi/pcie/trans.c | 4 +-
26984 drivers/net/wireless/mac80211_hwsim.c | 28 +-
26985 drivers/net/wireless/rndis_wlan.c | 2 +-
26986 drivers/net/wireless/rt2x00/rt2x00.h | 2 +-
26987 drivers/net/wireless/rt2x00/rt2x00queue.c | 4 +-
26988 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
26989 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
26990 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
26991 drivers/nfc/nfcwilink.c | 2 +-
26992 drivers/of/fdt.c | 4 +-
26993 drivers/oprofile/buffer_sync.c | 8 +-
26994 drivers/oprofile/event_buffer.c | 2 +-
26995 drivers/oprofile/oprof.c | 2 +-
26996 drivers/oprofile/oprofile_stats.c | 10 +-
26997 drivers/oprofile/oprofile_stats.h | 10 +-
26998 drivers/oprofile/oprofilefs.c | 6 +-
26999 drivers/oprofile/timer_int.c | 2 +-
27000 drivers/parport/procfs.c | 4 +-
27001 drivers/pci/host/pci-host-generic.c | 24 +-
27002 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
27003 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
27004 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
27005 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
27006 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
27007 drivers/pci/hotplug/pciehp_core.c | 2 +-
27008 drivers/pci/msi.c | 22 +-
27009 drivers/pci/pci-sysfs.c | 6 +-
27010 drivers/pci/pci.h | 2 +-
27011 drivers/pci/pcie/aspm.c | 6 +-
27012 drivers/pci/pcie/portdrv_pci.c | 2 +-
27013 drivers/pci/probe.c | 2 +-
27014 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
27015 drivers/pinctrl/pinctrl-at91.c | 5 +-
27016 drivers/platform/chrome/chromeos_pstore.c | 2 +-
27017 drivers/platform/x86/alienware-wmi.c | 4 +-
27018 drivers/platform/x86/compal-laptop.c | 2 +-
27019 drivers/platform/x86/hdaps.c | 2 +-
27020 drivers/platform/x86/ibm_rtl.c | 2 +-
27021 drivers/platform/x86/intel_oaktrail.c | 2 +-
27022 drivers/platform/x86/msi-laptop.c | 16 +-
27023 drivers/platform/x86/msi-wmi.c | 2 +-
27024 drivers/platform/x86/samsung-laptop.c | 2 +-
27025 drivers/platform/x86/samsung-q10.c | 2 +-
27026 drivers/platform/x86/sony-laptop.c | 14 +-
27027 drivers/platform/x86/thinkpad_acpi.c | 2 +-
27028 drivers/pnp/pnpbios/bioscalls.c | 14 +-
27029 drivers/pnp/pnpbios/core.c | 2 +-
27030 drivers/power/pda_power.c | 7 +-
27031 drivers/power/power_supply.h | 4 +-
27032 drivers/power/power_supply_core.c | 7 +-
27033 drivers/power/power_supply_sysfs.c | 6 +-
27034 drivers/power/reset/at91-reset.c | 9 +-
27035 drivers/powercap/powercap_sys.c | 136 +-
27036 drivers/ptp/ptp_private.h | 2 +-
27037 drivers/ptp/ptp_sysfs.c | 2 +-
27038 drivers/regulator/core.c | 4 +-
27039 drivers/regulator/max8660.c | 6 +-
27040 drivers/regulator/max8973-regulator.c | 16 +-
27041 drivers/regulator/mc13892-regulator.c | 8 +-
27042 drivers/rtc/rtc-armada38x.c | 7 +-
27043 drivers/rtc/rtc-cmos.c | 4 +-
27044 drivers/rtc/rtc-ds1307.c | 2 +-
27045 drivers/rtc/rtc-m48t59.c | 4 +-
27046 drivers/rtc/rtc-test.c | 6 +-
27047 drivers/scsi/be2iscsi/be_main.c | 2 +-
27048 drivers/scsi/bfa/bfa_fcpim.h | 2 +-
27049 drivers/scsi/bfa/bfa_ioc.h | 4 +-
27050 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
27051 drivers/scsi/hosts.c | 4 +-
27052 drivers/scsi/hpsa.c | 38 +-
27053 drivers/scsi/hpsa.h | 2 +-
27054 drivers/scsi/libfc/fc_exch.c | 50 +-
27055 drivers/scsi/libsas/sas_ata.c | 2 +-
27056 drivers/scsi/lpfc/lpfc.h | 8 +-
27057 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
27058 drivers/scsi/lpfc/lpfc_init.c | 6 +-
27059 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
27060 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
27061 drivers/scsi/mpt2sas/mpt2sas_scsih.c | 8 +-
27062 drivers/scsi/pmcraid.c | 20 +-
27063 drivers/scsi/pmcraid.h | 8 +-
27064 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
27065 drivers/scsi/qla2xxx/qla_gbl.h | 4 +-
27066 drivers/scsi/qla2xxx/qla_os.c | 6 +-
27067 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
27068 drivers/scsi/qla4xxx/ql4_os.c | 6 +-
27069 drivers/scsi/scsi.c | 2 +-
27070 drivers/scsi/scsi_lib.c | 8 +-
27071 drivers/scsi/scsi_sysfs.c | 2 +-
27072 drivers/scsi/scsi_transport_fc.c | 8 +-
27073 drivers/scsi/scsi_transport_iscsi.c | 6 +-
27074 drivers/scsi/scsi_transport_srp.c | 6 +-
27075 drivers/scsi/sd.c | 6 +-
27076 drivers/scsi/sg.c | 2 +-
27077 drivers/scsi/sr.c | 21 +-
27078 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
27079 drivers/spi/spi.c | 2 +-
27080 drivers/staging/android/timed_output.c | 6 +-
27081 drivers/staging/comedi/comedi_fops.c | 8 +-
27082 drivers/staging/fbtft/fbtft-core.c | 2 +-
27083 drivers/staging/fbtft/fbtft.h | 2 +-
27084 drivers/staging/gdm724x/gdm_tty.c | 2 +-
27085 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
27086 drivers/staging/iio/adc/ad7280a.c | 4 +-
27087 drivers/staging/lustre/lnet/selftest/brw_test.c | 12 +-
27088 drivers/staging/lustre/lnet/selftest/framework.c | 4 -
27089 drivers/staging/lustre/lnet/selftest/ping_test.c | 14 +-
27090 drivers/staging/lustre/lustre/include/lustre_dlm.h | 2 +-
27091 drivers/staging/lustre/lustre/include/obd.h | 2 +-
27092 drivers/staging/octeon/ethernet-rx.c | 20 +-
27093 drivers/staging/octeon/ethernet.c | 8 +-
27094 drivers/staging/rdma/ipath/ipath_rc.c | 6 +-
27095 drivers/staging/rdma/ipath/ipath_ruc.c | 6 +-
27096 drivers/staging/rtl8188eu/include/hal_intf.h | 2 +-
27097 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
27098 drivers/staging/sm750fb/sm750.c | 14 +-
27099 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
27100 drivers/target/sbp/sbp_target.c | 4 +-
27101 drivers/thermal/cpu_cooling.c | 9 +-
27102 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
27103 drivers/thermal/of-thermal.c | 17 +-
27104 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
27105 drivers/tty/cyclades.c | 6 +-
27106 drivers/tty/hvc/hvc_console.c | 14 +-
27107 drivers/tty/hvc/hvcs.c | 21 +-
27108 drivers/tty/hvc/hvsi.c | 22 +-
27109 drivers/tty/hvc/hvsi_lib.c | 4 +-
27110 drivers/tty/ipwireless/tty.c | 27 +-
27111 drivers/tty/moxa.c | 2 +-
27112 drivers/tty/n_gsm.c | 4 +-
27113 drivers/tty/n_tty.c | 3 +-
27114 drivers/tty/pty.c | 4 +-
27115 drivers/tty/rocket.c | 6 +-
27116 drivers/tty/serial/8250/8250_core.c | 10 +-
27117 drivers/tty/serial/ifx6x60.c | 2 +-
27118 drivers/tty/serial/ioc4_serial.c | 6 +-
27119 drivers/tty/serial/kgdb_nmi.c | 4 +-
27120 drivers/tty/serial/kgdboc.c | 32 +-
27121 drivers/tty/serial/msm_serial.c | 4 +-
27122 drivers/tty/serial/samsung.c | 9 +-
27123 drivers/tty/serial/serial_core.c | 8 +-
27124 drivers/tty/synclink.c | 34 +-
27125 drivers/tty/synclink_gt.c | 28 +-
27126 drivers/tty/synclinkmp.c | 34 +-
27127 drivers/tty/tty_io.c | 2 +-
27128 drivers/tty/tty_ldisc.c | 8 +-
27129 drivers/tty/tty_port.c | 22 +-
27130 drivers/uio/uio.c | 13 +-
27131 drivers/usb/atm/cxacru.c | 2 +-
27132 drivers/usb/atm/usbatm.c | 24 +-
27133 drivers/usb/class/cdc-acm.h | 2 +-
27134 drivers/usb/core/devices.c | 6 +-
27135 drivers/usb/core/devio.c | 12 +-
27136 drivers/usb/core/hcd.c | 4 +-
27137 drivers/usb/core/sysfs.c | 2 +-
27138 drivers/usb/core/usb.c | 2 +-
27139 drivers/usb/early/ehci-dbgp.c | 16 +-
27140 drivers/usb/gadget/function/u_serial.c | 22 +-
27141 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
27142 drivers/usb/host/ehci-hcd.c | 2 +-
27143 drivers/usb/host/ehci-hub.c | 4 +-
27144 drivers/usb/host/ehci-q.c | 4 +-
27145 drivers/usb/host/fotg210-hcd.c | 2 +-
27146 drivers/usb/host/fusbh200-hcd.c | 2 +-
27147 drivers/usb/host/hwa-hc.c | 2 +-
27148 drivers/usb/host/ohci-hcd.c | 2 +-
27149 drivers/usb/host/r8a66597.h | 2 +-
27150 drivers/usb/host/uhci-hcd.c | 2 +-
27151 drivers/usb/host/xhci-pci.c | 2 +-
27152 drivers/usb/host/xhci.c | 2 +-
27153 drivers/usb/misc/appledisplay.c | 4 +-
27154 drivers/usb/serial/console.c | 8 +-
27155 drivers/usb/storage/transport.c | 2 +-
27156 drivers/usb/storage/usb.c | 2 +-
27157 drivers/usb/storage/usb.h | 2 +-
27158 drivers/usb/usbip/vhci.h | 2 +-
27159 drivers/usb/usbip/vhci_hcd.c | 6 +-
27160 drivers/usb/usbip/vhci_rx.c | 2 +-
27161 drivers/usb/wusbcore/wa-hc.h | 4 +-
27162 drivers/usb/wusbcore/wa-xfer.c | 2 +-
27163 drivers/vfio/vfio.c | 2 +-
27164 drivers/vhost/vringh.c | 20 +-
27165 drivers/video/backlight/kb3886_bl.c | 2 +-
27166 drivers/video/console/fbcon.c | 2 +-
27167 drivers/video/fbdev/aty/aty128fb.c | 2 +-
27168 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
27169 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
27170 drivers/video/fbdev/core/fb_defio.c | 6 +-
27171 drivers/video/fbdev/core/fbmem.c | 2 +-
27172 drivers/video/fbdev/hyperv_fb.c | 4 +-
27173 drivers/video/fbdev/i810/i810_accel.c | 1 +
27174 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
27175 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
27176 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
27177 drivers/video/fbdev/omap2/dss/display.c | 8 +-
27178 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
27179 drivers/video/fbdev/smscufx.c | 4 +-
27180 drivers/video/fbdev/udlfb.c | 36 +-
27181 drivers/video/fbdev/uvesafb.c | 52 +-
27182 drivers/video/fbdev/vesafb.c | 58 +-
27183 drivers/video/fbdev/via/via_clock.h | 2 +-
27184 drivers/xen/events/events_base.c | 6 +-
27185 drivers/xen/evtchn.c | 4 +-
27186 fs/Kconfig.binfmt | 2 +-
27187 fs/afs/inode.c | 4 +-
27188 fs/aio.c | 2 +-
27189 fs/autofs4/waitq.c | 2 +-
27190 fs/befs/endian.h | 6 +-
27191 fs/binfmt_aout.c | 23 +-
27192 fs/binfmt_elf.c | 670 +-
27193 fs/binfmt_elf_fdpic.c | 4 +-
27194 fs/block_dev.c | 2 +-
27195 fs/btrfs/ctree.c | 9 +-
27196 fs/btrfs/delayed-inode.c | 9 +-
27197 fs/btrfs/delayed-inode.h | 6 +-
27198 fs/btrfs/file.c | 10 +-
27199 fs/btrfs/inode.c | 14 +-
27200 fs/btrfs/super.c | 2 +-
27201 fs/btrfs/sysfs.c | 2 +-
27202 fs/btrfs/tests/free-space-tests.c | 8 +-
27203 fs/btrfs/tree-log.h | 2 +-
27204 fs/buffer.c | 2 +-
27205 fs/cachefiles/bind.c | 6 +-
27206 fs/cachefiles/daemon.c | 8 +-
27207 fs/cachefiles/internal.h | 12 +-
27208 fs/cachefiles/namei.c | 2 +-
27209 fs/cachefiles/proc.c | 12 +-
27210 fs/ceph/dir.c | 12 +-
27211 fs/ceph/super.c | 4 +-
27212 fs/cifs/cifs_debug.c | 12 +-
27213 fs/cifs/cifsfs.c | 8 +-
27214 fs/cifs/cifsglob.h | 54 +-
27215 fs/cifs/file.c | 10 +-
27216 fs/cifs/misc.c | 4 +-
27217 fs/cifs/smb1ops.c | 80 +-
27218 fs/cifs/smb2ops.c | 84 +-
27219 fs/cifs/smb2pdu.c | 3 +-
27220 fs/coda/cache.c | 10 +-
27221 fs/compat.c | 4 +-
27222 fs/compat_binfmt_elf.c | 2 +
27223 fs/compat_ioctl.c | 12 +-
27224 fs/configfs/dir.c | 10 +-
27225 fs/coredump.c | 16 +-
27226 fs/dcache.c | 51 +-
27227 fs/ecryptfs/inode.c | 2 +-
27228 fs/ecryptfs/miscdev.c | 2 +-
27229 fs/exec.c | 362 +-
27230 fs/ext2/xattr.c | 5 +-
27231 fs/ext4/ext4.h | 20 +-
27232 fs/ext4/mballoc.c | 44 +-
27233 fs/ext4/resize.c | 16 +-
27234 fs/ext4/super.c | 4 +-
27235 fs/ext4/xattr.c | 5 +-
27236 fs/fhandle.c | 3 +-
27237 fs/file.c | 4 +-
27238 fs/fs_struct.c | 8 +-
27239 fs/fscache/cookie.c | 40 +-
27240 fs/fscache/internal.h | 202 +-
27241 fs/fscache/object.c | 26 +-
27242 fs/fscache/operation.c | 38 +-
27243 fs/fscache/page.c | 110 +-
27244 fs/fscache/stats.c | 348 +-
27245 fs/fuse/cuse.c | 10 +-
27246 fs/fuse/dev.c | 4 +-
27247 fs/gfs2/glock.c | 22 +-
27248 fs/gfs2/glops.c | 4 +-
27249 fs/gfs2/quota.c | 6 +-
27250 fs/hugetlbfs/inode.c | 13 +-
27251 fs/inode.c | 4 +-
27252 fs/jffs2/erase.c | 3 +-
27253 fs/jffs2/wbuf.c | 3 +-
27254 fs/jfs/super.c | 2 +-
27255 fs/kernfs/dir.c | 2 +-
27256 fs/kernfs/file.c | 20 +-
27257 fs/libfs.c | 10 +-
27258 fs/lockd/clntproc.c | 4 +-
27259 fs/namei.c | 16 +-
27260 fs/namespace.c | 16 +-
27261 fs/nfs/callback_xdr.c | 2 +-
27262 fs/nfs/inode.c | 6 +-
27263 fs/nfsd/nfs4proc.c | 2 +-
27264 fs/nfsd/nfs4xdr.c | 2 +-
27265 fs/nfsd/nfscache.c | 11 +-
27266 fs/nfsd/vfs.c | 6 +-
27267 fs/nls/nls_base.c | 26 +-
27268 fs/nls/nls_euc-jp.c | 6 +-
27269 fs/nls/nls_koi8-ru.c | 6 +-
27270 fs/notify/fanotify/fanotify_user.c | 4 +-
27271 fs/notify/notification.c | 4 +-
27272 fs/ntfs/dir.c | 2 +-
27273 fs/ntfs/super.c | 6 +-
27274 fs/ocfs2/localalloc.c | 2 +-
27275 fs/ocfs2/ocfs2.h | 10 +-
27276 fs/ocfs2/suballoc.c | 12 +-
27277 fs/ocfs2/super.c | 20 +-
27278 fs/pipe.c | 72 +-
27279 fs/posix_acl.c | 4 +-
27280 fs/proc/array.c | 20 +
27281 fs/proc/base.c | 4 +-
27282 fs/proc/kcore.c | 34 +-
27283 fs/proc/meminfo.c | 2 +-
27284 fs/proc/nommu.c | 2 +-
27285 fs/proc/proc_sysctl.c | 26 +-
27286 fs/proc/task_mmu.c | 39 +-
27287 fs/proc/task_nommu.c | 4 +-
27288 fs/proc/vmcore.c | 16 +-
27289 fs/qnx6/qnx6.h | 4 +-
27290 fs/quota/netlink.c | 4 +-
27291 fs/read_write.c | 2 +-
27292 fs/reiserfs/do_balan.c | 2 +-
27293 fs/reiserfs/procfs.c | 2 +-
27294 fs/reiserfs/reiserfs.h | 4 +-
27295 fs/seq_file.c | 4 +-
27296 fs/splice.c | 43 +-
27297 fs/squashfs/xattr.c | 12 +-
27298 fs/sysv/sysv.h | 2 +-
27299 fs/tracefs/inode.c | 8 +-
27300 fs/udf/misc.c | 2 +-
27301 fs/ufs/swab.h | 4 +-
27302 fs/userfaultfd.c | 2 +-
27303 fs/xattr.c | 21 +
27304 fs/xfs/libxfs/xfs_bmap.c | 2 +-
27305 fs/xfs/xfs_dir2_readdir.c | 7 +-
27306 fs/xfs/xfs_ioctl.c | 2 +-
27307 fs/xfs/xfs_linux.h | 4 +-
27308 include/asm-generic/4level-fixup.h | 2 +
27309 include/asm-generic/atomic-long.h | 156 +-
27310 include/asm-generic/atomic64.h | 12 +
27311 include/asm-generic/bitops/__fls.h | 2 +-
27312 include/asm-generic/bitops/fls.h | 2 +-
27313 include/asm-generic/bitops/fls64.h | 4 +-
27314 include/asm-generic/bug.h | 6 +-
27315 include/asm-generic/cache.h | 4 +-
27316 include/asm-generic/emergency-restart.h | 2 +-
27317 include/asm-generic/kmap_types.h | 4 +-
27318 include/asm-generic/local.h | 13 +
27319 include/asm-generic/pgtable-nopmd.h | 18 +-
27320 include/asm-generic/pgtable-nopud.h | 15 +-
27321 include/asm-generic/pgtable.h | 16 +
27322 include/asm-generic/sections.h | 1 +
27323 include/asm-generic/uaccess.h | 16 +
27324 include/asm-generic/vmlinux.lds.h | 15 +-
27325 include/crypto/algapi.h | 2 +-
27326 include/drm/drmP.h | 16 +-
27327 include/drm/drm_crtc_helper.h | 2 +-
27328 include/drm/drm_mm.h | 2 +-
27329 include/drm/i915_pciids.h | 2 +-
27330 include/drm/intel-gtt.h | 4 +-
27331 include/drm/ttm/ttm_memory.h | 2 +-
27332 include/drm/ttm/ttm_page_alloc.h | 1 +
27333 include/keys/asymmetric-subtype.h | 2 +-
27334 include/linux/atmdev.h | 4 +-
27335 include/linux/atomic.h | 17 +-
27336 include/linux/audit.h | 2 +-
27337 include/linux/average.h | 2 +-
27338 include/linux/binfmts.h | 3 +-
27339 include/linux/bitmap.h | 2 +-
27340 include/linux/bitops.h | 8 +-
27341 include/linux/blkdev.h | 2 +-
27342 include/linux/blktrace_api.h | 2 +-
27343 include/linux/cache.h | 8 +
27344 include/linux/cdrom.h | 1 -
27345 include/linux/cleancache.h | 2 +-
27346 include/linux/clk-provider.h | 1 +
27347 include/linux/compat.h | 6 +-
27348 include/linux/compiler-gcc.h | 28 +-
27349 include/linux/compiler.h | 157 +-
27350 include/linux/configfs.h | 2 +-
27351 include/linux/cpufreq.h | 3 +-
27352 include/linux/cpuidle.h | 5 +-
27353 include/linux/cpumask.h | 14 +-
27354 include/linux/crypto.h | 4 +-
27355 include/linux/ctype.h | 2 +-
27356 include/linux/dcache.h | 4 +-
27357 include/linux/decompress/mm.h | 2 +-
27358 include/linux/devfreq.h | 2 +-
27359 include/linux/device.h | 7 +-
27360 include/linux/dma-mapping.h | 2 +-
27361 include/linux/efi.h | 1 +
27362 include/linux/elf.h | 2 +
27363 include/linux/err.h | 4 +-
27364 include/linux/extcon.h | 2 +-
27365 include/linux/fb.h | 3 +-
27366 include/linux/fdtable.h | 2 +-
27367 include/linux/fs.h | 5 +-
27368 include/linux/fs_struct.h | 2 +-
27369 include/linux/fscache-cache.h | 2 +-
27370 include/linux/fscache.h | 2 +-
27371 include/linux/fsnotify.h | 2 +-
27372 include/linux/genhd.h | 4 +-
27373 include/linux/genl_magic_func.h | 2 +-
27374 include/linux/gfp.h | 12 +-
27375 include/linux/highmem.h | 12 +
27376 include/linux/hwmon-sysfs.h | 6 +-
27377 include/linux/i2c.h | 1 +
27378 include/linux/if_pppox.h | 2 +-
27379 include/linux/init.h | 12 +-
27380 include/linux/init_task.h | 7 +
27381 include/linux/interrupt.h | 6 +-
27382 include/linux/iommu.h | 2 +-
27383 include/linux/ioport.h | 2 +-
27384 include/linux/ipc.h | 2 +-
27385 include/linux/irq.h | 5 +-
27386 include/linux/irqdesc.h | 2 +-
27387 include/linux/irqdomain.h | 3 +
27388 include/linux/jiffies.h | 16 +-
27389 include/linux/key-type.h | 2 +-
27390 include/linux/kgdb.h | 6 +-
27391 include/linux/kmemleak.h | 4 +-
27392 include/linux/kobject.h | 3 +-
27393 include/linux/kobject_ns.h | 2 +-
27394 include/linux/kref.h | 2 +-
27395 include/linux/libata.h | 2 +-
27396 include/linux/linkage.h | 1 +
27397 include/linux/list.h | 15 +
27398 include/linux/lockref.h | 26 +-
27399 include/linux/math64.h | 10 +-
27400 include/linux/mempolicy.h | 7 +
27401 include/linux/mm.h | 102 +-
27402 include/linux/mm_types.h | 20 +
27403 include/linux/mmiotrace.h | 4 +-
27404 include/linux/mmzone.h | 2 +-
27405 include/linux/mod_devicetable.h | 4 +-
27406 include/linux/module.h | 69 +-
27407 include/linux/moduleloader.h | 16 +
27408 include/linux/moduleparam.h | 4 +-
27409 include/linux/net.h | 2 +-
27410 include/linux/netdevice.h | 7 +-
27411 include/linux/netfilter.h | 2 +-
27412 include/linux/netfilter/nfnetlink.h | 2 +-
27413 include/linux/nls.h | 4 +-
27414 include/linux/notifier.h | 3 +-
27415 include/linux/oprofile.h | 4 +-
27416 include/linux/padata.h | 2 +-
27417 include/linux/pci_hotplug.h | 3 +-
27418 include/linux/percpu.h | 2 +-
27419 include/linux/perf_event.h | 12 +-
27420 include/linux/pipe_fs_i.h | 8 +-
27421 include/linux/pm.h | 1 +
27422 include/linux/pm_domain.h | 4 +-
27423 include/linux/pm_runtime.h | 2 +-
27424 include/linux/pnp.h | 2 +-
27425 include/linux/poison.h | 4 +-
27426 include/linux/power/smartreflex.h | 2 +-
27427 include/linux/ppp-comp.h | 2 +-
27428 include/linux/preempt.h | 21 +
27429 include/linux/proc_ns.h | 2 +-
27430 include/linux/psci.h | 2 +-
27431 include/linux/quota.h | 2 +-
27432 include/linux/random.h | 19 +-
27433 include/linux/rculist.h | 16 +
27434 include/linux/reboot.h | 14 +-
27435 include/linux/regset.h | 3 +-
27436 include/linux/relay.h | 2 +-
27437 include/linux/rio.h | 2 +-
27438 include/linux/rmap.h | 4 +-
27439 include/linux/sched.h | 72 +-
27440 include/linux/sched/sysctl.h | 1 +
27441 include/linux/semaphore.h | 2 +-
27442 include/linux/seq_file.h | 1 +
27443 include/linux/signal.h | 2 +-
27444 include/linux/skbuff.h | 12 +-
27445 include/linux/slab.h | 47 +-
27446 include/linux/slab_def.h | 14 +-
27447 include/linux/slub_def.h | 2 +-
27448 include/linux/smp.h | 2 +
27449 include/linux/sock_diag.h | 2 +-
27450 include/linux/sonet.h | 2 +-
27451 include/linux/sunrpc/addr.h | 8 +-
27452 include/linux/sunrpc/clnt.h | 2 +-
27453 include/linux/sunrpc/svc.h | 2 +-
27454 include/linux/sunrpc/svc_rdma.h | 18 +-
27455 include/linux/sunrpc/svcauth.h | 2 +-
27456 include/linux/swapops.h | 10 +-
27457 include/linux/swiotlb.h | 3 +-
27458 include/linux/syscalls.h | 21 +-
27459 include/linux/syscore_ops.h | 2 +-
27460 include/linux/sysctl.h | 3 +-
27461 include/linux/sysfs.h | 9 +-
27462 include/linux/sysrq.h | 3 +-
27463 include/linux/tcp.h | 14 +-
27464 include/linux/thread_info.h | 7 +
27465 include/linux/tty.h | 4 +-
27466 include/linux/tty_driver.h | 2 +-
27467 include/linux/tty_ldisc.h | 2 +-
27468 include/linux/types.h | 16 +
27469 include/linux/uaccess.h | 6 +-
27470 include/linux/uio_driver.h | 2 +-
27471 include/linux/unaligned/access_ok.h | 24 +-
27472 include/linux/usb.h | 12 +-
27473 include/linux/usb/hcd.h | 1 +
27474 include/linux/usb/renesas_usbhs.h | 2 +-
27475 include/linux/vermagic.h | 21 +-
27476 include/linux/vga_switcheroo.h | 8 +-
27477 include/linux/vmalloc.h | 7 +-
27478 include/linux/vmstat.h | 24 +-
27479 include/linux/xattr.h | 5 +-
27480 include/linux/zlib.h | 3 +-
27481 include/media/v4l2-dev.h | 2 +-
27482 include/media/v4l2-device.h | 2 +-
27483 include/net/9p/transport.h | 2 +-
27484 include/net/bluetooth/l2cap.h | 2 +-
27485 include/net/bonding.h | 2 +-
27486 include/net/caif/cfctrl.h | 6 +-
27487 include/net/flow.h | 2 +-
27488 include/net/genetlink.h | 2 +-
27489 include/net/gro_cells.h | 2 +-
27490 include/net/inet_connection_sock.h | 2 +-
27491 include/net/inet_sock.h | 2 +-
27492 include/net/inetpeer.h | 2 +-
27493 include/net/ip_fib.h | 2 +-
27494 include/net/ip_vs.h | 8 +-
27495 include/net/ipv6.h | 2 +-
27496 include/net/irda/ircomm_tty.h | 1 +
27497 include/net/iucv/af_iucv.h | 2 +-
27498 include/net/llc_c_ac.h | 2 +-
27499 include/net/llc_c_ev.h | 4 +-
27500 include/net/llc_c_st.h | 2 +-
27501 include/net/llc_s_ac.h | 2 +-
27502 include/net/llc_s_st.h | 2 +-
27503 include/net/mac80211.h | 4 +-
27504 include/net/neighbour.h | 2 +-
27505 include/net/net_namespace.h | 18 +-
27506 include/net/netlink.h | 2 +-
27507 include/net/netns/conntrack.h | 6 +-
27508 include/net/netns/ipv4.h | 4 +-
27509 include/net/netns/ipv6.h | 4 +-
27510 include/net/netns/xfrm.h | 2 +-
27511 include/net/ping.h | 2 +-
27512 include/net/protocol.h | 4 +-
27513 include/net/rtnetlink.h | 2 +-
27514 include/net/sctp/checksum.h | 4 +-
27515 include/net/sctp/sm.h | 4 +-
27516 include/net/sctp/structs.h | 2 +-
27517 include/net/sock.h | 12 +-
27518 include/net/tcp.h | 8 +-
27519 include/net/xfrm.h | 13 +-
27520 include/rdma/iw_cm.h | 2 +-
27521 include/scsi/libfc.h | 3 +-
27522 include/scsi/scsi_device.h | 6 +-
27523 include/scsi/scsi_driver.h | 2 +-
27524 include/scsi/scsi_transport_fc.h | 3 +-
27525 include/scsi/sg.h | 2 +-
27526 include/sound/compress_driver.h | 2 +-
27527 include/sound/soc.h | 4 +-
27528 include/trace/events/irq.h | 4 +-
27529 include/uapi/linux/a.out.h | 8 +
27530 include/uapi/linux/bcache.h | 5 +-
27531 include/uapi/linux/byteorder/little_endian.h | 28 +-
27532 include/uapi/linux/connector.h | 2 +-
27533 include/uapi/linux/elf.h | 28 +
27534 include/uapi/linux/screen_info.h | 3 +-
27535 include/uapi/linux/swab.h | 6 +-
27536 include/uapi/linux/xattr.h | 4 +
27537 include/video/udlfb.h | 8 +-
27538 include/video/uvesafb.h | 1 +
27539 init/Kconfig | 2 +-
27540 init/Makefile | 3 +
27541 init/do_mounts.c | 14 +-
27542 init/do_mounts.h | 8 +-
27543 init/do_mounts_initrd.c | 30 +-
27544 init/do_mounts_md.c | 6 +-
27545 init/init_task.c | 4 +
27546 init/initramfs.c | 38 +-
27547 init/main.c | 30 +-
27548 ipc/compat.c | 4 +-
27549 ipc/ipc_sysctl.c | 8 +-
27550 ipc/mq_sysctl.c | 4 +-
27551 ipc/sem.c | 4 +-
27552 ipc/shm.c | 6 +
27553 kernel/audit.c | 8 +-
27554 kernel/auditsc.c | 4 +-
27555 kernel/bpf/core.c | 7 +-
27556 kernel/capability.c | 3 +
27557 kernel/compat.c | 38 +-
27558 kernel/debug/debug_core.c | 16 +-
27559 kernel/debug/kdb/kdb_main.c | 4 +-
27560 kernel/events/core.c | 26 +-
27561 kernel/events/internal.h | 10 +-
27562 kernel/events/uprobes.c | 2 +-
27563 kernel/exit.c | 2 +-
27564 kernel/fork.c | 167 +-
27565 kernel/futex.c | 11 +-
27566 kernel/futex_compat.c | 2 +-
27567 kernel/gcov/base.c | 7 +-
27568 kernel/irq/manage.c | 2 +-
27569 kernel/irq/msi.c | 19 +-
27570 kernel/irq/spurious.c | 2 +-
27571 kernel/jump_label.c | 5 +
27572 kernel/kallsyms.c | 37 +-
27573 kernel/kexec.c | 3 +-
27574 kernel/kmod.c | 8 +-
27575 kernel/kprobes.c | 4 +-
27576 kernel/ksysfs.c | 2 +-
27577 kernel/locking/lockdep.c | 7 +-
27578 kernel/locking/mutex-debug.c | 12 +-
27579 kernel/locking/mutex-debug.h | 4 +-
27580 kernel/locking/mutex.c | 6 +-
27581 kernel/module.c | 422 +-
27582 kernel/notifier.c | 17 +-
27583 kernel/padata.c | 4 +-
27584 kernel/panic.c | 5 +-
27585 kernel/pid.c | 2 +-
27586 kernel/pid_namespace.c | 2 +-
27587 kernel/power/process.c | 12 +-
27588 kernel/profile.c | 14 +-
27589 kernel/ptrace.c | 8 +-
27590 kernel/rcu/rcutorture.c | 60 +-
27591 kernel/rcu/tiny.c | 4 +-
27592 kernel/rcu/tree.c | 44 +-
27593 kernel/rcu/tree.h | 14 +-
27594 kernel/rcu/tree_plugin.h | 14 +-
27595 kernel/rcu/tree_trace.c | 12 +-
27596 kernel/sched/auto_group.c | 4 +-
27597 kernel/sched/core.c | 45 +-
27598 kernel/sched/fair.c | 2 +-
27599 kernel/sched/sched.h | 2 +-
27600 kernel/signal.c | 12 +-
27601 kernel/smpboot.c | 4 +-
27602 kernel/softirq.c | 12 +-
27603 kernel/sys.c | 10 +-
27604 kernel/sysctl.c | 34 +-
27605 kernel/time/alarmtimer.c | 2 +-
27606 kernel/time/posix-cpu-timers.c | 4 +-
27607 kernel/time/posix-timers.c | 24 +-
27608 kernel/time/timer.c | 2 +-
27609 kernel/time/timer_stats.c | 10 +-
27610 kernel/trace/blktrace.c | 6 +-
27611 kernel/trace/ftrace.c | 15 +-
27612 kernel/trace/ring_buffer.c | 96 +-
27613 kernel/trace/trace.c | 2 +-
27614 kernel/trace/trace.h | 2 +-
27615 kernel/trace/trace_clock.c | 4 +-
27616 kernel/trace/trace_events.c | 1 -
27617 kernel/trace/trace_functions_graph.c | 4 +-
27618 kernel/trace/trace_mmiotrace.c | 8 +-
27619 kernel/trace/trace_output.c | 10 +-
27620 kernel/trace/trace_seq.c | 2 +-
27621 kernel/trace/trace_stack.c | 2 +-
27622 kernel/user_namespace.c | 2 +-
27623 kernel/utsname_sysctl.c | 2 +-
27624 kernel/watchdog.c | 2 +-
27625 kernel/workqueue.c | 2 +-
27626 lib/Kconfig.debug | 8 +-
27627 lib/Makefile | 2 +-
27628 lib/bitmap.c | 8 +-
27629 lib/bug.c | 2 +
27630 lib/debugobjects.c | 2 +-
27631 lib/decompress_bunzip2.c | 3 +-
27632 lib/decompress_unlzma.c | 4 +-
27633 lib/div64.c | 4 +-
27634 lib/dma-debug.c | 4 +-
27635 lib/inflate.c | 2 +-
27636 lib/ioremap.c | 4 +-
27637 lib/kobject.c | 4 +-
27638 lib/list_debug.c | 126 +-
27639 lib/lockref.c | 44 +-
27640 lib/percpu-refcount.c | 2 +-
27641 lib/radix-tree.c | 2 +-
27642 lib/random32.c | 2 +-
27643 lib/show_mem.c | 2 +-
27644 lib/strncpy_from_user.c | 2 +-
27645 lib/strnlen_user.c | 2 +-
27646 lib/swiotlb.c | 2 +-
27647 lib/usercopy.c | 6 +
27648 lib/vsprintf.c | 12 +-
27649 mm/Kconfig | 6 +-
27650 mm/backing-dev.c | 4 +-
27651 mm/debug.c | 3 +
27652 mm/filemap.c | 2 +-
27653 mm/gup.c | 13 +-
27654 mm/highmem.c | 6 +-
27655 mm/hugetlb.c | 70 +-
27656 mm/internal.h | 1 +
27657 mm/maccess.c | 4 +-
27658 mm/madvise.c | 37 +
27659 mm/memory-failure.c | 6 +-
27660 mm/memory.c | 424 +-
27661 mm/mempolicy.c | 25 +
27662 mm/mlock.c | 15 +-
27663 mm/mm_init.c | 2 +-
27664 mm/mmap.c | 582 +-
27665 mm/mprotect.c | 137 +-
27666 mm/mremap.c | 39 +-
27667 mm/nommu.c | 21 +-
27668 mm/page-writeback.c | 2 +-
27669 mm/page_alloc.c | 49 +-
27670 mm/percpu.c | 2 +-
27671 mm/process_vm_access.c | 14 +-
27672 mm/rmap.c | 45 +-
27673 mm/shmem.c | 19 +-
27674 mm/slab.c | 109 +-
27675 mm/slab.h | 22 +-
27676 mm/slab_common.c | 86 +-
27677 mm/slob.c | 218 +-
27678 mm/slub.c | 102 +-
27679 mm/sparse-vmemmap.c | 4 +-
27680 mm/sparse.c | 2 +-
27681 mm/swap.c | 2 +
27682 mm/swapfile.c | 12 +-
27683 mm/util.c | 6 +
27684 mm/vmalloc.c | 114 +-
27685 mm/vmstat.c | 12 +-
27686 net/8021q/vlan.c | 5 +-
27687 net/8021q/vlan_netlink.c | 2 +-
27688 net/9p/mod.c | 4 +-
27689 net/9p/trans_fd.c | 2 +-
27690 net/atm/atm_misc.c | 8 +-
27691 net/atm/lec.h | 2 +-
27692 net/atm/proc.c | 6 +-
27693 net/atm/resources.c | 4 +-
27694 net/ax25/sysctl_net_ax25.c | 2 +-
27695 net/batman-adv/bat_iv_ogm.c | 8 +-
27696 net/batman-adv/fragmentation.c | 2 +-
27697 net/batman-adv/soft-interface.c | 8 +-
27698 net/batman-adv/types.h | 6 +-
27699 net/bluetooth/hci_sock.c | 2 +-
27700 net/bluetooth/l2cap_core.c | 6 +-
27701 net/bluetooth/l2cap_sock.c | 12 +-
27702 net/bluetooth/rfcomm/sock.c | 4 +-
27703 net/bluetooth/rfcomm/tty.c | 4 +-
27704 net/bridge/br_netlink.c | 2 +-
27705 net/bridge/netfilter/ebtables.c | 6 +-
27706 net/caif/cfctrl.c | 11 +-
27707 net/caif/chnl_net.c | 2 +-
27708 net/can/af_can.c | 2 +-
27709 net/can/gw.c | 6 +-
27710 net/ceph/messenger.c | 4 +-
27711 net/compat.c | 24 +-
27712 net/core/datagram.c | 2 +-
27713 net/core/dev.c | 16 +-
27714 net/core/filter.c | 2 +-
27715 net/core/flow.c | 6 +-
27716 net/core/neighbour.c | 4 +-
27717 net/core/net-sysfs.c | 2 +-
27718 net/core/net_namespace.c | 8 +-
27719 net/core/netpoll.c | 4 +-
27720 net/core/rtnetlink.c | 15 +-
27721 net/core/scm.c | 14 +-
27722 net/core/skbuff.c | 8 +-
27723 net/core/sock.c | 28 +-
27724 net/core/sock_diag.c | 15 +-
27725 net/core/sysctl_net_core.c | 22 +-
27726 net/decnet/af_decnet.c | 1 +
27727 net/decnet/sysctl_net_decnet.c | 4 +-
27728 net/dsa/dsa.c | 2 +-
27729 net/hsr/hsr_netlink.c | 2 +-
27730 net/ieee802154/6lowpan/core.c | 2 +-
27731 net/ieee802154/6lowpan/reassembly.c | 14 +-
27732 net/ipv4/af_inet.c | 2 +-
27733 net/ipv4/devinet.c | 18 +-
27734 net/ipv4/fib_frontend.c | 6 +-
27735 net/ipv4/fib_semantics.c | 2 +-
27736 net/ipv4/inet_connection_sock.c | 4 +-
27737 net/ipv4/inet_timewait_sock.c | 2 +-
27738 net/ipv4/inetpeer.c | 2 +-
27739 net/ipv4/ip_fragment.c | 15 +-
27740 net/ipv4/ip_gre.c | 6 +-
27741 net/ipv4/ip_sockglue.c | 2 +-
27742 net/ipv4/ip_vti.c | 4 +-
27743 net/ipv4/ipconfig.c | 6 +-
27744 net/ipv4/ipip.c | 4 +-
27745 net/ipv4/netfilter/arp_tables.c | 12 +-
27746 net/ipv4/netfilter/ip_tables.c | 12 +-
27747 net/ipv4/ping.c | 14 +-
27748 net/ipv4/raw.c | 14 +-
27749 net/ipv4/route.c | 32 +-
27750 net/ipv4/sysctl_net_ipv4.c | 22 +-
27751 net/ipv4/tcp_input.c | 6 +-
27752 net/ipv4/tcp_probe.c | 2 +-
27753 net/ipv4/udp.c | 10 +-
27754 net/ipv4/xfrm4_policy.c | 18 +-
27755 net/ipv6/addrconf.c | 18 +-
27756 net/ipv6/af_inet6.c | 2 +-
27757 net/ipv6/datagram.c | 2 +-
27758 net/ipv6/icmp.c | 2 +-
27759 net/ipv6/ip6_fib.c | 4 +-
27760 net/ipv6/ip6_gre.c | 10 +-
27761 net/ipv6/ip6_tunnel.c | 4 +-
27762 net/ipv6/ip6_vti.c | 4 +-
27763 net/ipv6/ipv6_sockglue.c | 2 +-
27764 net/ipv6/netfilter/ip6_tables.c | 12 +-
27765 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
27766 net/ipv6/ping.c | 33 +-
27767 net/ipv6/raw.c | 17 +-
27768 net/ipv6/reassembly.c | 13 +-
27769 net/ipv6/route.c | 2 +-
27770 net/ipv6/sit.c | 4 +-
27771 net/ipv6/sysctl_net_ipv6.c | 2 +-
27772 net/ipv6/udp.c | 6 +-
27773 net/ipv6/xfrm6_policy.c | 17 +-
27774 net/irda/ircomm/ircomm_tty.c | 18 +-
27775 net/iucv/af_iucv.c | 4 +-
27776 net/iucv/iucv.c | 2 +-
27777 net/key/af_key.c | 4 +-
27778 net/l2tp/l2tp_eth.c | 38 +-
27779 net/l2tp/l2tp_ip.c | 2 +-
27780 net/l2tp/l2tp_ip6.c | 2 +-
27781 net/mac80211/cfg.c | 8 +-
27782 net/mac80211/ieee80211_i.h | 3 +-
27783 net/mac80211/iface.c | 20 +-
27784 net/mac80211/main.c | 2 +-
27785 net/mac80211/pm.c | 4 +-
27786 net/mac80211/rate.c | 2 +-
27787 net/mac80211/sta_info.c | 2 +-
27788 net/mac80211/util.c | 8 +-
27789 net/mpls/af_mpls.c | 6 +-
27790 net/netfilter/ipset/ip_set_core.c | 2 +-
27791 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
27792 net/netfilter/ipvs/ip_vs_core.c | 4 +-
27793 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
27794 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
27795 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
27796 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
27797 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
27798 net/netfilter/nf_conntrack_acct.c | 2 +-
27799 net/netfilter/nf_conntrack_ecache.c | 2 +-
27800 net/netfilter/nf_conntrack_helper.c | 2 +-
27801 net/netfilter/nf_conntrack_proto.c | 2 +-
27802 net/netfilter/nf_conntrack_standalone.c | 2 +-
27803 net/netfilter/nf_conntrack_timestamp.c | 2 +-
27804 net/netfilter/nf_log.c | 10 +-
27805 net/netfilter/nf_sockopt.c | 4 +-
27806 net/netfilter/nfnetlink_log.c | 4 +-
27807 net/netfilter/nft_compat.c | 9 +-
27808 net/netfilter/xt_statistic.c | 8 +-
27809 net/netlink/af_netlink.c | 4 +-
27810 net/openvswitch/vport-internal_dev.c | 2 +-
27811 net/packet/af_packet.c | 8 +-
27812 net/phonet/pep.c | 6 +-
27813 net/phonet/socket.c | 2 +-
27814 net/phonet/sysctl.c | 2 +-
27815 net/rds/cong.c | 6 +-
27816 net/rds/ib.h | 2 +-
27817 net/rds/ib_cm.c | 2 +-
27818 net/rds/ib_recv.c | 4 +-
27819 net/rds/iw.h | 2 +-
27820 net/rds/iw_cm.c | 2 +-
27821 net/rds/iw_recv.c | 4 +-
27822 net/rds/rds.h | 2 +-
27823 net/rds/tcp.c | 2 +-
27824 net/rds/tcp_send.c | 2 +-
27825 net/rxrpc/af_rxrpc.c | 2 +-
27826 net/rxrpc/ar-ack.c | 14 +-
27827 net/rxrpc/ar-call.c | 2 +-
27828 net/rxrpc/ar-connection.c | 2 +-
27829 net/rxrpc/ar-connevent.c | 2 +-
27830 net/rxrpc/ar-input.c | 4 +-
27831 net/rxrpc/ar-internal.h | 8 +-
27832 net/rxrpc/ar-local.c | 2 +-
27833 net/rxrpc/ar-output.c | 4 +-
27834 net/rxrpc/ar-peer.c | 2 +-
27835 net/rxrpc/ar-proc.c | 4 +-
27836 net/rxrpc/ar-transport.c | 2 +-
27837 net/rxrpc/rxkad.c | 4 +-
27838 net/sched/sch_generic.c | 4 +-
27839 net/sctp/ipv6.c | 6 +-
27840 net/sctp/protocol.c | 10 +-
27841 net/sctp/sm_sideeffect.c | 2 +-
27842 net/sctp/socket.c | 21 +-
27843 net/sctp/sysctl.c | 10 +-
27844 net/socket.c | 18 +-
27845 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
27846 net/sunrpc/clnt.c | 4 +-
27847 net/sunrpc/sched.c | 4 +-
27848 net/sunrpc/svc.c | 4 +-
27849 net/sunrpc/svcauth_unix.c | 2 +-
27850 net/sunrpc/xprtrdma/svc_rdma.c | 38 +-
27851 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
27852 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
27853 net/sunrpc/xprtrdma/svc_rdma_transport.c | 10 +-
27854 net/tipc/netlink_compat.c | 12 +-
27855 net/tipc/subscr.c | 2 +-
27856 net/unix/af_unix.c | 7 +-
27857 net/unix/sysctl_net_unix.c | 2 +-
27858 net/wireless/wext-core.c | 19 +-
27859 net/xfrm/xfrm_policy.c | 16 +-
27860 net/xfrm/xfrm_state.c | 33 +-
27861 net/xfrm/xfrm_sysctl.c | 2 +-
27862 scripts/Kbuild.include | 2 +-
27863 scripts/Makefile.build | 2 +-
27864 scripts/Makefile.clean | 3 +-
27865 scripts/Makefile.host | 69 +-
27866 scripts/basic/fixdep.c | 12 +-
27867 scripts/dtc/checks.c | 14 +-
27868 scripts/dtc/data.c | 6 +-
27869 scripts/dtc/flattree.c | 8 +-
27870 scripts/dtc/livetree.c | 4 +-
27871 scripts/gcc-plugin.sh | 51 +
27872 scripts/headers_install.sh | 1 +
27873 scripts/kallsyms.c | 4 +-
27874 scripts/kconfig/lkc.h | 5 +-
27875 scripts/kconfig/menu.c | 2 +-
27876 scripts/kconfig/symbol.c | 6 +-
27877 scripts/link-vmlinux.sh | 2 +-
27878 scripts/mod/file2alias.c | 14 +-
27879 scripts/mod/modpost.c | 25 +-
27880 scripts/mod/modpost.h | 6 +-
27881 scripts/mod/sumversion.c | 2 +-
27882 scripts/module-common.lds | 4 +
27883 scripts/package/builddeb | 1 +
27884 scripts/pnmtologo.c | 6 +-
27885 scripts/sortextable.h | 6 +-
27886 scripts/tags.sh | 2 +-
27887 security/Kconfig | 692 +-
27888 security/integrity/ima/ima.h | 4 +-
27889 security/integrity/ima/ima_api.c | 2 +-
27890 security/integrity/ima/ima_fs.c | 4 +-
27891 security/integrity/ima/ima_queue.c | 2 +-
27892 security/keys/key.c | 18 +-
27893 security/selinux/avc.c | 6 +-
27894 security/selinux/include/xfrm.h | 2 +-
27895 security/yama/yama_lsm.c | 2 +-
27896 sound/aoa/codecs/onyx.c | 7 +-
27897 sound/aoa/codecs/onyx.h | 1 +
27898 sound/core/oss/pcm_oss.c | 18 +-
27899 sound/core/pcm_compat.c | 2 +-
27900 sound/core/pcm_native.c | 4 +-
27901 sound/core/sound.c | 2 +-
27902 sound/drivers/mts64.c | 14 +-
27903 sound/drivers/opl4/opl4_lib.c | 2 +-
27904 sound/drivers/portman2x4.c | 3 +-
27905 sound/firewire/amdtp.c | 4 +-
27906 sound/firewire/amdtp.h | 4 +-
27907 sound/firewire/isight.c | 10 +-
27908 sound/firewire/scs1x.c | 8 +-
27909 sound/oss/sb_audio.c | 2 +-
27910 sound/oss/swarm_cs4297a.c | 6 +-
27911 sound/pci/hda/hda_codec.c | 2 +-
27912 sound/pci/ymfpci/ymfpci.h | 2 +-
27913 sound/pci/ymfpci/ymfpci_main.c | 12 +-
27914 sound/soc/codecs/sti-sas.c | 10 +-
27915 sound/soc/soc-ac97.c | 6 +-
27916 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
27917 tools/gcc/Makefile | 42 +
27918 tools/gcc/checker_plugin.c | 150 +
27919 tools/gcc/colorize_plugin.c | 215 +
27920 tools/gcc/constify_plugin.c | 571 +
27921 tools/gcc/gcc-common.h | 812 +
27922 tools/gcc/initify_plugin.c | 552 +
27923 tools/gcc/kallocstat_plugin.c | 188 +
27924 tools/gcc/kernexec_plugin.c | 549 +
27925 tools/gcc/latent_entropy_plugin.c | 470 +
27926 tools/gcc/size_overflow_plugin/.gitignore | 2 +
27927 tools/gcc/size_overflow_plugin/Makefile | 28 +
27928 .../disable_size_overflow_hash.data |12422 ++++++++++++
27929 .../generate_size_overflow_hash.sh | 103 +
27930 .../insert_size_overflow_asm.c | 416 +
27931 .../size_overflow_plugin/intentional_overflow.c | 1010 +
27932 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
27933 tools/gcc/size_overflow_plugin/size_overflow.h | 323 +
27934 .../gcc/size_overflow_plugin/size_overflow_debug.c | 194 +
27935 .../size_overflow_plugin/size_overflow_hash.data |20735 ++++++++++++++++++++
27936 .../size_overflow_hash_aux.data | 92 +
27937 tools/gcc/size_overflow_plugin/size_overflow_ipa.c | 1226 ++
27938 .../gcc/size_overflow_plugin/size_overflow_misc.c | 505 +
27939 .../size_overflow_plugin/size_overflow_plugin.c | 318 +
27940 .../size_overflow_plugin_hash.c | 352 +
27941 .../size_overflow_plugin/size_overflow_transform.c | 749 +
27942 .../size_overflow_transform_core.c | 1010 +
27943 tools/gcc/stackleak_plugin.c | 436 +
27944 tools/gcc/structleak_plugin.c | 287 +
27945 tools/include/linux/compiler.h | 8 +
27946 tools/lib/api/Makefile | 2 +-
27947 tools/perf/util/include/asm/alternative-asm.h | 3 +
27948 tools/virtio/linux/uaccess.h | 2 +-
27949 virt/kvm/kvm_main.c | 42 +-
27950 1944 files changed, 66925 insertions(+), 8949 deletions(-)