]> git.ipfire.org Git - thirdparty/grsecurity-scrape.git/blob - test/changelog-test.txt
Auto commit, grsecurity-3.1-4.9.17-201703221829.patch added.
[thirdparty/grsecurity-scrape.git] / test / changelog-test.txt
1 commit a22b23469f57e80488a78689830a45cb27a020e3
2 Merge: 0ce9a75 693fcec4
3 Author: Brad Spengler <spender@grsecurity.net>
4 Date: Wed Mar 22 07:59:35 2017 -0400
5
6 Merge branch 'pax-test' into grsec-test
7
8 commit 693fcec4eaafc0a87b26fedf680d925455233a5f
9 Merge: 28fc0cc c3825da
10 Author: Brad Spengler <spender@grsecurity.net>
11 Date: Wed Mar 22 07:59:28 2017 -0400
12
13 Merge branch 'linux-4.9.y' into pax-test
14
15 commit 0ce9a7532015fd64e56ff017bac5448719c6caa8
16 Merge: 3648fb5 28fc0cc
17 Author: Brad Spengler <spender@grsecurity.net>
18 Date: Sat Mar 18 07:41:49 2017 -0400
19
20 Merge branch 'pax-test' into grsec-test
21
22 commit 28fc0cc540a02524aa7122c4b6518f46be150670
23 Merge: 51fb02c 8a16224
24 Author: Brad Spengler <spender@grsecurity.net>
25 Date: Sat Mar 18 07:41:36 2017 -0400
26
27 Merge branch 'linux-4.9.y' into pax-test
28
29 commit 3648fb58cc16ec3a1c86269ffbdf6ee8f2ff857d
30 Author: Brad Spengler <spender@grsecurity.net>
31 Date: Wed Mar 15 00:10:53 2017 -0400
32
33 compile fix
34
35 commit 5ae0984f1a67bddf7315c071b7df971e4b03072e
36 Merge: c9a77fb 51fb02c
37 Author: Brad Spengler <spender@grsecurity.net>
38 Date: Tue Mar 14 23:38:35 2017 -0400
39
40 Merge branch 'pax-test' into grsec-test
41
42 commit 51fb02c0abebafc624a60da2e68b77a4dcad448f
43 Merge: 5fedde5 d962bf8
44 Author: Brad Spengler <spender@grsecurity.net>
45 Date: Tue Mar 14 23:38:26 2017 -0400
46
47 Merge branch 'linux-4.9.y' into pax-test
48
49 commit c9a77fb1a803a00e7ff0026ad9a87ccb7f9c3004
50 Author: Brad Spengler <spender@grsecurity.net>
51 Date: Sun Mar 12 12:11:47 2017 -0400
52
53 Update size_overflow hash table
54
55 commit 643aa0cade896df02b42428785e5cc6cb8bc2c9c
56 Author: Alexander Popov <alex.popov@linux.com>
57 Date: Tue Feb 28 19:54:40 2017 +0300
58
59 tty: n_hdlc: get rid of racy n_hdlc.tbuf
60
61 Currently N_HDLC line discipline uses a self-made singly linked list for
62 data buffers and has n_hdlc.tbuf pointer for buffer retransmitting after
63 an error.
64
65 The commit be10eb7589337e5defbe214dae038a53dd21add8
66 ("tty: n_hdlc add buffer flushing") introduced racy access to n_hdlc.tbuf.
67 After tx error concurrent flush_tx_queue() and n_hdlc_send_frames() can put
68 one data buffer to tx_free_buf_list twice. That causes double free in
69 n_hdlc_release().
70
71 Let's use standard kernel linked list and get rid of n_hdlc.tbuf:
72 in case of tx error put current data buffer after the head of tx_buf_list.
73
74 Signed-off-by: Alexander Popov <alex.popov@linux.com>
75 Cc: stable <stable@vger.kernel.org>
76 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
77
78 commit 0c801f1c89b85170505c8dac6c58df27155dbb1e
79 Merge: a0b31dd 5fedde5
80 Author: Brad Spengler <spender@grsecurity.net>
81 Date: Sun Mar 12 08:18:58 2017 -0400
82
83 Merge branch 'pax-test' into grsec-test
84
85 commit 5fedde5358a3a9625c4e21ff8a5b5b6d5bd5d125
86 Merge: c8102ee d379ab2
87 Author: Brad Spengler <spender@grsecurity.net>
88 Date: Sun Mar 12 08:18:48 2017 -0400
89
90 Merge branch 'linux-4.9.y' into pax-test
91
92 commit a0b31ddd80510c595b1db203edd009a721e68cfa
93 Merge: f9c6bb9 c8102ee
94 Author: Brad Spengler <spender@grsecurity.net>
95 Date: Sun Mar 5 18:02:18 2017 -0500
96
97 Merge branch 'pax-test' into grsec-test
98
99 commit c8102eef049988a1905817e4dc4e859287c2923e
100 Author: Brad Spengler <spender@grsecurity.net>
101 Date: Sun Mar 5 18:01:22 2017 -0500
102
103 Update to pax-linux-4.9.13-test6.patch:
104 - fixed a regression where on amd64 STACKLEAK instrumented functions executed in IRQ context caused a preempt counter overdecrement, by Jason A. Donenfeld <Jason@zx2c4.com>, reported by nail (https://forums.grsecurity.net/viewtopic.php?f=3&t=4668)
105 - fixed an unbalanced pax_open_kernel call that would trigger a BUG in the zt5550 driver
106
107 commit f9c6bb92aa1205f0402085e363fa914ea34beceb
108 Author: Brad Spengler <spender@grsecurity.net>
109 Date: Mon Feb 27 06:55:25 2017 -0500
110
111 Fix softirq warnings reported by nail at:
112 https://forums.grsecurity.net/viewtopic.php?f=3&t=4668
113 and reported and debugged by Jason Donenfeld.
114
115 A stray put_cpu() was left in the pax_check_alloca code when
116 porting to Linux 4.9, which would cause a preempt imbalance
117 on interrupts making use of alloca() (either explicitly or through
118 variable length arrays).
119
120 commit 8019276815d5d50fb57b4a1bd9f33af0c5cd7615
121 Author: Brad Spengler <spender@grsecurity.net>
122 Date: Sun Feb 26 10:28:40 2017 -0500
123
124 Update size_overflow hash table, from Toralf Foerster
125
126 commit 5996b10c778c1b3378219a3c29ae90b504482a50
127 Merge: 1d6d9f9 ef547fe
128 Author: Brad Spengler <spender@grsecurity.net>
129 Date: Sun Feb 26 07:41:37 2017 -0500
130
131 Merge branch 'pax-test' into grsec-test
132
133 commit ef547fea89fc7818dec64af7db1c7528fc3c1436
134 Merge: bce7062 3737a5f
135 Author: Brad Spengler <spender@grsecurity.net>
136 Date: Sun Feb 26 07:41:28 2017 -0500
137
138 Merge branch 'linux-4.9.y' into pax-test
139
140 commit 1d6d9f9363ebed20318f0c047dccb5a39a4441e7
141 Author: Brad Spengler <spender@grsecurity.net>
142 Date: Fri Feb 24 07:11:39 2017 -0500
143
144 Silence a compiler warning, reported by Etienne Buira
145
146 commit e47311b356a178a1652c88cf47aea011f0211061
147 Author: Brad Spengler <spender@grsecurity.net>
148 Date: Thu Feb 23 18:25:41 2017 -0500
149
150 Update size_overflow hash table
151
152 commit 7852bd5868a61b1a9c4210c0214ef8c1d3e0e7e2
153 Merge: 15fc570 bce7062
154 Author: Brad Spengler <spender@grsecurity.net>
155 Date: Thu Feb 23 17:41:07 2017 -0500
156
157 Merge branch 'pax-test' into grsec-test
158
159 commit bce7062ee9c933a4188dec2691155442df3a79e8
160 Merge: b26ab25 ae7d431
161 Author: Brad Spengler <spender@grsecurity.net>
162 Date: Thu Feb 23 17:40:59 2017 -0500
163
164 Merge branch 'linux-4.9.y' into pax-test
165
166 commit 15fc5704b74ec1d5c4a9ecd00c9e24e9955a1e24
167 Author: Brad Spengler <spender@grsecurity.net>
168 Date: Thu Feb 23 17:35:05 2017 -0500
169
170 Fix !GRKERNSEC_KMEM && GRKERNSEC_SYSFS_RESTRICT incompatibility with
171 KVM, reported at https://bugs.gentoo.org/show_bug.cgi?id=597554
172 by Christian Roessner, Miro Rovis, and Étienne Buira
173
174 commit c26d7750fb91d084a1ba3fbf84fa892cabf2cee9
175 Merge: f0e6f87 b26ab25
176 Author: Brad Spengler <spender@grsecurity.net>
177 Date: Wed Feb 22 20:46:04 2017 -0500
178
179 Merge branch 'pax-test' into grsec-test
180
181 commit b26ab25c73a41147b14a8edb35eec6a08fafd927
182 Author: Brad Spengler <spender@grsecurity.net>
183 Date: Wed Feb 22 20:45:31 2017 -0500
184
185 Update to pax-linux-4.9.10-test5.patch:
186 - fixed resume regression on i386/UDEREF caused by upstream commit ffa64eff956a25548cad0391dbc14c672827be7b, reported by corsac
187 - fixed compile regression on i386/XEN, reported by bugmenot (https://forums.grsecurity.net/viewtopic.php?f=3&t=4677)
188 - 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)
189 - made better use of upstream's idea of invpcid
190
191 commit f0e6f87d2d7d767eba1534fd8c1fa4e8e26e00c8
192 Author: Andrey Konovalov <andreyknvl@google.com>
193 Date: Thu Feb 16 17:22:46 2017 +0100
194
195 dccp: fix freeing skb too early for IPV6_RECVPKTINFO
196
197 In the current DCCP implementation an skb for a DCCP_PKT_REQUEST packet
198 is forcibly freed via __kfree_skb in dccp_rcv_state_process if
199 dccp_v6_conn_request successfully returns.
200
201 However, if IPV6_RECVPKTINFO is set on a socket, the address of the skb
202 is saved to ireq->pktopts and the ref count for skb is incremented in
203 dccp_v6_conn_request, so skb is still in use. Nevertheless, it gets freed
204 in dccp_rcv_state_process.
205
206 Fix by calling consume_skb instead of doing goto discard and therefore
207 calling __kfree_skb.
208
209 Similar fixes for TCP:
210
211 fb7e2399ec17f1004c0e0ccfd17439f8759ede01 [TCP]: skb is unexpectedly freed.
212 0aea76d35c9651d55bbaf746e7914e5f9ae5a25d tcp: SYN packets are now
213 simply consumed
214
215 Signed-off-by: Andrey Konovalov <andreyknvl@google.com>
216 Acked-by: Eric Dumazet <edumazet@google.com>
217 Signed-off-by: David S. Miller <davem@davemloft.net>
218
219 commit 9f575ef66df46cb78f751e0d8d509171afe3933e
220 Author: Brad Spengler <spender@grsecurity.net>
221 Date: Sat Feb 18 13:09:26 2017 -0500
222
223 Update size_overflow hash table
224
225 commit e927308508ef20392a61e493bc411e73d597682f
226 Merge: 55d2e75 d711991
227 Author: Brad Spengler <spender@grsecurity.net>
228 Date: Sat Feb 18 11:35:11 2017 -0500
229
230 Merge branch 'pax-test' into grsec-test
231
232 commit d711991b1628e84076fde9b2c94d25920cca7882
233 Merge: 70fbe2f eee1550
234 Author: Brad Spengler <spender@grsecurity.net>
235 Date: Sat Feb 18 11:34:56 2017 -0500
236
237 Merge branch 'linux-4.9.y' into pax-test
238
239 commit 55d2e7501a1db909073644bb1b5c58effb627754
240 Author: Brad Spengler <spender@grsecurity.net>
241 Date: Thu Feb 16 19:47:51 2017 -0500
242
243 Allow symbol printing for softirq change
244
245 commit e489c2948bc9e1d9643c84667bf81ac8387293e0
246 Merge: d7b63ba 70fbe2f
247 Author: Brad Spengler <spender@grsecurity.net>
248 Date: Thu Feb 16 19:47:37 2017 -0500
249
250 Merge branch 'pax-test' into grsec-test
251
252 n why this merge is necessary,
253
254 commit 70fbe2fc1540632d2cc67e770d826f9637b5b73f
255 Author: Brad Spengler <spender@grsecurity.net>
256 Date: Thu Feb 16 19:46:55 2017 -0500
257
258 Update to pax-linux-4.9.10-test4.patch:
259 - 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)
260 - 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)
261 - fixed a SEGMEXEC/vma mirroring regression, reported by osea (https://forums.grsecurity.net/viewtopic.php?f=3&t=4643)
262
263 commit d7b63bad761e0ca8897ec9c5df4482483aa20201
264 Merge: d310a9c b6296dc
265 Author: Brad Spengler <spender@grsecurity.net>
266 Date: Wed Feb 15 20:18:47 2017 -0500
267
268 Merge branch 'pax-test' into grsec-test
269
270 commit b6296dc3544b4a4543a45777a5cc1ecb2ce51042
271 Author: Brad Spengler <spender@grsecurity.net>
272 Date: Wed Feb 15 20:16:32 2017 -0500
273
274 Update to pax-linux-4.9.9-test3.patch:
275 - fixed a compile error on i386 with X86_CMPXCHG64=n, by Natanael Copa <ncopa@alpinelinux.org>
276 - Emese fixed a few section mismatches and compile errors caused by the initify plugin, reported by Kees Cook, hunger and Valdis Kletnieks
277 - fixed a compile error caused by type mismatches on i386, reported by spender
278
279 commit d310a9c0ab751121a5f97196857bfe4e90d86adf
280 Author: Brad Spengler <spender@grsecurity.net>
281 Date: Wed Feb 15 20:03:55 2017 -0500
282
283 compile fix, reported by ncopa
284
285 commit f6fed850d763aca4162bc24b29afe5bb23d49d91
286 Merge: c3fff1a 1971888
287 Author: Brad Spengler <spender@grsecurity.net>
288 Date: Wed Feb 15 17:21:00 2017 -0500
289
290 Merge branch 'pax-test' into grsec-test
291
292 commit 19718886c80977af99f8181fe8e91b0f6f1fb5f7
293 Merge: b608a1f 390caee
294 Author: Brad Spengler <spender@grsecurity.net>
295 Date: Wed Feb 15 17:20:51 2017 -0500
296
297 Merge branch 'linux-4.9.y' into pax-test
298
299 commit c3fff1a653824ad47021d536dec50e8c937e6347
300 Merge: 57a5c6d b608a1f
301 Author: Brad Spengler <spender@grsecurity.net>
302 Date: Sun Feb 12 20:14:55 2017 -0500
303
304 Merge branch 'pax-test' into grsec-test
305
306 commit b608a1f8eadf8287e6accf031da5f5e26964e79a
307 Author: Brad Spengler <spender@grsecurity.net>
308 Date: Sun Feb 12 20:14:47 2017 -0500
309
310 compile fix
311
312 commit 57a5c6d747cce4a1dd99e3677ddb564c47c5305a
313 Merge: f1a2106 0851ca2
314 Author: Brad Spengler <spender@grsecurity.net>
315 Date: Sun Feb 12 20:13:15 2017 -0500
316
317 Merge branch 'pax-test' into grsec-test
318
319 commit 0851ca2f75213d1f9aabe2d10f98553bf642e024
320 Author: Brad Spengler <spender@grsecurity.net>
321 Date: Sun Feb 12 20:13:02 2017 -0500
322
323 compile fix
324
325 commit f1a2106f030f628edd9d729e8a4cf7a7cbaffe70
326 Merge: fb5b3e7 5cff6ef
327 Author: Brad Spengler <spender@grsecurity.net>
328 Date: Sun Feb 12 20:05:35 2017 -0500
329
330 Merge branch 'pax-test' into grsec-test
331
332 commit 5cff6ef64e73635a287a5635ed89db37b4860336
333 Author: Brad Spengler <spender@grsecurity.net>
334 Date: Sun Feb 12 20:05:28 2017 -0500
335
336 compile fix
337
338 commit fb5b3e71be3a859d01a3e935762125808f8dcff4
339 Merge: 005e22e a85c589
340 Author: Brad Spengler <spender@grsecurity.net>
341 Date: Sun Feb 12 19:54:55 2017 -0500
342
343 Merge branch 'pax-test' into grsec-test
344
345 commit a85c5893051fbbc5b97ab6504747f60d9359dabe
346 Author: Brad Spengler <spender@grsecurity.net>
347 Date: Sun Feb 12 19:54:47 2017 -0500
348
349 compile fix
350
351 commit 005e22eb6f5f0630dc47c5bf4c37fe72cb8d5afa
352 Merge: 230f6cf e376f96
353 Author: Brad Spengler <spender@grsecurity.net>
354 Date: Sun Feb 12 19:49:23 2017 -0500
355
356 Merge branch 'pax-test' into grsec-test
357
358 commit e376f965ed749044bc294004f16b36f4ca7fab28
359 Author: Brad Spengler <spender@grsecurity.net>
360 Date: Sun Feb 12 19:49:16 2017 -0500
361
362 compile fix
363
364 commit 230f6cf74a165b342fdc05c8202422e8e243b528
365 Merge: a60f9ee f4cbdea
366 Author: Brad Spengler <spender@grsecurity.net>
367 Date: Sun Feb 12 19:38:05 2017 -0500
368
369 Merge branch 'pax-test' into grsec-test
370
371 commit f4cbdeaa06cfd3658346f94abb5b6e11fe025961
372 Author: Brad Spengler <spender@grsecurity.net>
373 Date: Sun Feb 12 19:37:57 2017 -0500
374
375 compile fix
376
377 commit a60f9eef51ff4133c0a713bc89c5e2137999e74c
378 Merge: dc07488 d545a4c
379 Author: Brad Spengler <spender@grsecurity.net>
380 Date: Sun Feb 12 19:24:32 2017 -0500
381
382 Merge branch 'pax-test' into grsec-test
383
384 commit d545a4c83b3191aeee56ebda071a8476a046eb40
385 Author: Brad Spengler <spender@grsecurity.net>
386 Date: Sun Feb 12 19:22:21 2017 -0500
387
388 Update to pax-linux-4.9.8-test2.patch:
389 - switched to upstream commit 76bee23411f8510fbf5fc5641bae2c203b726eb6 to fix LTO builds
390 - fixed the symbol export of cpu_gdt_table on x86, by corsac
391 - fixed a bunch of compile warnings, by Mathias Krause <minipli@ld-linux.so>
392 - 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
393 - 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)
394
395 commit dc07488c378373e2bf6b60df31709da5ff767afd
396 Author: Sean Rees <sean@erifax.org>
397 Date: Wed Feb 8 14:30:59 2017 -0800
398
399 Another bug from this pointless mitigation
400 see also: https://twitter.com/halvarflake/status/827613317296508928
401
402 mm/slub.c: fix random_seq offset destruction
403
404 Commit 210e7a43fa90 ("mm: SLUB freelist randomization") broke USB hub
405 initialisation as described in
406
407 https://bugzilla.kernel.org/show_bug.cgi?id=177551.
408
409 Bail out early from init_cache_random_seq if s->random_seq is already
410 initialised. This prevents destroying the previously computed
411 random_seq offsets later in the function.
412
413 If the offsets are destroyed, then shuffle_freelist will truncate
414 page->freelist to just the first object (orphaning the rest).
415
416 Fixes: 210e7a43fa90 ("mm: SLUB freelist randomization")
417 Link: http://lkml.kernel.org/r/20170207140707.20824-1-sean@erifax.org
418 Signed-off-by: Sean Rees <sean@erifax.org>
419 Reported-by: <userwithuid@gmail.com>
420 Cc: Christoph Lameter <cl@linux.com>
421 Cc: Pekka Enberg <penberg@kernel.org>
422 Cc: David Rientjes <rientjes@google.com>
423 Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
424 Cc: Thomas Garnier <thgarnie@google.com>
425 Cc: <stable@vger.kernel.org>
426 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
427 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
428
429 commit 7bb22c6cffa5d31bd953b6161db96000edd9eb23
430 Merge: a86976a8 9d73aa5
431 Author: Brad Spengler <spender@grsecurity.net>
432 Date: Thu Feb 9 07:22:12 2017 -0500
433
434 Merge branch 'pax-test' into grsec-test
435
436 commit 9d73aa5a4dee061781926c89c592a7d447804e7d
437 Merge: 709a650 d2e4b66
438 Author: Brad Spengler <spender@grsecurity.net>
439 Date: Thu Feb 9 07:22:05 2017 -0500
440
441 Merge branch 'linux-4.9.y' into pax-test
442
443 commit a86976a86e06bb353a436c2486b1ccfb471f9c50
444 Author: Brad Spengler <spender@grsecurity.net>
445 Date: Tue Feb 7 08:31:41 2017 -0500
446
447 compile fix
448
449 commit 6261adb89e218739e07dc2e55fc87534ea2da325
450 Author: Brad Spengler <spender@grsecurity.net>
451 Date: Tue Feb 7 07:43:30 2017 -0500
452
453 Relax /proc/pid/auxv check to match what was present in previous patches.
454 Many thanks to M. Vefa Bicakci for the report and fix!
455
456 commit cabfb9cbd9201438006865d5e67d10105d8430bc
457 Author: Brad Spengler <spender@grsecurity.net>
458 Date: Tue Feb 7 07:31:48 2017 -0500
459
460 Cleanup from Mathias Krause
461
462 commit 24cf8c373075b002719617a16a180bcd1c281c83
463 Author: Brad Spengler <spender@grsecurity.net>
464 Date: Tue Feb 7 07:28:52 2017 -0500
465
466 Fix driver error case that we had correct but which broke when merging
467 upstream's ripoff of our code, reported by Mathias Krause
468
469 commit d467970a05a441b364d247d5b4366913e44ad7ef
470 Merge: cd0b761 709a650
471 Author: Brad Spengler <spender@grsecurity.net>
472 Date: Sun Feb 5 10:00:34 2017 -0500
473
474 Merge branch 'pax-test' into grsec-test
475
476 commit 709a650aee15f96f6f564e8f4753ce4d2ce4d666
477 Author: Brad Spengler <spender@grsecurity.net>
478 Date: Sun Feb 5 10:00:20 2017 -0500
479
480 Update to pax-linux-4.9.8-test1x.patch
481
482 commit cd0b7618163bb40398b593d3649920ded2e1af33
483 Author: Brad Spengler <spender@grsecurity.net>
484 Date: Sat Feb 4 15:58:39 2017 -0500
485
486 Update size_overflow hash table
487
488 commit a6ac7f5e6378cef84c4c00a051725c023a63021b
489 Author: Brad Spengler <spender@grsecurity.net>
490 Date: Sat Feb 4 14:58:33 2017 -0500
491
492 Update size_overflow hash tables
493
494 commit ae5d77fb41c008fcc8b504c350fe3556b43c3973
495 Author: Brad Spengler <spender@grsecurity.net>
496 Date: Sat Feb 4 12:35:54 2017 -0500
497
498 Update size_overflow hash table
499
500 commit 25a2af42cf8bd480755fb946623e868e297a3136
501 Author: Brad Spengler <spender@grsecurity.net>
502 Date: Sat Feb 4 12:25:45 2017 -0500
503
504 Initial import of grsecurity 3.1 for Linux 4.9.8
505
506 commit e3932cb3abbbcfa7e0c7414541fdbd0a27453d4d
507 Author: Brad Spengler <spender@grsecurity.net>
508 Date: Sat Feb 4 11:52:14 2017 -0500
509
510 Update to pax-linux-4.9.8-test1.patch
511
512 commit 979bddf15aa0dbb73dcd418d18ff2fd30ff1b38e
513 Merge: d93b949 c8ea2f3
514 Author: Brad Spengler <spender@grsecurity.net>
515 Date: Sat Feb 4 04:27:39 2017 -0500
516
517 Merge branch 'linux-4.9.y' into pax-test
518
519 commit d93b94991428cb11d0f66e209c070b1ba884bf83
520 Author: Brad Spengler <spender@grsecurity.net>
521 Date: Thu Feb 2 17:26:16 2017 -0500
522
523 Update to pax-linux-4.9.6-test1xxxxxy.patch
524
525 commit c5ecf5720061b63b90eb0ae6dcac9a7b88edd723
526 Author: Brad Spengler <spender@grsecurity.net>
527 Date: Wed Feb 1 21:22:36 2017 -0500
528
529 Update to pax-linux-4.9.6-test1xxxxx.patch
530
531 commit aede64e292980acc6c5784bb18864cd7fabec093
532 Author: Brad Spengler <spender@grsecurity.net>
533 Date: Wed Feb 1 20:34:33 2017 -0500
534
535 Update to pax-linux-4.9.6-test1xxxx.patch
536
537 commit 24a41127f3313bba134e0b68ab9da40f2b0f1ab5
538 Author: Brad Spengler <spender@grsecurity.net>
539 Date: Wed Feb 1 19:32:39 2017 -0500
540
541 Update to pax-linux-4.9.6-test1xxx.patch
542
543 commit 5ed38e522dd7df25d0102f9faf97fca62ba84102
544 Merge: a2e84e3 fd2ffe5
545 Author: Brad Spengler <spender@grsecurity.net>
546 Date: Wed Feb 1 08:14:15 2017 -0500
547
548 Merge branch 'linux-4.9.y' into pax-test
549
550 commit a2e84e35dd4c940ddf23d70de6b29a48cbcaa39c
551 Author: Brad Spengler <spender@grsecurity.net>
552 Date: Wed Feb 1 07:40:25 2017 -0500
553
554 Update to pax-linux-4.9.6-test1xx.patch
555
556 commit a06453c00dca1885a8f638b5a4e0dfa703a2094f
557 Author: Brad Spengler <spender@grsecurity.net>
558 Date: Tue Jan 31 19:50:03 2017 -0500
559
560 Update to pax-linux-4.9.6-test1x.patch
561
562 commit a78566f6da3985944fee653782344976e37a5dea
563 Author: Brad Spengler <spender@grsecurity.net>
564 Date: Fri Jan 27 21:41:39 2017 -0500
565
566 Initial import of pax-linux-4.9.6-test1.patch
567 commit e5800118f68fd1553ac02b1f05bc3d567a884e22
568 Author: Brad Spengler <spender@grsecurity.net>
569 Date: Sun Jan 15 15:50:04 2017 -0500
570
571 Fix size_overflow FP with gcc 6 reported by craftyguy at:
572 https://forums.grsecurity.net/viewtopic.php?f=3&t=4640
573
574 scripts/gcc-plugins/size_overflow_plugin/disable.data | 1 +
575 scripts/gcc-plugins/size_overflow_plugin/e_fields.data | 1 -
576 2 files changed, 1 insertion(+), 1 deletion(-)
577
578 commit 5861d0ad8a1c929257f1eda7f97dadbc1818112f
579 Author: Brad Spengler <spender@grsecurity.net>
580 Date: Sun Jan 15 14:17:09 2017 -0500
581
582 Initify plugin updates from Emese Revfy:
583
584 Fixed a logical error that caused a section mismatch
585 Forgot to handle callees from a caller that is marked by BOTH.
586
587 WARNING: vmlinux.o(.text.unlikely+0x1b1): Section mismatch in
588 reference from the function uncore_pci_exit.part.22() to the function
589 .init.text:uncore_free_pcibus_map()
590 The function uncore_pci_exit.part.22() references
591 the function __init uncore_free_pcibus_map().
592 This is often because uncore_pci_exit.part.22 lacks a __init
593 annotation or the annotation of uncore_free_pcibus_map is wrong.
594
595 Reported-by: Kees Cook <keescook@chromium.org>
596
597 Examine all clones as well for __init/__exit eligibility
598 WARNING: vmlinux.o(.text+0x1087e7): Section mismatch in reference from
599 the function rebind_subsystems() to the variable
600 .init.rodata.str:__func__.4400
601 The function rebind_subsystems() references
602 the variable __initconst __func__.4400.
603 This is often because rebind_subsystems lacks a __initconst
604 annotation or the annotation of __func__.4400 is wrong.
605
606 Reported-by: Kees Cook <keescook@chromium.org>
607
608 scripts/gcc-plugins/initify_plugin.c | 76 ++++++++++++++++++++++++------------
609 1 file changed, 51 insertions(+), 25 deletions(-)
610
611 commit 08e03c1434f26e9b56f00a6ce8236320bd557494
612 Author: Brad Spengler <spender@grsecurity.net>
613 Date: Sun Jan 15 14:08:04 2017 -0500
614
615 After over a year of hard work, KSPP has finally released its first
616 ever contribution back to grsecurity, the project from which KSPP
617 plagiarizes^Wobtains every useful improvement to Linux security. We are proud to
618 announce in this joint release the fruits of their hard work: a typo fix
619 to change 'unkown' to 'unknown' when reporting incorrect GCC plugin
620 command line arguments. Many thanks to Kees Cook and KSPP for this
621 innovation in spell check, and we look forward to many future
622 contributions of the same ilk from their capable hands. 'This
623 contribution of a typo fix confirms the high level of respect and
624 commitment to long-term sustainability KSPP has for grsecurity and its
625 innovative efforts over the past 16 years in producing the state of the
626 art in Linux security' said Brad Spengler, President of Open Source
627 Security Inc.
628
629 "Based on a patch by Kees Cook" (since like much upstream efforts this
630 one was incomplete in that it missed the rap and size_overflow typos
631 as they existed in separate directories).
632
633 scripts/gcc-plugins/checker_plugin.c | 2 +-
634 scripts/gcc-plugins/colorize_plugin.c | 2 +-
635 scripts/gcc-plugins/constify_plugin.c | 2 +-
636 scripts/gcc-plugins/initify_plugin.c | 2 +-
637 scripts/gcc-plugins/kernexec_plugin.c | 2 +-
638 scripts/gcc-plugins/latent_entropy_plugin.c | 2 +-
639 scripts/gcc-plugins/randomize_layout_plugin.c | 2 +-
640 scripts/gcc-plugins/rap_plugin/rap_plugin.c | 2 +-
641 scripts/gcc-plugins/sancov_plugin.c | 2 +-
642 scripts/gcc-plugins/size_overflow_plugin/size_overflow_plugin.c | 2 +-
643 scripts/gcc-plugins/stackleak_plugin.c | 2 +-
644 scripts/gcc-plugins/structleak_plugin.c | 2 +-
645 12 files changed, 12 insertions(+), 12 deletions(-)
646
647 commit 9b4ad0aa5ee41a03f02a928e2fd9679044048bde
648 Author: Brad Spengler <spender@grsecurity.net>
649 Date: Sun Jan 15 12:18:18 2017 -0500
650
651 Fix boot hang on 32-bit 4.8 kernels with SEGMEXEC enabled, reported by
652 osea at:
653 https://forums.grsecurity.net/viewtopic.php?f=3&t=4643
654
655 mm/memory.c | 11 +++++++++++
656 1 file changed, 11 insertions(+)
657
658 commit 2c93d3e0efb5b3d413cf2c0c5ac56faf47fa3e2d
659 Author: Brad Spengler <spender@grsecurity.net>
660 Date: Sun Jan 15 08:52:57 2017 -0500
661
662 Allow USERCOPY to be disabled, was a bug in PaX that somehow slipped through
663 the holiday cracks
664
665 Reported by Chris Henhawke at:
666 https://bugs.gentoo.org/show_bug.cgi?id=603188
667
668 security/Kconfig | 2 +-
669 1 file changed, 1 insertion(+), 1 deletion(-)
670
671 commit e86618efec929cb7f77480f35b21154368f2e7d1
672 Author: John Sperbeck <jsperbeck@google.com>
673 Date: Tue Jan 10 16:58:24 2017 -0800
674
675 From the team that brought you useless improvements to the useless KASLR:
676 Useless mitigation causing likely privesc, with one of the worst commit messages
677 of all time (that wasn't written by an upstream developer for once -- to his credit,
678 Andrew Morton actually demanded more info (albeit receiving it in vague quality),
679 without which this commit message would have been even more sparse.
680
681 Someone should request a CVE for this:
682
683 mm/slab.c: fix SLAB freelist randomization duplicate entries
684
685 This patch fixes a bug in the freelist randomization code. When a high
686 random number is used, the freelist will contain duplicate entries. It
687 will result in different allocations sharing the same chunk.
688
689 It will result in odd behaviours and crashes. It should be uncommon but
690 it depends on the machines. We saw it happening more often on some
691 machines (every few hours of running tests).
692
693 Fixes: c7ce4f60ac19 ("mm: SLAB freelist randomization")
694 Link: http://lkml.kernel.org/r/20170103181908.143178-1-thgarnie@google.com
695 Signed-off-by: John Sperbeck <jsperbeck@google.com>
696 Signed-off-by: Thomas Garnier <thgarnie@google.com>
697 Cc: Christoph Lameter <cl@linux.com>
698 Cc: Pekka Enberg <penberg@kernel.org>
699 Cc: David Rientjes <rientjes@google.com>
700 Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
701 Cc: <stable@vger.kernel.org>
702 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
703 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
704
705 mm/slab.c | 8 ++++----
706 1 file changed, 4 insertions(+), 4 deletions(-)
707
708 commit f7abe91bbcb4950f9c611fadd813b6dbe68db74b
709 Merge: 124f515 006324d
710 Author: Brad Spengler <spender@grsecurity.net>
711 Date: Mon Jan 9 07:22:15 2017 -0500
712
713 Merge branch 'pax-test' into grsec-test
714
715 commit 006324d50d856bb254eb375407bc0478f8ae95eb
716 Merge: 2f6e197 3d8f8d0
717 Author: Brad Spengler <spender@grsecurity.net>
718 Date: Mon Jan 9 07:22:06 2017 -0500
719
720 Merge branch 'linux-4.8.y' into pax-test
721
722 commit 124f5155ead017e547c2a3736a312762870d4b0d
723 Author: Brad Spengler <spender@grsecurity.net>
724 Date: Fri Jan 6 18:03:39 2017 -0500
725
726 compile fix
727
728 fs/exec.c | 2 +-
729 1 file changed, 1 insertion(+), 1 deletion(-)
730
731 commit 655fffef715aff25550a3a90eaf4a7d06426ed8f
732 Author: Brad Spengler <spender@grsecurity.net>
733 Date: Fri Jan 6 17:57:28 2017 -0500
734
735 compile fix
736
737 fs/exec.c | 2 +-
738 kernel/ptrace.c | 3 ++-
739 2 files changed, 3 insertions(+), 2 deletions(-)
740
741 commit a4f3d168f78cb8d84eaabba7dd501799b1f6e5a1
742 Merge: c86a12c 2f6e197
743 Author: Brad Spengler <spender@grsecurity.net>
744 Date: Fri Jan 6 09:01:05 2017 -0500
745
746 Merge branch 'pax-test' into grsec-test
747
748 commit 2f6e19780747cdf28176251e19d15c2741b58813
749 Merge: a685c6f c65ed08
750 Author: Brad Spengler <spender@grsecurity.net>
751 Date: Fri Jan 6 08:01:20 2017 -0500
752
753 Merge branch 'linux-4.8.y' into pax-test
754
755 commit c86a12c6f8a8551a0025ad531abe9d383e7388d2
756 Author: Brad Spengler <spender@grsecurity.net>
757 Date: Tue Jan 3 17:37:11 2017 -0500
758
759 Fix an off-by-one in reporting some denied socket families, as reported by
760 Blub
761
762 grsecurity/gracl_ip.c | 2 +-
763 1 file changed, 1 insertion(+), 1 deletion(-)
764
765 commit 85f6681653925320e2040a772aa9526d7bdbe083
766 Merge: 9d7ca54 a685c6f
767 Author: Brad Spengler <spender@grsecurity.net>
768 Date: Tue Jan 3 17:18:37 2017 -0500
769
770 Merge branch 'pax-test' into grsec-test
771
772 commit a685c6fc603aac945ce129adfcbeb9b05b0aba62
773 Author: Brad Spengler <spender@grsecurity.net>
774 Date: Tue Jan 3 17:18:07 2017 -0500
775
776 Update to pax-linux-4.8.15-test9.patch:
777 - fixed a few compiler warnings due to KERNEXEC and constification, reported by spender
778 - made a few micro-optimizations to lretq usage on amd64 and BUG_ON
779 - updated gcc-common.h and the plugins to eliminate some code bloat in pass registration
780 - fixed the use of build_string in all gcc plugins as it doesn't set TREE_TYPE itself
781
782 arch/x86/kernel/head_64.S | 6 +-
783 drivers/hv/hv.c | 2 +-
784 drivers/net/ethernet/amd/xgbe/xgbe.h | 6 +-
785 include/asm-generic/bug.h | 2 +-
786 scripts/gcc-plugins/checker_plugin.c | 15 +--
787 scripts/gcc-plugins/colorize_plugin.c | 8 +-
788 scripts/gcc-plugins/constify_plugin.c | 9 +-
789 scripts/gcc-plugins/cyc_complexity_plugin.c | 8 +-
790 scripts/gcc-plugins/gcc-common.h | 106 ++++++++++++++++++---
791 scripts/gcc-plugins/initify_plugin.c | 12 +--
792 scripts/gcc-plugins/kallocstat_plugin.c | 8 +-
793 scripts/gcc-plugins/kernexec_plugin.c | 28 ++----
794 scripts/gcc-plugins/latent_entropy_plugin.c | 10 +-
795 scripts/gcc-plugins/rap_plugin/rap_plugin.c | 24 ++---
796 scripts/gcc-plugins/sancov_plugin.c | 14 ++-
797 .../insert_size_overflow_asm.c | 6 +-
798 .../size_overflow_plugin/size_overflow_ipa.c | 2 +-
799 .../size_overflow_plugin/size_overflow_plugin.c | 26 ++---
800 .../size_overflow_plugin/size_overflow_transform.c | 4 +-
801 .../size_overflow_transform_core.c | 20 +---
802 scripts/gcc-plugins/stackleak_plugin.c | 18 +---
803 scripts/gcc-plugins/structleak_plugin.c | 8 +-
804 22 files changed, 164 insertions(+), 178 deletions(-)
805
806 commit 9d7ca543b94c0203affd278739c77992ccaa7ba6
807 Author: Brad Spengler <spender@grsecurity.net>
808 Date: Fri Dec 30 18:21:59 2016 -0500
809
810 Fix virtualbox host compatibility as reported by aurelf at:
811 https://forums.grsecurity.net/viewtopic.php?f=3&t=4634
812
813 This will be reverted once the VirtualBox devs stop disabling
814 SMAP unnecessarily, which seems like it will happen never.
815 Anyone who cares about security of their host system shouldn't
816 use VirtualBox, as it already precludes the use of KERNEXEC, UDEREF,
817 and RANDKSTACK.
818
819 arch/x86/include/asm/irqflags.h | 4 ++++
820 1 file changed, 4 insertions(+)
821
822 commit cec0b19f2d7ac2d8f8357aee654dddd4418086b8
823 Author: Brad Spengler <spender@grsecurity.net>
824 Date: Thu Dec 22 22:19:33 2016 -0500
825
826 Make HIDESYM select PAX_USERCOPY instead of the now nonexistent PAX_USERCOPY_SLABS
827
828 grsecurity/Kconfig | 2 +-
829 1 file changed, 1 insertion(+), 1 deletion(-)
830
831 commit 61c3fa5b25ecc4a7c4f3d531a5cc76adeb89336c
832 Author: Brad Spengler <spender@grsecurity.net>
833 Date: Thu Dec 15 18:36:17 2016 -0500
834
835 Update size_overflow hash table
836
837 scripts/gcc-plugins/size_overflow_plugin/e_fns.data | 1 +
838 1 file changed, 1 insertion(+)
839
840 commit 58e3f480aa38ec2007ec86afdbe668cf30238cd2
841 Author: Linus Torvalds <torvalds@linux-foundation.org>
842 Date: Wed Dec 14 12:45:25 2016 -0800
843
844 vfs,mm: fix return value of read() at s_maxbytes
845
846 We truncated the possible read iterator to s_maxbytes in commit
847 c2a9737f45e2 ("vfs,mm: fix a dead loop in truncate_inode_pages_range()"),
848 but our end condition handling was wrong: it's not an error to try to
849 read at the end of the file.
850
851 Reading past the end should return EOF (0), not EINVAL.
852
853 See for example
854
855 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1649342
856 http://lists.gnu.org/archive/html/bug-coreutils/2016-12/msg00008.html
857
858 where a md5sum of a maximally sized file fails because the final read is
859 exactly at s_maxbytes.
860
861 Fixes: c2a9737f45e2 ("vfs,mm: fix a dead loop in truncate_inode_pages_range()")
862 Reported-by: Joseph Salisbury <joseph.salisbury@canonical.com>
863 Cc: Wei Fang <fangwei1@huawei.com>
864 Cc: Christoph Hellwig <hch@infradead.org>
865 Cc: Dave Chinner <david@fromorbit.com>
866 Cc: Al Viro <viro@zeniv.linux.org.uk>
867 Cc: Andrew Morton <akpm@linux-foundation.org>
868 Cc: stable@kernel.org
869 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
870
871 mm/filemap.c | 2 +-
872 1 file changed, 1 insertion(+), 1 deletion(-)
873
874 commit 70975981c11bc45fd4ad44e9a6f5e8c2210a14f6
875 Merge: 3a0285a 224c7ab
876 Author: Brad Spengler <spender@grsecurity.net>
877 Date: Thu Dec 15 17:43:49 2016 -0500
878
879 Merge branch 'pax-test' into grsec-test
880
881 commit 224c7ab2cacdcf25cc319978f7fbe64f519f03f0
882 Merge: ccbe963 8bba2e2
883 Author: Brad Spengler <spender@grsecurity.net>
884 Date: Thu Dec 15 17:43:37 2016 -0500
885
886 Merge branch 'linux-4.8.y' into pax-test
887
888 commit 3a0285abbc886698581f682e6d269143c1709031
889 Merge: eec49c3 ccbe963
890 Author: Brad Spengler <spender@grsecurity.net>
891 Date: Sat Dec 10 17:49:55 2016 -0500
892
893 Merge branch 'pax-test' into grsec-test
894
895 commit ccbe96350259e7d78fb4178ab1e5ece026641816
896 Merge: dd08da6 7b8c57c
897 Author: Brad Spengler <spender@grsecurity.net>
898 Date: Sat Dec 10 17:49:17 2016 -0500
899
900 Update to pax-linux-4.8.14-test8.patch:
901 - fixed hyperv hypercall page handling when compiled as a module, reported by Kyle Spiers (kyle@atomicorp.com)
902 - fixed a logic error in initify that initified some ineligible functions triggering a boot crash under hyperv, reported by Kyle Spiers (kyle@atomicorp.com)
903 - Emese turned the compile time error checking of the nocapture attribute into a warning instead
904 - prototypes were missing for make_*_pass(), reported by Andrew Donnellan <andrew.donnellan@au1.ibm.com>
905
906 Merge branch 'linux-4.8.y' into pax-test
907
908 commit eec49c307bcebdfb24cd0c9d1d69282490d30e90
909 Merge: 2fd4ed6 dd08da6
910 Author: Brad Spengler <spender@grsecurity.net>
911 Date: Thu Dec 8 20:03:08 2016 -0500
912
913 Merge branch 'pax-test' into grsec-test
914
915 commit dd08da6af044ecb2b82a0be6bb57a8814637a10e
916 Author: Brad Spengler <spender@grsecurity.net>
917 Date: Thu Dec 8 20:02:44 2016 -0500
918
919 Forward-port some PaX changes:
920 - fixed hyperv hypercall page handling when compiled as a module, reported by Kyle Spiers (kyle@atomicorp.com)
921 - fixed a logic error in initify that initified some ineligible functions triggering a boot crash under hyperv, reported by Kyle Spiers (kyle@atomicorp.com)
922 - Emese turned the compile time error checking of the nocapture attribute into a warning instead
923
924 drivers/hv/hv.c | 2 +-
925 scripts/gcc-plugins/initify_plugin.c | 14 ++++++--------
926 2 files changed, 7 insertions(+), 9 deletions(-)
927
928 commit 2fd4ed677eead793deb99095d0fea1014947fc1f
929 Author: David Ahern <dsa@cumulusnetworks.com>
930 Date: Sun Nov 27 18:52:53 2016 -0800
931
932 net: handle no dst on skb in icmp6_send
933
934 Andrey reported the following while fuzzing the kernel with syzkaller:
935
936 kasan: CONFIG_KASAN_INLINE enabled
937 kasan: GPF could be caused by NULL-ptr deref or user memory access
938 general protection fault: 0000 [#1] SMP KASAN
939 Modules linked in:
940 CPU: 0 PID: 3859 Comm: a.out Not tainted 4.9.0-rc6+ #429
941 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
942 task: ffff8800666d4200 task.stack: ffff880067348000
943 RIP: 0010:[<ffffffff833617ec>] [<ffffffff833617ec>]
944 icmp6_send+0x5fc/0x1e30 net/ipv6/icmp.c:451
945 RSP: 0018:ffff88006734f2c0 EFLAGS: 00010206
946 RAX: ffff8800666d4200 RBX: 0000000000000000 RCX: 0000000000000000
947 RDX: 0000000000000000 RSI: dffffc0000000000 RDI: 0000000000000018
948 RBP: ffff88006734f630 R08: ffff880064138418 R09: 0000000000000003
949 R10: dffffc0000000000 R11: 0000000000000005 R12: 0000000000000000
950 R13: ffffffff84e7e200 R14: ffff880064138484 R15: ffff8800641383c0
951 FS: 00007fb3887a07c0(0000) GS:ffff88006cc00000(0000) knlGS:0000000000000000
952 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
953 CR2: 0000000020000000 CR3: 000000006b040000 CR4: 00000000000006f0
954 Stack:
955 ffff8800666d4200 ffff8800666d49f8 ffff8800666d4200 ffffffff84c02460
956 ffff8800666d4a1a 1ffff1000ccdaa2f ffff88006734f498 0000000000000046
957 ffff88006734f440 ffffffff832f4269 ffff880064ba7456 0000000000000000
958 Call Trace:
959 [<ffffffff83364ddc>] icmpv6_param_prob+0x2c/0x40 net/ipv6/icmp.c:557
960 [< inline >] ip6_tlvopt_unknown net/ipv6/exthdrs.c:88
961 [<ffffffff83394405>] ip6_parse_tlv+0x555/0x670 net/ipv6/exthdrs.c:157
962 [<ffffffff8339a759>] ipv6_parse_hopopts+0x199/0x460 net/ipv6/exthdrs.c:663
963 [<ffffffff832ee773>] ipv6_rcv+0xfa3/0x1dc0 net/ipv6/ip6_input.c:191
964 ...
965
966 icmp6_send / icmpv6_send is invoked for both rx and tx paths. In both
967 cases the dst->dev should be preferred for determining the L3 domain
968 if the dst has been set on the skb. Fallback to the skb->dev if it has
969 not. This covers the case reported here where icmp6_send is invoked on
970 Rx before the route lookup.
971
972 Fixes: 5d41ce29e ("net: icmp6_send should use dst dev to determine L3 domain")
973 Reported-by: Andrey Konovalov <andreyknvl@google.com>
974 Signed-off-by: David Ahern <dsa@cumulusnetworks.com>
975 Signed-off-by: David S. Miller <davem@davemloft.net>
976
977 net/ipv6/icmp.c | 6 ++++--
978 1 file changed, 4 insertions(+), 2 deletions(-)
979
980 commit 15977cda939cb4a2072de08f265d2d95a97c5c9c
981 Merge: 4d51197 5d6499b
982 Author: Brad Spengler <spender@grsecurity.net>
983 Date: Thu Dec 8 19:56:26 2016 -0500
984
985 Merge branch 'pax-test' into grsec-test
986
987 commit 5d6499bbf52429aee789035bda61df32919293e0
988 Merge: f3f4924 55d64c0
989 Author: Brad Spengler <spender@grsecurity.net>
990 Date: Thu Dec 8 19:56:19 2016 -0500
991
992 Merge branch 'linux-4.8.y' into pax-test
993
994 commit 4d51197ad44024df9dcb2f8f3bc871d5cc185808
995 Author: Philip Pettersson <philip.pettersson@gmail.com>
996 Date: Wed Nov 30 14:55:36 2016 -0800
997
998 Not unpriv privilege escalation on any version of grsecurity --
999 (contrary to copy+pasted Arch Linux security advisories)
1000 we've disabled unprivileged userns ever since it existed.
1001
1002 packet: fix race condition in packet_set_ring
1003
1004 When packet_set_ring creates a ring buffer it will initialize a
1005 struct timer_list if the packet version is TPACKET_V3. This value
1006 can then be raced by a different thread calling setsockopt to
1007 set the version to TPACKET_V1 before packet_set_ring has finished.
1008
1009 This leads to a use-after-free on a function pointer in the
1010 struct timer_list when the socket is closed as the previously
1011 initialized timer will not be deleted.
1012
1013 The bug is fixed by taking lock_sock(sk) in packet_setsockopt when
1014 changing the packet version while also taking the lock at the start
1015 of packet_set_ring.
1016
1017 Fixes: f6fb8f100b80 ("af-packet: TPACKET_V3 flexible buffer implementation.")
1018 Signed-off-by: Philip Pettersson <philip.pettersson@gmail.com>
1019 Signed-off-by: Eric Dumazet <edumazet@google.com>
1020 Signed-off-by: David S. Miller <davem@davemloft.net>
1021
1022 net/packet/af_packet.c | 18 ++++++++++++------
1023 1 file changed, 12 insertions(+), 6 deletions(-)
1024
1025 commit 8fb1a916b99396cae8f6961d1734ea51c333e8ae
1026 Merge: 54050b7 f3f4924
1027 Author: Brad Spengler <spender@grsecurity.net>
1028 Date: Tue Dec 6 21:42:51 2016 -0500
1029
1030 Merge branch 'pax-test' into grsec-test
1031
1032 commit f3f49240500f0393101d222410f48f68c481959b
1033 Author: Brad Spengler <spender@grsecurity.net>
1034 Date: Tue Dec 6 21:42:28 2016 -0500
1035
1036 Update to pax-linux-4.8.12-test7.patch:
1037 - fixed non-executable HIBERNATION resume code on amd64, reported and partially fixed by Arseny Solokha <asolokha@gmx.com>
1038 - fixed USERCOPY compile regression with old gcc versions, reported by André Ferraz
1039 - fixed ENDPROC use on atomic functions on sparc64
1040 - fixed return value checking of convert_ip_to_linear
1041 - fixed a few function types for RAP
1042
1043 arch/arm64/include/asm/processor.h | 7 -------
1044 arch/sparc/lib/atomic_64.S | 8 ++++----
1045 arch/x86/kernel/step.c | 2 +-
1046 arch/x86/mm/fault.c | 5 ++++-
1047 arch/x86/power/cpu.c | 4 ++++
1048 arch/x86/power/hibernate_64.c | 11 +++++------
1049 drivers/misc/lkdtm_core.c | 2 +-
1050 drivers/staging/wlan-ng/p80211netdev.c | 2 +-
1051 include/linux/init_task.h | 1 -
1052 9 files changed, 20 insertions(+), 22 deletions(-)
1053
1054 commit 54050b78ed9dc52e72180f178a38474606a09d5c
1055 Merge: 736e717 34c61d4
1056 Author: Brad Spengler <spender@grsecurity.net>
1057 Date: Sat Dec 3 09:14:47 2016 -0500
1058
1059 Merge branch 'pax-test' into grsec-test
1060
1061 commit 34c61d446390e30aa6b5c6940618a500c894a397
1062 Merge: 99257a4 356ccf6
1063 Author: Brad Spengler <spender@grsecurity.net>
1064 Date: Sat Dec 3 09:14:32 2016 -0500
1065
1066 Merge branch 'linux-4.8.y' into pax-test
1067
1068 commit 736e717e33565dd4e71870b60d310e1d5aa3d0cd
1069 Merge: 6e1844a 99257a4
1070 Author: Brad Spengler <spender@grsecurity.net>
1071 Date: Sun Nov 27 11:33:24 2016 -0500
1072
1073 Merge branch 'pax-test' into grsec-test
1074
1075 commit 99257a4169235bbe2576eb44ce2e0ce640070a17
1076 Author: Brad Spengler <spender@grsecurity.net>
1077 Date: Sun Nov 27 11:32:06 2016 -0500
1078
1079 Update to pax-linux-4.8.11-test6.patch:
1080 - fixed harmless compile warning introduced by a previous fix, reported by Matt Turner (https://bugs.gentoo.org/show_bug.cgi?id=599320#c11)
1081 - removed unnecessary objtree use in generating the size overflow hash tables
1082 - Emese worked around a size overflow false positive in drbd, reported by rot (https://forums.grsecurity.net/viewtopic.php?f=3&t=4526)
1083
1084 drivers/block/drbd/drbd_int.h | 2 +-
1085 kernel/trace/trace_printk.c | 6 ------
1086 scripts/gcc-plugins/size_overflow_plugin/Makefile | 4 ++--
1087 3 files changed, 3 insertions(+), 9 deletions(-)
1088
1089 commit 6e1844aa17930704e360cd231fa5d12f3aadda1b
1090 Author: Ard Biesheuvel <ard.biesheuvel@linaro.org>
1091 Date: Mon Oct 17 15:05:33 2016 +0100
1092
1093 mac80211: move struct aead_req off the stack
1094
1095 Some crypto implementations (such as the generic CCM wrapper in crypto/)
1096 use scatterlists to map fields of private data in their struct aead_req.
1097 This means these data structures cannot live in the vmalloc area, which
1098 means that they cannot live on the stack (with CONFIG_VMAP_STACK.)
1099
1100 This currently occurs only with the generic software implementation, but
1101 the private data and usage is implementation specific, so move the whole
1102 data structures off the stack into heap by allocating every time we need
1103 to use them.
1104
1105 In addition, take care not to put any of our own stack allocations into
1106 scatterlists. This involves reserving some extra room when allocating the
1107 aead_request structures, and referring to those allocations in the scatter-
1108 lists (while copying the data from the stack before the crypto operation)
1109
1110 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
1111 Signed-off-by: Johannes Berg <johannes.berg@intel.com>
1112
1113 net/mac80211/aes_ccm.c | 46 ++++++++++++++++++++++++++++++----------------
1114 net/mac80211/aes_ccm.h | 8 +++++---
1115 net/mac80211/aes_gcm.c | 43 ++++++++++++++++++++++++++++---------------
1116 net/mac80211/aes_gcm.h | 6 ++++--
1117 net/mac80211/aes_gmac.c | 26 +++++++++++++-------------
1118 net/mac80211/aes_gmac.h | 4 ++++
1119 net/mac80211/wpa.c | 22 +++++++++-------------
1120 7 files changed, 93 insertions(+), 62 deletions(-)
1121
1122 commit c10e1633c41d5418e6eedc665582418a5befbb4f
1123 Author: Brad Spengler <spender@grsecurity.net>
1124 Date: Sun Nov 27 10:27:05 2016 -0500
1125
1126 Work around drbd size_overflow FP when SIZE_OVERFLOW_EXTRA is enabled, reported by rot at:
1127 https://forums.grsecurity.net/viewtopic.php?f=3&t=4526
1128
1129 drivers/block/drbd/drbd_int.h | 2 +-
1130 1 file changed, 1 insertion(+), 1 deletion(-)
1131
1132 commit 249d9232cebd4152a203680c63759332cdac13cb
1133 Merge: 18d46a8 b01d05b
1134 Author: Brad Spengler <spender@grsecurity.net>
1135 Date: Sat Nov 26 08:07:35 2016 -0500
1136
1137 Merge branch 'pax-test' into grsec-test
1138
1139 commit b01d05b77234043e071a10852c021c594531af1b
1140 Merge: 41ec71c 36bd5bf
1141 Author: Brad Spengler <spender@grsecurity.net>
1142 Date: Sat Nov 26 08:07:28 2016 -0500
1143
1144 Merge branch 'linux-4.8.y' into pax-test
1145
1146 commit 18d46a8fa74de2cb68fb5e6678959e5e61c6fea6
1147 Author: Brad Spengler <spender@grsecurity.net>
1148 Date: Fri Nov 25 08:37:05 2016 -0500
1149
1150 Mark __phys_addr_nodebug() on x64 as always-inlined
1151
1152 arch/x86/include/asm/page_64.h | 2 +-
1153 1 file changed, 1 insertion(+), 1 deletion(-)
1154
1155 commit 5dd906f677c6d649efad1b01da6d6965e15ac3db
1156 Author: Andrey Ryabinin <aryabinin@virtuozzo.com>
1157 Date: Thu Nov 24 13:23:10 2016 +0000
1158
1159 mpi: Fix NULL ptr dereference in mpi_powm() [ver #3]
1160
1161 This fixes CVE-2016-8650.
1162
1163 If mpi_powm() is given a zero exponent, it wants to immediately return
1164 either 1 or 0, depending on the modulus. However, if the result was
1165 initalised with zero limb space, no limbs space is allocated and a
1166 NULL-pointer exception ensues.
1167
1168 Fix this by allocating a minimal amount of limb space for the result when
1169 the 0-exponent case when the result is 1 and not touching the limb space
1170 when the result is 0.
1171
1172 This affects the use of RSA keys and X.509 certificates that carry them.
1173
1174 BUG: unable to handle kernel NULL pointer dereference at (null)
1175 IP: [<ffffffff8138ce5d>] mpi_powm+0x32/0x7e6
1176 PGD 0
1177 Oops: 0002 [#1] SMP
1178 Modules linked in:
1179 CPU: 3 PID: 3014 Comm: keyctl Not tainted 4.9.0-rc6-fscache+ #278
1180 Hardware name: ASUS All Series/H97-PLUS, BIOS 2306 10/09/2014
1181 task: ffff8804011944c0 task.stack: ffff880401294000
1182 RIP: 0010:[<ffffffff8138ce5d>] [<ffffffff8138ce5d>] mpi_powm+0x32/0x7e6
1183 RSP: 0018:ffff880401297ad8 EFLAGS: 00010212
1184 RAX: 0000000000000000 RBX: ffff88040868bec0 RCX: ffff88040868bba0
1185 RDX: ffff88040868b260 RSI: ffff88040868bec0 RDI: ffff88040868bee0
1186 RBP: ffff880401297ba8 R08: 0000000000000000 R09: 0000000000000000
1187 R10: 0000000000000047 R11: ffffffff8183b210 R12: 0000000000000000
1188 R13: ffff8804087c7600 R14: 000000000000001f R15: ffff880401297c50
1189 FS: 00007f7a7918c700(0000) GS:ffff88041fb80000(0000) knlGS:0000000000000000
1190 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
1191 CR2: 0000000000000000 CR3: 0000000401250000 CR4: 00000000001406e0
1192 Stack:
1193 ffff88040868bec0 0000000000000020 ffff880401297b00 ffffffff81376cd4
1194 0000000000000100 ffff880401297b10 ffffffff81376d12 ffff880401297b30
1195 ffffffff81376f37 0000000000000100 0000000000000000 ffff880401297ba8
1196 Call Trace:
1197 [<ffffffff81376cd4>] ? __sg_page_iter_next+0x43/0x66
1198 [<ffffffff81376d12>] ? sg_miter_get_next_page+0x1b/0x5d
1199 [<ffffffff81376f37>] ? sg_miter_next+0x17/0xbd
1200 [<ffffffff8138ba3a>] ? mpi_read_raw_from_sgl+0xf2/0x146
1201 [<ffffffff8132a95c>] rsa_verify+0x9d/0xee
1202 [<ffffffff8132acca>] ? pkcs1pad_sg_set_buf+0x2e/0xbb
1203 [<ffffffff8132af40>] pkcs1pad_verify+0xc0/0xe1
1204 [<ffffffff8133cb5e>] public_key_verify_signature+0x1b0/0x228
1205 [<ffffffff8133d974>] x509_check_for_self_signed+0xa1/0xc4
1206 [<ffffffff8133cdde>] x509_cert_parse+0x167/0x1a1
1207 [<ffffffff8133d609>] x509_key_preparse+0x21/0x1a1
1208 [<ffffffff8133c3d7>] asymmetric_key_preparse+0x34/0x61
1209 [<ffffffff812fc9f3>] key_create_or_update+0x145/0x399
1210 [<ffffffff812fe227>] SyS_add_key+0x154/0x19e
1211 [<ffffffff81001c2b>] do_syscall_64+0x80/0x191
1212 [<ffffffff816825e4>] entry_SYSCALL64_slow_path+0x25/0x25
1213 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
1214 RIP [<ffffffff8138ce5d>] mpi_powm+0x32/0x7e6
1215 RSP <ffff880401297ad8>
1216 CR2: 0000000000000000
1217 ---[ end trace d82015255d4a5d8d ]---
1218
1219 Basically, this is a backport of a libgcrypt patch:
1220
1221 http://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgcrypt.git;a=patch;h=6e1adb05d290aeeb1c230c763970695f4a538526
1222
1223 Fixes: cdec9cb5167a ("crypto: GnuPG based MPI lib - source files (part 1)")
1224 Signed-off-by: Andrey Ryabinin <aryabinin@virtuozzo.com>
1225 Signed-off-by: David Howells <dhowells@redhat.com>
1226 cc: Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
1227 cc: linux-ima-devel@lists.sourceforge.net
1228 cc: stable@vger.kernel.org
1229 Signed-off-by: James Morris <james.l.morris@oracle.com>
1230
1231 lib/mpi/mpi-pow.c | 7 ++++++-
1232 1 file changed, 6 insertions(+), 1 deletion(-)
1233
1234 commit 218b2fc710bd61f32c7c0cf4556aa628bccf0382
1235 Author: Andrey Ryabinin <aryabinin@virtuozzo.com>
1236 Date: Thu Nov 24 13:23:03 2016 +0000
1237
1238 X.509: Fix double free in x509_cert_parse() [ver #3]
1239
1240 We shouldn't free cert->pub->key in x509_cert_parse() because
1241 x509_free_certificate() also does this:
1242 BUG: Double free or freeing an invalid pointer
1243 ...
1244 Call Trace:
1245 [<ffffffff81896c20>] dump_stack+0x63/0x83
1246 [<ffffffff81356571>] kasan_object_err+0x21/0x70
1247 [<ffffffff81356ed9>] kasan_report_double_free+0x49/0x60
1248 [<ffffffff813561ad>] kasan_slab_free+0x9d/0xc0
1249 [<ffffffff81350b7a>] kfree+0x8a/0x1a0
1250 [<ffffffff81844fbf>] public_key_free+0x1f/0x30
1251 [<ffffffff818455d4>] x509_free_certificate+0x24/0x90
1252 [<ffffffff818460bc>] x509_cert_parse+0x2bc/0x300
1253 [<ffffffff81846cae>] x509_key_preparse+0x3e/0x330
1254 [<ffffffff818444cf>] asymmetric_key_preparse+0x6f/0x100
1255 [<ffffffff8178bec0>] key_create_or_update+0x260/0x5f0
1256 [<ffffffff8178e6d9>] SyS_add_key+0x199/0x2a0
1257 [<ffffffff821d823b>] entry_SYSCALL_64_fastpath+0x1e/0xad
1258 Object at ffff880110bd1900, in cache kmalloc-512 size: 512
1259 ....
1260 Freed:
1261 PID = 2579
1262 [<ffffffff8104283b>] save_stack_trace+0x1b/0x20
1263 [<ffffffff813558f6>] save_stack+0x46/0xd0
1264 [<ffffffff81356183>] kasan_slab_free+0x73/0xc0
1265 [<ffffffff81350b7a>] kfree+0x8a/0x1a0
1266 [<ffffffff818460a3>] x509_cert_parse+0x2a3/0x300
1267 [<ffffffff81846cae>] x509_key_preparse+0x3e/0x330
1268 [<ffffffff818444cf>] asymmetric_key_preparse+0x6f/0x100
1269 [<ffffffff8178bec0>] key_create_or_update+0x260/0x5f0
1270 [<ffffffff8178e6d9>] SyS_add_key+0x199/0x2a0
1271 [<ffffffff821d823b>] entry_SYSCALL_64_fastpath+0x1e/0xad
1272
1273 Fixes: db6c43bd2132 ("crypto: KEYS: convert public key and digsig asym to the akcipher api")
1274 Signed-off-by: Andrey Ryabinin <aryabinin@virtuozzo.com>
1275 Cc: <stable@vger.kernel.org>
1276 Signed-off-by: David Howells <dhowells@redhat.com>
1277 Signed-off-by: James Morris <james.l.morris@oracle.com>
1278
1279 crypto/asymmetric_keys/x509_cert_parser.c | 1 -
1280 1 file changed, 1 deletion(-)
1281
1282 commit 7ab38a1d2f20a0ee1646c61f69c5628868e36e1c
1283 Author: Brad Spengler <spender@grsecurity.net>
1284 Date: Fri Nov 25 15:04:31 2016 -0500
1285
1286 Mark RANDSTRUCT as depending on GCC_PLUGINS
1287
1288 grsecurity/Kconfig | 1 +
1289 1 file changed, 1 insertion(+)
1290
1291 commit 4b779f90caef66bc904533a068e82ed7929a741f
1292 Author: Brad Spengler <spender@grsecurity.net>
1293 Date: Wed Nov 23 22:22:22 2016 -0500
1294
1295 whitespace cleanup
1296
1297 mm/usercopy.c | 6 +++---
1298 1 file changed, 3 insertions(+), 3 deletions(-)
1299
1300 commit fa8c4d8069e8a83b3a30bedbb7b5281cc035722e
1301 Author: Brad Spengler <spender@grsecurity.net>
1302 Date: Wed Nov 23 21:36:42 2016 -0500
1303
1304 Fix regression on i386 KERNEXEC introduced by KSPP ripoff of USERCOPY
1305
1306 mm/usercopy.c | 9 +++++++++
1307 1 file changed, 9 insertions(+)
1308
1309 commit 7bde68e909b1592b4de453d16d9efd544fdcf5d7
1310 Merge: 104123c 41ec71c
1311 Author: Brad Spengler <spender@grsecurity.net>
1312 Date: Wed Nov 23 19:59:44 2016 -0500
1313
1314 Merge branch 'pax-test' into grsec-test
1315
1316 commit 41ec71c4866375c87ea6d28341bfb980ec5805f3
1317 Author: Brad Spengler <spender@grsecurity.net>
1318 Date: Wed Nov 23 19:58:53 2016 -0500
1319
1320 Update to pax-linux-4.8.10-test5.patch:
1321 - worked around a false positive initify report with KMEMCHECK, reported by spender
1322 - fixed a compile error of the initify plugin with gcc 4.5
1323 - Emese fixed an infinite recursion bug in the initify plugin that triggered with certain gcc versions, reported by spender
1324 - worked around a false positive initify report with KMEMCHECK, reported by spender
1325 - fixed a compile error of the initify plugin with gcc 4.5
1326 - Emese fixed an infinite recursion bug in the initify plugin that triggered with certain gcc versions, reported by spender
1327
1328 fs/exofs/super.c | 7 +-
1329 kernel/trace/trace_printk.c | 11 +-
1330 net/netfilter/nf_log.c | 2 +-
1331 .../size_overflow_plugin/size_overflow.h | 8 +-
1332 .../size_overflow_plugin/size_overflow_debug.c | 4 +-
1333 .../size_overflow_plugin/size_overflow_ipa.c | 143 ++++++++++++++-------
1334 .../size_overflow_plugin/size_overflow_plugin.c | 2 +-
1335 .../size_overflow_plugin_hash.c | 40 +++---
1336 .../size_overflow_plugin/size_overflow_transform.c | 6 +-
1337 9 files changed, 136 insertions(+), 87 deletions(-)
1338
1339 commit 104123c7083b4b405c3d94e5cbcf8d82a3c1bf3b
1340 Author: Joerg Roedel <jroedel@suse.de>
1341 Date: Wed Sep 14 11:41:59 2016 +0200
1342
1343 iommu/amd: Don't put completion-wait semaphore on stack
1344
1345 The semaphore used by the AMD IOMMU to signal command
1346 completion lived on the stack until now, which was safe as
1347 the driver busy-waited on the semaphore with IRQs disabled,
1348 so the stack can't go away under the driver.
1349
1350 But the recently introduced vmap-based stacks break this as
1351 the physical address of the semaphore can't be determinded
1352 easily anymore. The driver used the __pa() macro, but that
1353 only works in the direct-mapping. The result were
1354 Completion-Wait timeout errors seen by the IOMMU driver,
1355 breaking system boot.
1356
1357 Since putting the semaphore on the stack is bad design
1358 anyway, move the semaphore into 'struct amd_iommu'. It is
1359 protected by the per-iommu lock and now in the direct
1360 mapping again. This fixes the Completion-Wait timeout errors
1361 and makes AMD IOMMU systems boot again with vmap-based
1362 stacks enabled.
1363
1364 Reported-by: Borislav Petkov <bp@alien8.de>
1365 Signed-off-by: Joerg Roedel <jroedel@suse.de>
1366 Cc: H. Peter Anvin <hpa@zytor.com>
1367 Cc: Linus Torvalds <torvalds@linux-foundation.org>
1368 Cc: Peter Zijlstra <peterz@infradead.org>
1369 Cc: Thomas Gleixner <tglx@linutronix.de>
1370 Signed-off-by: Ingo Molnar <mingo@kernel.org>
1371
1372 drivers/iommu/amd_iommu.c | 51 ++++++++++++++++++++++++++++-------------
1373 drivers/iommu/amd_iommu_types.h | 2 ++
1374 2 files changed, 37 insertions(+), 16 deletions(-)
1375
1376 commit fb4681fbb3ac4fbfc38c4d878a769d9521b2cadc
1377 Merge: 5c7c04f7 2eb064c
1378 Author: Brad Spengler <spender@grsecurity.net>
1379 Date: Mon Nov 21 07:32:06 2016 -0500
1380
1381 Merge branch 'pax-test' into grsec-test
1382
1383 commit 2eb064cd06070c433afb5bbe06f2912c6fe4c0ca
1384 Merge: ec40a67 cf5ae29
1385 Author: Brad Spengler <spender@grsecurity.net>
1386 Date: Mon Nov 21 07:31:48 2016 -0500
1387
1388 Merge branch 'linux-4.8.y' into pax-test
1389
1390 commit 5c7c04f7c8fcb7a3730b34db41a0842ef0dbed51
1391 Author: Brad Spengler <spender@grsecurity.net>
1392 Date: Sat Nov 19 19:50:51 2016 -0500
1393
1394 compile fix
1395
1396 drivers/platform/x86/toshiba-wmi.c | 2 +-
1397 1 file changed, 1 insertion(+), 1 deletion(-)
1398
1399 commit 05eb3d0ec6643c60f794937ba562fea97f5be897
1400 Author: Brad Spengler <spender@grsecurity.net>
1401 Date: Sat Nov 19 19:32:09 2016 -0500
1402
1403 compile fix
1404
1405 net/netfilter/nf_log.c | 2 +-
1406 1 file changed, 1 insertion(+), 1 deletion(-)
1407
1408 commit fb9517eef2f4321b99e1427728ea81e7beb6709e
1409 Author: Brad Spengler <spender@grsecurity.net>
1410 Date: Sat Nov 19 19:26:19 2016 -0500
1411
1412 compile fix
1413
1414 drivers/platform/x86/toshiba-wmi.c | 2 +-
1415 1 file changed, 1 insertion(+), 1 deletion(-)
1416
1417 commit d7be8fc340893cb7a61f295adf357433684c1412
1418 Author: Brad Spengler <spender@grsecurity.net>
1419 Date: Sat Nov 19 18:50:43 2016 -0500
1420
1421 Fix an instance of DMA on stack reported by jotik
1422
1423 drivers/tty/hvc/hvc_console.c | 13 +++++++++++--
1424 1 file changed, 11 insertions(+), 2 deletions(-)
1425
1426 commit 491d119de68bd80666a5e0c9a45538b03a7e0359
1427 Merge: d06ab17 ec40a67
1428 Author: Brad Spengler <spender@grsecurity.net>
1429 Date: Sat Nov 19 09:49:17 2016 -0500
1430
1431 Merge branch 'pax-test' into grsec-test
1432
1433 commit ec40a67f38da6771cc50d21b8bdfef7fe85c13f9
1434 Merge: d10440d 8765773
1435 Author: Brad Spengler <spender@grsecurity.net>
1436 Date: Sat Nov 19 09:48:59 2016 -0500
1437
1438 Merge branch 'linux-4.8.y' into pax-test
1439
1440 commit d06ab1776f143f4c0f040b37b5d4be02fb4c2b2f
1441 Author: Brad Spengler <spender@grsecurity.net>
1442 Date: Wed Nov 16 20:06:47 2016 -0500
1443
1444 Move location of GRKERNSEC_BRUTE call, otherwise on systems with suid
1445 dumping enabled, the crash of a suid/fscapped binary will not produce a
1446 coredump as a SIGKILL to the other threads of the process will trigger
1447 a group exit. Thanks to Michael Hu and Meenakshi Selvaraj for the report!
1448
1449 fs/coredump.c | 6 +++---
1450 1 file changed, 3 insertions(+), 3 deletions(-)
1451
1452 commit 2deb6e90bf515a547273218c9e5e80362cedf5f4
1453 Merge: 538290f d10440d
1454 Author: Brad Spengler <spender@grsecurity.net>
1455 Date: Tue Nov 15 07:22:21 2016 -0500
1456
1457 Merge branch 'pax-test' into grsec-test
1458
1459 commit d10440da199a8c4601cf572c85c240b391d7ff1c
1460 Author: Brad Spengler <spender@grsecurity.net>
1461 Date: Tue Nov 15 07:21:39 2016 -0500
1462
1463 Forward-port PaX INITIFY updates:
1464 - Emese fixed an infinite recursion bug in the initify plugin that triggered with certain gcc versions, reported by spender
1465 - fixed a copy-paste error in the previous initify compile error fix
1466
1467 scripts/gcc-plugins/initify_plugin.c | 7 +++----
1468 1 file changed, 3 insertions(+), 4 deletions(-)
1469
1470 commit 538290f125d86e96ca1cb58ec6b6dc42c6df94f5
1471 Merge: 29790c8 0651bb9
1472 Author: Brad Spengler <spender@grsecurity.net>
1473 Date: Tue Nov 15 07:16:37 2016 -0500
1474
1475 Merge branch 'pax-test' into grsec-test
1476
1477 commit 0651bb9a29497614f2ac8907576e13c25d14417d
1478 Merge: 3dccfc8 61385cc
1479 Author: Brad Spengler <spender@grsecurity.net>
1480 Date: Tue Nov 15 07:16:23 2016 -0500
1481
1482 Merge branch 'linux-4.8.y' into pax-test
1483
1484 commit 29790c808b36fed3643adb45a52ddd1eaf215d5a
1485 Merge: 884f7d7 3dccfc8
1486 Author: Brad Spengler <spender@grsecurity.net>
1487 Date: Mon Nov 14 21:55:00 2016 -0500
1488
1489 Merge branch 'pax-test' into grsec-test
1490
1491 commit 3dccfc8eb94c31bb44f90f2d5673867d47ceeae1
1492 Author: Brad Spengler <spender@grsecurity.net>
1493 Date: Mon Nov 14 21:53:56 2016 -0500
1494
1495 Forward-ported PaX updates (so all patches can be released tonight):
1496 - worked around a false positive initify report with KMEMCHECK, reported by spender
1497 - fixed a compile error of the initify plugin with gcc 4.5
1498
1499 lib/Kconfig.kmemcheck | 1 +
1500 scripts/gcc-plugins/initify_plugin.c | 8 ++++++++
1501 2 files changed, 9 insertions(+)
1502
1503 commit 884f7d7137f2cb388491c398a22b555c9e04bd3b
1504 Author: Brad Spengler <spender@grsecurity.net>
1505 Date: Mon Nov 14 08:52:36 2016 -0500
1506
1507 re-enable INITIFY
1508
1509 security/Kconfig | 1 -
1510 1 file changed, 1 deletion(-)
1511
1512 commit 1199c8fee72e0204eef6e517acf1d17e1edb35d0
1513 Author: Brad Spengler <spender@grsecurity.net>
1514 Date: Sat Nov 12 09:28:52 2016 -0500
1515
1516 always clear after restore
1517
1518 kernel/power/snapshot.c | 2 --
1519 1 file changed, 2 deletions(-)
1520
1521 commit 6ee3a03e6b4610d3a4c8536222e613c9381d310a
1522 Author: Brad Spengler <spender@grsecurity.net>
1523 Date: Sat Nov 12 07:48:59 2016 -0500
1524
1525 Remove duplicate function definition caused by bad git merge
1526 Thanks to Toralf Foerster for the report
1527
1528 kernel/power/snapshot.c | 20 --------------------
1529 1 file changed, 20 deletions(-)
1530
1531 commit 972fc7c4ab01bed5011f92621c0235a29b964321
1532 Merge: b797a7f 179609c
1533 Author: Brad Spengler <spender@grsecurity.net>
1534 Date: Thu Nov 10 21:30:42 2016 -0500
1535
1536 Merge branch 'pax-test' into grsec-test
1537
1538 commit 179609c35bcb2c28967e27dd71850a64dd8d2457
1539 Author: Brad Spengler <spender@grsecurity.net>
1540 Date: Thu Nov 10 21:28:09 2016 -0500
1541
1542 Update to pax-linux-4.8.7-test3.patch
1543
1544 Makefile | 5 +-
1545 arch/x86/kernel/alternative.c | 2 +
1546 arch/x86/kernel/cpu/intel.c | 6 +
1547 arch/x86/kernel/tsc.c | 3 +
1548 .../gcc-plugins/size_overflow_plugin/.gitignore | 5 +-
1549 .../gcc-plugins/size_overflow_plugin/e_fields.data | 240 ++++++++++++++++---
1550 .../gcc-plugins/size_overflow_plugin/e_fns.data | 262 +++++++++++++++++++--
1551 .../gcc-plugins/size_overflow_plugin/e_vars.data | 3 +
1552 8 files changed, 467 insertions(+), 59 deletions(-)
1553
1554 commit b797a7f8f1bd6dd882c302108d3e0e24eec4eb52
1555 Merge: c65bef9 61c5e35
1556 Author: Brad Spengler <spender@grsecurity.net>
1557 Date: Thu Nov 10 18:47:19 2016 -0500
1558
1559 Merge branch 'pax-test' into grsec-test
1560
1561 commit 61c5e357c8e096078f3087cc1c9945311580ef58
1562 Merge: 26e177d 567aeca
1563 Author: Brad Spengler <spender@grsecurity.net>
1564 Date: Thu Nov 10 18:47:09 2016 -0500
1565
1566 Merge branch 'linux-4.8.y' into pax-test
1567
1568 commit c65bef9442a61a12256456658a6e3a3aa6f0017c
1569 Author: Brad Spengler <spender@grsecurity.net>
1570 Date: Wed Nov 9 17:22:04 2016 -0500
1571
1572 Add SLAB_USERCOPY backward compatibility for out of tree modules
1573
1574 include/linux/slab.h | 7 +++++++
1575 mm/slab_common.c | 3 ++-
1576 2 files changed, 9 insertions(+), 1 deletion(-)
1577
1578 commit 9f7c67696110c732bc080f27629a93c652aa6784
1579 Merge: 8c2ed61 26e177d
1580 Author: Brad Spengler <spender@grsecurity.net>
1581 Date: Wed Nov 9 17:13:02 2016 -0500
1582
1583 Merge branch 'pax-test' into grsec-test
1584
1585 commit 26e177df8561bd7b261090dcce16f8bc5a166e43
1586 Author: Brad Spengler <spender@grsecurity.net>
1587 Date: Wed Nov 9 17:11:43 2016 -0500
1588
1589 Update to pax-linux-4.8.6-test2.patch:
1590 - fixed resume regression on X86 caused by the recent constification of boot_cpu_data, reported by Joe Gabinsky (https://bugs.archlinux.org/task/51767)
1591 - worked around a compile error with gcc enforced PIE, reported by Carlos Carvalho (https://forums.grsecurity.net/viewtopic.php?f=3&t=4607)
1592 - fixed a latent entropy compile error that triggered on arm, reported by spender
1593
1594 Makefile | 2 ++
1595 arch/x86/include/asm/irqflags.h | 2 ++
1596 arch/x86/include/asm/uaccess_32.h | 3 +++
1597 arch/x86/include/asm/uaccess_64.h | 4 ++++
1598 arch/x86/kernel/acpi/wakeup_32.S | 2 ++
1599 arch/x86/kernel/acpi/wakeup_64.S | 2 ++
1600 arch/x86/kernel/cpu/common.c | 6 ++++++
1601 arch/x86/kernel/vm86_32.c | 6 ++----
1602 arch/x86/power/hibernate_asm_32.S | 2 ++
1603 arch/x86/power/hibernate_asm_64.S | 2 ++
1604 fs/pstore/ftrace.c | 1 +
1605 kernel/events/hw_breakpoint.c | 1 +
1606 mm/slab.c | 14 +++++++-------
1607 scripts/gcc-plugins/latent_entropy_plugin.c | 4 ++--
1608 scripts/gcc-plugins/size_overflow_plugin/disable.data | 3 +++
1609 scripts/gcc-plugins/size_overflow_plugin/e_fns.data | 5 +----
1610 16 files changed, 42 insertions(+), 17 deletions(-)
1611
1612 commit 8c2ed61b048133cef4d19cbcfad489c5229c6d85
1613 Author: Brad Spengler <spender@grsecurity.net>
1614 Date: Wed Nov 9 17:08:54 2016 -0500
1615
1616 re-enable latent_entropy on ARM
1617
1618 security/Kconfig | 1 -
1619 1 file changed, 1 deletion(-)
1620
1621 commit f111a022d48483a796d7f6d170e5165fa17c32aa
1622 Author: Brad Spengler <spender@grsecurity.net>
1623 Date: Tue Nov 8 21:10:00 2016 -0500
1624
1625 Update size_overflow hash tables
1626
1627 scripts/gcc-plugins/size_overflow_plugin/e_fields.data | 1 +
1628 scripts/gcc-plugins/size_overflow_plugin/e_fns.data | 1 +
1629 2 files changed, 2 insertions(+)
1630
1631 commit f4e7a9c6e5c14a7d9765191e4fdae902e777a62b
1632 Author: Brad Spengler <spender@grsecurity.net>
1633 Date: Tue Nov 8 20:39:56 2016 -0500
1634
1635 Update size_overflow hash table
1636
1637 .../gcc-plugins/size_overflow_plugin/e_fields.data | 87 ++++++++++++++++++----
1638 .../gcc-plugins/size_overflow_plugin/e_fns.data | 81 +++++++++++++++++---
1639 2 files changed, 143 insertions(+), 25 deletions(-)
1640
1641 commit f3a2f418e4c8c9e7a3c8e44994a9b789b755f690
1642 Author: Brad Spengler <spender@grsecurity.net>
1643 Date: Tue Nov 8 20:27:26 2016 -0500
1644
1645 Update size_overflow hash table
1646
1647 scripts/gcc-plugins/size_overflow_plugin/e_fields.data | 1 +
1648 scripts/gcc-plugins/size_overflow_plugin/e_fns.data | 1 +
1649 2 files changed, 2 insertions(+)
1650
1651 commit 7429f39d5af5c7c6744dadbc8cef6fb09bba0378
1652 Author: Brad Spengler <spender@grsecurity.net>
1653 Date: Tue Nov 8 20:22:07 2016 -0500
1654
1655 compile fix
1656
1657 security/Kconfig | 2 +-
1658 1 file changed, 1 insertion(+), 1 deletion(-)
1659
1660 commit 2c1be792d3b1eced5c977f431b97a6f358257c7d
1661 Author: Brad Spengler <spender@grsecurity.net>
1662 Date: Tue Nov 8 20:15:52 2016 -0500
1663
1664 Disable LATENT_ENTROPY on ARM temporarily
1665
1666 security/Kconfig | 1 +
1667 1 file changed, 1 insertion(+)
1668
1669 commit 5baa2459453f698c59713d66c19a35ceb08c6423
1670 Author: Brad Spengler <spender@grsecurity.net>
1671 Date: Tue Nov 8 19:28:11 2016 -0500
1672
1673 Update size_overflow hash tables
1674
1675 .../gcc-plugins/size_overflow_plugin/e_fields.data | 19 +++++++++--
1676 .../gcc-plugins/size_overflow_plugin/e_fns.data | 38 ++++++++++++++++++++--
1677 .../gcc-plugins/size_overflow_plugin/e_vars.data | 2 ++
1678 3 files changed, 55 insertions(+), 4 deletions(-)
1679
1680 commit e6ff4162464e018c08a58689f60664f96786a4e0
1681 Author: Brad Spengler <spender@grsecurity.net>
1682 Date: Tue Nov 8 19:23:13 2016 -0500
1683
1684 Update size_overflow hash tables
1685
1686 .../gcc-plugins/size_overflow_plugin/e_fields.data | 132 +++++++++++++++++---
1687 .../gcc-plugins/size_overflow_plugin/e_fns.data | 135 +++++++++++++++++++--
1688 .../gcc-plugins/size_overflow_plugin/e_vars.data | 1 +
1689 3 files changed, 243 insertions(+), 25 deletions(-)
1690
1691 commit ee26614f6745609f79b28620130afa73b2c86ff8
1692 Author: Brad Spengler <spender@grsecurity.net>
1693 Date: Tue Nov 8 19:10:38 2016 -0500
1694
1695 Update size_overflow hash table
1696
1697 scripts/gcc-plugins/size_overflow_plugin/e_fns.data | 8 ++++++++
1698 1 file changed, 8 insertions(+)
1699
1700 commit d3291c0dc6f25e59c8c402b66416cf0f4f6dddb7
1701 Author: Brad Spengler <spender@grsecurity.net>
1702 Date: Tue Nov 8 19:03:02 2016 -0500
1703
1704 Initial import of grsecurity 3.1 for Linux 4.8.6
1705
1706 Documentation/dontdiff | 2 +
1707 Documentation/kernel-parameters.txt | 6 +
1708 Documentation/sysctl/kernel.txt | 15 +
1709 Makefile | 8 +-
1710 arch/alpha/include/asm/cache.h | 4 +-
1711 arch/alpha/kernel/osf_sys.c | 12 +-
1712 arch/arc/Kconfig | 1 +
1713 arch/arm/Kconfig | 2 +
1714 arch/arm/Kconfig.debug | 1 +
1715 arch/arm/include/asm/cacheflush.h | 2 +-
1716 arch/arm/include/asm/thread_info.h | 7 +-
1717 arch/arm/kernel/entry-common.S | 8 +-
1718 arch/arm/kernel/process.c | 4 +-
1719 arch/arm/kernel/ptrace.c | 9 +
1720 arch/arm/kernel/traps.c | 7 +-
1721 arch/arm/mm/Kconfig | 4 +-
1722 arch/arm/mm/fault.c | 40 +-
1723 arch/arm/mm/mmap.c | 8 +-
1724 arch/arm/net/bpf_jit_32.c | 51 +-
1725 arch/arm64/Kconfig.debug | 1 +
1726 arch/arm64/include/asm/atomic.h | 2 +
1727 arch/arm64/include/asm/cache.h | 2 +
1728 arch/arm64/include/asm/pgtable.h | 3 +
1729 arch/avr32/include/asm/cache.h | 4 +-
1730 arch/blackfin/Kconfig.debug | 1 +
1731 arch/blackfin/include/asm/cache.h | 3 +-
1732 arch/cris/include/arch-v10/arch/cache.h | 3 +-
1733 arch/cris/include/arch-v32/arch/cache.h | 3 +-
1734 arch/frv/include/asm/cache.h | 3 +-
1735 arch/frv/mm/elf-fdpic.c | 4 +-
1736 arch/hexagon/include/asm/cache.h | 6 +-
1737 arch/ia64/Kconfig | 1 +
1738 arch/ia64/include/asm/cache.h | 3 +-
1739 arch/ia64/kernel/sys_ia64.c | 2 +
1740 arch/ia64/mm/hugetlbpage.c | 2 +
1741 arch/m32r/include/asm/cache.h | 4 +-
1742 arch/m68k/include/asm/cache.h | 4 +-
1743 arch/m68k/kernel/time.c | 1 +
1744 arch/metag/mm/hugetlbpage.c | 1 +
1745 arch/microblaze/include/asm/cache.h | 3 +-
1746 arch/mips/Kconfig | 1 +
1747 arch/mips/include/asm/thread_info.h | 11 +-
1748 arch/mips/kernel/irq.c | 3 +
1749 arch/mips/kernel/ptrace.c | 9 +
1750 arch/mips/mm/mmap.c | 4 +-
1751 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
1752 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
1753 arch/openrisc/include/asm/cache.h | 4 +-
1754 arch/parisc/include/asm/cache.h | 3 +
1755 arch/parisc/kernel/sys_parisc.c | 4 +
1756 arch/powerpc/Kconfig | 1 +
1757 arch/powerpc/include/asm/thread_info.h | 5 +-
1758 arch/powerpc/kernel/Makefile | 2 +
1759 arch/powerpc/kernel/irq.c | 3 +
1760 arch/powerpc/kernel/process.c | 10 +-
1761 arch/powerpc/kernel/ptrace.c | 15 +
1762 arch/powerpc/kernel/traps.c | 5 +
1763 arch/powerpc/mm/slice.c | 2 +-
1764 arch/s390/Kconfig.debug | 1 +
1765 arch/s390/include/asm/cache.h | 4 +-
1766 arch/score/include/asm/cache.h | 4 +-
1767 arch/sh/include/asm/cache.h | 3 +-
1768 arch/sh/mm/mmap.c | 6 +-
1769 arch/sparc/include/asm/thread_info_64.h | 8 +-
1770 arch/sparc/kernel/process_32.c | 6 +-
1771 arch/sparc/kernel/process_64.c | 8 +-
1772 arch/sparc/kernel/ptrace_64.c | 14 +
1773 arch/sparc/kernel/sys_sparc_64.c | 8 +-
1774 arch/sparc/kernel/syscalls.S | 8 +-
1775 arch/sparc/kernel/traps_32.c | 8 +-
1776 arch/sparc/kernel/traps_64.c | 28 +-
1777 arch/sparc/kernel/unaligned_64.c | 2 +-
1778 arch/sparc/mm/fault_64.c | 2 +-
1779 arch/sparc/mm/hugetlbpage.c | 15 +-
1780 arch/tile/Kconfig | 1 +
1781 arch/tile/include/asm/cache.h | 3 +-
1782 arch/tile/mm/hugetlbpage.c | 2 +
1783 arch/unicore32/include/asm/cache.h | 6 +-
1784 arch/x86/Kconfig | 21 +
1785 arch/x86/Kconfig.debug | 2 +
1786 arch/x86/entry/common.c | 14 +
1787 arch/x86/entry/entry_32.S | 2 +-
1788 arch/x86/entry/entry_64.S | 2 +-
1789 arch/x86/ia32/ia32_aout.c | 2 +
1790 arch/x86/include/asm/floppy.h | 20 +-
1791 arch/x86/include/asm/fpu/types.h | 69 +-
1792 arch/x86/include/asm/io.h | 2 +-
1793 arch/x86/include/asm/page.h | 12 +-
1794 arch/x86/include/asm/paravirt_types.h | 21 +-
1795 arch/x86/include/asm/processor.h | 4 +-
1796 arch/x86/include/asm/thread_info.h | 6 +-
1797 arch/x86/kernel/dumpstack.c | 8 +-
1798 arch/x86/kernel/dumpstack_32.c | 1 +
1799 arch/x86/kernel/ioport.c | 13 +
1800 arch/x86/kernel/irq_32.c | 3 +
1801 arch/x86/kernel/irq_64.c | 7 +-
1802 arch/x86/kernel/ldt.c | 18 +
1803 arch/x86/kernel/msr.c | 12 +
1804 arch/x86/kernel/sys_i386_32.c | 9 +-
1805 arch/x86/kernel/sys_x86_64.c | 8 +-
1806 arch/x86/kernel/traps.c | 5 +
1807 arch/x86/kernel/verify_cpu.S | 1 +
1808 arch/x86/kernel/vm86_32.c | 15 +
1809 arch/x86/mm/fault.c | 12 +-
1810 arch/x86/mm/hugetlbpage.c | 15 +-
1811 arch/x86/mm/init.c | 51 +-
1812 arch/x86/mm/init_32.c | 6 +-
1813 arch/x86/mm/mmap.c | 16 +-
1814 arch/x86/net/bpf_jit_comp.c | 4 +
1815 arch/x86/xen/Kconfig | 1 +
1816 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
1817 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
1818 crypto/scatterwalk.c | 10 +-
1819 drivers/acpi/acpica/hwxfsleep.c | 11 +-
1820 drivers/acpi/custom_method.c | 4 +
1821 drivers/block/cciss.h | 30 +-
1822 drivers/block/smart1,2.h | 40 +-
1823 drivers/char/Kconfig | 4 +-
1824 drivers/char/mem.c | 19 +-
1825 drivers/char/random.c | 3 -
1826 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
1827 drivers/firewire/ohci.c | 4 +
1828 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 82 +-
1829 .../drm/amd/powerplay/hwmgr/cz_clockpowergating.c | 12 +-
1830 drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c | 58 +-
1831 drivers/gpu/drm/amd/powerplay/hwmgr/fiji_thermal.c | 20 +-
1832 .../drm/amd/powerplay/hwmgr/polaris10_thermal.c | 22 +-
1833 .../gpu/drm/amd/powerplay/hwmgr/tonga_thermal.c | 20 +-
1834 drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.c | 9 +-
1835 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
1836 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
1837 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
1838 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
1839 drivers/infiniband/hw/i40iw/i40iw_ctrl.c | 138 +-
1840 drivers/infiniband/hw/i40iw/i40iw_uk.c | 34 +-
1841 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
1842 drivers/iommu/amd_iommu.c | 14 +-
1843 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
1844 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
1845 drivers/isdn/gigaset/usb-gigaset.c | 32 +-
1846 drivers/isdn/i4l/isdn_concap.c | 6 +-
1847 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
1848 drivers/md/bcache/Kconfig | 1 +
1849 drivers/md/raid5.c | 8 +
1850 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
1851 .../media/platform/mtk-vcodec/venc/venc_h264_if.c | 8 +-
1852 .../media/platform/mtk-vcodec/venc/venc_vp8_if.c | 8 +-
1853 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
1854 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
1855 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
1856 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
1857 drivers/media/usb/dvb-usb/technisat-usb2.c | 23 +-
1858 drivers/message/fusion/mptbase.c | 9 +
1859 drivers/misc/sgi-xp/xp_main.c | 12 +-
1860 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
1861 drivers/net/wan/lmc/lmc_media.c | 97 +-
1862 drivers/net/wan/z85230.c | 24 +-
1863 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
1864 drivers/pci/proc.c | 9 +
1865 drivers/platform/x86/asus-wmi.c | 12 +
1866 drivers/rtc/rtc-dev.c | 3 +
1867 drivers/scsi/bfa/bfa_fcs.c | 19 +-
1868 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
1869 drivers/scsi/bfa/bfa_modules.h | 12 +-
1870 drivers/scsi/hpsa.h | 40 +-
1871 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
1872 drivers/staging/wilc1000/host_interface.h | 1 +
1873 drivers/staging/wilc1000/wilc_spi.c | 1 +
1874 drivers/tty/sysrq.c | 2 +-
1875 drivers/tty/tty_io.c | 4 +
1876 drivers/tty/vt/keyboard.c | 22 +-
1877 drivers/usb/core/hub.c | 5 +
1878 drivers/usb/gadget/function/f_uac1.c | 1 +
1879 drivers/usb/gadget/function/u_uac1.c | 1 +
1880 drivers/usb/host/hwa-hc.c | 9 +-
1881 drivers/usb/usbip/vhci_sysfs.c | 2 +-
1882 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
1883 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
1884 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
1885 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++----
1886 drivers/xen/xenfs/xenstored.c | 5 +
1887 firmware/Makefile | 2 +
1888 firmware/WHENCE | 20 +-
1889 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
1890 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
1891 fs/attr.c | 4 +
1892 fs/autofs4/waitq.c | 9 +
1893 fs/binfmt_aout.c | 7 +
1894 fs/binfmt_elf.c | 40 +-
1895 fs/compat.c | 20 +-
1896 fs/coredump.c | 17 +-
1897 fs/dcache.c | 5 +-
1898 fs/debugfs/inode.c | 19 +-
1899 fs/exec.c | 159 +-
1900 fs/ext2/balloc.c | 4 +-
1901 fs/ext2/super.c | 8 +-
1902 fs/ext4/balloc.c | 4 +-
1903 fs/fcntl.c | 4 +
1904 fs/fhandle.c | 3 +-
1905 fs/file.c | 4 +
1906 fs/filesystems.c | 4 +
1907 fs/fs_struct.c | 20 +-
1908 fs/hugetlbfs/inode.c | 5 +-
1909 fs/inode.c | 8 +-
1910 fs/kernfs/dir.c | 6 +
1911 fs/mount.h | 4 +-
1912 fs/namei.c | 290 +-
1913 fs/namespace.c | 24 +
1914 fs/open.c | 38 +
1915 fs/overlayfs/super.c | 6 +-
1916 fs/pipe.c | 2 +-
1917 fs/posix_acl.c | 15 +-
1918 fs/proc/Kconfig | 10 +-
1919 fs/proc/array.c | 67 +-
1920 fs/proc/base.c | 193 +-
1921 fs/proc/cmdline.c | 4 +
1922 fs/proc/devices.c | 4 +
1923 fs/proc/fd.c | 13 +-
1924 fs/proc/generic.c | 64 +
1925 fs/proc/inode.c | 17 +
1926 fs/proc/internal.h | 18 +-
1927 fs/proc/interrupts.c | 4 +
1928 fs/proc/kcore.c | 3 +
1929 fs/proc/proc_net.c | 31 +
1930 fs/proc/proc_sysctl.c | 50 +-
1931 fs/proc/root.c | 8 +
1932 fs/proc/stat.c | 69 +-
1933 fs/proc/task_mmu.c | 87 +-
1934 fs/proc/task_nommu.c | 2 +-
1935 fs/readdir.c | 19 +
1936 fs/reiserfs/item_ops.c | 24 +-
1937 fs/reiserfs/super.c | 4 +
1938 fs/select.c | 2 +
1939 fs/seq_file.c | 31 +-
1940 fs/stat.c | 20 +-
1941 fs/sysfs/dir.c | 30 +-
1942 fs/utimes.c | 8 +
1943 fs/xattr.c | 26 +-
1944 fs/xfs/xfs_ioctl.c | 6 +
1945 grsecurity/Kconfig | 1205 ++++
1946 grsecurity/Makefile | 54 +
1947 grsecurity/gracl.c | 2773 +++++++++
1948 grsecurity/gracl_alloc.c | 105 +
1949 grsecurity/gracl_cap.c | 96 +
1950 grsecurity/gracl_compat.c | 269 +
1951 grsecurity/gracl_fs.c | 448 ++
1952 grsecurity/gracl_ip.c | 387 ++
1953 grsecurity/gracl_learn.c | 209 +
1954 grsecurity/gracl_policy.c | 1784 ++++++
1955 grsecurity/gracl_res.c | 74 +
1956 grsecurity/gracl_segv.c | 306 +
1957 grsecurity/gracl_shm.c | 40 +
1958 grsecurity/grsec_chdir.c | 19 +
1959 grsecurity/grsec_chroot.c | 506 ++
1960 grsecurity/grsec_disabled.c | 445 ++
1961 grsecurity/grsec_exec.c | 188 +
1962 grsecurity/grsec_fifo.c | 26 +
1963 grsecurity/grsec_fork.c | 23 +
1964 grsecurity/grsec_init.c | 294 +
1965 grsecurity/grsec_ipc.c | 48 +
1966 grsecurity/grsec_link.c | 65 +
1967 grsecurity/grsec_log.c | 340 +
1968 grsecurity/grsec_mem.c | 48 +
1969 grsecurity/grsec_mount.c | 65 +
1970 grsecurity/grsec_pax.c | 47 +
1971 grsecurity/grsec_proc.c | 20 +
1972 grsecurity/grsec_ptrace.c | 30 +
1973 grsecurity/grsec_sig.c | 248 +
1974 grsecurity/grsec_sock.c | 244 +
1975 grsecurity/grsec_sysctl.c | 497 ++
1976 grsecurity/grsec_time.c | 16 +
1977 grsecurity/grsec_tpe.c | 78 +
1978 grsecurity/grsec_tty.c | 18 +
1979 grsecurity/grsec_usb.c | 15 +
1980 grsecurity/grsum.c | 56 +
1981 include/linux/binfmts.h | 5 +-
1982 include/linux/capability.h | 8 +
1983 include/linux/cdev.h | 2 +-
1984 include/linux/compiler-gcc.h | 5 +
1985 include/linux/compiler.h | 8 +
1986 include/linux/cred.h | 8 +-
1987 include/linux/dcache.h | 5 +-
1988 include/linux/debugfs.h | 2 +-
1989 include/linux/fs.h | 26 +-
1990 include/linux/fs_struct.h | 2 +-
1991 include/linux/fsnotify.h | 6 +
1992 include/linux/gracl.h | 342 ++
1993 include/linux/gracl_compat.h | 156 +
1994 include/linux/gralloc.h | 9 +
1995 include/linux/grdefs.h | 140 +
1996 include/linux/grinternal.h | 231 +
1997 include/linux/grmsg.h | 120 +
1998 include/linux/grsecurity.h | 259 +
1999 include/linux/grsock.h | 19 +
2000 include/linux/ipc.h | 2 +-
2001 include/linux/ipc_namespace.h | 2 +-
2002 include/linux/kallsyms.h | 18 +-
2003 include/linux/key-type.h | 4 +-
2004 include/linux/kmod.h | 7 +-
2005 include/linux/kobject.h | 2 +-
2006 include/linux/lsm_hooks.h | 4 +-
2007 include/linux/mm.h | 12 +
2008 include/linux/mm_types.h | 4 +-
2009 include/linux/module.h | 5 +-
2010 include/linux/mount.h | 2 +-
2011 include/linux/msg.h | 2 +-
2012 include/linux/netfilter/xt_gradm.h | 9 +
2013 include/linux/path.h | 4 +-
2014 include/linux/perf_event.h | 13 +-
2015 include/linux/pid_namespace.h | 2 +-
2016 include/linux/printk.h | 3 +-
2017 include/linux/proc_fs.h | 22 +-
2018 include/linux/proc_ns.h | 2 +-
2019 include/linux/rbtree_augmented.h | 4 +-
2020 include/linux/scatterlist.h | 12 +-
2021 include/linux/sched.h | 133 +-
2022 include/linux/security.h | 1 +
2023 include/linux/sem.h | 2 +-
2024 include/linux/seq_file.h | 5 +
2025 include/linux/shm.h | 6 +-
2026 include/linux/skbuff.h | 3 +
2027 include/linux/slab.h | 9 -
2028 include/linux/sysctl.h | 8 +-
2029 include/linux/tty.h | 2 +-
2030 include/linux/tty_driver.h | 4 +-
2031 include/linux/uidgid.h | 6 +
2032 include/linux/user_namespace.h | 2 +-
2033 include/linux/utsname.h | 2 +-
2034 include/linux/vermagic.h | 16 +-
2035 include/linux/vmalloc.h | 11 +
2036 include/net/af_unix.h | 2 +-
2037 include/net/ip.h | 2 +-
2038 include/net/neighbour.h | 2 +-
2039 include/net/net_namespace.h | 2 +-
2040 include/net/sock.h | 2 +-
2041 include/trace/events/fs.h | 53 +
2042 init/Kconfig | 7 +-
2043 init/main.c | 37 +
2044 ipc/mqueue.c | 1 +
2045 ipc/msg.c | 3 +-
2046 ipc/msgutil.c | 4 +-
2047 ipc/sem.c | 3 +-
2048 ipc/shm.c | 26 +-
2049 ipc/util.c | 6 +
2050 kernel/bpf/syscall.c | 10 +-
2051 kernel/capability.c | 31 +-
2052 kernel/cgroup.c | 5 +-
2053 kernel/compat.c | 1 +
2054 kernel/configs.c | 11 +
2055 kernel/cred.c | 112 +-
2056 kernel/events/core.c | 14 +-
2057 kernel/exit.c | 7 +
2058 kernel/fork.c | 93 +-
2059 kernel/futex.c | 4 +-
2060 kernel/kallsyms.c | 9 +
2061 kernel/kcmp.c | 4 +
2062 kernel/kexec_core.c | 2 +-
2063 kernel/kmod.c | 96 +-
2064 kernel/kprobes.c | 9 +-
2065 kernel/ksysfs.c | 2 +
2066 kernel/locking/lockdep_proc.c | 10 +-
2067 kernel/module.c | 108 +-
2068 kernel/panic.c | 6 +-
2069 kernel/pid.c | 18 +-
2070 kernel/power/Kconfig | 1 +
2071 kernel/power/snapshot.c | 20 +
2072 kernel/printk/printk.c | 7 +-
2073 kernel/ptrace.c | 50 +-
2074 kernel/resource.c | 10 +
2075 kernel/sched/core.c | 16 +-
2076 kernel/sched/debug.c | 4 +
2077 kernel/signal.c | 37 +-
2078 kernel/sys.c | 64 +-
2079 kernel/sysctl.c | 174 +-
2080 kernel/taskstats.c | 6 +
2081 kernel/time/posix-timers.c | 8 +
2082 kernel/time/time.c | 5 +
2083 kernel/time/timekeeping.c | 3 +
2084 kernel/time/timer_list.c | 13 +-
2085 kernel/time/timer_stats.c | 10 +-
2086 kernel/trace/Kconfig | 6 +
2087 kernel/trace/trace_syscalls.c | 8 +
2088 kernel/user_namespace.c | 15 +
2089 lib/Kconfig.debug | 11 +-
2090 lib/is_single_threaded.c | 3 +
2091 lib/list_debug.c | 65 +-
2092 lib/nlattr.c | 2 +
2093 lib/rbtree.c | 4 +-
2094 lib/vsprintf.c | 42 +-
2095 localversion-grsec | 1 +
2096 mm/Kconfig | 8 +-
2097 mm/Kconfig.debug | 1 +
2098 mm/filemap.c | 1 +
2099 mm/kmemleak.c | 4 +-
2100 mm/memory.c | 2 +-
2101 mm/mempolicy.c | 12 +-
2102 mm/migrate.c | 3 +-
2103 mm/mlock.c | 9 +
2104 mm/mmap.c | 116 +-
2105 mm/mprotect.c | 8 +
2106 mm/page_alloc.c | 2 +-
2107 mm/process_vm_access.c | 6 +
2108 mm/shmem.c | 2 +-
2109 mm/slab.c | 14 +-
2110 mm/slab_common.c | 2 +-
2111 mm/slob.c | 12 +
2112 mm/slub.c | 53 +-
2113 mm/usercopy.c | 2 -
2114 mm/util.c | 3 +
2115 mm/vmalloc.c | 94 +-
2116 mm/vmstat.c | 29 +-
2117 net/appletalk/atalk_proc.c | 2 +-
2118 net/atm/lec.c | 6 +-
2119 net/atm/mpoa_caches.c | 43 +-
2120 net/can/bcm.c | 2 +-
2121 net/can/proc.c | 2 +-
2122 net/core/dev_ioctl.c | 7 +-
2123 net/core/filter.c | 8 +-
2124 net/core/net-procfs.c | 17 +-
2125 net/core/pktgen.c | 2 +-
2126 net/core/sock.c | 23 +-
2127 net/core/sysctl_net_core.c | 2 +-
2128 net/decnet/dn_dev.c | 2 +-
2129 net/ipv4/devinet.c | 6 +-
2130 net/ipv4/inet_hashtables.c | 6 +
2131 net/ipv4/ip_input.c | 7 +
2132 net/ipv4/ip_vti.c | 2 +-
2133 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
2134 net/ipv4/route.c | 6 +-
2135 net/ipv4/tcp_input.c | 6 +-
2136 net/ipv4/tcp_ipv4.c | 24 +-
2137 net/ipv4/tcp_minisocks.c | 9 +-
2138 net/ipv4/tcp_timer.c | 11 +
2139 net/ipv4/udp.c | 23 +
2140 net/ipv6/addrconf.c | 13 +-
2141 net/ipv6/proc.c | 2 +-
2142 net/ipv6/tcp_ipv6.c | 23 +-
2143 net/ipv6/udp.c | 7 +
2144 net/ipx/ipx_proc.c | 2 +-
2145 net/irda/irproc.c | 2 +-
2146 net/llc/llc_proc.c | 2 +-
2147 net/netfilter/Kconfig | 10 +
2148 net/netfilter/Makefile | 1 +
2149 net/netfilter/xt_gradm.c | 51 +
2150 net/netfilter/xt_hashlimit.c | 4 +-
2151 net/netfilter/xt_recent.c | 2 +-
2152 net/socket.c | 75 +-
2153 net/sunrpc/Kconfig | 1 +
2154 net/sunrpc/cache.c | 2 +-
2155 net/sunrpc/stats.c | 2 +-
2156 net/unix/af_unix.c | 53 +-
2157 net/vmw_vsock/vmci_transport_notify.c | 30 +-
2158 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
2159 net/x25/sysctl_net_x25.c | 2 +-
2160 net/x25/x25_proc.c | 2 +-
2161 scripts/Makefile.gcc-plugins | 5 +
2162 scripts/gcc-plugins/.gitignore | 1 +
2163 scripts/gcc-plugins/Makefile | 10 +
2164 scripts/gcc-plugins/gen-random-seed.sh | 8 +
2165 scripts/gcc-plugins/randomize_layout_plugin.c | 940 +++
2166 .../gcc-plugins/size_overflow_plugin/.gitignore | 5 +-
2167 scripts/package/Makefile | 2 +-
2168 scripts/package/mkspec | 41 +-
2169 security/Kconfig | 314 +-
2170 security/apparmor/file.c | 4 +-
2171 security/apparmor/lsm.c | 6 +-
2172 security/commoncap.c | 29 +
2173 security/keys/internal.h | 2 +-
2174 security/tomoyo/file.c | 12 +-
2175 security/tomoyo/mount.c | 4 +
2176 security/tomoyo/tomoyo.c | 20 +-
2177 security/yama/Kconfig | 2 +-
2178 sound/synth/emux/emux_seq.c | 14 +-
2179 sound/usb/line6/driver.c | 40 +-
2180 sound/usb/line6/toneport.c | 12 +-
2181 475 files changed, 32298 insertions(+), 3053 deletions(-)
2182
2183 commit 863a7358ccafaadba7ca6d6c7b9dec8232aef6fd
2184 Author: Brad Spengler <spender@grsecurity.net>
2185 Date: Tue Nov 8 18:33:39 2016 -0500
2186
2187 Initial import of pax-linux-4.8.6-test1.patch
2188
2189 Documentation/dontdiff | 49 +-
2190 Documentation/kbuild/makefiles.txt | 39 +-
2191 Documentation/kernel-parameters.txt | 33 +
2192 Makefile | 13 +-
2193 arch/Kconfig | 2 +-
2194 arch/alpha/include/asm/atomic.h | 10 +
2195 arch/alpha/include/asm/elf.h | 7 +
2196 arch/alpha/include/asm/pgalloc.h | 6 +
2197 arch/alpha/include/asm/pgtable.h | 11 +
2198 arch/alpha/kernel/module.c | 2 +-
2199 arch/alpha/kernel/osf_sys.c | 8 +-
2200 arch/alpha/mm/fault.c | 141 +-
2201 arch/arm/Kconfig | 5 +-
2202 arch/arm/boot/compressed/Makefile | 2 +
2203 arch/arm/crypto/sha1_glue.c | 12 +-
2204 arch/arm/crypto/sha1_neon_glue.c | 10 +-
2205 arch/arm/crypto/sha256_glue.c | 13 +-
2206 arch/arm/crypto/sha256_neon_glue.c | 13 +-
2207 arch/arm/crypto/sha512-glue.c | 11 +-
2208 arch/arm/crypto/sha512-neon-glue.c | 11 +-
2209 arch/arm/include/asm/atomic.h | 306 +-
2210 arch/arm/include/asm/cache.h | 4 +-
2211 arch/arm/include/asm/cacheflush.h | 2 +-
2212 arch/arm/include/asm/checksum.h | 14 +-
2213 arch/arm/include/asm/cmpxchg.h | 5 +
2214 arch/arm/include/asm/cpuidle.h | 2 +-
2215 arch/arm/include/asm/domain.h | 43 +-
2216 arch/arm/include/asm/elf.h | 9 +-
2217 arch/arm/include/asm/fncpy.h | 2 +
2218 arch/arm/include/asm/futex.h | 1 +
2219 arch/arm/include/asm/kmap_types.h | 2 +-
2220 arch/arm/include/asm/mach/dma.h | 2 +-
2221 arch/arm/include/asm/mach/map.h | 16 +-
2222 arch/arm/include/asm/outercache.h | 2 +-
2223 arch/arm/include/asm/page.h | 3 +-
2224 arch/arm/include/asm/pgalloc.h | 20 +
2225 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
2226 arch/arm/include/asm/pgtable-2level.h | 3 +
2227 arch/arm/include/asm/pgtable-3level.h | 3 +
2228 arch/arm/include/asm/pgtable.h | 54 +-
2229 arch/arm/include/asm/smp.h | 2 +-
2230 arch/arm/include/asm/string.h | 10 +-
2231 arch/arm/include/asm/thread_info.h | 3 +
2232 arch/arm/include/asm/timex.h | 1 +
2233 arch/arm/include/asm/tls.h | 3 +
2234 arch/arm/include/asm/uaccess.h | 102 +-
2235 arch/arm/include/uapi/asm/ptrace.h | 2 +-
2236 arch/arm/kernel/armksyms.c | 2 +-
2237 arch/arm/kernel/cpuidle.c | 2 +-
2238 arch/arm/kernel/efi.c | 4 +-
2239 arch/arm/kernel/entry-armv.S | 109 +-
2240 arch/arm/kernel/entry-common.S | 40 +-
2241 arch/arm/kernel/entry-header.S | 55 +
2242 arch/arm/kernel/fiq.c | 3 +
2243 arch/arm/kernel/module-plts.c | 7 +-
2244 arch/arm/kernel/module.c | 38 +-
2245 arch/arm/kernel/patch.c | 2 +
2246 arch/arm/kernel/process.c | 86 +-
2247 arch/arm/kernel/reboot.c | 1 +
2248 arch/arm/kernel/setup.c | 20 +-
2249 arch/arm/kernel/signal.c | 35 +-
2250 arch/arm/kernel/smp.c | 2 +-
2251 arch/arm/kernel/tcm.c | 4 +-
2252 arch/arm/kernel/vmlinux.lds.S | 3 +-
2253 arch/arm/kvm/arm.c | 8 +-
2254 arch/arm/lib/copy_page.S | 1 +
2255 arch/arm/lib/csumpartialcopyuser.S | 4 +-
2256 arch/arm/lib/delay.c | 2 +-
2257 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
2258 arch/arm/mach-exynos/suspend.c | 6 +-
2259 arch/arm/mach-mmp/mmp2.c | 4 +-
2260 arch/arm/mach-mmp/pxa910.c | 4 +-
2261 arch/arm/mach-mvebu/coherency.c | 6 +-
2262 arch/arm/mach-mvebu/pmsu.c | 2 +-
2263 arch/arm/mach-omap2/board-n8x0.c | 2 +-
2264 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
2265 arch/arm/mach-omap2/omap-smp.c | 1 +
2266 arch/arm/mach-omap2/omap_device.c | 4 +-
2267 arch/arm/mach-omap2/omap_device.h | 4 +-
2268 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
2269 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
2270 arch/arm/mach-omap2/wd_timer.c | 6 +-
2271 arch/arm/mach-s3c64xx/mach-smdk6410.c | 2 +-
2272 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
2273 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
2274 arch/arm/mach-tegra/irq.c | 1 +
2275 arch/arm/mach-ux500/pm.c | 1 +
2276 arch/arm/mach-zynq/platsmp.c | 1 +
2277 arch/arm/mm/Kconfig | 6 +-
2278 arch/arm/mm/alignment.c | 24 +-
2279 arch/arm/mm/cache-l2x0.c | 2 +-
2280 arch/arm/mm/context.c | 10 +-
2281 arch/arm/mm/fault.c | 160 +
2282 arch/arm/mm/fault.h | 12 +
2283 arch/arm/mm/init.c | 39 +
2284 arch/arm/mm/ioremap.c | 4 +-
2285 arch/arm/mm/mmap.c | 36 +-
2286 arch/arm/mm/mmu.c | 162 +-
2287 arch/arm/net/bpf_jit_32.c | 3 +
2288 arch/arm/plat-iop/setup.c | 2 +-
2289 arch/arm/plat-omap/sram.c | 2 +
2290 arch/arm64/Kconfig | 1 +
2291 arch/arm64/crypto/sha1-ce-glue.c | 12 +-
2292 arch/arm64/include/asm/atomic.h | 13 +
2293 arch/arm64/include/asm/cache.h | 4 +-
2294 arch/arm64/include/asm/percpu.h | 8 +-
2295 arch/arm64/include/asm/pgalloc.h | 10 +
2296 arch/arm64/include/asm/pgtable.h | 3 +
2297 arch/arm64/include/asm/processor.h | 7 +
2298 arch/arm64/include/asm/string.h | 24 +-
2299 arch/arm64/include/asm/uaccess.h | 10 +
2300 arch/arm64/kernel/hibernate.c | 14 +-
2301 arch/arm64/kernel/probes/decode-insn.c | 4 +-
2302 arch/arm64/kernel/process.c | 9 +-
2303 arch/arm64/kernel/stacktrace.c | 4 +-
2304 arch/arm64/kernel/traps.c | 2 +-
2305 arch/avr32/include/asm/elf.h | 8 +-
2306 arch/avr32/include/asm/kmap_types.h | 4 +-
2307 arch/avr32/mm/fault.c | 27 +
2308 arch/frv/include/asm/atomic.h | 10 +
2309 arch/frv/include/asm/kmap_types.h | 2 +-
2310 arch/frv/mm/elf-fdpic.c | 3 +-
2311 arch/ia64/Makefile | 1 +
2312 arch/ia64/include/asm/atomic.h | 10 +
2313 arch/ia64/include/asm/elf.h | 7 +
2314 arch/ia64/include/asm/pgalloc.h | 12 +
2315 arch/ia64/include/asm/pgtable.h | 13 +-
2316 arch/ia64/include/asm/spinlock.h | 2 +-
2317 arch/ia64/include/asm/uaccess.h | 27 +-
2318 arch/ia64/kernel/module.c | 20 +-
2319 arch/ia64/kernel/palinfo.c | 2 +-
2320 arch/ia64/kernel/sys_ia64.c | 7 +
2321 arch/ia64/kernel/vmlinux.lds.S | 2 +-
2322 arch/ia64/mm/fault.c | 32 +-
2323 arch/ia64/mm/init.c | 15 +-
2324 arch/m32r/lib/usercopy.c | 6 +
2325 arch/mips/Kbuild | 2 +-
2326 arch/mips/Kconfig | 3 +-
2327 arch/mips/include/asm/atomic.h | 387 +-
2328 arch/mips/include/asm/cache.h | 3 +-
2329 arch/mips/include/asm/elf.h | 7 +
2330 arch/mips/include/asm/exec.h | 2 +-
2331 arch/mips/include/asm/hw_irq.h | 2 +-
2332 arch/mips/include/asm/irq.h | 1 -
2333 arch/mips/include/asm/local.h | 57 +
2334 arch/mips/include/asm/page.h | 2 +-
2335 arch/mips/include/asm/pgalloc.h | 5 +
2336 arch/mips/include/asm/pgtable.h | 3 +
2337 arch/mips/include/asm/uaccess.h | 1 +
2338 arch/mips/kernel/binfmt_elfn32.c | 7 +
2339 arch/mips/kernel/binfmt_elfo32.c | 7 +
2340 arch/mips/kernel/irq-gt641xx.c | 2 +-
2341 arch/mips/kernel/irq.c | 6 +-
2342 arch/mips/kernel/pm-cps.c | 2 +-
2343 arch/mips/kernel/process.c | 12 -
2344 arch/mips/kernel/sync-r4k.c | 24 +-
2345 arch/mips/kernel/traps.c | 13 +-
2346 arch/mips/lib/ashldi3.c | 21 +-
2347 arch/mips/lib/ashrdi3.c | 19 +-
2348 arch/mips/lib/libgcc.h | 12 +-
2349 arch/mips/mm/fault.c | 25 +
2350 arch/mips/mm/init.c | 4 +-
2351 arch/mips/mm/mmap.c | 24 +-
2352 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
2353 arch/mips/sni/rm200.c | 2 +-
2354 arch/mips/vr41xx/common/icu.c | 2 +-
2355 arch/mips/vr41xx/common/irq.c | 4 +-
2356 arch/parisc/include/asm/atomic.h | 10 +
2357 arch/parisc/include/asm/elf.h | 7 +
2358 arch/parisc/include/asm/pgalloc.h | 6 +
2359 arch/parisc/include/asm/pgtable.h | 11 +
2360 arch/parisc/include/asm/uaccess.h | 6 +-
2361 arch/parisc/kernel/module.c | 26 +-
2362 arch/parisc/kernel/sys_parisc.c | 15 +
2363 arch/parisc/kernel/traps.c | 4 +-
2364 arch/parisc/mm/fault.c | 140 +-
2365 arch/powerpc/Kconfig | 1 +
2366 arch/powerpc/include/asm/atomic.h | 306 +-
2367 arch/powerpc/include/asm/book3s/32/hash.h | 1 +
2368 arch/powerpc/include/asm/book3s/32/pgtable.h | 2 +-
2369 arch/powerpc/include/asm/book3s/64/pgalloc.h | 10 +
2370 arch/powerpc/include/asm/cache.h | 4 +-
2371 arch/powerpc/include/asm/elf.h | 12 +
2372 arch/powerpc/include/asm/exec.h | 2 +-
2373 arch/powerpc/include/asm/kmap_types.h | 2 +-
2374 arch/powerpc/include/asm/local.h | 46 +
2375 arch/powerpc/include/asm/mman.h | 2 +-
2376 arch/powerpc/include/asm/nohash/64/pgalloc.h | 7 +
2377 arch/powerpc/include/asm/page.h | 8 +-
2378 arch/powerpc/include/asm/page_64.h | 7 +-
2379 arch/powerpc/include/asm/pgtable.h | 1 +
2380 arch/powerpc/include/asm/pte-common.h | 30 +-
2381 arch/powerpc/include/asm/reg.h | 1 +
2382 arch/powerpc/include/asm/smp.h | 2 +-
2383 arch/powerpc/include/asm/spinlock.h | 43 +-
2384 arch/powerpc/include/asm/string.h | 20 +-
2385 arch/powerpc/include/asm/uaccess.h | 102 +-
2386 arch/powerpc/kernel/Makefile | 5 +
2387 arch/powerpc/kernel/exceptions-64e.S | 4 +-
2388 arch/powerpc/kernel/exceptions-64s.S | 2 +-
2389 arch/powerpc/kernel/module_32.c | 15 +-
2390 arch/powerpc/kernel/process.c | 7 -
2391 arch/powerpc/kernel/signal_32.c | 2 +-
2392 arch/powerpc/kernel/signal_64.c | 2 +-
2393 arch/powerpc/kernel/traps.c | 21 +
2394 arch/powerpc/kernel/vdso.c | 5 +-
2395 arch/powerpc/lib/usercopy_64.c | 18 -
2396 arch/powerpc/mm/fault.c | 56 +-
2397 arch/powerpc/mm/mmap.c | 16 +
2398 arch/powerpc/mm/slice.c | 21 +-
2399 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
2400 arch/s390/include/asm/atomic.h | 10 +
2401 arch/s390/include/asm/elf.h | 7 +
2402 arch/s390/include/asm/exec.h | 2 +-
2403 arch/s390/include/asm/uaccess.h | 13 +-
2404 arch/s390/kernel/module.c | 22 +-
2405 arch/s390/kernel/process.c | 7 -
2406 arch/s390/mm/mmap.c | 22 +-
2407 arch/score/include/asm/exec.h | 2 +-
2408 arch/score/kernel/process.c | 5 -
2409 arch/sh/mm/mmap.c | 28 +-
2410 arch/sparc/Kconfig | 1 +
2411 arch/sparc/include/asm/atomic_64.h | 116 +-
2412 arch/sparc/include/asm/cache.h | 4 +-
2413 arch/sparc/include/asm/elf_32.h | 7 +
2414 arch/sparc/include/asm/elf_64.h | 7 +
2415 arch/sparc/include/asm/pgalloc_32.h | 1 +
2416 arch/sparc/include/asm/pgalloc_64.h | 2 +
2417 arch/sparc/include/asm/pgtable.h | 4 +
2418 arch/sparc/include/asm/pgtable_32.h | 15 +-
2419 arch/sparc/include/asm/pgtsrmmu.h | 5 +
2420 arch/sparc/include/asm/setup.h | 4 +-
2421 arch/sparc/include/asm/spinlock_64.h | 35 +-
2422 arch/sparc/include/asm/thread_info_32.h | 1 +
2423 arch/sparc/include/asm/thread_info_64.h | 2 +
2424 arch/sparc/include/asm/uaccess.h | 1 +
2425 arch/sparc/include/asm/uaccess_32.h | 13 +
2426 arch/sparc/include/asm/uaccess_64.h | 12 +
2427 arch/sparc/kernel/Makefile | 2 +-
2428 arch/sparc/kernel/prom_common.c | 2 +-
2429 arch/sparc/kernel/smp_64.c | 8 +-
2430 arch/sparc/kernel/sys_sparc_32.c | 2 +-
2431 arch/sparc/kernel/sys_sparc_64.c | 58 +-
2432 arch/sparc/kernel/traps_64.c | 27 +-
2433 arch/sparc/lib/Makefile | 2 +-
2434 arch/sparc/lib/atomic_64.S | 57 +-
2435 arch/sparc/lib/ksyms.c | 6 +-
2436 arch/sparc/mm/Makefile | 2 +-
2437 arch/sparc/mm/fault_32.c | 292 +
2438 arch/sparc/mm/fault_64.c | 486 +
2439 arch/sparc/mm/hugetlbpage.c | 30 +-
2440 arch/sparc/mm/init_64.c | 10 +-
2441 arch/tile/include/asm/atomic_64.h | 10 +
2442 arch/tile/include/asm/uaccess.h | 4 +-
2443 arch/um/Makefile | 2 +
2444 arch/um/include/asm/cache.h | 3 +-
2445 arch/um/include/asm/kmap_types.h | 2 +-
2446 arch/um/include/asm/page.h | 3 +
2447 arch/um/include/asm/pgtable-3level.h | 1 +
2448 arch/um/kernel/process.c | 16 -
2449 arch/x86/Kconfig | 35 +-
2450 arch/x86/Kconfig.cpu | 6 +-
2451 arch/x86/Kconfig.debug | 3 +-
2452 arch/x86/Makefile | 13 +-
2453 arch/x86/boot/bitops.h | 4 +-
2454 arch/x86/boot/boot.h | 2 +-
2455 arch/x86/boot/compressed/Makefile | 17 +
2456 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
2457 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
2458 arch/x86/boot/compressed/head_32.S | 4 +-
2459 arch/x86/boot/compressed/head_64.S | 12 +-
2460 arch/x86/boot/compressed/misc.c | 21 +-
2461 arch/x86/boot/compressed/pagetable.c | 1 +
2462 arch/x86/boot/cpucheck.c | 16 +-
2463 arch/x86/boot/header.S | 7 +-
2464 arch/x86/boot/memory.c | 2 +-
2465 arch/x86/boot/video-vesa.c | 1 +
2466 arch/x86/boot/video.c | 2 +-
2467 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
2468 arch/x86/crypto/aesni-intel_asm.S | 116 +-
2469 arch/x86/crypto/aesni-intel_glue.c | 4 +-
2470 arch/x86/crypto/blowfish-x86_64-asm_64.S | 11 +-
2471 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 22 +-
2472 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 22 +-
2473 arch/x86/crypto/camellia-x86_64-asm_64.S | 11 +-
2474 arch/x86/crypto/camellia_aesni_avx2_glue.c | 18 +-
2475 arch/x86/crypto/camellia_aesni_avx_glue.c | 18 +-
2476 arch/x86/crypto/camellia_glue.c | 8 +-
2477 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 55 +-
2478 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 37 +-
2479 arch/x86/crypto/cast6_avx_glue.c | 16 +-
2480 arch/x86/crypto/crc32-pclmul_asm.S | 19 +-
2481 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 2 +
2482 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
2483 arch/x86/crypto/glue_helper.c | 2 +-
2484 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
2485 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 21 +-
2486 arch/x86/crypto/serpent-avx2-asm_64.S | 21 +-
2487 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
2488 arch/x86/crypto/serpent_avx2_glue.c | 14 +-
2489 arch/x86/crypto/serpent_avx_glue.c | 18 +-
2490 arch/x86/crypto/serpent_sse2_glue.c | 4 +-
2491 arch/x86/crypto/sha1-mb/sha1_mb_mgr_flush_avx2.S | 4 +-
2492 arch/x86/crypto/sha1-mb/sha1_mb_mgr_submit_avx2.S | 2 +-
2493 arch/x86/crypto/sha1_ssse3_asm.S | 13 +-
2494 arch/x86/crypto/sha1_ssse3_glue.c | 56 +-
2495 arch/x86/crypto/sha256-avx-asm.S | 5 +-
2496 arch/x86/crypto/sha256-avx2-asm.S | 5 +-
2497 .../crypto/sha256-mb/sha256_mb_mgr_flush_avx2.S | 4 +-
2498 .../crypto/sha256-mb/sha256_mb_mgr_submit_avx2.S | 2 +-
2499 arch/x86/crypto/sha256-ssse3-asm.S | 6 +-
2500 arch/x86/crypto/sha256_ni_asm.S | 2 +-
2501 arch/x86/crypto/sha256_ssse3_glue.c | 26 +-
2502 arch/x86/crypto/sha512-avx-asm.S | 5 +-
2503 arch/x86/crypto/sha512-avx2-asm.S | 5 +-
2504 .../crypto/sha512-mb/sha512_mb_mgr_flush_avx2.S | 4 +-
2505 .../crypto/sha512-mb/sha512_mb_mgr_submit_avx2.S | 2 +-
2506 arch/x86/crypto/sha512-ssse3-asm.S | 5 +-
2507 arch/x86/crypto/sha512_ssse3_glue.c | 22 +-
2508 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 37 +-
2509 arch/x86/crypto/twofish-i586-asm_32.S | 4 +-
2510 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 6 +-
2511 arch/x86/crypto/twofish-x86_64-asm_64.S | 7 +-
2512 arch/x86/crypto/twofish_avx_glue.c | 21 +-
2513 arch/x86/crypto/twofish_glue.c | 4 +-
2514 arch/x86/crypto/twofish_glue_3way.c | 12 +-
2515 arch/x86/entry/Makefile | 2 +
2516 arch/x86/entry/calling.h | 86 +-
2517 arch/x86/entry/common.c | 89 +-
2518 arch/x86/entry/entry_32.S | 343 +-
2519 arch/x86/entry/entry_64.S | 611 +-
2520 arch/x86/entry/entry_64_compat.S | 110 +-
2521 arch/x86/entry/thunk_64.S | 2 +
2522 arch/x86/entry/vdso/Makefile | 2 +-
2523 arch/x86/entry/vdso/vclock_gettime.c | 2 +-
2524 arch/x86/entry/vdso/vdso2c.h | 4 +-
2525 arch/x86/entry/vdso/vma.c | 44 +-
2526 arch/x86/entry/vsyscall/vsyscall_64.c | 20 +-
2527 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 3 +-
2528 arch/x86/events/amd/iommu.c | 8 +-
2529 arch/x86/events/core.c | 8 +-
2530 arch/x86/events/intel/core.c | 34 +-
2531 arch/x86/events/intel/cqm.c | 14 +-
2532 arch/x86/events/intel/cstate.c | 6 +-
2533 arch/x86/events/intel/ds.c | 7 +-
2534 arch/x86/events/intel/lbr.c | 4 +-
2535 arch/x86/events/intel/pt.c | 38 +-
2536 arch/x86/events/intel/rapl.c | 8 +-
2537 arch/x86/events/intel/uncore.c | 6 +-
2538 arch/x86/events/intel/uncore.h | 14 +-
2539 arch/x86/events/perf_event.h | 2 +-
2540 arch/x86/ia32/ia32_signal.c | 23 +-
2541 arch/x86/ia32/sys_ia32.c | 42 +-
2542 arch/x86/include/asm/alternative-asm.h | 64 +-
2543 arch/x86/include/asm/alternative.h | 34 +-
2544 arch/x86/include/asm/apic.h | 2 +-
2545 arch/x86/include/asm/apm.h | 4 +-
2546 arch/x86/include/asm/asm.h | 24 -
2547 arch/x86/include/asm/atomic.h | 272 +-
2548 arch/x86/include/asm/atomic64_32.h | 133 +-
2549 arch/x86/include/asm/atomic64_64.h | 144 +-
2550 arch/x86/include/asm/bitops.h | 18 +-
2551 arch/x86/include/asm/boot.h | 2 +-
2552 arch/x86/include/asm/cache.h | 4 +-
2553 arch/x86/include/asm/checksum_32.h | 12 +-
2554 arch/x86/include/asm/cmpxchg.h | 33 +
2555 arch/x86/include/asm/compat.h | 4 +
2556 arch/x86/include/asm/cpufeature.h | 2 +-
2557 arch/x86/include/asm/cpufeatures.h | 5 +-
2558 arch/x86/include/asm/crypto/camellia.h | 30 +-
2559 arch/x86/include/asm/crypto/glue_helper.h | 10 +-
2560 arch/x86/include/asm/crypto/serpent-avx.h | 18 +-
2561 arch/x86/include/asm/crypto/serpent-sse2.h | 8 +-
2562 arch/x86/include/asm/crypto/twofish.h | 10 +-
2563 arch/x86/include/asm/desc.h | 78 +-
2564 arch/x86/include/asm/desc_defs.h | 6 +
2565 arch/x86/include/asm/div64.h | 2 +-
2566 arch/x86/include/asm/dma.h | 2 +
2567 arch/x86/include/asm/efi.h | 5 +
2568 arch/x86/include/asm/elf.h | 33 +-
2569 arch/x86/include/asm/emergency-restart.h | 2 +-
2570 arch/x86/include/asm/fixmap.h | 2 +-
2571 arch/x86/include/asm/fpu/internal.h | 45 +-
2572 arch/x86/include/asm/fpu/types.h | 5 +-
2573 arch/x86/include/asm/fpu/xstate.h | 1 +
2574 arch/x86/include/asm/futex.h | 24 +-
2575 arch/x86/include/asm/hw_irq.h | 4 +-
2576 arch/x86/include/asm/hypervisor.h | 2 +-
2577 arch/x86/include/asm/i8259.h | 2 +-
2578 arch/x86/include/asm/io.h | 22 +-
2579 arch/x86/include/asm/irq_vectors.h | 2 +
2580 arch/x86/include/asm/irqflags.h | 5 +
2581 arch/x86/include/asm/kprobes.h | 2 +-
2582 arch/x86/include/asm/kvm_emulate.h | 7 +-
2583 arch/x86/include/asm/local.h | 75 +-
2584 arch/x86/include/asm/mce.h | 2 +-
2585 arch/x86/include/asm/mman.h | 15 +
2586 arch/x86/include/asm/mmu.h | 14 +-
2587 arch/x86/include/asm/mmu_context.h | 33 +-
2588 arch/x86/include/asm/module.h | 23 +-
2589 arch/x86/include/asm/nmi.h | 19 +-
2590 arch/x86/include/asm/page.h | 2 +
2591 arch/x86/include/asm/page_32.h | 12 +-
2592 arch/x86/include/asm/page_64.h | 14 +-
2593 arch/x86/include/asm/paravirt.h | 46 +-
2594 arch/x86/include/asm/paravirt_types.h | 13 +-
2595 arch/x86/include/asm/pgalloc.h | 23 +
2596 arch/x86/include/asm/pgtable-2level.h | 2 +
2597 arch/x86/include/asm/pgtable-3level.h | 7 +
2598 arch/x86/include/asm/pgtable.h | 128 +-
2599 arch/x86/include/asm/pgtable_32.h | 14 +-
2600 arch/x86/include/asm/pgtable_32_types.h | 24 +-
2601 arch/x86/include/asm/pgtable_64.h | 23 +-
2602 arch/x86/include/asm/pgtable_64_types.h | 5 +
2603 arch/x86/include/asm/pgtable_types.h | 28 +-
2604 arch/x86/include/asm/pmem.h | 2 +-
2605 arch/x86/include/asm/preempt.h | 2 +-
2606 arch/x86/include/asm/processor.h | 69 +-
2607 arch/x86/include/asm/ptrace.h | 13 +-
2608 arch/x86/include/asm/realmode.h | 4 +-
2609 arch/x86/include/asm/reboot.h | 10 +-
2610 arch/x86/include/asm/rmwcc.h | 55 +-
2611 arch/x86/include/asm/rwsem.h | 35 +-
2612 arch/x86/include/asm/segment.h | 27 +-
2613 arch/x86/include/asm/setup.h | 3 +-
2614 arch/x86/include/asm/smap.h | 46 +
2615 arch/x86/include/asm/smp.h | 4 +-
2616 arch/x86/include/asm/stackprotector.h | 4 +-
2617 arch/x86/include/asm/stacktrace.h | 34 +-
2618 arch/x86/include/asm/string_32.h | 24 +-
2619 arch/x86/include/asm/string_64.h | 20 +-
2620 arch/x86/include/asm/switch_to.h | 4 +-
2621 arch/x86/include/asm/sys_ia32.h | 6 +-
2622 arch/x86/include/asm/thread_info.h | 83 +-
2623 arch/x86/include/asm/tlbflush.h | 83 +-
2624 arch/x86/include/asm/trace/fpu.h | 4 +-
2625 arch/x86/include/asm/traps.h | 17 +-
2626 arch/x86/include/asm/uaccess.h | 219 +-
2627 arch/x86/include/asm/uaccess_32.h | 24 +-
2628 arch/x86/include/asm/uaccess_64.h | 166 +-
2629 arch/x86/include/asm/word-at-a-time.h | 2 +-
2630 arch/x86/include/asm/x86_init.h | 8 +-
2631 arch/x86/include/asm/xen/page.h | 2 +-
2632 arch/x86/include/uapi/asm/e820.h | 2 +-
2633 arch/x86/kernel/Makefile | 2 +-
2634 arch/x86/kernel/acpi/boot.c | 4 +-
2635 arch/x86/kernel/acpi/sleep.c | 4 +
2636 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
2637 arch/x86/kernel/alternative.c | 118 +-
2638 arch/x86/kernel/apic/apic.c | 4 +-
2639 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
2640 arch/x86/kernel/apic/apic_noop.c | 2 +-
2641 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
2642 arch/x86/kernel/apic/io_apic.c | 10 +-
2643 arch/x86/kernel/apic/msi.c | 2 +-
2644 arch/x86/kernel/apic/probe_32.c | 4 +-
2645 arch/x86/kernel/apic/vector.c | 2 +
2646 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
2647 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
2648 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
2649 arch/x86/kernel/apm_32.c | 21 +-
2650 arch/x86/kernel/asm-offsets.c | 23 +-
2651 arch/x86/kernel/cpu/Makefile | 4 -
2652 arch/x86/kernel/cpu/amd.c | 2 +-
2653 arch/x86/kernel/cpu/bugs_64.c | 2 +
2654 arch/x86/kernel/cpu/common.c | 206 +-
2655 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
2656 arch/x86/kernel/cpu/mcheck/mce.c | 38 +-
2657 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
2658 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
2659 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
2660 arch/x86/kernel/cpu/mshyperv.c | 2 +-
2661 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
2662 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
2663 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
2664 arch/x86/kernel/cpu/vmware.c | 2 +-
2665 arch/x86/kernel/crash_dump_64.c | 2 +-
2666 arch/x86/kernel/doublefault.c | 8 +-
2667 arch/x86/kernel/dumpstack.c | 12 +-
2668 arch/x86/kernel/dumpstack_32.c | 23 +-
2669 arch/x86/kernel/dumpstack_64.c | 70 +-
2670 arch/x86/kernel/e820.c | 4 +-
2671 arch/x86/kernel/early_printk.c | 1 +
2672 arch/x86/kernel/espfix_64.c | 44 +-
2673 arch/x86/kernel/fpu/core.c | 31 +-
2674 arch/x86/kernel/fpu/init.c | 49 +-
2675 arch/x86/kernel/fpu/regset.c | 24 +-
2676 arch/x86/kernel/fpu/signal.c | 22 +-
2677 arch/x86/kernel/fpu/xstate.c | 6 +-
2678 arch/x86/kernel/ftrace.c | 18 +-
2679 arch/x86/kernel/head64.c | 14 +-
2680 arch/x86/kernel/head_32.S | 236 +-
2681 arch/x86/kernel/head_64.S | 179 +-
2682 arch/x86/kernel/hpet.c | 2 +-
2683 arch/x86/kernel/i386_ksyms_32.c | 12 +
2684 arch/x86/kernel/i8259.c | 10 +-
2685 arch/x86/kernel/io_delay.c | 2 +-
2686 arch/x86/kernel/ioport.c | 2 +-
2687 arch/x86/kernel/irq.c | 8 +-
2688 arch/x86/kernel/irq_32.c | 43 +-
2689 arch/x86/kernel/jump_label.c | 10 +-
2690 arch/x86/kernel/kgdb.c | 21 +-
2691 arch/x86/kernel/kprobes/core.c | 28 +-
2692 arch/x86/kernel/kprobes/opt.c | 16 +-
2693 arch/x86/kernel/ksysfs.c | 2 +-
2694 arch/x86/kernel/kvm.c | 2 +-
2695 arch/x86/kernel/kvmclock.c | 20 +-
2696 arch/x86/kernel/ldt.c | 25 +
2697 arch/x86/kernel/machine_kexec_32.c | 6 +-
2698 arch/x86/kernel/mcount_64.S | 21 +-
2699 arch/x86/kernel/module.c | 78 +-
2700 arch/x86/kernel/msr.c | 2 +-
2701 arch/x86/kernel/nmi.c | 34 +-
2702 arch/x86/kernel/nmi_selftest.c | 4 +-
2703 arch/x86/kernel/paravirt-spinlocks.c | 24 +-
2704 arch/x86/kernel/paravirt.c | 133 +-
2705 arch/x86/kernel/paravirt_patch_64.c | 8 +
2706 arch/x86/kernel/pci-calgary_64.c | 2 +-
2707 arch/x86/kernel/pci-iommu_table.c | 2 +-
2708 arch/x86/kernel/process.c | 80 +-
2709 arch/x86/kernel/process_32.c | 29 +-
2710 arch/x86/kernel/process_64.c | 14 +-
2711 arch/x86/kernel/ptrace.c | 32 +-
2712 arch/x86/kernel/pvclock.c | 8 +-
2713 arch/x86/kernel/reboot.c | 44 +-
2714 arch/x86/kernel/reboot_fixups_32.c | 2 +-
2715 arch/x86/kernel/relocate_kernel_64.S | 3 +-
2716 arch/x86/kernel/setup.c | 33 +-
2717 arch/x86/kernel/setup_percpu.c | 29 +-
2718 arch/x86/kernel/signal.c | 17 +-
2719 arch/x86/kernel/smp.c | 2 +-
2720 arch/x86/kernel/smpboot.c | 29 +-
2721 arch/x86/kernel/step.c | 6 +-
2722 arch/x86/kernel/sys_i386_32.c | 184 +
2723 arch/x86/kernel/sys_x86_64.c | 28 +-
2724 arch/x86/kernel/tboot.c | 22 +-
2725 arch/x86/kernel/time.c | 8 +-
2726 arch/x86/kernel/tls.c | 7 +-
2727 arch/x86/kernel/tracepoint.c | 4 +-
2728 arch/x86/kernel/traps.c | 102 +-
2729 arch/x86/kernel/tsc.c | 2 +-
2730 arch/x86/kernel/uprobes.c | 4 +-
2731 arch/x86/kernel/vm86_32.c | 6 +-
2732 arch/x86/kernel/vmlinux.lds.S | 144 +-
2733 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
2734 arch/x86/kernel/x86_init.c | 6 +-
2735 arch/x86/kvm/cpuid.c | 21 +-
2736 arch/x86/kvm/emulate.c | 20 +-
2737 arch/x86/kvm/i8259.c | 10 +-
2738 arch/x86/kvm/ioapic.c | 2 +
2739 arch/x86/kvm/lapic.c | 2 +-
2740 arch/x86/kvm/paging_tmpl.h | 2 +-
2741 arch/x86/kvm/svm.c | 10 +-
2742 arch/x86/kvm/vmx.c | 60 +-
2743 arch/x86/kvm/x86.c | 46 +-
2744 arch/x86/lguest/boot.c | 3 +-
2745 arch/x86/lib/Makefile | 4 +
2746 arch/x86/lib/atomic64_386_32.S | 85 +
2747 arch/x86/lib/atomic64_cx8_32.S | 75 +-
2748 arch/x86/lib/checksum_32.S | 99 +-
2749 arch/x86/lib/clear_page_64.S | 3 +
2750 arch/x86/lib/cmpxchg16b_emu.S | 3 +
2751 arch/x86/lib/copy_page_64.S | 14 +-
2752 arch/x86/lib/copy_user_64.S | 108 +-
2753 arch/x86/lib/csum-copy_64.S | 14 +-
2754 arch/x86/lib/csum-wrappers_64.c | 12 +-
2755 arch/x86/lib/getuser.S | 111 +-
2756 arch/x86/lib/insn.c | 8 +-
2757 arch/x86/lib/iomap_copy_64.S | 2 +
2758 arch/x86/lib/memcpy_64.S | 6 +
2759 arch/x86/lib/memmove_64.S | 3 +-
2760 arch/x86/lib/memset_64.S | 3 +
2761 arch/x86/lib/mmx_32.c | 243 +-
2762 arch/x86/lib/msr-reg.S | 2 +
2763 arch/x86/lib/putuser.S | 97 +-
2764 arch/x86/lib/rwsem.S | 4 +
2765 arch/x86/lib/usercopy_32.c | 359 +-
2766 arch/x86/lib/usercopy_64.c | 23 +-
2767 arch/x86/math-emu/fpu_aux.c | 2 +-
2768 arch/x86/math-emu/fpu_entry.c | 4 +-
2769 arch/x86/math-emu/fpu_etc.c | 9 +-
2770 arch/x86/math-emu/fpu_system.h | 2 +-
2771 arch/x86/math-emu/fpu_trig.c | 13 +-
2772 arch/x86/math-emu/reg_constant.c | 7 +-
2773 arch/x86/mm/Makefile | 4 +
2774 arch/x86/mm/dump_pagetables.c | 32 +-
2775 arch/x86/mm/extable.c | 2 +-
2776 arch/x86/mm/fault.c | 571 +-
2777 arch/x86/mm/gup.c | 6 +-
2778 arch/x86/mm/highmem_32.c | 6 +
2779 arch/x86/mm/hugetlbpage.c | 24 +-
2780 arch/x86/mm/init.c | 19 +-
2781 arch/x86/mm/init_32.c | 157 +-
2782 arch/x86/mm/init_64.c | 106 +-
2783 arch/x86/mm/iomap_32.c | 4 +
2784 arch/x86/mm/ioremap.c | 54 +-
2785 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
2786 arch/x86/mm/mmap.c | 46 +-
2787 arch/x86/mm/mmio-mod.c | 10 +-
2788 arch/x86/mm/mpx.c | 6 +-
2789 arch/x86/mm/numa.c | 2 +-
2790 arch/x86/mm/pageattr.c | 38 +-
2791 arch/x86/mm/pat.c | 8 +-
2792 arch/x86/mm/pat_rbtree.c | 2 +-
2793 arch/x86/mm/pf_in.c | 10 +-
2794 arch/x86/mm/pgtable.c | 211 +-
2795 arch/x86/mm/pgtable_32.c | 3 +
2796 arch/x86/mm/setup_nx.c | 7 +
2797 arch/x86/mm/tlb.c | 104 +-
2798 arch/x86/mm/uderef_64.c | 37 +
2799 arch/x86/net/bpf_jit.S | 11 +
2800 arch/x86/net/bpf_jit_comp.c | 13 +-
2801 arch/x86/oprofile/backtrace.c | 6 +-
2802 arch/x86/oprofile/nmi_int.c | 10 +-
2803 arch/x86/oprofile/op_model_amd.c | 8 +-
2804 arch/x86/oprofile/op_model_ppro.c | 7 +-
2805 arch/x86/oprofile/op_x86_model.h | 2 +-
2806 arch/x86/pci/intel_mid_pci.c | 2 +-
2807 arch/x86/pci/irq.c | 8 +-
2808 arch/x86/pci/pcbios.c | 112 +-
2809 arch/x86/pci/vmd.c | 4 +-
2810 arch/x86/platform/efi/efi_32.c | 24 +
2811 arch/x86/platform/efi/efi_64.c | 26 +-
2812 arch/x86/platform/efi/efi_stub_32.S | 64 +-
2813 arch/x86/platform/efi/efi_stub_64.S | 2 +
2814 arch/x86/platform/intel-mid/intel-mid.c | 7 +-
2815 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
2816 arch/x86/platform/intel-mid/mfld.c | 4 +-
2817 arch/x86/platform/intel-mid/mrfld.c | 2 +-
2818 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
2819 arch/x86/platform/olpc/olpc_dt.c | 2 +-
2820 arch/x86/power/cpu.c | 11 +-
2821 arch/x86/realmode/init.c | 10 +-
2822 arch/x86/realmode/rm/header.S | 4 +-
2823 arch/x86/realmode/rm/reboot.S | 4 +
2824 arch/x86/realmode/rm/trampoline_32.S | 12 +-
2825 arch/x86/realmode/rm/trampoline_64.S | 3 +-
2826 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
2827 arch/x86/tools/Makefile | 2 +-
2828 arch/x86/tools/relocs.c | 97 +-
2829 arch/x86/um/mem_32.c | 2 +-
2830 arch/x86/um/tls_32.c | 2 +-
2831 arch/x86/xen/enlighten.c | 56 +-
2832 arch/x86/xen/mmu.c | 31 +-
2833 arch/x86/xen/pmu.c | 1 +
2834 arch/x86/xen/smp.c | 16 +-
2835 arch/x86/xen/xen-asm_32.S | 2 +-
2836 arch/x86/xen/xen-head.S | 12 +
2837 arch/x86/xen/xen-ops.h | 2 -
2838 block/bio.c | 6 +-
2839 block/blk-cgroup.c | 18 +-
2840 block/blk-core.c | 7 +-
2841 block/blk-map.c | 2 +-
2842 block/blk-softirq.c | 2 +-
2843 block/cfq-iosched.c | 4 +-
2844 block/compat_ioctl.c | 4 +-
2845 block/genhd.c | 9 +-
2846 block/partitions/efi.c | 8 +-
2847 block/scsi_ioctl.c | 2 +-
2848 crypto/cast6_generic.c | 6 +-
2849 crypto/cryptd.c | 4 +-
2850 crypto/crypto_user.c | 2 +-
2851 crypto/pcrypt.c | 2 +-
2852 crypto/salsa20_generic.c | 16 +-
2853 crypto/serpent_generic.c | 6 +-
2854 drivers/acpi/ac.c | 2 +-
2855 drivers/acpi/acpi_video.c | 2 +-
2856 drivers/acpi/acpica/acutils.h | 2 +-
2857 drivers/acpi/acpica/dbhistry.c | 2 +-
2858 drivers/acpi/acpica/dbinput.c | 10 +-
2859 drivers/acpi/acpica/dbstats.c | 88 +-
2860 drivers/acpi/acpica/utdebug.c | 2 +-
2861 drivers/acpi/apei/apei-internal.h | 2 +-
2862 drivers/acpi/apei/ghes.c | 10 +-
2863 drivers/acpi/battery.c | 2 +-
2864 drivers/acpi/bgrt.c | 36 +-
2865 drivers/acpi/blacklist.c | 6 +-
2866 drivers/acpi/bus.c | 4 +-
2867 drivers/acpi/button.c | 4 +-
2868 drivers/acpi/device_pm.c | 4 +-
2869 drivers/acpi/ec.c | 6 +-
2870 drivers/acpi/osi.c | 2 +-
2871 drivers/acpi/pci_slot.c | 2 +-
2872 drivers/acpi/processor_idle.c | 4 +-
2873 drivers/acpi/processor_pdc.c | 2 +-
2874 drivers/acpi/sleep.c | 2 +-
2875 drivers/acpi/sysfs.c | 14 +-
2876 drivers/acpi/thermal.c | 2 +-
2877 drivers/acpi/video_detect.c | 7 +-
2878 drivers/android/binder.c | 2 +-
2879 drivers/ata/libata-core.c | 12 +-
2880 drivers/ata/libata-scsi.c | 2 +-
2881 drivers/ata/libata.h | 2 +-
2882 drivers/ata/pata_arasan_cf.c | 4 +-
2883 drivers/atm/adummy.c | 2 +-
2884 drivers/atm/ambassador.c | 8 +-
2885 drivers/atm/atmtcp.c | 14 +-
2886 drivers/atm/eni.c | 10 +-
2887 drivers/atm/firestream.c | 8 +-
2888 drivers/atm/fore200e.c | 14 +-
2889 drivers/atm/he.c | 18 +-
2890 drivers/atm/horizon.c | 4 +-
2891 drivers/atm/idt77252.c | 36 +-
2892 drivers/atm/iphase.c | 34 +-
2893 drivers/atm/lanai.c | 12 +-
2894 drivers/atm/nicstar.c | 46 +-
2895 drivers/atm/solos-pci.c | 4 +-
2896 drivers/atm/suni.c | 4 +-
2897 drivers/atm/uPD98402.c | 16 +-
2898 drivers/atm/zatm.c | 6 +-
2899 drivers/base/bus.c | 4 +-
2900 drivers/base/devres.c | 4 +-
2901 drivers/base/devtmpfs.c | 8 +-
2902 drivers/base/node.c | 2 +-
2903 drivers/base/platform-msi.c | 20 +-
2904 drivers/base/power/domain.c | 6 +-
2905 drivers/base/power/runtime.c | 61 +-
2906 drivers/base/power/sysfs.c | 2 +-
2907 drivers/base/power/wakeup.c | 8 +-
2908 drivers/base/regmap/regmap-debugfs.c | 2 +-
2909 drivers/base/regmap/regmap.c | 4 +-
2910 drivers/base/syscore.c | 4 +-
2911 drivers/block/cciss.c | 28 +-
2912 drivers/block/cciss.h | 2 +-
2913 drivers/block/drbd/drbd_bitmap.c | 2 +-
2914 drivers/block/drbd/drbd_int.h | 12 +-
2915 drivers/block/drbd/drbd_main.c | 12 +-
2916 drivers/block/drbd/drbd_nl.c | 16 +-
2917 drivers/block/drbd/drbd_receiver.c | 42 +-
2918 drivers/block/drbd/drbd_state.c | 12 +-
2919 drivers/block/drbd/drbd_state.h | 2 +-
2920 drivers/block/drbd/drbd_state_change.h | 8 +-
2921 drivers/block/drbd/drbd_worker.c | 14 +-
2922 drivers/block/floppy.c | 8 +-
2923 drivers/block/pktcdvd.c | 4 +-
2924 drivers/block/rbd.c | 2 +-
2925 drivers/bluetooth/btwilink.c | 2 +-
2926 drivers/bus/arm-cci.c | 6 +-
2927 drivers/cdrom/cdrom.c | 13 +-
2928 drivers/cdrom/gdrom.c | 1 -
2929 drivers/char/agp/compat_ioctl.c | 2 +-
2930 drivers/char/agp/frontend.c | 4 +-
2931 drivers/char/agp/intel-gtt.c | 4 +-
2932 drivers/char/hpet.c | 2 +-
2933 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
2934 drivers/char/ipmi/ipmi_poweroff.c | 2 +-
2935 drivers/char/ipmi/ipmi_si_intf.c | 12 +-
2936 drivers/char/ipmi/ipmi_ssif.c | 12 +-
2937 drivers/char/mem.c | 36 +-
2938 drivers/char/nvram.c | 2 +-
2939 drivers/char/pcmcia/synclink_cs.c | 16 +-
2940 drivers/char/random.c | 12 +-
2941 drivers/char/sonypi.c | 11 +-
2942 drivers/char/tpm/tpm-chip.c | 9 +-
2943 drivers/char/tpm/tpm_acpi.c | 3 +-
2944 drivers/char/tpm/tpm_eventlog.c | 5 +-
2945 drivers/char/virtio_console.c | 6 +-
2946 drivers/clk/bcm/clk-bcm2835.c | 16 +-
2947 drivers/clk/clk-composite.c | 2 +-
2948 drivers/clk/socfpga/clk-gate-a10.c | 9 +-
2949 drivers/clk/socfpga/clk-gate.c | 9 +-
2950 drivers/clk/socfpga/clk-pll-a10.c | 9 +-
2951 drivers/clk/socfpga/clk-pll.c | 9 +-
2952 drivers/clk/ti/adpll.c | 2 +-
2953 drivers/clk/ti/clk.c | 8 +-
2954 drivers/cpufreq/acpi-cpufreq.c | 17 +-
2955 drivers/cpufreq/cpufreq-dt.c | 4 +-
2956 drivers/cpufreq/cpufreq.c | 27 +-
2957 drivers/cpufreq/cpufreq_governor.h | 2 +-
2958 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
2959 drivers/cpufreq/intel_pstate.c | 56 +-
2960 drivers/cpufreq/p4-clockmod.c | 12 +-
2961 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
2962 drivers/cpufreq/speedstep-centrino.c | 7 +-
2963 drivers/cpuidle/driver.c | 2 +-
2964 drivers/cpuidle/dt_idle_states.c | 2 +-
2965 drivers/cpuidle/governor.c | 2 +-
2966 drivers/cpuidle/governors/ladder.c | 13 +-
2967 drivers/cpuidle/sysfs.c | 2 +-
2968 drivers/crypto/hifn_795x.c | 4 +-
2969 drivers/crypto/qat/qat_common/adf_aer.c | 2 +-
2970 drivers/crypto/qat/qat_common/adf_sriov.c | 4 +-
2971 drivers/crypto/qat/qat_common/adf_vf_isr.c | 6 +-
2972 drivers/devfreq/devfreq.c | 4 +-
2973 drivers/devfreq/governor_passive.c | 2 +-
2974 drivers/dma/qcom/hidma.c | 2 +-
2975 drivers/dma/qcom/hidma_mgmt_sys.c | 2 +-
2976 drivers/dma/sh/shdma-base.c | 4 +-
2977 drivers/dma/sh/shdmac.c | 2 +-
2978 drivers/edac/edac_device.c | 4 +-
2979 drivers/edac/edac_device_sysfs.c | 2 +-
2980 drivers/edac/edac_mc_sysfs.c | 4 +-
2981 drivers/edac/edac_module.c | 2 +-
2982 drivers/edac/edac_pci.c | 4 +-
2983 drivers/edac/edac_pci_sysfs.c | 22 +-
2984 drivers/edac/mce_amd.h | 2 +-
2985 drivers/firewire/core-card.c | 6 +-
2986 drivers/firewire/core-cdev.c | 4 +-
2987 drivers/firewire/core-device.c | 2 +-
2988 drivers/firewire/core-iso.c | 2 +-
2989 drivers/firewire/core-transaction.c | 1 +
2990 drivers/firewire/core.h | 1 +
2991 drivers/firmware/dmi-id.c | 9 +-
2992 drivers/firmware/dmi_scan.c | 12 +-
2993 drivers/firmware/efi/cper.c | 8 +-
2994 drivers/firmware/efi/efi.c | 14 +-
2995 drivers/firmware/efi/efivars.c | 2 +-
2996 drivers/firmware/efi/libstub/Makefile | 2 +
2997 drivers/firmware/efi/runtime-map.c | 2 +-
2998 drivers/firmware/google/gsmi.c | 2 +-
2999 drivers/firmware/google/memconsole.c | 7 +-
3000 drivers/firmware/memmap.c | 2 +-
3001 drivers/firmware/psci.c | 2 +-
3002 drivers/gpio/gpio-davinci.c | 6 +-
3003 drivers/gpio/gpio-em.c | 2 +-
3004 drivers/gpio/gpio-ich.c | 2 +-
3005 drivers/gpio/gpio-mpc8xxx.c | 6 +-
3006 drivers/gpio/gpio-omap.c | 4 +-
3007 drivers/gpio/gpio-rcar.c | 2 +-
3008 drivers/gpio/gpio-vr41xx.c | 2 +-
3009 drivers/gpio/gpiolib.c | 12 +-
3010 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
3011 drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | 2 +-
3012 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c | 8 +-
3013 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
3014 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 15 +-
3015 drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h | 2 +-
3016 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 2 +-
3017 drivers/gpu/drm/amd/amdgpu/fiji_smc.c | 4 +-
3018 drivers/gpu/drm/amd/amdgpu/iceland_smc.c | 4 +-
3019 drivers/gpu/drm/amd/amdgpu/tonga_smc.c | 4 +-
3020 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
3021 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
3022 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
3023 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
3024 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
3025 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
3026 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
3027 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
3028 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
3029 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
3030 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
3031 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
3032 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
3033 drivers/gpu/drm/armada/armada_drv.c | 3 +-
3034 drivers/gpu/drm/ast/ast_mode.c | 2 +-
3035 drivers/gpu/drm/bochs/bochs_kms.c | 2 +-
3036 drivers/gpu/drm/bridge/tc358767.c | 2 +-
3037 drivers/gpu/drm/drm_crtc.c | 2 +-
3038 drivers/gpu/drm/drm_drv.c | 2 +-
3039 drivers/gpu/drm/drm_fb_cma_helper.c | 4 +-
3040 drivers/gpu/drm/drm_fops.c | 17 +-
3041 drivers/gpu/drm/drm_global.c | 14 +-
3042 drivers/gpu/drm/drm_ioc32.c | 13 +-
3043 drivers/gpu/drm/drm_ioctl.c | 2 +-
3044 drivers/gpu/drm/drm_pci.c | 9 +-
3045 drivers/gpu/drm/exynos/exynos_drm_drv.c | 12 +-
3046 drivers/gpu/drm/exynos/exynos_drm_g2d.c | 5 +
3047 drivers/gpu/drm/exynos/exynos_hdmi.c | 2 +-
3048 drivers/gpu/drm/gma500/cdv_intel_crt.c | 2 +-
3049 drivers/gpu/drm/gma500/cdv_intel_dp.c | 2 +-
3050 drivers/gpu/drm/gma500/cdv_intel_hdmi.c | 2 +-
3051 drivers/gpu/drm/gma500/cdv_intel_lvds.c | 2 +-
3052 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 10 +-
3053 drivers/gpu/drm/gma500/mdfld_dsi_output.c | 2 +-
3054 drivers/gpu/drm/gma500/oaktrail_hdmi.c | 2 +-
3055 drivers/gpu/drm/gma500/psb_drv.c | 1 -
3056 drivers/gpu/drm/gma500/psb_intel_drv.h | 2 +-
3057 drivers/gpu/drm/gma500/psb_intel_lvds.c | 2 +-
3058 drivers/gpu/drm/gma500/psb_intel_sdvo.c | 2 +-
3059 drivers/gpu/drm/i2c/tda998x_drv.c | 2 +-
3060 drivers/gpu/drm/i810/i810_dma.c | 2 +-
3061 drivers/gpu/drm/i810/i810_drv.c | 6 +-
3062 drivers/gpu/drm/i810/i810_drv.h | 6 +-
3063 drivers/gpu/drm/i915/dvo.h | 2 +-
3064 drivers/gpu/drm/i915/i915_drv.c | 11 +-
3065 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
3066 drivers/gpu/drm/i915/i915_gem_gtt.c | 4 +-
3067 drivers/gpu/drm/i915/i915_gem_gtt.h | 4 +-
3068 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
3069 drivers/gpu/drm/i915/i915_irq.c | 88 +-
3070 drivers/gpu/drm/i915/intel_display.c | 30 +-
3071 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
3072 drivers/gpu/drm/imx/imx-tve.c | 2 +-
3073 drivers/gpu/drm/mediatek/mtk_hdmi.c | 2 +-
3074 drivers/gpu/drm/mga/mga_drv.c | 5 +-
3075 drivers/gpu/drm/mga/mga_drv.h | 6 +-
3076 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
3077 drivers/gpu/drm/mga/mga_irq.c | 8 +-
3078 drivers/gpu/drm/mga/mga_state.c | 2 +-
3079 drivers/gpu/drm/mgag200/mgag200_mode.c | 2 +-
3080 drivers/gpu/drm/msm/dsi/dsi_manager.c | 2 +-
3081 drivers/gpu/drm/msm/edp/edp_connector.c | 2 +-
3082 drivers/gpu/drm/msm/hdmi/hdmi_connector.c | 2 +-
3083 drivers/gpu/drm/nouveau/nouveau_acpi.c | 2 +-
3084 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
3085 drivers/gpu/drm/nouveau/nouveau_connector.c | 2 +-
3086 drivers/gpu/drm/nouveau/nouveau_drm.c | 14 +-
3087 drivers/gpu/drm/nouveau/nouveau_drv.h | 1 -
3088 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
3089 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
3090 drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c | 7 +-
3091 .../gpu/drm/nouveau/nvkm/subdev/bios/shadowpci.c | 7 +-
3092 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/priv.h | 4 +-
3093 drivers/gpu/drm/omapdrm/dss/display.c | 8 +-
3094 drivers/gpu/drm/omapdrm/omap_connector.c | 2 +-
3095 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
3096 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
3097 drivers/gpu/drm/qxl/qxl_display.c | 2 +-
3098 drivers/gpu/drm/qxl/qxl_drv.c | 8 +-
3099 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
3100 drivers/gpu/drm/qxl/qxl_ioctl.c | 12 +-
3101 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
3102 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
3103 drivers/gpu/drm/r128/r128_cce.c | 2 +-
3104 drivers/gpu/drm/r128/r128_drv.c | 4 +-
3105 drivers/gpu/drm/r128/r128_drv.h | 6 +-
3106 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
3107 drivers/gpu/drm/r128/r128_irq.c | 4 +-
3108 drivers/gpu/drm/r128/r128_state.c | 6 +-
3109 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
3110 drivers/gpu/drm/radeon/radeon_atpx_handler.c | 2 +-
3111 drivers/gpu/drm/radeon/radeon_connectors.c | 10 +-
3112 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
3113 drivers/gpu/drm/radeon/radeon_drv.c | 11 +-
3114 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
3115 drivers/gpu/drm/radeon/radeon_kms.c | 8 +-
3116 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
3117 drivers/gpu/drm/savage/savage_bci.c | 2 +-
3118 drivers/gpu/drm/savage/savage_drv.c | 5 +-
3119 drivers/gpu/drm/savage/savage_drv.h | 2 +-
3120 drivers/gpu/drm/sis/sis_drv.c | 5 +-
3121 drivers/gpu/drm/sis/sis_drv.h | 2 +-
3122 drivers/gpu/drm/sis/sis_mm.c | 2 +-
3123 drivers/gpu/drm/sti/sti_cursor.c | 4 +-
3124 drivers/gpu/drm/sti/sti_dvo.c | 4 +-
3125 drivers/gpu/drm/sti/sti_gdp.c | 12 +-
3126 drivers/gpu/drm/sti/sti_hda.c | 4 +-
3127 drivers/gpu/drm/sti/sti_hdmi.c | 4 +-
3128 drivers/gpu/drm/sti/sti_hqvdp.c | 4 +-
3129 drivers/gpu/drm/sti/sti_mixer.c | 8 +-
3130 drivers/gpu/drm/sti/sti_tvout.c | 4 +-
3131 drivers/gpu/drm/sti/sti_vid.c | 4 +-
3132 drivers/gpu/drm/tegra/dc.c | 2 +-
3133 drivers/gpu/drm/tegra/dsi.c | 2 +-
3134 drivers/gpu/drm/tegra/hdmi.c | 2 +-
3135 drivers/gpu/drm/tegra/sor.c | 7 +-
3136 drivers/gpu/drm/tilcdc/Makefile | 6 +-
3137 drivers/gpu/drm/tilcdc/tilcdc_external.c | 4 +-
3138 drivers/gpu/drm/tilcdc/tilcdc_panel.c | 2 +-
3139 drivers/gpu/drm/tilcdc/tilcdc_tfp410.c | 2 +-
3140 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
3141 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
3142 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
3143 drivers/gpu/drm/udl/udl_connector.c | 2 +-
3144 drivers/gpu/drm/udl/udl_fb.c | 1 -
3145 drivers/gpu/drm/vc4/vc4_drv.c | 8 +-
3146 drivers/gpu/drm/via/via_dma.c | 2 +-
3147 drivers/gpu/drm/via/via_drv.c | 5 +-
3148 drivers/gpu/drm/via/via_drv.h | 6 +-
3149 drivers/gpu/drm/via/via_irq.c | 18 +-
3150 drivers/gpu/drm/virtio/virtgpu_display.c | 2 +-
3151 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
3152 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
3153 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
3154 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
3155 drivers/gpu/vga/vga_switcheroo.c | 4 +-
3156 drivers/hid/hid-core.c | 4 +-
3157 drivers/hid/hid-magicmouse.c | 2 +-
3158 drivers/hid/hid-sensor-custom.c | 2 +-
3159 drivers/hid/hid-wiimote-debug.c | 2 +-
3160 drivers/hv/channel.c | 6 +-
3161 drivers/hv/hv.c | 22 +-
3162 drivers/hv/hv_balloon.c | 18 +-
3163 drivers/hv/hyperv_vmbus.h | 2 +-
3164 drivers/hwmon/acpi_power_meter.c | 6 +-
3165 drivers/hwmon/applesmc.c | 4 +-
3166 drivers/hwmon/asus_atk0110.c | 10 +-
3167 drivers/hwmon/coretemp.c | 2 +-
3168 drivers/hwmon/dell-smm-hwmon.c | 4 +-
3169 drivers/hwmon/ibmaem.c | 2 +-
3170 drivers/hwmon/iio_hwmon.c | 2 +-
3171 drivers/hwmon/nct6683.c | 6 +-
3172 drivers/hwmon/nct6775.c | 6 +-
3173 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
3174 drivers/hwmon/sht15.c | 12 +-
3175 drivers/hwmon/via-cputemp.c | 2 +-
3176 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
3177 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
3178 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
3179 drivers/i2c/i2c-dev.c | 2 +-
3180 drivers/ide/ide-cd.c | 2 +-
3181 drivers/ide/ide-disk.c | 2 +-
3182 drivers/ide/ide.c | 4 +-
3183 drivers/idle/intel_idle.c | 36 +-
3184 drivers/iio/industrialio-core.c | 2 +-
3185 drivers/infiniband/core/cm.c | 46 +-
3186 drivers/infiniband/core/fmr_pool.c | 20 +-
3187 drivers/infiniband/core/netlink.c | 5 +-
3188 drivers/infiniband/core/sysfs.c | 2 +-
3189 drivers/infiniband/core/ucm.c | 4 +-
3190 drivers/infiniband/core/uverbs_cmd.c | 3 +
3191 drivers/infiniband/hw/cxgb4/device.c | 6 +-
3192 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
3193 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
3194 drivers/infiniband/hw/hfi1/pcie.c | 2 +-
3195 drivers/infiniband/hw/i40iw/i40iw_user.h | 2 +-
3196 drivers/infiniband/hw/mlx4/mad.c | 2 +-
3197 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
3198 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
3199 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
3200 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
3201 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
3202 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
3203 drivers/infiniband/hw/nes/nes.c | 4 +-
3204 drivers/infiniband/hw/nes/nes.h | 40 +-
3205 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
3206 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
3207 drivers/infiniband/hw/nes/nes_nic.c | 42 +-
3208 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
3209 drivers/infiniband/hw/qib/qib_iba7322.c | 4 +-
3210 drivers/infiniband/hw/qib/qib_pcie.c | 2 +-
3211 drivers/infiniband/sw/rxe/rxe_qp.c | 4 +-
3212 drivers/infiniband/sw/rxe/rxe_verbs.c | 2 +-
3213 drivers/infiniband/sw/rxe/rxe_verbs.h | 2 +-
3214 drivers/infiniband/ulp/ipoib/ipoib_main.c | 2 +-
3215 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
3216 drivers/infiniband/ulp/srpt/ib_srpt.c | 8 +-
3217 drivers/input/evdev.c | 2 +-
3218 drivers/input/gameport/gameport.c | 4 +-
3219 drivers/input/input.c | 4 +-
3220 drivers/input/joystick/sidewinder.c | 1 +
3221 drivers/input/misc/ims-pcu.c | 4 +-
3222 drivers/input/mouse/psmouse.h | 2 +-
3223 drivers/input/mousedev.c | 2 +-
3224 drivers/input/serio/serio.c | 4 +-
3225 drivers/input/serio/serio_raw.c | 4 +-
3226 drivers/input/touchscreen/htcpen.c | 2 +-
3227 drivers/iommu/arm-smmu-v3.c | 32 +-
3228 drivers/iommu/arm-smmu.c | 40 +-
3229 drivers/iommu/io-pgtable-arm-v7s.c | 62 +-
3230 drivers/iommu/io-pgtable-arm.c | 99 +-
3231 drivers/iommu/io-pgtable.c | 11 +-
3232 drivers/iommu/io-pgtable.h | 21 +-
3233 drivers/iommu/iommu.c | 2 +-
3234 drivers/iommu/ipmmu-vmsa.c | 13 +-
3235 drivers/iommu/irq_remapping.c | 2 +-
3236 drivers/iommu/msm_iommu.c | 14 +-
3237 drivers/iommu/mtk_iommu.c | 12 +-
3238 drivers/irqchip/irq-gic.c | 2 +-
3239 drivers/irqchip/irq-i8259.c | 2 +-
3240 drivers/irqchip/irq-mmp.c | 2 +-
3241 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
3242 drivers/irqchip/irq-ts4800.c | 2 +-
3243 drivers/isdn/capi/capi.c | 10 +-
3244 drivers/isdn/gigaset/interface.c | 8 +-
3245 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
3246 drivers/isdn/hardware/avm/b1.c | 4 +-
3247 drivers/isdn/hardware/eicon/capifunc.c | 6 +-
3248 drivers/isdn/hardware/eicon/dadapter.c | 18 +-
3249 drivers/isdn/hardware/eicon/diddfunc.c | 7 +-
3250 drivers/isdn/hardware/eicon/divasfunc.c | 9 +-
3251 drivers/isdn/hardware/eicon/divasync.h | 2 +-
3252 drivers/isdn/hardware/eicon/idifunc.c | 9 +-
3253 drivers/isdn/hardware/eicon/mntfunc.c | 13 +-
3254 drivers/isdn/hardware/mISDN/avmfritz.c | 2 +-
3255 drivers/isdn/hardware/mISDN/hfcmulti.c | 7 +-
3256 drivers/isdn/hardware/mISDN/hfcpci.c | 16 +-
3257 drivers/isdn/hardware/mISDN/mISDNinfineon.c | 7 +-
3258 drivers/isdn/hardware/mISDN/mISDNipac.c | 5 +-
3259 drivers/isdn/hardware/mISDN/netjet.c | 2 +-
3260 drivers/isdn/hardware/mISDN/speedfax.c | 7 +-
3261 drivers/isdn/hardware/mISDN/w6692.c | 7 +-
3262 drivers/isdn/hisax/amd7930_fn.c | 5 +-
3263 drivers/isdn/hisax/arcofi.c | 5 +-
3264 drivers/isdn/hisax/config.c | 4 +-
3265 drivers/isdn/hisax/diva.c | 7 +-
3266 drivers/isdn/hisax/elsa.c | 9 +-
3267 drivers/isdn/hisax/fsm.c | 5 +-
3268 drivers/isdn/hisax/hfc4s8s_l1.c | 14 +-
3269 drivers/isdn/hisax/hfc_2bds0.c | 4 +-
3270 drivers/isdn/hisax/hfc_pci.c | 10 +-
3271 drivers/isdn/hisax/hfc_sx.c | 10 +-
3272 drivers/isdn/hisax/hfc_usb.c | 12 +-
3273 drivers/isdn/hisax/hfcscard.c | 6 +-
3274 drivers/isdn/hisax/hisax.h | 4 +-
3275 drivers/isdn/hisax/icc.c | 5 +-
3276 drivers/isdn/hisax/ipacx.c | 7 +-
3277 drivers/isdn/hisax/isac.c | 5 +-
3278 drivers/isdn/hisax/isar.c | 5 +-
3279 drivers/isdn/hisax/isdnl3.c | 5 +-
3280 drivers/isdn/hisax/saphir.c | 5 +-
3281 drivers/isdn/hisax/teleint.c | 5 +-
3282 drivers/isdn/hisax/w6692.c | 5 +-
3283 drivers/isdn/i4l/isdn_common.c | 2 +
3284 drivers/isdn/i4l/isdn_tty.c | 22 +-
3285 drivers/isdn/mISDN/dsp.h | 4 +-
3286 drivers/isdn/mISDN/dsp_cmx.c | 4 +-
3287 drivers/isdn/mISDN/dsp_core.c | 4 +-
3288 drivers/isdn/mISDN/dsp_tones.c | 4 +-
3289 drivers/isdn/mISDN/fsm.c | 5 +-
3290 drivers/isdn/mISDN/l1oip_core.c | 8 +-
3291 drivers/leds/leds-clevo-mail.c | 2 +-
3292 drivers/leds/leds-ss4200.c | 2 +-
3293 drivers/lguest/core.c | 9 +-
3294 drivers/lguest/page_tables.c | 2 +-
3295 drivers/lguest/x86/core.c | 12 +-
3296 drivers/lguest/x86/switcher_32.S | 27 +-
3297 drivers/lightnvm/rrpc.c | 4 +-
3298 drivers/lightnvm/rrpc.h | 2 +-
3299 drivers/md/bcache/alloc.c | 2 +-
3300 drivers/md/bcache/bcache.h | 10 +-
3301 drivers/md/bcache/btree.c | 13 +-
3302 drivers/md/bcache/closure.c | 4 +-
3303 drivers/md/bcache/closure.h | 10 +-
3304 drivers/md/bcache/io.c | 10 +-
3305 drivers/md/bcache/journal.c | 18 +-
3306 drivers/md/bcache/movinggc.c | 12 +-
3307 drivers/md/bcache/request.c | 54 +-
3308 drivers/md/bcache/request.h | 2 +-
3309 drivers/md/bcache/stats.c | 26 +-
3310 drivers/md/bcache/stats.h | 16 +-
3311 drivers/md/bcache/super.c | 32 +-
3312 drivers/md/bcache/sysfs.c | 20 +-
3313 drivers/md/bcache/writeback.c | 12 +-
3314 drivers/md/bitmap.c | 2 +-
3315 drivers/md/dm-cache-target.c | 116 +-
3316 drivers/md/dm-core.h | 4 +-
3317 drivers/md/dm-ioctl.c | 2 +-
3318 drivers/md/dm-mpath.c | 12 +-
3319 drivers/md/dm-raid.c | 2 +-
3320 drivers/md/dm-raid1.c | 18 +-
3321 drivers/md/dm-stats.c | 6 +-
3322 drivers/md/dm-stripe.c | 10 +-
3323 drivers/md/dm-table.c | 2 +-
3324 drivers/md/dm-thin-metadata.c | 4 +-
3325 drivers/md/dm.c | 24 +-
3326 drivers/md/md.c | 41 +-
3327 drivers/md/md.h | 8 +-
3328 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
3329 drivers/md/persistent-data/dm-space-map.h | 1 +
3330 drivers/md/raid1.c | 8 +-
3331 drivers/md/raid10.c | 26 +-
3332 drivers/md/raid5.c | 26 +-
3333 drivers/media/dvb-core/dvb_net.c | 2 +-
3334 drivers/media/dvb-core/dvbdev.c | 2 +-
3335 drivers/media/dvb-frontends/af9033.h | 2 +-
3336 drivers/media/dvb-frontends/cx24116.c | 2 +-
3337 drivers/media/dvb-frontends/cx24117.c | 2 +-
3338 drivers/media/dvb-frontends/cx24120.c | 2 +-
3339 drivers/media/dvb-frontends/cx24123.c | 2 +-
3340 drivers/media/dvb-frontends/cxd2820r_core.c | 2 +-
3341 drivers/media/dvb-frontends/dib3000.h | 2 +-
3342 drivers/media/dvb-frontends/dib7000p.h | 2 +-
3343 drivers/media/dvb-frontends/dib8000.h | 2 +-
3344 drivers/media/dvb-frontends/hd29l2.c | 2 +-
3345 drivers/media/dvb-frontends/lgdt3306a.c | 2 +-
3346 drivers/media/dvb-frontends/mb86a20s.c | 2 +-
3347 drivers/media/dvb-frontends/mt312.c | 6 +-
3348 drivers/media/dvb-frontends/s921.c | 2 +-
3349 drivers/media/pci/bt8xx/dst.c | 2 +-
3350 drivers/media/pci/cx88/cx88-video.c | 6 +-
3351 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
3352 drivers/media/pci/pt1/va1j5jf8007s.c | 2 +-
3353 drivers/media/pci/pt1/va1j5jf8007t.c | 2 +-
3354 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
3355 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
3356 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
3357 drivers/media/pci/sta2x11/sta2x11_vip.c | 5 +-
3358 drivers/media/pci/tw68/tw68-core.c | 2 +-
3359 drivers/media/pci/tw686x/tw686x-core.c | 4 +-
3360 drivers/media/pci/zoran/zoran.h | 1 -
3361 drivers/media/pci/zoran/zoran_card.c | 4 +-
3362 drivers/media/pci/zoran/zoran_driver.c | 3 -
3363 drivers/media/platform/omap/omap_vout.c | 11 +-
3364 drivers/media/platform/s5p-tv/mixer.h | 2 +-
3365 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
3366 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
3367 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
3368 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
3369 drivers/media/platform/soc_camera/soc_camera.c | 2 +-
3370 drivers/media/radio/radio-cadet.c | 7 +-
3371 drivers/media/radio/radio-maxiradio.c | 2 +-
3372 drivers/media/radio/radio-shark.c | 2 +-
3373 drivers/media/radio/radio-shark2.c | 2 +-
3374 drivers/media/radio/radio-si476x.c | 2 +-
3375 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
3376 drivers/media/usb/pvrusb2/pvrusb2-context.c | 8 +-
3377 drivers/media/usb/pvrusb2/pvrusb2-dvb.c | 7 +-
3378 drivers/media/usb/pvrusb2/pvrusb2-hdw.c | 2 +-
3379 drivers/media/usb/pvrusb2/pvrusb2-std.c | 2 +-
3380 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c | 6 +-
3381 drivers/media/usb/uvc/uvc_driver.c | 4 +-
3382 drivers/media/v4l2-core/v4l2-common.c | 2 +-
3383 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
3384 drivers/media/v4l2-core/v4l2-device.c | 4 +-
3385 drivers/media/v4l2-core/v4l2-ioctl.c | 287 +-
3386 drivers/memory/omap-gpmc.c | 24 +-
3387 drivers/message/fusion/mptbase.c | 4 +-
3388 drivers/message/fusion/mptlan.c | 2 +-
3389 drivers/message/fusion/mptsas.c | 34 +-
3390 drivers/mfd/ab8500-debugfs.c | 2 +-
3391 drivers/mfd/kempld-core.c | 2 +-
3392 drivers/mfd/max8925-i2c.c | 2 +-
3393 drivers/mfd/rn5t618.c | 10 +-
3394 drivers/mfd/tps65910.c | 2 +-
3395 drivers/mfd/twl4030-irq.c | 9 +-
3396 drivers/misc/c2port/core.c | 4 +-
3397 drivers/misc/kgdbts.c | 6 +-
3398 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
3399 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
3400 drivers/misc/mic/scif/scif_api.c | 10 +-
3401 drivers/misc/mic/scif/scif_rb.c | 8 +-
3402 drivers/misc/panel.c | 4 +-
3403 drivers/misc/sgi-gru/gruhandles.c | 4 +-
3404 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
3405 drivers/misc/sgi-gru/grutables.h | 158 +-
3406 drivers/misc/sgi-xp/xp.h | 2 +-
3407 drivers/misc/sgi-xp/xp_main.c | 57 +-
3408 drivers/misc/sgi-xp/xpc.h | 3 +-
3409 drivers/misc/sgi-xp/xpc_main.c | 2 +-
3410 drivers/misc/sgi-xp/xpnet.c | 2 +-
3411 drivers/misc/ti-st/st_kim.c | 32 +-
3412 drivers/mmc/card/mmc_test.c | 4 +-
3413 drivers/mmc/host/dw_mmc.h | 2 +-
3414 drivers/mmc/host/mmci.c | 4 +-
3415 drivers/mmc/host/omap_hsmmc.c | 4 +-
3416 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
3417 drivers/mmc/host/sdhci-s3c.c | 8 +-
3418 drivers/mmc/host/tmio_mmc_pio.c | 4 +-
3419 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
3420 drivers/mtd/devices/block2mtd.c | 2 +-
3421 drivers/mtd/devices/phram.c | 2 +-
3422 drivers/mtd/maps/gpio-addr-flash.c | 2 +-
3423 drivers/mtd/maps/latch-addr-flash.c | 2 +-
3424 drivers/mtd/maps/pci.c | 4 +-
3425 drivers/mtd/maps/pcmciamtd.c | 8 +-
3426 drivers/mtd/maps/sbc_gxx.c | 2 +-
3427 drivers/mtd/nand/brcmnand/bcm63138_nand.c | 2 +
3428 drivers/mtd/nand/brcmnand/brcmnand.h | 2 +-
3429 drivers/mtd/nand/brcmnand/iproc_nand.c | 2 +
3430 drivers/mtd/nand/cafe_nand.c | 18 +-
3431 drivers/mtd/nand/denali.c | 1 +
3432 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
3433 drivers/mtd/nftlmount.c | 1 +
3434 drivers/mtd/sm_ftl.c | 2 +-
3435 drivers/mtd/ubi/build.c | 2 +-
3436 drivers/net/bonding/bond_netlink.c | 2 +-
3437 drivers/net/caif/caif_hsi.c | 4 +-
3438 drivers/net/caif/caif_serial.c | 2 +-
3439 drivers/net/caif/caif_spi.c | 2 +-
3440 drivers/net/caif/caif_virtio.c | 2 +-
3441 drivers/net/can/Kconfig | 2 +-
3442 drivers/net/can/bfin_can.c | 2 +-
3443 drivers/net/can/dev.c | 2 +-
3444 drivers/net/can/flexcan.c | 2 +-
3445 drivers/net/can/janz-ican3.c | 2 +-
3446 drivers/net/can/led.c | 2 +-
3447 drivers/net/can/sun4i_can.c | 2 +-
3448 drivers/net/can/vcan.c | 2 +-
3449 drivers/net/can/xilinx_can.c | 2 +-
3450 drivers/net/dummy.c | 2 +-
3451 drivers/net/ethernet/8390/ax88796.c | 6 +-
3452 drivers/net/ethernet/8390/axnet_cs.c | 4 +-
3453 drivers/net/ethernet/8390/ne2k-pci.c | 6 +-
3454 drivers/net/ethernet/8390/pcnet_cs.c | 4 +-
3455 drivers/net/ethernet/adi/bfin_mac.c | 2 +-
3456 drivers/net/ethernet/allwinner/sun4i-emac.c | 2 +-
3457 drivers/net/ethernet/altera/altera_tse_main.c | 6 +-
3458 drivers/net/ethernet/amd/7990.c | 2 +-
3459 drivers/net/ethernet/amd/7990.h | 2 +-
3460 drivers/net/ethernet/amd/amd8111e.c | 5 +-
3461 drivers/net/ethernet/amd/atarilance.c | 4 +-
3462 drivers/net/ethernet/amd/declance.c | 2 +-
3463 drivers/net/ethernet/amd/pcnet32.c | 7 +-
3464 drivers/net/ethernet/amd/sun3lance.c | 4 +-
3465 drivers/net/ethernet/amd/sunlance.c | 2 +-
3466 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
3467 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
3468 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
3469 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 145 +-
3470 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 68 +-
3471 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
3472 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
3473 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
3474 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
3475 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
3476 drivers/net/ethernet/apm/xgene/xgene_enet_main.c | 4 +-
3477 drivers/net/ethernet/arc/emac_main.c | 2 +-
3478 drivers/net/ethernet/atheros/alx/main.c | 2 +-
3479 drivers/net/ethernet/atheros/atl1c/atl1c_main.c | 2 +-
3480 drivers/net/ethernet/atheros/atl1e/atl1e_main.c | 2 +-
3481 drivers/net/ethernet/aurora/nb8800.c | 2 +-
3482 drivers/net/ethernet/broadcom/bcm63xx_enet.c | 2 +-
3483 drivers/net/ethernet/broadcom/bnx2.c | 2 +-
3484 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
3485 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c | 216 +-
3486 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.h | 4 +-
3487 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c | 2 +-
3488 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
3489 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
3490 drivers/net/ethernet/broadcom/bnxt/bnxt.c | 2 +-
3491 drivers/net/ethernet/broadcom/tg3.c | 2 +-
3492 drivers/net/ethernet/broadcom/tg3.h | 1 +
3493 drivers/net/ethernet/brocade/bna/bfa_cs.h | 42 +-
3494 drivers/net/ethernet/brocade/bna/bfa_ioc.c | 10 +-
3495 drivers/net/ethernet/brocade/bna/bfa_ioc.h | 4 +-
3496 drivers/net/ethernet/brocade/bna/bfa_msgq.h | 8 +-
3497 drivers/net/ethernet/brocade/bna/bna_enet.c | 6 +-
3498 drivers/net/ethernet/brocade/bna/bna_tx_rx.c | 6 +-
3499 drivers/net/ethernet/brocade/bna/bna_types.h | 24 +-
3500 drivers/net/ethernet/brocade/bna/bnad.c | 11 +-
3501 drivers/net/ethernet/cadence/macb.c | 4 +-
3502 drivers/net/ethernet/cavium/liquidio/lio_main.c | 11 +-
3503 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c | 2 +-
3504 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
3505 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 2 +-
3506 drivers/net/ethernet/chelsio/cxgb4vf/adapter.h | 2 +-
3507 drivers/net/ethernet/chelsio/cxgb4vf/sge.c | 2 +-
3508 drivers/net/ethernet/davicom/dm9000.c | 2 +-
3509 drivers/net/ethernet/dec/tulip/de4x5.c | 13 +-
3510 drivers/net/ethernet/emulex/benet/be_main.c | 4 +-
3511 drivers/net/ethernet/faraday/ftgmac100.c | 3 +-
3512 drivers/net/ethernet/faraday/ftmac100.c | 4 +-
3513 drivers/net/ethernet/freescale/fec_mpc52xx.c | 2 +-
3514 .../net/ethernet/freescale/fs_enet/fs_enet-main.c | 2 +-
3515 drivers/net/ethernet/freescale/gianfar.c | 4 +-
3516 drivers/net/ethernet/freescale/ucc_geth.c | 2 +-
3517 drivers/net/ethernet/hisilicon/hip04_eth.c | 2 +-
3518 drivers/net/ethernet/hisilicon/hix5hd2_gmac.c | 2 +-
3519 drivers/net/ethernet/hisilicon/hns/hns_ae_adapt.c | 6 +-
3520 drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.h | 2 +-
3521 drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c | 84 +-
3522 drivers/net/ethernet/i825xx/lib82596.c | 4 +-
3523 drivers/net/ethernet/ibm/ehea/ehea_main.c | 2 +-
3524 drivers/net/ethernet/ibm/emac/core.c | 4 +-
3525 drivers/net/ethernet/intel/e100.c | 2 +-
3526 drivers/net/ethernet/intel/e1000/e1000_main.c | 2 +-
3527 drivers/net/ethernet/intel/e1000e/netdev.c | 2 +-
3528 drivers/net/ethernet/intel/fm10k/fm10k_pci.c | 2 +-
3529 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
3530 drivers/net/ethernet/intel/igb/igb_main.c | 2 +-
3531 drivers/net/ethernet/intel/igbvf/netdev.c | 2 +-
3532 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 2 +-
3533 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
3534 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 4 +-
3535 drivers/net/ethernet/marvell/mvneta.c | 2 +-
3536 drivers/net/ethernet/marvell/mvpp2.c | 2 +-
3537 drivers/net/ethernet/marvell/pxa168_eth.c | 2 +-
3538 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
3539 drivers/net/ethernet/mellanox/mlx4/main.c | 2 +-
3540 drivers/net/ethernet/mellanox/mlx5/core/main.c | 2 +-
3541 drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 6 +-
3542 drivers/net/ethernet/micrel/ks8695net.c | 2 +-
3543 drivers/net/ethernet/micrel/ks8851_mll.c | 2 +-
3544 drivers/net/ethernet/moxa/moxart_ether.c | 2 +-
3545 drivers/net/ethernet/neterion/s2io.c | 2 +-
3546 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
3547 drivers/net/ethernet/neterion/vxge/vxge-main.c | 2 +-
3548 .../net/ethernet/netronome/nfp/nfp_net_common.c | 2 +-
3549 drivers/net/ethernet/netx-eth.c | 2 +-
3550 drivers/net/ethernet/nuvoton/w90p910_ether.c | 2 +-
3551 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
3552 drivers/net/ethernet/nxp/lpc_eth.c | 2 +-
3553 .../net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c | 4 +-
3554 .../net/ethernet/qlogic/netxen/netxen_nic_main.c | 2 +-
3555 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
3556 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
3557 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c | 2 +-
3558 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
3559 drivers/net/ethernet/realtek/r8169.c | 8 +-
3560 drivers/net/ethernet/renesas/sh_eth.c | 2 +-
3561 drivers/net/ethernet/rocker/rocker_main.c | 4 +-
3562 drivers/net/ethernet/seeq/sgiseeq.c | 2 +-
3563 drivers/net/ethernet/sfc/ptp.c | 2 +-
3564 drivers/net/ethernet/sfc/selftest.c | 20 +-
3565 drivers/net/ethernet/sgi/ioc3-eth.c | 4 +-
3566 drivers/net/ethernet/smsc/smc911x.c | 2 +-
3567 drivers/net/ethernet/smsc/smc91x.c | 2 +-
3568 drivers/net/ethernet/smsc/smsc911x.c | 2 +-
3569 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
3570 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 4 +-
3571 drivers/net/ethernet/sun/sunbmac.c | 2 +-
3572 drivers/net/ethernet/sun/sunqe.c | 2 +-
3573 drivers/net/ethernet/sun/sunvnet.c | 2 +-
3574 drivers/net/ethernet/sun/sunvnet_common.c | 6 +-
3575 drivers/net/ethernet/synopsys/dwc_eth_qos.c | 2 +-
3576 drivers/net/ethernet/ti/cpmac.c | 2 +-
3577 drivers/net/ethernet/ti/davinci_emac.c | 2 +-
3578 drivers/net/ethernet/ti/netcp_core.c | 2 +-
3579 drivers/net/ethernet/via/via-rhine.c | 2 +-
3580 drivers/net/ethernet/wiznet/w5100.c | 2 +-
3581 drivers/net/ethernet/wiznet/w5300.c | 2 +-
3582 drivers/net/ethernet/xilinx/ll_temac_main.c | 2 +-
3583 drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 2 +-
3584 drivers/net/ethernet/xilinx/xilinx_emaclite.c | 2 +-
3585 drivers/net/geneve.c | 4 +-
3586 drivers/net/gtp.c | 8 +-
3587 drivers/net/hamradio/baycom_epp.c | 2 +-
3588 drivers/net/hyperv/hyperv_net.h | 2 +-
3589 drivers/net/hyperv/netvsc_drv.c | 2 +-
3590 drivers/net/hyperv/rndis_filter.c | 7 +-
3591 drivers/net/ifb.c | 2 +-
3592 drivers/net/ipvlan/ipvlan_core.c | 2 +-
3593 drivers/net/ipvlan/ipvlan_main.c | 6 +-
3594 drivers/net/irda/vlsi_ir.c | 18 +-
3595 drivers/net/irda/vlsi_ir.h | 14 +-
3596 drivers/net/loopback.c | 2 +-
3597 drivers/net/macsec.c | 2 +-
3598 drivers/net/macvlan.c | 20 +-
3599 drivers/net/macvtap.c | 10 +-
3600 drivers/net/nlmon.c | 2 +-
3601 drivers/net/phy/phy_device.c | 6 +-
3602 drivers/net/plip/plip.c | 2 +-
3603 drivers/net/ppp/ppp_generic.c | 6 +-
3604 drivers/net/ppp/pptp.c | 2 +-
3605 drivers/net/rionet.c | 2 +-
3606 drivers/net/slip/slhc.c | 2 +-
3607 drivers/net/team/team.c | 4 +-
3608 drivers/net/tun.c | 11 +-
3609 drivers/net/usb/hso.c | 28 +-
3610 drivers/net/usb/ipheth.c | 2 +-
3611 drivers/net/usb/r8152.c | 2 +-
3612 drivers/net/usb/sierra_net.c | 4 +-
3613 drivers/net/virtio_net.c | 2 +-
3614 drivers/net/vrf.c | 4 +-
3615 drivers/net/vxlan.c | 4 +-
3616 drivers/net/wimax/i2400m/rx.c | 2 +-
3617 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
3618 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
3619 drivers/net/wireless/ath/ath10k/mac.c | 7 +-
3620 drivers/net/wireless/ath/ath6kl/core.h | 2 +-
3621 drivers/net/wireless/ath/ath6kl/txrx.c | 2 +-
3622 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
3623 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
3624 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
3625 drivers/net/wireless/ath/ath9k/main.c | 22 +-
3626 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
3627 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
3628 drivers/net/wireless/ath/carl9170/main.c | 10 +-
3629 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
3630 drivers/net/wireless/ath/wil6210/pcie_bus.c | 2 +-
3631 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
3632 drivers/net/wireless/atmel/at76c50x-usb.c | 2 +-
3633 drivers/net/wireless/atmel/atmel.c | 183 +-
3634 drivers/net/wireless/broadcom/b43/phy_lp.c | 2 +-
3635 drivers/net/wireless/broadcom/b43legacy/main.c | 5 +-
3636 .../broadcom/brcm80211/brcmfmac/cfg80211.c | 54 +-
3637 .../broadcom/brcm80211/brcmsmac/phy/phy_cmn.c | 3 +-
3638 .../broadcom/brcm80211/brcmsmac/phy_shim.c | 5 +-
3639 .../broadcom/brcm80211/brcmsmac/phy_shim.h | 2 +-
3640 drivers/net/wireless/cisco/airo.c | 201 +-
3641 drivers/net/wireless/intel/ipw2x00/ipw2100.c | 8 +-
3642 drivers/net/wireless/intel/ipw2x00/ipw2200.c | 6 +-
3643 drivers/net/wireless/intel/iwlegacy/3945-mac.c | 11 +-
3644 drivers/net/wireless/intel/iwlegacy/4965-mac.c | 7 +-
3645 drivers/net/wireless/intel/iwlwifi/dvm/debugfs.c | 34 +-
3646 drivers/net/wireless/intel/iwlwifi/dvm/lib.c | 4 +-
3647 drivers/net/wireless/intel/iwlwifi/mvm/d3.c | 8 +-
3648 drivers/net/wireless/intel/iwlwifi/mvm/tx.c | 4 +-
3649 drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 4 +-
3650 .../net/wireless/intersil/hostap/hostap_ioctl.c | 250 +-
3651 drivers/net/wireless/intersil/orinoco/wext.c | 131 +-
3652 drivers/net/wireless/intersil/prism54/isl_ioctl.c | 292 +-
3653 drivers/net/wireless/mac80211_hwsim.c | 28 +-
3654 drivers/net/wireless/marvell/mwifiex/main.c | 2 +-
3655 drivers/net/wireless/ralink/rt2x00/rt2400pci.c | 4 +-
3656 drivers/net/wireless/ralink/rt2x00/rt2500pci.c | 4 +-
3657 drivers/net/wireless/ralink/rt2x00/rt2500usb.c | 4 +-
3658 drivers/net/wireless/ralink/rt2x00/rt2800lib.c | 6 +-
3659 drivers/net/wireless/ralink/rt2x00/rt2x00.h | 2 +-
3660 drivers/net/wireless/ralink/rt2x00/rt2x00queue.c | 4 +-
3661 drivers/net/wireless/ralink/rt2x00/rt61pci.c | 4 +-
3662 drivers/net/wireless/ralink/rt2x00/rt73usb.c | 4 +-
3663 drivers/net/wireless/realtek/rtlwifi/base.c | 14 +-
3664 drivers/net/wireless/realtek/rtlwifi/base.h | 4 +-
3665 drivers/net/wireless/realtek/rtlwifi/pci.c | 15 +-
3666 drivers/net/wireless/realtek/rtlwifi/ps.c | 6 +-
3667 drivers/net/wireless/realtek/rtlwifi/ps.h | 6 +-
3668 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
3669 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
3670 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
3671 drivers/net/wireless/zydas/zd1201.c | 192 +-
3672 drivers/net/wireless/zydas/zd1211rw/zd_usb.c | 2 +-
3673 drivers/net/xen-netback/interface.c | 2 +-
3674 drivers/net/xen-netfront.c | 2 +-
3675 drivers/ntb/test/ntb_pingpong.c | 8 +-
3676 drivers/nvme/host/pci.c | 2 +-
3677 drivers/of/fdt.c | 4 +-
3678 drivers/oprofile/buffer_sync.c | 8 +-
3679 drivers/oprofile/event_buffer.c | 2 +-
3680 drivers/oprofile/oprof.c | 2 +-
3681 drivers/oprofile/oprofile_stats.c | 10 +-
3682 drivers/oprofile/oprofile_stats.h | 10 +-
3683 drivers/oprofile/oprofilefs.c | 6 +-
3684 drivers/oprofile/timer_int.c | 2 +-
3685 drivers/parport/procfs.c | 4 +-
3686 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
3687 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
3688 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
3689 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
3690 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
3691 drivers/pci/hotplug/pciehp_core.c | 2 +-
3692 drivers/pci/msi.c | 22 +-
3693 drivers/pci/pci-sysfs.c | 6 +-
3694 drivers/pci/pci.h | 4 +-
3695 drivers/pci/pcie/aspm.c | 10 +-
3696 drivers/pci/pcie/portdrv_pci.c | 2 +-
3697 drivers/pci/probe.c | 2 +-
3698 drivers/pci/setup-bus.c | 10 +-
3699 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
3700 drivers/pinctrl/pinctrl-at91.c | 5 +-
3701 drivers/platform/chrome/chromeos_laptop.c | 2 +-
3702 drivers/platform/chrome/chromeos_pstore.c | 2 +-
3703 drivers/platform/chrome/cros_ec_lpc.c | 2 +-
3704 drivers/platform/x86/alienware-wmi.c | 4 +-
3705 drivers/platform/x86/apple-gmux.c | 2 +-
3706 drivers/platform/x86/compal-laptop.c | 2 +-
3707 drivers/platform/x86/hdaps.c | 2 +-
3708 drivers/platform/x86/ibm_rtl.c | 2 +-
3709 drivers/platform/x86/intel_oaktrail.c | 2 +-
3710 drivers/platform/x86/msi-laptop.c | 16 +-
3711 drivers/platform/x86/msi-wmi.c | 2 +-
3712 drivers/platform/x86/samsung-laptop.c | 2 +-
3713 drivers/platform/x86/samsung-q10.c | 2 +-
3714 drivers/platform/x86/sony-laptop.c | 14 +-
3715 drivers/platform/x86/thinkpad_acpi.c | 10 +-
3716 drivers/pnp/base.h | 2 +-
3717 drivers/pnp/pnpbios/bioscalls.c | 14 +-
3718 drivers/pnp/pnpbios/core.c | 2 +-
3719 drivers/pnp/resource.c | 4 +-
3720 drivers/power/pda_power.c | 7 +-
3721 drivers/power/power_supply.h | 4 +-
3722 drivers/power/power_supply_core.c | 7 +-
3723 drivers/power/power_supply_sysfs.c | 6 +-
3724 drivers/power/reset/at91-reset.c | 5 +-
3725 drivers/powercap/powercap_sys.c | 136 +-
3726 drivers/ptp/ptp_private.h | 2 +-
3727 drivers/ptp/ptp_sysfs.c | 2 +-
3728 drivers/regulator/core.c | 4 +-
3729 drivers/regulator/max8660.c | 6 +-
3730 drivers/regulator/max8973-regulator.c | 16 +-
3731 drivers/regulator/mc13892-regulator.c | 8 +-
3732 drivers/remoteproc/remoteproc_core.c | 26 +-
3733 drivers/rtc/rtc-armada38x.c | 7 +-
3734 drivers/rtc/rtc-cmos.c | 4 +-
3735 drivers/rtc/rtc-ds1307.c | 2 +-
3736 drivers/rtc/rtc-m41t80.c | 8 +-
3737 drivers/rtc/rtc-m48t59.c | 4 +-
3738 drivers/rtc/rtc-rv3029c2.c | 8 +-
3739 drivers/rtc/rtc-rv8803.c | 15 +-
3740 drivers/rtc/rtc-rx8010.c | 8 +-
3741 drivers/rtc/rtc-test.c | 6 +-
3742 drivers/scsi/aacraid/aachba.c | 7 +-
3743 drivers/scsi/aic7xxx/aic79xx.h | 2 +-
3744 drivers/scsi/aic7xxx/aic79xx_core.c | 11 +-
3745 drivers/scsi/be2iscsi/be_main.c | 2 +-
3746 drivers/scsi/bfa/bfa.h | 4 +-
3747 drivers/scsi/bfa/bfa_core.c | 4 +-
3748 drivers/scsi/bfa/bfa_cs.h | 124 +-
3749 drivers/scsi/bfa/bfa_fcpim.h | 14 +-
3750 drivers/scsi/bfa/bfa_fcs.h | 34 +-
3751 drivers/scsi/bfa/bfa_fcs_fcpim.c | 6 +-
3752 drivers/scsi/bfa/bfa_fcs_lport.c | 4 +-
3753 drivers/scsi/bfa/bfa_fcs_rport.c | 4 +-
3754 drivers/scsi/bfa/bfa_ioc.c | 8 +-
3755 drivers/scsi/bfa/bfa_ioc.h | 16 +-
3756 drivers/scsi/bfa/bfa_svc.c | 12 +-
3757 drivers/scsi/bfa/bfa_svc.h | 20 +-
3758 drivers/scsi/bfa/bfad.c | 12 +-
3759 drivers/scsi/bfa/bfad_bsg.c | 8 +-
3760 drivers/scsi/bfa/bfad_drv.h | 5 +-
3761 drivers/scsi/csiostor/csio_defs.h | 19 +-
3762 drivers/scsi/csiostor/csio_hw.c | 67 +-
3763 drivers/scsi/csiostor/csio_init.c | 2 +-
3764 drivers/scsi/csiostor/csio_lnode.c | 32 +-
3765 drivers/scsi/csiostor/csio_rnode.c | 28 +-
3766 drivers/scsi/csiostor/csio_scsi.c | 37 +-
3767 drivers/scsi/esas2r/esas2r_init.c | 2 +-
3768 drivers/scsi/esas2r/esas2r_ioctl.c | 2 +-
3769 drivers/scsi/esas2r/esas2r_log.h | 4 +-
3770 drivers/scsi/esas2r/esas2r_main.c | 4 +-
3771 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
3772 drivers/scsi/fcoe/fcoe_transport.c | 16 +-
3773 drivers/scsi/hpsa.c | 38 +-
3774 drivers/scsi/hpsa.h | 2 +-
3775 drivers/scsi/hptiop.c | 2 -
3776 drivers/scsi/hptiop.h | 1 -
3777 drivers/scsi/ipr.c | 32 +-
3778 drivers/scsi/ipr.h | 2 +-
3779 drivers/scsi/libfc/fc_exch.c | 50 +-
3780 drivers/scsi/libsas/sas_ata.c | 2 +-
3781 drivers/scsi/lpfc/lpfc.h | 8 +-
3782 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
3783 drivers/scsi/lpfc/lpfc_init.c | 8 +-
3784 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
3785 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
3786 drivers/scsi/mpt3sas/mpt3sas_base.c | 2 +-
3787 drivers/scsi/mpt3sas/mpt3sas_scsih.c | 4 +-
3788 drivers/scsi/pmcraid.c | 46 +-
3789 drivers/scsi/pmcraid.h | 8 +-
3790 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
3791 drivers/scsi/qla2xxx/qla_gbl.h | 8 +-
3792 drivers/scsi/qla2xxx/qla_os.c | 15 +-
3793 drivers/scsi/qla2xxx/qla_target.c | 16 +-
3794 drivers/scsi/qla2xxx/qla_target.h | 2 +-
3795 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
3796 drivers/scsi/qla4xxx/ql4_os.c | 15 +-
3797 drivers/scsi/scsi.c | 2 +-
3798 drivers/scsi/scsi_debug.c | 42 +-
3799 drivers/scsi/scsi_lib.c | 8 +-
3800 drivers/scsi/scsi_sysfs.c | 2 +-
3801 drivers/scsi/scsi_transport_fc.c | 8 +-
3802 drivers/scsi/scsi_transport_iscsi.c | 6 +-
3803 drivers/scsi/scsi_transport_spi.c | 2 +-
3804 drivers/scsi/scsi_transport_srp.c | 8 +-
3805 drivers/scsi/sd.c | 6 +-
3806 drivers/scsi/sg.c | 2 +-
3807 drivers/scsi/sr.c | 21 +-
3808 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
3809 drivers/spi/spi.c | 2 +-
3810 drivers/staging/fbtft/fbtft-core.c | 2 +-
3811 drivers/staging/fbtft/fbtft.h | 2 +-
3812 drivers/staging/gdm724x/gdm_lte.c | 2 +-
3813 drivers/staging/gdm724x/gdm_tty.c | 2 +-
3814 drivers/staging/i4l/icn/icn.c | 2 +-
3815 drivers/staging/iio/adc/ad7280a.c | 4 +-
3816 drivers/staging/ks7010/ks_wlan_net.c | 392 +-
3817 .../staging/lustre/lnet/klnds/socklnd/socklnd.h | 6 +-
3818 drivers/staging/lustre/lnet/selftest/brw_test.c | 19 +-
3819 drivers/staging/lustre/lnet/selftest/framework.c | 10 +-
3820 drivers/staging/lustre/lnet/selftest/ping_test.c | 23 +-
3821 drivers/staging/lustre/lnet/selftest/selftest.h | 6 +-
3822 .../lustre/lustre/include/lustre/lustre_idl.h | 82 +-
3823 drivers/staging/lustre/lustre/include/lustre_dlm.h | 8 +-
3824 drivers/staging/lustre/lustre/include/lustre_net.h | 2 +-
3825 drivers/staging/lustre/lustre/include/obd.h | 2 +-
3826 drivers/staging/lustre/lustre/ldlm/ldlm_request.c | 5 +-
3827 drivers/staging/lustre/lustre/llite/dir.c | 2 +-
3828 .../staging/lustre/lustre/llite/llite_internal.h | 6 +-
3829 drivers/staging/lustre/lustre/llite/llite_lib.c | 6 +-
3830 drivers/staging/lustre/lustre/llite/lproc_llite.c | 6 +-
3831 drivers/staging/lustre/lustre/llite/statahead.c | 6 +-
3832 drivers/staging/lustre/lustre/lov/lov_internal.h | 6 +-
3833 drivers/staging/lustre/lustre/lov/lov_io.c | 60 +-
3834 drivers/staging/lustre/lustre/lov/lov_obd.c | 12 +-
3835 drivers/staging/lustre/lustre/lov/lov_request.c | 30 +-
3836 drivers/staging/lustre/lustre/obdclass/llog_swab.c | 24 +-
3837 drivers/staging/lustre/lustre/osc/osc_request.c | 24 +-
3838 drivers/staging/lustre/lustre/ptlrpc/layout.c | 7 +-
3839 .../staging/lustre/lustre/ptlrpc/pack_generic.c | 136 +-
3840 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 18 +-
3841 drivers/staging/rtl8188eu/hal/rtl8188eu_recv.c | 2 +-
3842 drivers/staging/rtl8188eu/hal/rtl8188eu_xmit.c | 2 +-
3843 drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h | 8 -
3844 drivers/staging/rtl8188eu/include/hal_intf.h | 5 +-
3845 drivers/staging/rtl8188eu/include/odm_precomp.h | 2 +-
3846 drivers/staging/rtl8188eu/include/recv_osdep.h | 1 -
3847 drivers/staging/rtl8188eu/include/rtl8188e_recv.h | 2 +-
3848 drivers/staging/rtl8188eu/include/rtl8188e_xmit.h | 2 +-
3849 drivers/staging/rtl8188eu/include/rtw_cmd.h | 1 -
3850 drivers/staging/rtl8188eu/include/rtw_eeprom.h | 6 -
3851 drivers/staging/rtl8188eu/include/rtw_ioctl.h | 9 -
3852 drivers/staging/rtl8188eu/include/rtw_mlme_ext.h | 12 +-
3853 drivers/staging/rtl8188eu/include/xmit_osdep.h | 2 +-
3854 drivers/staging/rtl8188eu/os_dep/usb_ops_linux.c | 8 +-
3855 drivers/staging/rtl8188eu/os_dep/xmit_linux.c | 2 +-
3856 drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 49 +-
3857 drivers/staging/rtl8192e/rtl8192e/rtl_core.h | 4 +-
3858 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c | 10 +-
3859 drivers/staging/rtl8192e/rtl8192e/rtl_dm.h | 4 +-
3860 drivers/staging/rtl8192e/rtl8192e/rtl_ps.c | 6 +-
3861 drivers/staging/rtl8192e/rtl8192e/rtl_ps.h | 3 +-
3862 drivers/staging/rtl8192e/rtl8192e/rtl_wx.c | 48 +-
3863 drivers/staging/rtl8192e/rtllib.h | 4 +-
3864 drivers/staging/rtl8192e/rtllib_softmac.c | 32 +-
3865 drivers/staging/rtl8192e/rtllib_softmac_wx.c | 2 +-
3866 drivers/staging/rtl8192e/rtllib_tx.c | 2 +-
3867 drivers/staging/rtl8192u/ieee80211/ieee80211.h | 2 +-
3868 .../staging/rtl8192u/ieee80211/ieee80211_softmac.c | 6 +-
3869 drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c | 2 +-
3870 drivers/staging/rtl8192u/r8192U_core.c | 7 +-
3871 drivers/staging/rtl8712/rtl8712_recv.c | 6 +-
3872 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
3873 drivers/staging/rtl8712/rtl871x_ioctl.h | 14 -
3874 drivers/staging/rtl8712/rtl871x_xmit.c | 2 +-
3875 drivers/staging/rtl8712/rtl871x_xmit.h | 2 +-
3876 drivers/staging/rtl8712/usb_ops_linux.c | 4 +-
3877 drivers/staging/rtl8712/xmit_linux.c | 2 +-
3878 drivers/staging/rtl8712/xmit_osdep.h | 2 +-
3879 drivers/staging/rtl8723au/core/rtw_mlme_ext.c | 12 +-
3880 drivers/staging/rtl8723au/core/rtw_xmit.c | 2 +-
3881 drivers/staging/rtl8723au/hal/rtl8723au_recv.c | 2 +-
3882 drivers/staging/rtl8723au/hal/usb_ops_linux.c | 4 +-
3883 drivers/staging/rtl8723au/include/Hal8723APhyCfg.h | 8 -
3884 drivers/staging/rtl8723au/include/drv_types.h | 2 +-
3885 drivers/staging/rtl8723au/include/hal_intf.h | 2 -
3886 drivers/staging/rtl8723au/include/recv_osdep.h | 1 -
3887 drivers/staging/rtl8723au/include/rtw_ap.h | 2 -
3888 drivers/staging/rtl8723au/include/rtw_cmd.h | 1 -
3889 drivers/staging/rtl8723au/include/rtw_eeprom.h | 7 -
3890 drivers/staging/rtl8723au/include/rtw_mlme_ext.h | 14 +-
3891 drivers/staging/rtl8723au/include/usb_ops.h | 8 +-
3892 drivers/staging/rtl8723au/include/xmit_osdep.h | 2 +-
3893 drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c | 2 +-
3894 drivers/staging/rtl8723au/os_dep/xmit_linux.c | 2 +-
3895 drivers/staging/sm750fb/sm750.c | 14 +-
3896 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
3897 drivers/staging/unisys/visornic/visornic_main.c | 2 +-
3898 drivers/staging/vt6655/rxtx.c | 2 +-
3899 drivers/staging/vt6656/rxtx.c | 2 +-
3900 drivers/staging/wilc1000/linux_wlan.c | 2 +-
3901 drivers/staging/wilc1000/wilc_wlan.h | 2 +-
3902 drivers/staging/wlan-ng/p80211netdev.c | 2 +-
3903 drivers/target/sbp/sbp_target.c | 4 +-
3904 drivers/thermal/devfreq_cooling.c | 19 +-
3905 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
3906 drivers/thermal/of-thermal.c | 17 +-
3907 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
3908 drivers/tty/cyclades.c | 6 +-
3909 drivers/tty/hvc/hvc_console.c | 14 +-
3910 drivers/tty/hvc/hvcs.c | 21 +-
3911 drivers/tty/hvc/hvsi.c | 22 +-
3912 drivers/tty/hvc/hvsi_lib.c | 4 +-
3913 drivers/tty/ipwireless/tty.c | 27 +-
3914 drivers/tty/moxa.c | 2 +-
3915 drivers/tty/n_gsm.c | 6 +-
3916 drivers/tty/n_tty.c | 28 +-
3917 drivers/tty/pty.c | 4 +-
3918 drivers/tty/rocket.c | 6 +-
3919 drivers/tty/serial/8250/8250_core.c | 10 +-
3920 drivers/tty/serial/8250/8250_pci.c | 2 +-
3921 drivers/tty/serial/ioc4_serial.c | 6 +-
3922 drivers/tty/serial/jsm/jsm_driver.c | 2 +-
3923 drivers/tty/serial/kgdb_nmi.c | 4 +-
3924 drivers/tty/serial/kgdboc.c | 34 +-
3925 drivers/tty/serial/msm_serial.c | 4 +-
3926 drivers/tty/serial/samsung.c | 9 +-
3927 drivers/tty/serial/serial_core.c | 6 +-
3928 drivers/tty/synclink.c | 34 +-
3929 drivers/tty/synclink_gt.c | 28 +-
3930 drivers/tty/synclinkmp.c | 34 +-
3931 drivers/tty/tty_io.c | 2 +-
3932 drivers/tty/tty_ldisc.c | 8 +-
3933 drivers/tty/tty_port.c | 22 +-
3934 drivers/uio/uio.c | 19 +-
3935 drivers/usb/atm/cxacru.c | 2 +-
3936 drivers/usb/atm/usbatm.c | 24 +-
3937 drivers/usb/core/devices.c | 6 +-
3938 drivers/usb/core/devio.c | 12 +-
3939 drivers/usb/core/hcd.c | 4 +-
3940 drivers/usb/core/sysfs.c | 2 +-
3941 drivers/usb/core/usb.c | 2 +-
3942 drivers/usb/early/ehci-dbgp.c | 16 +-
3943 drivers/usb/gadget/function/f_phonet.c | 2 +-
3944 drivers/usb/gadget/function/u_serial.c | 22 +-
3945 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
3946 drivers/usb/host/ehci-hcd.c | 2 +-
3947 drivers/usb/host/ehci-hub.c | 4 +-
3948 drivers/usb/host/ehci-q.c | 4 +-
3949 drivers/usb/host/fotg210-hcd.c | 2 +-
3950 drivers/usb/host/hwa-hc.c | 2 +-
3951 drivers/usb/host/ohci-hcd.c | 2 +-
3952 drivers/usb/host/r8a66597.h | 2 +-
3953 drivers/usb/host/uhci-hcd.c | 2 +-
3954 drivers/usb/host/xhci-pci.c | 2 +-
3955 drivers/usb/host/xhci-ring.c | 52 +-
3956 drivers/usb/host/xhci.c | 2 +-
3957 drivers/usb/misc/appledisplay.c | 4 +-
3958 drivers/usb/misc/sisusbvga/sisusb_con.c | 78 +-
3959 drivers/usb/serial/console.c | 8 +-
3960 drivers/usb/storage/transport.c | 2 +-
3961 drivers/usb/storage/usb.c | 2 +-
3962 drivers/usb/storage/usb.h | 2 +-
3963 drivers/usb/usbip/vhci.h | 2 +-
3964 drivers/usb/usbip/vhci_hcd.c | 6 +-
3965 drivers/usb/usbip/vhci_rx.c | 2 +-
3966 drivers/usb/usbip/vudc_rx.c | 2 +-
3967 drivers/usb/wusbcore/wa-hc.h | 4 +-
3968 drivers/usb/wusbcore/wa-xfer.c | 2 +-
3969 drivers/vfio/pci/vfio_pci.c | 2 +-
3970 drivers/vhost/vringh.c | 20 +-
3971 drivers/video/backlight/kb3886_bl.c | 2 +-
3972 drivers/video/console/dummycon.c | 76 +-
3973 drivers/video/console/fbcon.c | 2 +-
3974 drivers/video/console/vgacon.c | 17 +-
3975 drivers/video/fbdev/arcfb.c | 2 +-
3976 drivers/video/fbdev/aty/aty128fb.c | 2 +-
3977 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
3978 drivers/video/fbdev/aty/mach64_ct.c | 5 +-
3979 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
3980 drivers/video/fbdev/aty/mach64_gx.c | 17 +-
3981 drivers/video/fbdev/core/fb_defio.c | 8 +-
3982 drivers/video/fbdev/core/fbmem.c | 12 +-
3983 drivers/video/fbdev/hyperv_fb.c | 4 +-
3984 drivers/video/fbdev/i810/i810_accel.c | 1 +
3985 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
3986 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
3987 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
3988 drivers/video/fbdev/omap2/omapfb/dss/display.c | 8 +-
3989 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
3990 drivers/video/fbdev/sis/sis_main.h | 2 +-
3991 drivers/video/fbdev/smscufx.c | 4 +-
3992 drivers/video/fbdev/udlfb.c | 36 +-
3993 drivers/video/fbdev/uvesafb.c | 52 +-
3994 drivers/video/fbdev/vesafb.c | 58 +-
3995 drivers/video/fbdev/via/via_clock.h | 2 +-
3996 drivers/xen/events/events_base.c | 6 +-
3997 drivers/xen/xen-pciback/pci_stub.c | 2 +-
3998 fs/9p/vfs_addr.c | 2 +-
3999 fs/9p/vfs_inode_dotl.c | 4 +-
4000 fs/Kconfig.binfmt | 2 +-
4001 fs/afs/file.c | 8 +-
4002 fs/afs/inode.c | 4 +-
4003 fs/afs/internal.h | 4 +-
4004 fs/aio.c | 2 +-
4005 fs/autofs4/waitq.c | 2 +-
4006 fs/befs/endian.h | 6 +-
4007 fs/befs/linuxvfs.c | 4 +-
4008 fs/binfmt_aout.c | 23 +-
4009 fs/binfmt_elf.c | 657 +-
4010 fs/binfmt_elf_fdpic.c | 4 +-
4011 fs/block_dev.c | 2 +-
4012 fs/btrfs/ctree.c | 11 +-
4013 fs/btrfs/ctree.h | 8 +-
4014 fs/btrfs/delayed-inode.c | 6 +-
4015 fs/btrfs/delayed-inode.h | 4 +-
4016 fs/btrfs/delayed-ref.c | 4 +-
4017 fs/btrfs/dev-replace.c | 20 +-
4018 fs/btrfs/dev-replace.h | 4 +-
4019 fs/btrfs/disk-io.c | 4 +-
4020 fs/btrfs/extent_map.c | 8 +-
4021 fs/btrfs/file.c | 4 +-
4022 fs/btrfs/free-space-cache.h | 1 +
4023 fs/btrfs/raid56.c | 30 +-
4024 fs/btrfs/scrub.c | 2 +-
4025 fs/btrfs/super.c | 2 +-
4026 fs/btrfs/sysfs.c | 2 +-
4027 fs/btrfs/tests/btrfs-tests.c | 2 +-
4028 fs/btrfs/tests/free-space-tests.c | 2 +-
4029 fs/btrfs/transaction.c | 2 +-
4030 fs/btrfs/tree-log.c | 8 +-
4031 fs/btrfs/tree-log.h | 2 +-
4032 fs/btrfs/volumes.c | 14 +-
4033 fs/btrfs/volumes.h | 22 +-
4034 fs/buffer.c | 2 +-
4035 fs/cachefiles/bind.c | 6 +-
4036 fs/cachefiles/daemon.c | 12 +-
4037 fs/cachefiles/internal.h | 16 +-
4038 fs/cachefiles/namei.c | 6 +-
4039 fs/cachefiles/proc.c | 12 +-
4040 fs/ceph/super.c | 4 +-
4041 fs/char_dev.c | 2 +-
4042 fs/cifs/cifs_debug.c | 12 +-
4043 fs/cifs/cifsfs.c | 13 +-
4044 fs/cifs/cifsglob.h | 54 +-
4045 fs/cifs/file.c | 14 +-
4046 fs/cifs/misc.c | 4 +-
4047 fs/cifs/smb1ops.c | 80 +-
4048 fs/cifs/smb2ops.c | 84 +-
4049 fs/cifs/smb2pdu.c | 3 +-
4050 fs/coda/cache.c | 10 +-
4051 fs/coda/dir.c | 5 +-
4052 fs/compat.c | 9 +-
4053 fs/compat_binfmt_elf.c | 2 +
4054 fs/compat_ioctl.c | 12 +-
4055 fs/configfs/dir.c | 2 +-
4056 fs/coredump.c | 18 +-
4057 fs/dcache.c | 63 +-
4058 fs/debugfs/file.c | 41 +-
4059 fs/ecryptfs/inode.c | 2 +-
4060 fs/ecryptfs/miscdev.c | 2 +-
4061 fs/exec.c | 309 +-
4062 fs/exofs/inode.c | 7 +-
4063 fs/exofs/super.c | 5 +-
4064 fs/ext2/super.c | 4 +-
4065 fs/ext2/xattr.c | 5 +-
4066 fs/ext4/ext4.h | 20 +-
4067 fs/ext4/extents.c | 2 +-
4068 fs/ext4/mballoc.c | 44 +-
4069 fs/ext4/resize.c | 16 +-
4070 fs/ext4/super.c | 6 +-
4071 fs/ext4/sysfs.c | 2 +-
4072 fs/ext4/xattr.c | 5 +-
4073 fs/f2fs/f2fs.h | 7 +-
4074 fs/f2fs/super.c | 2 +-
4075 fs/fhandle.c | 5 +-
4076 fs/file.c | 18 +-
4077 fs/freevxfs/vxfs_super.c | 6 +-
4078 fs/fs-writeback.c | 11 +-
4079 fs/fs_struct.c | 8 +-
4080 fs/fscache/cookie.c | 40 +-
4081 fs/fscache/internal.h | 202 +-
4082 fs/fscache/object.c | 26 +-
4083 fs/fscache/operation.c | 38 +-
4084 fs/fscache/page.c | 110 +-
4085 fs/fscache/stats.c | 348 +-
4086 fs/fuse/cuse.c | 10 +-
4087 fs/fuse/dev.c | 4 +-
4088 fs/fuse/file.c | 4 +-
4089 fs/fuse/inode.c | 4 +-
4090 fs/gfs2/aops.c | 2 +-
4091 fs/gfs2/file.c | 2 +-
4092 fs/gfs2/glock.c | 22 +-
4093 fs/gfs2/glops.c | 4 +-
4094 fs/gfs2/quota.c | 6 +-
4095 fs/hugetlbfs/inode.c | 13 +-
4096 fs/inode.c | 4 +-
4097 fs/jbd2/commit.c | 2 +-
4098 fs/jbd2/transaction.c | 4 +-
4099 fs/jffs2/erase.c | 3 +-
4100 fs/jffs2/file.c | 5 +-
4101 fs/jffs2/fs.c | 2 +-
4102 fs/jffs2/os-linux.h | 2 +-
4103 fs/jffs2/wbuf.c | 3 +-
4104 fs/jfs/super.c | 4 +-
4105 fs/kernfs/dir.c | 2 +-
4106 fs/kernfs/file.c | 20 +-
4107 fs/lockd/clnt4xdr.c | 46 +-
4108 fs/lockd/clntproc.c | 4 +-
4109 fs/lockd/clntxdr.c | 44 +-
4110 fs/lockd/mon.c | 24 +-
4111 fs/lockd/svc.c | 2 +-
4112 fs/lockd/svc4proc.c | 69 +-
4113 fs/lockd/svcproc.c | 75 +-
4114 fs/lockd/xdr.c | 44 +-
4115 fs/lockd/xdr4.c | 41 +-
4116 fs/logfs/dev_bdev.c | 13 +-
4117 fs/logfs/dev_mtd.c | 13 +-
4118 fs/logfs/dir.c | 4 +-
4119 fs/logfs/logfs.h | 5 +-
4120 fs/logfs/readwrite.c | 2 +-
4121 fs/logfs/segment.c | 2 +-
4122 fs/logfs/super.c | 39 -
4123 fs/namei.c | 2 +-
4124 fs/namespace.c | 15 +-
4125 fs/nfs/callback.h | 18 +-
4126 fs/nfs/callback_proc.c | 26 +-
4127 fs/nfs/callback_xdr.c | 73 +-
4128 fs/nfs/dir.c | 5 +-
4129 fs/nfs/inode.c | 6 +-
4130 fs/nfs/internal.h | 5 +-
4131 fs/nfs/mount_clnt.c | 26 +-
4132 fs/nfs/nfs2xdr.c | 101 +-
4133 fs/nfs/nfs3xdr.c | 201 +-
4134 fs/nfs/nfs42xdr.c | 72 +-
4135 fs/nfs/nfs4xdr.c | 507 +-
4136 fs/nfs/read.c | 2 +-
4137 fs/nfs/symlink.c | 6 +-
4138 fs/nfsd/current_stateid.h | 24 +-
4139 fs/nfsd/nfs2acl.c | 85 +-
4140 fs/nfsd/nfs3acl.c | 44 +-
4141 fs/nfsd/nfs3proc.c | 271 +-
4142 fs/nfsd/nfs3xdr.c | 171 +-
4143 fs/nfsd/nfs4callback.c | 31 +-
4144 fs/nfsd/nfs4proc.c | 320 +-
4145 fs/nfsd/nfs4state.c | 111 +-
4146 fs/nfsd/nfs4xdr.c | 564 +-
4147 fs/nfsd/nfscache.c | 13 +-
4148 fs/nfsd/nfsproc.c | 193 +-
4149 fs/nfsd/nfsxdr.c | 96 +-
4150 fs/nfsd/vfs.c | 6 +-
4151 fs/nfsd/xdr.h | 50 +-
4152 fs/nfsd/xdr3.h | 100 +-
4153 fs/nfsd/xdr4.h | 50 +-
4154 fs/nls/nls_base.c | 26 +-
4155 fs/nls/nls_cp932.c | 2 +-
4156 fs/nls/nls_cp936.c | 2 +-
4157 fs/nls/nls_cp949.c | 2 +-
4158 fs/nls/nls_cp950.c | 2 +-
4159 fs/nls/nls_euc-jp.c | 8 +-
4160 fs/nls/nls_koi8-ru.c | 8 +-
4161 fs/notify/fanotify/fanotify_user.c | 4 +-
4162 fs/notify/notification.c | 4 +-
4163 fs/ntfs/debug.h | 6 +-
4164 fs/ntfs/dir.c | 4 +-
4165 fs/ntfs/inode.c | 19 +-
4166 fs/ntfs/inode.h | 4 +-
4167 fs/ntfs/mft.c | 4 +-
4168 fs/ntfs/super.c | 8 +-
4169 fs/ocfs2/cluster/masklog.h | 2 +-
4170 fs/ocfs2/dlm/dlmcommon.h | 4 +-
4171 fs/ocfs2/dlm/dlmdebug.c | 10 +-
4172 fs/ocfs2/dlm/dlmdomain.c | 4 +-
4173 fs/ocfs2/dlm/dlmmaster.c | 4 +-
4174 fs/ocfs2/dlmfs/dlmfs.c | 4 +-
4175 fs/ocfs2/filecheck.c | 2 +-
4176 fs/ocfs2/localalloc.c | 2 +-
4177 fs/ocfs2/ocfs2.h | 10 +-
4178 fs/ocfs2/suballoc.c | 12 +-
4179 fs/ocfs2/super.c | 20 +-
4180 fs/orangefs/super.c | 4 +-
4181 fs/overlayfs/copy_up.c | 2 +-
4182 fs/overlayfs/super.c | 6 +-
4183 fs/pipe.c | 72 +-
4184 fs/posix_acl.c | 4 +-
4185 fs/proc/array.c | 20 +
4186 fs/proc/base.c | 7 +-
4187 fs/proc/kcore.c | 35 +-
4188 fs/proc/meminfo.c | 2 +-
4189 fs/proc/nommu.c | 2 +-
4190 fs/proc/proc_net.c | 2 +-
4191 fs/proc/proc_sysctl.c | 26 +-
4192 fs/proc/task_mmu.c | 39 +-
4193 fs/proc/task_nommu.c | 6 +-
4194 fs/proc/vmcore.c | 16 +-
4195 fs/qnx6/qnx6.h | 4 +-
4196 fs/quota/netlink.c | 4 +-
4197 fs/read_write.c | 34 +-
4198 fs/readdir.c | 3 +-
4199 fs/reiserfs/do_balan.c | 2 +-
4200 fs/reiserfs/procfs.c | 2 +-
4201 fs/reiserfs/reiserfs.h | 4 +-
4202 fs/select.c | 2 +-
4203 fs/seq_file.c | 4 +-
4204 fs/splice.c | 43 +-
4205 fs/squashfs/xattr.c | 10 +-
4206 fs/super.c | 3 +-
4207 fs/sysv/sysv.h | 2 +-
4208 fs/tracefs/inode.c | 8 +-
4209 fs/ubifs/find.c | 34 +-
4210 fs/ubifs/lprops.c | 5 +-
4211 fs/udf/misc.c | 2 +-
4212 fs/ufs/super.c | 4 +-
4213 fs/ufs/swab.h | 4 +-
4214 fs/userfaultfd.c | 2 +-
4215 fs/xattr.c | 21 +
4216 fs/xfs/kmem.h | 8 +
4217 fs/xfs/libxfs/xfs_bmap.c | 2 +-
4218 fs/xfs/libxfs/xfs_da_btree.c | 4 +-
4219 fs/xfs/xfs_ioctl.c | 2 +-
4220 fs/xfs/xfs_linux.h | 4 +-
4221 fs/xfs/xfs_super.c | 8 +-
4222 include/acpi/acpiosxf.h | 3 +-
4223 include/acpi/acpixf.h | 2 +-
4224 include/acpi/ghes.h | 2 +-
4225 include/asm-generic/4level-fixup.h | 2 +
4226 include/asm-generic/atomic-long.h | 192 +-
4227 include/asm-generic/atomic64.h | 13 +
4228 include/asm-generic/bitops/__fls.h | 2 +-
4229 include/asm-generic/bitops/fls.h | 2 +-
4230 include/asm-generic/bitops/fls64.h | 4 +-
4231 include/asm-generic/bug.h | 7 +-
4232 include/asm-generic/cache.h | 4 +-
4233 include/asm-generic/emergency-restart.h | 2 +-
4234 include/asm-generic/kmap_types.h | 4 +-
4235 include/asm-generic/local.h | 13 +
4236 include/asm-generic/pgtable-nopmd.h | 19 +-
4237 include/asm-generic/pgtable-nopud.h | 15 +-
4238 include/asm-generic/pgtable.h | 16 +
4239 include/asm-generic/sections.h | 1 +
4240 include/asm-generic/uaccess.h | 16 +
4241 include/asm-generic/vmlinux.lds.h | 28 +-
4242 include/crypto/algapi.h | 2 +-
4243 include/crypto/cast6.h | 4 +-
4244 include/crypto/serpent.h | 4 +-
4245 include/crypto/xts.h | 2 +-
4246 include/drm/drmP.h | 21 +-
4247 include/drm/drm_mm.h | 2 +-
4248 include/drm/drm_modeset_helper_vtables.h | 3 +-
4249 include/drm/i915_pciids.h | 2 +-
4250 include/drm/intel-gtt.h | 4 +-
4251 include/drm/ttm/ttm_memory.h | 2 +-
4252 include/drm/ttm/ttm_page_alloc.h | 1 +
4253 include/keys/asymmetric-subtype.h | 2 +-
4254 include/keys/encrypted-type.h | 2 +-
4255 include/keys/rxrpc-type.h | 2 +-
4256 include/keys/user-type.h | 2 +-
4257 include/linux/atmdev.h | 4 +-
4258 include/linux/atomic.h | 39 +-
4259 include/linux/audit.h | 7 +-
4260 include/linux/average.h | 2 +-
4261 include/linux/binfmts.h | 3 +-
4262 include/linux/bio.h | 4 +-
4263 include/linux/bitmap.h | 2 +-
4264 include/linux/bitops.h | 8 +-
4265 include/linux/blk-cgroup.h | 24 +-
4266 include/linux/blkdev.h | 2 +-
4267 include/linux/blktrace_api.h | 2 +-
4268 include/linux/cache.h | 9 +
4269 include/linux/cdrom.h | 1 -
4270 include/linux/cgroup-defs.h | 2 +-
4271 include/linux/cleancache.h | 2 +-
4272 include/linux/clk-provider.h | 1 +
4273 include/linux/compat.h | 15 +-
4274 include/linux/compiler-gcc.h | 48 +-
4275 include/linux/compiler.h | 203 +-
4276 include/linux/configfs.h | 2 +-
4277 include/linux/cpufreq.h | 7 +-
4278 include/linux/cpuidle.h | 5 +-
4279 include/linux/cpumask.h | 14 +-
4280 include/linux/crypto.h | 4 +-
4281 include/linux/ctype.h | 2 +-
4282 include/linux/dcache.h | 4 +-
4283 include/linux/debugfs.h | 8 +
4284 include/linux/decompress/mm.h | 2 +-
4285 include/linux/devfreq.h | 2 +-
4286 include/linux/device.h | 7 +-
4287 include/linux/dma-mapping.h | 2 +-
4288 include/linux/efi.h | 1 +
4289 include/linux/elf.h | 2 +
4290 include/linux/err.h | 4 +-
4291 include/linux/ethtool.h | 1 +
4292 include/linux/extcon.h | 2 +-
4293 include/linux/fb.h | 3 +-
4294 include/linux/fdtable.h | 2 +-
4295 include/linux/firewire.h | 2 +-
4296 include/linux/fs.h | 7 +-
4297 include/linux/fs_struct.h | 2 +-
4298 include/linux/fscache-cache.h | 2 +-
4299 include/linux/fscache.h | 2 +-
4300 include/linux/fsnotify.h | 2 +-
4301 include/linux/genhd.h | 4 +-
4302 include/linux/genl_magic_func.h | 2 +-
4303 include/linux/genl_magic_struct.h | 4 +-
4304 include/linux/gfp.h | 16 +-
4305 include/linux/highmem.h | 12 +
4306 include/linux/hugetlb.h | 2 +-
4307 include/linux/hugetlb_cgroup.h | 11 +
4308 include/linux/hwmon-sysfs.h | 6 +-
4309 include/linux/i2c.h | 1 +
4310 include/linux/if_pppox.h | 2 +-
4311 include/linux/init.h | 10 +-
4312 include/linux/init_task.h | 7 +
4313 include/linux/interrupt.h | 6 +-
4314 include/linux/iommu.h | 2 +-
4315 include/linux/ioport.h | 2 +-
4316 include/linux/ipc.h | 2 +-
4317 include/linux/irq.h | 5 +-
4318 include/linux/irqchip/mmp.h | 2 +-
4319 include/linux/irqdesc.h | 2 +-
4320 include/linux/irqdomain.h | 3 +
4321 include/linux/jbd2.h | 2 +-
4322 include/linux/jiffies.h | 16 +-
4323 include/linux/kallsyms.h | 18 +-
4324 include/linux/key-type.h | 2 +-
4325 include/linux/kgdb.h | 6 +-
4326 include/linux/kmemleak.h | 4 +-
4327 include/linux/kobject.h | 10 +-
4328 include/linux/kobject_ns.h | 2 +-
4329 include/linux/kref.h | 2 +-
4330 include/linux/libata.h | 2 +-
4331 include/linux/linkage.h | 31 +-
4332 include/linux/list.h | 15 +
4333 include/linux/llist.h | 9 +
4334 include/linux/lockd/xdr.h | 34 +-
4335 include/linux/lockd/xdr4.h | 34 +-
4336 include/linux/lockref.h | 26 +-
4337 include/linux/math64.h | 10 +-
4338 include/linux/memcontrol.h | 2 +-
4339 include/linux/memory.h | 2 +-
4340 include/linux/mempolicy.h | 7 +
4341 include/linux/mm.h | 97 +-
4342 include/linux/mm_types.h | 20 +
4343 include/linux/mmiotrace.h | 4 +-
4344 include/linux/mmzone.h | 4 +-
4345 include/linux/mod_devicetable.h | 4 +-
4346 include/linux/module.h | 60 +-
4347 include/linux/moduleloader.h | 16 +
4348 include/linux/moduleparam.h | 12 +-
4349 include/linux/net.h | 2 +-
4350 include/linux/netdevice.h | 11 +-
4351 include/linux/netfilter.h | 2 +-
4352 include/linux/netfilter/ipset/ip_set.h | 16 +-
4353 include/linux/netfilter/ipset/ip_set_comment.h | 3 +-
4354 include/linux/netfilter/nfnetlink.h | 2 +-
4355 include/linux/netlink.h | 12 +-
4356 include/linux/nls.h | 4 +-
4357 include/linux/notifier.h | 3 +-
4358 include/linux/oprofile.h | 4 +-
4359 include/linux/padata.h | 2 +-
4360 include/linux/pagemap.h | 4 +-
4361 include/linux/pci_hotplug.h | 3 +-
4362 include/linux/percpu.h | 2 +-
4363 include/linux/perf_event.h | 12 +-
4364 include/linux/pid.h | 4 +-
4365 include/linux/pipe_fs_i.h | 8 +-
4366 include/linux/pm.h | 1 +
4367 include/linux/pm_domain.h | 2 +-
4368 include/linux/pm_runtime.h | 2 +-
4369 include/linux/pnp.h | 2 +-
4370 include/linux/poison.h | 4 +-
4371 include/linux/power/smartreflex.h | 2 +-
4372 include/linux/ppp-comp.h | 2 +-
4373 include/linux/preempt.h | 21 +
4374 include/linux/printk.h | 4 +-
4375 include/linux/proc_ns.h | 2 +-
4376 include/linux/psci.h | 2 +-
4377 include/linux/quota.h | 2 +-
4378 include/linux/random.h | 21 +-
4379 include/linux/ratelimit.h | 3 +-
4380 include/linux/rculist.h | 16 +
4381 include/linux/rcupdate.h | 8 +
4382 include/linux/reboot.h | 14 +-
4383 include/linux/regset.h | 3 +-
4384 include/linux/relay.h | 2 +-
4385 include/linux/rio.h | 2 +-
4386 include/linux/rmap.h | 4 +-
4387 include/linux/sched.h | 88 +-
4388 include/linux/scif.h | 2 +-
4389 include/linux/semaphore.h | 2 +-
4390 include/linux/seq_buf.h | 4 +-
4391 include/linux/seq_file.h | 1 +
4392 include/linux/seqlock.h | 10 +
4393 include/linux/signal.h | 2 +-
4394 include/linux/skbuff.h | 12 +-
4395 include/linux/slab.h | 56 +-
4396 include/linux/slab_def.h | 17 +-
4397 include/linux/slub_def.h | 5 +-
4398 include/linux/smp.h | 2 +
4399 include/linux/sock_diag.h | 2 +-
4400 include/linux/sonet.h | 2 +-
4401 include/linux/spinlock.h | 17 +-
4402 include/linux/srcu.h | 5 +-
4403 include/linux/string.h | 72 +-
4404 include/linux/sunrpc/addr.h | 8 +-
4405 include/linux/sunrpc/clnt.h | 2 +-
4406 include/linux/sunrpc/svc.h | 2 +-
4407 include/linux/sunrpc/svc_rdma.h | 18 +-
4408 include/linux/sunrpc/svcauth.h | 2 +-
4409 include/linux/swapops.h | 10 +-
4410 include/linux/syscalls.h | 38 +-
4411 include/linux/syscore_ops.h | 2 +-
4412 include/linux/sysctl.h | 3 +-
4413 include/linux/sysfs.h | 11 +-
4414 include/linux/sysrq.h | 3 +-
4415 include/linux/tcp.h | 14 +-
4416 include/linux/thread_info.h | 15 +-
4417 include/linux/tty.h | 4 +-
4418 include/linux/tty_driver.h | 2 +-
4419 include/linux/tty_ldisc.h | 2 +-
4420 include/linux/types.h | 18 +
4421 include/linux/uaccess.h | 2 +-
4422 include/linux/uio_driver.h | 2 +-
4423 include/linux/unaligned/access_ok.h | 24 +-
4424 include/linux/usb.h | 12 +-
4425 include/linux/usb/hcd.h | 1 +
4426 include/linux/usb/renesas_usbhs.h | 2 +-
4427 include/linux/vermagic.h | 21 +-
4428 include/linux/vga_switcheroo.h | 8 +-
4429 include/linux/vmalloc.h | 7 +-
4430 include/linux/vmstat.h | 40 +-
4431 include/linux/writeback.h | 3 +-
4432 include/linux/xattr.h | 5 +-
4433 include/linux/zlib.h | 3 +-
4434 include/media/v4l2-dev.h | 2 +-
4435 include/media/v4l2-device.h | 2 +-
4436 include/net/9p/transport.h | 2 +-
4437 include/net/bluetooth/l2cap.h | 2 +-
4438 include/net/bonding.h | 2 +-
4439 include/net/caif/cfctrl.h | 6 +-
4440 include/net/cfg80211-wext.h | 20 +-
4441 include/net/cfg802154.h | 2 +-
4442 include/net/fib_rules.h | 6 +-
4443 include/net/flow.h | 2 +-
4444 include/net/genetlink.h | 2 +-
4445 include/net/gro_cells.h | 2 +-
4446 include/net/inet_connection_sock.h | 2 +-
4447 include/net/inet_sock.h | 2 +-
4448 include/net/inetpeer.h | 2 +-
4449 include/net/ip6_fib.h | 4 -
4450 include/net/ip_fib.h | 2 +-
4451 include/net/ip_vs.h | 8 +-
4452 include/net/ipv6.h | 2 +-
4453 include/net/irda/ircomm_tty.h | 1 +
4454 include/net/irda/irias_object.h | 2 +-
4455 include/net/irda/irlmp.h | 1 +
4456 include/net/irda/irlmp_event.h | 6 +-
4457 include/net/irda/timer.h | 6 +-
4458 include/net/iucv/af_iucv.h | 2 +-
4459 include/net/llc_c_ac.h | 2 +-
4460 include/net/llc_c_ev.h | 4 +-
4461 include/net/llc_c_st.h | 2 +-
4462 include/net/llc_s_ac.h | 2 +-
4463 include/net/llc_s_st.h | 2 +-
4464 include/net/mac80211.h | 6 +-
4465 include/net/neighbour.h | 4 +-
4466 include/net/net_namespace.h | 18 +-
4467 include/net/netfilter/nf_conntrack.h | 2 +-
4468 include/net/netlabel.h | 1 +
4469 include/net/netlink.h | 2 +-
4470 include/net/netns/conntrack.h | 6 +-
4471 include/net/netns/ipv4.h | 4 +-
4472 include/net/netns/ipv6.h | 4 +-
4473 include/net/netns/xfrm.h | 2 +-
4474 include/net/ping.h | 2 +-
4475 include/net/protocol.h | 4 +-
4476 include/net/rtnetlink.h | 2 +-
4477 include/net/sctp/checksum.h | 4 +-
4478 include/net/sctp/sm.h | 4 +-
4479 include/net/sctp/structs.h | 2 +-
4480 include/net/snmp.h | 10 +-
4481 include/net/sock.h | 14 +-
4482 include/net/tcp.h | 10 +-
4483 include/net/xfrm.h | 15 +-
4484 include/rdma/ib_cm.h | 8 +-
4485 include/rdma/ib_verbs.h | 2 +-
4486 include/scsi/libfc.h | 3 +-
4487 include/scsi/scsi_device.h | 6 +-
4488 include/scsi/scsi_driver.h | 2 +-
4489 include/scsi/scsi_transport_fc.h | 3 +-
4490 include/scsi/sg.h | 2 +-
4491 include/sound/compress_driver.h | 2 +-
4492 include/sound/control.h | 4 +-
4493 include/sound/pcm.h | 2 +-
4494 include/sound/rawmidi.h | 3 +-
4495 include/sound/seq_kernel.h | 2 +-
4496 include/sound/soc.h | 4 +-
4497 include/trace/events/irq.h | 4 +-
4498 include/trace/events/mmflags.h | 7 +
4499 include/uapi/linux/a.out.h | 8 +
4500 include/uapi/linux/bcache.h | 5 +-
4501 include/uapi/linux/byteorder/little_endian.h | 28 +-
4502 include/uapi/linux/connector.h | 2 +-
4503 include/uapi/linux/elf.h | 28 +
4504 include/uapi/linux/personality.h | 1 +
4505 include/uapi/linux/screen_info.h | 2 +-
4506 include/uapi/linux/swab.h | 6 +-
4507 include/uapi/linux/xattr.h | 5 +
4508 include/video/udlfb.h | 8 +-
4509 include/video/uvesafb.h | 1 +
4510 init/Kconfig | 7 +-
4511 init/do_mounts.c | 16 +-
4512 init/do_mounts.h | 8 +-
4513 init/do_mounts_initrd.c | 30 +-
4514 init/do_mounts_md.c | 6 +-
4515 init/init_task.c | 4 +
4516 init/initramfs.c | 38 +-
4517 init/main.c | 41 +-
4518 ipc/compat.c | 4 +-
4519 ipc/ipc_sysctl.c | 14 +-
4520 ipc/mq_sysctl.c | 4 +-
4521 ipc/sem.c | 4 +-
4522 ipc/shm.c | 8 +-
4523 kernel/audit.c | 10 +-
4524 kernel/auditsc.c | 4 +-
4525 kernel/bpf/core.c | 28 +-
4526 kernel/capability.c | 3 +
4527 kernel/cgroup.c | 29 +-
4528 kernel/cgroup_pids.c | 8 +-
4529 kernel/compat.c | 38 +-
4530 kernel/debug/debug_core.c | 16 +-
4531 kernel/debug/kdb/kdb_main.c | 4 +-
4532 kernel/events/callchain.c | 2 +-
4533 kernel/events/core.c | 36 +-
4534 kernel/events/internal.h | 10 +-
4535 kernel/events/uprobes.c | 2 +-
4536 kernel/exit.c | 45 +-
4537 kernel/extable.c | 17 +-
4538 kernel/fork.c | 187 +-
4539 kernel/futex.c | 9 +
4540 kernel/futex_compat.c | 2 +-
4541 kernel/irq/manage.c | 2 +-
4542 kernel/irq/msi.c | 19 +-
4543 kernel/irq/spurious.c | 2 +-
4544 kernel/jump_label.c | 5 +
4545 kernel/kallsyms.c | 40 +-
4546 kernel/kexec.c | 3 +-
4547 kernel/kmod.c | 8 +-
4548 kernel/kprobes.c | 4 +-
4549 kernel/ksysfs.c | 2 +-
4550 kernel/locking/lockdep.c | 7 +-
4551 kernel/module.c | 430 +-
4552 kernel/notifier.c | 17 +-
4553 kernel/padata.c | 4 +-
4554 kernel/panic.c | 11 +-
4555 kernel/pid.c | 8 +-
4556 kernel/pid_namespace.c | 2 +-
4557 kernel/power/hibernate.c | 21 +-
4558 kernel/power/power.h | 2 +
4559 kernel/power/process.c | 12 +-
4560 kernel/power/snapshot.c | 22 +
4561 kernel/profile.c | 14 +-
4562 kernel/ptrace.c | 8 +-
4563 kernel/rcu/rcutorture.c | 60 +-
4564 kernel/rcu/tiny.c | 4 +-
4565 kernel/rcu/tree.c | 36 +-
4566 kernel/rcu/tree.h | 14 +-
4567 kernel/rcu/tree_exp.h | 6 +-
4568 kernel/rcu/tree_plugin.h | 18 +-
4569 kernel/rcu/tree_trace.c | 12 +-
4570 kernel/resource.c | 4 +-
4571 kernel/sched/auto_group.c | 4 +-
4572 kernel/sched/core.c | 8 +-
4573 kernel/sched/deadline.c | 4 +-
4574 kernel/sched/debug.c | 45 +-
4575 kernel/sched/fair.c | 2 +-
4576 kernel/sched/rt.c | 4 +-
4577 kernel/sched/sched.h | 13 +-
4578 kernel/signal.c | 28 +-
4579 kernel/smp.c | 2 +-
4580 kernel/smpboot.c | 7 +-
4581 kernel/softirq.c | 12 +-
4582 kernel/stop_machine.c | 2 +-
4583 kernel/sys.c | 10 +-
4584 kernel/sys_ni.c | 4 +-
4585 kernel/sysctl.c | 34 +-
4586 kernel/time/alarmtimer.c | 4 +-
4587 kernel/time/posix-clock.c | 8 +-
4588 kernel/time/posix-cpu-timers.c | 4 +-
4589 kernel/time/posix-timers.c | 36 +-
4590 kernel/time/timer.c | 2 +-
4591 kernel/time/timer_stats.c | 10 +-
4592 kernel/trace/blktrace.c | 6 +-
4593 kernel/trace/ftrace.c | 33 +-
4594 kernel/trace/ring_buffer.c | 96 +-
4595 kernel/trace/trace.c | 2 +-
4596 kernel/trace/trace.h | 2 +-
4597 kernel/trace/trace_clock.c | 4 +-
4598 kernel/trace/trace_events.c | 1 -
4599 kernel/trace/trace_events_hist.c | 4 +-
4600 kernel/trace/trace_functions_graph.c | 4 +-
4601 kernel/trace/trace_mmiotrace.c | 8 +-
4602 kernel/trace/trace_output.c | 10 +-
4603 kernel/trace/trace_seq.c | 2 +-
4604 kernel/trace/trace_stack.c | 2 +-
4605 kernel/trace/tracing_map.c | 48 +-
4606 kernel/trace/tracing_map.h | 6 +-
4607 kernel/user.c | 2 +-
4608 kernel/user_namespace.c | 2 +-
4609 kernel/utsname_sysctl.c | 2 +-
4610 kernel/watchdog.c | 2 +-
4611 kernel/workqueue.c | 8 +-
4612 lib/842/842_compress.c | 10 +-
4613 lib/842/842_debugfs.h | 12 +-
4614 lib/842/842_decompress.c | 10 +-
4615 lib/Kconfig.debug | 6 +-
4616 lib/Makefile | 2 +-
4617 lib/bitmap.c | 8 +-
4618 lib/bug.c | 2 +
4619 lib/debugobjects.c | 2 +-
4620 lib/decompress_bunzip2.c | 3 +-
4621 lib/decompress_unlzma.c | 4 +-
4622 lib/div64.c | 4 +-
4623 lib/dma-debug.c | 4 +-
4624 lib/inflate.c | 2 +-
4625 lib/ioremap.c | 4 +-
4626 lib/irq_poll.c | 2 +-
4627 lib/kobject.c | 4 +-
4628 lib/list_debug.c | 126 +-
4629 lib/llist.c | 17 +
4630 lib/lockref.c | 44 +-
4631 lib/percpu-refcount.c | 2 +-
4632 lib/radix-tree.c | 2 +-
4633 lib/random32.c | 2 +-
4634 lib/rhashtable.c | 4 +-
4635 lib/seq_buf.c | 4 +-
4636 lib/show_mem.c | 2 +-
4637 lib/strncpy_from_user.c | 2 +-
4638 lib/strnlen_user.c | 2 +-
4639 lib/vsprintf.c | 18 +-
4640 mm/Kconfig | 6 +-
4641 mm/Kconfig.debug | 2 -
4642 mm/backing-dev.c | 4 +-
4643 mm/fadvise.c | 2 +-
4644 mm/filemap.c | 8 +-
4645 mm/gup.c | 13 +-
4646 mm/highmem.c | 6 +-
4647 mm/hugetlb.c | 137 +-
4648 mm/hugetlb_cgroup.c | 60 +-
4649 mm/internal.h | 3 +-
4650 mm/maccess.c | 12 +-
4651 mm/madvise.c | 37 +
4652 mm/memcontrol.c | 6 +-
4653 mm/memory-failure.c | 6 +-
4654 mm/memory.c | 399 +-
4655 mm/mempolicy.c | 25 +
4656 mm/mlock.c | 18 +-
4657 mm/mm_init.c | 2 +-
4658 mm/mmap.c | 552 +-
4659 mm/mprotect.c | 137 +-
4660 mm/mremap.c | 39 +-
4661 mm/nommu.c | 21 +-
4662 mm/page-writeback.c | 2 +-
4663 mm/page_alloc.c | 53 +-
4664 mm/percpu.c | 2 +-
4665 mm/process_vm_access.c | 14 +-
4666 mm/readahead.c | 2 +-
4667 mm/rmap.c | 43 +-
4668 mm/shmem.c | 36 +-
4669 mm/slab.c | 100 +-
4670 mm/slab.h | 43 +-
4671 mm/slab_common.c | 143 +-
4672 mm/slob.c | 239 +-
4673 mm/slub.c | 103 +-
4674 mm/sparse-vmemmap.c | 4 +-
4675 mm/sparse.c | 2 +-
4676 mm/swap.c | 7 +
4677 mm/swapfile.c | 12 +-
4678 mm/usercopy.c | 63 +-
4679 mm/util.c | 7 +
4680 mm/vmalloc.c | 116 +-
4681 mm/vmstat.c | 24 +-
4682 net/8021q/vlan.c | 5 +-
4683 net/8021q/vlan_netlink.c | 2 +-
4684 net/9p/mod.c | 4 +-
4685 net/9p/trans_fd.c | 2 +-
4686 net/atm/atm_misc.c | 8 +-
4687 net/atm/lec.h | 2 +-
4688 net/atm/proc.c | 6 +-
4689 net/atm/resources.c | 4 +-
4690 net/ax25/sysctl_net_ax25.c | 2 +-
4691 net/batman-adv/bat_iv_ogm.c | 8 +-
4692 net/batman-adv/fragmentation.c | 2 +-
4693 net/batman-adv/routing.c | 4 +-
4694 net/batman-adv/soft-interface.c | 12 +-
4695 net/batman-adv/sysfs.c | 48 +-
4696 net/batman-adv/sysfs.h | 4 +-
4697 net/batman-adv/translation-table.c | 14 +-
4698 net/batman-adv/types.h | 8 +-
4699 net/bluetooth/hci_sock.c | 2 +-
4700 net/bluetooth/l2cap_core.c | 6 +-
4701 net/bluetooth/l2cap_sock.c | 12 +-
4702 net/bluetooth/rfcomm/sock.c | 4 +-
4703 net/bluetooth/rfcomm/tty.c | 4 +-
4704 net/bridge/br_netfilter_hooks.c | 4 +-
4705 net/bridge/br_netlink.c | 2 +-
4706 net/bridge/netfilter/ebtables.c | 6 +-
4707 net/caif/cfctrl.c | 11 +-
4708 net/caif/chnl_net.c | 4 +-
4709 net/can/af_can.c | 2 +-
4710 net/can/gw.c | 6 +-
4711 net/ceph/ceph_common.c | 2 +-
4712 net/ceph/messenger.c | 4 +-
4713 net/compat.c | 26 +-
4714 net/core/datagram.c | 2 +-
4715 net/core/dev.c | 26 +-
4716 net/core/filter.c | 2 +-
4717 net/core/flow.c | 8 +-
4718 net/core/neighbour.c | 18 +-
4719 net/core/net-procfs.c | 4 +-
4720 net/core/net-sysfs.c | 2 +-
4721 net/core/net_namespace.c | 10 +-
4722 net/core/netpoll.c | 4 +-
4723 net/core/rtnetlink.c | 17 +-
4724 net/core/scm.c | 12 +-
4725 net/core/skbuff.c | 11 +-
4726 net/core/sock.c | 32 +-
4727 net/core/sock_diag.c | 17 +-
4728 net/core/sysctl_net_core.c | 22 +-
4729 net/decnet/af_decnet.c | 28 +-
4730 net/decnet/sysctl_net_decnet.c | 4 +-
4731 net/dsa/dsa.c | 4 +-
4732 net/dsa/dsa_priv.h | 2 +-
4733 net/dsa/slave.c | 2 +-
4734 net/hsr/hsr_device.c | 2 +-
4735 net/hsr/hsr_netlink.c | 2 +-
4736 net/ieee802154/6lowpan/core.c | 2 +-
4737 net/ieee802154/6lowpan/reassembly.c | 14 +-
4738 net/ieee802154/core.c | 6 +-
4739 net/ipv4/af_inet.c | 6 +-
4740 net/ipv4/arp.c | 2 +-
4741 net/ipv4/devinet.c | 20 +-
4742 net/ipv4/fib_frontend.c | 6 +-
4743 net/ipv4/fib_semantics.c | 2 +-
4744 net/ipv4/icmp.c | 2 +-
4745 net/ipv4/inet_connection_sock.c | 4 +-
4746 net/ipv4/inet_diag.c | 4 +-
4747 net/ipv4/inet_timewait_sock.c | 2 +-
4748 net/ipv4/inetpeer.c | 2 +-
4749 net/ipv4/ip_fragment.c | 17 +-
4750 net/ipv4/ip_gre.c | 6 +-
4751 net/ipv4/ip_sockglue.c | 5 +-
4752 net/ipv4/ip_vti.c | 6 +-
4753 net/ipv4/ipconfig.c | 6 +-
4754 net/ipv4/ipip.c | 4 +-
4755 net/ipv4/netfilter/arp_tables.c | 10 +-
4756 net/ipv4/netfilter/ip_tables.c | 10 +-
4757 net/ipv4/ping.c | 14 +-
4758 net/ipv4/proc.c | 10 +-
4759 net/ipv4/raw.c | 16 +-
4760 net/ipv4/route.c | 36 +-
4761 net/ipv4/sysctl_net_ipv4.c | 24 +-
4762 net/ipv4/tcp_input.c | 6 +-
4763 net/ipv4/tcp_ipv4.c | 2 +-
4764 net/ipv4/tcp_metrics.c | 2 +-
4765 net/ipv4/tcp_probe.c | 2 +-
4766 net/ipv4/udp.c | 10 +-
4767 net/ipv4/xfrm4_mode_beet.c | 2 +-
4768 net/ipv4/xfrm4_mode_transport.c | 2 +-
4769 net/ipv4/xfrm4_policy.c | 19 +-
4770 net/ipv4/xfrm4_state.c | 4 +-
4771 net/ipv6/addrconf.c | 26 +-
4772 net/ipv6/af_inet6.c | 2 +-
4773 net/ipv6/datagram.c | 2 +-
4774 net/ipv6/icmp.c | 2 +-
4775 net/ipv6/inet6_hashtables.c | 2 +-
4776 net/ipv6/ip6_fib.c | 4 +-
4777 net/ipv6/ip6_gre.c | 10 +-
4778 net/ipv6/ip6_tunnel.c | 4 +-
4779 net/ipv6/ip6_vti.c | 4 +-
4780 net/ipv6/ipv6_sockglue.c | 2 +-
4781 net/ipv6/ndisc.c | 2 +-
4782 net/ipv6/netfilter/ip6_tables.c | 10 +-
4783 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
4784 net/ipv6/ping.c | 33 +-
4785 net/ipv6/proc.c | 10 +-
4786 net/ipv6/raw.c | 17 +-
4787 net/ipv6/reassembly.c | 13 +-
4788 net/ipv6/route.c | 2 +-
4789 net/ipv6/sit.c | 4 +-
4790 net/ipv6/sysctl_net_ipv6.c | 2 +-
4791 net/ipv6/udp.c | 6 +-
4792 net/ipv6/xfrm6_mode_beet.c | 2 +-
4793 net/ipv6/xfrm6_mode_transport.c | 2 +-
4794 net/ipv6/xfrm6_policy.c | 17 +-
4795 net/irda/discovery.c | 2 +-
4796 net/irda/ircomm/ircomm_core.c | 13 +-
4797 net/irda/ircomm/ircomm_tty.c | 24 +-
4798 net/irda/ircomm/ircomm_tty_attach.c | 4 +-
4799 net/irda/irda_device.c | 14 +-
4800 net/irda/iriap.c | 14 +-
4801 net/irda/irias_object.c | 10 +-
4802 net/irda/irlan/irlan_client.c | 2 +-
4803 net/irda/irlap.c | 15 +-
4804 net/irda/irlap_event.c | 2 +-
4805 net/irda/irlmp.c | 21 +-
4806 net/irda/irlmp_event.c | 6 +-
4807 net/irda/irnet/irnet.h | 2 +-
4808 net/irda/irnet/irnet_irda.c | 6 +-
4809 net/irda/irttp.c | 8 +-
4810 net/irda/timer.c | 24 +-
4811 net/iucv/af_iucv.c | 11 +-
4812 net/iucv/iucv.c | 2 +-
4813 net/key/af_key.c | 4 +-
4814 net/l2tp/l2tp_eth.c | 40 +-
4815 net/l2tp/l2tp_ip.c | 2 +-
4816 net/l2tp/l2tp_ip6.c | 2 +-
4817 net/mac80211/cfg.c | 12 +-
4818 net/mac80211/debugfs.c | 2 +-
4819 net/mac80211/debugfs_key.c | 6 +-
4820 net/mac80211/ieee80211_i.h | 3 +-
4821 net/mac80211/iface.c | 20 +-
4822 net/mac80211/main.c | 2 +-
4823 net/mac80211/pm.c | 4 +-
4824 net/mac80211/rate.c | 2 +-
4825 net/mac80211/sta_info.c | 2 +-
4826 net/mac80211/tx.c | 2 +-
4827 net/mac80211/util.c | 8 +-
4828 net/mac80211/wpa.c | 12 +-
4829 net/mac802154/iface.c | 6 +-
4830 net/mpls/af_mpls.c | 10 +-
4831 net/netfilter/ipset/ip_set_core.c | 7 +-
4832 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
4833 net/netfilter/ipvs/ip_vs_core.c | 8 +-
4834 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
4835 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
4836 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
4837 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
4838 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
4839 net/netfilter/nf_conntrack_acct.c | 2 +-
4840 net/netfilter/nf_conntrack_core.c | 2 +-
4841 net/netfilter/nf_conntrack_ecache.c | 2 +-
4842 net/netfilter/nf_conntrack_helper.c | 2 +-
4843 net/netfilter/nf_conntrack_netlink.c | 22 +-
4844 net/netfilter/nf_conntrack_proto.c | 2 +-
4845 net/netfilter/nf_conntrack_standalone.c | 2 +-
4846 net/netfilter/nf_conntrack_timestamp.c | 2 +-
4847 net/netfilter/nf_log.c | 12 +-
4848 net/netfilter/nf_nat_ftp.c | 2 +-
4849 net/netfilter/nf_nat_irc.c | 2 +-
4850 net/netfilter/nf_sockopt.c | 4 +-
4851 net/netfilter/nf_tables_api.c | 17 +-
4852 net/netfilter/nfnetlink_acct.c | 33 +-
4853 net/netfilter/nfnetlink_cthelper.c | 2 +-
4854 net/netfilter/nfnetlink_cttimeout.c | 2 +-
4855 net/netfilter/nfnetlink_log.c | 4 +-
4856 net/netfilter/nft_compat.c | 9 +-
4857 net/netfilter/xt_IDLETIMER.c | 12 +-
4858 net/netfilter/xt_statistic.c | 8 +-
4859 net/netlink/af_netlink.c | 21 +-
4860 net/netlink/diag.c | 2 +-
4861 net/netlink/genetlink.c | 14 +-
4862 net/openvswitch/vport-geneve.c | 7 +-
4863 net/openvswitch/vport-gre.c | 7 +-
4864 net/openvswitch/vport-internal_dev.c | 4 +-
4865 net/openvswitch/vport-netdev.c | 7 +-
4866 net/openvswitch/vport-vxlan.c | 7 +-
4867 net/packet/af_packet.c | 26 +-
4868 net/packet/diag.c | 2 +-
4869 net/packet/internal.h | 6 +-
4870 net/phonet/pep.c | 6 +-
4871 net/phonet/socket.c | 2 +-
4872 net/phonet/sysctl.c | 2 +-
4873 net/rds/cong.c | 6 +-
4874 net/rds/ib.h | 2 +-
4875 net/rds/ib_cm.c | 2 +-
4876 net/rds/ib_recv.c | 4 +-
4877 net/rds/rds.h | 2 +-
4878 net/rds/tcp.c | 6 +-
4879 net/rds/tcp.h | 6 +-
4880 net/rds/tcp_send.c | 2 +-
4881 net/rxrpc/af_rxrpc.c | 2 +-
4882 net/rxrpc/ar-internal.h | 10 +-
4883 net/rxrpc/call_event.c | 14 +-
4884 net/rxrpc/call_object.c | 2 +-
4885 net/rxrpc/conn_event.c | 2 +-
4886 net/rxrpc/conn_object.c | 2 +-
4887 net/rxrpc/input.c | 4 +-
4888 net/rxrpc/local_object.c | 2 +-
4889 net/rxrpc/output.c | 4 +-
4890 net/rxrpc/peer_object.c | 2 +-
4891 net/rxrpc/proc.c | 4 +-
4892 net/rxrpc/rxkad.c | 4 +-
4893 net/sched/sch_generic.c | 4 +-
4894 net/sched/sch_tbf.c | 9 +-
4895 net/sctp/ipv6.c | 4 +-
4896 net/sctp/protocol.c | 8 +-
4897 net/sctp/sctp_diag.c | 2 +-
4898 net/sctp/sm_sideeffect.c | 4 +-
4899 net/sctp/socket.c | 21 +-
4900 net/sctp/sysctl.c | 10 +-
4901 net/socket.c | 18 +-
4902 net/sunrpc/auth_gss/gss_rpc_upcall.c | 4 +-
4903 net/sunrpc/auth_gss/gss_rpc_xdr.c | 11 +-
4904 net/sunrpc/auth_gss/gss_rpc_xdr.h | 8 +-
4905 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
4906 net/sunrpc/clnt.c | 4 +-
4907 net/sunrpc/rpcb_clnt.c | 66 +-
4908 net/sunrpc/sched.c | 4 +-
4909 net/sunrpc/svc.c | 8 +-
4910 net/sunrpc/svcauth_unix.c | 2 +-
4911 net/sunrpc/xprtrdma/svc_rdma.c | 44 +-
4912 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
4913 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
4914 net/sunrpc/xprtrdma/svc_rdma_transport.c | 2 +-
4915 net/tipc/netlink_compat.c | 12 +-
4916 net/tipc/subscr.c | 2 +-
4917 net/unix/diag.c | 2 +-
4918 net/unix/sysctl_net_unix.c | 2 +-
4919 net/wireless/scan.c | 3 +-
4920 net/wireless/wext-compat.c | 141 +-
4921 net/wireless/wext-compat.h | 8 +-
4922 net/wireless/wext-core.c | 19 +-
4923 net/wireless/wext-sme.c | 5 +-
4924 net/xfrm/xfrm_policy.c | 18 +-
4925 net/xfrm/xfrm_state.c | 37 +-
4926 net/xfrm/xfrm_sysctl.c | 2 +-
4927 net/xfrm/xfrm_user.c | 2 +-
4928 scripts/Kbuild.include | 2 +-
4929 scripts/Makefile.extrawarn | 4 +
4930 scripts/Makefile.gcc-plugins | 74 +-
4931 scripts/basic/fixdep.c | 10 +-
4932 scripts/dtc/checks.c | 14 +-
4933 scripts/dtc/data.c | 6 +-
4934 scripts/dtc/flattree.c | 8 +-
4935 scripts/dtc/livetree.c | 4 +-
4936 scripts/gcc-plugins/Makefile | 13 +-
4937 scripts/gcc-plugins/checker_plugin.c | 496 +
4938 scripts/gcc-plugins/colorize_plugin.c | 162 +
4939 scripts/gcc-plugins/constify_plugin.c | 582 +
4940 scripts/gcc-plugins/cyc_complexity_plugin.c | 4 +-
4941 scripts/gcc-plugins/gcc-common.h | 64 +
4942 scripts/gcc-plugins/gcc-generate-gimple-pass.h | 2 +-
4943 scripts/gcc-plugins/initify_plugin.c | 1804 +++
4944 scripts/gcc-plugins/kallocstat_plugin.c | 135 +
4945 scripts/gcc-plugins/kernexec_plugin.c | 407 +
4946 scripts/gcc-plugins/latent_entropy_plugin.c | 613 +
4947 scripts/gcc-plugins/rap_plugin/Makefile | 6 +
4948 scripts/gcc-plugins/rap_plugin/rap.h | 36 +
4949 scripts/gcc-plugins/rap_plugin/rap_fptr_pass.c | 220 +
4950 scripts/gcc-plugins/rap_plugin/rap_hash.c | 382 +
4951 scripts/gcc-plugins/rap_plugin/rap_plugin.c | 515 +
4952 scripts/gcc-plugins/rap_plugin/sip.c | 96 +
4953 scripts/gcc-plugins/sancov_plugin.c | 4 +-
4954 .../gcc-plugins/size_overflow_plugin/.gitignore | 3 +
4955 scripts/gcc-plugins/size_overflow_plugin/Makefile | 22 +
4956 .../gcc-plugins/size_overflow_plugin/disable.data | 12468 ++++++++++++++
4957 .../gcc-plugins/size_overflow_plugin/e_aux.data | 97 +
4958 .../gcc-plugins/size_overflow_plugin/e_fields.data | 16090 +++++++++++++++++++
4959 .../gcc-plugins/size_overflow_plugin/e_fns.data | 5306 ++++++
4960 .../gcc-plugins/size_overflow_plugin/e_fptrs.data | 70 +
4961 .../gcc-plugins/size_overflow_plugin/e_vars.data | 158 +
4962 .../generate_size_overflow_hash.sh | 103 +
4963 .../insert_size_overflow_asm.c | 374 +
4964 .../size_overflow_plugin/intentional_overflow.c | 1171 ++
4965 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
4966 .../size_overflow_plugin/size_overflow.h | 345 +
4967 .../size_overflow_plugin/size_overflow_debug.c | 201 +
4968 .../size_overflow_plugin/size_overflow_ipa.c | 1286 ++
4969 .../size_overflow_plugin/size_overflow_misc.c | 505 +
4970 .../size_overflow_plugin/size_overflow_plugin.c | 313 +
4971 .../size_overflow_plugin_hash.c | 469 +
4972 .../size_overflow_plugin/size_overflow_transform.c | 772 +
4973 .../size_overflow_transform_core.c | 1025 ++
4974 scripts/gcc-plugins/stackleak_plugin.c | 350 +
4975 scripts/gcc-plugins/structleak_plugin.c | 239 +
4976 scripts/headers_install.sh | 1 +
4977 scripts/kallsyms.c | 4 +-
4978 scripts/kconfig/lkc.h | 5 +-
4979 scripts/kconfig/menu.c | 2 +-
4980 scripts/kconfig/symbol.c | 6 +-
4981 scripts/link-vmlinux.sh | 2 +-
4982 scripts/mod/file2alias.c | 14 +-
4983 scripts/mod/modpost.c | 40 +-
4984 scripts/mod/modpost.h | 6 +-
4985 scripts/mod/sumversion.c | 2 +-
4986 scripts/module-common.lds | 4 +
4987 scripts/pnmtologo.c | 6 +-
4988 scripts/sortextable.h | 6 +-
4989 scripts/tags.sh | 2 +-
4990 security/Kconfig | 797 +-
4991 security/apparmor/include/policy.h | 2 +-
4992 security/apparmor/lsm.c | 16 +-
4993 security/apparmor/policy.c | 4 +-
4994 security/integrity/ima/ima.h | 4 +-
4995 security/integrity/ima/ima_api.c | 2 +-
4996 security/integrity/ima/ima_fs.c | 4 +-
4997 security/integrity/ima/ima_queue.c | 2 +-
4998 security/integrity/integrity.h | 2 +-
4999 security/keys/internal.h | 8 +-
5000 security/keys/key.c | 18 +-
5001 security/keys/keyring.c | 4 -
5002 security/min_addr.c | 2 +
5003 security/selinux/avc.c | 6 +-
5004 security/selinux/include/xfrm.h | 2 +-
5005 security/yama/yama_lsm.c | 2 +-
5006 sound/aoa/codecs/onyx.c | 7 +-
5007 sound/aoa/codecs/onyx.h | 1 +
5008 sound/core/oss/pcm_oss.c | 18 +-
5009 sound/core/pcm_compat.c | 2 +-
5010 sound/core/pcm_lib.c | 3 +-
5011 sound/core/pcm_native.c | 4 +-
5012 sound/core/rawmidi.c | 5 +-
5013 sound/core/seq/oss/seq_oss_synth.c | 4 +-
5014 sound/core/seq/seq_clientmgr.c | 10 +-
5015 sound/core/seq/seq_compat.c | 2 +-
5016 sound/core/seq/seq_fifo.c | 6 +-
5017 sound/core/seq/seq_fifo.h | 2 +-
5018 sound/core/seq/seq_memory.c | 18 +-
5019 sound/core/seq/seq_midi.c | 5 +-
5020 sound/core/seq/seq_virmidi.c | 2 +-
5021 sound/core/sound.c | 2 +-
5022 sound/drivers/mts64.c | 14 +-
5023 sound/drivers/opl4/opl4_lib.c | 2 +-
5024 sound/drivers/portman2x4.c | 3 +-
5025 sound/firewire/amdtp-am824.c | 2 +-
5026 sound/firewire/amdtp-stream.c | 4 +-
5027 sound/firewire/amdtp-stream.h | 2 +-
5028 sound/firewire/digi00x/amdtp-dot.c | 2 +-
5029 sound/firewire/isight.c | 10 +-
5030 sound/firewire/oxfw/oxfw-scs1x.c | 8 +-
5031 sound/oss/sb_audio.c | 2 +-
5032 sound/oss/swarm_cs4297a.c | 6 +-
5033 sound/pci/als300.c | 2 +-
5034 sound/pci/aw2/aw2-alsa.c | 2 -
5035 sound/pci/aw2/aw2-saa7146.c | 4 +-
5036 sound/pci/ctxfi/ctamixer.c | 14 +-
5037 sound/pci/ctxfi/ctamixer.h | 8 +-
5038 sound/pci/ctxfi/ctatc.c | 20 +-
5039 sound/pci/ctxfi/ctdaio.c | 6 +-
5040 sound/pci/ctxfi/ctdaio.h | 4 +-
5041 sound/pci/ctxfi/ctsrc.c | 13 +-
5042 sound/pci/ctxfi/ctsrc.h | 8 +-
5043 sound/pci/hda/hda_codec.c | 2 +-
5044 sound/pci/ymfpci/ymfpci.h | 2 +-
5045 sound/pci/ymfpci/ymfpci_main.c | 12 +-
5046 sound/soc/codecs/arizona.c | 4 +-
5047 sound/soc/codecs/cx20442.c | 8 +-
5048 sound/soc/codecs/sti-sas.c | 10 +-
5049 sound/soc/codecs/tlv320dac33.c | 7 +-
5050 sound/soc/codecs/uda1380.c | 7 +-
5051 sound/soc/intel/skylake/skl-sst-dsp.h | 2 +-
5052 sound/soc/soc-ac97.c | 6 +-
5053 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
5054 tools/include/asm/alternative-asm.h | 3 +
5055 tools/include/linux/compiler.h | 8 +
5056 tools/virtio/linux/uaccess.h | 2 +-
5057 virt/kvm/kvm_main.c | 44 +-
5058 2869 files changed, 78392 insertions(+), 15220 deletions(-)
5059 commit 36505bce59196272b6401c7dcad0812d9dc8f7f5
5060 Merge: d0ed58f 6129d6c
5061 Author: Brad Spengler <spender@grsecurity.net>
5062 Date: Tue Nov 1 19:01:50 2016 -0400
5063
5064 Merge branch 'pax-test' into grsec-test
5065
5066 commit 6129d6c8ea454dd71d6f6d067af5f31f774818a9
5067 Author: Brad Spengler <spender@grsecurity.net>
5068 Date: Tue Nov 1 19:01:18 2016 -0400
5069
5070 Update to pax-linux-4.7.10-test10.patch:
5071 - fixed a compile error when both REFCOUNT and TRACING were enabled
5072 - removed a few superfluous fptr casts from the prism driver
5073
5074 arch/arm/include/asm/atomic.h | 2 +-
5075 arch/x86/include/asm/traps.h | 1 +
5076 arch/x86/include/asm/uaccess.h | 4 +-
5077 .../net/wireless/intersil/hostap/hostap_ioctl.c | 116 ++++++++++-----------
5078 4 files changed, 62 insertions(+), 61 deletions(-)
5079
5080 commit d0ed58f929555736ff281f7a79a9667de4c857c6
5081 Author: Brad Spengler <spender@grsecurity.net>
5082 Date: Wed Oct 26 19:19:08 2016 -0400
5083
5084 Update size_overflow hash tables
5085
5086 .../gcc-plugins/size_overflow_plugin/e_fields.data | 80 +++++++++--
5087 .../gcc-plugins/size_overflow_plugin/e_fns.data | 159 ++++++++++++++++++++-
5088 .../gcc-plugins/size_overflow_plugin/e_vars.data | 15 ++
5089 3 files changed, 239 insertions(+), 15 deletions(-)
5090
5091 commit 6a222637c05d26ac8f80a3912856247cff545b12
5092 Merge: d07e77f ac51587
5093 Author: Brad Spengler <spender@grsecurity.net>
5094 Date: Wed Oct 26 18:51:31 2016 -0400
5095
5096 Merge branch 'pax-test' into grsec-test
5097
5098 commit ac5158781612eb239cff9767d116971e9b731a00
5099 Author: Brad Spengler <spender@grsecurity.net>
5100 Date: Wed Oct 26 18:50:46 2016 -0400
5101
5102 Update to pax-linux-4.7.10-test9.patch:
5103 - 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)
5104 - Emese updated the size overflow plugin
5105 - Emese updated the hash tables from logs submitted by Shawn <citypw@gmail.com>
5106 - fixed mm counter accounting in the vma mirroring code
5107 - simplified some kernel page table allocation code
5108 - simplified SMAP/UDEREF accessors
5109
5110 arch/x86/include/asm/asm.h | 24 -
5111 arch/x86/include/asm/fpu/internal.h | 21 +-
5112 arch/x86/include/asm/futex.h | 14 +-
5113 arch/x86/include/asm/pgtable_types.h | 9 +-
5114 arch/x86/include/asm/smap.h | 3 +
5115 arch/x86/include/asm/uaccess.h | 36 +-
5116 arch/x86/include/asm/uaccess_64.h | 2 -
5117 arch/x86/kernel/alternative.c | 5 +-
5118 arch/x86/lib/copy_user_64.S | 64 +-
5119 arch/x86/lib/csum-wrappers_64.c | 12 +-
5120 arch/x86/lib/getuser.S | 37 +-
5121 arch/x86/lib/putuser.S | 14 +-
5122 arch/x86/lib/usercopy_64.c | 9 +-
5123 drivers/base/regmap/regmap-debugfs.c | 4 +-
5124 mm/memory.c | 106 +-
5125 net/ipv6/reassembly.c | 4 +-
5126 scripts/Makefile.host | 22 +-
5127 scripts/gcc-plugins/rap_plugin/rap_plugin.c | 2 +
5128 .../gcc-plugins/size_overflow_plugin/disable.data | 1 -
5129 .../gcc-plugins/size_overflow_plugin/e_fields.data | 37890 ++++++++++---------
5130 .../gcc-plugins/size_overflow_plugin/e_fns.data | 7930 ++--
5131 .../gcc-plugins/size_overflow_plugin/e_fptrs.data | 112 +-
5132 .../gcc-plugins/size_overflow_plugin/e_vars.data | 248 +-
5133 .../insert_size_overflow_asm.c | 13 +-
5134 .../size_overflow_plugin/intentional_overflow.c | 11 +-
5135 .../size_overflow_plugin/size_overflow.h | 12 +-
5136 .../size_overflow_plugin/size_overflow_debug.c | 9 +-
5137 .../size_overflow_plugin/size_overflow_ipa.c | 74 +-
5138 .../size_overflow_plugin/size_overflow_plugin.c | 2 +-
5139 .../size_overflow_plugin_hash.c | 209 +-
5140 .../size_overflow_plugin/size_overflow_transform.c | 19 +-
5141 31 files changed, 22699 insertions(+), 24219 deletions(-)
5142
5143 commit d07e77f258d26721b33ae26dfa5fd8d408aabf57
5144 Merge: 4630c95 7449af19
5145 Author: Brad Spengler <spender@grsecurity.net>
5146 Date: Sat Oct 22 18:32:55 2016 -0400
5147
5148 Merge branch 'pax-test' into grsec-test
5149
5150 commit 7449af196b6733891d273f46559efdc168dec22a
5151 Author: Brad Spengler <spender@grsecurity.net>
5152 Date: Sat Oct 22 18:31:39 2016 -0400
5153
5154 Update to pax-linux-4.7.10-test8.patch:
5155 - Emese removed a potential false positive from the size overflow hash tables
5156 - 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)
5157 - fixed a few size overflow false positives related to dev_t, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4583)
5158
5159 drivers/acpi/bgrt.c | 30 +++++++++++-----------
5160 include/linux/kobject.h | 7 +++++
5161 scripts/gcc-plugins/size_overflow_plugin/Makefile | 2 +-
5162 .../gcc-plugins/size_overflow_plugin/disable.data | 8 +++++-
5163 .../gcc-plugins/size_overflow_plugin/e_fields.data | 10 ++------
5164 5 files changed, 32 insertions(+), 25 deletions(-)
5165
5166 commit 4630c95d3d9c20cffe2ba65521217ad537567ac9
5167 Author: Brad Spengler <spender@grsecurity.net>
5168 Date: Sat Oct 22 09:19:43 2016 -0400
5169
5170 compile fix
5171
5172 fs/utimes.c | 1 +
5173 1 file changed, 1 insertion(+)
5174
5175 commit ee9aeeeb02187281bcc233dd26f6ff4d6814d309
5176 Merge: 7b8d5c5 309d942
5177 Author: Brad Spengler <spender@grsecurity.net>
5178 Date: Sat Oct 22 08:01:34 2016 -0400
5179
5180 Merge branch 'pax-test' into grsec-test
5181
5182 commit 309d94235d552d65c253027528a9dd46962cf385
5183 Merge: 013fc76 b3afc45
5184 Author: Brad Spengler <spender@grsecurity.net>
5185 Date: Sat Oct 22 07:53:44 2016 -0400
5186
5187 Merge branch 'linux-4.7.y' into pax-test
5188
5189 commit 7b8d5c5a1477a2b62dc7ad1c28e864d7d250739c
5190 Merge: ca352cc 013fc76
5191 Author: Brad Spengler <spender@grsecurity.net>
5192 Date: Thu Oct 20 07:49:24 2016 -0400
5193
5194 Merge branch 'pax-test' into grsec-test
5195
5196 commit 013fc7689892902c41d38e31057e4a5686293e40
5197 Merge: 25eaf06 452063d
5198 Author: Brad Spengler <spender@grsecurity.net>
5199 Date: Thu Oct 20 07:48:01 2016 -0400
5200
5201 Merge branch 'linux-4.7.y' into pax-test
5202
5203 commit ca352cccec60c85fad6dedaf229d51eddfdfea58
5204 Author: Brad Spengler <spender@grsecurity.net>
5205 Date: Thu Oct 20 07:06:54 2016 -0400
5206
5207 compile fix as reported by David Sterba
5208
5209 include/linux/mm.h | 1 +
5210 1 file changed, 1 insertion(+)
5211
5212 commit 82566bede4206afba0d8b11f58570d588d39586b
5213 Author: Linus Torvalds <torvalds@linux-foundation.org>
5214 Date: Thu Oct 13 13:07:36 2016 -0700
5215
5216 mm: remove gup_flags FOLL_WRITE games from __get_user_pages()
5217
5218 This is an ancient bug that was actually attempted to be fixed once
5219 (badly) by me eleven years ago in commit 4ceb5db9757a ("Fix
5220 get_user_pages() race for write access") but that was then undone due to
5221 problems on s390 by commit f33ea7f404e5 ("fix get_user_pages bug").
5222
5223 In the meantime, the s390 situation has long been fixed, and we can now
5224 fix it by checking the pte_dirty() bit properly (and do it better). The
5225 s390 dirty bit was implemented in abf09bed3cce ("s390/mm: implement
5226 software dirty bits") which made it into v3.9. Earlier kernels will
5227 have to look at the page state itself.
5228
5229 Also, the VM has become more scalable, and what used a purely
5230 theoretical race back then has become easier to trigger.
5231
5232 To fix it, we introduce a new internal FOLL_COW flag to mark the "yes,
5233 we already did a COW" rather than play racy games with FOLL_WRITE that
5234 is very fundamental, and then use the pte dirty flag to validate that
5235 the FOLL_COW flag is still valid.
5236
5237 Reported-and-tested-by: Phil "not Paul" Oester <kernel@linuxace.com>
5238 Acked-by: Hugh Dickins <hughd@google.com>
5239 Reviewed-by: Michal Hocko <mhocko@suse.com>
5240 Cc: Andy Lutomirski <luto@kernel.org>
5241 Cc: Kees Cook <keescook@chromium.org>
5242 Cc: Oleg Nesterov <oleg@redhat.com>
5243 Cc: Willy Tarreau <w@1wt.eu>
5244 Cc: Nick Piggin <npiggin@gmail.com>
5245 Cc: Greg Thelen <gthelen@google.com>
5246 Cc: stable@vger.kernel.org
5247 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
5248
5249 include/linux/mm.h | 2 +-
5250 mm/gup.c | 14 ++++++++++++--
5251 2 files changed, 13 insertions(+), 3 deletions(-)
5252
5253 commit d291c94e650da2d8918620e6829e05218755f77b
5254 Author: Brad Spengler <spender@grsecurity.net>
5255 Date: Wed Oct 19 17:06:17 2016 -0400
5256
5257 resync with PaX
5258
5259 arch/arm/include/asm/atomic.h | 5 -----
5260 1 file changed, 5 deletions(-)
5261
5262 commit 251313cb6e1d5b2ad84c62333ebafa278e861a68
5263 Author: Brad Spengler <spender@grsecurity.net>
5264 Date: Wed Oct 19 17:03:14 2016 -0400
5265
5266 Fix bad ARM REFCOUNT merge with PaX, reported by kdave on the forums:
5267 https://forums.grsecurity.net/viewtopic.php?f=3&t=4588
5268
5269 arch/arm/include/asm/atomic.h | 1 -
5270 1 file changed, 1 deletion(-)
5271
5272 commit b64df18d4160c6d3cd470202bb8d58f38d9acb51
5273 Author: Brad Spengler <spender@grsecurity.net>
5274 Date: Mon Oct 17 07:47:53 2016 -0400
5275
5276 randomize layout of subprocess_info struct
5277
5278 include/linux/kmod.h | 2 +-
5279 1 file changed, 1 insertion(+), 1 deletion(-)
5280
5281 commit 5780e7fb9d334bfa5cc8aef32af631e620dede3f
5282 Merge: 7c69071 25eaf06
5283 Author: Brad Spengler <spender@grsecurity.net>
5284 Date: Sun Oct 16 15:28:24 2016 -0400
5285
5286 Merge branch 'pax-test' into grsec-test
5287
5288 commit 25eaf067f993510e5cd6cc0d9da4413cbbc12c6a
5289 Merge: afa87ca a0cdc25
5290 Author: Brad Spengler <spender@grsecurity.net>
5291 Date: Sun Oct 16 15:28:15 2016 -0400
5292
5293 Merge branch 'linux-4.7.y' into pax-test
5294
5295 commit 7c690715adc3d9236b25ce453b387ef9583b8dda
5296 Merge: 37e00aa afa87ca
5297 Author: Brad Spengler <spender@grsecurity.net>
5298 Date: Sat Oct 15 15:25:46 2016 -0400
5299
5300 Merge branch 'pax-test' into grsec-test
5301
5302 commit afa87cab2bed6b038cd5446a00bf58a71c954b43
5303 Author: Brad Spengler <spender@grsecurity.net>
5304 Date: Sat Oct 15 15:18:18 2016 -0400
5305
5306 Update to pax-linux-4.7.6-test7.patch:
5307 - backported upstream commit f5beeb1851ea6f8cfcf2657f26cb24c0582b4945 to speed up kcore handling
5308 - fixed a size overflow false positive in raid10, reported by eswierk (https://forums.grsecurity.net/viewtopic.php?f=3&t=4575)
5309 - 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)
5310 - rate limited the logging of refcount overflows and usercopy violations
5311 - changed atomic64's underlying type on i386 to be consistent with other archs
5312 - sped up the RIP range check in opportunistic sysret on amd64
5313
5314 arch/x86/entry/entry_64.S | 13 ++-
5315 arch/x86/include/asm/atomic64_32.h | 4 +-
5316 block/bio.c | 2 +-
5317 drivers/md/raid10.c | 6 +-
5318 drivers/usb/usbip/vudc_rx.c | 2 +-
5319 fs/exec.c | 24 ++++--
5320 fs/proc/kcore.c | 40 +++++----
5321 include/linux/bio.h | 4 +-
5322 scripts/gcc-plugins/size_overflow_plugin/Makefile | 2 +-
5323 scripts/gcc-plugins/size_overflow_plugin/aux.data | 97 ----------------------
5324 .../gcc-plugins/size_overflow_plugin/disable.data | 12 ++-
5325 .../gcc-plugins/size_overflow_plugin/e_aux.data | 97 ++++++++++++++++++++++
5326 .../gcc-plugins/size_overflow_plugin/e_fields.data | 14 +---
5327 .../size_overflow_plugin_hash.c | 2 +-
5328 14 files changed, 169 insertions(+), 150 deletions(-)
5329
5330 commit 37e00aa150c7861f77e69fe361bf19dee467dc0a
5331 Author: Brad Spengler <spender@grsecurity.net>
5332 Date: Mon Oct 10 18:27:38 2016 -0400
5333
5334 RAP compile fix
5335
5336 drivers/isdn/hisax/config.c | 4 ++--
5337 1 file changed, 2 insertions(+), 2 deletions(-)
5338
5339 commit 00736455939143023205fdd8957421c73868e975
5340 Author: Brad Spengler <spender@grsecurity.net>
5341 Date: Mon Oct 10 18:09:55 2016 -0400
5342
5343 Mark initify broken for the time being due to some recent changes
5344
5345 security/Kconfig | 1 +
5346 1 file changed, 1 insertion(+)
5347
5348 commit 64458bae539de9ac5cd2ba7cad0bd0c0510e6f37
5349 Author: Brad Spengler <spender@grsecurity.net>
5350 Date: Mon Oct 10 17:11:40 2016 -0400
5351
5352 compile fix
5353
5354 scripts/gcc-plugins/size_overflow_plugin/size_overflow_plugin_hash.c | 2 +-
5355 1 file changed, 1 insertion(+), 1 deletion(-)
5356
5357 commit 9f5f1d1d7f120c1c85b16412e6b75ab221c2cdba
5358 Author: Brad Spengler <spender@grsecurity.net>
5359 Date: Mon Oct 10 17:10:22 2016 -0400
5360
5361 Fix makefiles and .gitignore for new size_overflow plugin
5362
5363 Makefile | 7 +-
5364 .../gcc-plugins/size_overflow_plugin/.gitignore | 5 +-
5365 scripts/gcc-plugins/size_overflow_plugin/Makefile | 35 ++++++--
5366 scripts/gcc-plugins/size_overflow_plugin/aux.data | 97 ----------------------
5367 .../gcc-plugins/size_overflow_plugin/e_aux.data | 97 ++++++++++++++++++++++
5368 5 files changed, 128 insertions(+), 113 deletions(-)
5369
5370 commit cb66e251f9c9880a1365c87b4a42d2885a2fb6ef
5371 Author: Brad Spengler <spender@grsecurity.net>
5372 Date: Sun Oct 9 09:28:14 2016 -0400
5373
5374 Enable PAX_SIZE_OVERFLOW_EXTRA by default in auto-config
5375
5376 security/Kconfig | 1 +
5377 1 file changed, 1 insertion(+)
5378
5379 commit cd690739e0fb999002075161a032072cf4e4c458
5380 Merge: 555de68 0e7a060
5381 Author: Brad Spengler <spender@grsecurity.net>
5382 Date: Sat Oct 8 18:29:48 2016 -0400
5383
5384 Merge branch 'pax-test' into grsec-test
5385
5386 commit 0e7a060de797ec4e837533146d38e8793e30f84f
5387 Author: Brad Spengler <spender@grsecurity.net>
5388 Date: Sat Oct 8 18:01:07 2016 -0400
5389
5390 Update to pax-linux-4.7.6-test6.patch:
5391 - updated the fields hash table of the size overflow plugin to remove a few false positives
5392 - fixed SANITIZE/HIBERNATION incompatibility, by Anisse Astier <anisse@astier.eu>
5393 - backported a few fixes and cleanups from grsecurity
5394 - fixed compile errors on some arm/arm64/powerpc/sparc configs for REFCOUNT, KERNEXEC and CONSTIFY
5395 - worked around a compile regression in crc32-pclmul_asm.S on some toolchains that define __i686
5396 - updated the size overflow hash table
5397 - added pax_size_overflow_report_only to disable the reaction mechanism on size overflows
5398 - added a few preemptive buffer size checks
5399 - fixed integer signedness mixup in tun_set_headroom, by Mathias Krause <mathias.krause@secunet.com>
5400 - Emese changed the size overflow plugin to enable the more risky instrumentation under its own config option
5401 - Emese greatly increased the coverage of the initify plugin
5402 - added BROKEN_SECURITY to disable upstream features as necessary
5403
5404 Documentation/dontdiff | 7 +-
5405 Documentation/kernel-parameters.txt | 5 +
5406 arch/arm/include/asm/atomic.h | 41 +-
5407 arch/arm/include/asm/domain.h | 1 +
5408 arch/arm/include/asm/string.h | 6 +-
5409 arch/arm/kernel/efi.c | 4 +-
5410 arch/arm/mach-mvebu/coherency.c | 2 +-
5411 arch/arm/mm/alignment.c | 24 +-
5412 arch/arm64/Kconfig | 1 +
5413 arch/arm64/include/asm/atomic.h | 3 +
5414 arch/arm64/include/asm/cache.h | 4 +-
5415 arch/arm64/include/asm/pgalloc.h | 5 +
5416 arch/arm64/include/asm/pgtable.h | 3 +
5417 arch/arm64/include/asm/string.h | 10 +-
5418 arch/arm64/kernel/process.c | 9 +-
5419 arch/arm64/kernel/stacktrace.c | 4 +-
5420 arch/arm64/kernel/traps.c | 2 +-
5421 arch/ia64/include/asm/uaccess.h | 11 +-
5422 arch/mips/Kconfig | 2 +-
5423 arch/parisc/include/asm/uaccess.h | 108 +-
5424 arch/powerpc/include/asm/atomic.h | 23 +-
5425 arch/powerpc/include/asm/cache.h | 4 +-
5426 arch/powerpc/include/asm/spinlock.h | 1 +
5427 arch/powerpc/include/asm/string.h | 4 +-
5428 arch/powerpc/include/asm/uaccess.h | 15 -
5429 arch/powerpc/kernel/traps.c | 2 +-
5430 arch/sparc/include/asm/cache.h | 4 +-
5431 arch/sparc/include/asm/pgalloc_64.h | 1 +
5432 arch/sparc/include/asm/uaccess_32.h | 65 -
5433 arch/um/include/asm/cache.h | 3 +-
5434 arch/x86/Kconfig | 5 +-
5435 arch/x86/crypto/crc32-pclmul_asm.S | 4 +-
5436 arch/x86/include/asm/string_32.h | 12 +-
5437 arch/x86/include/asm/string_64.h | 4 +-
5438 arch/x86/include/asm/uaccess.h | 2 +-
5439 arch/x86/kernel/hpet.c | 2 +-
5440 arch/x86/kernel/kprobes/opt.c | 8 +-
5441 arch/x86/kernel/ptrace.c | 14 +
5442 arch/x86/kernel/signal.c | 9 +-
5443 arch/x86/lib/Makefile | 4 +
5444 arch/x86/platform/efi/efi_64.c | 2 +-
5445 drivers/acpi/acpica/acutils.h | 2 +-
5446 drivers/acpi/acpica/dbhistry.c | 2 +-
5447 drivers/acpi/acpica/dbinput.c | 10 +-
5448 drivers/acpi/acpica/dbstats.c | 88 +-
5449 drivers/acpi/acpica/utdebug.c | 2 +-
5450 drivers/cdrom/cdrom.c | 2 +-
5451 drivers/char/genrtc.c | 1 +
5452 drivers/char/random.c | 2 +-
5453 drivers/firmware/efi/libstub/Makefile | 2 +
5454 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 7 +-
5455 drivers/hid/hid-wiimote-debug.c | 2 +-
5456 drivers/iommu/arm-smmu-v3.c | 32 +-
5457 drivers/isdn/hisax/hisax.h | 4 +-
5458 drivers/media/radio/radio-cadet.c | 5 +-
5459 drivers/mmc/host/tmio_mmc_pio.c | 4 +-
5460 drivers/net/tun.c | 2 +-
5461 drivers/net/wireless/zydas/zd1211rw/zd_usb.c | 2 +-
5462 drivers/scsi/esas2r/esas2r_init.c | 2 +-
5463 drivers/scsi/esas2r/esas2r_ioctl.c | 2 +-
5464 drivers/scsi/esas2r/esas2r_log.h | 4 +-
5465 drivers/scsi/esas2r/esas2r_main.c | 4 +-
5466 drivers/uio/uio.c | 6 +-
5467 drivers/video/fbdev/arcfb.c | 2 +-
5468 fs/char_dev.c | 2 +-
5469 fs/exec.c | 16 +-
5470 fs/ext4/extents.c | 2 +-
5471 fs/nfsd/nfscache.c | 2 +-
5472 fs/ntfs/debug.h | 6 +-
5473 fs/ocfs2/cluster/masklog.h | 2 +-
5474 fs/proc/task_mmu.c | 5 +-
5475 include/acpi/acpiosxf.h | 3 +-
5476 include/acpi/acpixf.h | 2 +-
5477 include/asm-generic/atomic-long.h | 4 +
5478 include/asm-generic/bug.h | 5 +-
5479 include/asm-generic/pgtable-nopmd.h | 1 +
5480 include/asm-generic/vmlinux.lds.h | 2 +
5481 include/drm/drmP.h | 2 +-
5482 include/linux/atomic.h | 21 +
5483 include/linux/audit.h | 5 +-
5484 include/linux/compiler-gcc.h | 15 +
5485 include/linux/compiler.h | 8 +
5486 include/linux/fs.h | 2 +-
5487 include/linux/gfp.h | 4 +-
5488 include/linux/init.h | 4 +-
5489 include/linux/mm.h | 2 +-
5490 include/linux/printk.h | 2 +-
5491 include/linux/random.h | 2 +-
5492 include/linux/ratelimit.h | 3 +-
5493 include/linux/sched.h | 6 +-
5494 include/linux/slab.h | 2 +-
5495 include/linux/string.h | 34 +-
5496 include/uapi/linux/personality.h | 1 +
5497 init/Kconfig | 3 +
5498 init/main.c | 11 +
5499 kernel/exit.c | 18 +-
5500 kernel/power/hibernate.c | 21 +-
5501 kernel/power/power.h | 2 +
5502 kernel/power/snapshot.c | 22 +
5503 lib/Kconfig.debug | 3 +-
5504 lib/vsprintf.c | 6 +-
5505 mm/Kconfig.debug | 2 -
5506 mm/page_alloc.c | 6 +-
5507 mm/util.c | 2 +-
5508 net/ipv4/ip_sockglue.c | 3 +-
5509 net/ipv4/ip_vti.c | 2 +-
5510 scripts/Makefile.gcc-plugins | 17 +-
5511 scripts/gcc-plugins/initify_plugin.c | 1588 +-
5512 scripts/gcc-plugins/size_overflow_plugin/Makefile | 26 +-
5513 scripts/gcc-plugins/size_overflow_plugin/aux.data | 97 +
5514 .../gcc-plugins/size_overflow_plugin/disable.data | 12453 +++++++++++
5515 .../disable_size_overflow_hash.data | 12445 -----------
5516 .../gcc-plugins/size_overflow_plugin/e_fields.data | 18898 ++++++++++++++++
5517 .../gcc-plugins/size_overflow_plugin/e_fns.data | 4833 ++++
5518 .../gcc-plugins/size_overflow_plugin/e_fptrs.data | 56 +
5519 .../gcc-plugins/size_overflow_plugin/e_vars.data | 116 +
5520 .../insert_size_overflow_asm.c | 2 +-
5521 .../size_overflow_plugin/intentional_overflow.c | 2 +-
5522 .../size_overflow_plugin/size_overflow.h | 14 +-
5523 .../size_overflow_plugin/size_overflow_debug.c | 4 +-
5524 .../size_overflow_plugin/size_overflow_hash.data | 22068 -------------------
5525 .../size_overflow_hash_aux.data | 97 -
5526 .../size_overflow_plugin/size_overflow_ipa.c | 65 +-
5527 .../size_overflow_plugin/size_overflow_plugin.c | 25 +-
5528 .../size_overflow_plugin_hash.c | 120 +-
5529 .../size_overflow_plugin/size_overflow_transform.c | 30 +-
5530 security/Kconfig | 78 +-
5531 security/integrity/integrity.h | 2 +-
5532 security/min_addr.c | 2 +
5533 129 files changed, 38670 insertions(+), 35263 deletions(-)
5534
5535 commit 555de68005b90a38a9e5eee6835130d5d4291030
5536 Merge: b48dade c3695e4
5537 Author: Brad Spengler <spender@grsecurity.net>
5538 Date: Fri Oct 7 17:38:00 2016 -0400
5539
5540 Merge branch 'pax-test' into grsec-test
5541
5542 commit c3695e458f10605aa5d59e5d16a80156c6aca5f1
5543 Merge: a16b512 fdf81f0
5544 Author: Brad Spengler <spender@grsecurity.net>
5545 Date: Fri Oct 7 17:37:31 2016 -0400
5546
5547 Merge branch 'linux-4.7.y' into pax-test
5548
5549 commit b48dade7b67aa153367dc38d6f3b513b93da2b07
5550 Merge: 14d3459 a16b512
5551 Author: Brad Spengler <spender@grsecurity.net>
5552 Date: Fri Sep 30 07:56:46 2016 -0400
5553
5554 Merge branch 'pax-test' into grsec-test
5555
5556 commit a16b51212ca70e45554cecf7d3b67335d4c847ff
5557 Merge: 674c5b2 f849d45
5558 Author: Brad Spengler <spender@grsecurity.net>
5559 Date: Fri Sep 30 07:56:04 2016 -0400
5560
5561 Merge branch 'linux-4.7.y' into pax-test
5562
5563 commit 14d3459a64f15c168c7783d46f690c0ee1283ef2
5564 Author: Brad Spengler <spender@grsecurity.net>
5565 Date: Tue Sep 27 17:07:31 2016 -0400
5566
5567 Fix arm/MULTI_CACHE incompatibility with RANDSTRUCT, reported by radegand:
5568 https://forums.grsecurity.net/viewtopic.php?t=4545&p=1659
5569
5570 arch/arm/include/asm/cacheflush.h | 2 +-
5571 1 file changed, 1 insertion(+), 1 deletion(-)
5572
5573 commit 39d7aa87f8bd225bc3ac099a2046e334191c90b3
5574 Author: Brad Spengler <spender@grsecurity.net>
5575 Date: Mon Sep 26 11:28:09 2016 -0400
5576
5577 Backport upstream commit which allows PAX_MEMORY_SANITIZE to work
5578 with hibernation:
5579 https://patchwork.kernel.org/patch/9322709/
5580
5581 kernel/power/Kconfig | 1 -
5582 kernel/power/hibernate.c | 4 +++-
5583 kernel/power/power.h | 2 ++
5584 kernel/power/snapshot.c | 20 ++++++++++++++++++++
5585 4 files changed, 25 insertions(+), 2 deletions(-)
5586
5587 commit e5944827e8a1cb6938ed75cccf05f354344b3fa9
5588 Author: Herbert Xu <herbert@gondor.apana.org.au>
5589 Date: Tue Sep 20 20:35:55 2016 +0800
5590
5591 KEYS: Fix skcipher IV clobbering
5592
5593 The IV must not be modified by the skcipher operation so we need
5594 to duplicate it.
5595
5596 Fixes: c3917fd9dfbc ("KEYS: Use skcipher")
5597 Cc: stable@vger.kernel.org
5598 Reported-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
5599 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
5600
5601 security/keys/encrypted-keys/encrypted.c | 11 +++++++----
5602 1 file changed, 7 insertions(+), 4 deletions(-)
5603
5604 commit 17d91a9781b8c4558433cee3e7de8d44a6c2d89b
5605 Author: Brad Spengler <spender@grsecurity.net>
5606 Date: Sun Sep 25 18:10:01 2016 -0400
5607
5608 Make vti_notifier_block read_only
5609
5610 net/ipv4/ip_vti.c | 2 +-
5611 1 file changed, 1 insertion(+), 1 deletion(-)
5612
5613 commit d2eba293dd946c7686080602a2e24ddb5358cfcf
5614 Author: Brad Spengler <spender@grsecurity.net>
5615 Date: Sun Sep 25 17:30:32 2016 -0400
5616
5617 compile fix
5618
5619 net/unix/af_unix.c | 2 +-
5620 1 file changed, 1 insertion(+), 1 deletion(-)
5621
5622 commit 47cca6342f665fa1b4b755723b843ac41ebb9178
5623 Merge: 16919c7 674c5b2
5624 Author: Brad Spengler <spender@grsecurity.net>
5625 Date: Sun Sep 25 17:25:45 2016 -0400
5626
5627 Merge branch 'pax-test' into grsec-test
5628
5629 commit 674c5b28e7dfe651caf71d1cdec395205ed9f526
5630 Merge: 4552781 6c21842
5631 Author: Brad Spengler <spender@grsecurity.net>
5632 Date: Sun Sep 25 17:24:44 2016 -0400
5633
5634 Merge branch 'linux-4.7.y' into pax-test
5635
5636 commit 16919c7208e7ad9bc5f6df2f151b84cede110c15
5637 Author: Brad Spengler <spender@grsecurity.net>
5638 Date: Wed Sep 21 18:40:32 2016 -0400
5639
5640 compile fix
5641
5642 drivers/net/tun.c | 2 +-
5643 1 file changed, 1 insertion(+), 1 deletion(-)
5644
5645 commit bafd12998265ed2c32792e117e4227f757cfa18f
5646 Author: Brad Spengler <spender@grsecurity.net>
5647 Date: Wed Sep 21 18:39:39 2016 -0400
5648
5649 From: Mathias Krause <mathias.krause@secunet.com>
5650 Date: Wed, 21 Sep 2016 14:42:43 +0200
5651 Subject: [PATCH] pax: net/tun - explicitly test for negative values in tun_set_headroom()
5652
5653 Because of a type change for the NET_SKB_PAD macro in the PaX patch from
5654 (implicit) int to unsigned long, negative values for new_hr will be sign
5655 extended and wrongly pass the minimal size test. Such a value will,
5656 later on, trigger the size_overflow plugin instrumentation in
5657 tun_get_user().
5658
5659 Fix this by testing new_hr for negative values explicitly to restore the
5660 intended minimal size test.
5661
5662 Signed-off-by: Mathias Krause <mathias.krause@secunet.com>
5663
5664 drivers/net/tun.c | 2 +-
5665 1 file changed, 1 insertion(+), 1 deletion(-)
5666
5667 commit 74fbeac25af78b5f621d8acffb9158dd959078d3
5668 Author: Brad Spengler <spender@grsecurity.net>
5669 Date: Tue Sep 20 18:37:08 2016 -0400
5670
5671 Make CONSTIFY depend on GCC_PLUGINS
5672
5673 security/Kconfig | 1 +
5674 1 file changed, 1 insertion(+)
5675
5676 commit e9e87520569e66d710dadebddac33428c666249a
5677 Author: Brad Spengler <spender@grsecurity.net>
5678 Date: Mon Sep 19 18:43:50 2016 -0400
5679
5680 Fix up atomic64_cmpxchg_unchecked on ARM with REFCOUNT
5681
5682 arch/arm/include/asm/atomic.h | 39 ++++-----------------------------------
5683 include/linux/atomic.h | 9 +++++++++
5684 2 files changed, 13 insertions(+), 35 deletions(-)
5685
5686 commit a1afe597f5731963416233b274144d7c57ce538d
5687 Author: Brad Spengler <spender@grsecurity.net>
5688 Date: Mon Sep 19 17:58:58 2016 -0400
5689
5690 Backport upstream iscsi memory corruption fix:
5691 http://marc.info/?l=linux-scsi&m=147394713328707&w=2
5692
5693 drivers/scsi/arcmsr/arcmsr_hba.c | 8 +++++++-
5694 1 file changed, 7 insertions(+), 1 deletion(-)
5695
5696 commit e6e0b270a18e4ee19460f7dc72bb46d441adf3c4
5697 Author: Chuck Lever <chuck.lever@oracle.com>
5698 Date: Thu Sep 1 10:50:38 2016 -0400
5699
5700 svcauth_gss: Revert 64c59a3726f2 ("Remove unnecessary allocation")
5701
5702 rsc_lookup steals the passed-in memory to avoid doing an allocation of
5703 its own, so we can't just pass in a pointer to memory that someone else
5704 is using.
5705
5706 If we really want to avoid allocation there then maybe we should
5707 preallocate somwhere, or reference count these handles.
5708
5709 For now we should revert.
5710
5711 On occasion I see this on my server:
5712
5713 kernel: kernel BUG at /home/cel/src/linux/linux-2.6/mm/slub.c:3851!
5714 kernel: invalid opcode: 0000 [#1] SMP
5715 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
5716 kernel: CPU: 7 PID: 145 Comm: kworker/7:2 Not tainted 4.8.0-rc4-00006-g9d06b0b #15
5717 kernel: Hardware name: Supermicro Super Server/X10SRL-F, BIOS 1.0c 09/09/2015
5718 kernel: Workqueue: events do_cache_clean [sunrpc]
5719 kernel: task: ffff8808541d8000 task.stack: ffff880854344000
5720 kernel: RIP: 0010:[<ffffffff811e7075>] [<ffffffff811e7075>] kfree+0x155/0x180
5721 kernel: RSP: 0018:ffff880854347d70 EFLAGS: 00010246
5722 kernel: RAX: ffffea0020fe7660 RBX: ffff88083f9db064 RCX: 146ff0f9d5ec5600
5723 kernel: RDX: 000077ff80000000 RSI: ffff880853f01500 RDI: ffff88083f9db064
5724 kernel: RBP: ffff880854347d88 R08: ffff8808594ee000 R09: ffff88087fdd8780
5725 kernel: R10: 0000000000000000 R11: ffffea0020fe76c0 R12: ffff880853f01500
5726 kernel: R13: ffffffffa013cf76 R14: ffffffffa013cff0 R15: ffffffffa04253a0
5727 kernel: FS: 0000000000000000(0000) GS:ffff88087fdc0000(0000) knlGS:0000000000000000
5728 kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
5729 kernel: CR2: 00007fed60b020c3 CR3: 0000000001c06000 CR4: 00000000001406e0
5730 kernel: Stack:
5731 kernel: ffff8808589f2f00 ffff880853f01500 0000000000000001 ffff880854347da0
5732 kernel: ffffffffa013cf76 ffff8808589f2f00 ffff880854347db8 ffffffffa013d006
5733 kernel: ffff8808589f2f20 ffff880854347e00 ffffffffa0406f60 0000000057c7044f
5734 kernel: Call Trace:
5735 kernel: [<ffffffffa013cf76>] rsc_free+0x16/0x90 [auth_rpcgss]
5736 kernel: [<ffffffffa013d006>] rsc_put+0x16/0x30 [auth_rpcgss]
5737 kernel: [<ffffffffa0406f60>] cache_clean+0x2e0/0x300 [sunrpc]
5738 kernel: [<ffffffffa04073ee>] do_cache_clean+0xe/0x70 [sunrpc]
5739 kernel: [<ffffffff8109a70f>] process_one_work+0x1ff/0x3b0
5740 kernel: [<ffffffff8109b15c>] worker_thread+0x2bc/0x4a0
5741 kernel: [<ffffffff8109aea0>] ? rescuer_thread+0x3a0/0x3a0
5742 kernel: [<ffffffff810a0ba4>] kthread+0xe4/0xf0
5743 kernel: [<ffffffff8169c47f>] ret_from_fork+0x1f/0x40
5744 kernel: [<ffffffff810a0ac0>] ? kthread_stop+0x110/0x110
5745 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
5746 kernel: RIP [<ffffffff811e7075>] kfree+0x155/0x180
5747 kernel: RSP <ffff880854347d70>
5748 kernel: ---[ end trace 3fdec044969def26 ]---
5749
5750 It seems to be most common after a server reboot where a client has been
5751 using a Kerberos mount, and reconnects to continue its workload.
5752
5753 Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
5754 Cc: stable@vger.kernel.org
5755 Signed-off-by: J. Bruce Fields <bfields@redhat.com>
5756
5757 net/sunrpc/auth_gss/svcauth_gss.c | 5 +++--
5758 1 file changed, 3 insertions(+), 2 deletions(-)
5759
5760 commit 6e83144022a8e3cd00a7d0ca3916354ea3336f5e
5761 Author: Brad Spengler <spender@grsecurity.net>
5762 Date: Mon Sep 19 17:44:04 2016 -0400
5763
5764 fix whitespace
5765
5766 mm/mmap.c | 2 +-
5767 1 file changed, 1 insertion(+), 1 deletion(-)
5768
5769 commit ffb1a4cfdce65f581265612878fd136d76b132ae
5770 Author: Brad Spengler <spender@grsecurity.net>
5771 Date: Mon Sep 19 17:07:34 2016 -0400
5772
5773 Remove optional dependency on USERCOPY for pax_check_alloca
5774
5775 arch/x86/kernel/dumpstack_32.c | 2 +-
5776 arch/x86/kernel/dumpstack_64.c | 2 +-
5777 2 files changed, 2 insertions(+), 2 deletions(-)
5778
5779 commit 01ca858fb54c3406db13ace327798610b1cdec10
5780 Author: Brad Spengler <spender@grsecurity.net>
5781 Date: Thu Sep 15 21:28:25 2016 -0400
5782
5783 compile fixes
5784
5785 arch/x86/crypto/crc32-pclmul_asm.S | 4 ++--
5786 arch/x86/include/asm/uaccess.h | 2 +-
5787 2 files changed, 3 insertions(+), 3 deletions(-)
5788
5789 commit aeed418bbabf465cfa2bd5463b4ee26ddfdee99c
5790 Author: Al Viro <viro@ZenIV.linux.org.uk>
5791 Date: Thu Sep 15 02:35:29 2016 +0100
5792
5793 fix minor infoleak in get_user_ex()
5794
5795 get_user_ex(x, ptr) should zero x on failure. It's not a lot of a leak
5796 (at most we are leaking uninitialized 64bit value off the kernel stack,
5797 and in a fairly constrained situation, at that), but the fix is trivial,
5798 so...
5799
5800 Cc: stable@vger.kernel.org
5801 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
5802 [ This sat in different branch from the uaccess fixes since mid-August ]
5803 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
5804
5805 arch/x86/include/asm/uaccess.h | 6 +++++-
5806 1 file changed, 5 insertions(+), 1 deletion(-)
5807
5808 commit 4ec72305c579df587c9c31f18fbc3ceba14045a5
5809 Author: Brad Spengler <spender@grsecurity.net>
5810 Date: Thu Sep 15 20:02:01 2016 -0400
5811
5812 compile fix
5813
5814 fs/proc/task_mmu.c | 2 +-
5815 1 file changed, 1 insertion(+), 1 deletion(-)
5816
5817 commit ed3d3716625f0c04c9a07dc6c6c7537be22cee07
5818 Author: Brad Spengler <spender@grsecurity.net>
5819 Date: Thu Sep 15 20:01:31 2016 -0400
5820
5821 Resync with PaX
5822
5823 fs/proc/task_mmu.c | 2 +-
5824 1 file changed, 1 insertion(+), 1 deletion(-)
5825
5826 commit 36300fe10dd78430f8e84c42b665c0154f88dd5a
5827 Merge: 14e5235 4552781
5828 Author: Brad Spengler <spender@grsecurity.net>
5829 Date: Thu Sep 15 18:36:02 2016 -0400
5830
5831 Merge branch 'pax-test' into grsec-test
5832
5833 commit 4552781643cf8a01376539bf0bf469c8dbc69701
5834 Author: Brad Spengler <spender@grsecurity.net>
5835 Date: Thu Sep 15 18:35:49 2016 -0400
5836
5837 Resync with PaX
5838
5839 fs/proc/task_mmu.c | 5 +++--
5840 include/linux/init.h | 4 +++-
5841 include/linux/mm.h | 2 +-
5842 mm/util.c | 2 +-
5843 4 files changed, 8 insertions(+), 5 deletions(-)
5844
5845 commit 14e523564a0a84ece93b04a2b375f33cce806c8b
5846 Merge: 402a024 6740d15
5847 Author: Brad Spengler <spender@grsecurity.net>
5848 Date: Thu Sep 15 18:18:19 2016 -0400
5849
5850 Merge branch 'pax-test' into grsec-test
5851
5852 commit 6740d1535fb0208f329eda7aeeee2c6f0fbe09d3
5853 Author: Brad Spengler <spender@grsecurity.net>
5854 Date: Thu Sep 15 18:16:18 2016 -0400
5855
5856 Update to pax-linux-4.7.3-test4.patch:
5857 - fixed atomic_xchg_unchecked on arm, reported by wizzup
5858 - temporary workaround for cloned functions in the initify plugin, prevents an ICE-from-assertion reported by xeaforz and gg
5859 - fixed hugetlb compile error on arm64
5860 - fixed branch prediction hints in copy*user on x86, by spender
5861 - fixed the invocation of gcc-plugin.sh while reporting errors, by spender
5862 - fixed long-standing regression in non-exec page support on powerpc32/book3s
5863 - fixed inefficient PIC in crc32_pclmul* on i386 to also work under KERNEXEC, reported by minipli
5864 - fixed pfn/physical address mixup in static_protections on amd64, by Mathias Krause <mathias.krause@secunet.com>
5865 - fixed latent bug on module loading exposed by the fix for static_protections, reported by minipli
5866 - fixed two USERCOPY violations in iucv and netlink, by Mathias Krause <minipli@ld-linux.so>
5867 - fixed a xen boot regression with ssp-strong, reported by biergaizi and d-u (https://forums.grsecurity.net/viewtopic.php?f=3&t=4441)
5868 - fixed module symbol resolution and extable handling on i386/KERNEXEC when KASLR is enabled
5869
5870 arch/arm/include/asm/atomic.h | 12 +++--------
5871 arch/arm/include/asm/cmpxchg.h | 3 ++-
5872 arch/arm64/mm/dma-mapping.c | 2 +-
5873 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
5874 arch/powerpc/include/asm/book3s/32/hash.h | 2 +-
5875 arch/powerpc/include/asm/book3s/32/pgtable.h | 2 +-
5876 arch/powerpc/include/asm/pte-common.h | 30 +++++++++++++---------------
5877 arch/x86/crypto/crc32-pclmul_asm.S | 19 +++++++++++-------
5878 arch/x86/include/asm/setup.h | 3 ++-
5879 arch/x86/include/asm/uaccess.h | 4 ++--
5880 arch/x86/kernel/module.c | 2 +-
5881 arch/x86/kernel/pci-swiotlb.c | 2 +-
5882 arch/x86/kvm/x86.c | 2 +-
5883 arch/x86/mm/extable.c | 18 ++---------------
5884 arch/x86/mm/pageattr.c | 5 +++--
5885 arch/x86/xen/enlighten.c | 18 ++++++++---------
5886 arch/x86/xen/pmu.c | 1 +
5887 include/asm-generic/atomic-long.h | 2 ++
5888 include/asm-generic/atomic64.h | 1 +
5889 include/linux/atomic.h | 4 ++++
5890 include/linux/llist.h | 9 +++++++++
5891 include/linux/swiotlb.h | 3 +--
5892 kernel/extable.c | 17 ++++++++++++++--
5893 kernel/module.c | 9 ++++++++-
5894 lib/extable.c | 11 +---------
5895 lib/llist.c | 17 ++++++++++++++++
5896 lib/swiotlb.c | 2 +-
5897 mm/hugetlb.c | 12 +++++++++++
5898 mm/vmalloc.c | 2 +-
5899 net/iucv/af_iucv.c | 7 +++----
5900 net/netlink/af_netlink.c | 5 +++--
5901 scripts/Makefile.gcc-plugins | 2 +-
5902 scripts/gcc-plugins/initify_plugin.c | 4 +++-
5903 33 files changed, 139 insertions(+), 95 deletions(-)
5904
5905 commit 402a02454512e83be868e83529b04c0ccde687a9
5906 Author: Brad Spengler <spender@grsecurity.net>
5907 Date: Thu Sep 15 08:25:18 2016 -0400
5908
5909 Update size_overflow hash
5910
5911 scripts/gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 1 +
5912 1 file changed, 1 insertion(+)
5913
5914 commit e1d3996c7486a0985846423711dd5c05401144c1
5915 Author: Brad Spengler <spender@grsecurity.net>
5916 Date: Thu Sep 15 07:48:33 2016 -0400
5917
5918 compile fix
5919
5920 kernel/capability.c | 6 +++---
5921 1 file changed, 3 insertions(+), 3 deletions(-)
5922
5923 commit a668b9edff65c3c2eb134e1c7edfbc4142f1e678
5924 Merge: f2ceab4 4f9be5c
5925 Author: Brad Spengler <spender@grsecurity.net>
5926 Date: Thu Sep 15 07:24:15 2016 -0400
5927
5928 Rename our existing ns_capable_nolog to suit upstream's bikeshedded ns_capable_noaudit
5929
5930 Merge branch 'pax-test' into grsec-test
5931
5932 commit 4f9be5c8326f08df59ef7df521acac91e9e6c3d5
5933 Merge: 168b0e3 bd333da
5934 Author: Brad Spengler <spender@grsecurity.net>
5935 Date: Thu Sep 15 07:12:12 2016 -0400
5936
5937 Merge branch 'linux-4.7.y' into pax-test
5938
5939 commit f2ceab4fbaec0cd5c127345dbce3e033b74fe826
5940 Author: WANG Cong <xiyou.wangcong@gmail.com>
5941 Date: Sun Aug 28 21:28:26 2016 -0700
5942
5943 kcm: fix a socket double free
5944
5945 Dmitry reported a double free on kcm socket, which could
5946 be easily reproduced by:
5947
5948 #include <unistd.h>
5949 #include <sys/syscall.h>
5950
5951 int main()
5952 {
5953 int fd = syscall(SYS_socket, 0x29ul, 0x5ul, 0x0ul, 0, 0, 0);
5954 syscall(SYS_ioctl, fd, 0x89e2ul, 0x20a98000ul, 0, 0, 0);
5955 return 0;
5956 }
5957
5958 This is because on the error path, after we install
5959 the new socket file, we call sock_release() to clean
5960 up the socket, which leaves the fd pointing to a freed
5961 socket. Fix this by calling sys_close() on that fd
5962 directly.
5963
5964 Fixes: ab7ac4eb9832 ("kcm: Kernel Connection Multiplexor module")
5965 Reported-by: Dmitry Vyukov <dvyukov@google.com>
5966 Cc: Tom Herbert <tom@herbertland.com>
5967 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
5968 Signed-off-by: David S. Miller <davem@davemloft.net>
5969
5970 net/kcm/kcmsock.c | 3 ++-
5971 1 file changed, 2 insertions(+), 1 deletion(-)
5972
5973 commit f3ddf560233f0ec26493522fc1c2b1b8f764f16e
5974 Merge: 9e43620 168b0e3
5975 Author: Brad Spengler <spender@grsecurity.net>
5976 Date: Wed Sep 7 08:26:50 2016 -0400
5977
5978 Merge branch 'pax-test' into grsec-test
5979
5980 commit 168b0e38caaf436f7c5345fe20a92b7f391ccad5
5981 Merge: 2a27d24 d7f6728
5982 Author: Brad Spengler <spender@grsecurity.net>
5983 Date: Wed Sep 7 08:26:41 2016 -0400
5984
5985 Merge branch 'linux-4.7.y' into pax-test
5986
5987 commit 9e43620d71b42e65cb12642b240a6e638531aa65
5988 Author: Daeho Jeong <daeho.jeong@samsung.com>
5989 Date: Sun Jul 3 17:51:39 2016 -0400
5990
5991 ext4: avoid modifying checksum fields directly during checksum verification
5992
5993 We temporally change checksum fields in buffers of some types of
5994 metadata into '0' for verifying the checksum values. By doing this
5995 without locking the buffer, some metadata's checksums, which are
5996 being committed or written back to the storage, could be damaged.
5997 In our test, several metadata blocks were found with damaged metadata
5998 checksum value during recovery process. When we only verify the
5999 checksum value, we have to avoid modifying checksum fields directly.
6000
6001 Signed-off-by: Daeho Jeong <daeho.jeong@samsung.com>
6002 Signed-off-by: Youngjin Gil <youngjin.gil@samsung.com>
6003 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
6004 Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
6005
6006 fs/ext4/inode.c | 38 ++++++++++++++++++++++----------------
6007 fs/ext4/namei.c | 9 ++++-----
6008 fs/ext4/super.c | 18 +++++++++---------
6009 fs/ext4/xattr.c | 13 +++++++------
6010 4 files changed, 42 insertions(+), 36 deletions(-)
6011
6012 commit b84727ffa19c4ec06a04502219f8e15b6887d401
6013 Author: Brad Spengler <spender@grsecurity.net>
6014 Date: Wed Aug 31 20:22:42 2016 -0400
6015
6016 Use the correct branch prediction
6017
6018 arch/x86/include/asm/uaccess.h | 4 ++--
6019 1 file changed, 2 insertions(+), 2 deletions(-)
6020
6021 commit a8411c5faefe2708a5998f484ed6ca65c9ccf971
6022 Author: Linus Torvalds <torvalds@linux-foundation.org>
6023 Date: Mon Aug 22 16:41:46 2016 -0700
6024
6025 binfmt_elf: switch to new creds when switching to new mm
6026
6027 We used to delay switching to the new credentials until after we had
6028 mapped the executable (and possible elf interpreter). That was kind of
6029 odd to begin with, since the new executable will actually then _run_
6030 with the new creds, but whatever.
6031
6032 The bigger problem was that we also want to make sure that we turn off
6033 prof events and tracing before we start mapping the new executable
6034 state. So while this is a cleanup, it's also a fix for a possible
6035 information leak.
6036
6037 Reported-by: Robert Święcki <robert@swiecki.net>
6038 Tested-by: Peter Zijlstra <peterz@infradead.org>
6039 Acked-by: David Howells <dhowells@redhat.com>
6040 Acked-by: Oleg Nesterov <oleg@redhat.com>
6041 Acked-by: Andy Lutomirski <luto@amacapital.net>
6042 Acked-by: Eric W. Biederman <ebiederm@xmission.com>
6043 Cc: Willy Tarreau <w@1wt.eu>
6044 Cc: Kees Cook <keescook@chromium.org>
6045 Cc: Al Viro <viro@zeniv.linux.org.uk>
6046 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
6047
6048 fs/binfmt_elf.c | 2 +-
6049 1 file changed, 1 insertion(+), 1 deletion(-)
6050
6051 commit 18fe03a1a1ce3b59208ecc7bb90be5724ec1d1aa
6052 Author: Brad Spengler <spender@grsecurity.net>
6053 Date: Wed Aug 31 20:01:48 2016 -0400
6054
6055 Two USERCOPY fixes from Mathias Krause
6056
6057 net/iucv/af_iucv.c | 7 +++----
6058 net/netlink/af_netlink.c | 5 +++--
6059 2 files changed, 6 insertions(+), 6 deletions(-)
6060
6061 commit 4830a253a94494524d9ebb3bed7118c2b746f5a2
6062 Author: Brad Spengler <spender@grsecurity.net>
6063 Date: Wed Aug 31 19:58:53 2016 -0400
6064
6065 From 7e13821dd59b17382bba8707c1a9b73569db5535 Mon Sep 17 00:00:00 2001
6066 From: Mathias Krause <mathias.krause@secunet.com>
6067 Date: Thu, 18 Aug 2016 17:03:19 +0200
6068 Subject: [PATCH] [pax] fix page frame number compare in static_protections()
6069
6070 The KERNEXEC specific memory range check is comparing a page frame
6071 number against physical addresses while it should compare page frame
6072 numbers instead.
6073
6074 This leads to "false positives" for systems with 64GB+ of RAM, leading
6075 to missing memory protection changes, leading various access errors,
6076 like failing to release module init code when using the RCU path in
6077 vunmap().
6078
6079 Fix this by converting the physical addresses to page frame numbers
6080 before doing the range check.
6081
6082 Signed-off-by: Mathias Krause <mathias.krause@secunet.com>
6083
6084 arch/x86/mm/pageattr.c | 2 +-
6085 1 file changed, 1 insertion(+), 1 deletion(-)
6086
6087 commit 8cd264e31562d39c034c35256dcb4eff8ab2fc66
6088 Author: Brad Spengler <spender@grsecurity.net>
6089 Date: Thu Aug 18 17:57:25 2016 -0400
6090
6091 Remove a warning that is (under the specific instance where we triggered it)
6092 erroneous. Avoiding triggering the warning will require reworking some of
6093 our APIs, so this will be fixed at a later time.
6094
6095 Thanks to Ed Swierk of Skyport Systems for the report.
6096
6097 fs/dcache.c | 2 --
6098 1 file changed, 2 deletions(-)
6099
6100 commit 7276656b983ed5e39010c54908005e0574a2d3fd
6101 Author: Brad Spengler <spender@grsecurity.net>
6102 Date: Sun Aug 21 17:36:48 2016 -0400
6103
6104 Update size_overflow hash table
6105
6106 scripts/gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 4 +++-
6107 1 file changed, 3 insertions(+), 1 deletion(-)
6108
6109 commit 18a6c9305d45e83c3bebf07eb132885da34b73da
6110 Merge: 5cbf490 2a27d24
6111 Author: Brad Spengler <spender@grsecurity.net>
6112 Date: Sun Aug 21 16:59:37 2016 -0400
6113
6114 Merge branch 'pax-test' into grsec-test
6115
6116 commit 2a27d2419704b09b554b75d6397bf26ffd45754b
6117 Merge: 7be9261 84fae3f
6118 Author: Brad Spengler <spender@grsecurity.net>
6119 Date: Sun Aug 21 16:57:07 2016 -0400
6120
6121 Merge branch 'linux-4.7.y' into pax-test
6122
6123 commit 5cbf4905a069cf66895ff7a06673f8102e3faab5
6124 Author: Brad Spengler <spender@grsecurity.net>
6125 Date: Tue Aug 16 17:23:45 2016 -0400
6126
6127 forward-port !PAX_ASLR change
6128
6129 arch/x86/mm/mmap.c | 16 +++-------------
6130 1 file changed, 3 insertions(+), 13 deletions(-)
6131
6132 commit c7d89a55e70af76005662d4a4c9c7db3a4cb7998
6133 Merge: a144f0f8 7be9261
6134 Author: Brad Spengler <spender@grsecurity.net>
6135 Date: Tue Aug 16 17:14:06 2016 -0400
6136
6137 Merge branch 'pax-test' into grsec-test
6138
6139 commit 7be92610b9cff4e90a4f84a385086c5f643004a0
6140 Merge: cb11f67 95f15f5
6141 Author: Brad Spengler <spender@grsecurity.net>
6142 Date: Tue Aug 16 17:13:54 2016 -0400
6143
6144 Merge branch 'linux-4.7.y' into pax-test
6145
6146 commit a144f0f806ea8a109483a945d2e92474b57ef03c
6147 Author: Brad Spengler <spender@grsecurity.net>
6148 Date: Mon Aug 15 17:54:00 2016 -0400
6149
6150 Temporary workaround for cloned functions in the initify plugin, prevents
6151 an ICE-from-assertion reported by xeaforz and gg on IRC
6152
6153 scripts/gcc-plugins/initify_plugin.c | 3 ++-
6154 1 file changed, 2 insertions(+), 1 deletion(-)
6155
6156 commit f68bc3565a314bea45c58a9ee0c025fad19af76d
6157 Author: Brad Spengler <spender@grsecurity.net>
6158 Date: Mon Aug 15 17:50:24 2016 -0400
6159
6160 Fix arm/ppc compilation, reported by Wizzup
6161
6162 arch/arm/include/asm/atomic.h | 2 +-
6163 arch/powerpc/include/asm/atomic.h | 2 +-
6164 include/asm-generic/atomic-long.h | 3 ++-
6165 include/linux/atomic.h | 4 ++++
6166 4 files changed, 8 insertions(+), 3 deletions(-)
6167
6168 commit 30f09e2a7b1590febfb028aad55f3e4b74d92c87
6169 Author: Brad Spengler <spender@grsecurity.net>
6170 Date: Sat Aug 13 12:28:25 2016 -0400
6171
6172 Initial import of grsecurity 3.1 for Linux 4.7
6173
6174 Disables userfaultfd as suggested by Jann Horn
6175
6176 Documentation/dontdiff | 2 +
6177 Documentation/kernel-parameters.txt | 11 +
6178 Documentation/sysctl/kernel.txt | 15 +
6179 Makefile | 5 +-
6180 arch/alpha/include/asm/cache.h | 4 +-
6181 arch/alpha/kernel/osf_sys.c | 12 +-
6182 arch/arc/Kconfig | 1 +
6183 arch/arm/Kconfig | 2 +
6184 arch/arm/Kconfig.debug | 1 +
6185 arch/arm/include/asm/atomic.h | 45 +-
6186 arch/arm/include/asm/domain.h | 1 +
6187 arch/arm/include/asm/thread_info.h | 7 +-
6188 arch/arm/kernel/entry-common.S | 8 +-
6189 arch/arm/kernel/process.c | 4 +-
6190 arch/arm/kernel/ptrace.c | 9 +
6191 arch/arm/kernel/traps.c | 7 +-
6192 arch/arm/mach-mvebu/coherency.c | 2 +-
6193 arch/arm/mm/Kconfig | 4 +-
6194 arch/arm/mm/alignment.c | 24 +-
6195 arch/arm/mm/fault.c | 40 +-
6196 arch/arm/mm/mmap.c | 8 +-
6197 arch/arm/net/bpf_jit_32.c | 51 +-
6198 arch/arm64/Kconfig.debug | 1 +
6199 arch/arm64/include/asm/atomic.h | 3 +
6200 arch/arm64/include/asm/cache.h | 4 +-
6201 arch/arm64/include/asm/pgtable.h | 3 +
6202 arch/arm64/kernel/process.c | 9 +-
6203 arch/arm64/kernel/stacktrace.c | 4 +-
6204 arch/arm64/kernel/traps.c | 2 +-
6205 arch/avr32/include/asm/cache.h | 4 +-
6206 arch/blackfin/Kconfig.debug | 1 +
6207 arch/blackfin/include/asm/cache.h | 3 +-
6208 arch/cris/include/arch-v10/arch/cache.h | 3 +-
6209 arch/cris/include/arch-v32/arch/cache.h | 3 +-
6210 arch/frv/include/asm/cache.h | 3 +-
6211 arch/frv/mm/elf-fdpic.c | 4 +-
6212 arch/hexagon/include/asm/cache.h | 6 +-
6213 arch/ia64/Kconfig | 1 +
6214 arch/ia64/include/asm/cache.h | 3 +-
6215 arch/ia64/kernel/sys_ia64.c | 2 +
6216 arch/ia64/mm/hugetlbpage.c | 2 +
6217 arch/m32r/include/asm/cache.h | 4 +-
6218 arch/m68k/include/asm/cache.h | 4 +-
6219 arch/metag/mm/hugetlbpage.c | 1 +
6220 arch/microblaze/include/asm/cache.h | 3 +-
6221 arch/mips/Kconfig | 1 +
6222 arch/mips/include/asm/thread_info.h | 11 +-
6223 arch/mips/kernel/irq.c | 3 +
6224 arch/mips/kernel/ptrace.c | 9 +
6225 arch/mips/mm/mmap.c | 4 +-
6226 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
6227 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
6228 arch/openrisc/include/asm/cache.h | 4 +-
6229 arch/parisc/include/asm/cache.h | 3 +
6230 arch/parisc/kernel/sys_parisc.c | 4 +
6231 arch/powerpc/Kconfig | 1 +
6232 arch/powerpc/include/asm/atomic.h | 28 +-
6233 arch/powerpc/include/asm/cache.h | 4 +-
6234 arch/powerpc/include/asm/spinlock.h | 1 +
6235 arch/powerpc/include/asm/thread_info.h | 5 +-
6236 arch/powerpc/kernel/Makefile | 2 +
6237 arch/powerpc/kernel/irq.c | 3 +
6238 arch/powerpc/kernel/process.c | 10 +-
6239 arch/powerpc/kernel/ptrace.c | 14 +
6240 arch/powerpc/kernel/traps.c | 7 +-
6241 arch/powerpc/mm/slice.c | 2 +-
6242 arch/s390/Kconfig.debug | 1 +
6243 arch/s390/include/asm/cache.h | 4 +-
6244 arch/score/include/asm/cache.h | 4 +-
6245 arch/sh/include/asm/cache.h | 3 +-
6246 arch/sh/mm/mmap.c | 6 +-
6247 arch/sparc/include/asm/cache.h | 4 +-
6248 arch/sparc/include/asm/pgalloc_64.h | 1 +
6249 arch/sparc/include/asm/thread_info_64.h | 8 +-
6250 arch/sparc/kernel/process_32.c | 6 +-
6251 arch/sparc/kernel/process_64.c | 8 +-
6252 arch/sparc/kernel/ptrace_64.c | 14 +
6253 arch/sparc/kernel/sys_sparc_64.c | 8 +-
6254 arch/sparc/kernel/syscalls.S | 8 +-
6255 arch/sparc/kernel/traps_32.c | 8 +-
6256 arch/sparc/kernel/traps_64.c | 28 +-
6257 arch/sparc/kernel/unaligned_64.c | 2 +-
6258 arch/sparc/mm/fault_64.c | 2 +-
6259 arch/sparc/mm/hugetlbpage.c | 15 +-
6260 arch/tile/Kconfig | 1 +
6261 arch/tile/include/asm/cache.h | 3 +-
6262 arch/tile/mm/hugetlbpage.c | 2 +
6263 arch/um/include/asm/cache.h | 3 +-
6264 arch/unicore32/include/asm/cache.h | 6 +-
6265 arch/x86/Kconfig | 21 +
6266 arch/x86/Kconfig.debug | 2 +
6267 arch/x86/entry/common.c | 14 +
6268 arch/x86/entry/entry_32.S | 2 +-
6269 arch/x86/entry/entry_64.S | 2 +-
6270 arch/x86/ia32/ia32_aout.c | 2 +
6271 arch/x86/include/asm/floppy.h | 20 +-
6272 arch/x86/include/asm/fpu/types.h | 69 +-
6273 arch/x86/include/asm/io.h | 2 +-
6274 arch/x86/include/asm/page.h | 12 +-
6275 arch/x86/include/asm/paravirt_types.h | 21 +-
6276 arch/x86/include/asm/processor.h | 12 +-
6277 arch/x86/include/asm/thread_info.h | 6 +-
6278 arch/x86/kernel/dumpstack.c | 10 +-
6279 arch/x86/kernel/dumpstack_32.c | 2 +-
6280 arch/x86/kernel/dumpstack_64.c | 2 +-
6281 arch/x86/kernel/ioport.c | 13 +
6282 arch/x86/kernel/irq_32.c | 3 +
6283 arch/x86/kernel/irq_64.c | 4 +
6284 arch/x86/kernel/kprobes/opt.c | 8 +-
6285 arch/x86/kernel/ldt.c | 18 +
6286 arch/x86/kernel/msr.c | 12 +
6287 arch/x86/kernel/ptrace.c | 14 +
6288 arch/x86/kernel/signal.c | 9 +-
6289 arch/x86/kernel/sys_i386_32.c | 9 +-
6290 arch/x86/kernel/sys_x86_64.c | 8 +-
6291 arch/x86/kernel/traps.c | 5 +
6292 arch/x86/kernel/verify_cpu.S | 1 +
6293 arch/x86/kernel/vm86_32.c | 15 +
6294 arch/x86/mm/fault.c | 12 +-
6295 arch/x86/mm/hugetlbpage.c | 15 +-
6296 arch/x86/mm/init.c | 51 +-
6297 arch/x86/mm/init_32.c | 6 +-
6298 arch/x86/net/bpf_jit_comp.c | 4 +
6299 arch/x86/platform/efi/efi_64.c | 2 +-
6300 arch/x86/xen/Kconfig | 1 +
6301 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
6302 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
6303 crypto/scatterwalk.c | 10 +-
6304 drivers/acpi/acpica/hwxfsleep.c | 11 +-
6305 drivers/acpi/custom_method.c | 4 +
6306 drivers/block/cciss.h | 30 +-
6307 drivers/block/smart1,2.h | 40 +-
6308 drivers/cdrom/cdrom.c | 2 +-
6309 drivers/char/Kconfig | 4 +-
6310 drivers/char/genrtc.c | 1 +
6311 drivers/char/mem.c | 17 +
6312 drivers/char/random.c | 5 +-
6313 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
6314 drivers/firewire/ohci.c | 4 +
6315 drivers/firmware/efi/libstub/Makefile | 2 +
6316 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 82 +-
6317 .../drm/amd/powerplay/hwmgr/cz_clockpowergating.c | 12 +-
6318 drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c | 58 +-
6319 drivers/gpu/drm/amd/powerplay/hwmgr/fiji_thermal.c | 20 +-
6320 .../drm/amd/powerplay/hwmgr/polaris10_thermal.c | 22 +-
6321 .../gpu/drm/amd/powerplay/hwmgr/tonga_thermal.c | 20 +-
6322 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 7 +-
6323 drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.c | 9 +-
6324 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
6325 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
6326 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
6327 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
6328 drivers/hid/hid-wiimote-debug.c | 2 +-
6329 drivers/infiniband/hw/i40iw/i40iw_ctrl.c | 138 +-
6330 drivers/infiniband/hw/i40iw/i40iw_uk.c | 34 +-
6331 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
6332 drivers/iommu/amd_iommu.c | 14 +-
6333 drivers/iommu/arm-smmu-v3.c | 32 +-
6334 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
6335 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
6336 drivers/isdn/gigaset/usb-gigaset.c | 32 +-
6337 drivers/isdn/i4l/isdn_concap.c | 6 +-
6338 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
6339 drivers/md/bcache/Kconfig | 1 +
6340 drivers/md/raid5.c | 8 +
6341 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
6342 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
6343 drivers/media/radio/radio-cadet.c | 5 +-
6344 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
6345 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
6346 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
6347 drivers/media/usb/dvb-usb/technisat-usb2.c | 23 +-
6348 drivers/message/fusion/mptbase.c | 9 +
6349 drivers/misc/sgi-xp/xp_main.c | 12 +-
6350 drivers/mmc/host/tmio_mmc_pio.c | 5 +-
6351 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
6352 drivers/net/wan/lmc/lmc_media.c | 97 +-
6353 drivers/net/wan/z85230.c | 24 +-
6354 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
6355 drivers/net/wireless/zydas/zd1211rw/zd_usb.c | 2 +-
6356 drivers/pci/proc.c | 9 +
6357 drivers/platform/x86/asus-wmi.c | 12 +
6358 drivers/rtc/rtc-dev.c | 3 +
6359 drivers/scsi/bfa/bfa_fcs.c | 19 +-
6360 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
6361 drivers/scsi/bfa/bfa_modules.h | 12 +-
6362 drivers/scsi/hpsa.h | 40 +-
6363 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
6364 drivers/staging/wilc1000/host_interface.h | 1 +
6365 drivers/staging/wilc1000/wilc_spi.c | 1 +
6366 drivers/tty/sysrq.c | 2 +-
6367 drivers/tty/tty_io.c | 4 +
6368 drivers/tty/vt/keyboard.c | 22 +-
6369 drivers/uio/uio.c | 6 +-
6370 drivers/usb/core/hub.c | 5 +
6371 drivers/usb/gadget/function/f_uac1.c | 1 +
6372 drivers/usb/gadget/function/u_uac1.c | 1 +
6373 drivers/usb/host/hwa-hc.c | 9 +-
6374 drivers/usb/usbip/vhci_sysfs.c | 2 +-
6375 drivers/video/fbdev/arcfb.c | 2 +-
6376 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
6377 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
6378 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
6379 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++----
6380 drivers/xen/xenfs/xenstored.c | 5 +
6381 firmware/Makefile | 2 +
6382 firmware/WHENCE | 20 +-
6383 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
6384 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
6385 fs/attr.c | 4 +
6386 fs/autofs4/waitq.c | 9 +
6387 fs/binfmt_aout.c | 7 +
6388 fs/binfmt_elf.c | 40 +-
6389 fs/compat.c | 20 +-
6390 fs/coredump.c | 17 +-
6391 fs/dcache.c | 3 +
6392 fs/debugfs/inode.c | 19 +-
6393 fs/exec.c | 243 +-
6394 fs/ext2/balloc.c | 4 +-
6395 fs/ext2/super.c | 8 +-
6396 fs/ext4/balloc.c | 4 +-
6397 fs/ext4/extents.c | 2 +-
6398 fs/fcntl.c | 4 +
6399 fs/fhandle.c | 3 +-
6400 fs/file.c | 4 +
6401 fs/filesystems.c | 4 +
6402 fs/fs_struct.c | 20 +-
6403 fs/hugetlbfs/inode.c | 5 +-
6404 fs/inode.c | 8 +-
6405 fs/ioctl.c | 1 +
6406 fs/kernfs/dir.c | 6 +
6407 fs/mount.h | 4 +-
6408 fs/namei.c | 290 +-
6409 fs/namespace.c | 24 +
6410 fs/nfsd/nfscache.c | 2 +-
6411 fs/open.c | 38 +
6412 fs/overlayfs/inode.c | 3 +
6413 fs/overlayfs/super.c | 6 +-
6414 fs/pipe.c | 2 +-
6415 fs/posix_acl.c | 15 +-
6416 fs/proc/Kconfig | 10 +-
6417 fs/proc/array.c | 67 +-
6418 fs/proc/base.c | 193 +-
6419 fs/proc/cmdline.c | 4 +
6420 fs/proc/devices.c | 4 +
6421 fs/proc/fd.c | 13 +-
6422 fs/proc/generic.c | 64 +
6423 fs/proc/inode.c | 17 +
6424 fs/proc/internal.h | 18 +-
6425 fs/proc/interrupts.c | 4 +
6426 fs/proc/kcore.c | 3 +
6427 fs/proc/proc_net.c | 31 +
6428 fs/proc/proc_sysctl.c | 50 +-
6429 fs/proc/root.c | 8 +
6430 fs/proc/stat.c | 69 +-
6431 fs/proc/task_mmu.c | 85 +-
6432 fs/proc/task_nommu.c | 2 +-
6433 fs/readdir.c | 19 +
6434 fs/reiserfs/item_ops.c | 24 +-
6435 fs/reiserfs/super.c | 4 +
6436 fs/select.c | 2 +
6437 fs/seq_file.c | 31 +-
6438 fs/stat.c | 20 +-
6439 fs/sysfs/dir.c | 30 +-
6440 fs/utimes.c | 7 +
6441 fs/xattr.c | 26 +-
6442 fs/xfs/xfs_ioctl.c | 6 +
6443 grsecurity/Kconfig | 1205 ++++
6444 grsecurity/Makefile | 54 +
6445 grsecurity/gracl.c | 2773 +++++++++
6446 grsecurity/gracl_alloc.c | 105 +
6447 grsecurity/gracl_cap.c | 96 +
6448 grsecurity/gracl_compat.c | 269 +
6449 grsecurity/gracl_fs.c | 448 ++
6450 grsecurity/gracl_ip.c | 387 ++
6451 grsecurity/gracl_learn.c | 209 +
6452 grsecurity/gracl_policy.c | 1784 ++++++
6453 grsecurity/gracl_res.c | 74 +
6454 grsecurity/gracl_segv.c | 306 +
6455 grsecurity/gracl_shm.c | 40 +
6456 grsecurity/grsec_chdir.c | 19 +
6457 grsecurity/grsec_chroot.c | 506 ++
6458 grsecurity/grsec_disabled.c | 445 ++
6459 grsecurity/grsec_exec.c | 188 +
6460 grsecurity/grsec_fifo.c | 26 +
6461 grsecurity/grsec_fork.c | 23 +
6462 grsecurity/grsec_init.c | 294 +
6463 grsecurity/grsec_ipc.c | 48 +
6464 grsecurity/grsec_link.c | 65 +
6465 grsecurity/grsec_log.c | 340 +
6466 grsecurity/grsec_mem.c | 48 +
6467 grsecurity/grsec_mount.c | 65 +
6468 grsecurity/grsec_pax.c | 47 +
6469 grsecurity/grsec_proc.c | 20 +
6470 grsecurity/grsec_ptrace.c | 30 +
6471 grsecurity/grsec_sig.c | 248 +
6472 grsecurity/grsec_sock.c | 244 +
6473 grsecurity/grsec_sysctl.c | 497 ++
6474 grsecurity/grsec_time.c | 16 +
6475 grsecurity/grsec_tpe.c | 78 +
6476 grsecurity/grsec_tty.c | 18 +
6477 grsecurity/grsec_usb.c | 15 +
6478 grsecurity/grsum.c | 56 +
6479 include/asm-generic/atomic-long.h | 2 +
6480 include/asm-generic/atomic64.h | 1 +
6481 include/asm-generic/pgtable-nopmd.h | 1 +
6482 include/linux/atomic.h | 23 +
6483 include/linux/binfmts.h | 5 +-
6484 include/linux/capability.h | 13 +
6485 include/linux/cdev.h | 2 +-
6486 include/linux/compiler-gcc.h | 5 +
6487 include/linux/compiler.h | 8 +
6488 include/linux/cred.h | 8 +-
6489 include/linux/dcache.h | 5 +-
6490 include/linux/fs.h | 26 +-
6491 include/linux/fs_struct.h | 2 +-
6492 include/linux/fsnotify.h | 6 +
6493 include/linux/gracl.h | 342 ++
6494 include/linux/gracl_compat.h | 156 +
6495 include/linux/gralloc.h | 9 +
6496 include/linux/grdefs.h | 140 +
6497 include/linux/grinternal.h | 231 +
6498 include/linux/grmsg.h | 120 +
6499 include/linux/grsecurity.h | 259 +
6500 include/linux/grsock.h | 19 +
6501 include/linux/ipc.h | 2 +-
6502 include/linux/ipc_namespace.h | 2 +-
6503 include/linux/kallsyms.h | 18 +-
6504 include/linux/key-type.h | 4 +-
6505 include/linux/kmod.h | 5 +
6506 include/linux/kobject.h | 2 +-
6507 include/linux/lsm_hooks.h | 4 +-
6508 include/linux/mm.h | 12 +
6509 include/linux/mm_types.h | 4 +-
6510 include/linux/module.h | 5 +-
6511 include/linux/mount.h | 2 +-
6512 include/linux/msg.h | 2 +-
6513 include/linux/netfilter/xt_gradm.h | 9 +
6514 include/linux/path.h | 4 +-
6515 include/linux/perf_event.h | 13 +-
6516 include/linux/pid_namespace.h | 2 +-
6517 include/linux/printk.h | 3 +-
6518 include/linux/proc_fs.h | 22 +-
6519 include/linux/proc_ns.h | 2 +-
6520 include/linux/random.h | 2 +-
6521 include/linux/rbtree_augmented.h | 4 +-
6522 include/linux/scatterlist.h | 12 +-
6523 include/linux/sched.h | 135 +-
6524 include/linux/security.h | 1 +
6525 include/linux/sem.h | 2 +-
6526 include/linux/seq_file.h | 5 +
6527 include/linux/shm.h | 6 +-
6528 include/linux/skbuff.h | 3 +
6529 include/linux/slab.h | 9 -
6530 include/linux/sysctl.h | 8 +-
6531 include/linux/thread_info.h | 6 +-
6532 include/linux/tty.h | 2 +-
6533 include/linux/tty_driver.h | 4 +-
6534 include/linux/uidgid.h | 6 +
6535 include/linux/user_namespace.h | 2 +-
6536 include/linux/utsname.h | 2 +-
6537 include/linux/vermagic.h | 16 +-
6538 include/linux/vmalloc.h | 8 +
6539 include/net/af_unix.h | 2 +-
6540 include/net/ip.h | 2 +-
6541 include/net/neighbour.h | 2 +-
6542 include/net/net_namespace.h | 2 +-
6543 include/net/sock.h | 2 +-
6544 include/trace/events/fs.h | 53 +
6545 include/uapi/linux/personality.h | 1 +
6546 init/Kconfig | 7 +-
6547 init/main.c | 48 +
6548 ipc/mqueue.c | 1 +
6549 ipc/msg.c | 3 +-
6550 ipc/msgutil.c | 4 +-
6551 ipc/sem.c | 3 +-
6552 ipc/shm.c | 26 +-
6553 ipc/util.c | 6 +
6554 kernel/auditsc.c | 2 +-
6555 kernel/bpf/syscall.c | 10 +-
6556 kernel/capability.c | 41 +-
6557 kernel/cgroup.c | 5 +-
6558 kernel/compat.c | 1 +
6559 kernel/configs.c | 11 +
6560 kernel/cred.c | 112 +-
6561 kernel/events/core.c | 14 +-
6562 kernel/exit.c | 10 +-
6563 kernel/fork.c | 93 +-
6564 kernel/futex.c | 4 +-
6565 kernel/kallsyms.c | 9 +
6566 kernel/kcmp.c | 4 +
6567 kernel/kexec_core.c | 2 +-
6568 kernel/kmod.c | 96 +-
6569 kernel/kprobes.c | 9 +-
6570 kernel/ksysfs.c | 2 +
6571 kernel/locking/lockdep_proc.c | 10 +-
6572 kernel/module.c | 108 +-
6573 kernel/panic.c | 6 +-
6574 kernel/pid.c | 18 +-
6575 kernel/power/Kconfig | 2 +
6576 kernel/printk/printk.c | 7 +-
6577 kernel/ptrace.c | 50 +-
6578 kernel/resource.c | 10 +
6579 kernel/sched/core.c | 8 +-
6580 kernel/sched/debug.c | 4 +
6581 kernel/signal.c | 37 +-
6582 kernel/sys.c | 64 +-
6583 kernel/sysctl.c | 174 +-
6584 kernel/taskstats.c | 6 +
6585 kernel/time/posix-timers.c | 8 +
6586 kernel/time/time.c | 5 +
6587 kernel/time/timekeeping.c | 3 +
6588 kernel/time/timer_list.c | 13 +-
6589 kernel/time/timer_stats.c | 10 +-
6590 kernel/trace/Kconfig | 6 +
6591 kernel/trace/trace_syscalls.c | 8 +
6592 kernel/user_namespace.c | 15 +
6593 lib/Kconfig.debug | 13 +-
6594 lib/is_single_threaded.c | 3 +
6595 lib/list_debug.c | 65 +-
6596 lib/nlattr.c | 2 +
6597 lib/rbtree.c | 4 +-
6598 lib/vsprintf.c | 42 +-
6599 localversion-grsec | 1 +
6600 mm/Kconfig | 8 +-
6601 mm/Kconfig.debug | 1 +
6602 mm/filemap.c | 1 +
6603 mm/hugetlb.c | 12 +
6604 mm/kmemleak.c | 4 +-
6605 mm/memory.c | 2 +-
6606 mm/mempolicy.c | 12 +-
6607 mm/migrate.c | 3 +-
6608 mm/mlock.c | 9 +
6609 mm/mmap.c | 118 +-
6610 mm/mprotect.c | 8 +
6611 mm/page_alloc.c | 2 +-
6612 mm/process_vm_access.c | 6 +
6613 mm/shmem.c | 2 +-
6614 mm/slab.c | 14 +-
6615 mm/slab_common.c | 2 +-
6616 mm/slob.c | 12 +
6617 mm/slub.c | 33 +-
6618 mm/util.c | 3 +
6619 mm/vmalloc.c | 84 +-
6620 mm/vmstat.c | 29 +-
6621 net/appletalk/atalk_proc.c | 2 +-
6622 net/atm/lec.c | 6 +-
6623 net/atm/mpoa_caches.c | 43 +-
6624 net/can/bcm.c | 2 +-
6625 net/can/proc.c | 2 +-
6626 net/core/dev_ioctl.c | 7 +-
6627 net/core/filter.c | 8 +-
6628 net/core/net-procfs.c | 17 +-
6629 net/core/pktgen.c | 2 +-
6630 net/core/sock.c | 23 +-
6631 net/core/sysctl_net_core.c | 2 +-
6632 net/decnet/dn_dev.c | 2 +-
6633 net/ipv4/devinet.c | 6 +-
6634 net/ipv4/inet_hashtables.c | 6 +
6635 net/ipv4/ip_input.c | 7 +
6636 net/ipv4/ip_sockglue.c | 3 +-
6637 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
6638 net/ipv4/route.c | 6 +-
6639 net/ipv4/tcp_input.c | 6 +-
6640 net/ipv4/tcp_ipv4.c | 24 +-
6641 net/ipv4/tcp_minisocks.c | 9 +-
6642 net/ipv4/tcp_timer.c | 11 +
6643 net/ipv4/udp.c | 23 +
6644 net/ipv6/addrconf.c | 13 +-
6645 net/ipv6/proc.c | 2 +-
6646 net/ipv6/tcp_ipv6.c | 23 +-
6647 net/ipv6/udp.c | 7 +
6648 net/ipx/ipx_proc.c | 2 +-
6649 net/irda/irproc.c | 2 +-
6650 net/llc/llc_proc.c | 2 +-
6651 net/netfilter/Kconfig | 10 +
6652 net/netfilter/Makefile | 1 +
6653 net/netfilter/xt_gradm.c | 51 +
6654 net/netfilter/xt_hashlimit.c | 4 +-
6655 net/netfilter/xt_recent.c | 2 +-
6656 net/socket.c | 75 +-
6657 net/sunrpc/Kconfig | 1 +
6658 net/sunrpc/cache.c | 2 +-
6659 net/sunrpc/stats.c | 2 +-
6660 net/sysctl_net.c | 2 +-
6661 net/unix/af_unix.c | 52 +-
6662 net/vmw_vsock/vmci_transport_notify.c | 30 +-
6663 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
6664 net/x25/sysctl_net_x25.c | 2 +-
6665 net/x25/x25_proc.c | 2 +-
6666 scripts/Makefile.gcc-plugins | 7 +-
6667 scripts/gcc-plugins/.gitignore | 1 +
6668 scripts/gcc-plugins/Makefile | 10 +
6669 scripts/gcc-plugins/gen-random-seed.sh | 8 +
6670 scripts/gcc-plugins/randomize_layout_plugin.c | 940 +++
6671 .../size_overflow_plugin/size_overflow_hash.data | 296 +-
6672 scripts/package/Makefile | 2 +-
6673 scripts/package/mkspec | 41 +-
6674 security/Kconfig | 366 +-
6675 security/apparmor/file.c | 4 +-
6676 security/apparmor/lsm.c | 6 +-
6677 security/commoncap.c | 29 +
6678 security/keys/internal.h | 2 +-
6679 security/min_addr.c | 2 +
6680 security/tomoyo/file.c | 12 +-
6681 security/tomoyo/mount.c | 4 +
6682 security/tomoyo/tomoyo.c | 20 +-
6683 security/yama/Kconfig | 2 +-
6684 sound/synth/emux/emux_seq.c | 14 +-
6685 sound/usb/line6/driver.c | 40 +-
6686 sound/usb/line6/toneport.c | 12 +-
6687 511 files changed, 32801 insertions(+), 3213 deletions(-)
6688
6689 commit cb11f67628b6b8bd97c26b6223460789e4273364
6690 Author: Brad Spengler <spender@grsecurity.net>
6691 Date: Fri Aug 12 18:15:59 2016 -0400
6692
6693 Initial import of pax-linux-4.7-test3.patch
6694
6695 .gitignore | 1 +
6696 Documentation/dontdiff | 46 +-
6697 Documentation/kbuild/makefiles.txt | 39 +-
6698 Documentation/kernel-parameters.txt | 28 +
6699 Makefile | 20 +-
6700 arch/Kconfig | 14 +
6701 arch/alpha/include/asm/atomic.h | 10 +
6702 arch/alpha/include/asm/elf.h | 7 +
6703 arch/alpha/include/asm/pgalloc.h | 6 +
6704 arch/alpha/include/asm/pgtable.h | 11 +
6705 arch/alpha/kernel/module.c | 2 +-
6706 arch/alpha/kernel/osf_sys.c | 8 +-
6707 arch/alpha/mm/fault.c | 141 +-
6708 arch/arm/Kconfig | 6 +-
6709 arch/arm/boot/compressed/Makefile | 2 +
6710 arch/arm/include/asm/atomic.h | 323 +-
6711 arch/arm/include/asm/cache.h | 4 +-
6712 arch/arm/include/asm/cacheflush.h | 2 +-
6713 arch/arm/include/asm/checksum.h | 14 +-
6714 arch/arm/include/asm/cmpxchg.h | 4 +
6715 arch/arm/include/asm/cpuidle.h | 2 +-
6716 arch/arm/include/asm/domain.h | 42 +-
6717 arch/arm/include/asm/elf.h | 9 +-
6718 arch/arm/include/asm/fncpy.h | 2 +
6719 arch/arm/include/asm/futex.h | 1 +
6720 arch/arm/include/asm/kmap_types.h | 2 +-
6721 arch/arm/include/asm/mach/dma.h | 2 +-
6722 arch/arm/include/asm/mach/map.h | 16 +-
6723 arch/arm/include/asm/outercache.h | 2 +-
6724 arch/arm/include/asm/page.h | 3 +-
6725 arch/arm/include/asm/pgalloc.h | 20 +
6726 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
6727 arch/arm/include/asm/pgtable-2level.h | 3 +
6728 arch/arm/include/asm/pgtable-3level.h | 3 +
6729 arch/arm/include/asm/pgtable.h | 54 +-
6730 arch/arm/include/asm/smp.h | 2 +-
6731 arch/arm/include/asm/string.h | 10 +-
6732 arch/arm/include/asm/thread_info.h | 3 +
6733 arch/arm/include/asm/tls.h | 3 +
6734 arch/arm/include/asm/uaccess.h | 113 +-
6735 arch/arm/include/uapi/asm/ptrace.h | 2 +-
6736 arch/arm/kernel/armksyms.c | 2 +-
6737 arch/arm/kernel/cpuidle.c | 2 +-
6738 arch/arm/kernel/entry-armv.S | 109 +-
6739 arch/arm/kernel/entry-common.S | 40 +-
6740 arch/arm/kernel/entry-header.S | 55 +
6741 arch/arm/kernel/fiq.c | 3 +
6742 arch/arm/kernel/module-plts.c | 7 +-
6743 arch/arm/kernel/module.c | 38 +-
6744 arch/arm/kernel/patch.c | 2 +
6745 arch/arm/kernel/process.c | 86 +-
6746 arch/arm/kernel/reboot.c | 1 +
6747 arch/arm/kernel/setup.c | 20 +-
6748 arch/arm/kernel/signal.c | 35 +-
6749 arch/arm/kernel/smp.c | 2 +-
6750 arch/arm/kernel/tcm.c | 4 +-
6751 arch/arm/kernel/vmlinux.lds.S | 6 +-
6752 arch/arm/kvm/arm.c | 8 +-
6753 arch/arm/lib/copy_page.S | 1 +
6754 arch/arm/lib/csumpartialcopyuser.S | 4 +-
6755 arch/arm/lib/delay.c | 2 +-
6756 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
6757 arch/arm/mach-exynos/suspend.c | 6 +-
6758 arch/arm/mach-mmp/mmp2.c | 4 +-
6759 arch/arm/mach-mmp/pxa910.c | 4 +-
6760 arch/arm/mach-mvebu/coherency.c | 4 +-
6761 arch/arm/mach-omap2/board-n8x0.c | 2 +-
6762 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
6763 arch/arm/mach-omap2/omap-smp.c | 1 +
6764 arch/arm/mach-omap2/omap_device.c | 4 +-
6765 arch/arm/mach-omap2/omap_device.h | 4 +-
6766 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
6767 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
6768 arch/arm/mach-omap2/wd_timer.c | 6 +-
6769 arch/arm/mach-s3c64xx/mach-smdk6410.c | 2 +-
6770 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
6771 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
6772 arch/arm/mach-tegra/irq.c | 1 +
6773 arch/arm/mach-ux500/pm.c | 1 +
6774 arch/arm/mach-zynq/platsmp.c | 1 +
6775 arch/arm/mm/Kconfig | 6 +-
6776 arch/arm/mm/cache-l2x0.c | 2 +-
6777 arch/arm/mm/context.c | 10 +-
6778 arch/arm/mm/fault.c | 160 +
6779 arch/arm/mm/fault.h | 12 +
6780 arch/arm/mm/init.c | 39 +
6781 arch/arm/mm/ioremap.c | 4 +-
6782 arch/arm/mm/mmap.c | 36 +-
6783 arch/arm/mm/mmu.c | 162 +-
6784 arch/arm/net/bpf_jit_32.c | 3 +
6785 arch/arm/plat-iop/setup.c | 2 +-
6786 arch/arm/plat-omap/sram.c | 2 +
6787 arch/arm64/Kconfig | 1 +
6788 arch/arm64/include/asm/atomic.h | 10 +
6789 arch/arm64/include/asm/percpu.h | 8 +-
6790 arch/arm64/include/asm/pgalloc.h | 5 +
6791 arch/arm64/include/asm/string.h | 22 +-
6792 arch/arm64/include/asm/uaccess.h | 1 +
6793 arch/arm64/mm/dma-mapping.c | 2 +-
6794 arch/avr32/include/asm/elf.h | 8 +-
6795 arch/avr32/include/asm/kmap_types.h | 4 +-
6796 arch/avr32/mm/fault.c | 27 +
6797 arch/frv/include/asm/atomic.h | 10 +
6798 arch/frv/include/asm/kmap_types.h | 2 +-
6799 arch/frv/mm/elf-fdpic.c | 3 +-
6800 arch/ia64/Makefile | 1 +
6801 arch/ia64/include/asm/atomic.h | 10 +
6802 arch/ia64/include/asm/elf.h | 7 +
6803 arch/ia64/include/asm/pgalloc.h | 12 +
6804 arch/ia64/include/asm/pgtable.h | 13 +-
6805 arch/ia64/include/asm/spinlock.h | 2 +-
6806 arch/ia64/include/asm/uaccess.h | 27 +-
6807 arch/ia64/kernel/module.c | 20 +-
6808 arch/ia64/kernel/palinfo.c | 2 +-
6809 arch/ia64/kernel/sys_ia64.c | 7 +
6810 arch/ia64/kernel/vmlinux.lds.S | 2 +-
6811 arch/ia64/mm/fault.c | 32 +-
6812 arch/ia64/mm/init.c | 15 +-
6813 arch/m32r/lib/usercopy.c | 6 +
6814 arch/mips/Kbuild | 2 +-
6815 arch/mips/Kconfig | 1 +
6816 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
6817 arch/mips/include/asm/atomic.h | 372 +-
6818 arch/mips/include/asm/cache.h | 3 +-
6819 arch/mips/include/asm/elf.h | 7 +
6820 arch/mips/include/asm/exec.h | 2 +-
6821 arch/mips/include/asm/hw_irq.h | 2 +-
6822 arch/mips/include/asm/irq.h | 1 -
6823 arch/mips/include/asm/local.h | 57 +
6824 arch/mips/include/asm/page.h | 2 +-
6825 arch/mips/include/asm/pgalloc.h | 5 +
6826 arch/mips/include/asm/pgtable.h | 3 +
6827 arch/mips/include/asm/uaccess.h | 1 +
6828 arch/mips/kernel/binfmt_elfn32.c | 7 +
6829 arch/mips/kernel/binfmt_elfo32.c | 7 +
6830 arch/mips/kernel/irq-gt641xx.c | 2 +-
6831 arch/mips/kernel/irq.c | 6 +-
6832 arch/mips/kernel/pm-cps.c | 2 +-
6833 arch/mips/kernel/process.c | 12 -
6834 arch/mips/kernel/sync-r4k.c | 24 +-
6835 arch/mips/kernel/traps.c | 13 +-
6836 arch/mips/lib/ashldi3.c | 21 +-
6837 arch/mips/lib/ashrdi3.c | 19 +-
6838 arch/mips/lib/libgcc.h | 12 +-
6839 arch/mips/mm/fault.c | 25 +
6840 arch/mips/mm/init.c | 4 +-
6841 arch/mips/mm/mmap.c | 24 +-
6842 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
6843 arch/mips/sni/rm200.c | 2 +-
6844 arch/mips/vr41xx/common/icu.c | 2 +-
6845 arch/mips/vr41xx/common/irq.c | 4 +-
6846 arch/parisc/include/asm/atomic.h | 10 +
6847 arch/parisc/include/asm/elf.h | 7 +
6848 arch/parisc/include/asm/pgalloc.h | 6 +
6849 arch/parisc/include/asm/pgtable.h | 11 +
6850 arch/parisc/include/asm/uaccess.h | 4 +-
6851 arch/parisc/kernel/module.c | 26 +-
6852 arch/parisc/kernel/sys_parisc.c | 15 +
6853 arch/parisc/kernel/traps.c | 4 +-
6854 arch/parisc/mm/fault.c | 140 +-
6855 arch/powerpc/Kconfig | 1 +
6856 arch/powerpc/include/asm/atomic.h | 317 +-
6857 arch/powerpc/include/asm/book3s/32/hash.h | 1 +
6858 arch/powerpc/include/asm/book3s/64/pgalloc.h | 10 +
6859 arch/powerpc/include/asm/elf.h | 12 +
6860 arch/powerpc/include/asm/exec.h | 2 +-
6861 arch/powerpc/include/asm/kmap_types.h | 2 +-
6862 arch/powerpc/include/asm/local.h | 46 +
6863 arch/powerpc/include/asm/mman.h | 2 +-
6864 arch/powerpc/include/asm/nohash/64/pgalloc.h | 7 +
6865 arch/powerpc/include/asm/page.h | 8 +-
6866 arch/powerpc/include/asm/page_64.h | 7 +-
6867 arch/powerpc/include/asm/pgtable.h | 1 +
6868 arch/powerpc/include/asm/reg.h | 1 +
6869 arch/powerpc/include/asm/smp.h | 2 +-
6870 arch/powerpc/include/asm/spinlock.h | 42 +-
6871 arch/powerpc/include/asm/string.h | 18 +-
6872 arch/powerpc/include/asm/uaccess.h | 141 +-
6873 arch/powerpc/kernel/Makefile | 5 +
6874 arch/powerpc/kernel/exceptions-64e.S | 4 +-
6875 arch/powerpc/kernel/exceptions-64s.S | 2 +-
6876 arch/powerpc/kernel/module_32.c | 15 +-
6877 arch/powerpc/kernel/process.c | 7 -
6878 arch/powerpc/kernel/signal_32.c | 2 +-
6879 arch/powerpc/kernel/signal_64.c | 2 +-
6880 arch/powerpc/kernel/traps.c | 21 +
6881 arch/powerpc/kernel/vdso.c | 5 +-
6882 arch/powerpc/lib/usercopy_64.c | 18 -
6883 arch/powerpc/mm/fault.c | 56 +-
6884 arch/powerpc/mm/mmap.c | 16 +
6885 arch/powerpc/mm/slice.c | 21 +-
6886 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
6887 arch/s390/include/asm/atomic.h | 10 +
6888 arch/s390/include/asm/elf.h | 7 +
6889 arch/s390/include/asm/exec.h | 2 +-
6890 arch/s390/include/asm/uaccess.h | 13 +-
6891 arch/s390/kernel/module.c | 22 +-
6892 arch/s390/kernel/process.c | 7 -
6893 arch/s390/mm/mmap.c | 22 +-
6894 arch/score/include/asm/exec.h | 2 +-
6895 arch/score/kernel/process.c | 5 -
6896 arch/sh/mm/mmap.c | 28 +-
6897 arch/sparc/Kconfig | 1 +
6898 arch/sparc/include/asm/atomic_64.h | 116 +-
6899 arch/sparc/include/asm/cache.h | 2 +-
6900 arch/sparc/include/asm/elf_32.h | 7 +
6901 arch/sparc/include/asm/elf_64.h | 7 +
6902 arch/sparc/include/asm/pgalloc_32.h | 1 +
6903 arch/sparc/include/asm/pgalloc_64.h | 1 +
6904 arch/sparc/include/asm/pgtable.h | 4 +
6905 arch/sparc/include/asm/pgtable_32.h | 15 +-
6906 arch/sparc/include/asm/pgtsrmmu.h | 5 +
6907 arch/sparc/include/asm/setup.h | 4 +-
6908 arch/sparc/include/asm/spinlock_64.h | 35 +-
6909 arch/sparc/include/asm/thread_info_32.h | 1 +
6910 arch/sparc/include/asm/thread_info_64.h | 2 +
6911 arch/sparc/include/asm/uaccess.h | 1 +
6912 arch/sparc/include/asm/uaccess_32.h | 28 +-
6913 arch/sparc/include/asm/uaccess_64.h | 24 +-
6914 arch/sparc/kernel/Makefile | 2 +-
6915 arch/sparc/kernel/prom_common.c | 2 +-
6916 arch/sparc/kernel/smp_64.c | 8 +-
6917 arch/sparc/kernel/sys_sparc_32.c | 2 +-
6918 arch/sparc/kernel/sys_sparc_64.c | 58 +-
6919 arch/sparc/kernel/traps_64.c | 27 +-
6920 arch/sparc/lib/Makefile | 2 +-
6921 arch/sparc/lib/atomic_64.S | 57 +-
6922 arch/sparc/lib/ksyms.c | 6 +-
6923 arch/sparc/mm/Makefile | 2 +-
6924 arch/sparc/mm/fault_32.c | 292 +
6925 arch/sparc/mm/fault_64.c | 486 +
6926 arch/sparc/mm/hugetlbpage.c | 30 +-
6927 arch/sparc/mm/init_64.c | 10 +-
6928 arch/tile/include/asm/atomic_64.h | 10 +
6929 arch/tile/include/asm/uaccess.h | 4 +-
6930 arch/um/Makefile | 2 +
6931 arch/um/include/asm/kmap_types.h | 2 +-
6932 arch/um/include/asm/page.h | 3 +
6933 arch/um/include/asm/pgtable-3level.h | 1 +
6934 arch/um/kernel/process.c | 16 -
6935 arch/x86/Kconfig | 33 +-
6936 arch/x86/Kconfig.cpu | 6 +-
6937 arch/x86/Kconfig.debug | 3 +-
6938 arch/x86/Makefile | 13 +-
6939 arch/x86/boot/bitops.h | 4 +-
6940 arch/x86/boot/boot.h | 2 +-
6941 arch/x86/boot/compressed/Makefile | 17 +
6942 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
6943 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
6944 arch/x86/boot/compressed/head_32.S | 4 +-
6945 arch/x86/boot/compressed/head_64.S | 12 +-
6946 arch/x86/boot/compressed/misc.c | 19 +-
6947 arch/x86/boot/compressed/pagetable.c | 1 +
6948 arch/x86/boot/cpucheck.c | 16 +-
6949 arch/x86/boot/header.S | 7 +-
6950 arch/x86/boot/memory.c | 2 +-
6951 arch/x86/boot/video-vesa.c | 1 +
6952 arch/x86/boot/video.c | 2 +-
6953 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
6954 arch/x86/crypto/aesni-intel_asm.S | 116 +-
6955 arch/x86/crypto/aesni-intel_glue.c | 4 +-
6956 arch/x86/crypto/blowfish-x86_64-asm_64.S | 11 +-
6957 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 22 +-
6958 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 22 +-
6959 arch/x86/crypto/camellia-x86_64-asm_64.S | 11 +-
6960 arch/x86/crypto/camellia_aesni_avx2_glue.c | 18 +-
6961 arch/x86/crypto/camellia_aesni_avx_glue.c | 18 +-
6962 arch/x86/crypto/camellia_glue.c | 8 +-
6963 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 55 +-
6964 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 37 +-
6965 arch/x86/crypto/cast6_avx_glue.c | 16 +-
6966 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 2 +
6967 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
6968 arch/x86/crypto/glue_helper.c | 2 +-
6969 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
6970 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 21 +-
6971 arch/x86/crypto/serpent-avx2-asm_64.S | 21 +-
6972 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
6973 arch/x86/crypto/serpent_avx2_glue.c | 14 +-
6974 arch/x86/crypto/serpent_avx_glue.c | 18 +-
6975 arch/x86/crypto/serpent_sse2_glue.c | 4 +-
6976 arch/x86/crypto/sha-mb/sha1_mb_mgr_flush_avx2.S | 4 +-
6977 arch/x86/crypto/sha-mb/sha1_mb_mgr_submit_avx2.S | 2 +-
6978 arch/x86/crypto/sha1_ssse3_asm.S | 13 +-
6979 arch/x86/crypto/sha1_ssse3_glue.c | 56 +-
6980 arch/x86/crypto/sha256-avx-asm.S | 5 +-
6981 arch/x86/crypto/sha256-avx2-asm.S | 5 +-
6982 arch/x86/crypto/sha256-ssse3-asm.S | 6 +-
6983 arch/x86/crypto/sha256_ni_asm.S | 2 +-
6984 arch/x86/crypto/sha256_ssse3_glue.c | 26 +-
6985 arch/x86/crypto/sha512-avx-asm.S | 5 +-
6986 arch/x86/crypto/sha512-avx2-asm.S | 5 +-
6987 arch/x86/crypto/sha512-ssse3-asm.S | 5 +-
6988 arch/x86/crypto/sha512_ssse3_glue.c | 22 +-
6989 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 37 +-
6990 arch/x86/crypto/twofish-i586-asm_32.S | 4 +-
6991 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 6 +-
6992 arch/x86/crypto/twofish-x86_64-asm_64.S | 7 +-
6993 arch/x86/crypto/twofish_avx_glue.c | 21 +-
6994 arch/x86/crypto/twofish_glue.c | 4 +-
6995 arch/x86/crypto/twofish_glue_3way.c | 12 +-
6996 arch/x86/entry/Makefile | 2 +
6997 arch/x86/entry/calling.h | 86 +-
6998 arch/x86/entry/common.c | 89 +-
6999 arch/x86/entry/entry_32.S | 330 +-
7000 arch/x86/entry/entry_64.S | 593 +-
7001 arch/x86/entry/entry_64_compat.S | 110 +-
7002 arch/x86/entry/thunk_64.S | 2 +
7003 arch/x86/entry/vdso/Makefile | 5 +-
7004 arch/x86/entry/vdso/vclock_gettime.c | 2 +-
7005 arch/x86/entry/vdso/vdso2c.h | 4 +-
7006 arch/x86/entry/vdso/vma.c | 42 +-
7007 arch/x86/entry/vsyscall/vsyscall_64.c | 20 +-
7008 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 3 +-
7009 arch/x86/events/amd/iommu.c | 8 +-
7010 arch/x86/events/core.c | 8 +-
7011 arch/x86/events/intel/bts.c | 6 +-
7012 arch/x86/events/intel/core.c | 34 +-
7013 arch/x86/events/intel/cqm.c | 14 +-
7014 arch/x86/events/intel/cstate.c | 6 +-
7015 arch/x86/events/intel/ds.c | 7 +-
7016 arch/x86/events/intel/lbr.c | 4 +-
7017 arch/x86/events/intel/pt.c | 38 +-
7018 arch/x86/events/intel/rapl.c | 8 +-
7019 arch/x86/events/intel/uncore.c | 6 +-
7020 arch/x86/events/intel/uncore.h | 14 +-
7021 arch/x86/events/perf_event.h | 2 +-
7022 arch/x86/ia32/ia32_signal.c | 23 +-
7023 arch/x86/ia32/sys_ia32.c | 42 +-
7024 arch/x86/include/asm/alternative-asm.h | 43 +-
7025 arch/x86/include/asm/alternative.h | 4 +-
7026 arch/x86/include/asm/apic.h | 2 +-
7027 arch/x86/include/asm/apm.h | 4 +-
7028 arch/x86/include/asm/atomic.h | 230 +-
7029 arch/x86/include/asm/atomic64_32.h | 131 +
7030 arch/x86/include/asm/atomic64_64.h | 169 +-
7031 arch/x86/include/asm/bitops.h | 18 +-
7032 arch/x86/include/asm/boot.h | 2 +-
7033 arch/x86/include/asm/cache.h | 4 +-
7034 arch/x86/include/asm/checksum_32.h | 12 +-
7035 arch/x86/include/asm/cmpxchg.h | 39 +
7036 arch/x86/include/asm/compat.h | 4 +
7037 arch/x86/include/asm/cpufeature.h | 2 +-
7038 arch/x86/include/asm/cpufeatures.h | 5 +-
7039 arch/x86/include/asm/crypto/camellia.h | 30 +-
7040 arch/x86/include/asm/crypto/glue_helper.h | 10 +-
7041 arch/x86/include/asm/crypto/serpent-avx.h | 18 +-
7042 arch/x86/include/asm/crypto/serpent-sse2.h | 8 +-
7043 arch/x86/include/asm/crypto/twofish.h | 10 +-
7044 arch/x86/include/asm/desc.h | 78 +-
7045 arch/x86/include/asm/desc_defs.h | 6 +
7046 arch/x86/include/asm/div64.h | 2 +-
7047 arch/x86/include/asm/dma.h | 2 +
7048 arch/x86/include/asm/efi.h | 5 +
7049 arch/x86/include/asm/elf.h | 33 +-
7050 arch/x86/include/asm/emergency-restart.h | 2 +-
7051 arch/x86/include/asm/fixmap.h | 2 +-
7052 arch/x86/include/asm/fpu/internal.h | 38 +-
7053 arch/x86/include/asm/fpu/types.h | 5 +-
7054 arch/x86/include/asm/futex.h | 14 +-
7055 arch/x86/include/asm/hw_irq.h | 4 +-
7056 arch/x86/include/asm/hypervisor.h | 2 +-
7057 arch/x86/include/asm/i8259.h | 2 +-
7058 arch/x86/include/asm/io.h | 22 +-
7059 arch/x86/include/asm/irqflags.h | 5 +
7060 arch/x86/include/asm/kprobes.h | 2 +-
7061 arch/x86/include/asm/kvm_emulate.h | 7 +-
7062 arch/x86/include/asm/local.h | 106 +-
7063 arch/x86/include/asm/mce.h | 2 +-
7064 arch/x86/include/asm/mman.h | 15 +
7065 arch/x86/include/asm/mmu.h | 14 +-
7066 arch/x86/include/asm/mmu_context.h | 33 +-
7067 arch/x86/include/asm/module.h | 23 +-
7068 arch/x86/include/asm/nmi.h | 19 +-
7069 arch/x86/include/asm/page.h | 2 +
7070 arch/x86/include/asm/page_32.h | 12 +-
7071 arch/x86/include/asm/page_64.h | 14 +-
7072 arch/x86/include/asm/paravirt.h | 46 +-
7073 arch/x86/include/asm/paravirt_types.h | 13 +-
7074 arch/x86/include/asm/pgalloc.h | 23 +
7075 arch/x86/include/asm/pgtable-2level.h | 2 +
7076 arch/x86/include/asm/pgtable-3level.h | 7 +
7077 arch/x86/include/asm/pgtable.h | 128 +-
7078 arch/x86/include/asm/pgtable_32.h | 14 +-
7079 arch/x86/include/asm/pgtable_32_types.h | 24 +-
7080 arch/x86/include/asm/pgtable_64.h | 23 +-
7081 arch/x86/include/asm/pgtable_64_types.h | 5 +
7082 arch/x86/include/asm/pgtable_types.h | 27 +-
7083 arch/x86/include/asm/pmem.h | 2 +-
7084 arch/x86/include/asm/preempt.h | 2 +-
7085 arch/x86/include/asm/processor.h | 57 +-
7086 arch/x86/include/asm/ptrace.h | 15 +-
7087 arch/x86/include/asm/realmode.h | 4 +-
7088 arch/x86/include/asm/reboot.h | 10 +-
7089 arch/x86/include/asm/rmwcc.h | 84 +-
7090 arch/x86/include/asm/rwsem.h | 63 +-
7091 arch/x86/include/asm/segment.h | 27 +-
7092 arch/x86/include/asm/smap.h | 43 +
7093 arch/x86/include/asm/smp.h | 14 +-
7094 arch/x86/include/asm/stackprotector.h | 4 +-
7095 arch/x86/include/asm/stacktrace.h | 34 +-
7096 arch/x86/include/asm/string_32.h | 20 +-
7097 arch/x86/include/asm/string_64.h | 16 +-
7098 arch/x86/include/asm/switch_to.h | 4 +-
7099 arch/x86/include/asm/sys_ia32.h | 6 +-
7100 arch/x86/include/asm/thread_info.h | 54 +-
7101 arch/x86/include/asm/tlbflush.h | 77 +-
7102 arch/x86/include/asm/traps.h | 4 +-
7103 arch/x86/include/asm/uaccess.h | 210 +-
7104 arch/x86/include/asm/uaccess_32.h | 28 +-
7105 arch/x86/include/asm/uaccess_64.h | 170 +-
7106 arch/x86/include/asm/word-at-a-time.h | 2 +-
7107 arch/x86/include/asm/x86_init.h | 8 +-
7108 arch/x86/include/asm/xen/page.h | 2 +-
7109 arch/x86/include/uapi/asm/e820.h | 2 +-
7110 arch/x86/kernel/Makefile | 2 +-
7111 arch/x86/kernel/acpi/boot.c | 4 +-
7112 arch/x86/kernel/acpi/sleep.c | 4 +
7113 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
7114 arch/x86/kernel/alternative.c | 113 +-
7115 arch/x86/kernel/apic/apic.c | 4 +-
7116 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
7117 arch/x86/kernel/apic/apic_noop.c | 2 +-
7118 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
7119 arch/x86/kernel/apic/io_apic.c | 10 +-
7120 arch/x86/kernel/apic/msi.c | 2 +-
7121 arch/x86/kernel/apic/probe_32.c | 4 +-
7122 arch/x86/kernel/apic/vector.c | 2 +
7123 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
7124 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
7125 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
7126 arch/x86/kernel/apm_32.c | 21 +-
7127 arch/x86/kernel/asm-offsets.c | 21 +
7128 arch/x86/kernel/cpu/Makefile | 4 -
7129 arch/x86/kernel/cpu/amd.c | 2 +-
7130 arch/x86/kernel/cpu/bugs_64.c | 2 +
7131 arch/x86/kernel/cpu/common.c | 206 +-
7132 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
7133 arch/x86/kernel/cpu/mcheck/mce.c | 38 +-
7134 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
7135 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
7136 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
7137 arch/x86/kernel/cpu/mshyperv.c | 2 +-
7138 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
7139 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
7140 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
7141 arch/x86/kernel/cpu/vmware.c | 2 +-
7142 arch/x86/kernel/crash_dump_64.c | 2 +-
7143 arch/x86/kernel/doublefault.c | 8 +-
7144 arch/x86/kernel/dumpstack.c | 14 +-
7145 arch/x86/kernel/dumpstack_32.c | 23 +-
7146 arch/x86/kernel/dumpstack_64.c | 70 +-
7147 arch/x86/kernel/e820.c | 4 +-
7148 arch/x86/kernel/early_printk.c | 1 +
7149 arch/x86/kernel/espfix_64.c | 44 +-
7150 arch/x86/kernel/fpu/core.c | 30 +-
7151 arch/x86/kernel/fpu/init.c | 49 +-
7152 arch/x86/kernel/fpu/regset.c | 22 +-
7153 arch/x86/kernel/fpu/signal.c | 20 +-
7154 arch/x86/kernel/fpu/xstate.c | 12 +-
7155 arch/x86/kernel/ftrace.c | 18 +-
7156 arch/x86/kernel/head64.c | 14 +-
7157 arch/x86/kernel/head_32.S | 236 +-
7158 arch/x86/kernel/head_64.S | 179 +-
7159 arch/x86/kernel/i386_ksyms_32.c | 12 +
7160 arch/x86/kernel/i8259.c | 10 +-
7161 arch/x86/kernel/io_delay.c | 2 +-
7162 arch/x86/kernel/ioport.c | 2 +-
7163 arch/x86/kernel/irq.c | 8 +-
7164 arch/x86/kernel/irq_32.c | 43 +-
7165 arch/x86/kernel/jump_label.c | 10 +-
7166 arch/x86/kernel/kgdb.c | 21 +-
7167 arch/x86/kernel/kprobes/core.c | 28 +-
7168 arch/x86/kernel/kprobes/opt.c | 16 +-
7169 arch/x86/kernel/ksysfs.c | 2 +-
7170 arch/x86/kernel/kvm.c | 2 +-
7171 arch/x86/kernel/kvmclock.c | 20 +-
7172 arch/x86/kernel/ldt.c | 25 +
7173 arch/x86/kernel/machine_kexec_32.c | 6 +-
7174 arch/x86/kernel/mcount_64.S | 21 +-
7175 arch/x86/kernel/module.c | 78 +-
7176 arch/x86/kernel/msr.c | 2 +-
7177 arch/x86/kernel/nmi.c | 34 +-
7178 arch/x86/kernel/nmi_selftest.c | 4 +-
7179 arch/x86/kernel/paravirt-spinlocks.c | 24 +-
7180 arch/x86/kernel/paravirt.c | 133 +-
7181 arch/x86/kernel/paravirt_patch_64.c | 8 +
7182 arch/x86/kernel/pci-calgary_64.c | 2 +-
7183 arch/x86/kernel/pci-iommu_table.c | 2 +-
7184 arch/x86/kernel/pci-swiotlb.c | 2 +-
7185 arch/x86/kernel/process.c | 80 +-
7186 arch/x86/kernel/process_32.c | 29 +-
7187 arch/x86/kernel/process_64.c | 14 +-
7188 arch/x86/kernel/ptrace.c | 20 +-
7189 arch/x86/kernel/pvclock.c | 8 +-
7190 arch/x86/kernel/reboot.c | 44 +-
7191 arch/x86/kernel/reboot_fixups_32.c | 2 +-
7192 arch/x86/kernel/relocate_kernel_64.S | 3 +-
7193 arch/x86/kernel/setup.c | 29 +-
7194 arch/x86/kernel/setup_percpu.c | 29 +-
7195 arch/x86/kernel/signal.c | 17 +-
7196 arch/x86/kernel/smp.c | 2 +-
7197 arch/x86/kernel/smpboot.c | 29 +-
7198 arch/x86/kernel/step.c | 6 +-
7199 arch/x86/kernel/sys_i386_32.c | 184 +
7200 arch/x86/kernel/sys_x86_64.c | 28 +-
7201 arch/x86/kernel/tboot.c | 22 +-
7202 arch/x86/kernel/time.c | 8 +-
7203 arch/x86/kernel/tls.c | 7 +-
7204 arch/x86/kernel/tracepoint.c | 4 +-
7205 arch/x86/kernel/traps.c | 64 +-
7206 arch/x86/kernel/tsc.c | 2 +-
7207 arch/x86/kernel/uprobes.c | 4 +-
7208 arch/x86/kernel/vm86_32.c | 6 +-
7209 arch/x86/kernel/vmlinux.lds.S | 144 +-
7210 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
7211 arch/x86/kernel/x86_init.c | 6 +-
7212 arch/x86/kvm/cpuid.c | 21 +-
7213 arch/x86/kvm/emulate.c | 20 +-
7214 arch/x86/kvm/i8259.c | 10 +-
7215 arch/x86/kvm/ioapic.c | 2 +
7216 arch/x86/kvm/lapic.c | 2 +-
7217 arch/x86/kvm/paging_tmpl.h | 2 +-
7218 arch/x86/kvm/svm.c | 10 +-
7219 arch/x86/kvm/vmx.c | 60 +-
7220 arch/x86/kvm/x86.c | 44 +-
7221 arch/x86/lguest/boot.c | 3 +-
7222 arch/x86/lib/atomic64_386_32.S | 164 +
7223 arch/x86/lib/atomic64_cx8_32.S | 98 +-
7224 arch/x86/lib/checksum_32.S | 99 +-
7225 arch/x86/lib/clear_page_64.S | 3 +
7226 arch/x86/lib/cmpxchg16b_emu.S | 3 +
7227 arch/x86/lib/copy_page_64.S | 14 +-
7228 arch/x86/lib/copy_user_64.S | 66 +-
7229 arch/x86/lib/csum-copy_64.S | 14 +-
7230 arch/x86/lib/csum-wrappers_64.c | 8 +-
7231 arch/x86/lib/getuser.S | 74 +-
7232 arch/x86/lib/insn.c | 8 +-
7233 arch/x86/lib/iomap_copy_64.S | 2 +
7234 arch/x86/lib/memcpy_64.S | 6 +
7235 arch/x86/lib/memmove_64.S | 3 +-
7236 arch/x86/lib/memset_64.S | 3 +
7237 arch/x86/lib/mmx_32.c | 243 +-
7238 arch/x86/lib/msr-reg.S | 2 +
7239 arch/x86/lib/putuser.S | 87 +-
7240 arch/x86/lib/rwsem.S | 4 +
7241 arch/x86/lib/usercopy_32.c | 359 +-
7242 arch/x86/lib/usercopy_64.c | 22 +-
7243 arch/x86/math-emu/fpu_aux.c | 2 +-
7244 arch/x86/math-emu/fpu_entry.c | 4 +-
7245 arch/x86/math-emu/fpu_etc.c | 9 +-
7246 arch/x86/math-emu/fpu_system.h | 2 +-
7247 arch/x86/math-emu/fpu_trig.c | 13 +-
7248 arch/x86/math-emu/reg_constant.c | 7 +-
7249 arch/x86/mm/Makefile | 3 +
7250 arch/x86/mm/dump_pagetables.c | 32 +-
7251 arch/x86/mm/extable.c | 20 +-
7252 arch/x86/mm/fault.c | 572 +-
7253 arch/x86/mm/gup.c | 6 +-
7254 arch/x86/mm/highmem_32.c | 6 +
7255 arch/x86/mm/hugetlbpage.c | 24 +-
7256 arch/x86/mm/init.c | 19 +-
7257 arch/x86/mm/init_32.c | 156 +-
7258 arch/x86/mm/init_64.c | 106 +-
7259 arch/x86/mm/iomap_32.c | 4 +
7260 arch/x86/mm/ioremap.c | 54 +-
7261 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
7262 arch/x86/mm/mmap.c | 46 +-
7263 arch/x86/mm/mmio-mod.c | 10 +-
7264 arch/x86/mm/mpx.c | 6 +-
7265 arch/x86/mm/numa.c | 2 +-
7266 arch/x86/mm/pageattr.c | 38 +-
7267 arch/x86/mm/pat.c | 12 +-
7268 arch/x86/mm/pat_rbtree.c | 2 +-
7269 arch/x86/mm/pf_in.c | 10 +-
7270 arch/x86/mm/pgtable.c | 211 +-
7271 arch/x86/mm/pgtable_32.c | 3 +
7272 arch/x86/mm/setup_nx.c | 7 +
7273 arch/x86/mm/tlb.c | 104 +-
7274 arch/x86/mm/uderef_64.c | 37 +
7275 arch/x86/net/bpf_jit.S | 11 +
7276 arch/x86/net/bpf_jit_comp.c | 13 +-
7277 arch/x86/oprofile/backtrace.c | 6 +-
7278 arch/x86/oprofile/nmi_int.c | 10 +-
7279 arch/x86/oprofile/op_model_amd.c | 8 +-
7280 arch/x86/oprofile/op_model_ppro.c | 7 +-
7281 arch/x86/oprofile/op_x86_model.h | 2 +-
7282 arch/x86/pci/intel_mid_pci.c | 2 +-
7283 arch/x86/pci/irq.c | 8 +-
7284 arch/x86/pci/pcbios.c | 112 +-
7285 arch/x86/pci/vmd.c | 4 +-
7286 arch/x86/platform/efi/efi_32.c | 24 +
7287 arch/x86/platform/efi/efi_64.c | 26 +-
7288 arch/x86/platform/efi/efi_stub_32.S | 64 +-
7289 arch/x86/platform/efi/efi_stub_64.S | 2 +
7290 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
7291 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
7292 arch/x86/platform/intel-mid/mfld.c | 4 +-
7293 arch/x86/platform/intel-mid/mrfl.c | 2 +-
7294 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
7295 arch/x86/platform/olpc/olpc_dt.c | 2 +-
7296 arch/x86/power/cpu.c | 11 +-
7297 arch/x86/realmode/init.c | 10 +-
7298 arch/x86/realmode/rm/header.S | 4 +-
7299 arch/x86/realmode/rm/reboot.S | 4 +
7300 arch/x86/realmode/rm/trampoline_32.S | 12 +-
7301 arch/x86/realmode/rm/trampoline_64.S | 3 +-
7302 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
7303 arch/x86/tools/Makefile | 2 +-
7304 arch/x86/tools/relocs.c | 97 +-
7305 arch/x86/um/mem_32.c | 2 +-
7306 arch/x86/um/tls_32.c | 2 +-
7307 arch/x86/xen/enlighten.c | 52 +-
7308 arch/x86/xen/mmu.c | 31 +-
7309 arch/x86/xen/smp.c | 16 +-
7310 arch/x86/xen/xen-asm_32.S | 2 +-
7311 arch/x86/xen/xen-head.S | 12 +
7312 arch/x86/xen/xen-ops.h | 2 -
7313 block/bio.c | 4 +-
7314 block/blk-cgroup.c | 18 +-
7315 block/blk-map.c | 2 +-
7316 block/blk-softirq.c | 2 +-
7317 block/bsg.c | 12 +-
7318 block/cfq-iosched.c | 4 +-
7319 block/compat_ioctl.c | 4 +-
7320 block/genhd.c | 9 +-
7321 block/partitions/efi.c | 8 +-
7322 block/scsi_ioctl.c | 29 +-
7323 crypto/cast6_generic.c | 6 +-
7324 crypto/cryptd.c | 4 +-
7325 crypto/crypto_user.c | 2 +-
7326 crypto/pcrypt.c | 2 +-
7327 crypto/salsa20_generic.c | 16 +-
7328 crypto/serpent_generic.c | 6 +-
7329 drivers/acpi/ac.c | 2 +-
7330 drivers/acpi/acpi_video.c | 2 +-
7331 drivers/acpi/apei/apei-internal.h | 2 +-
7332 drivers/acpi/apei/ghes.c | 10 +-
7333 drivers/acpi/battery.c | 2 +-
7334 drivers/acpi/bgrt.c | 6 +-
7335 drivers/acpi/blacklist.c | 6 +-
7336 drivers/acpi/bus.c | 4 +-
7337 drivers/acpi/device_pm.c | 4 +-
7338 drivers/acpi/ec.c | 6 +-
7339 drivers/acpi/osi.c | 2 +-
7340 drivers/acpi/pci_slot.c | 2 +-
7341 drivers/acpi/processor_idle.c | 2 +-
7342 drivers/acpi/processor_pdc.c | 2 +-
7343 drivers/acpi/sleep.c | 2 +-
7344 drivers/acpi/sysfs.c | 14 +-
7345 drivers/acpi/thermal.c | 2 +-
7346 drivers/acpi/video_detect.c | 7 +-
7347 drivers/android/binder.c | 2 +-
7348 drivers/ata/libata-core.c | 12 +-
7349 drivers/ata/libata-scsi.c | 2 +-
7350 drivers/ata/libata.h | 2 +-
7351 drivers/ata/pata_arasan_cf.c | 4 +-
7352 drivers/atm/adummy.c | 2 +-
7353 drivers/atm/ambassador.c | 8 +-
7354 drivers/atm/atmtcp.c | 14 +-
7355 drivers/atm/eni.c | 10 +-
7356 drivers/atm/firestream.c | 8 +-
7357 drivers/atm/fore200e.c | 14 +-
7358 drivers/atm/he.c | 18 +-
7359 drivers/atm/horizon.c | 4 +-
7360 drivers/atm/idt77252.c | 36 +-
7361 drivers/atm/iphase.c | 34 +-
7362 drivers/atm/lanai.c | 12 +-
7363 drivers/atm/nicstar.c | 46 +-
7364 drivers/atm/solos-pci.c | 4 +-
7365 drivers/atm/suni.c | 4 +-
7366 drivers/atm/uPD98402.c | 16 +-
7367 drivers/atm/zatm.c | 6 +-
7368 drivers/base/bus.c | 4 +-
7369 drivers/base/devres.c | 4 +-
7370 drivers/base/devtmpfs.c | 8 +-
7371 drivers/base/node.c | 2 +-
7372 drivers/base/platform-msi.c | 20 +-
7373 drivers/base/power/domain.c | 6 +-
7374 drivers/base/power/runtime.c | 61 +-
7375 drivers/base/power/sysfs.c | 2 +-
7376 drivers/base/power/wakeup.c | 8 +-
7377 drivers/base/regmap/regmap-debugfs.c | 4 +-
7378 drivers/base/regmap/regmap.c | 4 +-
7379 drivers/base/syscore.c | 4 +-
7380 drivers/block/cciss.c | 28 +-
7381 drivers/block/cciss.h | 2 +-
7382 drivers/block/drbd/drbd_bitmap.c | 2 +-
7383 drivers/block/drbd/drbd_int.h | 12 +-
7384 drivers/block/drbd/drbd_main.c | 12 +-
7385 drivers/block/drbd/drbd_nl.c | 16 +-
7386 drivers/block/drbd/drbd_receiver.c | 38 +-
7387 drivers/block/drbd/drbd_state.c | 12 +-
7388 drivers/block/drbd/drbd_state.h | 2 +-
7389 drivers/block/drbd/drbd_state_change.h | 8 +-
7390 drivers/block/drbd/drbd_worker.c | 14 +-
7391 drivers/block/floppy.c | 8 +-
7392 drivers/block/pktcdvd.c | 4 +-
7393 drivers/block/rbd.c | 2 +-
7394 drivers/bluetooth/btwilink.c | 2 +-
7395 drivers/bus/arm-cci.c | 6 +-
7396 drivers/cdrom/cdrom.c | 11 +-
7397 drivers/cdrom/gdrom.c | 1 -
7398 drivers/char/agp/compat_ioctl.c | 2 +-
7399 drivers/char/agp/frontend.c | 4 +-
7400 drivers/char/agp/intel-gtt.c | 4 +-
7401 drivers/char/hpet.c | 2 +-
7402 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
7403 drivers/char/ipmi/ipmi_poweroff.c | 2 +-
7404 drivers/char/ipmi/ipmi_si_intf.c | 12 +-
7405 drivers/char/ipmi/ipmi_ssif.c | 12 +-
7406 drivers/char/mem.c | 47 +-
7407 drivers/char/nvram.c | 2 +-
7408 drivers/char/pcmcia/synclink_cs.c | 16 +-
7409 drivers/char/random.c | 12 +-
7410 drivers/char/sonypi.c | 11 +-
7411 drivers/char/tpm/tpm-chip.c | 7 +-
7412 drivers/char/tpm/tpm_acpi.c | 3 +-
7413 drivers/char/tpm/tpm_eventlog.c | 5 +-
7414 drivers/char/virtio_console.c | 6 +-
7415 drivers/clk/clk-composite.c | 2 +-
7416 drivers/clk/samsung/clk.h | 2 +-
7417 drivers/clk/socfpga/clk-gate-a10.c | 9 +-
7418 drivers/clk/socfpga/clk-gate.c | 9 +-
7419 drivers/clk/socfpga/clk-pll-a10.c | 9 +-
7420 drivers/clk/socfpga/clk-pll.c | 9 +-
7421 drivers/clk/ti/adpll.c | 2 +-
7422 drivers/clk/ti/clk.c | 8 +-
7423 drivers/cpufreq/acpi-cpufreq.c | 17 +-
7424 drivers/cpufreq/cpufreq-dt.c | 4 +-
7425 drivers/cpufreq/cpufreq.c | 27 +-
7426 drivers/cpufreq/cpufreq_governor.h | 2 +-
7427 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
7428 drivers/cpufreq/intel_pstate.c | 56 +-
7429 drivers/cpufreq/p4-clockmod.c | 12 +-
7430 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
7431 drivers/cpufreq/speedstep-centrino.c | 7 +-
7432 drivers/cpuidle/driver.c | 2 +-
7433 drivers/cpuidle/dt_idle_states.c | 2 +-
7434 drivers/cpuidle/governor.c | 2 +-
7435 drivers/cpuidle/governors/ladder.c | 13 +-
7436 drivers/cpuidle/sysfs.c | 2 +-
7437 drivers/crypto/hifn_795x.c | 4 +-
7438 drivers/crypto/qat/qat_common/adf_aer.c | 2 +-
7439 drivers/crypto/qat/qat_common/adf_sriov.c | 4 +-
7440 drivers/crypto/qat/qat_common/adf_vf_isr.c | 6 +-
7441 drivers/devfreq/devfreq.c | 4 +-
7442 drivers/devfreq/governor_passive.c | 2 +-
7443 drivers/dma-buf/dma-buf.c | 5 +-
7444 drivers/dma/qcom/hidma.c | 2 +-
7445 drivers/dma/qcom/hidma_mgmt_sys.c | 2 +-
7446 drivers/dma/sh/shdma-base.c | 4 +-
7447 drivers/dma/sh/shdmac.c | 2 +-
7448 drivers/edac/edac_device.c | 4 +-
7449 drivers/edac/edac_device_sysfs.c | 2 +-
7450 drivers/edac/edac_mc_sysfs.c | 4 +-
7451 drivers/edac/edac_module.c | 2 +-
7452 drivers/edac/edac_pci.c | 4 +-
7453 drivers/edac/edac_pci_sysfs.c | 22 +-
7454 drivers/edac/mce_amd.h | 2 +-
7455 drivers/firewire/core-card.c | 6 +-
7456 drivers/firewire/core-cdev.c | 4 +-
7457 drivers/firewire/core-device.c | 2 +-
7458 drivers/firewire/core-iso.c | 2 +-
7459 drivers/firewire/core-transaction.c | 1 +
7460 drivers/firewire/core.h | 1 +
7461 drivers/firmware/dmi-id.c | 9 +-
7462 drivers/firmware/dmi_scan.c | 12 +-
7463 drivers/firmware/efi/cper.c | 8 +-
7464 drivers/firmware/efi/efi.c | 14 +-
7465 drivers/firmware/efi/efivars.c | 2 +-
7466 drivers/firmware/efi/runtime-map.c | 2 +-
7467 drivers/firmware/google/gsmi.c | 2 +-
7468 drivers/firmware/google/memconsole.c | 7 +-
7469 drivers/firmware/memmap.c | 2 +-
7470 drivers/firmware/psci.c | 2 +-
7471 drivers/gpio/gpio-davinci.c | 6 +-
7472 drivers/gpio/gpio-em.c | 2 +-
7473 drivers/gpio/gpio-ich.c | 2 +-
7474 drivers/gpio/gpio-mpc8xxx.c | 6 +-
7475 drivers/gpio/gpio-omap.c | 4 +-
7476 drivers/gpio/gpio-rcar.c | 2 +-
7477 drivers/gpio/gpio-vr41xx.c | 2 +-
7478 drivers/gpio/gpiolib.c | 12 +-
7479 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
7480 drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | 2 +-
7481 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c | 8 +-
7482 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
7483 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 18 +-
7484 drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c | 11 +-
7485 drivers/gpu/drm/amd/amdgpu/fiji_smc.c | 4 +-
7486 drivers/gpu/drm/amd/amdgpu/iceland_smc.c | 4 +-
7487 drivers/gpu/drm/amd/amdgpu/tonga_smc.c | 4 +-
7488 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
7489 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
7490 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
7491 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
7492 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
7493 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
7494 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
7495 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
7496 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
7497 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
7498 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
7499 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
7500 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
7501 drivers/gpu/drm/armada/armada_drv.c | 3 +-
7502 drivers/gpu/drm/ast/ast_mode.c | 2 +-
7503 drivers/gpu/drm/bochs/bochs_kms.c | 2 +-
7504 drivers/gpu/drm/drm_crtc.c | 2 +-
7505 drivers/gpu/drm/drm_drv.c | 2 +-
7506 drivers/gpu/drm/drm_fb_cma_helper.c | 5 +-
7507 drivers/gpu/drm/drm_fops.c | 19 +-
7508 drivers/gpu/drm/drm_global.c | 14 +-
7509 drivers/gpu/drm/drm_info.c | 13 +-
7510 drivers/gpu/drm/drm_ioc32.c | 13 +-
7511 drivers/gpu/drm/drm_ioctl.c | 2 +-
7512 drivers/gpu/drm/drm_pci.c | 9 +-
7513 drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 -
7514 drivers/gpu/drm/exynos/exynos_drm_g2d.c | 5 +
7515 drivers/gpu/drm/gma500/cdv_intel_crt.c | 2 +-
7516 drivers/gpu/drm/gma500/cdv_intel_dp.c | 2 +-
7517 drivers/gpu/drm/gma500/cdv_intel_hdmi.c | 2 +-
7518 drivers/gpu/drm/gma500/cdv_intel_lvds.c | 2 +-
7519 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 3 +
7520 drivers/gpu/drm/gma500/mdfld_dsi_output.c | 2 +-
7521 drivers/gpu/drm/gma500/oaktrail_hdmi.c | 2 +-
7522 drivers/gpu/drm/gma500/psb_drv.c | 1 -
7523 drivers/gpu/drm/gma500/psb_intel_drv.h | 2 +-
7524 drivers/gpu/drm/gma500/psb_intel_lvds.c | 2 +-
7525 drivers/gpu/drm/gma500/psb_intel_sdvo.c | 2 +-
7526 drivers/gpu/drm/i2c/tda998x_drv.c | 2 +-
7527 drivers/gpu/drm/i810/i810_dma.c | 2 +-
7528 drivers/gpu/drm/i810/i810_drv.c | 6 +-
7529 drivers/gpu/drm/i810/i810_drv.h | 6 +-
7530 drivers/gpu/drm/i915/dvo.h | 2 +-
7531 drivers/gpu/drm/i915/i915_dma.c | 4 +-
7532 drivers/gpu/drm/i915/i915_drv.c | 7 +-
7533 drivers/gpu/drm/i915/i915_drv.h | 2 +-
7534 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
7535 drivers/gpu/drm/i915/i915_gem_gtt.c | 4 +-
7536 drivers/gpu/drm/i915/i915_gem_gtt.h | 4 +-
7537 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
7538 drivers/gpu/drm/i915/i915_irq.c | 88 +-
7539 drivers/gpu/drm/i915/intel_display.c | 30 +-
7540 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
7541 drivers/gpu/drm/mga/mga_drv.c | 5 +-
7542 drivers/gpu/drm/mga/mga_drv.h | 6 +-
7543 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
7544 drivers/gpu/drm/mga/mga_irq.c | 8 +-
7545 drivers/gpu/drm/mga/mga_state.c | 2 +-
7546 drivers/gpu/drm/mgag200/mgag200_mode.c | 2 +-
7547 drivers/gpu/drm/nouveau/nouveau_acpi.c | 2 +-
7548 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
7549 drivers/gpu/drm/nouveau/nouveau_connector.c | 2 +-
7550 drivers/gpu/drm/nouveau/nouveau_drm.c | 13 +-
7551 drivers/gpu/drm/nouveau/nouveau_drv.h | 1 -
7552 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
7553 drivers/gpu/drm/nouveau/nouveau_usif.c | 7 +-
7554 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
7555 drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c | 7 +-
7556 .../gpu/drm/nouveau/nvkm/subdev/bios/shadowpci.c | 7 +-
7557 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/priv.h | 4 +-
7558 drivers/gpu/drm/omapdrm/dss/display.c | 8 +-
7559 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
7560 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
7561 drivers/gpu/drm/qxl/qxl_display.c | 2 +-
7562 drivers/gpu/drm/qxl/qxl_drv.c | 8 +-
7563 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
7564 drivers/gpu/drm/qxl/qxl_ioctl.c | 12 +-
7565 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
7566 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
7567 drivers/gpu/drm/r128/r128_cce.c | 2 +-
7568 drivers/gpu/drm/r128/r128_drv.c | 4 +-
7569 drivers/gpu/drm/r128/r128_drv.h | 6 +-
7570 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
7571 drivers/gpu/drm/r128/r128_irq.c | 4 +-
7572 drivers/gpu/drm/r128/r128_state.c | 6 +-
7573 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
7574 drivers/gpu/drm/radeon/radeon_atpx_handler.c | 2 +-
7575 drivers/gpu/drm/radeon/radeon_connectors.c | 10 +-
7576 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
7577 drivers/gpu/drm/radeon/radeon_drv.c | 11 +-
7578 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
7579 drivers/gpu/drm/radeon/radeon_kms.c | 8 +-
7580 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
7581 drivers/gpu/drm/savage/savage_bci.c | 2 +-
7582 drivers/gpu/drm/savage/savage_drv.c | 5 +-
7583 drivers/gpu/drm/savage/savage_drv.h | 2 +-
7584 drivers/gpu/drm/sis/sis_drv.c | 5 +-
7585 drivers/gpu/drm/sis/sis_drv.h | 2 +-
7586 drivers/gpu/drm/sis/sis_mm.c | 2 +-
7587 drivers/gpu/drm/sti/sti_cursor.c | 4 +-
7588 drivers/gpu/drm/sti/sti_dvo.c | 4 +-
7589 drivers/gpu/drm/sti/sti_gdp.c | 12 +-
7590 drivers/gpu/drm/sti/sti_hda.c | 4 +-
7591 drivers/gpu/drm/sti/sti_hdmi.c | 4 +-
7592 drivers/gpu/drm/sti/sti_hqvdp.c | 4 +-
7593 drivers/gpu/drm/sti/sti_mixer.c | 8 +-
7594 drivers/gpu/drm/sti/sti_tvout.c | 4 +-
7595 drivers/gpu/drm/sti/sti_vid.c | 4 +-
7596 drivers/gpu/drm/tegra/dc.c | 2 +-
7597 drivers/gpu/drm/tegra/dsi.c | 2 +-
7598 drivers/gpu/drm/tegra/hdmi.c | 2 +-
7599 drivers/gpu/drm/tegra/sor.c | 7 +-
7600 drivers/gpu/drm/tilcdc/Makefile | 6 +-
7601 drivers/gpu/drm/tilcdc/tilcdc_external.c | 2 +-
7602 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
7603 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
7604 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
7605 drivers/gpu/drm/udl/udl_connector.c | 2 +-
7606 drivers/gpu/drm/udl/udl_fb.c | 1 -
7607 drivers/gpu/drm/vc4/vc4_drv.c | 8 +-
7608 drivers/gpu/drm/via/via_dma.c | 2 +-
7609 drivers/gpu/drm/via/via_drv.c | 5 +-
7610 drivers/gpu/drm/via/via_drv.h | 6 +-
7611 drivers/gpu/drm/via/via_irq.c | 18 +-
7612 drivers/gpu/drm/virtio/virtgpu_display.c | 2 +-
7613 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
7614 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
7615 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
7616 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
7617 drivers/gpu/vga/vga_switcheroo.c | 4 +-
7618 drivers/hid/hid-core.c | 4 +-
7619 drivers/hid/hid-magicmouse.c | 2 +-
7620 drivers/hid/hid-sensor-custom.c | 2 +-
7621 drivers/hv/channel.c | 6 +-
7622 drivers/hv/hv.c | 22 +-
7623 drivers/hv/hv_balloon.c | 18 +-
7624 drivers/hv/hyperv_vmbus.h | 2 +-
7625 drivers/hwmon/acpi_power_meter.c | 6 +-
7626 drivers/hwmon/applesmc.c | 4 +-
7627 drivers/hwmon/asus_atk0110.c | 10 +-
7628 drivers/hwmon/coretemp.c | 2 +-
7629 drivers/hwmon/dell-smm-hwmon.c | 4 +-
7630 drivers/hwmon/ibmaem.c | 2 +-
7631 drivers/hwmon/iio_hwmon.c | 2 +-
7632 drivers/hwmon/nct6683.c | 6 +-
7633 drivers/hwmon/nct6775.c | 6 +-
7634 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
7635 drivers/hwmon/sht15.c | 12 +-
7636 drivers/hwmon/via-cputemp.c | 2 +-
7637 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
7638 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
7639 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
7640 drivers/i2c/i2c-dev.c | 2 +-
7641 drivers/ide/ide-cd.c | 2 +-
7642 drivers/ide/ide-disk.c | 2 +-
7643 drivers/ide/ide.c | 4 +-
7644 drivers/idle/intel_idle.c | 36 +-
7645 drivers/iio/industrialio-core.c | 2 +-
7646 drivers/infiniband/core/cm.c | 46 +-
7647 drivers/infiniband/core/fmr_pool.c | 20 +-
7648 drivers/infiniband/core/netlink.c | 5 +-
7649 drivers/infiniband/core/sysfs.c | 2 +-
7650 drivers/infiniband/core/ucm.c | 4 +-
7651 drivers/infiniband/core/uverbs_cmd.c | 3 +
7652 drivers/infiniband/hw/cxgb4/device.c | 6 +-
7653 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
7654 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
7655 drivers/infiniband/hw/hfi1/pcie.c | 2 +-
7656 drivers/infiniband/hw/i40iw/i40iw_user.h | 2 +-
7657 drivers/infiniband/hw/mlx4/mad.c | 2 +-
7658 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
7659 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
7660 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
7661 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
7662 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
7663 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
7664 drivers/infiniband/hw/nes/nes.c | 4 +-
7665 drivers/infiniband/hw/nes/nes.h | 40 +-
7666 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
7667 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
7668 drivers/infiniband/hw/nes/nes_nic.c | 42 +-
7669 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
7670 drivers/infiniband/hw/qib/qib_iba7322.c | 4 +-
7671 drivers/infiniband/hw/qib/qib_pcie.c | 2 +-
7672 drivers/infiniband/ulp/ipoib/ipoib_main.c | 2 +-
7673 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
7674 drivers/infiniband/ulp/srpt/ib_srpt.c | 8 +-
7675 drivers/input/evdev.c | 2 +-
7676 drivers/input/gameport/gameport.c | 4 +-
7677 drivers/input/input.c | 4 +-
7678 drivers/input/joystick/sidewinder.c | 1 +
7679 drivers/input/misc/ims-pcu.c | 4 +-
7680 drivers/input/mouse/psmouse.h | 2 +-
7681 drivers/input/mousedev.c | 2 +-
7682 drivers/input/serio/serio.c | 4 +-
7683 drivers/input/serio/serio_raw.c | 4 +-
7684 drivers/input/touchscreen/htcpen.c | 2 +-
7685 drivers/iommu/arm-smmu-v3.c | 2 +-
7686 drivers/iommu/arm-smmu.c | 40 +-
7687 drivers/iommu/io-pgtable-arm-v7s.c | 62 +-
7688 drivers/iommu/io-pgtable-arm.c | 99 +-
7689 drivers/iommu/io-pgtable.c | 11 +-
7690 drivers/iommu/io-pgtable.h | 21 +-
7691 drivers/iommu/iommu.c | 2 +-
7692 drivers/iommu/ipmmu-vmsa.c | 13 +-
7693 drivers/iommu/irq_remapping.c | 2 +-
7694 drivers/iommu/mtk_iommu.c | 12 +-
7695 drivers/irqchip/irq-gic.c | 2 +-
7696 drivers/irqchip/irq-i8259.c | 2 +-
7697 drivers/irqchip/irq-mmp.c | 2 +-
7698 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
7699 drivers/irqchip/irq-ts4800.c | 2 +-
7700 drivers/isdn/capi/capi.c | 10 +-
7701 drivers/isdn/gigaset/interface.c | 8 +-
7702 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
7703 drivers/isdn/hardware/avm/b1.c | 4 +-
7704 drivers/isdn/hardware/eicon/capifunc.c | 6 +-
7705 drivers/isdn/hardware/eicon/dadapter.c | 18 +-
7706 drivers/isdn/hardware/eicon/diddfunc.c | 7 +-
7707 drivers/isdn/hardware/eicon/divasfunc.c | 9 +-
7708 drivers/isdn/hardware/eicon/divasync.h | 2 +-
7709 drivers/isdn/hardware/eicon/idifunc.c | 9 +-
7710 drivers/isdn/hardware/eicon/mntfunc.c | 13 +-
7711 drivers/isdn/hardware/mISDN/avmfritz.c | 2 +-
7712 drivers/isdn/hardware/mISDN/hfcmulti.c | 7 +-
7713 drivers/isdn/hardware/mISDN/hfcpci.c | 16 +-
7714 drivers/isdn/hardware/mISDN/mISDNinfineon.c | 7 +-
7715 drivers/isdn/hardware/mISDN/mISDNipac.c | 5 +-
7716 drivers/isdn/hardware/mISDN/netjet.c | 2 +-
7717 drivers/isdn/hardware/mISDN/speedfax.c | 7 +-
7718 drivers/isdn/hardware/mISDN/w6692.c | 7 +-
7719 drivers/isdn/hisax/amd7930_fn.c | 5 +-
7720 drivers/isdn/hisax/arcofi.c | 5 +-
7721 drivers/isdn/hisax/diva.c | 7 +-
7722 drivers/isdn/hisax/elsa.c | 9 +-
7723 drivers/isdn/hisax/fsm.c | 5 +-
7724 drivers/isdn/hisax/hfc4s8s_l1.c | 14 +-
7725 drivers/isdn/hisax/hfc_2bds0.c | 4 +-
7726 drivers/isdn/hisax/hfc_pci.c | 10 +-
7727 drivers/isdn/hisax/hfc_sx.c | 10 +-
7728 drivers/isdn/hisax/hfc_usb.c | 12 +-
7729 drivers/isdn/hisax/hfcscard.c | 6 +-
7730 drivers/isdn/hisax/icc.c | 5 +-
7731 drivers/isdn/hisax/ipacx.c | 7 +-
7732 drivers/isdn/hisax/isac.c | 5 +-
7733 drivers/isdn/hisax/isar.c | 5 +-
7734 drivers/isdn/hisax/isdnl3.c | 5 +-
7735 drivers/isdn/hisax/saphir.c | 5 +-
7736 drivers/isdn/hisax/teleint.c | 5 +-
7737 drivers/isdn/hisax/w6692.c | 5 +-
7738 drivers/isdn/i4l/isdn_common.c | 2 +
7739 drivers/isdn/i4l/isdn_tty.c | 22 +-
7740 drivers/isdn/mISDN/dsp.h | 4 +-
7741 drivers/isdn/mISDN/dsp_cmx.c | 4 +-
7742 drivers/isdn/mISDN/dsp_core.c | 4 +-
7743 drivers/isdn/mISDN/dsp_tones.c | 4 +-
7744 drivers/isdn/mISDN/fsm.c | 5 +-
7745 drivers/isdn/mISDN/l1oip_core.c | 8 +-
7746 drivers/leds/leds-clevo-mail.c | 2 +-
7747 drivers/leds/leds-ss4200.c | 2 +-
7748 drivers/lguest/core.c | 9 +-
7749 drivers/lguest/page_tables.c | 2 +-
7750 drivers/lguest/x86/core.c | 12 +-
7751 drivers/lguest/x86/switcher_32.S | 27 +-
7752 drivers/lightnvm/rrpc.c | 4 +-
7753 drivers/lightnvm/rrpc.h | 2 +-
7754 drivers/md/bcache/alloc.c | 2 +-
7755 drivers/md/bcache/bcache.h | 10 +-
7756 drivers/md/bcache/btree.c | 13 +-
7757 drivers/md/bcache/closure.c | 4 +-
7758 drivers/md/bcache/closure.h | 10 +-
7759 drivers/md/bcache/io.c | 10 +-
7760 drivers/md/bcache/journal.c | 18 +-
7761 drivers/md/bcache/movinggc.c | 12 +-
7762 drivers/md/bcache/request.c | 54 +-
7763 drivers/md/bcache/request.h | 2 +-
7764 drivers/md/bcache/stats.c | 26 +-
7765 drivers/md/bcache/stats.h | 16 +-
7766 drivers/md/bcache/super.c | 32 +-
7767 drivers/md/bcache/sysfs.c | 20 +-
7768 drivers/md/bcache/writeback.c | 12 +-
7769 drivers/md/bitmap.c | 2 +-
7770 drivers/md/dm-cache-target.c | 116 +-
7771 drivers/md/dm-ioctl.c | 2 +-
7772 drivers/md/dm-mpath.c | 12 +-
7773 drivers/md/dm-raid.c | 2 +-
7774 drivers/md/dm-raid1.c | 18 +-
7775 drivers/md/dm-stats.c | 6 +-
7776 drivers/md/dm-stripe.c | 10 +-
7777 drivers/md/dm-table.c | 2 +-
7778 drivers/md/dm-thin-metadata.c | 4 +-
7779 drivers/md/dm.c | 28 +-
7780 drivers/md/md.c | 41 +-
7781 drivers/md/md.h | 8 +-
7782 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
7783 drivers/md/persistent-data/dm-space-map.h | 1 +
7784 drivers/md/raid1.c | 8 +-
7785 drivers/md/raid10.c | 20 +-
7786 drivers/md/raid5.c | 26 +-
7787 drivers/media/dvb-core/dvb_net.c | 2 +-
7788 drivers/media/dvb-core/dvbdev.c | 2 +-
7789 drivers/media/dvb-frontends/af9033.h | 2 +-
7790 drivers/media/dvb-frontends/cx24116.c | 2 +-
7791 drivers/media/dvb-frontends/cx24117.c | 2 +-
7792 drivers/media/dvb-frontends/cx24120.c | 2 +-
7793 drivers/media/dvb-frontends/cx24123.c | 2 +-
7794 drivers/media/dvb-frontends/cxd2820r_core.c | 2 +-
7795 drivers/media/dvb-frontends/dib3000.h | 2 +-
7796 drivers/media/dvb-frontends/dib7000p.h | 2 +-
7797 drivers/media/dvb-frontends/dib8000.h | 2 +-
7798 drivers/media/dvb-frontends/hd29l2.c | 2 +-
7799 drivers/media/dvb-frontends/lgdt3306a.c | 2 +-
7800 drivers/media/dvb-frontends/mt312.c | 6 +-
7801 drivers/media/dvb-frontends/s921.c | 2 +-
7802 drivers/media/pci/bt8xx/dst.c | 2 +-
7803 drivers/media/pci/cx88/cx88-video.c | 6 +-
7804 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
7805 drivers/media/pci/pt1/va1j5jf8007s.c | 2 +-
7806 drivers/media/pci/pt1/va1j5jf8007t.c | 2 +-
7807 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
7808 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
7809 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
7810 drivers/media/pci/sta2x11/sta2x11_vip.c | 5 +-
7811 drivers/media/pci/tw68/tw68-core.c | 2 +-
7812 drivers/media/pci/zoran/zoran.h | 1 -
7813 drivers/media/pci/zoran/zoran_card.c | 4 +-
7814 drivers/media/pci/zoran/zoran_driver.c | 3 -
7815 drivers/media/platform/omap/omap_vout.c | 11 +-
7816 drivers/media/platform/s5p-tv/mixer.h | 2 +-
7817 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
7818 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
7819 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
7820 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
7821 drivers/media/platform/soc_camera/soc_camera.c | 2 +-
7822 drivers/media/radio/radio-cadet.c | 2 +
7823 drivers/media/radio/radio-maxiradio.c | 2 +-
7824 drivers/media/radio/radio-shark.c | 2 +-
7825 drivers/media/radio/radio-shark2.c | 2 +-
7826 drivers/media/radio/radio-si476x.c | 2 +-
7827 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
7828 drivers/media/usb/pvrusb2/pvrusb2-context.c | 8 +-
7829 drivers/media/usb/pvrusb2/pvrusb2-dvb.c | 7 +-
7830 drivers/media/usb/pvrusb2/pvrusb2-hdw.c | 2 +-
7831 drivers/media/usb/pvrusb2/pvrusb2-std.c | 2 +-
7832 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c | 6 +-
7833 drivers/media/usb/uvc/uvc_driver.c | 4 +-
7834 drivers/media/v4l2-core/v4l2-common.c | 2 +-
7835 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
7836 drivers/media/v4l2-core/v4l2-device.c | 4 +-
7837 drivers/media/v4l2-core/v4l2-ioctl.c | 287 +-
7838 drivers/memory/omap-gpmc.c | 24 +-
7839 drivers/message/fusion/mptbase.c | 4 +-
7840 drivers/message/fusion/mptlan.c | 2 +-
7841 drivers/message/fusion/mptsas.c | 34 +-
7842 drivers/mfd/ab8500-debugfs.c | 2 +-
7843 drivers/mfd/kempld-core.c | 2 +-
7844 drivers/mfd/max8925-i2c.c | 2 +-
7845 drivers/mfd/tps65910.c | 2 +-
7846 drivers/mfd/twl4030-irq.c | 9 +-
7847 drivers/misc/c2port/core.c | 4 +-
7848 drivers/misc/kgdbts.c | 6 +-
7849 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
7850 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
7851 drivers/misc/mic/scif/scif_api.c | 10 +-
7852 drivers/misc/mic/scif/scif_rb.c | 8 +-
7853 drivers/misc/panel.c | 4 +-
7854 drivers/misc/sgi-gru/gruhandles.c | 4 +-
7855 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
7856 drivers/misc/sgi-gru/grutables.h | 158 +-
7857 drivers/misc/sgi-xp/xp.h | 2 +-
7858 drivers/misc/sgi-xp/xp_main.c | 57 +-
7859 drivers/misc/sgi-xp/xpc.h | 3 +-
7860 drivers/misc/sgi-xp/xpc_main.c | 2 +-
7861 drivers/misc/sgi-xp/xpnet.c | 2 +-
7862 drivers/misc/ti-st/st_kim.c | 32 +-
7863 drivers/mmc/card/mmc_test.c | 4 +-
7864 drivers/mmc/host/dw_mmc.h | 2 +-
7865 drivers/mmc/host/mmci.c | 4 +-
7866 drivers/mmc/host/omap_hsmmc.c | 4 +-
7867 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
7868 drivers/mmc/host/sdhci-s3c.c | 8 +-
7869 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
7870 drivers/mtd/devices/block2mtd.c | 2 +-
7871 drivers/mtd/devices/phram.c | 2 +-
7872 drivers/mtd/maps/gpio-addr-flash.c | 2 +-
7873 drivers/mtd/maps/latch-addr-flash.c | 2 +-
7874 drivers/mtd/maps/pci.c | 4 +-
7875 drivers/mtd/maps/pcmciamtd.c | 8 +-
7876 drivers/mtd/maps/sbc_gxx.c | 2 +-
7877 drivers/mtd/nand/brcmnand/bcm63138_nand.c | 2 +
7878 drivers/mtd/nand/brcmnand/brcmnand.h | 2 +-
7879 drivers/mtd/nand/brcmnand/iproc_nand.c | 2 +
7880 drivers/mtd/nand/cafe_nand.c | 18 +-
7881 drivers/mtd/nand/denali.c | 1 +
7882 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
7883 drivers/mtd/nftlmount.c | 1 +
7884 drivers/mtd/sm_ftl.c | 2 +-
7885 drivers/mtd/ubi/build.c | 2 +-
7886 drivers/net/bonding/bond_netlink.c | 2 +-
7887 drivers/net/caif/caif_hsi.c | 4 +-
7888 drivers/net/caif/caif_serial.c | 2 +-
7889 drivers/net/caif/caif_spi.c | 2 +-
7890 drivers/net/caif/caif_virtio.c | 2 +-
7891 drivers/net/can/Kconfig | 2 +-
7892 drivers/net/can/bfin_can.c | 2 +-
7893 drivers/net/can/dev.c | 2 +-
7894 drivers/net/can/flexcan.c | 2 +-
7895 drivers/net/can/janz-ican3.c | 2 +-
7896 drivers/net/can/led.c | 2 +-
7897 drivers/net/can/sun4i_can.c | 2 +-
7898 drivers/net/can/vcan.c | 2 +-
7899 drivers/net/can/xilinx_can.c | 2 +-
7900 drivers/net/dummy.c | 2 +-
7901 drivers/net/ethernet/8390/ax88796.c | 6 +-
7902 drivers/net/ethernet/8390/axnet_cs.c | 4 +-
7903 drivers/net/ethernet/8390/ne2k-pci.c | 6 +-
7904 drivers/net/ethernet/8390/pcnet_cs.c | 4 +-
7905 drivers/net/ethernet/adi/bfin_mac.c | 2 +-
7906 drivers/net/ethernet/allwinner/sun4i-emac.c | 2 +-
7907 drivers/net/ethernet/altera/altera_tse_main.c | 6 +-
7908 drivers/net/ethernet/amd/7990.c | 2 +-
7909 drivers/net/ethernet/amd/7990.h | 2 +-
7910 drivers/net/ethernet/amd/amd8111e.c | 5 +-
7911 drivers/net/ethernet/amd/atarilance.c | 4 +-
7912 drivers/net/ethernet/amd/declance.c | 2 +-
7913 drivers/net/ethernet/amd/pcnet32.c | 7 +-
7914 drivers/net/ethernet/amd/sun3lance.c | 4 +-
7915 drivers/net/ethernet/amd/sunlance.c | 2 +-
7916 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
7917 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
7918 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
7919 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 145 +-
7920 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 68 +-
7921 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
7922 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
7923 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
7924 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
7925 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
7926 drivers/net/ethernet/apm/xgene/xgene_enet_main.c | 4 +-
7927 drivers/net/ethernet/arc/emac_main.c | 2 +-
7928 drivers/net/ethernet/atheros/alx/main.c | 2 +-
7929 drivers/net/ethernet/atheros/atl1c/atl1c_main.c | 2 +-
7930 drivers/net/ethernet/atheros/atl1e/atl1e_main.c | 2 +-
7931 drivers/net/ethernet/aurora/nb8800.c | 2 +-
7932 drivers/net/ethernet/broadcom/bcm63xx_enet.c | 2 +-
7933 drivers/net/ethernet/broadcom/bnx2.c | 2 +-
7934 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
7935 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c | 216 +-
7936 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.h | 4 +-
7937 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c | 2 +-
7938 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
7939 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
7940 drivers/net/ethernet/broadcom/bnxt/bnxt.c | 2 +-
7941 drivers/net/ethernet/broadcom/tg3.c | 2 +-
7942 drivers/net/ethernet/broadcom/tg3.h | 1 +
7943 drivers/net/ethernet/brocade/bna/bfa_cs.h | 42 +-
7944 drivers/net/ethernet/brocade/bna/bfa_ioc.c | 10 +-
7945 drivers/net/ethernet/brocade/bna/bfa_ioc.h | 4 +-
7946 drivers/net/ethernet/brocade/bna/bfa_msgq.h | 8 +-
7947 drivers/net/ethernet/brocade/bna/bna_enet.c | 6 +-
7948 drivers/net/ethernet/brocade/bna/bna_tx_rx.c | 6 +-
7949 drivers/net/ethernet/brocade/bna/bna_types.h | 24 +-
7950 drivers/net/ethernet/brocade/bna/bnad.c | 11 +-
7951 drivers/net/ethernet/cadence/macb.c | 4 +-
7952 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
7953 drivers/net/ethernet/cavium/liquidio/lio_main.c | 15 +-
7954 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c | 2 +-
7955 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
7956 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 2 +-
7957 drivers/net/ethernet/chelsio/cxgb4vf/adapter.h | 2 +-
7958 drivers/net/ethernet/chelsio/cxgb4vf/sge.c | 2 +-
7959 drivers/net/ethernet/davicom/dm9000.c | 2 +-
7960 drivers/net/ethernet/dec/tulip/de4x5.c | 13 +-
7961 drivers/net/ethernet/emulex/benet/be_main.c | 4 +-
7962 drivers/net/ethernet/faraday/ftgmac100.c | 4 +-
7963 drivers/net/ethernet/faraday/ftmac100.c | 4 +-
7964 drivers/net/ethernet/freescale/fec_mpc52xx.c | 2 +-
7965 .../net/ethernet/freescale/fs_enet/fs_enet-main.c | 2 +-
7966 drivers/net/ethernet/freescale/gianfar.c | 4 +-
7967 drivers/net/ethernet/freescale/ucc_geth.c | 2 +-
7968 drivers/net/ethernet/hisilicon/hip04_eth.c | 2 +-
7969 drivers/net/ethernet/hisilicon/hix5hd2_gmac.c | 2 +-
7970 drivers/net/ethernet/hisilicon/hns/hns_ae_adapt.c | 6 +-
7971 drivers/net/ethernet/i825xx/lib82596.c | 4 +-
7972 drivers/net/ethernet/ibm/ehea/ehea_main.c | 2 +-
7973 drivers/net/ethernet/ibm/emac/core.c | 4 +-
7974 drivers/net/ethernet/intel/e100.c | 2 +-
7975 drivers/net/ethernet/intel/e1000/e1000_main.c | 2 +-
7976 drivers/net/ethernet/intel/e1000e/netdev.c | 2 +-
7977 drivers/net/ethernet/intel/fm10k/fm10k_pci.c | 2 +-
7978 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
7979 drivers/net/ethernet/intel/igb/igb_main.c | 2 +-
7980 drivers/net/ethernet/intel/igbvf/netdev.c | 2 +-
7981 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 2 +-
7982 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
7983 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 4 +-
7984 drivers/net/ethernet/marvell/pxa168_eth.c | 2 +-
7985 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
7986 drivers/net/ethernet/mellanox/mlx4/main.c | 2 +-
7987 drivers/net/ethernet/mellanox/mlx5/core/main.c | 2 +-
7988 drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 2 +-
7989 drivers/net/ethernet/micrel/ks8695net.c | 2 +-
7990 drivers/net/ethernet/micrel/ks8851_mll.c | 2 +-
7991 drivers/net/ethernet/moxa/moxart_ether.c | 2 +-
7992 drivers/net/ethernet/neterion/s2io.c | 2 +-
7993 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
7994 drivers/net/ethernet/neterion/vxge/vxge-main.c | 2 +-
7995 .../net/ethernet/netronome/nfp/nfp_net_common.c | 2 +-
7996 drivers/net/ethernet/netx-eth.c | 2 +-
7997 drivers/net/ethernet/nuvoton/w90p910_ether.c | 2 +-
7998 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
7999 drivers/net/ethernet/nxp/lpc_eth.c | 2 +-
8000 .../net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c | 4 +-
8001 .../net/ethernet/qlogic/netxen/netxen_nic_main.c | 2 +-
8002 drivers/net/ethernet/qlogic/qed/qed_mcp.c | 6 +-
8003 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
8004 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
8005 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c | 2 +-
8006 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
8007 drivers/net/ethernet/realtek/r8169.c | 8 +-
8008 drivers/net/ethernet/renesas/sh_eth.c | 2 +-
8009 drivers/net/ethernet/rocker/rocker_main.c | 4 +-
8010 drivers/net/ethernet/seeq/sgiseeq.c | 2 +-
8011 drivers/net/ethernet/sfc/ptp.c | 2 +-
8012 drivers/net/ethernet/sfc/selftest.c | 20 +-
8013 drivers/net/ethernet/sgi/ioc3-eth.c | 4 +-
8014 drivers/net/ethernet/smsc/smc911x.c | 2 +-
8015 drivers/net/ethernet/smsc/smc91x.c | 2 +-
8016 drivers/net/ethernet/smsc/smsc911x.c | 2 +-
8017 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
8018 drivers/net/ethernet/sun/sunbmac.c | 2 +-
8019 drivers/net/ethernet/sun/sunqe.c | 2 +-
8020 drivers/net/ethernet/sun/sunvnet.c | 2 +-
8021 drivers/net/ethernet/sun/sunvnet_common.c | 6 +-
8022 drivers/net/ethernet/synopsys/dwc_eth_qos.c | 2 +-
8023 drivers/net/ethernet/ti/cpmac.c | 2 +-
8024 drivers/net/ethernet/ti/netcp_core.c | 2 +-
8025 drivers/net/ethernet/via/via-rhine.c | 2 +-
8026 drivers/net/ethernet/wiznet/w5100.c | 2 +-
8027 drivers/net/ethernet/wiznet/w5300.c | 2 +-
8028 drivers/net/ethernet/xilinx/ll_temac_main.c | 2 +-
8029 drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 2 +-
8030 drivers/net/geneve.c | 4 +-
8031 drivers/net/gtp.c | 8 +-
8032 drivers/net/hamradio/baycom_epp.c | 2 +-
8033 drivers/net/hyperv/hyperv_net.h | 2 +-
8034 drivers/net/hyperv/netvsc_drv.c | 2 +-
8035 drivers/net/hyperv/rndis_filter.c | 7 +-
8036 drivers/net/ifb.c | 2 +-
8037 drivers/net/ipvlan/ipvlan_core.c | 2 +-
8038 drivers/net/ipvlan/ipvlan_main.c | 6 +-
8039 drivers/net/irda/vlsi_ir.c | 18 +-
8040 drivers/net/irda/vlsi_ir.h | 14 +-
8041 drivers/net/loopback.c | 2 +-
8042 drivers/net/macsec.c | 2 +-
8043 drivers/net/macvlan.c | 20 +-
8044 drivers/net/macvtap.c | 10 +-
8045 drivers/net/nlmon.c | 2 +-
8046 drivers/net/phy/phy_device.c | 6 +-
8047 drivers/net/plip/plip.c | 2 +-
8048 drivers/net/ppp/ppp_generic.c | 6 +-
8049 drivers/net/ppp/pptp.c | 2 +-
8050 drivers/net/rionet.c | 2 +-
8051 drivers/net/slip/slhc.c | 2 +-
8052 drivers/net/team/team.c | 4 +-
8053 drivers/net/tun.c | 7 +-
8054 drivers/net/usb/hso.c | 28 +-
8055 drivers/net/usb/ipheth.c | 2 +-
8056 drivers/net/usb/r8152.c | 2 +-
8057 drivers/net/usb/sierra_net.c | 4 +-
8058 drivers/net/virtio_net.c | 2 +-
8059 drivers/net/vrf.c | 4 +-
8060 drivers/net/vxlan.c | 4 +-
8061 drivers/net/wimax/i2400m/rx.c | 2 +-
8062 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
8063 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
8064 drivers/net/wireless/ath/ath6kl/core.h | 2 +-
8065 drivers/net/wireless/ath/ath6kl/txrx.c | 2 +-
8066 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
8067 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
8068 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
8069 drivers/net/wireless/ath/ath9k/main.c | 22 +-
8070 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
8071 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
8072 drivers/net/wireless/ath/carl9170/main.c | 10 +-
8073 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
8074 drivers/net/wireless/ath/wil6210/pcie_bus.c | 2 +-
8075 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
8076 drivers/net/wireless/atmel/at76c50x-usb.c | 2 +-
8077 drivers/net/wireless/atmel/atmel.c | 183 +-
8078 drivers/net/wireless/broadcom/b43/phy_lp.c | 2 +-
8079 drivers/net/wireless/broadcom/b43legacy/main.c | 5 +-
8080 .../broadcom/brcm80211/brcmfmac/cfg80211.c | 55 +-
8081 .../broadcom/brcm80211/brcmsmac/phy/phy_cmn.c | 3 +-
8082 .../broadcom/brcm80211/brcmsmac/phy_shim.c | 5 +-
8083 .../broadcom/brcm80211/brcmsmac/phy_shim.h | 2 +-
8084 drivers/net/wireless/cisco/airo.c | 201 +-
8085 drivers/net/wireless/intel/ipw2x00/ipw2100.c | 8 +-
8086 drivers/net/wireless/intel/ipw2x00/ipw2200.c | 6 +-
8087 drivers/net/wireless/intel/iwlegacy/3945-mac.c | 11 +-
8088 drivers/net/wireless/intel/iwlegacy/4965-mac.c | 7 +-
8089 drivers/net/wireless/intel/iwlwifi/dvm/debugfs.c | 34 +-
8090 drivers/net/wireless/intel/iwlwifi/dvm/lib.c | 4 +-
8091 drivers/net/wireless/intel/iwlwifi/mvm/d3.c | 8 +-
8092 drivers/net/wireless/intel/iwlwifi/mvm/tx.c | 4 +-
8093 drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 4 +-
8094 .../net/wireless/intersil/hostap/hostap_ioctl.c | 134 +-
8095 drivers/net/wireless/intersil/orinoco/wext.c | 131 +-
8096 drivers/net/wireless/intersil/prism54/isl_ioctl.c | 292 +-
8097 drivers/net/wireless/mac80211_hwsim.c | 28 +-
8098 drivers/net/wireless/marvell/mwifiex/11n_aggr.c | 2 +-
8099 drivers/net/wireless/marvell/mwifiex/main.c | 2 +-
8100 drivers/net/wireless/marvell/mwifiex/pcie.c | 4 +-
8101 drivers/net/wireless/marvell/mwifiex/sdio.c | 4 +-
8102 drivers/net/wireless/ralink/rt2x00/rt2400pci.c | 4 +-
8103 drivers/net/wireless/ralink/rt2x00/rt2500pci.c | 4 +-
8104 drivers/net/wireless/ralink/rt2x00/rt2500usb.c | 4 +-
8105 drivers/net/wireless/ralink/rt2x00/rt2800lib.c | 6 +-
8106 drivers/net/wireless/ralink/rt2x00/rt2x00.h | 2 +-
8107 drivers/net/wireless/ralink/rt2x00/rt2x00queue.c | 4 +-
8108 drivers/net/wireless/ralink/rt2x00/rt61pci.c | 4 +-
8109 drivers/net/wireless/ralink/rt2x00/rt73usb.c | 4 +-
8110 drivers/net/wireless/realtek/rtlwifi/base.c | 14 +-
8111 drivers/net/wireless/realtek/rtlwifi/base.h | 4 +-
8112 drivers/net/wireless/realtek/rtlwifi/pci.c | 15 +-
8113 drivers/net/wireless/realtek/rtlwifi/ps.c | 6 +-
8114 drivers/net/wireless/realtek/rtlwifi/ps.h | 6 +-
8115 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
8116 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
8117 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
8118 drivers/net/wireless/zydas/zd1201.c | 192 +-
8119 drivers/net/xen-netback/interface.c | 2 +-
8120 drivers/net/xen-netfront.c | 2 +-
8121 drivers/nvme/host/pci.c | 2 +-
8122 drivers/of/fdt.c | 4 +-
8123 drivers/oprofile/buffer_sync.c | 8 +-
8124 drivers/oprofile/event_buffer.c | 2 +-
8125 drivers/oprofile/oprof.c | 2 +-
8126 drivers/oprofile/oprofile_stats.c | 10 +-
8127 drivers/oprofile/oprofile_stats.h | 10 +-
8128 drivers/oprofile/oprofilefs.c | 6 +-
8129 drivers/oprofile/timer_int.c | 2 +-
8130 drivers/parport/procfs.c | 4 +-
8131 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
8132 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
8133 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
8134 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
8135 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
8136 drivers/pci/hotplug/pciehp_core.c | 2 +-
8137 drivers/pci/msi.c | 22 +-
8138 drivers/pci/pci-sysfs.c | 6 +-
8139 drivers/pci/pci.h | 4 +-
8140 drivers/pci/pcie/aspm.c | 10 +-
8141 drivers/pci/pcie/portdrv_pci.c | 2 +-
8142 drivers/pci/probe.c | 2 +-
8143 drivers/pci/setup-bus.c | 10 +-
8144 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
8145 drivers/pinctrl/pinctrl-at91.c | 5 +-
8146 drivers/platform/chrome/chromeos_laptop.c | 2 +-
8147 drivers/platform/chrome/chromeos_pstore.c | 2 +-
8148 drivers/platform/chrome/cros_ec_lpc.c | 2 +-
8149 drivers/platform/x86/alienware-wmi.c | 4 +-
8150 drivers/platform/x86/apple-gmux.c | 2 +-
8151 drivers/platform/x86/compal-laptop.c | 2 +-
8152 drivers/platform/x86/hdaps.c | 2 +-
8153 drivers/platform/x86/ibm_rtl.c | 2 +-
8154 drivers/platform/x86/intel_oaktrail.c | 2 +-
8155 drivers/platform/x86/msi-laptop.c | 16 +-
8156 drivers/platform/x86/msi-wmi.c | 2 +-
8157 drivers/platform/x86/samsung-laptop.c | 2 +-
8158 drivers/platform/x86/samsung-q10.c | 2 +-
8159 drivers/platform/x86/sony-laptop.c | 14 +-
8160 drivers/platform/x86/thinkpad_acpi.c | 10 +-
8161 drivers/pnp/base.h | 2 +-
8162 drivers/pnp/pnpbios/bioscalls.c | 14 +-
8163 drivers/pnp/pnpbios/core.c | 2 +-
8164 drivers/pnp/resource.c | 4 +-
8165 drivers/power/pda_power.c | 7 +-
8166 drivers/power/power_supply.h | 4 +-
8167 drivers/power/power_supply_core.c | 7 +-
8168 drivers/power/power_supply_sysfs.c | 6 +-
8169 drivers/power/reset/at91-reset.c | 5 +-
8170 drivers/powercap/powercap_sys.c | 136 +-
8171 drivers/ptp/ptp_private.h | 2 +-
8172 drivers/ptp/ptp_sysfs.c | 2 +-
8173 drivers/regulator/core.c | 4 +-
8174 drivers/regulator/max8660.c | 6 +-
8175 drivers/regulator/max8973-regulator.c | 16 +-
8176 drivers/regulator/mc13892-regulator.c | 8 +-
8177 drivers/remoteproc/remoteproc_core.c | 26 +-
8178 drivers/rtc/rtc-armada38x.c | 7 +-
8179 drivers/rtc/rtc-cmos.c | 4 +-
8180 drivers/rtc/rtc-ds1307.c | 2 +-
8181 drivers/rtc/rtc-m41t80.c | 8 +-
8182 drivers/rtc/rtc-m48t59.c | 4 +-
8183 drivers/rtc/rtc-rv3029c2.c | 8 +-
8184 drivers/rtc/rtc-rv8803.c | 15 +-
8185 drivers/rtc/rtc-rx8010.c | 8 +-
8186 drivers/rtc/rtc-test.c | 6 +-
8187 drivers/scsi/aacraid/aachba.c | 7 +-
8188 drivers/scsi/aic7xxx/aic79xx.h | 2 +-
8189 drivers/scsi/aic7xxx/aic79xx_core.c | 11 +-
8190 drivers/scsi/be2iscsi/be_main.c | 2 +-
8191 drivers/scsi/bfa/bfa.h | 4 +-
8192 drivers/scsi/bfa/bfa_core.c | 4 +-
8193 drivers/scsi/bfa/bfa_cs.h | 124 +-
8194 drivers/scsi/bfa/bfa_fcpim.h | 14 +-
8195 drivers/scsi/bfa/bfa_fcs.h | 34 +-
8196 drivers/scsi/bfa/bfa_fcs_fcpim.c | 6 +-
8197 drivers/scsi/bfa/bfa_fcs_lport.c | 4 +-
8198 drivers/scsi/bfa/bfa_fcs_rport.c | 4 +-
8199 drivers/scsi/bfa/bfa_ioc.c | 8 +-
8200 drivers/scsi/bfa/bfa_ioc.h | 16 +-
8201 drivers/scsi/bfa/bfa_svc.c | 12 +-
8202 drivers/scsi/bfa/bfa_svc.h | 20 +-
8203 drivers/scsi/bfa/bfad.c | 12 +-
8204 drivers/scsi/bfa/bfad_bsg.c | 8 +-
8205 drivers/scsi/bfa/bfad_drv.h | 5 +-
8206 drivers/scsi/csiostor/csio_defs.h | 19 +-
8207 drivers/scsi/csiostor/csio_hw.c | 67 +-
8208 drivers/scsi/csiostor/csio_init.c | 2 +-
8209 drivers/scsi/csiostor/csio_lnode.c | 32 +-
8210 drivers/scsi/csiostor/csio_rnode.c | 28 +-
8211 drivers/scsi/csiostor/csio_scsi.c | 37 +-
8212 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
8213 drivers/scsi/fcoe/fcoe_transport.c | 16 +-
8214 drivers/scsi/hpsa.c | 38 +-
8215 drivers/scsi/hpsa.h | 2 +-
8216 drivers/scsi/hptiop.c | 2 -
8217 drivers/scsi/hptiop.h | 1 -
8218 drivers/scsi/ipr.c | 32 +-
8219 drivers/scsi/ipr.h | 2 +-
8220 drivers/scsi/libfc/fc_exch.c | 50 +-
8221 drivers/scsi/libsas/sas_ata.c | 2 +-
8222 drivers/scsi/lpfc/lpfc.h | 8 +-
8223 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
8224 drivers/scsi/lpfc/lpfc_init.c | 8 +-
8225 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
8226 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
8227 drivers/scsi/mpt3sas/mpt3sas_base.c | 2 +-
8228 drivers/scsi/mpt3sas/mpt3sas_scsih.c | 4 +-
8229 drivers/scsi/pmcraid.c | 46 +-
8230 drivers/scsi/pmcraid.h | 8 +-
8231 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
8232 drivers/scsi/qla2xxx/qla_gbl.h | 8 +-
8233 drivers/scsi/qla2xxx/qla_os.c | 15 +-
8234 drivers/scsi/qla2xxx/qla_target.c | 16 +-
8235 drivers/scsi/qla2xxx/qla_target.h | 2 +-
8236 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
8237 drivers/scsi/qla4xxx/ql4_os.c | 15 +-
8238 drivers/scsi/scsi.c | 2 +-
8239 drivers/scsi/scsi_debug.c | 42 +-
8240 drivers/scsi/scsi_lib.c | 8 +-
8241 drivers/scsi/scsi_sysfs.c | 2 +-
8242 drivers/scsi/scsi_transport_fc.c | 8 +-
8243 drivers/scsi/scsi_transport_iscsi.c | 6 +-
8244 drivers/scsi/scsi_transport_spi.c | 2 +-
8245 drivers/scsi/scsi_transport_srp.c | 8 +-
8246 drivers/scsi/sd.c | 6 +-
8247 drivers/scsi/sg.c | 2 +-
8248 drivers/scsi/sr.c | 21 +-
8249 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
8250 drivers/spi/spi.c | 2 +-
8251 drivers/staging/comedi/comedi_fops.c | 8 +-
8252 drivers/staging/fbtft/fbtft-core.c | 2 +-
8253 drivers/staging/fbtft/fbtft.h | 2 +-
8254 drivers/staging/gdm724x/gdm_lte.c | 2 +-
8255 drivers/staging/gdm724x/gdm_tty.c | 2 +-
8256 drivers/staging/i4l/icn/icn.c | 2 +-
8257 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
8258 drivers/staging/iio/adc/ad7280a.c | 4 +-
8259 .../staging/lustre/lnet/klnds/socklnd/socklnd.h | 6 +-
8260 drivers/staging/lustre/lnet/selftest/brw_test.c | 13 +-
8261 drivers/staging/lustre/lnet/selftest/framework.c | 2 -
8262 drivers/staging/lustre/lnet/selftest/ping_test.c | 15 +-
8263 drivers/staging/lustre/lnet/selftest/selftest.h | 2 -
8264 .../lustre/lustre/include/lustre/lustre_idl.h | 82 +-
8265 drivers/staging/lustre/lustre/include/lustre_dlm.h | 8 +-
8266 drivers/staging/lustre/lustre/include/lustre_net.h | 2 +-
8267 drivers/staging/lustre/lustre/include/obd.h | 2 +-
8268 drivers/staging/lustre/lustre/ldlm/ldlm_request.c | 5 +-
8269 drivers/staging/lustre/lustre/llite/dir.c | 2 +-
8270 drivers/staging/lustre/lustre/lov/lov_io.c | 60 +-
8271 drivers/staging/lustre/lustre/obdclass/llog_swab.c | 24 +-
8272 drivers/staging/lustre/lustre/osc/osc_request.c | 24 +-
8273 drivers/staging/lustre/lustre/ptlrpc/layout.c | 7 +-
8274 .../staging/lustre/lustre/ptlrpc/pack_generic.c | 136 +-
8275 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 18 +-
8276 drivers/staging/rtl8188eu/hal/rtl8188eu_recv.c | 2 +-
8277 drivers/staging/rtl8188eu/hal/rtl8188eu_xmit.c | 2 +-
8278 drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h | 8 -
8279 drivers/staging/rtl8188eu/include/hal_intf.h | 5 +-
8280 drivers/staging/rtl8188eu/include/odm_precomp.h | 2 +-
8281 drivers/staging/rtl8188eu/include/recv_osdep.h | 1 -
8282 drivers/staging/rtl8188eu/include/rtl8188e_recv.h | 2 +-
8283 drivers/staging/rtl8188eu/include/rtl8188e_xmit.h | 2 +-
8284 drivers/staging/rtl8188eu/include/rtw_cmd.h | 1 -
8285 drivers/staging/rtl8188eu/include/rtw_eeprom.h | 6 -
8286 drivers/staging/rtl8188eu/include/rtw_ioctl.h | 9 -
8287 drivers/staging/rtl8188eu/include/rtw_mlme_ext.h | 12 +-
8288 drivers/staging/rtl8188eu/include/xmit_osdep.h | 2 +-
8289 drivers/staging/rtl8188eu/os_dep/usb_ops_linux.c | 8 +-
8290 drivers/staging/rtl8188eu/os_dep/xmit_linux.c | 2 +-
8291 drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 49 +-
8292 drivers/staging/rtl8192e/rtl8192e/rtl_core.h | 4 +-
8293 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c | 10 +-
8294 drivers/staging/rtl8192e/rtl8192e/rtl_dm.h | 4 +-
8295 drivers/staging/rtl8192e/rtl8192e/rtl_ps.c | 6 +-
8296 drivers/staging/rtl8192e/rtl8192e/rtl_ps.h | 3 +-
8297 drivers/staging/rtl8192e/rtl8192e/rtl_wx.c | 48 +-
8298 drivers/staging/rtl8192e/rtllib.h | 4 +-
8299 drivers/staging/rtl8192e/rtllib_softmac.c | 32 +-
8300 drivers/staging/rtl8192e/rtllib_softmac_wx.c | 2 +-
8301 drivers/staging/rtl8192e/rtllib_tx.c | 2 +-
8302 drivers/staging/rtl8192u/ieee80211/ieee80211.h | 2 +-
8303 .../staging/rtl8192u/ieee80211/ieee80211_softmac.c | 6 +-
8304 drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c | 2 +-
8305 drivers/staging/rtl8192u/r8192U_core.c | 7 +-
8306 drivers/staging/rtl8712/rtl8712_recv.c | 6 +-
8307 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
8308 drivers/staging/rtl8712/rtl871x_ioctl.h | 14 -
8309 drivers/staging/rtl8712/rtl871x_xmit.c | 2 +-
8310 drivers/staging/rtl8712/rtl871x_xmit.h | 2 +-
8311 drivers/staging/rtl8712/usb_ops_linux.c | 4 +-
8312 drivers/staging/rtl8712/xmit_linux.c | 2 +-
8313 drivers/staging/rtl8712/xmit_osdep.h | 2 +-
8314 drivers/staging/rtl8723au/core/rtw_mlme_ext.c | 12 +-
8315 drivers/staging/rtl8723au/core/rtw_xmit.c | 2 +-
8316 drivers/staging/rtl8723au/hal/rtl8723au_recv.c | 2 +-
8317 drivers/staging/rtl8723au/hal/usb_ops_linux.c | 4 +-
8318 drivers/staging/rtl8723au/include/Hal8723APhyCfg.h | 8 -
8319 drivers/staging/rtl8723au/include/drv_types.h | 2 +-
8320 drivers/staging/rtl8723au/include/hal_intf.h | 2 -
8321 drivers/staging/rtl8723au/include/recv_osdep.h | 1 -
8322 drivers/staging/rtl8723au/include/rtw_ap.h | 2 -
8323 drivers/staging/rtl8723au/include/rtw_cmd.h | 1 -
8324 drivers/staging/rtl8723au/include/rtw_eeprom.h | 7 -
8325 drivers/staging/rtl8723au/include/rtw_mlme_ext.h | 14 +-
8326 drivers/staging/rtl8723au/include/usb_ops.h | 8 +-
8327 drivers/staging/rtl8723au/include/xmit_osdep.h | 2 +-
8328 drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c | 2 +-
8329 drivers/staging/rtl8723au/os_dep/xmit_linux.c | 2 +-
8330 drivers/staging/sm750fb/sm750.c | 14 +-
8331 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
8332 drivers/staging/unisys/visornic/visornic_main.c | 2 +-
8333 drivers/staging/vt6655/rxtx.c | 2 +-
8334 drivers/staging/vt6656/rxtx.c | 2 +-
8335 drivers/staging/wilc1000/linux_wlan.c | 2 +-
8336 drivers/staging/wilc1000/wilc_wlan.h | 2 +-
8337 drivers/staging/wlan-ng/p80211netdev.c | 2 +-
8338 drivers/target/sbp/sbp_target.c | 4 +-
8339 drivers/thermal/cpu_cooling.c | 9 +-
8340 drivers/thermal/devfreq_cooling.c | 19 +-
8341 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
8342 drivers/thermal/of-thermal.c | 17 +-
8343 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
8344 drivers/tty/cyclades.c | 6 +-
8345 drivers/tty/hvc/hvc_console.c | 14 +-
8346 drivers/tty/hvc/hvcs.c | 21 +-
8347 drivers/tty/hvc/hvsi.c | 22 +-
8348 drivers/tty/hvc/hvsi_lib.c | 4 +-
8349 drivers/tty/ipwireless/tty.c | 27 +-
8350 drivers/tty/moxa.c | 2 +-
8351 drivers/tty/n_gsm.c | 6 +-
8352 drivers/tty/n_tty.c | 28 +-
8353 drivers/tty/pty.c | 4 +-
8354 drivers/tty/rocket.c | 6 +-
8355 drivers/tty/serial/8250/8250_core.c | 10 +-
8356 drivers/tty/serial/8250/8250_pci.c | 2 +-
8357 drivers/tty/serial/ioc4_serial.c | 6 +-
8358 drivers/tty/serial/jsm/jsm_driver.c | 2 +-
8359 drivers/tty/serial/kgdb_nmi.c | 4 +-
8360 drivers/tty/serial/kgdboc.c | 34 +-
8361 drivers/tty/serial/msm_serial.c | 4 +-
8362 drivers/tty/serial/samsung.c | 9 +-
8363 drivers/tty/serial/serial_core.c | 6 +-
8364 drivers/tty/synclink.c | 34 +-
8365 drivers/tty/synclink_gt.c | 28 +-
8366 drivers/tty/synclinkmp.c | 34 +-
8367 drivers/tty/tty_io.c | 2 +-
8368 drivers/tty/tty_ldisc.c | 8 +-
8369 drivers/tty/tty_port.c | 22 +-
8370 drivers/uio/uio.c | 13 +-
8371 drivers/usb/atm/cxacru.c | 2 +-
8372 drivers/usb/atm/usbatm.c | 24 +-
8373 drivers/usb/class/cdc-acm.h | 2 +-
8374 drivers/usb/core/devices.c | 6 +-
8375 drivers/usb/core/devio.c | 12 +-
8376 drivers/usb/core/hcd.c | 4 +-
8377 drivers/usb/core/sysfs.c | 2 +-
8378 drivers/usb/core/usb.c | 2 +-
8379 drivers/usb/early/ehci-dbgp.c | 16 +-
8380 drivers/usb/gadget/function/f_phonet.c | 2 +-
8381 drivers/usb/gadget/function/u_serial.c | 22 +-
8382 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
8383 drivers/usb/host/ehci-hcd.c | 2 +-
8384 drivers/usb/host/ehci-hub.c | 4 +-
8385 drivers/usb/host/ehci-q.c | 4 +-
8386 drivers/usb/host/fotg210-hcd.c | 2 +-
8387 drivers/usb/host/hwa-hc.c | 2 +-
8388 drivers/usb/host/ohci-hcd.c | 2 +-
8389 drivers/usb/host/r8a66597.h | 2 +-
8390 drivers/usb/host/uhci-hcd.c | 2 +-
8391 drivers/usb/host/xhci-pci.c | 2 +-
8392 drivers/usb/host/xhci-ring.c | 52 +-
8393 drivers/usb/host/xhci.c | 2 +-
8394 drivers/usb/misc/appledisplay.c | 4 +-
8395 drivers/usb/misc/sisusbvga/sisusb_con.c | 98 +-
8396 drivers/usb/serial/console.c | 8 +-
8397 drivers/usb/storage/transport.c | 2 +-
8398 drivers/usb/storage/usb.c | 2 +-
8399 drivers/usb/storage/usb.h | 2 +-
8400 drivers/usb/usbip/vhci.h | 2 +-
8401 drivers/usb/usbip/vhci_hcd.c | 6 +-
8402 drivers/usb/usbip/vhci_rx.c | 2 +-
8403 drivers/usb/wusbcore/wa-hc.h | 4 +-
8404 drivers/usb/wusbcore/wa-xfer.c | 2 +-
8405 drivers/vfio/pci/vfio_pci.c | 2 +-
8406 drivers/vhost/vringh.c | 20 +-
8407 drivers/video/backlight/kb3886_bl.c | 2 +-
8408 drivers/video/console/dummycon.c | 96 +-
8409 drivers/video/console/fbcon.c | 2 +-
8410 drivers/video/console/vgacon.c | 23 +-
8411 drivers/video/fbdev/aty/aty128fb.c | 2 +-
8412 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
8413 drivers/video/fbdev/aty/mach64_ct.c | 5 +-
8414 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
8415 drivers/video/fbdev/aty/mach64_gx.c | 17 +-
8416 drivers/video/fbdev/core/fb_defio.c | 8 +-
8417 drivers/video/fbdev/core/fbmem.c | 12 +-
8418 drivers/video/fbdev/hyperv_fb.c | 4 +-
8419 drivers/video/fbdev/i810/i810_accel.c | 1 +
8420 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
8421 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
8422 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
8423 drivers/video/fbdev/omap2/omapfb/dss/display.c | 8 +-
8424 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
8425 drivers/video/fbdev/sis/sis_main.h | 2 +-
8426 drivers/video/fbdev/smscufx.c | 4 +-
8427 drivers/video/fbdev/udlfb.c | 36 +-
8428 drivers/video/fbdev/uvesafb.c | 52 +-
8429 drivers/video/fbdev/vesafb.c | 58 +-
8430 drivers/video/fbdev/via/via_clock.h | 2 +-
8431 drivers/xen/events/events_base.c | 6 +-
8432 drivers/xen/xen-pciback/pci_stub.c | 2 +-
8433 fs/9p/vfs_addr.c | 2 +-
8434 fs/9p/vfs_inode_dotl.c | 4 +-
8435 fs/Kconfig.binfmt | 2 +-
8436 fs/afs/file.c | 8 +-
8437 fs/afs/inode.c | 4 +-
8438 fs/afs/internal.h | 4 +-
8439 fs/aio.c | 2 +-
8440 fs/autofs4/waitq.c | 2 +-
8441 fs/befs/endian.h | 6 +-
8442 fs/binfmt_aout.c | 23 +-
8443 fs/binfmt_elf.c | 670 +-
8444 fs/binfmt_elf_fdpic.c | 4 +-
8445 fs/block_dev.c | 2 +-
8446 fs/btrfs/ctree.c | 11 +-
8447 fs/btrfs/ctree.h | 8 +-
8448 fs/btrfs/delayed-inode.c | 6 +-
8449 fs/btrfs/delayed-inode.h | 4 +-
8450 fs/btrfs/delayed-ref.c | 4 +-
8451 fs/btrfs/dev-replace.c | 20 +-
8452 fs/btrfs/dev-replace.h | 4 +-
8453 fs/btrfs/disk-io.c | 4 +-
8454 fs/btrfs/extent_map.c | 8 +-
8455 fs/btrfs/file.c | 4 +-
8456 fs/btrfs/free-space-cache.h | 1 +
8457 fs/btrfs/raid56.c | 30 +-
8458 fs/btrfs/scrub.c | 2 +-
8459 fs/btrfs/super.c | 2 +-
8460 fs/btrfs/sysfs.c | 2 +-
8461 fs/btrfs/tests/btrfs-tests.c | 2 +-
8462 fs/btrfs/tests/free-space-tests.c | 2 +-
8463 fs/btrfs/transaction.c | 2 +-
8464 fs/btrfs/tree-log.c | 8 +-
8465 fs/btrfs/tree-log.h | 2 +-
8466 fs/btrfs/volumes.c | 14 +-
8467 fs/btrfs/volumes.h | 22 +-
8468 fs/buffer.c | 2 +-
8469 fs/cachefiles/bind.c | 6 +-
8470 fs/cachefiles/daemon.c | 12 +-
8471 fs/cachefiles/internal.h | 16 +-
8472 fs/cachefiles/namei.c | 6 +-
8473 fs/cachefiles/proc.c | 12 +-
8474 fs/ceph/dir.c | 10 +-
8475 fs/ceph/super.c | 4 +-
8476 fs/cifs/cifs_debug.c | 12 +-
8477 fs/cifs/cifsfs.c | 8 +-
8478 fs/cifs/cifsglob.h | 54 +-
8479 fs/cifs/file.c | 14 +-
8480 fs/cifs/misc.c | 4 +-
8481 fs/cifs/smb1ops.c | 80 +-
8482 fs/cifs/smb2ops.c | 84 +-
8483 fs/cifs/smb2pdu.c | 3 +-
8484 fs/coda/cache.c | 10 +-
8485 fs/coda/dir.c | 5 +-
8486 fs/compat.c | 9 +-
8487 fs/compat_binfmt_elf.c | 2 +
8488 fs/compat_ioctl.c | 12 +-
8489 fs/configfs/dir.c | 10 +-
8490 fs/coredump.c | 18 +-
8491 fs/dcache.c | 64 +-
8492 fs/debugfs/file.c | 4 +-
8493 fs/ecryptfs/inode.c | 2 +-
8494 fs/ecryptfs/miscdev.c | 2 +-
8495 fs/exec.c | 369 +-
8496 fs/exofs/inode.c | 7 +-
8497 fs/ext2/xattr.c | 5 +-
8498 fs/ext4/ext4.h | 20 +-
8499 fs/ext4/mballoc.c | 44 +-
8500 fs/ext4/resize.c | 16 +-
8501 fs/ext4/super.c | 2 +-
8502 fs/ext4/sysfs.c | 2 +-
8503 fs/ext4/xattr.c | 5 +-
8504 fs/f2fs/f2fs.h | 7 +-
8505 fs/f2fs/super.c | 2 +-
8506 fs/fhandle.c | 5 +-
8507 fs/file.c | 18 +-
8508 fs/freevxfs/vxfs_inode.c | 8 +-
8509 fs/freevxfs/vxfs_inode.h | 4 +-
8510 fs/fs-writeback.c | 11 +-
8511 fs/fs_struct.c | 8 +-
8512 fs/fscache/cookie.c | 40 +-
8513 fs/fscache/internal.h | 202 +-
8514 fs/fscache/object.c | 26 +-
8515 fs/fscache/operation.c | 38 +-
8516 fs/fscache/page.c | 110 +-
8517 fs/fscache/stats.c | 348 +-
8518 fs/fuse/cuse.c | 10 +-
8519 fs/fuse/dev.c | 4 +-
8520 fs/fuse/file.c | 4 +-
8521 fs/fuse/inode.c | 4 +-
8522 fs/gfs2/aops.c | 2 +-
8523 fs/gfs2/file.c | 2 +-
8524 fs/gfs2/glock.c | 22 +-
8525 fs/gfs2/glops.c | 4 +-
8526 fs/gfs2/quota.c | 6 +-
8527 fs/hugetlbfs/inode.c | 13 +-
8528 fs/inode.c | 4 +-
8529 fs/jbd2/commit.c | 2 +-
8530 fs/jbd2/transaction.c | 4 +-
8531 fs/jffs2/erase.c | 3 +-
8532 fs/jffs2/file.c | 5 +-
8533 fs/jffs2/fs.c | 2 +-
8534 fs/jffs2/os-linux.h | 2 +-
8535 fs/jffs2/wbuf.c | 3 +-
8536 fs/jfs/super.c | 2 +-
8537 fs/kernfs/dir.c | 2 +-
8538 fs/kernfs/file.c | 20 +-
8539 fs/libfs.c | 10 +-
8540 fs/lockd/clnt4xdr.c | 46 +-
8541 fs/lockd/clntproc.c | 4 +-
8542 fs/lockd/clntxdr.c | 44 +-
8543 fs/lockd/mon.c | 24 +-
8544 fs/lockd/svc.c | 2 +-
8545 fs/lockd/svc4proc.c | 69 +-
8546 fs/lockd/svcproc.c | 75 +-
8547 fs/lockd/xdr.c | 44 +-
8548 fs/lockd/xdr4.c | 41 +-
8549 fs/logfs/dev_bdev.c | 13 +-
8550 fs/logfs/dev_mtd.c | 13 +-
8551 fs/logfs/dir.c | 4 +-
8552 fs/logfs/logfs.h | 5 +-
8553 fs/logfs/readwrite.c | 2 +-
8554 fs/logfs/segment.c | 2 +-
8555 fs/logfs/super.c | 39 -
8556 fs/namei.c | 14 +-
8557 fs/namespace.c | 15 +-
8558 fs/nfs/callback.h | 18 +-
8559 fs/nfs/callback_proc.c | 26 +-
8560 fs/nfs/callback_xdr.c | 73 +-
8561 fs/nfs/dir.c | 5 +-
8562 fs/nfs/inode.c | 6 +-
8563 fs/nfs/internal.h | 5 +-
8564 fs/nfs/mount_clnt.c | 26 +-
8565 fs/nfs/nfs2xdr.c | 101 +-
8566 fs/nfs/nfs3xdr.c | 201 +-
8567 fs/nfs/nfs42xdr.c | 72 +-
8568 fs/nfs/nfs4xdr.c | 507 +-
8569 fs/nfs/read.c | 2 +-
8570 fs/nfs/symlink.c | 6 +-
8571 fs/nfsd/current_stateid.h | 24 +-
8572 fs/nfsd/nfs2acl.c | 85 +-
8573 fs/nfsd/nfs3acl.c | 44 +-
8574 fs/nfsd/nfs3proc.c | 271 +-
8575 fs/nfsd/nfs3xdr.c | 171 +-
8576 fs/nfsd/nfs4callback.c | 31 +-
8577 fs/nfsd/nfs4proc.c | 320 +-
8578 fs/nfsd/nfs4state.c | 111 +-
8579 fs/nfsd/nfs4xdr.c | 564 +-
8580 fs/nfsd/nfscache.c | 11 +-
8581 fs/nfsd/nfsproc.c | 193 +-
8582 fs/nfsd/nfsxdr.c | 96 +-
8583 fs/nfsd/vfs.c | 6 +-
8584 fs/nfsd/xdr.h | 50 +-
8585 fs/nfsd/xdr3.h | 100 +-
8586 fs/nfsd/xdr4.h | 50 +-
8587 fs/nls/nls_base.c | 26 +-
8588 fs/nls/nls_cp932.c | 2 +-
8589 fs/nls/nls_cp936.c | 2 +-
8590 fs/nls/nls_cp949.c | 2 +-
8591 fs/nls/nls_cp950.c | 2 +-
8592 fs/nls/nls_euc-jp.c | 8 +-
8593 fs/nls/nls_koi8-ru.c | 8 +-
8594 fs/notify/fanotify/fanotify_user.c | 4 +-
8595 fs/notify/notification.c | 4 +-
8596 fs/ntfs/dir.c | 4 +-
8597 fs/ntfs/inode.c | 19 +-
8598 fs/ntfs/inode.h | 4 +-
8599 fs/ntfs/mft.c | 4 +-
8600 fs/ntfs/super.c | 8 +-
8601 fs/ocfs2/dlm/dlmcommon.h | 4 +-
8602 fs/ocfs2/dlm/dlmdebug.c | 10 +-
8603 fs/ocfs2/dlm/dlmdomain.c | 4 +-
8604 fs/ocfs2/dlm/dlmmaster.c | 4 +-
8605 fs/ocfs2/dlmfs/dlmfs.c | 4 +-
8606 fs/ocfs2/filecheck.c | 2 +-
8607 fs/ocfs2/localalloc.c | 2 +-
8608 fs/ocfs2/ocfs2.h | 10 +-
8609 fs/ocfs2/suballoc.c | 12 +-
8610 fs/ocfs2/super.c | 20 +-
8611 fs/overlayfs/copy_up.c | 2 +-
8612 fs/pipe.c | 72 +-
8613 fs/posix_acl.c | 4 +-
8614 fs/proc/array.c | 20 +
8615 fs/proc/base.c | 7 +-
8616 fs/proc/kcore.c | 36 +-
8617 fs/proc/meminfo.c | 2 +-
8618 fs/proc/nommu.c | 2 +-
8619 fs/proc/proc_net.c | 2 +-
8620 fs/proc/proc_sysctl.c | 26 +-
8621 fs/proc/task_mmu.c | 39 +-
8622 fs/proc/task_nommu.c | 6 +-
8623 fs/proc/vmcore.c | 16 +-
8624 fs/qnx6/qnx6.h | 4 +-
8625 fs/quota/netlink.c | 4 +-
8626 fs/read_write.c | 34 +-
8627 fs/readdir.c | 3 +-
8628 fs/reiserfs/do_balan.c | 2 +-
8629 fs/reiserfs/procfs.c | 2 +-
8630 fs/reiserfs/reiserfs.h | 4 +-
8631 fs/select.c | 2 +-
8632 fs/seq_file.c | 4 +-
8633 fs/splice.c | 43 +-
8634 fs/squashfs/xattr.c | 10 +-
8635 fs/super.c | 3 +-
8636 fs/sysv/sysv.h | 2 +-
8637 fs/tracefs/inode.c | 8 +-
8638 fs/ubifs/find.c | 34 +-
8639 fs/ubifs/lprops.c | 5 +-
8640 fs/udf/misc.c | 2 +-
8641 fs/ufs/swab.h | 4 +-
8642 fs/userfaultfd.c | 2 +-
8643 fs/xattr.c | 21 +
8644 fs/xfs/libxfs/xfs_bmap.c | 2 +-
8645 fs/xfs/libxfs/xfs_da_btree.c | 4 +-
8646 fs/xfs/xfs_dir2_readdir.c | 7 +-
8647 fs/xfs/xfs_ioctl.c | 2 +-
8648 fs/xfs/xfs_linux.h | 4 +-
8649 include/acpi/ghes.h | 2 +-
8650 include/asm-generic/4level-fixup.h | 2 +
8651 include/asm-generic/atomic-long.h | 186 +-
8652 include/asm-generic/atomic64.h | 12 +
8653 include/asm-generic/bitops/__fls.h | 2 +-
8654 include/asm-generic/bitops/fls.h | 2 +-
8655 include/asm-generic/bitops/fls64.h | 4 +-
8656 include/asm-generic/bug.h | 6 +-
8657 include/asm-generic/cache.h | 4 +-
8658 include/asm-generic/emergency-restart.h | 2 +-
8659 include/asm-generic/kmap_types.h | 4 +-
8660 include/asm-generic/local.h | 13 +
8661 include/asm-generic/pgtable-nopmd.h | 18 +-
8662 include/asm-generic/pgtable-nopud.h | 15 +-
8663 include/asm-generic/pgtable.h | 16 +
8664 include/asm-generic/sections.h | 1 +
8665 include/asm-generic/uaccess.h | 16 +
8666 include/asm-generic/vmlinux.lds.h | 15 +-
8667 include/crypto/algapi.h | 2 +-
8668 include/crypto/cast6.h | 4 +-
8669 include/crypto/serpent.h | 4 +-
8670 include/crypto/xts.h | 2 +-
8671 include/drm/drmP.h | 19 +-
8672 include/drm/drm_mm.h | 2 +-
8673 include/drm/drm_modeset_helper_vtables.h | 3 +-
8674 include/drm/i915_pciids.h | 2 +-
8675 include/drm/intel-gtt.h | 4 +-
8676 include/drm/ttm/ttm_memory.h | 2 +-
8677 include/drm/ttm/ttm_page_alloc.h | 1 +
8678 include/keys/asymmetric-subtype.h | 2 +-
8679 include/keys/encrypted-type.h | 2 +-
8680 include/keys/rxrpc-type.h | 2 +-
8681 include/keys/user-type.h | 2 +-
8682 include/linux/atmdev.h | 4 +-
8683 include/linux/atomic.h | 12 +-
8684 include/linux/audit.h | 2 +-
8685 include/linux/average.h | 2 +-
8686 include/linux/binfmts.h | 3 +-
8687 include/linux/bitmap.h | 2 +-
8688 include/linux/bitops.h | 8 +-
8689 include/linux/blk-cgroup.h | 24 +-
8690 include/linux/blkdev.h | 2 +-
8691 include/linux/blktrace_api.h | 2 +-
8692 include/linux/cache.h | 9 +
8693 include/linux/cdrom.h | 1 -
8694 include/linux/cgroup-defs.h | 2 +-
8695 include/linux/cleancache.h | 2 +-
8696 include/linux/clk-provider.h | 1 +
8697 include/linux/compat.h | 15 +-
8698 include/linux/compiler-gcc.h | 33 +-
8699 include/linux/compiler.h | 197 +-
8700 include/linux/configfs.h | 2 +-
8701 include/linux/cpufreq.h | 7 +-
8702 include/linux/cpuidle.h | 5 +-
8703 include/linux/cpumask.h | 14 +-
8704 include/linux/crypto.h | 4 +-
8705 include/linux/ctype.h | 2 +-
8706 include/linux/dcache.h | 4 +-
8707 include/linux/decompress/mm.h | 2 +-
8708 include/linux/devfreq.h | 2 +-
8709 include/linux/device.h | 7 +-
8710 include/linux/dma-mapping.h | 2 +-
8711 include/linux/efi.h | 1 +
8712 include/linux/elf.h | 2 +
8713 include/linux/err.h | 4 +-
8714 include/linux/ethtool.h | 1 +
8715 include/linux/extcon.h | 2 +-
8716 include/linux/fb.h | 3 +-
8717 include/linux/fdtable.h | 2 +-
8718 include/linux/firewire.h | 2 +-
8719 include/linux/fs.h | 5 +-
8720 include/linux/fs_struct.h | 2 +-
8721 include/linux/fscache-cache.h | 2 +-
8722 include/linux/fscache.h | 2 +-
8723 include/linux/fsnotify.h | 2 +-
8724 include/linux/genhd.h | 4 +-
8725 include/linux/genl_magic_func.h | 2 +-
8726 include/linux/genl_magic_struct.h | 4 +-
8727 include/linux/gfp.h | 14 +-
8728 include/linux/highmem.h | 12 +
8729 include/linux/hugetlb.h | 2 +-
8730 include/linux/hugetlb_cgroup.h | 11 +
8731 include/linux/hwmon-sysfs.h | 6 +-
8732 include/linux/i2c.h | 1 +
8733 include/linux/if_pppox.h | 2 +-
8734 include/linux/init.h | 10 +-
8735 include/linux/init_task.h | 7 +
8736 include/linux/interrupt.h | 6 +-
8737 include/linux/iommu.h | 2 +-
8738 include/linux/ioport.h | 2 +-
8739 include/linux/ipc.h | 2 +-
8740 include/linux/irq.h | 5 +-
8741 include/linux/irqchip/mmp.h | 2 +-
8742 include/linux/irqdesc.h | 2 +-
8743 include/linux/irqdomain.h | 3 +
8744 include/linux/jbd2.h | 2 +-
8745 include/linux/jiffies.h | 16 +-
8746 include/linux/kallsyms.h | 18 +-
8747 include/linux/key-type.h | 2 +-
8748 include/linux/kgdb.h | 6 +-
8749 include/linux/kmemleak.h | 4 +-
8750 include/linux/kobject.h | 3 +-
8751 include/linux/kobject_ns.h | 2 +-
8752 include/linux/kref.h | 2 +-
8753 include/linux/libata.h | 2 +-
8754 include/linux/linkage.h | 31 +-
8755 include/linux/list.h | 15 +
8756 include/linux/lockd/xdr.h | 34 +-
8757 include/linux/lockd/xdr4.h | 34 +-
8758 include/linux/lockref.h | 26 +-
8759 include/linux/math64.h | 10 +-
8760 include/linux/memcontrol.h | 2 +-
8761 include/linux/memory.h | 2 +-
8762 include/linux/mempolicy.h | 7 +
8763 include/linux/mm.h | 98 +-
8764 include/linux/mm_types.h | 20 +
8765 include/linux/mmiotrace.h | 4 +-
8766 include/linux/mmzone.h | 2 +-
8767 include/linux/mod_devicetable.h | 4 +-
8768 include/linux/module.h | 58 +-
8769 include/linux/moduleloader.h | 16 +
8770 include/linux/moduleparam.h | 12 +-
8771 include/linux/net.h | 2 +-
8772 include/linux/netdevice.h | 11 +-
8773 include/linux/netfilter.h | 2 +-
8774 include/linux/netfilter/ipset/ip_set.h | 16 +-
8775 include/linux/netfilter/ipset/ip_set_comment.h | 3 +-
8776 include/linux/netfilter/nfnetlink.h | 2 +-
8777 include/linux/netlink.h | 12 +-
8778 include/linux/nls.h | 4 +-
8779 include/linux/notifier.h | 3 +-
8780 include/linux/oprofile.h | 4 +-
8781 include/linux/padata.h | 2 +-
8782 include/linux/pagemap.h | 4 +-
8783 include/linux/pci_hotplug.h | 3 +-
8784 include/linux/percpu.h | 2 +-
8785 include/linux/perf_event.h | 12 +-
8786 include/linux/pid.h | 4 +-
8787 include/linux/pipe_fs_i.h | 8 +-
8788 include/linux/pm.h | 1 +
8789 include/linux/pm_domain.h | 2 +-
8790 include/linux/pm_runtime.h | 2 +-
8791 include/linux/pnp.h | 2 +-
8792 include/linux/poison.h | 4 +-
8793 include/linux/power/smartreflex.h | 2 +-
8794 include/linux/ppp-comp.h | 2 +-
8795 include/linux/preempt.h | 21 +
8796 include/linux/printk.h | 2 +-
8797 include/linux/proc_ns.h | 2 +-
8798 include/linux/psci.h | 2 +-
8799 include/linux/quota.h | 2 +-
8800 include/linux/random.h | 19 +-
8801 include/linux/rculist.h | 16 +
8802 include/linux/rcupdate.h | 8 +
8803 include/linux/reboot.h | 14 +-
8804 include/linux/regset.h | 3 +-
8805 include/linux/relay.h | 2 +-
8806 include/linux/rio.h | 2 +-
8807 include/linux/rmap.h | 4 +-
8808 include/linux/sched.h | 77 +-
8809 include/linux/scif.h | 2 +-
8810 include/linux/semaphore.h | 2 +-
8811 include/linux/seq_buf.h | 4 +-
8812 include/linux/seq_file.h | 1 +
8813 include/linux/seqlock.h | 10 +
8814 include/linux/signal.h | 2 +-
8815 include/linux/skbuff.h | 12 +-
8816 include/linux/slab.h | 47 +-
8817 include/linux/slab_def.h | 14 +-
8818 include/linux/slub_def.h | 2 +-
8819 include/linux/smp.h | 2 +
8820 include/linux/sock_diag.h | 2 +-
8821 include/linux/sonet.h | 2 +-
8822 include/linux/spinlock.h | 17 +-
8823 include/linux/srcu.h | 5 +-
8824 include/linux/string.h | 70 +-
8825 include/linux/sunrpc/addr.h | 8 +-
8826 include/linux/sunrpc/clnt.h | 2 +-
8827 include/linux/sunrpc/svc.h | 2 +-
8828 include/linux/sunrpc/svc_rdma.h | 18 +-
8829 include/linux/sunrpc/svcauth.h | 2 +-
8830 include/linux/swapops.h | 10 +-
8831 include/linux/swiotlb.h | 3 +-
8832 include/linux/syscalls.h | 38 +-
8833 include/linux/syscore_ops.h | 2 +-
8834 include/linux/sysctl.h | 3 +-
8835 include/linux/sysfs.h | 11 +-
8836 include/linux/sysrq.h | 3 +-
8837 include/linux/tcp.h | 14 +-
8838 include/linux/thread_info.h | 7 +
8839 include/linux/tty.h | 4 +-
8840 include/linux/tty_driver.h | 2 +-
8841 include/linux/tty_ldisc.h | 2 +-
8842 include/linux/types.h | 18 +
8843 include/linux/uaccess.h | 2 +-
8844 include/linux/uio_driver.h | 2 +-
8845 include/linux/unaligned/access_ok.h | 24 +-
8846 include/linux/usb.h | 12 +-
8847 include/linux/usb/hcd.h | 1 +
8848 include/linux/usb/renesas_usbhs.h | 2 +-
8849 include/linux/vermagic.h | 21 +-
8850 include/linux/vga_switcheroo.h | 8 +-
8851 include/linux/vmalloc.h | 7 +-
8852 include/linux/vmstat.h | 24 +-
8853 include/linux/writeback.h | 3 +-
8854 include/linux/xattr.h | 5 +-
8855 include/linux/zlib.h | 3 +-
8856 include/media/v4l2-dev.h | 2 +-
8857 include/media/v4l2-device.h | 2 +-
8858 include/net/9p/transport.h | 2 +-
8859 include/net/bluetooth/l2cap.h | 2 +-
8860 include/net/bonding.h | 2 +-
8861 include/net/caif/cfctrl.h | 6 +-
8862 include/net/cfg80211-wext.h | 20 +-
8863 include/net/cfg802154.h | 2 +-
8864 include/net/fib_rules.h | 3 +-
8865 include/net/flow.h | 2 +-
8866 include/net/genetlink.h | 2 +-
8867 include/net/gro_cells.h | 2 +-
8868 include/net/inet_connection_sock.h | 2 +-
8869 include/net/inet_sock.h | 2 +-
8870 include/net/inetpeer.h | 2 +-
8871 include/net/ip_fib.h | 2 +-
8872 include/net/ip_vs.h | 8 +-
8873 include/net/ipv6.h | 2 +-
8874 include/net/irda/ircomm_tty.h | 1 +
8875 include/net/irda/irias_object.h | 2 +-
8876 include/net/irda/irlmp.h | 1 +
8877 include/net/irda/irlmp_event.h | 6 +-
8878 include/net/irda/timer.h | 6 +-
8879 include/net/iucv/af_iucv.h | 2 +-
8880 include/net/llc_c_ac.h | 2 +-
8881 include/net/llc_c_ev.h | 4 +-
8882 include/net/llc_c_st.h | 2 +-
8883 include/net/llc_s_ac.h | 2 +-
8884 include/net/llc_s_st.h | 2 +-
8885 include/net/mac80211.h | 6 +-
8886 include/net/neighbour.h | 4 +-
8887 include/net/net_namespace.h | 18 +-
8888 include/net/netfilter/nf_conntrack.h | 2 +-
8889 include/net/netlink.h | 2 +-
8890 include/net/netns/conntrack.h | 6 +-
8891 include/net/netns/ipv4.h | 4 +-
8892 include/net/netns/ipv6.h | 4 +-
8893 include/net/netns/xfrm.h | 2 +-
8894 include/net/ping.h | 2 +-
8895 include/net/protocol.h | 4 +-
8896 include/net/rtnetlink.h | 2 +-
8897 include/net/sctp/checksum.h | 4 +-
8898 include/net/sctp/sm.h | 4 +-
8899 include/net/sctp/structs.h | 2 +-
8900 include/net/snmp.h | 10 +-
8901 include/net/sock.h | 14 +-
8902 include/net/tcp.h | 10 +-
8903 include/net/xfrm.h | 15 +-
8904 include/rdma/ib_cm.h | 8 +-
8905 include/rdma/ib_verbs.h | 2 +-
8906 include/scsi/libfc.h | 3 +-
8907 include/scsi/scsi_device.h | 6 +-
8908 include/scsi/scsi_driver.h | 2 +-
8909 include/scsi/scsi_transport_fc.h | 3 +-
8910 include/scsi/sg.h | 2 +-
8911 include/sound/compress_driver.h | 2 +-
8912 include/sound/control.h | 4 +-
8913 include/sound/pcm.h | 2 +-
8914 include/sound/rawmidi.h | 3 +-
8915 include/sound/seq_kernel.h | 2 +-
8916 include/sound/soc.h | 4 +-
8917 include/trace/events/irq.h | 4 +-
8918 include/trace/events/mmflags.h | 7 +
8919 include/uapi/linux/a.out.h | 8 +
8920 include/uapi/linux/bcache.h | 5 +-
8921 include/uapi/linux/byteorder/little_endian.h | 28 +-
8922 include/uapi/linux/connector.h | 2 +-
8923 include/uapi/linux/elf.h | 28 +
8924 include/uapi/linux/screen_info.h | 2 +-
8925 include/uapi/linux/swab.h | 6 +-
8926 include/uapi/linux/xattr.h | 5 +
8927 include/video/udlfb.h | 8 +-
8928 include/video/uvesafb.h | 1 +
8929 init/Kconfig | 2 +-
8930 init/do_mounts.c | 16 +-
8931 init/do_mounts.h | 8 +-
8932 init/do_mounts_initrd.c | 30 +-
8933 init/do_mounts_md.c | 6 +-
8934 init/init_task.c | 4 +
8935 init/initramfs.c | 38 +-
8936 init/main.c | 30 +-
8937 ipc/compat.c | 4 +-
8938 ipc/ipc_sysctl.c | 14 +-
8939 ipc/mq_sysctl.c | 4 +-
8940 ipc/sem.c | 4 +-
8941 ipc/shm.c | 8 +-
8942 kernel/audit.c | 10 +-
8943 kernel/auditsc.c | 4 +-
8944 kernel/bpf/core.c | 28 +-
8945 kernel/capability.c | 3 +
8946 kernel/cgroup.c | 29 +-
8947 kernel/compat.c | 38 +-
8948 kernel/debug/debug_core.c | 16 +-
8949 kernel/debug/kdb/kdb_main.c | 4 +-
8950 kernel/events/callchain.c | 2 +-
8951 kernel/events/core.c | 36 +-
8952 kernel/events/internal.h | 10 +-
8953 kernel/events/uprobes.c | 2 +-
8954 kernel/exit.c | 27 +-
8955 kernel/fork.c | 175 +-
8956 kernel/futex.c | 9 +
8957 kernel/futex_compat.c | 2 +-
8958 kernel/irq/manage.c | 2 +-
8959 kernel/irq/msi.c | 19 +-
8960 kernel/irq/spurious.c | 2 +-
8961 kernel/jump_label.c | 5 +
8962 kernel/kallsyms.c | 40 +-
8963 kernel/kexec.c | 3 +-
8964 kernel/kmod.c | 8 +-
8965 kernel/kprobes.c | 4 +-
8966 kernel/ksysfs.c | 2 +-
8967 kernel/locking/lockdep.c | 7 +-
8968 kernel/module.c | 405 +-
8969 kernel/notifier.c | 17 +-
8970 kernel/padata.c | 4 +-
8971 kernel/panic.c | 11 +-
8972 kernel/pid.c | 8 +-
8973 kernel/pid_namespace.c | 2 +-
8974 kernel/power/process.c | 12 +-
8975 kernel/profile.c | 14 +-
8976 kernel/ptrace.c | 8 +-
8977 kernel/rcu/rcutorture.c | 60 +-
8978 kernel/rcu/tiny.c | 4 +-
8979 kernel/rcu/tree.c | 42 +-
8980 kernel/rcu/tree.h | 14 +-
8981 kernel/rcu/tree_plugin.h | 18 +-
8982 kernel/rcu/tree_trace.c | 12 +-
8983 kernel/resource.c | 4 +-
8984 kernel/sched/auto_group.c | 4 +-
8985 kernel/sched/core.c | 8 +-
8986 kernel/sched/deadline.c | 4 +-
8987 kernel/sched/debug.c | 45 +-
8988 kernel/sched/fair.c | 2 +-
8989 kernel/sched/rt.c | 4 +-
8990 kernel/sched/sched.h | 13 +-
8991 kernel/signal.c | 28 +-
8992 kernel/smp.c | 2 +-
8993 kernel/smpboot.c | 7 +-
8994 kernel/softirq.c | 12 +-
8995 kernel/stop_machine.c | 2 +-
8996 kernel/sys.c | 10 +-
8997 kernel/sys_ni.c | 4 +-
8998 kernel/sysctl.c | 34 +-
8999 kernel/time/alarmtimer.c | 4 +-
9000 kernel/time/posix-clock.c | 8 +-
9001 kernel/time/posix-cpu-timers.c | 4 +-
9002 kernel/time/posix-timers.c | 36 +-
9003 kernel/time/timer.c | 2 +-
9004 kernel/time/timer_stats.c | 10 +-
9005 kernel/trace/blktrace.c | 6 +-
9006 kernel/trace/ftrace.c | 33 +-
9007 kernel/trace/ring_buffer.c | 96 +-
9008 kernel/trace/trace.c | 2 +-
9009 kernel/trace/trace.h | 2 +-
9010 kernel/trace/trace_clock.c | 4 +-
9011 kernel/trace/trace_events.c | 1 -
9012 kernel/trace/trace_events_hist.c | 4 +-
9013 kernel/trace/trace_functions_graph.c | 4 +-
9014 kernel/trace/trace_mmiotrace.c | 8 +-
9015 kernel/trace/trace_output.c | 10 +-
9016 kernel/trace/trace_seq.c | 2 +-
9017 kernel/trace/trace_stack.c | 2 +-
9018 kernel/trace/tracing_map.c | 48 +-
9019 kernel/trace/tracing_map.h | 6 +-
9020 kernel/user.c | 2 +-
9021 kernel/user_namespace.c | 2 +-
9022 kernel/utsname_sysctl.c | 2 +-
9023 kernel/watchdog.c | 2 +-
9024 kernel/workqueue.c | 8 +-
9025 lib/Kconfig.debug | 8 +-
9026 lib/Makefile | 2 +-
9027 lib/bitmap.c | 8 +-
9028 lib/bug.c | 2 +
9029 lib/debugobjects.c | 2 +-
9030 lib/decompress_bunzip2.c | 3 +-
9031 lib/decompress_unlzma.c | 4 +-
9032 lib/div64.c | 4 +-
9033 lib/dma-debug.c | 4 +-
9034 lib/extable.c | 11 +-
9035 lib/inflate.c | 2 +-
9036 lib/ioremap.c | 4 +-
9037 lib/irq_poll.c | 2 +-
9038 lib/kobject.c | 4 +-
9039 lib/list_debug.c | 126 +-
9040 lib/lockref.c | 44 +-
9041 lib/percpu-refcount.c | 2 +-
9042 lib/radix-tree.c | 2 +-
9043 lib/random32.c | 2 +-
9044 lib/rhashtable.c | 4 +-
9045 lib/seq_buf.c | 4 +-
9046 lib/show_mem.c | 2 +-
9047 lib/strncpy_from_user.c | 2 +-
9048 lib/strnlen_user.c | 2 +-
9049 lib/swiotlb.c | 2 +-
9050 lib/usercopy.c | 6 +
9051 lib/vsprintf.c | 12 +-
9052 mm/Kconfig | 6 +-
9053 mm/backing-dev.c | 4 +-
9054 mm/fadvise.c | 2 +-
9055 mm/filemap.c | 8 +-
9056 mm/gup.c | 13 +-
9057 mm/highmem.c | 6 +-
9058 mm/hugetlb.c | 125 +-
9059 mm/hugetlb_cgroup.c | 60 +-
9060 mm/internal.h | 3 +-
9061 mm/maccess.c | 12 +-
9062 mm/madvise.c | 37 +
9063 mm/memcontrol.c | 6 +-
9064 mm/memory-failure.c | 6 +-
9065 mm/memory.c | 424 +-
9066 mm/mempolicy.c | 25 +
9067 mm/mlock.c | 18 +-
9068 mm/mm_init.c | 2 +-
9069 mm/mmap.c | 552 +-
9070 mm/mprotect.c | 137 +-
9071 mm/mremap.c | 39 +-
9072 mm/nommu.c | 21 +-
9073 mm/page-writeback.c | 2 +-
9074 mm/page_alloc.c | 61 +-
9075 mm/percpu.c | 2 +-
9076 mm/process_vm_access.c | 14 +-
9077 mm/readahead.c | 2 +-
9078 mm/rmap.c | 43 +-
9079 mm/shmem.c | 36 +-
9080 mm/slab.c | 113 +-
9081 mm/slab.h | 37 +-
9082 mm/slab_common.c | 85 +-
9083 mm/slob.c | 248 +-
9084 mm/slub.c | 118 +-
9085 mm/sparse-vmemmap.c | 4 +-
9086 mm/sparse.c | 2 +-
9087 mm/swap.c | 7 +
9088 mm/swapfile.c | 12 +-
9089 mm/util.c | 7 +
9090 mm/vmalloc.c | 116 +-
9091 mm/vmstat.c | 14 +-
9092 net/8021q/vlan.c | 5 +-
9093 net/8021q/vlan_netlink.c | 2 +-
9094 net/9p/mod.c | 4 +-
9095 net/9p/trans_fd.c | 2 +-
9096 net/atm/atm_misc.c | 8 +-
9097 net/atm/lec.h | 2 +-
9098 net/atm/proc.c | 6 +-
9099 net/atm/resources.c | 4 +-
9100 net/ax25/sysctl_net_ax25.c | 2 +-
9101 net/batman-adv/bat_iv_ogm.c | 8 +-
9102 net/batman-adv/fragmentation.c | 2 +-
9103 net/batman-adv/routing.c | 4 +-
9104 net/batman-adv/soft-interface.c | 12 +-
9105 net/batman-adv/sysfs.c | 48 +-
9106 net/batman-adv/sysfs.h | 4 +-
9107 net/batman-adv/translation-table.c | 14 +-
9108 net/batman-adv/types.h | 8 +-
9109 net/bluetooth/hci_sock.c | 2 +-
9110 net/bluetooth/l2cap_core.c | 6 +-
9111 net/bluetooth/l2cap_sock.c | 12 +-
9112 net/bluetooth/rfcomm/sock.c | 4 +-
9113 net/bluetooth/rfcomm/tty.c | 4 +-
9114 net/bridge/br_netfilter_hooks.c | 4 +-
9115 net/bridge/br_netlink.c | 2 +-
9116 net/bridge/netfilter/ebtables.c | 6 +-
9117 net/caif/cfctrl.c | 11 +-
9118 net/caif/chnl_net.c | 4 +-
9119 net/can/af_can.c | 2 +-
9120 net/can/gw.c | 6 +-
9121 net/ceph/ceph_common.c | 2 +-
9122 net/ceph/messenger.c | 4 +-
9123 net/compat.c | 26 +-
9124 net/core/datagram.c | 2 +-
9125 net/core/dev.c | 26 +-
9126 net/core/filter.c | 2 +-
9127 net/core/flow.c | 8 +-
9128 net/core/neighbour.c | 18 +-
9129 net/core/net-procfs.c | 4 +-
9130 net/core/net-sysfs.c | 2 +-
9131 net/core/net_namespace.c | 10 +-
9132 net/core/netpoll.c | 4 +-
9133 net/core/rtnetlink.c | 17 +-
9134 net/core/scm.c | 12 +-
9135 net/core/skbuff.c | 11 +-
9136 net/core/sock.c | 32 +-
9137 net/core/sock_diag.c | 17 +-
9138 net/core/sysctl_net_core.c | 22 +-
9139 net/decnet/af_decnet.c | 1 +
9140 net/decnet/sysctl_net_decnet.c | 4 +-
9141 net/dsa/dsa.c | 2 +-
9142 net/dsa/slave.c | 4 +-
9143 net/hsr/hsr_device.c | 2 +-
9144 net/hsr/hsr_netlink.c | 2 +-
9145 net/ieee802154/6lowpan/core.c | 2 +-
9146 net/ieee802154/6lowpan/reassembly.c | 14 +-
9147 net/ieee802154/core.c | 6 +-
9148 net/ipv4/af_inet.c | 6 +-
9149 net/ipv4/arp.c | 2 +-
9150 net/ipv4/devinet.c | 20 +-
9151 net/ipv4/fib_frontend.c | 6 +-
9152 net/ipv4/fib_semantics.c | 2 +-
9153 net/ipv4/icmp.c | 2 +-
9154 net/ipv4/inet_connection_sock.c | 4 +-
9155 net/ipv4/inet_diag.c | 4 +-
9156 net/ipv4/inet_timewait_sock.c | 2 +-
9157 net/ipv4/inetpeer.c | 2 +-
9158 net/ipv4/ip_fragment.c | 17 +-
9159 net/ipv4/ip_gre.c | 6 +-
9160 net/ipv4/ip_sockglue.c | 2 +-
9161 net/ipv4/ip_vti.c | 4 +-
9162 net/ipv4/ipconfig.c | 6 +-
9163 net/ipv4/ipip.c | 4 +-
9164 net/ipv4/netfilter/arp_tables.c | 10 +-
9165 net/ipv4/netfilter/ip_tables.c | 10 +-
9166 net/ipv4/ping.c | 14 +-
9167 net/ipv4/proc.c | 10 +-
9168 net/ipv4/raw.c | 16 +-
9169 net/ipv4/route.c | 40 +-
9170 net/ipv4/sysctl_net_ipv4.c | 24 +-
9171 net/ipv4/tcp_input.c | 6 +-
9172 net/ipv4/tcp_ipv4.c | 2 +-
9173 net/ipv4/tcp_metrics.c | 2 +-
9174 net/ipv4/tcp_probe.c | 2 +-
9175 net/ipv4/udp.c | 10 +-
9176 net/ipv4/xfrm4_mode_beet.c | 2 +-
9177 net/ipv4/xfrm4_mode_transport.c | 2 +-
9178 net/ipv4/xfrm4_policy.c | 19 +-
9179 net/ipv4/xfrm4_state.c | 4 +-
9180 net/ipv6/addrconf.c | 26 +-
9181 net/ipv6/af_inet6.c | 2 +-
9182 net/ipv6/datagram.c | 2 +-
9183 net/ipv6/icmp.c | 2 +-
9184 net/ipv6/inet6_hashtables.c | 2 +-
9185 net/ipv6/ip6_fib.c | 4 +-
9186 net/ipv6/ip6_gre.c | 10 +-
9187 net/ipv6/ip6_tunnel.c | 4 +-
9188 net/ipv6/ip6_vti.c | 4 +-
9189 net/ipv6/ipv6_sockglue.c | 2 +-
9190 net/ipv6/ndisc.c | 2 +-
9191 net/ipv6/netfilter/ip6_tables.c | 10 +-
9192 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
9193 net/ipv6/ping.c | 33 +-
9194 net/ipv6/proc.c | 10 +-
9195 net/ipv6/raw.c | 17 +-
9196 net/ipv6/reassembly.c | 13 +-
9197 net/ipv6/route.c | 2 +-
9198 net/ipv6/sit.c | 4 +-
9199 net/ipv6/sysctl_net_ipv6.c | 2 +-
9200 net/ipv6/udp.c | 6 +-
9201 net/ipv6/xfrm6_mode_beet.c | 2 +-
9202 net/ipv6/xfrm6_mode_transport.c | 2 +-
9203 net/ipv6/xfrm6_policy.c | 17 +-
9204 net/irda/discovery.c | 2 +-
9205 net/irda/ircomm/ircomm_core.c | 13 +-
9206 net/irda/ircomm/ircomm_tty.c | 24 +-
9207 net/irda/ircomm/ircomm_tty_attach.c | 4 +-
9208 net/irda/irda_device.c | 14 +-
9209 net/irda/iriap.c | 14 +-
9210 net/irda/irias_object.c | 10 +-
9211 net/irda/irlan/irlan_client.c | 2 +-
9212 net/irda/irlap.c | 15 +-
9213 net/irda/irlap_event.c | 2 +-
9214 net/irda/irlmp.c | 21 +-
9215 net/irda/irlmp_event.c | 6 +-
9216 net/irda/irnet/irnet.h | 2 +-
9217 net/irda/irnet/irnet_irda.c | 6 +-
9218 net/irda/irttp.c | 8 +-
9219 net/irda/timer.c | 24 +-
9220 net/iucv/af_iucv.c | 4 +-
9221 net/iucv/iucv.c | 2 +-
9222 net/key/af_key.c | 4 +-
9223 net/l2tp/l2tp_eth.c | 40 +-
9224 net/l2tp/l2tp_ip.c | 2 +-
9225 net/l2tp/l2tp_ip6.c | 2 +-
9226 net/mac80211/cfg.c | 12 +-
9227 net/mac80211/debugfs.c | 2 +-
9228 net/mac80211/debugfs_key.c | 6 +-
9229 net/mac80211/ieee80211_i.h | 3 +-
9230 net/mac80211/iface.c | 20 +-
9231 net/mac80211/main.c | 2 +-
9232 net/mac80211/pm.c | 4 +-
9233 net/mac80211/rate.c | 2 +-
9234 net/mac80211/sta_info.c | 2 +-
9235 net/mac80211/tx.c | 2 +-
9236 net/mac80211/util.c | 8 +-
9237 net/mac80211/wpa.c | 12 +-
9238 net/mac802154/iface.c | 6 +-
9239 net/mpls/af_mpls.c | 10 +-
9240 net/netfilter/ipset/ip_set_core.c | 7 +-
9241 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
9242 net/netfilter/ipvs/ip_vs_core.c | 8 +-
9243 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
9244 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
9245 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
9246 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
9247 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
9248 net/netfilter/nf_conntrack_acct.c | 2 +-
9249 net/netfilter/nf_conntrack_core.c | 2 +-
9250 net/netfilter/nf_conntrack_ecache.c | 2 +-
9251 net/netfilter/nf_conntrack_helper.c | 2 +-
9252 net/netfilter/nf_conntrack_netlink.c | 22 +-
9253 net/netfilter/nf_conntrack_proto.c | 2 +-
9254 net/netfilter/nf_conntrack_standalone.c | 2 +-
9255 net/netfilter/nf_conntrack_timestamp.c | 2 +-
9256 net/netfilter/nf_log.c | 10 +-
9257 net/netfilter/nf_nat_ftp.c | 2 +-
9258 net/netfilter/nf_nat_irc.c | 2 +-
9259 net/netfilter/nf_sockopt.c | 4 +-
9260 net/netfilter/nf_tables_api.c | 13 +-
9261 net/netfilter/nfnetlink_acct.c | 33 +-
9262 net/netfilter/nfnetlink_cthelper.c | 2 +-
9263 net/netfilter/nfnetlink_cttimeout.c | 2 +-
9264 net/netfilter/nfnetlink_log.c | 4 +-
9265 net/netfilter/nft_compat.c | 9 +-
9266 net/netfilter/xt_IDLETIMER.c | 12 +-
9267 net/netfilter/xt_statistic.c | 8 +-
9268 net/netlink/af_netlink.c | 16 +-
9269 net/netlink/diag.c | 2 +-
9270 net/netlink/genetlink.c | 14 +-
9271 net/openvswitch/vport-geneve.c | 7 +-
9272 net/openvswitch/vport-gre.c | 7 +-
9273 net/openvswitch/vport-internal_dev.c | 4 +-
9274 net/openvswitch/vport-netdev.c | 7 +-
9275 net/openvswitch/vport-vxlan.c | 7 +-
9276 net/packet/af_packet.c | 26 +-
9277 net/packet/diag.c | 2 +-
9278 net/packet/internal.h | 6 +-
9279 net/phonet/pep.c | 6 +-
9280 net/phonet/socket.c | 2 +-
9281 net/phonet/sysctl.c | 2 +-
9282 net/rds/cong.c | 6 +-
9283 net/rds/ib.h | 2 +-
9284 net/rds/ib_cm.c | 2 +-
9285 net/rds/ib_recv.c | 4 +-
9286 net/rds/rds.h | 2 +-
9287 net/rds/tcp.c | 6 +-
9288 net/rds/tcp.h | 6 +-
9289 net/rds/tcp_send.c | 2 +-
9290 net/rxrpc/af_rxrpc.c | 2 +-
9291 net/rxrpc/ar-ack.c | 14 +-
9292 net/rxrpc/ar-call.c | 2 +-
9293 net/rxrpc/ar-connection.c | 2 +-
9294 net/rxrpc/ar-connevent.c | 2 +-
9295 net/rxrpc/ar-input.c | 4 +-
9296 net/rxrpc/ar-internal.h | 8 +-
9297 net/rxrpc/ar-local.c | 2 +-
9298 net/rxrpc/ar-output.c | 4 +-
9299 net/rxrpc/ar-peer.c | 2 +-
9300 net/rxrpc/ar-proc.c | 4 +-
9301 net/rxrpc/ar-transport.c | 2 +-
9302 net/rxrpc/rxkad.c | 4 +-
9303 net/sched/sch_generic.c | 4 +-
9304 net/sched/sch_tbf.c | 9 +-
9305 net/sctp/ipv6.c | 4 +-
9306 net/sctp/protocol.c | 8 +-
9307 net/sctp/sctp_diag.c | 2 +-
9308 net/sctp/sm_sideeffect.c | 4 +-
9309 net/sctp/socket.c | 21 +-
9310 net/sctp/sysctl.c | 10 +-
9311 net/socket.c | 18 +-
9312 net/sunrpc/auth_gss/gss_rpc_upcall.c | 4 +-
9313 net/sunrpc/auth_gss/gss_rpc_xdr.c | 11 +-
9314 net/sunrpc/auth_gss/gss_rpc_xdr.h | 8 +-
9315 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
9316 net/sunrpc/clnt.c | 4 +-
9317 net/sunrpc/rpcb_clnt.c | 66 +-
9318 net/sunrpc/sched.c | 4 +-
9319 net/sunrpc/svc.c | 8 +-
9320 net/sunrpc/svcauth_unix.c | 2 +-
9321 net/sunrpc/xprtrdma/svc_rdma.c | 44 +-
9322 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
9323 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
9324 net/sunrpc/xprtrdma/svc_rdma_transport.c | 2 +-
9325 net/tipc/netlink_compat.c | 12 +-
9326 net/tipc/subscr.c | 2 +-
9327 net/unix/diag.c | 2 +-
9328 net/unix/sysctl_net_unix.c | 2 +-
9329 net/wireless/scan.c | 3 +-
9330 net/wireless/wext-compat.c | 141 +-
9331 net/wireless/wext-compat.h | 8 +-
9332 net/wireless/wext-core.c | 19 +-
9333 net/wireless/wext-sme.c | 5 +-
9334 net/xfrm/xfrm_policy.c | 18 +-
9335 net/xfrm/xfrm_state.c | 37 +-
9336 net/xfrm/xfrm_sysctl.c | 2 +-
9337 net/xfrm/xfrm_user.c | 2 +-
9338 scripts/Kbuild.include | 12 +-
9339 scripts/Makefile | 2 +-
9340 scripts/Makefile.build | 2 +-
9341 scripts/Makefile.clean | 4 +-
9342 scripts/Makefile.extrawarn | 4 +
9343 scripts/Makefile.gcc-plugins | 95 +
9344 scripts/Makefile.host | 73 +-
9345 scripts/basic/fixdep.c | 10 +-
9346 scripts/dtc/checks.c | 14 +-
9347 scripts/dtc/data.c | 6 +-
9348 scripts/dtc/flattree.c | 8 +-
9349 scripts/dtc/livetree.c | 4 +-
9350 scripts/gcc-plugin.sh | 65 +
9351 scripts/gcc-plugins/Makefile | 28 +
9352 scripts/gcc-plugins/checker_plugin.c | 496 +
9353 scripts/gcc-plugins/colorize_plugin.c | 162 +
9354 scripts/gcc-plugins/constify_plugin.c | 582 +
9355 scripts/gcc-plugins/gcc-common.h | 894 +
9356 scripts/gcc-plugins/gcc-generate-gimple-pass.h | 175 +
9357 scripts/gcc-plugins/gcc-generate-ipa-pass.h | 289 +
9358 scripts/gcc-plugins/gcc-generate-rtl-pass.h | 175 +
9359 scripts/gcc-plugins/gcc-generate-simple_ipa-pass.h | 175 +
9360 scripts/gcc-plugins/initify_plugin.c | 536 +
9361 scripts/gcc-plugins/kallocstat_plugin.c | 135 +
9362 scripts/gcc-plugins/kernexec_plugin.c | 407 +
9363 scripts/gcc-plugins/latent_entropy_plugin.c | 613 +
9364 scripts/gcc-plugins/rap_plugin/Makefile | 6 +
9365 scripts/gcc-plugins/rap_plugin/rap.h | 36 +
9366 scripts/gcc-plugins/rap_plugin/rap_fptr_pass.c | 220 +
9367 scripts/gcc-plugins/rap_plugin/rap_hash.c | 382 +
9368 scripts/gcc-plugins/rap_plugin/rap_plugin.c | 513 +
9369 scripts/gcc-plugins/rap_plugin/sip.c | 96 +
9370 .../gcc-plugins/size_overflow_plugin/.gitignore | 3 +
9371 scripts/gcc-plugins/size_overflow_plugin/Makefile | 30 +
9372 .../disable_size_overflow_hash.data | 12445 +++++++++++
9373 .../generate_size_overflow_hash.sh | 103 +
9374 .../insert_size_overflow_asm.c | 369 +
9375 .../size_overflow_plugin/intentional_overflow.c | 1166 +
9376 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
9377 .../size_overflow_plugin/size_overflow.h | 331 +
9378 .../size_overflow_plugin/size_overflow_debug.c | 194 +
9379 .../size_overflow_plugin/size_overflow_hash.data | 22068 +++++++++++++++++++
9380 .../size_overflow_hash_aux.data | 97 +
9381 .../size_overflow_plugin/size_overflow_ipa.c | 1163 +
9382 .../size_overflow_plugin/size_overflow_misc.c | 505 +
9383 .../size_overflow_plugin/size_overflow_plugin.c | 290 +
9384 .../size_overflow_plugin_hash.c | 352 +
9385 .../size_overflow_plugin/size_overflow_transform.c | 743 +
9386 .../size_overflow_transform_core.c | 1025 +
9387 scripts/gcc-plugins/stackleak_plugin.c | 350 +
9388 scripts/gcc-plugins/structleak_plugin.c | 239 +
9389 scripts/headers_install.sh | 1 +
9390 scripts/kallsyms.c | 4 +-
9391 scripts/kconfig/lkc.h | 5 +-
9392 scripts/kconfig/menu.c | 2 +-
9393 scripts/kconfig/symbol.c | 6 +-
9394 scripts/link-vmlinux.sh | 2 +-
9395 scripts/mod/file2alias.c | 14 +-
9396 scripts/mod/modpost.c | 40 +-
9397 scripts/mod/modpost.h | 6 +-
9398 scripts/mod/sumversion.c | 2 +-
9399 scripts/module-common.lds | 4 +
9400 scripts/package/builddeb | 1 +
9401 scripts/pnmtologo.c | 6 +-
9402 scripts/sortextable.h | 6 +-
9403 scripts/tags.sh | 2 +-
9404 security/Kconfig | 735 +-
9405 security/apparmor/include/policy.h | 2 +-
9406 security/apparmor/lsm.c | 16 +-
9407 security/apparmor/policy.c | 4 +-
9408 security/integrity/ima/ima.h | 4 +-
9409 security/integrity/ima/ima_api.c | 2 +-
9410 security/integrity/ima/ima_fs.c | 4 +-
9411 security/integrity/ima/ima_queue.c | 2 +-
9412 security/keys/internal.h | 8 +-
9413 security/keys/key.c | 18 +-
9414 security/keys/keyring.c | 4 -
9415 security/selinux/avc.c | 6 +-
9416 security/selinux/include/xfrm.h | 2 +-
9417 security/yama/yama_lsm.c | 2 +-
9418 sound/aoa/codecs/onyx.c | 7 +-
9419 sound/aoa/codecs/onyx.h | 1 +
9420 sound/core/oss/pcm_oss.c | 18 +-
9421 sound/core/pcm_compat.c | 2 +-
9422 sound/core/pcm_lib.c | 3 +-
9423 sound/core/pcm_native.c | 4 +-
9424 sound/core/rawmidi.c | 5 +-
9425 sound/core/seq/oss/seq_oss_synth.c | 4 +-
9426 sound/core/seq/seq_clientmgr.c | 10 +-
9427 sound/core/seq/seq_compat.c | 2 +-
9428 sound/core/seq/seq_fifo.c | 6 +-
9429 sound/core/seq/seq_fifo.h | 2 +-
9430 sound/core/seq/seq_memory.c | 18 +-
9431 sound/core/seq/seq_midi.c | 5 +-
9432 sound/core/seq/seq_virmidi.c | 2 +-
9433 sound/core/sound.c | 2 +-
9434 sound/drivers/mts64.c | 14 +-
9435 sound/drivers/opl4/opl4_lib.c | 2 +-
9436 sound/drivers/portman2x4.c | 3 +-
9437 sound/firewire/amdtp-am824.c | 2 +-
9438 sound/firewire/amdtp-stream.c | 4 +-
9439 sound/firewire/amdtp-stream.h | 2 +-
9440 sound/firewire/digi00x/amdtp-dot.c | 2 +-
9441 sound/firewire/isight.c | 10 +-
9442 sound/firewire/oxfw/oxfw-scs1x.c | 8 +-
9443 sound/oss/sb_audio.c | 2 +-
9444 sound/oss/swarm_cs4297a.c | 6 +-
9445 sound/pci/als300.c | 2 +-
9446 sound/pci/aw2/aw2-alsa.c | 2 -
9447 sound/pci/aw2/aw2-saa7146.c | 4 +-
9448 sound/pci/ctxfi/ctamixer.c | 14 +-
9449 sound/pci/ctxfi/ctamixer.h | 8 +-
9450 sound/pci/ctxfi/ctatc.c | 20 +-
9451 sound/pci/ctxfi/ctdaio.c | 6 +-
9452 sound/pci/ctxfi/ctdaio.h | 4 +-
9453 sound/pci/ctxfi/ctsrc.c | 13 +-
9454 sound/pci/ctxfi/ctsrc.h | 8 +-
9455 sound/pci/hda/hda_codec.c | 2 +-
9456 sound/pci/ymfpci/ymfpci.h | 2 +-
9457 sound/pci/ymfpci/ymfpci_main.c | 12 +-
9458 sound/soc/codecs/cx20442.c | 8 +-
9459 sound/soc/codecs/sti-sas.c | 10 +-
9460 sound/soc/codecs/tlv320dac33.c | 7 +-
9461 sound/soc/codecs/uda1380.c | 7 +-
9462 sound/soc/intel/skylake/skl-sst-dsp.h | 2 +-
9463 sound/soc/soc-ac97.c | 6 +-
9464 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
9465 tools/include/linux/compiler.h | 8 +
9466 tools/perf/util/include/asm/alternative-asm.h | 3 +
9467 tools/virtio/linux/uaccess.h | 2 +-
9468 virt/kvm/kvm_main.c | 42 +-
9469 2774 files changed, 78254 insertions(+), 14304 deletions(-)
9470 commit b2d3123595e9bd771c1292b03b82e47127b416c0
9471 Author: Brad Spengler <spender@grsecurity.net>
9472 Date: Sun Jul 31 21:40:39 2016 -0400
9473
9474 ARM compile fixes
9475
9476 arch/arm/include/asm/atomic.h | 40 +++++++++++++++++++++++++--------------
9477 arch/arm/include/asm/domain.h | 1 +
9478 include/asm-generic/atomic-long.h | 2 ++
9479 include/asm-generic/atomic64.h | 1 +
9480 include/linux/atomic.h | 23 ++++++++++++++++++++++
9481 5 files changed, 53 insertions(+), 14 deletions(-)
9482
9483 commit 439d240094e132ce7455a12267340a15ff45a6bf
9484 Author: Scott Bauer <sbauer@plzdonthack.me>
9485 Date: Wed Jul 27 19:11:29 2016 -0600
9486
9487 vfs: ioctl: prevent double-fetch in dedupe ioctl
9488
9489 This prevents a double-fetch from user space that can lead to to an
9490 undersized allocation and heap overflow.
9491
9492 Fixes: 54dbc1517237 ("vfs: hoist the btrfs deduplication ioctl to the vfs")
9493 Signed-off-by: Scott Bauer <sbauer@plzdonthack.me>
9494 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
9495
9496 fs/ioctl.c | 1 +
9497 1 file changed, 1 insertion(+)
9498
9499 commit 0e2289fa07be544a2f72d3eebd1d2c76e435f5c5
9500 Author: Brad Spengler <spender@grsecurity.net>
9501 Date: Wed Jul 27 20:30:01 2016 -0400
9502
9503 Update size_overflow hash table
9504
9505 scripts/gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 1 +
9506 1 file changed, 1 insertion(+)
9507
9508 commit 50d051c5af8ea45fc8465ccbfda3530e95d2b97a
9509 Author: Brad Spengler <spender@grsecurity.net>
9510 Date: Wed Jul 27 20:14:26 2016 -0400
9511
9512 Update size_overflow hash table
9513
9514 scripts/gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 3 ++-
9515 1 file changed, 2 insertions(+), 1 deletion(-)
9516
9517 commit aff6427a6baa489e210f6951f90bf29c4bf7a5f6
9518 Merge: d1085b0 8f83873
9519 Author: Brad Spengler <spender@grsecurity.net>
9520 Date: Wed Jul 27 19:53:16 2016 -0400
9521
9522 Merge branch 'pax-test' into grsec-test
9523
9524 commit 8f838734fe795a77eef1807e804b8bbae857201f
9525 Merge: 48edba8 bed4c61
9526 Author: Brad Spengler <spender@grsecurity.net>
9527 Date: Wed Jul 27 19:40:39 2016 -0400
9528
9529 Update to pax-linux-4.6.5-test18.patch:
9530 - fixed a few non-refcount atomic uses found by static analysis
9531 - plugins no longer export symbols except for those required by gcc
9532 - moved a few instrumentation passes after other analysis passes to prevent interference
9533 - got rid of the use of paravirt_enabled on amd64 which is gone in 4.7 anyway
9534 - repurposed the unusued skip_heap_stack_gap to simplify the unmapped area lookup code
9535 - fixed a few compile warnings related to constification and function type fixes
9536
9537 Merge branch 'linux-4.6.y' into pax-test
9538
9539 commit d1085b0354e32d2b030ca38bf0fa854129b6f381
9540 Merge: 59774b1 48edba8
9541 Author: Brad Spengler <spender@grsecurity.net>
9542 Date: Sun Jul 24 19:36:43 2016 -0400
9543
9544 Merge branch 'pax-test' into grsec-test
9545
9546 commit 48edba86de9569aef6faad21075b501c5023a66f
9547 Author: Brad Spengler <spender@grsecurity.net>
9548 Date: Sun Jul 24 19:34:05 2016 -0400
9549
9550 Update to pax-linux-4.6.4-test16.patch:
9551 - 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)
9552 - reverted back to the old size overflow hash table until Emese tames the data flow analysis a bit
9553 - fixed the constify plugin to properly build the type for pointers to deconstified structs
9554
9555 arch/x86/include/asm/uaccess.h | 2 +-
9556 arch/x86/kernel/kgdb.c | 4 +-
9557 scripts/gcc-plugins/constify_plugin.c | 9 +-
9558 .../disable_size_overflow_hash.data | 7 +-
9559 .../size_overflow_plugin/size_overflow_hash.data | 13545 +++++++++----------
9560 5 files changed, 6580 insertions(+), 6987 deletions(-)
9561
9562 commit 59774b19cbe7ea87915d659d4711c830ce360e36
9563 Author: Brad Spengler <spender@grsecurity.net>
9564 Date: Sat Jul 23 18:47:31 2016 -0400
9565
9566 Allow 'perf' to be used as a privileged user by making the default
9567 kptr_restrict setting 1 with HIDESYM (rather than the previous 2).
9568 To prevent abuse from loggers (like the adb case) add CAP_SYS_ADMIN
9569 to the kptr_restrict=1 case. It can always be set to 2 if the user
9570 wishes.
9571
9572 kernel/sysctl.c | 2 +-
9573 lib/vsprintf.c | 5 ++++-
9574 2 files changed, 5 insertions(+), 2 deletions(-)
9575
9576 commit 191fac3a4900d3e033969952d99b79cfa2525f30
9577 Author: Brad Spengler <spender@grsecurity.net>
9578 Date: Sat Jul 23 14:56:39 2016 -0400
9579
9580 Force OABI_COMPAT off, it's full of privesc vulns
9581
9582 arch/arm/Kconfig | 1 +
9583 1 file changed, 1 insertion(+)
9584
9585 commit 4a983bdd1886eb2068c3fccd0d95358ff3b3eee1
9586 Author: Brad Spengler <spender@grsecurity.net>
9587 Date: Sat Jul 23 10:44:43 2016 -0400
9588
9589 Stop logging RLIMIT_NICE denials, just produces log spam
9590
9591 grsecurity/gracl_res.c | 10 ++++++++--
9592 1 file changed, 8 insertions(+), 2 deletions(-)
9593
9594 commit 84f2bc67492f30f06520497a9bb16c0a2e3103df
9595 Author: Brad Spengler <spender@grsecurity.net>
9596 Date: Tue Jul 19 20:13:30 2016 -0400
9597
9598 Revert to previous size_overflow hash table temporarily while the
9599 root causes of recent FPs are worked out
9600
9601 .../disable_size_overflow_hash.data | 7 +-
9602 .../size_overflow_plugin/size_overflow_hash.data | 13743 +++++++++----------
9603 2 files changed, 6845 insertions(+), 6905 deletions(-)
9604
9605 commit ea2b9616253f017edf97e4b86e82d6c89df17c4d
9606 Merge: e52044e cd66132
9607 Author: Brad Spengler <spender@grsecurity.net>
9608 Date: Tue Jul 19 19:21:52 2016 -0400
9609
9610 Merge branch 'pax-test' into grsec-test
9611
9612 commit cd661322f3b91c6fd6fee4a6a5907b054a70a5f7
9613 Author: Brad Spengler <spender@grsecurity.net>
9614 Date: Tue Jul 19 19:14:36 2016 -0400
9615
9616 Update to pax-linux-4.6.4-test15.patch:
9617 - updated the size overflow hash table from grsecurity
9618 - 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)
9619
9620 .../disable_size_overflow_hash.data | 7 +-
9621 .../size_overflow_plugin/size_overflow_hash.data | 850 +++++++++++++++++----
9622 2 files changed, 694 insertions(+), 163 deletions(-)
9623
9624 commit e52044e34a92f944b99e9219147617dc7449a675
9625 Author: Brad Spengler <spender@grsecurity.net>
9626 Date: Mon Jul 18 21:25:15 2016 -0400
9627
9628 Update size_overflow hash table
9629
9630 .../size_overflow_plugin/size_overflow_hash.data | 466 +++++++++++++++++----
9631 1 file changed, 382 insertions(+), 84 deletions(-)
9632
9633 commit 27ed9167fb98fe9f9e75aace6f651ff814a189a5
9634 Author: Brad Spengler <spender@grsecurity.net>
9635 Date: Mon Jul 18 21:04:42 2016 -0400
9636
9637 Update size_overflow hash table
9638
9639 .../gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 12 ++++++++----
9640 1 file changed, 8 insertions(+), 4 deletions(-)
9641
9642 commit b0a1f25a251b7c1c582fa3a95605654f8da33193
9643 Author: Jann Horn <jann@thejh.net>
9644 Date: Fri Sep 11 21:39:33 2015 +0200
9645
9646 xfs: fix type confusion in xfs_ioc_swapext
9647
9648 Without this check, the following XFS_I invocations would return bad
9649 pointers when used on non-XFS inodes (perhaps pointers into preceding
9650 allocator chunks).
9651
9652 This could be used by an attacker to trick xfs_swap_extents into
9653 performing locking operations on attacker-chosen structures in kernel
9654 memory, potentially leading to code execution in the kernel. (I have
9655 not investigated how likely this is to be usable for an attack in
9656 practice.)
9657
9658 Signed-off-by: Jann Horn <jann@thejh.net>
9659 Cc: Andy Lutomirski <luto@amacapital.net>
9660 Cc: Dave Chinner <david@fromorbit.com>
9661 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
9662
9663 fs/xfs/xfs_ioctl.c | 6 ++++++
9664 1 file changed, 6 insertions(+)
9665
9666 commit 01e9e48be783cefbe69ff9241ab678de69eaab5b
9667 Merge: bd6d599 c421d76
9668 Author: Brad Spengler <spender@grsecurity.net>
9669 Date: Mon Jul 18 20:18:27 2016 -0400
9670
9671 Merge branch 'pax-test' into grsec-test
9672
9673 commit c421d76c43d1840ab72bf2cd414e61ee0581e80b
9674 Author: Brad Spengler <spender@grsecurity.net>
9675 Date: Mon Jul 18 20:04:22 2016 -0400
9676
9677 Update to pax-linux-4.6.4-test14.patch:
9678 - Emese regenerated the size overflow hash table
9679 - fixed a few more section mismatches detected in LTO mode
9680 - reworked how KERNEXEC coexists with upstream's DEBUG_RODATA
9681 - reworked the KERNEXEC plugin configuration, read the Kconfig help!
9682 - simplified the constify plugin a bit
9683 - 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)
9684 - 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)
9685 - fixed !KERNEXEC boot crash on x86, reported by peetaur (https://forums.grsecurity.net/viewtopic.php?f=3&t=4512)
9686 - fixed compile warnings triggered by the __SYSCALL_DEFINEx macro
9687
9688 arch/mips/Kbuild | 2 +-
9689 arch/mips/include/asm/irq.h | 1 -
9690 arch/sparc/include/asm/atomic_64.h | 6 +
9691 arch/sparc/kernel/prom_common.c | 2 +-
9692 arch/sparc/lib/atomic_64.S | 2 +-
9693 arch/sparc/lib/ksyms.c | 4 +-
9694 arch/x86/entry/entry_64.S | 2 +-
9695 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 3 +-
9696 arch/x86/kernel/alternative.c | 21 +
9697 arch/x86/kernel/cpu/common.c | 4 +
9698 arch/x86/platform/olpc/olpc_dt.c | 2 +-
9699 drivers/block/drbd/drbd_int.h | 4 +-
9700 drivers/gpu/drm/sti/sti_hda.c | 4 +-
9701 drivers/gpu/drm/sti/sti_hqvdp.c | 4 +-
9702 drivers/gpu/drm/sti/sti_tvout.c | 4 +-
9703 drivers/gpu/drm/tilcdc/tilcdc_external.c | 2 +-
9704 drivers/hwmon/applesmc.c | 2 +-
9705 drivers/iommu/io-pgtable-arm.c | 2 +-
9706 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
9707 drivers/leds/leds-clevo-mail.c | 2 +-
9708 drivers/leds/leds-ss4200.c | 2 +-
9709 drivers/mtd/nand/brcmnand/bcm63138_nand.c | 2 +
9710 drivers/mtd/nand/brcmnand/iproc_nand.c | 2 +
9711 drivers/platform/chrome/chromeos_laptop.c | 2 +-
9712 drivers/platform/chrome/cros_ec_lpc.c | 2 +-
9713 drivers/pnp/base.h | 2 +-
9714 drivers/pnp/resource.c | 4 +-
9715 fs/exec.c | 20 +-
9716 include/drm/drm_modeset_helper_vtables.h | 1 +
9717 include/linux/syscalls.h | 8 +-
9718 mm/slab_common.c | 6 +
9719 mm/slob.c | 44 +-
9720 mm/slub.c | 7 +
9721 scripts/Makefile.gcc-plugins | 4 +-
9722 scripts/gcc-plugins/constify_plugin.c | 10 +-
9723 .../size_overflow_plugin/size_overflow_hash.data | 13633 +++++++++----------
9724 security/Kconfig | 63 +-
9725 37 files changed, 6934 insertions(+), 6953 deletions(-)
9726
9727 commit bd6d599943a777b93600dd4a43bbeea5dde2dfa0
9728 Author: Brad Spengler <spender@grsecurity.net>
9729 Date: Sun Jul 17 17:18:15 2016 -0400
9730
9731 Ensure current state is set to TASK_RUNNING before doing a copy on the RBAC learning read side
9732
9733 grsecurity/gracl_learn.c | 6 ++++--
9734 kernel/sched/core.c | 2 +-
9735 2 files changed, 5 insertions(+), 3 deletions(-)
9736
9737 commit 0f2e7d90efc7eeff655d7cc2c15838497f8c0513
9738 Author: Brad Spengler <spender@grsecurity.net>
9739 Date: Fri Jul 15 15:29:41 2016 -0400
9740
9741 Force that BUG() be enabled in the kernel config if grsecurity is enabled
9742 Suggested by Kees Cook
9743
9744 security/Kconfig | 1 +
9745 1 file changed, 1 insertion(+)
9746
9747 commit 3efe62268d831fc5c89a64b8ff1496d2b912ebf6
9748 Author: Brad Spengler <spender@grsecurity.net>
9749 Date: Thu Jul 14 21:14:55 2016 -0400
9750
9751 randomize layout of two more structs
9752
9753 include/linux/cdev.h | 2 +-
9754 include/linux/fs.h | 2 +-
9755 2 files changed, 2 insertions(+), 2 deletions(-)
9756
9757 commit 58c0443674275163e4d488f890ba1b985d13a4b0
9758 Author: Brad Spengler <spender@grsecurity.net>
9759 Date: Mon Jul 11 21:30:57 2016 -0400
9760
9761 Temporary workaround for size_overflow detection reported at:
9762 https://forums.grsecurity.net/viewtopic.php?f=3&t=4510
9763 by brainatwork
9764
9765 drivers/block/drbd/drbd_int.h | 4 ++--
9766 1 file changed, 2 insertions(+), 2 deletions(-)
9767
9768 commit aa1f32f7a62f394d1f90c2d9952befdd5294c088
9769 Author: Brad Spengler <spender@grsecurity.net>
9770 Date: Mon Jul 11 21:18:20 2016 -0400
9771
9772 Update size_overflow hash table
9773
9774 scripts/gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 1 +
9775 1 file changed, 1 insertion(+)
9776
9777 commit 329fa438e13041fda3dcd292adf2aeb1c008c72c
9778 Author: Jeff Mahoney <jeffm@suse.com>
9779 Date: Tue Jul 5 17:32:30 2016 -0400
9780
9781 ecryptfs: don't allow mmap when the lower fs doesn't support it
9782
9783 There are legitimate reasons to disallow mmap on certain files, notably
9784 in sysfs or procfs. We shouldn't emulate mmap support on file systems
9785 that don't offer support natively.
9786
9787 CVE-2016-1583
9788
9789 Signed-off-by: Jeff Mahoney <jeffm@suse.com>
9790 Cc: stable@vger.kernel.org
9791 [tyhicks: clean up f_op check by using ecryptfs_file_to_lower()]
9792 Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
9793
9794 fs/ecryptfs/file.c | 15 ++++++++++++++-
9795 1 file changed, 14 insertions(+), 1 deletion(-)
9796
9797 commit 5b86b77c32a55ebc8b441ac71839bb50012e505a
9798 Author: Vegard Nossum <vegard.nossum@oracle.com>
9799 Date: Thu Jul 7 13:41:11 2016 -0700
9800
9801 apparmor: fix oops, validate buffer size in apparmor_setprocattr()
9802
9803 When proc_pid_attr_write() was changed to use memdup_user apparmor's
9804 (interface violating) assumption that the setprocattr buffer was always
9805 a single page was violated.
9806
9807 The size test is not strictly speaking needed as proc_pid_attr_write()
9808 will reject anything larger, but for the sake of robustness we can keep
9809 it in.
9810
9811 SMACK and SELinux look safe to me, but somebody else should probably
9812 have a look just in case.
9813
9814 Based on original patch from Vegard Nossum <vegard.nossum@oracle.com>
9815 modified for the case that apparmor provides null termination.
9816
9817 Fixes: bb646cdb12e75d82258c2f2e7746d5952d3e321a
9818 Reported-by: Vegard Nossum <vegard.nossum@oracle.com>
9819 Cc: Al Viro <viro@zeniv.linux.org.uk>
9820 Cc: John Johansen <john.johansen@canonical.com>
9821 Cc: Paul Moore <paul@paul-moore.com>
9822 Cc: Stephen Smalley <sds@tycho.nsa.gov>
9823 Cc: Eric Paris <eparis@parisplace.org>
9824 Cc: Casey Schaufler <casey@schaufler-ca.com>
9825 Cc: stable@kernel.org
9826 Signed-off-by: John Johansen <john.johansen@canonical.com>
9827 Reviewed-by: Tyler Hicks <tyhicks@canonical.com>
9828 Signed-off-by: James Morris <james.l.morris@oracle.com>
9829
9830 security/apparmor/lsm.c | 36 +++++++++++++++++++-----------------
9831 1 file changed, 19 insertions(+), 17 deletions(-)
9832
9833 commit cf7f94ad6c32ff91363641573a64c85f4877e290
9834 Merge: 7765cd9 50212d6
9835 Author: Brad Spengler <spender@grsecurity.net>
9836 Date: Mon Jul 11 18:39:35 2016 -0400
9837
9838 Merge branch 'pax-test' into grsec-test
9839
9840 commit 50212d610aeb6ced453e1835c169c46acdf3940d
9841 Merge: 98d6186 310ca59
9842 Author: Brad Spengler <spender@grsecurity.net>
9843 Date: Mon Jul 11 18:39:08 2016 -0400
9844
9845 Merge branch 'linux-4.6.y' into pax-test
9846
9847 commit 7765cd90c911e58959451529995ea44b7a2271d6
9848 Author: Brad Spengler <spender@grsecurity.net>
9849 Date: Thu Jul 7 07:12:54 2016 -0400
9850
9851 Compile fix reported by adminwset on the forums:
9852 https://forums.grsecurity.net/viewtopic.php?t=4507&p=16420#p16420
9853
9854 fs/proc/task_mmu.c | 2 +-
9855 1 file changed, 1 insertion(+), 1 deletion(-)
9856
9857 commit c94fbc6f47fdae9a2dcf29d3048c8da8752dbbdf
9858 Author: Brad Spengler <spender@grsecurity.net>
9859 Date: Wed Jul 6 21:11:33 2016 -0400
9860
9861 compile fix
9862
9863 arch/x86/mm/init_32.c | 1 -
9864 1 file changed, 1 deletion(-)
9865
9866 commit ee4f4cdd26864ac40ac22b4a3b88f284a6d057d0
9867 Author: Miklos Szeredi <mszeredi@redhat.com>
9868 Date: Wed Jun 29 16:03:55 2016 +0200
9869
9870 ovl: get_write_access() in truncate
9871
9872 When truncating a file we should check write access on the underlying
9873 inode. And we should do so on the lower file as well (before copy-up) for
9874 consistency.
9875
9876 Original patch and test case by Aihua Zhang.
9877
9878 - - >o >o - - test.c - - >o >o - -
9879 #include <stdio.h>
9880 #include <errno.h>
9881 #include <unistd.h>
9882
9883 int main(int argc, char *argv[])
9884 {
9885 int ret;
9886
9887 ret = truncate(argv[0], 4096);
9888 if (ret != -1) {
9889 fprintf(stderr, "truncate(argv[0]) should have failed\n");
9890 return 1;
9891 }
9892 if (errno != ETXTBSY) {
9893 perror("truncate(argv[0])");
9894 return 1;
9895 }
9896
9897 return 0;
9898 }
9899 - - >o >o - - >o >o - - >o >o - -
9900
9901 Reported-by: Aihua Zhang <zhangaihua1@huawei.com>
9902 Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
9903 Cc: <stable@vger.kernel.org>
9904
9905 fs/overlayfs/inode.c | 21 +++++++++++++++++++++
9906 1 file changed, 21 insertions(+)
9907
9908 commit 4585d082282707fbe91025c987bd8cef4152196d
9909 Author: Vivek Goyal <vgoyal@redhat.com>
9910 Date: Fri Jul 1 10:02:44 2016 -0400
9911
9912 ovl: warn instead of error if d_type is not supported
9913
9914 overlay needs underlying fs to support d_type. Recently I put in a
9915 patch in to detect this condition and started failing mount if
9916 underlying fs did not support d_type.
9917
9918 But this breaks existing configurations over kernel upgrade. Those who
9919 are running docker (partially broken configuration) with xfs not
9920 supporting d_type, are surprised that after kernel upgrade docker does
9921 not run anymore.
9922
9923 https://github.com/docker/docker/issues/22937#issuecomment-229881315
9924
9925 So instead of erroring out, detect broken configuration and warn
9926 about it. This should allow existing docker setups to continue
9927 working after kernel upgrade.
9928
9929 Signed-off-by: Vivek Goyal <vgoyal@redhat.com>
9930 Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
9931 Fixes: 45aebeaf4f67 ("ovl: Ensure upper filesystem supports d_type")
9932 Cc: <stable@vger.kernel.org> 4.6
9933
9934 fs/overlayfs/super.c | 12 +++++++-----
9935 1 file changed, 7 insertions(+), 5 deletions(-)
9936
9937 commit 97bb95801d1ce86dafd1a59483803aba5b93e7c0
9938 Author: Randy Dunlap <rdunlap@infradead.org>
9939 Date: Wed Jul 6 16:06:53 2016 -0700
9940
9941 init/Kconfig: keep Expert users menu together
9942
9943 The "expert" menu was broken (split) such that all entries in it after
9944 KALLSYMS were displayed in the "General setup" area instead of in the
9945 "Expert users" area. Fix this by adding one kconfig dependency.
9946
9947 Yes, the Expert users menu is fragile. Problems like this have happened
9948 several times in the past. I will attempt to isolate the Expert users
9949 menu if there is interest in that.
9950
9951 Fixes: 4d5d5664c900 ("x86: kallsyms: disable absolute percpu symbols on !SMP")
9952 Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
9953 Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
9954 Cc: stable@vger.kernel.org # 4.6
9955 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
9956
9957 init/Kconfig | 1 +
9958 1 file changed, 1 insertion(+)
9959
9960 commit 616a19ea32197667494240e8afc0de98d28fdd47
9961 Merge: 769cc1b 98d6186
9962 Author: Brad Spengler <spender@grsecurity.net>
9963 Date: Wed Jul 6 20:41:51 2016 -0400
9964
9965 Merge branch 'pax-test' into grsec-test
9966
9967 commit 98d61867ac6a18500bbd9771678138154869cec3
9968 Author: Brad Spengler <spender@grsecurity.net>
9969 Date: Wed Jul 6 20:29:35 2016 -0400
9970
9971 Update to pax-linux-4.6.3-test10.patch:
9972 - fixed a size overflow false positive in xfrm4_beet_output and xfrm6_beet_output, by Mathias Krause <minipli@ld-linux.so>
9973 - 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)
9974 - fixed a few constification related compile errors on arm/mips, by spender
9975 - updated the size overflow hash table from grsecurity
9976 - fixed an integer truncation bug in __ioremap_caller caught by the size overflow plugin
9977
9978 arch/arm/mach-mmp/mmp2.c | 4 +-
9979 arch/arm/mach-mmp/pxa910.c | 4 +-
9980 arch/arm/mach-s3c64xx/mach-smdk6410.c | 2 +-
9981 arch/arm/mm/fault.c | 2 +-
9982 arch/x86/include/asm/efi.h | 5 +
9983 arch/x86/include/asm/pgtable.h | 2 +-
9984 arch/x86/mm/dump_pagetables.c | 32 +++-
9985 arch/x86/mm/init_32.c | 55 +++---
9986 arch/x86/mm/init_64.c | 12 +-
9987 arch/x86/mm/ioremap.c | 2 +-
9988 arch/x86/mm/pageattr.c | 2 +-
9989 drivers/gpu/drm/sti/sti_cursor.c | 4 +-
9990 drivers/gpu/drm/sti/sti_dvo.c | 4 +-
9991 drivers/gpu/drm/sti/sti_gdp.c | 12 +-
9992 drivers/gpu/drm/sti/sti_hdmi.c | 4 +-
9993 drivers/gpu/drm/sti/sti_mixer.c | 8 +-
9994 drivers/gpu/drm/sti/sti_vid.c | 4 +-
9995 drivers/irqchip/irq-mmp.c | 2 +-
9996 drivers/net/ethernet/broadcom/bnxt/bnxt.c | 2 +-
9997 include/linux/irqchip/mmp.h | 2 +-
9998 net/ipv4/xfrm4_mode_beet.c | 2 +-
9999 net/ipv6/xfrm6_mode_beet.c | 2 +-
10000 .../size_overflow_plugin/size_overflow_hash.data | 203 +++++++++++++++++----
10001 23 files changed, 280 insertions(+), 91 deletions(-)
10002
10003 commit 769cc1b850f164d9fd9284898295eb616896d66b
10004 Author: Brad Spengler <spender@grsecurity.net>
10005 Date: Wed Jul 6 20:08:29 2016 -0400
10006
10007 Fix bug in RBAC learning reported by Andrew Flannery
10008 Nolog/noaudit-type capability checks were handled in a separate
10009 function which did not check if the requestor had the capability in
10010 their effective set. This would cause privileged processes to be
10011 denied use of their capabilities in the small number of instances
10012 these kinds of checks were used (for ptrace_may_access() etc, which
10013 get used in deciding if privileged processes can bypass /proc
10014 restrictions) only when RBAC learning was enabled on the process.
10015
10016 Remove some code duplication in the process of fixing the bug.
10017
10018 grsecurity/gracl_cap.c | 49 +++++++++------------------------------------
10019 grsecurity/grsec_disabled.c | 2 +-
10020 grsecurity/grsec_exec.c | 9 ++++-----
10021 include/linux/grsecurity.h | 4 ++--
10022 kernel/capability.c | 2 +-
10023 kernel/sys.c | 4 ++--
10024 6 files changed, 19 insertions(+), 51 deletions(-)
10025
10026 commit 244fda357c13b44ac2d174713205863c552eb30d
10027 Author: Brad Spengler <spender@grsecurity.net>
10028 Date: Wed Jul 6 07:19:26 2016 -0400
10029
10030 Compile fix for recent /proc/pid/mem changes, reported by adminwset at
10031 https://forums.grsecurity.net/viewtopic.php?t=4505&p=16415#p16415
10032
10033 fs/proc/base.c | 2 +-
10034 fs/proc/internal.h | 2 +-
10035 include/linux/sched.h | 2 ++
10036 3 files changed, 4 insertions(+), 2 deletions(-)
10037
10038 commit 5bd1344d3f28c5402bcd85972bb520a5baaf612c
10039 Author: Brad Spengler <spender@grsecurity.net>
10040 Date: Sun Jul 3 21:27:25 2016 -0400
10041
10042 Initial import of grsecurity for Linux 4.6.3
10043
10044 Documentation/dontdiff | 2 +
10045 Documentation/kernel-parameters.txt | 11 +
10046 Documentation/sysctl/kernel.txt | 15 +
10047 Makefile | 5 +-
10048 arch/alpha/include/asm/cache.h | 4 +-
10049 arch/alpha/kernel/osf_sys.c | 12 +-
10050 arch/arc/Kconfig | 1 +
10051 arch/arm/Kconfig | 1 +
10052 arch/arm/Kconfig.debug | 1 +
10053 arch/arm/include/asm/thread_info.h | 7 +-
10054 arch/arm/kernel/entry-common.S | 8 +-
10055 arch/arm/kernel/process.c | 4 +-
10056 arch/arm/kernel/ptrace.c | 9 +
10057 arch/arm/kernel/traps.c | 7 +-
10058 arch/arm/mach-mmp/mmp2.c | 4 +-
10059 arch/arm/mach-mmp/pxa910.c | 4 +-
10060 arch/arm/mach-s3c64xx/mach-smdk6410.c | 2 +-
10061 arch/arm/mm/Kconfig | 4 +-
10062 arch/arm/mm/alignment.c | 24 +-
10063 arch/arm/mm/fault.c | 42 +-
10064 arch/arm/mm/mmap.c | 8 +-
10065 arch/arm/net/bpf_jit_32.c | 51 +-
10066 arch/arm64/Kconfig.debug | 1 +
10067 arch/avr32/include/asm/cache.h | 4 +-
10068 arch/blackfin/Kconfig.debug | 1 +
10069 arch/blackfin/include/asm/cache.h | 3 +-
10070 arch/cris/include/arch-v10/arch/cache.h | 3 +-
10071 arch/cris/include/arch-v32/arch/cache.h | 3 +-
10072 arch/frv/include/asm/cache.h | 3 +-
10073 arch/frv/mm/elf-fdpic.c | 4 +-
10074 arch/hexagon/include/asm/cache.h | 6 +-
10075 arch/ia64/Kconfig | 1 +
10076 arch/ia64/include/asm/cache.h | 3 +-
10077 arch/ia64/kernel/sys_ia64.c | 2 +
10078 arch/ia64/mm/hugetlbpage.c | 2 +
10079 arch/m32r/include/asm/cache.h | 4 +-
10080 arch/m68k/include/asm/cache.h | 4 +-
10081 arch/metag/mm/hugetlbpage.c | 1 +
10082 arch/microblaze/include/asm/cache.h | 3 +-
10083 arch/mips/Kbuild | 2 +-
10084 arch/mips/Kconfig | 1 +
10085 arch/mips/include/asm/irq.h | 1 -
10086 arch/mips/include/asm/thread_info.h | 11 +-
10087 arch/mips/kernel/irq.c | 3 +
10088 arch/mips/kernel/ptrace.c | 9 +
10089 arch/mips/mm/mmap.c | 4 +-
10090 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
10091 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
10092 arch/openrisc/include/asm/cache.h | 4 +-
10093 arch/parisc/include/asm/cache.h | 3 +
10094 arch/parisc/kernel/sys_parisc.c | 4 +
10095 arch/powerpc/Kconfig | 1 +
10096 arch/powerpc/include/asm/cache.h | 4 +-
10097 arch/powerpc/include/asm/thread_info.h | 5 +-
10098 arch/powerpc/kernel/Makefile | 2 +
10099 arch/powerpc/kernel/irq.c | 3 +
10100 arch/powerpc/kernel/process.c | 10 +-
10101 arch/powerpc/kernel/ptrace.c | 14 +
10102 arch/powerpc/kernel/traps.c | 5 +
10103 arch/powerpc/mm/slice.c | 2 +-
10104 arch/s390/Kconfig.debug | 1 +
10105 arch/s390/include/asm/cache.h | 4 +-
10106 arch/score/include/asm/cache.h | 4 +-
10107 arch/sh/include/asm/cache.h | 3 +-
10108 arch/sh/mm/mmap.c | 6 +-
10109 arch/sparc/include/asm/atomic_64.h | 5 +
10110 arch/sparc/include/asm/cache.h | 4 +-
10111 arch/sparc/include/asm/pgalloc_64.h | 1 +
10112 arch/sparc/include/asm/thread_info_64.h | 8 +-
10113 arch/sparc/kernel/process_32.c | 6 +-
10114 arch/sparc/kernel/process_64.c | 8 +-
10115 arch/sparc/kernel/ptrace_64.c | 14 +
10116 arch/sparc/kernel/sys_sparc_64.c | 8 +-
10117 arch/sparc/kernel/syscalls.S | 8 +-
10118 arch/sparc/kernel/traps_32.c | 8 +-
10119 arch/sparc/kernel/traps_64.c | 28 +-
10120 arch/sparc/kernel/unaligned_64.c | 2 +-
10121 arch/sparc/lib/atomic_64.S | 2 +-
10122 arch/sparc/lib/ksyms.c | 4 +-
10123 arch/sparc/mm/fault_64.c | 2 +-
10124 arch/sparc/mm/hugetlbpage.c | 15 +-
10125 arch/tile/Kconfig | 1 +
10126 arch/tile/include/asm/cache.h | 3 +-
10127 arch/tile/mm/hugetlbpage.c | 2 +
10128 arch/um/include/asm/cache.h | 3 +-
10129 arch/unicore32/include/asm/cache.h | 6 +-
10130 arch/x86/Kconfig | 21 +
10131 arch/x86/Kconfig.debug | 2 +
10132 arch/x86/entry/common.c | 14 +
10133 arch/x86/entry/entry_32.S | 2 +-
10134 arch/x86/entry/entry_64.S | 2 +-
10135 arch/x86/ia32/ia32_aout.c | 2 +
10136 arch/x86/include/asm/floppy.h | 20 +-
10137 arch/x86/include/asm/fpu/types.h | 69 +-
10138 arch/x86/include/asm/io.h | 2 +-
10139 arch/x86/include/asm/page.h | 12 +-
10140 arch/x86/include/asm/paravirt_types.h | 21 +-
10141 arch/x86/include/asm/processor.h | 12 +-
10142 arch/x86/include/asm/thread_info.h | 6 +-
10143 arch/x86/kernel/dumpstack.c | 10 +-
10144 arch/x86/kernel/dumpstack_32.c | 2 +-
10145 arch/x86/kernel/dumpstack_64.c | 2 +-
10146 arch/x86/kernel/ioport.c | 13 +
10147 arch/x86/kernel/irq_32.c | 3 +
10148 arch/x86/kernel/irq_64.c | 4 +
10149 arch/x86/kernel/ldt.c | 18 +
10150 arch/x86/kernel/msr.c | 12 +
10151 arch/x86/kernel/ptrace.c | 14 +
10152 arch/x86/kernel/signal.c | 9 +-
10153 arch/x86/kernel/sys_i386_32.c | 9 +-
10154 arch/x86/kernel/sys_x86_64.c | 8 +-
10155 arch/x86/kernel/traps.c | 5 +
10156 arch/x86/kernel/verify_cpu.S | 1 +
10157 arch/x86/kernel/vm86_32.c | 15 +
10158 arch/x86/mm/fault.c | 12 +-
10159 arch/x86/mm/hugetlbpage.c | 15 +-
10160 arch/x86/mm/init.c | 51 +-
10161 arch/x86/mm/init_32.c | 10 +-
10162 arch/x86/net/bpf_jit_comp.c | 4 +
10163 arch/x86/platform/efi/efi_64.c | 2 +-
10164 arch/x86/xen/Kconfig | 1 +
10165 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
10166 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
10167 crypto/scatterwalk.c | 10 +-
10168 drivers/acpi/acpica/hwxfsleep.c | 11 +-
10169 drivers/acpi/custom_method.c | 4 +
10170 drivers/block/cciss.h | 30 +-
10171 drivers/block/smart1,2.h | 40 +-
10172 drivers/cdrom/cdrom.c | 2 +-
10173 drivers/char/Kconfig | 4 +-
10174 drivers/char/genrtc.c | 1 +
10175 drivers/char/mem.c | 17 +
10176 drivers/char/random.c | 5 +-
10177 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
10178 drivers/firewire/ohci.c | 4 +
10179 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 80 +-
10180 .../drm/amd/powerplay/hwmgr/cz_clockpowergating.c | 12 +-
10181 drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c | 58 +-
10182 drivers/gpu/drm/amd/powerplay/hwmgr/fiji_thermal.c | 20 +-
10183 .../gpu/drm/amd/powerplay/hwmgr/tonga_thermal.c | 20 +-
10184 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 7 +-
10185 drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.c | 9 +-
10186 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
10187 drivers/gpu/drm/sti/sti_cursor.c | 6 +-
10188 drivers/gpu/drm/sti/sti_dvo.c | 6 +-
10189 drivers/gpu/drm/sti/sti_gdp.c | 6 +-
10190 drivers/gpu/drm/sti/sti_hda.c | 6 +-
10191 drivers/gpu/drm/sti/sti_hdmi.c | 6 +-
10192 drivers/gpu/drm/sti/sti_hqvdp.c | 6 +-
10193 drivers/gpu/drm/sti/sti_mixer.c | 6 +-
10194 drivers/gpu/drm/sti/sti_tvout.c | 6 +-
10195 drivers/gpu/drm/sti/sti_vid.c | 6 +-
10196 drivers/gpu/drm/tilcdc/tilcdc_external.c | 2 +-
10197 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
10198 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
10199 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
10200 drivers/hid/hid-wiimote-debug.c | 2 +-
10201 drivers/hid/usbhid/hiddev.c | 10 +-
10202 drivers/infiniband/hw/i40iw/i40iw_ctrl.c | 160 +-
10203 drivers/infiniband/hw/i40iw/i40iw_uk.c | 34 +-
10204 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
10205 drivers/iommu/Kconfig | 1 +
10206 drivers/iommu/amd_iommu.c | 14 +-
10207 drivers/irqchip/irq-mmp.c | 2 +-
10208 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
10209 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
10210 drivers/isdn/gigaset/usb-gigaset.c | 34 +-
10211 drivers/isdn/i4l/isdn_concap.c | 6 +-
10212 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
10213 drivers/md/bcache/Kconfig | 1 +
10214 drivers/md/raid5.c | 8 +
10215 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
10216 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
10217 drivers/media/radio/radio-cadet.c | 5 +-
10218 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
10219 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
10220 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
10221 drivers/media/usb/dvb-usb/technisat-usb2.c | 23 +-
10222 drivers/message/fusion/mptbase.c | 9 +
10223 drivers/misc/sgi-xp/xp_main.c | 12 +-
10224 drivers/mtd/nand/brcmnand/bcm63138_nand.c | 6 +-
10225 drivers/mtd/nand/brcmnand/iproc_nand.c | 8 +-
10226 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
10227 drivers/net/wan/lmc/lmc_media.c | 97 +-
10228 drivers/net/wan/z85230.c | 24 +-
10229 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
10230 drivers/net/wireless/zydas/zd1211rw/zd_usb.c | 2 +-
10231 drivers/pci/proc.c | 9 +
10232 drivers/platform/x86/asus-wmi.c | 12 +
10233 drivers/rtc/rtc-dev.c | 3 +
10234 drivers/scsi/bfa/bfa_fcs.c | 19 +-
10235 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
10236 drivers/scsi/bfa/bfa_modules.h | 12 +-
10237 drivers/scsi/hpsa.h | 40 +-
10238 drivers/staging/lustre/lnet/libcfs/module.c | 10 +-
10239 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
10240 drivers/staging/wilc1000/host_interface.h | 1 +
10241 drivers/staging/wilc1000/wilc_spi.c | 1 +
10242 drivers/tty/serial/uartlite.c | 4 +-
10243 drivers/tty/sysrq.c | 2 +-
10244 drivers/tty/tty_io.c | 4 +
10245 drivers/tty/vt/keyboard.c | 22 +-
10246 drivers/uio/uio.c | 6 +-
10247 drivers/usb/core/devio.c | 9 +-
10248 drivers/usb/core/hub.c | 5 +
10249 drivers/usb/gadget/function/f_uac1.c | 1 +
10250 drivers/usb/gadget/function/u_uac1.c | 1 +
10251 drivers/usb/host/hwa-hc.c | 9 +-
10252 drivers/usb/usbip/vhci_sysfs.c | 2 +-
10253 drivers/video/fbdev/arcfb.c | 2 +-
10254 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
10255 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
10256 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
10257 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++----
10258 drivers/xen/xenfs/xenstored.c | 5 +
10259 firmware/Makefile | 2 +
10260 firmware/WHENCE | 20 +-
10261 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
10262 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
10263 fs/attr.c | 4 +
10264 fs/autofs4/waitq.c | 9 +
10265 fs/binfmt_aout.c | 7 +
10266 fs/binfmt_elf.c | 40 +-
10267 fs/compat.c | 20 +-
10268 fs/coredump.c | 17 +-
10269 fs/dcache.c | 3 +
10270 fs/debugfs/inode.c | 19 +-
10271 fs/exec.c | 249 +-
10272 fs/ext2/balloc.c | 4 +-
10273 fs/ext2/super.c | 8 +-
10274 fs/ext4/balloc.c | 4 +-
10275 fs/ext4/extents.c | 2 +-
10276 fs/fcntl.c | 4 +
10277 fs/fhandle.c | 3 +-
10278 fs/file.c | 4 +
10279 fs/filesystems.c | 4 +
10280 fs/fs_struct.c | 20 +-
10281 fs/hugetlbfs/inode.c | 5 +-
10282 fs/inode.c | 8 +-
10283 fs/kernfs/dir.c | 6 +
10284 fs/mount.h | 4 +-
10285 fs/namei.c | 292 +-
10286 fs/namespace.c | 24 +
10287 fs/nfsd/nfs2acl.c | 20 +-
10288 fs/nfsd/nfs3acl.c | 16 +-
10289 fs/nfsd/nfs4acl.c | 16 +-
10290 fs/nfsd/nfscache.c | 2 +-
10291 fs/open.c | 38 +
10292 fs/overlayfs/inode.c | 3 +
10293 fs/overlayfs/super.c | 6 +-
10294 fs/pipe.c | 2 +-
10295 fs/posix_acl.c | 61 +-
10296 fs/proc/Kconfig | 10 +-
10297 fs/proc/array.c | 67 +-
10298 fs/proc/base.c | 193 +-
10299 fs/proc/cmdline.c | 4 +
10300 fs/proc/devices.c | 4 +
10301 fs/proc/fd.c | 13 +-
10302 fs/proc/generic.c | 64 +
10303 fs/proc/inode.c | 17 +
10304 fs/proc/internal.h | 18 +-
10305 fs/proc/interrupts.c | 4 +
10306 fs/proc/kcore.c | 3 +
10307 fs/proc/proc_net.c | 31 +
10308 fs/proc/proc_sysctl.c | 52 +-
10309 fs/proc/root.c | 8 +
10310 fs/proc/stat.c | 69 +-
10311 fs/proc/task_mmu.c | 85 +-
10312 fs/proc/task_nommu.c | 2 +-
10313 fs/readdir.c | 19 +
10314 fs/reiserfs/item_ops.c | 24 +-
10315 fs/reiserfs/super.c | 4 +
10316 fs/select.c | 2 +
10317 fs/seq_file.c | 31 +-
10318 fs/stat.c | 20 +-
10319 fs/sysfs/dir.c | 30 +-
10320 fs/utimes.c | 7 +
10321 fs/xattr.c | 26 +-
10322 fs/xfs/xfs_icache.c | 60 +-
10323 fs/xfs/xfs_inode.c | 13 +
10324 grsecurity/Kconfig | 1205 ++++
10325 grsecurity/Makefile | 54 +
10326 grsecurity/gracl.c | 2757 +++++++++
10327 grsecurity/gracl_alloc.c | 105 +
10328 grsecurity/gracl_cap.c | 127 +
10329 grsecurity/gracl_compat.c | 269 +
10330 grsecurity/gracl_fs.c | 448 ++
10331 grsecurity/gracl_ip.c | 387 ++
10332 grsecurity/gracl_learn.c | 207 +
10333 grsecurity/gracl_policy.c | 1784 ++++++
10334 grsecurity/gracl_res.c | 68 +
10335 grsecurity/gracl_segv.c | 306 +
10336 grsecurity/gracl_shm.c | 40 +
10337 grsecurity/grsec_chdir.c | 19 +
10338 grsecurity/grsec_chroot.c | 506 ++
10339 grsecurity/grsec_disabled.c | 445 ++
10340 grsecurity/grsec_exec.c | 189 +
10341 grsecurity/grsec_fifo.c | 26 +
10342 grsecurity/grsec_fork.c | 23 +
10343 grsecurity/grsec_init.c | 294 +
10344 grsecurity/grsec_ipc.c | 48 +
10345 grsecurity/grsec_link.c | 65 +
10346 grsecurity/grsec_log.c | 340 +
10347 grsecurity/grsec_mem.c | 48 +
10348 grsecurity/grsec_mount.c | 65 +
10349 grsecurity/grsec_pax.c | 47 +
10350 grsecurity/grsec_proc.c | 20 +
10351 grsecurity/grsec_ptrace.c | 30 +
10352 grsecurity/grsec_sig.c | 248 +
10353 grsecurity/grsec_sock.c | 244 +
10354 grsecurity/grsec_sysctl.c | 497 ++
10355 grsecurity/grsec_time.c | 16 +
10356 grsecurity/grsec_tpe.c | 78 +
10357 grsecurity/grsec_tty.c | 18 +
10358 grsecurity/grsec_usb.c | 15 +
10359 grsecurity/grsum.c | 56 +
10360 include/drm/drm_modeset_helper_vtables.h | 1 +
10361 include/linux/binfmts.h | 5 +-
10362 include/linux/capability.h | 13 +
10363 include/linux/compiler-gcc.h | 5 +
10364 include/linux/compiler.h | 8 +
10365 include/linux/cred.h | 8 +-
10366 include/linux/dcache.h | 5 +-
10367 include/linux/fs.h | 24 +-
10368 include/linux/fs_struct.h | 2 +-
10369 include/linux/fsnotify.h | 6 +
10370 include/linux/gracl.h | 342 ++
10371 include/linux/gracl_compat.h | 156 +
10372 include/linux/gralloc.h | 9 +
10373 include/linux/grdefs.h | 140 +
10374 include/linux/grinternal.h | 231 +
10375 include/linux/grmsg.h | 120 +
10376 include/linux/grsecurity.h | 259 +
10377 include/linux/grsock.h | 19 +
10378 include/linux/ipc.h | 2 +-
10379 include/linux/ipc_namespace.h | 2 +-
10380 include/linux/kallsyms.h | 18 +-
10381 include/linux/key-type.h | 4 +-
10382 include/linux/kmod.h | 5 +
10383 include/linux/kobject.h | 2 +-
10384 include/linux/lsm_hooks.h | 4 +-
10385 include/linux/mm.h | 12 +
10386 include/linux/mm_types.h | 4 +-
10387 include/linux/module.h | 5 +-
10388 include/linux/mount.h | 2 +-
10389 include/linux/msg.h | 2 +-
10390 include/linux/netfilter/xt_gradm.h | 9 +
10391 include/linux/path.h | 4 +-
10392 include/linux/perf_event.h | 13 +-
10393 include/linux/pid_namespace.h | 2 +-
10394 include/linux/printk.h | 2 +-
10395 include/linux/proc_fs.h | 22 +-
10396 include/linux/proc_ns.h | 2 +-
10397 include/linux/random.h | 2 +-
10398 include/linux/rbtree_augmented.h | 4 +-
10399 include/linux/scatterlist.h | 12 +-
10400 include/linux/sched.h | 135 +-
10401 include/linux/security.h | 1 +
10402 include/linux/sem.h | 2 +-
10403 include/linux/seq_file.h | 5 +
10404 include/linux/shm.h | 6 +-
10405 include/linux/skbuff.h | 3 +
10406 include/linux/slab.h | 9 -
10407 include/linux/sysctl.h | 8 +-
10408 include/linux/thread_info.h | 6 +-
10409 include/linux/tty.h | 2 +-
10410 include/linux/tty_driver.h | 4 +-
10411 include/linux/uidgid.h | 6 +
10412 include/linux/user_namespace.h | 2 +-
10413 include/linux/utsname.h | 2 +-
10414 include/linux/vermagic.h | 16 +-
10415 include/linux/vmalloc.h | 8 +
10416 include/net/af_unix.h | 2 +-
10417 include/net/ip.h | 2 +-
10418 include/net/neighbour.h | 2 +-
10419 include/net/net_namespace.h | 2 +-
10420 include/net/sock.h | 2 +-
10421 include/trace/events/fs.h | 53 +
10422 include/uapi/linux/personality.h | 1 +
10423 init/Kconfig | 5 +-
10424 init/main.c | 46 +-
10425 ipc/mqueue.c | 1 +
10426 ipc/msg.c | 3 +-
10427 ipc/msgutil.c | 4 +-
10428 ipc/sem.c | 3 +-
10429 ipc/shm.c | 26 +-
10430 ipc/util.c | 6 +
10431 kernel/auditsc.c | 2 +-
10432 kernel/bpf/syscall.c | 10 +-
10433 kernel/capability.c | 41 +-
10434 kernel/cgroup.c | 5 +-
10435 kernel/compat.c | 1 +
10436 kernel/configs.c | 11 +
10437 kernel/cred.c | 112 +-
10438 kernel/events/core.c | 14 +-
10439 kernel/exit.c | 10 +-
10440 kernel/fork.c | 92 +-
10441 kernel/futex.c | 4 +-
10442 kernel/kallsyms.c | 9 +
10443 kernel/kcmp.c | 4 +
10444 kernel/kexec_core.c | 2 +-
10445 kernel/kmod.c | 96 +-
10446 kernel/kprobes.c | 9 +-
10447 kernel/ksysfs.c | 2 +
10448 kernel/locking/lockdep_proc.c | 10 +-
10449 kernel/module.c | 108 +-
10450 kernel/panic.c | 6 +-
10451 kernel/pid.c | 18 +-
10452 kernel/power/Kconfig | 2 +
10453 kernel/printk/printk.c | 7 +-
10454 kernel/ptrace.c | 50 +-
10455 kernel/resource.c | 10 +
10456 kernel/sched/core.c | 9 +-
10457 kernel/sched/debug.c | 4 +
10458 kernel/signal.c | 37 +-
10459 kernel/sys.c | 64 +-
10460 kernel/sysctl.c | 174 +-
10461 kernel/taskstats.c | 6 +
10462 kernel/time/posix-timers.c | 8 +
10463 kernel/time/time.c | 5 +
10464 kernel/time/timekeeping.c | 3 +
10465 kernel/time/timer_list.c | 13 +-
10466 kernel/time/timer_stats.c | 10 +-
10467 kernel/trace/Kconfig | 6 +
10468 kernel/trace/trace_syscalls.c | 8 +
10469 kernel/user_namespace.c | 15 +
10470 lib/Kconfig.debug | 13 +-
10471 lib/is_single_threaded.c | 3 +
10472 lib/list_debug.c | 65 +-
10473 lib/nlattr.c | 2 +
10474 lib/rbtree.c | 4 +-
10475 lib/vsprintf.c | 39 +-
10476 localversion-grsec | 1 +
10477 mm/Kconfig | 8 +-
10478 mm/Kconfig.debug | 1 +
10479 mm/filemap.c | 1 +
10480 mm/kmemleak.c | 4 +-
10481 mm/memory.c | 2 +-
10482 mm/mempolicy.c | 12 +-
10483 mm/migrate.c | 3 +-
10484 mm/mlock.c | 11 +-
10485 mm/mmap.c | 124 +-
10486 mm/mprotect.c | 8 +
10487 mm/page_alloc.c | 2 +-
10488 mm/percpu.c | 73 +-
10489 mm/process_vm_access.c | 6 +
10490 mm/shmem.c | 2 +-
10491 mm/slab.c | 14 +-
10492 mm/slab_common.c | 2 +-
10493 mm/slob.c | 12 +
10494 mm/slub.c | 33 +-
10495 mm/util.c | 3 +
10496 mm/vmalloc.c | 84 +-
10497 mm/vmstat.c | 29 +-
10498 net/appletalk/atalk_proc.c | 2 +-
10499 net/atm/lec.c | 6 +-
10500 net/atm/mpoa_caches.c | 43 +-
10501 net/can/bcm.c | 2 +-
10502 net/can/proc.c | 2 +-
10503 net/core/dev_ioctl.c | 7 +-
10504 net/core/filter.c | 8 +-
10505 net/core/net-procfs.c | 17 +-
10506 net/core/pktgen.c | 2 +-
10507 net/core/sock.c | 23 +-
10508 net/core/sysctl_net_core.c | 2 +-
10509 net/decnet/dn_dev.c | 2 +-
10510 net/ipv4/devinet.c | 6 +-
10511 net/ipv4/inet_hashtables.c | 6 +
10512 net/ipv4/ip_input.c | 7 +
10513 net/ipv4/ip_sockglue.c | 3 +-
10514 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
10515 net/ipv4/route.c | 6 +-
10516 net/ipv4/tcp_input.c | 6 +-
10517 net/ipv4/tcp_ipv4.c | 24 +-
10518 net/ipv4/tcp_minisocks.c | 9 +-
10519 net/ipv4/tcp_timer.c | 11 +
10520 net/ipv4/udp.c | 24 +
10521 net/ipv6/addrconf.c | 13 +-
10522 net/ipv6/proc.c | 2 +-
10523 net/ipv6/tcp_ipv6.c | 23 +-
10524 net/ipv6/udp.c | 7 +
10525 net/ipx/ipx_proc.c | 2 +-
10526 net/irda/irproc.c | 2 +-
10527 net/llc/llc_proc.c | 2 +-
10528 net/netfilter/Kconfig | 10 +
10529 net/netfilter/Makefile | 1 +
10530 net/netfilter/xt_gradm.c | 51 +
10531 net/netfilter/xt_hashlimit.c | 4 +-
10532 net/netfilter/xt_recent.c | 2 +-
10533 net/socket.c | 75 +-
10534 net/sunrpc/Kconfig | 1 +
10535 net/sunrpc/cache.c | 2 +-
10536 net/sunrpc/stats.c | 2 +-
10537 net/sysctl_net.c | 2 +-
10538 net/unix/af_unix.c | 52 +-
10539 net/vmw_vsock/vmci_transport_notify.c | 30 +-
10540 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
10541 net/x25/sysctl_net_x25.c | 2 +-
10542 net/x25/x25_proc.c | 2 +-
10543 scripts/Makefile.gcc-plugins | 5 +
10544 scripts/gcc-plugins/.gitignore | 1 +
10545 scripts/gcc-plugins/Makefile | 10 +
10546 scripts/gcc-plugins/gen-random-seed.sh | 8 +
10547 scripts/gcc-plugins/randomize_layout_plugin.c | 940 +++
10548 .../size_overflow_plugin/size_overflow_hash.data | 724 ++-
10549 scripts/package/Makefile | 2 +-
10550 scripts/package/mkspec | 41 +-
10551 security/Kconfig | 364 +-
10552 security/apparmor/file.c | 4 +-
10553 security/apparmor/lsm.c | 8 +-
10554 security/commoncap.c | 29 +
10555 security/keys/internal.h | 2 +-
10556 security/keys/key.c | 2 +-
10557 security/min_addr.c | 2 +
10558 security/tomoyo/file.c | 12 +-
10559 security/tomoyo/mount.c | 4 +
10560 security/tomoyo/tomoyo.c | 20 +-
10561 security/yama/Kconfig | 2 +-
10562 sound/synth/emux/emux_seq.c | 14 +-
10563 sound/usb/line6/driver.c | 40 +-
10564 sound/usb/line6/toneport.c | 12 +-
10565 521 files changed, 33285 insertions(+), 3355 deletions(-)
10566
10567 commit 96b2aa21ce8de62dfa0ee023b2cd20928f5021a1
10568 Author: Brad Spengler <spender@grsecurity.net>
10569 Date: Sat Jul 2 09:03:17 2016 -0400
10570
10571 Initial commit of pax-linux-4.6.3-test9.patch
10572
10573 .gitignore | 1 +
10574 Documentation/dontdiff | 46 +-
10575 Documentation/kbuild/makefiles.txt | 39 +-
10576 Documentation/kernel-parameters.txt | 28 +
10577 Makefile | 20 +-
10578 arch/Kconfig | 14 +
10579 arch/alpha/include/asm/atomic.h | 10 +
10580 arch/alpha/include/asm/elf.h | 7 +
10581 arch/alpha/include/asm/pgalloc.h | 6 +
10582 arch/alpha/include/asm/pgtable.h | 11 +
10583 arch/alpha/kernel/module.c | 2 +-
10584 arch/alpha/kernel/osf_sys.c | 8 +-
10585 arch/alpha/mm/fault.c | 141 +-
10586 arch/arm/Kconfig | 6 +-
10587 arch/arm/boot/compressed/Makefile | 2 +
10588 arch/arm/include/asm/atomic.h | 323 +-
10589 arch/arm/include/asm/cache.h | 4 +-
10590 arch/arm/include/asm/cacheflush.h | 2 +-
10591 arch/arm/include/asm/checksum.h | 14 +-
10592 arch/arm/include/asm/cmpxchg.h | 4 +
10593 arch/arm/include/asm/cpuidle.h | 2 +-
10594 arch/arm/include/asm/domain.h | 42 +-
10595 arch/arm/include/asm/elf.h | 9 +-
10596 arch/arm/include/asm/fncpy.h | 2 +
10597 arch/arm/include/asm/futex.h | 1 +
10598 arch/arm/include/asm/kmap_types.h | 2 +-
10599 arch/arm/include/asm/mach/dma.h | 2 +-
10600 arch/arm/include/asm/mach/map.h | 16 +-
10601 arch/arm/include/asm/outercache.h | 2 +-
10602 arch/arm/include/asm/page.h | 3 +-
10603 arch/arm/include/asm/pgalloc.h | 20 +
10604 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
10605 arch/arm/include/asm/pgtable-2level.h | 3 +
10606 arch/arm/include/asm/pgtable-3level.h | 3 +
10607 arch/arm/include/asm/pgtable.h | 54 +-
10608 arch/arm/include/asm/smp.h | 2 +-
10609 arch/arm/include/asm/string.h | 10 +-
10610 arch/arm/include/asm/thread_info.h | 3 +
10611 arch/arm/include/asm/tls.h | 3 +
10612 arch/arm/include/asm/uaccess.h | 113 +-
10613 arch/arm/include/uapi/asm/ptrace.h | 2 +-
10614 arch/arm/kernel/armksyms.c | 2 +-
10615 arch/arm/kernel/cpuidle.c | 2 +-
10616 arch/arm/kernel/entry-armv.S | 109 +-
10617 arch/arm/kernel/entry-common.S | 40 +-
10618 arch/arm/kernel/entry-header.S | 55 +
10619 arch/arm/kernel/fiq.c | 3 +
10620 arch/arm/kernel/module-plts.c | 7 +-
10621 arch/arm/kernel/module.c | 38 +-
10622 arch/arm/kernel/patch.c | 2 +
10623 arch/arm/kernel/process.c | 86 +-
10624 arch/arm/kernel/reboot.c | 1 +
10625 arch/arm/kernel/setup.c | 20 +-
10626 arch/arm/kernel/signal.c | 35 +-
10627 arch/arm/kernel/smp.c | 2 +-
10628 arch/arm/kernel/tcm.c | 4 +-
10629 arch/arm/kernel/vmlinux.lds.S | 6 +-
10630 arch/arm/kvm/arm.c | 8 +-
10631 arch/arm/lib/copy_page.S | 1 +
10632 arch/arm/lib/csumpartialcopyuser.S | 4 +-
10633 arch/arm/lib/delay.c | 2 +-
10634 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
10635 arch/arm/mach-exynos/suspend.c | 6 +-
10636 arch/arm/mach-mvebu/coherency.c | 4 +-
10637 arch/arm/mach-omap2/board-n8x0.c | 2 +-
10638 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
10639 arch/arm/mach-omap2/omap-smp.c | 1 +
10640 arch/arm/mach-omap2/omap_device.c | 4 +-
10641 arch/arm/mach-omap2/omap_device.h | 4 +-
10642 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
10643 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
10644 arch/arm/mach-omap2/wd_timer.c | 6 +-
10645 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
10646 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
10647 arch/arm/mach-tegra/irq.c | 1 +
10648 arch/arm/mach-ux500/pm.c | 1 +
10649 arch/arm/mach-zynq/platsmp.c | 1 +
10650 arch/arm/mm/Kconfig | 6 +-
10651 arch/arm/mm/cache-l2x0.c | 2 +-
10652 arch/arm/mm/context.c | 10 +-
10653 arch/arm/mm/fault.c | 160 +
10654 arch/arm/mm/fault.h | 12 +
10655 arch/arm/mm/init.c | 39 +
10656 arch/arm/mm/ioremap.c | 4 +-
10657 arch/arm/mm/mmap.c | 36 +-
10658 arch/arm/mm/mmu.c | 162 +-
10659 arch/arm/net/bpf_jit_32.c | 3 +
10660 arch/arm/plat-iop/setup.c | 2 +-
10661 arch/arm/plat-omap/sram.c | 2 +
10662 arch/arm64/Kconfig | 1 +
10663 arch/arm64/include/asm/atomic.h | 10 +
10664 arch/arm64/include/asm/percpu.h | 8 +-
10665 arch/arm64/include/asm/pgalloc.h | 5 +
10666 arch/arm64/include/asm/string.h | 22 +-
10667 arch/arm64/include/asm/uaccess.h | 1 +
10668 arch/arm64/mm/dma-mapping.c | 2 +-
10669 arch/avr32/include/asm/elf.h | 8 +-
10670 arch/avr32/include/asm/kmap_types.h | 4 +-
10671 arch/avr32/mm/fault.c | 27 +
10672 arch/frv/include/asm/atomic.h | 10 +
10673 arch/frv/include/asm/kmap_types.h | 2 +-
10674 arch/frv/mm/elf-fdpic.c | 3 +-
10675 arch/ia64/Makefile | 1 +
10676 arch/ia64/include/asm/atomic.h | 10 +
10677 arch/ia64/include/asm/elf.h | 7 +
10678 arch/ia64/include/asm/pgalloc.h | 12 +
10679 arch/ia64/include/asm/pgtable.h | 13 +-
10680 arch/ia64/include/asm/spinlock.h | 2 +-
10681 arch/ia64/include/asm/uaccess.h | 27 +-
10682 arch/ia64/kernel/module.c | 20 +-
10683 arch/ia64/kernel/palinfo.c | 2 +-
10684 arch/ia64/kernel/sys_ia64.c | 7 +
10685 arch/ia64/kernel/vmlinux.lds.S | 2 +-
10686 arch/ia64/mm/fault.c | 32 +-
10687 arch/ia64/mm/init.c | 15 +-
10688 arch/m32r/lib/usercopy.c | 6 +
10689 arch/mips/Kconfig | 1 +
10690 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
10691 arch/mips/include/asm/atomic.h | 372 +-
10692 arch/mips/include/asm/cache.h | 3 +-
10693 arch/mips/include/asm/elf.h | 7 +
10694 arch/mips/include/asm/exec.h | 2 +-
10695 arch/mips/include/asm/hw_irq.h | 2 +-
10696 arch/mips/include/asm/local.h | 57 +
10697 arch/mips/include/asm/page.h | 2 +-
10698 arch/mips/include/asm/pgalloc.h | 5 +
10699 arch/mips/include/asm/pgtable.h | 3 +
10700 arch/mips/include/asm/uaccess.h | 1 +
10701 arch/mips/kernel/binfmt_elfn32.c | 7 +
10702 arch/mips/kernel/binfmt_elfo32.c | 7 +
10703 arch/mips/kernel/irq-gt641xx.c | 2 +-
10704 arch/mips/kernel/irq.c | 6 +-
10705 arch/mips/kernel/pm-cps.c | 2 +-
10706 arch/mips/kernel/process.c | 12 -
10707 arch/mips/kernel/sync-r4k.c | 24 +-
10708 arch/mips/kernel/traps.c | 13 +-
10709 arch/mips/lib/ashldi3.c | 21 +-
10710 arch/mips/lib/ashrdi3.c | 19 +-
10711 arch/mips/lib/libgcc.h | 12 +-
10712 arch/mips/mm/fault.c | 25 +
10713 arch/mips/mm/init.c | 4 +-
10714 arch/mips/mm/mmap.c | 24 +-
10715 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
10716 arch/mips/sni/rm200.c | 2 +-
10717 arch/mips/vr41xx/common/icu.c | 2 +-
10718 arch/mips/vr41xx/common/irq.c | 4 +-
10719 arch/parisc/include/asm/atomic.h | 10 +
10720 arch/parisc/include/asm/elf.h | 7 +
10721 arch/parisc/include/asm/pgalloc.h | 6 +
10722 arch/parisc/include/asm/pgtable.h | 11 +
10723 arch/parisc/include/asm/uaccess.h | 4 +-
10724 arch/parisc/kernel/module.c | 26 +-
10725 arch/parisc/kernel/sys_parisc.c | 15 +
10726 arch/parisc/kernel/traps.c | 4 +-
10727 arch/parisc/mm/fault.c | 140 +-
10728 arch/powerpc/Kconfig | 1 +
10729 arch/powerpc/include/asm/atomic.h | 317 +-
10730 arch/powerpc/include/asm/book3s/32/hash.h | 1 +
10731 arch/powerpc/include/asm/elf.h | 12 +
10732 arch/powerpc/include/asm/exec.h | 2 +-
10733 arch/powerpc/include/asm/kmap_types.h | 2 +-
10734 arch/powerpc/include/asm/local.h | 46 +
10735 arch/powerpc/include/asm/mman.h | 2 +-
10736 arch/powerpc/include/asm/page.h | 8 +-
10737 arch/powerpc/include/asm/page_64.h | 7 +-
10738 arch/powerpc/include/asm/pgalloc-64.h | 11 +
10739 arch/powerpc/include/asm/pgtable.h | 1 +
10740 arch/powerpc/include/asm/reg.h | 1 +
10741 arch/powerpc/include/asm/smp.h | 2 +-
10742 arch/powerpc/include/asm/spinlock.h | 42 +-
10743 arch/powerpc/include/asm/string.h | 18 +-
10744 arch/powerpc/include/asm/uaccess.h | 141 +-
10745 arch/powerpc/kernel/Makefile | 5 +
10746 arch/powerpc/kernel/exceptions-64e.S | 4 +-
10747 arch/powerpc/kernel/exceptions-64s.S | 2 +-
10748 arch/powerpc/kernel/module_32.c | 15 +-
10749 arch/powerpc/kernel/process.c | 7 -
10750 arch/powerpc/kernel/signal_32.c | 2 +-
10751 arch/powerpc/kernel/signal_64.c | 2 +-
10752 arch/powerpc/kernel/traps.c | 21 +
10753 arch/powerpc/kernel/vdso.c | 5 +-
10754 arch/powerpc/lib/usercopy_64.c | 18 -
10755 arch/powerpc/mm/fault.c | 56 +-
10756 arch/powerpc/mm/mmap.c | 16 +
10757 arch/powerpc/mm/slice.c | 21 +-
10758 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
10759 arch/s390/include/asm/atomic.h | 10 +
10760 arch/s390/include/asm/elf.h | 7 +
10761 arch/s390/include/asm/exec.h | 2 +-
10762 arch/s390/include/asm/uaccess.h | 13 +-
10763 arch/s390/kernel/module.c | 22 +-
10764 arch/s390/kernel/process.c | 7 -
10765 arch/s390/mm/mmap.c | 22 +-
10766 arch/score/include/asm/exec.h | 2 +-
10767 arch/score/kernel/process.c | 5 -
10768 arch/sh/mm/mmap.c | 28 +-
10769 arch/sparc/Kconfig | 1 +
10770 arch/sparc/include/asm/atomic_64.h | 110 +-
10771 arch/sparc/include/asm/cache.h | 2 +-
10772 arch/sparc/include/asm/elf_32.h | 7 +
10773 arch/sparc/include/asm/elf_64.h | 7 +
10774 arch/sparc/include/asm/pgalloc_32.h | 1 +
10775 arch/sparc/include/asm/pgalloc_64.h | 1 +
10776 arch/sparc/include/asm/pgtable.h | 4 +
10777 arch/sparc/include/asm/pgtable_32.h | 15 +-
10778 arch/sparc/include/asm/pgtsrmmu.h | 5 +
10779 arch/sparc/include/asm/setup.h | 4 +-
10780 arch/sparc/include/asm/spinlock_64.h | 35 +-
10781 arch/sparc/include/asm/thread_info_32.h | 1 +
10782 arch/sparc/include/asm/thread_info_64.h | 2 +
10783 arch/sparc/include/asm/uaccess.h | 1 +
10784 arch/sparc/include/asm/uaccess_32.h | 28 +-
10785 arch/sparc/include/asm/uaccess_64.h | 24 +-
10786 arch/sparc/kernel/Makefile | 2 +-
10787 arch/sparc/kernel/prom_common.c | 2 +-
10788 arch/sparc/kernel/smp_64.c | 8 +-
10789 arch/sparc/kernel/sys_sparc_32.c | 2 +-
10790 arch/sparc/kernel/sys_sparc_64.c | 58 +-
10791 arch/sparc/kernel/traps_64.c | 27 +-
10792 arch/sparc/lib/Makefile | 2 +-
10793 arch/sparc/lib/atomic_64.S | 57 +-
10794 arch/sparc/lib/ksyms.c | 6 +-
10795 arch/sparc/mm/Makefile | 2 +-
10796 arch/sparc/mm/fault_32.c | 292 +
10797 arch/sparc/mm/fault_64.c | 486 +
10798 arch/sparc/mm/hugetlbpage.c | 30 +-
10799 arch/sparc/mm/init_64.c | 10 +-
10800 arch/tile/include/asm/atomic_64.h | 10 +
10801 arch/tile/include/asm/uaccess.h | 4 +-
10802 arch/um/Makefile | 2 +
10803 arch/um/include/asm/kmap_types.h | 2 +-
10804 arch/um/include/asm/page.h | 3 +
10805 arch/um/include/asm/pgtable-3level.h | 1 +
10806 arch/um/kernel/process.c | 16 -
10807 arch/x86/Kconfig | 33 +-
10808 arch/x86/Kconfig.cpu | 6 +-
10809 arch/x86/Kconfig.debug | 3 +-
10810 arch/x86/Makefile | 13 +-
10811 arch/x86/boot/bitops.h | 4 +-
10812 arch/x86/boot/boot.h | 2 +-
10813 arch/x86/boot/compressed/Makefile | 17 +
10814 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
10815 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
10816 arch/x86/boot/compressed/head_32.S | 4 +-
10817 arch/x86/boot/compressed/head_64.S | 12 +-
10818 arch/x86/boot/compressed/misc.c | 11 +-
10819 arch/x86/boot/cpucheck.c | 16 +-
10820 arch/x86/boot/header.S | 6 +-
10821 arch/x86/boot/memory.c | 2 +-
10822 arch/x86/boot/video-vesa.c | 1 +
10823 arch/x86/boot/video.c | 2 +-
10824 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
10825 arch/x86/crypto/aesni-intel_asm.S | 116 +-
10826 arch/x86/crypto/aesni-intel_glue.c | 4 +-
10827 arch/x86/crypto/blowfish-x86_64-asm_64.S | 11 +-
10828 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 22 +-
10829 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 22 +-
10830 arch/x86/crypto/camellia-x86_64-asm_64.S | 11 +-
10831 arch/x86/crypto/camellia_aesni_avx2_glue.c | 18 +-
10832 arch/x86/crypto/camellia_aesni_avx_glue.c | 18 +-
10833 arch/x86/crypto/camellia_glue.c | 8 +-
10834 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 55 +-
10835 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 37 +-
10836 arch/x86/crypto/cast6_avx_glue.c | 16 +-
10837 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 2 +
10838 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
10839 arch/x86/crypto/glue_helper.c | 2 +-
10840 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
10841 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 21 +-
10842 arch/x86/crypto/serpent-avx2-asm_64.S | 21 +-
10843 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
10844 arch/x86/crypto/serpent_avx2_glue.c | 14 +-
10845 arch/x86/crypto/serpent_avx_glue.c | 18 +-
10846 arch/x86/crypto/serpent_sse2_glue.c | 4 +-
10847 arch/x86/crypto/sha-mb/sha1_mb_mgr_flush_avx2.S | 4 +-
10848 arch/x86/crypto/sha-mb/sha1_mb_mgr_submit_avx2.S | 2 +-
10849 arch/x86/crypto/sha1_ssse3_asm.S | 13 +-
10850 arch/x86/crypto/sha1_ssse3_glue.c | 56 +-
10851 arch/x86/crypto/sha256-avx-asm.S | 5 +-
10852 arch/x86/crypto/sha256-avx2-asm.S | 5 +-
10853 arch/x86/crypto/sha256-ssse3-asm.S | 6 +-
10854 arch/x86/crypto/sha256_ni_asm.S | 2 +-
10855 arch/x86/crypto/sha256_ssse3_glue.c | 26 +-
10856 arch/x86/crypto/sha512-avx-asm.S | 5 +-
10857 arch/x86/crypto/sha512-avx2-asm.S | 5 +-
10858 arch/x86/crypto/sha512-ssse3-asm.S | 5 +-
10859 arch/x86/crypto/sha512_ssse3_glue.c | 22 +-
10860 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 37 +-
10861 arch/x86/crypto/twofish-i586-asm_32.S | 4 +-
10862 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 6 +-
10863 arch/x86/crypto/twofish-x86_64-asm_64.S | 7 +-
10864 arch/x86/crypto/twofish_avx_glue.c | 21 +-
10865 arch/x86/crypto/twofish_glue.c | 4 +-
10866 arch/x86/crypto/twofish_glue_3way.c | 12 +-
10867 arch/x86/entry/Makefile | 2 +
10868 arch/x86/entry/calling.h | 86 +-
10869 arch/x86/entry/common.c | 89 +-
10870 arch/x86/entry/entry_32.S | 330 +-
10871 arch/x86/entry/entry_64.S | 600 +-
10872 arch/x86/entry/entry_64_compat.S | 115 +-
10873 arch/x86/entry/thunk_64.S | 2 +
10874 arch/x86/entry/vdso/Makefile | 5 +-
10875 arch/x86/entry/vdso/vclock_gettime.c | 2 +-
10876 arch/x86/entry/vdso/vdso2c.h | 4 +-
10877 arch/x86/entry/vdso/vma.c | 42 +-
10878 arch/x86/entry/vsyscall/vsyscall_64.c | 20 +-
10879 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 2 +-
10880 arch/x86/events/amd/iommu.c | 8 +-
10881 arch/x86/events/core.c | 8 +-
10882 arch/x86/events/intel/bts.c | 6 +-
10883 arch/x86/events/intel/core.c | 34 +-
10884 arch/x86/events/intel/cqm.c | 14 +-
10885 arch/x86/events/intel/cstate.c | 6 +-
10886 arch/x86/events/intel/ds.c | 7 +-
10887 arch/x86/events/intel/lbr.c | 4 +-
10888 arch/x86/events/intel/pt.c | 44 +-
10889 arch/x86/events/intel/rapl.c | 8 +-
10890 arch/x86/events/intel/uncore.c | 6 +-
10891 arch/x86/events/intel/uncore.h | 14 +-
10892 arch/x86/events/perf_event.h | 2 +-
10893 arch/x86/ia32/ia32_signal.c | 23 +-
10894 arch/x86/ia32/sys_ia32.c | 42 +-
10895 arch/x86/include/asm/alternative-asm.h | 43 +-
10896 arch/x86/include/asm/alternative.h | 4 +-
10897 arch/x86/include/asm/apic.h | 2 +-
10898 arch/x86/include/asm/apm.h | 4 +-
10899 arch/x86/include/asm/atomic.h | 230 +-
10900 arch/x86/include/asm/atomic64_32.h | 119 +
10901 arch/x86/include/asm/atomic64_64.h | 169 +-
10902 arch/x86/include/asm/bitops.h | 18 +-
10903 arch/x86/include/asm/boot.h | 2 +-
10904 arch/x86/include/asm/cache.h | 4 +-
10905 arch/x86/include/asm/checksum_32.h | 12 +-
10906 arch/x86/include/asm/cmpxchg.h | 39 +
10907 arch/x86/include/asm/compat.h | 4 +
10908 arch/x86/include/asm/cpufeature.h | 2 +-
10909 arch/x86/include/asm/cpufeatures.h | 5 +-
10910 arch/x86/include/asm/crypto/camellia.h | 30 +-
10911 arch/x86/include/asm/crypto/glue_helper.h | 10 +-
10912 arch/x86/include/asm/crypto/serpent-avx.h | 18 +-
10913 arch/x86/include/asm/crypto/serpent-sse2.h | 8 +-
10914 arch/x86/include/asm/crypto/twofish.h | 10 +-
10915 arch/x86/include/asm/desc.h | 78 +-
10916 arch/x86/include/asm/desc_defs.h | 6 +
10917 arch/x86/include/asm/div64.h | 2 +-
10918 arch/x86/include/asm/dma.h | 2 +
10919 arch/x86/include/asm/elf.h | 33 +-
10920 arch/x86/include/asm/emergency-restart.h | 2 +-
10921 arch/x86/include/asm/fixmap.h | 2 +-
10922 arch/x86/include/asm/fpu/internal.h | 38 +-
10923 arch/x86/include/asm/fpu/types.h | 5 +-
10924 arch/x86/include/asm/futex.h | 14 +-
10925 arch/x86/include/asm/hw_irq.h | 4 +-
10926 arch/x86/include/asm/hypervisor.h | 2 +-
10927 arch/x86/include/asm/i8259.h | 2 +-
10928 arch/x86/include/asm/io.h | 22 +-
10929 arch/x86/include/asm/irqflags.h | 5 +
10930 arch/x86/include/asm/kprobes.h | 9 +-
10931 arch/x86/include/asm/kvm_emulate.h | 7 +-
10932 arch/x86/include/asm/local.h | 106 +-
10933 arch/x86/include/asm/mman.h | 15 +
10934 arch/x86/include/asm/mmu.h | 14 +-
10935 arch/x86/include/asm/mmu_context.h | 133 +-
10936 arch/x86/include/asm/module.h | 23 +-
10937 arch/x86/include/asm/nmi.h | 19 +-
10938 arch/x86/include/asm/page.h | 1 +
10939 arch/x86/include/asm/page_32.h | 12 +-
10940 arch/x86/include/asm/page_64.h | 14 +-
10941 arch/x86/include/asm/paravirt.h | 46 +-
10942 arch/x86/include/asm/paravirt_types.h | 13 +-
10943 arch/x86/include/asm/pgalloc.h | 23 +
10944 arch/x86/include/asm/pgtable-2level.h | 2 +
10945 arch/x86/include/asm/pgtable-3level.h | 7 +
10946 arch/x86/include/asm/pgtable.h | 126 +-
10947 arch/x86/include/asm/pgtable_32.h | 14 +-
10948 arch/x86/include/asm/pgtable_32_types.h | 24 +-
10949 arch/x86/include/asm/pgtable_64.h | 23 +-
10950 arch/x86/include/asm/pgtable_64_types.h | 5 +
10951 arch/x86/include/asm/pgtable_types.h | 27 +-
10952 arch/x86/include/asm/pmem.h | 2 +-
10953 arch/x86/include/asm/preempt.h | 2 +-
10954 arch/x86/include/asm/processor.h | 57 +-
10955 arch/x86/include/asm/ptrace.h | 15 +-
10956 arch/x86/include/asm/realmode.h | 4 +-
10957 arch/x86/include/asm/reboot.h | 10 +-
10958 arch/x86/include/asm/rmwcc.h | 84 +-
10959 arch/x86/include/asm/rwsem.h | 60 +-
10960 arch/x86/include/asm/segment.h | 27 +-
10961 arch/x86/include/asm/smap.h | 43 +
10962 arch/x86/include/asm/smp.h | 14 +-
10963 arch/x86/include/asm/stackprotector.h | 4 +-
10964 arch/x86/include/asm/stacktrace.h | 34 +-
10965 arch/x86/include/asm/string_32.h | 20 +-
10966 arch/x86/include/asm/string_64.h | 16 +-
10967 arch/x86/include/asm/switch_to.h | 4 +-
10968 arch/x86/include/asm/sys_ia32.h | 6 +-
10969 arch/x86/include/asm/thread_info.h | 54 +-
10970 arch/x86/include/asm/tlbflush.h | 77 +-
10971 arch/x86/include/asm/traps.h | 4 +-
10972 arch/x86/include/asm/uaccess.h | 210 +-
10973 arch/x86/include/asm/uaccess_32.h | 28 +-
10974 arch/x86/include/asm/uaccess_64.h | 169 +-
10975 arch/x86/include/asm/word-at-a-time.h | 2 +-
10976 arch/x86/include/asm/x86_init.h | 10 +-
10977 arch/x86/include/asm/xen/page.h | 2 +-
10978 arch/x86/include/uapi/asm/e820.h | 2 +-
10979 arch/x86/kernel/Makefile | 2 +-
10980 arch/x86/kernel/acpi/boot.c | 4 +-
10981 arch/x86/kernel/acpi/sleep.c | 4 +
10982 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
10983 arch/x86/kernel/alternative.c | 124 +-
10984 arch/x86/kernel/apic/apic.c | 4 +-
10985 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
10986 arch/x86/kernel/apic/apic_noop.c | 2 +-
10987 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
10988 arch/x86/kernel/apic/io_apic.c | 10 +-
10989 arch/x86/kernel/apic/msi.c | 2 +-
10990 arch/x86/kernel/apic/probe_32.c | 4 +-
10991 arch/x86/kernel/apic/vector.c | 2 +
10992 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
10993 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
10994 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
10995 arch/x86/kernel/apm_32.c | 21 +-
10996 arch/x86/kernel/asm-offsets.c | 22 +
10997 arch/x86/kernel/cpu/Makefile | 4 -
10998 arch/x86/kernel/cpu/amd.c | 2 +-
10999 arch/x86/kernel/cpu/bugs_64.c | 2 +
11000 arch/x86/kernel/cpu/common.c | 202 +-
11001 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
11002 arch/x86/kernel/cpu/mcheck/mce.c | 34 +-
11003 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
11004 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
11005 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
11006 arch/x86/kernel/cpu/mshyperv.c | 2 +-
11007 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
11008 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
11009 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
11010 arch/x86/kernel/cpu/vmware.c | 2 +-
11011 arch/x86/kernel/crash_dump_64.c | 2 +-
11012 arch/x86/kernel/doublefault.c | 8 +-
11013 arch/x86/kernel/dumpstack.c | 24 +-
11014 arch/x86/kernel/dumpstack_32.c | 25 +-
11015 arch/x86/kernel/dumpstack_64.c | 72 +-
11016 arch/x86/kernel/e820.c | 4 +-
11017 arch/x86/kernel/early_printk.c | 1 +
11018 arch/x86/kernel/espfix_64.c | 44 +-
11019 arch/x86/kernel/fpu/core.c | 30 +-
11020 arch/x86/kernel/fpu/init.c | 49 +-
11021 arch/x86/kernel/fpu/regset.c | 22 +-
11022 arch/x86/kernel/fpu/signal.c | 20 +-
11023 arch/x86/kernel/fpu/xstate.c | 12 +-
11024 arch/x86/kernel/ftrace.c | 18 +-
11025 arch/x86/kernel/head64.c | 14 +-
11026 arch/x86/kernel/head_32.S | 240 +-
11027 arch/x86/kernel/head_64.S | 182 +-
11028 arch/x86/kernel/i386_ksyms_32.c | 12 +
11029 arch/x86/kernel/i8259.c | 10 +-
11030 arch/x86/kernel/io_delay.c | 2 +-
11031 arch/x86/kernel/ioport.c | 2 +-
11032 arch/x86/kernel/irq.c | 8 +-
11033 arch/x86/kernel/irq_32.c | 45 +-
11034 arch/x86/kernel/jump_label.c | 10 +-
11035 arch/x86/kernel/kgdb.c | 21 +-
11036 arch/x86/kernel/kprobes/core.c | 28 +-
11037 arch/x86/kernel/kprobes/opt.c | 16 +-
11038 arch/x86/kernel/ksysfs.c | 2 +-
11039 arch/x86/kernel/kvm.c | 2 +-
11040 arch/x86/kernel/kvmclock.c | 20 +-
11041 arch/x86/kernel/ldt.c | 25 +
11042 arch/x86/kernel/livepatch.c | 9 +-
11043 arch/x86/kernel/machine_kexec_32.c | 6 +-
11044 arch/x86/kernel/mcount_64.S | 21 +-
11045 arch/x86/kernel/module.c | 78 +-
11046 arch/x86/kernel/msr.c | 2 +-
11047 arch/x86/kernel/nmi.c | 34 +-
11048 arch/x86/kernel/nmi_selftest.c | 4 +-
11049 arch/x86/kernel/paravirt-spinlocks.c | 24 +-
11050 arch/x86/kernel/paravirt.c | 133 +-
11051 arch/x86/kernel/paravirt_patch_64.c | 8 +
11052 arch/x86/kernel/pci-calgary_64.c | 2 +-
11053 arch/x86/kernel/pci-iommu_table.c | 2 +-
11054 arch/x86/kernel/pci-swiotlb.c | 2 +-
11055 arch/x86/kernel/process.c | 80 +-
11056 arch/x86/kernel/process_32.c | 29 +-
11057 arch/x86/kernel/process_64.c | 14 +-
11058 arch/x86/kernel/ptrace.c | 20 +-
11059 arch/x86/kernel/pvclock.c | 8 +-
11060 arch/x86/kernel/reboot.c | 44 +-
11061 arch/x86/kernel/reboot_fixups_32.c | 2 +-
11062 arch/x86/kernel/relocate_kernel_64.S | 3 +-
11063 arch/x86/kernel/setup.c | 29 +-
11064 arch/x86/kernel/setup_percpu.c | 29 +-
11065 arch/x86/kernel/signal.c | 17 +-
11066 arch/x86/kernel/smp.c | 2 +-
11067 arch/x86/kernel/smpboot.c | 29 +-
11068 arch/x86/kernel/step.c | 6 +-
11069 arch/x86/kernel/sys_i386_32.c | 184 +
11070 arch/x86/kernel/sys_x86_64.c | 28 +-
11071 arch/x86/kernel/tboot.c | 22 +-
11072 arch/x86/kernel/time.c | 8 +-
11073 arch/x86/kernel/tls.c | 7 +-
11074 arch/x86/kernel/tracepoint.c | 4 +-
11075 arch/x86/kernel/traps.c | 66 +-
11076 arch/x86/kernel/tsc.c | 2 +-
11077 arch/x86/kernel/uprobes.c | 4 +-
11078 arch/x86/kernel/vm86_32.c | 6 +-
11079 arch/x86/kernel/vmlinux.lds.S | 144 +-
11080 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
11081 arch/x86/kernel/x86_init.c | 6 +-
11082 arch/x86/kvm/cpuid.c | 21 +-
11083 arch/x86/kvm/emulate.c | 20 +-
11084 arch/x86/kvm/i8259.c | 10 +-
11085 arch/x86/kvm/ioapic.c | 2 +
11086 arch/x86/kvm/lapic.c | 2 +-
11087 arch/x86/kvm/paging_tmpl.h | 2 +-
11088 arch/x86/kvm/svm.c | 10 +-
11089 arch/x86/kvm/vmx.c | 60 +-
11090 arch/x86/kvm/x86.c | 44 +-
11091 arch/x86/lguest/boot.c | 3 +-
11092 arch/x86/lib/atomic64_386_32.S | 164 +
11093 arch/x86/lib/atomic64_cx8_32.S | 98 +-
11094 arch/x86/lib/checksum_32.S | 99 +-
11095 arch/x86/lib/clear_page_64.S | 3 +
11096 arch/x86/lib/cmpxchg16b_emu.S | 3 +
11097 arch/x86/lib/copy_page_64.S | 14 +-
11098 arch/x86/lib/copy_user_64.S | 66 +-
11099 arch/x86/lib/csum-copy_64.S | 14 +-
11100 arch/x86/lib/csum-wrappers_64.c | 8 +-
11101 arch/x86/lib/getuser.S | 74 +-
11102 arch/x86/lib/insn.c | 8 +-
11103 arch/x86/lib/iomap_copy_64.S | 2 +
11104 arch/x86/lib/memcpy_64.S | 6 +
11105 arch/x86/lib/memmove_64.S | 3 +-
11106 arch/x86/lib/memset_64.S | 3 +
11107 arch/x86/lib/mmx_32.c | 243 +-
11108 arch/x86/lib/msr-reg.S | 2 +
11109 arch/x86/lib/putuser.S | 87 +-
11110 arch/x86/lib/rwsem.S | 4 +
11111 arch/x86/lib/usercopy_32.c | 359 +-
11112 arch/x86/lib/usercopy_64.c | 22 +-
11113 arch/x86/math-emu/fpu_aux.c | 2 +-
11114 arch/x86/math-emu/fpu_entry.c | 4 +-
11115 arch/x86/math-emu/fpu_etc.c | 9 +-
11116 arch/x86/math-emu/fpu_system.h | 2 +-
11117 arch/x86/math-emu/fpu_trig.c | 13 +-
11118 arch/x86/math-emu/reg_constant.c | 7 +-
11119 arch/x86/mm/Makefile | 3 +
11120 arch/x86/mm/extable.c | 20 +-
11121 arch/x86/mm/fault.c | 573 +-
11122 arch/x86/mm/gup.c | 6 +-
11123 arch/x86/mm/highmem_32.c | 6 +
11124 arch/x86/mm/hugetlbpage.c | 24 +-
11125 arch/x86/mm/init.c | 19 +-
11126 arch/x86/mm/init_32.c | 157 +-
11127 arch/x86/mm/init_64.c | 100 +-
11128 arch/x86/mm/iomap_32.c | 4 +
11129 arch/x86/mm/ioremap.c | 52 +-
11130 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
11131 arch/x86/mm/mmap.c | 46 +-
11132 arch/x86/mm/mmio-mod.c | 10 +-
11133 arch/x86/mm/mpx.c | 6 +-
11134 arch/x86/mm/numa.c | 2 +-
11135 arch/x86/mm/pageattr.c | 36 +-
11136 arch/x86/mm/pat.c | 12 +-
11137 arch/x86/mm/pat_rbtree.c | 2 +-
11138 arch/x86/mm/pf_in.c | 10 +-
11139 arch/x86/mm/pgtable.c | 211 +-
11140 arch/x86/mm/pgtable_32.c | 3 +
11141 arch/x86/mm/setup_nx.c | 7 +
11142 arch/x86/mm/tlb.c | 4 +
11143 arch/x86/mm/uderef_64.c | 37 +
11144 arch/x86/net/bpf_jit.S | 11 +
11145 arch/x86/net/bpf_jit_comp.c | 13 +-
11146 arch/x86/oprofile/backtrace.c | 6 +-
11147 arch/x86/oprofile/nmi_int.c | 10 +-
11148 arch/x86/oprofile/op_model_amd.c | 8 +-
11149 arch/x86/oprofile/op_model_ppro.c | 7 +-
11150 arch/x86/oprofile/op_x86_model.h | 2 +-
11151 arch/x86/pci/intel_mid_pci.c | 2 +-
11152 arch/x86/pci/irq.c | 8 +-
11153 arch/x86/pci/pcbios.c | 112 +-
11154 arch/x86/pci/vmd.c | 4 +-
11155 arch/x86/platform/efi/efi_32.c | 24 +
11156 arch/x86/platform/efi/efi_64.c | 26 +-
11157 arch/x86/platform/efi/efi_stub_32.S | 64 +-
11158 arch/x86/platform/efi/efi_stub_64.S | 2 +
11159 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
11160 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
11161 arch/x86/platform/intel-mid/mfld.c | 4 +-
11162 arch/x86/platform/intel-mid/mrfl.c | 2 +-
11163 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
11164 arch/x86/platform/olpc/olpc_dt.c | 2 +-
11165 arch/x86/power/cpu.c | 11 +-
11166 arch/x86/realmode/init.c | 10 +-
11167 arch/x86/realmode/rm/header.S | 4 +-
11168 arch/x86/realmode/rm/reboot.S | 4 +
11169 arch/x86/realmode/rm/trampoline_32.S | 12 +-
11170 arch/x86/realmode/rm/trampoline_64.S | 3 +-
11171 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
11172 arch/x86/tools/Makefile | 2 +-
11173 arch/x86/tools/relocs.c | 97 +-
11174 arch/x86/um/mem_32.c | 2 +-
11175 arch/x86/um/tls_32.c | 2 +-
11176 arch/x86/xen/enlighten.c | 52 +-
11177 arch/x86/xen/mmu.c | 31 +-
11178 arch/x86/xen/smp.c | 16 +-
11179 arch/x86/xen/xen-asm_32.S | 2 +-
11180 arch/x86/xen/xen-head.S | 12 +
11181 arch/x86/xen/xen-ops.h | 2 -
11182 block/bio.c | 4 +-
11183 block/blk-cgroup.c | 18 +-
11184 block/blk-map.c | 2 +-
11185 block/blk-softirq.c | 2 +-
11186 block/bsg.c | 12 +-
11187 block/cfq-iosched.c | 4 +-
11188 block/compat_ioctl.c | 4 +-
11189 block/genhd.c | 9 +-
11190 block/partitions/efi.c | 8 +-
11191 block/scsi_ioctl.c | 29 +-
11192 crypto/cast6_generic.c | 6 +-
11193 crypto/cryptd.c | 4 +-
11194 crypto/crypto_user.c | 2 +-
11195 crypto/pcrypt.c | 2 +-
11196 crypto/salsa20_generic.c | 16 +-
11197 crypto/serpent_generic.c | 6 +-
11198 drivers/acpi/ac.c | 2 +-
11199 drivers/acpi/acpi_video.c | 2 +-
11200 drivers/acpi/apei/apei-internal.h | 2 +-
11201 drivers/acpi/apei/ghes.c | 10 +-
11202 drivers/acpi/battery.c | 2 +-
11203 drivers/acpi/bgrt.c | 6 +-
11204 drivers/acpi/blacklist.c | 4 +-
11205 drivers/acpi/bus.c | 4 +-
11206 drivers/acpi/device_pm.c | 4 +-
11207 drivers/acpi/ec.c | 6 +-
11208 drivers/acpi/pci_slot.c | 2 +-
11209 drivers/acpi/processor_idle.c | 2 +-
11210 drivers/acpi/processor_pdc.c | 2 +-
11211 drivers/acpi/sleep.c | 2 +-
11212 drivers/acpi/sysfs.c | 14 +-
11213 drivers/acpi/thermal.c | 2 +-
11214 drivers/acpi/video_detect.c | 7 +-
11215 drivers/android/binder.c | 2 +-
11216 drivers/ata/libata-core.c | 12 +-
11217 drivers/ata/libata-scsi.c | 2 +-
11218 drivers/ata/libata.h | 2 +-
11219 drivers/ata/pata_arasan_cf.c | 4 +-
11220 drivers/atm/adummy.c | 2 +-
11221 drivers/atm/ambassador.c | 8 +-
11222 drivers/atm/atmtcp.c | 14 +-
11223 drivers/atm/eni.c | 10 +-
11224 drivers/atm/firestream.c | 8 +-
11225 drivers/atm/fore200e.c | 14 +-
11226 drivers/atm/he.c | 18 +-
11227 drivers/atm/horizon.c | 4 +-
11228 drivers/atm/idt77252.c | 36 +-
11229 drivers/atm/iphase.c | 34 +-
11230 drivers/atm/lanai.c | 12 +-
11231 drivers/atm/nicstar.c | 46 +-
11232 drivers/atm/solos-pci.c | 4 +-
11233 drivers/atm/suni.c | 4 +-
11234 drivers/atm/uPD98402.c | 16 +-
11235 drivers/atm/zatm.c | 6 +-
11236 drivers/base/bus.c | 4 +-
11237 drivers/base/devres.c | 4 +-
11238 drivers/base/devtmpfs.c | 8 +-
11239 drivers/base/node.c | 2 +-
11240 drivers/base/platform-msi.c | 20 +-
11241 drivers/base/power/domain.c | 6 +-
11242 drivers/base/power/runtime.c | 61 +-
11243 drivers/base/power/sysfs.c | 2 +-
11244 drivers/base/power/wakeup.c | 8 +-
11245 drivers/base/regmap/regmap-debugfs.c | 4 +-
11246 drivers/base/regmap/regmap.c | 4 +-
11247 drivers/base/syscore.c | 4 +-
11248 drivers/block/cciss.c | 28 +-
11249 drivers/block/cciss.h | 2 +-
11250 drivers/block/drbd/drbd_bitmap.c | 2 +-
11251 drivers/block/drbd/drbd_int.h | 8 +-
11252 drivers/block/drbd/drbd_main.c | 12 +-
11253 drivers/block/drbd/drbd_nl.c | 16 +-
11254 drivers/block/drbd/drbd_receiver.c | 38 +-
11255 drivers/block/drbd/drbd_state.c | 12 +-
11256 drivers/block/drbd/drbd_state.h | 2 +-
11257 drivers/block/drbd/drbd_state_change.h | 8 +-
11258 drivers/block/drbd/drbd_worker.c | 14 +-
11259 drivers/block/floppy.c | 8 +-
11260 drivers/block/pktcdvd.c | 4 +-
11261 drivers/block/rbd.c | 2 +-
11262 drivers/bluetooth/btwilink.c | 2 +-
11263 drivers/bus/arm-cci.c | 6 +-
11264 drivers/cdrom/cdrom.c | 11 +-
11265 drivers/cdrom/gdrom.c | 1 -
11266 drivers/char/agp/compat_ioctl.c | 2 +-
11267 drivers/char/agp/frontend.c | 4 +-
11268 drivers/char/agp/intel-gtt.c | 4 +-
11269 drivers/char/hpet.c | 2 +-
11270 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
11271 drivers/char/ipmi/ipmi_poweroff.c | 2 +-
11272 drivers/char/ipmi/ipmi_si_intf.c | 12 +-
11273 drivers/char/ipmi/ipmi_ssif.c | 12 +-
11274 drivers/char/mem.c | 47 +-
11275 drivers/char/nvram.c | 2 +-
11276 drivers/char/pcmcia/synclink_cs.c | 16 +-
11277 drivers/char/random.c | 12 +-
11278 drivers/char/sonypi.c | 11 +-
11279 drivers/char/tpm/tpm-chip.c | 7 +-
11280 drivers/char/tpm/tpm_acpi.c | 3 +-
11281 drivers/char/tpm/tpm_eventlog.c | 5 +-
11282 drivers/char/virtio_console.c | 6 +-
11283 drivers/clk/clk-composite.c | 2 +-
11284 drivers/clk/samsung/clk.h | 2 +-
11285 drivers/clk/socfpga/clk-gate-a10.c | 9 +-
11286 drivers/clk/socfpga/clk-gate.c | 9 +-
11287 drivers/clk/socfpga/clk-pll-a10.c | 9 +-
11288 drivers/clk/socfpga/clk-pll.c | 9 +-
11289 drivers/clk/ti/adpll.c | 2 +-
11290 drivers/clk/ti/clk.c | 8 +-
11291 drivers/cpufreq/acpi-cpufreq.c | 17 +-
11292 drivers/cpufreq/cpufreq-dt.c | 4 +-
11293 drivers/cpufreq/cpufreq.c | 27 +-
11294 drivers/cpufreq/cpufreq_governor.h | 2 +-
11295 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
11296 drivers/cpufreq/intel_pstate.c | 56 +-
11297 drivers/cpufreq/p4-clockmod.c | 12 +-
11298 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
11299 drivers/cpufreq/speedstep-centrino.c | 7 +-
11300 drivers/cpuidle/driver.c | 2 +-
11301 drivers/cpuidle/dt_idle_states.c | 2 +-
11302 drivers/cpuidle/governor.c | 2 +-
11303 drivers/cpuidle/governors/ladder.c | 13 +-
11304 drivers/cpuidle/sysfs.c | 2 +-
11305 drivers/crypto/hifn_795x.c | 4 +-
11306 drivers/crypto/qat/qat_common/adf_aer.c | 2 +-
11307 drivers/crypto/qat/qat_common/adf_sriov.c | 4 +-
11308 drivers/crypto/qat/qat_common/adf_vf_isr.c | 6 +-
11309 drivers/devfreq/devfreq.c | 4 +-
11310 drivers/dma-buf/dma-buf.c | 5 +-
11311 drivers/dma/qcom/hidma_mgmt_sys.c | 2 +-
11312 drivers/dma/sh/shdma-base.c | 4 +-
11313 drivers/dma/sh/shdmac.c | 2 +-
11314 drivers/edac/edac_device.c | 4 +-
11315 drivers/edac/edac_device_sysfs.c | 2 +-
11316 drivers/edac/edac_mc_sysfs.c | 4 +-
11317 drivers/edac/edac_module.c | 2 +-
11318 drivers/edac/edac_pci.c | 4 +-
11319 drivers/edac/edac_pci_sysfs.c | 22 +-
11320 drivers/edac/mce_amd.h | 2 +-
11321 drivers/firewire/core-card.c | 6 +-
11322 drivers/firewire/core-cdev.c | 4 +-
11323 drivers/firewire/core-device.c | 2 +-
11324 drivers/firewire/core-iso.c | 2 +-
11325 drivers/firewire/core-transaction.c | 1 +
11326 drivers/firewire/core.h | 1 +
11327 drivers/firmware/dmi-id.c | 9 +-
11328 drivers/firmware/dmi_scan.c | 12 +-
11329 drivers/firmware/efi/cper.c | 8 +-
11330 drivers/firmware/efi/efi.c | 14 +-
11331 drivers/firmware/efi/efivars.c | 2 +-
11332 drivers/firmware/efi/runtime-map.c | 2 +-
11333 drivers/firmware/google/gsmi.c | 2 +-
11334 drivers/firmware/google/memconsole.c | 7 +-
11335 drivers/firmware/memmap.c | 2 +-
11336 drivers/firmware/psci.c | 2 +-
11337 drivers/gpio/gpio-davinci.c | 6 +-
11338 drivers/gpio/gpio-em.c | 2 +-
11339 drivers/gpio/gpio-ich.c | 2 +-
11340 drivers/gpio/gpio-mpc8xxx.c | 6 +-
11341 drivers/gpio/gpio-omap.c | 4 +-
11342 drivers/gpio/gpio-rcar.c | 2 +-
11343 drivers/gpio/gpio-vr41xx.c | 2 +-
11344 drivers/gpio/gpiolib.c | 12 +-
11345 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 4 +-
11346 drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | 2 +-
11347 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c | 8 +-
11348 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
11349 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 18 +-
11350 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +-
11351 drivers/gpu/drm/amd/amdgpu/fiji_smc.c | 4 +-
11352 drivers/gpu/drm/amd/amdgpu/iceland_smc.c | 4 +-
11353 drivers/gpu/drm/amd/amdgpu/tonga_smc.c | 4 +-
11354 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
11355 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
11356 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
11357 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
11358 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
11359 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
11360 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
11361 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
11362 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
11363 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
11364 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
11365 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
11366 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
11367 drivers/gpu/drm/armada/armada_drv.c | 3 +-
11368 drivers/gpu/drm/ast/ast_mode.c | 2 +-
11369 drivers/gpu/drm/bochs/bochs_kms.c | 2 +-
11370 drivers/gpu/drm/drm_crtc.c | 2 +-
11371 drivers/gpu/drm/drm_drv.c | 2 +-
11372 drivers/gpu/drm/drm_fops.c | 19 +-
11373 drivers/gpu/drm/drm_global.c | 14 +-
11374 drivers/gpu/drm/drm_info.c | 13 +-
11375 drivers/gpu/drm/drm_ioc32.c | 13 +-
11376 drivers/gpu/drm/drm_ioctl.c | 2 +-
11377 drivers/gpu/drm/drm_pci.c | 9 +-
11378 drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 -
11379 drivers/gpu/drm/exynos/exynos_drm_g2d.c | 5 +
11380 drivers/gpu/drm/gma500/cdv_intel_crt.c | 2 +-
11381 drivers/gpu/drm/gma500/cdv_intel_dp.c | 2 +-
11382 drivers/gpu/drm/gma500/cdv_intel_hdmi.c | 2 +-
11383 drivers/gpu/drm/gma500/cdv_intel_lvds.c | 2 +-
11384 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 3 +
11385 drivers/gpu/drm/gma500/mdfld_dsi_output.c | 2 +-
11386 drivers/gpu/drm/gma500/oaktrail_hdmi.c | 2 +-
11387 drivers/gpu/drm/gma500/psb_drv.c | 1 -
11388 drivers/gpu/drm/gma500/psb_intel_drv.h | 2 +-
11389 drivers/gpu/drm/gma500/psb_intel_lvds.c | 2 +-
11390 drivers/gpu/drm/gma500/psb_intel_sdvo.c | 2 +-
11391 drivers/gpu/drm/i2c/tda998x_drv.c | 2 +-
11392 drivers/gpu/drm/i810/i810_dma.c | 2 +-
11393 drivers/gpu/drm/i810/i810_drv.c | 6 +-
11394 drivers/gpu/drm/i810/i810_drv.h | 6 +-
11395 drivers/gpu/drm/i915/dvo.h | 2 +-
11396 drivers/gpu/drm/i915/i915_dma.c | 4 +-
11397 drivers/gpu/drm/i915/i915_drv.c | 7 +-
11398 drivers/gpu/drm/i915/i915_drv.h | 2 +-
11399 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
11400 drivers/gpu/drm/i915/i915_gem_gtt.c | 16 +-
11401 drivers/gpu/drm/i915/i915_gem_gtt.h | 6 +-
11402 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
11403 drivers/gpu/drm/i915/i915_irq.c | 88 +-
11404 drivers/gpu/drm/i915/intel_display.c | 30 +-
11405 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
11406 drivers/gpu/drm/mga/mga_drv.c | 5 +-
11407 drivers/gpu/drm/mga/mga_drv.h | 6 +-
11408 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
11409 drivers/gpu/drm/mga/mga_irq.c | 8 +-
11410 drivers/gpu/drm/mga/mga_state.c | 2 +-
11411 drivers/gpu/drm/mgag200/mgag200_mode.c | 2 +-
11412 drivers/gpu/drm/nouveau/nouveau_acpi.c | 2 +-
11413 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
11414 drivers/gpu/drm/nouveau/nouveau_connector.c | 2 +-
11415 drivers/gpu/drm/nouveau/nouveau_drm.c | 13 +-
11416 drivers/gpu/drm/nouveau/nouveau_drm.h | 1 -
11417 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
11418 drivers/gpu/drm/nouveau/nouveau_usif.c | 7 +-
11419 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
11420 drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c | 7 +-
11421 .../gpu/drm/nouveau/nvkm/subdev/bios/shadowpci.c | 7 +-
11422 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/priv.h | 4 +-
11423 drivers/gpu/drm/omapdrm/dss/display.c | 8 +-
11424 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
11425 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
11426 drivers/gpu/drm/qxl/qxl_display.c | 2 +-
11427 drivers/gpu/drm/qxl/qxl_drv.c | 8 +-
11428 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
11429 drivers/gpu/drm/qxl/qxl_ioctl.c | 12 +-
11430 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
11431 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
11432 drivers/gpu/drm/r128/r128_cce.c | 2 +-
11433 drivers/gpu/drm/r128/r128_drv.c | 4 +-
11434 drivers/gpu/drm/r128/r128_drv.h | 6 +-
11435 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
11436 drivers/gpu/drm/r128/r128_irq.c | 4 +-
11437 drivers/gpu/drm/r128/r128_state.c | 6 +-
11438 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
11439 drivers/gpu/drm/radeon/radeon_atpx_handler.c | 2 +-
11440 drivers/gpu/drm/radeon/radeon_connectors.c | 10 +-
11441 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
11442 drivers/gpu/drm/radeon/radeon_drv.c | 11 +-
11443 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
11444 drivers/gpu/drm/radeon/radeon_kms.c | 8 +-
11445 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
11446 drivers/gpu/drm/savage/savage_bci.c | 2 +-
11447 drivers/gpu/drm/savage/savage_drv.c | 5 +-
11448 drivers/gpu/drm/savage/savage_drv.h | 2 +-
11449 drivers/gpu/drm/sis/sis_drv.c | 5 +-
11450 drivers/gpu/drm/sis/sis_drv.h | 2 +-
11451 drivers/gpu/drm/sis/sis_mm.c | 2 +-
11452 drivers/gpu/drm/tegra/dc.c | 2 +-
11453 drivers/gpu/drm/tegra/dsi.c | 2 +-
11454 drivers/gpu/drm/tegra/hdmi.c | 2 +-
11455 drivers/gpu/drm/tegra/sor.c | 7 +-
11456 drivers/gpu/drm/tilcdc/Makefile | 6 +-
11457 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
11458 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
11459 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
11460 drivers/gpu/drm/udl/udl_connector.c | 2 +-
11461 drivers/gpu/drm/udl/udl_fb.c | 1 -
11462 drivers/gpu/drm/vc4/vc4_drv.c | 8 +-
11463 drivers/gpu/drm/via/via_dma.c | 2 +-
11464 drivers/gpu/drm/via/via_drv.c | 5 +-
11465 drivers/gpu/drm/via/via_drv.h | 6 +-
11466 drivers/gpu/drm/via/via_irq.c | 18 +-
11467 drivers/gpu/drm/virtio/virtgpu_display.c | 2 +-
11468 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
11469 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
11470 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
11471 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
11472 drivers/gpu/vga/vga_switcheroo.c | 4 +-
11473 drivers/hid/hid-core.c | 4 +-
11474 drivers/hid/hid-magicmouse.c | 2 +-
11475 drivers/hid/hid-sensor-custom.c | 2 +-
11476 drivers/hv/channel.c | 6 +-
11477 drivers/hv/hv.c | 22 +-
11478 drivers/hv/hv_balloon.c | 18 +-
11479 drivers/hv/hyperv_vmbus.h | 2 +-
11480 drivers/hwmon/acpi_power_meter.c | 6 +-
11481 drivers/hwmon/applesmc.c | 4 +-
11482 drivers/hwmon/asus_atk0110.c | 10 +-
11483 drivers/hwmon/coretemp.c | 2 +-
11484 drivers/hwmon/dell-smm-hwmon.c | 4 +-
11485 drivers/hwmon/ibmaem.c | 2 +-
11486 drivers/hwmon/iio_hwmon.c | 2 +-
11487 drivers/hwmon/nct6683.c | 6 +-
11488 drivers/hwmon/nct6775.c | 6 +-
11489 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
11490 drivers/hwmon/sht15.c | 12 +-
11491 drivers/hwmon/via-cputemp.c | 2 +-
11492 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
11493 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
11494 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
11495 drivers/i2c/i2c-dev.c | 2 +-
11496 drivers/ide/ide-cd.c | 2 +-
11497 drivers/ide/ide-disk.c | 2 +-
11498 drivers/ide/ide.c | 4 +-
11499 drivers/idle/intel_idle.c | 6 +-
11500 drivers/iio/industrialio-core.c | 2 +-
11501 drivers/iio/magnetometer/ak8975.c | 2 +-
11502 drivers/infiniband/core/cm.c | 46 +-
11503 drivers/infiniband/core/fmr_pool.c | 20 +-
11504 drivers/infiniband/core/netlink.c | 5 +-
11505 drivers/infiniband/core/ucm.c | 4 +-
11506 drivers/infiniband/core/uverbs_cmd.c | 3 +
11507 drivers/infiniband/hw/cxgb4/device.c | 6 +-
11508 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
11509 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
11510 drivers/infiniband/hw/i40iw/i40iw_user.h | 2 +-
11511 drivers/infiniband/hw/mlx4/mad.c | 2 +-
11512 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
11513 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
11514 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
11515 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
11516 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
11517 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
11518 drivers/infiniband/hw/nes/nes.c | 4 +-
11519 drivers/infiniband/hw/nes/nes.h | 40 +-
11520 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
11521 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
11522 drivers/infiniband/hw/nes/nes_nic.c | 42 +-
11523 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
11524 drivers/infiniband/hw/qib/qib_iba7322.c | 4 +-
11525 drivers/infiniband/hw/qib/qib_pcie.c | 2 +-
11526 drivers/infiniband/ulp/ipoib/ipoib_main.c | 2 +-
11527 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
11528 drivers/infiniband/ulp/srpt/ib_srpt.c | 8 +-
11529 drivers/input/evdev.c | 2 +-
11530 drivers/input/gameport/gameport.c | 4 +-
11531 drivers/input/input.c | 4 +-
11532 drivers/input/joystick/sidewinder.c | 1 +
11533 drivers/input/misc/ims-pcu.c | 4 +-
11534 drivers/input/mouse/psmouse.h | 2 +-
11535 drivers/input/mousedev.c | 2 +-
11536 drivers/input/serio/serio.c | 4 +-
11537 drivers/input/serio/serio_raw.c | 4 +-
11538 drivers/input/touchscreen/htcpen.c | 2 +-
11539 drivers/iommu/arm-smmu-v3.c | 2 +-
11540 drivers/iommu/arm-smmu.c | 42 +-
11541 drivers/iommu/io-pgtable-arm-v7s.c | 62 +-
11542 drivers/iommu/io-pgtable-arm.c | 99 +-
11543 drivers/iommu/io-pgtable.c | 11 +-
11544 drivers/iommu/io-pgtable.h | 21 +-
11545 drivers/iommu/iommu.c | 2 +-
11546 drivers/iommu/ipmmu-vmsa.c | 13 +-
11547 drivers/iommu/irq_remapping.c | 2 +-
11548 drivers/iommu/mtk_iommu.c | 16 +-
11549 drivers/irqchip/irq-gic.c | 2 +-
11550 drivers/irqchip/irq-i8259.c | 2 +-
11551 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
11552 drivers/irqchip/irq-ts4800.c | 2 +-
11553 drivers/isdn/capi/capi.c | 10 +-
11554 drivers/isdn/gigaset/interface.c | 8 +-
11555 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
11556 drivers/isdn/hardware/avm/b1.c | 4 +-
11557 drivers/isdn/hardware/eicon/capifunc.c | 6 +-
11558 drivers/isdn/hardware/eicon/dadapter.c | 18 +-
11559 drivers/isdn/hardware/eicon/diddfunc.c | 7 +-
11560 drivers/isdn/hardware/eicon/divasfunc.c | 9 +-
11561 drivers/isdn/hardware/eicon/divasync.h | 2 +-
11562 drivers/isdn/hardware/eicon/idifunc.c | 9 +-
11563 drivers/isdn/hardware/eicon/mntfunc.c | 13 +-
11564 drivers/isdn/hardware/mISDN/avmfritz.c | 2 +-
11565 drivers/isdn/hardware/mISDN/hfcmulti.c | 7 +-
11566 drivers/isdn/hardware/mISDN/hfcpci.c | 16 +-
11567 drivers/isdn/hardware/mISDN/mISDNinfineon.c | 7 +-
11568 drivers/isdn/hardware/mISDN/mISDNipac.c | 5 +-
11569 drivers/isdn/hardware/mISDN/netjet.c | 2 +-
11570 drivers/isdn/hardware/mISDN/speedfax.c | 7 +-
11571 drivers/isdn/hardware/mISDN/w6692.c | 7 +-
11572 drivers/isdn/hisax/amd7930_fn.c | 5 +-
11573 drivers/isdn/hisax/arcofi.c | 5 +-
11574 drivers/isdn/hisax/diva.c | 7 +-
11575 drivers/isdn/hisax/elsa.c | 9 +-
11576 drivers/isdn/hisax/fsm.c | 5 +-
11577 drivers/isdn/hisax/hfc4s8s_l1.c | 14 +-
11578 drivers/isdn/hisax/hfc_2bds0.c | 4 +-
11579 drivers/isdn/hisax/hfc_pci.c | 10 +-
11580 drivers/isdn/hisax/hfc_sx.c | 10 +-
11581 drivers/isdn/hisax/hfc_usb.c | 12 +-
11582 drivers/isdn/hisax/hfcscard.c | 6 +-
11583 drivers/isdn/hisax/icc.c | 5 +-
11584 drivers/isdn/hisax/ipacx.c | 7 +-
11585 drivers/isdn/hisax/isac.c | 5 +-
11586 drivers/isdn/hisax/isar.c | 5 +-
11587 drivers/isdn/hisax/isdnl3.c | 5 +-
11588 drivers/isdn/hisax/saphir.c | 5 +-
11589 drivers/isdn/hisax/teleint.c | 5 +-
11590 drivers/isdn/hisax/w6692.c | 5 +-
11591 drivers/isdn/i4l/isdn_common.c | 2 +
11592 drivers/isdn/i4l/isdn_tty.c | 22 +-
11593 drivers/isdn/mISDN/dsp.h | 4 +-
11594 drivers/isdn/mISDN/dsp_cmx.c | 4 +-
11595 drivers/isdn/mISDN/dsp_core.c | 4 +-
11596 drivers/isdn/mISDN/dsp_tones.c | 4 +-
11597 drivers/isdn/mISDN/fsm.c | 5 +-
11598 drivers/isdn/mISDN/l1oip_core.c | 8 +-
11599 drivers/leds/leds-clevo-mail.c | 2 +-
11600 drivers/leds/leds-ss4200.c | 2 +-
11601 drivers/lguest/core.c | 9 +-
11602 drivers/lguest/page_tables.c | 2 +-
11603 drivers/lguest/x86/core.c | 12 +-
11604 drivers/lguest/x86/switcher_32.S | 27 +-
11605 drivers/lightnvm/rrpc.c | 4 +-
11606 drivers/lightnvm/rrpc.h | 2 +-
11607 drivers/md/bcache/alloc.c | 2 +-
11608 drivers/md/bcache/bcache.h | 10 +-
11609 drivers/md/bcache/btree.c | 13 +-
11610 drivers/md/bcache/closure.c | 4 +-
11611 drivers/md/bcache/closure.h | 10 +-
11612 drivers/md/bcache/io.c | 10 +-
11613 drivers/md/bcache/journal.c | 18 +-
11614 drivers/md/bcache/movinggc.c | 12 +-
11615 drivers/md/bcache/request.c | 54 +-
11616 drivers/md/bcache/request.h | 2 +-
11617 drivers/md/bcache/stats.c | 26 +-
11618 drivers/md/bcache/stats.h | 16 +-
11619 drivers/md/bcache/super.c | 32 +-
11620 drivers/md/bcache/sysfs.c | 20 +-
11621 drivers/md/bcache/writeback.c | 12 +-
11622 drivers/md/bitmap.c | 2 +-
11623 drivers/md/dm-cache-target.c | 116 +-
11624 drivers/md/dm-ioctl.c | 2 +-
11625 drivers/md/dm-raid.c | 2 +-
11626 drivers/md/dm-raid1.c | 18 +-
11627 drivers/md/dm-stats.c | 6 +-
11628 drivers/md/dm-stripe.c | 10 +-
11629 drivers/md/dm-table.c | 2 +-
11630 drivers/md/dm-thin-metadata.c | 4 +-
11631 drivers/md/dm.c | 28 +-
11632 drivers/md/md.c | 41 +-
11633 drivers/md/md.h | 8 +-
11634 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
11635 drivers/md/persistent-data/dm-space-map.h | 1 +
11636 drivers/md/raid1.c | 8 +-
11637 drivers/md/raid10.c | 20 +-
11638 drivers/md/raid5.c | 26 +-
11639 drivers/media/dvb-core/dvb_net.c | 2 +-
11640 drivers/media/dvb-core/dvbdev.c | 2 +-
11641 drivers/media/dvb-frontends/af9033.h | 2 +-
11642 drivers/media/dvb-frontends/cx24116.c | 2 +-
11643 drivers/media/dvb-frontends/cx24117.c | 2 +-
11644 drivers/media/dvb-frontends/cx24120.c | 2 +-
11645 drivers/media/dvb-frontends/cx24123.c | 2 +-
11646 drivers/media/dvb-frontends/cxd2820r_core.c | 2 +-
11647 drivers/media/dvb-frontends/dib3000.h | 2 +-
11648 drivers/media/dvb-frontends/dib7000p.h | 2 +-
11649 drivers/media/dvb-frontends/dib8000.h | 2 +-
11650 drivers/media/dvb-frontends/hd29l2.c | 2 +-
11651 drivers/media/dvb-frontends/lgdt3306a.c | 2 +-
11652 drivers/media/dvb-frontends/mt312.c | 6 +-
11653 drivers/media/dvb-frontends/s921.c | 2 +-
11654 drivers/media/pci/bt8xx/dst.c | 2 +-
11655 drivers/media/pci/cx88/cx88-video.c | 6 +-
11656 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
11657 drivers/media/pci/pt1/va1j5jf8007s.c | 2 +-
11658 drivers/media/pci/pt1/va1j5jf8007t.c | 2 +-
11659 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
11660 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
11661 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
11662 drivers/media/pci/sta2x11/sta2x11_vip.c | 5 +-
11663 drivers/media/pci/tw68/tw68-core.c | 2 +-
11664 drivers/media/pci/zoran/zoran.h | 1 -
11665 drivers/media/pci/zoran/zoran_card.c | 4 +-
11666 drivers/media/pci/zoran/zoran_driver.c | 3 -
11667 drivers/media/platform/am437x/am437x-vpfe.c | 2 +-
11668 drivers/media/platform/omap/omap_vout.c | 11 +-
11669 drivers/media/platform/s5p-tv/mixer.h | 2 +-
11670 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
11671 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
11672 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
11673 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
11674 drivers/media/platform/soc_camera/soc_camera.c | 2 +-
11675 drivers/media/radio/radio-cadet.c | 2 +
11676 drivers/media/radio/radio-maxiradio.c | 2 +-
11677 drivers/media/radio/radio-shark.c | 2 +-
11678 drivers/media/radio/radio-shark2.c | 2 +-
11679 drivers/media/radio/radio-si476x.c | 2 +-
11680 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
11681 drivers/media/usb/pvrusb2/pvrusb2-context.c | 8 +-
11682 drivers/media/usb/pvrusb2/pvrusb2-dvb.c | 7 +-
11683 drivers/media/usb/pvrusb2/pvrusb2-hdw.c | 2 +-
11684 drivers/media/usb/pvrusb2/pvrusb2-std.c | 2 +-
11685 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c | 6 +-
11686 drivers/media/usb/uvc/uvc_driver.c | 4 +-
11687 drivers/media/v4l2-core/v4l2-common.c | 2 +-
11688 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
11689 drivers/media/v4l2-core/v4l2-device.c | 4 +-
11690 drivers/media/v4l2-core/v4l2-ioctl.c | 287 +-
11691 drivers/memory/omap-gpmc.c | 21 +-
11692 drivers/message/fusion/mptbase.c | 4 +-
11693 drivers/message/fusion/mptlan.c | 2 +-
11694 drivers/message/fusion/mptsas.c | 34 +-
11695 drivers/mfd/ab8500-debugfs.c | 2 +-
11696 drivers/mfd/kempld-core.c | 2 +-
11697 drivers/mfd/max8925-i2c.c | 2 +-
11698 drivers/mfd/tps65910.c | 2 +-
11699 drivers/mfd/twl4030-irq.c | 9 +-
11700 drivers/misc/c2port/core.c | 4 +-
11701 drivers/misc/kgdbts.c | 6 +-
11702 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
11703 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
11704 drivers/misc/mic/scif/scif_api.c | 10 +-
11705 drivers/misc/mic/scif/scif_rb.c | 8 +-
11706 drivers/misc/panel.c | 4 +-
11707 drivers/misc/sgi-gru/gruhandles.c | 4 +-
11708 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
11709 drivers/misc/sgi-gru/grutables.h | 158 +-
11710 drivers/misc/sgi-xp/xp.h | 2 +-
11711 drivers/misc/sgi-xp/xp_main.c | 57 +-
11712 drivers/misc/sgi-xp/xpc.h | 3 +-
11713 drivers/misc/sgi-xp/xpc_main.c | 2 +-
11714 drivers/misc/sgi-xp/xpnet.c | 2 +-
11715 drivers/misc/ti-st/st_kim.c | 32 +-
11716 drivers/mmc/card/mmc_test.c | 4 +-
11717 drivers/mmc/host/dw_mmc.h | 2 +-
11718 drivers/mmc/host/mmci.c | 4 +-
11719 drivers/mmc/host/omap_hsmmc.c | 4 +-
11720 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
11721 drivers/mmc/host/sdhci-s3c.c | 8 +-
11722 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
11723 drivers/mtd/devices/block2mtd.c | 2 +-
11724 drivers/mtd/devices/phram.c | 2 +-
11725 drivers/mtd/maps/gpio-addr-flash.c | 2 +-
11726 drivers/mtd/maps/latch-addr-flash.c | 2 +-
11727 drivers/mtd/maps/pci.c | 4 +-
11728 drivers/mtd/maps/pcmciamtd.c | 8 +-
11729 drivers/mtd/maps/sbc_gxx.c | 2 +-
11730 drivers/mtd/nand/brcmnand/brcmnand.h | 2 +-
11731 drivers/mtd/nand/cafe_nand.c | 18 +-
11732 drivers/mtd/nand/denali.c | 1 +
11733 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
11734 drivers/mtd/nftlmount.c | 1 +
11735 drivers/mtd/sm_ftl.c | 2 +-
11736 drivers/mtd/ubi/build.c | 2 +-
11737 drivers/net/bonding/bond_netlink.c | 2 +-
11738 drivers/net/caif/caif_hsi.c | 4 +-
11739 drivers/net/caif/caif_serial.c | 2 +-
11740 drivers/net/caif/caif_spi.c | 2 +-
11741 drivers/net/caif/caif_virtio.c | 2 +-
11742 drivers/net/can/Kconfig | 2 +-
11743 drivers/net/can/bfin_can.c | 2 +-
11744 drivers/net/can/dev.c | 2 +-
11745 drivers/net/can/flexcan.c | 2 +-
11746 drivers/net/can/janz-ican3.c | 2 +-
11747 drivers/net/can/led.c | 2 +-
11748 drivers/net/can/sun4i_can.c | 2 +-
11749 drivers/net/can/vcan.c | 2 +-
11750 drivers/net/can/xilinx_can.c | 2 +-
11751 drivers/net/dummy.c | 2 +-
11752 drivers/net/ethernet/8390/ax88796.c | 6 +-
11753 drivers/net/ethernet/8390/axnet_cs.c | 4 +-
11754 drivers/net/ethernet/8390/ne2k-pci.c | 6 +-
11755 drivers/net/ethernet/8390/pcnet_cs.c | 4 +-
11756 drivers/net/ethernet/adi/bfin_mac.c | 2 +-
11757 drivers/net/ethernet/allwinner/sun4i-emac.c | 2 +-
11758 drivers/net/ethernet/altera/altera_tse_main.c | 6 +-
11759 drivers/net/ethernet/amd/7990.c | 2 +-
11760 drivers/net/ethernet/amd/7990.h | 2 +-
11761 drivers/net/ethernet/amd/amd8111e.c | 5 +-
11762 drivers/net/ethernet/amd/atarilance.c | 4 +-
11763 drivers/net/ethernet/amd/declance.c | 2 +-
11764 drivers/net/ethernet/amd/pcnet32.c | 7 +-
11765 drivers/net/ethernet/amd/sun3lance.c | 4 +-
11766 drivers/net/ethernet/amd/sunlance.c | 2 +-
11767 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
11768 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
11769 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
11770 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 145 +-
11771 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 68 +-
11772 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
11773 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
11774 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
11775 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
11776 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
11777 drivers/net/ethernet/apm/xgene/xgene_enet_main.c | 4 +-
11778 drivers/net/ethernet/arc/emac_main.c | 2 +-
11779 drivers/net/ethernet/atheros/alx/main.c | 2 +-
11780 drivers/net/ethernet/atheros/atl1c/atl1c_main.c | 2 +-
11781 drivers/net/ethernet/atheros/atl1e/atl1e_main.c | 2 +-
11782 drivers/net/ethernet/aurora/nb8800.c | 2 +-
11783 drivers/net/ethernet/broadcom/bcm63xx_enet.c | 2 +-
11784 drivers/net/ethernet/broadcom/bnx2.c | 2 +-
11785 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
11786 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c | 216 +-
11787 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.h | 4 +-
11788 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c | 2 +-
11789 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
11790 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
11791 drivers/net/ethernet/broadcom/tg3.c | 2 +-
11792 drivers/net/ethernet/broadcom/tg3.h | 1 +
11793 drivers/net/ethernet/brocade/bna/bfa_cs.h | 42 +-
11794 drivers/net/ethernet/brocade/bna/bfa_ioc.c | 10 +-
11795 drivers/net/ethernet/brocade/bna/bfa_ioc.h | 4 +-
11796 drivers/net/ethernet/brocade/bna/bfa_msgq.h | 8 +-
11797 drivers/net/ethernet/brocade/bna/bna_enet.c | 6 +-
11798 drivers/net/ethernet/brocade/bna/bna_tx_rx.c | 6 +-
11799 drivers/net/ethernet/brocade/bna/bna_types.h | 24 +-
11800 drivers/net/ethernet/brocade/bna/bnad.c | 11 +-
11801 drivers/net/ethernet/cadence/macb.c | 4 +-
11802 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
11803 drivers/net/ethernet/cavium/liquidio/lio_main.c | 15 +-
11804 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c | 2 +-
11805 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
11806 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 2 +-
11807 drivers/net/ethernet/chelsio/cxgb4vf/adapter.h | 2 +-
11808 drivers/net/ethernet/chelsio/cxgb4vf/sge.c | 2 +-
11809 drivers/net/ethernet/davicom/dm9000.c | 2 +-
11810 drivers/net/ethernet/dec/tulip/de4x5.c | 13 +-
11811 drivers/net/ethernet/emulex/benet/be_main.c | 4 +-
11812 drivers/net/ethernet/faraday/ftgmac100.c | 4 +-
11813 drivers/net/ethernet/faraday/ftmac100.c | 4 +-
11814 drivers/net/ethernet/freescale/fec_mpc52xx.c | 2 +-
11815 .../net/ethernet/freescale/fs_enet/fs_enet-main.c | 2 +-
11816 drivers/net/ethernet/freescale/gianfar.c | 4 +-
11817 drivers/net/ethernet/freescale/ucc_geth.c | 2 +-
11818 drivers/net/ethernet/hisilicon/hip04_eth.c | 2 +-
11819 drivers/net/ethernet/hisilicon/hix5hd2_gmac.c | 2 +-
11820 drivers/net/ethernet/hisilicon/hns/hns_ae_adapt.c | 6 +-
11821 drivers/net/ethernet/i825xx/lib82596.c | 4 +-
11822 drivers/net/ethernet/ibm/ehea/ehea_main.c | 2 +-
11823 drivers/net/ethernet/ibm/emac/core.c | 4 +-
11824 drivers/net/ethernet/intel/e100.c | 2 +-
11825 drivers/net/ethernet/intel/e1000/e1000_main.c | 2 +-
11826 drivers/net/ethernet/intel/e1000e/netdev.c | 2 +-
11827 drivers/net/ethernet/intel/fm10k/fm10k_pci.c | 2 +-
11828 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
11829 drivers/net/ethernet/intel/igb/igb_main.c | 2 +-
11830 drivers/net/ethernet/intel/igbvf/netdev.c | 2 +-
11831 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 2 +-
11832 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
11833 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 4 +-
11834 drivers/net/ethernet/marvell/pxa168_eth.c | 2 +-
11835 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
11836 drivers/net/ethernet/mellanox/mlx4/main.c | 2 +-
11837 drivers/net/ethernet/mellanox/mlx5/core/main.c | 2 +-
11838 drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 2 +-
11839 drivers/net/ethernet/micrel/ks8695net.c | 2 +-
11840 drivers/net/ethernet/micrel/ks8851_mll.c | 2 +-
11841 drivers/net/ethernet/moxa/moxart_ether.c | 2 +-
11842 drivers/net/ethernet/neterion/s2io.c | 2 +-
11843 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
11844 drivers/net/ethernet/neterion/vxge/vxge-main.c | 2 +-
11845 .../net/ethernet/netronome/nfp/nfp_net_common.c | 2 +-
11846 drivers/net/ethernet/netx-eth.c | 2 +-
11847 drivers/net/ethernet/nuvoton/w90p910_ether.c | 2 +-
11848 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
11849 drivers/net/ethernet/nxp/lpc_eth.c | 2 +-
11850 .../net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c | 4 +-
11851 .../net/ethernet/qlogic/netxen/netxen_nic_main.c | 2 +-
11852 drivers/net/ethernet/qlogic/qed/qed_mcp.c | 6 +-
11853 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
11854 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
11855 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c | 2 +-
11856 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
11857 drivers/net/ethernet/realtek/r8169.c | 8 +-
11858 drivers/net/ethernet/renesas/sh_eth.c | 2 +-
11859 drivers/net/ethernet/rocker/rocker_main.c | 4 +-
11860 drivers/net/ethernet/seeq/sgiseeq.c | 2 +-
11861 drivers/net/ethernet/sfc/ptp.c | 2 +-
11862 drivers/net/ethernet/sfc/selftest.c | 20 +-
11863 drivers/net/ethernet/sgi/ioc3-eth.c | 4 +-
11864 drivers/net/ethernet/smsc/smc911x.c | 2 +-
11865 drivers/net/ethernet/smsc/smc91x.c | 2 +-
11866 drivers/net/ethernet/smsc/smsc911x.c | 2 +-
11867 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
11868 drivers/net/ethernet/sun/sunbmac.c | 2 +-
11869 drivers/net/ethernet/sun/sunqe.c | 2 +-
11870 drivers/net/ethernet/sun/sunvnet.c | 2 +-
11871 drivers/net/ethernet/sun/sunvnet_common.c | 6 +-
11872 drivers/net/ethernet/synopsys/dwc_eth_qos.c | 2 +-
11873 drivers/net/ethernet/ti/cpmac.c | 2 +-
11874 drivers/net/ethernet/ti/netcp_core.c | 2 +-
11875 drivers/net/ethernet/via/via-rhine.c | 2 +-
11876 drivers/net/ethernet/wiznet/w5100.c | 2 +-
11877 drivers/net/ethernet/wiznet/w5300.c | 2 +-
11878 drivers/net/ethernet/xilinx/ll_temac_main.c | 2 +-
11879 drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 2 +-
11880 drivers/net/geneve.c | 2 +-
11881 drivers/net/hamradio/baycom_epp.c | 2 +-
11882 drivers/net/hyperv/hyperv_net.h | 2 +-
11883 drivers/net/hyperv/netvsc_drv.c | 2 +-
11884 drivers/net/hyperv/rndis_filter.c | 7 +-
11885 drivers/net/ifb.c | 2 +-
11886 drivers/net/ipvlan/ipvlan_core.c | 2 +-
11887 drivers/net/ipvlan/ipvlan_main.c | 6 +-
11888 drivers/net/irda/sh_irda.c | 2 +-
11889 drivers/net/irda/vlsi_ir.c | 18 +-
11890 drivers/net/irda/vlsi_ir.h | 14 +-
11891 drivers/net/loopback.c | 2 +-
11892 drivers/net/macsec.c | 2 +-
11893 drivers/net/macvlan.c | 20 +-
11894 drivers/net/macvtap.c | 10 +-
11895 drivers/net/nlmon.c | 2 +-
11896 drivers/net/phy/phy_device.c | 6 +-
11897 drivers/net/plip/plip.c | 2 +-
11898 drivers/net/ppp/ppp_generic.c | 4 +-
11899 drivers/net/ppp/pptp.c | 2 +-
11900 drivers/net/rionet.c | 2 +-
11901 drivers/net/slip/slhc.c | 2 +-
11902 drivers/net/team/team.c | 4 +-
11903 drivers/net/tun.c | 7 +-
11904 drivers/net/usb/hso.c | 28 +-
11905 drivers/net/usb/ipheth.c | 2 +-
11906 drivers/net/usb/r8152.c | 2 +-
11907 drivers/net/usb/sierra_net.c | 4 +-
11908 drivers/net/virtio_net.c | 2 +-
11909 drivers/net/vrf.c | 4 +-
11910 drivers/net/vxlan.c | 4 +-
11911 drivers/net/wimax/i2400m/rx.c | 2 +-
11912 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
11913 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
11914 drivers/net/wireless/ath/ath6kl/core.h | 2 +-
11915 drivers/net/wireless/ath/ath6kl/txrx.c | 2 +-
11916 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
11917 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
11918 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
11919 drivers/net/wireless/ath/ath9k/main.c | 22 +-
11920 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
11921 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
11922 drivers/net/wireless/ath/carl9170/main.c | 10 +-
11923 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
11924 drivers/net/wireless/ath/wil6210/pcie_bus.c | 2 +-
11925 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
11926 drivers/net/wireless/atmel/at76c50x-usb.c | 2 +-
11927 drivers/net/wireless/atmel/atmel.c | 183 +-
11928 drivers/net/wireless/broadcom/b43/phy_lp.c | 2 +-
11929 drivers/net/wireless/broadcom/b43legacy/main.c | 5 +-
11930 .../broadcom/brcm80211/brcmfmac/cfg80211.c | 55 +-
11931 .../broadcom/brcm80211/brcmsmac/phy/phy_cmn.c | 3 +-
11932 .../broadcom/brcm80211/brcmsmac/phy_shim.c | 5 +-
11933 .../broadcom/brcm80211/brcmsmac/phy_shim.h | 2 +-
11934 drivers/net/wireless/cisco/airo.c | 201 +-
11935 drivers/net/wireless/intel/ipw2x00/ipw2100.c | 8 +-
11936 drivers/net/wireless/intel/ipw2x00/ipw2200.c | 6 +-
11937 drivers/net/wireless/intel/iwlegacy/3945-mac.c | 11 +-
11938 drivers/net/wireless/intel/iwlegacy/4965-mac.c | 7 +-
11939 drivers/net/wireless/intel/iwlwifi/dvm/debugfs.c | 34 +-
11940 drivers/net/wireless/intel/iwlwifi/dvm/lib.c | 4 +-
11941 drivers/net/wireless/intel/iwlwifi/mvm/d3.c | 8 +-
11942 drivers/net/wireless/intel/iwlwifi/mvm/tx.c | 4 +-
11943 drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 4 +-
11944 .../net/wireless/intersil/hostap/hostap_ioctl.c | 134 +-
11945 drivers/net/wireless/intersil/orinoco/wext.c | 131 +-
11946 drivers/net/wireless/intersil/prism54/isl_ioctl.c | 292 +-
11947 drivers/net/wireless/mac80211_hwsim.c | 28 +-
11948 drivers/net/wireless/marvell/mwifiex/11n_aggr.c | 2 +-
11949 drivers/net/wireless/marvell/mwifiex/main.c | 2 +-
11950 drivers/net/wireless/marvell/mwifiex/pcie.c | 4 +-
11951 drivers/net/wireless/marvell/mwifiex/sdio.c | 10 +-
11952 drivers/net/wireless/ralink/rt2x00/rt2400pci.c | 4 +-
11953 drivers/net/wireless/ralink/rt2x00/rt2500pci.c | 4 +-
11954 drivers/net/wireless/ralink/rt2x00/rt2500usb.c | 4 +-
11955 drivers/net/wireless/ralink/rt2x00/rt2800lib.c | 6 +-
11956 drivers/net/wireless/ralink/rt2x00/rt2x00.h | 2 +-
11957 drivers/net/wireless/ralink/rt2x00/rt2x00queue.c | 4 +-
11958 drivers/net/wireless/ralink/rt2x00/rt61pci.c | 4 +-
11959 drivers/net/wireless/ralink/rt2x00/rt73usb.c | 4 +-
11960 drivers/net/wireless/realtek/rtlwifi/base.c | 14 +-
11961 drivers/net/wireless/realtek/rtlwifi/base.h | 4 +-
11962 drivers/net/wireless/realtek/rtlwifi/pci.c | 15 +-
11963 drivers/net/wireless/realtek/rtlwifi/ps.c | 6 +-
11964 drivers/net/wireless/realtek/rtlwifi/ps.h | 6 +-
11965 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
11966 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
11967 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
11968 drivers/net/wireless/zydas/zd1201.c | 192 +-
11969 drivers/net/xen-netback/interface.c | 2 +-
11970 drivers/net/xen-netfront.c | 2 +-
11971 drivers/nvme/host/pci.c | 2 +-
11972 drivers/of/fdt.c | 4 +-
11973 drivers/oprofile/buffer_sync.c | 8 +-
11974 drivers/oprofile/event_buffer.c | 2 +-
11975 drivers/oprofile/oprof.c | 2 +-
11976 drivers/oprofile/oprofile_stats.c | 10 +-
11977 drivers/oprofile/oprofile_stats.h | 10 +-
11978 drivers/oprofile/oprofilefs.c | 6 +-
11979 drivers/oprofile/timer_int.c | 2 +-
11980 drivers/parport/procfs.c | 4 +-
11981 drivers/pci/host/pci-host-common.h | 2 +-
11982 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
11983 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
11984 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
11985 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
11986 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
11987 drivers/pci/hotplug/pciehp_core.c | 2 +-
11988 drivers/pci/msi.c | 22 +-
11989 drivers/pci/pci-sysfs.c | 6 +-
11990 drivers/pci/pci.h | 4 +-
11991 drivers/pci/pcie/aspm.c | 10 +-
11992 drivers/pci/pcie/portdrv_pci.c | 2 +-
11993 drivers/pci/probe.c | 2 +-
11994 drivers/pci/setup-bus.c | 10 +-
11995 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
11996 drivers/pinctrl/pinctrl-at91.c | 5 +-
11997 drivers/platform/chrome/chromeos_laptop.c | 2 +-
11998 drivers/platform/chrome/chromeos_pstore.c | 2 +-
11999 drivers/platform/chrome/cros_ec_lpc.c | 2 +-
12000 drivers/platform/x86/alienware-wmi.c | 4 +-
12001 drivers/platform/x86/apple-gmux.c | 2 +-
12002 drivers/platform/x86/compal-laptop.c | 2 +-
12003 drivers/platform/x86/hdaps.c | 2 +-
12004 drivers/platform/x86/ibm_rtl.c | 2 +-
12005 drivers/platform/x86/intel_oaktrail.c | 2 +-
12006 drivers/platform/x86/msi-laptop.c | 16 +-
12007 drivers/platform/x86/msi-wmi.c | 2 +-
12008 drivers/platform/x86/samsung-laptop.c | 2 +-
12009 drivers/platform/x86/samsung-q10.c | 2 +-
12010 drivers/platform/x86/sony-laptop.c | 14 +-
12011 drivers/platform/x86/thinkpad_acpi.c | 10 +-
12012 drivers/pnp/pnpbios/bioscalls.c | 14 +-
12013 drivers/pnp/pnpbios/core.c | 2 +-
12014 drivers/power/pda_power.c | 7 +-
12015 drivers/power/power_supply.h | 4 +-
12016 drivers/power/power_supply_core.c | 7 +-
12017 drivers/power/power_supply_sysfs.c | 6 +-
12018 drivers/power/reset/at91-reset.c | 5 +-
12019 drivers/powercap/powercap_sys.c | 136 +-
12020 drivers/ptp/ptp_private.h | 2 +-
12021 drivers/ptp/ptp_sysfs.c | 2 +-
12022 drivers/regulator/core.c | 4 +-
12023 drivers/regulator/max8660.c | 6 +-
12024 drivers/regulator/max8973-regulator.c | 16 +-
12025 drivers/regulator/mc13892-regulator.c | 8 +-
12026 drivers/remoteproc/remoteproc_core.c | 26 +-
12027 drivers/rtc/rtc-armada38x.c | 7 +-
12028 drivers/rtc/rtc-cmos.c | 4 +-
12029 drivers/rtc/rtc-ds1307.c | 2 +-
12030 drivers/rtc/rtc-m48t59.c | 4 +-
12031 drivers/rtc/rtc-rv8803.c | 15 +-
12032 drivers/rtc/rtc-rx8010.c | 8 +-
12033 drivers/rtc/rtc-test.c | 6 +-
12034 drivers/scsi/aacraid/aachba.c | 7 +-
12035 drivers/scsi/aic7xxx/aic79xx.h | 2 +-
12036 drivers/scsi/aic7xxx/aic79xx_core.c | 11 +-
12037 drivers/scsi/be2iscsi/be_main.c | 2 +-
12038 drivers/scsi/bfa/bfa.h | 4 +-
12039 drivers/scsi/bfa/bfa_core.c | 4 +-
12040 drivers/scsi/bfa/bfa_cs.h | 124 +-
12041 drivers/scsi/bfa/bfa_fcpim.h | 14 +-
12042 drivers/scsi/bfa/bfa_fcs.h | 34 +-
12043 drivers/scsi/bfa/bfa_fcs_fcpim.c | 6 +-
12044 drivers/scsi/bfa/bfa_fcs_lport.c | 4 +-
12045 drivers/scsi/bfa/bfa_fcs_rport.c | 4 +-
12046 drivers/scsi/bfa/bfa_ioc.c | 8 +-
12047 drivers/scsi/bfa/bfa_ioc.h | 16 +-
12048 drivers/scsi/bfa/bfa_svc.c | 12 +-
12049 drivers/scsi/bfa/bfa_svc.h | 20 +-
12050 drivers/scsi/bfa/bfad.c | 12 +-
12051 drivers/scsi/bfa/bfad_bsg.c | 8 +-
12052 drivers/scsi/bfa/bfad_drv.h | 5 +-
12053 drivers/scsi/csiostor/csio_defs.h | 19 +-
12054 drivers/scsi/csiostor/csio_hw.c | 67 +-
12055 drivers/scsi/csiostor/csio_init.c | 2 +-
12056 drivers/scsi/csiostor/csio_lnode.c | 32 +-
12057 drivers/scsi/csiostor/csio_rnode.c | 28 +-
12058 drivers/scsi/csiostor/csio_scsi.c | 37 +-
12059 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
12060 drivers/scsi/fcoe/fcoe_transport.c | 16 +-
12061 drivers/scsi/hpsa.c | 38 +-
12062 drivers/scsi/hpsa.h | 2 +-
12063 drivers/scsi/hptiop.c | 2 -
12064 drivers/scsi/hptiop.h | 1 -
12065 drivers/scsi/ipr.c | 32 +-
12066 drivers/scsi/ipr.h | 2 +-
12067 drivers/scsi/libfc/fc_exch.c | 50 +-
12068 drivers/scsi/libsas/sas_ata.c | 2 +-
12069 drivers/scsi/lpfc/lpfc.h | 8 +-
12070 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
12071 drivers/scsi/lpfc/lpfc_init.c | 8 +-
12072 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
12073 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
12074 drivers/scsi/mpt3sas/mpt3sas_base.c | 2 +-
12075 drivers/scsi/mpt3sas/mpt3sas_scsih.c | 4 +-
12076 drivers/scsi/pmcraid.c | 46 +-
12077 drivers/scsi/pmcraid.h | 8 +-
12078 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
12079 drivers/scsi/qla2xxx/qla_gbl.h | 8 +-
12080 drivers/scsi/qla2xxx/qla_os.c | 15 +-
12081 drivers/scsi/qla2xxx/qla_target.c | 16 +-
12082 drivers/scsi/qla2xxx/qla_target.h | 2 +-
12083 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
12084 drivers/scsi/qla4xxx/ql4_os.c | 15 +-
12085 drivers/scsi/scsi.c | 2 +-
12086 drivers/scsi/scsi_lib.c | 8 +-
12087 drivers/scsi/scsi_sysfs.c | 2 +-
12088 drivers/scsi/scsi_transport_fc.c | 8 +-
12089 drivers/scsi/scsi_transport_iscsi.c | 6 +-
12090 drivers/scsi/scsi_transport_spi.c | 2 +-
12091 drivers/scsi/scsi_transport_srp.c | 8 +-
12092 drivers/scsi/sd.c | 6 +-
12093 drivers/scsi/sg.c | 2 +-
12094 drivers/scsi/sr.c | 21 +-
12095 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
12096 drivers/spi/spi.c | 2 +-
12097 drivers/staging/android/timed_output.c | 6 +-
12098 drivers/staging/comedi/comedi_fops.c | 8 +-
12099 drivers/staging/fbtft/fbtft-core.c | 2 +-
12100 drivers/staging/fbtft/fbtft.h | 2 +-
12101 drivers/staging/gdm724x/gdm_lte.c | 2 +-
12102 drivers/staging/gdm724x/gdm_tty.c | 2 +-
12103 drivers/staging/i4l/icn/icn.c | 2 +-
12104 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
12105 drivers/staging/iio/adc/ad7280a.c | 4 +-
12106 .../staging/lustre/lnet/klnds/socklnd/socklnd.h | 6 +-
12107 drivers/staging/lustre/lnet/selftest/brw_test.c | 12 +-
12108 drivers/staging/lustre/lnet/selftest/framework.c | 2 -
12109 drivers/staging/lustre/lnet/selftest/ping_test.c | 14 +-
12110 drivers/staging/lustre/lnet/selftest/selftest.h | 2 -
12111 .../lustre/lustre/include/lustre/lustre_idl.h | 82 +-
12112 drivers/staging/lustre/lustre/include/lustre_dlm.h | 8 +-
12113 drivers/staging/lustre/lustre/include/lustre_net.h | 2 +-
12114 drivers/staging/lustre/lustre/include/obd.h | 2 +-
12115 drivers/staging/lustre/lustre/ldlm/ldlm_request.c | 5 +-
12116 drivers/staging/lustre/lustre/llite/dir.c | 2 +-
12117 drivers/staging/lustre/lustre/lov/lov_io.c | 62 +-
12118 drivers/staging/lustre/lustre/obdclass/llog_swab.c | 24 +-
12119 drivers/staging/lustre/lustre/osc/osc_request.c | 24 +-
12120 drivers/staging/lustre/lustre/ptlrpc/layout.c | 7 +-
12121 .../staging/lustre/lustre/ptlrpc/pack_generic.c | 136 +-
12122 drivers/staging/rdma/hfi1/pcie.c | 2 +-
12123 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 18 +-
12124 drivers/staging/rtl8188eu/hal/rtl8188eu_recv.c | 2 +-
12125 drivers/staging/rtl8188eu/hal/rtl8188eu_xmit.c | 2 +-
12126 drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h | 8 -
12127 drivers/staging/rtl8188eu/include/hal_intf.h | 5 +-
12128 drivers/staging/rtl8188eu/include/odm_precomp.h | 2 +-
12129 drivers/staging/rtl8188eu/include/recv_osdep.h | 1 -
12130 drivers/staging/rtl8188eu/include/rtl8188e_recv.h | 2 +-
12131 drivers/staging/rtl8188eu/include/rtl8188e_xmit.h | 2 +-
12132 drivers/staging/rtl8188eu/include/rtw_cmd.h | 1 -
12133 drivers/staging/rtl8188eu/include/rtw_eeprom.h | 6 -
12134 drivers/staging/rtl8188eu/include/rtw_ioctl.h | 9 -
12135 drivers/staging/rtl8188eu/include/rtw_mlme_ext.h | 12 +-
12136 drivers/staging/rtl8188eu/include/xmit_osdep.h | 2 +-
12137 drivers/staging/rtl8188eu/os_dep/usb_ops_linux.c | 4 +-
12138 drivers/staging/rtl8188eu/os_dep/xmit_linux.c | 2 +-
12139 drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 49 +-
12140 drivers/staging/rtl8192e/rtl8192e/rtl_core.h | 4 +-
12141 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c | 10 +-
12142 drivers/staging/rtl8192e/rtl8192e/rtl_dm.h | 4 +-
12143 drivers/staging/rtl8192e/rtl8192e/rtl_ps.c | 6 +-
12144 drivers/staging/rtl8192e/rtl8192e/rtl_ps.h | 3 +-
12145 drivers/staging/rtl8192e/rtl8192e/rtl_wx.c | 48 +-
12146 drivers/staging/rtl8192e/rtllib.h | 4 +-
12147 drivers/staging/rtl8192e/rtllib_softmac.c | 32 +-
12148 drivers/staging/rtl8192e/rtllib_softmac_wx.c | 2 +-
12149 drivers/staging/rtl8192e/rtllib_tx.c | 2 +-
12150 drivers/staging/rtl8192u/ieee80211/ieee80211.h | 2 +-
12151 .../staging/rtl8192u/ieee80211/ieee80211_softmac.c | 6 +-
12152 drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c | 2 +-
12153 drivers/staging/rtl8192u/r8192U_core.c | 7 +-
12154 drivers/staging/rtl8712/rtl8712_recv.c | 6 +-
12155 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
12156 drivers/staging/rtl8712/rtl871x_ioctl.h | 14 -
12157 drivers/staging/rtl8712/rtl871x_xmit.c | 2 +-
12158 drivers/staging/rtl8712/rtl871x_xmit.h | 2 +-
12159 drivers/staging/rtl8712/usb_ops_linux.c | 4 +-
12160 drivers/staging/rtl8712/xmit_linux.c | 2 +-
12161 drivers/staging/rtl8712/xmit_osdep.h | 2 +-
12162 drivers/staging/rtl8723au/core/rtw_mlme_ext.c | 12 +-
12163 drivers/staging/rtl8723au/core/rtw_xmit.c | 2 +-
12164 drivers/staging/rtl8723au/hal/rtl8723au_recv.c | 2 +-
12165 drivers/staging/rtl8723au/hal/usb_ops_linux.c | 4 +-
12166 drivers/staging/rtl8723au/include/Hal8723APhyCfg.h | 8 -
12167 drivers/staging/rtl8723au/include/drv_types.h | 2 +-
12168 drivers/staging/rtl8723au/include/hal_intf.h | 2 -
12169 drivers/staging/rtl8723au/include/recv_osdep.h | 1 -
12170 drivers/staging/rtl8723au/include/rtw_ap.h | 2 -
12171 drivers/staging/rtl8723au/include/rtw_cmd.h | 1 -
12172 drivers/staging/rtl8723au/include/rtw_eeprom.h | 7 -
12173 drivers/staging/rtl8723au/include/rtw_mlme_ext.h | 14 +-
12174 drivers/staging/rtl8723au/include/usb_ops.h | 8 +-
12175 drivers/staging/rtl8723au/include/xmit_osdep.h | 2 +-
12176 drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c | 2 +-
12177 drivers/staging/rtl8723au/os_dep/xmit_linux.c | 2 +-
12178 drivers/staging/sm750fb/sm750.c | 14 +-
12179 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
12180 drivers/staging/unisys/visornic/visornic_main.c | 2 +-
12181 drivers/staging/vt6655/rxtx.c | 2 +-
12182 drivers/staging/vt6656/rxtx.c | 2 +-
12183 drivers/staging/wilc1000/linux_wlan.c | 2 +-
12184 drivers/staging/wilc1000/wilc_wlan.h | 2 +-
12185 drivers/staging/wlan-ng/p80211netdev.c | 2 +-
12186 drivers/target/sbp/sbp_target.c | 4 +-
12187 drivers/thermal/cpu_cooling.c | 9 +-
12188 drivers/thermal/devfreq_cooling.c | 19 +-
12189 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
12190 drivers/thermal/of-thermal.c | 17 +-
12191 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
12192 drivers/tty/cyclades.c | 6 +-
12193 drivers/tty/hvc/hvc_console.c | 14 +-
12194 drivers/tty/hvc/hvcs.c | 21 +-
12195 drivers/tty/hvc/hvsi.c | 22 +-
12196 drivers/tty/hvc/hvsi_lib.c | 4 +-
12197 drivers/tty/ipwireless/tty.c | 27 +-
12198 drivers/tty/moxa.c | 2 +-
12199 drivers/tty/n_gsm.c | 6 +-
12200 drivers/tty/n_tty.c | 28 +-
12201 drivers/tty/pty.c | 4 +-
12202 drivers/tty/rocket.c | 6 +-
12203 drivers/tty/serial/8250/8250_core.c | 10 +-
12204 drivers/tty/serial/8250/8250_pci.c | 2 +-
12205 drivers/tty/serial/ifx6x60.c | 2 +-
12206 drivers/tty/serial/ioc4_serial.c | 6 +-
12207 drivers/tty/serial/jsm/jsm_driver.c | 2 +-
12208 drivers/tty/serial/kgdb_nmi.c | 4 +-
12209 drivers/tty/serial/kgdboc.c | 34 +-
12210 drivers/tty/serial/msm_serial.c | 4 +-
12211 drivers/tty/serial/samsung.c | 9 +-
12212 drivers/tty/serial/serial_core.c | 8 +-
12213 drivers/tty/synclink.c | 34 +-
12214 drivers/tty/synclink_gt.c | 28 +-
12215 drivers/tty/synclinkmp.c | 34 +-
12216 drivers/tty/tty_io.c | 2 +-
12217 drivers/tty/tty_ldisc.c | 8 +-
12218 drivers/tty/tty_port.c | 22 +-
12219 drivers/uio/uio.c | 13 +-
12220 drivers/usb/atm/cxacru.c | 2 +-
12221 drivers/usb/atm/usbatm.c | 24 +-
12222 drivers/usb/class/cdc-acm.h | 2 +-
12223 drivers/usb/core/devices.c | 6 +-
12224 drivers/usb/core/devio.c | 12 +-
12225 drivers/usb/core/hcd.c | 4 +-
12226 drivers/usb/core/sysfs.c | 2 +-
12227 drivers/usb/core/usb.c | 2 +-
12228 drivers/usb/early/ehci-dbgp.c | 16 +-
12229 drivers/usb/gadget/function/f_phonet.c | 2 +-
12230 drivers/usb/gadget/function/u_serial.c | 22 +-
12231 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
12232 drivers/usb/host/ehci-hcd.c | 2 +-
12233 drivers/usb/host/ehci-hub.c | 4 +-
12234 drivers/usb/host/ehci-q.c | 4 +-
12235 drivers/usb/host/fotg210-hcd.c | 2 +-
12236 drivers/usb/host/hwa-hc.c | 2 +-
12237 drivers/usb/host/ohci-hcd.c | 2 +-
12238 drivers/usb/host/r8a66597.h | 2 +-
12239 drivers/usb/host/uhci-hcd.c | 2 +-
12240 drivers/usb/host/xhci-pci.c | 2 +-
12241 drivers/usb/host/xhci-ring.c | 52 +-
12242 drivers/usb/host/xhci.c | 2 +-
12243 drivers/usb/misc/appledisplay.c | 4 +-
12244 drivers/usb/misc/sisusbvga/sisusb_con.c | 98 +-
12245 drivers/usb/serial/console.c | 8 +-
12246 drivers/usb/storage/transport.c | 2 +-
12247 drivers/usb/storage/usb.c | 2 +-
12248 drivers/usb/storage/usb.h | 2 +-
12249 drivers/usb/usbip/vhci.h | 2 +-
12250 drivers/usb/usbip/vhci_hcd.c | 6 +-
12251 drivers/usb/usbip/vhci_rx.c | 2 +-
12252 drivers/usb/wusbcore/wa-hc.h | 4 +-
12253 drivers/usb/wusbcore/wa-xfer.c | 2 +-
12254 drivers/vfio/pci/vfio_pci.c | 2 +-
12255 drivers/vhost/vringh.c | 20 +-
12256 drivers/video/backlight/kb3886_bl.c | 2 +-
12257 drivers/video/console/dummycon.c | 96 +-
12258 drivers/video/console/fbcon.c | 2 +-
12259 drivers/video/console/vgacon.c | 23 +-
12260 drivers/video/fbdev/aty/aty128fb.c | 2 +-
12261 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
12262 drivers/video/fbdev/aty/mach64_ct.c | 5 +-
12263 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
12264 drivers/video/fbdev/aty/mach64_gx.c | 17 +-
12265 drivers/video/fbdev/core/fb_defio.c | 8 +-
12266 drivers/video/fbdev/core/fbmem.c | 12 +-
12267 drivers/video/fbdev/hyperv_fb.c | 4 +-
12268 drivers/video/fbdev/i810/i810_accel.c | 1 +
12269 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
12270 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
12271 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
12272 drivers/video/fbdev/omap2/omapfb/dss/display.c | 8 +-
12273 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
12274 drivers/video/fbdev/sis/sis_main.h | 2 +-
12275 drivers/video/fbdev/smscufx.c | 4 +-
12276 drivers/video/fbdev/udlfb.c | 36 +-
12277 drivers/video/fbdev/uvesafb.c | 52 +-
12278 drivers/video/fbdev/vesafb.c | 58 +-
12279 drivers/video/fbdev/via/via_clock.h | 2 +-
12280 drivers/xen/events/events_base.c | 6 +-
12281 drivers/xen/xen-pciback/pci_stub.c | 2 +-
12282 fs/9p/vfs_addr.c | 2 +-
12283 fs/9p/vfs_inode_dotl.c | 4 +-
12284 fs/Kconfig.binfmt | 2 +-
12285 fs/afs/file.c | 8 +-
12286 fs/afs/inode.c | 4 +-
12287 fs/afs/internal.h | 4 +-
12288 fs/aio.c | 2 +-
12289 fs/autofs4/waitq.c | 2 +-
12290 fs/befs/endian.h | 6 +-
12291 fs/binfmt_aout.c | 23 +-
12292 fs/binfmt_elf.c | 670 +-
12293 fs/binfmt_elf_fdpic.c | 4 +-
12294 fs/block_dev.c | 2 +-
12295 fs/btrfs/ctree.c | 11 +-
12296 fs/btrfs/ctree.h | 4 +-
12297 fs/btrfs/delayed-inode.c | 6 +-
12298 fs/btrfs/delayed-inode.h | 4 +-
12299 fs/btrfs/delayed-ref.c | 4 +-
12300 fs/btrfs/disk-io.c | 4 +-
12301 fs/btrfs/extent_map.c | 8 +-
12302 fs/btrfs/file.c | 4 +-
12303 fs/btrfs/free-space-cache.h | 1 +
12304 fs/btrfs/raid56.c | 30 +-
12305 fs/btrfs/super.c | 2 +-
12306 fs/btrfs/sysfs.c | 2 +-
12307 fs/btrfs/tests/btrfs-tests.c | 2 +-
12308 fs/btrfs/tests/free-space-tests.c | 2 +-
12309 fs/btrfs/transaction.c | 2 +-
12310 fs/btrfs/tree-log.c | 8 +-
12311 fs/btrfs/tree-log.h | 2 +-
12312 fs/btrfs/volumes.c | 14 +-
12313 fs/btrfs/volumes.h | 22 +-
12314 fs/buffer.c | 2 +-
12315 fs/cachefiles/bind.c | 6 +-
12316 fs/cachefiles/daemon.c | 12 +-
12317 fs/cachefiles/internal.h | 16 +-
12318 fs/cachefiles/namei.c | 6 +-
12319 fs/cachefiles/proc.c | 12 +-
12320 fs/ceph/dir.c | 12 +-
12321 fs/ceph/super.c | 4 +-
12322 fs/cifs/cifs_debug.c | 12 +-
12323 fs/cifs/cifsfs.c | 8 +-
12324 fs/cifs/cifsglob.h | 54 +-
12325 fs/cifs/file.c | 14 +-
12326 fs/cifs/misc.c | 4 +-
12327 fs/cifs/smb1ops.c | 80 +-
12328 fs/cifs/smb2ops.c | 84 +-
12329 fs/cifs/smb2pdu.c | 3 +-
12330 fs/coda/cache.c | 10 +-
12331 fs/coda/dir.c | 5 +-
12332 fs/compat.c | 9 +-
12333 fs/compat_binfmt_elf.c | 2 +
12334 fs/compat_ioctl.c | 12 +-
12335 fs/configfs/dir.c | 10 +-
12336 fs/coredump.c | 18 +-
12337 fs/dcache.c | 64 +-
12338 fs/ecryptfs/inode.c | 2 +-
12339 fs/ecryptfs/miscdev.c | 2 +-
12340 fs/exec.c | 370 +-
12341 fs/exofs/inode.c | 7 +-
12342 fs/ext2/xattr.c | 5 +-
12343 fs/ext4/ext4.h | 20 +-
12344 fs/ext4/mballoc.c | 44 +-
12345 fs/ext4/resize.c | 16 +-
12346 fs/ext4/super.c | 2 +-
12347 fs/ext4/sysfs.c | 2 +-
12348 fs/ext4/xattr.c | 5 +-
12349 fs/fhandle.c | 5 +-
12350 fs/file.c | 18 +-
12351 fs/freevxfs/vxfs_inode.c | 8 +-
12352 fs/freevxfs/vxfs_inode.h | 4 +-
12353 fs/fs-writeback.c | 11 +-
12354 fs/fs_struct.c | 8 +-
12355 fs/fscache/cookie.c | 40 +-
12356 fs/fscache/internal.h | 202 +-
12357 fs/fscache/object.c | 26 +-
12358 fs/fscache/operation.c | 38 +-
12359 fs/fscache/page.c | 110 +-
12360 fs/fscache/stats.c | 348 +-
12361 fs/fuse/cuse.c | 10 +-
12362 fs/fuse/dev.c | 4 +-
12363 fs/fuse/file.c | 4 +-
12364 fs/fuse/inode.c | 4 +-
12365 fs/gfs2/aops.c | 2 +-
12366 fs/gfs2/file.c | 2 +-
12367 fs/gfs2/glock.c | 22 +-
12368 fs/gfs2/glops.c | 4 +-
12369 fs/gfs2/quota.c | 6 +-
12370 fs/hugetlbfs/inode.c | 13 +-
12371 fs/inode.c | 4 +-
12372 fs/jbd2/commit.c | 2 +-
12373 fs/jbd2/transaction.c | 4 +-
12374 fs/jffs2/erase.c | 3 +-
12375 fs/jffs2/file.c | 5 +-
12376 fs/jffs2/fs.c | 2 +-
12377 fs/jffs2/os-linux.h | 2 +-
12378 fs/jffs2/wbuf.c | 3 +-
12379 fs/jfs/super.c | 2 +-
12380 fs/kernfs/dir.c | 2 +-
12381 fs/kernfs/file.c | 20 +-
12382 fs/libfs.c | 10 +-
12383 fs/lockd/clnt4xdr.c | 46 +-
12384 fs/lockd/clntproc.c | 4 +-
12385 fs/lockd/clntxdr.c | 44 +-
12386 fs/lockd/mon.c | 24 +-
12387 fs/lockd/svc.c | 2 +-
12388 fs/lockd/svc4proc.c | 69 +-
12389 fs/lockd/svcproc.c | 75 +-
12390 fs/lockd/xdr.c | 44 +-
12391 fs/lockd/xdr4.c | 41 +-
12392 fs/logfs/dev_bdev.c | 13 +-
12393 fs/logfs/dev_mtd.c | 13 +-
12394 fs/logfs/dir.c | 4 +-
12395 fs/logfs/logfs.h | 5 +-
12396 fs/logfs/readwrite.c | 2 +-
12397 fs/logfs/segment.c | 2 +-
12398 fs/logfs/super.c | 39 -
12399 fs/namei.c | 14 +-
12400 fs/namespace.c | 15 +-
12401 fs/nfs/callback.h | 18 +-
12402 fs/nfs/callback_proc.c | 26 +-
12403 fs/nfs/callback_xdr.c | 73 +-
12404 fs/nfs/dir.c | 5 +-
12405 fs/nfs/inode.c | 6 +-
12406 fs/nfs/internal.h | 5 +-
12407 fs/nfs/mount_clnt.c | 26 +-
12408 fs/nfs/nfs2xdr.c | 101 +-
12409 fs/nfs/nfs3xdr.c | 201 +-
12410 fs/nfs/nfs42xdr.c | 60 +-
12411 fs/nfs/nfs4xdr.c | 507 +-
12412 fs/nfs/read.c | 2 +-
12413 fs/nfs/symlink.c | 6 +-
12414 fs/nfsd/current_stateid.h | 24 +-
12415 fs/nfsd/nfs2acl.c | 85 +-
12416 fs/nfsd/nfs3acl.c | 44 +-
12417 fs/nfsd/nfs3proc.c | 271 +-
12418 fs/nfsd/nfs3xdr.c | 171 +-
12419 fs/nfsd/nfs4callback.c | 31 +-
12420 fs/nfsd/nfs4proc.c | 320 +-
12421 fs/nfsd/nfs4state.c | 111 +-
12422 fs/nfsd/nfs4xdr.c | 564 +-
12423 fs/nfsd/nfscache.c | 11 +-
12424 fs/nfsd/nfsproc.c | 193 +-
12425 fs/nfsd/nfsxdr.c | 96 +-
12426 fs/nfsd/vfs.c | 6 +-
12427 fs/nfsd/xdr.h | 50 +-
12428 fs/nfsd/xdr3.h | 100 +-
12429 fs/nfsd/xdr4.h | 50 +-
12430 fs/nls/nls_base.c | 26 +-
12431 fs/nls/nls_cp932.c | 2 +-
12432 fs/nls/nls_cp936.c | 2 +-
12433 fs/nls/nls_cp949.c | 2 +-
12434 fs/nls/nls_cp950.c | 2 +-
12435 fs/nls/nls_euc-jp.c | 8 +-
12436 fs/nls/nls_koi8-ru.c | 8 +-
12437 fs/notify/fanotify/fanotify_user.c | 4 +-
12438 fs/notify/notification.c | 4 +-
12439 fs/ntfs/dir.c | 4 +-
12440 fs/ntfs/inode.c | 19 +-
12441 fs/ntfs/inode.h | 4 +-
12442 fs/ntfs/mft.c | 4 +-
12443 fs/ntfs/super.c | 8 +-
12444 fs/ocfs2/dlm/dlmcommon.h | 4 +-
12445 fs/ocfs2/dlm/dlmdebug.c | 10 +-
12446 fs/ocfs2/dlm/dlmdomain.c | 4 +-
12447 fs/ocfs2/dlm/dlmmaster.c | 4 +-
12448 fs/ocfs2/dlmfs/dlmfs.c | 4 +-
12449 fs/ocfs2/filecheck.c | 2 +-
12450 fs/ocfs2/localalloc.c | 2 +-
12451 fs/ocfs2/ocfs2.h | 10 +-
12452 fs/ocfs2/suballoc.c | 12 +-
12453 fs/ocfs2/super.c | 20 +-
12454 fs/overlayfs/copy_up.c | 2 +-
12455 fs/pipe.c | 72 +-
12456 fs/posix_acl.c | 4 +-
12457 fs/proc/array.c | 20 +
12458 fs/proc/base.c | 7 +-
12459 fs/proc/kcore.c | 36 +-
12460 fs/proc/meminfo.c | 2 +-
12461 fs/proc/nommu.c | 2 +-
12462 fs/proc/proc_net.c | 2 +-
12463 fs/proc/proc_sysctl.c | 26 +-
12464 fs/proc/task_mmu.c | 39 +-
12465 fs/proc/task_nommu.c | 6 +-
12466 fs/proc/vmcore.c | 16 +-
12467 fs/qnx6/qnx6.h | 4 +-
12468 fs/quota/netlink.c | 4 +-
12469 fs/read_write.c | 34 +-
12470 fs/readdir.c | 3 +-
12471 fs/reiserfs/do_balan.c | 2 +-
12472 fs/reiserfs/procfs.c | 2 +-
12473 fs/reiserfs/reiserfs.h | 4 +-
12474 fs/select.c | 2 +-
12475 fs/seq_file.c | 4 +-
12476 fs/splice.c | 43 +-
12477 fs/squashfs/xattr.c | 10 +-
12478 fs/super.c | 3 +-
12479 fs/sysv/sysv.h | 2 +-
12480 fs/tracefs/inode.c | 8 +-
12481 fs/ubifs/find.c | 34 +-
12482 fs/ubifs/lprops.c | 5 +-
12483 fs/udf/misc.c | 2 +-
12484 fs/ufs/swab.h | 4 +-
12485 fs/userfaultfd.c | 2 +-
12486 fs/xattr.c | 21 +
12487 fs/xfs/libxfs/xfs_bmap.c | 2 +-
12488 fs/xfs/libxfs/xfs_da_btree.c | 4 +-
12489 fs/xfs/xfs_dir2_readdir.c | 7 +-
12490 fs/xfs/xfs_ioctl.c | 2 +-
12491 fs/xfs/xfs_linux.h | 4 +-
12492 include/acpi/ghes.h | 2 +-
12493 include/asm-generic/4level-fixup.h | 2 +
12494 include/asm-generic/atomic-long.h | 186 +-
12495 include/asm-generic/atomic64.h | 12 +
12496 include/asm-generic/bitops/__fls.h | 2 +-
12497 include/asm-generic/bitops/fls.h | 2 +-
12498 include/asm-generic/bitops/fls64.h | 4 +-
12499 include/asm-generic/bug.h | 6 +-
12500 include/asm-generic/cache.h | 4 +-
12501 include/asm-generic/emergency-restart.h | 2 +-
12502 include/asm-generic/kmap_types.h | 4 +-
12503 include/asm-generic/local.h | 13 +
12504 include/asm-generic/pgtable-nopmd.h | 18 +-
12505 include/asm-generic/pgtable-nopud.h | 15 +-
12506 include/asm-generic/pgtable.h | 16 +
12507 include/asm-generic/sections.h | 1 +
12508 include/asm-generic/uaccess.h | 16 +
12509 include/asm-generic/vmlinux.lds.h | 15 +-
12510 include/crypto/algapi.h | 2 +-
12511 include/crypto/cast6.h | 4 +-
12512 include/crypto/serpent.h | 4 +-
12513 include/crypto/xts.h | 2 +-
12514 include/drm/drmP.h | 19 +-
12515 include/drm/drm_mm.h | 2 +-
12516 include/drm/drm_modeset_helper_vtables.h | 2 +-
12517 include/drm/i915_pciids.h | 2 +-
12518 include/drm/intel-gtt.h | 4 +-
12519 include/drm/ttm/ttm_memory.h | 2 +-
12520 include/drm/ttm/ttm_page_alloc.h | 1 +
12521 include/keys/asymmetric-subtype.h | 2 +-
12522 include/keys/encrypted-type.h | 2 +-
12523 include/keys/rxrpc-type.h | 2 +-
12524 include/keys/user-type.h | 2 +-
12525 include/linux/atmdev.h | 4 +-
12526 include/linux/atomic.h | 12 +-
12527 include/linux/audit.h | 2 +-
12528 include/linux/average.h | 2 +-
12529 include/linux/binfmts.h | 3 +-
12530 include/linux/bitmap.h | 2 +-
12531 include/linux/bitops.h | 8 +-
12532 include/linux/blk-cgroup.h | 24 +-
12533 include/linux/blkdev.h | 2 +-
12534 include/linux/blktrace_api.h | 2 +-
12535 include/linux/cache.h | 9 +
12536 include/linux/cdrom.h | 1 -
12537 include/linux/cgroup-defs.h | 2 +-
12538 include/linux/cleancache.h | 2 +-
12539 include/linux/clk-provider.h | 1 +
12540 include/linux/compat.h | 15 +-
12541 include/linux/compiler-gcc.h | 33 +-
12542 include/linux/compiler.h | 197 +-
12543 include/linux/configfs.h | 2 +-
12544 include/linux/cpufreq.h | 7 +-
12545 include/linux/cpuidle.h | 5 +-
12546 include/linux/cpumask.h | 14 +-
12547 include/linux/crypto.h | 4 +-
12548 include/linux/ctype.h | 2 +-
12549 include/linux/dcache.h | 4 +-
12550 include/linux/decompress/mm.h | 2 +-
12551 include/linux/devfreq.h | 2 +-
12552 include/linux/device.h | 7 +-
12553 include/linux/dma-mapping.h | 2 +-
12554 include/linux/efi.h | 1 +
12555 include/linux/elf.h | 2 +
12556 include/linux/err.h | 4 +-
12557 include/linux/extcon.h | 2 +-
12558 include/linux/fb.h | 3 +-
12559 include/linux/fdtable.h | 2 +-
12560 include/linux/firewire.h | 2 +-
12561 include/linux/fs.h | 5 +-
12562 include/linux/fs_struct.h | 2 +-
12563 include/linux/fscache-cache.h | 2 +-
12564 include/linux/fscache.h | 2 +-
12565 include/linux/fsnotify.h | 2 +-
12566 include/linux/genhd.h | 4 +-
12567 include/linux/genl_magic_func.h | 2 +-
12568 include/linux/genl_magic_struct.h | 4 +-
12569 include/linux/gfp.h | 14 +-
12570 include/linux/highmem.h | 12 +
12571 include/linux/hugetlb.h | 2 +-
12572 include/linux/hugetlb_cgroup.h | 11 +
12573 include/linux/hwmon-sysfs.h | 6 +-
12574 include/linux/i2c.h | 1 +
12575 include/linux/if_pppox.h | 2 +-
12576 include/linux/init.h | 10 +-
12577 include/linux/init_task.h | 7 +
12578 include/linux/interrupt.h | 6 +-
12579 include/linux/iommu.h | 2 +-
12580 include/linux/ioport.h | 2 +-
12581 include/linux/ipc.h | 2 +-
12582 include/linux/irq.h | 5 +-
12583 include/linux/irqdesc.h | 2 +-
12584 include/linux/irqdomain.h | 3 +
12585 include/linux/jbd2.h | 2 +-
12586 include/linux/jiffies.h | 16 +-
12587 include/linux/kallsyms.h | 18 +-
12588 include/linux/key-type.h | 2 +-
12589 include/linux/kgdb.h | 6 +-
12590 include/linux/kmemleak.h | 4 +-
12591 include/linux/kobject.h | 3 +-
12592 include/linux/kobject_ns.h | 2 +-
12593 include/linux/kref.h | 2 +-
12594 include/linux/libata.h | 2 +-
12595 include/linux/linkage.h | 22 +-
12596 include/linux/list.h | 15 +
12597 include/linux/lockd/xdr.h | 34 +-
12598 include/linux/lockd/xdr4.h | 34 +-
12599 include/linux/lockref.h | 26 +-
12600 include/linux/math64.h | 10 +-
12601 include/linux/memcontrol.h | 2 +-
12602 include/linux/memory.h | 2 +-
12603 include/linux/mempolicy.h | 7 +
12604 include/linux/mm.h | 98 +-
12605 include/linux/mm_types.h | 20 +
12606 include/linux/mmiotrace.h | 4 +-
12607 include/linux/mmzone.h | 2 +-
12608 include/linux/mod_devicetable.h | 4 +-
12609 include/linux/module.h | 58 +-
12610 include/linux/moduleloader.h | 16 +
12611 include/linux/moduleparam.h | 12 +-
12612 include/linux/net.h | 2 +-
12613 include/linux/netdevice.h | 11 +-
12614 include/linux/netfilter.h | 2 +-
12615 include/linux/netfilter/ipset/ip_set_comment.h | 3 +-
12616 include/linux/netfilter/nfnetlink.h | 2 +-
12617 include/linux/netlink.h | 12 +-
12618 include/linux/nls.h | 4 +-
12619 include/linux/notifier.h | 3 +-
12620 include/linux/oprofile.h | 4 +-
12621 include/linux/padata.h | 2 +-
12622 include/linux/pagemap.h | 4 +-
12623 include/linux/pci_hotplug.h | 3 +-
12624 include/linux/percpu.h | 2 +-
12625 include/linux/perf_event.h | 12 +-
12626 include/linux/pid.h | 4 +-
12627 include/linux/pipe_fs_i.h | 8 +-
12628 include/linux/pm.h | 1 +
12629 include/linux/pm_domain.h | 2 +-
12630 include/linux/pm_runtime.h | 2 +-
12631 include/linux/pnp.h | 2 +-
12632 include/linux/poison.h | 4 +-
12633 include/linux/power/smartreflex.h | 2 +-
12634 include/linux/ppp-comp.h | 2 +-
12635 include/linux/preempt.h | 21 +
12636 include/linux/printk.h | 2 +-
12637 include/linux/proc_ns.h | 2 +-
12638 include/linux/psci.h | 2 +-
12639 include/linux/quota.h | 2 +-
12640 include/linux/random.h | 19 +-
12641 include/linux/rculist.h | 16 +
12642 include/linux/rcupdate.h | 8 +
12643 include/linux/reboot.h | 14 +-
12644 include/linux/regset.h | 3 +-
12645 include/linux/relay.h | 2 +-
12646 include/linux/rio.h | 2 +-
12647 include/linux/rmap.h | 4 +-
12648 include/linux/sched.h | 76 +-
12649 include/linux/scif.h | 2 +-
12650 include/linux/semaphore.h | 2 +-
12651 include/linux/seq_buf.h | 4 +-
12652 include/linux/seq_file.h | 1 +
12653 include/linux/seqlock.h | 10 +
12654 include/linux/signal.h | 2 +-
12655 include/linux/skbuff.h | 12 +-
12656 include/linux/slab.h | 47 +-
12657 include/linux/slab_def.h | 14 +-
12658 include/linux/slub_def.h | 2 +-
12659 include/linux/smp.h | 2 +
12660 include/linux/sock_diag.h | 2 +-
12661 include/linux/sonet.h | 2 +-
12662 include/linux/spinlock.h | 17 +-
12663 include/linux/srcu.h | 5 +-
12664 include/linux/string.h | 70 +-
12665 include/linux/sunrpc/addr.h | 8 +-
12666 include/linux/sunrpc/clnt.h | 2 +-
12667 include/linux/sunrpc/svc.h | 2 +-
12668 include/linux/sunrpc/svc_rdma.h | 18 +-
12669 include/linux/sunrpc/svcauth.h | 2 +-
12670 include/linux/swapops.h | 10 +-
12671 include/linux/swiotlb.h | 3 +-
12672 include/linux/syscalls.h | 36 +-
12673 include/linux/syscore_ops.h | 2 +-
12674 include/linux/sysctl.h | 3 +-
12675 include/linux/sysfs.h | 11 +-
12676 include/linux/sysrq.h | 3 +-
12677 include/linux/tcp.h | 14 +-
12678 include/linux/thread_info.h | 7 +
12679 include/linux/tty.h | 4 +-
12680 include/linux/tty_driver.h | 2 +-
12681 include/linux/tty_ldisc.h | 2 +-
12682 include/linux/types.h | 18 +
12683 include/linux/uaccess.h | 2 +-
12684 include/linux/uio_driver.h | 2 +-
12685 include/linux/unaligned/access_ok.h | 24 +-
12686 include/linux/usb.h | 12 +-
12687 include/linux/usb/hcd.h | 1 +
12688 include/linux/usb/renesas_usbhs.h | 2 +-
12689 include/linux/vermagic.h | 21 +-
12690 include/linux/vga_switcheroo.h | 8 +-
12691 include/linux/vmalloc.h | 7 +-
12692 include/linux/vmstat.h | 24 +-
12693 include/linux/writeback.h | 3 +-
12694 include/linux/xattr.h | 5 +-
12695 include/linux/zlib.h | 3 +-
12696 include/media/v4l2-dev.h | 2 +-
12697 include/media/v4l2-device.h | 2 +-
12698 include/net/9p/transport.h | 2 +-
12699 include/net/bluetooth/l2cap.h | 2 +-
12700 include/net/bonding.h | 2 +-
12701 include/net/caif/cfctrl.h | 6 +-
12702 include/net/cfg80211-wext.h | 20 +-
12703 include/net/cfg802154.h | 2 +-
12704 include/net/fib_rules.h | 3 +-
12705 include/net/flow.h | 2 +-
12706 include/net/genetlink.h | 2 +-
12707 include/net/gro_cells.h | 2 +-
12708 include/net/inet_connection_sock.h | 2 +-
12709 include/net/inet_sock.h | 2 +-
12710 include/net/inetpeer.h | 2 +-
12711 include/net/ip_fib.h | 2 +-
12712 include/net/ip_vs.h | 8 +-
12713 include/net/ipv6.h | 2 +-
12714 include/net/irda/ircomm_tty.h | 1 +
12715 include/net/irda/irias_object.h | 2 +-
12716 include/net/irda/irlmp.h | 1 +
12717 include/net/irda/irlmp_event.h | 6 +-
12718 include/net/irda/timer.h | 6 +-
12719 include/net/iucv/af_iucv.h | 2 +-
12720 include/net/llc_c_ac.h | 2 +-
12721 include/net/llc_c_ev.h | 4 +-
12722 include/net/llc_c_st.h | 2 +-
12723 include/net/llc_s_ac.h | 2 +-
12724 include/net/llc_s_st.h | 2 +-
12725 include/net/mac80211.h | 6 +-
12726 include/net/neighbour.h | 4 +-
12727 include/net/net_namespace.h | 18 +-
12728 include/net/netfilter/nf_conntrack.h | 2 +-
12729 include/net/netlink.h | 2 +-
12730 include/net/netns/conntrack.h | 6 +-
12731 include/net/netns/ipv4.h | 4 +-
12732 include/net/netns/ipv6.h | 4 +-
12733 include/net/netns/xfrm.h | 2 +-
12734 include/net/ping.h | 2 +-
12735 include/net/protocol.h | 4 +-
12736 include/net/rtnetlink.h | 2 +-
12737 include/net/sctp/checksum.h | 4 +-
12738 include/net/sctp/sm.h | 4 +-
12739 include/net/sctp/structs.h | 2 +-
12740 include/net/snmp.h | 10 +-
12741 include/net/sock.h | 12 +-
12742 include/net/tcp.h | 8 +-
12743 include/net/xfrm.h | 15 +-
12744 include/rdma/ib_cm.h | 8 +-
12745 include/scsi/libfc.h | 3 +-
12746 include/scsi/scsi_device.h | 6 +-
12747 include/scsi/scsi_driver.h | 2 +-
12748 include/scsi/scsi_transport_fc.h | 3 +-
12749 include/scsi/sg.h | 2 +-
12750 include/sound/compress_driver.h | 2 +-
12751 include/sound/control.h | 4 +-
12752 include/sound/pcm.h | 2 +-
12753 include/sound/rawmidi.h | 3 +-
12754 include/sound/seq_kernel.h | 2 +-
12755 include/sound/soc.h | 4 +-
12756 include/trace/events/irq.h | 4 +-
12757 include/trace/events/mmflags.h | 7 +
12758 include/uapi/linux/a.out.h | 8 +
12759 include/uapi/linux/bcache.h | 5 +-
12760 include/uapi/linux/byteorder/little_endian.h | 28 +-
12761 include/uapi/linux/connector.h | 2 +-
12762 include/uapi/linux/elf.h | 28 +
12763 include/uapi/linux/screen_info.h | 2 +-
12764 include/uapi/linux/swab.h | 6 +-
12765 include/uapi/linux/xattr.h | 5 +
12766 include/video/udlfb.h | 8 +-
12767 include/video/uvesafb.h | 1 +
12768 init/Kconfig | 2 +-
12769 init/do_mounts.c | 16 +-
12770 init/do_mounts.h | 8 +-
12771 init/do_mounts_initrd.c | 30 +-
12772 init/do_mounts_md.c | 6 +-
12773 init/init_task.c | 4 +
12774 init/initramfs.c | 38 +-
12775 init/main.c | 30 +-
12776 ipc/compat.c | 4 +-
12777 ipc/ipc_sysctl.c | 14 +-
12778 ipc/mq_sysctl.c | 4 +-
12779 ipc/sem.c | 4 +-
12780 ipc/shm.c | 8 +-
12781 kernel/audit.c | 10 +-
12782 kernel/auditsc.c | 4 +-
12783 kernel/bpf/core.c | 28 +-
12784 kernel/capability.c | 3 +
12785 kernel/cgroup.c | 29 +-
12786 kernel/compat.c | 38 +-
12787 kernel/debug/debug_core.c | 16 +-
12788 kernel/debug/kdb/kdb_main.c | 4 +-
12789 kernel/events/core.c | 36 +-
12790 kernel/events/internal.h | 10 +-
12791 kernel/events/uprobes.c | 2 +-
12792 kernel/exit.c | 27 +-
12793 kernel/fork.c | 175 +-
12794 kernel/futex.c | 11 +-
12795 kernel/futex_compat.c | 2 +-
12796 kernel/irq/manage.c | 2 +-
12797 kernel/irq/msi.c | 19 +-
12798 kernel/irq/spurious.c | 2 +-
12799 kernel/jump_label.c | 5 +
12800 kernel/kallsyms.c | 40 +-
12801 kernel/kexec.c | 3 +-
12802 kernel/kmod.c | 8 +-
12803 kernel/kprobes.c | 4 +-
12804 kernel/ksysfs.c | 2 +-
12805 kernel/locking/lockdep.c | 7 +-
12806 kernel/locking/mutex-debug.c | 12 +-
12807 kernel/locking/mutex-debug.h | 4 +-
12808 kernel/locking/mutex.c | 6 +-
12809 kernel/module.c | 405 +-
12810 kernel/notifier.c | 17 +-
12811 kernel/padata.c | 4 +-
12812 kernel/panic.c | 11 +-
12813 kernel/pid.c | 8 +-
12814 kernel/pid_namespace.c | 2 +-
12815 kernel/power/process.c | 12 +-
12816 kernel/profile.c | 14 +-
12817 kernel/ptrace.c | 8 +-
12818 kernel/rcu/rcutorture.c | 60 +-
12819 kernel/rcu/tiny.c | 4 +-
12820 kernel/rcu/tree.c | 42 +-
12821 kernel/rcu/tree.h | 16 +-
12822 kernel/rcu/tree_plugin.h | 18 +-
12823 kernel/rcu/tree_trace.c | 14 +-
12824 kernel/resource.c | 4 +-
12825 kernel/sched/auto_group.c | 4 +-
12826 kernel/sched/core.c | 8 +-
12827 kernel/sched/deadline.c | 4 +-
12828 kernel/sched/debug.c | 43 +-
12829 kernel/sched/fair.c | 2 +-
12830 kernel/sched/rt.c | 4 +-
12831 kernel/sched/sched.h | 13 +-
12832 kernel/signal.c | 28 +-
12833 kernel/smp.c | 2 +-
12834 kernel/smpboot.c | 7 +-
12835 kernel/softirq.c | 12 +-
12836 kernel/stop_machine.c | 2 +-
12837 kernel/sys.c | 10 +-
12838 kernel/sys_ni.c | 4 +-
12839 kernel/sysctl.c | 34 +-
12840 kernel/time/alarmtimer.c | 4 +-
12841 kernel/time/posix-clock.c | 8 +-
12842 kernel/time/posix-cpu-timers.c | 4 +-
12843 kernel/time/posix-timers.c | 36 +-
12844 kernel/time/timer.c | 2 +-
12845 kernel/time/timer_stats.c | 10 +-
12846 kernel/trace/blktrace.c | 6 +-
12847 kernel/trace/ftrace.c | 33 +-
12848 kernel/trace/ring_buffer.c | 96 +-
12849 kernel/trace/trace.c | 2 +-
12850 kernel/trace/trace.h | 2 +-
12851 kernel/trace/trace_clock.c | 4 +-
12852 kernel/trace/trace_events.c | 1 -
12853 kernel/trace/trace_functions_graph.c | 4 +-
12854 kernel/trace/trace_mmiotrace.c | 8 +-
12855 kernel/trace/trace_output.c | 10 +-
12856 kernel/trace/trace_seq.c | 2 +-
12857 kernel/trace/trace_stack.c | 2 +-
12858 kernel/user.c | 2 +-
12859 kernel/user_namespace.c | 2 +-
12860 kernel/utsname_sysctl.c | 2 +-
12861 kernel/watchdog.c | 2 +-
12862 kernel/workqueue.c | 8 +-
12863 lib/Kconfig.debug | 8 +-
12864 lib/Makefile | 2 +-
12865 lib/bitmap.c | 8 +-
12866 lib/bug.c | 2 +
12867 lib/debugobjects.c | 2 +-
12868 lib/decompress_bunzip2.c | 3 +-
12869 lib/decompress_unlzma.c | 4 +-
12870 lib/div64.c | 4 +-
12871 lib/dma-debug.c | 4 +-
12872 lib/extable.c | 11 +-
12873 lib/inflate.c | 2 +-
12874 lib/ioremap.c | 4 +-
12875 lib/irq_poll.c | 2 +-
12876 lib/kobject.c | 4 +-
12877 lib/list_debug.c | 126 +-
12878 lib/lockref.c | 44 +-
12879 lib/percpu-refcount.c | 2 +-
12880 lib/radix-tree.c | 2 +-
12881 lib/random32.c | 2 +-
12882 lib/rhashtable.c | 4 +-
12883 lib/seq_buf.c | 4 +-
12884 lib/show_mem.c | 2 +-
12885 lib/strncpy_from_user.c | 2 +-
12886 lib/strnlen_user.c | 2 +-
12887 lib/swiotlb.c | 2 +-
12888 lib/usercopy.c | 6 +
12889 lib/vsprintf.c | 12 +-
12890 mm/Kconfig | 6 +-
12891 mm/backing-dev.c | 4 +-
12892 mm/fadvise.c | 2 +-
12893 mm/filemap.c | 8 +-
12894 mm/gup.c | 13 +-
12895 mm/highmem.c | 6 +-
12896 mm/hugetlb.c | 125 +-
12897 mm/hugetlb_cgroup.c | 60 +-
12898 mm/internal.h | 3 +-
12899 mm/maccess.c | 12 +-
12900 mm/madvise.c | 37 +
12901 mm/memcontrol.c | 6 +-
12902 mm/memory-failure.c | 6 +-
12903 mm/memory.c | 424 +-
12904 mm/mempolicy.c | 25 +
12905 mm/mlock.c | 18 +-
12906 mm/mm_init.c | 2 +-
12907 mm/mmap.c | 572 +-
12908 mm/mprotect.c | 137 +-
12909 mm/mremap.c | 39 +-
12910 mm/nommu.c | 21 +-
12911 mm/page-writeback.c | 2 +-
12912 mm/page_alloc.c | 61 +-
12913 mm/percpu.c | 2 +-
12914 mm/process_vm_access.c | 14 +-
12915 mm/readahead.c | 2 +-
12916 mm/rmap.c | 43 +-
12917 mm/shmem.c | 35 +-
12918 mm/slab.c | 113 +-
12919 mm/slab.h | 37 +-
12920 mm/slab_common.c | 79 +-
12921 mm/slob.c | 220 +-
12922 mm/slub.c | 111 +-
12923 mm/sparse-vmemmap.c | 4 +-
12924 mm/sparse.c | 2 +-
12925 mm/swap.c | 7 +
12926 mm/swapfile.c | 12 +-
12927 mm/util.c | 7 +
12928 mm/vmalloc.c | 116 +-
12929 mm/vmstat.c | 12 +-
12930 net/8021q/vlan.c | 5 +-
12931 net/8021q/vlan_netlink.c | 2 +-
12932 net/9p/mod.c | 4 +-
12933 net/9p/trans_fd.c | 2 +-
12934 net/atm/atm_misc.c | 8 +-
12935 net/atm/lec.h | 2 +-
12936 net/atm/proc.c | 6 +-
12937 net/atm/resources.c | 4 +-
12938 net/ax25/sysctl_net_ax25.c | 2 +-
12939 net/batman-adv/bat_iv_ogm.c | 8 +-
12940 net/batman-adv/fragmentation.c | 2 +-
12941 net/batman-adv/routing.c | 4 +-
12942 net/batman-adv/soft-interface.c | 12 +-
12943 net/batman-adv/sysfs.c | 48 +-
12944 net/batman-adv/sysfs.h | 4 +-
12945 net/batman-adv/translation-table.c | 14 +-
12946 net/batman-adv/types.h | 8 +-
12947 net/bluetooth/hci_sock.c | 2 +-
12948 net/bluetooth/l2cap_core.c | 6 +-
12949 net/bluetooth/l2cap_sock.c | 12 +-
12950 net/bluetooth/rfcomm/sock.c | 4 +-
12951 net/bluetooth/rfcomm/tty.c | 4 +-
12952 net/bridge/br_netfilter_hooks.c | 4 +-
12953 net/bridge/br_netlink.c | 2 +-
12954 net/bridge/netfilter/ebtables.c | 6 +-
12955 net/caif/cfctrl.c | 11 +-
12956 net/caif/chnl_net.c | 4 +-
12957 net/can/af_can.c | 2 +-
12958 net/can/gw.c | 6 +-
12959 net/ceph/ceph_common.c | 2 +-
12960 net/ceph/messenger.c | 4 +-
12961 net/compat.c | 26 +-
12962 net/core/datagram.c | 2 +-
12963 net/core/dev.c | 24 +-
12964 net/core/filter.c | 2 +-
12965 net/core/flow.c | 8 +-
12966 net/core/neighbour.c | 18 +-
12967 net/core/net-procfs.c | 4 +-
12968 net/core/net-sysfs.c | 2 +-
12969 net/core/net_namespace.c | 10 +-
12970 net/core/netpoll.c | 4 +-
12971 net/core/rtnetlink.c | 17 +-
12972 net/core/scm.c | 12 +-
12973 net/core/skbuff.c | 11 +-
12974 net/core/sock.c | 30 +-
12975 net/core/sock_diag.c | 15 +-
12976 net/core/sysctl_net_core.c | 22 +-
12977 net/decnet/af_decnet.c | 1 +
12978 net/decnet/sysctl_net_decnet.c | 4 +-
12979 net/dsa/dsa.c | 2 +-
12980 net/hsr/hsr_device.c | 2 +-
12981 net/hsr/hsr_netlink.c | 2 +-
12982 net/ieee802154/6lowpan/core.c | 2 +-
12983 net/ieee802154/6lowpan/reassembly.c | 14 +-
12984 net/ieee802154/core.c | 6 +-
12985 net/ipv4/af_inet.c | 6 +-
12986 net/ipv4/arp.c | 2 +-
12987 net/ipv4/devinet.c | 20 +-
12988 net/ipv4/fib_frontend.c | 6 +-
12989 net/ipv4/fib_semantics.c | 2 +-
12990 net/ipv4/icmp.c | 2 +-
12991 net/ipv4/inet_connection_sock.c | 4 +-
12992 net/ipv4/inet_diag.c | 4 +-
12993 net/ipv4/inet_timewait_sock.c | 2 +-
12994 net/ipv4/inetpeer.c | 2 +-
12995 net/ipv4/ip_fragment.c | 17 +-
12996 net/ipv4/ip_gre.c | 6 +-
12997 net/ipv4/ip_sockglue.c | 2 +-
12998 net/ipv4/ip_vti.c | 4 +-
12999 net/ipv4/ipconfig.c | 6 +-
13000 net/ipv4/ipip.c | 4 +-
13001 net/ipv4/netfilter/arp_tables.c | 12 +-
13002 net/ipv4/netfilter/ip_tables.c | 12 +-
13003 net/ipv4/ping.c | 14 +-
13004 net/ipv4/proc.c | 10 +-
13005 net/ipv4/raw.c | 16 +-
13006 net/ipv4/route.c | 40 +-
13007 net/ipv4/sysctl_net_ipv4.c | 24 +-
13008 net/ipv4/tcp_input.c | 6 +-
13009 net/ipv4/tcp_ipv4.c | 2 +-
13010 net/ipv4/tcp_metrics.c | 2 +-
13011 net/ipv4/tcp_probe.c | 2 +-
13012 net/ipv4/udp.c | 10 +-
13013 net/ipv4/xfrm4_mode_transport.c | 2 +-
13014 net/ipv4/xfrm4_policy.c | 19 +-
13015 net/ipv4/xfrm4_state.c | 4 +-
13016 net/ipv6/addrconf.c | 24 +-
13017 net/ipv6/af_inet6.c | 2 +-
13018 net/ipv6/datagram.c | 2 +-
13019 net/ipv6/icmp.c | 2 +-
13020 net/ipv6/inet6_hashtables.c | 2 +-
13021 net/ipv6/ip6_fib.c | 4 +-
13022 net/ipv6/ip6_gre.c | 10 +-
13023 net/ipv6/ip6_tunnel.c | 4 +-
13024 net/ipv6/ip6_vti.c | 4 +-
13025 net/ipv6/ipv6_sockglue.c | 2 +-
13026 net/ipv6/ndisc.c | 2 +-
13027 net/ipv6/netfilter/ip6_tables.c | 12 +-
13028 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
13029 net/ipv6/ping.c | 33 +-
13030 net/ipv6/proc.c | 10 +-
13031 net/ipv6/raw.c | 17 +-
13032 net/ipv6/reassembly.c | 13 +-
13033 net/ipv6/route.c | 2 +-
13034 net/ipv6/sit.c | 4 +-
13035 net/ipv6/sysctl_net_ipv6.c | 2 +-
13036 net/ipv6/udp.c | 6 +-
13037 net/ipv6/xfrm6_mode_transport.c | 2 +-
13038 net/ipv6/xfrm6_policy.c | 17 +-
13039 net/irda/discovery.c | 2 +-
13040 net/irda/ircomm/ircomm_core.c | 13 +-
13041 net/irda/ircomm/ircomm_tty.c | 24 +-
13042 net/irda/ircomm/ircomm_tty_attach.c | 4 +-
13043 net/irda/irda_device.c | 14 +-
13044 net/irda/iriap.c | 14 +-
13045 net/irda/irias_object.c | 10 +-
13046 net/irda/irlan/irlan_client.c | 2 +-
13047 net/irda/irlap.c | 15 +-
13048 net/irda/irlap_event.c | 2 +-
13049 net/irda/irlmp.c | 21 +-
13050 net/irda/irlmp_event.c | 6 +-
13051 net/irda/irnet/irnet.h | 2 +-
13052 net/irda/irnet/irnet_irda.c | 6 +-
13053 net/irda/irttp.c | 8 +-
13054 net/irda/timer.c | 24 +-
13055 net/iucv/af_iucv.c | 4 +-
13056 net/iucv/iucv.c | 2 +-
13057 net/key/af_key.c | 4 +-
13058 net/l2tp/l2tp_eth.c | 40 +-
13059 net/l2tp/l2tp_ip.c | 2 +-
13060 net/l2tp/l2tp_ip6.c | 2 +-
13061 net/mac80211/cfg.c | 12 +-
13062 net/mac80211/debugfs.c | 2 +-
13063 net/mac80211/debugfs_key.c | 6 +-
13064 net/mac80211/ieee80211_i.h | 3 +-
13065 net/mac80211/iface.c | 20 +-
13066 net/mac80211/main.c | 2 +-
13067 net/mac80211/pm.c | 4 +-
13068 net/mac80211/rate.c | 2 +-
13069 net/mac80211/sta_info.c | 2 +-
13070 net/mac80211/tx.c | 2 +-
13071 net/mac80211/util.c | 8 +-
13072 net/mac80211/wpa.c | 12 +-
13073 net/mac802154/iface.c | 6 +-
13074 net/mpls/af_mpls.c | 10 +-
13075 net/netfilter/ipset/ip_set_core.c | 7 +-
13076 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
13077 net/netfilter/ipvs/ip_vs_core.c | 4 +-
13078 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
13079 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
13080 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
13081 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
13082 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
13083 net/netfilter/nf_conntrack_acct.c | 2 +-
13084 net/netfilter/nf_conntrack_core.c | 6 +-
13085 net/netfilter/nf_conntrack_ecache.c | 2 +-
13086 net/netfilter/nf_conntrack_helper.c | 2 +-
13087 net/netfilter/nf_conntrack_netlink.c | 22 +-
13088 net/netfilter/nf_conntrack_proto.c | 2 +-
13089 net/netfilter/nf_conntrack_standalone.c | 2 +-
13090 net/netfilter/nf_conntrack_timestamp.c | 2 +-
13091 net/netfilter/nf_log.c | 10 +-
13092 net/netfilter/nf_nat_ftp.c | 2 +-
13093 net/netfilter/nf_nat_irc.c | 2 +-
13094 net/netfilter/nf_sockopt.c | 4 +-
13095 net/netfilter/nf_tables_api.c | 13 +-
13096 net/netfilter/nfnetlink_acct.c | 7 +-
13097 net/netfilter/nfnetlink_cthelper.c | 2 +-
13098 net/netfilter/nfnetlink_cttimeout.c | 2 +-
13099 net/netfilter/nfnetlink_log.c | 4 +-
13100 net/netfilter/nft_compat.c | 9 +-
13101 net/netfilter/xt_IDLETIMER.c | 12 +-
13102 net/netfilter/xt_statistic.c | 8 +-
13103 net/netlink/af_netlink.c | 16 +-
13104 net/netlink/diag.c | 2 +-
13105 net/netlink/genetlink.c | 14 +-
13106 net/openvswitch/vport-geneve.c | 7 +-
13107 net/openvswitch/vport-gre.c | 7 +-
13108 net/openvswitch/vport-internal_dev.c | 4 +-
13109 net/openvswitch/vport-netdev.c | 7 +-
13110 net/openvswitch/vport-vxlan.c | 7 +-
13111 net/packet/af_packet.c | 26 +-
13112 net/packet/diag.c | 2 +-
13113 net/packet/internal.h | 6 +-
13114 net/phonet/pep.c | 6 +-
13115 net/phonet/socket.c | 2 +-
13116 net/phonet/sysctl.c | 2 +-
13117 net/rds/cong.c | 6 +-
13118 net/rds/ib.h | 2 +-
13119 net/rds/ib_cm.c | 2 +-
13120 net/rds/ib_recv.c | 4 +-
13121 net/rds/rds.h | 2 +-
13122 net/rds/tcp.c | 6 +-
13123 net/rds/tcp.h | 6 +-
13124 net/rds/tcp_send.c | 2 +-
13125 net/rxrpc/af_rxrpc.c | 2 +-
13126 net/rxrpc/ar-ack.c | 14 +-
13127 net/rxrpc/ar-call.c | 2 +-
13128 net/rxrpc/ar-connection.c | 2 +-
13129 net/rxrpc/ar-connevent.c | 2 +-
13130 net/rxrpc/ar-input.c | 4 +-
13131 net/rxrpc/ar-internal.h | 8 +-
13132 net/rxrpc/ar-local.c | 2 +-
13133 net/rxrpc/ar-output.c | 4 +-
13134 net/rxrpc/ar-peer.c | 2 +-
13135 net/rxrpc/ar-proc.c | 4 +-
13136 net/rxrpc/ar-transport.c | 2 +-
13137 net/rxrpc/rxkad.c | 4 +-
13138 net/sched/sch_generic.c | 4 +-
13139 net/sched/sch_tbf.c | 9 +-
13140 net/sctp/ipv6.c | 4 +-
13141 net/sctp/protocol.c | 8 +-
13142 net/sctp/sm_sideeffect.c | 4 +-
13143 net/sctp/socket.c | 21 +-
13144 net/sctp/sysctl.c | 10 +-
13145 net/socket.c | 18 +-
13146 net/sunrpc/auth_gss/gss_rpc_upcall.c | 4 +-
13147 net/sunrpc/auth_gss/gss_rpc_xdr.c | 11 +-
13148 net/sunrpc/auth_gss/gss_rpc_xdr.h | 8 +-
13149 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
13150 net/sunrpc/clnt.c | 4 +-
13151 net/sunrpc/rpcb_clnt.c | 66 +-
13152 net/sunrpc/sched.c | 4 +-
13153 net/sunrpc/svc.c | 8 +-
13154 net/sunrpc/svcauth_unix.c | 2 +-
13155 net/sunrpc/xprtrdma/svc_rdma.c | 44 +-
13156 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
13157 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
13158 net/sunrpc/xprtrdma/svc_rdma_transport.c | 2 +-
13159 net/tipc/netlink_compat.c | 12 +-
13160 net/tipc/subscr.c | 2 +-
13161 net/unix/diag.c | 2 +-
13162 net/unix/sysctl_net_unix.c | 2 +-
13163 net/wireless/scan.c | 3 +-
13164 net/wireless/wext-compat.c | 140 +-
13165 net/wireless/wext-compat.h | 8 +-
13166 net/wireless/wext-core.c | 19 +-
13167 net/wireless/wext-sme.c | 5 +-
13168 net/xfrm/xfrm_policy.c | 18 +-
13169 net/xfrm/xfrm_state.c | 37 +-
13170 net/xfrm/xfrm_sysctl.c | 2 +-
13171 net/xfrm/xfrm_user.c | 2 +-
13172 scripts/Kbuild.include | 12 +-
13173 scripts/Makefile | 2 +-
13174 scripts/Makefile.build | 2 +-
13175 scripts/Makefile.clean | 4 +-
13176 scripts/Makefile.extrawarn | 4 +
13177 scripts/Makefile.gcc-plugins | 93 +
13178 scripts/Makefile.host | 73 +-
13179 scripts/basic/fixdep.c | 12 +-
13180 scripts/dtc/checks.c | 14 +-
13181 scripts/dtc/data.c | 6 +-
13182 scripts/dtc/flattree.c | 8 +-
13183 scripts/dtc/livetree.c | 4 +-
13184 scripts/gcc-plugin.sh | 65 +
13185 scripts/gcc-plugins/Makefile | 25 +
13186 scripts/gcc-plugins/checker_plugin.c | 496 +
13187 scripts/gcc-plugins/colorize_plugin.c | 162 +
13188 scripts/gcc-plugins/constify_plugin.c | 583 +
13189 scripts/gcc-plugins/gcc-common.h | 893 +
13190 scripts/gcc-plugins/gcc-generate-gimple-pass.h | 175 +
13191 scripts/gcc-plugins/gcc-generate-ipa-pass.h | 289 +
13192 scripts/gcc-plugins/gcc-generate-rtl-pass.h | 175 +
13193 scripts/gcc-plugins/gcc-generate-simple_ipa-pass.h | 175 +
13194 scripts/gcc-plugins/initify_plugin.c | 536 +
13195 scripts/gcc-plugins/kallocstat_plugin.c | 135 +
13196 scripts/gcc-plugins/kernexec_plugin.c | 407 +
13197 scripts/gcc-plugins/latent_entropy_plugin.c | 613 +
13198 scripts/gcc-plugins/rap_plugin/Makefile | 6 +
13199 scripts/gcc-plugins/rap_plugin/rap.h | 36 +
13200 scripts/gcc-plugins/rap_plugin/rap_fptr_pass.c | 220 +
13201 scripts/gcc-plugins/rap_plugin/rap_hash.c | 382 +
13202 scripts/gcc-plugins/rap_plugin/rap_plugin.c | 511 +
13203 scripts/gcc-plugins/rap_plugin/sip.c | 96 +
13204 .../gcc-plugins/size_overflow_plugin/.gitignore | 3 +
13205 scripts/gcc-plugins/size_overflow_plugin/Makefile | 30 +
13206 .../disable_size_overflow_hash.data | 12445 +++++++++++
13207 .../generate_size_overflow_hash.sh | 103 +
13208 .../insert_size_overflow_asm.c | 369 +
13209 .../size_overflow_plugin/intentional_overflow.c | 1166 +
13210 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
13211 .../size_overflow_plugin/size_overflow.h | 331 +
13212 .../size_overflow_plugin/size_overflow_debug.c | 194 +
13213 .../size_overflow_plugin/size_overflow_hash.data | 21503 +++++++++++++++++++
13214 .../size_overflow_hash_aux.data | 97 +
13215 .../size_overflow_plugin/size_overflow_ipa.c | 1163 +
13216 .../size_overflow_plugin/size_overflow_misc.c | 505 +
13217 .../size_overflow_plugin/size_overflow_plugin.c | 290 +
13218 .../size_overflow_plugin_hash.c | 352 +
13219 .../size_overflow_plugin/size_overflow_transform.c | 743 +
13220 .../size_overflow_transform_core.c | 1025 +
13221 scripts/gcc-plugins/stackleak_plugin.c | 350 +
13222 scripts/gcc-plugins/structleak_plugin.c | 239 +
13223 scripts/headers_install.sh | 1 +
13224 scripts/kallsyms.c | 4 +-
13225 scripts/kconfig/lkc.h | 5 +-
13226 scripts/kconfig/menu.c | 2 +-
13227 scripts/kconfig/symbol.c | 6 +-
13228 scripts/link-vmlinux.sh | 2 +-
13229 scripts/mod/file2alias.c | 14 +-
13230 scripts/mod/modpost.c | 40 +-
13231 scripts/mod/modpost.h | 6 +-
13232 scripts/mod/sumversion.c | 2 +-
13233 scripts/module-common.lds | 4 +
13234 scripts/package/builddeb | 1 +
13235 scripts/pnmtologo.c | 6 +-
13236 scripts/sortextable.h | 6 +-
13237 scripts/tags.sh | 2 +-
13238 security/Kconfig | 710 +-
13239 security/apparmor/include/policy.h | 2 +-
13240 security/apparmor/lsm.c | 16 +-
13241 security/apparmor/policy.c | 4 +-
13242 security/integrity/ima/ima.h | 4 +-
13243 security/integrity/ima/ima_api.c | 2 +-
13244 security/integrity/ima/ima_fs.c | 4 +-
13245 security/integrity/ima/ima_queue.c | 2 +-
13246 security/keys/internal.h | 8 +-
13247 security/keys/key.c | 18 +-
13248 security/keys/keyring.c | 4 -
13249 security/selinux/avc.c | 6 +-
13250 security/selinux/include/xfrm.h | 2 +-
13251 security/yama/yama_lsm.c | 2 +-
13252 sound/aoa/codecs/onyx.c | 7 +-
13253 sound/aoa/codecs/onyx.h | 1 +
13254 sound/core/oss/pcm_oss.c | 18 +-
13255 sound/core/pcm_compat.c | 2 +-
13256 sound/core/pcm_lib.c | 3 +-
13257 sound/core/pcm_native.c | 4 +-
13258 sound/core/rawmidi.c | 5 +-
13259 sound/core/seq/oss/seq_oss_synth.c | 4 +-
13260 sound/core/seq/seq_clientmgr.c | 10 +-
13261 sound/core/seq/seq_compat.c | 2 +-
13262 sound/core/seq/seq_fifo.c | 6 +-
13263 sound/core/seq/seq_fifo.h | 2 +-
13264 sound/core/seq/seq_memory.c | 18 +-
13265 sound/core/seq/seq_midi.c | 5 +-
13266 sound/core/seq/seq_virmidi.c | 2 +-
13267 sound/core/sound.c | 2 +-
13268 sound/drivers/mts64.c | 14 +-
13269 sound/drivers/opl4/opl4_lib.c | 2 +-
13270 sound/drivers/portman2x4.c | 3 +-
13271 sound/firewire/amdtp-am824.c | 2 +-
13272 sound/firewire/amdtp-stream.c | 4 +-
13273 sound/firewire/amdtp-stream.h | 2 +-
13274 sound/firewire/digi00x/amdtp-dot.c | 2 +-
13275 sound/firewire/isight.c | 10 +-
13276 sound/firewire/oxfw/oxfw-scs1x.c | 8 +-
13277 sound/oss/sb_audio.c | 2 +-
13278 sound/oss/swarm_cs4297a.c | 6 +-
13279 sound/pci/als300.c | 2 +-
13280 sound/pci/aw2/aw2-alsa.c | 2 -
13281 sound/pci/aw2/aw2-saa7146.c | 4 +-
13282 sound/pci/ctxfi/ctamixer.c | 14 +-
13283 sound/pci/ctxfi/ctamixer.h | 8 +-
13284 sound/pci/ctxfi/ctatc.c | 20 +-
13285 sound/pci/ctxfi/ctdaio.c | 6 +-
13286 sound/pci/ctxfi/ctdaio.h | 4 +-
13287 sound/pci/ctxfi/ctsrc.c | 13 +-
13288 sound/pci/ctxfi/ctsrc.h | 8 +-
13289 sound/pci/hda/hda_codec.c | 2 +-
13290 sound/pci/ymfpci/ymfpci.h | 2 +-
13291 sound/pci/ymfpci/ymfpci_main.c | 12 +-
13292 sound/soc/codecs/cx20442.c | 8 +-
13293 sound/soc/codecs/sti-sas.c | 10 +-
13294 sound/soc/codecs/tlv320dac33.c | 7 +-
13295 sound/soc/codecs/uda1380.c | 7 +-
13296 sound/soc/intel/skylake/skl-sst-dsp.h | 4 +-
13297 sound/soc/soc-ac97.c | 6 +-
13298 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
13299 tools/include/linux/compiler.h | 8 +
13300 tools/perf/util/include/asm/alternative-asm.h | 3 +
13301 tools/virtio/linux/uaccess.h | 2 +-
13302 virt/kvm/kvm_main.c | 42 +-
13303 2730 files changed, 77381 insertions(+), 14195 deletions(-)
13304 commit 5988c8dba8a5da45e35d71f4a8fec34c267258c5
13305 Author: Brad Spengler <spender@grsecurity.net>
13306 Date: Mon Apr 25 20:40:53 2016 -0400
13307
13308 Fix DoS in n_tty_receive_buf_common reported by marcan at:
13309 https://forums.grsecurity.net/viewtopic.php?t=4342&p=16222
13310 and via lengthy diatribe on Twitter:
13311 https://twitter.com/marcan42/status/724740708104474626
13312 https://twitter.com/marcan42/status/724740985146609664
13313 https://twitter.com/marcan42/status/724741270325760000
13314 https://twitter.com/marcan42/status/724742465199050752
13315 https://twitter.com/marcan42/status/724745886794833920
13316 https://twitter.com/marcan42/status/724749571495075840
13317 https://twitter.com/marcan42/status/724746427285409796
13318 https://twitter.com/marcan42/status/724743150263095296
13319 https://twitter.com/marcan42/status/724757473433808896
13320
13321 Fix it correctly instead of using the incorrect fix suggested
13322 by marcan (aka "try reading the code next time")
13323 The original code was meant to fix an integer truncation issue
13324 that would also have caused a SIZE_OVERFLOW "DoS".
13325
13326 drivers/tty/n_tty.c | 9 +++++----
13327 1 file changed, 5 insertions(+), 4 deletions(-)
13328
13329 commit 5459ff57d8987389fa17d5d6f55b70a789347c2f
13330 Author: Brad Spengler <spender@grsecurity.net>
13331 Date: Mon Apr 25 19:52:33 2016 -0400
13332
13333 Avoid overflow in environ_read() caught by SIZE_OVERFLOW,
13334 reported by jotik at:
13335 https://forums.grsecurity.net/viewtopic.php?t=4363&p=16217
13336 patch from Mathias Krause
13337
13338 fs/proc/base.c | 2 +-
13339 1 file changed, 1 insertion(+), 1 deletion(-)
13340
13341 commit 24a5c92e147af1e739e9eeca020c61ad2674e784
13342 Author: Jiri Benc <jbenc@redhat.com>
13343 Date: Fri Apr 22 13:09:13 2016 +0200
13344
13345 cxgbi: fix uninitialized flowi6
13346
13347 ip6_route_output looks into different fields in the passed flowi6 structure,
13348 yet cxgbi passes garbage in nearly all those fields. Zero the structure out
13349 first.
13350
13351 Fixes: fc8d0590d9142 ("libcxgbi: Add ipv6 api to driver")
13352 Signed-off-by: Jiri Benc <jbenc@redhat.com>
13353 Signed-off-by: David S. Miller <davem@davemloft.net>
13354
13355 drivers/scsi/cxgbi/libcxgbi.c | 1 +
13356 1 file changed, 1 insertion(+)
13357
13358 commit ec65caa32652841a5be21d6e73146921af16d7a8
13359 Author: Brad Spengler <spender@grsecurity.net>
13360 Date: Wed Apr 20 20:59:43 2016 -0400
13361
13362 Make /proc/sched_debug only readable by root, mentioned in
13363 recent NCC Group paper on Linux containers
13364
13365 kernel/sched/debug.c | 4 ++++
13366 1 file changed, 4 insertions(+)
13367
13368 commit 7957d30730bb26a4aef54ab484dc3b4108f1fdb1
13369 Merge: 463149f ff26083
13370 Author: Brad Spengler <spender@grsecurity.net>
13371 Date: Wed Apr 20 17:55:53 2016 -0400
13372
13373 Merge branch 'pax-test' into grsec-test
13374
13375 commit ff260839e610d2bc1b0c579edd7deb0028198f01
13376 Author: Brad Spengler <spender@grsecurity.net>
13377 Date: Wed Apr 20 17:55:24 2016 -0400
13378
13379 Update to pax-linux-4.4.8-test14.patch:
13380 - Emese fixed some CodingStyle issues in the latent entropy plugin
13381 - fixed some build problems on mips, reported by Steve Arnold (https://bugs.gentoo.org/show_bug.cgi?id=578394)
13382
13383 arch/mips/include/asm/cache.h | 3 ++-
13384 arch/mips/lib/ashldi3.c | 21 ++++++++++++++-------
13385 arch/mips/lib/ashrdi3.c | 19 +++++++++++++------
13386 arch/mips/lib/libgcc.h | 12 +++++++++---
13387 drivers/idle/intel_idle.c | 6 ++++--
13388 tools/gcc/latent_entropy_plugin.c | 29 +++++++++++++++--------------
13389 6 files changed, 57 insertions(+), 33 deletions(-)
13390
13391 commit 463149f47a64db4b26a13009f83ed73d393a209c
13392 Author: Xiaodong Liu <xiaodong.liu@intel.com>
13393 Date: Tue Apr 12 09:45:51 2016 +0000
13394
13395 crypto: sha1-mb - use corrcet pointer while completing jobs
13396
13397 In sha_complete_job, incorrect mcryptd_hash_request_ctx pointer is used
13398 when check and complete other jobs. If the memory of first completed req
13399 is freed, while still completing other jobs in the func, kernel will
13400 crash since NULL pointer is assigned to RIP.
13401
13402 Cc: <stable@vger.kernel.org>
13403 Signed-off-by: Xiaodong Liu <xiaodong.liu@intel.com>
13404 Acked-by: Tim Chen <tim.c.chen@linux.intel.com>
13405 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
13406
13407 arch/x86/crypto/sha-mb/sha1_mb.c | 4 ++--
13408 1 file changed, 2 insertions(+), 2 deletions(-)
13409
13410 commit b4e6484e67b917afb77478cab1260f41dbbc92fc
13411 Author: Tom Lendacky <thomas.lendacky@amd.com>
13412 Date: Wed Apr 13 10:52:25 2016 -0500
13413
13414 crypto: ccp - Prevent information leakage on export
13415
13416 Prevent information from leaking to userspace by doing a memset to 0 of
13417 the export state structure before setting the structure values and copying
13418 it. This prevents un-initialized padding areas from being copied into the
13419 export area.
13420
13421 Cc: <stable@vger.kernel.org> # 3.14.x-
13422 Reported-by: Ben Hutchings <ben@decadent.org.uk>
13423 Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
13424 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
13425
13426 drivers/crypto/ccp/ccp-crypto-aes-cmac.c | 3 +++
13427 drivers/crypto/ccp/ccp-crypto-sha.c | 3 +++
13428 2 files changed, 6 insertions(+)
13429
13430 commit 7d7e961d3f4e4614b22518d8e410e6cf4108f1b0
13431 Author: Konstantin Khlebnikov <khlebnikov@yandex-team.ru>
13432 Date: Mon Apr 18 14:33:54 2016 +0300
13433
13434 net/mlx4_en: allocate non 0-order pages for RX ring with __GFP_NOMEMALLOC
13435
13436 High order pages are optional here since commit 51151a16a60f ("mlx4: allow
13437 order-0 memory allocations in RX path"), so here is no reason for depleting
13438 reserves. Generic __netdev_alloc_frag() implements the same logic.
13439
13440 Signed-off-by: Konstantin Khlebnikov <khlebnikov@yandex-team.ru>
13441 Acked-by: Eric Dumazet <edumazet@google.com>
13442 Signed-off-by: David S. Miller <davem@davemloft.net>
13443
13444 drivers/net/ethernet/mellanox/mlx4/en_rx.c | 2 +-
13445 1 file changed, 1 insertion(+), 1 deletion(-)
13446
13447 commit 6b80edde2edc7fd055f9be8ec42b88abbe328639
13448 Author: Ignat Korchagin <ignat.korchagin@gmail.com>
13449 Date: Thu Mar 17 18:00:29 2016 +0000
13450
13451 USB: usbip: fix potential out-of-bounds write
13452
13453 Fix potential out-of-bounds write to urb->transfer_buffer
13454 usbip handles network communication directly in the kernel. When receiving a
13455 packet from its peer, usbip code parses headers according to protocol. As
13456 part of this parsing urb->actual_length is filled. Since the input for
13457 urb->actual_length comes from the network, it should be treated as untrusted.
13458 Any entity controlling the network may put any value in the input and the
13459 preallocated urb->transfer_buffer may not be large enough to hold the data.
13460 Thus, the malicious entity is able to write arbitrary data to kernel memory.
13461
13462 Signed-off-by: Ignat Korchagin <ignat.korchagin@gmail.com>
13463 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13464
13465 drivers/usb/usbip/usbip_common.c | 11 +++++++++++
13466 1 file changed, 11 insertions(+)
13467
13468 commit 0ce101ec9e74c2cfcd28cbcd18b0626e3d9a2482
13469 Merge: d60a24d f5fe5fd
13470 Author: Brad Spengler <spender@grsecurity.net>
13471 Date: Wed Apr 20 17:35:58 2016 -0400
13472
13473 Merge branch 'pax-test' into grsec-test
13474
13475 commit f5fe5fddf49f1b81a2a3bb43b1e0a8c087aba438
13476 Merge: a107ba2 8c9aef0
13477 Author: Brad Spengler <spender@grsecurity.net>
13478 Date: Wed Apr 20 17:35:29 2016 -0400
13479
13480 Merge branch 'linux-4.4.y' into pax-test
13481
13482 commit d60a24d6e4f61072d0bd1dc12be1177181fa8c2b
13483 Author: Brad Spengler <spender@grsecurity.net>
13484 Date: Mon Apr 18 17:48:10 2016 -0400
13485
13486 fix cast for constify change, reported by pipacs
13487
13488 drivers/idle/intel_idle.c | 4 ++--
13489 1 file changed, 2 insertions(+), 2 deletions(-)
13490
13491 commit 1d376287aeba7a53c91d5ee49ef0a11d02193964
13492 Author: Brad Spengler <spender@grsecurity.net>
13493 Date: Fri Apr 15 21:31:07 2016 -0400
13494
13495 Use proper type for function pointer
13496
13497 drivers/gpu/drm/gma500/mdfld_dsi_output.c | 6 +++---
13498 1 file changed, 3 insertions(+), 3 deletions(-)
13499
13500 commit 0a4104a2fa32904102fac07245426d78a1e9dfab
13501 Author: Brad Spengler <spender@grsecurity.net>
13502 Date: Fri Apr 15 21:24:04 2016 -0400
13503
13504 Fix skylake cstates compat with constify
13505
13506 drivers/idle/intel_idle.c | 6 ++++--
13507 1 file changed, 4 insertions(+), 2 deletions(-)
13508
13509 commit f433f8fd372253c9e78e307afe5b800c5ab0ea61
13510 Author: Brad Spengler <spender@grsecurity.net>
13511 Date: Fri Apr 15 21:10:44 2016 -0400
13512
13513 Update size_overflow hash table
13514
13515 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 3 ++-
13516 1 file changed, 2 insertions(+), 1 deletion(-)
13517
13518 commit ef7804da81cb3c6b6a4c985a3c14ee230a03f26a
13519 Author: Brad Spengler <spender@grsecurity.net>
13520 Date: Fri Apr 15 20:52:37 2016 -0400
13521
13522 compile fix
13523
13524 fs/coredump.c | 3 ---
13525 1 file changed, 3 deletions(-)
13526
13527 commit 967224da52bd98d078b1237aea5ec9e622238fba
13528 Merge: 92771d6 a107ba2
13529 Author: Brad Spengler <spender@grsecurity.net>
13530 Date: Fri Apr 15 20:30:23 2016 -0400
13531
13532 Merge branch 'pax-test' into grsec-test
13533
13534 commit a107ba25214d9694eb836fb04c782ad694977b91
13535 Merge: 4d8fc00 b40108b
13536 Author: Brad Spengler <spender@grsecurity.net>
13537 Date: Fri Apr 15 20:18:26 2016 -0400
13538
13539 Merge branch 'linux-4.4.y' into pax-test
13540
13541 commit 92771d60677d68e8f6ea7a91ff34dd6e24b6d4cf
13542 Author: Brad Spengler <spender@grsecurity.net>
13543 Date: Sun Apr 10 07:18:03 2016 -0400
13544
13545 From: Mathias Krause <minipli@googlemail.com>
13546 To: "David S. Miller" <davem@davemloft.net>
13547 Cc: netdev@vger.kernel.org, "Eric W. Biederman" <ebiederm@xmission.com>, Pavel
13548 Emelyanov <xemul@parallels.com>
13549 Subject: [PATCH net] packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag
13550 interface
13551
13552 Because we miss to wipe the remainder of i->addr[] in packet_mc_add(),
13553 pdiag_put_mclist() leaks uninitialized heap bytes via the
13554 PACKET_DIAG_MCLIST netlink attribute.
13555
13556 Fix this by explicitly memset(0)ing the remaining bytes in i->addr[].
13557
13558 Fixes: eea68e2f1a00 ("packet: Report socket mclist info via diag module")
13559 Signed-off-by: Mathias Krause <minipli@googlemail.com>
13560 Cc: Eric W. Biederman <ebiederm@xmission.com>
13561 Cc: Pavel Emelyanov <xemul@parallels.com>
13562 ---
13563 The bug itself precedes commit eea68e2f1a00 but the list wasn't exposed
13564 to userland before the introduction of the packet_diag interface.
13565 Therefore the "Fixes:" line on that commit.
13566
13567 net/packet/af_packet.c | 1 +
13568 1 file changed, 1 insertion(+)
13569
13570 commit 4286ce3f9e9db4d68870af46ae1d5f9b90b920dd
13571 Author: Jakub Sitnicki <jkbs@redhat.com>
13572 Date: Tue Apr 5 18:41:08 2016 +0200
13573
13574 ipv6: Count in extension headers in skb->network_header
13575
13576 When sending a UDPv6 message longer than MTU, account for the length
13577 of fragmentable IPv6 extension headers in skb->network_header offset.
13578 Same as we do in alloc_new_skb path in __ip6_append_data().
13579
13580 This ensures that later on __ip6_make_skb() will make space in
13581 headroom for fragmentable extension headers:
13582
13583 /* move skb->data to ip header from ext header */
13584 if (skb->data < skb_network_header(skb))
13585 __skb_pull(skb, skb_network_offset(skb));
13586
13587 Prevents a splat due to skb_under_panic:
13588
13589 skbuff: skb_under_panic: text:ffffffff8143397b len:2126 put:14 \
13590 head:ffff880005bacf50 data:ffff880005bacf4a tail:0x48 end:0xc0 dev:lo
13591 ------------[ cut here ]------------
13592 kernel BUG at net/core/skbuff.c:104!
13593 invalid opcode: 0000 [#1] KASAN
13594 CPU: 0 PID: 160 Comm: reproducer Not tainted 4.6.0-rc2 #65
13595 [...]
13596 Call Trace:
13597 [<ffffffff813eb7b9>] skb_push+0x79/0x80
13598 [<ffffffff8143397b>] eth_header+0x2b/0x100
13599 [<ffffffff8141e0d0>] neigh_resolve_output+0x210/0x310
13600 [<ffffffff814eab77>] ip6_finish_output2+0x4a7/0x7c0
13601 [<ffffffff814efe3a>] ip6_output+0x16a/0x280
13602 [<ffffffff815440c1>] ip6_local_out+0xb1/0xf0
13603 [<ffffffff814f1115>] ip6_send_skb+0x45/0xd0
13604 [<ffffffff81518836>] udp_v6_send_skb+0x246/0x5d0
13605 [<ffffffff8151985e>] udpv6_sendmsg+0xa6e/0x1090
13606 [...]
13607
13608 Reported-by: Ji Jianwen <jiji@redhat.com>
13609 Signed-off-by: Jakub Sitnicki <jkbs@redhat.com>
13610 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
13611 Signed-off-by: David S. Miller <davem@davemloft.net>
13612
13613 net/ipv6/ip6_output.c | 8 ++++----
13614 1 file changed, 4 insertions(+), 4 deletions(-)
13615
13616 commit 638dad49a9ba3d86f627adb58b2f4636ed253685
13617 Author: Thadeu Lima de Souza Cascardo <cascardo@redhat.com>
13618 Date: Fri Apr 1 17:17:50 2016 -0300
13619
13620 ip6_tunnel: set rtnl_link_ops before calling register_netdevice
13621
13622 When creating an ip6tnl tunnel with ip tunnel, rtnl_link_ops is not set
13623 before ip6_tnl_create2 is called. When register_netdevice is called, there
13624 is no linkinfo attribute in the NEWLINK message because of that.
13625
13626 Setting rtnl_link_ops before calling register_netdevice fixes that.
13627
13628 Fixes: 0b112457229d ("ip6tnl: add support of link creation via rtnl")
13629 Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@redhat.com>
13630 Acked-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
13631 Signed-off-by: David S. Miller <davem@davemloft.net>
13632
13633 net/ipv6/ip6_tunnel.c | 2 +-
13634 1 file changed, 1 insertion(+), 1 deletion(-)
13635
13636 commit 14146a0bfaf2ced0055fe549c8fa0941c61e2457
13637 Author: Brad Spengler <spender@grsecurity.net>
13638 Date: Tue Apr 5 21:12:44 2016 -0400
13639
13640 Code cleanups to RANDSTRUCT based on feedback from the PaX Team
13641
13642 tools/gcc/randomize_layout_plugin.c | 18 ++++++++++++------
13643 1 file changed, 12 insertions(+), 6 deletions(-)
13644
13645 commit 3f7dea5e59b0bb34f6bdb628c87251f0105b3d57
13646 Author: Brad Spengler <spender@grsecurity.net>
13647 Date: Sun Apr 3 20:10:10 2016 -0400
13648
13649 Fix RANDSTRUCT support on ARM
13650
13651 tools/gcc/randomize_layout_plugin.c | 54 +++++++++++++++++++++++++++++++++++--
13652 1 file changed, 52 insertions(+), 2 deletions(-)
13653
13654 commit bd893a75ab49f6ea5a216eb334471507337118ba
13655 Merge: 87b7f1d 4d8fc00
13656 Author: Brad Spengler <spender@grsecurity.net>
13657 Date: Sat Apr 2 11:54:20 2016 -0400
13658
13659 Merge branch 'pax-test' into grsec-test
13660
13661 commit 4d8fc00c0066b1921e233123b346efe6ffb27691
13662 Author: Brad Spengler <spender@grsecurity.net>
13663 Date: Sat Apr 2 11:53:53 2016 -0400
13664
13665 Update to pax-linux-4.4.6-test13.patch:
13666 - fixed a REFCOUNT related compile regression on mips, reported by Steve Arnold (https://bugs.gentoo.org/show_bug.cgi?id=578394)
13667 - 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)
13668
13669 arch/mips/include/asm/atomic.h | 4 ----
13670 tools/gcc/size_overflow_plugin/disable_size_overflow_hash.data | 1 +
13671 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 1 -
13672 3 files changed, 1 insertion(+), 5 deletions(-)
13673
13674 commit 87b7f1d200023ba826b9d552834a2ee85e67526c
13675 Merge: 3335266 3abdad0
13676 Author: Brad Spengler <spender@grsecurity.net>
13677 Date: Sat Apr 2 11:19:17 2016 -0400
13678
13679 Merge branch 'pax-test' into grsec-test
13680
13681 commit 3abdad0c3b436c076c88289f07a250b811d6f79d
13682 Author: Brad Spengler <spender@grsecurity.net>
13683 Date: Sat Apr 2 11:12:56 2016 -0400
13684
13685 Update to pax-linux-4.4.6-test12.patch:
13686 - fixed vmalloc_fault on i386/PAE to use the correct percpu userland pgd table/entry
13687 - fixed a size overflow false positive report in pptp, reported by Pinkbyte (https://forums.grsecurity.net/viewtopic.php?f=3&t=4437)
13688 - fixed a size overflow false positive report in tbf_segment, reported by audiocricket (https://forums.grsecurity.net/viewtopic.php?f=3&t=4438)
13689 - Emese fixed the x86 vdso32 CFLAGS to omit the gcc plugins
13690 - Emese simplified the gcc plugin related make rules, suggested by Masahiro Yamada
13691 - André Fabian Silva Delgado fixed a compile regression on arm, reported by coadde (https://forums.grsecurity.net/viewtopic.php?f=3&t=4435)
13692 - fixed an integer sign conversion error in nfs_super_set_maxbytes caught by the size overflow plugin, reported by Alexey Dvoichenkov <xale@hyperplane.net>
13693 - fixed a size overflow false positive in squashfs, reported by Mathias Krause <minipli@ld-linux.so>
13694 - fixed a size overflow false positive in xfrm6_transport_output, reported by marcan (https://forums.grsecurity.net/viewtopic.php?f=3&t=4426)
13695 - fixed an integer truncation bug in elf_kcore_store_hdr caught by the size overflow plugin
13696 - fixed a gratuitous userland dereference in the amd64 stack walker
13697 - added latent entropy gathering to a few more functions
13698 - constified a few smp_hotplug_thread instances
13699
13700 arch/x86/entry/vdso/Makefile | 1 +
13701 arch/x86/include/asm/cpufeature.h | 1 -
13702 arch/x86/kernel/dumpstack_64.c | 17 ++++++-----------
13703 arch/x86/kernel/head_32.S | 6 +++---
13704 arch/x86/mm/fault.c | 2 +-
13705 drivers/iommu/arm-smmu.c | 2 +-
13706 drivers/net/ppp/pptp.c | 1 +
13707 drivers/staging/rdma/ehca/ehca_irq.c | 2 +-
13708 fs/nfs/internal.h | 5 +++--
13709 fs/proc/kcore.c | 2 +-
13710 kernel/module.c | 6 +++---
13711 kernel/rcu/tree.c | 2 +-
13712 kernel/softirq.c | 2 +-
13713 kernel/stop_machine.c | 2 +-
13714 net/ipv6/xfrm6_mode_transport.c | 2 +-
13715 net/sched/sch_tbf.c | 9 ++++++---
13716 scripts/Makefile.gcc-plugins | 13 +++----------
13717 scripts/Makefile.host | 3 +--
13718 .../disable_size_overflow_hash.data | 4 +++-
13719 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 6 ++----
13720 20 files changed, 40 insertions(+), 48 deletions(-)
13721
13722 commit 3335266d5bec9bc01580736c0a7026ed96cf25e5
13723 Author: Mika Penttilä <mika.penttila@nextfour.com>
13724 Date: Mon Feb 22 17:56:52 2016 +0100
13725
13726 ARM: 8544/1: set_memory_xx fixes
13727
13728 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.
13729
13730 Signed-off-by: Mika Penttilä mika.penttila@nextfour.com
13731 Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
13732
13733 arch/arm/mm/pageattr.c | 3 +++
13734 1 file changed, 3 insertions(+)
13735
13736 commit d6d6499b22c0e5593a16f41c516041b23fbf9eeb
13737 Author: Josh Boyer <jwboyer@fedoraproject.org>
13738 Date: Mon Mar 14 10:42:38 2016 -0400
13739
13740 USB: iowarrior: fix oops with malicious USB descriptors
13741
13742 The iowarrior driver expects at least one valid endpoint. If given
13743 malicious descriptors that specify 0 for the number of endpoints,
13744 it will crash in the probe function. Ensure there is at least
13745 one endpoint on the interface before using it.
13746
13747 The full report of this issue can be found here:
13748 http://seclists.org/bugtraq/2016/Mar/87
13749
13750 Reported-by: Ralf Spenneberg <ralf@spenneberg.net>
13751 Cc: stable <stable@vger.kernel.org>
13752 Signed-off-by: Josh Boyer <jwboyer@fedoraproject.org>
13753 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13754
13755 drivers/usb/misc/iowarrior.c | 6 ++++++
13756 1 file changed, 6 insertions(+)
13757
13758 commit 79a1fb47ab1245e81040bcd45b3e44e65d282684
13759 Author: Oliver Neukum <oneukum@suse.com>
13760 Date: Tue Mar 15 10:14:04 2016 +0100
13761
13762 USB: cdc-acm: more sanity checking
13763
13764 An attack has become available which pretends to be a quirky
13765 device circumventing normal sanity checks and crashes the kernel
13766 by an insufficient number of interfaces. This patch adds a check
13767 to the code path for quirky devices.
13768
13769 Signed-off-by: Oliver Neukum <ONeukum@suse.com>
13770 CC: stable@vger.kernel.org
13771 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13772
13773 drivers/usb/class/cdc-acm.c | 3 +++
13774 1 file changed, 3 insertions(+)
13775
13776 commit 6ee21acdf0da6602671cb50edeca0abfba3955f7
13777 Author: Oliver Neukum <oneukum@suse.com>
13778 Date: Wed Mar 16 13:26:17 2016 +0100
13779
13780 USB: usb_driver_claim_interface: add sanity checking
13781
13782 Attacks that trick drivers into passing a NULL pointer
13783 to usb_driver_claim_interface() using forged descriptors are
13784 known. This thwarts them by sanity checking.
13785
13786 Signed-off-by: Oliver Neukum <ONeukum@suse.com>
13787 CC: stable@vger.kernel.org
13788 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13789
13790 drivers/usb/core/driver.c | 6 +++++-
13791 1 file changed, 5 insertions(+), 1 deletion(-)
13792
13793 commit 44247834ddab762509eaaf5c742e15bfadcd9d94
13794 Author: Paolo Bonzini <pbonzini@redhat.com>
13795 Date: Mon Mar 21 10:15:25 2016 +0100
13796
13797 KVM: fix spin_lock_init order on x86
13798
13799 Moving the initialization earlier is needed in 4.6 because
13800 kvm_arch_init_vm is now using mmu_lock, causing lockdep to
13801 complain:
13802
13803 [ 284.440294] INFO: trying to register non-static key.
13804 [ 284.445259] the code is fine but needs lockdep annotation.
13805 [ 284.450736] turning off the locking correctness validator.
13806 ...
13807 [ 284.528318] [<ffffffff810aecc3>] lock_acquire+0xd3/0x240
13808 [ 284.533733] [<ffffffffa0305aa0>] ? kvm_page_track_register_notifier+0x20/0x60 [kvm]
13809 [ 284.541467] [<ffffffff81715581>] _raw_spin_lock+0x41/0x80
13810 [ 284.546960] [<ffffffffa0305aa0>] ? kvm_page_track_register_notifier+0x20/0x60 [kvm]
13811 [ 284.554707] [<ffffffffa0305aa0>] kvm_page_track_register_notifier+0x20/0x60 [kvm]
13812 [ 284.562281] [<ffffffffa02ece70>] kvm_mmu_init_vm+0x20/0x30 [kvm]
13813 [ 284.568381] [<ffffffffa02dbf7a>] kvm_arch_init_vm+0x1ea/0x200 [kvm]
13814 [ 284.574740] [<ffffffffa02bff3f>] kvm_dev_ioctl+0xbf/0x4d0 [kvm]
13815
13816 However, it also helps fixing a preexisting problem, which is why this
13817 patch is also good for stable kernels: kvm_create_vm was incrementing
13818 current->mm->mm_count but not decrementing it at the out_err label (in
13819 case kvm_init_mmu_notifier failed). The new initialization order makes
13820 it possible to add the required mmdrop without adding a new error label.
13821
13822 Cc: stable@vger.kernel.org
13823 Reported-by: Borislav Petkov <bp@alien8.de>
13824 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
13825
13826 virt/kvm/kvm_main.c | 21 +++++++++++----------
13827 1 file changed, 11 insertions(+), 10 deletions(-)
13828
13829 commit 9d0cf281d74a9fe490f3ba5ca3d0e57eac066e1c
13830 Author: Paolo Bonzini <pbonzini@redhat.com>
13831 Date: Fri Mar 18 16:53:42 2016 +0100
13832
13833 KVM: VMX: avoid guest hang on invalid invvpid instruction
13834
13835 A guest executing an invalid invvpid instruction would hang
13836 because the instruction pointer was not updated.
13837
13838 Reported-by: jmontleo@redhat.com
13839 Tested-by: jmontleo@redhat.com
13840 Cc: stable@vger.kernel.org
13841 Fixes: 99b83ac893b84ed1a62ad6d1f2b6cc32026b9e85
13842 Reviewed-by: David Matlack <dmatlack@google.com>
13843 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
13844
13845 arch/x86/kvm/vmx.c | 1 +
13846 1 file changed, 1 insertion(+)
13847
13848 commit 602caaece277e5e21ae43771398bbf7778061beb
13849 Author: Paolo Bonzini <pbonzini@redhat.com>
13850 Date: Fri Mar 18 16:53:29 2016 +0100
13851
13852 KVM: VMX: avoid guest hang on invalid invept instruction
13853
13854 A guest executing an invalid invept instruction would hang
13855 because the instruction pointer was not updated.
13856
13857 Cc: stable@vger.kernel.org
13858 Fixes: bfd0a56b90005f8c8a004baf407ad90045c2b11e
13859 Reviewed-by: David Matlack <dmatlack@google.com>
13860 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
13861
13862 arch/x86/kvm/vmx.c | 1 +
13863 1 file changed, 1 insertion(+)
13864
13865 commit 3309ac82d6596de8abc6ea51dd0a942416da1cc1
13866 Author: Jann Horn <jann@thejh.net>
13867 Date: Tue Mar 22 14:25:36 2016 -0700
13868
13869 fs/coredump: prevent fsuid=0 dumps into user-controlled directories
13870
13871 This commit fixes the following security hole affecting systems where
13872 all of the following conditions are fulfilled:
13873
13874 - The fs.suid_dumpable sysctl is set to 2.
13875 - The kernel.core_pattern sysctl's value starts with "/". (Systems
13876 where kernel.core_pattern starts with "|/" are not affected.)
13877 - Unprivileged user namespace creation is permitted. (This is
13878 true on Linux >=3.8, but some distributions disallow it by
13879 default using a distro patch.)
13880
13881 Under these conditions, if a program executes under secure exec rules,
13882 causing it to run with the SUID_DUMP_ROOT flag, then unshares its user
13883 namespace, changes its root directory and crashes, the coredump will be
13884 written using fsuid=0 and a path derived from kernel.core_pattern - but
13885 this path is interpreted relative to the root directory of the process,
13886 allowing the attacker to control where a coredump will be written with
13887 root privileges.
13888
13889 To fix the security issue, always interpret core_pattern for dumps that
13890 are written under SUID_DUMP_ROOT relative to the root directory of init.
13891
13892 Signed-off-by: Jann Horn <jann@thejh.net>
13893 Acked-by: Kees Cook <keescook@chromium.org>
13894 Cc: Al Viro <viro@zeniv.linux.org.uk>
13895 Cc: "Eric W. Biederman" <ebiederm@xmission.com>
13896 Cc: Andy Lutomirski <luto@kernel.org>
13897 Cc: Oleg Nesterov <oleg@redhat.com>
13898 Cc: <stable@vger.kernel.org>
13899 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
13900 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
13901
13902 arch/um/drivers/mconsole_kern.c | 2 +-
13903 fs/coredump.c | 31 +++++++++++++++++++++++++++----
13904 fs/fhandle.c | 2 +-
13905 fs/open.c | 6 ++----
13906 include/linux/fs.h | 2 +-
13907 kernel/sysctl_binary.c | 2 +-
13908 6 files changed, 33 insertions(+), 12 deletions(-)
13909
13910 commit a7c8d3c91a3e50d0873942f09afbb5071382d5e7
13911 Author: Takashi Iwai <tiwai@suse.de>
13912 Date: Fri Apr 1 12:28:16 2016 +0200
13913
13914 ALSA: timer: Use mod_timer() for rearming the system timer
13915
13916 ALSA system timer backend stops the timer via del_timer() without sync
13917 and leaves del_timer_sync() at the close instead. This is because of
13918 the restriction by the design of ALSA timer: namely, the stop callback
13919 may be called from the timer handler, and calling the sync shall lead
13920 to a hangup. However, this also triggers a kernel BUG() when the
13921 timer is rearmed immediately after stopping without sync:
13922 kernel BUG at kernel/time/timer.c:966!
13923 Call Trace:
13924 <IRQ>
13925 [<ffffffff8239c94e>] snd_timer_s_start+0x13e/0x1a0
13926 [<ffffffff8239e1f4>] snd_timer_interrupt+0x504/0xec0
13927 [<ffffffff8122fca0>] ? debug_check_no_locks_freed+0x290/0x290
13928 [<ffffffff8239ec64>] snd_timer_s_function+0xb4/0x120
13929 [<ffffffff81296b72>] call_timer_fn+0x162/0x520
13930 [<ffffffff81296add>] ? call_timer_fn+0xcd/0x520
13931 [<ffffffff8239ebb0>] ? snd_timer_interrupt+0xec0/0xec0
13932 ....
13933
13934 It's the place where add_timer() checks the pending timer. It's clear
13935 that this may happen after the immediate restart without sync in our
13936 cases.
13937
13938 So, the workaround here is just to use mod_timer() instead of
13939 add_timer(). This looks like a band-aid fix, but it's a right move,
13940 as snd_timer_interrupt() takes care of the continuous rearm of timer.
13941
13942 Reported-by: Jiri Slaby <jslaby@suse.cz>
13943 Cc: <stable@vger.kernel.org>
13944 Signed-off-by: Takashi Iwai <tiwai@suse.de>
13945
13946 sound/core/timer.c | 4 ++--
13947 1 file changed, 2 insertions(+), 2 deletions(-)
13948
13949 commit 2de05c5fc90b461d78a54a7240b664a068844c8c
13950 Author: Daniel Vetter <daniel.vetter@ffwll.ch>
13951 Date: Wed Mar 30 11:40:43 2016 +0200
13952
13953 drm/udl: Use unlocked gem unreferencing
13954
13955 For drm_gem_object_unreference callers are required to hold
13956 dev->struct_mutex, which these paths don't. Enforcing this requirement
13957 has become a bit more strict with
13958
13959 commit ef4c6270bf2867e2f8032e9614d1a8cfc6c71663
13960 Author: Daniel Vetter <daniel.vetter@ffwll.ch>
13961 Date: Thu Oct 15 09:36:25 2015 +0200
13962
13963 drm/gem: Check locking in drm_gem_object_unreference
13964
13965 Cc: stable@vger.kernel.org
13966 Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
13967 Signed-off-by: Dave Airlie <airlied@redhat.com>
13968
13969 drivers/gpu/drm/udl/udl_fb.c | 2 +-
13970 drivers/gpu/drm/udl/udl_gem.c | 2 +-
13971 2 files changed, 2 insertions(+), 2 deletions(-)
13972
13973 commit c8153b6b1731b8fee33966dd8d148643240f1dc0
13974 Author: Jan Kara <jack@suse.com>
13975 Date: Mon Dec 7 14:34:49 2015 -0500
13976
13977 ext4: fix races of writeback with punch hole and zero range
13978
13979 When doing delayed allocation, update of on-disk inode size is postponed
13980 until IO submission time. However hole punch or zero range fallocate
13981 calls can end up discarding the tail page cache page and thus on-disk
13982 inode size would never be properly updated.
13983
13984 Make sure the on-disk inode size is updated before truncating page
13985 cache.
13986
13987 Signed-off-by: Jan Kara <jack@suse.com>
13988 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
13989
13990 fs/ext4/ext4.h | 3 +++
13991 fs/ext4/extents.c | 5 +++++
13992 fs/ext4/inode.c | 35 ++++++++++++++++++++++++++++++++++-
13993 3 files changed, 42 insertions(+), 1 deletion(-)
13994
13995 commit d64beb441579f2667e99eb9d4d6e83deb88bf59b
13996 Author: Jan Kara <jack@suse.com>
13997 Date: Mon Dec 7 14:31:11 2015 -0500
13998
13999 ext4: fix races between buffered IO and collapse / insert range
14000
14001 Current code implementing FALLOC_FL_COLLAPSE_RANGE and
14002 FALLOC_FL_INSERT_RANGE is prone to races with buffered writes and page
14003 faults. If buffered write or write via mmap manages to squeeze between
14004 filemap_write_and_wait_range() and truncate_pagecache() in the fallocate
14005 implementations, the written data is simply discarded by
14006 truncate_pagecache() although it should have been shifted.
14007
14008 Fix the problem by moving filemap_write_and_wait_range() call inside
14009 i_mutex and i_mmap_sem. That way we are protected against races with
14010 both buffered writes and page faults.
14011
14012 Signed-off-by: Jan Kara <jack@suse.com>
14013 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
14014
14015 fs/ext4/extents.c | 59 +++++++++++++++++++++++++++++--------------------------
14016 1 file changed, 31 insertions(+), 28 deletions(-)
14017
14018 commit b1ae49aa4dad39233b16456e0765a23ba4e0546c
14019 Author: Jan Kara <jack@suse.com>
14020 Date: Mon Dec 7 14:29:17 2015 -0500
14021
14022 ext4: move unlocked dio protection from ext4_alloc_file_blocks()
14023
14024 Currently ext4_alloc_file_blocks() was handling protection against
14025 unlocked DIO. However we now need to sometimes call it under i_mmap_sem
14026 and sometimes not and DIO protection ranks above it (although strictly
14027 speaking this cannot currently create any deadlocks). Also
14028 ext4_zero_range() was actually getting & releasing unlocked DIO
14029 protection twice in some cases. Luckily it didn't introduce any real bug
14030 but it was a land mine waiting to be stepped on. So move DIO protection
14031 out from ext4_alloc_file_blocks() into the two callsites.
14032
14033 Signed-off-by: Jan Kara <jack@suse.com>
14034 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
14035
14036 fs/ext4/extents.c | 21 ++++++++++-----------
14037 1 file changed, 10 insertions(+), 11 deletions(-)
14038
14039 commit f9329a4ec30a26f0fababf809c5f1a3ef851b625
14040 Author: Jan Kara <jack@suse.com>
14041 Date: Mon Dec 7 14:28:03 2015 -0500
14042
14043 ext4: fix races between page faults and hole punching
14044
14045 Currently, page faults and hole punching are completely unsynchronized.
14046 This can result in page fault faulting in a page into a range that we
14047 are punching after truncate_pagecache_range() has been called and thus
14048 we can end up with a page mapped to disk blocks that will be shortly
14049 freed. Filesystem corruption will shortly follow. Note that the same
14050 race is avoided for truncate by checking page fault offset against
14051 i_size but there isn't similar mechanism available for punching holes.
14052
14053 Fix the problem by creating new rw semaphore i_mmap_sem in inode and
14054 grab it for writing over truncate, hole punching, and other functions
14055 removing blocks from extent tree and for read over page faults. We
14056 cannot easily use i_data_sem for this since that ranks below transaction
14057 start and we need something ranking above it so that it can be held over
14058 the whole truncate / hole punching operation. Also remove various
14059 workarounds we had in the code to reduce race window when page fault
14060 could have created pages with stale mapping information.
14061
14062 Signed-off-by: Jan Kara <jack@suse.com>
14063 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
14064
14065 fs/ext4/ext4.h | 10 +++++++++
14066 fs/ext4/extents.c | 54 ++++++++++++++++++++++++--------------------
14067 fs/ext4/file.c | 66 ++++++++++++++++++++++++++++++++++++++++++++++--------
14068 fs/ext4/inode.c | 36 +++++++++++++++++++++--------
14069 fs/ext4/super.c | 1 +
14070 fs/ext4/truncate.h | 2 ++
14071 6 files changed, 127 insertions(+), 42 deletions(-)
14072
14073 commit 572a615b85c1d5c8aeea4ffd24ab428775a1cca9
14074 Author: Guenter Roeck <linux@roeck-us.net>
14075 Date: Sat Mar 26 12:28:05 2016 -0700
14076
14077 hwmon: (max1111) Return -ENODEV from max1111_read_channel if not instantiated
14078
14079 arm:pxa_defconfig can result in the following crash if the max1111 driver
14080 is not instantiated.
14081
14082 Unhandled fault: page domain fault (0x01b) at 0x00000000
14083 pgd = c0004000
14084 [00000000] *pgd=00000000
14085 Internal error: : 1b [#1] PREEMPT ARM
14086 Modules linked in:
14087 CPU: 0 PID: 300 Comm: kworker/0:1 Not tainted 4.5.0-01301-g1701f680407c #10
14088 Hardware name: SHARP Akita
14089 Workqueue: events sharpsl_charge_toggle
14090 task: c390a000 ti: c391e000 task.ti: c391e000
14091 PC is at max1111_read_channel+0x20/0x30
14092 LR is at sharpsl_pm_pxa_read_max1111+0x2c/0x3c
14093 pc : [<c03aaab0>] lr : [<c0024b50>] psr: 20000013
14094 ...
14095 [<c03aaab0>] (max1111_read_channel) from [<c0024b50>]
14096 (sharpsl_pm_pxa_read_max1111+0x2c/0x3c)
14097 [<c0024b50>] (sharpsl_pm_pxa_read_max1111) from [<c00262e0>]
14098 (spitzpm_read_devdata+0x5c/0xc4)
14099 [<c00262e0>] (spitzpm_read_devdata) from [<c0024094>]
14100 (sharpsl_check_battery_temp+0x78/0x110)
14101 [<c0024094>] (sharpsl_check_battery_temp) from [<c0024f9c>]
14102 (sharpsl_charge_toggle+0x48/0x110)
14103 [<c0024f9c>] (sharpsl_charge_toggle) from [<c004429c>]
14104 (process_one_work+0x14c/0x48c)
14105 [<c004429c>] (process_one_work) from [<c0044618>] (worker_thread+0x3c/0x5d4)
14106 [<c0044618>] (worker_thread) from [<c004a238>] (kthread+0xd0/0xec)
14107 [<c004a238>] (kthread) from [<c000a670>] (ret_from_fork+0x14/0x24)
14108
14109 This can occur because the SPI controller driver (SPI_PXA2XX) is built as
14110 module and thus not necessarily loaded. While building SPI_PXA2XX into the
14111 kernel would make the problem disappear, it appears prudent to ensure that
14112 the driver is instantiated before accessing its data structures.
14113
14114 Cc: Arnd Bergmann <arnd@arndb.de>
14115 Cc: stable@vger.kernel.org
14116 Signed-off-by: Guenter Roeck <linux@roeck-us.net>
14117
14118 drivers/hwmon/max1111.c | 6 ++++++
14119 1 file changed, 6 insertions(+)
14120
14121 commit f75f1af7a0b4be055855ca5120ee78174f3370f2
14122 Author: Nicolai Stange <nicstange@gmail.com>
14123 Date: Sun Mar 20 23:23:46 2016 +0100
14124
14125 PKCS#7: pkcs7_validate_trust(): initialize the _trusted output argument
14126
14127 Despite what the DocBook comment to pkcs7_validate_trust() says, the
14128 *_trusted argument is never set to false.
14129
14130 pkcs7_validate_trust() only positively sets *_trusted upon encountering
14131 a trusted PKCS#7 SignedInfo block.
14132
14133 This is quite unfortunate since its callers, system_verify_data() for
14134 example, depend on pkcs7_validate_trust() clearing *_trusted on non-trust.
14135
14136 Indeed, UBSAN splats when attempting to load the uninitialized local
14137 variable 'trusted' from system_verify_data() in pkcs7_validate_trust():
14138
14139 UBSAN: Undefined behaviour in crypto/asymmetric_keys/pkcs7_trust.c:194:14
14140 load of value 82 is not a valid value for type '_Bool'
14141 [...]
14142 Call Trace:
14143 [<ffffffff818c4d35>] dump_stack+0xbc/0x117
14144 [<ffffffff818c4c79>] ? _atomic_dec_and_lock+0x169/0x169
14145 [<ffffffff8194113b>] ubsan_epilogue+0xd/0x4e
14146 [<ffffffff819419fa>] __ubsan_handle_load_invalid_value+0x111/0x158
14147 [<ffffffff819418e9>] ? val_to_string.constprop.12+0xcf/0xcf
14148 [<ffffffff818334a4>] ? x509_request_asymmetric_key+0x114/0x370
14149 [<ffffffff814b83f0>] ? kfree+0x220/0x370
14150 [<ffffffff818312c2>] ? public_key_verify_signature_2+0x32/0x50
14151 [<ffffffff81835e04>] pkcs7_validate_trust+0x524/0x5f0
14152 [<ffffffff813c391a>] system_verify_data+0xca/0x170
14153 [<ffffffff813c3850>] ? top_trace_array+0x9b/0x9b
14154 [<ffffffff81510b29>] ? __vfs_read+0x279/0x3d0
14155 [<ffffffff8129372f>] mod_verify_sig+0x1ff/0x290
14156 [...]
14157
14158 The implication is that pkcs7_validate_trust() effectively grants trust
14159 when it really shouldn't have.
14160
14161 Fix this by explicitly setting *_trusted to false at the very beginning
14162 of pkcs7_validate_trust().
14163
14164 Cc: <stable@vger.kernel.org>
14165 Signed-off-by: Nicolai Stange <nicstange@gmail.com>
14166 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
14167
14168 crypto/asymmetric_keys/pkcs7_trust.c | 2 ++
14169 1 file changed, 2 insertions(+)
14170
14171 commit 1052826f7352ccc98167129b0b83222f45d50046
14172 Author: Florian Westphal <fw@strlen.de>
14173 Date: Tue Mar 22 18:02:49 2016 +0100
14174
14175 netfilter: x_tables: validate e->target_offset early
14176
14177 We should check that e->target_offset is sane before
14178 mark_source_chains gets called since it will fetch the target entry
14179 for loop detection.
14180
14181 Signed-off-by: Florian Westphal <fw@strlen.de>
14182 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
14183
14184 net/ipv4/netfilter/arp_tables.c | 17 ++++++++---------
14185 net/ipv4/netfilter/ip_tables.c | 17 ++++++++---------
14186 net/ipv6/netfilter/ip6_tables.c | 17 ++++++++---------
14187 3 files changed, 24 insertions(+), 27 deletions(-)
14188
14189 commit b35d19509e8dab157214e46dd24314663ccf554f
14190 Author: Florian Westphal <fw@strlen.de>
14191 Date: Tue Mar 22 18:02:50 2016 +0100
14192
14193 netfilter: x_tables: make sure e->next_offset covers remaining blob size
14194
14195 Otherwise this function may read data beyond the ruleset blob.
14196
14197 Signed-off-by: Florian Westphal <fw@strlen.de>
14198 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
14199
14200 net/ipv4/netfilter/arp_tables.c | 6 ++++--
14201 net/ipv4/netfilter/ip_tables.c | 6 ++++--
14202 net/ipv6/netfilter/ip6_tables.c | 6 ++++--
14203 3 files changed, 12 insertions(+), 6 deletions(-)
14204
14205 commit 4d7642ed66b69140733a7b51fcd6d37ce4d4514c
14206 Author: Florian Westphal <fw@strlen.de>
14207 Date: Tue Mar 22 18:02:52 2016 +0100
14208
14209 netfilter: x_tables: fix unconditional helper
14210
14211 Ben Hawkes says:
14212
14213 In the mark_source_chains function (net/ipv4/netfilter/ip_tables.c) it
14214 is possible for a user-supplied ipt_entry structure to have a large
14215 next_offset field. This field is not bounds checked prior to writing a
14216 counter value at the supplied offset.
14217
14218 Problem is that mark_source_chains should not have been called --
14219 the rule doesn't have a next entry, so its supposed to return
14220 an absolute verdict of either ACCEPT or DROP.
14221
14222 However, the function conditional() doesn't work as the name implies.
14223 It only checks that the rule is using wildcard address matching.
14224
14225 However, an unconditional rule must also not be using any matches
14226 (no -m args).
14227
14228 The underflow validator only checked the addresses, therefore
14229 passing the 'unconditional absolute verdict' test, while
14230 mark_source_chains also tested for presence of matches, and thus
14231 proceeeded to the next (not-existent) rule.
14232
14233 Unify this so that all the callers have same idea of 'unconditional rule'.
14234
14235 Reported-by: Ben Hawkes <hawkes@google.com>
14236 Signed-off-by: Florian Westphal <fw@strlen.de>
14237 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
14238
14239 net/ipv4/netfilter/arp_tables.c | 18 +++++++++---------
14240 net/ipv4/netfilter/ip_tables.c | 23 +++++++++++------------
14241 net/ipv6/netfilter/ip6_tables.c | 23 +++++++++++------------
14242 3 files changed, 31 insertions(+), 33 deletions(-)
14243
14244 commit e3e51682563f1453dfc4b9ef88b29af4d1a78e78
14245 Author: Pablo Neira Ayuso <pablo@netfilter.org>
14246 Date: Thu Mar 24 21:29:53 2016 +0100
14247
14248 netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_ENTRIES
14249
14250 Make sure the table names via getsockopt GET_ENTRIES is nul-terminated
14251 in ebtables and all the x_tables variants and their respective compat
14252 code. Uncovered by KASAN.
14253
14254 Reported-by: Baozeng Ding <sploving1@gmail.com>
14255 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
14256
14257 net/bridge/netfilter/ebtables.c | 4 ++++
14258 net/ipv4/netfilter/arp_tables.c | 2 ++
14259 net/ipv4/netfilter/ip_tables.c | 2 ++
14260 net/ipv6/netfilter/ip6_tables.c | 2 ++
14261 4 files changed, 10 insertions(+)
14262
14263 commit 7742471b674597627f8f608f6a89c6e5bbd6533d
14264 Author: Nicolai Stange <nicstange@gmail.com>
14265 Date: Fri Mar 25 14:22:14 2016 -0700
14266
14267 mm/filemap: generic_file_read_iter(): check for zero reads unconditionally
14268
14269 If
14270 - generic_file_read_iter() gets called with a zero read length,
14271 - the read offset is at a page boundary,
14272 - IOCB_DIRECT is not set
14273 - and the page in question hasn't made it into the page cache yet,
14274 then do_generic_file_read() will trigger a readahead with a req_size hint
14275 of zero.
14276
14277 Since roundup_pow_of_two(0) is undefined, UBSAN reports
14278
14279 UBSAN: Undefined behaviour in include/linux/log2.h:63:13
14280 shift exponent 64 is too large for 64-bit type 'long unsigned int'
14281 CPU: 3 PID: 1017 Comm: sa1 Tainted: G L 4.5.0-next-20160318+ #14
14282 [...]
14283 Call Trace:
14284 [...]
14285 [<ffffffff813ef61a>] ondemand_readahead+0x3aa/0x3d0
14286 [<ffffffff813ef61a>] ? ondemand_readahead+0x3aa/0x3d0
14287 [<ffffffff813c73bd>] ? find_get_entry+0x2d/0x210
14288 [<ffffffff813ef9c3>] page_cache_sync_readahead+0x63/0xa0
14289 [<ffffffff813cc04d>] do_generic_file_read+0x80d/0xf90
14290 [<ffffffff813cc955>] generic_file_read_iter+0x185/0x420
14291 [...]
14292 [<ffffffff81510b06>] __vfs_read+0x256/0x3d0
14293 [...]
14294
14295 when get_init_ra_size() gets called from ondemand_readahead().
14296
14297 The net effect is that the initial readahead size is arch dependent for
14298 requested read lengths of zero: for example, since
14299
14300 1UL << (sizeof(unsigned long) * 8)
14301
14302 evaluates to 1 on x86 while its result is 0 on ARMv7, the initial readahead
14303 size becomes 4 on the former and 0 on the latter.
14304
14305 What's more, whether or not the file access timestamp is updated for zero
14306 length reads is decided differently for the two cases of IOCB_DIRECT
14307 being set or cleared: in the first case, generic_file_read_iter()
14308 explicitly skips updating that timestamp while in the latter case, it is
14309 always updated through the call to do_generic_file_read().
14310
14311 According to POSIX, zero length reads "do not modify the last data access
14312 timestamp" and thus, the IOCB_DIRECT behaviour is POSIXly correct.
14313
14314 Let generic_file_read_iter() unconditionally check the requested read
14315 length at its entry and return immediately with success if it is zero.
14316
14317 Signed-off-by: Nicolai Stange <nicstange@gmail.com>
14318 Cc: Al Viro <viro@zeniv.linux.org.uk>
14319 Reviewed-by: Jan Kara <jack@suse.cz>
14320 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
14321 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
14322
14323 mm/filemap.c | 7 ++++---
14324 1 file changed, 4 insertions(+), 3 deletions(-)
14325
14326 commit 604785419da498d7e876a0191b2e11626db706bb
14327 Author: Oliver Neukum <oneukum@suse.com>
14328 Date: Thu Mar 17 14:00:17 2016 -0700
14329
14330 Input: ims-pcu - sanity check against missing interfaces
14331
14332 A malicious device missing interface can make the driver oops.
14333 Add sanity checking.
14334
14335 Signed-off-by: Oliver Neukum <ONeukum@suse.com>
14336 CC: stable@vger.kernel.org
14337 Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
14338
14339 drivers/input/misc/ims-pcu.c | 4 ++++
14340 1 file changed, 4 insertions(+)
14341
14342 commit 24c3f4f6652f07eb2c3deea1488ff4de00592e80
14343 Author: Vladis Dronov <vdronov@redhat.com>
14344 Date: Wed Mar 23 11:53:46 2016 -0700
14345
14346 Input: ati_remote2 - fix crashes on detecting device with invalid descriptor
14347
14348 The ati_remote2 driver expects at least two interfaces with one
14349 endpoint each. If given malicious descriptor that specify one
14350 interface or no endpoints, it will crash in the probe function.
14351 Ensure there is at least two interfaces and one endpoint for each
14352 interface before using it.
14353
14354 The full disclosure: http://seclists.org/bugtraq/2016/Mar/90
14355
14356 Reported-by: Ralf Spenneberg <ralf@spenneberg.net>
14357 Signed-off-by: Vladis Dronov <vdronov@redhat.com>
14358 Cc: stable@vger.kernel.org
14359 Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
14360
14361 drivers/input/misc/ati_remote2.c | 36 ++++++++++++++++++++++++++++++------
14362 1 file changed, 30 insertions(+), 6 deletions(-)
14363
14364 commit 262df604d00e72a4b930fbf7fe3a770f0196a5a5
14365 Author: Oliver Neukum <oneukum@suse.com>
14366 Date: Wed Mar 23 14:36:56 2016 -0700
14367
14368 Input: sur40 - fix DMA on stack
14369
14370 During the initialisation the driver uses a buffer on the stack for DMA.
14371 That violates the cache coherency rules. The fix is to allocate the buffer
14372 with kmalloc().
14373
14374 Signed-off-by: Oliver Neukum <ONeukum@suse.com>
14375 Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
14376
14377 drivers/input/touchscreen/sur40.c | 21 ++++++++++++++-------
14378 1 file changed, 14 insertions(+), 7 deletions(-)
14379
14380 commit 015dd03669b2ab646723f6b123377e4ef5694a10
14381 Author: Haiyang Zhang <haiyangz@microsoft.com>
14382 Date: Wed Mar 23 09:43:10 2016 -0700
14383
14384 hv_netvsc: Fix the array sizes to be max supported channels
14385
14386 The VRSS_CHANNEL_MAX is the max number of channels supported by Hyper-V
14387 hosts. We use it for the related array sizes instead of using NR_CPUS,
14388 which may be set to several thousands.
14389 This patch reduces possible memory allocation failures.
14390
14391 Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
14392 Reviewed-by: K. Y. Srinivasan <kys@microsoft.com>
14393 Signed-off-by: David S. Miller <davem@davemloft.net>
14394
14395 drivers/net/hyperv/hyperv_net.h | 7 ++++---
14396 drivers/net/hyperv/rndis_filter.c | 4 ++--
14397 2 files changed, 6 insertions(+), 5 deletions(-)
14398
14399 commit a850a78d6393ef22a970266cbbefdf3dba0267b5
14400 Author: Haiyang Zhang <haiyangz@microsoft.com>
14401 Date: Wed Mar 23 09:43:09 2016 -0700
14402
14403 hv_netvsc: Fix accessing freed memory in netvsc_change_mtu()
14404
14405 struct netvsc_device is freed in rndis_filter_device_remove(). So we save
14406 the nvdev->num_chn into a temp variable for later usage.
14407
14408 (Please also include this patch into stable branch.)
14409
14410 Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
14411 Reviewed-by: K. Y. Srinivasan <kys@microsoft.com>
14412 Signed-off-by: David S. Miller <davem@davemloft.net>
14413
14414 drivers/net/hyperv/netvsc_drv.c | 5 ++++-
14415 1 file changed, 4 insertions(+), 1 deletion(-)
14416
14417 commit 7409626e43fe871cede30ac926425938f3ccddaf
14418 Author: Guillaume Nault <g.nault@alphalink.fr>
14419 Date: Wed Mar 23 16:38:55 2016 +0100
14420
14421 ppp: take reference on channels netns
14422
14423 Let channels hold a reference on their network namespace.
14424 Some channel types, like ppp_async and ppp_synctty, can have their
14425 userspace controller running in a different namespace. Therefore they
14426 can't rely on them to preclude their netns from being removed from
14427 under them.
14428
14429 ==================================================================
14430 BUG: KASAN: use-after-free in ppp_unregister_channel+0x372/0x3a0 at
14431 addr ffff880064e217e0
14432 Read of size 8 by task syz-executor/11581
14433 =============================================================================
14434 BUG net_namespace (Not tainted): kasan: bad access detected
14435 -----------------------------------------------------------------------------
14436
14437 Disabling lock debugging due to kernel taint
14438 INFO: Allocated in copy_net_ns+0x6b/0x1a0 age=92569 cpu=3 pid=6906
14439 [< none >] ___slab_alloc+0x4c7/0x500 kernel/mm/slub.c:2440
14440 [< none >] __slab_alloc+0x4c/0x90 kernel/mm/slub.c:2469
14441 [< inline >] slab_alloc_node kernel/mm/slub.c:2532
14442 [< inline >] slab_alloc kernel/mm/slub.c:2574
14443 [< none >] kmem_cache_alloc+0x23a/0x2b0 kernel/mm/slub.c:2579
14444 [< inline >] kmem_cache_zalloc kernel/include/linux/slab.h:597
14445 [< inline >] net_alloc kernel/net/core/net_namespace.c:325
14446 [< none >] copy_net_ns+0x6b/0x1a0 kernel/net/core/net_namespace.c:360
14447 [< none >] create_new_namespaces+0x2f6/0x610 kernel/kernel/nsproxy.c:95
14448 [< none >] copy_namespaces+0x297/0x320 kernel/kernel/nsproxy.c:150
14449 [< none >] copy_process.part.35+0x1bf4/0x5760 kernel/kernel/fork.c:1451
14450 [< inline >] copy_process kernel/kernel/fork.c:1274
14451 [< none >] _do_fork+0x1bc/0xcb0 kernel/kernel/fork.c:1723
14452 [< inline >] SYSC_clone kernel/kernel/fork.c:1832
14453 [< none >] SyS_clone+0x37/0x50 kernel/kernel/fork.c:1826
14454 [< none >] entry_SYSCALL_64_fastpath+0x16/0x7a kernel/arch/x86/entry/entry_64.S:185
14455
14456 INFO: Freed in net_drop_ns+0x67/0x80 age=575 cpu=2 pid=2631
14457 [< none >] __slab_free+0x1fc/0x320 kernel/mm/slub.c:2650
14458 [< inline >] slab_free kernel/mm/slub.c:2805
14459 [< none >] kmem_cache_free+0x2a0/0x330 kernel/mm/slub.c:2814
14460 [< inline >] net_free kernel/net/core/net_namespace.c:341
14461 [< none >] net_drop_ns+0x67/0x80 kernel/net/core/net_namespace.c:348
14462 [< none >] cleanup_net+0x4e5/0x600 kernel/net/core/net_namespace.c:448
14463 [< none >] process_one_work+0x794/0x1440 kernel/kernel/workqueue.c:2036
14464 [< none >] worker_thread+0xdb/0xfc0 kernel/kernel/workqueue.c:2170
14465 [< none >] kthread+0x23f/0x2d0 kernel/drivers/block/aoe/aoecmd.c:1303
14466 [< none >] ret_from_fork+0x3f/0x70 kernel/arch/x86/entry/entry_64.S:468
14467 INFO: Slab 0xffffea0001938800 objects=3 used=0 fp=0xffff880064e20000
14468 flags=0x5fffc0000004080
14469 INFO: Object 0xffff880064e20000 @offset=0 fp=0xffff880064e24200
14470
14471 CPU: 1 PID: 11581 Comm: syz-executor Tainted: G B 4.4.0+
14472 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS
14473 rel-1.8.2-0-g33fbe13 by qemu-project.org 04/01/2014
14474 00000000ffffffff ffff8800662c7790 ffffffff8292049d ffff88003e36a300
14475 ffff880064e20000 ffff880064e20000 ffff8800662c77c0 ffffffff816f2054
14476 ffff88003e36a300 ffffea0001938800 ffff880064e20000 0000000000000000
14477 Call Trace:
14478 [< inline >] __dump_stack kernel/lib/dump_stack.c:15
14479 [<ffffffff8292049d>] dump_stack+0x6f/0xa2 kernel/lib/dump_stack.c:50
14480 [<ffffffff816f2054>] print_trailer+0xf4/0x150 kernel/mm/slub.c:654
14481 [<ffffffff816f875f>] object_err+0x2f/0x40 kernel/mm/slub.c:661
14482 [< inline >] print_address_description kernel/mm/kasan/report.c:138
14483 [<ffffffff816fb0c5>] kasan_report_error+0x215/0x530 kernel/mm/kasan/report.c:236
14484 [< inline >] kasan_report kernel/mm/kasan/report.c:259
14485 [<ffffffff816fb4de>] __asan_report_load8_noabort+0x3e/0x40 kernel/mm/kasan/report.c:280
14486 [< inline >] ? ppp_pernet kernel/include/linux/compiler.h:218
14487 [<ffffffff83ad71b2>] ? ppp_unregister_channel+0x372/0x3a0 kernel/drivers/net/ppp/ppp_generic.c:2392
14488 [< inline >] ppp_pernet kernel/include/linux/compiler.h:218
14489 [<ffffffff83ad71b2>] ppp_unregister_channel+0x372/0x3a0 kernel/drivers/net/ppp/ppp_generic.c:2392
14490 [< inline >] ? ppp_pernet kernel/drivers/net/ppp/ppp_generic.c:293
14491 [<ffffffff83ad6f26>] ? ppp_unregister_channel+0xe6/0x3a0 kernel/drivers/net/ppp/ppp_generic.c:2392
14492 [<ffffffff83ae18f3>] ppp_asynctty_close+0xa3/0x130 kernel/drivers/net/ppp/ppp_async.c:241
14493 [<ffffffff83ae1850>] ? async_lcp_peek+0x5b0/0x5b0 kernel/drivers/net/ppp/ppp_async.c:1000
14494 [<ffffffff82c33239>] tty_ldisc_close.isra.1+0x99/0xe0 kernel/drivers/tty/tty_ldisc.c:478
14495 [<ffffffff82c332c0>] tty_ldisc_kill+0x40/0x170 kernel/drivers/tty/tty_ldisc.c:744
14496 [<ffffffff82c34943>] tty_ldisc_release+0x1b3/0x260 kernel/drivers/tty/tty_ldisc.c:772
14497 [<ffffffff82c1ef21>] tty_release+0xac1/0x13e0 kernel/drivers/tty/tty_io.c:1901
14498 [<ffffffff82c1e460>] ? release_tty+0x320/0x320 kernel/drivers/tty/tty_io.c:1688
14499 [<ffffffff8174de36>] __fput+0x236/0x780 kernel/fs/file_table.c:208
14500 [<ffffffff8174e405>] ____fput+0x15/0x20 kernel/fs/file_table.c:244
14501 [<ffffffff813595ab>] task_work_run+0x16b/0x200 kernel/kernel/task_work.c:115
14502 [< inline >] exit_task_work kernel/include/linux/task_work.h:21
14503 [<ffffffff81307105>] do_exit+0x8b5/0x2c60 kernel/kernel/exit.c:750
14504 [<ffffffff813fdd20>] ? debug_check_no_locks_freed+0x290/0x290 kernel/kernel/locking/lockdep.c:4123
14505 [<ffffffff81306850>] ? mm_update_next_owner+0x6f0/0x6f0 kernel/kernel/exit.c:357
14506 [<ffffffff813215e6>] ? __dequeue_signal+0x136/0x470 kernel/kernel/signal.c:550
14507 [<ffffffff8132067b>] ? recalc_sigpending_tsk+0x13b/0x180 kernel/kernel/signal.c:145
14508 [<ffffffff81309628>] do_group_exit+0x108/0x330 kernel/kernel/exit.c:880
14509 [<ffffffff8132b9d4>] get_signal+0x5e4/0x14f0 kernel/kernel/signal.c:2307
14510 [< inline >] ? kretprobe_table_lock kernel/kernel/kprobes.c:1113
14511 [<ffffffff8151d355>] ? kprobe_flush_task+0xb5/0x450 kernel/kernel/kprobes.c:1158
14512 [<ffffffff8115f7d3>] do_signal+0x83/0x1c90 kernel/arch/x86/kernel/signal.c:712
14513 [<ffffffff8151d2a0>] ? recycle_rp_inst+0x310/0x310 kernel/include/linux/list.h:655
14514 [<ffffffff8115f750>] ? setup_sigcontext+0x780/0x780 kernel/arch/x86/kernel/signal.c:165
14515 [<ffffffff81380864>] ? finish_task_switch+0x424/0x5f0 kernel/kernel/sched/core.c:2692
14516 [< inline >] ? finish_lock_switch kernel/kernel/sched/sched.h:1099
14517 [<ffffffff81380560>] ? finish_task_switch+0x120/0x5f0 kernel/kernel/sched/core.c:2678
14518 [< inline >] ? context_switch kernel/kernel/sched/core.c:2807
14519 [<ffffffff85d794e9>] ? __schedule+0x919/0x1bd0 kernel/kernel/sched/core.c:3283
14520 [<ffffffff81003901>] exit_to_usermode_loop+0xf1/0x1a0 kernel/arch/x86/entry/common.c:247
14521 [< inline >] prepare_exit_to_usermode kernel/arch/x86/entry/common.c:282
14522 [<ffffffff810062ef>] syscall_return_slowpath+0x19f/0x210 kernel/arch/x86/entry/common.c:344
14523 [<ffffffff85d88022>] int_ret_from_sys_call+0x25/0x9f kernel/arch/x86/entry/entry_64.S:281
14524 Memory state around the buggy address:
14525 ffff880064e21680: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
14526 ffff880064e21700: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
14527 >ffff880064e21780: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
14528 ^
14529 ffff880064e21800: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
14530 ffff880064e21880: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
14531 ==================================================================
14532
14533 Fixes: 273ec51dd7ce ("net: ppp_generic - introduce net-namespace functionality v2")
14534 Reported-by: Baozeng Ding <sploving1@gmail.com>
14535 Signed-off-by: Guillaume Nault <g.nault@alphalink.fr>
14536 Reviewed-by: Cyrill Gorcunov <gorcunov@openvz.org>
14537 Signed-off-by: David S. Miller <davem@davemloft.net>
14538
14539 drivers/net/ppp/ppp_generic.c | 4 +++-
14540 1 file changed, 3 insertions(+), 1 deletion(-)
14541
14542 commit bfb890c1ac9d29b377f6bec4a5aab51d053114c4
14543 Author: Herbert Xu <herbert@gondor.apana.org.au>
14544 Date: Wed Mar 16 17:06:01 2016 +0800
14545
14546 eCryptfs: Use skcipher and shash
14547
14548 eCryptfs: Fix null pointer dereference on kzalloc error path
14549
14550 The conversion to skcipher and shash added a couple of null pointer
14551 dereference bugs on the kzalloc failure path. This patch fixes them.
14552
14553 Fixes: 3095e8e366b4 ("eCryptfs: Use skcipher and shash")
14554 Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
14555 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
14556
14557 fs/ecryptfs/keystore.c | 6 ++----
14558 1 file changed, 2 insertions(+), 4 deletions(-)
14559
14560 commit 58a8421ae537e0609c4ff59bf6b11be869a43cc6
14561 Author: Boris BREZILLON <boris.brezillon@free-electrons.com>
14562 Date: Thu Mar 17 10:21:34 2016 +0100
14563
14564 crypto: marvell/cesa - fix memory leak
14565
14566 Crypto requests are not guaranteed to be finalized (->final() call),
14567 and can be freed at any moment, without getting any notification from
14568 the core. This can lead to memory leaks of the ->cache buffer.
14569
14570 Make this buffer part of the request object, and allocate an extra buffer
14571 from the DMA cache pool when doing DMA operations.
14572
14573 As a side effect, this patch also fixes another bug related to cache
14574 allocation and DMA operations. When the core allocates a new request and
14575 import an existing state, a cache buffer can be allocated (depending
14576 on the state). The problem is, at that very moment, we don't know yet
14577 whether the request will use DMA or not, and since everything is
14578 likely to be initialized to zero, mv_cesa_ahash_alloc_cache() thinks it
14579 should allocate a buffer for standard operation. But when
14580 mv_cesa_ahash_free_cache() is called, req->type has been set to
14581 CESA_DMA_REQ in the meantime, thus leading to an invalind dma_pool_free()
14582 call (the buffer passed in argument has not been allocated from the pool).
14583
14584 Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
14585 Reported-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
14586 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
14587
14588 drivers/crypto/marvell/cesa.h | 3 +-
14589 drivers/crypto/marvell/hash.c | 86 +++++++++----------------------------------
14590 2 files changed, 20 insertions(+), 69 deletions(-)
14591
14592 commit 1ec604f99895b9c37f26a692ff83a7da02d667fd
14593 Author: Boris BREZILLON <boris.brezillon@free-electrons.com>
14594 Date: Thu Mar 17 10:21:35 2016 +0100
14595
14596 crypto: marvell/cesa - initialize hash states
14597
14598 ->export() might be called before we have done an update operation,
14599 and in this case the ->state field is left uninitialized.
14600 Put the correct default value when initializing the request.
14601
14602 Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
14603 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
14604
14605 drivers/crypto/marvell/hash.c | 20 ++++++++++++++++++++
14606 1 file changed, 20 insertions(+)
14607
14608 commit 23879f055d23e82c2f78cceca22c33e631973977
14609 Author: David S. Miller <davem@davemloft.net>
14610 Date: Sun Mar 13 23:28:00 2016 -0400
14611
14612 ipv4: Don't do expensive useless work during inetdev destroy.
14613
14614 When an inetdev is destroyed, every address assigned to the interface
14615 is removed. And in this scenerio we do two pointless things which can
14616 be very expensive if the number of assigned interfaces is large:
14617
14618 1) Address promotion. We are deleting all addresses, so there is no
14619 point in doing this.
14620
14621 2) A full nf conntrack table purge for every address. We only need to
14622 do this once, as is already caught by the existing
14623 masq_dev_notifier so masq_inet_event() can skip this.
14624
14625 Reported-by: Solar Designer <solar@openwall.com>
14626 Signed-off-by: David S. Miller <davem@davemloft.net>
14627 Tested-by: Cyrill Gorcunov <gorcunov@openvz.org>
14628
14629 net/ipv4/devinet.c | 4 ++++
14630 net/ipv4/fib_frontend.c | 4 ++++
14631 net/ipv4/netfilter/nf_nat_masquerade_ipv4.c | 12 ++++++++++--
14632 3 files changed, 18 insertions(+), 2 deletions(-)
14633
14634 commit 60394231e840e884024592a76a6c5612433d3756
14635 Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
14636 Date: Tue Mar 8 10:34:28 2016 -0300
14637
14638 sctp: fix copying more bytes than expected in sctp_add_bind_addr
14639
14640 Dmitry reported that sctp_add_bind_addr may read more bytes than
14641 expected in case the parameter is a IPv4 addr supplied by the user
14642 through calls such as sctp_bindx_add(), because it always copies
14643 sizeof(union sctp_addr) while the buffer may be just a struct
14644 sockaddr_in, which is smaller.
14645
14646 This patch then fixes it by limiting the memcpy to the min between the
14647 union size and a (new parameter) provided addr size. Where possible this
14648 parameter still is the size of that union, except for reading from
14649 user-provided buffers, which then it accounts for protocol type.
14650
14651 Reported-by: Dmitry Vyukov <dvyukov@google.com>
14652 Tested-by: Dmitry Vyukov <dvyukov@google.com>
14653 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
14654 Signed-off-by: David S. Miller <davem@davemloft.net>
14655
14656 include/net/sctp/structs.h | 2 +-
14657 net/sctp/bind_addr.c | 14 ++++++++------
14658 net/sctp/protocol.c | 1 +
14659 net/sctp/sm_make_chunk.c | 3 ++-
14660 net/sctp/socket.c | 4 +++-
14661 5 files changed, 15 insertions(+), 9 deletions(-)
14662
14663 commit 9831caa50e1453818c5ec618890291f028b7992f
14664 Author: Brad Spengler <spender@grsecurity.net>
14665 Date: Mon Mar 28 19:20:28 2016 -0400
14666
14667 Also allow /bin/false as needed by systemd
14668
14669 kernel/kmod.c | 2 +-
14670 1 file changed, 1 insertion(+), 1 deletion(-)
14671
14672 commit bb38a61b496a3f09f4d7b93d2f0fe15476918147
14673 Author: Brad Spengler <spender@grsecurity.net>
14674 Date: Tue Mar 22 16:59:43 2016 -0400
14675
14676 Fix size_overflow FP reported by marcan at:
14677 https://forums.grsecurity.net/viewtopic.php?f=3&t=4426
14678
14679 net/ipv6/xfrm6_mode_transport.c | 2 +-
14680 1 file changed, 1 insertion(+), 1 deletion(-)
14681
14682 commit 523a36a9c845da3051e58c6767c2e1a0f640998a
14683 Merge: 0d0ec9e c0b77a7
14684 Author: Brad Spengler <spender@grsecurity.net>
14685 Date: Wed Mar 16 20:20:40 2016 -0400
14686
14687 Merge branch 'pax-test' into grsec-test
14688
14689 commit c0b77a7cb578199f0b7dc90768a13ca6c044aba9
14690 Merge: 10d57c1 0d19123
14691 Author: Brad Spengler <spender@grsecurity.net>
14692 Date: Wed Mar 16 20:20:27 2016 -0400
14693
14694 Merge branch 'linux-4.4.y' into pax-test
14695
14696 commit 0d0ec9ee83144ab839710a01cfd746bd78257394
14697 Author: Brad Spengler <spender@grsecurity.net>
14698 Date: Mon Mar 14 20:15:47 2016 -0400
14699
14700 Invert logic to clean up code
14701
14702 fs/namei.c | 32 +++++++-------------------------
14703 grsecurity/grsec_chroot.c | 10 +++++-----
14704 2 files changed, 12 insertions(+), 30 deletions(-)
14705
14706 commit 39e0e623c84863af7b3ace759b583ff938fde2b7
14707 Author: Brad Spengler <spender@grsecurity.net>
14708 Date: Mon Mar 14 19:59:36 2016 -0400
14709
14710 compile fix
14711
14712 fs/namei.c | 5 ++---
14713 1 file changed, 2 insertions(+), 3 deletions(-)
14714
14715 commit 2b3ad8bc095fea829275b7fcc7e5671677b8ed33
14716 Author: Brad Spengler <spender@grsecurity.net>
14717 Date: Mon Mar 14 19:57:53 2016 -0400
14718
14719 Also handle renames
14720
14721 fs/namei.c | 9 +++++++++
14722 1 file changed, 9 insertions(+)
14723
14724 commit 54dfd13b19743d4a340de0cd5683b5bde44e7d9c
14725 Author: Brad Spengler <spender@grsecurity.net>
14726 Date: Mon Mar 14 19:45:56 2016 -0400
14727
14728 Add additional check to cover lookup family of functions
14729
14730 fs/namei.c | 9 +++++++++
14731 1 file changed, 9 insertions(+)
14732
14733 commit c3df846baa7873fb99401136f220676b87452918
14734 Author: Brad Spengler <spender@grsecurity.net>
14735 Date: Mon Mar 14 18:42:37 2016 -0400
14736
14737 compile fix
14738
14739 fs/namei.c | 2 +-
14740 1 file changed, 1 insertion(+), 1 deletion(-)
14741
14742 commit 384ea9c0ef9df4298dfa3a71948c08e70f1092bf
14743 Author: Brad Spengler <spender@grsecurity.net>
14744 Date: Mon Mar 14 18:34:40 2016 -0400
14745
14746 Fix recent chroot check on the create side, as reported by
14747 Toralf Foerster
14748
14749 fs/namei.c | 26 ++++++++++++++++----------
14750 1 file changed, 16 insertions(+), 10 deletions(-)
14751
14752 commit 82e7dc61a626c47887d392ff9cd35b104f01fd25
14753 Author: Paolo Bonzini <pbonzini@redhat.com>
14754 Date: Tue Mar 8 12:13:39 2016 +0100
14755
14756 KVM: MMU: fix ept=0/pte.u=1/pte.w=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0 combo
14757
14758 Yes, all of these are needed. :) This is admittedly a bit odd, but
14759 kvm-unit-tests access.flat tests this if you run it with "-cpu host"
14760 and of course ept=0.
14761
14762 KVM runs the guest with CR0.WP=1, so it must handle supervisor writes
14763 specially when pte.u=1/pte.w=0/CR0.WP=0. Such writes cause a fault
14764 when U=1 and W=0 in the SPTE, but they must succeed because CR0.WP=0.
14765 When KVM gets the fault, it sets U=0 and W=1 in the shadow PTE and
14766 restarts execution. This will still cause a user write to fault, while
14767 supervisor writes will succeed. User reads will fault spuriously now,
14768 and KVM will then flip U and W again in the SPTE (U=1, W=0). User reads
14769 will be enabled and supervisor writes disabled, going back to the
14770 originary situation where supervisor writes fault spuriously.
14771
14772 When SMEP is in effect, however, U=0 will enable kernel execution of
14773 this page. To avoid this, KVM also sets NX=1 in the shadow PTE together
14774 with U=0. If the guest has not enabled NX, the result is a continuous
14775 stream of page faults due to the NX bit being reserved.
14776
14777 The fix is to force EFER.NX=1 even if the CPU is taking care of the EFER
14778 switch. (All machines with SMEP have the CPU_LOAD_IA32_EFER vm-entry
14779 control, so they do not use user-return notifiers for EFER---if they did,
14780 EFER.NX would be forced to the same value as the host).
14781
14782 There is another bug in the reserved bit check, which I've split to a
14783 separate patch for easier application to stable kernels.
14784
14785 Cc: stable@vger.kernel.org
14786 Cc: Andy Lutomirski <luto@amacapital.net>
14787 Reviewed-by: Xiao Guangrong <guangrong.xiao@linux.intel.com>
14788 Fixes: f6577a5fa15d82217ca73c74cd2dcbc0f6c781dd
14789 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
14790
14791 Documentation/virtual/kvm/mmu.txt | 3 ++-
14792 arch/x86/kvm/vmx.c | 36 +++++++++++++++++++++++-------------
14793 2 files changed, 25 insertions(+), 14 deletions(-)
14794
14795 commit 802a88e57b141e9643e93afb7805813ad8da22f3
14796 Author: Paolo Bonzini <pbonzini@redhat.com>
14797 Date: Wed Mar 9 14:28:02 2016 +0100
14798
14799 KVM: MMU: fix reserved bit check for ept=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0
14800
14801 KVM has special logic to handle pages with pte.u=1 and pte.w=0 when
14802 CR0.WP=1. These pages' SPTEs flip continuously between two states:
14803 U=1/W=0 (user and supervisor reads allowed, supervisor writes not allowed)
14804 and U=0/W=1 (supervisor reads and writes allowed, user writes not allowed).
14805
14806 When SMEP is in effect, however, U=0 will enable kernel execution of
14807 this page. To avoid this, KVM also sets NX=1 in the shadow PTE together
14808 with U=0, making the two states U=1/W=0/NX=gpte.NX and U=0/W=1/NX=1.
14809 When guest EFER has the NX bit cleared, the reserved bit check thinks
14810 that the latter state is invalid; teach it that the smep_andnot_wp case
14811 will also use the NX bit of SPTEs.
14812
14813 Cc: stable@vger.kernel.org
14814 Reviewed-by: Xiao Guangrong <guangrong.xiao@linux.inel.com>
14815 Fixes: c258b62b264fdc469b6d3610a907708068145e3b
14816 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
14817
14818 arch/x86/kvm/mmu.c | 4 +++-
14819 1 file changed, 3 insertions(+), 1 deletion(-)
14820
14821 commit 3925851224428c1d2bca32cf33821befb947c4f3
14822 Author: Ming Lei <ming.lei@canonical.com>
14823 Date: Sat Mar 12 22:56:19 2016 +0800
14824
14825 block: don't optimize for non-cloned bio in bio_get_last_bvec()
14826
14827 For !BIO_CLONED bio, we can use .bi_vcnt safely, but it
14828 doesn't mean we can just simply return .bi_io_vec[.bi_vcnt - 1]
14829 because the start postion may have been moved in the middle of
14830 the bvec, such as splitting in the middle of bvec.
14831
14832 Fixes: 7bcd79ac50d9(block: bio: introduce helpers to get the 1st and last bvec)
14833 Cc: stable@vger.kernel.org
14834 Reported-by: Kent Overstreet <kent.overstreet@gmail.com>
14835 Signed-off-by: Ming Lei <ming.lei@canonical.com>
14836 Signed-off-by: Jens Axboe <axboe@fb.com>
14837
14838 include/linux/bio.h | 5 -----
14839 1 file changed, 5 deletions(-)
14840
14841 commit db541463b4a0926bebdbac743c8736fb9e903d58
14842 Author: Borislav Petkov <bp@alien8.de>
14843 Date: Fri Mar 11 12:32:06 2016 +0100
14844
14845 x86/fpu: Fix eager-FPU handling on legacy FPU machines
14846
14847 i486 derived cores like Intel Quark support only the very old,
14848 legacy x87 FPU (FSAVE/FRSTOR, CPUID bit FXSR is not set), and
14849 our FPU code wasn't handling the saving and restoring there
14850 properly in the 'eagerfpu' case.
14851
14852 So after we made eagerfpu the default for all CPU types:
14853
14854 58122bf1d856 x86/fpu: Default eagerfpu=on on all CPUs
14855
14856 these old FPU designs broke. First, Andy Shevchenko reported a splat:
14857
14858 WARNING: CPU: 0 PID: 823 at arch/x86/include/asm/fpu/internal.h:163 fpu__clear+0x8c/0x160
14859
14860 which was us trying to execute FXRSTOR on those machines even though
14861 they don't support it.
14862
14863 After taking care of that, Bryan O'Donoghue reported that a simple FPU
14864 test still failed because we weren't initializing the FPU state properly
14865 on those machines.
14866
14867 Take care of all that.
14868
14869 Reported-and-tested-by: Bryan O'Donoghue <pure.logic@nexus-software.ie>
14870 Reported-by: Andy Shevchenko <andy.shevchenko@gmail.com>
14871 Signed-off-by: Borislav Petkov <bp@suse.de>
14872 Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
14873 Cc: Andrew Morton <akpm@linux-foundation.org>
14874 Cc: Andy Lutomirski <luto@amacapital.net>
14875 Cc: Borislav Petkov <bp@alien8.de>
14876 Cc: Brian Gerst <brgerst@gmail.com>
14877 Cc: Dave Hansen <dave.hansen@linux.intel.com>
14878 Cc: Denys Vlasenko <dvlasenk@redhat.com>
14879 Cc: Fenghua Yu <fenghua.yu@intel.com>
14880 Cc: H. Peter Anvin <hpa@zytor.com>
14881 Cc: Oleg Nesterov <oleg@redhat.com>
14882 Cc: Peter Zijlstra <peterz@infradead.org>
14883 Cc: Quentin Casasnovas <quentin.casasnovas@oracle.com>
14884 Cc: Thomas Gleixner <tglx@linutronix.de>
14885 Cc: Yu-cheng <yu-cheng.yu@intel.com>
14886 Link: http://lkml.kernel.org/r/20160311113206.GD4312@pd.tnic
14887 Signed-off-by: Ingo Molnar <mingo@kernel.org>
14888
14889 arch/x86/kernel/fpu/core.c | 4 +++-
14890 arch/x86/kernel/fpu/init.c | 2 +-
14891 2 files changed, 4 insertions(+), 2 deletions(-)
14892
14893 commit 8fed14e935cb62d2d46e99793d728dc7760dcc87
14894 Author: Brad Spengler <spender@grsecurity.net>
14895 Date: Sun Mar 13 11:35:56 2016 -0400
14896
14897 Compile fixes
14898
14899 fs/namei.c | 2 +-
14900 grsecurity/grsec_chroot.c | 2 +-
14901 include/linux/grsecurity.h | 2 +-
14902 3 files changed, 3 insertions(+), 3 deletions(-)
14903
14904 commit aab25a3496c4683c5858056960010119fb7d9a5a
14905 Author: Brad Spengler <spender@grsecurity.net>
14906 Date: Sun Mar 13 10:53:59 2016 -0400
14907
14908 Use fput instead of put_filp()
14909
14910 fs/namei.c | 4 ++--
14911 1 file changed, 2 insertions(+), 2 deletions(-)
14912
14913 commit 928ddec9dfe5415dff82d941c3b3e76ee6f48761
14914 Author: Brad Spengler <spender@grsecurity.net>
14915 Date: Sun Mar 13 10:30:54 2016 -0400
14916
14917 Update MPROTECT_COMPAT config description, disable by default
14918
14919 security/Kconfig | 18 ++++++------------
14920 1 file changed, 6 insertions(+), 12 deletions(-)
14921
14922 commit 4cc29af2e81e7a4bdfab1afedfdedca6e23362d5
14923 Author: Brad Spengler <spender@grsecurity.net>
14924 Date: Sun Mar 13 10:35:55 2016 -0400
14925
14926 As reported by Jann Horn, chroot scenarios where the chrooting application
14927 brings in a directory fd can be used to access any file outside of the chroot
14928 via *at syscalls. To maintain compatibility with Chromium and other apps,
14929 we specifically only disallow relative accesses off a directory fd when the
14930 final path is not located under that directory described by the fd and exists
14931 outside of the chroot. This additional restriction will exist under the
14932 current GRKERNSEC_CHROOT_FCHDIR option.
14933
14934 fs/namei.c | 9 +++++++++
14935 grsecurity/Kconfig | 10 ++++++----
14936 grsecurity/grsec_chroot.c | 39 +++++++++++++++++++++++++++++++++++++++
14937 include/linux/grmsg.h | 1 +
14938 include/linux/grsecurity.h | 1 +
14939 5 files changed, 56 insertions(+), 4 deletions(-)
14940
14941 commit 7d02a991213f0b07a3677dcc93cdafc3ac309142
14942 Author: Brad Spengler <spender@grsecurity.net>
14943 Date: Thu Mar 10 22:17:16 2016 -0500
14944
14945 Update size_overflow hash table
14946
14947 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 1 +
14948 1 file changed, 1 insertion(+)
14949
14950 commit 29f25ddda6a5625340df26beb394279fefea2b49
14951 Author: Brad Spengler <spender@grsecurity.net>
14952 Date: Thu Mar 10 22:16:04 2016 -0500
14953
14954 Fix module support
14955
14956 kernel/module.c | 3 ++-
14957 1 file changed, 2 insertions(+), 1 deletion(-)
14958
14959 commit b057a45636b626e7eaf03077ed0916b95fea054c
14960 Merge: ba5ee94 10d57c1
14961 Author: Brad Spengler <spender@grsecurity.net>
14962 Date: Thu Mar 10 21:36:10 2016 -0500
14963
14964 Merge branch 'pax-test' into grsec-test
14965
14966 commit 10d57c107e7fabffbe616b14efab73df585576c2
14967 Merge: 1cbae46 62e2195
14968 Author: Brad Spengler <spender@grsecurity.net>
14969 Date: Thu Mar 10 21:34:58 2016 -0500
14970
14971 Update to pax-linux-4.4.5-test9.patch:
14972 - fixed an integer signedness mixup in the old select syscall caught by the size overflow plugin, by Mathias Krause <minipli@ld-linux.so>
14973 - Emese cleaned up a few unnecessary type casts in the size overflow plugin
14974 - fixed the initify plugin to not trigger a compiler assert with gcc 6 in LTO mode
14975 - compile the x86 vdso without plugins, reported by Emese
14976 - fixed a REFCOUNT/arm compile error, reported by coadde (https://forums.grsecurity.net/viewtopic.php?f=3&t=4410)
14977 - fixed gcc-common.h for gcc 6, reported by psturm (https://forums.grsecurity.net/viewtopic.php?f=3&t=4394)
14978
14979 Merge branch 'linux-4.4.y' into pax-test
14980
14981 commit ba5ee94199b11c1429559a08c2158677dd8f1761
14982 Author: Brad Spengler <spender@grsecurity.net>
14983 Date: Thu Mar 3 20:20:19 2016 -0500
14984
14985 Update size_overflow hash table
14986
14987 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 1 +
14988 1 file changed, 1 insertion(+)
14989
14990 commit 50a5cd726362f0988b81a54d4c962acf8fd34a70
14991 Merge: 335c04c 1cbae46
14992 Author: Brad Spengler <spender@grsecurity.net>
14993 Date: Thu Mar 3 20:04:00 2016 -0500
14994
14995 Merge branch 'pax-test' into grsec-test
14996
14997 commit 1cbae46efa0b111ef2d46502f8d34c4c572a0e00
14998 Merge: a51cdb8 c252409
14999 Author: Brad Spengler <spender@grsecurity.net>
15000 Date: Thu Mar 3 19:57:43 2016 -0500
15001
15002 Merge branch 'linux-4.4.y' into pax-test
15003
15004 commit 335c04c8146a696a6101a9c69dbd47f11383549e
15005 Merge: 897877e a51cdb8
15006 Author: Brad Spengler <spender@grsecurity.net>
15007 Date: Tue Mar 1 17:57:24 2016 -0500
15008
15009 Merge branch 'pax-test' into grsec-test
15010
15011 commit a51cdb83569b450858737a30d2be043d87d7ddc1
15012 Author: Brad Spengler <spender@grsecurity.net>
15013 Date: Tue Mar 1 17:56:43 2016 -0500
15014
15015 Update to pax-linux-4.4.3-test6.patch:
15016 - spender fixed the cftype constification fallout, reported by quasar366 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4391)
15017 - fixed a few section mismatches on notifier_block variables
15018 - fixed a few REFCOUNT false positives found by Emese's plugin
15019 - constified hypervisor_x86
15020
15021 arch/x86/include/asm/hypervisor.h | 2 +-
15022 arch/x86/kernel/cpu/mshyperv.c | 2 +-
15023 arch/x86/kernel/cpu/vmware.c | 2 +-
15024 arch/x86/kernel/kvm.c | 2 +-
15025 drivers/lightnvm/rrpc.c | 4 ++--
15026 drivers/lightnvm/rrpc.h | 2 +-
15027 drivers/net/can/led.c | 2 +-
15028 drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 2 +-
15029 drivers/net/ethernet/rocker/rocker.c | 4 ++--
15030 drivers/net/ipvlan/ipvlan_main.c | 6 +++---
15031 drivers/net/vrf.c | 2 +-
15032 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 12 ++++++------
15033 drivers/staging/rtl8188eu/include/rtw_mlme_ext.h | 2 +-
15034 drivers/staging/rtl8723au/core/rtw_mlme_ext.c | 12 ++++++------
15035 drivers/staging/rtl8723au/include/drv_types.h | 2 +-
15036 drivers/staging/rtl8723au/include/rtw_mlme_ext.h | 2 +-
15037 drivers/staging/rtl8723au/include/usb_ops.h | 4 ++--
15038 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
15039 fs/proc/kcore.c | 2 +-
15040 mm/hugetlb_cgroup.c | 8 ++++----
15041 mm/mm_init.c | 2 +-
15042 mm/slub.c | 2 +-
15043 net/mac802154/iface.c | 2 +-
15044 23 files changed, 41 insertions(+), 41 deletions(-)
15045
15046 commit 897877e79629a0b854e98cb666a9d898256d45a7
15047 Merge: 1ffa5d5 4f4b213
15048 Author: Brad Spengler <spender@grsecurity.net>
15049 Date: Sun Feb 28 20:54:59 2016 -0500
15050
15051 Merge branch 'pax-test' into grsec-test
15052
15053 commit 4f4b21342a4a4f87c01f7909406e6b5f4c9dadbf
15054 Author: Brad Spengler <spender@grsecurity.net>
15055 Date: Sun Feb 28 20:54:06 2016 -0500
15056
15057 Update to pax-linux-4.4.3-test5.patch:
15058 - constified xfrm_mgr and cftype, by Mathias Krause <minipli@ld-linux.so>
15059 - Emese fixed a few checkpatch reports on the gcc plugin generator headers
15060 - Emese fixed a false positive size overflow report in get_next_ino, reported by KARBOWSKI Piotr <piotr.karbowski@gmail.com>
15061 - added a generator for SIMPLE_IPA passes as well
15062
15063 include/linux/cgroup-defs.h | 2 +-
15064 include/linux/hugetlb.h | 2 +-
15065 include/linux/hugetlb_cgroup.h | 11 ++
15066 include/net/xfrm.h | 2 +-
15067 kernel/cgroup.c | 29 ++--
15068 mm/hugetlb.c | 55 ++++++-
15069 mm/hugetlb_cgroup.c | 60 ++-----
15070 mm/mmap.c | 38 ++---
15071 net/xfrm/xfrm_state.c | 4 +-
15072 tools/gcc/constify_plugin.c | 5 +-
15073 tools/gcc/gcc-common.h | 42 +++--
15074 tools/gcc/gcc-generate-gimple-pass.h | 27 ++--
15075 tools/gcc/gcc-generate-ipa-pass.h | 43 ++---
15076 tools/gcc/gcc-generate-rtl-pass.h | 27 ++--
15077 tools/gcc/gcc-generate-simple_ipa-pass.h | 173 +++++++++++++++++++++
15078 tools/gcc/size_overflow_plugin/.gitignore | 1 +
15079 .../disable_size_overflow_hash.data | 7 +-
15080 .../size_overflow_plugin/size_overflow_hash.data | 3 -
15081 18 files changed, 385 insertions(+), 146 deletions(-)
15082
15083 commit 1ffa5d50a2161311d46b56fdef734f309503cb80
15084 Author: Brad Spengler <spender@grsecurity.net>
15085 Date: Sun Feb 28 20:43:02 2016 -0500
15086
15087 Make suid/sgid bruteforce prevention also apply to binaries with fscaps
15088 enabled
15089
15090 grsecurity/grsec_sig.c | 3 +--
15091 1 file changed, 1 insertion(+), 2 deletions(-)
15092
15093 commit cfdb373a77c88d01c1539e605e28143af5981571
15094 Author: Brad Spengler <spender@grsecurity.net>
15095 Date: Sun Feb 28 19:12:39 2016 -0500
15096
15097 compile fix
15098
15099 grsecurity/gracl_segv.c | 2 +-
15100 grsecurity/grsec_sig.c | 2 +-
15101 2 files changed, 2 insertions(+), 2 deletions(-)
15102
15103 commit 67d5160f8c1ee12ee4da1e7ad57f8688fcc77b53
15104 Author: Brad Spengler <spender@grsecurity.net>
15105 Date: Sun Feb 28 18:24:50 2016 -0500
15106
15107 Update the daemon check in handling of anti-bruteforcing of suid binaries
15108 by GRKERNSEC_BRUTE to prevent a bypass reported by Jann Horn where one
15109 could create unprivileged copies of the suid binary via ptrace, inject
15110 code into them, and fork+exec a privileged copy. A crash then in the
15111 privileged copy would trigger the daemon detection which could be avoided
15112 by simply terminating the original process. Defeat this by using our
15113 is_privileged_binary() function against the task's mm->binfmt->file to detect
15114 an fscaps-enabled or suid/sgid binary being involved.
15115
15116 Also update the RBAC RES_CRASH code to use is_privileged_binary().
15117
15118 grsecurity/gracl_segv.c | 15 +--------------
15119 grsecurity/grsec_sig.c | 3 ++-
15120 2 files changed, 3 insertions(+), 15 deletions(-)
15121
15122 commit 7382ec22b0c9627c674ccbb00210276d26f219e3
15123 Author: Brad Spengler <spender@grsecurity.net>
15124 Date: Sun Feb 28 15:06:32 2016 -0500
15125
15126 Fix a GRKERNSEC_PTRACE_READEXEC bypass reported by Jann Horn where one
15127 could dump out an unreadable suid binary by creating a script that used
15128 that binary as an interpreter.
15129
15130 fs/exec.c | 14 +++++++++-----
15131 1 file changed, 9 insertions(+), 5 deletions(-)
15132
15133 commit 3e60eddebe1c59b97c0b5432506bf8e13d84e8e6
15134 Merge: 2d35d52 8327ee6
15135 Author: Brad Spengler <spender@grsecurity.net>
15136 Date: Thu Feb 25 18:44:11 2016 -0500
15137
15138 Merge branch 'pax-test' into grsec-test
15139
15140 Conflicts:
15141 fs/proc/base.c
15142 kernel/ptrace.c
15143 mm/process_vm_access.c
15144
15145 commit 8327ee64e5e24ae6a3446dd96b95d5185f70e1f6
15146 Merge: 09d53c7 2134d97
15147 Author: Brad Spengler <spender@grsecurity.net>
15148 Date: Thu Feb 25 18:36:46 2016 -0500
15149
15150 Merge branch 'linux-4.4.y' into pax-test
15151
15152 Conflicts:
15153 mm/mmap.c
15154
15155 commit 2d35d5276f3feb0c053209f8c3a77b1f55f9d96b
15156 Author: Brad Spengler <spender@grsecurity.net>
15157 Date: Wed Feb 24 07:59:12 2016 -0500
15158
15159 Remove /proc/pid/map_files which we had previously prevented via
15160 an inverted dependency on checkpoint/restart, but clearly should have
15161 guarded independently as upstream in 4.3 enabled it regardless of checkpoint/
15162 restart support. It can be used since 4.3 as an ASLR leak under RBAC to
15163 processes of the same UID. Thanks to Mathias Krause for the report!
15164
15165 fs/proc/base.c | 2 ++
15166 1 file changed, 2 insertions(+)
15167
15168 commit e4f1e517092222aa28179b20e14c0ddfb2796049
15169 Author: Brad Spengler <spender@grsecurity.net>
15170 Date: Thu Feb 18 19:32:39 2016 -0500
15171
15172 Update size_overflow hash table
15173
15174 .../size_overflow_plugin/size_overflow_hash.data | 158 +++++++++++++++++----
15175 1 file changed, 131 insertions(+), 27 deletions(-)
15176
15177 commit d5f895ddfa903d0d70425b8c3d7ef649c7e6943b
15178 Author: Brad Spengler <spender@grsecurity.net>
15179 Date: Thu Feb 18 18:52:37 2016 -0500
15180
15181 Update size_overflow hash table
15182
15183 .../size_overflow_plugin/size_overflow_hash.data | 293 +++++++++++++++++----
15184 1 file changed, 237 insertions(+), 56 deletions(-)
15185
15186 commit 9d198df724c306c36e254fe19d0957fb608c3fa2
15187 Author: Brad Spengler <spender@grsecurity.net>
15188 Date: Thu Feb 18 18:23:03 2016 -0500
15189
15190 compile fix
15191
15192 tools/gcc/randomize_layout_plugin.c | 2 +-
15193 1 file changed, 1 insertion(+), 1 deletion(-)
15194
15195 commit 024d2af98b755712daff6ed7c49af921da4e8883
15196 Author: Brad Spengler <spender@grsecurity.net>
15197 Date: Thu Feb 18 18:19:47 2016 -0500
15198
15199 compile fix
15200
15201 tools/gcc/randomize_layout_plugin.c | 2 +-
15202 1 file changed, 1 insertion(+), 1 deletion(-)
15203
15204 commit 14a7b3bb5c3d8c6ef70c3e0842a5adc7f0f3e2c8
15205 Author: Brad Spengler <spender@grsecurity.net>
15206 Date: Thu Feb 18 18:16:32 2016 -0500
15207
15208 compile fix
15209
15210 tools/gcc/randomize_layout_plugin.c | 9 +++++----
15211 1 file changed, 5 insertions(+), 4 deletions(-)
15212
15213 commit 9b2d0ee62bc66858c274f256c0502cbcbd34b2bf
15214 Author: Brad Spengler <spender@grsecurity.net>
15215 Date: Thu Feb 18 17:54:51 2016 -0500
15216
15217 Compile fix
15218
15219 tools/gcc/randomize_layout_plugin.c | 2 +-
15220 1 file changed, 1 insertion(+), 1 deletion(-)
15221
15222 commit 13823395101c4228ecded4b624583389ee13bfb3
15223 Author: Brad Spengler <spender@grsecurity.net>
15224 Date: Thu Feb 18 17:35:21 2016 -0500
15225
15226 compile fix
15227
15228 Makefile | 5 +----
15229 1 file changed, 1 insertion(+), 4 deletions(-)
15230
15231 commit 0316a42a37e67b0bc8a545c7a8b63db2d25f1ab0
15232 Merge: 45cbb7e 09d53c7
15233 Author: Brad Spengler <spender@grsecurity.net>
15234 Date: Thu Feb 18 16:40:51 2016 -0500
15235
15236 Merge branch 'pax-test' into grsec-test
15237
15238 Conflicts:
15239 Makefile
15240 include/linux/genl_magic_struct.h
15241 scripts/mod/modpost.c
15242 tools/gcc/size_overflow_plugin/size_overflow_hash.data
15243
15244 commit 09d53c74140e87e886a28980cedbb7e771f2a356
15245 Author: Brad Spengler <spender@grsecurity.net>
15246 Date: Thu Feb 18 16:24:02 2016 -0500
15247
15248 Update to pax-linux-4.4.2-test4.patch:
15249 - 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>
15250 - moved gcc plugin related makefile bits into a separate file, by Emese
15251 - changed modpost to report writable function pointers separately
15252 - increased the size of mem_cgroup.numainfo_events to avoid a wraparound caught by REFCOUNT, reported by alexey vlasov
15253 - reduced the size of the compat syscall entry points on amd64
15254 - 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)
15255 - Emese regenerated the size overflow hash table for 4.4
15256 - all plugins now use the new pass generator headers
15257
15258 Makefile | 73 +-
15259 arch/x86/entry/entry_64.S | 2 +-
15260 arch/x86/entry/entry_64_compat.S | 48 +-
15261 fs/exec.c | 3 +
15262 include/linux/genl_magic_struct.h | 4 +-
15263 include/linux/memcontrol.h | 2 +-
15264 ipc/shm.c | 2 +-
15265 mm/memcontrol.c | 6 +-
15266 scripts/Makefile.extrawarn | 4 +
15267 scripts/Makefile.gcc-plugins | 69 +
15268 scripts/mod/modpost.c | 15 +-
15269 tools/gcc/checker_plugin.c | 71 +-
15270 tools/gcc/colorize_plugin.c | 65 +-
15271 tools/gcc/constify_plugin.c | 65 +-
15272 tools/gcc/gcc-generate-gimple-pass.h | 172 +
15273 tools/gcc/gcc-generate-ipa-pass.h | 286 +
15274 tools/gcc/gcc-generate-rtl-pass.h | 172 +
15275 tools/gcc/initify_plugin.c | 74 +-
15276 tools/gcc/kallocstat_plugin.c | 65 +-
15277 tools/gcc/kernexec_plugin.c | 184 +-
15278 tools/gcc/latent_entropy_plugin.c | 71 +-
15279 tools/gcc/randomize_layout_seed.h | 1 -
15280 .../disable_size_overflow_hash.h | 152601 ------------------
15281 .../insert_size_overflow_asm.c | 71 +-
15282 .../size_overflow_plugin/intentional_overflow.c | 6 +-
15283 tools/gcc/size_overflow_plugin/size_overflow.h | 20 +-
15284 .../size_overflow_plugin/size_overflow_hash.data | 2898 +-
15285 tools/gcc/size_overflow_plugin/size_overflow_ipa.c | 94 +-
15286 .../size_overflow_plugin/size_overflow_plugin.c | 14 +-
15287 .../size_overflow_plugin/size_overflow_transform.c | 2 +-
15288 .../size_overflow_transform_core.c | 2 +-
15289 tools/gcc/stackleak_plugin.c | 132 +-
15290 tools/gcc/structleak_plugin.c | 67 +-
15291 33 files changed, 2238 insertions(+), 155123 deletions(-)
15292
15293 commit 45cbb7e015a18625dafb019246e13e8cf3a18ace
15294 Merge: 3b5448b 0c85110
15295 Author: Brad Spengler <spender@grsecurity.net>
15296 Date: Wed Feb 17 19:11:25 2016 -0500
15297
15298 Merge branch 'pax-test' into grsec-test
15299
15300 commit 0c851109f683896aaff8a310bbfa943272b47516
15301 Merge: 6cb4f49 1cb8570
15302 Author: Brad Spengler <spender@grsecurity.net>
15303 Date: Wed Feb 17 19:11:21 2016 -0500
15304
15305 Merge branch 'linux-4.4.y' into pax-test
15306
15307 commit 3b5448bd1d85025d19b2587902e4264eb212a0a3
15308 Author: Brad Spengler <spender@grsecurity.net>
15309 Date: Mon Feb 15 18:02:40 2016 -0500
15310
15311 Fix a drbd bug reported by iamb on the forums:
15312 https://forums.grsecurity.net/viewtopic.php?f=3&t=4366#p16032
15313 which caused a size_overflow report
15314
15315 include/linux/genl_magic_struct.h | 4 ++--
15316 1 file changed, 2 insertions(+), 2 deletions(-)
15317
15318 commit 061fcd0e74441189a87bfe13b55fb02b98f7d7c0
15319 Author: Brad Spengler <spender@grsecurity.net>
15320 Date: Mon Feb 15 13:20:38 2016 -0500
15321
15322 compile fix
15323
15324 drivers/staging/wilc1000/host_interface.h | 1 +
15325 1 file changed, 1 insertion(+)
15326
15327 commit 675f2dcbdd4ea3293eea9c42f0cc427b1c903fc8
15328 Author: Brad Spengler <spender@grsecurity.net>
15329 Date: Mon Feb 15 12:54:52 2016 -0500
15330
15331 Update size_overflow hash table
15332
15333 .../size_overflow_plugin/size_overflow_hash.data | 21 +++++++++++++++++----
15334 1 file changed, 17 insertions(+), 4 deletions(-)
15335
15336 commit c8c50394f0c9f2e9baaeb884a29be2057cadbf7b
15337 Author: Brad Spengler <spender@grsecurity.net>
15338 Date: Mon Feb 15 12:53:54 2016 -0500
15339
15340 compile fix
15341
15342 drivers/staging/wilc1000/wilc_spi.c | 1 -
15343 drivers/staging/wilc1000/wilc_wlan.h | 2 +-
15344 2 files changed, 1 insertion(+), 2 deletions(-)
15345
15346 commit a9dd4481db099082967585be8e153899e5fd24c7
15347 Author: Brad Spengler <spender@grsecurity.net>
15348 Date: Mon Feb 15 12:52:32 2016 -0500
15349
15350 compile fix
15351
15352 fs/proc/fd.c | 2 --
15353 1 file changed, 2 deletions(-)
15354
15355 commit 5acb4fa0063460807096429f073181d1c5a3e566
15356 Author: Brad Spengler <spender@grsecurity.net>
15357 Date: Mon Feb 15 12:32:13 2016 -0500
15358
15359 Update size_overflow hash table
15360
15361 .../size_overflow_plugin/size_overflow_hash.data | 224 +++++++++++++++++----
15362 1 file changed, 182 insertions(+), 42 deletions(-)
15363
15364 commit c0bac9ff9af7ef753740622b5736684a32b49a9f
15365 Author: Brad Spengler <spender@grsecurity.net>
15366 Date: Mon Feb 15 12:31:16 2016 -0500
15367
15368 compile fix
15369
15370 drivers/staging/wilc1000/wilc_spi.c | 1 +
15371 1 file changed, 1 insertion(+)
15372
15373 commit 2f89ebdee131f6a6c85e611e5b993d4b19bc2673
15374 Author: Brad Spengler <spender@grsecurity.net>
15375 Date: Mon Feb 15 12:28:36 2016 -0500
15376
15377 RANDSTRUCT compile fix
15378
15379 drivers/staging/wilc1000/wilc_spi.c | 32 ++++++++++++++++----------------
15380 1 file changed, 16 insertions(+), 16 deletions(-)
15381
15382 commit 693be5d7f5b783f451499bbe83162aeb0f27a09f
15383 Author: Brad Spengler <spender@grsecurity.net>
15384 Date: Mon Feb 15 12:24:49 2016 -0500
15385
15386 RANDSTRUCT compile fix
15387
15388 drivers/staging/wilc1000/wilc_sdio.c | 34 +++++++++++++++++-----------------
15389 1 file changed, 17 insertions(+), 17 deletions(-)
15390
15391 commit bdf3dcd665c1a8ef9b69ad6525760c5160ec19a2
15392 Author: Hariprasad S <hariprasad@chelsio.com>
15393 Date: Fri Dec 11 13:59:17 2015 +0530
15394
15395 iw_cxgb3: Fix incorrectly returning error on success
15396
15397 The cxgb3_*_send() functions return NET_XMIT_ values, which are
15398 positive integers values. So don't treat positive return values
15399 as an error.
15400
15401 Signed-off-by: Steve Wise <swise@opengridcomputing.com>
15402 Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
15403 Signed-off-by: Doug Ledford <dledford@redhat.com>
15404
15405 drivers/infiniband/hw/cxgb3/iwch_cm.c | 4 ++--
15406 1 file changed, 2 insertions(+), 2 deletions(-)
15407
15408 commit 8705fe372dc21046ca3fc55381b70cffb4c60207
15409 Author: Daniel Borkmann <daniel@iogearbox.net>
15410 Date: Wed Feb 10 16:47:11 2016 +0100
15411
15412 bpf: fix branch offset adjustment on backjumps after patching ctx expansion
15413
15414 When ctx access is used, the kernel often needs to expand/rewrite
15415 instructions, so after that patching, branch offsets have to be
15416 adjusted for both forward and backward jumps in the new eBPF program,
15417 but for backward jumps it fails to account the delta. Meaning, for
15418 example, if the expansion happens exactly on the insn that sits at
15419 the jump target, it doesn't fix up the back jump offset.
15420
15421 Analysis on what the check in adjust_branches() is currently doing:
15422
15423 /* adjust offset of jmps if necessary */
15424 if (i < pos && i + insn->off + 1 > pos)
15425 insn->off += delta;
15426 else if (i > pos && i + insn->off + 1 < pos)
15427 insn->off -= delta;
15428
15429 First condition (forward jumps):
15430
15431 Before: After:
15432
15433 insns[0] insns[0]
15434 insns[1] <--- i/insn insns[1] <--- i/insn
15435 insns[2] <--- pos insns[P] <--- pos
15436 insns[3] insns[P] `------| delta
15437 insns[4] <--- target_X insns[P] `-----|
15438 insns[5] insns[3]
15439 insns[4] <--- target_X
15440 insns[5]
15441
15442 First case is if we cross pos-boundary and the jump instruction was
15443 before pos. This is handeled correctly. I.e. if i == pos, then this
15444 would mean our jump that we currently check was the patchlet itself
15445 that we just injected. Since such patchlets are self-contained and
15446 have no awareness of any insns before or after the patched one, the
15447 delta is correctly not adjusted. Also, for the second condition in
15448 case of i + insn->off + 1 == pos, means we jump to that newly patched
15449 instruction, so no offset adjustment are needed. That part is correct.
15450
15451 Second condition (backward jumps):
15452
15453 Before: After:
15454
15455 insns[0] insns[0]
15456 insns[1] <--- target_X insns[1] <--- target_X
15457 insns[2] <--- pos <-- target_Y insns[P] <--- pos <-- target_Y
15458 insns[3] insns[P] `------| delta
15459 insns[4] <--- i/insn insns[P] `-----|
15460 insns[5] insns[3]
15461 insns[4] <--- i/insn
15462 insns[5]
15463
15464 Second interesting case is where we cross pos-boundary and the jump
15465 instruction was after pos. Backward jump with i == pos would be
15466 impossible and pose a bug somewhere in the patchlet, so the first
15467 condition checking i > pos is okay only by itself. However, i +
15468 insn->off + 1 < pos does not always work as intended to trigger the
15469 adjustment. It works when jump targets would be far off where the
15470 delta wouldn't matter. But, for example, where the fixed insn->off
15471 before pointed to pos (target_Y), it now points to pos + delta, so
15472 that additional room needs to be taken into account for the check.
15473 This means that i) both tests here need to be adjusted into pos + delta,
15474 and ii) for the second condition, the test needs to be <= as pos
15475 itself can be a target in the backjump, too.
15476
15477 Fixes: 9bac3d6d548e ("bpf: allow extended BPF programs access skb fields")
15478 Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
15479 Signed-off-by: David S. Miller <davem@davemloft.net>
15480
15481 kernel/bpf/verifier.c | 2 +-
15482 1 file changed, 1 insertion(+), 1 deletion(-)
15483
15484 commit 61b513b644116e77313addf65970db58f4981608
15485 Author: Ryan Ware <ware@linux.intel.com>
15486 Date: Thu Feb 11 15:58:44 2016 -0800
15487
15488 EVM: Use crypto_memneq() for digest comparisons
15489
15490 This patch fixes vulnerability CVE-2016-2085. The problem exists
15491 because the vm_verify_hmac() function includes a use of memcmp().
15492 Unfortunately, this allows timing side channel attacks; specifically
15493 a MAC forgery complexity drop from 2^128 to 2^12. This patch changes
15494 the memcmp() to the cryptographically safe crypto_memneq().
15495
15496 Reported-by: Xiaofei Rex Guo <xiaofei.rex.guo@intel.com>
15497 Signed-off-by: Ryan Ware <ware@linux.intel.com>
15498 Cc: stable@vger.kernel.org
15499 Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
15500 Signed-off-by: James Morris <james.l.morris@oracle.com>
15501
15502 security/integrity/evm/evm_main.c | 3 ++-
15503 1 file changed, 2 insertions(+), 1 deletion(-)
15504
15505 commit 970b961e7d0684624f9c69f0b4367d5c76b65a63
15506 Author: Michael McConville <mmcco@mykolab.com>
15507 Date: Fri Feb 5 20:46:25 2016 -0500
15508
15509 dscc4: Undefined signed int shift
15510
15511 My analysis in the below mail applies, although the second part is
15512 unnecessary because i isn't used in arithmetic operations here:
15513
15514 https://marc.info/?l=openbsd-tech&m=145377854103866&w=2
15515
15516 Thanks for your time.
15517
15518 Signed-off-by: Michael McConville <mmcco@mykolab.com>
15519 Acked-by: Francois Romieu <romieu@fr.zoreil.com>
15520 Signed-off-by: David S. Miller <davem@davemloft.net>
15521
15522 drivers/net/wan/dscc4.c | 2 +-
15523 1 file changed, 1 insertion(+), 1 deletion(-)
15524
15525 commit d843df24b6680b600e87ebfea3b7b198b90b5a2a
15526 Author: Andrey Konovalov <andreyknvl@gmail.com>
15527 Date: Sat Feb 13 11:08:06 2016 +0300
15528
15529 ALSA: usb-audio: avoid freeing umidi object twice
15530
15531 The 'umidi' object will be free'd on the error path by snd_usbmidi_free()
15532 when tearing down the rawmidi interface. So we shouldn't try to free it
15533 in snd_usbmidi_create() after having registered the rawmidi interface.
15534
15535 Found by KASAN.
15536
15537 Signed-off-by: Andrey Konovalov <andreyknvl@gmail.com>
15538 Acked-by: Clemens Ladisch <clemens@ladisch.de>
15539 Cc: <stable@vger.kernel.org>
15540 Signed-off-by: Takashi Iwai <tiwai@suse.de>
15541
15542 sound/usb/midi.c | 1 -
15543 1 file changed, 1 deletion(-)
15544
15545 commit ed3a8ab1976674d56e258da93639e61f1446e703
15546 Author: zengtao <prime.zeng@huawei.com>
15547 Date: Tue Feb 2 11:38:34 2016 +0800
15548
15549 cputime: Prevent 32bit overflow in time[val|spec]_to_cputime()
15550
15551 The datatype __kernel_time_t is u32 on 32bit platform, so its subject to
15552 overflows in the timeval/timespec to cputime conversion.
15553
15554 Currently the following functions are affected:
15555 1. setitimer()
15556 2. timer_create/timer_settime()
15557 3. sys_clock_nanosleep
15558
15559 This can happen on MIPS32 and ARM32 with "Full dynticks CPU time accounting"
15560 enabled, which is required for CONFIG_NO_HZ_FULL.
15561
15562 Enforce u64 conversion to prevent the overflow.
15563
15564 Fixes: 31c1fc818715 ("ARM: Kconfig: allow full nohz CPU accounting")
15565 Signed-off-by: zengtao <prime.zeng@huawei.com>
15566 Reviewed-by: Arnd Bergmann <arnd@arndb.de>
15567 Cc: <fweisbec@gmail.com>
15568 Cc: stable@vger.kernel.org
15569 Link: http://lkml.kernel.org/r/1454384314-154784-1-git-send-email-prime.zeng@huawei.com
15570 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
15571
15572 include/asm-generic/cputime_nsecs.h | 5 +++--
15573 1 file changed, 3 insertions(+), 2 deletions(-)
15574
15575 commit bf8a2de485da37d73850e7cfa31967b7798b6ce0
15576 Author: Brad Spengler <spender@grsecurity.net>
15577 Date: Mon Feb 15 11:55:18 2016 -0500
15578
15579 Fix building with allnoconfig, don't make our added DATA_TO_TEXT mismatch warnings
15580 count as actual mismatches
15581
15582 scripts/mod/modpost.c | 3 ++-
15583 1 file changed, 2 insertions(+), 1 deletion(-)
15584
15585 commit c9d82b6d0f1a2484fea0a516989dbdc6c55e5693
15586 Author: Brad Spengler <spender@grsecurity.net>
15587 Date: Mon Feb 15 11:44:36 2016 -0500
15588
15589 Compile fix
15590
15591 tools/gcc/randomize_layout_seed.h | 1 -
15592 1 file changed, 1 deletion(-)
15593
15594 commit fb68cbb98732e6801e8fc8d1da1f1195e51ff077
15595 Author: Brad Spengler <spender@grsecurity.net>
15596 Date: Mon Feb 15 11:27:32 2016 -0500
15597
15598 disable USELIB
15599
15600 init/Kconfig | 3 ++-
15601 1 file changed, 2 insertions(+), 1 deletion(-)
15602
15603 commit cbda9a44b7f92161eb1e444bf7fe2bbcbedaae65
15604 Author: Brad Spengler <spender@grsecurity.net>
15605 Date: Mon Feb 15 11:23:56 2016 -0500
15606
15607 compile fix
15608
15609 fs/proc/fd.c | 2 +-
15610 1 file changed, 1 insertion(+), 1 deletion(-)
15611
15612 commit 5cf0a2e87ab7105d1ba01f55f7636fa2e1fa4bb4
15613 Author: Brad Spengler <spender@grsecurity.net>
15614 Date: Mon Feb 15 11:19:26 2016 -0500
15615
15616 Initial import of grsecurity for Linux 4.4.1
15617
15618 Documentation/dontdiff | 2 +
15619 Documentation/kernel-parameters.txt | 11 +
15620 Documentation/sysctl/fs.txt | 23 +
15621 Documentation/sysctl/kernel.txt | 15 +
15622 Makefile | 18 +-
15623 arch/alpha/include/asm/cache.h | 4 +-
15624 arch/alpha/kernel/osf_sys.c | 12 +-
15625 arch/arc/Kconfig | 1 +
15626 arch/arm/Kconfig | 1 +
15627 arch/arm/Kconfig.debug | 1 +
15628 arch/arm/include/asm/thread_info.h | 7 +-
15629 arch/arm/kernel/entry-common.S | 8 +-
15630 arch/arm/kernel/process.c | 4 +-
15631 arch/arm/kernel/ptrace.c | 9 +
15632 arch/arm/kernel/traps.c | 7 +-
15633 arch/arm/mm/Kconfig | 4 +-
15634 arch/arm/mm/fault.c | 40 +-
15635 arch/arm/mm/mmap.c | 8 +-
15636 arch/arm/net/bpf_jit_32.c | 51 +-
15637 arch/arm64/Kconfig.debug | 1 +
15638 arch/avr32/include/asm/cache.h | 4 +-
15639 arch/blackfin/Kconfig.debug | 1 +
15640 arch/blackfin/include/asm/cache.h | 3 +-
15641 arch/cris/include/arch-v10/arch/cache.h | 3 +-
15642 arch/cris/include/arch-v32/arch/cache.h | 3 +-
15643 arch/frv/include/asm/cache.h | 3 +-
15644 arch/frv/mm/elf-fdpic.c | 4 +-
15645 arch/hexagon/include/asm/cache.h | 6 +-
15646 arch/ia64/Kconfig | 1 +
15647 arch/ia64/include/asm/cache.h | 3 +-
15648 arch/ia64/kernel/sys_ia64.c | 2 +
15649 arch/ia64/mm/hugetlbpage.c | 2 +
15650 arch/m32r/include/asm/cache.h | 4 +-
15651 arch/m68k/include/asm/cache.h | 4 +-
15652 arch/metag/mm/hugetlbpage.c | 1 +
15653 arch/microblaze/include/asm/cache.h | 3 +-
15654 arch/mips/Kconfig | 1 +
15655 arch/mips/include/asm/cache.h | 3 +-
15656 arch/mips/include/asm/thread_info.h | 11 +-
15657 arch/mips/kernel/irq.c | 3 +
15658 arch/mips/kernel/ptrace.c | 9 +
15659 arch/mips/mm/mmap.c | 4 +-
15660 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
15661 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
15662 arch/openrisc/include/asm/cache.h | 4 +-
15663 arch/parisc/include/asm/cache.h | 3 +
15664 arch/parisc/kernel/sys_parisc.c | 4 +
15665 arch/powerpc/Kconfig | 1 +
15666 arch/powerpc/include/asm/cache.h | 4 +-
15667 arch/powerpc/include/asm/thread_info.h | 5 +-
15668 arch/powerpc/kernel/Makefile | 2 +
15669 arch/powerpc/kernel/irq.c | 3 +
15670 arch/powerpc/kernel/process.c | 10 +-
15671 arch/powerpc/kernel/ptrace.c | 14 +
15672 arch/powerpc/kernel/traps.c | 5 +
15673 arch/powerpc/mm/slice.c | 2 +-
15674 arch/s390/Kconfig.debug | 1 +
15675 arch/s390/include/asm/cache.h | 4 +-
15676 arch/score/include/asm/cache.h | 4 +-
15677 arch/sh/include/asm/cache.h | 3 +-
15678 arch/sh/mm/mmap.c | 6 +-
15679 arch/sparc/include/asm/cache.h | 4 +-
15680 arch/sparc/include/asm/pgalloc_64.h | 1 +
15681 arch/sparc/include/asm/thread_info_64.h | 8 +-
15682 arch/sparc/kernel/process_32.c | 6 +-
15683 arch/sparc/kernel/process_64.c | 8 +-
15684 arch/sparc/kernel/ptrace_64.c | 14 +
15685 arch/sparc/kernel/sys_sparc_64.c | 8 +-
15686 arch/sparc/kernel/syscalls.S | 8 +-
15687 arch/sparc/kernel/traps_32.c | 8 +-
15688 arch/sparc/kernel/traps_64.c | 28 +-
15689 arch/sparc/kernel/unaligned_64.c | 2 +-
15690 arch/sparc/mm/fault_64.c | 2 +-
15691 arch/sparc/mm/hugetlbpage.c | 15 +-
15692 arch/tile/Kconfig | 1 +
15693 arch/tile/include/asm/cache.h | 3 +-
15694 arch/tile/mm/hugetlbpage.c | 2 +
15695 arch/um/include/asm/cache.h | 3 +-
15696 arch/unicore32/include/asm/cache.h | 6 +-
15697 arch/x86/Kconfig | 21 +
15698 arch/x86/Kconfig.debug | 2 +
15699 arch/x86/entry/common.c | 14 +
15700 arch/x86/entry/entry_32.S | 2 +-
15701 arch/x86/entry/entry_64.S | 2 +-
15702 arch/x86/ia32/ia32_aout.c | 2 +
15703 arch/x86/include/asm/floppy.h | 20 +-
15704 arch/x86/include/asm/fpu/types.h | 69 +-
15705 arch/x86/include/asm/io.h | 2 +-
15706 arch/x86/include/asm/page.h | 12 +-
15707 arch/x86/include/asm/paravirt_types.h | 23 +-
15708 arch/x86/include/asm/pgtable_types.h | 6 +-
15709 arch/x86/include/asm/processor.h | 12 +-
15710 arch/x86/include/asm/thread_info.h | 6 +-
15711 arch/x86/include/asm/uaccess.h | 2 +-
15712 arch/x86/kernel/dumpstack.c | 10 +-
15713 arch/x86/kernel/dumpstack_32.c | 2 +-
15714 arch/x86/kernel/dumpstack_64.c | 2 +-
15715 arch/x86/kernel/ioport.c | 13 +
15716 arch/x86/kernel/irq_32.c | 3 +
15717 arch/x86/kernel/irq_64.c | 4 +
15718 arch/x86/kernel/ldt.c | 18 +
15719 arch/x86/kernel/msr.c | 10 +
15720 arch/x86/kernel/ptrace.c | 14 +
15721 arch/x86/kernel/signal.c | 9 +-
15722 arch/x86/kernel/sys_i386_32.c | 9 +-
15723 arch/x86/kernel/sys_x86_64.c | 8 +-
15724 arch/x86/kernel/traps.c | 5 +
15725 arch/x86/kernel/verify_cpu.S | 1 +
15726 arch/x86/kernel/vm86_32.c | 15 +
15727 arch/x86/mm/fault.c | 12 +-
15728 arch/x86/mm/hugetlbpage.c | 15 +-
15729 arch/x86/mm/init.c | 66 +-
15730 arch/x86/mm/init_32.c | 6 +-
15731 arch/x86/mm/pageattr.c | 4 +-
15732 arch/x86/net/bpf_jit_comp.c | 4 +
15733 arch/x86/platform/efi/efi_64.c | 2 +-
15734 arch/x86/xen/Kconfig | 1 +
15735 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
15736 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
15737 crypto/scatterwalk.c | 10 +-
15738 drivers/acpi/acpica/hwxfsleep.c | 11 +-
15739 drivers/acpi/custom_method.c | 4 +
15740 drivers/block/cciss.h | 30 +-
15741 drivers/block/smart1,2.h | 40 +-
15742 drivers/cdrom/cdrom.c | 2 +-
15743 drivers/char/Kconfig | 4 +-
15744 drivers/char/genrtc.c | 1 +
15745 drivers/char/mem.c | 17 +
15746 drivers/char/random.c | 5 +-
15747 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
15748 drivers/firewire/ohci.c | 4 +
15749 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 70 +-
15750 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
15751 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
15752 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
15753 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
15754 drivers/hid/hid-wiimote-debug.c | 2 +-
15755 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
15756 drivers/iommu/Kconfig | 1 +
15757 drivers/iommu/amd_iommu.c | 14 +-
15758 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
15759 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
15760 drivers/isdn/gigaset/usb-gigaset.c | 32 +-
15761 drivers/isdn/i4l/isdn_concap.c | 6 +-
15762 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
15763 drivers/md/bcache/Kconfig | 1 +
15764 drivers/md/raid5.c | 8 +
15765 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
15766 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
15767 drivers/media/radio/radio-cadet.c | 5 +-
15768 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
15769 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
15770 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
15771 drivers/media/usb/dvb-usb/technisat-usb2.c | 75 +-
15772 drivers/message/fusion/mptbase.c | 9 +
15773 drivers/misc/sgi-xp/xp_main.c | 12 +-
15774 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
15775 drivers/net/ppp/pptp.c | 34 +-
15776 drivers/net/wan/lmc/lmc_media.c | 97 +-
15777 drivers/net/wan/z85230.c | 24 +-
15778 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
15779 drivers/net/wireless/zd1211rw/zd_usb.c | 2 +-
15780 drivers/pci/proc.c | 9 +
15781 drivers/platform/x86/asus-wmi.c | 12 +
15782 drivers/rtc/rtc-dev.c | 3 +
15783 drivers/scsi/bfa/bfa_fcs.c | 19 +-
15784 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
15785 drivers/scsi/bfa/bfa_modules.h | 12 +-
15786 drivers/scsi/hpsa.h | 40 +-
15787 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
15788 drivers/staging/lustre/lustre/libcfs/module.c | 10 +-
15789 drivers/tty/serial/uartlite.c | 4 +-
15790 drivers/tty/sysrq.c | 2 +-
15791 drivers/tty/tty_io.c | 4 +
15792 drivers/tty/vt/keyboard.c | 22 +-
15793 drivers/uio/uio.c | 6 +-
15794 drivers/usb/core/hub.c | 5 +
15795 drivers/usb/gadget/function/f_uac1.c | 1 +
15796 drivers/usb/gadget/function/u_uac1.c | 1 +
15797 drivers/usb/host/hwa-hc.c | 9 +-
15798 drivers/usb/usbip/vhci_sysfs.c | 2 +-
15799 drivers/video/fbdev/arcfb.c | 2 +-
15800 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
15801 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
15802 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
15803 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++----
15804 drivers/xen/xenfs/xenstored.c | 5 +
15805 firmware/Makefile | 2 +
15806 firmware/WHENCE | 20 +-
15807 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
15808 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
15809 fs/attr.c | 4 +
15810 fs/autofs4/waitq.c | 9 +
15811 fs/binfmt_aout.c | 7 +
15812 fs/binfmt_elf.c | 40 +-
15813 fs/compat.c | 20 +-
15814 fs/compat_ioctl.c | 253 +-
15815 fs/coredump.c | 17 +-
15816 fs/dcache.c | 3 +
15817 fs/debugfs/inode.c | 11 +-
15818 fs/exec.c | 231 +-
15819 fs/ext2/balloc.c | 4 +-
15820 fs/ext2/super.c | 8 +-
15821 fs/ext4/balloc.c | 4 +-
15822 fs/ext4/extents.c | 2 +-
15823 fs/fcntl.c | 4 +
15824 fs/fhandle.c | 3 +-
15825 fs/file.c | 4 +
15826 fs/filesystems.c | 4 +
15827 fs/fs_struct.c | 20 +-
15828 fs/hugetlbfs/inode.c | 24 +-
15829 fs/inode.c | 8 +-
15830 fs/internal.h | 7 +
15831 fs/ioctl.c | 4 +-
15832 fs/kernfs/dir.c | 6 +
15833 fs/mount.h | 4 +-
15834 fs/namei.c | 283 +-
15835 fs/namespace.c | 24 +
15836 fs/nfsd/nfscache.c | 2 +-
15837 fs/open.c | 38 +
15838 fs/overlayfs/inode.c | 3 +
15839 fs/overlayfs/super.c | 6 +-
15840 fs/pipe.c | 49 +-
15841 fs/posix_acl.c | 15 +-
15842 fs/proc/Kconfig | 10 +-
15843 fs/proc/array.c | 69 +-
15844 fs/proc/base.c | 186 +-
15845 fs/proc/cmdline.c | 4 +
15846 fs/proc/devices.c | 4 +
15847 fs/proc/fd.c | 12 +-
15848 fs/proc/generic.c | 64 +
15849 fs/proc/inode.c | 17 +
15850 fs/proc/internal.h | 11 +-
15851 fs/proc/interrupts.c | 4 +
15852 fs/proc/kcore.c | 3 +
15853 fs/proc/namespaces.c | 4 +-
15854 fs/proc/proc_net.c | 31 +
15855 fs/proc/proc_sysctl.c | 52 +-
15856 fs/proc/root.c | 8 +
15857 fs/proc/stat.c | 69 +-
15858 fs/proc/task_mmu.c | 66 +-
15859 fs/readdir.c | 19 +
15860 fs/reiserfs/item_ops.c | 24 +-
15861 fs/reiserfs/super.c | 4 +
15862 fs/select.c | 2 +
15863 fs/seq_file.c | 30 +-
15864 fs/stat.c | 20 +-
15865 fs/sysfs/dir.c | 30 +-
15866 fs/utimes.c | 7 +
15867 fs/xattr.c | 26 +-
15868 grsecurity/Kconfig | 1203 ++++
15869 grsecurity/Makefile | 54 +
15870 grsecurity/gracl.c | 2757 +++++++++
15871 grsecurity/gracl_alloc.c | 105 +
15872 grsecurity/gracl_cap.c | 127 +
15873 grsecurity/gracl_compat.c | 269 +
15874 grsecurity/gracl_fs.c | 448 ++
15875 grsecurity/gracl_ip.c | 386 ++
15876 grsecurity/gracl_learn.c | 207 +
15877 grsecurity/gracl_policy.c | 1786 ++++++
15878 grsecurity/gracl_res.c | 68 +
15879 grsecurity/gracl_segv.c | 304 +
15880 grsecurity/gracl_shm.c | 40 +
15881 grsecurity/grsec_chdir.c | 19 +
15882 grsecurity/grsec_chroot.c | 467 ++
15883 grsecurity/grsec_disabled.c | 445 ++
15884 grsecurity/grsec_exec.c | 189 +
15885 grsecurity/grsec_fifo.c | 26 +
15886 grsecurity/grsec_fork.c | 23 +
15887 grsecurity/grsec_init.c | 294 +
15888 grsecurity/grsec_ipc.c | 48 +
15889 grsecurity/grsec_link.c | 65 +
15890 grsecurity/grsec_log.c | 340 +
15891 grsecurity/grsec_mem.c | 48 +
15892 grsecurity/grsec_mount.c | 65 +
15893 grsecurity/grsec_pax.c | 47 +
15894 grsecurity/grsec_proc.c | 20 +
15895 grsecurity/grsec_ptrace.c | 30 +
15896 grsecurity/grsec_sig.c | 245 +
15897 grsecurity/grsec_sock.c | 244 +
15898 grsecurity/grsec_sysctl.c | 497 ++
15899 grsecurity/grsec_time.c | 16 +
15900 grsecurity/grsec_tpe.c | 78 +
15901 grsecurity/grsec_tty.c | 18 +
15902 grsecurity/grsec_usb.c | 15 +
15903 grsecurity/grsum.c | 54 +
15904 include/linux/binfmts.h | 5 +-
15905 include/linux/capability.h | 13 +
15906 include/linux/compiler-gcc.h | 5 +
15907 include/linux/compiler.h | 8 +
15908 include/linux/cred.h | 8 +-
15909 include/linux/dcache.h | 5 +-
15910 include/linux/fs.h | 26 +-
15911 include/linux/fs_struct.h | 2 +-
15912 include/linux/fsnotify.h | 6 +
15913 include/linux/gracl.h | 342 ++
15914 include/linux/gracl_compat.h | 156 +
15915 include/linux/gralloc.h | 9 +
15916 include/linux/grdefs.h | 140 +
15917 include/linux/grinternal.h | 231 +
15918 include/linux/grmsg.h | 119 +
15919 include/linux/grsecurity.h | 258 +
15920 include/linux/grsock.h | 19 +
15921 include/linux/ipc.h | 2 +-
15922 include/linux/ipc_namespace.h | 2 +-
15923 include/linux/kallsyms.h | 18 +-
15924 include/linux/key-type.h | 4 +-
15925 include/linux/kmod.h | 5 +
15926 include/linux/kobject.h | 2 +-
15927 include/linux/lsm_hooks.h | 4 +-
15928 include/linux/mm.h | 12 +
15929 include/linux/mm_types.h | 4 +-
15930 include/linux/module.h | 5 +-
15931 include/linux/mount.h | 2 +-
15932 include/linux/msg.h | 2 +-
15933 include/linux/netfilter/xt_gradm.h | 9 +
15934 include/linux/path.h | 4 +-
15935 include/linux/perf_event.h | 13 +-
15936 include/linux/pid_namespace.h | 2 +-
15937 include/linux/pipe_fs_i.h | 4 +
15938 include/linux/poison.h | 2 +-
15939 include/linux/printk.h | 2 +-
15940 include/linux/proc_fs.h | 22 +-
15941 include/linux/proc_ns.h | 2 +-
15942 include/linux/ptrace.h | 24 +-
15943 include/linux/radix-tree.h | 22 +-
15944 include/linux/random.h | 2 +-
15945 include/linux/rbtree_augmented.h | 4 +-
15946 include/linux/scatterlist.h | 12 +-
15947 include/linux/sched.h | 115 +-
15948 include/linux/security.h | 1 +
15949 include/linux/sem.h | 2 +-
15950 include/linux/seq_file.h | 5 +
15951 include/linux/shm.h | 6 +-
15952 include/linux/shmem_fs.h | 5 +-
15953 include/linux/skbuff.h | 3 +
15954 include/linux/slab.h | 9 -
15955 include/linux/sysctl.h | 8 +-
15956 include/linux/thread_info.h | 6 +-
15957 include/linux/tty.h | 2 +-
15958 include/linux/tty_driver.h | 4 +-
15959 include/linux/uidgid.h | 5 +
15960 include/linux/user_namespace.h | 2 +-
15961 include/linux/utsname.h | 2 +-
15962 include/linux/vermagic.h | 16 +-
15963 include/linux/vmalloc.h | 8 +
15964 include/net/af_unix.h | 6 +-
15965 include/net/ip.h | 2 +-
15966 include/net/neighbour.h | 2 +-
15967 include/net/net_namespace.h | 2 +-
15968 include/net/netfilter/nf_conntrack_core.h | 8 +-
15969 include/net/scm.h | 1 +
15970 include/net/sock.h | 2 +-
15971 include/trace/events/fs.h | 53 +
15972 include/uapi/linux/personality.h | 1 +
15973 init/Kconfig | 2 +
15974 init/main.c | 46 +-
15975 ipc/mqueue.c | 1 +
15976 ipc/msg.c | 3 +-
15977 ipc/msgutil.c | 4 +-
15978 ipc/sem.c | 3 +-
15979 ipc/shm.c | 26 +-
15980 ipc/util.c | 6 +
15981 kernel/auditsc.c | 2 +-
15982 kernel/bpf/syscall.c | 10 +-
15983 kernel/capability.c | 41 +-
15984 kernel/cgroup.c | 5 +-
15985 kernel/compat.c | 1 +
15986 kernel/configs.c | 11 +
15987 kernel/cred.c | 112 +-
15988 kernel/events/core.c | 16 +-
15989 kernel/exit.c | 10 +-
15990 kernel/fork.c | 86 +-
15991 kernel/futex.c | 6 +-
15992 kernel/futex_compat.c | 2 +-
15993 kernel/kallsyms.c | 9 +
15994 kernel/kcmp.c | 8 +-
15995 kernel/kexec_core.c | 2 +-
15996 kernel/kmod.c | 96 +-
15997 kernel/kprobes.c | 9 +-
15998 kernel/ksysfs.c | 2 +
15999 kernel/locking/lockdep_proc.c | 10 +-
16000 kernel/module.c | 108 +-
16001 kernel/panic.c | 4 +-
16002 kernel/pid.c | 18 +-
16003 kernel/power/Kconfig | 2 +
16004 kernel/printk/printk.c | 7 +-
16005 kernel/ptrace.c | 89 +-
16006 kernel/resource.c | 10 +
16007 kernel/sched/core.c | 11 +-
16008 kernel/seccomp.c | 22 +-
16009 kernel/signal.c | 37 +-
16010 kernel/sys.c | 64 +-
16011 kernel/sysctl.c | 186 +-
16012 kernel/taskstats.c | 6 +
16013 kernel/time/posix-timers.c | 8 +
16014 kernel/time/time.c | 5 +
16015 kernel/time/timekeeping.c | 3 +
16016 kernel/time/timer_list.c | 13 +-
16017 kernel/time/timer_stats.c | 10 +-
16018 kernel/trace/Kconfig | 2 +
16019 kernel/trace/trace_syscalls.c | 8 +
16020 kernel/user_namespace.c | 15 +
16021 lib/Kconfig.debug | 13 +-
16022 lib/Kconfig.kasan | 2 +-
16023 lib/is_single_threaded.c | 3 +
16024 lib/list_debug.c | 65 +-
16025 lib/nlattr.c | 2 +
16026 lib/radix-tree.c | 12 +-
16027 lib/rbtree.c | 4 +-
16028 lib/vsprintf.c | 39 +-
16029 localversion-grsec | 1 +
16030 mm/Kconfig | 8 +-
16031 mm/Kconfig.debug | 1 +
16032 mm/filemap.c | 1 +
16033 mm/kmemleak.c | 4 +-
16034 mm/memory.c | 2 +-
16035 mm/mempolicy.c | 12 +-
16036 mm/migrate.c | 3 +-
16037 mm/mlock.c | 11 +-
16038 mm/mmap.c | 103 +-
16039 mm/mprotect.c | 8 +
16040 mm/oom_kill.c | 4 +
16041 mm/page_alloc.c | 2 +-
16042 mm/process_vm_access.c | 8 +-
16043 mm/shmem.c | 11 +-
16044 mm/slab.c | 14 +-
16045 mm/slab_common.c | 2 +-
16046 mm/slob.c | 12 +
16047 mm/slub.c | 33 +-
16048 mm/util.c | 3 +
16049 mm/vmalloc.c | 82 +-
16050 mm/vmstat.c | 29 +-
16051 net/appletalk/atalk_proc.c | 2 +-
16052 net/atm/lec.c | 6 +-
16053 net/atm/mpoa_caches.c | 42 +-
16054 net/can/bcm.c | 2 +-
16055 net/can/proc.c | 2 +-
16056 net/core/dev_ioctl.c | 7 +-
16057 net/core/filter.c | 8 +-
16058 net/core/net-procfs.c | 17 +-
16059 net/core/pktgen.c | 2 +-
16060 net/core/scm.c | 7 +
16061 net/core/sock.c | 3 +-
16062 net/core/sysctl_net_core.c | 2 +-
16063 net/decnet/dn_dev.c | 2 +-
16064 net/ipv4/Kconfig | 1 +
16065 net/ipv4/devinet.c | 6 +-
16066 net/ipv4/inet_hashtables.c | 4 +
16067 net/ipv4/ip_input.c | 7 +
16068 net/ipv4/ip_sockglue.c | 3 +-
16069 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
16070 net/ipv4/route.c | 6 +-
16071 net/ipv4/tcp_input.c | 6 +-
16072 net/ipv4/tcp_ipv4.c | 24 +-
16073 net/ipv4/tcp_minisocks.c | 9 +-
16074 net/ipv4/tcp_timer.c | 11 +
16075 net/ipv4/udp.c | 24 +
16076 net/ipv6/Kconfig | 1 +
16077 net/ipv6/addrconf.c | 13 +-
16078 net/ipv6/proc.c | 2 +-
16079 net/ipv6/tcp_ipv6.c | 23 +-
16080 net/ipv6/udp.c | 7 +
16081 net/ipx/ipx_proc.c | 2 +-
16082 net/irda/irproc.c | 2 +-
16083 net/iucv/af_iucv.c | 3 +
16084 net/llc/llc_proc.c | 2 +-
16085 net/netfilter/Kconfig | 10 +
16086 net/netfilter/Makefile | 1 +
16087 net/netfilter/nf_conntrack_core.c | 46 +-
16088 net/netfilter/nf_conntrack_helper.c | 2 +-
16089 net/netfilter/nf_conntrack_netlink.c | 2 +-
16090 net/netfilter/xt_gradm.c | 51 +
16091 net/netfilter/xt_hashlimit.c | 4 +-
16092 net/netfilter/xt_recent.c | 2 +-
16093 net/openvswitch/actions.c | 19 +-
16094 net/sctp/sm_sideeffect.c | 11 +-
16095 net/sctp/sm_statefuns.c | 17 +-
16096 net/socket.c | 75 +-
16097 net/sunrpc/Kconfig | 1 +
16098 net/sunrpc/cache.c | 2 +-
16099 net/sunrpc/stats.c | 2 +-
16100 net/sysctl_net.c | 2 +-
16101 net/unix/af_unix.c | 57 +-
16102 net/unix/garbage.c | 8 +-
16103 net/vmw_vsock/vmci_transport_notify.c | 30 +-
16104 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
16105 net/x25/sysctl_net_x25.c | 2 +-
16106 net/x25/x25_proc.c | 2 +-
16107 scripts/package/Makefile | 2 +-
16108 scripts/package/mkspec | 41 +-
16109 security/Kconfig | 369 +-
16110 security/apparmor/file.c | 4 +-
16111 security/apparmor/lsm.c | 8 +-
16112 security/commoncap.c | 36 +-
16113 security/keys/internal.h | 2 +-
16114 security/min_addr.c | 2 +
16115 security/smack/smack_lsm.c | 8 +-
16116 security/tomoyo/file.c | 12 +-
16117 security/tomoyo/mount.c | 4 +
16118 security/tomoyo/tomoyo.c | 20 +-
16119 security/yama/Kconfig | 2 +-
16120 security/yama/yama_lsm.c | 4 +-
16121 sound/core/timer.c | 4 +-
16122 sound/synth/emux/emux_seq.c | 14 +-
16123 sound/usb/line6/driver.c | 40 +-
16124 sound/usb/line6/toneport.c | 12 +-
16125 tools/gcc/.gitignore | 1 +
16126 tools/gcc/Makefile | 12 +
16127 tools/gcc/gen-random-seed.sh | 8 +
16128 tools/gcc/randomize_layout_plugin.c | 930 +++
16129 tools/gcc/size_overflow_plugin/.gitignore | 1 +
16130 .../size_overflow_plugin/size_overflow_hash.data | 463 +-
16131 513 files changed, 33007 insertions(+), 3251 deletions(-)
16132
16133 commit 6cb4f49b6a55cf16ae82685e1ab9b74c95b2f743
16134 Author: Brad Spengler <spender@grsecurity.net>
16135 Date: Mon Feb 15 10:51:41 2016 -0500
16136
16137 Initial import of pax-linux-4.4.1-test3.patch
16138
16139 Documentation/dontdiff | 46 +-
16140 Documentation/kbuild/makefiles.txt | 39 +-
16141 Documentation/kernel-parameters.txt | 28 +
16142 Makefile | 119 +-
16143 arch/alpha/include/asm/atomic.h | 10 +
16144 arch/alpha/include/asm/elf.h | 7 +
16145 arch/alpha/include/asm/pgalloc.h | 6 +
16146 arch/alpha/include/asm/pgtable.h | 11 +
16147 arch/alpha/kernel/module.c | 2 +-
16148 arch/alpha/kernel/osf_sys.c | 8 +-
16149 arch/alpha/mm/fault.c | 141 +-
16150 arch/arm/Kconfig | 3 +-
16151 arch/arm/include/asm/atomic.h | 323 +-
16152 arch/arm/include/asm/cache.h | 5 +-
16153 arch/arm/include/asm/cacheflush.h | 2 +-
16154 arch/arm/include/asm/checksum.h | 14 +-
16155 arch/arm/include/asm/cmpxchg.h | 4 +
16156 arch/arm/include/asm/cpuidle.h | 2 +-
16157 arch/arm/include/asm/domain.h | 42 +-
16158 arch/arm/include/asm/elf.h | 9 +-
16159 arch/arm/include/asm/fncpy.h | 2 +
16160 arch/arm/include/asm/futex.h | 1 +
16161 arch/arm/include/asm/kmap_types.h | 2 +-
16162 arch/arm/include/asm/mach/dma.h | 2 +-
16163 arch/arm/include/asm/mach/map.h | 16 +-
16164 arch/arm/include/asm/outercache.h | 2 +-
16165 arch/arm/include/asm/page.h | 3 +-
16166 arch/arm/include/asm/pgalloc.h | 20 +
16167 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
16168 arch/arm/include/asm/pgtable-2level.h | 3 +
16169 arch/arm/include/asm/pgtable-3level.h | 3 +
16170 arch/arm/include/asm/pgtable.h | 54 +-
16171 arch/arm/include/asm/smp.h | 2 +-
16172 arch/arm/include/asm/thread_info.h | 3 +
16173 arch/arm/include/asm/tls.h | 3 +
16174 arch/arm/include/asm/uaccess.h | 113 +-
16175 arch/arm/include/uapi/asm/ptrace.h | 2 +-
16176 arch/arm/kernel/armksyms.c | 2 +-
16177 arch/arm/kernel/cpuidle.c | 2 +-
16178 arch/arm/kernel/entry-armv.S | 109 +-
16179 arch/arm/kernel/entry-common.S | 40 +-
16180 arch/arm/kernel/entry-header.S | 55 +
16181 arch/arm/kernel/fiq.c | 3 +
16182 arch/arm/kernel/module-plts.c | 7 +-
16183 arch/arm/kernel/module.c | 38 +-
16184 arch/arm/kernel/patch.c | 2 +
16185 arch/arm/kernel/process.c | 92 +-
16186 arch/arm/kernel/reboot.c | 1 +
16187 arch/arm/kernel/setup.c | 20 +-
16188 arch/arm/kernel/signal.c | 35 +-
16189 arch/arm/kernel/smp.c | 2 +-
16190 arch/arm/kernel/tcm.c | 4 +-
16191 arch/arm/kernel/vmlinux.lds.S | 6 +-
16192 arch/arm/kvm/arm.c | 8 +-
16193 arch/arm/lib/copy_page.S | 1 +
16194 arch/arm/lib/csumpartialcopyuser.S | 4 +-
16195 arch/arm/lib/delay.c | 2 +-
16196 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
16197 arch/arm/mach-exynos/suspend.c | 6 +-
16198 arch/arm/mach-mvebu/coherency.c | 4 +-
16199 arch/arm/mach-omap2/board-n8x0.c | 2 +-
16200 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
16201 arch/arm/mach-omap2/omap-smp.c | 1 +
16202 arch/arm/mach-omap2/omap_device.c | 4 +-
16203 arch/arm/mach-omap2/omap_device.h | 4 +-
16204 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
16205 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
16206 arch/arm/mach-omap2/wd_timer.c | 6 +-
16207 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
16208 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
16209 arch/arm/mach-tegra/irq.c | 1 +
16210 arch/arm/mach-ux500/pm.c | 1 +
16211 arch/arm/mach-zynq/platsmp.c | 1 +
16212 arch/arm/mm/Kconfig | 6 +-
16213 arch/arm/mm/cache-l2x0.c | 2 +-
16214 arch/arm/mm/context.c | 10 +-
16215 arch/arm/mm/fault.c | 146 +
16216 arch/arm/mm/fault.h | 12 +
16217 arch/arm/mm/init.c | 39 +
16218 arch/arm/mm/ioremap.c | 4 +-
16219 arch/arm/mm/mmap.c | 30 +-
16220 arch/arm/mm/mmu.c | 162 +-
16221 arch/arm/net/bpf_jit_32.c | 3 +
16222 arch/arm/plat-iop/setup.c | 2 +-
16223 arch/arm/plat-omap/sram.c | 2 +
16224 arch/arm64/include/asm/atomic.h | 10 +
16225 arch/arm64/include/asm/percpu.h | 8 +-
16226 arch/arm64/include/asm/pgalloc.h | 5 +
16227 arch/arm64/include/asm/uaccess.h | 1 +
16228 arch/arm64/mm/dma-mapping.c | 2 +-
16229 arch/avr32/include/asm/elf.h | 8 +-
16230 arch/avr32/include/asm/kmap_types.h | 4 +-
16231 arch/avr32/mm/fault.c | 27 +
16232 arch/frv/include/asm/atomic.h | 10 +
16233 arch/frv/include/asm/kmap_types.h | 2 +-
16234 arch/frv/mm/elf-fdpic.c | 3 +-
16235 arch/ia64/Makefile | 1 +
16236 arch/ia64/include/asm/atomic.h | 10 +
16237 arch/ia64/include/asm/elf.h | 7 +
16238 arch/ia64/include/asm/pgalloc.h | 12 +
16239 arch/ia64/include/asm/pgtable.h | 13 +-
16240 arch/ia64/include/asm/spinlock.h | 2 +-
16241 arch/ia64/include/asm/uaccess.h | 27 +-
16242 arch/ia64/kernel/module.c | 45 +-
16243 arch/ia64/kernel/palinfo.c | 2 +-
16244 arch/ia64/kernel/sys_ia64.c | 7 +
16245 arch/ia64/kernel/vmlinux.lds.S | 2 +-
16246 arch/ia64/mm/fault.c | 32 +-
16247 arch/ia64/mm/init.c | 15 +-
16248 arch/m32r/lib/usercopy.c | 6 +
16249 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
16250 arch/mips/include/asm/atomic.h | 368 +-
16251 arch/mips/include/asm/elf.h | 7 +
16252 arch/mips/include/asm/exec.h | 2 +-
16253 arch/mips/include/asm/hw_irq.h | 2 +-
16254 arch/mips/include/asm/local.h | 57 +
16255 arch/mips/include/asm/page.h | 2 +-
16256 arch/mips/include/asm/pgalloc.h | 5 +
16257 arch/mips/include/asm/pgtable.h | 3 +
16258 arch/mips/include/asm/uaccess.h | 1 +
16259 arch/mips/kernel/binfmt_elfn32.c | 7 +
16260 arch/mips/kernel/binfmt_elfo32.c | 7 +
16261 arch/mips/kernel/irq-gt641xx.c | 2 +-
16262 arch/mips/kernel/irq.c | 6 +-
16263 arch/mips/kernel/pm-cps.c | 2 +-
16264 arch/mips/kernel/process.c | 12 -
16265 arch/mips/kernel/sync-r4k.c | 24 +-
16266 arch/mips/kernel/traps.c | 13 +-
16267 arch/mips/mm/fault.c | 25 +
16268 arch/mips/mm/mmap.c | 51 +-
16269 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
16270 arch/mips/sni/rm200.c | 2 +-
16271 arch/mips/vr41xx/common/icu.c | 2 +-
16272 arch/mips/vr41xx/common/irq.c | 4 +-
16273 arch/parisc/include/asm/atomic.h | 10 +
16274 arch/parisc/include/asm/elf.h | 7 +
16275 arch/parisc/include/asm/pgalloc.h | 6 +
16276 arch/parisc/include/asm/pgtable.h | 11 +
16277 arch/parisc/include/asm/uaccess.h | 4 +-
16278 arch/parisc/kernel/module.c | 50 +-
16279 arch/parisc/kernel/sys_parisc.c | 15 +
16280 arch/parisc/kernel/traps.c | 4 +-
16281 arch/parisc/mm/fault.c | 140 +-
16282 arch/powerpc/include/asm/atomic.h | 329 +-
16283 arch/powerpc/include/asm/elf.h | 12 +
16284 arch/powerpc/include/asm/exec.h | 2 +-
16285 arch/powerpc/include/asm/kmap_types.h | 2 +-
16286 arch/powerpc/include/asm/local.h | 46 +
16287 arch/powerpc/include/asm/mman.h | 2 +-
16288 arch/powerpc/include/asm/page.h | 8 +-
16289 arch/powerpc/include/asm/page_64.h | 7 +-
16290 arch/powerpc/include/asm/pgalloc-64.h | 7 +
16291 arch/powerpc/include/asm/pgtable.h | 1 +
16292 arch/powerpc/include/asm/pte-hash32.h | 1 +
16293 arch/powerpc/include/asm/reg.h | 1 +
16294 arch/powerpc/include/asm/smp.h | 2 +-
16295 arch/powerpc/include/asm/spinlock.h | 42 +-
16296 arch/powerpc/include/asm/uaccess.h | 141 +-
16297 arch/powerpc/kernel/Makefile | 5 +
16298 arch/powerpc/kernel/exceptions-64e.S | 4 +-
16299 arch/powerpc/kernel/exceptions-64s.S | 2 +-
16300 arch/powerpc/kernel/module_32.c | 15 +-
16301 arch/powerpc/kernel/process.c | 46 -
16302 arch/powerpc/kernel/signal_32.c | 2 +-
16303 arch/powerpc/kernel/signal_64.c | 2 +-
16304 arch/powerpc/kernel/traps.c | 21 +
16305 arch/powerpc/kernel/vdso.c | 5 +-
16306 arch/powerpc/lib/usercopy_64.c | 18 -
16307 arch/powerpc/mm/fault.c | 56 +-
16308 arch/powerpc/mm/mmap.c | 16 +
16309 arch/powerpc/mm/slice.c | 13 +-
16310 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
16311 arch/s390/include/asm/atomic.h | 10 +
16312 arch/s390/include/asm/elf.h | 7 +
16313 arch/s390/include/asm/exec.h | 2 +-
16314 arch/s390/include/asm/uaccess.h | 13 +-
16315 arch/s390/kernel/module.c | 22 +-
16316 arch/s390/kernel/process.c | 20 -
16317 arch/s390/mm/mmap.c | 16 +
16318 arch/score/include/asm/exec.h | 2 +-
16319 arch/score/kernel/process.c | 5 -
16320 arch/sh/mm/mmap.c | 22 +-
16321 arch/sparc/include/asm/atomic_64.h | 110 +-
16322 arch/sparc/include/asm/cache.h | 2 +-
16323 arch/sparc/include/asm/elf_32.h | 7 +
16324 arch/sparc/include/asm/elf_64.h | 7 +
16325 arch/sparc/include/asm/pgalloc_32.h | 1 +
16326 arch/sparc/include/asm/pgalloc_64.h | 1 +
16327 arch/sparc/include/asm/pgtable.h | 4 +
16328 arch/sparc/include/asm/pgtable_32.h | 15 +-
16329 arch/sparc/include/asm/pgtsrmmu.h | 5 +
16330 arch/sparc/include/asm/setup.h | 4 +-
16331 arch/sparc/include/asm/spinlock_64.h | 35 +-
16332 arch/sparc/include/asm/thread_info_32.h | 1 +
16333 arch/sparc/include/asm/thread_info_64.h | 2 +
16334 arch/sparc/include/asm/uaccess.h | 1 +
16335 arch/sparc/include/asm/uaccess_32.h | 28 +-
16336 arch/sparc/include/asm/uaccess_64.h | 24 +-
16337 arch/sparc/kernel/Makefile | 2 +-
16338 arch/sparc/kernel/prom_common.c | 2 +-
16339 arch/sparc/kernel/smp_64.c | 8 +-
16340 arch/sparc/kernel/sys_sparc_32.c | 2 +-
16341 arch/sparc/kernel/sys_sparc_64.c | 52 +-
16342 arch/sparc/kernel/traps_64.c | 27 +-
16343 arch/sparc/lib/Makefile | 2 +-
16344 arch/sparc/lib/atomic_64.S | 57 +-
16345 arch/sparc/lib/ksyms.c | 6 +-
16346 arch/sparc/mm/Makefile | 2 +-
16347 arch/sparc/mm/fault_32.c | 292 +
16348 arch/sparc/mm/fault_64.c | 486 +
16349 arch/sparc/mm/hugetlbpage.c | 22 +-
16350 arch/sparc/mm/init_64.c | 10 +-
16351 arch/tile/include/asm/atomic_64.h | 10 +
16352 arch/tile/include/asm/uaccess.h | 4 +-
16353 arch/um/Makefile | 4 +
16354 arch/um/include/asm/kmap_types.h | 2 +-
16355 arch/um/include/asm/page.h | 3 +
16356 arch/um/include/asm/pgtable-3level.h | 1 +
16357 arch/um/kernel/process.c | 16 -
16358 arch/x86/Kconfig | 26 +-
16359 arch/x86/Kconfig.cpu | 6 +-
16360 arch/x86/Kconfig.debug | 4 +-
16361 arch/x86/Makefile | 13 +-
16362 arch/x86/boot/Makefile | 3 +
16363 arch/x86/boot/bitops.h | 4 +-
16364 arch/x86/boot/boot.h | 2 +-
16365 arch/x86/boot/compressed/Makefile | 3 +
16366 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
16367 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
16368 arch/x86/boot/compressed/head_32.S | 4 +-
16369 arch/x86/boot/compressed/head_64.S | 12 +-
16370 arch/x86/boot/compressed/misc.c | 11 +-
16371 arch/x86/boot/cpucheck.c | 16 +-
16372 arch/x86/boot/header.S | 6 +-
16373 arch/x86/boot/memory.c | 2 +-
16374 arch/x86/boot/video-vesa.c | 1 +
16375 arch/x86/boot/video.c | 2 +-
16376 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
16377 arch/x86/crypto/aesni-intel_asm.S | 106 +-
16378 arch/x86/crypto/blowfish-x86_64-asm_64.S | 7 +
16379 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 10 +
16380 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 10 +
16381 arch/x86/crypto/camellia-x86_64-asm_64.S | 7 +
16382 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 51 +-
16383 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 25 +-
16384 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 2 +
16385 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
16386 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
16387 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 9 +
16388 arch/x86/crypto/serpent-avx2-asm_64.S | 9 +
16389 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
16390 arch/x86/crypto/sha1_ssse3_asm.S | 10 +-
16391 arch/x86/crypto/sha256-avx-asm.S | 2 +
16392 arch/x86/crypto/sha256-avx2-asm.S | 2 +
16393 arch/x86/crypto/sha256-ssse3-asm.S | 2 +
16394 arch/x86/crypto/sha512-avx-asm.S | 2 +
16395 arch/x86/crypto/sha512-avx2-asm.S | 2 +
16396 arch/x86/crypto/sha512-ssse3-asm.S | 2 +
16397 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 25 +-
16398 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 4 +
16399 arch/x86/crypto/twofish-x86_64-asm_64.S | 3 +
16400 arch/x86/entry/calling.h | 86 +-
16401 arch/x86/entry/common.c | 28 +-
16402 arch/x86/entry/entry_32.S | 311 +-
16403 arch/x86/entry/entry_64.S | 625 +-
16404 arch/x86/entry/entry_64_compat.S | 67 +-
16405 arch/x86/entry/thunk_64.S | 2 +
16406 arch/x86/entry/vdso/Makefile | 2 +-
16407 arch/x86/entry/vdso/vdso2c.h | 8 +-
16408 arch/x86/entry/vdso/vma.c | 37 +-
16409 arch/x86/entry/vsyscall/vsyscall_64.c | 20 +-
16410 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 2 +-
16411 arch/x86/ia32/ia32_signal.c | 23 +-
16412 arch/x86/ia32/sys_ia32.c | 42 +-
16413 arch/x86/include/asm/alternative-asm.h | 43 +-
16414 arch/x86/include/asm/alternative.h | 4 +-
16415 arch/x86/include/asm/apic.h | 2 +-
16416 arch/x86/include/asm/apm.h | 4 +-
16417 arch/x86/include/asm/atomic.h | 230 +-
16418 arch/x86/include/asm/atomic64_32.h | 100 +
16419 arch/x86/include/asm/atomic64_64.h | 164 +-
16420 arch/x86/include/asm/bitops.h | 18 +-
16421 arch/x86/include/asm/boot.h | 2 +-
16422 arch/x86/include/asm/cache.h | 5 +-
16423 arch/x86/include/asm/checksum_32.h | 12 +-
16424 arch/x86/include/asm/cmpxchg.h | 39 +
16425 arch/x86/include/asm/compat.h | 4 +
16426 arch/x86/include/asm/cpufeature.h | 17 +-
16427 arch/x86/include/asm/desc.h | 78 +-
16428 arch/x86/include/asm/desc_defs.h | 6 +
16429 arch/x86/include/asm/div64.h | 2 +-
16430 arch/x86/include/asm/dma.h | 2 +
16431 arch/x86/include/asm/elf.h | 33 +-
16432 arch/x86/include/asm/emergency-restart.h | 2 +-
16433 arch/x86/include/asm/fpu/internal.h | 42 +-
16434 arch/x86/include/asm/fpu/types.h | 5 +-
16435 arch/x86/include/asm/futex.h | 14 +-
16436 arch/x86/include/asm/hw_irq.h | 4 +-
16437 arch/x86/include/asm/i8259.h | 2 +-
16438 arch/x86/include/asm/io.h | 22 +-
16439 arch/x86/include/asm/irqflags.h | 5 +
16440 arch/x86/include/asm/kprobes.h | 9 +-
16441 arch/x86/include/asm/local.h | 106 +-
16442 arch/x86/include/asm/mman.h | 15 +
16443 arch/x86/include/asm/mmu.h | 14 +-
16444 arch/x86/include/asm/mmu_context.h | 133 +-
16445 arch/x86/include/asm/module.h | 17 +-
16446 arch/x86/include/asm/nmi.h | 19 +-
16447 arch/x86/include/asm/page.h | 1 +
16448 arch/x86/include/asm/page_32.h | 12 +-
16449 arch/x86/include/asm/page_64.h | 14 +-
16450 arch/x86/include/asm/paravirt.h | 46 +-
16451 arch/x86/include/asm/paravirt_types.h | 15 +-
16452 arch/x86/include/asm/pgalloc.h | 23 +
16453 arch/x86/include/asm/pgtable-2level.h | 2 +
16454 arch/x86/include/asm/pgtable-3level.h | 7 +
16455 arch/x86/include/asm/pgtable.h | 126 +-
16456 arch/x86/include/asm/pgtable_32.h | 14 +-
16457 arch/x86/include/asm/pgtable_32_types.h | 24 +-
16458 arch/x86/include/asm/pgtable_64.h | 23 +-
16459 arch/x86/include/asm/pgtable_64_types.h | 5 +
16460 arch/x86/include/asm/pgtable_types.h | 26 +-
16461 arch/x86/include/asm/pmem.h | 2 +-
16462 arch/x86/include/asm/preempt.h | 2 +-
16463 arch/x86/include/asm/processor.h | 57 +-
16464 arch/x86/include/asm/ptrace.h | 15 +-
16465 arch/x86/include/asm/realmode.h | 4 +-
16466 arch/x86/include/asm/reboot.h | 10 +-
16467 arch/x86/include/asm/rmwcc.h | 84 +-
16468 arch/x86/include/asm/rwsem.h | 60 +-
16469 arch/x86/include/asm/segment.h | 27 +-
16470 arch/x86/include/asm/smap.h | 43 +
16471 arch/x86/include/asm/smp.h | 14 +-
16472 arch/x86/include/asm/stackprotector.h | 4 +-
16473 arch/x86/include/asm/stacktrace.h | 34 +-
16474 arch/x86/include/asm/switch_to.h | 4 +-
16475 arch/x86/include/asm/sys_ia32.h | 6 +-
16476 arch/x86/include/asm/thread_info.h | 27 +-
16477 arch/x86/include/asm/tlbflush.h | 77 +-
16478 arch/x86/include/asm/uaccess.h | 210 +-
16479 arch/x86/include/asm/uaccess_32.h | 28 +-
16480 arch/x86/include/asm/uaccess_64.h | 169 +-
16481 arch/x86/include/asm/word-at-a-time.h | 2 +-
16482 arch/x86/include/asm/x86_init.h | 10 +-
16483 arch/x86/include/asm/xen/page.h | 2 +-
16484 arch/x86/include/uapi/asm/e820.h | 2 +-
16485 arch/x86/kernel/Makefile | 2 +-
16486 arch/x86/kernel/acpi/boot.c | 4 +-
16487 arch/x86/kernel/acpi/sleep.c | 4 +
16488 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
16489 arch/x86/kernel/alternative.c | 124 +-
16490 arch/x86/kernel/apic/apic.c | 4 +-
16491 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
16492 arch/x86/kernel/apic/apic_noop.c | 2 +-
16493 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
16494 arch/x86/kernel/apic/io_apic.c | 8 +-
16495 arch/x86/kernel/apic/msi.c | 2 +-
16496 arch/x86/kernel/apic/probe_32.c | 4 +-
16497 arch/x86/kernel/apic/vector.c | 2 +
16498 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
16499 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
16500 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
16501 arch/x86/kernel/apm_32.c | 21 +-
16502 arch/x86/kernel/asm-offsets.c | 20 +
16503 arch/x86/kernel/asm-offsets_64.c | 1 +
16504 arch/x86/kernel/cpu/Makefile | 4 -
16505 arch/x86/kernel/cpu/amd.c | 2 +-
16506 arch/x86/kernel/cpu/bugs_64.c | 2 +
16507 arch/x86/kernel/cpu/common.c | 202 +-
16508 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
16509 arch/x86/kernel/cpu/mcheck/mce.c | 34 +-
16510 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
16511 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
16512 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
16513 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
16514 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
16515 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
16516 arch/x86/kernel/cpu/perf_event.c | 10 +-
16517 arch/x86/kernel/cpu/perf_event.h | 2 +-
16518 arch/x86/kernel/cpu/perf_event_amd_iommu.c | 2 +-
16519 arch/x86/kernel/cpu/perf_event_intel.c | 34 +-
16520 arch/x86/kernel/cpu/perf_event_intel_bts.c | 6 +-
16521 arch/x86/kernel/cpu/perf_event_intel_cqm.c | 4 +-
16522 arch/x86/kernel/cpu/perf_event_intel_ds.c | 7 +-
16523 arch/x86/kernel/cpu/perf_event_intel_lbr.c | 4 +-
16524 arch/x86/kernel/cpu/perf_event_intel_pt.c | 42 +-
16525 arch/x86/kernel/cpu/perf_event_intel_rapl.c | 2 +-
16526 arch/x86/kernel/cpu/perf_event_intel_uncore.c | 2 +-
16527 arch/x86/kernel/cpu/perf_event_intel_uncore.h | 2 +-
16528 arch/x86/kernel/crash_dump_64.c | 2 +-
16529 arch/x86/kernel/doublefault.c | 8 +-
16530 arch/x86/kernel/dumpstack.c | 24 +-
16531 arch/x86/kernel/dumpstack_32.c | 25 +-
16532 arch/x86/kernel/dumpstack_64.c | 62 +-
16533 arch/x86/kernel/e820.c | 4 +-
16534 arch/x86/kernel/early_printk.c | 1 +
16535 arch/x86/kernel/espfix_64.c | 44 +-
16536 arch/x86/kernel/fpu/core.c | 24 +-
16537 arch/x86/kernel/fpu/init.c | 40 +-
16538 arch/x86/kernel/fpu/regset.c | 22 +-
16539 arch/x86/kernel/fpu/signal.c | 20 +-
16540 arch/x86/kernel/fpu/xstate.c | 6 +-
16541 arch/x86/kernel/ftrace.c | 18 +-
16542 arch/x86/kernel/head64.c | 14 +-
16543 arch/x86/kernel/head_32.S | 235 +-
16544 arch/x86/kernel/head_64.S | 173 +-
16545 arch/x86/kernel/i386_ksyms_32.c | 12 +
16546 arch/x86/kernel/i8259.c | 10 +-
16547 arch/x86/kernel/io_delay.c | 2 +-
16548 arch/x86/kernel/ioport.c | 2 +-
16549 arch/x86/kernel/irq.c | 8 +-
16550 arch/x86/kernel/irq_32.c | 45 +-
16551 arch/x86/kernel/jump_label.c | 10 +-
16552 arch/x86/kernel/kgdb.c | 21 +-
16553 arch/x86/kernel/kprobes/core.c | 28 +-
16554 arch/x86/kernel/kprobes/opt.c | 16 +-
16555 arch/x86/kernel/ksysfs.c | 2 +-
16556 arch/x86/kernel/kvmclock.c | 20 +-
16557 arch/x86/kernel/ldt.c | 25 +
16558 arch/x86/kernel/livepatch.c | 11 +-
16559 arch/x86/kernel/machine_kexec_32.c | 6 +-
16560 arch/x86/kernel/mcount_64.S | 19 +-
16561 arch/x86/kernel/module.c | 78 +-
16562 arch/x86/kernel/msr.c | 2 +-
16563 arch/x86/kernel/nmi.c | 34 +-
16564 arch/x86/kernel/nmi_selftest.c | 4 +-
16565 arch/x86/kernel/paravirt-spinlocks.c | 2 +-
16566 arch/x86/kernel/paravirt.c | 45 +-
16567 arch/x86/kernel/paravirt_patch_64.c | 8 +
16568 arch/x86/kernel/pci-calgary_64.c | 2 +-
16569 arch/x86/kernel/pci-iommu_table.c | 2 +-
16570 arch/x86/kernel/pci-swiotlb.c | 2 +-
16571 arch/x86/kernel/process.c | 80 +-
16572 arch/x86/kernel/process_32.c | 29 +-
16573 arch/x86/kernel/process_64.c | 14 +-
16574 arch/x86/kernel/ptrace.c | 20 +-
16575 arch/x86/kernel/pvclock.c | 8 +-
16576 arch/x86/kernel/reboot.c | 44 +-
16577 arch/x86/kernel/reboot_fixups_32.c | 2 +-
16578 arch/x86/kernel/relocate_kernel_64.S | 3 +-
16579 arch/x86/kernel/setup.c | 29 +-
16580 arch/x86/kernel/setup_percpu.c | 29 +-
16581 arch/x86/kernel/signal.c | 17 +-
16582 arch/x86/kernel/smp.c | 2 +-
16583 arch/x86/kernel/smpboot.c | 29 +-
16584 arch/x86/kernel/step.c | 6 +-
16585 arch/x86/kernel/sys_i386_32.c | 184 +
16586 arch/x86/kernel/sys_x86_64.c | 22 +-
16587 arch/x86/kernel/tboot.c | 22 +-
16588 arch/x86/kernel/time.c | 8 +-
16589 arch/x86/kernel/tls.c | 7 +-
16590 arch/x86/kernel/tracepoint.c | 4 +-
16591 arch/x86/kernel/traps.c | 53 +-
16592 arch/x86/kernel/tsc.c | 2 +-
16593 arch/x86/kernel/uprobes.c | 4 +-
16594 arch/x86/kernel/vm86_32.c | 6 +-
16595 arch/x86/kernel/vmlinux.lds.S | 153 +-
16596 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
16597 arch/x86/kernel/x86_init.c | 6 +-
16598 arch/x86/kvm/cpuid.c | 21 +-
16599 arch/x86/kvm/emulate.c | 6 +-
16600 arch/x86/kvm/i8259.c | 10 +-
16601 arch/x86/kvm/ioapic.c | 2 +
16602 arch/x86/kvm/lapic.c | 2 +-
16603 arch/x86/kvm/paging_tmpl.h | 2 +-
16604 arch/x86/kvm/svm.c | 10 +-
16605 arch/x86/kvm/vmx.c | 62 +-
16606 arch/x86/kvm/x86.c | 44 +-
16607 arch/x86/lguest/boot.c | 3 +-
16608 arch/x86/lib/atomic64_386_32.S | 164 +
16609 arch/x86/lib/atomic64_cx8_32.S | 98 +-
16610 arch/x86/lib/checksum_32.S | 99 +-
16611 arch/x86/lib/clear_page_64.S | 3 +
16612 arch/x86/lib/cmpxchg16b_emu.S | 3 +
16613 arch/x86/lib/copy_page_64.S | 14 +-
16614 arch/x86/lib/copy_user_64.S | 66 +-
16615 arch/x86/lib/csum-copy_64.S | 14 +-
16616 arch/x86/lib/csum-wrappers_64.c | 8 +-
16617 arch/x86/lib/getuser.S | 74 +-
16618 arch/x86/lib/insn.c | 8 +-
16619 arch/x86/lib/iomap_copy_64.S | 2 +
16620 arch/x86/lib/memcpy_64.S | 6 +
16621 arch/x86/lib/memmove_64.S | 3 +-
16622 arch/x86/lib/memset_64.S | 3 +
16623 arch/x86/lib/mmx_32.c | 243 +-
16624 arch/x86/lib/msr-reg.S | 2 +
16625 arch/x86/lib/putuser.S | 87 +-
16626 arch/x86/lib/rwsem.S | 6 +-
16627 arch/x86/lib/usercopy_32.c | 359 +-
16628 arch/x86/lib/usercopy_64.c | 22 +-
16629 arch/x86/math-emu/fpu_aux.c | 2 +-
16630 arch/x86/math-emu/fpu_entry.c | 4 +-
16631 arch/x86/math-emu/fpu_system.h | 2 +-
16632 arch/x86/mm/Makefile | 4 +
16633 arch/x86/mm/extable.c | 26 +-
16634 arch/x86/mm/fault.c | 570 +-
16635 arch/x86/mm/gup.c | 6 +-
16636 arch/x86/mm/highmem_32.c | 6 +
16637 arch/x86/mm/hugetlbpage.c | 24 +-
16638 arch/x86/mm/init.c | 111 +-
16639 arch/x86/mm/init_32.c | 111 +-
16640 arch/x86/mm/init_64.c | 46 +-
16641 arch/x86/mm/iomap_32.c | 4 +
16642 arch/x86/mm/ioremap.c | 52 +-
16643 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
16644 arch/x86/mm/mmap.c | 40 +-
16645 arch/x86/mm/mmio-mod.c | 10 +-
16646 arch/x86/mm/mpx.c | 6 +-
16647 arch/x86/mm/numa.c | 4 +-
16648 arch/x86/mm/pageattr.c | 42 +-
16649 arch/x86/mm/pat.c | 12 +-
16650 arch/x86/mm/pat_rbtree.c | 2 +-
16651 arch/x86/mm/pf_in.c | 10 +-
16652 arch/x86/mm/pgtable.c | 214 +-
16653 arch/x86/mm/pgtable_32.c | 3 +
16654 arch/x86/mm/setup_nx.c | 7 +
16655 arch/x86/mm/tlb.c | 4 +
16656 arch/x86/mm/uderef_64.c | 37 +
16657 arch/x86/net/bpf_jit.S | 11 +
16658 arch/x86/net/bpf_jit_comp.c | 13 +-
16659 arch/x86/oprofile/backtrace.c | 6 +-
16660 arch/x86/oprofile/nmi_int.c | 8 +-
16661 arch/x86/oprofile/op_model_amd.c | 8 +-
16662 arch/x86/oprofile/op_model_ppro.c | 7 +-
16663 arch/x86/oprofile/op_x86_model.h | 2 +-
16664 arch/x86/pci/intel_mid_pci.c | 2 +-
16665 arch/x86/pci/irq.c | 8 +-
16666 arch/x86/pci/pcbios.c | 144 +-
16667 arch/x86/platform/efi/efi_32.c | 24 +
16668 arch/x86/platform/efi/efi_64.c | 26 +-
16669 arch/x86/platform/efi/efi_stub_32.S | 64 +-
16670 arch/x86/platform/efi/efi_stub_64.S | 2 +
16671 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
16672 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
16673 arch/x86/platform/intel-mid/mfld.c | 4 +-
16674 arch/x86/platform/intel-mid/mrfl.c | 2 +-
16675 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
16676 arch/x86/platform/olpc/olpc_dt.c | 2 +-
16677 arch/x86/power/cpu.c | 11 +-
16678 arch/x86/realmode/init.c | 10 +-
16679 arch/x86/realmode/rm/Makefile | 3 +
16680 arch/x86/realmode/rm/header.S | 4 +-
16681 arch/x86/realmode/rm/reboot.S | 4 +
16682 arch/x86/realmode/rm/trampoline_32.S | 12 +-
16683 arch/x86/realmode/rm/trampoline_64.S | 3 +-
16684 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
16685 arch/x86/tools/Makefile | 2 +-
16686 arch/x86/tools/relocs.c | 96 +-
16687 arch/x86/um/mem_32.c | 2 +-
16688 arch/x86/um/tls_32.c | 2 +-
16689 arch/x86/xen/enlighten.c | 50 +-
16690 arch/x86/xen/mmu.c | 19 +-
16691 arch/x86/xen/smp.c | 16 +-
16692 arch/x86/xen/xen-asm_32.S | 2 +-
16693 arch/x86/xen/xen-head.S | 11 +
16694 arch/x86/xen/xen-ops.h | 2 -
16695 block/bio.c | 4 +-
16696 block/blk-cgroup.c | 18 +-
16697 block/blk-iopoll.c | 2 +-
16698 block/blk-map.c | 2 +-
16699 block/blk-softirq.c | 2 +-
16700 block/bsg.c | 12 +-
16701 block/cfq-iosched.c | 4 +-
16702 block/compat_ioctl.c | 4 +-
16703 block/genhd.c | 9 +-
16704 block/partitions/efi.c | 8 +-
16705 block/scsi_ioctl.c | 29 +-
16706 crypto/cryptd.c | 4 +-
16707 crypto/crypto_user.c | 8 +-
16708 crypto/pcrypt.c | 2 +-
16709 crypto/zlib.c | 12 +-
16710 drivers/acpi/acpi_video.c | 2 +-
16711 drivers/acpi/apei/apei-internal.h | 2 +-
16712 drivers/acpi/apei/ghes.c | 10 +-
16713 drivers/acpi/bgrt.c | 6 +-
16714 drivers/acpi/blacklist.c | 4 +-
16715 drivers/acpi/bus.c | 4 +-
16716 drivers/acpi/device_pm.c | 4 +-
16717 drivers/acpi/ec.c | 2 +-
16718 drivers/acpi/pci_slot.c | 2 +-
16719 drivers/acpi/processor_idle.c | 2 +-
16720 drivers/acpi/processor_pdc.c | 2 +-
16721 drivers/acpi/sleep.c | 2 +-
16722 drivers/acpi/sysfs.c | 4 +-
16723 drivers/acpi/thermal.c | 2 +-
16724 drivers/acpi/video_detect.c | 7 +-
16725 drivers/ata/libata-core.c | 12 +-
16726 drivers/ata/libata-scsi.c | 2 +-
16727 drivers/ata/libata.h | 2 +-
16728 drivers/ata/pata_arasan_cf.c | 4 +-
16729 drivers/atm/adummy.c | 2 +-
16730 drivers/atm/ambassador.c | 8 +-
16731 drivers/atm/atmtcp.c | 14 +-
16732 drivers/atm/eni.c | 10 +-
16733 drivers/atm/firestream.c | 8 +-
16734 drivers/atm/fore200e.c | 14 +-
16735 drivers/atm/he.c | 18 +-
16736 drivers/atm/horizon.c | 4 +-
16737 drivers/atm/idt77252.c | 36 +-
16738 drivers/atm/iphase.c | 34 +-
16739 drivers/atm/lanai.c | 12 +-
16740 drivers/atm/nicstar.c | 46 +-
16741 drivers/atm/solos-pci.c | 4 +-
16742 drivers/atm/suni.c | 4 +-
16743 drivers/atm/uPD98402.c | 16 +-
16744 drivers/atm/zatm.c | 6 +-
16745 drivers/base/bus.c | 4 +-
16746 drivers/base/devres.c | 4 +-
16747 drivers/base/devtmpfs.c | 8 +-
16748 drivers/base/node.c | 2 +-
16749 drivers/base/platform-msi.c | 20 +-
16750 drivers/base/power/domain.c | 7 +-
16751 drivers/base/power/runtime.c | 6 +-
16752 drivers/base/power/sysfs.c | 2 +-
16753 drivers/base/power/wakeup.c | 8 +-
16754 drivers/base/regmap/regmap-debugfs.c | 4 +-
16755 drivers/base/regmap/regmap.c | 4 +-
16756 drivers/base/syscore.c | 4 +-
16757 drivers/block/cciss.c | 28 +-
16758 drivers/block/cciss.h | 2 +-
16759 drivers/block/cpqarray.c | 28 +-
16760 drivers/block/cpqarray.h | 2 +-
16761 drivers/block/drbd/drbd_bitmap.c | 2 +-
16762 drivers/block/drbd/drbd_int.h | 8 +-
16763 drivers/block/drbd/drbd_main.c | 12 +-
16764 drivers/block/drbd/drbd_nl.c | 4 +-
16765 drivers/block/drbd/drbd_receiver.c | 38 +-
16766 drivers/block/drbd/drbd_worker.c | 14 +-
16767 drivers/block/pktcdvd.c | 4 +-
16768 drivers/block/rbd.c | 2 +-
16769 drivers/bluetooth/btwilink.c | 2 +-
16770 drivers/bus/arm-cci.c | 12 +-
16771 drivers/cdrom/cdrom.c | 11 +-
16772 drivers/cdrom/gdrom.c | 1 -
16773 drivers/char/agp/compat_ioctl.c | 2 +-
16774 drivers/char/agp/frontend.c | 4 +-
16775 drivers/char/agp/intel-gtt.c | 4 +-
16776 drivers/char/hpet.c | 2 +-
16777 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
16778 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
16779 drivers/char/ipmi/ipmi_ssif.c | 12 +-
16780 drivers/char/mem.c | 47 +-
16781 drivers/char/nvram.c | 2 +-
16782 drivers/char/pcmcia/synclink_cs.c | 16 +-
16783 drivers/char/random.c | 12 +-
16784 drivers/char/sonypi.c | 11 +-
16785 drivers/char/tpm/tpm_acpi.c | 3 +-
16786 drivers/char/tpm/tpm_eventlog.c | 5 +-
16787 drivers/char/virtio_console.c | 6 +-
16788 drivers/clk/clk-composite.c | 2 +-
16789 drivers/clk/samsung/clk.h | 2 +-
16790 drivers/clk/socfpga/clk-gate.c | 9 +-
16791 drivers/clk/socfpga/clk-pll.c | 9 +-
16792 drivers/clk/ti/clk.c | 8 +-
16793 drivers/cpufreq/acpi-cpufreq.c | 17 +-
16794 drivers/cpufreq/cpufreq-dt.c | 4 +-
16795 drivers/cpufreq/cpufreq.c | 30 +-
16796 drivers/cpufreq/cpufreq_governor.c | 2 +-
16797 drivers/cpufreq/cpufreq_governor.h | 4 +-
16798 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
16799 drivers/cpufreq/intel_pstate.c | 38 +-
16800 drivers/cpufreq/p4-clockmod.c | 12 +-
16801 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
16802 drivers/cpufreq/speedstep-centrino.c | 7 +-
16803 drivers/cpuidle/driver.c | 2 +-
16804 drivers/cpuidle/dt_idle_states.c | 2 +-
16805 drivers/cpuidle/governor.c | 2 +-
16806 drivers/cpuidle/sysfs.c | 2 +-
16807 drivers/crypto/hifn_795x.c | 4 +-
16808 drivers/devfreq/devfreq.c | 4 +-
16809 drivers/dma/sh/shdma-base.c | 4 +-
16810 drivers/dma/sh/shdmac.c | 2 +-
16811 drivers/edac/edac_device.c | 4 +-
16812 drivers/edac/edac_mc_sysfs.c | 2 +-
16813 drivers/edac/edac_pci.c | 4 +-
16814 drivers/edac/edac_pci_sysfs.c | 22 +-
16815 drivers/edac/mce_amd.h | 2 +-
16816 drivers/firewire/core-card.c | 6 +-
16817 drivers/firewire/core-device.c | 2 +-
16818 drivers/firewire/core-transaction.c | 1 +
16819 drivers/firewire/core.h | 1 +
16820 drivers/firmware/dmi-id.c | 2 +-
16821 drivers/firmware/dmi_scan.c | 12 +-
16822 drivers/firmware/efi/cper.c | 8 +-
16823 drivers/firmware/efi/efi.c | 12 +-
16824 drivers/firmware/efi/efivars.c | 2 +-
16825 drivers/firmware/efi/runtime-map.c | 2 +-
16826 drivers/firmware/google/gsmi.c | 2 +-
16827 drivers/firmware/google/memconsole.c | 7 +-
16828 drivers/firmware/memmap.c | 2 +-
16829 drivers/firmware/psci.c | 2 +-
16830 drivers/gpio/gpio-davinci.c | 6 +-
16831 drivers/gpio/gpio-em.c | 2 +-
16832 drivers/gpio/gpio-ich.c | 2 +-
16833 drivers/gpio/gpio-omap.c | 4 +-
16834 drivers/gpio/gpio-rcar.c | 2 +-
16835 drivers/gpio/gpio-vr41xx.c | 2 +-
16836 drivers/gpio/gpiolib.c | 12 +-
16837 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
16838 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
16839 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 18 +-
16840 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +-
16841 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
16842 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
16843 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
16844 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
16845 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
16846 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
16847 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
16848 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
16849 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
16850 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
16851 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
16852 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
16853 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
16854 drivers/gpu/drm/armada/armada_drv.c | 3 +-
16855 drivers/gpu/drm/drm_crtc.c | 2 +-
16856 drivers/gpu/drm/drm_drv.c | 2 +-
16857 drivers/gpu/drm/drm_fops.c | 12 +-
16858 drivers/gpu/drm/drm_global.c | 14 +-
16859 drivers/gpu/drm/drm_info.c | 13 +-
16860 drivers/gpu/drm/drm_ioc32.c | 13 +-
16861 drivers/gpu/drm/drm_ioctl.c | 2 +-
16862 drivers/gpu/drm/drm_pci.c | 9 +-
16863 drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 -
16864 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 10 +-
16865 drivers/gpu/drm/gma500/psb_drv.c | 1 -
16866 drivers/gpu/drm/i810/i810_dma.c | 2 +-
16867 drivers/gpu/drm/i810/i810_drv.c | 6 +-
16868 drivers/gpu/drm/i810/i810_drv.h | 6 +-
16869 drivers/gpu/drm/i915/i915_dma.c | 4 +-
16870 drivers/gpu/drm/i915/i915_drv.c | 7 +-
16871 drivers/gpu/drm/i915/i915_drv.h | 2 +-
16872 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
16873 drivers/gpu/drm/i915/i915_gem_gtt.c | 16 +-
16874 drivers/gpu/drm/i915/i915_gem_gtt.h | 6 +-
16875 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
16876 drivers/gpu/drm/i915/i915_irq.c | 88 +-
16877 drivers/gpu/drm/i915/intel_display.c | 26 +-
16878 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
16879 drivers/gpu/drm/mga/mga_drv.c | 5 +-
16880 drivers/gpu/drm/mga/mga_drv.h | 6 +-
16881 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
16882 drivers/gpu/drm/mga/mga_irq.c | 8 +-
16883 drivers/gpu/drm/mga/mga_state.c | 2 +-
16884 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
16885 drivers/gpu/drm/nouveau/nouveau_drm.c | 13 +-
16886 drivers/gpu/drm/nouveau/nouveau_drm.h | 1 -
16887 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
16888 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
16889 drivers/gpu/drm/omapdrm/Makefile | 2 +-
16890 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
16891 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
16892 drivers/gpu/drm/qxl/qxl_drv.c | 8 +-
16893 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
16894 drivers/gpu/drm/qxl/qxl_ioctl.c | 12 +-
16895 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
16896 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
16897 drivers/gpu/drm/r128/r128_cce.c | 2 +-
16898 drivers/gpu/drm/r128/r128_drv.c | 4 +-
16899 drivers/gpu/drm/r128/r128_drv.h | 6 +-
16900 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
16901 drivers/gpu/drm/r128/r128_irq.c | 4 +-
16902 drivers/gpu/drm/r128/r128_state.c | 6 +-
16903 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
16904 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
16905 drivers/gpu/drm/radeon/radeon_drv.c | 17 +-
16906 drivers/gpu/drm/radeon/radeon_drv.h | 4 +-
16907 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
16908 drivers/gpu/drm/radeon/radeon_irq.c | 6 +-
16909 drivers/gpu/drm/radeon/radeon_kms.c | 2 +-
16910 drivers/gpu/drm/radeon/radeon_state.c | 6 +-
16911 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
16912 drivers/gpu/drm/savage/savage_bci.c | 2 +-
16913 drivers/gpu/drm/savage/savage_drv.c | 5 +-
16914 drivers/gpu/drm/savage/savage_drv.h | 2 +-
16915 drivers/gpu/drm/sis/sis_drv.c | 5 +-
16916 drivers/gpu/drm/sis/sis_drv.h | 2 +-
16917 drivers/gpu/drm/sis/sis_mm.c | 2 +-
16918 drivers/gpu/drm/tegra/dc.c | 2 +-
16919 drivers/gpu/drm/tegra/dsi.c | 2 +-
16920 drivers/gpu/drm/tegra/hdmi.c | 2 +-
16921 drivers/gpu/drm/tegra/sor.c | 7 +-
16922 drivers/gpu/drm/tilcdc/Makefile | 6 +-
16923 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
16924 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
16925 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
16926 drivers/gpu/drm/udl/udl_fb.c | 1 -
16927 drivers/gpu/drm/via/via_dma.c | 2 +-
16928 drivers/gpu/drm/via/via_drv.c | 5 +-
16929 drivers/gpu/drm/via/via_drv.h | 6 +-
16930 drivers/gpu/drm/via/via_irq.c | 18 +-
16931 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
16932 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
16933 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
16934 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
16935 drivers/gpu/vga/vga_switcheroo.c | 4 +-
16936 drivers/hid/hid-core.c | 4 +-
16937 drivers/hid/hid-sensor-custom.c | 2 +-
16938 drivers/hv/channel.c | 6 +-
16939 drivers/hv/hv.c | 4 +-
16940 drivers/hv/hv_balloon.c | 18 +-
16941 drivers/hv/hyperv_vmbus.h | 2 +-
16942 drivers/hwmon/acpi_power_meter.c | 6 +-
16943 drivers/hwmon/applesmc.c | 2 +-
16944 drivers/hwmon/asus_atk0110.c | 10 +-
16945 drivers/hwmon/coretemp.c | 2 +-
16946 drivers/hwmon/dell-smm-hwmon.c | 2 +-
16947 drivers/hwmon/ibmaem.c | 2 +-
16948 drivers/hwmon/iio_hwmon.c | 2 +-
16949 drivers/hwmon/nct6683.c | 6 +-
16950 drivers/hwmon/nct6775.c | 6 +-
16951 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
16952 drivers/hwmon/sht15.c | 12 +-
16953 drivers/hwmon/via-cputemp.c | 2 +-
16954 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
16955 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
16956 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
16957 drivers/i2c/i2c-dev.c | 2 +-
16958 drivers/ide/ide-cd.c | 2 +-
16959 drivers/ide/ide-disk.c | 2 +-
16960 drivers/iio/industrialio-core.c | 2 +-
16961 drivers/iio/magnetometer/ak8975.c | 2 +-
16962 drivers/infiniband/core/cm.c | 32 +-
16963 drivers/infiniband/core/fmr_pool.c | 20 +-
16964 drivers/infiniband/core/netlink.c | 5 +-
16965 drivers/infiniband/core/uverbs_cmd.c | 3 +
16966 drivers/infiniband/hw/cxgb4/device.c | 6 +-
16967 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
16968 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
16969 drivers/infiniband/hw/mlx4/mad.c | 2 +-
16970 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
16971 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
16972 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
16973 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
16974 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
16975 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
16976 drivers/infiniband/hw/nes/nes.c | 4 +-
16977 drivers/infiniband/hw/nes/nes.h | 40 +-
16978 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
16979 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
16980 drivers/infiniband/hw/nes/nes_nic.c | 40 +-
16981 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
16982 drivers/infiniband/hw/qib/qib.h | 1 +
16983 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
16984 drivers/input/evdev.c | 2 +-
16985 drivers/input/gameport/gameport.c | 4 +-
16986 drivers/input/input.c | 4 +-
16987 drivers/input/joystick/sidewinder.c | 1 +
16988 drivers/input/misc/ims-pcu.c | 4 +-
16989 drivers/input/mouse/psmouse.h | 2 +-
16990 drivers/input/mousedev.c | 2 +-
16991 drivers/input/serio/serio.c | 4 +-
16992 drivers/input/serio/serio_raw.c | 4 +-
16993 drivers/input/touchscreen/htcpen.c | 2 +-
16994 drivers/iommu/arm-smmu-v3.c | 2 +-
16995 drivers/iommu/arm-smmu.c | 43 +-
16996 drivers/iommu/io-pgtable-arm.c | 101 +-
16997 drivers/iommu/io-pgtable.c | 11 +-
16998 drivers/iommu/io-pgtable.h | 19 +-
16999 drivers/iommu/iommu.c | 2 +-
17000 drivers/iommu/ipmmu-vmsa.c | 13 +-
17001 drivers/iommu/irq_remapping.c | 2 +-
17002 drivers/irqchip/irq-gic.c | 2 +-
17003 drivers/irqchip/irq-i8259.c | 2 +-
17004 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
17005 drivers/isdn/capi/capi.c | 10 +-
17006 drivers/isdn/gigaset/interface.c | 8 +-
17007 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
17008 drivers/isdn/hardware/avm/b1.c | 4 +-
17009 drivers/isdn/i4l/isdn_common.c | 2 +
17010 drivers/isdn/i4l/isdn_tty.c | 22 +-
17011 drivers/isdn/icn/icn.c | 2 +-
17012 drivers/isdn/mISDN/dsp_cmx.c | 2 +-
17013 drivers/lguest/core.c | 10 +-
17014 drivers/lguest/page_tables.c | 2 +-
17015 drivers/lguest/x86/core.c | 12 +-
17016 drivers/lguest/x86/switcher_32.S | 27 +-
17017 drivers/md/bcache/alloc.c | 2 +-
17018 drivers/md/bcache/bcache.h | 10 +-
17019 drivers/md/bcache/btree.c | 2 +-
17020 drivers/md/bcache/closure.h | 2 +-
17021 drivers/md/bcache/io.c | 10 +-
17022 drivers/md/bcache/journal.c | 2 +-
17023 drivers/md/bcache/stats.c | 26 +-
17024 drivers/md/bcache/stats.h | 16 +-
17025 drivers/md/bcache/super.c | 2 +-
17026 drivers/md/bcache/sysfs.c | 20 +-
17027 drivers/md/bitmap.c | 2 +-
17028 drivers/md/dm-cache-target.c | 98 +-
17029 drivers/md/dm-ioctl.c | 2 +-
17030 drivers/md/dm-raid.c | 2 +-
17031 drivers/md/dm-raid1.c | 18 +-
17032 drivers/md/dm-stats.c | 6 +-
17033 drivers/md/dm-stripe.c | 10 +-
17034 drivers/md/dm-table.c | 2 +-
17035 drivers/md/dm-thin-metadata.c | 4 +-
17036 drivers/md/dm.c | 28 +-
17037 drivers/md/md.c | 37 +-
17038 drivers/md/md.h | 8 +-
17039 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
17040 drivers/md/persistent-data/dm-space-map.h | 1 +
17041 drivers/md/raid1.c | 8 +-
17042 drivers/md/raid10.c | 20 +-
17043 drivers/md/raid5.c | 26 +-
17044 drivers/media/dvb-core/dvbdev.c | 2 +-
17045 drivers/media/dvb-frontends/af9033.h | 2 +-
17046 drivers/media/dvb-frontends/dib3000.h | 2 +-
17047 drivers/media/dvb-frontends/dib7000p.h | 2 +-
17048 drivers/media/dvb-frontends/dib8000.h | 2 +-
17049 drivers/media/pci/cx88/cx88-video.c | 6 +-
17050 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
17051 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
17052 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
17053 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
17054 drivers/media/pci/tw68/tw68-core.c | 2 +-
17055 drivers/media/pci/zoran/zoran.h | 1 -
17056 drivers/media/pci/zoran/zoran_driver.c | 3 -
17057 drivers/media/platform/omap/omap_vout.c | 11 +-
17058 drivers/media/platform/s5p-tv/mixer.h | 2 +-
17059 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
17060 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
17061 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
17062 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
17063 drivers/media/radio/radio-cadet.c | 2 +
17064 drivers/media/radio/radio-maxiradio.c | 2 +-
17065 drivers/media/radio/radio-shark.c | 2 +-
17066 drivers/media/radio/radio-shark2.c | 2 +-
17067 drivers/media/radio/radio-si476x.c | 2 +-
17068 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
17069 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
17070 drivers/media/v4l2-core/v4l2-device.c | 4 +-
17071 drivers/media/v4l2-core/v4l2-ioctl.c | 13 +-
17072 drivers/memory/omap-gpmc.c | 21 +-
17073 drivers/message/fusion/mptsas.c | 34 +-
17074 drivers/mfd/ab8500-debugfs.c | 2 +-
17075 drivers/mfd/kempld-core.c | 2 +-
17076 drivers/mfd/max8925-i2c.c | 2 +-
17077 drivers/mfd/tps65910.c | 2 +-
17078 drivers/mfd/twl4030-irq.c | 9 +-
17079 drivers/misc/c2port/core.c | 4 +-
17080 drivers/misc/kgdbts.c | 4 +-
17081 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
17082 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
17083 drivers/misc/mic/scif/scif_api.c | 10 +-
17084 drivers/misc/mic/scif/scif_rb.c | 8 +-
17085 drivers/misc/sgi-gru/gruhandles.c | 4 +-
17086 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
17087 drivers/misc/sgi-gru/grutables.h | 158 +-
17088 drivers/misc/sgi-xp/xp.h | 2 +-
17089 drivers/misc/sgi-xp/xpc.h | 3 +-
17090 drivers/misc/sgi-xp/xpc_main.c | 2 +-
17091 drivers/mmc/host/dw_mmc.h | 2 +-
17092 drivers/mmc/host/mmci.c | 4 +-
17093 drivers/mmc/host/omap_hsmmc.c | 4 +-
17094 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
17095 drivers/mmc/host/sdhci-s3c.c | 8 +-
17096 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
17097 drivers/mtd/nand/denali.c | 1 +
17098 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
17099 drivers/mtd/nftlmount.c | 1 +
17100 drivers/mtd/sm_ftl.c | 2 +-
17101 drivers/net/bonding/bond_netlink.c | 2 +-
17102 drivers/net/caif/caif_hsi.c | 2 +-
17103 drivers/net/can/Kconfig | 2 +-
17104 drivers/net/can/dev.c | 2 +-
17105 drivers/net/can/vcan.c | 2 +-
17106 drivers/net/dummy.c | 2 +-
17107 drivers/net/ethernet/8390/ax88796.c | 4 +-
17108 drivers/net/ethernet/altera/altera_tse_main.c | 4 +-
17109 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
17110 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
17111 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
17112 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 143 +-
17113 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 64 +-
17114 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
17115 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
17116 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
17117 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
17118 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
17119 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
17120 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
17121 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
17122 drivers/net/ethernet/broadcom/tg3.h | 1 +
17123 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
17124 drivers/net/ethernet/cavium/liquidio/lio_main.c | 11 +-
17125 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
17126 drivers/net/ethernet/dec/tulip/de4x5.c | 4 +-
17127 drivers/net/ethernet/emulex/benet/be_main.c | 2 +-
17128 drivers/net/ethernet/faraday/ftgmac100.c | 2 +
17129 drivers/net/ethernet/faraday/ftmac100.c | 2 +
17130 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
17131 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
17132 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
17133 drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 7 +-
17134 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
17135 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
17136 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
17137 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
17138 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
17139 drivers/net/ethernet/realtek/r8169.c | 8 +-
17140 drivers/net/ethernet/sfc/ptp.c | 2 +-
17141 drivers/net/ethernet/sfc/selftest.c | 20 +-
17142 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
17143 drivers/net/ethernet/via/via-rhine.c | 2 +-
17144 drivers/net/geneve.c | 2 +-
17145 drivers/net/hyperv/hyperv_net.h | 2 +-
17146 drivers/net/hyperv/rndis_filter.c | 7 +-
17147 drivers/net/ifb.c | 2 +-
17148 drivers/net/ipvlan/ipvlan_core.c | 2 +-
17149 drivers/net/irda/vlsi_ir.c | 18 +-
17150 drivers/net/irda/vlsi_ir.h | 14 +-
17151 drivers/net/macvlan.c | 20 +-
17152 drivers/net/macvtap.c | 10 +-
17153 drivers/net/nlmon.c | 2 +-
17154 drivers/net/phy/phy_device.c | 6 +-
17155 drivers/net/ppp/ppp_generic.c | 4 +-
17156 drivers/net/slip/slhc.c | 2 +-
17157 drivers/net/team/team.c | 4 +-
17158 drivers/net/tun.c | 7 +-
17159 drivers/net/usb/hso.c | 23 +-
17160 drivers/net/usb/r8152.c | 2 +-
17161 drivers/net/usb/sierra_net.c | 4 +-
17162 drivers/net/virtio_net.c | 2 +-
17163 drivers/net/vrf.c | 2 +-
17164 drivers/net/vxlan.c | 4 +-
17165 drivers/net/wimax/i2400m/rx.c | 2 +-
17166 drivers/net/wireless/airo.c | 2 +-
17167 drivers/net/wireless/at76c50x-usb.c | 2 +-
17168 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
17169 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
17170 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
17171 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
17172 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
17173 drivers/net/wireless/ath/ath9k/main.c | 22 +-
17174 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
17175 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
17176 drivers/net/wireless/ath/carl9170/main.c | 10 +-
17177 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
17178 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
17179 drivers/net/wireless/b43/phy_lp.c | 2 +-
17180 drivers/net/wireless/iwlegacy/3945-mac.c | 4 +-
17181 drivers/net/wireless/iwlwifi/dvm/debugfs.c | 34 +-
17182 drivers/net/wireless/iwlwifi/mvm/d3.c | 4 +-
17183 drivers/net/wireless/iwlwifi/mvm/tx.c | 2 +-
17184 drivers/net/wireless/iwlwifi/pcie/trans.c | 4 +-
17185 drivers/net/wireless/mac80211_hwsim.c | 28 +-
17186 drivers/net/wireless/rt2x00/rt2x00.h | 2 +-
17187 drivers/net/wireless/rt2x00/rt2x00queue.c | 4 +-
17188 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
17189 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
17190 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
17191 drivers/of/fdt.c | 4 +-
17192 drivers/oprofile/buffer_sync.c | 8 +-
17193 drivers/oprofile/event_buffer.c | 2 +-
17194 drivers/oprofile/oprof.c | 2 +-
17195 drivers/oprofile/oprofile_stats.c | 10 +-
17196 drivers/oprofile/oprofile_stats.h | 10 +-
17197 drivers/oprofile/oprofilefs.c | 6 +-
17198 drivers/oprofile/timer_int.c | 2 +-
17199 drivers/parport/procfs.c | 4 +-
17200 drivers/pci/host/pci-host-generic.c | 2 +-
17201 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
17202 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
17203 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
17204 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
17205 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
17206 drivers/pci/hotplug/pciehp_core.c | 2 +-
17207 drivers/pci/msi.c | 22 +-
17208 drivers/pci/pci-sysfs.c | 6 +-
17209 drivers/pci/pci.h | 2 +-
17210 drivers/pci/pcie/aspm.c | 6 +-
17211 drivers/pci/pcie/portdrv_pci.c | 2 +-
17212 drivers/pci/probe.c | 2 +-
17213 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
17214 drivers/pinctrl/pinctrl-at91.c | 5 +-
17215 drivers/platform/chrome/chromeos_pstore.c | 2 +-
17216 drivers/platform/x86/alienware-wmi.c | 4 +-
17217 drivers/platform/x86/compal-laptop.c | 2 +-
17218 drivers/platform/x86/hdaps.c | 2 +-
17219 drivers/platform/x86/ibm_rtl.c | 2 +-
17220 drivers/platform/x86/intel_oaktrail.c | 2 +-
17221 drivers/platform/x86/msi-laptop.c | 16 +-
17222 drivers/platform/x86/msi-wmi.c | 2 +-
17223 drivers/platform/x86/samsung-laptop.c | 2 +-
17224 drivers/platform/x86/samsung-q10.c | 2 +-
17225 drivers/platform/x86/sony-laptop.c | 14 +-
17226 drivers/platform/x86/thinkpad_acpi.c | 2 +-
17227 drivers/pnp/pnpbios/bioscalls.c | 14 +-
17228 drivers/pnp/pnpbios/core.c | 2 +-
17229 drivers/power/pda_power.c | 7 +-
17230 drivers/power/power_supply.h | 4 +-
17231 drivers/power/power_supply_core.c | 7 +-
17232 drivers/power/power_supply_sysfs.c | 6 +-
17233 drivers/power/reset/at91-reset.c | 5 +-
17234 drivers/powercap/powercap_sys.c | 136 +-
17235 drivers/ptp/ptp_private.h | 2 +-
17236 drivers/ptp/ptp_sysfs.c | 2 +-
17237 drivers/regulator/core.c | 4 +-
17238 drivers/regulator/max8660.c | 6 +-
17239 drivers/regulator/max8973-regulator.c | 16 +-
17240 drivers/regulator/mc13892-regulator.c | 8 +-
17241 drivers/rtc/rtc-armada38x.c | 7 +-
17242 drivers/rtc/rtc-cmos.c | 4 +-
17243 drivers/rtc/rtc-ds1307.c | 2 +-
17244 drivers/rtc/rtc-m48t59.c | 4 +-
17245 drivers/rtc/rtc-rv8803.c | 15 +-
17246 drivers/rtc/rtc-test.c | 6 +-
17247 drivers/scsi/bfa/bfa_fcpim.h | 2 +-
17248 drivers/scsi/bfa/bfa_ioc.h | 4 +-
17249 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
17250 drivers/scsi/hosts.c | 4 +-
17251 drivers/scsi/hpsa.c | 38 +-
17252 drivers/scsi/hpsa.h | 2 +-
17253 drivers/scsi/hptiop.c | 2 -
17254 drivers/scsi/hptiop.h | 1 -
17255 drivers/scsi/ipr.c | 6 +-
17256 drivers/scsi/ipr.h | 2 +-
17257 drivers/scsi/libfc/fc_exch.c | 50 +-
17258 drivers/scsi/libsas/sas_ata.c | 2 +-
17259 drivers/scsi/lpfc/lpfc.h | 8 +-
17260 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
17261 drivers/scsi/lpfc/lpfc_init.c | 6 +-
17262 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
17263 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
17264 drivers/scsi/pmcraid.c | 20 +-
17265 drivers/scsi/pmcraid.h | 8 +-
17266 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
17267 drivers/scsi/qla2xxx/qla_gbl.h | 4 +-
17268 drivers/scsi/qla2xxx/qla_os.c | 6 +-
17269 drivers/scsi/qla2xxx/qla_target.c | 10 +-
17270 drivers/scsi/qla2xxx/qla_target.h | 2 +-
17271 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
17272 drivers/scsi/qla4xxx/ql4_os.c | 6 +-
17273 drivers/scsi/scsi.c | 2 +-
17274 drivers/scsi/scsi_lib.c | 8 +-
17275 drivers/scsi/scsi_sysfs.c | 2 +-
17276 drivers/scsi/scsi_transport_fc.c | 8 +-
17277 drivers/scsi/scsi_transport_iscsi.c | 6 +-
17278 drivers/scsi/scsi_transport_srp.c | 6 +-
17279 drivers/scsi/sd.c | 6 +-
17280 drivers/scsi/sg.c | 2 +-
17281 drivers/scsi/sr.c | 21 +-
17282 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
17283 drivers/spi/spi.c | 2 +-
17284 drivers/staging/android/timed_output.c | 6 +-
17285 drivers/staging/comedi/comedi_fops.c | 8 +-
17286 drivers/staging/fbtft/fbtft-core.c | 2 +-
17287 drivers/staging/fbtft/fbtft.h | 2 +-
17288 drivers/staging/gdm724x/gdm_tty.c | 2 +-
17289 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
17290 drivers/staging/iio/adc/ad7280a.c | 4 +-
17291 drivers/staging/lustre/lnet/selftest/brw_test.c | 12 +-
17292 drivers/staging/lustre/lnet/selftest/framework.c | 4 -
17293 drivers/staging/lustre/lnet/selftest/ping_test.c | 14 +-
17294 drivers/staging/lustre/lustre/include/lustre_dlm.h | 2 +-
17295 drivers/staging/lustre/lustre/include/obd.h | 2 +-
17296 drivers/staging/octeon/ethernet-rx.c | 20 +-
17297 drivers/staging/octeon/ethernet.c | 8 +-
17298 drivers/staging/rdma/ipath/ipath_rc.c | 6 +-
17299 drivers/staging/rdma/ipath/ipath_ruc.c | 6 +-
17300 drivers/staging/rtl8188eu/include/hal_intf.h | 2 +-
17301 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
17302 drivers/staging/sm750fb/sm750.c | 14 +-
17303 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
17304 drivers/target/sbp/sbp_target.c | 4 +-
17305 drivers/thermal/cpu_cooling.c | 9 +-
17306 drivers/thermal/devfreq_cooling.c | 19 +-
17307 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
17308 drivers/thermal/of-thermal.c | 17 +-
17309 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
17310 drivers/tty/cyclades.c | 6 +-
17311 drivers/tty/hvc/hvc_console.c | 14 +-
17312 drivers/tty/hvc/hvcs.c | 21 +-
17313 drivers/tty/hvc/hvsi.c | 22 +-
17314 drivers/tty/hvc/hvsi_lib.c | 4 +-
17315 drivers/tty/ipwireless/tty.c | 27 +-
17316 drivers/tty/moxa.c | 2 +-
17317 drivers/tty/n_gsm.c | 4 +-
17318 drivers/tty/n_tty.c | 19 +-
17319 drivers/tty/pty.c | 4 +-
17320 drivers/tty/rocket.c | 6 +-
17321 drivers/tty/serial/8250/8250_core.c | 10 +-
17322 drivers/tty/serial/ifx6x60.c | 2 +-
17323 drivers/tty/serial/ioc4_serial.c | 6 +-
17324 drivers/tty/serial/kgdb_nmi.c | 4 +-
17325 drivers/tty/serial/kgdboc.c | 32 +-
17326 drivers/tty/serial/msm_serial.c | 4 +-
17327 drivers/tty/serial/samsung.c | 9 +-
17328 drivers/tty/serial/serial_core.c | 8 +-
17329 drivers/tty/synclink.c | 34 +-
17330 drivers/tty/synclink_gt.c | 28 +-
17331 drivers/tty/synclinkmp.c | 34 +-
17332 drivers/tty/tty_io.c | 2 +-
17333 drivers/tty/tty_ldisc.c | 8 +-
17334 drivers/tty/tty_port.c | 22 +-
17335 drivers/uio/uio.c | 13 +-
17336 drivers/usb/atm/cxacru.c | 2 +-
17337 drivers/usb/atm/usbatm.c | 24 +-
17338 drivers/usb/class/cdc-acm.h | 2 +-
17339 drivers/usb/core/devices.c | 6 +-
17340 drivers/usb/core/devio.c | 12 +-
17341 drivers/usb/core/hcd.c | 4 +-
17342 drivers/usb/core/sysfs.c | 2 +-
17343 drivers/usb/core/usb.c | 2 +-
17344 drivers/usb/early/ehci-dbgp.c | 16 +-
17345 drivers/usb/gadget/function/u_serial.c | 22 +-
17346 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
17347 drivers/usb/host/ehci-hcd.c | 2 +-
17348 drivers/usb/host/ehci-hub.c | 4 +-
17349 drivers/usb/host/ehci-q.c | 4 +-
17350 drivers/usb/host/fotg210-hcd.c | 2 +-
17351 drivers/usb/host/hwa-hc.c | 2 +-
17352 drivers/usb/host/ohci-hcd.c | 2 +-
17353 drivers/usb/host/r8a66597.h | 2 +-
17354 drivers/usb/host/uhci-hcd.c | 2 +-
17355 drivers/usb/host/xhci-pci.c | 2 +-
17356 drivers/usb/host/xhci.c | 2 +-
17357 drivers/usb/misc/appledisplay.c | 4 +-
17358 drivers/usb/serial/console.c | 8 +-
17359 drivers/usb/storage/transport.c | 2 +-
17360 drivers/usb/storage/usb.c | 2 +-
17361 drivers/usb/storage/usb.h | 2 +-
17362 drivers/usb/usbip/vhci.h | 2 +-
17363 drivers/usb/usbip/vhci_hcd.c | 6 +-
17364 drivers/usb/usbip/vhci_rx.c | 2 +-
17365 drivers/usb/wusbcore/wa-hc.h | 4 +-
17366 drivers/usb/wusbcore/wa-xfer.c | 2 +-
17367 drivers/vhost/vringh.c | 20 +-
17368 drivers/video/backlight/kb3886_bl.c | 2 +-
17369 drivers/video/console/fbcon.c | 2 +-
17370 drivers/video/fbdev/aty/aty128fb.c | 2 +-
17371 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
17372 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
17373 drivers/video/fbdev/core/fb_defio.c | 6 +-
17374 drivers/video/fbdev/core/fbmem.c | 12 +-
17375 drivers/video/fbdev/hyperv_fb.c | 4 +-
17376 drivers/video/fbdev/i810/i810_accel.c | 1 +
17377 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
17378 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
17379 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
17380 drivers/video/fbdev/omap2/dss/display.c | 8 +-
17381 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
17382 drivers/video/fbdev/smscufx.c | 4 +-
17383 drivers/video/fbdev/udlfb.c | 36 +-
17384 drivers/video/fbdev/uvesafb.c | 52 +-
17385 drivers/video/fbdev/vesafb.c | 58 +-
17386 drivers/video/fbdev/via/via_clock.h | 2 +-
17387 drivers/xen/events/events_base.c | 6 +-
17388 fs/Kconfig.binfmt | 2 +-
17389 fs/afs/inode.c | 4 +-
17390 fs/aio.c | 2 +-
17391 fs/autofs4/waitq.c | 2 +-
17392 fs/befs/endian.h | 6 +-
17393 fs/binfmt_aout.c | 23 +-
17394 fs/binfmt_elf.c | 670 +-
17395 fs/binfmt_elf_fdpic.c | 4 +-
17396 fs/block_dev.c | 2 +-
17397 fs/btrfs/ctree.c | 11 +-
17398 fs/btrfs/ctree.h | 4 +-
17399 fs/btrfs/delayed-inode.c | 9 +-
17400 fs/btrfs/delayed-inode.h | 6 +-
17401 fs/btrfs/delayed-ref.c | 4 +-
17402 fs/btrfs/disk-io.c | 4 +-
17403 fs/btrfs/extent_map.c | 8 +-
17404 fs/btrfs/file.c | 4 +-
17405 fs/btrfs/inode.c | 14 +-
17406 fs/btrfs/raid56.c | 32 +-
17407 fs/btrfs/super.c | 2 +-
17408 fs/btrfs/sysfs.c | 2 +-
17409 fs/btrfs/tests/btrfs-tests.c | 2 +-
17410 fs/btrfs/tests/free-space-tests.c | 8 +-
17411 fs/btrfs/transaction.c | 2 +-
17412 fs/btrfs/tree-log.c | 8 +-
17413 fs/btrfs/tree-log.h | 2 +-
17414 fs/btrfs/volumes.c | 14 +-
17415 fs/btrfs/volumes.h | 22 +-
17416 fs/buffer.c | 2 +-
17417 fs/cachefiles/bind.c | 6 +-
17418 fs/cachefiles/daemon.c | 8 +-
17419 fs/cachefiles/internal.h | 12 +-
17420 fs/cachefiles/namei.c | 2 +-
17421 fs/cachefiles/proc.c | 12 +-
17422 fs/ceph/dir.c | 12 +-
17423 fs/ceph/super.c | 4 +-
17424 fs/cifs/cifs_debug.c | 12 +-
17425 fs/cifs/cifsfs.c | 8 +-
17426 fs/cifs/cifsglob.h | 54 +-
17427 fs/cifs/file.c | 12 +-
17428 fs/cifs/misc.c | 4 +-
17429 fs/cifs/smb1ops.c | 80 +-
17430 fs/cifs/smb2ops.c | 84 +-
17431 fs/cifs/smb2pdu.c | 3 +-
17432 fs/coda/cache.c | 10 +-
17433 fs/compat.c | 7 +-
17434 fs/compat_binfmt_elf.c | 2 +
17435 fs/compat_ioctl.c | 12 +-
17436 fs/configfs/dir.c | 10 +-
17437 fs/coredump.c | 18 +-
17438 fs/dcache.c | 64 +-
17439 fs/ecryptfs/inode.c | 2 +-
17440 fs/ecryptfs/miscdev.c | 2 +-
17441 fs/exec.c | 362 +-
17442 fs/ext2/xattr.c | 5 +-
17443 fs/ext4/ext4.h | 20 +-
17444 fs/ext4/mballoc.c | 44 +-
17445 fs/ext4/resize.c | 16 +-
17446 fs/ext4/super.c | 2 +-
17447 fs/ext4/sysfs.c | 2 +-
17448 fs/ext4/xattr.c | 5 +-
17449 fs/fhandle.c | 5 +-
17450 fs/file.c | 18 +-
17451 fs/fs-writeback.c | 11 +-
17452 fs/fs_struct.c | 8 +-
17453 fs/fscache/cookie.c | 40 +-
17454 fs/fscache/internal.h | 202 +-
17455 fs/fscache/object.c | 26 +-
17456 fs/fscache/operation.c | 38 +-
17457 fs/fscache/page.c | 110 +-
17458 fs/fscache/stats.c | 348 +-
17459 fs/fuse/cuse.c | 10 +-
17460 fs/fuse/dev.c | 4 +-
17461 fs/gfs2/file.c | 2 +-
17462 fs/gfs2/glock.c | 22 +-
17463 fs/gfs2/glops.c | 4 +-
17464 fs/gfs2/quota.c | 6 +-
17465 fs/hugetlbfs/inode.c | 13 +-
17466 fs/inode.c | 4 +-
17467 fs/jbd2/commit.c | 2 +-
17468 fs/jbd2/transaction.c | 4 +-
17469 fs/jffs2/erase.c | 3 +-
17470 fs/jffs2/wbuf.c | 3 +-
17471 fs/jfs/super.c | 2 +-
17472 fs/kernfs/dir.c | 2 +-
17473 fs/kernfs/file.c | 20 +-
17474 fs/libfs.c | 10 +-
17475 fs/lockd/clntproc.c | 4 +-
17476 fs/namei.c | 16 +-
17477 fs/namespace.c | 16 +-
17478 fs/nfs/callback_xdr.c | 2 +-
17479 fs/nfs/inode.c | 6 +-
17480 fs/nfsd/nfs4proc.c | 2 +-
17481 fs/nfsd/nfs4xdr.c | 2 +-
17482 fs/nfsd/nfscache.c | 11 +-
17483 fs/nfsd/vfs.c | 6 +-
17484 fs/nls/nls_base.c | 26 +-
17485 fs/nls/nls_euc-jp.c | 6 +-
17486 fs/nls/nls_koi8-ru.c | 6 +-
17487 fs/notify/fanotify/fanotify_user.c | 4 +-
17488 fs/notify/notification.c | 4 +-
17489 fs/ntfs/dir.c | 2 +-
17490 fs/ntfs/super.c | 6 +-
17491 fs/ocfs2/dlm/dlmcommon.h | 4 +-
17492 fs/ocfs2/dlm/dlmdebug.c | 10 +-
17493 fs/ocfs2/dlm/dlmdomain.c | 4 +-
17494 fs/ocfs2/dlm/dlmmaster.c | 4 +-
17495 fs/ocfs2/localalloc.c | 2 +-
17496 fs/ocfs2/ocfs2.h | 10 +-
17497 fs/ocfs2/suballoc.c | 12 +-
17498 fs/ocfs2/super.c | 20 +-
17499 fs/overlayfs/copy_up.c | 2 +-
17500 fs/pipe.c | 72 +-
17501 fs/posix_acl.c | 4 +-
17502 fs/proc/array.c | 20 +
17503 fs/proc/base.c | 4 +-
17504 fs/proc/kcore.c | 34 +-
17505 fs/proc/meminfo.c | 2 +-
17506 fs/proc/nommu.c | 2 +-
17507 fs/proc/proc_sysctl.c | 26 +-
17508 fs/proc/task_mmu.c | 42 +-
17509 fs/proc/task_nommu.c | 4 +-
17510 fs/proc/vmcore.c | 16 +-
17511 fs/qnx6/qnx6.h | 4 +-
17512 fs/quota/netlink.c | 4 +-
17513 fs/read_write.c | 2 +-
17514 fs/readdir.c | 3 +-
17515 fs/reiserfs/do_balan.c | 2 +-
17516 fs/reiserfs/procfs.c | 2 +-
17517 fs/reiserfs/reiserfs.h | 4 +-
17518 fs/seq_file.c | 4 +-
17519 fs/splice.c | 43 +-
17520 fs/squashfs/xattr.c | 12 +-
17521 fs/super.c | 3 +-
17522 fs/sysv/sysv.h | 2 +-
17523 fs/tracefs/inode.c | 8 +-
17524 fs/udf/misc.c | 2 +-
17525 fs/ufs/swab.h | 4 +-
17526 fs/userfaultfd.c | 2 +-
17527 fs/xattr.c | 21 +
17528 fs/xfs/libxfs/xfs_bmap.c | 2 +-
17529 fs/xfs/libxfs/xfs_da_btree.c | 4 +-
17530 fs/xfs/xfs_dir2_readdir.c | 7 +-
17531 fs/xfs/xfs_ioctl.c | 2 +-
17532 fs/xfs/xfs_linux.h | 4 +-
17533 include/acpi/ghes.h | 2 +-
17534 include/asm-generic/4level-fixup.h | 2 +
17535 include/asm-generic/atomic-long.h | 176 +-
17536 include/asm-generic/atomic64.h | 12 +
17537 include/asm-generic/bitops/__fls.h | 2 +-
17538 include/asm-generic/bitops/fls.h | 2 +-
17539 include/asm-generic/bitops/fls64.h | 4 +-
17540 include/asm-generic/bug.h | 6 +-
17541 include/asm-generic/cache.h | 4 +-
17542 include/asm-generic/emergency-restart.h | 2 +-
17543 include/asm-generic/kmap_types.h | 4 +-
17544 include/asm-generic/local.h | 13 +
17545 include/asm-generic/pgtable-nopmd.h | 18 +-
17546 include/asm-generic/pgtable-nopud.h | 15 +-
17547 include/asm-generic/pgtable.h | 16 +
17548 include/asm-generic/sections.h | 1 +
17549 include/asm-generic/uaccess.h | 16 +
17550 include/asm-generic/vmlinux.lds.h | 15 +-
17551 include/crypto/algapi.h | 2 +-
17552 include/drm/drmP.h | 19 +-
17553 include/drm/drm_crtc_helper.h | 2 +-
17554 include/drm/drm_mm.h | 2 +-
17555 include/drm/i915_pciids.h | 2 +-
17556 include/drm/intel-gtt.h | 4 +-
17557 include/drm/ttm/ttm_memory.h | 2 +-
17558 include/drm/ttm/ttm_page_alloc.h | 1 +
17559 include/keys/asymmetric-subtype.h | 2 +-
17560 include/linux/atmdev.h | 4 +-
17561 include/linux/atomic.h | 2 +-
17562 include/linux/audit.h | 2 +-
17563 include/linux/average.h | 2 +-
17564 include/linux/binfmts.h | 3 +-
17565 include/linux/bitmap.h | 2 +-
17566 include/linux/bitops.h | 8 +-
17567 include/linux/blk-cgroup.h | 24 +-
17568 include/linux/blkdev.h | 2 +-
17569 include/linux/blktrace_api.h | 2 +-
17570 include/linux/cache.h | 8 +
17571 include/linux/cdrom.h | 1 -
17572 include/linux/cleancache.h | 2 +-
17573 include/linux/clk-provider.h | 1 +
17574 include/linux/compat.h | 6 +-
17575 include/linux/compiler-gcc.h | 28 +-
17576 include/linux/compiler.h | 193 +-
17577 include/linux/configfs.h | 2 +-
17578 include/linux/cpufreq.h | 3 +-
17579 include/linux/cpuidle.h | 5 +-
17580 include/linux/cpumask.h | 14 +-
17581 include/linux/crypto.h | 4 +-
17582 include/linux/ctype.h | 2 +-
17583 include/linux/dcache.h | 4 +-
17584 include/linux/decompress/mm.h | 2 +-
17585 include/linux/devfreq.h | 2 +-
17586 include/linux/device.h | 7 +-
17587 include/linux/dma-mapping.h | 2 +-
17588 include/linux/efi.h | 1 +
17589 include/linux/elf.h | 2 +
17590 include/linux/err.h | 4 +-
17591 include/linux/extcon.h | 2 +-
17592 include/linux/fb.h | 3 +-
17593 include/linux/fdtable.h | 2 +-
17594 include/linux/fs.h | 5 +-
17595 include/linux/fs_struct.h | 2 +-
17596 include/linux/fscache-cache.h | 2 +-
17597 include/linux/fscache.h | 2 +-
17598 include/linux/fsnotify.h | 2 +-
17599 include/linux/genhd.h | 4 +-
17600 include/linux/genl_magic_func.h | 2 +-
17601 include/linux/gfp.h | 12 +-
17602 include/linux/highmem.h | 12 +
17603 include/linux/hwmon-sysfs.h | 6 +-
17604 include/linux/i2c.h | 1 +
17605 include/linux/if_pppox.h | 2 +-
17606 include/linux/init.h | 12 +-
17607 include/linux/init_task.h | 7 +
17608 include/linux/interrupt.h | 6 +-
17609 include/linux/iommu.h | 2 +-
17610 include/linux/ioport.h | 2 +-
17611 include/linux/ipc.h | 2 +-
17612 include/linux/irq.h | 5 +-
17613 include/linux/irqdesc.h | 2 +-
17614 include/linux/irqdomain.h | 3 +
17615 include/linux/jbd2.h | 2 +-
17616 include/linux/jiffies.h | 16 +-
17617 include/linux/key-type.h | 2 +-
17618 include/linux/kgdb.h | 6 +-
17619 include/linux/kmemleak.h | 4 +-
17620 include/linux/kobject.h | 3 +-
17621 include/linux/kobject_ns.h | 2 +-
17622 include/linux/kref.h | 2 +-
17623 include/linux/libata.h | 2 +-
17624 include/linux/linkage.h | 1 +
17625 include/linux/list.h | 15 +
17626 include/linux/lockref.h | 26 +-
17627 include/linux/math64.h | 10 +-
17628 include/linux/mempolicy.h | 7 +
17629 include/linux/mm.h | 102 +-
17630 include/linux/mm_types.h | 20 +
17631 include/linux/mmiotrace.h | 4 +-
17632 include/linux/mmzone.h | 2 +-
17633 include/linux/mod_devicetable.h | 4 +-
17634 include/linux/module.h | 69 +-
17635 include/linux/moduleloader.h | 16 +
17636 include/linux/moduleparam.h | 4 +-
17637 include/linux/net.h | 2 +-
17638 include/linux/netdevice.h | 7 +-
17639 include/linux/netfilter.h | 2 +-
17640 include/linux/netfilter/nfnetlink.h | 2 +-
17641 include/linux/netlink.h | 12 +-
17642 include/linux/nls.h | 4 +-
17643 include/linux/notifier.h | 3 +-
17644 include/linux/oprofile.h | 4 +-
17645 include/linux/padata.h | 2 +-
17646 include/linux/pci_hotplug.h | 3 +-
17647 include/linux/percpu.h | 2 +-
17648 include/linux/perf_event.h | 12 +-
17649 include/linux/pipe_fs_i.h | 8 +-
17650 include/linux/pm.h | 1 +
17651 include/linux/pm_domain.h | 2 +-
17652 include/linux/pm_runtime.h | 2 +-
17653 include/linux/pnp.h | 2 +-
17654 include/linux/poison.h | 4 +-
17655 include/linux/power/smartreflex.h | 2 +-
17656 include/linux/ppp-comp.h | 2 +-
17657 include/linux/preempt.h | 21 +
17658 include/linux/proc_ns.h | 2 +-
17659 include/linux/psci.h | 2 +-
17660 include/linux/quota.h | 2 +-
17661 include/linux/random.h | 19 +-
17662 include/linux/rculist.h | 16 +
17663 include/linux/rcupdate.h | 8 +
17664 include/linux/reboot.h | 14 +-
17665 include/linux/regset.h | 3 +-
17666 include/linux/relay.h | 2 +-
17667 include/linux/rio.h | 2 +-
17668 include/linux/rmap.h | 4 +-
17669 include/linux/sched.h | 76 +-
17670 include/linux/sched/sysctl.h | 1 +
17671 include/linux/scif.h | 2 +-
17672 include/linux/semaphore.h | 2 +-
17673 include/linux/seq_file.h | 1 +
17674 include/linux/seqlock.h | 10 +
17675 include/linux/signal.h | 2 +-
17676 include/linux/skbuff.h | 12 +-
17677 include/linux/slab.h | 47 +-
17678 include/linux/slab_def.h | 14 +-
17679 include/linux/slub_def.h | 2 +-
17680 include/linux/smp.h | 2 +
17681 include/linux/sock_diag.h | 2 +-
17682 include/linux/sonet.h | 2 +-
17683 include/linux/spinlock.h | 17 +-
17684 include/linux/srcu.h | 5 +-
17685 include/linux/sunrpc/addr.h | 8 +-
17686 include/linux/sunrpc/clnt.h | 2 +-
17687 include/linux/sunrpc/svc.h | 2 +-
17688 include/linux/sunrpc/svc_rdma.h | 18 +-
17689 include/linux/sunrpc/svcauth.h | 2 +-
17690 include/linux/swapops.h | 10 +-
17691 include/linux/swiotlb.h | 3 +-
17692 include/linux/syscalls.h | 23 +-
17693 include/linux/syscore_ops.h | 2 +-
17694 include/linux/sysctl.h | 3 +-
17695 include/linux/sysfs.h | 9 +-
17696 include/linux/sysrq.h | 3 +-
17697 include/linux/tcp.h | 14 +-
17698 include/linux/thread_info.h | 7 +
17699 include/linux/tty.h | 4 +-
17700 include/linux/tty_driver.h | 2 +-
17701 include/linux/tty_ldisc.h | 2 +-
17702 include/linux/types.h | 16 +
17703 include/linux/uaccess.h | 2 +-
17704 include/linux/uio_driver.h | 2 +-
17705 include/linux/unaligned/access_ok.h | 24 +-
17706 include/linux/usb.h | 12 +-
17707 include/linux/usb/hcd.h | 1 +
17708 include/linux/usb/renesas_usbhs.h | 2 +-
17709 include/linux/vermagic.h | 21 +-
17710 include/linux/vga_switcheroo.h | 8 +-
17711 include/linux/vmalloc.h | 7 +-
17712 include/linux/vmstat.h | 24 +-
17713 include/linux/writeback.h | 3 +-
17714 include/linux/xattr.h | 5 +-
17715 include/linux/zlib.h | 3 +-
17716 include/media/v4l2-dev.h | 2 +-
17717 include/media/v4l2-device.h | 2 +-
17718 include/net/9p/transport.h | 2 +-
17719 include/net/bluetooth/l2cap.h | 2 +-
17720 include/net/bonding.h | 2 +-
17721 include/net/caif/cfctrl.h | 6 +-
17722 include/net/cfg802154.h | 2 +-
17723 include/net/flow.h | 2 +-
17724 include/net/genetlink.h | 2 +-
17725 include/net/gro_cells.h | 2 +-
17726 include/net/inet_connection_sock.h | 2 +-
17727 include/net/inet_sock.h | 2 +-
17728 include/net/inetpeer.h | 2 +-
17729 include/net/ip_fib.h | 2 +-
17730 include/net/ip_vs.h | 8 +-
17731 include/net/ipv6.h | 2 +-
17732 include/net/irda/ircomm_tty.h | 1 +
17733 include/net/iucv/af_iucv.h | 2 +-
17734 include/net/llc_c_ac.h | 2 +-
17735 include/net/llc_c_ev.h | 4 +-
17736 include/net/llc_c_st.h | 2 +-
17737 include/net/llc_s_ac.h | 2 +-
17738 include/net/llc_s_st.h | 2 +-
17739 include/net/mac80211.h | 6 +-
17740 include/net/neighbour.h | 4 +-
17741 include/net/net_namespace.h | 18 +-
17742 include/net/netlink.h | 2 +-
17743 include/net/netns/conntrack.h | 6 +-
17744 include/net/netns/ipv4.h | 4 +-
17745 include/net/netns/ipv6.h | 4 +-
17746 include/net/netns/xfrm.h | 2 +-
17747 include/net/ping.h | 2 +-
17748 include/net/protocol.h | 4 +-
17749 include/net/rtnetlink.h | 2 +-
17750 include/net/sctp/checksum.h | 4 +-
17751 include/net/sctp/sm.h | 4 +-
17752 include/net/sctp/structs.h | 2 +-
17753 include/net/snmp.h | 10 +-
17754 include/net/sock.h | 12 +-
17755 include/net/tcp.h | 8 +-
17756 include/net/xfrm.h | 13 +-
17757 include/rdma/iw_cm.h | 2 +-
17758 include/scsi/libfc.h | 3 +-
17759 include/scsi/scsi_device.h | 6 +-
17760 include/scsi/scsi_driver.h | 2 +-
17761 include/scsi/scsi_transport_fc.h | 3 +-
17762 include/scsi/sg.h | 2 +-
17763 include/sound/compress_driver.h | 2 +-
17764 include/sound/soc.h | 4 +-
17765 include/trace/events/irq.h | 4 +-
17766 include/uapi/linux/a.out.h | 8 +
17767 include/uapi/linux/bcache.h | 5 +-
17768 include/uapi/linux/byteorder/little_endian.h | 28 +-
17769 include/uapi/linux/connector.h | 2 +-
17770 include/uapi/linux/elf.h | 28 +
17771 include/uapi/linux/screen_info.h | 2 +-
17772 include/uapi/linux/swab.h | 6 +-
17773 include/uapi/linux/xattr.h | 4 +
17774 include/video/udlfb.h | 8 +-
17775 include/video/uvesafb.h | 1 +
17776 init/Kconfig | 2 +-
17777 init/Makefile | 3 +
17778 init/do_mounts.c | 14 +-
17779 init/do_mounts.h | 8 +-
17780 init/do_mounts_initrd.c | 30 +-
17781 init/do_mounts_md.c | 6 +-
17782 init/init_task.c | 4 +
17783 init/initramfs.c | 38 +-
17784 init/main.c | 30 +-
17785 ipc/compat.c | 4 +-
17786 ipc/ipc_sysctl.c | 14 +-
17787 ipc/mq_sysctl.c | 4 +-
17788 ipc/sem.c | 4 +-
17789 ipc/shm.c | 6 +
17790 kernel/audit.c | 8 +-
17791 kernel/auditsc.c | 4 +-
17792 kernel/bpf/core.c | 7 +-
17793 kernel/capability.c | 3 +
17794 kernel/compat.c | 38 +-
17795 kernel/debug/debug_core.c | 16 +-
17796 kernel/debug/kdb/kdb_main.c | 4 +-
17797 kernel/events/core.c | 30 +-
17798 kernel/events/internal.h | 10 +-
17799 kernel/events/uprobes.c | 2 +-
17800 kernel/exit.c | 27 +-
17801 kernel/fork.c | 175 +-
17802 kernel/futex.c | 11 +-
17803 kernel/futex_compat.c | 2 +-
17804 kernel/gcov/base.c | 7 +-
17805 kernel/irq/manage.c | 2 +-
17806 kernel/irq/msi.c | 19 +-
17807 kernel/irq/spurious.c | 2 +-
17808 kernel/jump_label.c | 5 +
17809 kernel/kallsyms.c | 37 +-
17810 kernel/kexec.c | 3 +-
17811 kernel/kmod.c | 8 +-
17812 kernel/kprobes.c | 4 +-
17813 kernel/ksysfs.c | 2 +-
17814 kernel/locking/lockdep.c | 7 +-
17815 kernel/locking/mutex-debug.c | 12 +-
17816 kernel/locking/mutex-debug.h | 4 +-
17817 kernel/locking/mutex.c | 6 +-
17818 kernel/module.c | 422 +-
17819 kernel/notifier.c | 17 +-
17820 kernel/padata.c | 4 +-
17821 kernel/panic.c | 5 +-
17822 kernel/pid.c | 2 +-
17823 kernel/pid_namespace.c | 2 +-
17824 kernel/power/process.c | 12 +-
17825 kernel/profile.c | 14 +-
17826 kernel/ptrace.c | 8 +-
17827 kernel/rcu/rcutorture.c | 60 +-
17828 kernel/rcu/tiny.c | 4 +-
17829 kernel/rcu/tree.c | 42 +-
17830 kernel/rcu/tree.h | 16 +-
17831 kernel/rcu/tree_plugin.h | 18 +-
17832 kernel/rcu/tree_trace.c | 14 +-
17833 kernel/resource.c | 4 +-
17834 kernel/sched/auto_group.c | 4 +-
17835 kernel/sched/core.c | 45 +-
17836 kernel/sched/fair.c | 2 +-
17837 kernel/sched/sched.h | 2 +-
17838 kernel/signal.c | 24 +-
17839 kernel/smpboot.c | 4 +-
17840 kernel/softirq.c | 12 +-
17841 kernel/sys.c | 10 +-
17842 kernel/sysctl.c | 34 +-
17843 kernel/time/alarmtimer.c | 2 +-
17844 kernel/time/posix-cpu-timers.c | 4 +-
17845 kernel/time/posix-timers.c | 24 +-
17846 kernel/time/timer.c | 2 +-
17847 kernel/time/timer_stats.c | 10 +-
17848 kernel/trace/blktrace.c | 6 +-
17849 kernel/trace/ftrace.c | 15 +-
17850 kernel/trace/ring_buffer.c | 96 +-
17851 kernel/trace/trace.c | 2 +-
17852 kernel/trace/trace.h | 2 +-
17853 kernel/trace/trace_clock.c | 4 +-
17854 kernel/trace/trace_events.c | 1 -
17855 kernel/trace/trace_functions_graph.c | 4 +-
17856 kernel/trace/trace_mmiotrace.c | 8 +-
17857 kernel/trace/trace_output.c | 10 +-
17858 kernel/trace/trace_seq.c | 2 +-
17859 kernel/trace/trace_stack.c | 2 +-
17860 kernel/user.c | 2 +-
17861 kernel/user_namespace.c | 2 +-
17862 kernel/utsname_sysctl.c | 2 +-
17863 kernel/watchdog.c | 2 +-
17864 kernel/workqueue.c | 8 +-
17865 lib/Kconfig.debug | 8 +-
17866 lib/Makefile | 2 +-
17867 lib/bitmap.c | 8 +-
17868 lib/bug.c | 2 +
17869 lib/debugobjects.c | 2 +-
17870 lib/decompress_bunzip2.c | 3 +-
17871 lib/decompress_unlzma.c | 4 +-
17872 lib/div64.c | 4 +-
17873 lib/dma-debug.c | 4 +-
17874 lib/inflate.c | 2 +-
17875 lib/ioremap.c | 4 +-
17876 lib/kobject.c | 4 +-
17877 lib/list_debug.c | 126 +-
17878 lib/lockref.c | 44 +-
17879 lib/percpu-refcount.c | 2 +-
17880 lib/radix-tree.c | 2 +-
17881 lib/random32.c | 2 +-
17882 lib/rhashtable.c | 4 +-
17883 lib/show_mem.c | 2 +-
17884 lib/strncpy_from_user.c | 2 +-
17885 lib/strnlen_user.c | 2 +-
17886 lib/swiotlb.c | 2 +-
17887 lib/usercopy.c | 6 +
17888 lib/vsprintf.c | 12 +-
17889 mm/Kconfig | 6 +-
17890 mm/backing-dev.c | 4 +-
17891 mm/debug.c | 3 +
17892 mm/filemap.c | 2 +-
17893 mm/gup.c | 13 +-
17894 mm/highmem.c | 6 +-
17895 mm/hugetlb.c | 70 +-
17896 mm/internal.h | 1 +
17897 mm/maccess.c | 12 +-
17898 mm/madvise.c | 37 +
17899 mm/memory-failure.c | 6 +-
17900 mm/memory.c | 424 +-
17901 mm/mempolicy.c | 25 +
17902 mm/mlock.c | 18 +-
17903 mm/mm_init.c | 2 +-
17904 mm/mmap.c | 582 +-
17905 mm/mprotect.c | 137 +-
17906 mm/mremap.c | 39 +-
17907 mm/nommu.c | 21 +-
17908 mm/page-writeback.c | 2 +-
17909 mm/page_alloc.c | 50 +-
17910 mm/percpu.c | 2 +-
17911 mm/process_vm_access.c | 14 +-
17912 mm/rmap.c | 45 +-
17913 mm/shmem.c | 19 +-
17914 mm/slab.c | 111 +-
17915 mm/slab.h | 22 +-
17916 mm/slab_common.c | 86 +-
17917 mm/slob.c | 218 +-
17918 mm/slub.c | 109 +-
17919 mm/sparse-vmemmap.c | 4 +-
17920 mm/sparse.c | 2 +-
17921 mm/swap.c | 2 +
17922 mm/swapfile.c | 12 +-
17923 mm/util.c | 6 +
17924 mm/vmalloc.c | 114 +-
17925 mm/vmstat.c | 12 +-
17926 net/8021q/vlan.c | 5 +-
17927 net/8021q/vlan_netlink.c | 2 +-
17928 net/9p/mod.c | 4 +-
17929 net/9p/trans_fd.c | 2 +-
17930 net/atm/atm_misc.c | 8 +-
17931 net/atm/lec.h | 2 +-
17932 net/atm/proc.c | 6 +-
17933 net/atm/resources.c | 4 +-
17934 net/ax25/sysctl_net_ax25.c | 2 +-
17935 net/batman-adv/bat_iv_ogm.c | 8 +-
17936 net/batman-adv/fragmentation.c | 2 +-
17937 net/batman-adv/routing.c | 4 +-
17938 net/batman-adv/soft-interface.c | 10 +-
17939 net/batman-adv/translation-table.c | 14 +-
17940 net/batman-adv/types.h | 8 +-
17941 net/bluetooth/hci_sock.c | 2 +-
17942 net/bluetooth/l2cap_core.c | 6 +-
17943 net/bluetooth/l2cap_sock.c | 12 +-
17944 net/bluetooth/rfcomm/sock.c | 4 +-
17945 net/bluetooth/rfcomm/tty.c | 4 +-
17946 net/bridge/br_netlink.c | 2 +-
17947 net/bridge/netfilter/ebtables.c | 6 +-
17948 net/caif/cfctrl.c | 11 +-
17949 net/caif/chnl_net.c | 2 +-
17950 net/can/af_can.c | 2 +-
17951 net/can/gw.c | 6 +-
17952 net/ceph/messenger.c | 4 +-
17953 net/compat.c | 26 +-
17954 net/core/datagram.c | 2 +-
17955 net/core/dev.c | 16 +-
17956 net/core/filter.c | 2 +-
17957 net/core/flow.c | 6 +-
17958 net/core/neighbour.c | 18 +-
17959 net/core/net-sysfs.c | 2 +-
17960 net/core/net_namespace.c | 8 +-
17961 net/core/netpoll.c | 4 +-
17962 net/core/rtnetlink.c | 17 +-
17963 net/core/scm.c | 12 +-
17964 net/core/skbuff.c | 11 +-
17965 net/core/sock.c | 28 +-
17966 net/core/sock_diag.c | 15 +-
17967 net/core/sysctl_net_core.c | 22 +-
17968 net/decnet/af_decnet.c | 1 +
17969 net/decnet/sysctl_net_decnet.c | 4 +-
17970 net/dsa/dsa.c | 2 +-
17971 net/hsr/hsr_netlink.c | 2 +-
17972 net/ieee802154/6lowpan/core.c | 2 +-
17973 net/ieee802154/6lowpan/reassembly.c | 14 +-
17974 net/ipv4/af_inet.c | 2 +-
17975 net/ipv4/arp.c | 2 +-
17976 net/ipv4/devinet.c | 18 +-
17977 net/ipv4/fib_frontend.c | 6 +-
17978 net/ipv4/fib_semantics.c | 2 +-
17979 net/ipv4/inet_connection_sock.c | 4 +-
17980 net/ipv4/inet_diag.c | 4 +-
17981 net/ipv4/inet_timewait_sock.c | 2 +-
17982 net/ipv4/inetpeer.c | 2 +-
17983 net/ipv4/ip_fragment.c | 15 +-
17984 net/ipv4/ip_gre.c | 6 +-
17985 net/ipv4/ip_sockglue.c | 2 +-
17986 net/ipv4/ip_vti.c | 4 +-
17987 net/ipv4/ipconfig.c | 6 +-
17988 net/ipv4/ipip.c | 4 +-
17989 net/ipv4/netfilter/arp_tables.c | 12 +-
17990 net/ipv4/netfilter/ip_tables.c | 12 +-
17991 net/ipv4/ping.c | 14 +-
17992 net/ipv4/proc.c | 8 +-
17993 net/ipv4/raw.c | 14 +-
17994 net/ipv4/route.c | 32 +-
17995 net/ipv4/sysctl_net_ipv4.c | 22 +-
17996 net/ipv4/tcp_input.c | 6 +-
17997 net/ipv4/tcp_probe.c | 2 +-
17998 net/ipv4/udp.c | 10 +-
17999 net/ipv4/xfrm4_mode_transport.c | 2 +-
18000 net/ipv4/xfrm4_policy.c | 17 +-
18001 net/ipv4/xfrm4_state.c | 4 +-
18002 net/ipv6/addrconf.c | 22 +-
18003 net/ipv6/af_inet6.c | 2 +-
18004 net/ipv6/datagram.c | 2 +-
18005 net/ipv6/icmp.c | 2 +-
18006 net/ipv6/ip6_fib.c | 4 +-
18007 net/ipv6/ip6_gre.c | 10 +-
18008 net/ipv6/ip6_tunnel.c | 4 +-
18009 net/ipv6/ip6_vti.c | 4 +-
18010 net/ipv6/ipv6_sockglue.c | 2 +-
18011 net/ipv6/ndisc.c | 2 +-
18012 net/ipv6/netfilter/ip6_tables.c | 12 +-
18013 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
18014 net/ipv6/ping.c | 33 +-
18015 net/ipv6/proc.c | 10 +-
18016 net/ipv6/raw.c | 17 +-
18017 net/ipv6/reassembly.c | 13 +-
18018 net/ipv6/route.c | 2 +-
18019 net/ipv6/sit.c | 4 +-
18020 net/ipv6/sysctl_net_ipv6.c | 2 +-
18021 net/ipv6/udp.c | 6 +-
18022 net/ipv6/xfrm6_policy.c | 17 +-
18023 net/irda/ircomm/ircomm_tty.c | 18 +-
18024 net/iucv/af_iucv.c | 4 +-
18025 net/iucv/iucv.c | 2 +-
18026 net/key/af_key.c | 4 +-
18027 net/l2tp/l2tp_eth.c | 38 +-
18028 net/l2tp/l2tp_ip.c | 2 +-
18029 net/l2tp/l2tp_ip6.c | 2 +-
18030 net/mac80211/cfg.c | 10 +-
18031 net/mac80211/debugfs_key.c | 4 +-
18032 net/mac80211/ieee80211_i.h | 3 +-
18033 net/mac80211/iface.c | 20 +-
18034 net/mac80211/key.c | 4 +-
18035 net/mac80211/main.c | 2 +-
18036 net/mac80211/pm.c | 4 +-
18037 net/mac80211/rate.c | 2 +-
18038 net/mac80211/sta_info.c | 2 +-
18039 net/mac80211/tx.c | 2 +-
18040 net/mac80211/util.c | 8 +-
18041 net/mac80211/wpa.c | 10 +-
18042 net/mac802154/iface.c | 4 +-
18043 net/mpls/af_mpls.c | 6 +-
18044 net/netfilter/ipset/ip_set_core.c | 4 +-
18045 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
18046 net/netfilter/ipvs/ip_vs_core.c | 4 +-
18047 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
18048 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
18049 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
18050 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
18051 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
18052 net/netfilter/nf_conntrack_acct.c | 2 +-
18053 net/netfilter/nf_conntrack_ecache.c | 2 +-
18054 net/netfilter/nf_conntrack_helper.c | 2 +-
18055 net/netfilter/nf_conntrack_netlink.c | 22 +-
18056 net/netfilter/nf_conntrack_proto.c | 2 +-
18057 net/netfilter/nf_conntrack_standalone.c | 2 +-
18058 net/netfilter/nf_conntrack_timestamp.c | 2 +-
18059 net/netfilter/nf_log.c | 10 +-
18060 net/netfilter/nf_sockopt.c | 4 +-
18061 net/netfilter/nf_tables_api.c | 13 +-
18062 net/netfilter/nfnetlink_acct.c | 7 +-
18063 net/netfilter/nfnetlink_cthelper.c | 2 +-
18064 net/netfilter/nfnetlink_cttimeout.c | 2 +-
18065 net/netfilter/nfnetlink_log.c | 4 +-
18066 net/netfilter/nft_compat.c | 9 +-
18067 net/netfilter/xt_statistic.c | 8 +-
18068 net/netlink/af_netlink.c | 14 +-
18069 net/netlink/diag.c | 2 +-
18070 net/netlink/genetlink.c | 14 +-
18071 net/openvswitch/vport-internal_dev.c | 2 +-
18072 net/packet/af_packet.c | 26 +-
18073 net/packet/diag.c | 2 +-
18074 net/packet/internal.h | 6 +-
18075 net/phonet/pep.c | 6 +-
18076 net/phonet/socket.c | 2 +-
18077 net/phonet/sysctl.c | 2 +-
18078 net/rds/cong.c | 6 +-
18079 net/rds/ib.h | 2 +-
18080 net/rds/ib_cm.c | 2 +-
18081 net/rds/ib_recv.c | 4 +-
18082 net/rds/iw.h | 2 +-
18083 net/rds/iw_cm.c | 2 +-
18084 net/rds/iw_recv.c | 4 +-
18085 net/rds/rds.h | 2 +-
18086 net/rds/tcp.c | 2 +-
18087 net/rds/tcp_send.c | 2 +-
18088 net/rxrpc/af_rxrpc.c | 2 +-
18089 net/rxrpc/ar-ack.c | 14 +-
18090 net/rxrpc/ar-call.c | 2 +-
18091 net/rxrpc/ar-connection.c | 2 +-
18092 net/rxrpc/ar-connevent.c | 2 +-
18093 net/rxrpc/ar-input.c | 4 +-
18094 net/rxrpc/ar-internal.h | 8 +-
18095 net/rxrpc/ar-local.c | 2 +-
18096 net/rxrpc/ar-output.c | 4 +-
18097 net/rxrpc/ar-peer.c | 2 +-
18098 net/rxrpc/ar-proc.c | 4 +-
18099 net/rxrpc/ar-transport.c | 2 +-
18100 net/rxrpc/rxkad.c | 4 +-
18101 net/sched/sch_generic.c | 4 +-
18102 net/sctp/ipv6.c | 6 +-
18103 net/sctp/protocol.c | 10 +-
18104 net/sctp/sm_sideeffect.c | 2 +-
18105 net/sctp/socket.c | 21 +-
18106 net/sctp/sysctl.c | 10 +-
18107 net/socket.c | 18 +-
18108 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
18109 net/sunrpc/clnt.c | 4 +-
18110 net/sunrpc/sched.c | 4 +-
18111 net/sunrpc/svc.c | 4 +-
18112 net/sunrpc/svcauth_unix.c | 2 +-
18113 net/sunrpc/xprtrdma/svc_rdma.c | 44 +-
18114 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
18115 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
18116 net/sunrpc/xprtrdma/svc_rdma_transport.c | 10 +-
18117 net/tipc/netlink_compat.c | 12 +-
18118 net/tipc/subscr.c | 2 +-
18119 net/unix/diag.c | 2 +-
18120 net/unix/sysctl_net_unix.c | 2 +-
18121 net/wireless/wext-core.c | 19 +-
18122 net/xfrm/xfrm_policy.c | 16 +-
18123 net/xfrm/xfrm_state.c | 33 +-
18124 net/xfrm/xfrm_sysctl.c | 2 +-
18125 net/xfrm/xfrm_user.c | 2 +-
18126 scripts/Kbuild.include | 2 +-
18127 scripts/Makefile.build | 2 +-
18128 scripts/Makefile.clean | 3 +-
18129 scripts/Makefile.host | 69 +-
18130 scripts/basic/fixdep.c | 12 +-
18131 scripts/dtc/checks.c | 14 +-
18132 scripts/dtc/data.c | 6 +-
18133 scripts/dtc/flattree.c | 8 +-
18134 scripts/dtc/livetree.c | 4 +-
18135 scripts/gcc-plugin.sh | 51 +
18136 scripts/headers_install.sh | 1 +
18137 scripts/kallsyms.c | 4 +-
18138 scripts/kconfig/lkc.h | 5 +-
18139 scripts/kconfig/menu.c | 2 +-
18140 scripts/kconfig/symbol.c | 6 +-
18141 scripts/link-vmlinux.sh | 2 +-
18142 scripts/mod/file2alias.c | 14 +-
18143 scripts/mod/modpost.c | 25 +-
18144 scripts/mod/modpost.h | 6 +-
18145 scripts/mod/sumversion.c | 2 +-
18146 scripts/module-common.lds | 4 +
18147 scripts/package/builddeb | 1 +
18148 scripts/pnmtologo.c | 6 +-
18149 scripts/sortextable.h | 6 +-
18150 scripts/tags.sh | 2 +-
18151 security/Kconfig | 691 +-
18152 security/apparmor/include/policy.h | 2 +-
18153 security/apparmor/policy.c | 4 +-
18154 security/integrity/ima/ima.h | 4 +-
18155 security/integrity/ima/ima_api.c | 2 +-
18156 security/integrity/ima/ima_fs.c | 4 +-
18157 security/integrity/ima/ima_queue.c | 2 +-
18158 security/keys/internal.h | 8 +-
18159 security/keys/key.c | 18 +-
18160 security/keys/keyring.c | 4 -
18161 security/selinux/avc.c | 6 +-
18162 security/selinux/include/xfrm.h | 2 +-
18163 security/yama/yama_lsm.c | 2 +-
18164 sound/aoa/codecs/onyx.c | 7 +-
18165 sound/aoa/codecs/onyx.h | 1 +
18166 sound/core/oss/pcm_oss.c | 18 +-
18167 sound/core/pcm_compat.c | 2 +-
18168 sound/core/pcm_native.c | 4 +-
18169 sound/core/seq/seq_clientmgr.c | 10 +-
18170 sound/core/seq/seq_compat.c | 2 +-
18171 sound/core/seq/seq_fifo.c | 6 +-
18172 sound/core/seq/seq_fifo.h | 2 +-
18173 sound/core/seq/seq_memory.c | 6 +-
18174 sound/core/sound.c | 2 +-
18175 sound/drivers/mts64.c | 14 +-
18176 sound/drivers/opl4/opl4_lib.c | 2 +-
18177 sound/drivers/portman2x4.c | 3 +-
18178 sound/firewire/amdtp-am824.c | 2 +-
18179 sound/firewire/amdtp-stream.c | 4 +-
18180 sound/firewire/amdtp-stream.h | 2 +-
18181 sound/firewire/digi00x/amdtp-dot.c | 2 +-
18182 sound/firewire/isight.c | 10 +-
18183 sound/firewire/scs1x.c | 8 +-
18184 sound/oss/sb_audio.c | 2 +-
18185 sound/oss/swarm_cs4297a.c | 6 +-
18186 sound/pci/hda/hda_codec.c | 2 +-
18187 sound/pci/ymfpci/ymfpci.h | 2 +-
18188 sound/pci/ymfpci/ymfpci_main.c | 12 +-
18189 sound/soc/codecs/sti-sas.c | 10 +-
18190 sound/soc/intel/skylake/skl-sst-dsp.h | 4 +-
18191 sound/soc/soc-ac97.c | 6 +-
18192 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
18193 tools/gcc/Makefile | 42 +
18194 tools/gcc/checker_plugin.c | 549 +
18195 tools/gcc/colorize_plugin.c | 215 +
18196 tools/gcc/constify_plugin.c | 571 +
18197 tools/gcc/gcc-common.h | 819 +
18198 tools/gcc/initify_plugin.c | 591 +
18199 tools/gcc/kallocstat_plugin.c | 188 +
18200 tools/gcc/kernexec_plugin.c | 549 +
18201 tools/gcc/latent_entropy_plugin.c | 474 +
18202 tools/gcc/randomize_layout_seed.h | 1 +
18203 tools/gcc/size_overflow_plugin/.gitignore | 2 +
18204 tools/gcc/size_overflow_plugin/Makefile | 28 +
18205 .../disable_size_overflow_hash.data | 12434 ++
18206 .../disable_size_overflow_hash.h | 152601 ++++++++++++++++++
18207 .../generate_size_overflow_hash.sh | 103 +
18208 .../insert_size_overflow_asm.c | 416 +
18209 .../size_overflow_plugin/intentional_overflow.c | 1116 +
18210 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
18211 tools/gcc/size_overflow_plugin/size_overflow.h | 325 +
18212 .../gcc/size_overflow_plugin/size_overflow_debug.c | 194 +
18213 .../size_overflow_plugin/size_overflow_hash.data | 21454 +++
18214 .../size_overflow_hash_aux.data | 92 +
18215 tools/gcc/size_overflow_plugin/size_overflow_ipa.c | 1226 +
18216 .../gcc/size_overflow_plugin/size_overflow_misc.c | 505 +
18217 .../size_overflow_plugin/size_overflow_plugin.c | 318 +
18218 .../size_overflow_plugin_hash.c | 352 +
18219 .../size_overflow_plugin/size_overflow_transform.c | 745 +
18220 .../size_overflow_transform_core.c | 1015 +
18221 tools/gcc/stackleak_plugin.c | 444 +
18222 tools/gcc/structleak_plugin.c | 290 +
18223 tools/include/linux/compiler.h | 8 +
18224 tools/perf/util/include/asm/alternative-asm.h | 3 +
18225 tools/virtio/linux/uaccess.h | 2 +-
18226 virt/kvm/kvm_main.c | 42 +-
18227 2088 files changed, 221599 insertions(+), 9618 deletions(-)
18228 commit 87790bbd0d8dc2bd7fd86cb947e32886db9e9766
18229 Author: Matthew Wilcox <willy@linux.intel.com>
18230 Date: Tue Feb 2 16:57:52 2016 -0800
18231
18232 radix-tree: fix race in gang lookup
18233
18234 If the indirect_ptr bit is set on a slot, that indicates we need to redo
18235 the lookup. Introduce a new function radix_tree_iter_retry() which
18236 forces the loop to retry the lookup by setting 'slot' to NULL and
18237 turning the iterator back to point at the problematic entry.
18238
18239 This is a pretty rare problem to hit at the moment; the lookup has to
18240 race with a grow of the radix tree from a height of 0. The consequences
18241 of hitting this race are that gang lookup could return a pointer to a
18242 radix_tree_node instead of a pointer to whatever the user had inserted
18243 in the tree.
18244
18245 Fixes: cebbd29e1c2f ("radix-tree: rewrite gang lookup using iterator")
18246 Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
18247 Cc: Hugh Dickins <hughd@google.com>
18248 Cc: Ohad Ben-Cohen <ohad@wizery.com>
18249 Cc: Konstantin Khlebnikov <khlebnikov@openvz.org>
18250 Cc: <stable@vger.kernel.org>
18251 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
18252 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
18253
18254 include/linux/radix-tree.h | 16 ++++++++++++++++
18255 lib/radix-tree.c | 12 ++++++++++--
18256 2 files changed, 26 insertions(+), 2 deletions(-)
18257
18258 commit bf628043b4589c910919a0f221ae7f42aa8cea93
18259 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
18260 Date: Wed Feb 3 02:11:03 2016 +0100
18261
18262 unix: correctly track in-flight fds in sending process user_struct
18263
18264 The commit referenced in the Fixes tag incorrectly accounted the number
18265 of in-flight fds over a unix domain socket to the original opener
18266 of the file-descriptor. This allows another process to arbitrary
18267 deplete the original file-openers resource limit for the maximum of
18268 open files. Instead the sending processes and its struct cred should
18269 be credited.
18270
18271 To do so, we add a reference counted struct user_struct pointer to the
18272 scm_fp_list and use it to account for the number of inflight unix fds.
18273
18274 Fixes: 712f4aad406bb1 ("unix: properly account for FDs passed over unix sockets")
18275 Reported-by: David Herrmann <dh.herrmann@gmail.com>
18276 Cc: David Herrmann <dh.herrmann@gmail.com>
18277 Cc: Willy Tarreau <w@1wt.eu>
18278 Cc: Linus Torvalds <torvalds@linux-foundation.org>
18279 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
18280 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
18281 Signed-off-by: David S. Miller <davem@davemloft.net>
18282
18283 include/net/af_unix.h | 4 ++--
18284 include/net/scm.h | 1 +
18285 net/core/scm.c | 7 +++++++
18286 net/unix/af_unix.c | 4 ++--
18287 net/unix/garbage.c | 8 ++++----
18288 5 files changed, 16 insertions(+), 8 deletions(-)
18289
18290 commit e830db443ff78d70b7b63536e688d73907face0c
18291 Author: Mike Kravetz <mike.kravetz@oracle.com>
18292 Date: Fri Jan 15 16:57:37 2016 -0800
18293
18294 fs/hugetlbfs/inode.c: fix bugs in hugetlb_vmtruncate_list()
18295
18296 Hillf Danton noticed bugs in the hugetlb_vmtruncate_list routine. The
18297 argument end is of type pgoff_t. It was being converted to a vaddr
18298 offset and passed to unmap_hugepage_range. However, end was also being
18299 used as an argument to the vma_interval_tree_foreach controlling loop.
18300 In addition, the conversion of end to vaddr offset was incorrect.
18301
18302 hugetlb_vmtruncate_list is called as part of a file truncate or
18303 fallocate hole punch operation.
18304
18305 When truncating a hugetlbfs file, this bug could prevent some pages from
18306 being unmapped. This is possible if there are multiple vmas mapping the
18307 file, and there is a sufficiently sized hole between the mappings. The
18308 size of the hole between two vmas (A,B) must be such that the starting
18309 virtual address of B is greater than (ending virtual address of A <<
18310 PAGE_SHIFT). In this case, the pages in B would not be unmapped. If
18311 pages are not properly unmapped during truncate, the following BUG is
18312 hit:
18313
18314 kernel BUG at fs/hugetlbfs/inode.c:428!
18315
18316 In the fallocate hole punch case, this bug could prevent pages from
18317 being unmapped as in the truncate case. However, for hole punch the
18318 result is that unmapped pages will not be removed during the operation.
18319 For hole punch, it is also possible that more pages than desired will be
18320 unmapped. This unnecessary unmapping will cause page faults to
18321 reestablish the mappings on subsequent page access.
18322
18323 Fixes: 1bfad99ab (" hugetlbfs: hugetlb_vmtruncate_list() needs to take a range")Reported-by: Hillf Danton <hillf.zj@alibaba-inc.com>
18324 Signed-off-by: Mike Kravetz <mike.kravetz@oracle.com>
18325 Cc: Hugh Dickins <hughd@google.com>
18326 Cc: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
18327 Cc: Davidlohr Bueso <dave@stgolabs.net>
18328 Cc: Dave Hansen <dave.hansen@linux.intel.com>
18329 Cc: <stable@vger.kernel.org> [4.3]
18330 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
18331 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
18332
18333 fs/hugetlbfs/inode.c | 19 +++++++++++--------
18334 1 files changed, 11 insertions(+), 8 deletions(-)
18335
18336 commit cdb3ba4a9113b779347387f3b6c6ea72dd4db12f
18337 Author: Takashi Iwai <tiwai@suse.de>
18338 Date: Thu Feb 4 17:06:13 2016 +0100
18339
18340 ALSA: timer: Fix leftover link at closing
18341
18342 In ALSA timer core, the active timer instance is managed in
18343 active_list linked list. Each element is added / removed dynamically
18344 at timer start, stop and in timer interrupt. The problem is that
18345 snd_timer_interrupt() has a thinko and leaves the element in
18346 active_list when it's the last opened element. This eventually leads
18347 to list corruption or use-after-free error.
18348
18349 This hasn't been revealed because we used to delete the list forcibly
18350 in snd_timer_stop() in the past. However, the recent fix avoids the
18351 double-stop behavior (in commit [f784beb75ce8: ALSA: timer: Fix link
18352 corruption due to double start or stop]), and this leak hits reality.
18353
18354 This patch fixes the link management in snd_timer_interrupt(). Now it
18355 simply unlinks no matter which stream is.
18356
18357 BugLink: http://lkml.kernel.org/r/CACT4Y+Yy2aukHP-EDp8-ziNqNNmb-NTf=jDWXMP7jB8HDa2vng@mail.gmail.com
18358 Reported-by: Dmitry Vyukov <dvyukov@google.com>
18359 Cc: <stable@vger.kernel.org>
18360 Signed-off-by: Takashi Iwai <tiwai@suse.de>
18361
18362 sound/core/timer.c | 4 ++--
18363 1 files changed, 2 insertions(+), 2 deletions(-)
18364
18365 commit 47d9647902f6a2f46a2be1e0140ba0f6f8c06008
18366 Author: Konstantin Khlebnikov <koct9i@gmail.com>
18367 Date: Fri Feb 5 15:37:01 2016 -0800
18368
18369 radix-tree: fix oops after radix_tree_iter_retry
18370
18371 Helper radix_tree_iter_retry() resets next_index to the current index.
18372 In following radix_tree_next_slot current chunk size becomes zero. This
18373 isn't checked and it tries to dereference null pointer in slot.
18374
18375 Tagged iterator is fine because retry happens only at slot 0 where tag
18376 bitmask in iter->tags is filled with single bit.
18377
18378 Fixes: 46437f9a554f ("radix-tree: fix race in gang lookup")
18379 Signed-off-by: Konstantin Khlebnikov <koct9i@gmail.com>
18380 Cc: Matthew Wilcox <willy@linux.intel.com>
18381 Cc: Hugh Dickins <hughd@google.com>
18382 Cc: Ohad Ben-Cohen <ohad@wizery.com>
18383 Cc: Jeremiah Mahler <jmmahler@gmail.com>
18384 Cc: <stable@vger.kernel.org>
18385 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
18386 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
18387
18388 include/linux/radix-tree.h | 6 +++---
18389 1 files changed, 3 insertions(+), 3 deletions(-)
18390
18391 commit 95b5dcb3c01958502af00b0bc0da1d906aae11a2
18392 Merge: 438be0b 256aeaf
18393 Author: Brad Spengler <spender@grsecurity.net>
18394 Date: Sun Feb 7 08:29:33 2016 -0500
18395
18396 Merge branch 'pax-test' into grsec-test
18397
18398 commit 256aeaf87c22de8edf1f03682a572c590ae07771
18399 Author: Brad Spengler <spender@grsecurity.net>
18400 Date: Sun Feb 7 08:29:09 2016 -0500
18401
18402 Update to pax-linux-4.3.5-test28.patch:
18403 - 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)
18404 - spender fixed UDEREF on arm
18405
18406 arch/arm/Kconfig | 1 +
18407 arch/arm/include/asm/domain.h | 21 ++++++++-
18408 arch/arm/include/asm/futex.h | 9 ----
18409 arch/arm/include/asm/thread_info.h | 3 +
18410 arch/arm/include/asm/uaccess.h | 81 +++++++++++++++---------------------
18411 arch/arm/kernel/entry-armv.S | 2 +-
18412 arch/arm/kernel/process.c | 2 +-
18413 arch/arm/mm/alignment.c | 8 ----
18414 arch/x86/mm/numa.c | 2 +-
18415 security/Kconfig | 1 -
18416 10 files changed, 60 insertions(+), 70 deletions(-)
18417
18418 commit 438be0bd112bd17942b2628c53054dc1007558a1
18419 Author: Brad Spengler <spender@grsecurity.net>
18420 Date: Sat Feb 6 19:50:31 2016 -0500
18421
18422 Fix a number of issues caused by the upstream merging of a UDEREF ripoff resulting in unbootable
18423 ARM systems reported on the forums
18424
18425 arch/arm/Kconfig | 1 +
18426 arch/arm/include/asm/domain.h | 21 ++++++++-
18427 arch/arm/include/asm/futex.h | 9 ----
18428 arch/arm/include/asm/thread_info.h | 3 +
18429 arch/arm/include/asm/uaccess.h | 81 +++++++++++++++---------------------
18430 arch/arm/kernel/entry-armv.S | 2 +-
18431 arch/arm/kernel/process.c | 2 +-
18432 arch/arm/mm/alignment.c | 8 ----
18433 security/Kconfig | 1 -
18434 9 files changed, 59 insertions(+), 69 deletions(-)
18435
18436 commit 4ffdd5ef1f87e611af1efb4f251ada92abe9f4c0
18437 Author: Brad Spengler <spender@grsecurity.net>
18438 Date: Sat Feb 6 11:21:53 2016 -0500
18439
18440 Fix another compiler warning
18441
18442 net/ipv4/tcp_input.c | 2 ++
18443 1 files changed, 2 insertions(+), 0 deletions(-)
18444
18445 commit 30b5b7bc0fd67d458bdd5ab35e4689769eabd2ed
18446 Author: Brad Spengler <spender@grsecurity.net>
18447 Date: Sat Feb 6 11:16:12 2016 -0500
18448
18449 Fix two compiler warnings
18450
18451 kernel/pid.c | 5 ++---
18452 kernel/ptrace.c | 3 ++-
18453 2 files changed, 4 insertions(+), 4 deletions(-)
18454
18455 commit dda4d2a21914c480750f10bd55c6e3203d415d8d
18456 Author: Brad Spengler <spender@grsecurity.net>
18457 Date: Wed Feb 3 21:22:40 2016 -0500
18458
18459 Apply fix for integer truncation in NUMA init code, reported by
18460 x14sg1 on the forums:
18461 https://forums.grsecurity.net/viewtopic.php?f=3&t=4374
18462
18463 arch/x86/mm/numa.c | 2 +-
18464 1 files changed, 1 insertions(+), 1 deletions(-)
18465
18466 commit 477505f7c893cb6a2c3e22f83eefd9c985d7b3ca
18467 Merge: a781740 016d0d8
18468 Author: Brad Spengler <spender@grsecurity.net>
18469 Date: Wed Feb 3 21:20:58 2016 -0500
18470
18471 Merge branch 'pax-test' into grsec-test
18472
18473 commit 016d0d81a8dd4be1304c82a68e0ccf425868f467
18474 Author: Brad Spengler <spender@grsecurity.net>
18475 Date: Wed Feb 3 21:20:10 2016 -0500
18476
18477 Update to pax-linux-4.3.5-test27.patch:
18478 - fixed a bunch of potential REFCOUNT false positives, reported by Emese
18479 - restored padding in fpregs_state for storing AVX-512 state in the future
18480 - constified netlink_dump_control
18481 - added const version of debug_gimple_stmt for gcc plugins, by Emese
18482 - Emese fixed a bug in initify that could have initified too much
18483 - Emese fixed a false positive intentional integer overflow in xfrm4_extract_header, reported by corsac
18484
18485 arch/x86/include/asm/fpu/types.h | 1 +
18486 arch/x86/include/asm/mmu_context.h | 2 +-
18487 block/blk-cgroup.c | 18 ++--
18488 block/cfq-iosched.c | 4 +-
18489 crypto/crypto_user.c | 8 ++-
18490 drivers/acpi/apei/ghes.c | 6 +-
18491 drivers/char/ipmi/ipmi_ssif.c | 12 ++--
18492 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
18493 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
18494 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
18495 drivers/infiniband/core/netlink.c | 5 +-
18496 drivers/infiniband/hw/cxgb4/device.c | 6 +-
18497 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
18498 drivers/md/bcache/alloc.c | 2 +-
18499 drivers/md/bcache/bcache.h | 10 +-
18500 drivers/md/bcache/btree.c | 2 +-
18501 drivers/md/bcache/io.c | 10 +-
18502 drivers/md/bcache/journal.c | 2 +-
18503 drivers/md/bcache/stats.c | 26 +++---
18504 drivers/md/bcache/stats.h | 16 ++--
18505 drivers/md/bcache/super.c | 2 +-
18506 drivers/md/bcache/sysfs.c | 20 +++---
18507 drivers/md/dm-cache-target.c | 98 ++++++++++++------------
18508 drivers/md/dm-raid.c | 2 +-
18509 drivers/md/md.c | 6 +-
18510 drivers/md/md.h | 2 +-
18511 drivers/md/raid1.c | 2 +-
18512 drivers/md/raid10.c | 2 +-
18513 drivers/md/raid5.c | 4 +-
18514 drivers/media/pci/zoran/zoran.h | 1 -
18515 drivers/media/pci/zoran/zoran_driver.c | 3 -
18516 drivers/net/ethernet/sfc/selftest.c | 20 +++---
18517 drivers/net/irda/vlsi_ir.c | 18 ++--
18518 drivers/net/irda/vlsi_ir.h | 14 ++--
18519 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
18520 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
18521 drivers/net/wireless/ath/carl9170/main.c | 10 +-
18522 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
18523 drivers/net/wireless/iwlwifi/mvm/d3.c | 4 +-
18524 drivers/net/wireless/iwlwifi/mvm/tx.c | 2 +-
18525 drivers/scsi/hptiop.c | 2 -
18526 drivers/scsi/hptiop.h | 1 -
18527 drivers/scsi/ipr.c | 6 +-
18528 drivers/scsi/ipr.h | 2 +-
18529 drivers/scsi/qla2xxx/qla_target.c | 10 +-
18530 drivers/scsi/qla2xxx/qla_target.h | 2 +-
18531 fs/btrfs/ctree.c | 2 +-
18532 fs/btrfs/ctree.h | 4 +-
18533 fs/btrfs/delayed-ref.c | 4 +-
18534 fs/btrfs/disk-io.c | 4 +-
18535 fs/btrfs/file.c | 4 +-
18536 fs/btrfs/raid56.c | 32 ++++----
18537 fs/btrfs/tests/btrfs-tests.c | 2 +-
18538 fs/btrfs/transaction.c | 2 +-
18539 fs/btrfs/tree-log.c | 8 +-
18540 fs/btrfs/volumes.c | 14 ++--
18541 fs/btrfs/volumes.h | 22 +++---
18542 fs/jbd2/commit.c | 2 +-
18543 fs/jbd2/transaction.c | 4 +-
18544 fs/ocfs2/dlm/dlmcommon.h | 4 +-
18545 fs/ocfs2/dlm/dlmdebug.c | 10 +-
18546 fs/ocfs2/dlm/dlmdomain.c | 4 +-
18547 fs/ocfs2/dlm/dlmmaster.c | 4 +-
18548 include/acpi/ghes.h | 2 +-
18549 include/linux/blk-cgroup.h | 24 +++---
18550 include/linux/jbd2.h | 2 +-
18551 include/linux/netlink.h | 12 ++--
18552 include/net/cfg802154.h | 2 +-
18553 include/net/mac80211.h | 2 +-
18554 include/net/neighbour.h | 2 +-
18555 kernel/rcu/tree_plugin.h | 4 +-
18556 net/batman-adv/routing.c | 4 +-
18557 net/batman-adv/soft-interface.c | 2 +-
18558 net/batman-adv/translation-table.c | 14 ++--
18559 net/batman-adv/types.h | 2 +-
18560 net/core/neighbour.c | 14 ++--
18561 net/core/rtnetlink.c | 2 +-
18562 net/ipv4/arp.c | 2 +-
18563 net/ipv4/inet_diag.c | 4 +-
18564 net/ipv4/xfrm4_state.c | 4 +-
18565 net/ipv6/ndisc.c | 2 +-
18566 net/mac80211/cfg.c | 2 +-
18567 net/mac80211/debugfs_key.c | 2 +-
18568 net/mac80211/key.c | 4 +-
18569 net/mac80211/tx.c | 2 +-
18570 net/mac80211/wpa.c | 10 +-
18571 net/mac802154/iface.c | 4 +-
18572 net/netfilter/ipset/ip_set_core.c | 2 +-
18573 net/netfilter/nf_conntrack_netlink.c | 22 +++---
18574 net/netfilter/nf_tables_api.c | 13 ++--
18575 net/netfilter/nfnetlink_acct.c | 7 +-
18576 net/netfilter/nfnetlink_cthelper.c | 2 +-
18577 net/netfilter/nfnetlink_cttimeout.c | 2 +-
18578 net/netlink/af_netlink.c | 10 ++-
18579 net/netlink/diag.c | 2 +-
18580 net/netlink/genetlink.c | 14 ++--
18581 net/packet/af_packet.c | 18 ++--
18582 net/packet/diag.c | 2 +-
18583 net/packet/internal.h | 6 +-
18584 net/unix/diag.c | 2 +-
18585 net/xfrm/xfrm_user.c | 2 +-
18586 security/apparmor/include/policy.h | 2 +-
18587 security/apparmor/policy.c | 4 +-
18588 sound/core/seq/seq_clientmgr.c | 2 +-
18589 sound/core/seq/seq_fifo.c | 6 +-
18590 sound/core/seq/seq_fifo.h | 2 +-
18591 tools/gcc/gcc-common.h | 24 ++++--
18592 tools/gcc/initify_plugin.c | 7 +-
18593 tools/lib/api/Makefile | 2 +-
18594 109 files changed, 399 insertions(+), 391 deletions(-)
18595
18596 commit a7817402ac837b1aee07fac42537a02097055098
18597 Author: Matt Fleming <matt@codeblueprint.co.uk>
18598 Date: Fri Jan 29 11:36:10 2016 +0000
18599
18600 x86/mm/pat: Avoid truncation when converting cpa->numpages to address
18601
18602 There are a couple of nasty truncation bugs lurking in the pageattr
18603 code that can be triggered when mapping EFI regions, e.g. when we pass
18604 a cpa->pgd pointer. Because cpa->numpages is a 32-bit value, shifting
18605 left by PAGE_SHIFT will truncate the resultant address to 32-bits.
18606
18607 Viorel-Cătălin managed to trigger this bug on his Dell machine that
18608 provides a ~5GB EFI region which requires 1236992 pages to be mapped.
18609 When calling populate_pud() the end of the region gets calculated
18610 incorrectly in the following buggy expression,
18611
18612 end = start + (cpa->numpages << PAGE_SHIFT);
18613
18614 And only 188416 pages are mapped. Next, populate_pud() gets invoked
18615 for a second time because of the loop in __change_page_attr_set_clr(),
18616 only this time no pages get mapped because shifting the remaining
18617 number of pages (1048576) by PAGE_SHIFT is zero. At which point the
18618 loop in __change_page_attr_set_clr() spins forever because we fail to
18619 map progress.
18620
18621 Hitting this bug depends very much on the virtual address we pick to
18622 map the large region at and how many pages we map on the initial run
18623 through the loop. This explains why this issue was only recently hit
18624 with the introduction of commit
18625
18626 a5caa209ba9c ("x86/efi: Fix boot crash by mapping EFI memmap
18627 entries bottom-up at runtime, instead of top-down")
18628
18629 It's interesting to note that safe uses of cpa->numpages do exist in
18630 the pageattr code. If instead of shifting ->numpages we multiply by
18631 PAGE_SIZE, no truncation occurs because PAGE_SIZE is a UL value, and
18632 so the result is unsigned long.
18633
18634 To avoid surprises when users try to convert very large cpa->numpages
18635 values to addresses, change the data type from 'int' to 'unsigned
18636 long', thereby making it suitable for shifting by PAGE_SHIFT without
18637 any type casting.
18638
18639 The alternative would be to make liberal use of casting, but that is
18640 far more likely to cause problems in the future when someone adds more
18641 code and fails to cast properly; this bug was difficult enough to
18642 track down in the first place.
18643
18644 Reported-and-tested-by: Viorel-Cătălin Răpițeanu <rapiteanu.catalin@gmail.com>
18645 Acked-by: Borislav Petkov <bp@alien8.de>
18646 Cc: Sai Praneeth Prakhya <sai.praneeth.prakhya@intel.com>
18647 Cc: <stable@vger.kernel.org>
18648 Signed-off-by: Matt Fleming <matt@codeblueprint.co.uk>
18649 Link: https://bugzilla.kernel.org/show_bug.cgi?id=110131
18650 Link: http://lkml.kernel.org/r/1454067370-10374-1-git-send-email-matt@codeblueprint.co.uk
18651 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
18652
18653 arch/x86/mm/pageattr.c | 4 ++--
18654 1 files changed, 2 insertions(+), 2 deletions(-)
18655
18656 commit 64dd9d7a67a742fda257cdd16510c29e695c34b5
18657 Author: Jan Beulich <JBeulich@suse.com>
18658 Date: Tue Jan 26 04:15:18 2016 -0700
18659
18660 x86/mm: Fix types used in pgprot cacheability flags translations
18661
18662 For PAE kernels "unsigned long" is not suitable to hold page protection
18663 flags, since _PAGE_NX doesn't fit there. This is the reason for quite a
18664 few W+X pages getting reported as insecure during boot (observed namely
18665 for the entire initrd range).
18666
18667 Fixes: 281d4078be ("x86: Make page cache mode a real type")
18668 Signed-off-by: Jan Beulich <jbeulich@suse.com>
18669 Reviewed-by: Juergen Gross <JGross@suse.com>
18670 Cc: stable@vger.kernel.org
18671 Link: http://lkml.kernel.org/r/56A7635602000078000CAFF1@prv-mh.provo.novell.com
18672 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
18673
18674 arch/x86/include/asm/pgtable_types.h | 6 ++----
18675 1 files changed, 2 insertions(+), 4 deletions(-)
18676
18677 commit bb9a3a9df0d8dfc96d521676e64c42b37ba22aea
18678 Merge: 682d661 f74425b
18679 Author: Brad Spengler <spender@grsecurity.net>
18680 Date: Sun Jan 31 15:06:25 2016 -0500
18681
18682 Merge branch 'pax-test' into grsec-test
18683
18684 Conflicts:
18685 drivers/net/slip/slhc.c
18686 include/linux/sched.h
18687 net/unix/af_unix.c
18688 sound/core/timer.c
18689
18690 commit f74425b5705bfe52aff9e97659ef10c4a14176c3
18691 Merge: d14af1f 849a2d3
18692 Author: Brad Spengler <spender@grsecurity.net>
18693 Date: Sun Jan 31 15:02:55 2016 -0500
18694
18695 Merge branch 'linux-4.3.y' into pax-test
18696
18697 Conflicts:
18698 arch/x86/include/asm/mmu_context.h
18699
18700 commit 682d6611d75542e351c973c8dd74a99d3966c073
18701 Author: Brad Spengler <spender@grsecurity.net>
18702 Date: Sat Jan 30 13:05:03 2016 -0500
18703
18704 Based on a report from Mathias Krause, fix up a number of additional instances
18705 of ulong overflow when passing in values to gr_learn_resource by saturating
18706 to ULONG_MAX
18707
18708 mm/mlock.c | 11 ++++++++---
18709 mm/mmap.c | 16 +++++++++++++---
18710 2 files changed, 21 insertions(+), 6 deletions(-)
18711
18712 commit adb52e95fb9ad4ac9c56cd5d47bd668f47c33096
18713 Author: Jann Horn <jann@thejh.net>
18714 Date: Sat Dec 26 06:00:48 2015 +0100
18715
18716 seccomp: always propagate NO_NEW_PRIVS on tsync
18717
18718 Before this patch, a process with some permissive seccomp filter
18719 that was applied by root without NO_NEW_PRIVS was able to add
18720 more filters to itself without setting NO_NEW_PRIVS by setting
18721 the new filter from a throwaway thread with NO_NEW_PRIVS.
18722
18723 Signed-off-by: Jann Horn <jann@thejh.net>
18724 Cc: stable@vger.kernel.org
18725 Signed-off-by: Kees Cook <keescook@chromium.org>
18726
18727 kernel/seccomp.c | 22 +++++++++++-----------
18728 1 files changed, 11 insertions(+), 11 deletions(-)
18729
18730 commit b85450498a3bbf269441c8963d7574bb3079c838
18731 Merge: 59c216f d14af1f
18732 Author: Brad Spengler <spender@grsecurity.net>
18733 Date: Fri Jan 29 20:54:13 2016 -0500
18734
18735 Merge branch 'pax-test' into grsec-test
18736
18737 commit d14af1f1dd66511f3f0674deee2b572972012b39
18738 Author: Brad Spengler <spender@grsecurity.net>
18739 Date: Fri Jan 29 20:53:51 2016 -0500
18740
18741 Update to pax-linux-4.3.4-test26.patch:
18742 - Emese fixed a few intentional overflows introduced by gcc, reported by StalkR (https://forums.grsecurity.net/viewtopic.php?f=3&t=4370)
18743
18744 fs/cifs/file.c | 2 +-
18745 fs/gfs2/file.c | 2 +-
18746 .../size_overflow_plugin/intentional_overflow.c | 96 ++++++++++++++++++--
18747 tools/gcc/size_overflow_plugin/size_overflow.h | 2 +
18748 .../size_overflow_plugin/size_overflow_plugin.c | 4 +-
18749 .../size_overflow_plugin/size_overflow_transform.c | 6 +-
18750 .../size_overflow_transform_core.c | 5 +
18751 7 files changed, 102 insertions(+), 15 deletions(-)
18752
18753 commit 59c216f13587eacdd692386b7a403ae78ed84fb6
18754 Author: Brad Spengler <spender@grsecurity.net>
18755 Date: Wed Jan 27 17:57:21 2016 -0500
18756
18757 Fix a size_overflow report reported by Mathias Krause in our
18758 truncation of an loff_t to an unsigned long when being passed
18759 to gr_learn_resource() (as all resource checks are against unsigned long
18760 values)
18761
18762 fs/attr.c | 5 ++++-
18763 1 files changed, 4 insertions(+), 1 deletions(-)
18764
18765 commit 70636c6ad60fc1db3af764ecc789b827b7497a97
18766 Author: Yuchung Cheng <ycheng@google.com>
18767 Date: Wed Jan 6 12:42:38 2016 -0800
18768
18769 tcp: fix zero cwnd in tcp_cwnd_reduction
18770
18771 Patch 3759824da87b ("tcp: PRR uses CRB mode by default and SS mode
18772 conditionally") introduced a bug that cwnd may become 0 when both
18773 inflight and sndcnt are 0 (cwnd = inflight + sndcnt). This may lead
18774 to a div-by-zero if the connection starts another cwnd reduction
18775 phase by setting tp->prior_cwnd to the current cwnd (0) in
18776 tcp_init_cwnd_reduction().
18777
18778 To prevent this we skip PRR operation when nothing is acked or
18779 sacked. Then cwnd must be positive in all cases as long as ssthresh
18780 is positive:
18781
18782 1) The proportional reduction mode
18783 inflight > ssthresh > 0
18784
18785 2) The reduction bound mode
18786 a) inflight == ssthresh > 0
18787
18788 b) inflight < ssthresh
18789 sndcnt > 0 since newly_acked_sacked > 0 and inflight < ssthresh
18790
18791 Therefore in all cases inflight and sndcnt can not both be 0.
18792 We check invalid tp->prior_cwnd to avoid potential div0 bugs.
18793
18794 In reality this bug is triggered only with a sequence of less common
18795 events. For example, the connection is terminating an ECN-triggered
18796 cwnd reduction with an inflight 0, then it receives reordered/old
18797 ACKs or DSACKs from prior transmission (which acks nothing). Or the
18798 connection is in fast recovery stage that marks everything lost,
18799 but fails to retransmit due to local issues, then receives data
18800 packets from other end which acks nothing.
18801
18802 Fixes: 3759824da87b ("tcp: PRR uses CRB mode by default and SS mode conditionally")
18803 Reported-by: Oleksandr Natalenko <oleksandr@natalenko.name>
18804 Signed-off-by: Yuchung Cheng <ycheng@google.com>
18805 Signed-off-by: Neal Cardwell <ncardwell@google.com>
18806 Signed-off-by: Eric Dumazet <edumazet@google.com>
18807 Signed-off-by: David S. Miller <davem@davemloft.net>
18808
18809 net/ipv4/tcp_input.c | 3 +++
18810 1 files changed, 3 insertions(+), 0 deletions(-)
18811
18812 commit dac1da2bedbb43195d371c7a192cfeeb45683df0
18813 Author: Eric Dumazet <edumazet@google.com>
18814 Date: Sun Jan 24 13:53:50 2016 -0800
18815
18816 af_unix: fix struct pid memory leak
18817
18818 Dmitry reported a struct pid leak detected by a syzkaller program.
18819
18820 Bug happens in unix_stream_recvmsg() when we break the loop when a
18821 signal is pending, without properly releasing scm.
18822
18823 Fixes: b3ca9b02b007 ("net: fix multithreaded signal handling in unix recv routines")
18824 Reported-by: Dmitry Vyukov <dvyukov@google.com>
18825 Signed-off-by: Eric Dumazet <edumazet@google.com>
18826 Cc: Rainer Weikusat <rweikusat@mobileactivedefense.com>
18827 Signed-off-by: David S. Miller <davem@davemloft.net>
18828
18829 net/unix/af_unix.c | 1 +
18830 1 files changed, 1 insertions(+), 0 deletions(-)
18831
18832 commit 15cc47f127520d1ac0c1fe76d993c2c27f0f2571
18833 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
18834 Date: Fri Jan 22 01:39:43 2016 +0100
18835
18836 pptp: fix illegal memory access caused by multiple bind()s
18837
18838 Several times already this has been reported as kasan reports caused by
18839 syzkaller and trinity and people always looked at RCU races, but it is
18840 much more simple. :)
18841
18842 In case we bind a pptp socket multiple times, we simply add it to
18843 the callid_sock list but don't remove the old binding. Thus the old
18844 socket stays in the bucket with unused call_id indexes and doesn't get
18845 cleaned up. This causes various forms of kasan reports which were hard
18846 to pinpoint.
18847
18848 Simply don't allow multiple binds and correct error handling in
18849 pptp_bind. Also keep sk_state bits in place in pptp_connect.
18850
18851 Fixes: 00959ade36acad ("PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol)")
18852 Cc: Dmitry Kozlov <xeb@mail.ru>
18853 Cc: Sasha Levin <sasha.levin@oracle.com>
18854 Cc: Dmitry Vyukov <dvyukov@google.com>
18855 Reported-by: Dmitry Vyukov <dvyukov@google.com>
18856 Cc: Dave Jones <davej@codemonkey.org.uk>
18857 Reported-by: Dave Jones <davej@codemonkey.org.uk>
18858 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
18859 Signed-off-by: David S. Miller <davem@davemloft.net>
18860
18861 drivers/net/ppp/pptp.c | 34 ++++++++++++++++++++++++----------
18862 1 files changed, 24 insertions(+), 10 deletions(-)
18863
18864 commit e2b7b8c66851c85188fa6dab2d2b2a6c85bc7332
18865 Author: Brad Spengler <spender@grsecurity.net>
18866 Date: Tue Jan 26 18:17:10 2016 -0500
18867
18868 Add info about cpupower/powertop to GRKERNSEC_KMEM, was present on our
18869 wiki but was removed from the config help at some point
18870
18871 grsecurity/Kconfig | 3 +++
18872 1 files changed, 3 insertions(+), 0 deletions(-)
18873
18874 commit ce2e88efa000fc32bfcd84098f57c8ed8310fefc
18875 Author: Thomas Egerer <hakke_007@gmx.de>
18876 Date: Mon Jan 25 12:58:44 2016 +0100
18877
18878 ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIV
18879
18880 The ESP algorithms using CBC mode require echainiv. Hence INET*_ESP have
18881 to select CRYPTO_ECHAINIV in order to work properly. This solves the
18882 issues caused by a misconfiguration as described in [1].
18883 The original approach, patching crypto/Kconfig was turned down by
18884 Herbert Xu [2].
18885
18886 [1] https://lists.strongswan.org/pipermail/users/2015-December/009074.html
18887 [2] http://marc.info/?l=linux-crypto-vger&m=145224655809562&w=2
18888
18889 Signed-off-by: Thomas Egerer <hakke_007@gmx.de>
18890 Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
18891 Signed-off-by: David S. Miller <davem@davemloft.net>
18892
18893 net/ipv4/Kconfig | 1 +
18894 net/ipv6/Kconfig | 1 +
18895 2 files changed, 2 insertions(+), 0 deletions(-)
18896
18897 commit fca5a303155ea67d28aece0caf2b03ffc3b2668d
18898 Merge: 904114c 6339c1f
18899 Author: Brad Spengler <spender@grsecurity.net>
18900 Date: Tue Jan 26 18:08:40 2016 -0500
18901
18902 Merge branch 'pax-test' into grsec-test
18903
18904 commit 6339c1f9a9beafd417bf9f04d4b257e62aeb45b7
18905 Author: Brad Spengler <spender@grsecurity.net>
18906 Date: Tue Jan 26 18:07:51 2016 -0500
18907
18908 Update to pax-linux-4.3.4-test25.patch:
18909 - 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>
18910 - fixed init_new_context on !MODIFY_LDT_SYSCALL configs, reported by tjh (https://forums.grsecurity.net/viewtopic.php?f=3&t=4368)
18911 - fixed a few REFCOUNT false positives in SNMP related statistics
18912
18913 arch/x86/Kconfig | 2 +-
18914 arch/x86/include/asm/mmu_context.h | 17 +++++++++++++++++
18915 include/net/snmp.h | 10 +++++-----
18916 kernel/fork.c | 11 +++++++++--
18917 net/ipv4/proc.c | 8 ++++----
18918 net/ipv6/addrconf.c | 4 ++--
18919 net/ipv6/proc.c | 10 +++++-----
18920 7 files changed, 43 insertions(+), 19 deletions(-)
18921
18922 commit 904114c2fce3fdff5d57e763da56a78960db4e19
18923 Author: Al Viro <viro@zeniv.linux.org.uk>
18924 Date: Fri Jan 22 18:08:52 2016 -0500
18925
18926 make sure that freeing shmem fast symlinks is RCU-delayed
18927
18928 Cc: stable@vger.kernel.org # v4.2+
18929 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
18930
18931 include/linux/shmem_fs.h | 5 +----
18932 mm/shmem.c | 9 ++++-----
18933 2 files changed, 5 insertions(+), 9 deletions(-)
18934
18935 commit ab86adee64312a2f827dd516cb199521327943ed
18936 Author: Sasha Levin <sasha.levin@oracle.com>
18937 Date: Mon Jan 18 19:23:51 2016 -0500
18938
18939 netfilter: nf_conntrack: use safer way to lock all buckets
18940
18941 When we need to lock all buckets in the connection hashtable we'd attempt to
18942 lock 1024 spinlocks, which is way more preemption levels than supported by
18943 the kernel. Furthermore, this behavior was hidden by checking if lockdep is
18944 enabled, and if it was - use only 8 buckets(!).
18945
18946 Fix this by using a global lock and synchronize all buckets on it when we
18947 need to lock them all. This is pretty heavyweight, but is only done when we
18948 need to resize the hashtable, and that doesn't happen often enough (or at all).
18949
18950 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
18951 Acked-by: Jesper Dangaard Brouer <brouer@redhat.com>
18952 Reviewed-by: Florian Westphal <fw@strlen.de>
18953 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
18954
18955 Conflicts:
18956
18957 net/netfilter/nfnetlink_cttimeout.c
18958
18959 include/net/netfilter/nf_conntrack_core.h | 8 ++----
18960 net/netfilter/nf_conntrack_core.c | 38 +++++++++++++++++++++-------
18961 net/netfilter/nf_conntrack_helper.c | 2 +-
18962 net/netfilter/nf_conntrack_netlink.c | 2 +-
18963 4 files changed, 33 insertions(+), 17 deletions(-)
18964
18965 commit 37014723527225481c720484bb788a1a6358072f
18966 Author: Willy Tarreau <w@1wt.eu>
18967 Date: Mon Jan 18 16:36:09 2016 +0100
18968
18969 pipe: limit the per-user amount of pages allocated in pipes
18970
18971 On no-so-small systems, it is possible for a single process to cause an
18972 OOM condition by filling large pipes with data that are never read. A
18973 typical process filling 4000 pipes with 1 MB of data will use 4 GB of
18974 memory. On small systems it may be tricky to set the pipe max size to
18975 prevent this from happening.
18976
18977 This patch makes it possible to enforce a per-user soft limit above
18978 which new pipes will be limited to a single page, effectively limiting
18979 them to 4 kB each, as well as a hard limit above which no new pipes may
18980 be created for this user. This has the effect of protecting the system
18981 against memory abuse without hurting other users, and still allowing
18982 pipes to work correctly though with less data at once.
18983
18984 The limit are controlled by two new sysctls : pipe-user-pages-soft, and
18985 pipe-user-pages-hard. Both may be disabled by setting them to zero. The
18986 default soft limit allows the default number of FDs per process (1024)
18987 to create pipes of the default size (64kB), thus reaching a limit of 64MB
18988 before starting to create only smaller pipes. With 256 processes limited
18989 to 1024 FDs each, this results in 1024*64kB + (256*1024 - 1024) * 4kB =
18990 1084 MB of memory allocated for a user. The hard limit is disabled by
18991 default to avoid breaking existing applications that make intensive use
18992 of pipes (eg: for splicing).
18993
18994 Reported-by: socketpair@gmail.com
18995 Reported-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
18996 Mitigates: CVE-2013-4312 (Linux 2.0+)
18997 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
18998 Signed-off-by: Willy Tarreau <w@1wt.eu>
18999 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
19000
19001 Documentation/sysctl/fs.txt | 23 +++++++++++++++++++++
19002 fs/pipe.c | 47 +++++++++++++++++++++++++++++++++++++++++-
19003 include/linux/pipe_fs_i.h | 4 +++
19004 include/linux/sched.h | 1 +
19005 kernel/sysctl.c | 14 ++++++++++++
19006 5 files changed, 87 insertions(+), 2 deletions(-)
19007
19008 commit 51645fa198d194f746651dcfbc5f24a4cf8b9fb8
19009 Merge: 540f2af 7791ecb
19010 Author: Brad Spengler <spender@grsecurity.net>
19011 Date: Sat Jan 23 10:57:11 2016 -0500
19012
19013 Merge branch 'pax-test' into grsec-test
19014
19015 commit 7791ecb84f840343a5646236fd0d34e1fb450793
19016 Merge: 470069c 399588c
19017 Author: Brad Spengler <spender@grsecurity.net>
19018 Date: Sat Jan 23 10:56:47 2016 -0500
19019
19020 Merge branch 'linux-4.3.y' into pax-test
19021
19022 commit 540f2affebd42cdc26a699208ab4f1cb0cb75e33
19023 Author: Brad Spengler <spender@grsecurity.net>
19024 Date: Tue Jan 19 21:18:47 2016 -0500
19025
19026 Update size_overflow hash table
19027
19028 .../size_overflow_plugin/size_overflow_hash.data | 4 +++-
19029 1 files changed, 3 insertions(+), 1 deletions(-)
19030
19031 commit 7e649765626a28437f573f0fbe7a51a04615f041
19032 Author: Brad Spengler <spender@grsecurity.net>
19033 Date: Tue Jan 19 20:29:46 2016 -0500
19034
19035 Backport fix from: https://lkml.org/lkml/2015/12/13/187
19036
19037 fs/ext4/extents.c | 2 +-
19038 1 files changed, 1 insertions(+), 1 deletions(-)
19039
19040 commit 53b859cd0a5f5b6ad54fe0c879dfedaa3c5a3005
19041 Author: Jann Horn <jann@thejh.net>
19042 Date: Tue Jan 5 18:27:30 2016 +0100
19043
19044 compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)
19045
19046 This replaces all code in fs/compat_ioctl.c that translated
19047 ioctl arguments into a in-kernel structure, then performed
19048 do_ioctl under set_fs(KERNEL_DS), with code that allocates
19049 data on the user stack and can call the VFS ioctl handler
19050 under USER_DS.
19051
19052 This is done as a hardening measure because the caller
19053 does not know what kind of ioctl handler will be invoked,
19054 only that no corresponding compat_ioctl handler exists and
19055 what the ioctl command number is. The accidental
19056 invocation of an unlocked_ioctl handler that unexpectedly
19057 calls copy_to_user could be a severe security issue.
19058
19059 Signed-off-by: Jann Horn <jann@thejh.net>
19060 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
19061
19062 Conflicts:
19063
19064 fs/compat_ioctl.c
19065
19066 fs/compat_ioctl.c | 130 ++++++++++++++++++++++++++++-------------------------
19067 1 files changed, 68 insertions(+), 62 deletions(-)
19068
19069 commit 3e89e770ae27e931cd1583f021abac41eeebc3e7
19070 Author: Al Viro <viro@zeniv.linux.org.uk>
19071 Date: Thu Jan 7 09:53:30 2016 -0500
19072
19073 compat_ioctl: don't pass fd around when not needed
19074
19075 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
19076
19077 fs/compat_ioctl.c | 103 ++++++++++++++++++++++++++--------------------------
19078 fs/internal.h | 7 ++++
19079 fs/ioctl.c | 4 +-
19080 include/linux/fs.h | 2 -
19081 4 files changed, 61 insertions(+), 55 deletions(-)
19082
19083 commit 9d4e04082752d4d2d68445c4e6faf33a2613df55
19084 Author: Jann Horn <jann@thejh.net>
19085 Date: Tue Jan 5 18:27:29 2016 +0100
19086
19087 compat_ioctl: don't look up the fd twice
19088
19089 In code in fs/compat_ioctl.c that translates ioctl arguments
19090 into a in-kernel structure, then performs sys_ioctl, possibly
19091 under set_fs(KERNEL_DS), this commit changes the sys_ioctl
19092 calls to do_ioctl calls. do_ioctl is a new function that does
19093 the same thing as sys_ioctl, but doesn't look up the fd again.
19094
19095 This change is made to avoid (potential) security issues
19096 because of ioctl handlers that accept one of the ioctl
19097 commands I2C_FUNCS, VIDEO_GET_EVENT, MTIOCPOS, MTIOCGET,
19098 TIOCGSERIAL, TIOCSSERIAL, RTC_IRQP_READ, RTC_EPOCH_READ.
19099 This can happen for multiple reasons:
19100
19101 - The ioctl command number could be reused.
19102 - The ioctl handler might not check the full ioctl
19103 command. This is e.g. true for drm_ioctl.
19104 - The ioctl handler is very special, e.g. cuse_file_ioctl
19105
19106 The real issue is that set_fs(KERNEL_DS) is used here,
19107 but that's fixed in a separate commit
19108 "compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)".
19109
19110 This change mitigates potential security issues by
19111 preventing a race that permits invocation of
19112 unlocked_ioctl handlers under KERNEL_DS through compat
19113 code even if a corresponding compat_ioctl handler exists.
19114
19115 So far, no way has been identified to use this to damage
19116 kernel memory without having CAP_SYS_ADMIN in the init ns
19117 (with the capability, doing reads/writes at arbitrary
19118 kernel addresses should be easy through CUSE's ioctl
19119 handler with FUSE_IOCTL_UNRESTRICTED set).
19120
19121 [AV: two missed sys_ioctl() taken care of]
19122
19123 Signed-off-by: Jann Horn <jann@thejh.net>
19124 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
19125
19126 fs/compat_ioctl.c | 122 +++++++++++++++++++++++++++++-----------------------
19127 1 files changed, 68 insertions(+), 54 deletions(-)
19128
19129 commit 5bf9e1ed4ebb278cd956ba142914fc04a024309c
19130 Author: Vasily Kulikov <segoon@openwall.com>
19131 Date: Fri Jan 15 16:57:55 2016 -0800
19132
19133 include/linux/poison.h: use POISON_POINTER_DELTA for poison pointers
19134
19135 TIMER_ENTRY_STATIC is defined as a poison pointers which
19136 should point to nowhere. Redefine them using POISON_POINTER_DELTA
19137 arithmetics to make sure they really point to non-mappable area declared
19138 by the target architecture.
19139
19140 Signed-off-by: Vasily Kulikov <segoon@openwall.com>
19141 Acked-by: Thomas Gleixner <tglx@linutronix.de>
19142 Cc: Solar Designer <solar@openwall.com>
19143 Cc: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>
19144 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
19145 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
19146
19147 Conflicts:
19148
19149 include/linux/poison.h
19150
19151 include/linux/poison.h | 2 +-
19152 1 files changed, 1 insertions(+), 1 deletions(-)
19153
19154 commit 60f2e0a05ab8f56c804a9334a23e2b446305d110
19155 Author: Brad Spengler <spender@grsecurity.net>
19156 Date: Tue Jan 19 19:41:44 2016 -0500
19157
19158 Fix ARM compilation, reported by Austin Sepp
19159
19160 grsecurity/grsec_sig.c | 1 +
19161 1 files changed, 1 insertions(+), 0 deletions(-)
19162
19163 commit e15383743443dc43460a2fd73e0db0b608610dca
19164 Author: Takashi Iwai <tiwai@suse.de>
19165 Date: Mon Jan 18 13:52:47 2016 +0100
19166
19167 ALSA: hrtimer: Fix stall by hrtimer_cancel()
19168
19169 hrtimer_cancel() waits for the completion from the callback, thus it
19170 must not be called inside the callback itself. This was already a
19171 problem in the past with ALSA hrtimer driver, and the early commit
19172 [fcfdebe70759: ALSA: hrtimer - Fix lock-up] tried to address it.
19173
19174 However, the previous fix is still insufficient: it may still cause a
19175 lockup when the ALSA timer instance reprograms itself in its callback.
19176 Then it invokes the start function even in snd_timer_interrupt() that
19177 is called in hrtimer callback itself, results in a CPU stall. This is
19178 no hypothetical problem but actually triggered by syzkaller fuzzer.
19179
19180 This patch tries to fix the issue again. Now we call
19181 hrtimer_try_to_cancel() at both start and stop functions so that it
19182 won't fall into a deadlock, yet giving some chance to cancel the queue
19183 if the functions have been called outside the callback. The proper
19184 hrtimer_cancel() is called in anyway at closing, so this should be
19185 enough.
19186
19187 Reported-and-tested-by: Dmitry Vyukov <dvyukov@google.com>
19188 Cc: <stable@vger.kernel.org>
19189 Signed-off-by: Takashi Iwai <tiwai@suse.de>
19190
19191 sound/core/hrtimer.c | 3 ++-
19192 1 files changed, 2 insertions(+), 1 deletions(-)
19193
19194 commit 12d874daf706e6e7c1ae709141859c809599297e
19195 Author: Takashi Iwai <tiwai@suse.de>
19196 Date: Tue Jan 12 12:38:02 2016 +0100
19197
19198 ALSA: seq: Fix missing NULL check at remove_events ioctl
19199
19200 snd_seq_ioctl_remove_events() calls snd_seq_fifo_clear()
19201 unconditionally even if there is no FIFO assigned, and this leads to
19202 an Oops due to NULL dereference. The fix is just to add a proper NULL
19203 check.
19204
19205 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19206 Tested-by: Dmitry Vyukov <dvyukov@google.com>
19207 Cc: <stable@vger.kernel.org>
19208 Signed-off-by: Takashi Iwai <tiwai@suse.de>
19209
19210 sound/core/seq/seq_clientmgr.c | 2 +-
19211 1 files changed, 1 insertions(+), 1 deletions(-)
19212
19213 commit 2eb0632df1351378946507e7ef7ba0682632a7b5
19214 Author: Takashi Iwai <tiwai@suse.de>
19215 Date: Tue Jan 12 15:36:27 2016 +0100
19216
19217 ALSA: seq: Fix race at timer setup and close
19218
19219 ALSA sequencer code has an open race between the timer setup ioctl and
19220 the close of the client. This was triggered by syzkaller fuzzer, and
19221 a use-after-free was caught there as a result.
19222
19223 This patch papers over it by adding a proper queue->timer_mutex lock
19224 around the timer-related calls in the relevant code path.
19225
19226 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19227 Tested-by: Dmitry Vyukov <dvyukov@google.com>
19228 Cc: <stable@vger.kernel.org>
19229 Signed-off-by: Takashi Iwai <tiwai@suse.de>
19230
19231 sound/core/seq/seq_queue.c | 2 ++
19232 1 files changed, 2 insertions(+), 0 deletions(-)
19233
19234 commit b9e55ab955e59b4a636d78a748be90334a48b485
19235 Author: Takashi Iwai <tiwai@suse.de>
19236 Date: Thu Jan 14 16:30:58 2016 +0100
19237
19238 ALSA: timer: Harden slave timer list handling
19239
19240 A slave timer instance might be still accessible in a racy way while
19241 operating the master instance as it lacks of locking. Since the
19242 master operation is mostly protected with timer->lock, we should cope
19243 with it while changing the slave instance, too. Also, some linked
19244 lists (active_list and ack_list) of slave instances aren't unlinked
19245 immediately at stopping or closing, and this may lead to unexpected
19246 accesses.
19247
19248 This patch tries to address these issues. It adds spin lock of
19249 timer->lock (either from master or slave, which is equivalent) in a
19250 few places. For avoiding a deadlock, we ensure that the global
19251 slave_active_lock is always locked at first before each timer lock.
19252
19253 Also, ack and active_list of slave instances are properly unlinked at
19254 snd_timer_stop() and snd_timer_close().
19255
19256 Last but not least, remove the superfluous call of _snd_timer_stop()
19257 at removing slave links. This is a noop, and calling it may confuse
19258 readers wrt locking. Further cleanup will follow in a later patch.
19259
19260 Actually we've got reports of use-after-free by syzkaller fuzzer, and
19261 this hopefully fixes these issues.
19262
19263 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19264 Cc: <stable@vger.kernel.org>
19265 Signed-off-by: Takashi Iwai <tiwai@suse.de>
19266
19267 sound/core/timer.c | 18 ++++++++++++++----
19268 1 files changed, 14 insertions(+), 4 deletions(-)
19269
19270 commit f1ce0547bdfda1b42ae8a66c222f2a897cbe1586
19271 Author: Takashi Iwai <tiwai@suse.de>
19272 Date: Wed Jan 13 17:48:01 2016 +0100
19273
19274 ALSA: timer: Fix race among timer ioctls
19275
19276 ALSA timer ioctls have an open race and this may lead to a
19277 use-after-free of timer instance object. A simplistic fix is to make
19278 each ioctl exclusive. We have already tread_sem for controlling the
19279 tread, and extend this as a global mutex to be applied to each ioctl.
19280
19281 The downside is, of course, the worse concurrency. But these ioctls
19282 aren't to be parallel accessible, in anyway, so it should be fine to
19283 serialize there.
19284
19285 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19286 Tested-by: Dmitry Vyukov <dvyukov@google.com>
19287 Cc: <stable@vger.kernel.org>
19288 Signed-off-by: Takashi Iwai <tiwai@suse.de>
19289
19290 sound/core/timer.c | 32 +++++++++++++++++++-------------
19291 1 files changed, 19 insertions(+), 13 deletions(-)
19292
19293 commit 8347d8461ed48a98f9c76cc3cfcdad8217d314bc
19294 Author: Takashi Iwai <tiwai@suse.de>
19295 Date: Wed Jan 13 21:35:06 2016 +0100
19296
19297 ALSA: timer: Fix double unlink of active_list
19298
19299 ALSA timer instance object has a couple of linked lists and they are
19300 unlinked unconditionally at snd_timer_stop(). Meanwhile
19301 snd_timer_interrupt() unlinks it, but it calls list_del() which leaves
19302 the element list itself unchanged. This ends up with unlinking twice,
19303 and it was caught by syzkaller fuzzer.
19304
19305 The fix is to use list_del_init() variant properly there, too.
19306
19307 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19308 Tested-by: Dmitry Vyukov <dvyukov@google.com>
19309 Cc: <stable@vger.kernel.org>
19310 Signed-off-by: Takashi Iwai <tiwai@suse.de>
19311
19312 sound/core/timer.c | 2 +-
19313 1 files changed, 1 insertions(+), 1 deletions(-)
19314
19315 commit 243aebb7ae71d6e11ea9880faa893d1d0d60cd75
19316 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
19317 Date: Mon Jan 18 18:03:48 2016 +0100
19318
19319 ovs: limit ovs recursions in ovs_execute_actions to not corrupt stack
19320
19321 It was seen that defective configurations of openvswitch could overwrite
19322 the STACK_END_MAGIC and cause a hard crash of the kernel because of too
19323 many recursions within ovs.
19324
19325 This problem arises due to the high stack usage of openvswitch. The rest
19326 of the kernel is fine with the current limit of 10 (RECURSION_LIMIT).
19327
19328 We use the already existing recursion counter in ovs_execute_actions to
19329 implement an upper bound of 5 recursions.
19330
19331 Cc: Pravin Shelar <pshelar@ovn.org>
19332 Cc: Simon Horman <simon.horman@netronome.com>
19333 Cc: Eric Dumazet <eric.dumazet@gmail.com>
19334 Cc: Simon Horman <simon.horman@netronome.com>
19335 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
19336 Signed-off-by: David S. Miller <davem@davemloft.net>
19337
19338 net/openvswitch/actions.c | 19 ++++++++++++++-----
19339 1 files changed, 14 insertions(+), 5 deletions(-)
19340
19341 commit 8080793479c6d5befe37a67b1dbd9e4e0a61af96
19342 Author: Ursula Braun <ursula.braun@de.ibm.com>
19343 Date: Tue Jan 19 10:41:33 2016 +0100
19344
19345 af_iucv: Validate socket address length in iucv_sock_bind()
19346
19347 Signed-off-by: Ursula Braun <ursula.braun@de.ibm.com>
19348 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19349 Reviewed-by: Evgeny Cherkashin <Eugene.Crosser@ru.ibm.com>
19350 Signed-off-by: David S. Miller <davem@davemloft.net>
19351
19352 net/iucv/af_iucv.c | 3 +++
19353 1 files changed, 3 insertions(+), 0 deletions(-)
19354
19355 commit 50a383c1c91ed7409c3cbdd41e662d6891463d1b
19356 Author: Brad Spengler <spender@grsecurity.net>
19357 Date: Tue Jan 19 19:32:54 2016 -0500
19358
19359 Apply the same fix as everyone else for the recent keys vulnerability that is
19360 unexploitable under PAX_REFCOUNT
19361
19362 Make a couple more changes that no one else can/will
19363
19364 include/linux/key-type.h | 4 ++--
19365 ipc/msgutil.c | 4 ++--
19366 security/keys/internal.h | 2 +-
19367 security/keys/process_keys.c | 1 +
19368 4 files changed, 6 insertions(+), 5 deletions(-)
19369
19370 commit b56c3a63f431c193400aee17543021950bd14bc4
19371 Merge: 38b1a3d 470069c
19372 Author: Brad Spengler <spender@grsecurity.net>
19373 Date: Sun Jan 17 18:30:19 2016 -0500
19374
19375 Merge branch 'pax-test' into grsec-test
19376
19377 commit 470069cfedef2180313233d275be5901bd6d1135
19378 Author: Brad Spengler <spender@grsecurity.net>
19379 Date: Sun Jan 17 18:29:59 2016 -0500
19380
19381 Update to pax-linux-4.3.3-test22.patch:
19382 - Emesed fixed a gcc induced intentional integer overflow in asix_rx_fixup_internal, reported by thomas callison caffrey
19383 - fixed some more fallout from the drm_drivers constification, reported by Colin Childs and Toralf Foerster
19384
19385 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 14 ++++----------
19386 drivers/gpu/drm/drm_pci.c | 3 +++
19387 drivers/gpu/drm/gma500/psb_drv.c | 4 ----
19388 drivers/gpu/drm/i915/i915_drv.c | 16 ++++++++--------
19389 drivers/gpu/drm/nouveau/nouveau_drm.c | 6 +++---
19390 drivers/gpu/drm/radeon/radeon_drv.c | 4 +---
19391 drivers/net/usb/asix_common.c | 3 ++-
19392 include/drm/drmP.h | 1 +
19393 8 files changed, 22 insertions(+), 29 deletions(-)
19394
19395 commit 38b1a3d676f407865c3d41840df8213c5ad639c1
19396 Author: Brad Spengler <spender@grsecurity.net>
19397 Date: Sun Jan 17 12:33:53 2016 -0500
19398
19399 As reported by Luis Ressel, the Kconfig help for GRKERNSEC_BRUTE
19400 mentioned banning execution of suid/sgid binaries, though the kernel
19401 source clearly only mentions banning execution of suid binaries. Since
19402 there's no reason for us to not ban execution of sgid binaries as well,
19403 make the implementation match the Kconfig description.
19404
19405 fs/exec.c | 4 ++--
19406 grsecurity/grsec_sig.c | 27 ++++++++++++++-------------
19407 include/linux/sched.h | 4 ++--
19408 3 files changed, 18 insertions(+), 17 deletions(-)
19409
19410 commit 8c3bcb7dbf7f606acfa0983e81f0f928da1f1ace
19411 Merge: d141a86 ea4a835
19412 Author: Brad Spengler <spender@grsecurity.net>
19413 Date: Sat Jan 16 14:12:22 2016 -0500
19414
19415 Merge branch 'pax-test' into grsec-test
19416
19417 Conflicts:
19418 drivers/gpu/drm/i810/i810_drv.c
19419
19420 commit ea4a835328ada6513ac013986764d6caea8cd348
19421 Author: Brad Spengler <spender@grsecurity.net>
19422 Date: Sat Jan 16 14:11:30 2016 -0500
19423
19424 Update to pax-linux-4.3.3-test21.patch:
19425 - fixed some fallout from the drm_drivers constification, reported by spender
19426
19427 drivers/gpu/drm/armada/armada_drv.c | 3 +--
19428 drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 -
19429 drivers/gpu/drm/i810/i810_dma.c | 2 +-
19430 drivers/gpu/drm/i810/i810_drv.c | 6 +++++-
19431 drivers/gpu/drm/i810/i810_drv.h | 2 +-
19432 5 files changed, 8 insertions(+), 6 deletions(-)
19433
19434 commit d141a86fd66194bc3f896b6809b189e2f12a9a83
19435 Author: Brad Spengler <spender@grsecurity.net>
19436 Date: Sat Jan 16 13:16:36 2016 -0500
19437
19438 compile fix
19439
19440 drivers/gpu/drm/i810/i810_dma.c | 2 +-
19441 drivers/gpu/drm/i810/i810_drv.c | 4 +++-
19442 drivers/gpu/drm/i810/i810_drv.h | 2 +-
19443 3 files changed, 5 insertions(+), 3 deletions(-)
19444
19445 commit 0d9dc4b25ea32c14561bcfe6b5b24f1b00fe0270
19446 Merge: 5fa135d bbda879
19447 Author: Brad Spengler <spender@grsecurity.net>
19448 Date: Sat Jan 16 12:59:22 2016 -0500
19449
19450 Merge branch 'pax-test' into grsec-test
19451
19452 commit bbda87914edf63e27fb46670bf3a373f2b963c73
19453 Author: Brad Spengler <spender@grsecurity.net>
19454 Date: Sat Jan 16 12:58:04 2016 -0500
19455
19456 Update to pax-linux-4.3.3-test20.patch:
19457 - constified drm_driver
19458 - Emese fixed a special case in handling __func__ in the initify plugin
19459 - Emese fixed a false positive size overflow report in handling inbufBits, reported by Martin Filo (https://bugs.gentoo.org/show_bug.cgi?id=567048)
19460 - fixed regression that caused perf to not resolve kernel code addresses under KERNEXEC/i386, reported by minipli
19461
19462 arch/x86/kernel/cpu/perf_event.h | 2 +-
19463 arch/x86/kernel/cpu/perf_event_intel_ds.c | 7 +-
19464 arch/x86/kernel/cpu/perf_event_intel_lbr.c | 4 +-
19465 arch/x86/kernel/uprobes.c | 2 +-
19466 arch/x86/mm/mpx.c | 2 +-
19467 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
19468 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 8 ++-
19469 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +-
19470 drivers/gpu/drm/drm_pci.c | 6 +-
19471 drivers/gpu/drm/gma500/psb_drv.c | 5 +-
19472 drivers/gpu/drm/i915/i915_dma.c | 2 +-
19473 drivers/gpu/drm/i915/i915_drv.c | 15 ++--
19474 drivers/gpu/drm/i915/i915_drv.h | 2 +-
19475 drivers/gpu/drm/i915/i915_irq.c | 88 ++++++++++----------
19476 drivers/gpu/drm/mga/mga_drv.c | 5 +-
19477 drivers/gpu/drm/mga/mga_drv.h | 2 +-
19478 drivers/gpu/drm/mga/mga_state.c | 2 +-
19479 drivers/gpu/drm/nouveau/nouveau_drm.c | 13 ++--
19480 drivers/gpu/drm/qxl/qxl_drv.c | 8 ++-
19481 drivers/gpu/drm/qxl/qxl_ioctl.c | 2 +-
19482 drivers/gpu/drm/r128/r128_drv.c | 4 +-
19483 drivers/gpu/drm/r128/r128_drv.h | 2 +-
19484 drivers/gpu/drm/r128/r128_state.c | 2 +-
19485 drivers/gpu/drm/radeon/radeon_drv.c | 17 +++-
19486 drivers/gpu/drm/radeon/radeon_drv.h | 2 +-
19487 drivers/gpu/drm/radeon/radeon_kms.c | 2 +-
19488 drivers/gpu/drm/radeon/radeon_state.c | 2 +-
19489 drivers/gpu/drm/savage/savage_bci.c | 2 +-
19490 drivers/gpu/drm/savage/savage_drv.c | 5 +-
19491 drivers/gpu/drm/savage/savage_drv.h | 2 +-
19492 drivers/gpu/drm/sis/sis_drv.c | 5 +-
19493 drivers/gpu/drm/sis/sis_drv.h | 2 +-
19494 drivers/gpu/drm/sis/sis_mm.c | 2 +-
19495 drivers/gpu/drm/via/via_dma.c | 2 +-
19496 drivers/gpu/drm/via/via_drv.c | 5 +-
19497 drivers/gpu/drm/via/via_drv.h | 2 +-
19498 include/drm/drmP.h | 2 +-
19499 mm/slab.c | 2 +-
19500 net/sunrpc/xprtrdma/svc_rdma.c | 6 +-
19501 tools/gcc/initify_plugin.c | 15 +++-
19502 .../disable_size_overflow_hash.data | 1 +
19503 .../size_overflow_plugin/size_overflow_hash.data | 3 +-
19504 42 files changed, 156 insertions(+), 110 deletions(-)
19505
19506 commit 5fa135dc116350e0205c39ef65eaf6496ed2748a
19507 Author: Brad Spengler <spender@grsecurity.net>
19508 Date: Sat Jan 16 12:19:23 2016 -0500
19509
19510 compile fix
19511
19512 grsecurity/grsec_sig.c | 3 +--
19513 1 files changed, 1 insertions(+), 2 deletions(-)
19514
19515 commit a9090fa58f33f75c7450fda5721a9b13625a47d9
19516 Author: Brad Spengler <spender@grsecurity.net>
19517 Date: Sat Jan 16 12:10:37 2016 -0500
19518
19519 As pointed out by Jann Horn, some distros are starting to circumvent
19520 previous assumptions about the attainability of a user to control
19521 multiple UIDs by handing out suid binaries that allow a user to run
19522 processes (including exploits) under a number of other pre-defined
19523 UIDs. As this could potentially be used to bypass GRKERNSEC_BRUTE
19524 (though it would have to involve some code path that doesn't involve
19525 locks) fix that here by ensuring no more than 8 users on a system can
19526 be banned before a reboot is required. If more are banned, a panic
19527 is triggered.
19528
19529 grsecurity/grsec_sig.c | 8 ++++++++
19530 1 files changed, 8 insertions(+), 0 deletions(-)
19531
19532 commit a8d37776e9521c567ebff6730d49312f72435f08
19533 Author: Eric Dumazet <edumazet@google.com>
19534 Date: Thu Dec 3 11:12:07 2015 -0800
19535
19536 proc: add a reschedule point in proc_readfd_common()
19537
19538 User can pass an arbitrary large buffer to getdents().
19539
19540 It is typically a 32KB buffer used by libc scandir() implementation.
19541
19542 When scanning /proc/{pid}/fd, we can hold cpu way too long,
19543 so add a cond_resched() to be kind with other tasks.
19544
19545 We've seen latencies of more than 50ms on real workloads.
19546
19547 Signed-off-by: Eric Dumazet <edumazet@google.com>
19548 Cc: Alexander Viro <viro@zeniv.linux.org.uk>
19549 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
19550
19551 fs/proc/fd.c | 1 +
19552 1 files changed, 1 insertions(+), 0 deletions(-)
19553
19554 commit 0adba75f8708f13b1f5d98ebe3fc2fb961e100c8
19555 Author: Rabin Vincent <rabin@rab.in>
19556 Date: Tue Jan 12 20:17:08 2016 +0100
19557
19558 net: bpf: reject invalid shifts
19559
19560 On ARM64, a BUG() is triggered in the eBPF JIT if a filter with a
19561 constant shift that can't be encoded in the immediate field of the
19562 UBFM/SBFM instructions is passed to the JIT. Since these shifts
19563 amounts, which are negative or >= regsize, are invalid, reject them in
19564 the eBPF verifier and the classic BPF filter checker, for all
19565 architectures.
19566
19567 Signed-off-by: Rabin Vincent <rabin@rab.in>
19568 Acked-by: Alexei Starovoitov <ast@kernel.org>
19569 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
19570 Signed-off-by: David S. Miller <davem@davemloft.net>
19571
19572 kernel/bpf/verifier.c | 10 ++++++++++
19573 net/core/filter.c | 5 +++++
19574 2 files changed, 15 insertions(+), 0 deletions(-)
19575
19576 commit c248e115a73496625a1c64660d0eeefd67e55cbf
19577 Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
19578 Date: Fri Jan 8 11:00:54 2016 -0200
19579
19580 sctp: fix use-after-free in pr_debug statement
19581
19582 Dmitry Vyukov reported a use-after-free in the code expanded by the
19583 macro debug_post_sfx, which is caused by the use of the asoc pointer
19584 after it was freed within sctp_side_effect() scope.
19585
19586 This patch fixes it by allowing sctp_side_effect to clear that asoc
19587 pointer when the TCB is freed.
19588
19589 As Vlad explained, we also have to cover the SCTP_DISPOSITION_ABORT case
19590 because it will trigger DELETE_TCB too on that same loop.
19591
19592 Also, there were places issuing SCTP_CMD_INIT_FAILED and ASSOC_FAILED
19593 but returning SCTP_DISPOSITION_CONSUME, which would fool the scheme
19594 above. Fix it by returning SCTP_DISPOSITION_ABORT instead.
19595
19596 The macro is already prepared to handle such NULL pointer.
19597
19598 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19599 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
19600 Acked-by: Vlad Yasevich <vyasevich@gmail.com>
19601 Signed-off-by: David S. Miller <davem@davemloft.net>
19602
19603 net/sctp/sm_sideeffect.c | 11 ++++++-----
19604 net/sctp/sm_statefuns.c | 17 ++++-------------
19605 2 files changed, 10 insertions(+), 18 deletions(-)
19606
19607 commit 395ea8a9e73e184fc14153a033000bccf4213213
19608 Author: willy tarreau <w@1wt.eu>
19609 Date: Sun Jan 10 07:54:56 2016 +0100
19610
19611 unix: properly account for FDs passed over unix sockets
19612
19613 It is possible for a process to allocate and accumulate far more FDs than
19614 the process' limit by sending them over a unix socket then closing them
19615 to keep the process' fd count low.
19616
19617 This change addresses this problem by keeping track of the number of FDs
19618 in flight per user and preventing non-privileged processes from having
19619 more FDs in flight than their configured FD limit.
19620
19621 Reported-by: socketpair@gmail.com
19622 Reported-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
19623 Mitigates: CVE-2013-4312 (Linux 2.0+)
19624 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
19625 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
19626 Signed-off-by: Willy Tarreau <w@1wt.eu>
19627 Signed-off-by: David S. Miller <davem@davemloft.net>
19628
19629 include/linux/sched.h | 1 +
19630 net/unix/af_unix.c | 24 ++++++++++++++++++++----
19631 net/unix/garbage.c | 13 ++++++++-----
19632 3 files changed, 29 insertions(+), 9 deletions(-)
19633
19634 commit cb207ab8fbd71dcfc4a49d533aba8085012543fd
19635 Author: Sasha Levin <sasha.levin@oracle.com>
19636 Date: Thu Jan 7 14:52:43 2016 -0500
19637
19638 net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memory
19639
19640 proc_dostring() needs an initialized destination string, while the one
19641 provided in proc_sctp_do_hmac_alg() contains stack garbage.
19642
19643 Thus, writing to cookie_hmac_alg would strlen() that garbage and end up
19644 accessing invalid memory.
19645
19646 Fixes: 3c68198e7 ("sctp: Make hmac algorithm selection for cookie generation dynamic")
19647 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
19648 Signed-off-by: David S. Miller <davem@davemloft.net>
19649
19650 net/sctp/sysctl.c | 2 +-
19651 1 files changed, 1 insertions(+), 1 deletions(-)
19652
19653 commit 4014e09faf0fe9054119624ccfff1236e886b554
19654 Author: Quentin Casasnovas <quentin.casasnovas@oracle.com>
19655 Date: Tue Nov 24 17:13:21 2015 -0500
19656
19657 RDS: fix race condition when sending a message on unbound socket
19658
19659 commit 8c7188b23474cca017b3ef354c4a58456f68303a upstream.
19660
19661 Sasha's found a NULL pointer dereference in the RDS connection code when
19662 sending a message to an apparently unbound socket. The problem is caused
19663 by the code checking if the socket is bound in rds_sendmsg(), which checks
19664 the rs_bound_addr field without taking a lock on the socket. This opens a
19665 race where rs_bound_addr is temporarily set but where the transport is not
19666 in rds_bind(), leading to a NULL pointer dereference when trying to
19667 dereference 'trans' in __rds_conn_create().
19668
19669 Vegard wrote a reproducer for this issue, so kindly ask him to share if
19670 you're interested.
19671
19672 I cannot reproduce the NULL pointer dereference using Vegard's reproducer
19673 with this patch, whereas I could without.
19674
19675 Complete earlier incomplete fix to CVE-2015-6937:
19676
19677 74e98eb08588 ("RDS: verify the underlying transport exists before creating a connection")
19678
19679 Cc: David S. Miller <davem@davemloft.net>
19680
19681 Reviewed-by: Vegard Nossum <vegard.nossum@oracle.com>
19682 Reviewed-by: Sasha Levin <sasha.levin@oracle.com>
19683 Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
19684 Signed-off-by: Quentin Casasnovas <quentin.casasnovas@oracle.com>
19685 Signed-off-by: David S. Miller <davem@davemloft.net>
19686 Signed-off-by: Jiri Slaby <jslaby@suse.cz>
19687
19688 Conflicts:
19689
19690 net/rds/send.c
19691
19692 net/rds/connection.c | 6 ------
19693 1 files changed, 0 insertions(+), 6 deletions(-)
19694
19695 commit 206df8d01104344d7588d801016a281a4cd25556
19696 Author: Sasha Levin <sasha.levin@oracle.com>
19697 Date: Tue Sep 8 10:53:40 2015 -0400
19698
19699 RDS: verify the underlying transport exists before creating a connection
19700
19701 There was no verification that an underlying transport exists when creating
19702 a connection, this would cause dereferencing a NULL ptr.
19703
19704 It might happen on sockets that weren't properly bound before attempting to
19705 send a message, which will cause a NULL ptr deref:
19706
19707 [135546.047719] kasan: GPF could be caused by NULL-ptr deref or user memory accessgeneral protection fault: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC KASAN
19708 [135546.051270] Modules linked in:
19709 [135546.051781] CPU: 4 PID: 15650 Comm: trinity-c4 Not tainted 4.2.0-next-20150902-sasha-00041-gbaa1222-dirty #2527
19710 [135546.053217] task: ffff8800835bc000 ti: ffff8800bc708000 task.ti: ffff8800bc708000
19711 [135546.054291] RIP: __rds_conn_create (net/rds/connection.c:194)
19712 [135546.055666] RSP: 0018:ffff8800bc70fab0 EFLAGS: 00010202
19713 [135546.056457] RAX: dffffc0000000000 RBX: 0000000000000f2c RCX: ffff8800835bc000
19714 [135546.057494] RDX: 0000000000000007 RSI: ffff8800835bccd8 RDI: 0000000000000038
19715 [135546.058530] RBP: ffff8800bc70fb18 R08: 0000000000000001 R09: 0000000000000000
19716 [135546.059556] R10: ffffed014d7a3a23 R11: ffffed014d7a3a21 R12: 0000000000000000
19717 [135546.060614] R13: 0000000000000001 R14: ffff8801ec3d0000 R15: 0000000000000000
19718 [135546.061668] FS: 00007faad4ffb700(0000) GS:ffff880252000000(0000) knlGS:0000000000000000
19719 [135546.062836] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
19720 [135546.063682] CR2: 000000000000846a CR3: 000000009d137000 CR4: 00000000000006a0
19721 [135546.064723] Stack:
19722 [135546.065048] ffffffffafe2055c ffffffffafe23fc1 ffffed00493097bf ffff8801ec3d0008
19723 [135546.066247] 0000000000000000 00000000000000d0 0000000000000000 ac194a24c0586342
19724 [135546.067438] 1ffff100178e1f78 ffff880320581b00 ffff8800bc70fdd0 ffff880320581b00
19725 [135546.068629] Call Trace:
19726 [135546.069028] ? __rds_conn_create (include/linux/rcupdate.h:856 net/rds/connection.c:134)
19727 [135546.069989] ? rds_message_copy_from_user (net/rds/message.c:298)
19728 [135546.071021] rds_conn_create_outgoing (net/rds/connection.c:278)
19729 [135546.071981] rds_sendmsg (net/rds/send.c:1058)
19730 [135546.072858] ? perf_trace_lock (include/trace/events/lock.h:38)
19731 [135546.073744] ? lockdep_init (kernel/locking/lockdep.c:3298)
19732 [135546.074577] ? rds_send_drop_to (net/rds/send.c:976)
19733 [135546.075508] ? __might_fault (./arch/x86/include/asm/current.h:14 mm/memory.c:3795)
19734 [135546.076349] ? __might_fault (mm/memory.c:3795)
19735 [135546.077179] ? rds_send_drop_to (net/rds/send.c:976)
19736 [135546.078114] sock_sendmsg (net/socket.c:611 net/socket.c:620)
19737 [135546.078856] SYSC_sendto (net/socket.c:1657)
19738 [135546.079596] ? SYSC_connect (net/socket.c:1628)
19739 [135546.080510] ? trace_dump_stack (kernel/trace/trace.c:1926)
19740 [135546.081397] ? ring_buffer_unlock_commit (kernel/trace/ring_buffer.c:2479 kernel/trace/ring_buffer.c:2558 kernel/trace/ring_buffer.c:2674)
19741 [135546.082390] ? trace_buffer_unlock_commit (kernel/trace/trace.c:1749)
19742 [135546.083410] ? trace_event_raw_event_sys_enter (include/trace/events/syscalls.h:16)
19743 [135546.084481] ? do_audit_syscall_entry (include/trace/events/syscalls.h:16)
19744 [135546.085438] ? trace_buffer_unlock_commit (kernel/trace/trace.c:1749)
19745 [135546.085515] rds_ib_laddr_check(): addr 36.74.25.172 ret -99 node type -1
19746
19747 Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
19748 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
19749 Signed-off-by: David S. Miller <davem@davemloft.net>
19750
19751 net/rds/connection.c | 6 ++++++
19752 1 files changed, 6 insertions(+), 0 deletions(-)
19753
19754 commit 173fa03f05cf0ad485d49a42cbdee8844d3a689a
19755 Author: Steven Rostedt (Red Hat) <rostedt@goodmis.org>
19756 Date: Tue Jan 5 20:32:47 2016 -0500
19757
19758 ftrace/module: Call clean up function when module init fails early
19759
19760 If the module init code fails after calling ftrace_module_init() and before
19761 calling do_init_module(), we can suffer from a memory leak. This is because
19762 ftrace_module_init() allocates pages to store the locations that ftrace
19763 hooks are placed in the module text. If do_init_module() fails, it still
19764 calls the MODULE_GOING notifiers which will tell ftrace to do a clean up of
19765 the pages it allocated for the module. But if load_module() fails before
19766 then, the pages allocated by ftrace_module_init() will never be freed.
19767
19768 Call ftrace_release_mod() on the module if load_module() fails before
19769 getting to do_init_module().
19770
19771 Link: http://lkml.kernel.org/r/567CEA31.1070507@intel.com
19772
19773 Reported-by: "Qiu, PeiyangX" <peiyangx.qiu@intel.com>
19774 Fixes: a949ae560a511 "ftrace/module: Hardcode ftrace_module_init() call into load_module()"
19775 Cc: stable@vger.kernel.org # v2.6.38+
19776 Acked-by: Rusty Russell <rusty@rustcorp.com.au>
19777 Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
19778
19779 include/linux/ftrace.h | 1 +
19780 kernel/module.c | 6 ++++++
19781 2 files changed, 7 insertions(+), 0 deletions(-)
19782
19783 commit 1e5a4a81a4c16c8ac2e264b88a02cc2f42ed0399
19784 Author: Francesco Ruggeri <fruggeri@aristanetworks.com>
19785 Date: Wed Jan 6 00:18:48 2016 -0800
19786
19787 net: possible use after free in dst_release
19788
19789 dst_release should not access dst->flags after decrementing
19790 __refcnt to 0. The dst_entry may be in dst_busy_list and
19791 dst_gc_task may dst_destroy it before dst_release gets a chance
19792 to access dst->flags.
19793
19794 Fixes: d69bbf88c8d0 ("net: fix a race in dst_release()")
19795 Fixes: 27b75c95f10d ("net: avoid RCU for NOCACHE dst")
19796 Signed-off-by: Francesco Ruggeri <fruggeri@arista.com>
19797 Acked-by: Eric Dumazet <edumazet@google.com>
19798 Signed-off-by: David S. Miller <davem@davemloft.net>
19799
19800 net/core/dst.c | 3 ++-
19801 1 files changed, 2 insertions(+), 1 deletions(-)
19802
19803 commit bfb0455793dd4e0f0b49d34a68b3249ab55565cc
19804 Author: Alan <gnomes@lxorguk.ukuu.org.uk>
19805 Date: Wed Jan 6 14:55:02 2016 +0000
19806
19807 mkiss: fix scribble on freed memory
19808
19809 commit d79f16c046086f4fe0d42184a458e187464eb83e fixed a user triggerable
19810 scribble on free memory but added a new one which allows the user to
19811 scribble even more and user controlled data into freed space.
19812
19813 As with 6pack we need to halt the queue before we free the buffers, because
19814 the transmit logic is not protected by the semaphore.
19815
19816 Signed-off-by: Alan Cox <alan@linux.intel.com>
19817 Signed-off-by: David S. Miller <davem@davemloft.net>
19818
19819 drivers/net/hamradio/mkiss.c | 5 +++++
19820 1 files changed, 5 insertions(+), 0 deletions(-)
19821
19822 commit 5cbbcbd32dc1949470f61d342503808fa9555276
19823 Author: David Miller <davem@davemloft.net>
19824 Date: Thu Dec 17 16:05:49 2015 -0500
19825
19826 mkiss: Fix use after free in mkiss_close().
19827
19828 Need to do the unregister_device() after all references to the driver
19829 private have been done.
19830
19831 Signed-off-by: David S. Miller <davem@davemloft.net>
19832
19833 drivers/net/hamradio/mkiss.c | 4 ++--
19834 1 files changed, 2 insertions(+), 2 deletions(-)
19835
19836 commit b00171576794a98068e069a660f0991a6a5190ff
19837 Author: One Thousand Gnomes <gnomes@lxorguk.ukuu.org.uk>
19838 Date: Tue Jan 5 11:51:25 2016 +0000
19839
19840 6pack: fix free memory scribbles
19841
19842 commit acf673a3187edf72068ee2f92f4dc47d66baed47 fixed a user triggerable free
19843 memory scribble but in doing so replaced it with a different one that allows
19844 the user to control the data and scribble even more.
19845
19846 sixpack_close is called by the tty layer in tty context. The tty context is
19847 protected by sp_get() and sp_put(). However network layer activity via
19848 sp_xmit() is not protected this way. We must therefore stop the queue
19849 otherwise the user gets to dump a buffer mostly of their choice into freed
19850 kernel pages.
19851
19852 Signed-off-by: Alan Cox <alan@linux.intel.com>
19853 Signed-off-by: David S. Miller <davem@davemloft.net>
19854
19855 drivers/net/hamradio/6pack.c | 6 ++++++
19856 1 files changed, 6 insertions(+), 0 deletions(-)
19857
19858 commit 5b64a833907cd230a3106aeba2304b2c1bcd116d
19859 Author: David Miller <davem@davemloft.net>
19860 Date: Thu Dec 17 16:05:32 2015 -0500
19861
19862 6pack: Fix use after free in sixpack_close().
19863
19864 Need to do the unregister_device() after all references to the driver
19865 private have been done.
19866
19867 Also we need to use del_timer_sync() for the timers so that we don't
19868 have any asynchronous references after the unregister.
19869
19870 Signed-off-by: David S. Miller <davem@davemloft.net>
19871
19872 drivers/net/hamradio/6pack.c | 8 ++++----
19873 1 files changed, 4 insertions(+), 4 deletions(-)
19874
19875 commit 4f9d532742656b3613d579220fd10c78f24ba37b
19876 Author: Rabin Vincent <rabin@rab.in>
19877 Date: Tue Jan 5 16:23:07 2016 +0100
19878
19879 net: filter: make JITs zero A for SKF_AD_ALU_XOR_X
19880
19881 The SKF_AD_ALU_XOR_X ancillary is not like the other ancillary data
19882 instructions since it XORs A with X while all the others replace A with
19883 some loaded value. All the BPF JITs fail to clear A if this is used as
19884 the first instruction in a filter. This was found using american fuzzy
19885 lop.
19886
19887 Add a helper to determine if A needs to be cleared given the first
19888 instruction in a filter, and use this in the JITs. Except for ARM, the
19889 rest have only been compile-tested.
19890
19891 Fixes: 3480593131e0 ("net: filter: get rid of BPF_S_* enum")
19892 Signed-off-by: Rabin Vincent <rabin@rab.in>
19893 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
19894 Acked-by: Alexei Starovoitov <ast@kernel.org>
19895 Signed-off-by: David S. Miller <davem@davemloft.net>
19896
19897 arch/arm/net/bpf_jit_32.c | 16 +---------------
19898 arch/mips/net/bpf_jit.c | 16 +---------------
19899 arch/powerpc/net/bpf_jit_comp.c | 13 ++-----------
19900 arch/sparc/net/bpf_jit_comp.c | 17 ++---------------
19901 include/linux/filter.h | 19 +++++++++++++++++++
19902 5 files changed, 25 insertions(+), 56 deletions(-)
19903
19904 commit 570d88f8acfffda92b89ae2e1c47320d47256034
19905 Author: John Fastabend <john.fastabend@gmail.com>
19906 Date: Tue Jan 5 09:11:36 2016 -0800
19907
19908 net: sched: fix missing free per cpu on qstats
19909
19910 When a qdisc is using per cpu stats (currently just the ingress
19911 qdisc) only the bstats are being freed. This also free's the qstats.
19912
19913 Fixes: b0ab6f92752b9f9d8 ("net: sched: enable per cpu qstats")
19914 Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
19915 Acked-by: Eric Dumazet <edumazet@google.com>
19916 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
19917 Signed-off-by: David S. Miller <davem@davemloft.net>
19918
19919 net/sched/sch_generic.c | 4 +++-
19920 1 files changed, 3 insertions(+), 1 deletions(-)
19921
19922 commit 32c0ebc51857ee83470a10dcb234d308a0ed1881
19923 Author: Rabin Vincent <rabin@rab.in>
19924 Date: Tue Jan 5 18:34:04 2016 +0100
19925
19926 ARM: net: bpf: fix zero right shift
19927
19928 The LSR instruction cannot be used to perform a zero right shift since a
19929 0 as the immediate value (imm5) in the LSR instruction encoding means
19930 that a shift of 32 is perfomed. See DecodeIMMShift() in the ARM ARM.
19931
19932 Make the JIT skip generation of the LSR if a zero-shift is requested.
19933
19934 This was found using american fuzzy lop.
19935
19936 Signed-off-by: Rabin Vincent <rabin@rab.in>
19937 Acked-by: Alexei Starovoitov <ast@kernel.org>
19938 Signed-off-by: David S. Miller <davem@davemloft.net>
19939
19940 arch/arm/net/bpf_jit_32.c | 3 ++-
19941 1 files changed, 2 insertions(+), 1 deletions(-)
19942
19943 commit 51f5d291750285efa4d4bbe84e5ec23dc00c8d2d
19944 Author: Brad Spengler <spender@grsecurity.net>
19945 Date: Wed Jan 6 20:35:57 2016 -0500
19946
19947 Don't perform hidden lookups in RBAC against the directory of
19948 a file being opened with O_CREAT, reported by Karl Witt
19949
19950 Conflicts:
19951
19952 fs/namei.c
19953
19954 fs/namei.c | 3 ---
19955 1 files changed, 0 insertions(+), 3 deletions(-)
19956
19957 commit 5a8266a6b2769ccdb447256f95bc2577a73cccd1
19958 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
19959 Date: Tue Jan 5 10:46:00 2016 +0100
19960
19961 bridge: Only call /sbin/bridge-stp for the initial network namespace
19962
19963 [I stole this patch from Eric Biederman. He wrote:]
19964
19965 > There is no defined mechanism to pass network namespace information
19966 > into /sbin/bridge-stp therefore don't even try to invoke it except
19967 > for bridge devices in the initial network namespace.
19968 >
19969 > It is possible for unprivileged users to cause /sbin/bridge-stp to be
19970 > invoked for any network device name which if /sbin/bridge-stp does not
19971 > guard against unreasonable arguments or being invoked twice on the
19972 > same network device could cause problems.
19973
19974 [Hannes: changed patch using netns_eq]
19975
19976 Cc: Eric W. Biederman <ebiederm@xmission.com>
19977 Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
19978 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
19979 Signed-off-by: David S. Miller <davem@davemloft.net>
19980
19981 net/bridge/br_stp_if.c | 5 ++++-
19982 1 files changed, 4 insertions(+), 1 deletions(-)
19983
19984 commit 650d535cc39f0aeff2f57e60b6617be25d3ef48b
19985 Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
19986 Date: Wed Dec 23 16:28:40 2015 -0200
19987
19988 sctp: use GFP_USER for user-controlled kmalloc
19989
19990 Commit cacc06215271 ("sctp: use GFP_USER for user-controlled kmalloc")
19991 missed two other spots.
19992
19993 For connectx, as it's more likely to be used by kernel users of the API,
19994 it detects if GFP_USER should be used or not.
19995
19996 Fixes: cacc06215271 ("sctp: use GFP_USER for user-controlled kmalloc")
19997 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19998 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
19999 Signed-off-by: David S. Miller <davem@davemloft.net>
20000
20001 net/sctp/socket.c | 9 ++++++---
20002 1 files changed, 6 insertions(+), 3 deletions(-)
20003
20004 commit 5718a1f63c41fc156f729783423b002763779d04
20005 Author: Florian Westphal <fw@strlen.de>
20006 Date: Thu Dec 31 14:26:33 2015 +0100
20007
20008 connector: bump skb->users before callback invocation
20009
20010 Dmitry reports memleak with syskaller program.
20011 Problem is that connector bumps skb usecount but might not invoke callback.
20012
20013 So move skb_get to where we invoke the callback.
20014
20015 Reported-by: Dmitry Vyukov <dvyukov@google.com>
20016 Signed-off-by: Florian Westphal <fw@strlen.de>
20017 Signed-off-by: David S. Miller <davem@davemloft.net>
20018
20019 drivers/connector/connector.c | 11 +++--------
20020 1 files changed, 3 insertions(+), 8 deletions(-)
20021
20022 commit 2e6372e6a97f8d642416899861f91777f44f13b7
20023 Author: Rainer Weikusat <rweikusat@mobileactivedefense.com>
20024 Date: Sun Jan 3 18:56:38 2016 +0000
20025
20026 af_unix: Fix splice-bind deadlock
20027
20028 On 2015/11/06, Dmitry Vyukov reported a deadlock involving the splice
20029 system call and AF_UNIX sockets,
20030
20031 http://lists.openwall.net/netdev/2015/11/06/24
20032
20033 The situation was analyzed as
20034
20035 (a while ago) A: socketpair()
20036 B: splice() from a pipe to /mnt/regular_file
20037 does sb_start_write() on /mnt
20038 C: try to freeze /mnt
20039 wait for B to finish with /mnt
20040 A: bind() try to bind our socket to /mnt/new_socket_name
20041 lock our socket, see it not bound yet
20042 decide that it needs to create something in /mnt
20043 try to do sb_start_write() on /mnt, block (it's
20044 waiting for C).
20045 D: splice() from the same pipe to our socket
20046 lock the pipe, see that socket is connected
20047 try to lock the socket, block waiting for A
20048 B: get around to actually feeding a chunk from
20049 pipe to file, try to lock the pipe. Deadlock.
20050
20051 on 2015/11/10 by Al Viro,
20052
20053 http://lists.openwall.net/netdev/2015/11/10/4
20054
20055 The patch fixes this by removing the kern_path_create related code from
20056 unix_mknod and executing it as part of unix_bind prior acquiring the
20057 readlock of the socket in question. This means that A (as used above)
20058 will sb_start_write on /mnt before it acquires the readlock, hence, it
20059 won't indirectly block B which first did a sb_start_write and then
20060 waited for a thread trying to acquire the readlock. Consequently, A
20061 being blocked by C waiting for B won't cause a deadlock anymore
20062 (effectively, both A and B acquire two locks in opposite order in the
20063 situation described above).
20064
20065 Dmitry Vyukov(<dvyukov@google.com>) tested the original patch.
20066
20067 Signed-off-by: Rainer Weikusat <rweikusat@mobileactivedefense.com>
20068 Signed-off-by: David S. Miller <davem@davemloft.net>
20069
20070 Conflicts:
20071
20072 net/unix/af_unix.c
20073
20074 net/unix/af_unix.c | 70 +++++++++++++++++++++++++++++++--------------------
20075 1 files changed, 42 insertions(+), 28 deletions(-)
20076
20077 commit 2e729e557c571f3253e32472cd7d382ac16cf1c3
20078 Author: Qiu Peiyang <peiyangx.qiu@intel.com>
20079 Date: Thu Dec 31 13:11:28 2015 +0800
20080
20081 tracing: Fix setting of start_index in find_next()
20082
20083 When we do cat /sys/kernel/debug/tracing/printk_formats, we hit kernel
20084 panic at t_show.
20085
20086 general protection fault: 0000 [#1] PREEMPT SMP
20087 CPU: 0 PID: 2957 Comm: sh Tainted: G W O 3.14.55-x86_64-01062-gd4acdc7 #2
20088 RIP: 0010:[<ffffffff811375b2>]
20089 [<ffffffff811375b2>] t_show+0x22/0xe0
20090 RSP: 0000:ffff88002b4ebe80 EFLAGS: 00010246
20091 RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000004
20092 RDX: 0000000000000004 RSI: ffffffff81fd26a6 RDI: ffff880032f9f7b1
20093 RBP: ffff88002b4ebe98 R08: 0000000000001000 R09: 000000000000ffec
20094 R10: 0000000000000000 R11: 000000000000000f R12: ffff880004d9b6c0
20095 R13: 7365725f6d706400 R14: ffff880004d9b6c0 R15: ffffffff82020570
20096 FS: 0000000000000000(0000) GS:ffff88003aa00000(0063) knlGS:00000000f776bc40
20097 CS: 0010 DS: 002b ES: 002b CR0: 0000000080050033
20098 CR2: 00000000f6c02ff0 CR3: 000000002c2b3000 CR4: 00000000001007f0
20099 Call Trace:
20100 [<ffffffff811dc076>] seq_read+0x2f6/0x3e0
20101 [<ffffffff811b749b>] vfs_read+0x9b/0x160
20102 [<ffffffff811b7f69>] SyS_read+0x49/0xb0
20103 [<ffffffff81a3a4b9>] ia32_do_call+0x13/0x13
20104 ---[ end trace 5bd9eb630614861e ]---
20105 Kernel panic - not syncing: Fatal exception
20106
20107 When the first time find_next calls find_next_mod_format, it should
20108 iterate the trace_bprintk_fmt_list to find the first print format of
20109 the module. However in current code, start_index is smaller than *pos
20110 at first, and code will not iterate the list. Latter container_of will
20111 get the wrong address with former v, which will cause mod_fmt be a
20112 meaningless object and so is the returned mod_fmt->fmt.
20113
20114 This patch will fix it by correcting the start_index. After fixed,
20115 when the first time calls find_next_mod_format, start_index will be
20116 equal to *pos, and code will iterate the trace_bprintk_fmt_list to
20117 get the right module printk format, so is the returned mod_fmt->fmt.
20118
20119 Link: http://lkml.kernel.org/r/5684B900.9000309@intel.com
20120
20121 Cc: stable@vger.kernel.org # 3.12+
20122 Fixes: 102c9323c35a8 "tracing: Add __tracepoint_string() to export string pointers"
20123 Signed-off-by: Qiu Peiyang <peiyangx.qiu@intel.com>
20124 Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
20125
20126 kernel/trace/trace_printk.c | 1 +
20127 1 files changed, 1 insertions(+), 0 deletions(-)
20128
20129 commit 0994af4b1930f32aa493dc08145cd304f8bfc8f4
20130 Author: Al Viro <viro@zeniv.linux.org.uk>
20131 Date: Mon Dec 28 20:47:08 2015 -0500
20132
20133 [PATCH] arm: fix handling of F_OFD_... in oabi_fcntl64()
20134
20135 Cc: stable@vger.kernel.org # 3.15+
20136 Reviewed-by: Jeff Layton <jeff.layton@primarydata.com>
20137 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
20138
20139 arch/arm/kernel/sys_oabi-compat.c | 73 +++++++++++++++++++------------------
20140 1 files changed, 37 insertions(+), 36 deletions(-)
20141
20142 commit 4ed030f65dcf3e6b0128032a49a7d75f947fa351
20143 Merge: de243c2 3adc55a
20144 Author: Brad Spengler <spender@grsecurity.net>
20145 Date: Tue Jan 5 18:10:10 2016 -0500
20146
20147 Merge branch 'pax-test' into grsec-test
20148
20149 commit 3adc55a5acfa429c2a7cc883aef08b960c0079b0
20150 Author: Brad Spengler <spender@grsecurity.net>
20151 Date: Tue Jan 5 18:08:53 2016 -0500
20152
20153 Update to pax-linux-4.3.3-test16.patch:
20154 - small cleanup in entry_64.S on x86
20155 - Emese fixed the initify plugin to recursively check variable initializers, reported by Rasmus Villemoes
20156 - 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)
20157 - 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)
20158 - 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)
20159 - 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)
20160
20161 arch/x86/entry/entry_64.S | 60 +++++-----
20162 arch/x86/kernel/alternative.c | 2 +-
20163 arch/x86/kvm/emulate.c | 4 +-
20164 tools/gcc/initify_plugin.c | 123 +++++++++----------
20165 .../disable_size_overflow_hash.data | 4 +-
20166 .../size_overflow_plugin/size_overflow_hash.data | 2 -
20167 6 files changed, 93 insertions(+), 102 deletions(-)
20168
20169 commit de243c26efd0e423ca92db825af2c3f8eb1ca043
20170 Author: Brad Spengler <spender@grsecurity.net>
20171 Date: Tue Dec 29 18:01:24 2015 -0500
20172
20173 It was noticed during an internal audit that the code under GRKERNSEC_PROC_MEMMAP
20174 which aimed to enforce a 16MB minimum on RLIMIT_DATA for suid/sgid binaries only
20175 did so if RLIMIT_DATA was set lower than PAGE_SIZE.
20176
20177 This addition was only supplemental as GRKERNSEC_BRUTE is the main defense
20178 against suid/sgid attacks and the flaw above would only eliminate the extra
20179 entropy provided for the brk-managed heap, still leaving it with the minimum
20180 of 16-bit entropy for mmap on x86 and 28 on x64.
20181
20182 mm/mmap.c | 2 +-
20183 1 files changed, 1 insertions(+), 1 deletions(-)
20184
20185 commit 8e264cfe47e5f08cdc9ed009a630277206cd2534
20186 Merge: 436201b 2584340
20187 Author: Brad Spengler <spender@grsecurity.net>
20188 Date: Mon Dec 28 20:30:01 2015 -0500
20189
20190 Merge branch 'pax-test' into grsec-test
20191
20192 commit 2584340eab494e64ec1bf9eb5b0d1ae31f926306
20193 Author: Brad Spengler <spender@grsecurity.net>
20194 Date: Mon Dec 28 20:29:28 2015 -0500
20195
20196 Update to pax-linux-4.3.3-test14.patch:
20197 - 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)
20198 - fixed shutdown crash with tboot and KERNEXEC, reported by perfinion
20199 - fixed a few false positive and one real size overflow reports in hyperv, reported by hunger
20200 - fixed compile regressions on armv5, reported by iamb (https://forums.grsecurity.net/viewtopic.php?f=3&t=4350)
20201 - fixed an assert in the initify plugin that triggered in vic_register on arm
20202
20203 arch/arm/include/asm/atomic.h | 7 +++++--
20204 arch/arm/include/asm/domain.h | 5 ++---
20205 arch/x86/kernel/tboot.c | 14 +++++++++-----
20206 drivers/hv/channel.c | 4 +---
20207 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
20208 drivers/net/hyperv/rndis_filter.c | 3 +--
20209 fs/exec.c | 4 ++--
20210 include/linux/atomic.h | 15 ---------------
20211 net/core/skbuff.c | 3 ++-
20212 tools/gcc/initify_plugin.c | 4 +++-
20213 10 files changed, 26 insertions(+), 35 deletions(-)
20214
20215 commit 436201b6626b488d173c8076447000077c27b84a
20216 Author: David Howells <dhowells@redhat.com>
20217 Date: Fri Dec 18 01:34:26 2015 +0000
20218
20219 KEYS: Fix race between read and revoke
20220
20221 This fixes CVE-2015-7550.
20222
20223 There's a race between keyctl_read() and keyctl_revoke(). If the revoke
20224 happens between keyctl_read() checking the validity of a key and the key's
20225 semaphore being taken, then the key type read method will see a revoked key.
20226
20227 This causes a problem for the user-defined key type because it assumes in
20228 its read method that there will always be a payload in a non-revoked key
20229 and doesn't check for a NULL pointer.
20230
20231 Fix this by making keyctl_read() check the validity of a key after taking
20232 semaphore instead of before.
20233
20234 I think the bug was introduced with the original keyrings code.
20235
20236 This was discovered by a multithreaded test program generated by syzkaller
20237 (http://github.com/google/syzkaller). Here's a cleaned up version:
20238
20239 #include <sys/types.h>
20240 #include <keyutils.h>
20241 #include <pthread.h>
20242 void *thr0(void *arg)
20243 {
20244 key_serial_t key = (unsigned long)arg;
20245 keyctl_revoke(key);
20246 return 0;
20247 }
20248 void *thr1(void *arg)
20249 {
20250 key_serial_t key = (unsigned long)arg;
20251 char buffer[16];
20252 keyctl_read(key, buffer, 16);
20253 return 0;
20254 }
20255 int main()
20256 {
20257 key_serial_t key = add_key("user", "%", "foo", 3, KEY_SPEC_USER_KEYRING);
20258 pthread_t th[5];
20259 pthread_create(&th[0], 0, thr0, (void *)(unsigned long)key);
20260 pthread_create(&th[1], 0, thr1, (void *)(unsigned long)key);
20261 pthread_create(&th[2], 0, thr0, (void *)(unsigned long)key);
20262 pthread_create(&th[3], 0, thr1, (void *)(unsigned long)key);
20263 pthread_join(th[0], 0);
20264 pthread_join(th[1], 0);
20265 pthread_join(th[2], 0);
20266 pthread_join(th[3], 0);
20267 return 0;
20268 }
20269
20270 Build as:
20271
20272 cc -o keyctl-race keyctl-race.c -lkeyutils -lpthread
20273
20274 Run as:
20275
20276 while keyctl-race; do :; done
20277
20278 as it may need several iterations to crash the kernel. The crash can be
20279 summarised as:
20280
20281 BUG: unable to handle kernel NULL pointer dereference at 0000000000000010
20282 IP: [<ffffffff81279b08>] user_read+0x56/0xa3
20283 ...
20284 Call Trace:
20285 [<ffffffff81276aa9>] keyctl_read_key+0xb6/0xd7
20286 [<ffffffff81277815>] SyS_keyctl+0x83/0xe0
20287 [<ffffffff815dbb97>] entry_SYSCALL_64_fastpath+0x12/0x6f
20288
20289 Reported-by: Dmitry Vyukov <dvyukov@google.com>
20290 Signed-off-by: David Howells <dhowells@redhat.com>
20291 Tested-by: Dmitry Vyukov <dvyukov@google.com>
20292 Cc: stable@vger.kernel.org
20293 Signed-off-by: James Morris <james.l.morris@oracle.com>
20294
20295 security/keys/keyctl.c | 18 +++++++++---------
20296 1 files changed, 9 insertions(+), 9 deletions(-)
20297
20298 commit 195cea04477025da4a2078bd3e1fb7c4e11206c2
20299 Author: Brad Spengler <spender@grsecurity.net>
20300 Date: Tue Dec 22 20:44:01 2015 -0500
20301
20302 Add new kernel command-line param: pax_size_overflow_report_only
20303 If a user triggers a size_overflow violation that makes it difficult
20304 to obtain the call trace without serial console/net console, they can
20305 use this option to provide that information to us
20306
20307 Documentation/kernel-parameters.txt | 5 +++++
20308 fs/exec.c | 12 +++++++++---
20309 init/main.c | 11 +++++++++++
20310 3 files changed, 25 insertions(+), 3 deletions(-)
20311
20312 commit 4254a8da5851df8c08cdca5c392916e8c105408d
20313 Author: WANG Cong <xiyou.wangcong@gmail.com>
20314 Date: Mon Dec 21 10:55:45 2015 -0800
20315
20316 addrconf: always initialize sysctl table data
20317
20318 When sysctl performs restrict writes, it allows to write from
20319 a middle position of a sysctl file, which requires us to initialize
20320 the table data before calling proc_dostring() for the write case.
20321
20322 Fixes: 3d1bec99320d ("ipv6: introduce secret_stable to ipv6_devconf")
20323 Reported-by: Sasha Levin <sasha.levin@oracle.com>
20324 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
20325 Tested-by: Sasha Levin <sasha.levin@oracle.com>
20326 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
20327 Signed-off-by: David S. Miller <davem@davemloft.net>
20328
20329 net/ipv6/addrconf.c | 11 ++++-------
20330 1 files changed, 4 insertions(+), 7 deletions(-)
20331
20332 commit f8002863fb06c363180637046947a78a6ccb3d33
20333 Author: WANG Cong <xiyou.wangcong@gmail.com>
20334 Date: Wed Dec 16 23:39:04 2015 -0800
20335
20336 net: check both type and procotol for tcp sockets
20337
20338 Dmitry reported the following out-of-bound access:
20339
20340 Call Trace:
20341 [<ffffffff816cec2e>] __asan_report_load4_noabort+0x3e/0x40
20342 mm/kasan/report.c:294
20343 [<ffffffff84affb14>] sock_setsockopt+0x1284/0x13d0 net/core/sock.c:880
20344 [< inline >] SYSC_setsockopt net/socket.c:1746
20345 [<ffffffff84aed7ee>] SyS_setsockopt+0x1fe/0x240 net/socket.c:1729
20346 [<ffffffff85c18c76>] entry_SYSCALL_64_fastpath+0x16/0x7a
20347 arch/x86/entry/entry_64.S:185
20348
20349 This is because we mistake a raw socket as a tcp socket.
20350 We should check both sk->sk_type and sk->sk_protocol to ensure
20351 it is a tcp socket.
20352
20353 Willem points out __skb_complete_tx_timestamp() needs to fix as well.
20354
20355 Reported-by: Dmitry Vyukov <dvyukov@google.com>
20356 Cc: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
20357 Cc: Eric Dumazet <eric.dumazet@gmail.com>
20358 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
20359 Acked-by: Willem de Bruijn <willemb@google.com>
20360 Signed-off-by: David S. Miller <davem@davemloft.net>
20361
20362 net/core/skbuff.c | 3 ++-
20363 net/core/sock.c | 3 ++-
20364 2 files changed, 4 insertions(+), 2 deletions(-)
20365
20366 commit bd6b3399804470a4ad8f34229469ca149dceba3d
20367 Author: Colin Ian King <colin.king@canonical.com>
20368 Date: Fri Dec 18 14:22:01 2015 -0800
20369
20370 proc: fix -ESRCH error when writing to /proc/$pid/coredump_filter
20371
20372 Writing to /proc/$pid/coredump_filter always returns -ESRCH because commit
20373 774636e19ed51 ("proc: convert to kstrto*()/kstrto*_from_user()") removed
20374 the setting of ret after the get_proc_task call and incorrectly left it as
20375 -ESRCH. Instead, return 0 when successful.
20376
20377 Example breakage:
20378
20379 echo 0 > /proc/self/coredump_filter
20380 bash: echo: write error: No such process
20381
20382 Fixes: 774636e19ed51 ("proc: convert to kstrto*()/kstrto*_from_user()")
20383 Signed-off-by: Colin Ian King <colin.king@canonical.com>
20384 Acked-by: Kees Cook <keescook@chromium.org>
20385 Cc: <stable@vger.kernel.org> [4.3+]
20386 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
20387 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
20388
20389 fs/proc/base.c | 1 +
20390 1 files changed, 1 insertions(+), 0 deletions(-)
20391
20392 commit b28aca2b99ed08546778355fb9402c503ff9b29e
20393 Author: Junichi Nomura <j-nomura@ce.jp.nec.com>
20394 Date: Tue Dec 22 10:23:44 2015 -0700
20395
20396 block: ensure to split after potentially bouncing a bio
20397
20398 blk_queue_bio() does split then bounce, which makes the segment
20399 counting based on pages before bouncing and could go wrong. Move
20400 the split to after bouncing, like we do for blk-mq, and the we
20401 fix the issue of having the bio count for segments be wrong.
20402
20403 Fixes: 54efd50bfd87 ("block: make generic_make_request handle arbitrarily sized bios")
20404 Cc: stable@vger.kernel.org
20405 Tested-by: Artem S. Tashkinov <t.artem@lycos.com>
20406 Signed-off-by: Jens Axboe <axboe@fb.com>
20407
20408 block/blk-core.c | 4 ++--
20409 1 files changed, 2 insertions(+), 2 deletions(-)
20410
20411 commit e62a25e917a9e5b35ddd5b4f1b5e5e30fbd2e84c
20412 Merge: f6f63ae ec72fa5
20413 Author: Brad Spengler <spender@grsecurity.net>
20414 Date: Tue Dec 22 19:46:26 2015 -0500
20415
20416 Merge branch 'pax-test' into grsec-test
20417
20418 commit ec72fa5f8d9cb4e223bad1b8b5c2e1071c222f2a
20419 Author: Brad Spengler <spender@grsecurity.net>
20420 Date: Tue Dec 22 19:45:51 2015 -0500
20421
20422 Update to pax-linux-4.3.3-test13.patch:
20423 - 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)
20424 - 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)
20425
20426 arch/arm/mm/fault.c | 2 +-
20427 arch/x86/mm/fault.c | 2 +-
20428 fs/btrfs/extent_map.c | 8 ++++++--
20429 fs/xfs/libxfs/xfs_da_btree.c | 4 +++-
20430 4 files changed, 11 insertions(+), 5 deletions(-)
20431
20432 commit f6f63ae154cd45028add1dc41957878060d77fbf
20433 Author: Brad Spengler <spender@grsecurity.net>
20434 Date: Thu Dec 17 18:43:44 2015 -0500
20435
20436 ptrace_has_cap() checks whether the current process should be
20437 treated as having a certain capability for ptrace checks
20438 against another process. Until now, this was equivalent to
20439 has_ns_capability(current, target_ns, CAP_SYS_PTRACE).
20440
20441 However, if a root-owned process wants to enter a user
20442 namespace for some reason without knowing who owns it and
20443 therefore can't change to the namespace owner's uid and gid
20444 before entering, as soon as it has entered the namespace,
20445 the namespace owner can attach to it via ptrace and thereby
20446 gain access to its uid and gid.
20447
20448 While it is possible for the entering process to switch to
20449 the uid of a claimed namespace owner before entering,
20450 causing the attempt to enter to fail if the claimed uid is
20451 wrong, this doesn't solve the problem of determining an
20452 appropriate gid.
20453
20454 With this change, the entering process can first enter the
20455 namespace and then safely inspect the namespace's
20456 properties, e.g. through /proc/self/{uid_map,gid_map},
20457 assuming that the namespace owner doesn't have access to
20458 uid 0.
20459 Signed-off-by: Jann Horn <jann@thejh.net>
20460
20461 kernel/ptrace.c | 30 +++++++++++++++++++++++++-----
20462 1 files changed, 25 insertions(+), 5 deletions(-)
20463
20464 commit e314f0fb63020f61543b401ff594e953c2c304e5
20465 Author: tadeusz.struk@intel.com <tadeusz.struk@intel.com>
20466 Date: Tue Dec 15 10:46:17 2015 -0800
20467
20468 net: fix uninitialized variable issue
20469
20470 msg_iocb needs to be initialized on the recv/recvfrom path.
20471 Otherwise afalg will wrongly interpret it as an async call.
20472
20473 Cc: stable@vger.kernel.org
20474 Reported-by: Harald Freudenberger <freude@linux.vnet.ibm.com>
20475 Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
20476 Signed-off-by: David S. Miller <davem@davemloft.net>
20477
20478 net/socket.c | 1 +
20479 1 files changed, 1 insertions(+), 0 deletions(-)
20480
20481 commit a3f56a43ad56b8fcaf04f6327636ed2f5970de3b
20482 Merge: dfa764c 142edcf
20483 Author: Brad Spengler <spender@grsecurity.net>
20484 Date: Wed Dec 16 21:01:17 2015 -0500
20485
20486 Merge branch 'pax-test' into grsec-test
20487
20488 commit 142edcf1005a57fb8887823565cf0bafad2f313c
20489 Author: Brad Spengler <spender@grsecurity.net>
20490 Date: Wed Dec 16 21:00:57 2015 -0500
20491
20492 Update to pax-linux-4.3.3-test12.patch:
20493 - 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)
20494 - 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)
20495
20496 drivers/tty/n_tty.c | 16 ++++++++--------
20497 .../disable_size_overflow_hash.data | 2 ++
20498 .../size_overflow_plugin/size_overflow_hash.data | 6 ++----
20499 3 files changed, 12 insertions(+), 12 deletions(-)
20500
20501 commit dfa764cc549892a5bfc1083cac78b99032cae577
20502 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
20503 Date: Tue Dec 15 22:59:12 2015 +0100
20504
20505 ipv6: automatically enable stable privacy mode if stable_secret set
20506
20507 Bjørn reported that while we switch all interfaces to privacy stable mode
20508 when setting the secret, we don't set this mode for new interfaces. This
20509 does not make sense, so change this behaviour.
20510
20511 Fixes: 622c81d57b392cc ("ipv6: generation of stable privacy addresses for link-local and autoconf")
20512 Reported-by: Bjørn Mork <bjorn@mork.no>
20513 Cc: Bjørn Mork <bjorn@mork.no>
20514 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
20515 Signed-off-by: David S. Miller <davem@davemloft.net>
20516
20517 net/ipv6/addrconf.c | 6 ++++++
20518 1 files changed, 6 insertions(+), 0 deletions(-)
20519
20520 commit c2815a1fee03f222273e77c14e43f960da06f35a
20521 Author: Brad Spengler <spender@grsecurity.net>
20522 Date: Wed Dec 16 13:03:38 2015 -0500
20523
20524 Work around upstream limitation on the number of thread info flags causing a compilation error
20525 Reported by fabled at http://forums.grsecurity.net/viewtopic.php?f=3&t=4339
20526
20527 arch/arm/kernel/entry-common.S | 8 ++++++--
20528 1 files changed, 6 insertions(+), 2 deletions(-)
20529
20530 commit 8c9ae168e09ae49324d709d76d73d9fc4ca477e1
20531 Author: Brad Spengler <spender@grsecurity.net>
20532 Date: Tue Dec 15 19:03:41 2015 -0500
20533
20534 Initial import of grsecurity 3.1 for Linux 4.3.3
20535
20536 Documentation/dontdiff | 2 +
20537 Documentation/kernel-parameters.txt | 7 +
20538 Documentation/sysctl/kernel.txt | 15 +
20539 Makefile | 18 +-
20540 arch/alpha/include/asm/cache.h | 4 +-
20541 arch/alpha/kernel/osf_sys.c | 12 +-
20542 arch/arc/Kconfig | 1 +
20543 arch/arm/Kconfig | 1 +
20544 arch/arm/Kconfig.debug | 1 +
20545 arch/arm/include/asm/thread_info.h | 7 +-
20546 arch/arm/kernel/process.c | 4 +-
20547 arch/arm/kernel/ptrace.c | 9 +
20548 arch/arm/kernel/traps.c | 7 +-
20549 arch/arm/mm/Kconfig | 2 +-
20550 arch/arm/mm/fault.c | 40 +-
20551 arch/arm/mm/mmap.c | 8 +-
20552 arch/arm/net/bpf_jit_32.c | 51 +-
20553 arch/arm64/Kconfig.debug | 1 +
20554 arch/avr32/include/asm/cache.h | 4 +-
20555 arch/blackfin/Kconfig.debug | 1 +
20556 arch/blackfin/include/asm/cache.h | 3 +-
20557 arch/cris/include/arch-v10/arch/cache.h | 3 +-
20558 arch/cris/include/arch-v32/arch/cache.h | 3 +-
20559 arch/frv/include/asm/cache.h | 3 +-
20560 arch/frv/mm/elf-fdpic.c | 4 +-
20561 arch/hexagon/include/asm/cache.h | 6 +-
20562 arch/ia64/Kconfig | 1 +
20563 arch/ia64/include/asm/cache.h | 3 +-
20564 arch/ia64/kernel/sys_ia64.c | 2 +
20565 arch/ia64/mm/hugetlbpage.c | 2 +
20566 arch/m32r/include/asm/cache.h | 4 +-
20567 arch/m68k/include/asm/cache.h | 4 +-
20568 arch/metag/mm/hugetlbpage.c | 1 +
20569 arch/microblaze/include/asm/cache.h | 3 +-
20570 arch/mips/Kconfig | 1 +
20571 arch/mips/include/asm/cache.h | 3 +-
20572 arch/mips/include/asm/thread_info.h | 11 +-
20573 arch/mips/kernel/irq.c | 3 +
20574 arch/mips/kernel/ptrace.c | 9 +
20575 arch/mips/mm/mmap.c | 4 +-
20576 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
20577 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
20578 arch/openrisc/include/asm/cache.h | 4 +-
20579 arch/parisc/include/asm/cache.h | 5 +-
20580 arch/parisc/kernel/sys_parisc.c | 4 +
20581 arch/powerpc/Kconfig | 1 +
20582 arch/powerpc/include/asm/cache.h | 4 +-
20583 arch/powerpc/include/asm/thread_info.h | 5 +-
20584 arch/powerpc/kernel/Makefile | 2 +
20585 arch/powerpc/kernel/irq.c | 3 +
20586 arch/powerpc/kernel/process.c | 10 +-
20587 arch/powerpc/kernel/ptrace.c | 14 +
20588 arch/powerpc/kernel/traps.c | 5 +
20589 arch/powerpc/mm/slice.c | 2 +-
20590 arch/s390/Kconfig.debug | 1 +
20591 arch/s390/include/asm/cache.h | 4 +-
20592 arch/score/include/asm/cache.h | 4 +-
20593 arch/sh/include/asm/cache.h | 3 +-
20594 arch/sh/mm/mmap.c | 6 +-
20595 arch/sparc/include/asm/cache.h | 4 +-
20596 arch/sparc/include/asm/pgalloc_64.h | 1 +
20597 arch/sparc/include/asm/thread_info_64.h | 8 +-
20598 arch/sparc/kernel/process_32.c | 6 +-
20599 arch/sparc/kernel/process_64.c | 8 +-
20600 arch/sparc/kernel/ptrace_64.c | 14 +
20601 arch/sparc/kernel/sys_sparc_64.c | 8 +-
20602 arch/sparc/kernel/syscalls.S | 8 +-
20603 arch/sparc/kernel/traps_32.c | 8 +-
20604 arch/sparc/kernel/traps_64.c | 28 +-
20605 arch/sparc/kernel/unaligned_64.c | 2 +-
20606 arch/sparc/mm/fault_64.c | 2 +-
20607 arch/sparc/mm/hugetlbpage.c | 15 +-
20608 arch/tile/Kconfig | 1 +
20609 arch/tile/include/asm/cache.h | 3 +-
20610 arch/tile/mm/hugetlbpage.c | 2 +
20611 arch/um/include/asm/cache.h | 3 +-
20612 arch/unicore32/include/asm/cache.h | 6 +-
20613 arch/x86/Kconfig | 21 +
20614 arch/x86/Kconfig.debug | 2 +
20615 arch/x86/entry/common.c | 14 +
20616 arch/x86/entry/entry_32.S | 2 +-
20617 arch/x86/entry/entry_64.S | 2 +-
20618 arch/x86/ia32/ia32_aout.c | 2 +
20619 arch/x86/include/asm/floppy.h | 20 +-
20620 arch/x86/include/asm/fpu/types.h | 69 +-
20621 arch/x86/include/asm/io.h | 2 +-
20622 arch/x86/include/asm/page.h | 12 +-
20623 arch/x86/include/asm/paravirt_types.h | 23 +-
20624 arch/x86/include/asm/processor.h | 12 +-
20625 arch/x86/include/asm/thread_info.h | 6 +-
20626 arch/x86/include/asm/uaccess.h | 2 +-
20627 arch/x86/kernel/dumpstack.c | 10 +-
20628 arch/x86/kernel/dumpstack_32.c | 2 +-
20629 arch/x86/kernel/dumpstack_64.c | 2 +-
20630 arch/x86/kernel/ioport.c | 13 +
20631 arch/x86/kernel/irq_32.c | 3 +
20632 arch/x86/kernel/irq_64.c | 4 +
20633 arch/x86/kernel/ldt.c | 18 +
20634 arch/x86/kernel/msr.c | 10 +
20635 arch/x86/kernel/ptrace.c | 14 +
20636 arch/x86/kernel/signal.c | 9 +-
20637 arch/x86/kernel/sys_i386_32.c | 9 +-
20638 arch/x86/kernel/sys_x86_64.c | 8 +-
20639 arch/x86/kernel/traps.c | 5 +
20640 arch/x86/kernel/verify_cpu.S | 1 +
20641 arch/x86/kernel/vm86_32.c | 15 +
20642 arch/x86/kvm/svm.c | 14 +-
20643 arch/x86/mm/fault.c | 12 +-
20644 arch/x86/mm/hugetlbpage.c | 15 +-
20645 arch/x86/mm/init.c | 66 +-
20646 arch/x86/mm/init_32.c | 6 +-
20647 arch/x86/net/bpf_jit_comp.c | 4 +
20648 arch/x86/platform/efi/efi_64.c | 2 +-
20649 arch/x86/xen/Kconfig | 1 +
20650 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
20651 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
20652 crypto/ablkcipher.c | 2 +-
20653 crypto/blkcipher.c | 2 +-
20654 crypto/scatterwalk.c | 10 +-
20655 drivers/acpi/acpica/hwxfsleep.c | 11 +-
20656 drivers/acpi/custom_method.c | 4 +
20657 drivers/block/cciss.h | 30 +-
20658 drivers/block/smart1,2.h | 40 +-
20659 drivers/cdrom/cdrom.c | 2 +-
20660 drivers/char/Kconfig | 4 +-
20661 drivers/char/genrtc.c | 1 +
20662 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
20663 drivers/char/mem.c | 17 +
20664 drivers/char/random.c | 5 +-
20665 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
20666 drivers/crypto/nx/nx-aes-ccm.c | 2 +-
20667 drivers/crypto/nx/nx-aes-gcm.c | 2 +-
20668 drivers/crypto/talitos.c | 2 +-
20669 drivers/firewire/ohci.c | 4 +
20670 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 70 +-
20671 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
20672 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
20673 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
20674 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
20675 drivers/hid/hid-wiimote-debug.c | 2 +-
20676 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
20677 drivers/iommu/Kconfig | 1 +
20678 drivers/iommu/amd_iommu.c | 14 +-
20679 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
20680 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
20681 drivers/isdn/gigaset/usb-gigaset.c | 32 +-
20682 drivers/isdn/hisax/config.c | 2 +-
20683 drivers/isdn/hisax/hfc_pci.c | 2 +-
20684 drivers/isdn/hisax/hfc_sx.c | 2 +-
20685 drivers/isdn/hisax/q931.c | 6 +-
20686 drivers/isdn/i4l/isdn_concap.c | 6 +-
20687 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
20688 drivers/md/bcache/Kconfig | 1 +
20689 drivers/md/raid5.c | 8 +
20690 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
20691 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
20692 drivers/media/platform/vivid/vivid-osd.c | 1 +
20693 drivers/media/radio/radio-cadet.c | 5 +-
20694 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
20695 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
20696 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
20697 drivers/media/usb/dvb-usb/technisat-usb2.c | 75 +-
20698 drivers/message/fusion/mptbase.c | 9 +
20699 drivers/misc/sgi-xp/xp_main.c | 12 +-
20700 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
20701 drivers/net/ppp/pppoe.c | 14 +-
20702 drivers/net/ppp/pptp.c | 6 +
20703 drivers/net/slip/slhc.c | 3 +
20704 drivers/net/wan/lmc/lmc_media.c | 97 +-
20705 drivers/net/wan/x25_asy.c | 6 +-
20706 drivers/net/wan/z85230.c | 24 +-
20707 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
20708 drivers/net/wireless/zd1211rw/zd_usb.c | 2 +-
20709 drivers/pci/pci-sysfs.c | 2 +-
20710 drivers/pci/proc.c | 9 +
20711 drivers/platform/x86/asus-wmi.c | 12 +
20712 drivers/rtc/rtc-dev.c | 3 +
20713 drivers/scsi/bfa/bfa_fcs.c | 19 +-
20714 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
20715 drivers/scsi/bfa/bfa_modules.h | 12 +-
20716 drivers/scsi/hpsa.h | 40 +-
20717 drivers/staging/dgnc/dgnc_mgmt.c | 1 +
20718 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
20719 drivers/staging/lustre/lustre/libcfs/module.c | 10 +-
20720 drivers/target/target_core_sbc.c | 17 +-
20721 drivers/target/target_core_transport.c | 14 +-
20722 drivers/tty/serial/uartlite.c | 4 +-
20723 drivers/tty/sysrq.c | 2 +-
20724 drivers/tty/vt/keyboard.c | 22 +-
20725 drivers/uio/uio.c | 6 +-
20726 drivers/usb/core/hub.c | 5 +
20727 drivers/usb/gadget/function/f_uac1.c | 1 +
20728 drivers/usb/gadget/function/u_uac1.c | 1 +
20729 drivers/usb/host/hwa-hc.c | 9 +-
20730 drivers/usb/usbip/vhci_sysfs.c | 2 +-
20731 drivers/video/fbdev/arcfb.c | 2 +-
20732 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
20733 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
20734 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
20735 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++-----
20736 drivers/xen/xenfs/xenstored.c | 5 +
20737 firmware/Makefile | 2 +
20738 firmware/WHENCE | 20 +-
20739 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
20740 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
20741 fs/9p/vfs_inode.c | 4 +-
20742 fs/attr.c | 1 +
20743 fs/autofs4/waitq.c | 9 +
20744 fs/binfmt_aout.c | 7 +
20745 fs/binfmt_elf.c | 50 +-
20746 fs/compat.c | 20 +-
20747 fs/coredump.c | 17 +-
20748 fs/dcache.c | 3 +
20749 fs/debugfs/inode.c | 11 +-
20750 fs/exec.c | 219 +-
20751 fs/ext2/balloc.c | 4 +-
20752 fs/ext2/super.c | 8 +-
20753 fs/ext4/balloc.c | 4 +-
20754 fs/fcntl.c | 4 +
20755 fs/fhandle.c | 3 +-
20756 fs/file.c | 4 +
20757 fs/filesystems.c | 4 +
20758 fs/fs_struct.c | 20 +-
20759 fs/hugetlbfs/inode.c | 5 +-
20760 fs/inode.c | 8 +-
20761 fs/kernfs/dir.c | 6 +
20762 fs/mount.h | 4 +-
20763 fs/namei.c | 286 +-
20764 fs/namespace.c | 24 +
20765 fs/nfsd/nfscache.c | 2 +-
20766 fs/open.c | 38 +
20767 fs/overlayfs/inode.c | 11 +-
20768 fs/overlayfs/super.c | 6 +-
20769 fs/pipe.c | 2 +-
20770 fs/posix_acl.c | 15 +-
20771 fs/proc/Kconfig | 10 +-
20772 fs/proc/array.c | 69 +-
20773 fs/proc/base.c | 186 +-
20774 fs/proc/cmdline.c | 4 +
20775 fs/proc/devices.c | 4 +
20776 fs/proc/fd.c | 17 +-
20777 fs/proc/generic.c | 64 +
20778 fs/proc/inode.c | 17 +
20779 fs/proc/internal.h | 11 +-
20780 fs/proc/interrupts.c | 4 +
20781 fs/proc/kcore.c | 3 +
20782 fs/proc/meminfo.c | 7 +-
20783 fs/proc/namespaces.c | 4 +-
20784 fs/proc/proc_net.c | 31 +
20785 fs/proc/proc_sysctl.c | 52 +-
20786 fs/proc/root.c | 8 +
20787 fs/proc/stat.c | 69 +-
20788 fs/proc/task_mmu.c | 66 +-
20789 fs/readdir.c | 19 +
20790 fs/reiserfs/item_ops.c | 24 +-
20791 fs/reiserfs/super.c | 4 +
20792 fs/select.c | 2 +
20793 fs/seq_file.c | 30 +-
20794 fs/splice.c | 8 +
20795 fs/stat.c | 20 +-
20796 fs/sysfs/dir.c | 30 +-
20797 fs/sysv/inode.c | 11 +-
20798 fs/utimes.c | 7 +
20799 fs/xattr.c | 26 +-
20800 grsecurity/Kconfig | 1182 ++++
20801 grsecurity/Makefile | 54 +
20802 grsecurity/gracl.c | 2757 +++++++++
20803 grsecurity/gracl_alloc.c | 105 +
20804 grsecurity/gracl_cap.c | 127 +
20805 grsecurity/gracl_compat.c | 269 +
20806 grsecurity/gracl_fs.c | 448 ++
20807 grsecurity/gracl_ip.c | 386 ++
20808 grsecurity/gracl_learn.c | 207 +
20809 grsecurity/gracl_policy.c | 1786 ++++++
20810 grsecurity/gracl_res.c | 68 +
20811 grsecurity/gracl_segv.c | 304 +
20812 grsecurity/gracl_shm.c | 40 +
20813 grsecurity/grsec_chdir.c | 19 +
20814 grsecurity/grsec_chroot.c | 467 ++
20815 grsecurity/grsec_disabled.c | 445 ++
20816 grsecurity/grsec_exec.c | 189 +
20817 grsecurity/grsec_fifo.c | 26 +
20818 grsecurity/grsec_fork.c | 23 +
20819 grsecurity/grsec_init.c | 290 +
20820 grsecurity/grsec_ipc.c | 48 +
20821 grsecurity/grsec_link.c | 65 +
20822 grsecurity/grsec_log.c | 340 +
20823 grsecurity/grsec_mem.c | 48 +
20824 grsecurity/grsec_mount.c | 65 +
20825 grsecurity/grsec_pax.c | 47 +
20826 grsecurity/grsec_proc.c | 20 +
20827 grsecurity/grsec_ptrace.c | 30 +
20828 grsecurity/grsec_sig.c | 236 +
20829 grsecurity/grsec_sock.c | 244 +
20830 grsecurity/grsec_sysctl.c | 488 ++
20831 grsecurity/grsec_time.c | 16 +
20832 grsecurity/grsec_tpe.c | 78 +
20833 grsecurity/grsec_usb.c | 15 +
20834 grsecurity/grsum.c | 64 +
20835 include/linux/binfmts.h | 5 +-
20836 include/linux/bitops.h | 2 +-
20837 include/linux/capability.h | 13 +
20838 include/linux/compiler-gcc.h | 5 +
20839 include/linux/compiler.h | 8 +
20840 include/linux/cred.h | 8 +-
20841 include/linux/dcache.h | 5 +-
20842 include/linux/fs.h | 24 +-
20843 include/linux/fs_struct.h | 2 +-
20844 include/linux/fsnotify.h | 6 +
20845 include/linux/gracl.h | 342 +
20846 include/linux/gracl_compat.h | 156 +
20847 include/linux/gralloc.h | 9 +
20848 include/linux/grdefs.h | 140 +
20849 include/linux/grinternal.h | 230 +
20850 include/linux/grmsg.h | 118 +
20851 include/linux/grsecurity.h | 255 +
20852 include/linux/grsock.h | 19 +
20853 include/linux/ipc.h | 2 +-
20854 include/linux/ipc_namespace.h | 2 +-
20855 include/linux/kallsyms.h | 18 +-
20856 include/linux/kmod.h | 5 +
20857 include/linux/kobject.h | 2 +-
20858 include/linux/lsm_hooks.h | 4 +-
20859 include/linux/mm.h | 12 +
20860 include/linux/mm_types.h | 4 +-
20861 include/linux/module.h | 5 +-
20862 include/linux/mount.h | 2 +-
20863 include/linux/msg.h | 2 +-
20864 include/linux/netfilter/xt_gradm.h | 9 +
20865 include/linux/path.h | 4 +-
20866 include/linux/perf_event.h | 13 +-
20867 include/linux/pid_namespace.h | 2 +-
20868 include/linux/printk.h | 2 +-
20869 include/linux/proc_fs.h | 22 +-
20870 include/linux/proc_ns.h | 2 +-
20871 include/linux/ptrace.h | 24 +-
20872 include/linux/random.h | 2 +-
20873 include/linux/rbtree_augmented.h | 4 +-
20874 include/linux/scatterlist.h | 12 +-
20875 include/linux/sched.h | 114 +-
20876 include/linux/security.h | 1 +
20877 include/linux/sem.h | 2 +-
20878 include/linux/seq_file.h | 5 +
20879 include/linux/shm.h | 6 +-
20880 include/linux/skbuff.h | 3 +
20881 include/linux/slab.h | 9 -
20882 include/linux/sysctl.h | 8 +-
20883 include/linux/thread_info.h | 6 +-
20884 include/linux/tty.h | 2 +-
20885 include/linux/tty_driver.h | 4 +-
20886 include/linux/uidgid.h | 5 +
20887 include/linux/user_namespace.h | 2 +-
20888 include/linux/utsname.h | 2 +-
20889 include/linux/vermagic.h | 16 +-
20890 include/linux/vmalloc.h | 20 +-
20891 include/net/af_unix.h | 2 +-
20892 include/net/dst.h | 33 +
20893 include/net/ip.h | 2 +-
20894 include/net/neighbour.h | 2 +-
20895 include/net/net_namespace.h | 2 +-
20896 include/net/sock.h | 4 +-
20897 include/target/target_core_base.h | 2 +-
20898 include/trace/events/fs.h | 53 +
20899 include/uapi/linux/personality.h | 1 +
20900 init/Kconfig | 4 +-
20901 init/main.c | 35 +-
20902 ipc/mqueue.c | 1 +
20903 ipc/msg.c | 3 +-
20904 ipc/sem.c | 3 +-
20905 ipc/shm.c | 26 +-
20906 ipc/util.c | 6 +
20907 kernel/auditsc.c | 2 +-
20908 kernel/bpf/syscall.c | 8 +-
20909 kernel/capability.c | 41 +-
20910 kernel/cgroup.c | 5 +-
20911 kernel/compat.c | 1 +
20912 kernel/configs.c | 11 +
20913 kernel/cred.c | 112 +-
20914 kernel/events/core.c | 16 +-
20915 kernel/exit.c | 10 +-
20916 kernel/fork.c | 86 +-
20917 kernel/futex.c | 6 +-
20918 kernel/futex_compat.c | 2 +-
20919 kernel/kallsyms.c | 9 +
20920 kernel/kcmp.c | 8 +-
20921 kernel/kexec_core.c | 2 +-
20922 kernel/kmod.c | 95 +-
20923 kernel/kprobes.c | 7 +-
20924 kernel/ksysfs.c | 2 +
20925 kernel/locking/lockdep_proc.c | 10 +-
20926 kernel/module.c | 108 +-
20927 kernel/panic.c | 4 +-
20928 kernel/pid.c | 23 +-
20929 kernel/power/Kconfig | 2 +
20930 kernel/printk/printk.c | 20 +-
20931 kernel/ptrace.c | 56 +-
20932 kernel/resource.c | 10 +
20933 kernel/sched/core.c | 11 +-
20934 kernel/signal.c | 37 +-
20935 kernel/sys.c | 64 +-
20936 kernel/sysctl.c | 172 +-
20937 kernel/taskstats.c | 6 +
20938 kernel/time/posix-timers.c | 8 +
20939 kernel/time/time.c | 5 +
20940 kernel/time/timekeeping.c | 3 +
20941 kernel/time/timer_list.c | 13 +-
20942 kernel/time/timer_stats.c | 10 +-
20943 kernel/trace/Kconfig | 2 +
20944 kernel/trace/trace_syscalls.c | 8 +
20945 kernel/user_namespace.c | 15 +
20946 lib/Kconfig.debug | 13 +-
20947 lib/Kconfig.kasan | 2 +-
20948 lib/is_single_threaded.c | 3 +
20949 lib/list_debug.c | 65 +-
20950 lib/nlattr.c | 2 +
20951 lib/rbtree.c | 4 +-
20952 lib/vsprintf.c | 39 +-
20953 localversion-grsec | 1 +
20954 mm/Kconfig | 8 +-
20955 mm/Kconfig.debug | 1 +
20956 mm/filemap.c | 1 +
20957 mm/kmemleak.c | 4 +-
20958 mm/memory.c | 2 +-
20959 mm/mempolicy.c | 12 +-
20960 mm/migrate.c | 3 +-
20961 mm/mlock.c | 6 +-
20962 mm/mmap.c | 93 +-
20963 mm/mprotect.c | 8 +
20964 mm/oom_kill.c | 28 +-
20965 mm/page_alloc.c | 2 +-
20966 mm/process_vm_access.c | 8 +-
20967 mm/shmem.c | 36 +-
20968 mm/slab.c | 14 +-
20969 mm/slab_common.c | 2 +-
20970 mm/slob.c | 12 +
20971 mm/slub.c | 33 +-
20972 mm/util.c | 3 +
20973 mm/vmalloc.c | 129 +-
20974 mm/vmstat.c | 29 +-
20975 net/appletalk/atalk_proc.c | 2 +-
20976 net/atm/lec.c | 6 +-
20977 net/atm/mpoa_caches.c | 42 +-
20978 net/bluetooth/sco.c | 3 +
20979 net/can/bcm.c | 2 +-
20980 net/can/proc.c | 2 +-
20981 net/core/dev_ioctl.c | 7 +-
20982 net/core/filter.c | 8 +-
20983 net/core/net-procfs.c | 17 +-
20984 net/core/pktgen.c | 2 +-
20985 net/core/sock.c | 3 +-
20986 net/core/sysctl_net_core.c | 2 +-
20987 net/decnet/dn_dev.c | 2 +-
20988 net/ipv4/devinet.c | 6 +-
20989 net/ipv4/inet_hashtables.c | 4 +
20990 net/ipv4/ip_input.c | 7 +
20991 net/ipv4/ip_sockglue.c | 3 +-
20992 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
20993 net/ipv4/netfilter/nf_nat_pptp.c | 2 +-
20994 net/ipv4/route.c | 6 +-
20995 net/ipv4/tcp_input.c | 4 +-
20996 net/ipv4/tcp_ipv4.c | 29 +-
20997 net/ipv4/tcp_minisocks.c | 9 +-
20998 net/ipv4/tcp_timer.c | 11 +
20999 net/ipv4/udp.c | 24 +
21000 net/ipv6/addrconf.c | 13 +-
21001 net/ipv6/proc.c | 2 +-
21002 net/ipv6/tcp_ipv6.c | 26 +-
21003 net/ipv6/udp.c | 7 +
21004 net/ipx/ipx_proc.c | 2 +-
21005 net/irda/irproc.c | 2 +-
21006 net/llc/llc_proc.c | 2 +-
21007 net/netfilter/Kconfig | 10 +
21008 net/netfilter/Makefile | 1 +
21009 net/netfilter/nf_conntrack_core.c | 8 +
21010 net/netfilter/xt_gradm.c | 51 +
21011 net/netfilter/xt_hashlimit.c | 4 +-
21012 net/netfilter/xt_recent.c | 2 +-
21013 net/sched/sch_api.c | 2 +-
21014 net/sctp/socket.c | 4 +-
21015 net/socket.c | 75 +-
21016 net/sunrpc/Kconfig | 1 +
21017 net/sunrpc/cache.c | 2 +-
21018 net/sunrpc/stats.c | 2 +-
21019 net/sysctl_net.c | 2 +-
21020 net/unix/af_unix.c | 52 +-
21021 net/vmw_vsock/vmci_transport_notify.c | 30 +-
21022 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
21023 net/x25/sysctl_net_x25.c | 2 +-
21024 net/x25/x25_proc.c | 2 +-
21025 scripts/package/Makefile | 2 +-
21026 scripts/package/mkspec | 41 +-
21027 security/Kconfig | 369 +-
21028 security/apparmor/file.c | 4 +-
21029 security/apparmor/lsm.c | 8 +-
21030 security/commoncap.c | 36 +-
21031 security/min_addr.c | 2 +
21032 security/smack/smack_lsm.c | 8 +-
21033 security/tomoyo/file.c | 12 +-
21034 security/tomoyo/mount.c | 4 +
21035 security/tomoyo/tomoyo.c | 20 +-
21036 security/yama/Kconfig | 2 +-
21037 security/yama/yama_lsm.c | 4 +-
21038 sound/synth/emux/emux_seq.c | 14 +-
21039 sound/usb/line6/driver.c | 40 +-
21040 sound/usb/line6/toneport.c | 12 +-
21041 tools/gcc/.gitignore | 1 +
21042 tools/gcc/Makefile | 12 +
21043 tools/gcc/gen-random-seed.sh | 8 +
21044 tools/gcc/randomize_layout_plugin.c | 930 +++
21045 tools/gcc/size_overflow_plugin/.gitignore | 1 +
21046 .../size_overflow_plugin/size_overflow_hash.data | 459 ++-
21047 511 files changed, 32631 insertions(+), 3196 deletions(-)
21048
21049 commit a76adb92ce39aee8eec5a025c828030ad6135c6d
21050 Author: Brad Spengler <spender@grsecurity.net>
21051 Date: Tue Dec 15 14:31:49 2015 -0500
21052
21053 Update to pax-linux-4.3.3-test11.patch:
21054 - fixed a few compile regressions with the recent plugin changes, reported by spender
21055 - updated the size overflow hash table
21056
21057 tools/gcc/latent_entropy_plugin.c | 2 +-
21058 .../size_overflow_plugin/size_overflow_hash.data | 66 +++++++++++++++++---
21059 tools/gcc/stackleak_plugin.c | 2 +-
21060 tools/gcc/structleak_plugin.c | 6 +--
21061 4 files changed, 60 insertions(+), 16 deletions(-)
21062
21063 commit f7284b1fc06628fcb2d35d2beecdea5454d46af9
21064 Author: Brad Spengler <spender@grsecurity.net>
21065 Date: Tue Dec 15 11:50:24 2015 -0500
21066
21067 Apply structleak ICE fix for gcc < 4.9
21068
21069 tools/gcc/structleak_plugin.c | 4 ++++
21070 1 files changed, 4 insertions(+), 0 deletions(-)
21071
21072 commit 92fe3eb9fd10ec7f7334decab1526989669b0287
21073 Author: Brad Spengler <spender@grsecurity.net>
21074 Date: Tue Dec 15 07:57:06 2015 -0500
21075
21076 Update to pax-linux-4.3.1-test10.patch:
21077 - Emese fixed INDIRECT_REF and TARGET_MEM_REF handling in the initify plugin
21078 - Emese regenerated the size overflow hash tables for 4.3
21079 - fixed some compat syscall exit paths to restore r12 under KERNEXEC/or
21080 - the latent entropy, stackleak and structleak plugins no longer split the entry block unnecessarily
21081
21082 arch/x86/entry/entry_64.S | 2 +-
21083 arch/x86/entry/entry_64_compat.S | 15 +-
21084 scripts/package/builddeb | 2 +-
21085 tools/gcc/initify_plugin.c | 11 +-
21086 tools/gcc/latent_entropy_plugin.c | 20 +-
21087 .../disable_size_overflow_hash.data | 4 +
21088 .../size_overflow_plugin/size_overflow_hash.data | 5345 +++++++++++---------
21089 tools/gcc/stackleak_plugin.c | 26 +-
21090 tools/gcc/structleak_plugin.c | 21 +-
21091 9 files changed, 3079 insertions(+), 2367 deletions(-)
21092
21093 commit 5bd245cb687319079c2f1c0d6a1170791ed1ed2c
21094 Merge: b5847e6 3548341
21095 Author: Brad Spengler <spender@grsecurity.net>
21096 Date: Tue Dec 15 07:47:56 2015 -0500
21097
21098 Merge branch 'linux-4.3.y' into pax-4_3
21099
21100 Conflicts:
21101 net/unix/af_unix.c
21102
21103 commit b5847e6a896c5d99191135ca4d7c3b6be8f116ff
21104 Author: Brad Spengler <spender@grsecurity.net>
21105 Date: Wed Dec 9 23:11:36 2015 -0500
21106
21107 Update to pax-linux-4.3.1-test9.patch:
21108 - 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)
21109 - Emese fixed an intentional overflow caused by gcc, reported by saironiq (https://forums.grsecurity.net/viewtopic.php?f=3&t=4333)
21110 - Emese fixed a false positive overflow report in the forcedeth driver, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?t=4334)
21111 - Emese fixed a false positive overflow report in KVM's emulator, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4336)
21112 - Emese fixed the initify plugin to detect some captured use of __func__, reported by Rasmus Villemoes <linux@rasmusvillemoes.dk>
21113 - constrained shmmax and shmall to avoid triggering size overflow checks, reported by Mathias Krause <minipli@ld-linux.so>
21114 - 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
21115
21116 Makefile | 6 +
21117 arch/x86/include/asm/compat.h | 4 +
21118 arch/x86/include/asm/dma.h | 2 +
21119 arch/x86/include/asm/pmem.h | 2 +-
21120 arch/x86/include/asm/uaccess.h | 20 +-
21121 arch/x86/kernel/apic/vector.c | 6 +-
21122 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
21123 arch/x86/kernel/cpu/perf_event_intel.c | 28 +-
21124 arch/x86/kernel/head_64.S | 1 -
21125 arch/x86/kvm/i8259.c | 10 +-
21126 arch/x86/kvm/ioapic.c | 2 +
21127 arch/x86/kvm/x86.c | 2 +
21128 arch/x86/lib/usercopy_64.c | 2 +-
21129 arch/x86/mm/mpx.c | 4 +-
21130 arch/x86/mm/pageattr.c | 7 +
21131 drivers/base/devres.c | 4 +-
21132 drivers/base/power/runtime.c | 6 +-
21133 drivers/base/regmap/regmap.c | 4 +-
21134 drivers/block/drbd/drbd_receiver.c | 4 +-
21135 drivers/block/drbd/drbd_worker.c | 6 +-
21136 drivers/char/virtio_console.c | 6 +-
21137 drivers/md/dm.c | 12 +-
21138 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
21139 drivers/net/macvtap.c | 4 +-
21140 drivers/video/fbdev/core/fbmem.c | 10 +-
21141 fs/compat.c | 3 +-
21142 fs/coredump.c | 2 +-
21143 fs/dcache.c | 13 +-
21144 fs/fhandle.c | 2 +-
21145 fs/file.c | 14 +-
21146 fs/fs-writeback.c | 11 +-
21147 fs/overlayfs/copy_up.c | 2 +-
21148 fs/readdir.c | 3 +-
21149 fs/super.c | 3 +-
21150 include/linux/compiler.h | 36 ++-
21151 include/linux/rcupdate.h | 8 +
21152 include/linux/sched.h | 4 +-
21153 include/linux/seqlock.h | 10 +
21154 include/linux/spinlock.h | 17 +-
21155 include/linux/srcu.h | 5 +-
21156 include/linux/syscalls.h | 2 +-
21157 include/linux/writeback.h | 3 +-
21158 include/uapi/linux/swab.h | 6 +-
21159 ipc/ipc_sysctl.c | 6 +
21160 kernel/exit.c | 25 +-
21161 kernel/resource.c | 4 +-
21162 kernel/signal.c | 12 +-
21163 kernel/user.c | 2 +-
21164 kernel/workqueue.c | 6 +-
21165 lib/rhashtable.c | 4 +-
21166 net/compat.c | 2 +-
21167 net/ipv4/xfrm4_mode_transport.c | 2 +-
21168 security/keys/internal.h | 8 +-
21169 security/keys/keyring.c | 4 -
21170 sound/core/seq/seq_clientmgr.c | 8 +-
21171 sound/core/seq/seq_compat.c | 2 +-
21172 sound/core/seq/seq_memory.c | 6 +-
21173 tools/gcc/checker_plugin.c | 415 +++++++++++++++++++-
21174 tools/gcc/gcc-common.h | 1 +
21175 tools/gcc/initify_plugin.c | 33 ++-
21176 .../disable_size_overflow_hash.data | 1 +
21177 .../size_overflow_plugin/size_overflow_hash.data | 1 -
21178 62 files changed, 708 insertions(+), 140 deletions(-)
21179
21180 commit f2634c2f6995f4231616f24ed016f890c701f939
21181 Merge: 1241bff 5f8b236
21182 Author: Brad Spengler <spender@grsecurity.net>
21183 Date: Wed Dec 9 21:50:47 2015 -0500
21184
21185 Merge branch 'linux-4.3.y' into pax-4_3
21186
21187 Conflicts:
21188 arch/x86/kernel/fpu/xstate.c
21189 arch/x86/kernel/head_64.S
21190
21191 commit 1241bff82e3d7dadb05de0a60b8d2822afc6547c
21192 Author: Brad Spengler <spender@grsecurity.net>
21193 Date: Sun Dec 6 08:44:56 2015 -0500
21194
21195 Update to pax-linux-4.3-test8.patch:
21196 - 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)
21197 - gcc plugin compilation problems will now also produce the output of the checking script to make diagnosis easier, reported by hunger
21198 - 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)
21199 - 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)
21200
21201 Makefile | 5 +++
21202 drivers/md/md.c | 5 ++-
21203 drivers/md/raid1.c | 2 +-
21204 fs/proc/task_mmu.c | 3 ++
21205 .../disable_size_overflow_hash.data | 4 ++-
21206 .../size_overflow_plugin/intentional_overflow.c | 32 ++++++++++++++++---
21207 .../size_overflow_plugin/size_overflow_hash.data | 2 -
21208 .../size_overflow_plugin/size_overflow_plugin.c | 2 +-
21209 8 files changed, 43 insertions(+), 12 deletions(-)
21210
21211 commit cce6a9f9bdd27096632ca1c0246dcc07f2eb1a18
21212 Author: Brad Spengler <spender@grsecurity.net>
21213 Date: Fri Dec 4 14:24:12 2015 -0500
21214
21215 Initial import of pax-linux-4.3-test7.patch
21216
21217 Documentation/dontdiff | 47 +-
21218 Documentation/kbuild/makefiles.txt | 39 +-
21219 Documentation/kernel-parameters.txt | 28 +
21220 Makefile | 108 +-
21221 arch/alpha/include/asm/atomic.h | 10 +
21222 arch/alpha/include/asm/elf.h | 7 +
21223 arch/alpha/include/asm/pgalloc.h | 6 +
21224 arch/alpha/include/asm/pgtable.h | 11 +
21225 arch/alpha/kernel/module.c | 2 +-
21226 arch/alpha/kernel/osf_sys.c | 8 +-
21227 arch/alpha/mm/fault.c | 141 +-
21228 arch/arm/Kconfig | 2 +-
21229 arch/arm/include/asm/atomic.h | 320 +-
21230 arch/arm/include/asm/cache.h | 5 +-
21231 arch/arm/include/asm/cacheflush.h | 2 +-
21232 arch/arm/include/asm/checksum.h | 14 +-
21233 arch/arm/include/asm/cmpxchg.h | 4 +
21234 arch/arm/include/asm/cpuidle.h | 2 +-
21235 arch/arm/include/asm/domain.h | 22 +-
21236 arch/arm/include/asm/elf.h | 9 +-
21237 arch/arm/include/asm/fncpy.h | 2 +
21238 arch/arm/include/asm/futex.h | 10 +
21239 arch/arm/include/asm/kmap_types.h | 2 +-
21240 arch/arm/include/asm/mach/dma.h | 2 +-
21241 arch/arm/include/asm/mach/map.h | 16 +-
21242 arch/arm/include/asm/outercache.h | 2 +-
21243 arch/arm/include/asm/page.h | 3 +-
21244 arch/arm/include/asm/pgalloc.h | 20 +
21245 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
21246 arch/arm/include/asm/pgtable-2level.h | 3 +
21247 arch/arm/include/asm/pgtable-3level.h | 3 +
21248 arch/arm/include/asm/pgtable.h | 54 +-
21249 arch/arm/include/asm/smp.h | 2 +-
21250 arch/arm/include/asm/tls.h | 3 +
21251 arch/arm/include/asm/uaccess.h | 79 +-
21252 arch/arm/include/uapi/asm/ptrace.h | 2 +-
21253 arch/arm/kernel/armksyms.c | 2 +-
21254 arch/arm/kernel/cpuidle.c | 2 +-
21255 arch/arm/kernel/entry-armv.S | 109 +-
21256 arch/arm/kernel/entry-common.S | 40 +-
21257 arch/arm/kernel/entry-header.S | 55 +
21258 arch/arm/kernel/fiq.c | 3 +
21259 arch/arm/kernel/module-plts.c | 7 +-
21260 arch/arm/kernel/module.c | 38 +-
21261 arch/arm/kernel/patch.c | 2 +
21262 arch/arm/kernel/process.c | 90 +-
21263 arch/arm/kernel/reboot.c | 1 +
21264 arch/arm/kernel/setup.c | 20 +-
21265 arch/arm/kernel/signal.c | 35 +-
21266 arch/arm/kernel/smp.c | 2 +-
21267 arch/arm/kernel/tcm.c | 4 +-
21268 arch/arm/kernel/vmlinux.lds.S | 6 +-
21269 arch/arm/kvm/arm.c | 8 +-
21270 arch/arm/lib/copy_page.S | 1 +
21271 arch/arm/lib/csumpartialcopyuser.S | 4 +-
21272 arch/arm/lib/delay.c | 2 +-
21273 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
21274 arch/arm/mach-exynos/suspend.c | 6 +-
21275 arch/arm/mach-mvebu/coherency.c | 4 +-
21276 arch/arm/mach-omap2/board-n8x0.c | 2 +-
21277 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
21278 arch/arm/mach-omap2/omap-smp.c | 1 +
21279 arch/arm/mach-omap2/omap-wakeupgen.c | 2 +-
21280 arch/arm/mach-omap2/omap_device.c | 4 +-
21281 arch/arm/mach-omap2/omap_device.h | 4 +-
21282 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
21283 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
21284 arch/arm/mach-omap2/wd_timer.c | 6 +-
21285 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
21286 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
21287 arch/arm/mach-tegra/irq.c | 1 +
21288 arch/arm/mach-ux500/pm.c | 1 +
21289 arch/arm/mach-zynq/platsmp.c | 1 +
21290 arch/arm/mm/Kconfig | 6 +-
21291 arch/arm/mm/alignment.c | 8 +
21292 arch/arm/mm/cache-l2x0.c | 2 +-
21293 arch/arm/mm/context.c | 10 +-
21294 arch/arm/mm/fault.c | 146 +
21295 arch/arm/mm/fault.h | 12 +
21296 arch/arm/mm/init.c | 39 +
21297 arch/arm/mm/ioremap.c | 4 +-
21298 arch/arm/mm/mmap.c | 30 +-
21299 arch/arm/mm/mmu.c | 162 +-
21300 arch/arm/net/bpf_jit_32.c | 3 +
21301 arch/arm/plat-iop/setup.c | 2 +-
21302 arch/arm/plat-omap/sram.c | 2 +
21303 arch/arm64/include/asm/atomic.h | 10 +
21304 arch/arm64/include/asm/percpu.h | 8 +-
21305 arch/arm64/include/asm/pgalloc.h | 5 +
21306 arch/arm64/include/asm/uaccess.h | 1 +
21307 arch/arm64/mm/dma-mapping.c | 2 +-
21308 arch/avr32/include/asm/elf.h | 8 +-
21309 arch/avr32/include/asm/kmap_types.h | 4 +-
21310 arch/avr32/mm/fault.c | 27 +
21311 arch/frv/include/asm/atomic.h | 10 +
21312 arch/frv/include/asm/kmap_types.h | 2 +-
21313 arch/frv/mm/elf-fdpic.c | 3 +-
21314 arch/ia64/Makefile | 1 +
21315 arch/ia64/include/asm/atomic.h | 10 +
21316 arch/ia64/include/asm/elf.h | 7 +
21317 arch/ia64/include/asm/pgalloc.h | 12 +
21318 arch/ia64/include/asm/pgtable.h | 13 +-
21319 arch/ia64/include/asm/spinlock.h | 2 +-
21320 arch/ia64/include/asm/uaccess.h | 27 +-
21321 arch/ia64/kernel/module.c | 45 +-
21322 arch/ia64/kernel/palinfo.c | 2 +-
21323 arch/ia64/kernel/sys_ia64.c | 7 +
21324 arch/ia64/kernel/vmlinux.lds.S | 2 +-
21325 arch/ia64/mm/fault.c | 32 +-
21326 arch/ia64/mm/init.c | 15 +-
21327 arch/m32r/lib/usercopy.c | 6 +
21328 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
21329 arch/mips/include/asm/atomic.h | 368 +-
21330 arch/mips/include/asm/elf.h | 7 +
21331 arch/mips/include/asm/exec.h | 2 +-
21332 arch/mips/include/asm/hw_irq.h | 2 +-
21333 arch/mips/include/asm/local.h | 57 +
21334 arch/mips/include/asm/page.h | 2 +-
21335 arch/mips/include/asm/pgalloc.h | 5 +
21336 arch/mips/include/asm/pgtable.h | 3 +
21337 arch/mips/include/asm/uaccess.h | 1 +
21338 arch/mips/kernel/binfmt_elfn32.c | 7 +
21339 arch/mips/kernel/binfmt_elfo32.c | 7 +
21340 arch/mips/kernel/irq-gt641xx.c | 2 +-
21341 arch/mips/kernel/irq.c | 6 +-
21342 arch/mips/kernel/pm-cps.c | 2 +-
21343 arch/mips/kernel/process.c | 12 -
21344 arch/mips/kernel/sync-r4k.c | 24 +-
21345 arch/mips/kernel/traps.c | 13 +-
21346 arch/mips/mm/fault.c | 25 +
21347 arch/mips/mm/mmap.c | 51 +-
21348 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
21349 arch/mips/sni/rm200.c | 2 +-
21350 arch/mips/vr41xx/common/icu.c | 2 +-
21351 arch/mips/vr41xx/common/irq.c | 4 +-
21352 arch/parisc/include/asm/atomic.h | 10 +
21353 arch/parisc/include/asm/elf.h | 7 +
21354 arch/parisc/include/asm/pgalloc.h | 6 +
21355 arch/parisc/include/asm/pgtable.h | 11 +
21356 arch/parisc/include/asm/uaccess.h | 4 +-
21357 arch/parisc/kernel/module.c | 50 +-
21358 arch/parisc/kernel/sys_parisc.c | 15 +
21359 arch/parisc/kernel/traps.c | 4 +-
21360 arch/parisc/mm/fault.c | 140 +-
21361 arch/powerpc/include/asm/atomic.h | 329 +-
21362 arch/powerpc/include/asm/elf.h | 12 +
21363 arch/powerpc/include/asm/exec.h | 2 +-
21364 arch/powerpc/include/asm/kmap_types.h | 2 +-
21365 arch/powerpc/include/asm/local.h | 46 +
21366 arch/powerpc/include/asm/mman.h | 2 +-
21367 arch/powerpc/include/asm/page.h | 8 +-
21368 arch/powerpc/include/asm/page_64.h | 7 +-
21369 arch/powerpc/include/asm/pgalloc-64.h | 7 +
21370 arch/powerpc/include/asm/pgtable.h | 1 +
21371 arch/powerpc/include/asm/pte-hash32.h | 1 +
21372 arch/powerpc/include/asm/reg.h | 1 +
21373 arch/powerpc/include/asm/smp.h | 2 +-
21374 arch/powerpc/include/asm/spinlock.h | 42 +-
21375 arch/powerpc/include/asm/uaccess.h | 141 +-
21376 arch/powerpc/kernel/Makefile | 5 +
21377 arch/powerpc/kernel/exceptions-64e.S | 4 +-
21378 arch/powerpc/kernel/exceptions-64s.S | 2 +-
21379 arch/powerpc/kernel/module_32.c | 15 +-
21380 arch/powerpc/kernel/process.c | 46 -
21381 arch/powerpc/kernel/signal_32.c | 2 +-
21382 arch/powerpc/kernel/signal_64.c | 2 +-
21383 arch/powerpc/kernel/traps.c | 21 +
21384 arch/powerpc/kernel/vdso.c | 5 +-
21385 arch/powerpc/lib/usercopy_64.c | 18 -
21386 arch/powerpc/mm/fault.c | 56 +-
21387 arch/powerpc/mm/mmap.c | 16 +
21388 arch/powerpc/mm/slice.c | 13 +-
21389 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
21390 arch/s390/include/asm/atomic.h | 10 +
21391 arch/s390/include/asm/elf.h | 7 +
21392 arch/s390/include/asm/exec.h | 2 +-
21393 arch/s390/include/asm/uaccess.h | 13 +-
21394 arch/s390/kernel/module.c | 22 +-
21395 arch/s390/kernel/process.c | 24 -
21396 arch/s390/mm/mmap.c | 16 +
21397 arch/score/include/asm/exec.h | 2 +-
21398 arch/score/kernel/process.c | 5 -
21399 arch/sh/mm/mmap.c | 22 +-
21400 arch/sparc/include/asm/atomic_64.h | 110 +-
21401 arch/sparc/include/asm/cache.h | 2 +-
21402 arch/sparc/include/asm/elf_32.h | 7 +
21403 arch/sparc/include/asm/elf_64.h | 7 +
21404 arch/sparc/include/asm/pgalloc_32.h | 1 +
21405 arch/sparc/include/asm/pgalloc_64.h | 1 +
21406 arch/sparc/include/asm/pgtable.h | 4 +
21407 arch/sparc/include/asm/pgtable_32.h | 15 +-
21408 arch/sparc/include/asm/pgtsrmmu.h | 5 +
21409 arch/sparc/include/asm/setup.h | 4 +-
21410 arch/sparc/include/asm/spinlock_64.h | 35 +-
21411 arch/sparc/include/asm/thread_info_32.h | 1 +
21412 arch/sparc/include/asm/thread_info_64.h | 2 +
21413 arch/sparc/include/asm/uaccess.h | 1 +
21414 arch/sparc/include/asm/uaccess_32.h | 28 +-
21415 arch/sparc/include/asm/uaccess_64.h | 24 +-
21416 arch/sparc/kernel/Makefile | 2 +-
21417 arch/sparc/kernel/prom_common.c | 2 +-
21418 arch/sparc/kernel/smp_64.c | 8 +-
21419 arch/sparc/kernel/sys_sparc_32.c | 2 +-
21420 arch/sparc/kernel/sys_sparc_64.c | 52 +-
21421 arch/sparc/kernel/traps_64.c | 27 +-
21422 arch/sparc/lib/Makefile | 2 +-
21423 arch/sparc/lib/atomic_64.S | 57 +-
21424 arch/sparc/lib/ksyms.c | 6 +-
21425 arch/sparc/mm/Makefile | 2 +-
21426 arch/sparc/mm/fault_32.c | 292 +
21427 arch/sparc/mm/fault_64.c | 486 +
21428 arch/sparc/mm/hugetlbpage.c | 22 +-
21429 arch/sparc/mm/init_64.c | 10 +-
21430 arch/tile/include/asm/atomic_64.h | 10 +
21431 arch/tile/include/asm/uaccess.h | 4 +-
21432 arch/um/Makefile | 4 +
21433 arch/um/include/asm/kmap_types.h | 2 +-
21434 arch/um/include/asm/page.h | 3 +
21435 arch/um/include/asm/pgtable-3level.h | 1 +
21436 arch/um/kernel/process.c | 16 -
21437 arch/x86/Kconfig | 15 +-
21438 arch/x86/Kconfig.cpu | 6 +-
21439 arch/x86/Kconfig.debug | 4 +-
21440 arch/x86/Makefile | 13 +-
21441 arch/x86/boot/Makefile | 3 +
21442 arch/x86/boot/bitops.h | 4 +-
21443 arch/x86/boot/boot.h | 2 +-
21444 arch/x86/boot/compressed/Makefile | 3 +
21445 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
21446 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
21447 arch/x86/boot/compressed/head_32.S | 4 +-
21448 arch/x86/boot/compressed/head_64.S | 12 +-
21449 arch/x86/boot/compressed/misc.c | 11 +-
21450 arch/x86/boot/cpucheck.c | 16 +-
21451 arch/x86/boot/header.S | 6 +-
21452 arch/x86/boot/memory.c | 2 +-
21453 arch/x86/boot/video-vesa.c | 1 +
21454 arch/x86/boot/video.c | 2 +-
21455 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
21456 arch/x86/crypto/aesni-intel_asm.S | 106 +-
21457 arch/x86/crypto/blowfish-x86_64-asm_64.S | 7 +
21458 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 10 +
21459 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 10 +
21460 arch/x86/crypto/camellia-x86_64-asm_64.S | 7 +
21461 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 51 +-
21462 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 25 +-
21463 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 4 +-
21464 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
21465 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
21466 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 9 +
21467 arch/x86/crypto/serpent-avx2-asm_64.S | 9 +
21468 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
21469 arch/x86/crypto/sha1_ssse3_asm.S | 10 +-
21470 arch/x86/crypto/sha256-avx-asm.S | 2 +
21471 arch/x86/crypto/sha256-avx2-asm.S | 2 +
21472 arch/x86/crypto/sha256-ssse3-asm.S | 2 +
21473 arch/x86/crypto/sha512-avx-asm.S | 2 +
21474 arch/x86/crypto/sha512-avx2-asm.S | 2 +
21475 arch/x86/crypto/sha512-ssse3-asm.S | 2 +
21476 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 25 +-
21477 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 4 +
21478 arch/x86/crypto/twofish-x86_64-asm_64.S | 3 +
21479 arch/x86/entry/calling.h | 86 +-
21480 arch/x86/entry/common.c | 13 +-
21481 arch/x86/entry/entry_32.S | 351 +-
21482 arch/x86/entry/entry_64.S | 619 +-
21483 arch/x86/entry/entry_64_compat.S | 159 +-
21484 arch/x86/entry/thunk_64.S | 2 +
21485 arch/x86/entry/vdso/Makefile | 2 +-
21486 arch/x86/entry/vdso/vdso2c.h | 8 +-
21487 arch/x86/entry/vdso/vma.c | 41 +-
21488 arch/x86/entry/vsyscall/vsyscall_64.c | 16 +-
21489 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 2 +-
21490 arch/x86/ia32/ia32_signal.c | 23 +-
21491 arch/x86/ia32/sys_ia32.c | 42 +-
21492 arch/x86/include/asm/alternative-asm.h | 43 +-
21493 arch/x86/include/asm/alternative.h | 4 +-
21494 arch/x86/include/asm/apic.h | 2 +-
21495 arch/x86/include/asm/apm.h | 4 +-
21496 arch/x86/include/asm/atomic.h | 230 +-
21497 arch/x86/include/asm/atomic64_32.h | 100 +
21498 arch/x86/include/asm/atomic64_64.h | 164 +-
21499 arch/x86/include/asm/bitops.h | 18 +-
21500 arch/x86/include/asm/boot.h | 2 +-
21501 arch/x86/include/asm/cache.h | 5 +-
21502 arch/x86/include/asm/checksum_32.h | 12 +-
21503 arch/x86/include/asm/cmpxchg.h | 39 +
21504 arch/x86/include/asm/compat.h | 2 +-
21505 arch/x86/include/asm/cpufeature.h | 17 +-
21506 arch/x86/include/asm/desc.h | 78 +-
21507 arch/x86/include/asm/desc_defs.h | 6 +
21508 arch/x86/include/asm/div64.h | 2 +-
21509 arch/x86/include/asm/elf.h | 33 +-
21510 arch/x86/include/asm/emergency-restart.h | 2 +-
21511 arch/x86/include/asm/fpu/internal.h | 42 +-
21512 arch/x86/include/asm/fpu/types.h | 6 +-
21513 arch/x86/include/asm/futex.h | 14 +-
21514 arch/x86/include/asm/hw_irq.h | 4 +-
21515 arch/x86/include/asm/i8259.h | 2 +-
21516 arch/x86/include/asm/io.h | 22 +-
21517 arch/x86/include/asm/irqflags.h | 5 +
21518 arch/x86/include/asm/kprobes.h | 9 +-
21519 arch/x86/include/asm/local.h | 106 +-
21520 arch/x86/include/asm/mman.h | 15 +
21521 arch/x86/include/asm/mmu.h | 14 +-
21522 arch/x86/include/asm/mmu_context.h | 114 +-
21523 arch/x86/include/asm/module.h | 17 +-
21524 arch/x86/include/asm/nmi.h | 19 +-
21525 arch/x86/include/asm/page.h | 1 +
21526 arch/x86/include/asm/page_32.h | 12 +-
21527 arch/x86/include/asm/page_64.h | 14 +-
21528 arch/x86/include/asm/paravirt.h | 46 +-
21529 arch/x86/include/asm/paravirt_types.h | 15 +-
21530 arch/x86/include/asm/pgalloc.h | 23 +
21531 arch/x86/include/asm/pgtable-2level.h | 2 +
21532 arch/x86/include/asm/pgtable-3level.h | 7 +
21533 arch/x86/include/asm/pgtable.h | 128 +-
21534 arch/x86/include/asm/pgtable_32.h | 14 +-
21535 arch/x86/include/asm/pgtable_32_types.h | 24 +-
21536 arch/x86/include/asm/pgtable_64.h | 23 +-
21537 arch/x86/include/asm/pgtable_64_types.h | 5 +
21538 arch/x86/include/asm/pgtable_types.h | 26 +-
21539 arch/x86/include/asm/preempt.h | 2 +-
21540 arch/x86/include/asm/processor.h | 57 +-
21541 arch/x86/include/asm/ptrace.h | 13 +-
21542 arch/x86/include/asm/realmode.h | 4 +-
21543 arch/x86/include/asm/reboot.h | 10 +-
21544 arch/x86/include/asm/rmwcc.h | 84 +-
21545 arch/x86/include/asm/rwsem.h | 60 +-
21546 arch/x86/include/asm/segment.h | 27 +-
21547 arch/x86/include/asm/smap.h | 43 +
21548 arch/x86/include/asm/smp.h | 14 +-
21549 arch/x86/include/asm/stackprotector.h | 4 +-
21550 arch/x86/include/asm/stacktrace.h | 32 +-
21551 arch/x86/include/asm/switch_to.h | 4 +-
21552 arch/x86/include/asm/sys_ia32.h | 6 +-
21553 arch/x86/include/asm/thread_info.h | 27 +-
21554 arch/x86/include/asm/tlbflush.h | 77 +-
21555 arch/x86/include/asm/uaccess.h | 192 +-
21556 arch/x86/include/asm/uaccess_32.h | 28 +-
21557 arch/x86/include/asm/uaccess_64.h | 169 +-
21558 arch/x86/include/asm/word-at-a-time.h | 2 +-
21559 arch/x86/include/asm/x86_init.h | 10 +-
21560 arch/x86/include/asm/xen/page.h | 2 +-
21561 arch/x86/include/uapi/asm/e820.h | 2 +-
21562 arch/x86/kernel/Makefile | 2 +-
21563 arch/x86/kernel/acpi/boot.c | 4 +-
21564 arch/x86/kernel/acpi/sleep.c | 4 +
21565 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
21566 arch/x86/kernel/alternative.c | 124 +-
21567 arch/x86/kernel/apic/apic.c | 4 +-
21568 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
21569 arch/x86/kernel/apic/apic_noop.c | 2 +-
21570 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
21571 arch/x86/kernel/apic/io_apic.c | 8 +-
21572 arch/x86/kernel/apic/msi.c | 2 +-
21573 arch/x86/kernel/apic/probe_32.c | 4 +-
21574 arch/x86/kernel/apic/vector.c | 4 +-
21575 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
21576 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
21577 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
21578 arch/x86/kernel/apm_32.c | 21 +-
21579 arch/x86/kernel/asm-offsets.c | 20 +
21580 arch/x86/kernel/asm-offsets_64.c | 1 +
21581 arch/x86/kernel/cpu/Makefile | 4 -
21582 arch/x86/kernel/cpu/amd.c | 2 +-
21583 arch/x86/kernel/cpu/bugs_64.c | 2 +
21584 arch/x86/kernel/cpu/common.c | 202 +-
21585 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
21586 arch/x86/kernel/cpu/mcheck/mce.c | 34 +-
21587 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
21588 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
21589 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
21590 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
21591 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
21592 arch/x86/kernel/cpu/perf_event.c | 10 +-
21593 arch/x86/kernel/cpu/perf_event_amd_iommu.c | 2 +-
21594 arch/x86/kernel/cpu/perf_event_intel.c | 6 +-
21595 arch/x86/kernel/cpu/perf_event_intel_bts.c | 6 +-
21596 arch/x86/kernel/cpu/perf_event_intel_cqm.c | 4 +-
21597 arch/x86/kernel/cpu/perf_event_intel_pt.c | 44 +-
21598 arch/x86/kernel/cpu/perf_event_intel_rapl.c | 2 +-
21599 arch/x86/kernel/cpu/perf_event_intel_uncore.c | 2 +-
21600 arch/x86/kernel/cpu/perf_event_intel_uncore.h | 2 +-
21601 arch/x86/kernel/crash_dump_64.c | 2 +-
21602 arch/x86/kernel/doublefault.c | 8 +-
21603 arch/x86/kernel/dumpstack.c | 24 +-
21604 arch/x86/kernel/dumpstack_32.c | 25 +-
21605 arch/x86/kernel/dumpstack_64.c | 62 +-
21606 arch/x86/kernel/e820.c | 4 +-
21607 arch/x86/kernel/early_printk.c | 1 +
21608 arch/x86/kernel/espfix_64.c | 44 +-
21609 arch/x86/kernel/fpu/core.c | 24 +-
21610 arch/x86/kernel/fpu/init.c | 40 +-
21611 arch/x86/kernel/fpu/regset.c | 22 +-
21612 arch/x86/kernel/fpu/signal.c | 20 +-
21613 arch/x86/kernel/fpu/xstate.c | 8 +-
21614 arch/x86/kernel/ftrace.c | 18 +-
21615 arch/x86/kernel/head64.c | 14 +-
21616 arch/x86/kernel/head_32.S | 235 +-
21617 arch/x86/kernel/head_64.S | 173 +-
21618 arch/x86/kernel/i386_ksyms_32.c | 12 +
21619 arch/x86/kernel/i8259.c | 10 +-
21620 arch/x86/kernel/io_delay.c | 2 +-
21621 arch/x86/kernel/ioport.c | 2 +-
21622 arch/x86/kernel/irq.c | 8 +-
21623 arch/x86/kernel/irq_32.c | 45 +-
21624 arch/x86/kernel/jump_label.c | 10 +-
21625 arch/x86/kernel/kgdb.c | 21 +-
21626 arch/x86/kernel/kprobes/core.c | 28 +-
21627 arch/x86/kernel/kprobes/opt.c | 16 +-
21628 arch/x86/kernel/ksysfs.c | 2 +-
21629 arch/x86/kernel/kvmclock.c | 20 +-
21630 arch/x86/kernel/ldt.c | 25 +
21631 arch/x86/kernel/livepatch.c | 12 +-
21632 arch/x86/kernel/machine_kexec_32.c | 6 +-
21633 arch/x86/kernel/mcount_64.S | 19 +-
21634 arch/x86/kernel/module.c | 78 +-
21635 arch/x86/kernel/msr.c | 2 +-
21636 arch/x86/kernel/nmi.c | 34 +-
21637 arch/x86/kernel/nmi_selftest.c | 4 +-
21638 arch/x86/kernel/paravirt-spinlocks.c | 2 +-
21639 arch/x86/kernel/paravirt.c | 45 +-
21640 arch/x86/kernel/paravirt_patch_64.c | 8 +
21641 arch/x86/kernel/pci-calgary_64.c | 2 +-
21642 arch/x86/kernel/pci-iommu_table.c | 2 +-
21643 arch/x86/kernel/pci-swiotlb.c | 2 +-
21644 arch/x86/kernel/process.c | 80 +-
21645 arch/x86/kernel/process_32.c | 29 +-
21646 arch/x86/kernel/process_64.c | 14 +-
21647 arch/x86/kernel/ptrace.c | 20 +-
21648 arch/x86/kernel/pvclock.c | 8 +-
21649 arch/x86/kernel/reboot.c | 44 +-
21650 arch/x86/kernel/reboot_fixups_32.c | 2 +-
21651 arch/x86/kernel/relocate_kernel_64.S | 3 +-
21652 arch/x86/kernel/setup.c | 29 +-
21653 arch/x86/kernel/setup_percpu.c | 29 +-
21654 arch/x86/kernel/signal.c | 17 +-
21655 arch/x86/kernel/smp.c | 2 +-
21656 arch/x86/kernel/smpboot.c | 29 +-
21657 arch/x86/kernel/step.c | 6 +-
21658 arch/x86/kernel/sys_i386_32.c | 184 +
21659 arch/x86/kernel/sys_x86_64.c | 22 +-
21660 arch/x86/kernel/tboot.c | 14 +-
21661 arch/x86/kernel/time.c | 8 +-
21662 arch/x86/kernel/tls.c | 7 +-
21663 arch/x86/kernel/tracepoint.c | 4 +-
21664 arch/x86/kernel/traps.c | 53 +-
21665 arch/x86/kernel/tsc.c | 2 +-
21666 arch/x86/kernel/uprobes.c | 2 +-
21667 arch/x86/kernel/vm86_32.c | 6 +-
21668 arch/x86/kernel/vmlinux.lds.S | 153 +-
21669 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
21670 arch/x86/kernel/x86_init.c | 6 +-
21671 arch/x86/kvm/cpuid.c | 21 +-
21672 arch/x86/kvm/emulate.c | 2 +-
21673 arch/x86/kvm/lapic.c | 2 +-
21674 arch/x86/kvm/paging_tmpl.h | 2 +-
21675 arch/x86/kvm/svm.c | 10 +-
21676 arch/x86/kvm/vmx.c | 62 +-
21677 arch/x86/kvm/x86.c | 42 +-
21678 arch/x86/lguest/boot.c | 3 +-
21679 arch/x86/lib/atomic64_386_32.S | 164 +
21680 arch/x86/lib/atomic64_cx8_32.S | 98 +-
21681 arch/x86/lib/checksum_32.S | 99 +-
21682 arch/x86/lib/clear_page_64.S | 3 +
21683 arch/x86/lib/cmpxchg16b_emu.S | 3 +
21684 arch/x86/lib/copy_page_64.S | 14 +-
21685 arch/x86/lib/copy_user_64.S | 66 +-
21686 arch/x86/lib/csum-copy_64.S | 14 +-
21687 arch/x86/lib/csum-wrappers_64.c | 8 +-
21688 arch/x86/lib/getuser.S | 74 +-
21689 arch/x86/lib/insn.c | 8 +-
21690 arch/x86/lib/iomap_copy_64.S | 2 +
21691 arch/x86/lib/memcpy_64.S | 6 +
21692 arch/x86/lib/memmove_64.S | 3 +-
21693 arch/x86/lib/memset_64.S | 3 +
21694 arch/x86/lib/mmx_32.c | 243 +-
21695 arch/x86/lib/msr-reg.S | 2 +
21696 arch/x86/lib/putuser.S | 87 +-
21697 arch/x86/lib/rwsem.S | 6 +-
21698 arch/x86/lib/usercopy_32.c | 359 +-
21699 arch/x86/lib/usercopy_64.c | 20 +-
21700 arch/x86/math-emu/fpu_aux.c | 2 +-
21701 arch/x86/math-emu/fpu_entry.c | 4 +-
21702 arch/x86/math-emu/fpu_system.h | 2 +-
21703 arch/x86/mm/Makefile | 4 +
21704 arch/x86/mm/extable.c | 26 +-
21705 arch/x86/mm/fault.c | 570 +-
21706 arch/x86/mm/gup.c | 6 +-
21707 arch/x86/mm/highmem_32.c | 6 +
21708 arch/x86/mm/hugetlbpage.c | 24 +-
21709 arch/x86/mm/init.c | 111 +-
21710 arch/x86/mm/init_32.c | 111 +-
21711 arch/x86/mm/init_64.c | 46 +-
21712 arch/x86/mm/iomap_32.c | 4 +
21713 arch/x86/mm/ioremap.c | 52 +-
21714 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
21715 arch/x86/mm/mmap.c | 40 +-
21716 arch/x86/mm/mmio-mod.c | 10 +-
21717 arch/x86/mm/numa.c | 2 +-
21718 arch/x86/mm/pageattr.c | 38 +-
21719 arch/x86/mm/pat.c | 12 +-
21720 arch/x86/mm/pat_rbtree.c | 2 +-
21721 arch/x86/mm/pf_in.c | 10 +-
21722 arch/x86/mm/pgtable.c | 214 +-
21723 arch/x86/mm/pgtable_32.c | 3 +
21724 arch/x86/mm/setup_nx.c | 7 +
21725 arch/x86/mm/tlb.c | 4 +
21726 arch/x86/mm/uderef_64.c | 37 +
21727 arch/x86/net/bpf_jit.S | 11 +
21728 arch/x86/net/bpf_jit_comp.c | 13 +-
21729 arch/x86/oprofile/backtrace.c | 6 +-
21730 arch/x86/oprofile/nmi_int.c | 8 +-
21731 arch/x86/oprofile/op_model_amd.c | 8 +-
21732 arch/x86/oprofile/op_model_ppro.c | 7 +-
21733 arch/x86/oprofile/op_x86_model.h | 2 +-
21734 arch/x86/pci/intel_mid_pci.c | 2 +-
21735 arch/x86/pci/irq.c | 8 +-
21736 arch/x86/pci/pcbios.c | 144 +-
21737 arch/x86/platform/efi/efi_32.c | 24 +
21738 arch/x86/platform/efi/efi_64.c | 26 +-
21739 arch/x86/platform/efi/efi_stub_32.S | 64 +-
21740 arch/x86/platform/efi/efi_stub_64.S | 2 +
21741 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
21742 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
21743 arch/x86/platform/intel-mid/mfld.c | 4 +-
21744 arch/x86/platform/intel-mid/mrfl.c | 2 +-
21745 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
21746 arch/x86/platform/olpc/olpc_dt.c | 2 +-
21747 arch/x86/power/cpu.c | 11 +-
21748 arch/x86/realmode/init.c | 10 +-
21749 arch/x86/realmode/rm/Makefile | 3 +
21750 arch/x86/realmode/rm/header.S | 4 +-
21751 arch/x86/realmode/rm/reboot.S | 4 +
21752 arch/x86/realmode/rm/trampoline_32.S | 12 +-
21753 arch/x86/realmode/rm/trampoline_64.S | 3 +-
21754 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
21755 arch/x86/tools/Makefile | 2 +-
21756 arch/x86/tools/relocs.c | 96 +-
21757 arch/x86/um/mem_32.c | 2 +-
21758 arch/x86/um/tls_32.c | 2 +-
21759 arch/x86/xen/enlighten.c | 50 +-
21760 arch/x86/xen/mmu.c | 19 +-
21761 arch/x86/xen/smp.c | 16 +-
21762 arch/x86/xen/xen-asm_32.S | 2 +-
21763 arch/x86/xen/xen-head.S | 11 +
21764 arch/x86/xen/xen-ops.h | 2 -
21765 block/bio.c | 4 +-
21766 block/blk-iopoll.c | 2 +-
21767 block/blk-map.c | 2 +-
21768 block/blk-softirq.c | 2 +-
21769 block/bsg.c | 12 +-
21770 block/compat_ioctl.c | 4 +-
21771 block/genhd.c | 9 +-
21772 block/partitions/efi.c | 8 +-
21773 block/scsi_ioctl.c | 29 +-
21774 crypto/cryptd.c | 4 +-
21775 crypto/pcrypt.c | 2 +-
21776 crypto/zlib.c | 12 +-
21777 drivers/acpi/acpi_video.c | 2 +-
21778 drivers/acpi/apei/apei-internal.h | 2 +-
21779 drivers/acpi/apei/ghes.c | 4 +-
21780 drivers/acpi/bgrt.c | 6 +-
21781 drivers/acpi/blacklist.c | 4 +-
21782 drivers/acpi/bus.c | 4 +-
21783 drivers/acpi/device_pm.c | 4 +-
21784 drivers/acpi/ec.c | 2 +-
21785 drivers/acpi/pci_slot.c | 2 +-
21786 drivers/acpi/processor_idle.c | 2 +-
21787 drivers/acpi/processor_pdc.c | 2 +-
21788 drivers/acpi/sleep.c | 2 +-
21789 drivers/acpi/sysfs.c | 4 +-
21790 drivers/acpi/thermal.c | 2 +-
21791 drivers/acpi/video_detect.c | 7 +-
21792 drivers/ata/libata-core.c | 12 +-
21793 drivers/ata/libata-scsi.c | 2 +-
21794 drivers/ata/libata.h | 2 +-
21795 drivers/ata/pata_arasan_cf.c | 4 +-
21796 drivers/atm/adummy.c | 2 +-
21797 drivers/atm/ambassador.c | 8 +-
21798 drivers/atm/atmtcp.c | 14 +-
21799 drivers/atm/eni.c | 10 +-
21800 drivers/atm/firestream.c | 8 +-
21801 drivers/atm/fore200e.c | 14 +-
21802 drivers/atm/he.c | 18 +-
21803 drivers/atm/horizon.c | 4 +-
21804 drivers/atm/idt77252.c | 36 +-
21805 drivers/atm/iphase.c | 34 +-
21806 drivers/atm/lanai.c | 12 +-
21807 drivers/atm/nicstar.c | 46 +-
21808 drivers/atm/solos-pci.c | 4 +-
21809 drivers/atm/suni.c | 4 +-
21810 drivers/atm/uPD98402.c | 16 +-
21811 drivers/atm/zatm.c | 6 +-
21812 drivers/base/bus.c | 4 +-
21813 drivers/base/devtmpfs.c | 8 +-
21814 drivers/base/node.c | 2 +-
21815 drivers/base/platform-msi.c | 20 +-
21816 drivers/base/power/domain.c | 11 +-
21817 drivers/base/power/sysfs.c | 2 +-
21818 drivers/base/power/wakeup.c | 8 +-
21819 drivers/base/regmap/regmap-debugfs.c | 11 +-
21820 drivers/base/syscore.c | 4 +-
21821 drivers/block/cciss.c | 28 +-
21822 drivers/block/cciss.h | 2 +-
21823 drivers/block/cpqarray.c | 28 +-
21824 drivers/block/cpqarray.h | 2 +-
21825 drivers/block/drbd/drbd_bitmap.c | 2 +-
21826 drivers/block/drbd/drbd_int.h | 8 +-
21827 drivers/block/drbd/drbd_main.c | 12 +-
21828 drivers/block/drbd/drbd_nl.c | 4 +-
21829 drivers/block/drbd/drbd_receiver.c | 34 +-
21830 drivers/block/drbd/drbd_worker.c | 8 +-
21831 drivers/block/pktcdvd.c | 4 +-
21832 drivers/block/rbd.c | 2 +-
21833 drivers/bluetooth/btwilink.c | 2 +-
21834 drivers/bus/arm-cci.c | 12 +-
21835 drivers/cdrom/cdrom.c | 11 +-
21836 drivers/cdrom/gdrom.c | 1 -
21837 drivers/char/agp/compat_ioctl.c | 2 +-
21838 drivers/char/agp/frontend.c | 4 +-
21839 drivers/char/agp/intel-gtt.c | 4 +-
21840 drivers/char/hpet.c | 2 +-
21841 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
21842 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
21843 drivers/char/mem.c | 47 +-
21844 drivers/char/nvram.c | 2 +-
21845 drivers/char/pcmcia/synclink_cs.c | 16 +-
21846 drivers/char/random.c | 12 +-
21847 drivers/char/sonypi.c | 11 +-
21848 drivers/char/tpm/tpm_acpi.c | 3 +-
21849 drivers/char/tpm/tpm_eventlog.c | 4 +-
21850 drivers/char/virtio_console.c | 4 +-
21851 drivers/clk/clk-composite.c | 2 +-
21852 drivers/clk/samsung/clk.h | 2 +-
21853 drivers/clk/socfpga/clk-gate.c | 9 +-
21854 drivers/clk/socfpga/clk-pll.c | 9 +-
21855 drivers/clk/ti/clk.c | 8 +-
21856 drivers/cpufreq/acpi-cpufreq.c | 17 +-
21857 drivers/cpufreq/cpufreq-dt.c | 4 +-
21858 drivers/cpufreq/cpufreq.c | 30 +-
21859 drivers/cpufreq/cpufreq_governor.c | 2 +-
21860 drivers/cpufreq/cpufreq_governor.h | 4 +-
21861 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
21862 drivers/cpufreq/intel_pstate.c | 33 +-
21863 drivers/cpufreq/p4-clockmod.c | 12 +-
21864 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
21865 drivers/cpufreq/speedstep-centrino.c | 7 +-
21866 drivers/cpuidle/driver.c | 2 +-
21867 drivers/cpuidle/dt_idle_states.c | 2 +-
21868 drivers/cpuidle/governor.c | 2 +-
21869 drivers/cpuidle/sysfs.c | 2 +-
21870 drivers/crypto/hifn_795x.c | 4 +-
21871 drivers/devfreq/devfreq.c | 4 +-
21872 drivers/dma/sh/shdma-base.c | 4 +-
21873 drivers/dma/sh/shdmac.c | 2 +-
21874 drivers/edac/edac_device.c | 4 +-
21875 drivers/edac/edac_mc_sysfs.c | 2 +-
21876 drivers/edac/edac_pci.c | 4 +-
21877 drivers/edac/edac_pci_sysfs.c | 22 +-
21878 drivers/edac/mce_amd.h | 2 +-
21879 drivers/firewire/core-card.c | 6 +-
21880 drivers/firewire/core-device.c | 2 +-
21881 drivers/firewire/core-transaction.c | 1 +
21882 drivers/firewire/core.h | 1 +
21883 drivers/firmware/dmi-id.c | 2 +-
21884 drivers/firmware/dmi_scan.c | 12 +-
21885 drivers/firmware/efi/cper.c | 8 +-
21886 drivers/firmware/efi/efi.c | 12 +-
21887 drivers/firmware/efi/efivars.c | 2 +-
21888 drivers/firmware/efi/runtime-map.c | 2 +-
21889 drivers/firmware/google/gsmi.c | 2 +-
21890 drivers/firmware/google/memconsole.c | 7 +-
21891 drivers/firmware/memmap.c | 2 +-
21892 drivers/firmware/psci.c | 2 +-
21893 drivers/gpio/gpio-davinci.c | 6 +-
21894 drivers/gpio/gpio-em.c | 2 +-
21895 drivers/gpio/gpio-ich.c | 2 +-
21896 drivers/gpio/gpio-omap.c | 4 +-
21897 drivers/gpio/gpio-rcar.c | 2 +-
21898 drivers/gpio/gpio-vr41xx.c | 2 +-
21899 drivers/gpio/gpiolib.c | 12 +-
21900 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
21901 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
21902 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
21903 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
21904 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
21905 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
21906 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
21907 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
21908 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
21909 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
21910 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
21911 drivers/gpu/drm/drm_crtc.c | 2 +-
21912 drivers/gpu/drm/drm_drv.c | 2 +-
21913 drivers/gpu/drm/drm_fops.c | 12 +-
21914 drivers/gpu/drm/drm_global.c | 14 +-
21915 drivers/gpu/drm/drm_info.c | 13 +-
21916 drivers/gpu/drm/drm_ioc32.c | 13 +-
21917 drivers/gpu/drm/drm_ioctl.c | 2 +-
21918 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 10 +-
21919 drivers/gpu/drm/i810/i810_drv.h | 4 +-
21920 drivers/gpu/drm/i915/i915_dma.c | 2 +-
21921 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
21922 drivers/gpu/drm/i915/i915_gem_gtt.c | 16 +-
21923 drivers/gpu/drm/i915/i915_gem_gtt.h | 6 +-
21924 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
21925 drivers/gpu/drm/i915/intel_display.c | 26 +-
21926 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
21927 drivers/gpu/drm/mga/mga_drv.h | 4 +-
21928 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
21929 drivers/gpu/drm/mga/mga_irq.c | 8 +-
21930 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
21931 drivers/gpu/drm/nouveau/nouveau_drm.h | 1 -
21932 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
21933 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
21934 drivers/gpu/drm/omapdrm/Makefile | 2 +-
21935 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
21936 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
21937 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
21938 drivers/gpu/drm/qxl/qxl_ioctl.c | 10 +-
21939 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
21940 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
21941 drivers/gpu/drm/r128/r128_cce.c | 2 +-
21942 drivers/gpu/drm/r128/r128_drv.h | 4 +-
21943 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
21944 drivers/gpu/drm/r128/r128_irq.c | 4 +-
21945 drivers/gpu/drm/r128/r128_state.c | 4 +-
21946 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
21947 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
21948 drivers/gpu/drm/radeon/radeon_drv.h | 2 +-
21949 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
21950 drivers/gpu/drm/radeon/radeon_irq.c | 6 +-
21951 drivers/gpu/drm/radeon/radeon_state.c | 4 +-
21952 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
21953 drivers/gpu/drm/tegra/dc.c | 2 +-
21954 drivers/gpu/drm/tegra/dsi.c | 2 +-
21955 drivers/gpu/drm/tegra/hdmi.c | 2 +-
21956 drivers/gpu/drm/tegra/sor.c | 7 +-
21957 drivers/gpu/drm/tilcdc/Makefile | 6 +-
21958 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
21959 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
21960 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
21961 drivers/gpu/drm/udl/udl_fb.c | 1 -
21962 drivers/gpu/drm/via/via_drv.h | 4 +-
21963 drivers/gpu/drm/via/via_irq.c | 18 +-
21964 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
21965 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
21966 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
21967 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
21968 drivers/gpu/vga/vga_switcheroo.c | 4 +-
21969 drivers/hid/hid-core.c | 4 +-
21970 drivers/hid/hid-sensor-custom.c | 2 +-
21971 drivers/hv/channel.c | 2 +-
21972 drivers/hv/hv.c | 4 +-
21973 drivers/hv/hv_balloon.c | 18 +-
21974 drivers/hv/hyperv_vmbus.h | 2 +-
21975 drivers/hwmon/acpi_power_meter.c | 6 +-
21976 drivers/hwmon/applesmc.c | 2 +-
21977 drivers/hwmon/asus_atk0110.c | 10 +-
21978 drivers/hwmon/coretemp.c | 2 +-
21979 drivers/hwmon/dell-smm-hwmon.c | 2 +-
21980 drivers/hwmon/ibmaem.c | 2 +-
21981 drivers/hwmon/iio_hwmon.c | 2 +-
21982 drivers/hwmon/nct6683.c | 6 +-
21983 drivers/hwmon/nct6775.c | 6 +-
21984 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
21985 drivers/hwmon/sht15.c | 12 +-
21986 drivers/hwmon/via-cputemp.c | 2 +-
21987 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
21988 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
21989 drivers/i2c/i2c-dev.c | 2 +-
21990 drivers/ide/ide-cd.c | 2 +-
21991 drivers/ide/ide-disk.c | 2 +-
21992 drivers/iio/industrialio-core.c | 2 +-
21993 drivers/iio/magnetometer/ak8975.c | 2 +-
21994 drivers/infiniband/core/cm.c | 32 +-
21995 drivers/infiniband/core/fmr_pool.c | 20 +-
21996 drivers/infiniband/core/uverbs_cmd.c | 3 +
21997 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
21998 drivers/infiniband/hw/mlx4/mad.c | 2 +-
21999 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
22000 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
22001 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
22002 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
22003 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
22004 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
22005 drivers/infiniband/hw/nes/nes.c | 4 +-
22006 drivers/infiniband/hw/nes/nes.h | 40 +-
22007 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
22008 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
22009 drivers/infiniband/hw/nes/nes_nic.c | 40 +-
22010 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
22011 drivers/infiniband/hw/qib/qib.h | 1 +
22012 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
22013 drivers/input/gameport/gameport.c | 4 +-
22014 drivers/input/input.c | 4 +-
22015 drivers/input/joystick/sidewinder.c | 1 +
22016 drivers/input/joystick/xpad.c | 4 +-
22017 drivers/input/misc/ims-pcu.c | 4 +-
22018 drivers/input/mouse/psmouse.h | 2 +-
22019 drivers/input/mousedev.c | 2 +-
22020 drivers/input/serio/serio.c | 4 +-
22021 drivers/input/serio/serio_raw.c | 4 +-
22022 drivers/input/touchscreen/htcpen.c | 2 +-
22023 drivers/iommu/arm-smmu-v3.c | 2 +-
22024 drivers/iommu/arm-smmu.c | 43 +-
22025 drivers/iommu/io-pgtable-arm.c | 101 +-
22026 drivers/iommu/io-pgtable.c | 11 +-
22027 drivers/iommu/io-pgtable.h | 19 +-
22028 drivers/iommu/iommu.c | 2 +-
22029 drivers/iommu/ipmmu-vmsa.c | 13 +-
22030 drivers/iommu/irq_remapping.c | 2 +-
22031 drivers/irqchip/irq-gic.c | 2 +-
22032 drivers/irqchip/irq-i8259.c | 2 +-
22033 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
22034 drivers/irqchip/irq-renesas-irqc.c | 2 +-
22035 drivers/isdn/capi/capi.c | 10 +-
22036 drivers/isdn/gigaset/interface.c | 8 +-
22037 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
22038 drivers/isdn/hardware/avm/b1.c | 4 +-
22039 drivers/isdn/i4l/isdn_common.c | 2 +
22040 drivers/isdn/i4l/isdn_tty.c | 22 +-
22041 drivers/isdn/icn/icn.c | 2 +-
22042 drivers/isdn/mISDN/dsp_cmx.c | 2 +-
22043 drivers/lguest/core.c | 10 +-
22044 drivers/lguest/page_tables.c | 2 +-
22045 drivers/lguest/x86/core.c | 12 +-
22046 drivers/lguest/x86/switcher_32.S | 27 +-
22047 drivers/md/bcache/closure.h | 2 +-
22048 drivers/md/bitmap.c | 2 +-
22049 drivers/md/dm-ioctl.c | 2 +-
22050 drivers/md/dm-raid1.c | 18 +-
22051 drivers/md/dm-stats.c | 6 +-
22052 drivers/md/dm-stripe.c | 10 +-
22053 drivers/md/dm-table.c | 2 +-
22054 drivers/md/dm-thin-metadata.c | 4 +-
22055 drivers/md/dm.c | 16 +-
22056 drivers/md/md.c | 26 +-
22057 drivers/md/md.h | 6 +-
22058 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
22059 drivers/md/persistent-data/dm-space-map.h | 1 +
22060 drivers/md/raid1.c | 4 +-
22061 drivers/md/raid10.c | 18 +-
22062 drivers/md/raid5.c | 22 +-
22063 drivers/media/dvb-core/dvbdev.c | 2 +-
22064 drivers/media/dvb-frontends/af9033.h | 2 +-
22065 drivers/media/dvb-frontends/dib3000.h | 2 +-
22066 drivers/media/dvb-frontends/dib7000p.h | 2 +-
22067 drivers/media/dvb-frontends/dib8000.h | 2 +-
22068 drivers/media/pci/cx88/cx88-video.c | 6 +-
22069 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
22070 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
22071 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
22072 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
22073 drivers/media/pci/tw68/tw68-core.c | 2 +-
22074 drivers/media/platform/omap/omap_vout.c | 11 +-
22075 drivers/media/platform/s5p-tv/mixer.h | 2 +-
22076 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
22077 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
22078 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
22079 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
22080 drivers/media/radio/radio-cadet.c | 2 +
22081 drivers/media/radio/radio-maxiradio.c | 2 +-
22082 drivers/media/radio/radio-shark.c | 2 +-
22083 drivers/media/radio/radio-shark2.c | 2 +-
22084 drivers/media/radio/radio-si476x.c | 2 +-
22085 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
22086 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
22087 drivers/media/v4l2-core/v4l2-device.c | 4 +-
22088 drivers/media/v4l2-core/v4l2-ioctl.c | 13 +-
22089 drivers/memory/omap-gpmc.c | 21 +-
22090 drivers/message/fusion/mptsas.c | 34 +-
22091 drivers/mfd/ab8500-debugfs.c | 2 +-
22092 drivers/mfd/kempld-core.c | 2 +-
22093 drivers/mfd/max8925-i2c.c | 2 +-
22094 drivers/mfd/tps65910.c | 2 +-
22095 drivers/mfd/twl4030-irq.c | 9 +-
22096 drivers/mfd/wm5110-tables.c | 2 +-
22097 drivers/mfd/wm8998-tables.c | 2 +-
22098 drivers/misc/c2port/core.c | 4 +-
22099 drivers/misc/kgdbts.c | 4 +-
22100 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
22101 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
22102 drivers/misc/mic/scif/scif_rb.c | 8 +-
22103 drivers/misc/sgi-gru/gruhandles.c | 4 +-
22104 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
22105 drivers/misc/sgi-gru/grutables.h | 154 +-
22106 drivers/misc/sgi-xp/xp.h | 2 +-
22107 drivers/misc/sgi-xp/xpc.h | 3 +-
22108 drivers/misc/sgi-xp/xpc_main.c | 2 +-
22109 drivers/mmc/card/block.c | 2 +-
22110 drivers/mmc/host/dw_mmc.h | 2 +-
22111 drivers/mmc/host/mmci.c | 4 +-
22112 drivers/mmc/host/omap_hsmmc.c | 4 +-
22113 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
22114 drivers/mmc/host/sdhci-s3c.c | 8 +-
22115 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
22116 drivers/mtd/nand/denali.c | 1 +
22117 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
22118 drivers/mtd/nftlmount.c | 1 +
22119 drivers/mtd/sm_ftl.c | 2 +-
22120 drivers/net/bonding/bond_netlink.c | 2 +-
22121 drivers/net/caif/caif_hsi.c | 2 +-
22122 drivers/net/can/Kconfig | 2 +-
22123 drivers/net/can/dev.c | 2 +-
22124 drivers/net/can/vcan.c | 2 +-
22125 drivers/net/dummy.c | 2 +-
22126 drivers/net/ethernet/8390/ax88796.c | 4 +-
22127 drivers/net/ethernet/altera/altera_tse_main.c | 4 +-
22128 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
22129 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
22130 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
22131 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 143 +-
22132 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 64 +-
22133 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
22134 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
22135 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
22136 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
22137 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
22138 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
22139 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
22140 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
22141 drivers/net/ethernet/broadcom/tg3.h | 1 +
22142 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
22143 drivers/net/ethernet/cavium/liquidio/lio_main.c | 11 +-
22144 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
22145 drivers/net/ethernet/dec/tulip/de4x5.c | 4 +-
22146 drivers/net/ethernet/emulex/benet/be_main.c | 2 +-
22147 drivers/net/ethernet/faraday/ftgmac100.c | 2 +
22148 drivers/net/ethernet/faraday/ftmac100.c | 2 +
22149 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
22150 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
22151 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
22152 drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 7 +-
22153 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
22154 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
22155 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
22156 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
22157 drivers/net/ethernet/realtek/r8169.c | 8 +-
22158 drivers/net/ethernet/sfc/ptp.c | 2 +-
22159 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
22160 drivers/net/ethernet/via/via-rhine.c | 2 +-
22161 drivers/net/geneve.c | 2 +-
22162 drivers/net/hyperv/hyperv_net.h | 2 +-
22163 drivers/net/hyperv/rndis_filter.c | 4 +-
22164 drivers/net/ifb.c | 2 +-
22165 drivers/net/ipvlan/ipvlan_core.c | 2 +-
22166 drivers/net/macvlan.c | 20 +-
22167 drivers/net/macvtap.c | 6 +-
22168 drivers/net/nlmon.c | 2 +-
22169 drivers/net/phy/phy_device.c | 6 +-
22170 drivers/net/ppp/ppp_generic.c | 4 +-
22171 drivers/net/slip/slhc.c | 2 +-
22172 drivers/net/team/team.c | 4 +-
22173 drivers/net/tun.c | 7 +-
22174 drivers/net/usb/hso.c | 23 +-
22175 drivers/net/usb/r8152.c | 2 +-
22176 drivers/net/usb/sierra_net.c | 4 +-
22177 drivers/net/virtio_net.c | 2 +-
22178 drivers/net/vrf.c | 2 +-
22179 drivers/net/vxlan.c | 4 +-
22180 drivers/net/wimax/i2400m/rx.c | 2 +-
22181 drivers/net/wireless/airo.c | 2 +-
22182 drivers/net/wireless/at76c50x-usb.c | 2 +-
22183 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
22184 drivers/net/wireless/ath/ath10k/htc.c | 7 +-
22185 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
22186 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
22187 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
22188 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
22189 drivers/net/wireless/ath/ath9k/main.c | 22 +-
22190 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
22191 drivers/net/wireless/b43/phy_lp.c | 2 +-
22192 drivers/net/wireless/iwlegacy/3945-mac.c | 4 +-
22193 drivers/net/wireless/iwlwifi/dvm/debugfs.c | 34 +-
22194 drivers/net/wireless/iwlwifi/pcie/trans.c | 4 +-
22195 drivers/net/wireless/mac80211_hwsim.c | 28 +-
22196 drivers/net/wireless/rndis_wlan.c | 2 +-
22197 drivers/net/wireless/rt2x00/rt2x00.h | 2 +-
22198 drivers/net/wireless/rt2x00/rt2x00queue.c | 4 +-
22199 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
22200 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
22201 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
22202 drivers/nfc/nfcwilink.c | 2 +-
22203 drivers/of/fdt.c | 4 +-
22204 drivers/oprofile/buffer_sync.c | 8 +-
22205 drivers/oprofile/event_buffer.c | 2 +-
22206 drivers/oprofile/oprof.c | 2 +-
22207 drivers/oprofile/oprofile_stats.c | 10 +-
22208 drivers/oprofile/oprofile_stats.h | 10 +-
22209 drivers/oprofile/oprofilefs.c | 6 +-
22210 drivers/oprofile/timer_int.c | 2 +-
22211 drivers/parport/procfs.c | 4 +-
22212 drivers/pci/host/pci-host-generic.c | 24 +-
22213 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
22214 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
22215 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
22216 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
22217 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
22218 drivers/pci/hotplug/pciehp_core.c | 2 +-
22219 drivers/pci/msi.c | 22 +-
22220 drivers/pci/pci-sysfs.c | 6 +-
22221 drivers/pci/pci.h | 2 +-
22222 drivers/pci/pcie/aspm.c | 6 +-
22223 drivers/pci/pcie/portdrv_pci.c | 2 +-
22224 drivers/pci/probe.c | 2 +-
22225 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
22226 drivers/pinctrl/pinctrl-at91.c | 5 +-
22227 drivers/platform/chrome/chromeos_pstore.c | 2 +-
22228 drivers/platform/x86/alienware-wmi.c | 4 +-
22229 drivers/platform/x86/compal-laptop.c | 2 +-
22230 drivers/platform/x86/hdaps.c | 2 +-
22231 drivers/platform/x86/ibm_rtl.c | 2 +-
22232 drivers/platform/x86/intel_oaktrail.c | 2 +-
22233 drivers/platform/x86/msi-laptop.c | 16 +-
22234 drivers/platform/x86/msi-wmi.c | 2 +-
22235 drivers/platform/x86/samsung-laptop.c | 2 +-
22236 drivers/platform/x86/samsung-q10.c | 2 +-
22237 drivers/platform/x86/sony-laptop.c | 14 +-
22238 drivers/platform/x86/thinkpad_acpi.c | 2 +-
22239 drivers/pnp/pnpbios/bioscalls.c | 14 +-
22240 drivers/pnp/pnpbios/core.c | 2 +-
22241 drivers/power/pda_power.c | 7 +-
22242 drivers/power/power_supply.h | 4 +-
22243 drivers/power/power_supply_core.c | 7 +-
22244 drivers/power/power_supply_sysfs.c | 6 +-
22245 drivers/power/reset/at91-reset.c | 9 +-
22246 drivers/powercap/powercap_sys.c | 136 +-
22247 drivers/ptp/ptp_private.h | 2 +-
22248 drivers/ptp/ptp_sysfs.c | 2 +-
22249 drivers/regulator/core.c | 4 +-
22250 drivers/regulator/max8660.c | 6 +-
22251 drivers/regulator/max8973-regulator.c | 16 +-
22252 drivers/regulator/mc13892-regulator.c | 8 +-
22253 drivers/rtc/rtc-armada38x.c | 7 +-
22254 drivers/rtc/rtc-cmos.c | 4 +-
22255 drivers/rtc/rtc-ds1307.c | 2 +-
22256 drivers/rtc/rtc-m48t59.c | 4 +-
22257 drivers/rtc/rtc-test.c | 6 +-
22258 drivers/scsi/be2iscsi/be_main.c | 2 +-
22259 drivers/scsi/bfa/bfa_fcpim.h | 2 +-
22260 drivers/scsi/bfa/bfa_ioc.h | 4 +-
22261 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
22262 drivers/scsi/hosts.c | 4 +-
22263 drivers/scsi/hpsa.c | 38 +-
22264 drivers/scsi/hpsa.h | 2 +-
22265 drivers/scsi/libfc/fc_exch.c | 50 +-
22266 drivers/scsi/libsas/sas_ata.c | 2 +-
22267 drivers/scsi/lpfc/lpfc.h | 8 +-
22268 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
22269 drivers/scsi/lpfc/lpfc_init.c | 6 +-
22270 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
22271 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
22272 drivers/scsi/mpt2sas/mpt2sas_scsih.c | 8 +-
22273 drivers/scsi/pmcraid.c | 20 +-
22274 drivers/scsi/pmcraid.h | 8 +-
22275 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
22276 drivers/scsi/qla2xxx/qla_gbl.h | 4 +-
22277 drivers/scsi/qla2xxx/qla_os.c | 6 +-
22278 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
22279 drivers/scsi/qla4xxx/ql4_os.c | 6 +-
22280 drivers/scsi/scsi.c | 2 +-
22281 drivers/scsi/scsi_lib.c | 8 +-
22282 drivers/scsi/scsi_sysfs.c | 2 +-
22283 drivers/scsi/scsi_transport_fc.c | 8 +-
22284 drivers/scsi/scsi_transport_iscsi.c | 6 +-
22285 drivers/scsi/scsi_transport_srp.c | 6 +-
22286 drivers/scsi/sd.c | 6 +-
22287 drivers/scsi/sg.c | 2 +-
22288 drivers/scsi/sr.c | 21 +-
22289 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
22290 drivers/spi/spi.c | 2 +-
22291 drivers/staging/android/timed_output.c | 6 +-
22292 drivers/staging/comedi/comedi_fops.c | 8 +-
22293 drivers/staging/fbtft/fbtft-core.c | 2 +-
22294 drivers/staging/fbtft/fbtft.h | 2 +-
22295 drivers/staging/gdm724x/gdm_tty.c | 2 +-
22296 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
22297 drivers/staging/iio/adc/ad7280a.c | 4 +-
22298 drivers/staging/lustre/lnet/selftest/brw_test.c | 12 +-
22299 drivers/staging/lustre/lnet/selftest/framework.c | 4 -
22300 drivers/staging/lustre/lnet/selftest/ping_test.c | 14 +-
22301 drivers/staging/lustre/lustre/include/lustre_dlm.h | 2 +-
22302 drivers/staging/lustre/lustre/include/obd.h | 2 +-
22303 drivers/staging/octeon/ethernet-rx.c | 20 +-
22304 drivers/staging/octeon/ethernet.c | 8 +-
22305 drivers/staging/rdma/ipath/ipath_rc.c | 6 +-
22306 drivers/staging/rdma/ipath/ipath_ruc.c | 6 +-
22307 drivers/staging/rtl8188eu/include/hal_intf.h | 2 +-
22308 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
22309 drivers/staging/sm750fb/sm750.c | 14 +-
22310 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
22311 drivers/target/sbp/sbp_target.c | 4 +-
22312 drivers/thermal/cpu_cooling.c | 9 +-
22313 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
22314 drivers/thermal/of-thermal.c | 17 +-
22315 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
22316 drivers/tty/cyclades.c | 6 +-
22317 drivers/tty/hvc/hvc_console.c | 14 +-
22318 drivers/tty/hvc/hvcs.c | 21 +-
22319 drivers/tty/hvc/hvsi.c | 22 +-
22320 drivers/tty/hvc/hvsi_lib.c | 4 +-
22321 drivers/tty/ipwireless/tty.c | 27 +-
22322 drivers/tty/moxa.c | 2 +-
22323 drivers/tty/n_gsm.c | 4 +-
22324 drivers/tty/n_tty.c | 3 +-
22325 drivers/tty/pty.c | 4 +-
22326 drivers/tty/rocket.c | 6 +-
22327 drivers/tty/serial/8250/8250_core.c | 10 +-
22328 drivers/tty/serial/ifx6x60.c | 2 +-
22329 drivers/tty/serial/ioc4_serial.c | 6 +-
22330 drivers/tty/serial/kgdb_nmi.c | 4 +-
22331 drivers/tty/serial/kgdboc.c | 32 +-
22332 drivers/tty/serial/msm_serial.c | 4 +-
22333 drivers/tty/serial/samsung.c | 9 +-
22334 drivers/tty/serial/serial_core.c | 8 +-
22335 drivers/tty/synclink.c | 34 +-
22336 drivers/tty/synclink_gt.c | 28 +-
22337 drivers/tty/synclinkmp.c | 34 +-
22338 drivers/tty/tty_io.c | 2 +-
22339 drivers/tty/tty_ldisc.c | 8 +-
22340 drivers/tty/tty_port.c | 22 +-
22341 drivers/uio/uio.c | 13 +-
22342 drivers/usb/atm/cxacru.c | 2 +-
22343 drivers/usb/atm/usbatm.c | 24 +-
22344 drivers/usb/class/cdc-acm.h | 2 +-
22345 drivers/usb/core/devices.c | 6 +-
22346 drivers/usb/core/devio.c | 12 +-
22347 drivers/usb/core/hcd.c | 4 +-
22348 drivers/usb/core/sysfs.c | 2 +-
22349 drivers/usb/core/usb.c | 2 +-
22350 drivers/usb/early/ehci-dbgp.c | 16 +-
22351 drivers/usb/gadget/function/u_serial.c | 22 +-
22352 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
22353 drivers/usb/host/ehci-hcd.c | 2 +-
22354 drivers/usb/host/ehci-hub.c | 4 +-
22355 drivers/usb/host/ehci-q.c | 4 +-
22356 drivers/usb/host/fotg210-hcd.c | 2 +-
22357 drivers/usb/host/fusbh200-hcd.c | 2 +-
22358 drivers/usb/host/hwa-hc.c | 2 +-
22359 drivers/usb/host/ohci-hcd.c | 2 +-
22360 drivers/usb/host/r8a66597.h | 2 +-
22361 drivers/usb/host/uhci-hcd.c | 2 +-
22362 drivers/usb/host/xhci-pci.c | 2 +-
22363 drivers/usb/host/xhci.c | 2 +-
22364 drivers/usb/misc/appledisplay.c | 4 +-
22365 drivers/usb/serial/console.c | 8 +-
22366 drivers/usb/storage/transport.c | 2 +-
22367 drivers/usb/storage/usb.c | 2 +-
22368 drivers/usb/storage/usb.h | 2 +-
22369 drivers/usb/usbip/vhci.h | 2 +-
22370 drivers/usb/usbip/vhci_hcd.c | 6 +-
22371 drivers/usb/usbip/vhci_rx.c | 2 +-
22372 drivers/usb/wusbcore/wa-hc.h | 4 +-
22373 drivers/usb/wusbcore/wa-xfer.c | 2 +-
22374 drivers/vfio/vfio.c | 2 +-
22375 drivers/vhost/vringh.c | 20 +-
22376 drivers/video/backlight/kb3886_bl.c | 2 +-
22377 drivers/video/console/fbcon.c | 2 +-
22378 drivers/video/fbdev/aty/aty128fb.c | 2 +-
22379 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
22380 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
22381 drivers/video/fbdev/core/fb_defio.c | 6 +-
22382 drivers/video/fbdev/core/fbmem.c | 2 +-
22383 drivers/video/fbdev/hyperv_fb.c | 4 +-
22384 drivers/video/fbdev/i810/i810_accel.c | 1 +
22385 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
22386 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
22387 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
22388 drivers/video/fbdev/omap2/dss/display.c | 8 +-
22389 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
22390 drivers/video/fbdev/smscufx.c | 4 +-
22391 drivers/video/fbdev/udlfb.c | 36 +-
22392 drivers/video/fbdev/uvesafb.c | 52 +-
22393 drivers/video/fbdev/vesafb.c | 58 +-
22394 drivers/video/fbdev/via/via_clock.h | 2 +-
22395 drivers/xen/events/events_base.c | 6 +-
22396 drivers/xen/evtchn.c | 4 +-
22397 fs/Kconfig.binfmt | 2 +-
22398 fs/afs/inode.c | 4 +-
22399 fs/aio.c | 2 +-
22400 fs/autofs4/waitq.c | 2 +-
22401 fs/befs/endian.h | 6 +-
22402 fs/binfmt_aout.c | 23 +-
22403 fs/binfmt_elf.c | 670 +-
22404 fs/binfmt_elf_fdpic.c | 4 +-
22405 fs/block_dev.c | 2 +-
22406 fs/btrfs/ctree.c | 9 +-
22407 fs/btrfs/delayed-inode.c | 9 +-
22408 fs/btrfs/delayed-inode.h | 6 +-
22409 fs/btrfs/file.c | 10 +-
22410 fs/btrfs/inode.c | 14 +-
22411 fs/btrfs/super.c | 2 +-
22412 fs/btrfs/sysfs.c | 2 +-
22413 fs/btrfs/tests/free-space-tests.c | 8 +-
22414 fs/btrfs/tree-log.h | 2 +-
22415 fs/buffer.c | 2 +-
22416 fs/cachefiles/bind.c | 6 +-
22417 fs/cachefiles/daemon.c | 8 +-
22418 fs/cachefiles/internal.h | 12 +-
22419 fs/cachefiles/namei.c | 2 +-
22420 fs/cachefiles/proc.c | 12 +-
22421 fs/ceph/dir.c | 12 +-
22422 fs/ceph/super.c | 4 +-
22423 fs/cifs/cifs_debug.c | 12 +-
22424 fs/cifs/cifsfs.c | 8 +-
22425 fs/cifs/cifsglob.h | 54 +-
22426 fs/cifs/file.c | 10 +-
22427 fs/cifs/misc.c | 4 +-
22428 fs/cifs/smb1ops.c | 80 +-
22429 fs/cifs/smb2ops.c | 84 +-
22430 fs/cifs/smb2pdu.c | 3 +-
22431 fs/coda/cache.c | 10 +-
22432 fs/compat.c | 4 +-
22433 fs/compat_binfmt_elf.c | 2 +
22434 fs/compat_ioctl.c | 12 +-
22435 fs/configfs/dir.c | 10 +-
22436 fs/coredump.c | 16 +-
22437 fs/dcache.c | 51 +-
22438 fs/ecryptfs/inode.c | 2 +-
22439 fs/ecryptfs/miscdev.c | 2 +-
22440 fs/exec.c | 362 +-
22441 fs/ext2/xattr.c | 5 +-
22442 fs/ext4/ext4.h | 20 +-
22443 fs/ext4/mballoc.c | 44 +-
22444 fs/ext4/resize.c | 16 +-
22445 fs/ext4/super.c | 4 +-
22446 fs/ext4/xattr.c | 5 +-
22447 fs/fhandle.c | 3 +-
22448 fs/file.c | 4 +-
22449 fs/fs_struct.c | 8 +-
22450 fs/fscache/cookie.c | 40 +-
22451 fs/fscache/internal.h | 202 +-
22452 fs/fscache/object.c | 26 +-
22453 fs/fscache/operation.c | 38 +-
22454 fs/fscache/page.c | 110 +-
22455 fs/fscache/stats.c | 348 +-
22456 fs/fuse/cuse.c | 10 +-
22457 fs/fuse/dev.c | 4 +-
22458 fs/gfs2/glock.c | 22 +-
22459 fs/gfs2/glops.c | 4 +-
22460 fs/gfs2/quota.c | 6 +-
22461 fs/hugetlbfs/inode.c | 13 +-
22462 fs/inode.c | 4 +-
22463 fs/jffs2/erase.c | 3 +-
22464 fs/jffs2/wbuf.c | 3 +-
22465 fs/jfs/super.c | 2 +-
22466 fs/kernfs/dir.c | 2 +-
22467 fs/kernfs/file.c | 20 +-
22468 fs/libfs.c | 10 +-
22469 fs/lockd/clntproc.c | 4 +-
22470 fs/namei.c | 16 +-
22471 fs/namespace.c | 16 +-
22472 fs/nfs/callback_xdr.c | 2 +-
22473 fs/nfs/inode.c | 6 +-
22474 fs/nfsd/nfs4proc.c | 2 +-
22475 fs/nfsd/nfs4xdr.c | 2 +-
22476 fs/nfsd/nfscache.c | 11 +-
22477 fs/nfsd/vfs.c | 6 +-
22478 fs/nls/nls_base.c | 26 +-
22479 fs/nls/nls_euc-jp.c | 6 +-
22480 fs/nls/nls_koi8-ru.c | 6 +-
22481 fs/notify/fanotify/fanotify_user.c | 4 +-
22482 fs/notify/notification.c | 4 +-
22483 fs/ntfs/dir.c | 2 +-
22484 fs/ntfs/super.c | 6 +-
22485 fs/ocfs2/localalloc.c | 2 +-
22486 fs/ocfs2/ocfs2.h | 10 +-
22487 fs/ocfs2/suballoc.c | 12 +-
22488 fs/ocfs2/super.c | 20 +-
22489 fs/pipe.c | 72 +-
22490 fs/posix_acl.c | 4 +-
22491 fs/proc/array.c | 20 +
22492 fs/proc/base.c | 4 +-
22493 fs/proc/kcore.c | 34 +-
22494 fs/proc/meminfo.c | 2 +-
22495 fs/proc/nommu.c | 2 +-
22496 fs/proc/proc_sysctl.c | 26 +-
22497 fs/proc/task_mmu.c | 39 +-
22498 fs/proc/task_nommu.c | 4 +-
22499 fs/proc/vmcore.c | 16 +-
22500 fs/qnx6/qnx6.h | 4 +-
22501 fs/quota/netlink.c | 4 +-
22502 fs/read_write.c | 2 +-
22503 fs/reiserfs/do_balan.c | 2 +-
22504 fs/reiserfs/procfs.c | 2 +-
22505 fs/reiserfs/reiserfs.h | 4 +-
22506 fs/seq_file.c | 4 +-
22507 fs/splice.c | 43 +-
22508 fs/squashfs/xattr.c | 12 +-
22509 fs/sysv/sysv.h | 2 +-
22510 fs/tracefs/inode.c | 8 +-
22511 fs/udf/misc.c | 2 +-
22512 fs/ufs/swab.h | 4 +-
22513 fs/userfaultfd.c | 2 +-
22514 fs/xattr.c | 21 +
22515 fs/xfs/libxfs/xfs_bmap.c | 2 +-
22516 fs/xfs/xfs_dir2_readdir.c | 7 +-
22517 fs/xfs/xfs_ioctl.c | 2 +-
22518 fs/xfs/xfs_linux.h | 4 +-
22519 include/asm-generic/4level-fixup.h | 2 +
22520 include/asm-generic/atomic-long.h | 156 +-
22521 include/asm-generic/atomic64.h | 12 +
22522 include/asm-generic/bitops/__fls.h | 2 +-
22523 include/asm-generic/bitops/fls.h | 2 +-
22524 include/asm-generic/bitops/fls64.h | 4 +-
22525 include/asm-generic/bug.h | 6 +-
22526 include/asm-generic/cache.h | 4 +-
22527 include/asm-generic/emergency-restart.h | 2 +-
22528 include/asm-generic/kmap_types.h | 4 +-
22529 include/asm-generic/local.h | 13 +
22530 include/asm-generic/pgtable-nopmd.h | 18 +-
22531 include/asm-generic/pgtable-nopud.h | 15 +-
22532 include/asm-generic/pgtable.h | 16 +
22533 include/asm-generic/sections.h | 1 +
22534 include/asm-generic/uaccess.h | 16 +
22535 include/asm-generic/vmlinux.lds.h | 15 +-
22536 include/crypto/algapi.h | 2 +-
22537 include/drm/drmP.h | 16 +-
22538 include/drm/drm_crtc_helper.h | 2 +-
22539 include/drm/drm_mm.h | 2 +-
22540 include/drm/i915_pciids.h | 2 +-
22541 include/drm/intel-gtt.h | 4 +-
22542 include/drm/ttm/ttm_memory.h | 2 +-
22543 include/drm/ttm/ttm_page_alloc.h | 1 +
22544 include/keys/asymmetric-subtype.h | 2 +-
22545 include/linux/atmdev.h | 4 +-
22546 include/linux/atomic.h | 17 +-
22547 include/linux/audit.h | 2 +-
22548 include/linux/average.h | 2 +-
22549 include/linux/binfmts.h | 3 +-
22550 include/linux/bitmap.h | 2 +-
22551 include/linux/bitops.h | 8 +-
22552 include/linux/blkdev.h | 2 +-
22553 include/linux/blktrace_api.h | 2 +-
22554 include/linux/cache.h | 8 +
22555 include/linux/cdrom.h | 1 -
22556 include/linux/cleancache.h | 2 +-
22557 include/linux/clk-provider.h | 1 +
22558 include/linux/compat.h | 6 +-
22559 include/linux/compiler-gcc.h | 28 +-
22560 include/linux/compiler.h | 157 +-
22561 include/linux/configfs.h | 2 +-
22562 include/linux/cpufreq.h | 3 +-
22563 include/linux/cpuidle.h | 5 +-
22564 include/linux/cpumask.h | 14 +-
22565 include/linux/crypto.h | 4 +-
22566 include/linux/ctype.h | 2 +-
22567 include/linux/dcache.h | 4 +-
22568 include/linux/decompress/mm.h | 2 +-
22569 include/linux/devfreq.h | 2 +-
22570 include/linux/device.h | 7 +-
22571 include/linux/dma-mapping.h | 2 +-
22572 include/linux/efi.h | 1 +
22573 include/linux/elf.h | 2 +
22574 include/linux/err.h | 4 +-
22575 include/linux/extcon.h | 2 +-
22576 include/linux/fb.h | 3 +-
22577 include/linux/fdtable.h | 2 +-
22578 include/linux/fs.h | 5 +-
22579 include/linux/fs_struct.h | 2 +-
22580 include/linux/fscache-cache.h | 2 +-
22581 include/linux/fscache.h | 2 +-
22582 include/linux/fsnotify.h | 2 +-
22583 include/linux/genhd.h | 4 +-
22584 include/linux/genl_magic_func.h | 2 +-
22585 include/linux/gfp.h | 12 +-
22586 include/linux/highmem.h | 12 +
22587 include/linux/hwmon-sysfs.h | 6 +-
22588 include/linux/i2c.h | 1 +
22589 include/linux/if_pppox.h | 2 +-
22590 include/linux/init.h | 12 +-
22591 include/linux/init_task.h | 7 +
22592 include/linux/interrupt.h | 6 +-
22593 include/linux/iommu.h | 2 +-
22594 include/linux/ioport.h | 2 +-
22595 include/linux/ipc.h | 2 +-
22596 include/linux/irq.h | 5 +-
22597 include/linux/irqdesc.h | 2 +-
22598 include/linux/irqdomain.h | 3 +
22599 include/linux/jiffies.h | 16 +-
22600 include/linux/key-type.h | 2 +-
22601 include/linux/kgdb.h | 6 +-
22602 include/linux/kmemleak.h | 4 +-
22603 include/linux/kobject.h | 3 +-
22604 include/linux/kobject_ns.h | 2 +-
22605 include/linux/kref.h | 2 +-
22606 include/linux/libata.h | 2 +-
22607 include/linux/linkage.h | 1 +
22608 include/linux/list.h | 15 +
22609 include/linux/lockref.h | 26 +-
22610 include/linux/math64.h | 10 +-
22611 include/linux/mempolicy.h | 7 +
22612 include/linux/mm.h | 102 +-
22613 include/linux/mm_types.h | 20 +
22614 include/linux/mmiotrace.h | 4 +-
22615 include/linux/mmzone.h | 2 +-
22616 include/linux/mod_devicetable.h | 4 +-
22617 include/linux/module.h | 69 +-
22618 include/linux/moduleloader.h | 16 +
22619 include/linux/moduleparam.h | 4 +-
22620 include/linux/net.h | 2 +-
22621 include/linux/netdevice.h | 7 +-
22622 include/linux/netfilter.h | 2 +-
22623 include/linux/netfilter/nfnetlink.h | 2 +-
22624 include/linux/nls.h | 4 +-
22625 include/linux/notifier.h | 3 +-
22626 include/linux/oprofile.h | 4 +-
22627 include/linux/padata.h | 2 +-
22628 include/linux/pci_hotplug.h | 3 +-
22629 include/linux/percpu.h | 2 +-
22630 include/linux/perf_event.h | 12 +-
22631 include/linux/pipe_fs_i.h | 8 +-
22632 include/linux/pm.h | 1 +
22633 include/linux/pm_domain.h | 4 +-
22634 include/linux/pm_runtime.h | 2 +-
22635 include/linux/pnp.h | 2 +-
22636 include/linux/poison.h | 4 +-
22637 include/linux/power/smartreflex.h | 2 +-
22638 include/linux/ppp-comp.h | 2 +-
22639 include/linux/preempt.h | 21 +
22640 include/linux/proc_ns.h | 2 +-
22641 include/linux/psci.h | 2 +-
22642 include/linux/quota.h | 2 +-
22643 include/linux/random.h | 19 +-
22644 include/linux/rculist.h | 16 +
22645 include/linux/reboot.h | 14 +-
22646 include/linux/regset.h | 3 +-
22647 include/linux/relay.h | 2 +-
22648 include/linux/rio.h | 2 +-
22649 include/linux/rmap.h | 4 +-
22650 include/linux/sched.h | 72 +-
22651 include/linux/sched/sysctl.h | 1 +
22652 include/linux/semaphore.h | 2 +-
22653 include/linux/seq_file.h | 1 +
22654 include/linux/signal.h | 2 +-
22655 include/linux/skbuff.h | 12 +-
22656 include/linux/slab.h | 47 +-
22657 include/linux/slab_def.h | 14 +-
22658 include/linux/slub_def.h | 2 +-
22659 include/linux/smp.h | 2 +
22660 include/linux/sock_diag.h | 2 +-
22661 include/linux/sonet.h | 2 +-
22662 include/linux/sunrpc/addr.h | 8 +-
22663 include/linux/sunrpc/clnt.h | 2 +-
22664 include/linux/sunrpc/svc.h | 2 +-
22665 include/linux/sunrpc/svc_rdma.h | 18 +-
22666 include/linux/sunrpc/svcauth.h | 2 +-
22667 include/linux/swapops.h | 10 +-
22668 include/linux/swiotlb.h | 3 +-
22669 include/linux/syscalls.h | 21 +-
22670 include/linux/syscore_ops.h | 2 +-
22671 include/linux/sysctl.h | 3 +-
22672 include/linux/sysfs.h | 9 +-
22673 include/linux/sysrq.h | 3 +-
22674 include/linux/tcp.h | 14 +-
22675 include/linux/thread_info.h | 7 +
22676 include/linux/tty.h | 4 +-
22677 include/linux/tty_driver.h | 2 +-
22678 include/linux/tty_ldisc.h | 2 +-
22679 include/linux/types.h | 16 +
22680 include/linux/uaccess.h | 6 +-
22681 include/linux/uio_driver.h | 2 +-
22682 include/linux/unaligned/access_ok.h | 24 +-
22683 include/linux/usb.h | 12 +-
22684 include/linux/usb/hcd.h | 1 +
22685 include/linux/usb/renesas_usbhs.h | 2 +-
22686 include/linux/vermagic.h | 21 +-
22687 include/linux/vga_switcheroo.h | 8 +-
22688 include/linux/vmalloc.h | 7 +-
22689 include/linux/vmstat.h | 24 +-
22690 include/linux/xattr.h | 5 +-
22691 include/linux/zlib.h | 3 +-
22692 include/media/v4l2-dev.h | 2 +-
22693 include/media/v4l2-device.h | 2 +-
22694 include/net/9p/transport.h | 2 +-
22695 include/net/bluetooth/l2cap.h | 2 +-
22696 include/net/bonding.h | 2 +-
22697 include/net/caif/cfctrl.h | 6 +-
22698 include/net/flow.h | 2 +-
22699 include/net/genetlink.h | 2 +-
22700 include/net/gro_cells.h | 2 +-
22701 include/net/inet_connection_sock.h | 2 +-
22702 include/net/inet_sock.h | 2 +-
22703 include/net/inetpeer.h | 2 +-
22704 include/net/ip_fib.h | 2 +-
22705 include/net/ip_vs.h | 8 +-
22706 include/net/ipv6.h | 2 +-
22707 include/net/irda/ircomm_tty.h | 1 +
22708 include/net/iucv/af_iucv.h | 2 +-
22709 include/net/llc_c_ac.h | 2 +-
22710 include/net/llc_c_ev.h | 4 +-
22711 include/net/llc_c_st.h | 2 +-
22712 include/net/llc_s_ac.h | 2 +-
22713 include/net/llc_s_st.h | 2 +-
22714 include/net/mac80211.h | 4 +-
22715 include/net/neighbour.h | 2 +-
22716 include/net/net_namespace.h | 18 +-
22717 include/net/netlink.h | 2 +-
22718 include/net/netns/conntrack.h | 6 +-
22719 include/net/netns/ipv4.h | 4 +-
22720 include/net/netns/ipv6.h | 4 +-
22721 include/net/netns/xfrm.h | 2 +-
22722 include/net/ping.h | 2 +-
22723 include/net/protocol.h | 4 +-
22724 include/net/rtnetlink.h | 2 +-
22725 include/net/sctp/checksum.h | 4 +-
22726 include/net/sctp/sm.h | 4 +-
22727 include/net/sctp/structs.h | 2 +-
22728 include/net/sock.h | 12 +-
22729 include/net/tcp.h | 8 +-
22730 include/net/xfrm.h | 13 +-
22731 include/rdma/iw_cm.h | 2 +-
22732 include/scsi/libfc.h | 3 +-
22733 include/scsi/scsi_device.h | 6 +-
22734 include/scsi/scsi_driver.h | 2 +-
22735 include/scsi/scsi_transport_fc.h | 3 +-
22736 include/scsi/sg.h | 2 +-
22737 include/sound/compress_driver.h | 2 +-
22738 include/sound/soc.h | 4 +-
22739 include/trace/events/irq.h | 4 +-
22740 include/uapi/linux/a.out.h | 8 +
22741 include/uapi/linux/bcache.h | 5 +-
22742 include/uapi/linux/byteorder/little_endian.h | 28 +-
22743 include/uapi/linux/connector.h | 2 +-
22744 include/uapi/linux/elf.h | 28 +
22745 include/uapi/linux/screen_info.h | 3 +-
22746 include/uapi/linux/swab.h | 6 +-
22747 include/uapi/linux/xattr.h | 4 +
22748 include/video/udlfb.h | 8 +-
22749 include/video/uvesafb.h | 1 +
22750 init/Kconfig | 2 +-
22751 init/Makefile | 3 +
22752 init/do_mounts.c | 14 +-
22753 init/do_mounts.h | 8 +-
22754 init/do_mounts_initrd.c | 30 +-
22755 init/do_mounts_md.c | 6 +-
22756 init/init_task.c | 4 +
22757 init/initramfs.c | 38 +-
22758 init/main.c | 30 +-
22759 ipc/compat.c | 4 +-
22760 ipc/ipc_sysctl.c | 8 +-
22761 ipc/mq_sysctl.c | 4 +-
22762 ipc/sem.c | 4 +-
22763 ipc/shm.c | 6 +
22764 kernel/audit.c | 8 +-
22765 kernel/auditsc.c | 4 +-
22766 kernel/bpf/core.c | 7 +-
22767 kernel/capability.c | 3 +
22768 kernel/compat.c | 38 +-
22769 kernel/debug/debug_core.c | 16 +-
22770 kernel/debug/kdb/kdb_main.c | 4 +-
22771 kernel/events/core.c | 26 +-
22772 kernel/events/internal.h | 10 +-
22773 kernel/events/uprobes.c | 2 +-
22774 kernel/exit.c | 2 +-
22775 kernel/fork.c | 167 +-
22776 kernel/futex.c | 11 +-
22777 kernel/futex_compat.c | 2 +-
22778 kernel/gcov/base.c | 7 +-
22779 kernel/irq/manage.c | 2 +-
22780 kernel/irq/msi.c | 19 +-
22781 kernel/irq/spurious.c | 2 +-
22782 kernel/jump_label.c | 5 +
22783 kernel/kallsyms.c | 37 +-
22784 kernel/kexec.c | 3 +-
22785 kernel/kmod.c | 8 +-
22786 kernel/kprobes.c | 4 +-
22787 kernel/ksysfs.c | 2 +-
22788 kernel/locking/lockdep.c | 7 +-
22789 kernel/locking/mutex-debug.c | 12 +-
22790 kernel/locking/mutex-debug.h | 4 +-
22791 kernel/locking/mutex.c | 6 +-
22792 kernel/module.c | 422 +-
22793 kernel/notifier.c | 17 +-
22794 kernel/padata.c | 4 +-
22795 kernel/panic.c | 5 +-
22796 kernel/pid.c | 2 +-
22797 kernel/pid_namespace.c | 2 +-
22798 kernel/power/process.c | 12 +-
22799 kernel/profile.c | 14 +-
22800 kernel/ptrace.c | 8 +-
22801 kernel/rcu/rcutorture.c | 60 +-
22802 kernel/rcu/tiny.c | 4 +-
22803 kernel/rcu/tree.c | 44 +-
22804 kernel/rcu/tree.h | 14 +-
22805 kernel/rcu/tree_plugin.h | 14 +-
22806 kernel/rcu/tree_trace.c | 12 +-
22807 kernel/sched/auto_group.c | 4 +-
22808 kernel/sched/core.c | 45 +-
22809 kernel/sched/fair.c | 2 +-
22810 kernel/sched/sched.h | 2 +-
22811 kernel/signal.c | 12 +-
22812 kernel/smpboot.c | 4 +-
22813 kernel/softirq.c | 12 +-
22814 kernel/sys.c | 10 +-
22815 kernel/sysctl.c | 34 +-
22816 kernel/time/alarmtimer.c | 2 +-
22817 kernel/time/posix-cpu-timers.c | 4 +-
22818 kernel/time/posix-timers.c | 24 +-
22819 kernel/time/timer.c | 2 +-
22820 kernel/time/timer_stats.c | 10 +-
22821 kernel/trace/blktrace.c | 6 +-
22822 kernel/trace/ftrace.c | 15 +-
22823 kernel/trace/ring_buffer.c | 96 +-
22824 kernel/trace/trace.c | 2 +-
22825 kernel/trace/trace.h | 2 +-
22826 kernel/trace/trace_clock.c | 4 +-
22827 kernel/trace/trace_events.c | 1 -
22828 kernel/trace/trace_functions_graph.c | 4 +-
22829 kernel/trace/trace_mmiotrace.c | 8 +-
22830 kernel/trace/trace_output.c | 10 +-
22831 kernel/trace/trace_seq.c | 2 +-
22832 kernel/trace/trace_stack.c | 2 +-
22833 kernel/user_namespace.c | 2 +-
22834 kernel/utsname_sysctl.c | 2 +-
22835 kernel/watchdog.c | 2 +-
22836 kernel/workqueue.c | 2 +-
22837 lib/Kconfig.debug | 8 +-
22838 lib/Makefile | 2 +-
22839 lib/bitmap.c | 8 +-
22840 lib/bug.c | 2 +
22841 lib/debugobjects.c | 2 +-
22842 lib/decompress_bunzip2.c | 3 +-
22843 lib/decompress_unlzma.c | 4 +-
22844 lib/div64.c | 4 +-
22845 lib/dma-debug.c | 4 +-
22846 lib/inflate.c | 2 +-
22847 lib/ioremap.c | 4 +-
22848 lib/kobject.c | 4 +-
22849 lib/list_debug.c | 126 +-
22850 lib/lockref.c | 44 +-
22851 lib/percpu-refcount.c | 2 +-
22852 lib/radix-tree.c | 2 +-
22853 lib/random32.c | 2 +-
22854 lib/show_mem.c | 2 +-
22855 lib/strncpy_from_user.c | 2 +-
22856 lib/strnlen_user.c | 2 +-
22857 lib/swiotlb.c | 2 +-
22858 lib/usercopy.c | 6 +
22859 lib/vsprintf.c | 12 +-
22860 mm/Kconfig | 6 +-
22861 mm/backing-dev.c | 4 +-
22862 mm/debug.c | 3 +
22863 mm/filemap.c | 2 +-
22864 mm/gup.c | 13 +-
22865 mm/highmem.c | 6 +-
22866 mm/hugetlb.c | 70 +-
22867 mm/internal.h | 1 +
22868 mm/maccess.c | 4 +-
22869 mm/madvise.c | 37 +
22870 mm/memory-failure.c | 6 +-
22871 mm/memory.c | 424 +-
22872 mm/mempolicy.c | 25 +
22873 mm/mlock.c | 15 +-
22874 mm/mm_init.c | 2 +-
22875 mm/mmap.c | 582 +-
22876 mm/mprotect.c | 137 +-
22877 mm/mremap.c | 39 +-
22878 mm/nommu.c | 21 +-
22879 mm/page-writeback.c | 2 +-
22880 mm/page_alloc.c | 49 +-
22881 mm/percpu.c | 2 +-
22882 mm/process_vm_access.c | 14 +-
22883 mm/rmap.c | 45 +-
22884 mm/shmem.c | 19 +-
22885 mm/slab.c | 109 +-
22886 mm/slab.h | 22 +-
22887 mm/slab_common.c | 86 +-
22888 mm/slob.c | 218 +-
22889 mm/slub.c | 102 +-
22890 mm/sparse-vmemmap.c | 4 +-
22891 mm/sparse.c | 2 +-
22892 mm/swap.c | 2 +
22893 mm/swapfile.c | 12 +-
22894 mm/util.c | 6 +
22895 mm/vmalloc.c | 114 +-
22896 mm/vmstat.c | 12 +-
22897 net/8021q/vlan.c | 5 +-
22898 net/8021q/vlan_netlink.c | 2 +-
22899 net/9p/mod.c | 4 +-
22900 net/9p/trans_fd.c | 2 +-
22901 net/atm/atm_misc.c | 8 +-
22902 net/atm/lec.h | 2 +-
22903 net/atm/proc.c | 6 +-
22904 net/atm/resources.c | 4 +-
22905 net/ax25/sysctl_net_ax25.c | 2 +-
22906 net/batman-adv/bat_iv_ogm.c | 8 +-
22907 net/batman-adv/fragmentation.c | 2 +-
22908 net/batman-adv/soft-interface.c | 8 +-
22909 net/batman-adv/types.h | 6 +-
22910 net/bluetooth/hci_sock.c | 2 +-
22911 net/bluetooth/l2cap_core.c | 6 +-
22912 net/bluetooth/l2cap_sock.c | 12 +-
22913 net/bluetooth/rfcomm/sock.c | 4 +-
22914 net/bluetooth/rfcomm/tty.c | 4 +-
22915 net/bridge/br_netlink.c | 2 +-
22916 net/bridge/netfilter/ebtables.c | 6 +-
22917 net/caif/cfctrl.c | 11 +-
22918 net/caif/chnl_net.c | 2 +-
22919 net/can/af_can.c | 2 +-
22920 net/can/gw.c | 6 +-
22921 net/ceph/messenger.c | 4 +-
22922 net/compat.c | 24 +-
22923 net/core/datagram.c | 2 +-
22924 net/core/dev.c | 16 +-
22925 net/core/filter.c | 2 +-
22926 net/core/flow.c | 6 +-
22927 net/core/neighbour.c | 4 +-
22928 net/core/net-sysfs.c | 2 +-
22929 net/core/net_namespace.c | 8 +-
22930 net/core/netpoll.c | 4 +-
22931 net/core/rtnetlink.c | 15 +-
22932 net/core/scm.c | 14 +-
22933 net/core/skbuff.c | 8 +-
22934 net/core/sock.c | 28 +-
22935 net/core/sock_diag.c | 15 +-
22936 net/core/sysctl_net_core.c | 22 +-
22937 net/decnet/af_decnet.c | 1 +
22938 net/decnet/sysctl_net_decnet.c | 4 +-
22939 net/dsa/dsa.c | 2 +-
22940 net/hsr/hsr_netlink.c | 2 +-
22941 net/ieee802154/6lowpan/core.c | 2 +-
22942 net/ieee802154/6lowpan/reassembly.c | 14 +-
22943 net/ipv4/af_inet.c | 2 +-
22944 net/ipv4/devinet.c | 18 +-
22945 net/ipv4/fib_frontend.c | 6 +-
22946 net/ipv4/fib_semantics.c | 2 +-
22947 net/ipv4/inet_connection_sock.c | 4 +-
22948 net/ipv4/inet_timewait_sock.c | 2 +-
22949 net/ipv4/inetpeer.c | 2 +-
22950 net/ipv4/ip_fragment.c | 15 +-
22951 net/ipv4/ip_gre.c | 6 +-
22952 net/ipv4/ip_sockglue.c | 2 +-
22953 net/ipv4/ip_vti.c | 4 +-
22954 net/ipv4/ipconfig.c | 6 +-
22955 net/ipv4/ipip.c | 4 +-
22956 net/ipv4/netfilter/arp_tables.c | 12 +-
22957 net/ipv4/netfilter/ip_tables.c | 12 +-
22958 net/ipv4/ping.c | 14 +-
22959 net/ipv4/raw.c | 14 +-
22960 net/ipv4/route.c | 32 +-
22961 net/ipv4/sysctl_net_ipv4.c | 22 +-
22962 net/ipv4/tcp_input.c | 6 +-
22963 net/ipv4/tcp_probe.c | 2 +-
22964 net/ipv4/udp.c | 10 +-
22965 net/ipv4/xfrm4_policy.c | 18 +-
22966 net/ipv6/addrconf.c | 18 +-
22967 net/ipv6/af_inet6.c | 2 +-
22968 net/ipv6/datagram.c | 2 +-
22969 net/ipv6/icmp.c | 2 +-
22970 net/ipv6/ip6_fib.c | 4 +-
22971 net/ipv6/ip6_gre.c | 10 +-
22972 net/ipv6/ip6_tunnel.c | 4 +-
22973 net/ipv6/ip6_vti.c | 4 +-
22974 net/ipv6/ipv6_sockglue.c | 2 +-
22975 net/ipv6/netfilter/ip6_tables.c | 12 +-
22976 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
22977 net/ipv6/ping.c | 33 +-
22978 net/ipv6/raw.c | 17 +-
22979 net/ipv6/reassembly.c | 13 +-
22980 net/ipv6/route.c | 2 +-
22981 net/ipv6/sit.c | 4 +-
22982 net/ipv6/sysctl_net_ipv6.c | 2 +-
22983 net/ipv6/udp.c | 6 +-
22984 net/ipv6/xfrm6_policy.c | 17 +-
22985 net/irda/ircomm/ircomm_tty.c | 18 +-
22986 net/iucv/af_iucv.c | 4 +-
22987 net/iucv/iucv.c | 2 +-
22988 net/key/af_key.c | 4 +-
22989 net/l2tp/l2tp_eth.c | 38 +-
22990 net/l2tp/l2tp_ip.c | 2 +-
22991 net/l2tp/l2tp_ip6.c | 2 +-
22992 net/mac80211/cfg.c | 8 +-
22993 net/mac80211/ieee80211_i.h | 3 +-
22994 net/mac80211/iface.c | 20 +-
22995 net/mac80211/main.c | 2 +-
22996 net/mac80211/pm.c | 4 +-
22997 net/mac80211/rate.c | 2 +-
22998 net/mac80211/sta_info.c | 2 +-
22999 net/mac80211/util.c | 8 +-
23000 net/mpls/af_mpls.c | 6 +-
23001 net/netfilter/ipset/ip_set_core.c | 2 +-
23002 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
23003 net/netfilter/ipvs/ip_vs_core.c | 4 +-
23004 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
23005 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
23006 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
23007 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
23008 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
23009 net/netfilter/nf_conntrack_acct.c | 2 +-
23010 net/netfilter/nf_conntrack_ecache.c | 2 +-
23011 net/netfilter/nf_conntrack_helper.c | 2 +-
23012 net/netfilter/nf_conntrack_proto.c | 2 +-
23013 net/netfilter/nf_conntrack_standalone.c | 2 +-
23014 net/netfilter/nf_conntrack_timestamp.c | 2 +-
23015 net/netfilter/nf_log.c | 10 +-
23016 net/netfilter/nf_sockopt.c | 4 +-
23017 net/netfilter/nfnetlink_log.c | 4 +-
23018 net/netfilter/nft_compat.c | 9 +-
23019 net/netfilter/xt_statistic.c | 8 +-
23020 net/netlink/af_netlink.c | 4 +-
23021 net/openvswitch/vport-internal_dev.c | 2 +-
23022 net/packet/af_packet.c | 8 +-
23023 net/phonet/pep.c | 6 +-
23024 net/phonet/socket.c | 2 +-
23025 net/phonet/sysctl.c | 2 +-
23026 net/rds/cong.c | 6 +-
23027 net/rds/ib.h | 2 +-
23028 net/rds/ib_cm.c | 2 +-
23029 net/rds/ib_recv.c | 4 +-
23030 net/rds/iw.h | 2 +-
23031 net/rds/iw_cm.c | 2 +-
23032 net/rds/iw_recv.c | 4 +-
23033 net/rds/rds.h | 2 +-
23034 net/rds/tcp.c | 2 +-
23035 net/rds/tcp_send.c | 2 +-
23036 net/rxrpc/af_rxrpc.c | 2 +-
23037 net/rxrpc/ar-ack.c | 14 +-
23038 net/rxrpc/ar-call.c | 2 +-
23039 net/rxrpc/ar-connection.c | 2 +-
23040 net/rxrpc/ar-connevent.c | 2 +-
23041 net/rxrpc/ar-input.c | 4 +-
23042 net/rxrpc/ar-internal.h | 8 +-
23043 net/rxrpc/ar-local.c | 2 +-
23044 net/rxrpc/ar-output.c | 4 +-
23045 net/rxrpc/ar-peer.c | 2 +-
23046 net/rxrpc/ar-proc.c | 4 +-
23047 net/rxrpc/ar-transport.c | 2 +-
23048 net/rxrpc/rxkad.c | 4 +-
23049 net/sched/sch_generic.c | 4 +-
23050 net/sctp/ipv6.c | 6 +-
23051 net/sctp/protocol.c | 10 +-
23052 net/sctp/sm_sideeffect.c | 2 +-
23053 net/sctp/socket.c | 21 +-
23054 net/sctp/sysctl.c | 10 +-
23055 net/socket.c | 18 +-
23056 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
23057 net/sunrpc/clnt.c | 4 +-
23058 net/sunrpc/sched.c | 4 +-
23059 net/sunrpc/svc.c | 4 +-
23060 net/sunrpc/svcauth_unix.c | 2 +-
23061 net/sunrpc/xprtrdma/svc_rdma.c | 38 +-
23062 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
23063 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
23064 net/sunrpc/xprtrdma/svc_rdma_transport.c | 10 +-
23065 net/tipc/netlink_compat.c | 12 +-
23066 net/tipc/subscr.c | 2 +-
23067 net/unix/af_unix.c | 7 +-
23068 net/unix/sysctl_net_unix.c | 2 +-
23069 net/wireless/wext-core.c | 19 +-
23070 net/xfrm/xfrm_policy.c | 16 +-
23071 net/xfrm/xfrm_state.c | 33 +-
23072 net/xfrm/xfrm_sysctl.c | 2 +-
23073 scripts/Kbuild.include | 2 +-
23074 scripts/Makefile.build | 2 +-
23075 scripts/Makefile.clean | 3 +-
23076 scripts/Makefile.host | 69 +-
23077 scripts/basic/fixdep.c | 12 +-
23078 scripts/dtc/checks.c | 14 +-
23079 scripts/dtc/data.c | 6 +-
23080 scripts/dtc/flattree.c | 8 +-
23081 scripts/dtc/livetree.c | 4 +-
23082 scripts/gcc-plugin.sh | 51 +
23083 scripts/headers_install.sh | 1 +
23084 scripts/kallsyms.c | 4 +-
23085 scripts/kconfig/lkc.h | 5 +-
23086 scripts/kconfig/menu.c | 2 +-
23087 scripts/kconfig/symbol.c | 6 +-
23088 scripts/link-vmlinux.sh | 2 +-
23089 scripts/mod/file2alias.c | 14 +-
23090 scripts/mod/modpost.c | 25 +-
23091 scripts/mod/modpost.h | 6 +-
23092 scripts/mod/sumversion.c | 2 +-
23093 scripts/module-common.lds | 4 +
23094 scripts/package/builddeb | 1 +
23095 scripts/pnmtologo.c | 6 +-
23096 scripts/sortextable.h | 6 +-
23097 scripts/tags.sh | 2 +-
23098 security/Kconfig | 692 +-
23099 security/integrity/ima/ima.h | 4 +-
23100 security/integrity/ima/ima_api.c | 2 +-
23101 security/integrity/ima/ima_fs.c | 4 +-
23102 security/integrity/ima/ima_queue.c | 2 +-
23103 security/keys/key.c | 18 +-
23104 security/selinux/avc.c | 6 +-
23105 security/selinux/include/xfrm.h | 2 +-
23106 security/yama/yama_lsm.c | 2 +-
23107 sound/aoa/codecs/onyx.c | 7 +-
23108 sound/aoa/codecs/onyx.h | 1 +
23109 sound/core/oss/pcm_oss.c | 18 +-
23110 sound/core/pcm_compat.c | 2 +-
23111 sound/core/pcm_native.c | 4 +-
23112 sound/core/sound.c | 2 +-
23113 sound/drivers/mts64.c | 14 +-
23114 sound/drivers/opl4/opl4_lib.c | 2 +-
23115 sound/drivers/portman2x4.c | 3 +-
23116 sound/firewire/amdtp.c | 4 +-
23117 sound/firewire/amdtp.h | 4 +-
23118 sound/firewire/isight.c | 10 +-
23119 sound/firewire/scs1x.c | 8 +-
23120 sound/oss/sb_audio.c | 2 +-
23121 sound/oss/swarm_cs4297a.c | 6 +-
23122 sound/pci/hda/hda_codec.c | 2 +-
23123 sound/pci/ymfpci/ymfpci.h | 2 +-
23124 sound/pci/ymfpci/ymfpci_main.c | 12 +-
23125 sound/soc/codecs/sti-sas.c | 10 +-
23126 sound/soc/soc-ac97.c | 6 +-
23127 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
23128 tools/gcc/Makefile | 42 +
23129 tools/gcc/checker_plugin.c | 150 +
23130 tools/gcc/colorize_plugin.c | 215 +
23131 tools/gcc/constify_plugin.c | 571 +
23132 tools/gcc/gcc-common.h | 812 +
23133 tools/gcc/initify_plugin.c | 552 +
23134 tools/gcc/kallocstat_plugin.c | 188 +
23135 tools/gcc/kernexec_plugin.c | 549 +
23136 tools/gcc/latent_entropy_plugin.c | 470 +
23137 tools/gcc/size_overflow_plugin/.gitignore | 2 +
23138 tools/gcc/size_overflow_plugin/Makefile | 28 +
23139 .../disable_size_overflow_hash.data |12422 ++++++++++++
23140 .../generate_size_overflow_hash.sh | 103 +
23141 .../insert_size_overflow_asm.c | 416 +
23142 .../size_overflow_plugin/intentional_overflow.c | 1010 +
23143 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
23144 tools/gcc/size_overflow_plugin/size_overflow.h | 323 +
23145 .../gcc/size_overflow_plugin/size_overflow_debug.c | 194 +
23146 .../size_overflow_plugin/size_overflow_hash.data |20735 ++++++++++++++++++++
23147 .../size_overflow_hash_aux.data | 92 +
23148 tools/gcc/size_overflow_plugin/size_overflow_ipa.c | 1226 ++
23149 .../gcc/size_overflow_plugin/size_overflow_misc.c | 505 +
23150 .../size_overflow_plugin/size_overflow_plugin.c | 318 +
23151 .../size_overflow_plugin_hash.c | 352 +
23152 .../size_overflow_plugin/size_overflow_transform.c | 749 +
23153 .../size_overflow_transform_core.c | 1010 +
23154 tools/gcc/stackleak_plugin.c | 436 +
23155 tools/gcc/structleak_plugin.c | 287 +
23156 tools/include/linux/compiler.h | 8 +
23157 tools/lib/api/Makefile | 2 +-
23158 tools/perf/util/include/asm/alternative-asm.h | 3 +
23159 tools/virtio/linux/uaccess.h | 2 +-
23160 virt/kvm/kvm_main.c | 42 +-
23161 1944 files changed, 66925 insertions(+), 8949 deletions(-)
23162 commit 87790bbd0d8dc2bd7fd86cb947e32886db9e9766
23163 Author: Matthew Wilcox <willy@linux.intel.com>
23164 Date: Tue Feb 2 16:57:52 2016 -0800
23165
23166 radix-tree: fix race in gang lookup
23167
23168 If the indirect_ptr bit is set on a slot, that indicates we need to redo
23169 the lookup. Introduce a new function radix_tree_iter_retry() which
23170 forces the loop to retry the lookup by setting 'slot' to NULL and
23171 turning the iterator back to point at the problematic entry.
23172
23173 This is a pretty rare problem to hit at the moment; the lookup has to
23174 race with a grow of the radix tree from a height of 0. The consequences
23175 of hitting this race are that gang lookup could return a pointer to a
23176 radix_tree_node instead of a pointer to whatever the user had inserted
23177 in the tree.
23178
23179 Fixes: cebbd29e1c2f ("radix-tree: rewrite gang lookup using iterator")
23180 Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
23181 Cc: Hugh Dickins <hughd@google.com>
23182 Cc: Ohad Ben-Cohen <ohad@wizery.com>
23183 Cc: Konstantin Khlebnikov <khlebnikov@openvz.org>
23184 Cc: <stable@vger.kernel.org>
23185 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
23186 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
23187
23188 include/linux/radix-tree.h | 16 ++++++++++++++++
23189 lib/radix-tree.c | 12 ++++++++++--
23190 2 files changed, 26 insertions(+), 2 deletions(-)
23191
23192 commit bf628043b4589c910919a0f221ae7f42aa8cea93
23193 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
23194 Date: Wed Feb 3 02:11:03 2016 +0100
23195
23196 unix: correctly track in-flight fds in sending process user_struct
23197
23198 The commit referenced in the Fixes tag incorrectly accounted the number
23199 of in-flight fds over a unix domain socket to the original opener
23200 of the file-descriptor. This allows another process to arbitrary
23201 deplete the original file-openers resource limit for the maximum of
23202 open files. Instead the sending processes and its struct cred should
23203 be credited.
23204
23205 To do so, we add a reference counted struct user_struct pointer to the
23206 scm_fp_list and use it to account for the number of inflight unix fds.
23207
23208 Fixes: 712f4aad406bb1 ("unix: properly account for FDs passed over unix sockets")
23209 Reported-by: David Herrmann <dh.herrmann@gmail.com>
23210 Cc: David Herrmann <dh.herrmann@gmail.com>
23211 Cc: Willy Tarreau <w@1wt.eu>
23212 Cc: Linus Torvalds <torvalds@linux-foundation.org>
23213 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
23214 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
23215 Signed-off-by: David S. Miller <davem@davemloft.net>
23216
23217 include/net/af_unix.h | 4 ++--
23218 include/net/scm.h | 1 +
23219 net/core/scm.c | 7 +++++++
23220 net/unix/af_unix.c | 4 ++--
23221 net/unix/garbage.c | 8 ++++----
23222 5 files changed, 16 insertions(+), 8 deletions(-)
23223
23224 commit e830db443ff78d70b7b63536e688d73907face0c
23225 Author: Mike Kravetz <mike.kravetz@oracle.com>
23226 Date: Fri Jan 15 16:57:37 2016 -0800
23227
23228 fs/hugetlbfs/inode.c: fix bugs in hugetlb_vmtruncate_list()
23229
23230 Hillf Danton noticed bugs in the hugetlb_vmtruncate_list routine. The
23231 argument end is of type pgoff_t. It was being converted to a vaddr
23232 offset and passed to unmap_hugepage_range. However, end was also being
23233 used as an argument to the vma_interval_tree_foreach controlling loop.
23234 In addition, the conversion of end to vaddr offset was incorrect.
23235
23236 hugetlb_vmtruncate_list is called as part of a file truncate or
23237 fallocate hole punch operation.
23238
23239 When truncating a hugetlbfs file, this bug could prevent some pages from
23240 being unmapped. This is possible if there are multiple vmas mapping the
23241 file, and there is a sufficiently sized hole between the mappings. The
23242 size of the hole between two vmas (A,B) must be such that the starting
23243 virtual address of B is greater than (ending virtual address of A <<
23244 PAGE_SHIFT). In this case, the pages in B would not be unmapped. If
23245 pages are not properly unmapped during truncate, the following BUG is
23246 hit:
23247
23248 kernel BUG at fs/hugetlbfs/inode.c:428!
23249
23250 In the fallocate hole punch case, this bug could prevent pages from
23251 being unmapped as in the truncate case. However, for hole punch the
23252 result is that unmapped pages will not be removed during the operation.
23253 For hole punch, it is also possible that more pages than desired will be
23254 unmapped. This unnecessary unmapping will cause page faults to
23255 reestablish the mappings on subsequent page access.
23256
23257 Fixes: 1bfad99ab (" hugetlbfs: hugetlb_vmtruncate_list() needs to take a range")Reported-by: Hillf Danton <hillf.zj@alibaba-inc.com>
23258 Signed-off-by: Mike Kravetz <mike.kravetz@oracle.com>
23259 Cc: Hugh Dickins <hughd@google.com>
23260 Cc: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
23261 Cc: Davidlohr Bueso <dave@stgolabs.net>
23262 Cc: Dave Hansen <dave.hansen@linux.intel.com>
23263 Cc: <stable@vger.kernel.org> [4.3]
23264 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
23265 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
23266
23267 fs/hugetlbfs/inode.c | 19 +++++++++++--------
23268 1 files changed, 11 insertions(+), 8 deletions(-)
23269
23270 commit cdb3ba4a9113b779347387f3b6c6ea72dd4db12f
23271 Author: Takashi Iwai <tiwai@suse.de>
23272 Date: Thu Feb 4 17:06:13 2016 +0100
23273
23274 ALSA: timer: Fix leftover link at closing
23275
23276 In ALSA timer core, the active timer instance is managed in
23277 active_list linked list. Each element is added / removed dynamically
23278 at timer start, stop and in timer interrupt. The problem is that
23279 snd_timer_interrupt() has a thinko and leaves the element in
23280 active_list when it's the last opened element. This eventually leads
23281 to list corruption or use-after-free error.
23282
23283 This hasn't been revealed because we used to delete the list forcibly
23284 in snd_timer_stop() in the past. However, the recent fix avoids the
23285 double-stop behavior (in commit [f784beb75ce8: ALSA: timer: Fix link
23286 corruption due to double start or stop]), and this leak hits reality.
23287
23288 This patch fixes the link management in snd_timer_interrupt(). Now it
23289 simply unlinks no matter which stream is.
23290
23291 BugLink: http://lkml.kernel.org/r/CACT4Y+Yy2aukHP-EDp8-ziNqNNmb-NTf=jDWXMP7jB8HDa2vng@mail.gmail.com
23292 Reported-by: Dmitry Vyukov <dvyukov@google.com>
23293 Cc: <stable@vger.kernel.org>
23294 Signed-off-by: Takashi Iwai <tiwai@suse.de>
23295
23296 sound/core/timer.c | 4 ++--
23297 1 files changed, 2 insertions(+), 2 deletions(-)
23298
23299 commit 47d9647902f6a2f46a2be1e0140ba0f6f8c06008
23300 Author: Konstantin Khlebnikov <koct9i@gmail.com>
23301 Date: Fri Feb 5 15:37:01 2016 -0800
23302
23303 radix-tree: fix oops after radix_tree_iter_retry
23304
23305 Helper radix_tree_iter_retry() resets next_index to the current index.
23306 In following radix_tree_next_slot current chunk size becomes zero. This
23307 isn't checked and it tries to dereference null pointer in slot.
23308
23309 Tagged iterator is fine because retry happens only at slot 0 where tag
23310 bitmask in iter->tags is filled with single bit.
23311
23312 Fixes: 46437f9a554f ("radix-tree: fix race in gang lookup")
23313 Signed-off-by: Konstantin Khlebnikov <koct9i@gmail.com>
23314 Cc: Matthew Wilcox <willy@linux.intel.com>
23315 Cc: Hugh Dickins <hughd@google.com>
23316 Cc: Ohad Ben-Cohen <ohad@wizery.com>
23317 Cc: Jeremiah Mahler <jmmahler@gmail.com>
23318 Cc: <stable@vger.kernel.org>
23319 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
23320 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
23321
23322 include/linux/radix-tree.h | 6 +++---
23323 1 files changed, 3 insertions(+), 3 deletions(-)
23324
23325 commit 95b5dcb3c01958502af00b0bc0da1d906aae11a2
23326 Merge: 438be0b 256aeaf
23327 Author: Brad Spengler <spender@grsecurity.net>
23328 Date: Sun Feb 7 08:29:33 2016 -0500
23329
23330 Merge branch 'pax-test' into grsec-test
23331
23332 commit 256aeaf87c22de8edf1f03682a572c590ae07771
23333 Author: Brad Spengler <spender@grsecurity.net>
23334 Date: Sun Feb 7 08:29:09 2016 -0500
23335
23336 Update to pax-linux-4.3.5-test28.patch:
23337 - 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)
23338 - spender fixed UDEREF on arm
23339
23340 arch/arm/Kconfig | 1 +
23341 arch/arm/include/asm/domain.h | 21 ++++++++-
23342 arch/arm/include/asm/futex.h | 9 ----
23343 arch/arm/include/asm/thread_info.h | 3 +
23344 arch/arm/include/asm/uaccess.h | 81 +++++++++++++++---------------------
23345 arch/arm/kernel/entry-armv.S | 2 +-
23346 arch/arm/kernel/process.c | 2 +-
23347 arch/arm/mm/alignment.c | 8 ----
23348 arch/x86/mm/numa.c | 2 +-
23349 security/Kconfig | 1 -
23350 10 files changed, 60 insertions(+), 70 deletions(-)
23351
23352 commit 438be0bd112bd17942b2628c53054dc1007558a1
23353 Author: Brad Spengler <spender@grsecurity.net>
23354 Date: Sat Feb 6 19:50:31 2016 -0500
23355
23356 Fix a number of issues caused by the upstream merging of a UDEREF ripoff resulting in unbootable
23357 ARM systems reported on the forums
23358
23359 arch/arm/Kconfig | 1 +
23360 arch/arm/include/asm/domain.h | 21 ++++++++-
23361 arch/arm/include/asm/futex.h | 9 ----
23362 arch/arm/include/asm/thread_info.h | 3 +
23363 arch/arm/include/asm/uaccess.h | 81 +++++++++++++++---------------------
23364 arch/arm/kernel/entry-armv.S | 2 +-
23365 arch/arm/kernel/process.c | 2 +-
23366 arch/arm/mm/alignment.c | 8 ----
23367 security/Kconfig | 1 -
23368 9 files changed, 59 insertions(+), 69 deletions(-)
23369
23370 commit 4ffdd5ef1f87e611af1efb4f251ada92abe9f4c0
23371 Author: Brad Spengler <spender@grsecurity.net>
23372 Date: Sat Feb 6 11:21:53 2016 -0500
23373
23374 Fix another compiler warning
23375
23376 net/ipv4/tcp_input.c | 2 ++
23377 1 files changed, 2 insertions(+), 0 deletions(-)
23378
23379 commit 30b5b7bc0fd67d458bdd5ab35e4689769eabd2ed
23380 Author: Brad Spengler <spender@grsecurity.net>
23381 Date: Sat Feb 6 11:16:12 2016 -0500
23382
23383 Fix two compiler warnings
23384
23385 kernel/pid.c | 5 ++---
23386 kernel/ptrace.c | 3 ++-
23387 2 files changed, 4 insertions(+), 4 deletions(-)
23388
23389 commit dda4d2a21914c480750f10bd55c6e3203d415d8d
23390 Author: Brad Spengler <spender@grsecurity.net>
23391 Date: Wed Feb 3 21:22:40 2016 -0500
23392
23393 Apply fix for integer truncation in NUMA init code, reported by
23394 x14sg1 on the forums:
23395 https://forums.grsecurity.net/viewtopic.php?f=3&t=4374
23396
23397 arch/x86/mm/numa.c | 2 +-
23398 1 files changed, 1 insertions(+), 1 deletions(-)
23399
23400 commit 477505f7c893cb6a2c3e22f83eefd9c985d7b3ca
23401 Merge: a781740 016d0d8
23402 Author: Brad Spengler <spender@grsecurity.net>
23403 Date: Wed Feb 3 21:20:58 2016 -0500
23404
23405 Merge branch 'pax-test' into grsec-test
23406
23407 commit 016d0d81a8dd4be1304c82a68e0ccf425868f467
23408 Author: Brad Spengler <spender@grsecurity.net>
23409 Date: Wed Feb 3 21:20:10 2016 -0500
23410
23411 Update to pax-linux-4.3.5-test27.patch:
23412 - fixed a bunch of potential REFCOUNT false positives, reported by Emese
23413 - restored padding in fpregs_state for storing AVX-512 state in the future
23414 - constified netlink_dump_control
23415 - added const version of debug_gimple_stmt for gcc plugins, by Emese
23416 - Emese fixed a bug in initify that could have initified too much
23417 - Emese fixed a false positive intentional integer overflow in xfrm4_extract_header, reported by corsac
23418
23419 arch/x86/include/asm/fpu/types.h | 1 +
23420 arch/x86/include/asm/mmu_context.h | 2 +-
23421 block/blk-cgroup.c | 18 ++--
23422 block/cfq-iosched.c | 4 +-
23423 crypto/crypto_user.c | 8 ++-
23424 drivers/acpi/apei/ghes.c | 6 +-
23425 drivers/char/ipmi/ipmi_ssif.c | 12 ++--
23426 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
23427 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
23428 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
23429 drivers/infiniband/core/netlink.c | 5 +-
23430 drivers/infiniband/hw/cxgb4/device.c | 6 +-
23431 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
23432 drivers/md/bcache/alloc.c | 2 +-
23433 drivers/md/bcache/bcache.h | 10 +-
23434 drivers/md/bcache/btree.c | 2 +-
23435 drivers/md/bcache/io.c | 10 +-
23436 drivers/md/bcache/journal.c | 2 +-
23437 drivers/md/bcache/stats.c | 26 +++---
23438 drivers/md/bcache/stats.h | 16 ++--
23439 drivers/md/bcache/super.c | 2 +-
23440 drivers/md/bcache/sysfs.c | 20 +++---
23441 drivers/md/dm-cache-target.c | 98 ++++++++++++------------
23442 drivers/md/dm-raid.c | 2 +-
23443 drivers/md/md.c | 6 +-
23444 drivers/md/md.h | 2 +-
23445 drivers/md/raid1.c | 2 +-
23446 drivers/md/raid10.c | 2 +-
23447 drivers/md/raid5.c | 4 +-
23448 drivers/media/pci/zoran/zoran.h | 1 -
23449 drivers/media/pci/zoran/zoran_driver.c | 3 -
23450 drivers/net/ethernet/sfc/selftest.c | 20 +++---
23451 drivers/net/irda/vlsi_ir.c | 18 ++--
23452 drivers/net/irda/vlsi_ir.h | 14 ++--
23453 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
23454 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
23455 drivers/net/wireless/ath/carl9170/main.c | 10 +-
23456 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
23457 drivers/net/wireless/iwlwifi/mvm/d3.c | 4 +-
23458 drivers/net/wireless/iwlwifi/mvm/tx.c | 2 +-
23459 drivers/scsi/hptiop.c | 2 -
23460 drivers/scsi/hptiop.h | 1 -
23461 drivers/scsi/ipr.c | 6 +-
23462 drivers/scsi/ipr.h | 2 +-
23463 drivers/scsi/qla2xxx/qla_target.c | 10 +-
23464 drivers/scsi/qla2xxx/qla_target.h | 2 +-
23465 fs/btrfs/ctree.c | 2 +-
23466 fs/btrfs/ctree.h | 4 +-
23467 fs/btrfs/delayed-ref.c | 4 +-
23468 fs/btrfs/disk-io.c | 4 +-
23469 fs/btrfs/file.c | 4 +-
23470 fs/btrfs/raid56.c | 32 ++++----
23471 fs/btrfs/tests/btrfs-tests.c | 2 +-
23472 fs/btrfs/transaction.c | 2 +-
23473 fs/btrfs/tree-log.c | 8 +-
23474 fs/btrfs/volumes.c | 14 ++--
23475 fs/btrfs/volumes.h | 22 +++---
23476 fs/jbd2/commit.c | 2 +-
23477 fs/jbd2/transaction.c | 4 +-
23478 fs/ocfs2/dlm/dlmcommon.h | 4 +-
23479 fs/ocfs2/dlm/dlmdebug.c | 10 +-
23480 fs/ocfs2/dlm/dlmdomain.c | 4 +-
23481 fs/ocfs2/dlm/dlmmaster.c | 4 +-
23482 include/acpi/ghes.h | 2 +-
23483 include/linux/blk-cgroup.h | 24 +++---
23484 include/linux/jbd2.h | 2 +-
23485 include/linux/netlink.h | 12 ++--
23486 include/net/cfg802154.h | 2 +-
23487 include/net/mac80211.h | 2 +-
23488 include/net/neighbour.h | 2 +-
23489 kernel/rcu/tree_plugin.h | 4 +-
23490 net/batman-adv/routing.c | 4 +-
23491 net/batman-adv/soft-interface.c | 2 +-
23492 net/batman-adv/translation-table.c | 14 ++--
23493 net/batman-adv/types.h | 2 +-
23494 net/core/neighbour.c | 14 ++--
23495 net/core/rtnetlink.c | 2 +-
23496 net/ipv4/arp.c | 2 +-
23497 net/ipv4/inet_diag.c | 4 +-
23498 net/ipv4/xfrm4_state.c | 4 +-
23499 net/ipv6/ndisc.c | 2 +-
23500 net/mac80211/cfg.c | 2 +-
23501 net/mac80211/debugfs_key.c | 2 +-
23502 net/mac80211/key.c | 4 +-
23503 net/mac80211/tx.c | 2 +-
23504 net/mac80211/wpa.c | 10 +-
23505 net/mac802154/iface.c | 4 +-
23506 net/netfilter/ipset/ip_set_core.c | 2 +-
23507 net/netfilter/nf_conntrack_netlink.c | 22 +++---
23508 net/netfilter/nf_tables_api.c | 13 ++--
23509 net/netfilter/nfnetlink_acct.c | 7 +-
23510 net/netfilter/nfnetlink_cthelper.c | 2 +-
23511 net/netfilter/nfnetlink_cttimeout.c | 2 +-
23512 net/netlink/af_netlink.c | 10 ++-
23513 net/netlink/diag.c | 2 +-
23514 net/netlink/genetlink.c | 14 ++--
23515 net/packet/af_packet.c | 18 ++--
23516 net/packet/diag.c | 2 +-
23517 net/packet/internal.h | 6 +-
23518 net/unix/diag.c | 2 +-
23519 net/xfrm/xfrm_user.c | 2 +-
23520 security/apparmor/include/policy.h | 2 +-
23521 security/apparmor/policy.c | 4 +-
23522 sound/core/seq/seq_clientmgr.c | 2 +-
23523 sound/core/seq/seq_fifo.c | 6 +-
23524 sound/core/seq/seq_fifo.h | 2 +-
23525 tools/gcc/gcc-common.h | 24 ++++--
23526 tools/gcc/initify_plugin.c | 7 +-
23527 tools/lib/api/Makefile | 2 +-
23528 109 files changed, 399 insertions(+), 391 deletions(-)
23529
23530 commit a7817402ac837b1aee07fac42537a02097055098
23531 Author: Matt Fleming <matt@codeblueprint.co.uk>
23532 Date: Fri Jan 29 11:36:10 2016 +0000
23533
23534 x86/mm/pat: Avoid truncation when converting cpa->numpages to address
23535
23536 There are a couple of nasty truncation bugs lurking in the pageattr
23537 code that can be triggered when mapping EFI regions, e.g. when we pass
23538 a cpa->pgd pointer. Because cpa->numpages is a 32-bit value, shifting
23539 left by PAGE_SHIFT will truncate the resultant address to 32-bits.
23540
23541 Viorel-Cătălin managed to trigger this bug on his Dell machine that
23542 provides a ~5GB EFI region which requires 1236992 pages to be mapped.
23543 When calling populate_pud() the end of the region gets calculated
23544 incorrectly in the following buggy expression,
23545
23546 end = start + (cpa->numpages << PAGE_SHIFT);
23547
23548 And only 188416 pages are mapped. Next, populate_pud() gets invoked
23549 for a second time because of the loop in __change_page_attr_set_clr(),
23550 only this time no pages get mapped because shifting the remaining
23551 number of pages (1048576) by PAGE_SHIFT is zero. At which point the
23552 loop in __change_page_attr_set_clr() spins forever because we fail to
23553 map progress.
23554
23555 Hitting this bug depends very much on the virtual address we pick to
23556 map the large region at and how many pages we map on the initial run
23557 through the loop. This explains why this issue was only recently hit
23558 with the introduction of commit
23559
23560 a5caa209ba9c ("x86/efi: Fix boot crash by mapping EFI memmap
23561 entries bottom-up at runtime, instead of top-down")
23562
23563 It's interesting to note that safe uses of cpa->numpages do exist in
23564 the pageattr code. If instead of shifting ->numpages we multiply by
23565 PAGE_SIZE, no truncation occurs because PAGE_SIZE is a UL value, and
23566 so the result is unsigned long.
23567
23568 To avoid surprises when users try to convert very large cpa->numpages
23569 values to addresses, change the data type from 'int' to 'unsigned
23570 long', thereby making it suitable for shifting by PAGE_SHIFT without
23571 any type casting.
23572
23573 The alternative would be to make liberal use of casting, but that is
23574 far more likely to cause problems in the future when someone adds more
23575 code and fails to cast properly; this bug was difficult enough to
23576 track down in the first place.
23577
23578 Reported-and-tested-by: Viorel-Cătălin Răpițeanu <rapiteanu.catalin@gmail.com>
23579 Acked-by: Borislav Petkov <bp@alien8.de>
23580 Cc: Sai Praneeth Prakhya <sai.praneeth.prakhya@intel.com>
23581 Cc: <stable@vger.kernel.org>
23582 Signed-off-by: Matt Fleming <matt@codeblueprint.co.uk>
23583 Link: https://bugzilla.kernel.org/show_bug.cgi?id=110131
23584 Link: http://lkml.kernel.org/r/1454067370-10374-1-git-send-email-matt@codeblueprint.co.uk
23585 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
23586
23587 arch/x86/mm/pageattr.c | 4 ++--
23588 1 files changed, 2 insertions(+), 2 deletions(-)
23589
23590 commit 64dd9d7a67a742fda257cdd16510c29e695c34b5
23591 Author: Jan Beulich <JBeulich@suse.com>
23592 Date: Tue Jan 26 04:15:18 2016 -0700
23593
23594 x86/mm: Fix types used in pgprot cacheability flags translations
23595
23596 For PAE kernels "unsigned long" is not suitable to hold page protection
23597 flags, since _PAGE_NX doesn't fit there. This is the reason for quite a
23598 few W+X pages getting reported as insecure during boot (observed namely
23599 for the entire initrd range).
23600
23601 Fixes: 281d4078be ("x86: Make page cache mode a real type")
23602 Signed-off-by: Jan Beulich <jbeulich@suse.com>
23603 Reviewed-by: Juergen Gross <JGross@suse.com>
23604 Cc: stable@vger.kernel.org
23605 Link: http://lkml.kernel.org/r/56A7635602000078000CAFF1@prv-mh.provo.novell.com
23606 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
23607
23608 arch/x86/include/asm/pgtable_types.h | 6 ++----
23609 1 files changed, 2 insertions(+), 4 deletions(-)
23610
23611 commit bb9a3a9df0d8dfc96d521676e64c42b37ba22aea
23612 Merge: 682d661 f74425b
23613 Author: Brad Spengler <spender@grsecurity.net>
23614 Date: Sun Jan 31 15:06:25 2016 -0500
23615
23616 Merge branch 'pax-test' into grsec-test
23617
23618 Conflicts:
23619 drivers/net/slip/slhc.c
23620 include/linux/sched.h
23621 net/unix/af_unix.c
23622 sound/core/timer.c
23623
23624 commit f74425b5705bfe52aff9e97659ef10c4a14176c3
23625 Merge: d14af1f 849a2d3
23626 Author: Brad Spengler <spender@grsecurity.net>
23627 Date: Sun Jan 31 15:02:55 2016 -0500
23628
23629 Merge branch 'linux-4.3.y' into pax-test
23630
23631 Conflicts:
23632 arch/x86/include/asm/mmu_context.h
23633
23634 commit 682d6611d75542e351c973c8dd74a99d3966c073
23635 Author: Brad Spengler <spender@grsecurity.net>
23636 Date: Sat Jan 30 13:05:03 2016 -0500
23637
23638 Based on a report from Mathias Krause, fix up a number of additional instances
23639 of ulong overflow when passing in values to gr_learn_resource by saturating
23640 to ULONG_MAX
23641
23642 mm/mlock.c | 11 ++++++++---
23643 mm/mmap.c | 16 +++++++++++++---
23644 2 files changed, 21 insertions(+), 6 deletions(-)
23645
23646 commit adb52e95fb9ad4ac9c56cd5d47bd668f47c33096
23647 Author: Jann Horn <jann@thejh.net>
23648 Date: Sat Dec 26 06:00:48 2015 +0100
23649
23650 seccomp: always propagate NO_NEW_PRIVS on tsync
23651
23652 Before this patch, a process with some permissive seccomp filter
23653 that was applied by root without NO_NEW_PRIVS was able to add
23654 more filters to itself without setting NO_NEW_PRIVS by setting
23655 the new filter from a throwaway thread with NO_NEW_PRIVS.
23656
23657 Signed-off-by: Jann Horn <jann@thejh.net>
23658 Cc: stable@vger.kernel.org
23659 Signed-off-by: Kees Cook <keescook@chromium.org>
23660
23661 kernel/seccomp.c | 22 +++++++++++-----------
23662 1 files changed, 11 insertions(+), 11 deletions(-)
23663
23664 commit b85450498a3bbf269441c8963d7574bb3079c838
23665 Merge: 59c216f d14af1f
23666 Author: Brad Spengler <spender@grsecurity.net>
23667 Date: Fri Jan 29 20:54:13 2016 -0500
23668
23669 Merge branch 'pax-test' into grsec-test
23670
23671 commit d14af1f1dd66511f3f0674deee2b572972012b39
23672 Author: Brad Spengler <spender@grsecurity.net>
23673 Date: Fri Jan 29 20:53:51 2016 -0500
23674
23675 Update to pax-linux-4.3.4-test26.patch:
23676 - Emese fixed a few intentional overflows introduced by gcc, reported by StalkR (https://forums.grsecurity.net/viewtopic.php?f=3&t=4370)
23677
23678 fs/cifs/file.c | 2 +-
23679 fs/gfs2/file.c | 2 +-
23680 .../size_overflow_plugin/intentional_overflow.c | 96 ++++++++++++++++++--
23681 tools/gcc/size_overflow_plugin/size_overflow.h | 2 +
23682 .../size_overflow_plugin/size_overflow_plugin.c | 4 +-
23683 .../size_overflow_plugin/size_overflow_transform.c | 6 +-
23684 .../size_overflow_transform_core.c | 5 +
23685 7 files changed, 102 insertions(+), 15 deletions(-)
23686
23687 commit 59c216f13587eacdd692386b7a403ae78ed84fb6
23688 Author: Brad Spengler <spender@grsecurity.net>
23689 Date: Wed Jan 27 17:57:21 2016 -0500
23690
23691 Fix a size_overflow report reported by Mathias Krause in our
23692 truncation of an loff_t to an unsigned long when being passed
23693 to gr_learn_resource() (as all resource checks are against unsigned long
23694 values)
23695
23696 fs/attr.c | 5 ++++-
23697 1 files changed, 4 insertions(+), 1 deletions(-)
23698
23699 commit 70636c6ad60fc1db3af764ecc789b827b7497a97
23700 Author: Yuchung Cheng <ycheng@google.com>
23701 Date: Wed Jan 6 12:42:38 2016 -0800
23702
23703 tcp: fix zero cwnd in tcp_cwnd_reduction
23704
23705 Patch 3759824da87b ("tcp: PRR uses CRB mode by default and SS mode
23706 conditionally") introduced a bug that cwnd may become 0 when both
23707 inflight and sndcnt are 0 (cwnd = inflight + sndcnt). This may lead
23708 to a div-by-zero if the connection starts another cwnd reduction
23709 phase by setting tp->prior_cwnd to the current cwnd (0) in
23710 tcp_init_cwnd_reduction().
23711
23712 To prevent this we skip PRR operation when nothing is acked or
23713 sacked. Then cwnd must be positive in all cases as long as ssthresh
23714 is positive:
23715
23716 1) The proportional reduction mode
23717 inflight > ssthresh > 0
23718
23719 2) The reduction bound mode
23720 a) inflight == ssthresh > 0
23721
23722 b) inflight < ssthresh
23723 sndcnt > 0 since newly_acked_sacked > 0 and inflight < ssthresh
23724
23725 Therefore in all cases inflight and sndcnt can not both be 0.
23726 We check invalid tp->prior_cwnd to avoid potential div0 bugs.
23727
23728 In reality this bug is triggered only with a sequence of less common
23729 events. For example, the connection is terminating an ECN-triggered
23730 cwnd reduction with an inflight 0, then it receives reordered/old
23731 ACKs or DSACKs from prior transmission (which acks nothing). Or the
23732 connection is in fast recovery stage that marks everything lost,
23733 but fails to retransmit due to local issues, then receives data
23734 packets from other end which acks nothing.
23735
23736 Fixes: 3759824da87b ("tcp: PRR uses CRB mode by default and SS mode conditionally")
23737 Reported-by: Oleksandr Natalenko <oleksandr@natalenko.name>
23738 Signed-off-by: Yuchung Cheng <ycheng@google.com>
23739 Signed-off-by: Neal Cardwell <ncardwell@google.com>
23740 Signed-off-by: Eric Dumazet <edumazet@google.com>
23741 Signed-off-by: David S. Miller <davem@davemloft.net>
23742
23743 net/ipv4/tcp_input.c | 3 +++
23744 1 files changed, 3 insertions(+), 0 deletions(-)
23745
23746 commit dac1da2bedbb43195d371c7a192cfeeb45683df0
23747 Author: Eric Dumazet <edumazet@google.com>
23748 Date: Sun Jan 24 13:53:50 2016 -0800
23749
23750 af_unix: fix struct pid memory leak
23751
23752 Dmitry reported a struct pid leak detected by a syzkaller program.
23753
23754 Bug happens in unix_stream_recvmsg() when we break the loop when a
23755 signal is pending, without properly releasing scm.
23756
23757 Fixes: b3ca9b02b007 ("net: fix multithreaded signal handling in unix recv routines")
23758 Reported-by: Dmitry Vyukov <dvyukov@google.com>
23759 Signed-off-by: Eric Dumazet <edumazet@google.com>
23760 Cc: Rainer Weikusat <rweikusat@mobileactivedefense.com>
23761 Signed-off-by: David S. Miller <davem@davemloft.net>
23762
23763 net/unix/af_unix.c | 1 +
23764 1 files changed, 1 insertions(+), 0 deletions(-)
23765
23766 commit 15cc47f127520d1ac0c1fe76d993c2c27f0f2571
23767 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
23768 Date: Fri Jan 22 01:39:43 2016 +0100
23769
23770 pptp: fix illegal memory access caused by multiple bind()s
23771
23772 Several times already this has been reported as kasan reports caused by
23773 syzkaller and trinity and people always looked at RCU races, but it is
23774 much more simple. :)
23775
23776 In case we bind a pptp socket multiple times, we simply add it to
23777 the callid_sock list but don't remove the old binding. Thus the old
23778 socket stays in the bucket with unused call_id indexes and doesn't get
23779 cleaned up. This causes various forms of kasan reports which were hard
23780 to pinpoint.
23781
23782 Simply don't allow multiple binds and correct error handling in
23783 pptp_bind. Also keep sk_state bits in place in pptp_connect.
23784
23785 Fixes: 00959ade36acad ("PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol)")
23786 Cc: Dmitry Kozlov <xeb@mail.ru>
23787 Cc: Sasha Levin <sasha.levin@oracle.com>
23788 Cc: Dmitry Vyukov <dvyukov@google.com>
23789 Reported-by: Dmitry Vyukov <dvyukov@google.com>
23790 Cc: Dave Jones <davej@codemonkey.org.uk>
23791 Reported-by: Dave Jones <davej@codemonkey.org.uk>
23792 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
23793 Signed-off-by: David S. Miller <davem@davemloft.net>
23794
23795 drivers/net/ppp/pptp.c | 34 ++++++++++++++++++++++++----------
23796 1 files changed, 24 insertions(+), 10 deletions(-)
23797
23798 commit e2b7b8c66851c85188fa6dab2d2b2a6c85bc7332
23799 Author: Brad Spengler <spender@grsecurity.net>
23800 Date: Tue Jan 26 18:17:10 2016 -0500
23801
23802 Add info about cpupower/powertop to GRKERNSEC_KMEM, was present on our
23803 wiki but was removed from the config help at some point
23804
23805 grsecurity/Kconfig | 3 +++
23806 1 files changed, 3 insertions(+), 0 deletions(-)
23807
23808 commit ce2e88efa000fc32bfcd84098f57c8ed8310fefc
23809 Author: Thomas Egerer <hakke_007@gmx.de>
23810 Date: Mon Jan 25 12:58:44 2016 +0100
23811
23812 ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIV
23813
23814 The ESP algorithms using CBC mode require echainiv. Hence INET*_ESP have
23815 to select CRYPTO_ECHAINIV in order to work properly. This solves the
23816 issues caused by a misconfiguration as described in [1].
23817 The original approach, patching crypto/Kconfig was turned down by
23818 Herbert Xu [2].
23819
23820 [1] https://lists.strongswan.org/pipermail/users/2015-December/009074.html
23821 [2] http://marc.info/?l=linux-crypto-vger&m=145224655809562&w=2
23822
23823 Signed-off-by: Thomas Egerer <hakke_007@gmx.de>
23824 Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
23825 Signed-off-by: David S. Miller <davem@davemloft.net>
23826
23827 net/ipv4/Kconfig | 1 +
23828 net/ipv6/Kconfig | 1 +
23829 2 files changed, 2 insertions(+), 0 deletions(-)
23830
23831 commit fca5a303155ea67d28aece0caf2b03ffc3b2668d
23832 Merge: 904114c 6339c1f
23833 Author: Brad Spengler <spender@grsecurity.net>
23834 Date: Tue Jan 26 18:08:40 2016 -0500
23835
23836 Merge branch 'pax-test' into grsec-test
23837
23838 commit 6339c1f9a9beafd417bf9f04d4b257e62aeb45b7
23839 Author: Brad Spengler <spender@grsecurity.net>
23840 Date: Tue Jan 26 18:07:51 2016 -0500
23841
23842 Update to pax-linux-4.3.4-test25.patch:
23843 - 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>
23844 - fixed init_new_context on !MODIFY_LDT_SYSCALL configs, reported by tjh (https://forums.grsecurity.net/viewtopic.php?f=3&t=4368)
23845 - fixed a few REFCOUNT false positives in SNMP related statistics
23846
23847 arch/x86/Kconfig | 2 +-
23848 arch/x86/include/asm/mmu_context.h | 17 +++++++++++++++++
23849 include/net/snmp.h | 10 +++++-----
23850 kernel/fork.c | 11 +++++++++--
23851 net/ipv4/proc.c | 8 ++++----
23852 net/ipv6/addrconf.c | 4 ++--
23853 net/ipv6/proc.c | 10 +++++-----
23854 7 files changed, 43 insertions(+), 19 deletions(-)
23855
23856 commit 904114c2fce3fdff5d57e763da56a78960db4e19
23857 Author: Al Viro <viro@zeniv.linux.org.uk>
23858 Date: Fri Jan 22 18:08:52 2016 -0500
23859
23860 make sure that freeing shmem fast symlinks is RCU-delayed
23861
23862 Cc: stable@vger.kernel.org # v4.2+
23863 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
23864
23865 include/linux/shmem_fs.h | 5 +----
23866 mm/shmem.c | 9 ++++-----
23867 2 files changed, 5 insertions(+), 9 deletions(-)
23868
23869 commit ab86adee64312a2f827dd516cb199521327943ed
23870 Author: Sasha Levin <sasha.levin@oracle.com>
23871 Date: Mon Jan 18 19:23:51 2016 -0500
23872
23873 netfilter: nf_conntrack: use safer way to lock all buckets
23874
23875 When we need to lock all buckets in the connection hashtable we'd attempt to
23876 lock 1024 spinlocks, which is way more preemption levels than supported by
23877 the kernel. Furthermore, this behavior was hidden by checking if lockdep is
23878 enabled, and if it was - use only 8 buckets(!).
23879
23880 Fix this by using a global lock and synchronize all buckets on it when we
23881 need to lock them all. This is pretty heavyweight, but is only done when we
23882 need to resize the hashtable, and that doesn't happen often enough (or at all).
23883
23884 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
23885 Acked-by: Jesper Dangaard Brouer <brouer@redhat.com>
23886 Reviewed-by: Florian Westphal <fw@strlen.de>
23887 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
23888
23889 Conflicts:
23890
23891 net/netfilter/nfnetlink_cttimeout.c
23892
23893 include/net/netfilter/nf_conntrack_core.h | 8 ++----
23894 net/netfilter/nf_conntrack_core.c | 38 +++++++++++++++++++++-------
23895 net/netfilter/nf_conntrack_helper.c | 2 +-
23896 net/netfilter/nf_conntrack_netlink.c | 2 +-
23897 4 files changed, 33 insertions(+), 17 deletions(-)
23898
23899 commit 37014723527225481c720484bb788a1a6358072f
23900 Author: Willy Tarreau <w@1wt.eu>
23901 Date: Mon Jan 18 16:36:09 2016 +0100
23902
23903 pipe: limit the per-user amount of pages allocated in pipes
23904
23905 On no-so-small systems, it is possible for a single process to cause an
23906 OOM condition by filling large pipes with data that are never read. A
23907 typical process filling 4000 pipes with 1 MB of data will use 4 GB of
23908 memory. On small systems it may be tricky to set the pipe max size to
23909 prevent this from happening.
23910
23911 This patch makes it possible to enforce a per-user soft limit above
23912 which new pipes will be limited to a single page, effectively limiting
23913 them to 4 kB each, as well as a hard limit above which no new pipes may
23914 be created for this user. This has the effect of protecting the system
23915 against memory abuse without hurting other users, and still allowing
23916 pipes to work correctly though with less data at once.
23917
23918 The limit are controlled by two new sysctls : pipe-user-pages-soft, and
23919 pipe-user-pages-hard. Both may be disabled by setting them to zero. The
23920 default soft limit allows the default number of FDs per process (1024)
23921 to create pipes of the default size (64kB), thus reaching a limit of 64MB
23922 before starting to create only smaller pipes. With 256 processes limited
23923 to 1024 FDs each, this results in 1024*64kB + (256*1024 - 1024) * 4kB =
23924 1084 MB of memory allocated for a user. The hard limit is disabled by
23925 default to avoid breaking existing applications that make intensive use
23926 of pipes (eg: for splicing).
23927
23928 Reported-by: socketpair@gmail.com
23929 Reported-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
23930 Mitigates: CVE-2013-4312 (Linux 2.0+)
23931 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
23932 Signed-off-by: Willy Tarreau <w@1wt.eu>
23933 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
23934
23935 Documentation/sysctl/fs.txt | 23 +++++++++++++++++++++
23936 fs/pipe.c | 47 +++++++++++++++++++++++++++++++++++++++++-
23937 include/linux/pipe_fs_i.h | 4 +++
23938 include/linux/sched.h | 1 +
23939 kernel/sysctl.c | 14 ++++++++++++
23940 5 files changed, 87 insertions(+), 2 deletions(-)
23941
23942 commit 51645fa198d194f746651dcfbc5f24a4cf8b9fb8
23943 Merge: 540f2af 7791ecb
23944 Author: Brad Spengler <spender@grsecurity.net>
23945 Date: Sat Jan 23 10:57:11 2016 -0500
23946
23947 Merge branch 'pax-test' into grsec-test
23948
23949 commit 7791ecb84f840343a5646236fd0d34e1fb450793
23950 Merge: 470069c 399588c
23951 Author: Brad Spengler <spender@grsecurity.net>
23952 Date: Sat Jan 23 10:56:47 2016 -0500
23953
23954 Merge branch 'linux-4.3.y' into pax-test
23955
23956 commit 540f2affebd42cdc26a699208ab4f1cb0cb75e33
23957 Author: Brad Spengler <spender@grsecurity.net>
23958 Date: Tue Jan 19 21:18:47 2016 -0500
23959
23960 Update size_overflow hash table
23961
23962 .../size_overflow_plugin/size_overflow_hash.data | 4 +++-
23963 1 files changed, 3 insertions(+), 1 deletions(-)
23964
23965 commit 7e649765626a28437f573f0fbe7a51a04615f041
23966 Author: Brad Spengler <spender@grsecurity.net>
23967 Date: Tue Jan 19 20:29:46 2016 -0500
23968
23969 Backport fix from: https://lkml.org/lkml/2015/12/13/187
23970
23971 fs/ext4/extents.c | 2 +-
23972 1 files changed, 1 insertions(+), 1 deletions(-)
23973
23974 commit 53b859cd0a5f5b6ad54fe0c879dfedaa3c5a3005
23975 Author: Jann Horn <jann@thejh.net>
23976 Date: Tue Jan 5 18:27:30 2016 +0100
23977
23978 compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)
23979
23980 This replaces all code in fs/compat_ioctl.c that translated
23981 ioctl arguments into a in-kernel structure, then performed
23982 do_ioctl under set_fs(KERNEL_DS), with code that allocates
23983 data on the user stack and can call the VFS ioctl handler
23984 under USER_DS.
23985
23986 This is done as a hardening measure because the caller
23987 does not know what kind of ioctl handler will be invoked,
23988 only that no corresponding compat_ioctl handler exists and
23989 what the ioctl command number is. The accidental
23990 invocation of an unlocked_ioctl handler that unexpectedly
23991 calls copy_to_user could be a severe security issue.
23992
23993 Signed-off-by: Jann Horn <jann@thejh.net>
23994 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
23995
23996 Conflicts:
23997
23998 fs/compat_ioctl.c
23999
24000 fs/compat_ioctl.c | 130 ++++++++++++++++++++++++++++-------------------------
24001 1 files changed, 68 insertions(+), 62 deletions(-)
24002
24003 commit 3e89e770ae27e931cd1583f021abac41eeebc3e7
24004 Author: Al Viro <viro@zeniv.linux.org.uk>
24005 Date: Thu Jan 7 09:53:30 2016 -0500
24006
24007 compat_ioctl: don't pass fd around when not needed
24008
24009 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
24010
24011 fs/compat_ioctl.c | 103 ++++++++++++++++++++++++++--------------------------
24012 fs/internal.h | 7 ++++
24013 fs/ioctl.c | 4 +-
24014 include/linux/fs.h | 2 -
24015 4 files changed, 61 insertions(+), 55 deletions(-)
24016
24017 commit 9d4e04082752d4d2d68445c4e6faf33a2613df55
24018 Author: Jann Horn <jann@thejh.net>
24019 Date: Tue Jan 5 18:27:29 2016 +0100
24020
24021 compat_ioctl: don't look up the fd twice
24022
24023 In code in fs/compat_ioctl.c that translates ioctl arguments
24024 into a in-kernel structure, then performs sys_ioctl, possibly
24025 under set_fs(KERNEL_DS), this commit changes the sys_ioctl
24026 calls to do_ioctl calls. do_ioctl is a new function that does
24027 the same thing as sys_ioctl, but doesn't look up the fd again.
24028
24029 This change is made to avoid (potential) security issues
24030 because of ioctl handlers that accept one of the ioctl
24031 commands I2C_FUNCS, VIDEO_GET_EVENT, MTIOCPOS, MTIOCGET,
24032 TIOCGSERIAL, TIOCSSERIAL, RTC_IRQP_READ, RTC_EPOCH_READ.
24033 This can happen for multiple reasons:
24034
24035 - The ioctl command number could be reused.
24036 - The ioctl handler might not check the full ioctl
24037 command. This is e.g. true for drm_ioctl.
24038 - The ioctl handler is very special, e.g. cuse_file_ioctl
24039
24040 The real issue is that set_fs(KERNEL_DS) is used here,
24041 but that's fixed in a separate commit
24042 "compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)".
24043
24044 This change mitigates potential security issues by
24045 preventing a race that permits invocation of
24046 unlocked_ioctl handlers under KERNEL_DS through compat
24047 code even if a corresponding compat_ioctl handler exists.
24048
24049 So far, no way has been identified to use this to damage
24050 kernel memory without having CAP_SYS_ADMIN in the init ns
24051 (with the capability, doing reads/writes at arbitrary
24052 kernel addresses should be easy through CUSE's ioctl
24053 handler with FUSE_IOCTL_UNRESTRICTED set).
24054
24055 [AV: two missed sys_ioctl() taken care of]
24056
24057 Signed-off-by: Jann Horn <jann@thejh.net>
24058 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
24059
24060 fs/compat_ioctl.c | 122 +++++++++++++++++++++++++++++-----------------------
24061 1 files changed, 68 insertions(+), 54 deletions(-)
24062
24063 commit 5bf9e1ed4ebb278cd956ba142914fc04a024309c
24064 Author: Vasily Kulikov <segoon@openwall.com>
24065 Date: Fri Jan 15 16:57:55 2016 -0800
24066
24067 include/linux/poison.h: use POISON_POINTER_DELTA for poison pointers
24068
24069 TIMER_ENTRY_STATIC is defined as a poison pointers which
24070 should point to nowhere. Redefine them using POISON_POINTER_DELTA
24071 arithmetics to make sure they really point to non-mappable area declared
24072 by the target architecture.
24073
24074 Signed-off-by: Vasily Kulikov <segoon@openwall.com>
24075 Acked-by: Thomas Gleixner <tglx@linutronix.de>
24076 Cc: Solar Designer <solar@openwall.com>
24077 Cc: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>
24078 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
24079 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
24080
24081 Conflicts:
24082
24083 include/linux/poison.h
24084
24085 include/linux/poison.h | 2 +-
24086 1 files changed, 1 insertions(+), 1 deletions(-)
24087
24088 commit 60f2e0a05ab8f56c804a9334a23e2b446305d110
24089 Author: Brad Spengler <spender@grsecurity.net>
24090 Date: Tue Jan 19 19:41:44 2016 -0500
24091
24092 Fix ARM compilation, reported by Austin Sepp
24093
24094 grsecurity/grsec_sig.c | 1 +
24095 1 files changed, 1 insertions(+), 0 deletions(-)
24096
24097 commit e15383743443dc43460a2fd73e0db0b608610dca
24098 Author: Takashi Iwai <tiwai@suse.de>
24099 Date: Mon Jan 18 13:52:47 2016 +0100
24100
24101 ALSA: hrtimer: Fix stall by hrtimer_cancel()
24102
24103 hrtimer_cancel() waits for the completion from the callback, thus it
24104 must not be called inside the callback itself. This was already a
24105 problem in the past with ALSA hrtimer driver, and the early commit
24106 [fcfdebe70759: ALSA: hrtimer - Fix lock-up] tried to address it.
24107
24108 However, the previous fix is still insufficient: it may still cause a
24109 lockup when the ALSA timer instance reprograms itself in its callback.
24110 Then it invokes the start function even in snd_timer_interrupt() that
24111 is called in hrtimer callback itself, results in a CPU stall. This is
24112 no hypothetical problem but actually triggered by syzkaller fuzzer.
24113
24114 This patch tries to fix the issue again. Now we call
24115 hrtimer_try_to_cancel() at both start and stop functions so that it
24116 won't fall into a deadlock, yet giving some chance to cancel the queue
24117 if the functions have been called outside the callback. The proper
24118 hrtimer_cancel() is called in anyway at closing, so this should be
24119 enough.
24120
24121 Reported-and-tested-by: Dmitry Vyukov <dvyukov@google.com>
24122 Cc: <stable@vger.kernel.org>
24123 Signed-off-by: Takashi Iwai <tiwai@suse.de>
24124
24125 sound/core/hrtimer.c | 3 ++-
24126 1 files changed, 2 insertions(+), 1 deletions(-)
24127
24128 commit 12d874daf706e6e7c1ae709141859c809599297e
24129 Author: Takashi Iwai <tiwai@suse.de>
24130 Date: Tue Jan 12 12:38:02 2016 +0100
24131
24132 ALSA: seq: Fix missing NULL check at remove_events ioctl
24133
24134 snd_seq_ioctl_remove_events() calls snd_seq_fifo_clear()
24135 unconditionally even if there is no FIFO assigned, and this leads to
24136 an Oops due to NULL dereference. The fix is just to add a proper NULL
24137 check.
24138
24139 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24140 Tested-by: Dmitry Vyukov <dvyukov@google.com>
24141 Cc: <stable@vger.kernel.org>
24142 Signed-off-by: Takashi Iwai <tiwai@suse.de>
24143
24144 sound/core/seq/seq_clientmgr.c | 2 +-
24145 1 files changed, 1 insertions(+), 1 deletions(-)
24146
24147 commit 2eb0632df1351378946507e7ef7ba0682632a7b5
24148 Author: Takashi Iwai <tiwai@suse.de>
24149 Date: Tue Jan 12 15:36:27 2016 +0100
24150
24151 ALSA: seq: Fix race at timer setup and close
24152
24153 ALSA sequencer code has an open race between the timer setup ioctl and
24154 the close of the client. This was triggered by syzkaller fuzzer, and
24155 a use-after-free was caught there as a result.
24156
24157 This patch papers over it by adding a proper queue->timer_mutex lock
24158 around the timer-related calls in the relevant code path.
24159
24160 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24161 Tested-by: Dmitry Vyukov <dvyukov@google.com>
24162 Cc: <stable@vger.kernel.org>
24163 Signed-off-by: Takashi Iwai <tiwai@suse.de>
24164
24165 sound/core/seq/seq_queue.c | 2 ++
24166 1 files changed, 2 insertions(+), 0 deletions(-)
24167
24168 commit b9e55ab955e59b4a636d78a748be90334a48b485
24169 Author: Takashi Iwai <tiwai@suse.de>
24170 Date: Thu Jan 14 16:30:58 2016 +0100
24171
24172 ALSA: timer: Harden slave timer list handling
24173
24174 A slave timer instance might be still accessible in a racy way while
24175 operating the master instance as it lacks of locking. Since the
24176 master operation is mostly protected with timer->lock, we should cope
24177 with it while changing the slave instance, too. Also, some linked
24178 lists (active_list and ack_list) of slave instances aren't unlinked
24179 immediately at stopping or closing, and this may lead to unexpected
24180 accesses.
24181
24182 This patch tries to address these issues. It adds spin lock of
24183 timer->lock (either from master or slave, which is equivalent) in a
24184 few places. For avoiding a deadlock, we ensure that the global
24185 slave_active_lock is always locked at first before each timer lock.
24186
24187 Also, ack and active_list of slave instances are properly unlinked at
24188 snd_timer_stop() and snd_timer_close().
24189
24190 Last but not least, remove the superfluous call of _snd_timer_stop()
24191 at removing slave links. This is a noop, and calling it may confuse
24192 readers wrt locking. Further cleanup will follow in a later patch.
24193
24194 Actually we've got reports of use-after-free by syzkaller fuzzer, and
24195 this hopefully fixes these issues.
24196
24197 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24198 Cc: <stable@vger.kernel.org>
24199 Signed-off-by: Takashi Iwai <tiwai@suse.de>
24200
24201 sound/core/timer.c | 18 ++++++++++++++----
24202 1 files changed, 14 insertions(+), 4 deletions(-)
24203
24204 commit f1ce0547bdfda1b42ae8a66c222f2a897cbe1586
24205 Author: Takashi Iwai <tiwai@suse.de>
24206 Date: Wed Jan 13 17:48:01 2016 +0100
24207
24208 ALSA: timer: Fix race among timer ioctls
24209
24210 ALSA timer ioctls have an open race and this may lead to a
24211 use-after-free of timer instance object. A simplistic fix is to make
24212 each ioctl exclusive. We have already tread_sem for controlling the
24213 tread, and extend this as a global mutex to be applied to each ioctl.
24214
24215 The downside is, of course, the worse concurrency. But these ioctls
24216 aren't to be parallel accessible, in anyway, so it should be fine to
24217 serialize there.
24218
24219 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24220 Tested-by: Dmitry Vyukov <dvyukov@google.com>
24221 Cc: <stable@vger.kernel.org>
24222 Signed-off-by: Takashi Iwai <tiwai@suse.de>
24223
24224 sound/core/timer.c | 32 +++++++++++++++++++-------------
24225 1 files changed, 19 insertions(+), 13 deletions(-)
24226
24227 commit 8347d8461ed48a98f9c76cc3cfcdad8217d314bc
24228 Author: Takashi Iwai <tiwai@suse.de>
24229 Date: Wed Jan 13 21:35:06 2016 +0100
24230
24231 ALSA: timer: Fix double unlink of active_list
24232
24233 ALSA timer instance object has a couple of linked lists and they are
24234 unlinked unconditionally at snd_timer_stop(). Meanwhile
24235 snd_timer_interrupt() unlinks it, but it calls list_del() which leaves
24236 the element list itself unchanged. This ends up with unlinking twice,
24237 and it was caught by syzkaller fuzzer.
24238
24239 The fix is to use list_del_init() variant properly there, too.
24240
24241 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24242 Tested-by: Dmitry Vyukov <dvyukov@google.com>
24243 Cc: <stable@vger.kernel.org>
24244 Signed-off-by: Takashi Iwai <tiwai@suse.de>
24245
24246 sound/core/timer.c | 2 +-
24247 1 files changed, 1 insertions(+), 1 deletions(-)
24248
24249 commit 243aebb7ae71d6e11ea9880faa893d1d0d60cd75
24250 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
24251 Date: Mon Jan 18 18:03:48 2016 +0100
24252
24253 ovs: limit ovs recursions in ovs_execute_actions to not corrupt stack
24254
24255 It was seen that defective configurations of openvswitch could overwrite
24256 the STACK_END_MAGIC and cause a hard crash of the kernel because of too
24257 many recursions within ovs.
24258
24259 This problem arises due to the high stack usage of openvswitch. The rest
24260 of the kernel is fine with the current limit of 10 (RECURSION_LIMIT).
24261
24262 We use the already existing recursion counter in ovs_execute_actions to
24263 implement an upper bound of 5 recursions.
24264
24265 Cc: Pravin Shelar <pshelar@ovn.org>
24266 Cc: Simon Horman <simon.horman@netronome.com>
24267 Cc: Eric Dumazet <eric.dumazet@gmail.com>
24268 Cc: Simon Horman <simon.horman@netronome.com>
24269 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
24270 Signed-off-by: David S. Miller <davem@davemloft.net>
24271
24272 net/openvswitch/actions.c | 19 ++++++++++++++-----
24273 1 files changed, 14 insertions(+), 5 deletions(-)
24274
24275 commit 8080793479c6d5befe37a67b1dbd9e4e0a61af96
24276 Author: Ursula Braun <ursula.braun@de.ibm.com>
24277 Date: Tue Jan 19 10:41:33 2016 +0100
24278
24279 af_iucv: Validate socket address length in iucv_sock_bind()
24280
24281 Signed-off-by: Ursula Braun <ursula.braun@de.ibm.com>
24282 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24283 Reviewed-by: Evgeny Cherkashin <Eugene.Crosser@ru.ibm.com>
24284 Signed-off-by: David S. Miller <davem@davemloft.net>
24285
24286 net/iucv/af_iucv.c | 3 +++
24287 1 files changed, 3 insertions(+), 0 deletions(-)
24288
24289 commit 50a383c1c91ed7409c3cbdd41e662d6891463d1b
24290 Author: Brad Spengler <spender@grsecurity.net>
24291 Date: Tue Jan 19 19:32:54 2016 -0500
24292
24293 Apply the same fix as everyone else for the recent keys vulnerability that is
24294 unexploitable under PAX_REFCOUNT
24295
24296 Make a couple more changes that no one else can/will
24297
24298 include/linux/key-type.h | 4 ++--
24299 ipc/msgutil.c | 4 ++--
24300 security/keys/internal.h | 2 +-
24301 security/keys/process_keys.c | 1 +
24302 4 files changed, 6 insertions(+), 5 deletions(-)
24303
24304 commit b56c3a63f431c193400aee17543021950bd14bc4
24305 Merge: 38b1a3d 470069c
24306 Author: Brad Spengler <spender@grsecurity.net>
24307 Date: Sun Jan 17 18:30:19 2016 -0500
24308
24309 Merge branch 'pax-test' into grsec-test
24310
24311 commit 470069cfedef2180313233d275be5901bd6d1135
24312 Author: Brad Spengler <spender@grsecurity.net>
24313 Date: Sun Jan 17 18:29:59 2016 -0500
24314
24315 Update to pax-linux-4.3.3-test22.patch:
24316 - Emesed fixed a gcc induced intentional integer overflow in asix_rx_fixup_internal, reported by thomas callison caffrey
24317 - fixed some more fallout from the drm_drivers constification, reported by Colin Childs and Toralf Foerster
24318
24319 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 14 ++++----------
24320 drivers/gpu/drm/drm_pci.c | 3 +++
24321 drivers/gpu/drm/gma500/psb_drv.c | 4 ----
24322 drivers/gpu/drm/i915/i915_drv.c | 16 ++++++++--------
24323 drivers/gpu/drm/nouveau/nouveau_drm.c | 6 +++---
24324 drivers/gpu/drm/radeon/radeon_drv.c | 4 +---
24325 drivers/net/usb/asix_common.c | 3 ++-
24326 include/drm/drmP.h | 1 +
24327 8 files changed, 22 insertions(+), 29 deletions(-)
24328
24329 commit 38b1a3d676f407865c3d41840df8213c5ad639c1
24330 Author: Brad Spengler <spender@grsecurity.net>
24331 Date: Sun Jan 17 12:33:53 2016 -0500
24332
24333 As reported by Luis Ressel, the Kconfig help for GRKERNSEC_BRUTE
24334 mentioned banning execution of suid/sgid binaries, though the kernel
24335 source clearly only mentions banning execution of suid binaries. Since
24336 there's no reason for us to not ban execution of sgid binaries as well,
24337 make the implementation match the Kconfig description.
24338
24339 fs/exec.c | 4 ++--
24340 grsecurity/grsec_sig.c | 27 ++++++++++++++-------------
24341 include/linux/sched.h | 4 ++--
24342 3 files changed, 18 insertions(+), 17 deletions(-)
24343
24344 commit 8c3bcb7dbf7f606acfa0983e81f0f928da1f1ace
24345 Merge: d141a86 ea4a835
24346 Author: Brad Spengler <spender@grsecurity.net>
24347 Date: Sat Jan 16 14:12:22 2016 -0500
24348
24349 Merge branch 'pax-test' into grsec-test
24350
24351 Conflicts:
24352 drivers/gpu/drm/i810/i810_drv.c
24353
24354 commit ea4a835328ada6513ac013986764d6caea8cd348
24355 Author: Brad Spengler <spender@grsecurity.net>
24356 Date: Sat Jan 16 14:11:30 2016 -0500
24357
24358 Update to pax-linux-4.3.3-test21.patch:
24359 - fixed some fallout from the drm_drivers constification, reported by spender
24360
24361 drivers/gpu/drm/armada/armada_drv.c | 3 +--
24362 drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 -
24363 drivers/gpu/drm/i810/i810_dma.c | 2 +-
24364 drivers/gpu/drm/i810/i810_drv.c | 6 +++++-
24365 drivers/gpu/drm/i810/i810_drv.h | 2 +-
24366 5 files changed, 8 insertions(+), 6 deletions(-)
24367
24368 commit d141a86fd66194bc3f896b6809b189e2f12a9a83
24369 Author: Brad Spengler <spender@grsecurity.net>
24370 Date: Sat Jan 16 13:16:36 2016 -0500
24371
24372 compile fix
24373
24374 drivers/gpu/drm/i810/i810_dma.c | 2 +-
24375 drivers/gpu/drm/i810/i810_drv.c | 4 +++-
24376 drivers/gpu/drm/i810/i810_drv.h | 2 +-
24377 3 files changed, 5 insertions(+), 3 deletions(-)
24378
24379 commit 0d9dc4b25ea32c14561bcfe6b5b24f1b00fe0270
24380 Merge: 5fa135d bbda879
24381 Author: Brad Spengler <spender@grsecurity.net>
24382 Date: Sat Jan 16 12:59:22 2016 -0500
24383
24384 Merge branch 'pax-test' into grsec-test
24385
24386 commit bbda87914edf63e27fb46670bf3a373f2b963c73
24387 Author: Brad Spengler <spender@grsecurity.net>
24388 Date: Sat Jan 16 12:58:04 2016 -0500
24389
24390 Update to pax-linux-4.3.3-test20.patch:
24391 - constified drm_driver
24392 - Emese fixed a special case in handling __func__ in the initify plugin
24393 - Emese fixed a false positive size overflow report in handling inbufBits, reported by Martin Filo (https://bugs.gentoo.org/show_bug.cgi?id=567048)
24394 - fixed regression that caused perf to not resolve kernel code addresses under KERNEXEC/i386, reported by minipli
24395
24396 arch/x86/kernel/cpu/perf_event.h | 2 +-
24397 arch/x86/kernel/cpu/perf_event_intel_ds.c | 7 +-
24398 arch/x86/kernel/cpu/perf_event_intel_lbr.c | 4 +-
24399 arch/x86/kernel/uprobes.c | 2 +-
24400 arch/x86/mm/mpx.c | 2 +-
24401 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
24402 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 8 ++-
24403 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +-
24404 drivers/gpu/drm/drm_pci.c | 6 +-
24405 drivers/gpu/drm/gma500/psb_drv.c | 5 +-
24406 drivers/gpu/drm/i915/i915_dma.c | 2 +-
24407 drivers/gpu/drm/i915/i915_drv.c | 15 ++--
24408 drivers/gpu/drm/i915/i915_drv.h | 2 +-
24409 drivers/gpu/drm/i915/i915_irq.c | 88 ++++++++++----------
24410 drivers/gpu/drm/mga/mga_drv.c | 5 +-
24411 drivers/gpu/drm/mga/mga_drv.h | 2 +-
24412 drivers/gpu/drm/mga/mga_state.c | 2 +-
24413 drivers/gpu/drm/nouveau/nouveau_drm.c | 13 ++--
24414 drivers/gpu/drm/qxl/qxl_drv.c | 8 ++-
24415 drivers/gpu/drm/qxl/qxl_ioctl.c | 2 +-
24416 drivers/gpu/drm/r128/r128_drv.c | 4 +-
24417 drivers/gpu/drm/r128/r128_drv.h | 2 +-
24418 drivers/gpu/drm/r128/r128_state.c | 2 +-
24419 drivers/gpu/drm/radeon/radeon_drv.c | 17 +++-
24420 drivers/gpu/drm/radeon/radeon_drv.h | 2 +-
24421 drivers/gpu/drm/radeon/radeon_kms.c | 2 +-
24422 drivers/gpu/drm/radeon/radeon_state.c | 2 +-
24423 drivers/gpu/drm/savage/savage_bci.c | 2 +-
24424 drivers/gpu/drm/savage/savage_drv.c | 5 +-
24425 drivers/gpu/drm/savage/savage_drv.h | 2 +-
24426 drivers/gpu/drm/sis/sis_drv.c | 5 +-
24427 drivers/gpu/drm/sis/sis_drv.h | 2 +-
24428 drivers/gpu/drm/sis/sis_mm.c | 2 +-
24429 drivers/gpu/drm/via/via_dma.c | 2 +-
24430 drivers/gpu/drm/via/via_drv.c | 5 +-
24431 drivers/gpu/drm/via/via_drv.h | 2 +-
24432 include/drm/drmP.h | 2 +-
24433 mm/slab.c | 2 +-
24434 net/sunrpc/xprtrdma/svc_rdma.c | 6 +-
24435 tools/gcc/initify_plugin.c | 15 +++-
24436 .../disable_size_overflow_hash.data | 1 +
24437 .../size_overflow_plugin/size_overflow_hash.data | 3 +-
24438 42 files changed, 156 insertions(+), 110 deletions(-)
24439
24440 commit 5fa135dc116350e0205c39ef65eaf6496ed2748a
24441 Author: Brad Spengler <spender@grsecurity.net>
24442 Date: Sat Jan 16 12:19:23 2016 -0500
24443
24444 compile fix
24445
24446 grsecurity/grsec_sig.c | 3 +--
24447 1 files changed, 1 insertions(+), 2 deletions(-)
24448
24449 commit a9090fa58f33f75c7450fda5721a9b13625a47d9
24450 Author: Brad Spengler <spender@grsecurity.net>
24451 Date: Sat Jan 16 12:10:37 2016 -0500
24452
24453 As pointed out by Jann Horn, some distros are starting to circumvent
24454 previous assumptions about the attainability of a user to control
24455 multiple UIDs by handing out suid binaries that allow a user to run
24456 processes (including exploits) under a number of other pre-defined
24457 UIDs. As this could potentially be used to bypass GRKERNSEC_BRUTE
24458 (though it would have to involve some code path that doesn't involve
24459 locks) fix that here by ensuring no more than 8 users on a system can
24460 be banned before a reboot is required. If more are banned, a panic
24461 is triggered.
24462
24463 grsecurity/grsec_sig.c | 8 ++++++++
24464 1 files changed, 8 insertions(+), 0 deletions(-)
24465
24466 commit a8d37776e9521c567ebff6730d49312f72435f08
24467 Author: Eric Dumazet <edumazet@google.com>
24468 Date: Thu Dec 3 11:12:07 2015 -0800
24469
24470 proc: add a reschedule point in proc_readfd_common()
24471
24472 User can pass an arbitrary large buffer to getdents().
24473
24474 It is typically a 32KB buffer used by libc scandir() implementation.
24475
24476 When scanning /proc/{pid}/fd, we can hold cpu way too long,
24477 so add a cond_resched() to be kind with other tasks.
24478
24479 We've seen latencies of more than 50ms on real workloads.
24480
24481 Signed-off-by: Eric Dumazet <edumazet@google.com>
24482 Cc: Alexander Viro <viro@zeniv.linux.org.uk>
24483 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
24484
24485 fs/proc/fd.c | 1 +
24486 1 files changed, 1 insertions(+), 0 deletions(-)
24487
24488 commit 0adba75f8708f13b1f5d98ebe3fc2fb961e100c8
24489 Author: Rabin Vincent <rabin@rab.in>
24490 Date: Tue Jan 12 20:17:08 2016 +0100
24491
24492 net: bpf: reject invalid shifts
24493
24494 On ARM64, a BUG() is triggered in the eBPF JIT if a filter with a
24495 constant shift that can't be encoded in the immediate field of the
24496 UBFM/SBFM instructions is passed to the JIT. Since these shifts
24497 amounts, which are negative or >= regsize, are invalid, reject them in
24498 the eBPF verifier and the classic BPF filter checker, for all
24499 architectures.
24500
24501 Signed-off-by: Rabin Vincent <rabin@rab.in>
24502 Acked-by: Alexei Starovoitov <ast@kernel.org>
24503 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
24504 Signed-off-by: David S. Miller <davem@davemloft.net>
24505
24506 kernel/bpf/verifier.c | 10 ++++++++++
24507 net/core/filter.c | 5 +++++
24508 2 files changed, 15 insertions(+), 0 deletions(-)
24509
24510 commit c248e115a73496625a1c64660d0eeefd67e55cbf
24511 Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
24512 Date: Fri Jan 8 11:00:54 2016 -0200
24513
24514 sctp: fix use-after-free in pr_debug statement
24515
24516 Dmitry Vyukov reported a use-after-free in the code expanded by the
24517 macro debug_post_sfx, which is caused by the use of the asoc pointer
24518 after it was freed within sctp_side_effect() scope.
24519
24520 This patch fixes it by allowing sctp_side_effect to clear that asoc
24521 pointer when the TCB is freed.
24522
24523 As Vlad explained, we also have to cover the SCTP_DISPOSITION_ABORT case
24524 because it will trigger DELETE_TCB too on that same loop.
24525
24526 Also, there were places issuing SCTP_CMD_INIT_FAILED and ASSOC_FAILED
24527 but returning SCTP_DISPOSITION_CONSUME, which would fool the scheme
24528 above. Fix it by returning SCTP_DISPOSITION_ABORT instead.
24529
24530 The macro is already prepared to handle such NULL pointer.
24531
24532 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24533 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
24534 Acked-by: Vlad Yasevich <vyasevich@gmail.com>
24535 Signed-off-by: David S. Miller <davem@davemloft.net>
24536
24537 net/sctp/sm_sideeffect.c | 11 ++++++-----
24538 net/sctp/sm_statefuns.c | 17 ++++-------------
24539 2 files changed, 10 insertions(+), 18 deletions(-)
24540
24541 commit 395ea8a9e73e184fc14153a033000bccf4213213
24542 Author: willy tarreau <w@1wt.eu>
24543 Date: Sun Jan 10 07:54:56 2016 +0100
24544
24545 unix: properly account for FDs passed over unix sockets
24546
24547 It is possible for a process to allocate and accumulate far more FDs than
24548 the process' limit by sending them over a unix socket then closing them
24549 to keep the process' fd count low.
24550
24551 This change addresses this problem by keeping track of the number of FDs
24552 in flight per user and preventing non-privileged processes from having
24553 more FDs in flight than their configured FD limit.
24554
24555 Reported-by: socketpair@gmail.com
24556 Reported-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
24557 Mitigates: CVE-2013-4312 (Linux 2.0+)
24558 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
24559 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
24560 Signed-off-by: Willy Tarreau <w@1wt.eu>
24561 Signed-off-by: David S. Miller <davem@davemloft.net>
24562
24563 include/linux/sched.h | 1 +
24564 net/unix/af_unix.c | 24 ++++++++++++++++++++----
24565 net/unix/garbage.c | 13 ++++++++-----
24566 3 files changed, 29 insertions(+), 9 deletions(-)
24567
24568 commit cb207ab8fbd71dcfc4a49d533aba8085012543fd
24569 Author: Sasha Levin <sasha.levin@oracle.com>
24570 Date: Thu Jan 7 14:52:43 2016 -0500
24571
24572 net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memory
24573
24574 proc_dostring() needs an initialized destination string, while the one
24575 provided in proc_sctp_do_hmac_alg() contains stack garbage.
24576
24577 Thus, writing to cookie_hmac_alg would strlen() that garbage and end up
24578 accessing invalid memory.
24579
24580 Fixes: 3c68198e7 ("sctp: Make hmac algorithm selection for cookie generation dynamic")
24581 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
24582 Signed-off-by: David S. Miller <davem@davemloft.net>
24583
24584 net/sctp/sysctl.c | 2 +-
24585 1 files changed, 1 insertions(+), 1 deletions(-)
24586
24587 commit 4014e09faf0fe9054119624ccfff1236e886b554
24588 Author: Quentin Casasnovas <quentin.casasnovas@oracle.com>
24589 Date: Tue Nov 24 17:13:21 2015 -0500
24590
24591 RDS: fix race condition when sending a message on unbound socket
24592
24593 commit 8c7188b23474cca017b3ef354c4a58456f68303a upstream.
24594
24595 Sasha's found a NULL pointer dereference in the RDS connection code when
24596 sending a message to an apparently unbound socket. The problem is caused
24597 by the code checking if the socket is bound in rds_sendmsg(), which checks
24598 the rs_bound_addr field without taking a lock on the socket. This opens a
24599 race where rs_bound_addr is temporarily set but where the transport is not
24600 in rds_bind(), leading to a NULL pointer dereference when trying to
24601 dereference 'trans' in __rds_conn_create().
24602
24603 Vegard wrote a reproducer for this issue, so kindly ask him to share if
24604 you're interested.
24605
24606 I cannot reproduce the NULL pointer dereference using Vegard's reproducer
24607 with this patch, whereas I could without.
24608
24609 Complete earlier incomplete fix to CVE-2015-6937:
24610
24611 74e98eb08588 ("RDS: verify the underlying transport exists before creating a connection")
24612
24613 Cc: David S. Miller <davem@davemloft.net>
24614
24615 Reviewed-by: Vegard Nossum <vegard.nossum@oracle.com>
24616 Reviewed-by: Sasha Levin <sasha.levin@oracle.com>
24617 Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
24618 Signed-off-by: Quentin Casasnovas <quentin.casasnovas@oracle.com>
24619 Signed-off-by: David S. Miller <davem@davemloft.net>
24620 Signed-off-by: Jiri Slaby <jslaby@suse.cz>
24621
24622 Conflicts:
24623
24624 net/rds/send.c
24625
24626 net/rds/connection.c | 6 ------
24627 1 files changed, 0 insertions(+), 6 deletions(-)
24628
24629 commit 206df8d01104344d7588d801016a281a4cd25556
24630 Author: Sasha Levin <sasha.levin@oracle.com>
24631 Date: Tue Sep 8 10:53:40 2015 -0400
24632
24633 RDS: verify the underlying transport exists before creating a connection
24634
24635 There was no verification that an underlying transport exists when creating
24636 a connection, this would cause dereferencing a NULL ptr.
24637
24638 It might happen on sockets that weren't properly bound before attempting to
24639 send a message, which will cause a NULL ptr deref:
24640
24641 [135546.047719] kasan: GPF could be caused by NULL-ptr deref or user memory accessgeneral protection fault: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC KASAN
24642 [135546.051270] Modules linked in:
24643 [135546.051781] CPU: 4 PID: 15650 Comm: trinity-c4 Not tainted 4.2.0-next-20150902-sasha-00041-gbaa1222-dirty #2527
24644 [135546.053217] task: ffff8800835bc000 ti: ffff8800bc708000 task.ti: ffff8800bc708000
24645 [135546.054291] RIP: __rds_conn_create (net/rds/connection.c:194)
24646 [135546.055666] RSP: 0018:ffff8800bc70fab0 EFLAGS: 00010202
24647 [135546.056457] RAX: dffffc0000000000 RBX: 0000000000000f2c RCX: ffff8800835bc000
24648 [135546.057494] RDX: 0000000000000007 RSI: ffff8800835bccd8 RDI: 0000000000000038
24649 [135546.058530] RBP: ffff8800bc70fb18 R08: 0000000000000001 R09: 0000000000000000
24650 [135546.059556] R10: ffffed014d7a3a23 R11: ffffed014d7a3a21 R12: 0000000000000000
24651 [135546.060614] R13: 0000000000000001 R14: ffff8801ec3d0000 R15: 0000000000000000
24652 [135546.061668] FS: 00007faad4ffb700(0000) GS:ffff880252000000(0000) knlGS:0000000000000000
24653 [135546.062836] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
24654 [135546.063682] CR2: 000000000000846a CR3: 000000009d137000 CR4: 00000000000006a0
24655 [135546.064723] Stack:
24656 [135546.065048] ffffffffafe2055c ffffffffafe23fc1 ffffed00493097bf ffff8801ec3d0008
24657 [135546.066247] 0000000000000000 00000000000000d0 0000000000000000 ac194a24c0586342
24658 [135546.067438] 1ffff100178e1f78 ffff880320581b00 ffff8800bc70fdd0 ffff880320581b00
24659 [135546.068629] Call Trace:
24660 [135546.069028] ? __rds_conn_create (include/linux/rcupdate.h:856 net/rds/connection.c:134)
24661 [135546.069989] ? rds_message_copy_from_user (net/rds/message.c:298)
24662 [135546.071021] rds_conn_create_outgoing (net/rds/connection.c:278)
24663 [135546.071981] rds_sendmsg (net/rds/send.c:1058)
24664 [135546.072858] ? perf_trace_lock (include/trace/events/lock.h:38)
24665 [135546.073744] ? lockdep_init (kernel/locking/lockdep.c:3298)
24666 [135546.074577] ? rds_send_drop_to (net/rds/send.c:976)
24667 [135546.075508] ? __might_fault (./arch/x86/include/asm/current.h:14 mm/memory.c:3795)
24668 [135546.076349] ? __might_fault (mm/memory.c:3795)
24669 [135546.077179] ? rds_send_drop_to (net/rds/send.c:976)
24670 [135546.078114] sock_sendmsg (net/socket.c:611 net/socket.c:620)
24671 [135546.078856] SYSC_sendto (net/socket.c:1657)
24672 [135546.079596] ? SYSC_connect (net/socket.c:1628)
24673 [135546.080510] ? trace_dump_stack (kernel/trace/trace.c:1926)
24674 [135546.081397] ? ring_buffer_unlock_commit (kernel/trace/ring_buffer.c:2479 kernel/trace/ring_buffer.c:2558 kernel/trace/ring_buffer.c:2674)
24675 [135546.082390] ? trace_buffer_unlock_commit (kernel/trace/trace.c:1749)
24676 [135546.083410] ? trace_event_raw_event_sys_enter (include/trace/events/syscalls.h:16)
24677 [135546.084481] ? do_audit_syscall_entry (include/trace/events/syscalls.h:16)
24678 [135546.085438] ? trace_buffer_unlock_commit (kernel/trace/trace.c:1749)
24679 [135546.085515] rds_ib_laddr_check(): addr 36.74.25.172 ret -99 node type -1
24680
24681 Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
24682 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
24683 Signed-off-by: David S. Miller <davem@davemloft.net>
24684
24685 net/rds/connection.c | 6 ++++++
24686 1 files changed, 6 insertions(+), 0 deletions(-)
24687
24688 commit 173fa03f05cf0ad485d49a42cbdee8844d3a689a
24689 Author: Steven Rostedt (Red Hat) <rostedt@goodmis.org>
24690 Date: Tue Jan 5 20:32:47 2016 -0500
24691
24692 ftrace/module: Call clean up function when module init fails early
24693
24694 If the module init code fails after calling ftrace_module_init() and before
24695 calling do_init_module(), we can suffer from a memory leak. This is because
24696 ftrace_module_init() allocates pages to store the locations that ftrace
24697 hooks are placed in the module text. If do_init_module() fails, it still
24698 calls the MODULE_GOING notifiers which will tell ftrace to do a clean up of
24699 the pages it allocated for the module. But if load_module() fails before
24700 then, the pages allocated by ftrace_module_init() will never be freed.
24701
24702 Call ftrace_release_mod() on the module if load_module() fails before
24703 getting to do_init_module().
24704
24705 Link: http://lkml.kernel.org/r/567CEA31.1070507@intel.com
24706
24707 Reported-by: "Qiu, PeiyangX" <peiyangx.qiu@intel.com>
24708 Fixes: a949ae560a511 "ftrace/module: Hardcode ftrace_module_init() call into load_module()"
24709 Cc: stable@vger.kernel.org # v2.6.38+
24710 Acked-by: Rusty Russell <rusty@rustcorp.com.au>
24711 Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
24712
24713 include/linux/ftrace.h | 1 +
24714 kernel/module.c | 6 ++++++
24715 2 files changed, 7 insertions(+), 0 deletions(-)
24716
24717 commit 1e5a4a81a4c16c8ac2e264b88a02cc2f42ed0399
24718 Author: Francesco Ruggeri <fruggeri@aristanetworks.com>
24719 Date: Wed Jan 6 00:18:48 2016 -0800
24720
24721 net: possible use after free in dst_release
24722
24723 dst_release should not access dst->flags after decrementing
24724 __refcnt to 0. The dst_entry may be in dst_busy_list and
24725 dst_gc_task may dst_destroy it before dst_release gets a chance
24726 to access dst->flags.
24727
24728 Fixes: d69bbf88c8d0 ("net: fix a race in dst_release()")
24729 Fixes: 27b75c95f10d ("net: avoid RCU for NOCACHE dst")
24730 Signed-off-by: Francesco Ruggeri <fruggeri@arista.com>
24731 Acked-by: Eric Dumazet <edumazet@google.com>
24732 Signed-off-by: David S. Miller <davem@davemloft.net>
24733
24734 net/core/dst.c | 3 ++-
24735 1 files changed, 2 insertions(+), 1 deletions(-)
24736
24737 commit bfb0455793dd4e0f0b49d34a68b3249ab55565cc
24738 Author: Alan <gnomes@lxorguk.ukuu.org.uk>
24739 Date: Wed Jan 6 14:55:02 2016 +0000
24740
24741 mkiss: fix scribble on freed memory
24742
24743 commit d79f16c046086f4fe0d42184a458e187464eb83e fixed a user triggerable
24744 scribble on free memory but added a new one which allows the user to
24745 scribble even more and user controlled data into freed space.
24746
24747 As with 6pack we need to halt the queue before we free the buffers, because
24748 the transmit logic is not protected by the semaphore.
24749
24750 Signed-off-by: Alan Cox <alan@linux.intel.com>
24751 Signed-off-by: David S. Miller <davem@davemloft.net>
24752
24753 drivers/net/hamradio/mkiss.c | 5 +++++
24754 1 files changed, 5 insertions(+), 0 deletions(-)
24755
24756 commit 5cbbcbd32dc1949470f61d342503808fa9555276
24757 Author: David Miller <davem@davemloft.net>
24758 Date: Thu Dec 17 16:05:49 2015 -0500
24759
24760 mkiss: Fix use after free in mkiss_close().
24761
24762 Need to do the unregister_device() after all references to the driver
24763 private have been done.
24764
24765 Signed-off-by: David S. Miller <davem@davemloft.net>
24766
24767 drivers/net/hamradio/mkiss.c | 4 ++--
24768 1 files changed, 2 insertions(+), 2 deletions(-)
24769
24770 commit b00171576794a98068e069a660f0991a6a5190ff
24771 Author: One Thousand Gnomes <gnomes@lxorguk.ukuu.org.uk>
24772 Date: Tue Jan 5 11:51:25 2016 +0000
24773
24774 6pack: fix free memory scribbles
24775
24776 commit acf673a3187edf72068ee2f92f4dc47d66baed47 fixed a user triggerable free
24777 memory scribble but in doing so replaced it with a different one that allows
24778 the user to control the data and scribble even more.
24779
24780 sixpack_close is called by the tty layer in tty context. The tty context is
24781 protected by sp_get() and sp_put(). However network layer activity via
24782 sp_xmit() is not protected this way. We must therefore stop the queue
24783 otherwise the user gets to dump a buffer mostly of their choice into freed
24784 kernel pages.
24785
24786 Signed-off-by: Alan Cox <alan@linux.intel.com>
24787 Signed-off-by: David S. Miller <davem@davemloft.net>
24788
24789 drivers/net/hamradio/6pack.c | 6 ++++++
24790 1 files changed, 6 insertions(+), 0 deletions(-)
24791
24792 commit 5b64a833907cd230a3106aeba2304b2c1bcd116d
24793 Author: David Miller <davem@davemloft.net>
24794 Date: Thu Dec 17 16:05:32 2015 -0500
24795
24796 6pack: Fix use after free in sixpack_close().
24797
24798 Need to do the unregister_device() after all references to the driver
24799 private have been done.
24800
24801 Also we need to use del_timer_sync() for the timers so that we don't
24802 have any asynchronous references after the unregister.
24803
24804 Signed-off-by: David S. Miller <davem@davemloft.net>
24805
24806 drivers/net/hamradio/6pack.c | 8 ++++----
24807 1 files changed, 4 insertions(+), 4 deletions(-)
24808
24809 commit 4f9d532742656b3613d579220fd10c78f24ba37b
24810 Author: Rabin Vincent <rabin@rab.in>
24811 Date: Tue Jan 5 16:23:07 2016 +0100
24812
24813 net: filter: make JITs zero A for SKF_AD_ALU_XOR_X
24814
24815 The SKF_AD_ALU_XOR_X ancillary is not like the other ancillary data
24816 instructions since it XORs A with X while all the others replace A with
24817 some loaded value. All the BPF JITs fail to clear A if this is used as
24818 the first instruction in a filter. This was found using american fuzzy
24819 lop.
24820
24821 Add a helper to determine if A needs to be cleared given the first
24822 instruction in a filter, and use this in the JITs. Except for ARM, the
24823 rest have only been compile-tested.
24824
24825 Fixes: 3480593131e0 ("net: filter: get rid of BPF_S_* enum")
24826 Signed-off-by: Rabin Vincent <rabin@rab.in>
24827 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
24828 Acked-by: Alexei Starovoitov <ast@kernel.org>
24829 Signed-off-by: David S. Miller <davem@davemloft.net>
24830
24831 arch/arm/net/bpf_jit_32.c | 16 +---------------
24832 arch/mips/net/bpf_jit.c | 16 +---------------
24833 arch/powerpc/net/bpf_jit_comp.c | 13 ++-----------
24834 arch/sparc/net/bpf_jit_comp.c | 17 ++---------------
24835 include/linux/filter.h | 19 +++++++++++++++++++
24836 5 files changed, 25 insertions(+), 56 deletions(-)
24837
24838 commit 570d88f8acfffda92b89ae2e1c47320d47256034
24839 Author: John Fastabend <john.fastabend@gmail.com>
24840 Date: Tue Jan 5 09:11:36 2016 -0800
24841
24842 net: sched: fix missing free per cpu on qstats
24843
24844 When a qdisc is using per cpu stats (currently just the ingress
24845 qdisc) only the bstats are being freed. This also free's the qstats.
24846
24847 Fixes: b0ab6f92752b9f9d8 ("net: sched: enable per cpu qstats")
24848 Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
24849 Acked-by: Eric Dumazet <edumazet@google.com>
24850 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
24851 Signed-off-by: David S. Miller <davem@davemloft.net>
24852
24853 net/sched/sch_generic.c | 4 +++-
24854 1 files changed, 3 insertions(+), 1 deletions(-)
24855
24856 commit 32c0ebc51857ee83470a10dcb234d308a0ed1881
24857 Author: Rabin Vincent <rabin@rab.in>
24858 Date: Tue Jan 5 18:34:04 2016 +0100
24859
24860 ARM: net: bpf: fix zero right shift
24861
24862 The LSR instruction cannot be used to perform a zero right shift since a
24863 0 as the immediate value (imm5) in the LSR instruction encoding means
24864 that a shift of 32 is perfomed. See DecodeIMMShift() in the ARM ARM.
24865
24866 Make the JIT skip generation of the LSR if a zero-shift is requested.
24867
24868 This was found using american fuzzy lop.
24869
24870 Signed-off-by: Rabin Vincent <rabin@rab.in>
24871 Acked-by: Alexei Starovoitov <ast@kernel.org>
24872 Signed-off-by: David S. Miller <davem@davemloft.net>
24873
24874 arch/arm/net/bpf_jit_32.c | 3 ++-
24875 1 files changed, 2 insertions(+), 1 deletions(-)
24876
24877 commit 51f5d291750285efa4d4bbe84e5ec23dc00c8d2d
24878 Author: Brad Spengler <spender@grsecurity.net>
24879 Date: Wed Jan 6 20:35:57 2016 -0500
24880
24881 Don't perform hidden lookups in RBAC against the directory of
24882 a file being opened with O_CREAT, reported by Karl Witt
24883
24884 Conflicts:
24885
24886 fs/namei.c
24887
24888 fs/namei.c | 3 ---
24889 1 files changed, 0 insertions(+), 3 deletions(-)
24890
24891 commit 5a8266a6b2769ccdb447256f95bc2577a73cccd1
24892 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
24893 Date: Tue Jan 5 10:46:00 2016 +0100
24894
24895 bridge: Only call /sbin/bridge-stp for the initial network namespace
24896
24897 [I stole this patch from Eric Biederman. He wrote:]
24898
24899 > There is no defined mechanism to pass network namespace information
24900 > into /sbin/bridge-stp therefore don't even try to invoke it except
24901 > for bridge devices in the initial network namespace.
24902 >
24903 > It is possible for unprivileged users to cause /sbin/bridge-stp to be
24904 > invoked for any network device name which if /sbin/bridge-stp does not
24905 > guard against unreasonable arguments or being invoked twice on the
24906 > same network device could cause problems.
24907
24908 [Hannes: changed patch using netns_eq]
24909
24910 Cc: Eric W. Biederman <ebiederm@xmission.com>
24911 Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
24912 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
24913 Signed-off-by: David S. Miller <davem@davemloft.net>
24914
24915 net/bridge/br_stp_if.c | 5 ++++-
24916 1 files changed, 4 insertions(+), 1 deletions(-)
24917
24918 commit 650d535cc39f0aeff2f57e60b6617be25d3ef48b
24919 Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
24920 Date: Wed Dec 23 16:28:40 2015 -0200
24921
24922 sctp: use GFP_USER for user-controlled kmalloc
24923
24924 Commit cacc06215271 ("sctp: use GFP_USER for user-controlled kmalloc")
24925 missed two other spots.
24926
24927 For connectx, as it's more likely to be used by kernel users of the API,
24928 it detects if GFP_USER should be used or not.
24929
24930 Fixes: cacc06215271 ("sctp: use GFP_USER for user-controlled kmalloc")
24931 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24932 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
24933 Signed-off-by: David S. Miller <davem@davemloft.net>
24934
24935 net/sctp/socket.c | 9 ++++++---
24936 1 files changed, 6 insertions(+), 3 deletions(-)
24937
24938 commit 5718a1f63c41fc156f729783423b002763779d04
24939 Author: Florian Westphal <fw@strlen.de>
24940 Date: Thu Dec 31 14:26:33 2015 +0100
24941
24942 connector: bump skb->users before callback invocation
24943
24944 Dmitry reports memleak with syskaller program.
24945 Problem is that connector bumps skb usecount but might not invoke callback.
24946
24947 So move skb_get to where we invoke the callback.
24948
24949 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24950 Signed-off-by: Florian Westphal <fw@strlen.de>
24951 Signed-off-by: David S. Miller <davem@davemloft.net>
24952
24953 drivers/connector/connector.c | 11 +++--------
24954 1 files changed, 3 insertions(+), 8 deletions(-)
24955
24956 commit 2e6372e6a97f8d642416899861f91777f44f13b7
24957 Author: Rainer Weikusat <rweikusat@mobileactivedefense.com>
24958 Date: Sun Jan 3 18:56:38 2016 +0000
24959
24960 af_unix: Fix splice-bind deadlock
24961
24962 On 2015/11/06, Dmitry Vyukov reported a deadlock involving the splice
24963 system call and AF_UNIX sockets,
24964
24965 http://lists.openwall.net/netdev/2015/11/06/24
24966
24967 The situation was analyzed as
24968
24969 (a while ago) A: socketpair()
24970 B: splice() from a pipe to /mnt/regular_file
24971 does sb_start_write() on /mnt
24972 C: try to freeze /mnt
24973 wait for B to finish with /mnt
24974 A: bind() try to bind our socket to /mnt/new_socket_name
24975 lock our socket, see it not bound yet
24976 decide that it needs to create something in /mnt
24977 try to do sb_start_write() on /mnt, block (it's
24978 waiting for C).
24979 D: splice() from the same pipe to our socket
24980 lock the pipe, see that socket is connected
24981 try to lock the socket, block waiting for A
24982 B: get around to actually feeding a chunk from
24983 pipe to file, try to lock the pipe. Deadlock.
24984
24985 on 2015/11/10 by Al Viro,
24986
24987 http://lists.openwall.net/netdev/2015/11/10/4
24988
24989 The patch fixes this by removing the kern_path_create related code from
24990 unix_mknod and executing it as part of unix_bind prior acquiring the
24991 readlock of the socket in question. This means that A (as used above)
24992 will sb_start_write on /mnt before it acquires the readlock, hence, it
24993 won't indirectly block B which first did a sb_start_write and then
24994 waited for a thread trying to acquire the readlock. Consequently, A
24995 being blocked by C waiting for B won't cause a deadlock anymore
24996 (effectively, both A and B acquire two locks in opposite order in the
24997 situation described above).
24998
24999 Dmitry Vyukov(<dvyukov@google.com>) tested the original patch.
25000
25001 Signed-off-by: Rainer Weikusat <rweikusat@mobileactivedefense.com>
25002 Signed-off-by: David S. Miller <davem@davemloft.net>
25003
25004 Conflicts:
25005
25006 net/unix/af_unix.c
25007
25008 net/unix/af_unix.c | 70 +++++++++++++++++++++++++++++++--------------------
25009 1 files changed, 42 insertions(+), 28 deletions(-)
25010
25011 commit 2e729e557c571f3253e32472cd7d382ac16cf1c3
25012 Author: Qiu Peiyang <peiyangx.qiu@intel.com>
25013 Date: Thu Dec 31 13:11:28 2015 +0800
25014
25015 tracing: Fix setting of start_index in find_next()
25016
25017 When we do cat /sys/kernel/debug/tracing/printk_formats, we hit kernel
25018 panic at t_show.
25019
25020 general protection fault: 0000 [#1] PREEMPT SMP
25021 CPU: 0 PID: 2957 Comm: sh Tainted: G W O 3.14.55-x86_64-01062-gd4acdc7 #2
25022 RIP: 0010:[<ffffffff811375b2>]
25023 [<ffffffff811375b2>] t_show+0x22/0xe0
25024 RSP: 0000:ffff88002b4ebe80 EFLAGS: 00010246
25025 RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000004
25026 RDX: 0000000000000004 RSI: ffffffff81fd26a6 RDI: ffff880032f9f7b1
25027 RBP: ffff88002b4ebe98 R08: 0000000000001000 R09: 000000000000ffec
25028 R10: 0000000000000000 R11: 000000000000000f R12: ffff880004d9b6c0
25029 R13: 7365725f6d706400 R14: ffff880004d9b6c0 R15: ffffffff82020570
25030 FS: 0000000000000000(0000) GS:ffff88003aa00000(0063) knlGS:00000000f776bc40
25031 CS: 0010 DS: 002b ES: 002b CR0: 0000000080050033
25032 CR2: 00000000f6c02ff0 CR3: 000000002c2b3000 CR4: 00000000001007f0
25033 Call Trace:
25034 [<ffffffff811dc076>] seq_read+0x2f6/0x3e0
25035 [<ffffffff811b749b>] vfs_read+0x9b/0x160
25036 [<ffffffff811b7f69>] SyS_read+0x49/0xb0
25037 [<ffffffff81a3a4b9>] ia32_do_call+0x13/0x13
25038 ---[ end trace 5bd9eb630614861e ]---
25039 Kernel panic - not syncing: Fatal exception
25040
25041 When the first time find_next calls find_next_mod_format, it should
25042 iterate the trace_bprintk_fmt_list to find the first print format of
25043 the module. However in current code, start_index is smaller than *pos
25044 at first, and code will not iterate the list. Latter container_of will
25045 get the wrong address with former v, which will cause mod_fmt be a
25046 meaningless object and so is the returned mod_fmt->fmt.
25047
25048 This patch will fix it by correcting the start_index. After fixed,
25049 when the first time calls find_next_mod_format, start_index will be
25050 equal to *pos, and code will iterate the trace_bprintk_fmt_list to
25051 get the right module printk format, so is the returned mod_fmt->fmt.
25052
25053 Link: http://lkml.kernel.org/r/5684B900.9000309@intel.com
25054
25055 Cc: stable@vger.kernel.org # 3.12+
25056 Fixes: 102c9323c35a8 "tracing: Add __tracepoint_string() to export string pointers"
25057 Signed-off-by: Qiu Peiyang <peiyangx.qiu@intel.com>
25058 Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
25059
25060 kernel/trace/trace_printk.c | 1 +
25061 1 files changed, 1 insertions(+), 0 deletions(-)
25062
25063 commit 0994af4b1930f32aa493dc08145cd304f8bfc8f4
25064 Author: Al Viro <viro@zeniv.linux.org.uk>
25065 Date: Mon Dec 28 20:47:08 2015 -0500
25066
25067 [PATCH] arm: fix handling of F_OFD_... in oabi_fcntl64()
25068
25069 Cc: stable@vger.kernel.org # 3.15+
25070 Reviewed-by: Jeff Layton <jeff.layton@primarydata.com>
25071 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
25072
25073 arch/arm/kernel/sys_oabi-compat.c | 73 +++++++++++++++++++------------------
25074 1 files changed, 37 insertions(+), 36 deletions(-)
25075
25076 commit 4ed030f65dcf3e6b0128032a49a7d75f947fa351
25077 Merge: de243c2 3adc55a
25078 Author: Brad Spengler <spender@grsecurity.net>
25079 Date: Tue Jan 5 18:10:10 2016 -0500
25080
25081 Merge branch 'pax-test' into grsec-test
25082
25083 commit 3adc55a5acfa429c2a7cc883aef08b960c0079b0
25084 Author: Brad Spengler <spender@grsecurity.net>
25085 Date: Tue Jan 5 18:08:53 2016 -0500
25086
25087 Update to pax-linux-4.3.3-test16.patch:
25088 - small cleanup in entry_64.S on x86
25089 - Emese fixed the initify plugin to recursively check variable initializers, reported by Rasmus Villemoes
25090 - 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)
25091 - 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)
25092 - 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)
25093 - 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)
25094
25095 arch/x86/entry/entry_64.S | 60 +++++-----
25096 arch/x86/kernel/alternative.c | 2 +-
25097 arch/x86/kvm/emulate.c | 4 +-
25098 tools/gcc/initify_plugin.c | 123 +++++++++----------
25099 .../disable_size_overflow_hash.data | 4 +-
25100 .../size_overflow_plugin/size_overflow_hash.data | 2 -
25101 6 files changed, 93 insertions(+), 102 deletions(-)
25102
25103 commit de243c26efd0e423ca92db825af2c3f8eb1ca043
25104 Author: Brad Spengler <spender@grsecurity.net>
25105 Date: Tue Dec 29 18:01:24 2015 -0500
25106
25107 It was noticed during an internal audit that the code under GRKERNSEC_PROC_MEMMAP
25108 which aimed to enforce a 16MB minimum on RLIMIT_DATA for suid/sgid binaries only
25109 did so if RLIMIT_DATA was set lower than PAGE_SIZE.
25110
25111 This addition was only supplemental as GRKERNSEC_BRUTE is the main defense
25112 against suid/sgid attacks and the flaw above would only eliminate the extra
25113 entropy provided for the brk-managed heap, still leaving it with the minimum
25114 of 16-bit entropy for mmap on x86 and 28 on x64.
25115
25116 mm/mmap.c | 2 +-
25117 1 files changed, 1 insertions(+), 1 deletions(-)
25118
25119 commit 8e264cfe47e5f08cdc9ed009a630277206cd2534
25120 Merge: 436201b 2584340
25121 Author: Brad Spengler <spender@grsecurity.net>
25122 Date: Mon Dec 28 20:30:01 2015 -0500
25123
25124 Merge branch 'pax-test' into grsec-test
25125
25126 commit 2584340eab494e64ec1bf9eb5b0d1ae31f926306
25127 Author: Brad Spengler <spender@grsecurity.net>
25128 Date: Mon Dec 28 20:29:28 2015 -0500
25129
25130 Update to pax-linux-4.3.3-test14.patch:
25131 - 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)
25132 - fixed shutdown crash with tboot and KERNEXEC, reported by perfinion
25133 - fixed a few false positive and one real size overflow reports in hyperv, reported by hunger
25134 - fixed compile regressions on armv5, reported by iamb (https://forums.grsecurity.net/viewtopic.php?f=3&t=4350)
25135 - fixed an assert in the initify plugin that triggered in vic_register on arm
25136
25137 arch/arm/include/asm/atomic.h | 7 +++++--
25138 arch/arm/include/asm/domain.h | 5 ++---
25139 arch/x86/kernel/tboot.c | 14 +++++++++-----
25140 drivers/hv/channel.c | 4 +---
25141 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
25142 drivers/net/hyperv/rndis_filter.c | 3 +--
25143 fs/exec.c | 4 ++--
25144 include/linux/atomic.h | 15 ---------------
25145 net/core/skbuff.c | 3 ++-
25146 tools/gcc/initify_plugin.c | 4 +++-
25147 10 files changed, 26 insertions(+), 35 deletions(-)
25148
25149 commit 436201b6626b488d173c8076447000077c27b84a
25150 Author: David Howells <dhowells@redhat.com>
25151 Date: Fri Dec 18 01:34:26 2015 +0000
25152
25153 KEYS: Fix race between read and revoke
25154
25155 This fixes CVE-2015-7550.
25156
25157 There's a race between keyctl_read() and keyctl_revoke(). If the revoke
25158 happens between keyctl_read() checking the validity of a key and the key's
25159 semaphore being taken, then the key type read method will see a revoked key.
25160
25161 This causes a problem for the user-defined key type because it assumes in
25162 its read method that there will always be a payload in a non-revoked key
25163 and doesn't check for a NULL pointer.
25164
25165 Fix this by making keyctl_read() check the validity of a key after taking
25166 semaphore instead of before.
25167
25168 I think the bug was introduced with the original keyrings code.
25169
25170 This was discovered by a multithreaded test program generated by syzkaller
25171 (http://github.com/google/syzkaller). Here's a cleaned up version:
25172
25173 #include <sys/types.h>
25174 #include <keyutils.h>
25175 #include <pthread.h>
25176 void *thr0(void *arg)
25177 {
25178 key_serial_t key = (unsigned long)arg;
25179 keyctl_revoke(key);
25180 return 0;
25181 }
25182 void *thr1(void *arg)
25183 {
25184 key_serial_t key = (unsigned long)arg;
25185 char buffer[16];
25186 keyctl_read(key, buffer, 16);
25187 return 0;
25188 }
25189 int main()
25190 {
25191 key_serial_t key = add_key("user", "%", "foo", 3, KEY_SPEC_USER_KEYRING);
25192 pthread_t th[5];
25193 pthread_create(&th[0], 0, thr0, (void *)(unsigned long)key);
25194 pthread_create(&th[1], 0, thr1, (void *)(unsigned long)key);
25195 pthread_create(&th[2], 0, thr0, (void *)(unsigned long)key);
25196 pthread_create(&th[3], 0, thr1, (void *)(unsigned long)key);
25197 pthread_join(th[0], 0);
25198 pthread_join(th[1], 0);
25199 pthread_join(th[2], 0);
25200 pthread_join(th[3], 0);
25201 return 0;
25202 }
25203
25204 Build as:
25205
25206 cc -o keyctl-race keyctl-race.c -lkeyutils -lpthread
25207
25208 Run as:
25209
25210 while keyctl-race; do :; done
25211
25212 as it may need several iterations to crash the kernel. The crash can be
25213 summarised as:
25214
25215 BUG: unable to handle kernel NULL pointer dereference at 0000000000000010
25216 IP: [<ffffffff81279b08>] user_read+0x56/0xa3
25217 ...
25218 Call Trace:
25219 [<ffffffff81276aa9>] keyctl_read_key+0xb6/0xd7
25220 [<ffffffff81277815>] SyS_keyctl+0x83/0xe0
25221 [<ffffffff815dbb97>] entry_SYSCALL_64_fastpath+0x12/0x6f
25222
25223 Reported-by: Dmitry Vyukov <dvyukov@google.com>
25224 Signed-off-by: David Howells <dhowells@redhat.com>
25225 Tested-by: Dmitry Vyukov <dvyukov@google.com>
25226 Cc: stable@vger.kernel.org
25227 Signed-off-by: James Morris <james.l.morris@oracle.com>
25228
25229 security/keys/keyctl.c | 18 +++++++++---------
25230 1 files changed, 9 insertions(+), 9 deletions(-)
25231
25232 commit 195cea04477025da4a2078bd3e1fb7c4e11206c2
25233 Author: Brad Spengler <spender@grsecurity.net>
25234 Date: Tue Dec 22 20:44:01 2015 -0500
25235
25236 Add new kernel command-line param: pax_size_overflow_report_only
25237 If a user triggers a size_overflow violation that makes it difficult
25238 to obtain the call trace without serial console/net console, they can
25239 use this option to provide that information to us
25240
25241 Documentation/kernel-parameters.txt | 5 +++++
25242 fs/exec.c | 12 +++++++++---
25243 init/main.c | 11 +++++++++++
25244 3 files changed, 25 insertions(+), 3 deletions(-)
25245
25246 commit 4254a8da5851df8c08cdca5c392916e8c105408d
25247 Author: WANG Cong <xiyou.wangcong@gmail.com>
25248 Date: Mon Dec 21 10:55:45 2015 -0800
25249
25250 addrconf: always initialize sysctl table data
25251
25252 When sysctl performs restrict writes, it allows to write from
25253 a middle position of a sysctl file, which requires us to initialize
25254 the table data before calling proc_dostring() for the write case.
25255
25256 Fixes: 3d1bec99320d ("ipv6: introduce secret_stable to ipv6_devconf")
25257 Reported-by: Sasha Levin <sasha.levin@oracle.com>
25258 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
25259 Tested-by: Sasha Levin <sasha.levin@oracle.com>
25260 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
25261 Signed-off-by: David S. Miller <davem@davemloft.net>
25262
25263 net/ipv6/addrconf.c | 11 ++++-------
25264 1 files changed, 4 insertions(+), 7 deletions(-)
25265
25266 commit f8002863fb06c363180637046947a78a6ccb3d33
25267 Author: WANG Cong <xiyou.wangcong@gmail.com>
25268 Date: Wed Dec 16 23:39:04 2015 -0800
25269
25270 net: check both type and procotol for tcp sockets
25271
25272 Dmitry reported the following out-of-bound access:
25273
25274 Call Trace:
25275 [<ffffffff816cec2e>] __asan_report_load4_noabort+0x3e/0x40
25276 mm/kasan/report.c:294
25277 [<ffffffff84affb14>] sock_setsockopt+0x1284/0x13d0 net/core/sock.c:880
25278 [< inline >] SYSC_setsockopt net/socket.c:1746
25279 [<ffffffff84aed7ee>] SyS_setsockopt+0x1fe/0x240 net/socket.c:1729
25280 [<ffffffff85c18c76>] entry_SYSCALL_64_fastpath+0x16/0x7a
25281 arch/x86/entry/entry_64.S:185
25282
25283 This is because we mistake a raw socket as a tcp socket.
25284 We should check both sk->sk_type and sk->sk_protocol to ensure
25285 it is a tcp socket.
25286
25287 Willem points out __skb_complete_tx_timestamp() needs to fix as well.
25288
25289 Reported-by: Dmitry Vyukov <dvyukov@google.com>
25290 Cc: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
25291 Cc: Eric Dumazet <eric.dumazet@gmail.com>
25292 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
25293 Acked-by: Willem de Bruijn <willemb@google.com>
25294 Signed-off-by: David S. Miller <davem@davemloft.net>
25295
25296 net/core/skbuff.c | 3 ++-
25297 net/core/sock.c | 3 ++-
25298 2 files changed, 4 insertions(+), 2 deletions(-)
25299
25300 commit bd6b3399804470a4ad8f34229469ca149dceba3d
25301 Author: Colin Ian King <colin.king@canonical.com>
25302 Date: Fri Dec 18 14:22:01 2015 -0800
25303
25304 proc: fix -ESRCH error when writing to /proc/$pid/coredump_filter
25305
25306 Writing to /proc/$pid/coredump_filter always returns -ESRCH because commit
25307 774636e19ed51 ("proc: convert to kstrto*()/kstrto*_from_user()") removed
25308 the setting of ret after the get_proc_task call and incorrectly left it as
25309 -ESRCH. Instead, return 0 when successful.
25310
25311 Example breakage:
25312
25313 echo 0 > /proc/self/coredump_filter
25314 bash: echo: write error: No such process
25315
25316 Fixes: 774636e19ed51 ("proc: convert to kstrto*()/kstrto*_from_user()")
25317 Signed-off-by: Colin Ian King <colin.king@canonical.com>
25318 Acked-by: Kees Cook <keescook@chromium.org>
25319 Cc: <stable@vger.kernel.org> [4.3+]
25320 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
25321 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
25322
25323 fs/proc/base.c | 1 +
25324 1 files changed, 1 insertions(+), 0 deletions(-)
25325
25326 commit b28aca2b99ed08546778355fb9402c503ff9b29e
25327 Author: Junichi Nomura <j-nomura@ce.jp.nec.com>
25328 Date: Tue Dec 22 10:23:44 2015 -0700
25329
25330 block: ensure to split after potentially bouncing a bio
25331
25332 blk_queue_bio() does split then bounce, which makes the segment
25333 counting based on pages before bouncing and could go wrong. Move
25334 the split to after bouncing, like we do for blk-mq, and the we
25335 fix the issue of having the bio count for segments be wrong.
25336
25337 Fixes: 54efd50bfd87 ("block: make generic_make_request handle arbitrarily sized bios")
25338 Cc: stable@vger.kernel.org
25339 Tested-by: Artem S. Tashkinov <t.artem@lycos.com>
25340 Signed-off-by: Jens Axboe <axboe@fb.com>
25341
25342 block/blk-core.c | 4 ++--
25343 1 files changed, 2 insertions(+), 2 deletions(-)
25344
25345 commit e62a25e917a9e5b35ddd5b4f1b5e5e30fbd2e84c
25346 Merge: f6f63ae ec72fa5
25347 Author: Brad Spengler <spender@grsecurity.net>
25348 Date: Tue Dec 22 19:46:26 2015 -0500
25349
25350 Merge branch 'pax-test' into grsec-test
25351
25352 commit ec72fa5f8d9cb4e223bad1b8b5c2e1071c222f2a
25353 Author: Brad Spengler <spender@grsecurity.net>
25354 Date: Tue Dec 22 19:45:51 2015 -0500
25355
25356 Update to pax-linux-4.3.3-test13.patch:
25357 - 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)
25358 - 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)
25359
25360 arch/arm/mm/fault.c | 2 +-
25361 arch/x86/mm/fault.c | 2 +-
25362 fs/btrfs/extent_map.c | 8 ++++++--
25363 fs/xfs/libxfs/xfs_da_btree.c | 4 +++-
25364 4 files changed, 11 insertions(+), 5 deletions(-)
25365
25366 commit f6f63ae154cd45028add1dc41957878060d77fbf
25367 Author: Brad Spengler <spender@grsecurity.net>
25368 Date: Thu Dec 17 18:43:44 2015 -0500
25369
25370 ptrace_has_cap() checks whether the current process should be
25371 treated as having a certain capability for ptrace checks
25372 against another process. Until now, this was equivalent to
25373 has_ns_capability(current, target_ns, CAP_SYS_PTRACE).
25374
25375 However, if a root-owned process wants to enter a user
25376 namespace for some reason without knowing who owns it and
25377 therefore can't change to the namespace owner's uid and gid
25378 before entering, as soon as it has entered the namespace,
25379 the namespace owner can attach to it via ptrace and thereby
25380 gain access to its uid and gid.
25381
25382 While it is possible for the entering process to switch to
25383 the uid of a claimed namespace owner before entering,
25384 causing the attempt to enter to fail if the claimed uid is
25385 wrong, this doesn't solve the problem of determining an
25386 appropriate gid.
25387
25388 With this change, the entering process can first enter the
25389 namespace and then safely inspect the namespace's
25390 properties, e.g. through /proc/self/{uid_map,gid_map},
25391 assuming that the namespace owner doesn't have access to
25392 uid 0.
25393 Signed-off-by: Jann Horn <jann@thejh.net>
25394
25395 kernel/ptrace.c | 30 +++++++++++++++++++++++++-----
25396 1 files changed, 25 insertions(+), 5 deletions(-)
25397
25398 commit e314f0fb63020f61543b401ff594e953c2c304e5
25399 Author: tadeusz.struk@intel.com <tadeusz.struk@intel.com>
25400 Date: Tue Dec 15 10:46:17 2015 -0800
25401
25402 net: fix uninitialized variable issue
25403
25404 msg_iocb needs to be initialized on the recv/recvfrom path.
25405 Otherwise afalg will wrongly interpret it as an async call.
25406
25407 Cc: stable@vger.kernel.org
25408 Reported-by: Harald Freudenberger <freude@linux.vnet.ibm.com>
25409 Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
25410 Signed-off-by: David S. Miller <davem@davemloft.net>
25411
25412 net/socket.c | 1 +
25413 1 files changed, 1 insertions(+), 0 deletions(-)
25414
25415 commit a3f56a43ad56b8fcaf04f6327636ed2f5970de3b
25416 Merge: dfa764c 142edcf
25417 Author: Brad Spengler <spender@grsecurity.net>
25418 Date: Wed Dec 16 21:01:17 2015 -0500
25419
25420 Merge branch 'pax-test' into grsec-test
25421
25422 commit 142edcf1005a57fb8887823565cf0bafad2f313c
25423 Author: Brad Spengler <spender@grsecurity.net>
25424 Date: Wed Dec 16 21:00:57 2015 -0500
25425
25426 Update to pax-linux-4.3.3-test12.patch:
25427 - 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)
25428 - 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)
25429
25430 drivers/tty/n_tty.c | 16 ++++++++--------
25431 .../disable_size_overflow_hash.data | 2 ++
25432 .../size_overflow_plugin/size_overflow_hash.data | 6 ++----
25433 3 files changed, 12 insertions(+), 12 deletions(-)
25434
25435 commit dfa764cc549892a5bfc1083cac78b99032cae577
25436 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
25437 Date: Tue Dec 15 22:59:12 2015 +0100
25438
25439 ipv6: automatically enable stable privacy mode if stable_secret set
25440
25441 Bjørn reported that while we switch all interfaces to privacy stable mode
25442 when setting the secret, we don't set this mode for new interfaces. This
25443 does not make sense, so change this behaviour.
25444
25445 Fixes: 622c81d57b392cc ("ipv6: generation of stable privacy addresses for link-local and autoconf")
25446 Reported-by: Bjørn Mork <bjorn@mork.no>
25447 Cc: Bjørn Mork <bjorn@mork.no>
25448 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
25449 Signed-off-by: David S. Miller <davem@davemloft.net>
25450
25451 net/ipv6/addrconf.c | 6 ++++++
25452 1 files changed, 6 insertions(+), 0 deletions(-)
25453
25454 commit c2815a1fee03f222273e77c14e43f960da06f35a
25455 Author: Brad Spengler <spender@grsecurity.net>
25456 Date: Wed Dec 16 13:03:38 2015 -0500
25457
25458 Work around upstream limitation on the number of thread info flags causing a compilation error
25459 Reported by fabled at http://forums.grsecurity.net/viewtopic.php?f=3&t=4339
25460
25461 arch/arm/kernel/entry-common.S | 8 ++++++--
25462 1 files changed, 6 insertions(+), 2 deletions(-)
25463
25464 commit 8c9ae168e09ae49324d709d76d73d9fc4ca477e1
25465 Author: Brad Spengler <spender@grsecurity.net>
25466 Date: Tue Dec 15 19:03:41 2015 -0500
25467
25468 Initial import of grsecurity 3.1 for Linux 4.3.3
25469
25470 Documentation/dontdiff | 2 +
25471 Documentation/kernel-parameters.txt | 7 +
25472 Documentation/sysctl/kernel.txt | 15 +
25473 Makefile | 18 +-
25474 arch/alpha/include/asm/cache.h | 4 +-
25475 arch/alpha/kernel/osf_sys.c | 12 +-
25476 arch/arc/Kconfig | 1 +
25477 arch/arm/Kconfig | 1 +
25478 arch/arm/Kconfig.debug | 1 +
25479 arch/arm/include/asm/thread_info.h | 7 +-
25480 arch/arm/kernel/process.c | 4 +-
25481 arch/arm/kernel/ptrace.c | 9 +
25482 arch/arm/kernel/traps.c | 7 +-
25483 arch/arm/mm/Kconfig | 2 +-
25484 arch/arm/mm/fault.c | 40 +-
25485 arch/arm/mm/mmap.c | 8 +-
25486 arch/arm/net/bpf_jit_32.c | 51 +-
25487 arch/arm64/Kconfig.debug | 1 +
25488 arch/avr32/include/asm/cache.h | 4 +-
25489 arch/blackfin/Kconfig.debug | 1 +
25490 arch/blackfin/include/asm/cache.h | 3 +-
25491 arch/cris/include/arch-v10/arch/cache.h | 3 +-
25492 arch/cris/include/arch-v32/arch/cache.h | 3 +-
25493 arch/frv/include/asm/cache.h | 3 +-
25494 arch/frv/mm/elf-fdpic.c | 4 +-
25495 arch/hexagon/include/asm/cache.h | 6 +-
25496 arch/ia64/Kconfig | 1 +
25497 arch/ia64/include/asm/cache.h | 3 +-
25498 arch/ia64/kernel/sys_ia64.c | 2 +
25499 arch/ia64/mm/hugetlbpage.c | 2 +
25500 arch/m32r/include/asm/cache.h | 4 +-
25501 arch/m68k/include/asm/cache.h | 4 +-
25502 arch/metag/mm/hugetlbpage.c | 1 +
25503 arch/microblaze/include/asm/cache.h | 3 +-
25504 arch/mips/Kconfig | 1 +
25505 arch/mips/include/asm/cache.h | 3 +-
25506 arch/mips/include/asm/thread_info.h | 11 +-
25507 arch/mips/kernel/irq.c | 3 +
25508 arch/mips/kernel/ptrace.c | 9 +
25509 arch/mips/mm/mmap.c | 4 +-
25510 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
25511 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
25512 arch/openrisc/include/asm/cache.h | 4 +-
25513 arch/parisc/include/asm/cache.h | 5 +-
25514 arch/parisc/kernel/sys_parisc.c | 4 +
25515 arch/powerpc/Kconfig | 1 +
25516 arch/powerpc/include/asm/cache.h | 4 +-
25517 arch/powerpc/include/asm/thread_info.h | 5 +-
25518 arch/powerpc/kernel/Makefile | 2 +
25519 arch/powerpc/kernel/irq.c | 3 +
25520 arch/powerpc/kernel/process.c | 10 +-
25521 arch/powerpc/kernel/ptrace.c | 14 +
25522 arch/powerpc/kernel/traps.c | 5 +
25523 arch/powerpc/mm/slice.c | 2 +-
25524 arch/s390/Kconfig.debug | 1 +
25525 arch/s390/include/asm/cache.h | 4 +-
25526 arch/score/include/asm/cache.h | 4 +-
25527 arch/sh/include/asm/cache.h | 3 +-
25528 arch/sh/mm/mmap.c | 6 +-
25529 arch/sparc/include/asm/cache.h | 4 +-
25530 arch/sparc/include/asm/pgalloc_64.h | 1 +
25531 arch/sparc/include/asm/thread_info_64.h | 8 +-
25532 arch/sparc/kernel/process_32.c | 6 +-
25533 arch/sparc/kernel/process_64.c | 8 +-
25534 arch/sparc/kernel/ptrace_64.c | 14 +
25535 arch/sparc/kernel/sys_sparc_64.c | 8 +-
25536 arch/sparc/kernel/syscalls.S | 8 +-
25537 arch/sparc/kernel/traps_32.c | 8 +-
25538 arch/sparc/kernel/traps_64.c | 28 +-
25539 arch/sparc/kernel/unaligned_64.c | 2 +-
25540 arch/sparc/mm/fault_64.c | 2 +-
25541 arch/sparc/mm/hugetlbpage.c | 15 +-
25542 arch/tile/Kconfig | 1 +
25543 arch/tile/include/asm/cache.h | 3 +-
25544 arch/tile/mm/hugetlbpage.c | 2 +
25545 arch/um/include/asm/cache.h | 3 +-
25546 arch/unicore32/include/asm/cache.h | 6 +-
25547 arch/x86/Kconfig | 21 +
25548 arch/x86/Kconfig.debug | 2 +
25549 arch/x86/entry/common.c | 14 +
25550 arch/x86/entry/entry_32.S | 2 +-
25551 arch/x86/entry/entry_64.S | 2 +-
25552 arch/x86/ia32/ia32_aout.c | 2 +
25553 arch/x86/include/asm/floppy.h | 20 +-
25554 arch/x86/include/asm/fpu/types.h | 69 +-
25555 arch/x86/include/asm/io.h | 2 +-
25556 arch/x86/include/asm/page.h | 12 +-
25557 arch/x86/include/asm/paravirt_types.h | 23 +-
25558 arch/x86/include/asm/processor.h | 12 +-
25559 arch/x86/include/asm/thread_info.h | 6 +-
25560 arch/x86/include/asm/uaccess.h | 2 +-
25561 arch/x86/kernel/dumpstack.c | 10 +-
25562 arch/x86/kernel/dumpstack_32.c | 2 +-
25563 arch/x86/kernel/dumpstack_64.c | 2 +-
25564 arch/x86/kernel/ioport.c | 13 +
25565 arch/x86/kernel/irq_32.c | 3 +
25566 arch/x86/kernel/irq_64.c | 4 +
25567 arch/x86/kernel/ldt.c | 18 +
25568 arch/x86/kernel/msr.c | 10 +
25569 arch/x86/kernel/ptrace.c | 14 +
25570 arch/x86/kernel/signal.c | 9 +-
25571 arch/x86/kernel/sys_i386_32.c | 9 +-
25572 arch/x86/kernel/sys_x86_64.c | 8 +-
25573 arch/x86/kernel/traps.c | 5 +
25574 arch/x86/kernel/verify_cpu.S | 1 +
25575 arch/x86/kernel/vm86_32.c | 15 +
25576 arch/x86/kvm/svm.c | 14 +-
25577 arch/x86/mm/fault.c | 12 +-
25578 arch/x86/mm/hugetlbpage.c | 15 +-
25579 arch/x86/mm/init.c | 66 +-
25580 arch/x86/mm/init_32.c | 6 +-
25581 arch/x86/net/bpf_jit_comp.c | 4 +
25582 arch/x86/platform/efi/efi_64.c | 2 +-
25583 arch/x86/xen/Kconfig | 1 +
25584 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
25585 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
25586 crypto/ablkcipher.c | 2 +-
25587 crypto/blkcipher.c | 2 +-
25588 crypto/scatterwalk.c | 10 +-
25589 drivers/acpi/acpica/hwxfsleep.c | 11 +-
25590 drivers/acpi/custom_method.c | 4 +
25591 drivers/block/cciss.h | 30 +-
25592 drivers/block/smart1,2.h | 40 +-
25593 drivers/cdrom/cdrom.c | 2 +-
25594 drivers/char/Kconfig | 4 +-
25595 drivers/char/genrtc.c | 1 +
25596 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
25597 drivers/char/mem.c | 17 +
25598 drivers/char/random.c | 5 +-
25599 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
25600 drivers/crypto/nx/nx-aes-ccm.c | 2 +-
25601 drivers/crypto/nx/nx-aes-gcm.c | 2 +-
25602 drivers/crypto/talitos.c | 2 +-
25603 drivers/firewire/ohci.c | 4 +
25604 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 70 +-
25605 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
25606 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
25607 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
25608 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
25609 drivers/hid/hid-wiimote-debug.c | 2 +-
25610 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
25611 drivers/iommu/Kconfig | 1 +
25612 drivers/iommu/amd_iommu.c | 14 +-
25613 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
25614 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
25615 drivers/isdn/gigaset/usb-gigaset.c | 32 +-
25616 drivers/isdn/hisax/config.c | 2 +-
25617 drivers/isdn/hisax/hfc_pci.c | 2 +-
25618 drivers/isdn/hisax/hfc_sx.c | 2 +-
25619 drivers/isdn/hisax/q931.c | 6 +-
25620 drivers/isdn/i4l/isdn_concap.c | 6 +-
25621 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
25622 drivers/md/bcache/Kconfig | 1 +
25623 drivers/md/raid5.c | 8 +
25624 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
25625 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
25626 drivers/media/platform/vivid/vivid-osd.c | 1 +
25627 drivers/media/radio/radio-cadet.c | 5 +-
25628 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
25629 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
25630 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
25631 drivers/media/usb/dvb-usb/technisat-usb2.c | 75 +-
25632 drivers/message/fusion/mptbase.c | 9 +
25633 drivers/misc/sgi-xp/xp_main.c | 12 +-
25634 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
25635 drivers/net/ppp/pppoe.c | 14 +-
25636 drivers/net/ppp/pptp.c | 6 +
25637 drivers/net/slip/slhc.c | 3 +
25638 drivers/net/wan/lmc/lmc_media.c | 97 +-
25639 drivers/net/wan/x25_asy.c | 6 +-
25640 drivers/net/wan/z85230.c | 24 +-
25641 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
25642 drivers/net/wireless/zd1211rw/zd_usb.c | 2 +-
25643 drivers/pci/pci-sysfs.c | 2 +-
25644 drivers/pci/proc.c | 9 +
25645 drivers/platform/x86/asus-wmi.c | 12 +
25646 drivers/rtc/rtc-dev.c | 3 +
25647 drivers/scsi/bfa/bfa_fcs.c | 19 +-
25648 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
25649 drivers/scsi/bfa/bfa_modules.h | 12 +-
25650 drivers/scsi/hpsa.h | 40 +-
25651 drivers/staging/dgnc/dgnc_mgmt.c | 1 +
25652 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
25653 drivers/staging/lustre/lustre/libcfs/module.c | 10 +-
25654 drivers/target/target_core_sbc.c | 17 +-
25655 drivers/target/target_core_transport.c | 14 +-
25656 drivers/tty/serial/uartlite.c | 4 +-
25657 drivers/tty/sysrq.c | 2 +-
25658 drivers/tty/vt/keyboard.c | 22 +-
25659 drivers/uio/uio.c | 6 +-
25660 drivers/usb/core/hub.c | 5 +
25661 drivers/usb/gadget/function/f_uac1.c | 1 +
25662 drivers/usb/gadget/function/u_uac1.c | 1 +
25663 drivers/usb/host/hwa-hc.c | 9 +-
25664 drivers/usb/usbip/vhci_sysfs.c | 2 +-
25665 drivers/video/fbdev/arcfb.c | 2 +-
25666 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
25667 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
25668 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
25669 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++-----
25670 drivers/xen/xenfs/xenstored.c | 5 +
25671 firmware/Makefile | 2 +
25672 firmware/WHENCE | 20 +-
25673 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
25674 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
25675 fs/9p/vfs_inode.c | 4 +-
25676 fs/attr.c | 1 +
25677 fs/autofs4/waitq.c | 9 +
25678 fs/binfmt_aout.c | 7 +
25679 fs/binfmt_elf.c | 50 +-
25680 fs/compat.c | 20 +-
25681 fs/coredump.c | 17 +-
25682 fs/dcache.c | 3 +
25683 fs/debugfs/inode.c | 11 +-
25684 fs/exec.c | 219 +-
25685 fs/ext2/balloc.c | 4 +-
25686 fs/ext2/super.c | 8 +-
25687 fs/ext4/balloc.c | 4 +-
25688 fs/fcntl.c | 4 +
25689 fs/fhandle.c | 3 +-
25690 fs/file.c | 4 +
25691 fs/filesystems.c | 4 +
25692 fs/fs_struct.c | 20 +-
25693 fs/hugetlbfs/inode.c | 5 +-
25694 fs/inode.c | 8 +-
25695 fs/kernfs/dir.c | 6 +
25696 fs/mount.h | 4 +-
25697 fs/namei.c | 286 +-
25698 fs/namespace.c | 24 +
25699 fs/nfsd/nfscache.c | 2 +-
25700 fs/open.c | 38 +
25701 fs/overlayfs/inode.c | 11 +-
25702 fs/overlayfs/super.c | 6 +-
25703 fs/pipe.c | 2 +-
25704 fs/posix_acl.c | 15 +-
25705 fs/proc/Kconfig | 10 +-
25706 fs/proc/array.c | 69 +-
25707 fs/proc/base.c | 186 +-
25708 fs/proc/cmdline.c | 4 +
25709 fs/proc/devices.c | 4 +
25710 fs/proc/fd.c | 17 +-
25711 fs/proc/generic.c | 64 +
25712 fs/proc/inode.c | 17 +
25713 fs/proc/internal.h | 11 +-
25714 fs/proc/interrupts.c | 4 +
25715 fs/proc/kcore.c | 3 +
25716 fs/proc/meminfo.c | 7 +-
25717 fs/proc/namespaces.c | 4 +-
25718 fs/proc/proc_net.c | 31 +
25719 fs/proc/proc_sysctl.c | 52 +-
25720 fs/proc/root.c | 8 +
25721 fs/proc/stat.c | 69 +-
25722 fs/proc/task_mmu.c | 66 +-
25723 fs/readdir.c | 19 +
25724 fs/reiserfs/item_ops.c | 24 +-
25725 fs/reiserfs/super.c | 4 +
25726 fs/select.c | 2 +
25727 fs/seq_file.c | 30 +-
25728 fs/splice.c | 8 +
25729 fs/stat.c | 20 +-
25730 fs/sysfs/dir.c | 30 +-
25731 fs/sysv/inode.c | 11 +-
25732 fs/utimes.c | 7 +
25733 fs/xattr.c | 26 +-
25734 grsecurity/Kconfig | 1182 ++++
25735 grsecurity/Makefile | 54 +
25736 grsecurity/gracl.c | 2757 +++++++++
25737 grsecurity/gracl_alloc.c | 105 +
25738 grsecurity/gracl_cap.c | 127 +
25739 grsecurity/gracl_compat.c | 269 +
25740 grsecurity/gracl_fs.c | 448 ++
25741 grsecurity/gracl_ip.c | 386 ++
25742 grsecurity/gracl_learn.c | 207 +
25743 grsecurity/gracl_policy.c | 1786 ++++++
25744 grsecurity/gracl_res.c | 68 +
25745 grsecurity/gracl_segv.c | 304 +
25746 grsecurity/gracl_shm.c | 40 +
25747 grsecurity/grsec_chdir.c | 19 +
25748 grsecurity/grsec_chroot.c | 467 ++
25749 grsecurity/grsec_disabled.c | 445 ++
25750 grsecurity/grsec_exec.c | 189 +
25751 grsecurity/grsec_fifo.c | 26 +
25752 grsecurity/grsec_fork.c | 23 +
25753 grsecurity/grsec_init.c | 290 +
25754 grsecurity/grsec_ipc.c | 48 +
25755 grsecurity/grsec_link.c | 65 +
25756 grsecurity/grsec_log.c | 340 +
25757 grsecurity/grsec_mem.c | 48 +
25758 grsecurity/grsec_mount.c | 65 +
25759 grsecurity/grsec_pax.c | 47 +
25760 grsecurity/grsec_proc.c | 20 +
25761 grsecurity/grsec_ptrace.c | 30 +
25762 grsecurity/grsec_sig.c | 236 +
25763 grsecurity/grsec_sock.c | 244 +
25764 grsecurity/grsec_sysctl.c | 488 ++
25765 grsecurity/grsec_time.c | 16 +
25766 grsecurity/grsec_tpe.c | 78 +
25767 grsecurity/grsec_usb.c | 15 +
25768 grsecurity/grsum.c | 64 +
25769 include/linux/binfmts.h | 5 +-
25770 include/linux/bitops.h | 2 +-
25771 include/linux/capability.h | 13 +
25772 include/linux/compiler-gcc.h | 5 +
25773 include/linux/compiler.h | 8 +
25774 include/linux/cred.h | 8 +-
25775 include/linux/dcache.h | 5 +-
25776 include/linux/fs.h | 24 +-
25777 include/linux/fs_struct.h | 2 +-
25778 include/linux/fsnotify.h | 6 +
25779 include/linux/gracl.h | 342 +
25780 include/linux/gracl_compat.h | 156 +
25781 include/linux/gralloc.h | 9 +
25782 include/linux/grdefs.h | 140 +
25783 include/linux/grinternal.h | 230 +
25784 include/linux/grmsg.h | 118 +
25785 include/linux/grsecurity.h | 255 +
25786 include/linux/grsock.h | 19 +
25787 include/linux/ipc.h | 2 +-
25788 include/linux/ipc_namespace.h | 2 +-
25789 include/linux/kallsyms.h | 18 +-
25790 include/linux/kmod.h | 5 +
25791 include/linux/kobject.h | 2 +-
25792 include/linux/lsm_hooks.h | 4 +-
25793 include/linux/mm.h | 12 +
25794 include/linux/mm_types.h | 4 +-
25795 include/linux/module.h | 5 +-
25796 include/linux/mount.h | 2 +-
25797 include/linux/msg.h | 2 +-
25798 include/linux/netfilter/xt_gradm.h | 9 +
25799 include/linux/path.h | 4 +-
25800 include/linux/perf_event.h | 13 +-
25801 include/linux/pid_namespace.h | 2 +-
25802 include/linux/printk.h | 2 +-
25803 include/linux/proc_fs.h | 22 +-
25804 include/linux/proc_ns.h | 2 +-
25805 include/linux/ptrace.h | 24 +-
25806 include/linux/random.h | 2 +-
25807 include/linux/rbtree_augmented.h | 4 +-
25808 include/linux/scatterlist.h | 12 +-
25809 include/linux/sched.h | 114 +-
25810 include/linux/security.h | 1 +
25811 include/linux/sem.h | 2 +-
25812 include/linux/seq_file.h | 5 +
25813 include/linux/shm.h | 6 +-
25814 include/linux/skbuff.h | 3 +
25815 include/linux/slab.h | 9 -
25816 include/linux/sysctl.h | 8 +-
25817 include/linux/thread_info.h | 6 +-
25818 include/linux/tty.h | 2 +-
25819 include/linux/tty_driver.h | 4 +-
25820 include/linux/uidgid.h | 5 +
25821 include/linux/user_namespace.h | 2 +-
25822 include/linux/utsname.h | 2 +-
25823 include/linux/vermagic.h | 16 +-
25824 include/linux/vmalloc.h | 20 +-
25825 include/net/af_unix.h | 2 +-
25826 include/net/dst.h | 33 +
25827 include/net/ip.h | 2 +-
25828 include/net/neighbour.h | 2 +-
25829 include/net/net_namespace.h | 2 +-
25830 include/net/sock.h | 4 +-
25831 include/target/target_core_base.h | 2 +-
25832 include/trace/events/fs.h | 53 +
25833 include/uapi/linux/personality.h | 1 +
25834 init/Kconfig | 4 +-
25835 init/main.c | 35 +-
25836 ipc/mqueue.c | 1 +
25837 ipc/msg.c | 3 +-
25838 ipc/sem.c | 3 +-
25839 ipc/shm.c | 26 +-
25840 ipc/util.c | 6 +
25841 kernel/auditsc.c | 2 +-
25842 kernel/bpf/syscall.c | 8 +-
25843 kernel/capability.c | 41 +-
25844 kernel/cgroup.c | 5 +-
25845 kernel/compat.c | 1 +
25846 kernel/configs.c | 11 +
25847 kernel/cred.c | 112 +-
25848 kernel/events/core.c | 16 +-
25849 kernel/exit.c | 10 +-
25850 kernel/fork.c | 86 +-
25851 kernel/futex.c | 6 +-
25852 kernel/futex_compat.c | 2 +-
25853 kernel/kallsyms.c | 9 +
25854 kernel/kcmp.c | 8 +-
25855 kernel/kexec_core.c | 2 +-
25856 kernel/kmod.c | 95 +-
25857 kernel/kprobes.c | 7 +-
25858 kernel/ksysfs.c | 2 +
25859 kernel/locking/lockdep_proc.c | 10 +-
25860 kernel/module.c | 108 +-
25861 kernel/panic.c | 4 +-
25862 kernel/pid.c | 23 +-
25863 kernel/power/Kconfig | 2 +
25864 kernel/printk/printk.c | 20 +-
25865 kernel/ptrace.c | 56 +-
25866 kernel/resource.c | 10 +
25867 kernel/sched/core.c | 11 +-
25868 kernel/signal.c | 37 +-
25869 kernel/sys.c | 64 +-
25870 kernel/sysctl.c | 172 +-
25871 kernel/taskstats.c | 6 +
25872 kernel/time/posix-timers.c | 8 +
25873 kernel/time/time.c | 5 +
25874 kernel/time/timekeeping.c | 3 +
25875 kernel/time/timer_list.c | 13 +-
25876 kernel/time/timer_stats.c | 10 +-
25877 kernel/trace/Kconfig | 2 +
25878 kernel/trace/trace_syscalls.c | 8 +
25879 kernel/user_namespace.c | 15 +
25880 lib/Kconfig.debug | 13 +-
25881 lib/Kconfig.kasan | 2 +-
25882 lib/is_single_threaded.c | 3 +
25883 lib/list_debug.c | 65 +-
25884 lib/nlattr.c | 2 +
25885 lib/rbtree.c | 4 +-
25886 lib/vsprintf.c | 39 +-
25887 localversion-grsec | 1 +
25888 mm/Kconfig | 8 +-
25889 mm/Kconfig.debug | 1 +
25890 mm/filemap.c | 1 +
25891 mm/kmemleak.c | 4 +-
25892 mm/memory.c | 2 +-
25893 mm/mempolicy.c | 12 +-
25894 mm/migrate.c | 3 +-
25895 mm/mlock.c | 6 +-
25896 mm/mmap.c | 93 +-
25897 mm/mprotect.c | 8 +
25898 mm/oom_kill.c | 28 +-
25899 mm/page_alloc.c | 2 +-
25900 mm/process_vm_access.c | 8 +-
25901 mm/shmem.c | 36 +-
25902 mm/slab.c | 14 +-
25903 mm/slab_common.c | 2 +-
25904 mm/slob.c | 12 +
25905 mm/slub.c | 33 +-
25906 mm/util.c | 3 +
25907 mm/vmalloc.c | 129 +-
25908 mm/vmstat.c | 29 +-
25909 net/appletalk/atalk_proc.c | 2 +-
25910 net/atm/lec.c | 6 +-
25911 net/atm/mpoa_caches.c | 42 +-
25912 net/bluetooth/sco.c | 3 +
25913 net/can/bcm.c | 2 +-
25914 net/can/proc.c | 2 +-
25915 net/core/dev_ioctl.c | 7 +-
25916 net/core/filter.c | 8 +-
25917 net/core/net-procfs.c | 17 +-
25918 net/core/pktgen.c | 2 +-
25919 net/core/sock.c | 3 +-
25920 net/core/sysctl_net_core.c | 2 +-
25921 net/decnet/dn_dev.c | 2 +-
25922 net/ipv4/devinet.c | 6 +-
25923 net/ipv4/inet_hashtables.c | 4 +
25924 net/ipv4/ip_input.c | 7 +
25925 net/ipv4/ip_sockglue.c | 3 +-
25926 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
25927 net/ipv4/netfilter/nf_nat_pptp.c | 2 +-
25928 net/ipv4/route.c | 6 +-
25929 net/ipv4/tcp_input.c | 4 +-
25930 net/ipv4/tcp_ipv4.c | 29 +-
25931 net/ipv4/tcp_minisocks.c | 9 +-
25932 net/ipv4/tcp_timer.c | 11 +
25933 net/ipv4/udp.c | 24 +
25934 net/ipv6/addrconf.c | 13 +-
25935 net/ipv6/proc.c | 2 +-
25936 net/ipv6/tcp_ipv6.c | 26 +-
25937 net/ipv6/udp.c | 7 +
25938 net/ipx/ipx_proc.c | 2 +-
25939 net/irda/irproc.c | 2 +-
25940 net/llc/llc_proc.c | 2 +-
25941 net/netfilter/Kconfig | 10 +
25942 net/netfilter/Makefile | 1 +
25943 net/netfilter/nf_conntrack_core.c | 8 +
25944 net/netfilter/xt_gradm.c | 51 +
25945 net/netfilter/xt_hashlimit.c | 4 +-
25946 net/netfilter/xt_recent.c | 2 +-
25947 net/sched/sch_api.c | 2 +-
25948 net/sctp/socket.c | 4 +-
25949 net/socket.c | 75 +-
25950 net/sunrpc/Kconfig | 1 +
25951 net/sunrpc/cache.c | 2 +-
25952 net/sunrpc/stats.c | 2 +-
25953 net/sysctl_net.c | 2 +-
25954 net/unix/af_unix.c | 52 +-
25955 net/vmw_vsock/vmci_transport_notify.c | 30 +-
25956 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
25957 net/x25/sysctl_net_x25.c | 2 +-
25958 net/x25/x25_proc.c | 2 +-
25959 scripts/package/Makefile | 2 +-
25960 scripts/package/mkspec | 41 +-
25961 security/Kconfig | 369 +-
25962 security/apparmor/file.c | 4 +-
25963 security/apparmor/lsm.c | 8 +-
25964 security/commoncap.c | 36 +-
25965 security/min_addr.c | 2 +
25966 security/smack/smack_lsm.c | 8 +-
25967 security/tomoyo/file.c | 12 +-
25968 security/tomoyo/mount.c | 4 +
25969 security/tomoyo/tomoyo.c | 20 +-
25970 security/yama/Kconfig | 2 +-
25971 security/yama/yama_lsm.c | 4 +-
25972 sound/synth/emux/emux_seq.c | 14 +-
25973 sound/usb/line6/driver.c | 40 +-
25974 sound/usb/line6/toneport.c | 12 +-
25975 tools/gcc/.gitignore | 1 +
25976 tools/gcc/Makefile | 12 +
25977 tools/gcc/gen-random-seed.sh | 8 +
25978 tools/gcc/randomize_layout_plugin.c | 930 +++
25979 tools/gcc/size_overflow_plugin/.gitignore | 1 +
25980 .../size_overflow_plugin/size_overflow_hash.data | 459 ++-
25981 511 files changed, 32631 insertions(+), 3196 deletions(-)
25982
25983 commit a76adb92ce39aee8eec5a025c828030ad6135c6d
25984 Author: Brad Spengler <spender@grsecurity.net>
25985 Date: Tue Dec 15 14:31:49 2015 -0500
25986
25987 Update to pax-linux-4.3.3-test11.patch:
25988 - fixed a few compile regressions with the recent plugin changes, reported by spender
25989 - updated the size overflow hash table
25990
25991 tools/gcc/latent_entropy_plugin.c | 2 +-
25992 .../size_overflow_plugin/size_overflow_hash.data | 66 +++++++++++++++++---
25993 tools/gcc/stackleak_plugin.c | 2 +-
25994 tools/gcc/structleak_plugin.c | 6 +--
25995 4 files changed, 60 insertions(+), 16 deletions(-)
25996
25997 commit f7284b1fc06628fcb2d35d2beecdea5454d46af9
25998 Author: Brad Spengler <spender@grsecurity.net>
25999 Date: Tue Dec 15 11:50:24 2015 -0500
26000
26001 Apply structleak ICE fix for gcc < 4.9
26002
26003 tools/gcc/structleak_plugin.c | 4 ++++
26004 1 files changed, 4 insertions(+), 0 deletions(-)
26005
26006 commit 92fe3eb9fd10ec7f7334decab1526989669b0287
26007 Author: Brad Spengler <spender@grsecurity.net>
26008 Date: Tue Dec 15 07:57:06 2015 -0500
26009
26010 Update to pax-linux-4.3.1-test10.patch:
26011 - Emese fixed INDIRECT_REF and TARGET_MEM_REF handling in the initify plugin
26012 - Emese regenerated the size overflow hash tables for 4.3
26013 - fixed some compat syscall exit paths to restore r12 under KERNEXEC/or
26014 - the latent entropy, stackleak and structleak plugins no longer split the entry block unnecessarily
26015
26016 arch/x86/entry/entry_64.S | 2 +-
26017 arch/x86/entry/entry_64_compat.S | 15 +-
26018 scripts/package/builddeb | 2 +-
26019 tools/gcc/initify_plugin.c | 11 +-
26020 tools/gcc/latent_entropy_plugin.c | 20 +-
26021 .../disable_size_overflow_hash.data | 4 +
26022 .../size_overflow_plugin/size_overflow_hash.data | 5345 +++++++++++---------
26023 tools/gcc/stackleak_plugin.c | 26 +-
26024 tools/gcc/structleak_plugin.c | 21 +-
26025 9 files changed, 3079 insertions(+), 2367 deletions(-)
26026
26027 commit 5bd245cb687319079c2f1c0d6a1170791ed1ed2c
26028 Merge: b5847e6 3548341
26029 Author: Brad Spengler <spender@grsecurity.net>
26030 Date: Tue Dec 15 07:47:56 2015 -0500
26031
26032 Merge branch 'linux-4.3.y' into pax-4_3
26033
26034 Conflicts:
26035 net/unix/af_unix.c
26036
26037 commit b5847e6a896c5d99191135ca4d7c3b6be8f116ff
26038 Author: Brad Spengler <spender@grsecurity.net>
26039 Date: Wed Dec 9 23:11:36 2015 -0500
26040
26041 Update to pax-linux-4.3.1-test9.patch:
26042 - 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)
26043 - Emese fixed an intentional overflow caused by gcc, reported by saironiq (https://forums.grsecurity.net/viewtopic.php?f=3&t=4333)
26044 - Emese fixed a false positive overflow report in the forcedeth driver, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?t=4334)
26045 - Emese fixed a false positive overflow report in KVM's emulator, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4336)
26046 - Emese fixed the initify plugin to detect some captured use of __func__, reported by Rasmus Villemoes <linux@rasmusvillemoes.dk>
26047 - constrained shmmax and shmall to avoid triggering size overflow checks, reported by Mathias Krause <minipli@ld-linux.so>
26048 - 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
26049
26050 Makefile | 6 +
26051 arch/x86/include/asm/compat.h | 4 +
26052 arch/x86/include/asm/dma.h | 2 +
26053 arch/x86/include/asm/pmem.h | 2 +-
26054 arch/x86/include/asm/uaccess.h | 20 +-
26055 arch/x86/kernel/apic/vector.c | 6 +-
26056 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
26057 arch/x86/kernel/cpu/perf_event_intel.c | 28 +-
26058 arch/x86/kernel/head_64.S | 1 -
26059 arch/x86/kvm/i8259.c | 10 +-
26060 arch/x86/kvm/ioapic.c | 2 +
26061 arch/x86/kvm/x86.c | 2 +
26062 arch/x86/lib/usercopy_64.c | 2 +-
26063 arch/x86/mm/mpx.c | 4 +-
26064 arch/x86/mm/pageattr.c | 7 +
26065 drivers/base/devres.c | 4 +-
26066 drivers/base/power/runtime.c | 6 +-
26067 drivers/base/regmap/regmap.c | 4 +-
26068 drivers/block/drbd/drbd_receiver.c | 4 +-
26069 drivers/block/drbd/drbd_worker.c | 6 +-
26070 drivers/char/virtio_console.c | 6 +-
26071 drivers/md/dm.c | 12 +-
26072 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
26073 drivers/net/macvtap.c | 4 +-
26074 drivers/video/fbdev/core/fbmem.c | 10 +-
26075 fs/compat.c | 3 +-
26076 fs/coredump.c | 2 +-
26077 fs/dcache.c | 13 +-
26078 fs/fhandle.c | 2 +-
26079 fs/file.c | 14 +-
26080 fs/fs-writeback.c | 11 +-
26081 fs/overlayfs/copy_up.c | 2 +-
26082 fs/readdir.c | 3 +-
26083 fs/super.c | 3 +-
26084 include/linux/compiler.h | 36 ++-
26085 include/linux/rcupdate.h | 8 +
26086 include/linux/sched.h | 4 +-
26087 include/linux/seqlock.h | 10 +
26088 include/linux/spinlock.h | 17 +-
26089 include/linux/srcu.h | 5 +-
26090 include/linux/syscalls.h | 2 +-
26091 include/linux/writeback.h | 3 +-
26092 include/uapi/linux/swab.h | 6 +-
26093 ipc/ipc_sysctl.c | 6 +
26094 kernel/exit.c | 25 +-
26095 kernel/resource.c | 4 +-
26096 kernel/signal.c | 12 +-
26097 kernel/user.c | 2 +-
26098 kernel/workqueue.c | 6 +-
26099 lib/rhashtable.c | 4 +-
26100 net/compat.c | 2 +-
26101 net/ipv4/xfrm4_mode_transport.c | 2 +-
26102 security/keys/internal.h | 8 +-
26103 security/keys/keyring.c | 4 -
26104 sound/core/seq/seq_clientmgr.c | 8 +-
26105 sound/core/seq/seq_compat.c | 2 +-
26106 sound/core/seq/seq_memory.c | 6 +-
26107 tools/gcc/checker_plugin.c | 415 +++++++++++++++++++-
26108 tools/gcc/gcc-common.h | 1 +
26109 tools/gcc/initify_plugin.c | 33 ++-
26110 .../disable_size_overflow_hash.data | 1 +
26111 .../size_overflow_plugin/size_overflow_hash.data | 1 -
26112 62 files changed, 708 insertions(+), 140 deletions(-)
26113
26114 commit f2634c2f6995f4231616f24ed016f890c701f939
26115 Merge: 1241bff 5f8b236
26116 Author: Brad Spengler <spender@grsecurity.net>
26117 Date: Wed Dec 9 21:50:47 2015 -0500
26118
26119 Merge branch 'linux-4.3.y' into pax-4_3
26120
26121 Conflicts:
26122 arch/x86/kernel/fpu/xstate.c
26123 arch/x86/kernel/head_64.S
26124
26125 commit 1241bff82e3d7dadb05de0a60b8d2822afc6547c
26126 Author: Brad Spengler <spender@grsecurity.net>
26127 Date: Sun Dec 6 08:44:56 2015 -0500
26128
26129 Update to pax-linux-4.3-test8.patch:
26130 - 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)
26131 - gcc plugin compilation problems will now also produce the output of the checking script to make diagnosis easier, reported by hunger
26132 - 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)
26133 - 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)
26134
26135 Makefile | 5 +++
26136 drivers/md/md.c | 5 ++-
26137 drivers/md/raid1.c | 2 +-
26138 fs/proc/task_mmu.c | 3 ++
26139 .../disable_size_overflow_hash.data | 4 ++-
26140 .../size_overflow_plugin/intentional_overflow.c | 32 ++++++++++++++++---
26141 .../size_overflow_plugin/size_overflow_hash.data | 2 -
26142 .../size_overflow_plugin/size_overflow_plugin.c | 2 +-
26143 8 files changed, 43 insertions(+), 12 deletions(-)
26144
26145 commit cce6a9f9bdd27096632ca1c0246dcc07f2eb1a18
26146 Author: Brad Spengler <spender@grsecurity.net>
26147 Date: Fri Dec 4 14:24:12 2015 -0500
26148
26149 Initial import of pax-linux-4.3-test7.patch
26150
26151 Documentation/dontdiff | 47 +-
26152 Documentation/kbuild/makefiles.txt | 39 +-
26153 Documentation/kernel-parameters.txt | 28 +
26154 Makefile | 108 +-
26155 arch/alpha/include/asm/atomic.h | 10 +
26156 arch/alpha/include/asm/elf.h | 7 +
26157 arch/alpha/include/asm/pgalloc.h | 6 +
26158 arch/alpha/include/asm/pgtable.h | 11 +
26159 arch/alpha/kernel/module.c | 2 +-
26160 arch/alpha/kernel/osf_sys.c | 8 +-
26161 arch/alpha/mm/fault.c | 141 +-
26162 arch/arm/Kconfig | 2 +-
26163 arch/arm/include/asm/atomic.h | 320 +-
26164 arch/arm/include/asm/cache.h | 5 +-
26165 arch/arm/include/asm/cacheflush.h | 2 +-
26166 arch/arm/include/asm/checksum.h | 14 +-
26167 arch/arm/include/asm/cmpxchg.h | 4 +
26168 arch/arm/include/asm/cpuidle.h | 2 +-
26169 arch/arm/include/asm/domain.h | 22 +-
26170 arch/arm/include/asm/elf.h | 9 +-
26171 arch/arm/include/asm/fncpy.h | 2 +
26172 arch/arm/include/asm/futex.h | 10 +
26173 arch/arm/include/asm/kmap_types.h | 2 +-
26174 arch/arm/include/asm/mach/dma.h | 2 +-
26175 arch/arm/include/asm/mach/map.h | 16 +-
26176 arch/arm/include/asm/outercache.h | 2 +-
26177 arch/arm/include/asm/page.h | 3 +-
26178 arch/arm/include/asm/pgalloc.h | 20 +
26179 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
26180 arch/arm/include/asm/pgtable-2level.h | 3 +
26181 arch/arm/include/asm/pgtable-3level.h | 3 +
26182 arch/arm/include/asm/pgtable.h | 54 +-
26183 arch/arm/include/asm/smp.h | 2 +-
26184 arch/arm/include/asm/tls.h | 3 +
26185 arch/arm/include/asm/uaccess.h | 79 +-
26186 arch/arm/include/uapi/asm/ptrace.h | 2 +-
26187 arch/arm/kernel/armksyms.c | 2 +-
26188 arch/arm/kernel/cpuidle.c | 2 +-
26189 arch/arm/kernel/entry-armv.S | 109 +-
26190 arch/arm/kernel/entry-common.S | 40 +-
26191 arch/arm/kernel/entry-header.S | 55 +
26192 arch/arm/kernel/fiq.c | 3 +
26193 arch/arm/kernel/module-plts.c | 7 +-
26194 arch/arm/kernel/module.c | 38 +-
26195 arch/arm/kernel/patch.c | 2 +
26196 arch/arm/kernel/process.c | 90 +-
26197 arch/arm/kernel/reboot.c | 1 +
26198 arch/arm/kernel/setup.c | 20 +-
26199 arch/arm/kernel/signal.c | 35 +-
26200 arch/arm/kernel/smp.c | 2 +-
26201 arch/arm/kernel/tcm.c | 4 +-
26202 arch/arm/kernel/vmlinux.lds.S | 6 +-
26203 arch/arm/kvm/arm.c | 8 +-
26204 arch/arm/lib/copy_page.S | 1 +
26205 arch/arm/lib/csumpartialcopyuser.S | 4 +-
26206 arch/arm/lib/delay.c | 2 +-
26207 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
26208 arch/arm/mach-exynos/suspend.c | 6 +-
26209 arch/arm/mach-mvebu/coherency.c | 4 +-
26210 arch/arm/mach-omap2/board-n8x0.c | 2 +-
26211 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
26212 arch/arm/mach-omap2/omap-smp.c | 1 +
26213 arch/arm/mach-omap2/omap-wakeupgen.c | 2 +-
26214 arch/arm/mach-omap2/omap_device.c | 4 +-
26215 arch/arm/mach-omap2/omap_device.h | 4 +-
26216 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
26217 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
26218 arch/arm/mach-omap2/wd_timer.c | 6 +-
26219 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
26220 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
26221 arch/arm/mach-tegra/irq.c | 1 +
26222 arch/arm/mach-ux500/pm.c | 1 +
26223 arch/arm/mach-zynq/platsmp.c | 1 +
26224 arch/arm/mm/Kconfig | 6 +-
26225 arch/arm/mm/alignment.c | 8 +
26226 arch/arm/mm/cache-l2x0.c | 2 +-
26227 arch/arm/mm/context.c | 10 +-
26228 arch/arm/mm/fault.c | 146 +
26229 arch/arm/mm/fault.h | 12 +
26230 arch/arm/mm/init.c | 39 +
26231 arch/arm/mm/ioremap.c | 4 +-
26232 arch/arm/mm/mmap.c | 30 +-
26233 arch/arm/mm/mmu.c | 162 +-
26234 arch/arm/net/bpf_jit_32.c | 3 +
26235 arch/arm/plat-iop/setup.c | 2 +-
26236 arch/arm/plat-omap/sram.c | 2 +
26237 arch/arm64/include/asm/atomic.h | 10 +
26238 arch/arm64/include/asm/percpu.h | 8 +-
26239 arch/arm64/include/asm/pgalloc.h | 5 +
26240 arch/arm64/include/asm/uaccess.h | 1 +
26241 arch/arm64/mm/dma-mapping.c | 2 +-
26242 arch/avr32/include/asm/elf.h | 8 +-
26243 arch/avr32/include/asm/kmap_types.h | 4 +-
26244 arch/avr32/mm/fault.c | 27 +
26245 arch/frv/include/asm/atomic.h | 10 +
26246 arch/frv/include/asm/kmap_types.h | 2 +-
26247 arch/frv/mm/elf-fdpic.c | 3 +-
26248 arch/ia64/Makefile | 1 +
26249 arch/ia64/include/asm/atomic.h | 10 +
26250 arch/ia64/include/asm/elf.h | 7 +
26251 arch/ia64/include/asm/pgalloc.h | 12 +
26252 arch/ia64/include/asm/pgtable.h | 13 +-
26253 arch/ia64/include/asm/spinlock.h | 2 +-
26254 arch/ia64/include/asm/uaccess.h | 27 +-
26255 arch/ia64/kernel/module.c | 45 +-
26256 arch/ia64/kernel/palinfo.c | 2 +-
26257 arch/ia64/kernel/sys_ia64.c | 7 +
26258 arch/ia64/kernel/vmlinux.lds.S | 2 +-
26259 arch/ia64/mm/fault.c | 32 +-
26260 arch/ia64/mm/init.c | 15 +-
26261 arch/m32r/lib/usercopy.c | 6 +
26262 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
26263 arch/mips/include/asm/atomic.h | 368 +-
26264 arch/mips/include/asm/elf.h | 7 +
26265 arch/mips/include/asm/exec.h | 2 +-
26266 arch/mips/include/asm/hw_irq.h | 2 +-
26267 arch/mips/include/asm/local.h | 57 +
26268 arch/mips/include/asm/page.h | 2 +-
26269 arch/mips/include/asm/pgalloc.h | 5 +
26270 arch/mips/include/asm/pgtable.h | 3 +
26271 arch/mips/include/asm/uaccess.h | 1 +
26272 arch/mips/kernel/binfmt_elfn32.c | 7 +
26273 arch/mips/kernel/binfmt_elfo32.c | 7 +
26274 arch/mips/kernel/irq-gt641xx.c | 2 +-
26275 arch/mips/kernel/irq.c | 6 +-
26276 arch/mips/kernel/pm-cps.c | 2 +-
26277 arch/mips/kernel/process.c | 12 -
26278 arch/mips/kernel/sync-r4k.c | 24 +-
26279 arch/mips/kernel/traps.c | 13 +-
26280 arch/mips/mm/fault.c | 25 +
26281 arch/mips/mm/mmap.c | 51 +-
26282 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
26283 arch/mips/sni/rm200.c | 2 +-
26284 arch/mips/vr41xx/common/icu.c | 2 +-
26285 arch/mips/vr41xx/common/irq.c | 4 +-
26286 arch/parisc/include/asm/atomic.h | 10 +
26287 arch/parisc/include/asm/elf.h | 7 +
26288 arch/parisc/include/asm/pgalloc.h | 6 +
26289 arch/parisc/include/asm/pgtable.h | 11 +
26290 arch/parisc/include/asm/uaccess.h | 4 +-
26291 arch/parisc/kernel/module.c | 50 +-
26292 arch/parisc/kernel/sys_parisc.c | 15 +
26293 arch/parisc/kernel/traps.c | 4 +-
26294 arch/parisc/mm/fault.c | 140 +-
26295 arch/powerpc/include/asm/atomic.h | 329 +-
26296 arch/powerpc/include/asm/elf.h | 12 +
26297 arch/powerpc/include/asm/exec.h | 2 +-
26298 arch/powerpc/include/asm/kmap_types.h | 2 +-
26299 arch/powerpc/include/asm/local.h | 46 +
26300 arch/powerpc/include/asm/mman.h | 2 +-
26301 arch/powerpc/include/asm/page.h | 8 +-
26302 arch/powerpc/include/asm/page_64.h | 7 +-
26303 arch/powerpc/include/asm/pgalloc-64.h | 7 +
26304 arch/powerpc/include/asm/pgtable.h | 1 +
26305 arch/powerpc/include/asm/pte-hash32.h | 1 +
26306 arch/powerpc/include/asm/reg.h | 1 +
26307 arch/powerpc/include/asm/smp.h | 2 +-
26308 arch/powerpc/include/asm/spinlock.h | 42 +-
26309 arch/powerpc/include/asm/uaccess.h | 141 +-
26310 arch/powerpc/kernel/Makefile | 5 +
26311 arch/powerpc/kernel/exceptions-64e.S | 4 +-
26312 arch/powerpc/kernel/exceptions-64s.S | 2 +-
26313 arch/powerpc/kernel/module_32.c | 15 +-
26314 arch/powerpc/kernel/process.c | 46 -
26315 arch/powerpc/kernel/signal_32.c | 2 +-
26316 arch/powerpc/kernel/signal_64.c | 2 +-
26317 arch/powerpc/kernel/traps.c | 21 +
26318 arch/powerpc/kernel/vdso.c | 5 +-
26319 arch/powerpc/lib/usercopy_64.c | 18 -
26320 arch/powerpc/mm/fault.c | 56 +-
26321 arch/powerpc/mm/mmap.c | 16 +
26322 arch/powerpc/mm/slice.c | 13 +-
26323 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
26324 arch/s390/include/asm/atomic.h | 10 +
26325 arch/s390/include/asm/elf.h | 7 +
26326 arch/s390/include/asm/exec.h | 2 +-
26327 arch/s390/include/asm/uaccess.h | 13 +-
26328 arch/s390/kernel/module.c | 22 +-
26329 arch/s390/kernel/process.c | 24 -
26330 arch/s390/mm/mmap.c | 16 +
26331 arch/score/include/asm/exec.h | 2 +-
26332 arch/score/kernel/process.c | 5 -
26333 arch/sh/mm/mmap.c | 22 +-
26334 arch/sparc/include/asm/atomic_64.h | 110 +-
26335 arch/sparc/include/asm/cache.h | 2 +-
26336 arch/sparc/include/asm/elf_32.h | 7 +
26337 arch/sparc/include/asm/elf_64.h | 7 +
26338 arch/sparc/include/asm/pgalloc_32.h | 1 +
26339 arch/sparc/include/asm/pgalloc_64.h | 1 +
26340 arch/sparc/include/asm/pgtable.h | 4 +
26341 arch/sparc/include/asm/pgtable_32.h | 15 +-
26342 arch/sparc/include/asm/pgtsrmmu.h | 5 +
26343 arch/sparc/include/asm/setup.h | 4 +-
26344 arch/sparc/include/asm/spinlock_64.h | 35 +-
26345 arch/sparc/include/asm/thread_info_32.h | 1 +
26346 arch/sparc/include/asm/thread_info_64.h | 2 +
26347 arch/sparc/include/asm/uaccess.h | 1 +
26348 arch/sparc/include/asm/uaccess_32.h | 28 +-
26349 arch/sparc/include/asm/uaccess_64.h | 24 +-
26350 arch/sparc/kernel/Makefile | 2 +-
26351 arch/sparc/kernel/prom_common.c | 2 +-
26352 arch/sparc/kernel/smp_64.c | 8 +-
26353 arch/sparc/kernel/sys_sparc_32.c | 2 +-
26354 arch/sparc/kernel/sys_sparc_64.c | 52 +-
26355 arch/sparc/kernel/traps_64.c | 27 +-
26356 arch/sparc/lib/Makefile | 2 +-
26357 arch/sparc/lib/atomic_64.S | 57 +-
26358 arch/sparc/lib/ksyms.c | 6 +-
26359 arch/sparc/mm/Makefile | 2 +-
26360 arch/sparc/mm/fault_32.c | 292 +
26361 arch/sparc/mm/fault_64.c | 486 +
26362 arch/sparc/mm/hugetlbpage.c | 22 +-
26363 arch/sparc/mm/init_64.c | 10 +-
26364 arch/tile/include/asm/atomic_64.h | 10 +
26365 arch/tile/include/asm/uaccess.h | 4 +-
26366 arch/um/Makefile | 4 +
26367 arch/um/include/asm/kmap_types.h | 2 +-
26368 arch/um/include/asm/page.h | 3 +
26369 arch/um/include/asm/pgtable-3level.h | 1 +
26370 arch/um/kernel/process.c | 16 -
26371 arch/x86/Kconfig | 15 +-
26372 arch/x86/Kconfig.cpu | 6 +-
26373 arch/x86/Kconfig.debug | 4 +-
26374 arch/x86/Makefile | 13 +-
26375 arch/x86/boot/Makefile | 3 +
26376 arch/x86/boot/bitops.h | 4 +-
26377 arch/x86/boot/boot.h | 2 +-
26378 arch/x86/boot/compressed/Makefile | 3 +
26379 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
26380 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
26381 arch/x86/boot/compressed/head_32.S | 4 +-
26382 arch/x86/boot/compressed/head_64.S | 12 +-
26383 arch/x86/boot/compressed/misc.c | 11 +-
26384 arch/x86/boot/cpucheck.c | 16 +-
26385 arch/x86/boot/header.S | 6 +-
26386 arch/x86/boot/memory.c | 2 +-
26387 arch/x86/boot/video-vesa.c | 1 +
26388 arch/x86/boot/video.c | 2 +-
26389 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
26390 arch/x86/crypto/aesni-intel_asm.S | 106 +-
26391 arch/x86/crypto/blowfish-x86_64-asm_64.S | 7 +
26392 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 10 +
26393 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 10 +
26394 arch/x86/crypto/camellia-x86_64-asm_64.S | 7 +
26395 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 51 +-
26396 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 25 +-
26397 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 4 +-
26398 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
26399 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
26400 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 9 +
26401 arch/x86/crypto/serpent-avx2-asm_64.S | 9 +
26402 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
26403 arch/x86/crypto/sha1_ssse3_asm.S | 10 +-
26404 arch/x86/crypto/sha256-avx-asm.S | 2 +
26405 arch/x86/crypto/sha256-avx2-asm.S | 2 +
26406 arch/x86/crypto/sha256-ssse3-asm.S | 2 +
26407 arch/x86/crypto/sha512-avx-asm.S | 2 +
26408 arch/x86/crypto/sha512-avx2-asm.S | 2 +
26409 arch/x86/crypto/sha512-ssse3-asm.S | 2 +
26410 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 25 +-
26411 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 4 +
26412 arch/x86/crypto/twofish-x86_64-asm_64.S | 3 +
26413 arch/x86/entry/calling.h | 86 +-
26414 arch/x86/entry/common.c | 13 +-
26415 arch/x86/entry/entry_32.S | 351 +-
26416 arch/x86/entry/entry_64.S | 619 +-
26417 arch/x86/entry/entry_64_compat.S | 159 +-
26418 arch/x86/entry/thunk_64.S | 2 +
26419 arch/x86/entry/vdso/Makefile | 2 +-
26420 arch/x86/entry/vdso/vdso2c.h | 8 +-
26421 arch/x86/entry/vdso/vma.c | 41 +-
26422 arch/x86/entry/vsyscall/vsyscall_64.c | 16 +-
26423 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 2 +-
26424 arch/x86/ia32/ia32_signal.c | 23 +-
26425 arch/x86/ia32/sys_ia32.c | 42 +-
26426 arch/x86/include/asm/alternative-asm.h | 43 +-
26427 arch/x86/include/asm/alternative.h | 4 +-
26428 arch/x86/include/asm/apic.h | 2 +-
26429 arch/x86/include/asm/apm.h | 4 +-
26430 arch/x86/include/asm/atomic.h | 230 +-
26431 arch/x86/include/asm/atomic64_32.h | 100 +
26432 arch/x86/include/asm/atomic64_64.h | 164 +-
26433 arch/x86/include/asm/bitops.h | 18 +-
26434 arch/x86/include/asm/boot.h | 2 +-
26435 arch/x86/include/asm/cache.h | 5 +-
26436 arch/x86/include/asm/checksum_32.h | 12 +-
26437 arch/x86/include/asm/cmpxchg.h | 39 +
26438 arch/x86/include/asm/compat.h | 2 +-
26439 arch/x86/include/asm/cpufeature.h | 17 +-
26440 arch/x86/include/asm/desc.h | 78 +-
26441 arch/x86/include/asm/desc_defs.h | 6 +
26442 arch/x86/include/asm/div64.h | 2 +-
26443 arch/x86/include/asm/elf.h | 33 +-
26444 arch/x86/include/asm/emergency-restart.h | 2 +-
26445 arch/x86/include/asm/fpu/internal.h | 42 +-
26446 arch/x86/include/asm/fpu/types.h | 6 +-
26447 arch/x86/include/asm/futex.h | 14 +-
26448 arch/x86/include/asm/hw_irq.h | 4 +-
26449 arch/x86/include/asm/i8259.h | 2 +-
26450 arch/x86/include/asm/io.h | 22 +-
26451 arch/x86/include/asm/irqflags.h | 5 +
26452 arch/x86/include/asm/kprobes.h | 9 +-
26453 arch/x86/include/asm/local.h | 106 +-
26454 arch/x86/include/asm/mman.h | 15 +
26455 arch/x86/include/asm/mmu.h | 14 +-
26456 arch/x86/include/asm/mmu_context.h | 114 +-
26457 arch/x86/include/asm/module.h | 17 +-
26458 arch/x86/include/asm/nmi.h | 19 +-
26459 arch/x86/include/asm/page.h | 1 +
26460 arch/x86/include/asm/page_32.h | 12 +-
26461 arch/x86/include/asm/page_64.h | 14 +-
26462 arch/x86/include/asm/paravirt.h | 46 +-
26463 arch/x86/include/asm/paravirt_types.h | 15 +-
26464 arch/x86/include/asm/pgalloc.h | 23 +
26465 arch/x86/include/asm/pgtable-2level.h | 2 +
26466 arch/x86/include/asm/pgtable-3level.h | 7 +
26467 arch/x86/include/asm/pgtable.h | 128 +-
26468 arch/x86/include/asm/pgtable_32.h | 14 +-
26469 arch/x86/include/asm/pgtable_32_types.h | 24 +-
26470 arch/x86/include/asm/pgtable_64.h | 23 +-
26471 arch/x86/include/asm/pgtable_64_types.h | 5 +
26472 arch/x86/include/asm/pgtable_types.h | 26 +-
26473 arch/x86/include/asm/preempt.h | 2 +-
26474 arch/x86/include/asm/processor.h | 57 +-
26475 arch/x86/include/asm/ptrace.h | 13 +-
26476 arch/x86/include/asm/realmode.h | 4 +-
26477 arch/x86/include/asm/reboot.h | 10 +-
26478 arch/x86/include/asm/rmwcc.h | 84 +-
26479 arch/x86/include/asm/rwsem.h | 60 +-
26480 arch/x86/include/asm/segment.h | 27 +-
26481 arch/x86/include/asm/smap.h | 43 +
26482 arch/x86/include/asm/smp.h | 14 +-
26483 arch/x86/include/asm/stackprotector.h | 4 +-
26484 arch/x86/include/asm/stacktrace.h | 32 +-
26485 arch/x86/include/asm/switch_to.h | 4 +-
26486 arch/x86/include/asm/sys_ia32.h | 6 +-
26487 arch/x86/include/asm/thread_info.h | 27 +-
26488 arch/x86/include/asm/tlbflush.h | 77 +-
26489 arch/x86/include/asm/uaccess.h | 192 +-
26490 arch/x86/include/asm/uaccess_32.h | 28 +-
26491 arch/x86/include/asm/uaccess_64.h | 169 +-
26492 arch/x86/include/asm/word-at-a-time.h | 2 +-
26493 arch/x86/include/asm/x86_init.h | 10 +-
26494 arch/x86/include/asm/xen/page.h | 2 +-
26495 arch/x86/include/uapi/asm/e820.h | 2 +-
26496 arch/x86/kernel/Makefile | 2 +-
26497 arch/x86/kernel/acpi/boot.c | 4 +-
26498 arch/x86/kernel/acpi/sleep.c | 4 +
26499 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
26500 arch/x86/kernel/alternative.c | 124 +-
26501 arch/x86/kernel/apic/apic.c | 4 +-
26502 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
26503 arch/x86/kernel/apic/apic_noop.c | 2 +-
26504 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
26505 arch/x86/kernel/apic/io_apic.c | 8 +-
26506 arch/x86/kernel/apic/msi.c | 2 +-
26507 arch/x86/kernel/apic/probe_32.c | 4 +-
26508 arch/x86/kernel/apic/vector.c | 4 +-
26509 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
26510 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
26511 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
26512 arch/x86/kernel/apm_32.c | 21 +-
26513 arch/x86/kernel/asm-offsets.c | 20 +
26514 arch/x86/kernel/asm-offsets_64.c | 1 +
26515 arch/x86/kernel/cpu/Makefile | 4 -
26516 arch/x86/kernel/cpu/amd.c | 2 +-
26517 arch/x86/kernel/cpu/bugs_64.c | 2 +
26518 arch/x86/kernel/cpu/common.c | 202 +-
26519 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
26520 arch/x86/kernel/cpu/mcheck/mce.c | 34 +-
26521 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
26522 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
26523 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
26524 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
26525 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
26526 arch/x86/kernel/cpu/perf_event.c | 10 +-
26527 arch/x86/kernel/cpu/perf_event_amd_iommu.c | 2 +-
26528 arch/x86/kernel/cpu/perf_event_intel.c | 6 +-
26529 arch/x86/kernel/cpu/perf_event_intel_bts.c | 6 +-
26530 arch/x86/kernel/cpu/perf_event_intel_cqm.c | 4 +-
26531 arch/x86/kernel/cpu/perf_event_intel_pt.c | 44 +-
26532 arch/x86/kernel/cpu/perf_event_intel_rapl.c | 2 +-
26533 arch/x86/kernel/cpu/perf_event_intel_uncore.c | 2 +-
26534 arch/x86/kernel/cpu/perf_event_intel_uncore.h | 2 +-
26535 arch/x86/kernel/crash_dump_64.c | 2 +-
26536 arch/x86/kernel/doublefault.c | 8 +-
26537 arch/x86/kernel/dumpstack.c | 24 +-
26538 arch/x86/kernel/dumpstack_32.c | 25 +-
26539 arch/x86/kernel/dumpstack_64.c | 62 +-
26540 arch/x86/kernel/e820.c | 4 +-
26541 arch/x86/kernel/early_printk.c | 1 +
26542 arch/x86/kernel/espfix_64.c | 44 +-
26543 arch/x86/kernel/fpu/core.c | 24 +-
26544 arch/x86/kernel/fpu/init.c | 40 +-
26545 arch/x86/kernel/fpu/regset.c | 22 +-
26546 arch/x86/kernel/fpu/signal.c | 20 +-
26547 arch/x86/kernel/fpu/xstate.c | 8 +-
26548 arch/x86/kernel/ftrace.c | 18 +-
26549 arch/x86/kernel/head64.c | 14 +-
26550 arch/x86/kernel/head_32.S | 235 +-
26551 arch/x86/kernel/head_64.S | 173 +-
26552 arch/x86/kernel/i386_ksyms_32.c | 12 +
26553 arch/x86/kernel/i8259.c | 10 +-
26554 arch/x86/kernel/io_delay.c | 2 +-
26555 arch/x86/kernel/ioport.c | 2 +-
26556 arch/x86/kernel/irq.c | 8 +-
26557 arch/x86/kernel/irq_32.c | 45 +-
26558 arch/x86/kernel/jump_label.c | 10 +-
26559 arch/x86/kernel/kgdb.c | 21 +-
26560 arch/x86/kernel/kprobes/core.c | 28 +-
26561 arch/x86/kernel/kprobes/opt.c | 16 +-
26562 arch/x86/kernel/ksysfs.c | 2 +-
26563 arch/x86/kernel/kvmclock.c | 20 +-
26564 arch/x86/kernel/ldt.c | 25 +
26565 arch/x86/kernel/livepatch.c | 12 +-
26566 arch/x86/kernel/machine_kexec_32.c | 6 +-
26567 arch/x86/kernel/mcount_64.S | 19 +-
26568 arch/x86/kernel/module.c | 78 +-
26569 arch/x86/kernel/msr.c | 2 +-
26570 arch/x86/kernel/nmi.c | 34 +-
26571 arch/x86/kernel/nmi_selftest.c | 4 +-
26572 arch/x86/kernel/paravirt-spinlocks.c | 2 +-
26573 arch/x86/kernel/paravirt.c | 45 +-
26574 arch/x86/kernel/paravirt_patch_64.c | 8 +
26575 arch/x86/kernel/pci-calgary_64.c | 2 +-
26576 arch/x86/kernel/pci-iommu_table.c | 2 +-
26577 arch/x86/kernel/pci-swiotlb.c | 2 +-
26578 arch/x86/kernel/process.c | 80 +-
26579 arch/x86/kernel/process_32.c | 29 +-
26580 arch/x86/kernel/process_64.c | 14 +-
26581 arch/x86/kernel/ptrace.c | 20 +-
26582 arch/x86/kernel/pvclock.c | 8 +-
26583 arch/x86/kernel/reboot.c | 44 +-
26584 arch/x86/kernel/reboot_fixups_32.c | 2 +-
26585 arch/x86/kernel/relocate_kernel_64.S | 3 +-
26586 arch/x86/kernel/setup.c | 29 +-
26587 arch/x86/kernel/setup_percpu.c | 29 +-
26588 arch/x86/kernel/signal.c | 17 +-
26589 arch/x86/kernel/smp.c | 2 +-
26590 arch/x86/kernel/smpboot.c | 29 +-
26591 arch/x86/kernel/step.c | 6 +-
26592 arch/x86/kernel/sys_i386_32.c | 184 +
26593 arch/x86/kernel/sys_x86_64.c | 22 +-
26594 arch/x86/kernel/tboot.c | 14 +-
26595 arch/x86/kernel/time.c | 8 +-
26596 arch/x86/kernel/tls.c | 7 +-
26597 arch/x86/kernel/tracepoint.c | 4 +-
26598 arch/x86/kernel/traps.c | 53 +-
26599 arch/x86/kernel/tsc.c | 2 +-
26600 arch/x86/kernel/uprobes.c | 2 +-
26601 arch/x86/kernel/vm86_32.c | 6 +-
26602 arch/x86/kernel/vmlinux.lds.S | 153 +-
26603 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
26604 arch/x86/kernel/x86_init.c | 6 +-
26605 arch/x86/kvm/cpuid.c | 21 +-
26606 arch/x86/kvm/emulate.c | 2 +-
26607 arch/x86/kvm/lapic.c | 2 +-
26608 arch/x86/kvm/paging_tmpl.h | 2 +-
26609 arch/x86/kvm/svm.c | 10 +-
26610 arch/x86/kvm/vmx.c | 62 +-
26611 arch/x86/kvm/x86.c | 42 +-
26612 arch/x86/lguest/boot.c | 3 +-
26613 arch/x86/lib/atomic64_386_32.S | 164 +
26614 arch/x86/lib/atomic64_cx8_32.S | 98 +-
26615 arch/x86/lib/checksum_32.S | 99 +-
26616 arch/x86/lib/clear_page_64.S | 3 +
26617 arch/x86/lib/cmpxchg16b_emu.S | 3 +
26618 arch/x86/lib/copy_page_64.S | 14 +-
26619 arch/x86/lib/copy_user_64.S | 66 +-
26620 arch/x86/lib/csum-copy_64.S | 14 +-
26621 arch/x86/lib/csum-wrappers_64.c | 8 +-
26622 arch/x86/lib/getuser.S | 74 +-
26623 arch/x86/lib/insn.c | 8 +-
26624 arch/x86/lib/iomap_copy_64.S | 2 +
26625 arch/x86/lib/memcpy_64.S | 6 +
26626 arch/x86/lib/memmove_64.S | 3 +-
26627 arch/x86/lib/memset_64.S | 3 +
26628 arch/x86/lib/mmx_32.c | 243 +-
26629 arch/x86/lib/msr-reg.S | 2 +
26630 arch/x86/lib/putuser.S | 87 +-
26631 arch/x86/lib/rwsem.S | 6 +-
26632 arch/x86/lib/usercopy_32.c | 359 +-
26633 arch/x86/lib/usercopy_64.c | 20 +-
26634 arch/x86/math-emu/fpu_aux.c | 2 +-
26635 arch/x86/math-emu/fpu_entry.c | 4 +-
26636 arch/x86/math-emu/fpu_system.h | 2 +-
26637 arch/x86/mm/Makefile | 4 +
26638 arch/x86/mm/extable.c | 26 +-
26639 arch/x86/mm/fault.c | 570 +-
26640 arch/x86/mm/gup.c | 6 +-
26641 arch/x86/mm/highmem_32.c | 6 +
26642 arch/x86/mm/hugetlbpage.c | 24 +-
26643 arch/x86/mm/init.c | 111 +-
26644 arch/x86/mm/init_32.c | 111 +-
26645 arch/x86/mm/init_64.c | 46 +-
26646 arch/x86/mm/iomap_32.c | 4 +
26647 arch/x86/mm/ioremap.c | 52 +-
26648 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
26649 arch/x86/mm/mmap.c | 40 +-
26650 arch/x86/mm/mmio-mod.c | 10 +-
26651 arch/x86/mm/numa.c | 2 +-
26652 arch/x86/mm/pageattr.c | 38 +-
26653 arch/x86/mm/pat.c | 12 +-
26654 arch/x86/mm/pat_rbtree.c | 2 +-
26655 arch/x86/mm/pf_in.c | 10 +-
26656 arch/x86/mm/pgtable.c | 214 +-
26657 arch/x86/mm/pgtable_32.c | 3 +
26658 arch/x86/mm/setup_nx.c | 7 +
26659 arch/x86/mm/tlb.c | 4 +
26660 arch/x86/mm/uderef_64.c | 37 +
26661 arch/x86/net/bpf_jit.S | 11 +
26662 arch/x86/net/bpf_jit_comp.c | 13 +-
26663 arch/x86/oprofile/backtrace.c | 6 +-
26664 arch/x86/oprofile/nmi_int.c | 8 +-
26665 arch/x86/oprofile/op_model_amd.c | 8 +-
26666 arch/x86/oprofile/op_model_ppro.c | 7 +-
26667 arch/x86/oprofile/op_x86_model.h | 2 +-
26668 arch/x86/pci/intel_mid_pci.c | 2 +-
26669 arch/x86/pci/irq.c | 8 +-
26670 arch/x86/pci/pcbios.c | 144 +-
26671 arch/x86/platform/efi/efi_32.c | 24 +
26672 arch/x86/platform/efi/efi_64.c | 26 +-
26673 arch/x86/platform/efi/efi_stub_32.S | 64 +-
26674 arch/x86/platform/efi/efi_stub_64.S | 2 +
26675 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
26676 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
26677 arch/x86/platform/intel-mid/mfld.c | 4 +-
26678 arch/x86/platform/intel-mid/mrfl.c | 2 +-
26679 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
26680 arch/x86/platform/olpc/olpc_dt.c | 2 +-
26681 arch/x86/power/cpu.c | 11 +-
26682 arch/x86/realmode/init.c | 10 +-
26683 arch/x86/realmode/rm/Makefile | 3 +
26684 arch/x86/realmode/rm/header.S | 4 +-
26685 arch/x86/realmode/rm/reboot.S | 4 +
26686 arch/x86/realmode/rm/trampoline_32.S | 12 +-
26687 arch/x86/realmode/rm/trampoline_64.S | 3 +-
26688 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
26689 arch/x86/tools/Makefile | 2 +-
26690 arch/x86/tools/relocs.c | 96 +-
26691 arch/x86/um/mem_32.c | 2 +-
26692 arch/x86/um/tls_32.c | 2 +-
26693 arch/x86/xen/enlighten.c | 50 +-
26694 arch/x86/xen/mmu.c | 19 +-
26695 arch/x86/xen/smp.c | 16 +-
26696 arch/x86/xen/xen-asm_32.S | 2 +-
26697 arch/x86/xen/xen-head.S | 11 +
26698 arch/x86/xen/xen-ops.h | 2 -
26699 block/bio.c | 4 +-
26700 block/blk-iopoll.c | 2 +-
26701 block/blk-map.c | 2 +-
26702 block/blk-softirq.c | 2 +-
26703 block/bsg.c | 12 +-
26704 block/compat_ioctl.c | 4 +-
26705 block/genhd.c | 9 +-
26706 block/partitions/efi.c | 8 +-
26707 block/scsi_ioctl.c | 29 +-
26708 crypto/cryptd.c | 4 +-
26709 crypto/pcrypt.c | 2 +-
26710 crypto/zlib.c | 12 +-
26711 drivers/acpi/acpi_video.c | 2 +-
26712 drivers/acpi/apei/apei-internal.h | 2 +-
26713 drivers/acpi/apei/ghes.c | 4 +-
26714 drivers/acpi/bgrt.c | 6 +-
26715 drivers/acpi/blacklist.c | 4 +-
26716 drivers/acpi/bus.c | 4 +-
26717 drivers/acpi/device_pm.c | 4 +-
26718 drivers/acpi/ec.c | 2 +-
26719 drivers/acpi/pci_slot.c | 2 +-
26720 drivers/acpi/processor_idle.c | 2 +-
26721 drivers/acpi/processor_pdc.c | 2 +-
26722 drivers/acpi/sleep.c | 2 +-
26723 drivers/acpi/sysfs.c | 4 +-
26724 drivers/acpi/thermal.c | 2 +-
26725 drivers/acpi/video_detect.c | 7 +-
26726 drivers/ata/libata-core.c | 12 +-
26727 drivers/ata/libata-scsi.c | 2 +-
26728 drivers/ata/libata.h | 2 +-
26729 drivers/ata/pata_arasan_cf.c | 4 +-
26730 drivers/atm/adummy.c | 2 +-
26731 drivers/atm/ambassador.c | 8 +-
26732 drivers/atm/atmtcp.c | 14 +-
26733 drivers/atm/eni.c | 10 +-
26734 drivers/atm/firestream.c | 8 +-
26735 drivers/atm/fore200e.c | 14 +-
26736 drivers/atm/he.c | 18 +-
26737 drivers/atm/horizon.c | 4 +-
26738 drivers/atm/idt77252.c | 36 +-
26739 drivers/atm/iphase.c | 34 +-
26740 drivers/atm/lanai.c | 12 +-
26741 drivers/atm/nicstar.c | 46 +-
26742 drivers/atm/solos-pci.c | 4 +-
26743 drivers/atm/suni.c | 4 +-
26744 drivers/atm/uPD98402.c | 16 +-
26745 drivers/atm/zatm.c | 6 +-
26746 drivers/base/bus.c | 4 +-
26747 drivers/base/devtmpfs.c | 8 +-
26748 drivers/base/node.c | 2 +-
26749 drivers/base/platform-msi.c | 20 +-
26750 drivers/base/power/domain.c | 11 +-
26751 drivers/base/power/sysfs.c | 2 +-
26752 drivers/base/power/wakeup.c | 8 +-
26753 drivers/base/regmap/regmap-debugfs.c | 11 +-
26754 drivers/base/syscore.c | 4 +-
26755 drivers/block/cciss.c | 28 +-
26756 drivers/block/cciss.h | 2 +-
26757 drivers/block/cpqarray.c | 28 +-
26758 drivers/block/cpqarray.h | 2 +-
26759 drivers/block/drbd/drbd_bitmap.c | 2 +-
26760 drivers/block/drbd/drbd_int.h | 8 +-
26761 drivers/block/drbd/drbd_main.c | 12 +-
26762 drivers/block/drbd/drbd_nl.c | 4 +-
26763 drivers/block/drbd/drbd_receiver.c | 34 +-
26764 drivers/block/drbd/drbd_worker.c | 8 +-
26765 drivers/block/pktcdvd.c | 4 +-
26766 drivers/block/rbd.c | 2 +-
26767 drivers/bluetooth/btwilink.c | 2 +-
26768 drivers/bus/arm-cci.c | 12 +-
26769 drivers/cdrom/cdrom.c | 11 +-
26770 drivers/cdrom/gdrom.c | 1 -
26771 drivers/char/agp/compat_ioctl.c | 2 +-
26772 drivers/char/agp/frontend.c | 4 +-
26773 drivers/char/agp/intel-gtt.c | 4 +-
26774 drivers/char/hpet.c | 2 +-
26775 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
26776 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
26777 drivers/char/mem.c | 47 +-
26778 drivers/char/nvram.c | 2 +-
26779 drivers/char/pcmcia/synclink_cs.c | 16 +-
26780 drivers/char/random.c | 12 +-
26781 drivers/char/sonypi.c | 11 +-
26782 drivers/char/tpm/tpm_acpi.c | 3 +-
26783 drivers/char/tpm/tpm_eventlog.c | 4 +-
26784 drivers/char/virtio_console.c | 4 +-
26785 drivers/clk/clk-composite.c | 2 +-
26786 drivers/clk/samsung/clk.h | 2 +-
26787 drivers/clk/socfpga/clk-gate.c | 9 +-
26788 drivers/clk/socfpga/clk-pll.c | 9 +-
26789 drivers/clk/ti/clk.c | 8 +-
26790 drivers/cpufreq/acpi-cpufreq.c | 17 +-
26791 drivers/cpufreq/cpufreq-dt.c | 4 +-
26792 drivers/cpufreq/cpufreq.c | 30 +-
26793 drivers/cpufreq/cpufreq_governor.c | 2 +-
26794 drivers/cpufreq/cpufreq_governor.h | 4 +-
26795 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
26796 drivers/cpufreq/intel_pstate.c | 33 +-
26797 drivers/cpufreq/p4-clockmod.c | 12 +-
26798 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
26799 drivers/cpufreq/speedstep-centrino.c | 7 +-
26800 drivers/cpuidle/driver.c | 2 +-
26801 drivers/cpuidle/dt_idle_states.c | 2 +-
26802 drivers/cpuidle/governor.c | 2 +-
26803 drivers/cpuidle/sysfs.c | 2 +-
26804 drivers/crypto/hifn_795x.c | 4 +-
26805 drivers/devfreq/devfreq.c | 4 +-
26806 drivers/dma/sh/shdma-base.c | 4 +-
26807 drivers/dma/sh/shdmac.c | 2 +-
26808 drivers/edac/edac_device.c | 4 +-
26809 drivers/edac/edac_mc_sysfs.c | 2 +-
26810 drivers/edac/edac_pci.c | 4 +-
26811 drivers/edac/edac_pci_sysfs.c | 22 +-
26812 drivers/edac/mce_amd.h | 2 +-
26813 drivers/firewire/core-card.c | 6 +-
26814 drivers/firewire/core-device.c | 2 +-
26815 drivers/firewire/core-transaction.c | 1 +
26816 drivers/firewire/core.h | 1 +
26817 drivers/firmware/dmi-id.c | 2 +-
26818 drivers/firmware/dmi_scan.c | 12 +-
26819 drivers/firmware/efi/cper.c | 8 +-
26820 drivers/firmware/efi/efi.c | 12 +-
26821 drivers/firmware/efi/efivars.c | 2 +-
26822 drivers/firmware/efi/runtime-map.c | 2 +-
26823 drivers/firmware/google/gsmi.c | 2 +-
26824 drivers/firmware/google/memconsole.c | 7 +-
26825 drivers/firmware/memmap.c | 2 +-
26826 drivers/firmware/psci.c | 2 +-
26827 drivers/gpio/gpio-davinci.c | 6 +-
26828 drivers/gpio/gpio-em.c | 2 +-
26829 drivers/gpio/gpio-ich.c | 2 +-
26830 drivers/gpio/gpio-omap.c | 4 +-
26831 drivers/gpio/gpio-rcar.c | 2 +-
26832 drivers/gpio/gpio-vr41xx.c | 2 +-
26833 drivers/gpio/gpiolib.c | 12 +-
26834 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
26835 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
26836 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
26837 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
26838 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
26839 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
26840 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
26841 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
26842 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
26843 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
26844 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
26845 drivers/gpu/drm/drm_crtc.c | 2 +-
26846 drivers/gpu/drm/drm_drv.c | 2 +-
26847 drivers/gpu/drm/drm_fops.c | 12 +-
26848 drivers/gpu/drm/drm_global.c | 14 +-
26849 drivers/gpu/drm/drm_info.c | 13 +-
26850 drivers/gpu/drm/drm_ioc32.c | 13 +-
26851 drivers/gpu/drm/drm_ioctl.c | 2 +-
26852 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 10 +-
26853 drivers/gpu/drm/i810/i810_drv.h | 4 +-
26854 drivers/gpu/drm/i915/i915_dma.c | 2 +-
26855 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
26856 drivers/gpu/drm/i915/i915_gem_gtt.c | 16 +-
26857 drivers/gpu/drm/i915/i915_gem_gtt.h | 6 +-
26858 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
26859 drivers/gpu/drm/i915/intel_display.c | 26 +-
26860 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
26861 drivers/gpu/drm/mga/mga_drv.h | 4 +-
26862 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
26863 drivers/gpu/drm/mga/mga_irq.c | 8 +-
26864 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
26865 drivers/gpu/drm/nouveau/nouveau_drm.h | 1 -
26866 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
26867 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
26868 drivers/gpu/drm/omapdrm/Makefile | 2 +-
26869 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
26870 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
26871 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
26872 drivers/gpu/drm/qxl/qxl_ioctl.c | 10 +-
26873 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
26874 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
26875 drivers/gpu/drm/r128/r128_cce.c | 2 +-
26876 drivers/gpu/drm/r128/r128_drv.h | 4 +-
26877 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
26878 drivers/gpu/drm/r128/r128_irq.c | 4 +-
26879 drivers/gpu/drm/r128/r128_state.c | 4 +-
26880 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
26881 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
26882 drivers/gpu/drm/radeon/radeon_drv.h | 2 +-
26883 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
26884 drivers/gpu/drm/radeon/radeon_irq.c | 6 +-
26885 drivers/gpu/drm/radeon/radeon_state.c | 4 +-
26886 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
26887 drivers/gpu/drm/tegra/dc.c | 2 +-
26888 drivers/gpu/drm/tegra/dsi.c | 2 +-
26889 drivers/gpu/drm/tegra/hdmi.c | 2 +-
26890 drivers/gpu/drm/tegra/sor.c | 7 +-
26891 drivers/gpu/drm/tilcdc/Makefile | 6 +-
26892 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
26893 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
26894 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
26895 drivers/gpu/drm/udl/udl_fb.c | 1 -
26896 drivers/gpu/drm/via/via_drv.h | 4 +-
26897 drivers/gpu/drm/via/via_irq.c | 18 +-
26898 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
26899 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
26900 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
26901 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
26902 drivers/gpu/vga/vga_switcheroo.c | 4 +-
26903 drivers/hid/hid-core.c | 4 +-
26904 drivers/hid/hid-sensor-custom.c | 2 +-
26905 drivers/hv/channel.c | 2 +-
26906 drivers/hv/hv.c | 4 +-
26907 drivers/hv/hv_balloon.c | 18 +-
26908 drivers/hv/hyperv_vmbus.h | 2 +-
26909 drivers/hwmon/acpi_power_meter.c | 6 +-
26910 drivers/hwmon/applesmc.c | 2 +-
26911 drivers/hwmon/asus_atk0110.c | 10 +-
26912 drivers/hwmon/coretemp.c | 2 +-
26913 drivers/hwmon/dell-smm-hwmon.c | 2 +-
26914 drivers/hwmon/ibmaem.c | 2 +-
26915 drivers/hwmon/iio_hwmon.c | 2 +-
26916 drivers/hwmon/nct6683.c | 6 +-
26917 drivers/hwmon/nct6775.c | 6 +-
26918 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
26919 drivers/hwmon/sht15.c | 12 +-
26920 drivers/hwmon/via-cputemp.c | 2 +-
26921 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
26922 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
26923 drivers/i2c/i2c-dev.c | 2 +-
26924 drivers/ide/ide-cd.c | 2 +-
26925 drivers/ide/ide-disk.c | 2 +-
26926 drivers/iio/industrialio-core.c | 2 +-
26927 drivers/iio/magnetometer/ak8975.c | 2 +-
26928 drivers/infiniband/core/cm.c | 32 +-
26929 drivers/infiniband/core/fmr_pool.c | 20 +-
26930 drivers/infiniband/core/uverbs_cmd.c | 3 +
26931 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
26932 drivers/infiniband/hw/mlx4/mad.c | 2 +-
26933 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
26934 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
26935 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
26936 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
26937 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
26938 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
26939 drivers/infiniband/hw/nes/nes.c | 4 +-
26940 drivers/infiniband/hw/nes/nes.h | 40 +-
26941 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
26942 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
26943 drivers/infiniband/hw/nes/nes_nic.c | 40 +-
26944 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
26945 drivers/infiniband/hw/qib/qib.h | 1 +
26946 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
26947 drivers/input/gameport/gameport.c | 4 +-
26948 drivers/input/input.c | 4 +-
26949 drivers/input/joystick/sidewinder.c | 1 +
26950 drivers/input/joystick/xpad.c | 4 +-
26951 drivers/input/misc/ims-pcu.c | 4 +-
26952 drivers/input/mouse/psmouse.h | 2 +-
26953 drivers/input/mousedev.c | 2 +-
26954 drivers/input/serio/serio.c | 4 +-
26955 drivers/input/serio/serio_raw.c | 4 +-
26956 drivers/input/touchscreen/htcpen.c | 2 +-
26957 drivers/iommu/arm-smmu-v3.c | 2 +-
26958 drivers/iommu/arm-smmu.c | 43 +-
26959 drivers/iommu/io-pgtable-arm.c | 101 +-
26960 drivers/iommu/io-pgtable.c | 11 +-
26961 drivers/iommu/io-pgtable.h | 19 +-
26962 drivers/iommu/iommu.c | 2 +-
26963 drivers/iommu/ipmmu-vmsa.c | 13 +-
26964 drivers/iommu/irq_remapping.c | 2 +-
26965 drivers/irqchip/irq-gic.c | 2 +-
26966 drivers/irqchip/irq-i8259.c | 2 +-
26967 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
26968 drivers/irqchip/irq-renesas-irqc.c | 2 +-
26969 drivers/isdn/capi/capi.c | 10 +-
26970 drivers/isdn/gigaset/interface.c | 8 +-
26971 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
26972 drivers/isdn/hardware/avm/b1.c | 4 +-
26973 drivers/isdn/i4l/isdn_common.c | 2 +
26974 drivers/isdn/i4l/isdn_tty.c | 22 +-
26975 drivers/isdn/icn/icn.c | 2 +-
26976 drivers/isdn/mISDN/dsp_cmx.c | 2 +-
26977 drivers/lguest/core.c | 10 +-
26978 drivers/lguest/page_tables.c | 2 +-
26979 drivers/lguest/x86/core.c | 12 +-
26980 drivers/lguest/x86/switcher_32.S | 27 +-
26981 drivers/md/bcache/closure.h | 2 +-
26982 drivers/md/bitmap.c | 2 +-
26983 drivers/md/dm-ioctl.c | 2 +-
26984 drivers/md/dm-raid1.c | 18 +-
26985 drivers/md/dm-stats.c | 6 +-
26986 drivers/md/dm-stripe.c | 10 +-
26987 drivers/md/dm-table.c | 2 +-
26988 drivers/md/dm-thin-metadata.c | 4 +-
26989 drivers/md/dm.c | 16 +-
26990 drivers/md/md.c | 26 +-
26991 drivers/md/md.h | 6 +-
26992 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
26993 drivers/md/persistent-data/dm-space-map.h | 1 +
26994 drivers/md/raid1.c | 4 +-
26995 drivers/md/raid10.c | 18 +-
26996 drivers/md/raid5.c | 22 +-
26997 drivers/media/dvb-core/dvbdev.c | 2 +-
26998 drivers/media/dvb-frontends/af9033.h | 2 +-
26999 drivers/media/dvb-frontends/dib3000.h | 2 +-
27000 drivers/media/dvb-frontends/dib7000p.h | 2 +-
27001 drivers/media/dvb-frontends/dib8000.h | 2 +-
27002 drivers/media/pci/cx88/cx88-video.c | 6 +-
27003 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
27004 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
27005 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
27006 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
27007 drivers/media/pci/tw68/tw68-core.c | 2 +-
27008 drivers/media/platform/omap/omap_vout.c | 11 +-
27009 drivers/media/platform/s5p-tv/mixer.h | 2 +-
27010 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
27011 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
27012 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
27013 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
27014 drivers/media/radio/radio-cadet.c | 2 +
27015 drivers/media/radio/radio-maxiradio.c | 2 +-
27016 drivers/media/radio/radio-shark.c | 2 +-
27017 drivers/media/radio/radio-shark2.c | 2 +-
27018 drivers/media/radio/radio-si476x.c | 2 +-
27019 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
27020 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
27021 drivers/media/v4l2-core/v4l2-device.c | 4 +-
27022 drivers/media/v4l2-core/v4l2-ioctl.c | 13 +-
27023 drivers/memory/omap-gpmc.c | 21 +-
27024 drivers/message/fusion/mptsas.c | 34 +-
27025 drivers/mfd/ab8500-debugfs.c | 2 +-
27026 drivers/mfd/kempld-core.c | 2 +-
27027 drivers/mfd/max8925-i2c.c | 2 +-
27028 drivers/mfd/tps65910.c | 2 +-
27029 drivers/mfd/twl4030-irq.c | 9 +-
27030 drivers/mfd/wm5110-tables.c | 2 +-
27031 drivers/mfd/wm8998-tables.c | 2 +-
27032 drivers/misc/c2port/core.c | 4 +-
27033 drivers/misc/kgdbts.c | 4 +-
27034 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
27035 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
27036 drivers/misc/mic/scif/scif_rb.c | 8 +-
27037 drivers/misc/sgi-gru/gruhandles.c | 4 +-
27038 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
27039 drivers/misc/sgi-gru/grutables.h | 154 +-
27040 drivers/misc/sgi-xp/xp.h | 2 +-
27041 drivers/misc/sgi-xp/xpc.h | 3 +-
27042 drivers/misc/sgi-xp/xpc_main.c | 2 +-
27043 drivers/mmc/card/block.c | 2 +-
27044 drivers/mmc/host/dw_mmc.h | 2 +-
27045 drivers/mmc/host/mmci.c | 4 +-
27046 drivers/mmc/host/omap_hsmmc.c | 4 +-
27047 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
27048 drivers/mmc/host/sdhci-s3c.c | 8 +-
27049 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
27050 drivers/mtd/nand/denali.c | 1 +
27051 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
27052 drivers/mtd/nftlmount.c | 1 +
27053 drivers/mtd/sm_ftl.c | 2 +-
27054 drivers/net/bonding/bond_netlink.c | 2 +-
27055 drivers/net/caif/caif_hsi.c | 2 +-
27056 drivers/net/can/Kconfig | 2 +-
27057 drivers/net/can/dev.c | 2 +-
27058 drivers/net/can/vcan.c | 2 +-
27059 drivers/net/dummy.c | 2 +-
27060 drivers/net/ethernet/8390/ax88796.c | 4 +-
27061 drivers/net/ethernet/altera/altera_tse_main.c | 4 +-
27062 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
27063 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
27064 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
27065 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 143 +-
27066 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 64 +-
27067 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
27068 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
27069 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
27070 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
27071 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
27072 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
27073 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
27074 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
27075 drivers/net/ethernet/broadcom/tg3.h | 1 +
27076 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
27077 drivers/net/ethernet/cavium/liquidio/lio_main.c | 11 +-
27078 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
27079 drivers/net/ethernet/dec/tulip/de4x5.c | 4 +-
27080 drivers/net/ethernet/emulex/benet/be_main.c | 2 +-
27081 drivers/net/ethernet/faraday/ftgmac100.c | 2 +
27082 drivers/net/ethernet/faraday/ftmac100.c | 2 +
27083 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
27084 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
27085 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
27086 drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 7 +-
27087 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
27088 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
27089 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
27090 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
27091 drivers/net/ethernet/realtek/r8169.c | 8 +-
27092 drivers/net/ethernet/sfc/ptp.c | 2 +-
27093 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
27094 drivers/net/ethernet/via/via-rhine.c | 2 +-
27095 drivers/net/geneve.c | 2 +-
27096 drivers/net/hyperv/hyperv_net.h | 2 +-
27097 drivers/net/hyperv/rndis_filter.c | 4 +-
27098 drivers/net/ifb.c | 2 +-
27099 drivers/net/ipvlan/ipvlan_core.c | 2 +-
27100 drivers/net/macvlan.c | 20 +-
27101 drivers/net/macvtap.c | 6 +-
27102 drivers/net/nlmon.c | 2 +-
27103 drivers/net/phy/phy_device.c | 6 +-
27104 drivers/net/ppp/ppp_generic.c | 4 +-
27105 drivers/net/slip/slhc.c | 2 +-
27106 drivers/net/team/team.c | 4 +-
27107 drivers/net/tun.c | 7 +-
27108 drivers/net/usb/hso.c | 23 +-
27109 drivers/net/usb/r8152.c | 2 +-
27110 drivers/net/usb/sierra_net.c | 4 +-
27111 drivers/net/virtio_net.c | 2 +-
27112 drivers/net/vrf.c | 2 +-
27113 drivers/net/vxlan.c | 4 +-
27114 drivers/net/wimax/i2400m/rx.c | 2 +-
27115 drivers/net/wireless/airo.c | 2 +-
27116 drivers/net/wireless/at76c50x-usb.c | 2 +-
27117 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
27118 drivers/net/wireless/ath/ath10k/htc.c | 7 +-
27119 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
27120 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
27121 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
27122 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
27123 drivers/net/wireless/ath/ath9k/main.c | 22 +-
27124 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
27125 drivers/net/wireless/b43/phy_lp.c | 2 +-
27126 drivers/net/wireless/iwlegacy/3945-mac.c | 4 +-
27127 drivers/net/wireless/iwlwifi/dvm/debugfs.c | 34 +-
27128 drivers/net/wireless/iwlwifi/pcie/trans.c | 4 +-
27129 drivers/net/wireless/mac80211_hwsim.c | 28 +-
27130 drivers/net/wireless/rndis_wlan.c | 2 +-
27131 drivers/net/wireless/rt2x00/rt2x00.h | 2 +-
27132 drivers/net/wireless/rt2x00/rt2x00queue.c | 4 +-
27133 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
27134 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
27135 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
27136 drivers/nfc/nfcwilink.c | 2 +-
27137 drivers/of/fdt.c | 4 +-
27138 drivers/oprofile/buffer_sync.c | 8 +-
27139 drivers/oprofile/event_buffer.c | 2 +-
27140 drivers/oprofile/oprof.c | 2 +-
27141 drivers/oprofile/oprofile_stats.c | 10 +-
27142 drivers/oprofile/oprofile_stats.h | 10 +-
27143 drivers/oprofile/oprofilefs.c | 6 +-
27144 drivers/oprofile/timer_int.c | 2 +-
27145 drivers/parport/procfs.c | 4 +-
27146 drivers/pci/host/pci-host-generic.c | 24 +-
27147 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
27148 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
27149 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
27150 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
27151 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
27152 drivers/pci/hotplug/pciehp_core.c | 2 +-
27153 drivers/pci/msi.c | 22 +-
27154 drivers/pci/pci-sysfs.c | 6 +-
27155 drivers/pci/pci.h | 2 +-
27156 drivers/pci/pcie/aspm.c | 6 +-
27157 drivers/pci/pcie/portdrv_pci.c | 2 +-
27158 drivers/pci/probe.c | 2 +-
27159 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
27160 drivers/pinctrl/pinctrl-at91.c | 5 +-
27161 drivers/platform/chrome/chromeos_pstore.c | 2 +-
27162 drivers/platform/x86/alienware-wmi.c | 4 +-
27163 drivers/platform/x86/compal-laptop.c | 2 +-
27164 drivers/platform/x86/hdaps.c | 2 +-
27165 drivers/platform/x86/ibm_rtl.c | 2 +-
27166 drivers/platform/x86/intel_oaktrail.c | 2 +-
27167 drivers/platform/x86/msi-laptop.c | 16 +-
27168 drivers/platform/x86/msi-wmi.c | 2 +-
27169 drivers/platform/x86/samsung-laptop.c | 2 +-
27170 drivers/platform/x86/samsung-q10.c | 2 +-
27171 drivers/platform/x86/sony-laptop.c | 14 +-
27172 drivers/platform/x86/thinkpad_acpi.c | 2 +-
27173 drivers/pnp/pnpbios/bioscalls.c | 14 +-
27174 drivers/pnp/pnpbios/core.c | 2 +-
27175 drivers/power/pda_power.c | 7 +-
27176 drivers/power/power_supply.h | 4 +-
27177 drivers/power/power_supply_core.c | 7 +-
27178 drivers/power/power_supply_sysfs.c | 6 +-
27179 drivers/power/reset/at91-reset.c | 9 +-
27180 drivers/powercap/powercap_sys.c | 136 +-
27181 drivers/ptp/ptp_private.h | 2 +-
27182 drivers/ptp/ptp_sysfs.c | 2 +-
27183 drivers/regulator/core.c | 4 +-
27184 drivers/regulator/max8660.c | 6 +-
27185 drivers/regulator/max8973-regulator.c | 16 +-
27186 drivers/regulator/mc13892-regulator.c | 8 +-
27187 drivers/rtc/rtc-armada38x.c | 7 +-
27188 drivers/rtc/rtc-cmos.c | 4 +-
27189 drivers/rtc/rtc-ds1307.c | 2 +-
27190 drivers/rtc/rtc-m48t59.c | 4 +-
27191 drivers/rtc/rtc-test.c | 6 +-
27192 drivers/scsi/be2iscsi/be_main.c | 2 +-
27193 drivers/scsi/bfa/bfa_fcpim.h | 2 +-
27194 drivers/scsi/bfa/bfa_ioc.h | 4 +-
27195 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
27196 drivers/scsi/hosts.c | 4 +-
27197 drivers/scsi/hpsa.c | 38 +-
27198 drivers/scsi/hpsa.h | 2 +-
27199 drivers/scsi/libfc/fc_exch.c | 50 +-
27200 drivers/scsi/libsas/sas_ata.c | 2 +-
27201 drivers/scsi/lpfc/lpfc.h | 8 +-
27202 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
27203 drivers/scsi/lpfc/lpfc_init.c | 6 +-
27204 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
27205 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
27206 drivers/scsi/mpt2sas/mpt2sas_scsih.c | 8 +-
27207 drivers/scsi/pmcraid.c | 20 +-
27208 drivers/scsi/pmcraid.h | 8 +-
27209 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
27210 drivers/scsi/qla2xxx/qla_gbl.h | 4 +-
27211 drivers/scsi/qla2xxx/qla_os.c | 6 +-
27212 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
27213 drivers/scsi/qla4xxx/ql4_os.c | 6 +-
27214 drivers/scsi/scsi.c | 2 +-
27215 drivers/scsi/scsi_lib.c | 8 +-
27216 drivers/scsi/scsi_sysfs.c | 2 +-
27217 drivers/scsi/scsi_transport_fc.c | 8 +-
27218 drivers/scsi/scsi_transport_iscsi.c | 6 +-
27219 drivers/scsi/scsi_transport_srp.c | 6 +-
27220 drivers/scsi/sd.c | 6 +-
27221 drivers/scsi/sg.c | 2 +-
27222 drivers/scsi/sr.c | 21 +-
27223 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
27224 drivers/spi/spi.c | 2 +-
27225 drivers/staging/android/timed_output.c | 6 +-
27226 drivers/staging/comedi/comedi_fops.c | 8 +-
27227 drivers/staging/fbtft/fbtft-core.c | 2 +-
27228 drivers/staging/fbtft/fbtft.h | 2 +-
27229 drivers/staging/gdm724x/gdm_tty.c | 2 +-
27230 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
27231 drivers/staging/iio/adc/ad7280a.c | 4 +-
27232 drivers/staging/lustre/lnet/selftest/brw_test.c | 12 +-
27233 drivers/staging/lustre/lnet/selftest/framework.c | 4 -
27234 drivers/staging/lustre/lnet/selftest/ping_test.c | 14 +-
27235 drivers/staging/lustre/lustre/include/lustre_dlm.h | 2 +-
27236 drivers/staging/lustre/lustre/include/obd.h | 2 +-
27237 drivers/staging/octeon/ethernet-rx.c | 20 +-
27238 drivers/staging/octeon/ethernet.c | 8 +-
27239 drivers/staging/rdma/ipath/ipath_rc.c | 6 +-
27240 drivers/staging/rdma/ipath/ipath_ruc.c | 6 +-
27241 drivers/staging/rtl8188eu/include/hal_intf.h | 2 +-
27242 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
27243 drivers/staging/sm750fb/sm750.c | 14 +-
27244 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
27245 drivers/target/sbp/sbp_target.c | 4 +-
27246 drivers/thermal/cpu_cooling.c | 9 +-
27247 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
27248 drivers/thermal/of-thermal.c | 17 +-
27249 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
27250 drivers/tty/cyclades.c | 6 +-
27251 drivers/tty/hvc/hvc_console.c | 14 +-
27252 drivers/tty/hvc/hvcs.c | 21 +-
27253 drivers/tty/hvc/hvsi.c | 22 +-
27254 drivers/tty/hvc/hvsi_lib.c | 4 +-
27255 drivers/tty/ipwireless/tty.c | 27 +-
27256 drivers/tty/moxa.c | 2 +-
27257 drivers/tty/n_gsm.c | 4 +-
27258 drivers/tty/n_tty.c | 3 +-
27259 drivers/tty/pty.c | 4 +-
27260 drivers/tty/rocket.c | 6 +-
27261 drivers/tty/serial/8250/8250_core.c | 10 +-
27262 drivers/tty/serial/ifx6x60.c | 2 +-
27263 drivers/tty/serial/ioc4_serial.c | 6 +-
27264 drivers/tty/serial/kgdb_nmi.c | 4 +-
27265 drivers/tty/serial/kgdboc.c | 32 +-
27266 drivers/tty/serial/msm_serial.c | 4 +-
27267 drivers/tty/serial/samsung.c | 9 +-
27268 drivers/tty/serial/serial_core.c | 8 +-
27269 drivers/tty/synclink.c | 34 +-
27270 drivers/tty/synclink_gt.c | 28 +-
27271 drivers/tty/synclinkmp.c | 34 +-
27272 drivers/tty/tty_io.c | 2 +-
27273 drivers/tty/tty_ldisc.c | 8 +-
27274 drivers/tty/tty_port.c | 22 +-
27275 drivers/uio/uio.c | 13 +-
27276 drivers/usb/atm/cxacru.c | 2 +-
27277 drivers/usb/atm/usbatm.c | 24 +-
27278 drivers/usb/class/cdc-acm.h | 2 +-
27279 drivers/usb/core/devices.c | 6 +-
27280 drivers/usb/core/devio.c | 12 +-
27281 drivers/usb/core/hcd.c | 4 +-
27282 drivers/usb/core/sysfs.c | 2 +-
27283 drivers/usb/core/usb.c | 2 +-
27284 drivers/usb/early/ehci-dbgp.c | 16 +-
27285 drivers/usb/gadget/function/u_serial.c | 22 +-
27286 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
27287 drivers/usb/host/ehci-hcd.c | 2 +-
27288 drivers/usb/host/ehci-hub.c | 4 +-
27289 drivers/usb/host/ehci-q.c | 4 +-
27290 drivers/usb/host/fotg210-hcd.c | 2 +-
27291 drivers/usb/host/fusbh200-hcd.c | 2 +-
27292 drivers/usb/host/hwa-hc.c | 2 +-
27293 drivers/usb/host/ohci-hcd.c | 2 +-
27294 drivers/usb/host/r8a66597.h | 2 +-
27295 drivers/usb/host/uhci-hcd.c | 2 +-
27296 drivers/usb/host/xhci-pci.c | 2 +-
27297 drivers/usb/host/xhci.c | 2 +-
27298 drivers/usb/misc/appledisplay.c | 4 +-
27299 drivers/usb/serial/console.c | 8 +-
27300 drivers/usb/storage/transport.c | 2 +-
27301 drivers/usb/storage/usb.c | 2 +-
27302 drivers/usb/storage/usb.h | 2 +-
27303 drivers/usb/usbip/vhci.h | 2 +-
27304 drivers/usb/usbip/vhci_hcd.c | 6 +-
27305 drivers/usb/usbip/vhci_rx.c | 2 +-
27306 drivers/usb/wusbcore/wa-hc.h | 4 +-
27307 drivers/usb/wusbcore/wa-xfer.c | 2 +-
27308 drivers/vfio/vfio.c | 2 +-
27309 drivers/vhost/vringh.c | 20 +-
27310 drivers/video/backlight/kb3886_bl.c | 2 +-
27311 drivers/video/console/fbcon.c | 2 +-
27312 drivers/video/fbdev/aty/aty128fb.c | 2 +-
27313 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
27314 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
27315 drivers/video/fbdev/core/fb_defio.c | 6 +-
27316 drivers/video/fbdev/core/fbmem.c | 2 +-
27317 drivers/video/fbdev/hyperv_fb.c | 4 +-
27318 drivers/video/fbdev/i810/i810_accel.c | 1 +
27319 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
27320 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
27321 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
27322 drivers/video/fbdev/omap2/dss/display.c | 8 +-
27323 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
27324 drivers/video/fbdev/smscufx.c | 4 +-
27325 drivers/video/fbdev/udlfb.c | 36 +-
27326 drivers/video/fbdev/uvesafb.c | 52 +-
27327 drivers/video/fbdev/vesafb.c | 58 +-
27328 drivers/video/fbdev/via/via_clock.h | 2 +-
27329 drivers/xen/events/events_base.c | 6 +-
27330 drivers/xen/evtchn.c | 4 +-
27331 fs/Kconfig.binfmt | 2 +-
27332 fs/afs/inode.c | 4 +-
27333 fs/aio.c | 2 +-
27334 fs/autofs4/waitq.c | 2 +-
27335 fs/befs/endian.h | 6 +-
27336 fs/binfmt_aout.c | 23 +-
27337 fs/binfmt_elf.c | 670 +-
27338 fs/binfmt_elf_fdpic.c | 4 +-
27339 fs/block_dev.c | 2 +-
27340 fs/btrfs/ctree.c | 9 +-
27341 fs/btrfs/delayed-inode.c | 9 +-
27342 fs/btrfs/delayed-inode.h | 6 +-
27343 fs/btrfs/file.c | 10 +-
27344 fs/btrfs/inode.c | 14 +-
27345 fs/btrfs/super.c | 2 +-
27346 fs/btrfs/sysfs.c | 2 +-
27347 fs/btrfs/tests/free-space-tests.c | 8 +-
27348 fs/btrfs/tree-log.h | 2 +-
27349 fs/buffer.c | 2 +-
27350 fs/cachefiles/bind.c | 6 +-
27351 fs/cachefiles/daemon.c | 8 +-
27352 fs/cachefiles/internal.h | 12 +-
27353 fs/cachefiles/namei.c | 2 +-
27354 fs/cachefiles/proc.c | 12 +-
27355 fs/ceph/dir.c | 12 +-
27356 fs/ceph/super.c | 4 +-
27357 fs/cifs/cifs_debug.c | 12 +-
27358 fs/cifs/cifsfs.c | 8 +-
27359 fs/cifs/cifsglob.h | 54 +-
27360 fs/cifs/file.c | 10 +-
27361 fs/cifs/misc.c | 4 +-
27362 fs/cifs/smb1ops.c | 80 +-
27363 fs/cifs/smb2ops.c | 84 +-
27364 fs/cifs/smb2pdu.c | 3 +-
27365 fs/coda/cache.c | 10 +-
27366 fs/compat.c | 4 +-
27367 fs/compat_binfmt_elf.c | 2 +
27368 fs/compat_ioctl.c | 12 +-
27369 fs/configfs/dir.c | 10 +-
27370 fs/coredump.c | 16 +-
27371 fs/dcache.c | 51 +-
27372 fs/ecryptfs/inode.c | 2 +-
27373 fs/ecryptfs/miscdev.c | 2 +-
27374 fs/exec.c | 362 +-
27375 fs/ext2/xattr.c | 5 +-
27376 fs/ext4/ext4.h | 20 +-
27377 fs/ext4/mballoc.c | 44 +-
27378 fs/ext4/resize.c | 16 +-
27379 fs/ext4/super.c | 4 +-
27380 fs/ext4/xattr.c | 5 +-
27381 fs/fhandle.c | 3 +-
27382 fs/file.c | 4 +-
27383 fs/fs_struct.c | 8 +-
27384 fs/fscache/cookie.c | 40 +-
27385 fs/fscache/internal.h | 202 +-
27386 fs/fscache/object.c | 26 +-
27387 fs/fscache/operation.c | 38 +-
27388 fs/fscache/page.c | 110 +-
27389 fs/fscache/stats.c | 348 +-
27390 fs/fuse/cuse.c | 10 +-
27391 fs/fuse/dev.c | 4 +-
27392 fs/gfs2/glock.c | 22 +-
27393 fs/gfs2/glops.c | 4 +-
27394 fs/gfs2/quota.c | 6 +-
27395 fs/hugetlbfs/inode.c | 13 +-
27396 fs/inode.c | 4 +-
27397 fs/jffs2/erase.c | 3 +-
27398 fs/jffs2/wbuf.c | 3 +-
27399 fs/jfs/super.c | 2 +-
27400 fs/kernfs/dir.c | 2 +-
27401 fs/kernfs/file.c | 20 +-
27402 fs/libfs.c | 10 +-
27403 fs/lockd/clntproc.c | 4 +-
27404 fs/namei.c | 16 +-
27405 fs/namespace.c | 16 +-
27406 fs/nfs/callback_xdr.c | 2 +-
27407 fs/nfs/inode.c | 6 +-
27408 fs/nfsd/nfs4proc.c | 2 +-
27409 fs/nfsd/nfs4xdr.c | 2 +-
27410 fs/nfsd/nfscache.c | 11 +-
27411 fs/nfsd/vfs.c | 6 +-
27412 fs/nls/nls_base.c | 26 +-
27413 fs/nls/nls_euc-jp.c | 6 +-
27414 fs/nls/nls_koi8-ru.c | 6 +-
27415 fs/notify/fanotify/fanotify_user.c | 4 +-
27416 fs/notify/notification.c | 4 +-
27417 fs/ntfs/dir.c | 2 +-
27418 fs/ntfs/super.c | 6 +-
27419 fs/ocfs2/localalloc.c | 2 +-
27420 fs/ocfs2/ocfs2.h | 10 +-
27421 fs/ocfs2/suballoc.c | 12 +-
27422 fs/ocfs2/super.c | 20 +-
27423 fs/pipe.c | 72 +-
27424 fs/posix_acl.c | 4 +-
27425 fs/proc/array.c | 20 +
27426 fs/proc/base.c | 4 +-
27427 fs/proc/kcore.c | 34 +-
27428 fs/proc/meminfo.c | 2 +-
27429 fs/proc/nommu.c | 2 +-
27430 fs/proc/proc_sysctl.c | 26 +-
27431 fs/proc/task_mmu.c | 39 +-
27432 fs/proc/task_nommu.c | 4 +-
27433 fs/proc/vmcore.c | 16 +-
27434 fs/qnx6/qnx6.h | 4 +-
27435 fs/quota/netlink.c | 4 +-
27436 fs/read_write.c | 2 +-
27437 fs/reiserfs/do_balan.c | 2 +-
27438 fs/reiserfs/procfs.c | 2 +-
27439 fs/reiserfs/reiserfs.h | 4 +-
27440 fs/seq_file.c | 4 +-
27441 fs/splice.c | 43 +-
27442 fs/squashfs/xattr.c | 12 +-
27443 fs/sysv/sysv.h | 2 +-
27444 fs/tracefs/inode.c | 8 +-
27445 fs/udf/misc.c | 2 +-
27446 fs/ufs/swab.h | 4 +-
27447 fs/userfaultfd.c | 2 +-
27448 fs/xattr.c | 21 +
27449 fs/xfs/libxfs/xfs_bmap.c | 2 +-
27450 fs/xfs/xfs_dir2_readdir.c | 7 +-
27451 fs/xfs/xfs_ioctl.c | 2 +-
27452 fs/xfs/xfs_linux.h | 4 +-
27453 include/asm-generic/4level-fixup.h | 2 +
27454 include/asm-generic/atomic-long.h | 156 +-
27455 include/asm-generic/atomic64.h | 12 +
27456 include/asm-generic/bitops/__fls.h | 2 +-
27457 include/asm-generic/bitops/fls.h | 2 +-
27458 include/asm-generic/bitops/fls64.h | 4 +-
27459 include/asm-generic/bug.h | 6 +-
27460 include/asm-generic/cache.h | 4 +-
27461 include/asm-generic/emergency-restart.h | 2 +-
27462 include/asm-generic/kmap_types.h | 4 +-
27463 include/asm-generic/local.h | 13 +
27464 include/asm-generic/pgtable-nopmd.h | 18 +-
27465 include/asm-generic/pgtable-nopud.h | 15 +-
27466 include/asm-generic/pgtable.h | 16 +
27467 include/asm-generic/sections.h | 1 +
27468 include/asm-generic/uaccess.h | 16 +
27469 include/asm-generic/vmlinux.lds.h | 15 +-
27470 include/crypto/algapi.h | 2 +-
27471 include/drm/drmP.h | 16 +-
27472 include/drm/drm_crtc_helper.h | 2 +-
27473 include/drm/drm_mm.h | 2 +-
27474 include/drm/i915_pciids.h | 2 +-
27475 include/drm/intel-gtt.h | 4 +-
27476 include/drm/ttm/ttm_memory.h | 2 +-
27477 include/drm/ttm/ttm_page_alloc.h | 1 +
27478 include/keys/asymmetric-subtype.h | 2 +-
27479 include/linux/atmdev.h | 4 +-
27480 include/linux/atomic.h | 17 +-
27481 include/linux/audit.h | 2 +-
27482 include/linux/average.h | 2 +-
27483 include/linux/binfmts.h | 3 +-
27484 include/linux/bitmap.h | 2 +-
27485 include/linux/bitops.h | 8 +-
27486 include/linux/blkdev.h | 2 +-
27487 include/linux/blktrace_api.h | 2 +-
27488 include/linux/cache.h | 8 +
27489 include/linux/cdrom.h | 1 -
27490 include/linux/cleancache.h | 2 +-
27491 include/linux/clk-provider.h | 1 +
27492 include/linux/compat.h | 6 +-
27493 include/linux/compiler-gcc.h | 28 +-
27494 include/linux/compiler.h | 157 +-
27495 include/linux/configfs.h | 2 +-
27496 include/linux/cpufreq.h | 3 +-
27497 include/linux/cpuidle.h | 5 +-
27498 include/linux/cpumask.h | 14 +-
27499 include/linux/crypto.h | 4 +-
27500 include/linux/ctype.h | 2 +-
27501 include/linux/dcache.h | 4 +-
27502 include/linux/decompress/mm.h | 2 +-
27503 include/linux/devfreq.h | 2 +-
27504 include/linux/device.h | 7 +-
27505 include/linux/dma-mapping.h | 2 +-
27506 include/linux/efi.h | 1 +
27507 include/linux/elf.h | 2 +
27508 include/linux/err.h | 4 +-
27509 include/linux/extcon.h | 2 +-
27510 include/linux/fb.h | 3 +-
27511 include/linux/fdtable.h | 2 +-
27512 include/linux/fs.h | 5 +-
27513 include/linux/fs_struct.h | 2 +-
27514 include/linux/fscache-cache.h | 2 +-
27515 include/linux/fscache.h | 2 +-
27516 include/linux/fsnotify.h | 2 +-
27517 include/linux/genhd.h | 4 +-
27518 include/linux/genl_magic_func.h | 2 +-
27519 include/linux/gfp.h | 12 +-
27520 include/linux/highmem.h | 12 +
27521 include/linux/hwmon-sysfs.h | 6 +-
27522 include/linux/i2c.h | 1 +
27523 include/linux/if_pppox.h | 2 +-
27524 include/linux/init.h | 12 +-
27525 include/linux/init_task.h | 7 +
27526 include/linux/interrupt.h | 6 +-
27527 include/linux/iommu.h | 2 +-
27528 include/linux/ioport.h | 2 +-
27529 include/linux/ipc.h | 2 +-
27530 include/linux/irq.h | 5 +-
27531 include/linux/irqdesc.h | 2 +-
27532 include/linux/irqdomain.h | 3 +
27533 include/linux/jiffies.h | 16 +-
27534 include/linux/key-type.h | 2 +-
27535 include/linux/kgdb.h | 6 +-
27536 include/linux/kmemleak.h | 4 +-
27537 include/linux/kobject.h | 3 +-
27538 include/linux/kobject_ns.h | 2 +-
27539 include/linux/kref.h | 2 +-
27540 include/linux/libata.h | 2 +-
27541 include/linux/linkage.h | 1 +
27542 include/linux/list.h | 15 +
27543 include/linux/lockref.h | 26 +-
27544 include/linux/math64.h | 10 +-
27545 include/linux/mempolicy.h | 7 +
27546 include/linux/mm.h | 102 +-
27547 include/linux/mm_types.h | 20 +
27548 include/linux/mmiotrace.h | 4 +-
27549 include/linux/mmzone.h | 2 +-
27550 include/linux/mod_devicetable.h | 4 +-
27551 include/linux/module.h | 69 +-
27552 include/linux/moduleloader.h | 16 +
27553 include/linux/moduleparam.h | 4 +-
27554 include/linux/net.h | 2 +-
27555 include/linux/netdevice.h | 7 +-
27556 include/linux/netfilter.h | 2 +-
27557 include/linux/netfilter/nfnetlink.h | 2 +-
27558 include/linux/nls.h | 4 +-
27559 include/linux/notifier.h | 3 +-
27560 include/linux/oprofile.h | 4 +-
27561 include/linux/padata.h | 2 +-
27562 include/linux/pci_hotplug.h | 3 +-
27563 include/linux/percpu.h | 2 +-
27564 include/linux/perf_event.h | 12 +-
27565 include/linux/pipe_fs_i.h | 8 +-
27566 include/linux/pm.h | 1 +
27567 include/linux/pm_domain.h | 4 +-
27568 include/linux/pm_runtime.h | 2 +-
27569 include/linux/pnp.h | 2 +-
27570 include/linux/poison.h | 4 +-
27571 include/linux/power/smartreflex.h | 2 +-
27572 include/linux/ppp-comp.h | 2 +-
27573 include/linux/preempt.h | 21 +
27574 include/linux/proc_ns.h | 2 +-
27575 include/linux/psci.h | 2 +-
27576 include/linux/quota.h | 2 +-
27577 include/linux/random.h | 19 +-
27578 include/linux/rculist.h | 16 +
27579 include/linux/reboot.h | 14 +-
27580 include/linux/regset.h | 3 +-
27581 include/linux/relay.h | 2 +-
27582 include/linux/rio.h | 2 +-
27583 include/linux/rmap.h | 4 +-
27584 include/linux/sched.h | 72 +-
27585 include/linux/sched/sysctl.h | 1 +
27586 include/linux/semaphore.h | 2 +-
27587 include/linux/seq_file.h | 1 +
27588 include/linux/signal.h | 2 +-
27589 include/linux/skbuff.h | 12 +-
27590 include/linux/slab.h | 47 +-
27591 include/linux/slab_def.h | 14 +-
27592 include/linux/slub_def.h | 2 +-
27593 include/linux/smp.h | 2 +
27594 include/linux/sock_diag.h | 2 +-
27595 include/linux/sonet.h | 2 +-
27596 include/linux/sunrpc/addr.h | 8 +-
27597 include/linux/sunrpc/clnt.h | 2 +-
27598 include/linux/sunrpc/svc.h | 2 +-
27599 include/linux/sunrpc/svc_rdma.h | 18 +-
27600 include/linux/sunrpc/svcauth.h | 2 +-
27601 include/linux/swapops.h | 10 +-
27602 include/linux/swiotlb.h | 3 +-
27603 include/linux/syscalls.h | 21 +-
27604 include/linux/syscore_ops.h | 2 +-
27605 include/linux/sysctl.h | 3 +-
27606 include/linux/sysfs.h | 9 +-
27607 include/linux/sysrq.h | 3 +-
27608 include/linux/tcp.h | 14 +-
27609 include/linux/thread_info.h | 7 +
27610 include/linux/tty.h | 4 +-
27611 include/linux/tty_driver.h | 2 +-
27612 include/linux/tty_ldisc.h | 2 +-
27613 include/linux/types.h | 16 +
27614 include/linux/uaccess.h | 6 +-
27615 include/linux/uio_driver.h | 2 +-
27616 include/linux/unaligned/access_ok.h | 24 +-
27617 include/linux/usb.h | 12 +-
27618 include/linux/usb/hcd.h | 1 +
27619 include/linux/usb/renesas_usbhs.h | 2 +-
27620 include/linux/vermagic.h | 21 +-
27621 include/linux/vga_switcheroo.h | 8 +-
27622 include/linux/vmalloc.h | 7 +-
27623 include/linux/vmstat.h | 24 +-
27624 include/linux/xattr.h | 5 +-
27625 include/linux/zlib.h | 3 +-
27626 include/media/v4l2-dev.h | 2 +-
27627 include/media/v4l2-device.h | 2 +-
27628 include/net/9p/transport.h | 2 +-
27629 include/net/bluetooth/l2cap.h | 2 +-
27630 include/net/bonding.h | 2 +-
27631 include/net/caif/cfctrl.h | 6 +-
27632 include/net/flow.h | 2 +-
27633 include/net/genetlink.h | 2 +-
27634 include/net/gro_cells.h | 2 +-
27635 include/net/inet_connection_sock.h | 2 +-
27636 include/net/inet_sock.h | 2 +-
27637 include/net/inetpeer.h | 2 +-
27638 include/net/ip_fib.h | 2 +-
27639 include/net/ip_vs.h | 8 +-
27640 include/net/ipv6.h | 2 +-
27641 include/net/irda/ircomm_tty.h | 1 +
27642 include/net/iucv/af_iucv.h | 2 +-
27643 include/net/llc_c_ac.h | 2 +-
27644 include/net/llc_c_ev.h | 4 +-
27645 include/net/llc_c_st.h | 2 +-
27646 include/net/llc_s_ac.h | 2 +-
27647 include/net/llc_s_st.h | 2 +-
27648 include/net/mac80211.h | 4 +-
27649 include/net/neighbour.h | 2 +-
27650 include/net/net_namespace.h | 18 +-
27651 include/net/netlink.h | 2 +-
27652 include/net/netns/conntrack.h | 6 +-
27653 include/net/netns/ipv4.h | 4 +-
27654 include/net/netns/ipv6.h | 4 +-
27655 include/net/netns/xfrm.h | 2 +-
27656 include/net/ping.h | 2 +-
27657 include/net/protocol.h | 4 +-
27658 include/net/rtnetlink.h | 2 +-
27659 include/net/sctp/checksum.h | 4 +-
27660 include/net/sctp/sm.h | 4 +-
27661 include/net/sctp/structs.h | 2 +-
27662 include/net/sock.h | 12 +-
27663 include/net/tcp.h | 8 +-
27664 include/net/xfrm.h | 13 +-
27665 include/rdma/iw_cm.h | 2 +-
27666 include/scsi/libfc.h | 3 +-
27667 include/scsi/scsi_device.h | 6 +-
27668 include/scsi/scsi_driver.h | 2 +-
27669 include/scsi/scsi_transport_fc.h | 3 +-
27670 include/scsi/sg.h | 2 +-
27671 include/sound/compress_driver.h | 2 +-
27672 include/sound/soc.h | 4 +-
27673 include/trace/events/irq.h | 4 +-
27674 include/uapi/linux/a.out.h | 8 +
27675 include/uapi/linux/bcache.h | 5 +-
27676 include/uapi/linux/byteorder/little_endian.h | 28 +-
27677 include/uapi/linux/connector.h | 2 +-
27678 include/uapi/linux/elf.h | 28 +
27679 include/uapi/linux/screen_info.h | 3 +-
27680 include/uapi/linux/swab.h | 6 +-
27681 include/uapi/linux/xattr.h | 4 +
27682 include/video/udlfb.h | 8 +-
27683 include/video/uvesafb.h | 1 +
27684 init/Kconfig | 2 +-
27685 init/Makefile | 3 +
27686 init/do_mounts.c | 14 +-
27687 init/do_mounts.h | 8 +-
27688 init/do_mounts_initrd.c | 30 +-
27689 init/do_mounts_md.c | 6 +-
27690 init/init_task.c | 4 +
27691 init/initramfs.c | 38 +-
27692 init/main.c | 30 +-
27693 ipc/compat.c | 4 +-
27694 ipc/ipc_sysctl.c | 8 +-
27695 ipc/mq_sysctl.c | 4 +-
27696 ipc/sem.c | 4 +-
27697 ipc/shm.c | 6 +
27698 kernel/audit.c | 8 +-
27699 kernel/auditsc.c | 4 +-
27700 kernel/bpf/core.c | 7 +-
27701 kernel/capability.c | 3 +
27702 kernel/compat.c | 38 +-
27703 kernel/debug/debug_core.c | 16 +-
27704 kernel/debug/kdb/kdb_main.c | 4 +-
27705 kernel/events/core.c | 26 +-
27706 kernel/events/internal.h | 10 +-
27707 kernel/events/uprobes.c | 2 +-
27708 kernel/exit.c | 2 +-
27709 kernel/fork.c | 167 +-
27710 kernel/futex.c | 11 +-
27711 kernel/futex_compat.c | 2 +-
27712 kernel/gcov/base.c | 7 +-
27713 kernel/irq/manage.c | 2 +-
27714 kernel/irq/msi.c | 19 +-
27715 kernel/irq/spurious.c | 2 +-
27716 kernel/jump_label.c | 5 +
27717 kernel/kallsyms.c | 37 +-
27718 kernel/kexec.c | 3 +-
27719 kernel/kmod.c | 8 +-
27720 kernel/kprobes.c | 4 +-
27721 kernel/ksysfs.c | 2 +-
27722 kernel/locking/lockdep.c | 7 +-
27723 kernel/locking/mutex-debug.c | 12 +-
27724 kernel/locking/mutex-debug.h | 4 +-
27725 kernel/locking/mutex.c | 6 +-
27726 kernel/module.c | 422 +-
27727 kernel/notifier.c | 17 +-
27728 kernel/padata.c | 4 +-
27729 kernel/panic.c | 5 +-
27730 kernel/pid.c | 2 +-
27731 kernel/pid_namespace.c | 2 +-
27732 kernel/power/process.c | 12 +-
27733 kernel/profile.c | 14 +-
27734 kernel/ptrace.c | 8 +-
27735 kernel/rcu/rcutorture.c | 60 +-
27736 kernel/rcu/tiny.c | 4 +-
27737 kernel/rcu/tree.c | 44 +-
27738 kernel/rcu/tree.h | 14 +-
27739 kernel/rcu/tree_plugin.h | 14 +-
27740 kernel/rcu/tree_trace.c | 12 +-
27741 kernel/sched/auto_group.c | 4 +-
27742 kernel/sched/core.c | 45 +-
27743 kernel/sched/fair.c | 2 +-
27744 kernel/sched/sched.h | 2 +-
27745 kernel/signal.c | 12 +-
27746 kernel/smpboot.c | 4 +-
27747 kernel/softirq.c | 12 +-
27748 kernel/sys.c | 10 +-
27749 kernel/sysctl.c | 34 +-
27750 kernel/time/alarmtimer.c | 2 +-
27751 kernel/time/posix-cpu-timers.c | 4 +-
27752 kernel/time/posix-timers.c | 24 +-
27753 kernel/time/timer.c | 2 +-
27754 kernel/time/timer_stats.c | 10 +-
27755 kernel/trace/blktrace.c | 6 +-
27756 kernel/trace/ftrace.c | 15 +-
27757 kernel/trace/ring_buffer.c | 96 +-
27758 kernel/trace/trace.c | 2 +-
27759 kernel/trace/trace.h | 2 +-
27760 kernel/trace/trace_clock.c | 4 +-
27761 kernel/trace/trace_events.c | 1 -
27762 kernel/trace/trace_functions_graph.c | 4 +-
27763 kernel/trace/trace_mmiotrace.c | 8 +-
27764 kernel/trace/trace_output.c | 10 +-
27765 kernel/trace/trace_seq.c | 2 +-
27766 kernel/trace/trace_stack.c | 2 +-
27767 kernel/user_namespace.c | 2 +-
27768 kernel/utsname_sysctl.c | 2 +-
27769 kernel/watchdog.c | 2 +-
27770 kernel/workqueue.c | 2 +-
27771 lib/Kconfig.debug | 8 +-
27772 lib/Makefile | 2 +-
27773 lib/bitmap.c | 8 +-
27774 lib/bug.c | 2 +
27775 lib/debugobjects.c | 2 +-
27776 lib/decompress_bunzip2.c | 3 +-
27777 lib/decompress_unlzma.c | 4 +-
27778 lib/div64.c | 4 +-
27779 lib/dma-debug.c | 4 +-
27780 lib/inflate.c | 2 +-
27781 lib/ioremap.c | 4 +-
27782 lib/kobject.c | 4 +-
27783 lib/list_debug.c | 126 +-
27784 lib/lockref.c | 44 +-
27785 lib/percpu-refcount.c | 2 +-
27786 lib/radix-tree.c | 2 +-
27787 lib/random32.c | 2 +-
27788 lib/show_mem.c | 2 +-
27789 lib/strncpy_from_user.c | 2 +-
27790 lib/strnlen_user.c | 2 +-
27791 lib/swiotlb.c | 2 +-
27792 lib/usercopy.c | 6 +
27793 lib/vsprintf.c | 12 +-
27794 mm/Kconfig | 6 +-
27795 mm/backing-dev.c | 4 +-
27796 mm/debug.c | 3 +
27797 mm/filemap.c | 2 +-
27798 mm/gup.c | 13 +-
27799 mm/highmem.c | 6 +-
27800 mm/hugetlb.c | 70 +-
27801 mm/internal.h | 1 +
27802 mm/maccess.c | 4 +-
27803 mm/madvise.c | 37 +
27804 mm/memory-failure.c | 6 +-
27805 mm/memory.c | 424 +-
27806 mm/mempolicy.c | 25 +
27807 mm/mlock.c | 15 +-
27808 mm/mm_init.c | 2 +-
27809 mm/mmap.c | 582 +-
27810 mm/mprotect.c | 137 +-
27811 mm/mremap.c | 39 +-
27812 mm/nommu.c | 21 +-
27813 mm/page-writeback.c | 2 +-
27814 mm/page_alloc.c | 49 +-
27815 mm/percpu.c | 2 +-
27816 mm/process_vm_access.c | 14 +-
27817 mm/rmap.c | 45 +-
27818 mm/shmem.c | 19 +-
27819 mm/slab.c | 109 +-
27820 mm/slab.h | 22 +-
27821 mm/slab_common.c | 86 +-
27822 mm/slob.c | 218 +-
27823 mm/slub.c | 102 +-
27824 mm/sparse-vmemmap.c | 4 +-
27825 mm/sparse.c | 2 +-
27826 mm/swap.c | 2 +
27827 mm/swapfile.c | 12 +-
27828 mm/util.c | 6 +
27829 mm/vmalloc.c | 114 +-
27830 mm/vmstat.c | 12 +-
27831 net/8021q/vlan.c | 5 +-
27832 net/8021q/vlan_netlink.c | 2 +-
27833 net/9p/mod.c | 4 +-
27834 net/9p/trans_fd.c | 2 +-
27835 net/atm/atm_misc.c | 8 +-
27836 net/atm/lec.h | 2 +-
27837 net/atm/proc.c | 6 +-
27838 net/atm/resources.c | 4 +-
27839 net/ax25/sysctl_net_ax25.c | 2 +-
27840 net/batman-adv/bat_iv_ogm.c | 8 +-
27841 net/batman-adv/fragmentation.c | 2 +-
27842 net/batman-adv/soft-interface.c | 8 +-
27843 net/batman-adv/types.h | 6 +-
27844 net/bluetooth/hci_sock.c | 2 +-
27845 net/bluetooth/l2cap_core.c | 6 +-
27846 net/bluetooth/l2cap_sock.c | 12 +-
27847 net/bluetooth/rfcomm/sock.c | 4 +-
27848 net/bluetooth/rfcomm/tty.c | 4 +-
27849 net/bridge/br_netlink.c | 2 +-
27850 net/bridge/netfilter/ebtables.c | 6 +-
27851 net/caif/cfctrl.c | 11 +-
27852 net/caif/chnl_net.c | 2 +-
27853 net/can/af_can.c | 2 +-
27854 net/can/gw.c | 6 +-
27855 net/ceph/messenger.c | 4 +-
27856 net/compat.c | 24 +-
27857 net/core/datagram.c | 2 +-
27858 net/core/dev.c | 16 +-
27859 net/core/filter.c | 2 +-
27860 net/core/flow.c | 6 +-
27861 net/core/neighbour.c | 4 +-
27862 net/core/net-sysfs.c | 2 +-
27863 net/core/net_namespace.c | 8 +-
27864 net/core/netpoll.c | 4 +-
27865 net/core/rtnetlink.c | 15 +-
27866 net/core/scm.c | 14 +-
27867 net/core/skbuff.c | 8 +-
27868 net/core/sock.c | 28 +-
27869 net/core/sock_diag.c | 15 +-
27870 net/core/sysctl_net_core.c | 22 +-
27871 net/decnet/af_decnet.c | 1 +
27872 net/decnet/sysctl_net_decnet.c | 4 +-
27873 net/dsa/dsa.c | 2 +-
27874 net/hsr/hsr_netlink.c | 2 +-
27875 net/ieee802154/6lowpan/core.c | 2 +-
27876 net/ieee802154/6lowpan/reassembly.c | 14 +-
27877 net/ipv4/af_inet.c | 2 +-
27878 net/ipv4/devinet.c | 18 +-
27879 net/ipv4/fib_frontend.c | 6 +-
27880 net/ipv4/fib_semantics.c | 2 +-
27881 net/ipv4/inet_connection_sock.c | 4 +-
27882 net/ipv4/inet_timewait_sock.c | 2 +-
27883 net/ipv4/inetpeer.c | 2 +-
27884 net/ipv4/ip_fragment.c | 15 +-
27885 net/ipv4/ip_gre.c | 6 +-
27886 net/ipv4/ip_sockglue.c | 2 +-
27887 net/ipv4/ip_vti.c | 4 +-
27888 net/ipv4/ipconfig.c | 6 +-
27889 net/ipv4/ipip.c | 4 +-
27890 net/ipv4/netfilter/arp_tables.c | 12 +-
27891 net/ipv4/netfilter/ip_tables.c | 12 +-
27892 net/ipv4/ping.c | 14 +-
27893 net/ipv4/raw.c | 14 +-
27894 net/ipv4/route.c | 32 +-
27895 net/ipv4/sysctl_net_ipv4.c | 22 +-
27896 net/ipv4/tcp_input.c | 6 +-
27897 net/ipv4/tcp_probe.c | 2 +-
27898 net/ipv4/udp.c | 10 +-
27899 net/ipv4/xfrm4_policy.c | 18 +-
27900 net/ipv6/addrconf.c | 18 +-
27901 net/ipv6/af_inet6.c | 2 +-
27902 net/ipv6/datagram.c | 2 +-
27903 net/ipv6/icmp.c | 2 +-
27904 net/ipv6/ip6_fib.c | 4 +-
27905 net/ipv6/ip6_gre.c | 10 +-
27906 net/ipv6/ip6_tunnel.c | 4 +-
27907 net/ipv6/ip6_vti.c | 4 +-
27908 net/ipv6/ipv6_sockglue.c | 2 +-
27909 net/ipv6/netfilter/ip6_tables.c | 12 +-
27910 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
27911 net/ipv6/ping.c | 33 +-
27912 net/ipv6/raw.c | 17 +-
27913 net/ipv6/reassembly.c | 13 +-
27914 net/ipv6/route.c | 2 +-
27915 net/ipv6/sit.c | 4 +-
27916 net/ipv6/sysctl_net_ipv6.c | 2 +-
27917 net/ipv6/udp.c | 6 +-
27918 net/ipv6/xfrm6_policy.c | 17 +-
27919 net/irda/ircomm/ircomm_tty.c | 18 +-
27920 net/iucv/af_iucv.c | 4 +-
27921 net/iucv/iucv.c | 2 +-
27922 net/key/af_key.c | 4 +-
27923 net/l2tp/l2tp_eth.c | 38 +-
27924 net/l2tp/l2tp_ip.c | 2 +-
27925 net/l2tp/l2tp_ip6.c | 2 +-
27926 net/mac80211/cfg.c | 8 +-
27927 net/mac80211/ieee80211_i.h | 3 +-
27928 net/mac80211/iface.c | 20 +-
27929 net/mac80211/main.c | 2 +-
27930 net/mac80211/pm.c | 4 +-
27931 net/mac80211/rate.c | 2 +-
27932 net/mac80211/sta_info.c | 2 +-
27933 net/mac80211/util.c | 8 +-
27934 net/mpls/af_mpls.c | 6 +-
27935 net/netfilter/ipset/ip_set_core.c | 2 +-
27936 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
27937 net/netfilter/ipvs/ip_vs_core.c | 4 +-
27938 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
27939 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
27940 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
27941 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
27942 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
27943 net/netfilter/nf_conntrack_acct.c | 2 +-
27944 net/netfilter/nf_conntrack_ecache.c | 2 +-
27945 net/netfilter/nf_conntrack_helper.c | 2 +-
27946 net/netfilter/nf_conntrack_proto.c | 2 +-
27947 net/netfilter/nf_conntrack_standalone.c | 2 +-
27948 net/netfilter/nf_conntrack_timestamp.c | 2 +-
27949 net/netfilter/nf_log.c | 10 +-
27950 net/netfilter/nf_sockopt.c | 4 +-
27951 net/netfilter/nfnetlink_log.c | 4 +-
27952 net/netfilter/nft_compat.c | 9 +-
27953 net/netfilter/xt_statistic.c | 8 +-
27954 net/netlink/af_netlink.c | 4 +-
27955 net/openvswitch/vport-internal_dev.c | 2 +-
27956 net/packet/af_packet.c | 8 +-
27957 net/phonet/pep.c | 6 +-
27958 net/phonet/socket.c | 2 +-
27959 net/phonet/sysctl.c | 2 +-
27960 net/rds/cong.c | 6 +-
27961 net/rds/ib.h | 2 +-
27962 net/rds/ib_cm.c | 2 +-
27963 net/rds/ib_recv.c | 4 +-
27964 net/rds/iw.h | 2 +-
27965 net/rds/iw_cm.c | 2 +-
27966 net/rds/iw_recv.c | 4 +-
27967 net/rds/rds.h | 2 +-
27968 net/rds/tcp.c | 2 +-
27969 net/rds/tcp_send.c | 2 +-
27970 net/rxrpc/af_rxrpc.c | 2 +-
27971 net/rxrpc/ar-ack.c | 14 +-
27972 net/rxrpc/ar-call.c | 2 +-
27973 net/rxrpc/ar-connection.c | 2 +-
27974 net/rxrpc/ar-connevent.c | 2 +-
27975 net/rxrpc/ar-input.c | 4 +-
27976 net/rxrpc/ar-internal.h | 8 +-
27977 net/rxrpc/ar-local.c | 2 +-
27978 net/rxrpc/ar-output.c | 4 +-
27979 net/rxrpc/ar-peer.c | 2 +-
27980 net/rxrpc/ar-proc.c | 4 +-
27981 net/rxrpc/ar-transport.c | 2 +-
27982 net/rxrpc/rxkad.c | 4 +-
27983 net/sched/sch_generic.c | 4 +-
27984 net/sctp/ipv6.c | 6 +-
27985 net/sctp/protocol.c | 10 +-
27986 net/sctp/sm_sideeffect.c | 2 +-
27987 net/sctp/socket.c | 21 +-
27988 net/sctp/sysctl.c | 10 +-
27989 net/socket.c | 18 +-
27990 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
27991 net/sunrpc/clnt.c | 4 +-
27992 net/sunrpc/sched.c | 4 +-
27993 net/sunrpc/svc.c | 4 +-
27994 net/sunrpc/svcauth_unix.c | 2 +-
27995 net/sunrpc/xprtrdma/svc_rdma.c | 38 +-
27996 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
27997 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
27998 net/sunrpc/xprtrdma/svc_rdma_transport.c | 10 +-
27999 net/tipc/netlink_compat.c | 12 +-
28000 net/tipc/subscr.c | 2 +-
28001 net/unix/af_unix.c | 7 +-
28002 net/unix/sysctl_net_unix.c | 2 +-
28003 net/wireless/wext-core.c | 19 +-
28004 net/xfrm/xfrm_policy.c | 16 +-
28005 net/xfrm/xfrm_state.c | 33 +-
28006 net/xfrm/xfrm_sysctl.c | 2 +-
28007 scripts/Kbuild.include | 2 +-
28008 scripts/Makefile.build | 2 +-
28009 scripts/Makefile.clean | 3 +-
28010 scripts/Makefile.host | 69 +-
28011 scripts/basic/fixdep.c | 12 +-
28012 scripts/dtc/checks.c | 14 +-
28013 scripts/dtc/data.c | 6 +-
28014 scripts/dtc/flattree.c | 8 +-
28015 scripts/dtc/livetree.c | 4 +-
28016 scripts/gcc-plugin.sh | 51 +
28017 scripts/headers_install.sh | 1 +
28018 scripts/kallsyms.c | 4 +-
28019 scripts/kconfig/lkc.h | 5 +-
28020 scripts/kconfig/menu.c | 2 +-
28021 scripts/kconfig/symbol.c | 6 +-
28022 scripts/link-vmlinux.sh | 2 +-
28023 scripts/mod/file2alias.c | 14 +-
28024 scripts/mod/modpost.c | 25 +-
28025 scripts/mod/modpost.h | 6 +-
28026 scripts/mod/sumversion.c | 2 +-
28027 scripts/module-common.lds | 4 +
28028 scripts/package/builddeb | 1 +
28029 scripts/pnmtologo.c | 6 +-
28030 scripts/sortextable.h | 6 +-
28031 scripts/tags.sh | 2 +-
28032 security/Kconfig | 692 +-
28033 security/integrity/ima/ima.h | 4 +-
28034 security/integrity/ima/ima_api.c | 2 +-
28035 security/integrity/ima/ima_fs.c | 4 +-
28036 security/integrity/ima/ima_queue.c | 2 +-
28037 security/keys/key.c | 18 +-
28038 security/selinux/avc.c | 6 +-
28039 security/selinux/include/xfrm.h | 2 +-
28040 security/yama/yama_lsm.c | 2 +-
28041 sound/aoa/codecs/onyx.c | 7 +-
28042 sound/aoa/codecs/onyx.h | 1 +
28043 sound/core/oss/pcm_oss.c | 18 +-
28044 sound/core/pcm_compat.c | 2 +-
28045 sound/core/pcm_native.c | 4 +-
28046 sound/core/sound.c | 2 +-
28047 sound/drivers/mts64.c | 14 +-
28048 sound/drivers/opl4/opl4_lib.c | 2 +-
28049 sound/drivers/portman2x4.c | 3 +-
28050 sound/firewire/amdtp.c | 4 +-
28051 sound/firewire/amdtp.h | 4 +-
28052 sound/firewire/isight.c | 10 +-
28053 sound/firewire/scs1x.c | 8 +-
28054 sound/oss/sb_audio.c | 2 +-
28055 sound/oss/swarm_cs4297a.c | 6 +-
28056 sound/pci/hda/hda_codec.c | 2 +-
28057 sound/pci/ymfpci/ymfpci.h | 2 +-
28058 sound/pci/ymfpci/ymfpci_main.c | 12 +-
28059 sound/soc/codecs/sti-sas.c | 10 +-
28060 sound/soc/soc-ac97.c | 6 +-
28061 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
28062 tools/gcc/Makefile | 42 +
28063 tools/gcc/checker_plugin.c | 150 +
28064 tools/gcc/colorize_plugin.c | 215 +
28065 tools/gcc/constify_plugin.c | 571 +
28066 tools/gcc/gcc-common.h | 812 +
28067 tools/gcc/initify_plugin.c | 552 +
28068 tools/gcc/kallocstat_plugin.c | 188 +
28069 tools/gcc/kernexec_plugin.c | 549 +
28070 tools/gcc/latent_entropy_plugin.c | 470 +
28071 tools/gcc/size_overflow_plugin/.gitignore | 2 +
28072 tools/gcc/size_overflow_plugin/Makefile | 28 +
28073 .../disable_size_overflow_hash.data |12422 ++++++++++++
28074 .../generate_size_overflow_hash.sh | 103 +
28075 .../insert_size_overflow_asm.c | 416 +
28076 .../size_overflow_plugin/intentional_overflow.c | 1010 +
28077 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
28078 tools/gcc/size_overflow_plugin/size_overflow.h | 323 +
28079 .../gcc/size_overflow_plugin/size_overflow_debug.c | 194 +
28080 .../size_overflow_plugin/size_overflow_hash.data |20735 ++++++++++++++++++++
28081 .../size_overflow_hash_aux.data | 92 +
28082 tools/gcc/size_overflow_plugin/size_overflow_ipa.c | 1226 ++
28083 .../gcc/size_overflow_plugin/size_overflow_misc.c | 505 +
28084 .../size_overflow_plugin/size_overflow_plugin.c | 318 +
28085 .../size_overflow_plugin_hash.c | 352 +
28086 .../size_overflow_plugin/size_overflow_transform.c | 749 +
28087 .../size_overflow_transform_core.c | 1010 +
28088 tools/gcc/stackleak_plugin.c | 436 +
28089 tools/gcc/structleak_plugin.c | 287 +
28090 tools/include/linux/compiler.h | 8 +
28091 tools/lib/api/Makefile | 2 +-
28092 tools/perf/util/include/asm/alternative-asm.h | 3 +
28093 tools/virtio/linux/uaccess.h | 2 +-
28094 virt/kvm/kvm_main.c | 42 +-
28095 1944 files changed, 66925 insertions(+), 8949 deletions(-)