]> git.ipfire.org Git - thirdparty/grsecurity-scrape.git/blob - test/changelog-test.txt
Auto commit, grsecurity-3.1-4.9.14-201703121245.patch added.
[thirdparty/grsecurity-scrape.git] / test / changelog-test.txt
1 commit c9a77fb1a803a00e7ff0026ad9a87ccb7f9c3004
2 Author: Brad Spengler <spender@grsecurity.net>
3 Date: Sun Mar 12 12:11:47 2017 -0400
4
5 Update size_overflow hash table
6
7 commit 643aa0cade896df02b42428785e5cc6cb8bc2c9c
8 Author: Alexander Popov <alex.popov@linux.com>
9 Date: Tue Feb 28 19:54:40 2017 +0300
10
11 tty: n_hdlc: get rid of racy n_hdlc.tbuf
12
13 Currently N_HDLC line discipline uses a self-made singly linked list for
14 data buffers and has n_hdlc.tbuf pointer for buffer retransmitting after
15 an error.
16
17 The commit be10eb7589337e5defbe214dae038a53dd21add8
18 ("tty: n_hdlc add buffer flushing") introduced racy access to n_hdlc.tbuf.
19 After tx error concurrent flush_tx_queue() and n_hdlc_send_frames() can put
20 one data buffer to tx_free_buf_list twice. That causes double free in
21 n_hdlc_release().
22
23 Let's use standard kernel linked list and get rid of n_hdlc.tbuf:
24 in case of tx error put current data buffer after the head of tx_buf_list.
25
26 Signed-off-by: Alexander Popov <alex.popov@linux.com>
27 Cc: stable <stable@vger.kernel.org>
28 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
29
30 commit 0c801f1c89b85170505c8dac6c58df27155dbb1e
31 Merge: a0b31dd 5fedde5
32 Author: Brad Spengler <spender@grsecurity.net>
33 Date: Sun Mar 12 08:18:58 2017 -0400
34
35 Merge branch 'pax-test' into grsec-test
36
37 commit 5fedde5358a3a9625c4e21ff8a5b5b6d5bd5d125
38 Merge: c8102ee d379ab2
39 Author: Brad Spengler <spender@grsecurity.net>
40 Date: Sun Mar 12 08:18:48 2017 -0400
41
42 Merge branch 'linux-4.9.y' into pax-test
43
44 commit a0b31ddd80510c595b1db203edd009a721e68cfa
45 Merge: f9c6bb9 c8102ee
46 Author: Brad Spengler <spender@grsecurity.net>
47 Date: Sun Mar 5 18:02:18 2017 -0500
48
49 Merge branch 'pax-test' into grsec-test
50
51 commit c8102eef049988a1905817e4dc4e859287c2923e
52 Author: Brad Spengler <spender@grsecurity.net>
53 Date: Sun Mar 5 18:01:22 2017 -0500
54
55 Update to pax-linux-4.9.13-test6.patch:
56 - 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)
57 - fixed an unbalanced pax_open_kernel call that would trigger a BUG in the zt5550 driver
58
59 commit f9c6bb92aa1205f0402085e363fa914ea34beceb
60 Author: Brad Spengler <spender@grsecurity.net>
61 Date: Mon Feb 27 06:55:25 2017 -0500
62
63 Fix softirq warnings reported by nail at:
64 https://forums.grsecurity.net/viewtopic.php?f=3&t=4668
65 and reported and debugged by Jason Donenfeld.
66
67 A stray put_cpu() was left in the pax_check_alloca code when
68 porting to Linux 4.9, which would cause a preempt imbalance
69 on interrupts making use of alloca() (either explicitly or through
70 variable length arrays).
71
72 commit 8019276815d5d50fb57b4a1bd9f33af0c5cd7615
73 Author: Brad Spengler <spender@grsecurity.net>
74 Date: Sun Feb 26 10:28:40 2017 -0500
75
76 Update size_overflow hash table, from Toralf Foerster
77
78 commit 5996b10c778c1b3378219a3c29ae90b504482a50
79 Merge: 1d6d9f9 ef547fe
80 Author: Brad Spengler <spender@grsecurity.net>
81 Date: Sun Feb 26 07:41:37 2017 -0500
82
83 Merge branch 'pax-test' into grsec-test
84
85 commit ef547fea89fc7818dec64af7db1c7528fc3c1436
86 Merge: bce7062 3737a5f
87 Author: Brad Spengler <spender@grsecurity.net>
88 Date: Sun Feb 26 07:41:28 2017 -0500
89
90 Merge branch 'linux-4.9.y' into pax-test
91
92 commit 1d6d9f9363ebed20318f0c047dccb5a39a4441e7
93 Author: Brad Spengler <spender@grsecurity.net>
94 Date: Fri Feb 24 07:11:39 2017 -0500
95
96 Silence a compiler warning, reported by Etienne Buira
97
98 commit e47311b356a178a1652c88cf47aea011f0211061
99 Author: Brad Spengler <spender@grsecurity.net>
100 Date: Thu Feb 23 18:25:41 2017 -0500
101
102 Update size_overflow hash table
103
104 commit 7852bd5868a61b1a9c4210c0214ef8c1d3e0e7e2
105 Merge: 15fc570 bce7062
106 Author: Brad Spengler <spender@grsecurity.net>
107 Date: Thu Feb 23 17:41:07 2017 -0500
108
109 Merge branch 'pax-test' into grsec-test
110
111 commit bce7062ee9c933a4188dec2691155442df3a79e8
112 Merge: b26ab25 ae7d431
113 Author: Brad Spengler <spender@grsecurity.net>
114 Date: Thu Feb 23 17:40:59 2017 -0500
115
116 Merge branch 'linux-4.9.y' into pax-test
117
118 commit 15fc5704b74ec1d5c4a9ecd00c9e24e9955a1e24
119 Author: Brad Spengler <spender@grsecurity.net>
120 Date: Thu Feb 23 17:35:05 2017 -0500
121
122 Fix !GRKERNSEC_KMEM && GRKERNSEC_SYSFS_RESTRICT incompatibility with
123 KVM, reported at https://bugs.gentoo.org/show_bug.cgi?id=597554
124 by Christian Roessner, Miro Rovis, and Étienne Buira
125
126 commit c26d7750fb91d084a1ba3fbf84fa892cabf2cee9
127 Merge: f0e6f87 b26ab25
128 Author: Brad Spengler <spender@grsecurity.net>
129 Date: Wed Feb 22 20:46:04 2017 -0500
130
131 Merge branch 'pax-test' into grsec-test
132
133 commit b26ab25c73a41147b14a8edb35eec6a08fafd927
134 Author: Brad Spengler <spender@grsecurity.net>
135 Date: Wed Feb 22 20:45:31 2017 -0500
136
137 Update to pax-linux-4.9.10-test5.patch:
138 - fixed resume regression on i386/UDEREF caused by upstream commit ffa64eff956a25548cad0391dbc14c672827be7b, reported by corsac
139 - fixed compile regression on i386/XEN, reported by bugmenot (https://forums.grsecurity.net/viewtopic.php?f=3&t=4677)
140 - 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)
141 - made better use of upstream's idea of invpcid
142
143 commit f0e6f87d2d7d767eba1534fd8c1fa4e8e26e00c8
144 Author: Andrey Konovalov <andreyknvl@google.com>
145 Date: Thu Feb 16 17:22:46 2017 +0100
146
147 dccp: fix freeing skb too early for IPV6_RECVPKTINFO
148
149 In the current DCCP implementation an skb for a DCCP_PKT_REQUEST packet
150 is forcibly freed via __kfree_skb in dccp_rcv_state_process if
151 dccp_v6_conn_request successfully returns.
152
153 However, if IPV6_RECVPKTINFO is set on a socket, the address of the skb
154 is saved to ireq->pktopts and the ref count for skb is incremented in
155 dccp_v6_conn_request, so skb is still in use. Nevertheless, it gets freed
156 in dccp_rcv_state_process.
157
158 Fix by calling consume_skb instead of doing goto discard and therefore
159 calling __kfree_skb.
160
161 Similar fixes for TCP:
162
163 fb7e2399ec17f1004c0e0ccfd17439f8759ede01 [TCP]: skb is unexpectedly freed.
164 0aea76d35c9651d55bbaf746e7914e5f9ae5a25d tcp: SYN packets are now
165 simply consumed
166
167 Signed-off-by: Andrey Konovalov <andreyknvl@google.com>
168 Acked-by: Eric Dumazet <edumazet@google.com>
169 Signed-off-by: David S. Miller <davem@davemloft.net>
170
171 commit 9f575ef66df46cb78f751e0d8d509171afe3933e
172 Author: Brad Spengler <spender@grsecurity.net>
173 Date: Sat Feb 18 13:09:26 2017 -0500
174
175 Update size_overflow hash table
176
177 commit e927308508ef20392a61e493bc411e73d597682f
178 Merge: 55d2e75 d711991
179 Author: Brad Spengler <spender@grsecurity.net>
180 Date: Sat Feb 18 11:35:11 2017 -0500
181
182 Merge branch 'pax-test' into grsec-test
183
184 commit d711991b1628e84076fde9b2c94d25920cca7882
185 Merge: 70fbe2f eee1550
186 Author: Brad Spengler <spender@grsecurity.net>
187 Date: Sat Feb 18 11:34:56 2017 -0500
188
189 Merge branch 'linux-4.9.y' into pax-test
190
191 commit 55d2e7501a1db909073644bb1b5c58effb627754
192 Author: Brad Spengler <spender@grsecurity.net>
193 Date: Thu Feb 16 19:47:51 2017 -0500
194
195 Allow symbol printing for softirq change
196
197 commit e489c2948bc9e1d9643c84667bf81ac8387293e0
198 Merge: d7b63ba 70fbe2f
199 Author: Brad Spengler <spender@grsecurity.net>
200 Date: Thu Feb 16 19:47:37 2017 -0500
201
202 Merge branch 'pax-test' into grsec-test
203
204 n why this merge is necessary,
205
206 commit 70fbe2fc1540632d2cc67e770d826f9637b5b73f
207 Author: Brad Spengler <spender@grsecurity.net>
208 Date: Thu Feb 16 19:46:55 2017 -0500
209
210 Update to pax-linux-4.9.10-test4.patch:
211 - 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)
212 - 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)
213 - fixed a SEGMEXEC/vma mirroring regression, reported by osea (https://forums.grsecurity.net/viewtopic.php?f=3&t=4643)
214
215 commit d7b63bad761e0ca8897ec9c5df4482483aa20201
216 Merge: d310a9c b6296dc
217 Author: Brad Spengler <spender@grsecurity.net>
218 Date: Wed Feb 15 20:18:47 2017 -0500
219
220 Merge branch 'pax-test' into grsec-test
221
222 commit b6296dc3544b4a4543a45777a5cc1ecb2ce51042
223 Author: Brad Spengler <spender@grsecurity.net>
224 Date: Wed Feb 15 20:16:32 2017 -0500
225
226 Update to pax-linux-4.9.9-test3.patch:
227 - fixed a compile error on i386 with X86_CMPXCHG64=n, by Natanael Copa <ncopa@alpinelinux.org>
228 - Emese fixed a few section mismatches and compile errors caused by the initify plugin, reported by Kees Cook, hunger and Valdis Kletnieks
229 - fixed a compile error caused by type mismatches on i386, reported by spender
230
231 commit d310a9c0ab751121a5f97196857bfe4e90d86adf
232 Author: Brad Spengler <spender@grsecurity.net>
233 Date: Wed Feb 15 20:03:55 2017 -0500
234
235 compile fix, reported by ncopa
236
237 commit f6fed850d763aca4162bc24b29afe5bb23d49d91
238 Merge: c3fff1a 1971888
239 Author: Brad Spengler <spender@grsecurity.net>
240 Date: Wed Feb 15 17:21:00 2017 -0500
241
242 Merge branch 'pax-test' into grsec-test
243
244 commit 19718886c80977af99f8181fe8e91b0f6f1fb5f7
245 Merge: b608a1f 390caee
246 Author: Brad Spengler <spender@grsecurity.net>
247 Date: Wed Feb 15 17:20:51 2017 -0500
248
249 Merge branch 'linux-4.9.y' into pax-test
250
251 commit c3fff1a653824ad47021d536dec50e8c937e6347
252 Merge: 57a5c6d b608a1f
253 Author: Brad Spengler <spender@grsecurity.net>
254 Date: Sun Feb 12 20:14:55 2017 -0500
255
256 Merge branch 'pax-test' into grsec-test
257
258 commit b608a1f8eadf8287e6accf031da5f5e26964e79a
259 Author: Brad Spengler <spender@grsecurity.net>
260 Date: Sun Feb 12 20:14:47 2017 -0500
261
262 compile fix
263
264 commit 57a5c6d747cce4a1dd99e3677ddb564c47c5305a
265 Merge: f1a2106 0851ca2
266 Author: Brad Spengler <spender@grsecurity.net>
267 Date: Sun Feb 12 20:13:15 2017 -0500
268
269 Merge branch 'pax-test' into grsec-test
270
271 commit 0851ca2f75213d1f9aabe2d10f98553bf642e024
272 Author: Brad Spengler <spender@grsecurity.net>
273 Date: Sun Feb 12 20:13:02 2017 -0500
274
275 compile fix
276
277 commit f1a2106f030f628edd9d729e8a4cf7a7cbaffe70
278 Merge: fb5b3e7 5cff6ef
279 Author: Brad Spengler <spender@grsecurity.net>
280 Date: Sun Feb 12 20:05:35 2017 -0500
281
282 Merge branch 'pax-test' into grsec-test
283
284 commit 5cff6ef64e73635a287a5635ed89db37b4860336
285 Author: Brad Spengler <spender@grsecurity.net>
286 Date: Sun Feb 12 20:05:28 2017 -0500
287
288 compile fix
289
290 commit fb5b3e71be3a859d01a3e935762125808f8dcff4
291 Merge: 005e22e a85c589
292 Author: Brad Spengler <spender@grsecurity.net>
293 Date: Sun Feb 12 19:54:55 2017 -0500
294
295 Merge branch 'pax-test' into grsec-test
296
297 commit a85c5893051fbbc5b97ab6504747f60d9359dabe
298 Author: Brad Spengler <spender@grsecurity.net>
299 Date: Sun Feb 12 19:54:47 2017 -0500
300
301 compile fix
302
303 commit 005e22eb6f5f0630dc47c5bf4c37fe72cb8d5afa
304 Merge: 230f6cf e376f96
305 Author: Brad Spengler <spender@grsecurity.net>
306 Date: Sun Feb 12 19:49:23 2017 -0500
307
308 Merge branch 'pax-test' into grsec-test
309
310 commit e376f965ed749044bc294004f16b36f4ca7fab28
311 Author: Brad Spengler <spender@grsecurity.net>
312 Date: Sun Feb 12 19:49:16 2017 -0500
313
314 compile fix
315
316 commit 230f6cf74a165b342fdc05c8202422e8e243b528
317 Merge: a60f9ee f4cbdea
318 Author: Brad Spengler <spender@grsecurity.net>
319 Date: Sun Feb 12 19:38:05 2017 -0500
320
321 Merge branch 'pax-test' into grsec-test
322
323 commit f4cbdeaa06cfd3658346f94abb5b6e11fe025961
324 Author: Brad Spengler <spender@grsecurity.net>
325 Date: Sun Feb 12 19:37:57 2017 -0500
326
327 compile fix
328
329 commit a60f9eef51ff4133c0a713bc89c5e2137999e74c
330 Merge: dc07488 d545a4c
331 Author: Brad Spengler <spender@grsecurity.net>
332 Date: Sun Feb 12 19:24:32 2017 -0500
333
334 Merge branch 'pax-test' into grsec-test
335
336 commit d545a4c83b3191aeee56ebda071a8476a046eb40
337 Author: Brad Spengler <spender@grsecurity.net>
338 Date: Sun Feb 12 19:22:21 2017 -0500
339
340 Update to pax-linux-4.9.8-test2.patch:
341 - switched to upstream commit 76bee23411f8510fbf5fc5641bae2c203b726eb6 to fix LTO builds
342 - fixed the symbol export of cpu_gdt_table on x86, by corsac
343 - fixed a bunch of compile warnings, by Mathias Krause <minipli@ld-linux.so>
344 - 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
345 - 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)
346
347 commit dc07488c378373e2bf6b60df31709da5ff767afd
348 Author: Sean Rees <sean@erifax.org>
349 Date: Wed Feb 8 14:30:59 2017 -0800
350
351 Another bug from this pointless mitigation
352 see also: https://twitter.com/halvarflake/status/827613317296508928
353
354 mm/slub.c: fix random_seq offset destruction
355
356 Commit 210e7a43fa90 ("mm: SLUB freelist randomization") broke USB hub
357 initialisation as described in
358
359 https://bugzilla.kernel.org/show_bug.cgi?id=177551.
360
361 Bail out early from init_cache_random_seq if s->random_seq is already
362 initialised. This prevents destroying the previously computed
363 random_seq offsets later in the function.
364
365 If the offsets are destroyed, then shuffle_freelist will truncate
366 page->freelist to just the first object (orphaning the rest).
367
368 Fixes: 210e7a43fa90 ("mm: SLUB freelist randomization")
369 Link: http://lkml.kernel.org/r/20170207140707.20824-1-sean@erifax.org
370 Signed-off-by: Sean Rees <sean@erifax.org>
371 Reported-by: <userwithuid@gmail.com>
372 Cc: Christoph Lameter <cl@linux.com>
373 Cc: Pekka Enberg <penberg@kernel.org>
374 Cc: David Rientjes <rientjes@google.com>
375 Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
376 Cc: Thomas Garnier <thgarnie@google.com>
377 Cc: <stable@vger.kernel.org>
378 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
379 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
380
381 commit 7bb22c6cffa5d31bd953b6161db96000edd9eb23
382 Merge: a86976a8 9d73aa5
383 Author: Brad Spengler <spender@grsecurity.net>
384 Date: Thu Feb 9 07:22:12 2017 -0500
385
386 Merge branch 'pax-test' into grsec-test
387
388 commit 9d73aa5a4dee061781926c89c592a7d447804e7d
389 Merge: 709a650 d2e4b66
390 Author: Brad Spengler <spender@grsecurity.net>
391 Date: Thu Feb 9 07:22:05 2017 -0500
392
393 Merge branch 'linux-4.9.y' into pax-test
394
395 commit a86976a86e06bb353a436c2486b1ccfb471f9c50
396 Author: Brad Spengler <spender@grsecurity.net>
397 Date: Tue Feb 7 08:31:41 2017 -0500
398
399 compile fix
400
401 commit 6261adb89e218739e07dc2e55fc87534ea2da325
402 Author: Brad Spengler <spender@grsecurity.net>
403 Date: Tue Feb 7 07:43:30 2017 -0500
404
405 Relax /proc/pid/auxv check to match what was present in previous patches.
406 Many thanks to M. Vefa Bicakci for the report and fix!
407
408 commit cabfb9cbd9201438006865d5e67d10105d8430bc
409 Author: Brad Spengler <spender@grsecurity.net>
410 Date: Tue Feb 7 07:31:48 2017 -0500
411
412 Cleanup from Mathias Krause
413
414 commit 24cf8c373075b002719617a16a180bcd1c281c83
415 Author: Brad Spengler <spender@grsecurity.net>
416 Date: Tue Feb 7 07:28:52 2017 -0500
417
418 Fix driver error case that we had correct but which broke when merging
419 upstream's ripoff of our code, reported by Mathias Krause
420
421 commit d467970a05a441b364d247d5b4366913e44ad7ef
422 Merge: cd0b761 709a650
423 Author: Brad Spengler <spender@grsecurity.net>
424 Date: Sun Feb 5 10:00:34 2017 -0500
425
426 Merge branch 'pax-test' into grsec-test
427
428 commit 709a650aee15f96f6f564e8f4753ce4d2ce4d666
429 Author: Brad Spengler <spender@grsecurity.net>
430 Date: Sun Feb 5 10:00:20 2017 -0500
431
432 Update to pax-linux-4.9.8-test1x.patch
433
434 commit cd0b7618163bb40398b593d3649920ded2e1af33
435 Author: Brad Spengler <spender@grsecurity.net>
436 Date: Sat Feb 4 15:58:39 2017 -0500
437
438 Update size_overflow hash table
439
440 commit a6ac7f5e6378cef84c4c00a051725c023a63021b
441 Author: Brad Spengler <spender@grsecurity.net>
442 Date: Sat Feb 4 14:58:33 2017 -0500
443
444 Update size_overflow hash tables
445
446 commit ae5d77fb41c008fcc8b504c350fe3556b43c3973
447 Author: Brad Spengler <spender@grsecurity.net>
448 Date: Sat Feb 4 12:35:54 2017 -0500
449
450 Update size_overflow hash table
451
452 commit 25a2af42cf8bd480755fb946623e868e297a3136
453 Author: Brad Spengler <spender@grsecurity.net>
454 Date: Sat Feb 4 12:25:45 2017 -0500
455
456 Initial import of grsecurity 3.1 for Linux 4.9.8
457
458 commit e3932cb3abbbcfa7e0c7414541fdbd0a27453d4d
459 Author: Brad Spengler <spender@grsecurity.net>
460 Date: Sat Feb 4 11:52:14 2017 -0500
461
462 Update to pax-linux-4.9.8-test1.patch
463
464 commit 979bddf15aa0dbb73dcd418d18ff2fd30ff1b38e
465 Merge: d93b949 c8ea2f3
466 Author: Brad Spengler <spender@grsecurity.net>
467 Date: Sat Feb 4 04:27:39 2017 -0500
468
469 Merge branch 'linux-4.9.y' into pax-test
470
471 commit d93b94991428cb11d0f66e209c070b1ba884bf83
472 Author: Brad Spengler <spender@grsecurity.net>
473 Date: Thu Feb 2 17:26:16 2017 -0500
474
475 Update to pax-linux-4.9.6-test1xxxxxy.patch
476
477 commit c5ecf5720061b63b90eb0ae6dcac9a7b88edd723
478 Author: Brad Spengler <spender@grsecurity.net>
479 Date: Wed Feb 1 21:22:36 2017 -0500
480
481 Update to pax-linux-4.9.6-test1xxxxx.patch
482
483 commit aede64e292980acc6c5784bb18864cd7fabec093
484 Author: Brad Spengler <spender@grsecurity.net>
485 Date: Wed Feb 1 20:34:33 2017 -0500
486
487 Update to pax-linux-4.9.6-test1xxxx.patch
488
489 commit 24a41127f3313bba134e0b68ab9da40f2b0f1ab5
490 Author: Brad Spengler <spender@grsecurity.net>
491 Date: Wed Feb 1 19:32:39 2017 -0500
492
493 Update to pax-linux-4.9.6-test1xxx.patch
494
495 commit 5ed38e522dd7df25d0102f9faf97fca62ba84102
496 Merge: a2e84e3 fd2ffe5
497 Author: Brad Spengler <spender@grsecurity.net>
498 Date: Wed Feb 1 08:14:15 2017 -0500
499
500 Merge branch 'linux-4.9.y' into pax-test
501
502 commit a2e84e35dd4c940ddf23d70de6b29a48cbcaa39c
503 Author: Brad Spengler <spender@grsecurity.net>
504 Date: Wed Feb 1 07:40:25 2017 -0500
505
506 Update to pax-linux-4.9.6-test1xx.patch
507
508 commit a06453c00dca1885a8f638b5a4e0dfa703a2094f
509 Author: Brad Spengler <spender@grsecurity.net>
510 Date: Tue Jan 31 19:50:03 2017 -0500
511
512 Update to pax-linux-4.9.6-test1x.patch
513
514 commit a78566f6da3985944fee653782344976e37a5dea
515 Author: Brad Spengler <spender@grsecurity.net>
516 Date: Fri Jan 27 21:41:39 2017 -0500
517
518 Initial import of pax-linux-4.9.6-test1.patch
519 commit e5800118f68fd1553ac02b1f05bc3d567a884e22
520 Author: Brad Spengler <spender@grsecurity.net>
521 Date: Sun Jan 15 15:50:04 2017 -0500
522
523 Fix size_overflow FP with gcc 6 reported by craftyguy at:
524 https://forums.grsecurity.net/viewtopic.php?f=3&t=4640
525
526 scripts/gcc-plugins/size_overflow_plugin/disable.data | 1 +
527 scripts/gcc-plugins/size_overflow_plugin/e_fields.data | 1 -
528 2 files changed, 1 insertion(+), 1 deletion(-)
529
530 commit 5861d0ad8a1c929257f1eda7f97dadbc1818112f
531 Author: Brad Spengler <spender@grsecurity.net>
532 Date: Sun Jan 15 14:17:09 2017 -0500
533
534 Initify plugin updates from Emese Revfy:
535
536 Fixed a logical error that caused a section mismatch
537 Forgot to handle callees from a caller that is marked by BOTH.
538
539 WARNING: vmlinux.o(.text.unlikely+0x1b1): Section mismatch in
540 reference from the function uncore_pci_exit.part.22() to the function
541 .init.text:uncore_free_pcibus_map()
542 The function uncore_pci_exit.part.22() references
543 the function __init uncore_free_pcibus_map().
544 This is often because uncore_pci_exit.part.22 lacks a __init
545 annotation or the annotation of uncore_free_pcibus_map is wrong.
546
547 Reported-by: Kees Cook <keescook@chromium.org>
548
549 Examine all clones as well for __init/__exit eligibility
550 WARNING: vmlinux.o(.text+0x1087e7): Section mismatch in reference from
551 the function rebind_subsystems() to the variable
552 .init.rodata.str:__func__.4400
553 The function rebind_subsystems() references
554 the variable __initconst __func__.4400.
555 This is often because rebind_subsystems lacks a __initconst
556 annotation or the annotation of __func__.4400 is wrong.
557
558 Reported-by: Kees Cook <keescook@chromium.org>
559
560 scripts/gcc-plugins/initify_plugin.c | 76 ++++++++++++++++++++++++------------
561 1 file changed, 51 insertions(+), 25 deletions(-)
562
563 commit 08e03c1434f26e9b56f00a6ce8236320bd557494
564 Author: Brad Spengler <spender@grsecurity.net>
565 Date: Sun Jan 15 14:08:04 2017 -0500
566
567 After over a year of hard work, KSPP has finally released its first
568 ever contribution back to grsecurity, the project from which KSPP
569 plagiarizes^Wobtains every useful improvement to Linux security. We are proud to
570 announce in this joint release the fruits of their hard work: a typo fix
571 to change 'unkown' to 'unknown' when reporting incorrect GCC plugin
572 command line arguments. Many thanks to Kees Cook and KSPP for this
573 innovation in spell check, and we look forward to many future
574 contributions of the same ilk from their capable hands. 'This
575 contribution of a typo fix confirms the high level of respect and
576 commitment to long-term sustainability KSPP has for grsecurity and its
577 innovative efforts over the past 16 years in producing the state of the
578 art in Linux security' said Brad Spengler, President of Open Source
579 Security Inc.
580
581 "Based on a patch by Kees Cook" (since like much upstream efforts this
582 one was incomplete in that it missed the rap and size_overflow typos
583 as they existed in separate directories).
584
585 scripts/gcc-plugins/checker_plugin.c | 2 +-
586 scripts/gcc-plugins/colorize_plugin.c | 2 +-
587 scripts/gcc-plugins/constify_plugin.c | 2 +-
588 scripts/gcc-plugins/initify_plugin.c | 2 +-
589 scripts/gcc-plugins/kernexec_plugin.c | 2 +-
590 scripts/gcc-plugins/latent_entropy_plugin.c | 2 +-
591 scripts/gcc-plugins/randomize_layout_plugin.c | 2 +-
592 scripts/gcc-plugins/rap_plugin/rap_plugin.c | 2 +-
593 scripts/gcc-plugins/sancov_plugin.c | 2 +-
594 scripts/gcc-plugins/size_overflow_plugin/size_overflow_plugin.c | 2 +-
595 scripts/gcc-plugins/stackleak_plugin.c | 2 +-
596 scripts/gcc-plugins/structleak_plugin.c | 2 +-
597 12 files changed, 12 insertions(+), 12 deletions(-)
598
599 commit 9b4ad0aa5ee41a03f02a928e2fd9679044048bde
600 Author: Brad Spengler <spender@grsecurity.net>
601 Date: Sun Jan 15 12:18:18 2017 -0500
602
603 Fix boot hang on 32-bit 4.8 kernels with SEGMEXEC enabled, reported by
604 osea at:
605 https://forums.grsecurity.net/viewtopic.php?f=3&t=4643
606
607 mm/memory.c | 11 +++++++++++
608 1 file changed, 11 insertions(+)
609
610 commit 2c93d3e0efb5b3d413cf2c0c5ac56faf47fa3e2d
611 Author: Brad Spengler <spender@grsecurity.net>
612 Date: Sun Jan 15 08:52:57 2017 -0500
613
614 Allow USERCOPY to be disabled, was a bug in PaX that somehow slipped through
615 the holiday cracks
616
617 Reported by Chris Henhawke at:
618 https://bugs.gentoo.org/show_bug.cgi?id=603188
619
620 security/Kconfig | 2 +-
621 1 file changed, 1 insertion(+), 1 deletion(-)
622
623 commit e86618efec929cb7f77480f35b21154368f2e7d1
624 Author: John Sperbeck <jsperbeck@google.com>
625 Date: Tue Jan 10 16:58:24 2017 -0800
626
627 From the team that brought you useless improvements to the useless KASLR:
628 Useless mitigation causing likely privesc, with one of the worst commit messages
629 of all time (that wasn't written by an upstream developer for once -- to his credit,
630 Andrew Morton actually demanded more info (albeit receiving it in vague quality),
631 without which this commit message would have been even more sparse.
632
633 Someone should request a CVE for this:
634
635 mm/slab.c: fix SLAB freelist randomization duplicate entries
636
637 This patch fixes a bug in the freelist randomization code. When a high
638 random number is used, the freelist will contain duplicate entries. It
639 will result in different allocations sharing the same chunk.
640
641 It will result in odd behaviours and crashes. It should be uncommon but
642 it depends on the machines. We saw it happening more often on some
643 machines (every few hours of running tests).
644
645 Fixes: c7ce4f60ac19 ("mm: SLAB freelist randomization")
646 Link: http://lkml.kernel.org/r/20170103181908.143178-1-thgarnie@google.com
647 Signed-off-by: John Sperbeck <jsperbeck@google.com>
648 Signed-off-by: Thomas Garnier <thgarnie@google.com>
649 Cc: Christoph Lameter <cl@linux.com>
650 Cc: Pekka Enberg <penberg@kernel.org>
651 Cc: David Rientjes <rientjes@google.com>
652 Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
653 Cc: <stable@vger.kernel.org>
654 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
655 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
656
657 mm/slab.c | 8 ++++----
658 1 file changed, 4 insertions(+), 4 deletions(-)
659
660 commit f7abe91bbcb4950f9c611fadd813b6dbe68db74b
661 Merge: 124f515 006324d
662 Author: Brad Spengler <spender@grsecurity.net>
663 Date: Mon Jan 9 07:22:15 2017 -0500
664
665 Merge branch 'pax-test' into grsec-test
666
667 commit 006324d50d856bb254eb375407bc0478f8ae95eb
668 Merge: 2f6e197 3d8f8d0
669 Author: Brad Spengler <spender@grsecurity.net>
670 Date: Mon Jan 9 07:22:06 2017 -0500
671
672 Merge branch 'linux-4.8.y' into pax-test
673
674 commit 124f5155ead017e547c2a3736a312762870d4b0d
675 Author: Brad Spengler <spender@grsecurity.net>
676 Date: Fri Jan 6 18:03:39 2017 -0500
677
678 compile fix
679
680 fs/exec.c | 2 +-
681 1 file changed, 1 insertion(+), 1 deletion(-)
682
683 commit 655fffef715aff25550a3a90eaf4a7d06426ed8f
684 Author: Brad Spengler <spender@grsecurity.net>
685 Date: Fri Jan 6 17:57:28 2017 -0500
686
687 compile fix
688
689 fs/exec.c | 2 +-
690 kernel/ptrace.c | 3 ++-
691 2 files changed, 3 insertions(+), 2 deletions(-)
692
693 commit a4f3d168f78cb8d84eaabba7dd501799b1f6e5a1
694 Merge: c86a12c 2f6e197
695 Author: Brad Spengler <spender@grsecurity.net>
696 Date: Fri Jan 6 09:01:05 2017 -0500
697
698 Merge branch 'pax-test' into grsec-test
699
700 commit 2f6e19780747cdf28176251e19d15c2741b58813
701 Merge: a685c6f c65ed08
702 Author: Brad Spengler <spender@grsecurity.net>
703 Date: Fri Jan 6 08:01:20 2017 -0500
704
705 Merge branch 'linux-4.8.y' into pax-test
706
707 commit c86a12c6f8a8551a0025ad531abe9d383e7388d2
708 Author: Brad Spengler <spender@grsecurity.net>
709 Date: Tue Jan 3 17:37:11 2017 -0500
710
711 Fix an off-by-one in reporting some denied socket families, as reported by
712 Blub
713
714 grsecurity/gracl_ip.c | 2 +-
715 1 file changed, 1 insertion(+), 1 deletion(-)
716
717 commit 85f6681653925320e2040a772aa9526d7bdbe083
718 Merge: 9d7ca54 a685c6f
719 Author: Brad Spengler <spender@grsecurity.net>
720 Date: Tue Jan 3 17:18:37 2017 -0500
721
722 Merge branch 'pax-test' into grsec-test
723
724 commit a685c6fc603aac945ce129adfcbeb9b05b0aba62
725 Author: Brad Spengler <spender@grsecurity.net>
726 Date: Tue Jan 3 17:18:07 2017 -0500
727
728 Update to pax-linux-4.8.15-test9.patch:
729 - fixed a few compiler warnings due to KERNEXEC and constification, reported by spender
730 - made a few micro-optimizations to lretq usage on amd64 and BUG_ON
731 - updated gcc-common.h and the plugins to eliminate some code bloat in pass registration
732 - fixed the use of build_string in all gcc plugins as it doesn't set TREE_TYPE itself
733
734 arch/x86/kernel/head_64.S | 6 +-
735 drivers/hv/hv.c | 2 +-
736 drivers/net/ethernet/amd/xgbe/xgbe.h | 6 +-
737 include/asm-generic/bug.h | 2 +-
738 scripts/gcc-plugins/checker_plugin.c | 15 +--
739 scripts/gcc-plugins/colorize_plugin.c | 8 +-
740 scripts/gcc-plugins/constify_plugin.c | 9 +-
741 scripts/gcc-plugins/cyc_complexity_plugin.c | 8 +-
742 scripts/gcc-plugins/gcc-common.h | 106 ++++++++++++++++++---
743 scripts/gcc-plugins/initify_plugin.c | 12 +--
744 scripts/gcc-plugins/kallocstat_plugin.c | 8 +-
745 scripts/gcc-plugins/kernexec_plugin.c | 28 ++----
746 scripts/gcc-plugins/latent_entropy_plugin.c | 10 +-
747 scripts/gcc-plugins/rap_plugin/rap_plugin.c | 24 ++---
748 scripts/gcc-plugins/sancov_plugin.c | 14 ++-
749 .../insert_size_overflow_asm.c | 6 +-
750 .../size_overflow_plugin/size_overflow_ipa.c | 2 +-
751 .../size_overflow_plugin/size_overflow_plugin.c | 26 ++---
752 .../size_overflow_plugin/size_overflow_transform.c | 4 +-
753 .../size_overflow_transform_core.c | 20 +---
754 scripts/gcc-plugins/stackleak_plugin.c | 18 +---
755 scripts/gcc-plugins/structleak_plugin.c | 8 +-
756 22 files changed, 164 insertions(+), 178 deletions(-)
757
758 commit 9d7ca543b94c0203affd278739c77992ccaa7ba6
759 Author: Brad Spengler <spender@grsecurity.net>
760 Date: Fri Dec 30 18:21:59 2016 -0500
761
762 Fix virtualbox host compatibility as reported by aurelf at:
763 https://forums.grsecurity.net/viewtopic.php?f=3&t=4634
764
765 This will be reverted once the VirtualBox devs stop disabling
766 SMAP unnecessarily, which seems like it will happen never.
767 Anyone who cares about security of their host system shouldn't
768 use VirtualBox, as it already precludes the use of KERNEXEC, UDEREF,
769 and RANDKSTACK.
770
771 arch/x86/include/asm/irqflags.h | 4 ++++
772 1 file changed, 4 insertions(+)
773
774 commit cec0b19f2d7ac2d8f8357aee654dddd4418086b8
775 Author: Brad Spengler <spender@grsecurity.net>
776 Date: Thu Dec 22 22:19:33 2016 -0500
777
778 Make HIDESYM select PAX_USERCOPY instead of the now nonexistent PAX_USERCOPY_SLABS
779
780 grsecurity/Kconfig | 2 +-
781 1 file changed, 1 insertion(+), 1 deletion(-)
782
783 commit 61c3fa5b25ecc4a7c4f3d531a5cc76adeb89336c
784 Author: Brad Spengler <spender@grsecurity.net>
785 Date: Thu Dec 15 18:36:17 2016 -0500
786
787 Update size_overflow hash table
788
789 scripts/gcc-plugins/size_overflow_plugin/e_fns.data | 1 +
790 1 file changed, 1 insertion(+)
791
792 commit 58e3f480aa38ec2007ec86afdbe668cf30238cd2
793 Author: Linus Torvalds <torvalds@linux-foundation.org>
794 Date: Wed Dec 14 12:45:25 2016 -0800
795
796 vfs,mm: fix return value of read() at s_maxbytes
797
798 We truncated the possible read iterator to s_maxbytes in commit
799 c2a9737f45e2 ("vfs,mm: fix a dead loop in truncate_inode_pages_range()"),
800 but our end condition handling was wrong: it's not an error to try to
801 read at the end of the file.
802
803 Reading past the end should return EOF (0), not EINVAL.
804
805 See for example
806
807 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1649342
808 http://lists.gnu.org/archive/html/bug-coreutils/2016-12/msg00008.html
809
810 where a md5sum of a maximally sized file fails because the final read is
811 exactly at s_maxbytes.
812
813 Fixes: c2a9737f45e2 ("vfs,mm: fix a dead loop in truncate_inode_pages_range()")
814 Reported-by: Joseph Salisbury <joseph.salisbury@canonical.com>
815 Cc: Wei Fang <fangwei1@huawei.com>
816 Cc: Christoph Hellwig <hch@infradead.org>
817 Cc: Dave Chinner <david@fromorbit.com>
818 Cc: Al Viro <viro@zeniv.linux.org.uk>
819 Cc: Andrew Morton <akpm@linux-foundation.org>
820 Cc: stable@kernel.org
821 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
822
823 mm/filemap.c | 2 +-
824 1 file changed, 1 insertion(+), 1 deletion(-)
825
826 commit 70975981c11bc45fd4ad44e9a6f5e8c2210a14f6
827 Merge: 3a0285a 224c7ab
828 Author: Brad Spengler <spender@grsecurity.net>
829 Date: Thu Dec 15 17:43:49 2016 -0500
830
831 Merge branch 'pax-test' into grsec-test
832
833 commit 224c7ab2cacdcf25cc319978f7fbe64f519f03f0
834 Merge: ccbe963 8bba2e2
835 Author: Brad Spengler <spender@grsecurity.net>
836 Date: Thu Dec 15 17:43:37 2016 -0500
837
838 Merge branch 'linux-4.8.y' into pax-test
839
840 commit 3a0285abbc886698581f682e6d269143c1709031
841 Merge: eec49c3 ccbe963
842 Author: Brad Spengler <spender@grsecurity.net>
843 Date: Sat Dec 10 17:49:55 2016 -0500
844
845 Merge branch 'pax-test' into grsec-test
846
847 commit ccbe96350259e7d78fb4178ab1e5ece026641816
848 Merge: dd08da6 7b8c57c
849 Author: Brad Spengler <spender@grsecurity.net>
850 Date: Sat Dec 10 17:49:17 2016 -0500
851
852 Update to pax-linux-4.8.14-test8.patch:
853 - fixed hyperv hypercall page handling when compiled as a module, reported by Kyle Spiers (kyle@atomicorp.com)
854 - fixed a logic error in initify that initified some ineligible functions triggering a boot crash under hyperv, reported by Kyle Spiers (kyle@atomicorp.com)
855 - Emese turned the compile time error checking of the nocapture attribute into a warning instead
856 - prototypes were missing for make_*_pass(), reported by Andrew Donnellan <andrew.donnellan@au1.ibm.com>
857
858 Merge branch 'linux-4.8.y' into pax-test
859
860 commit eec49c307bcebdfb24cd0c9d1d69282490d30e90
861 Merge: 2fd4ed6 dd08da6
862 Author: Brad Spengler <spender@grsecurity.net>
863 Date: Thu Dec 8 20:03:08 2016 -0500
864
865 Merge branch 'pax-test' into grsec-test
866
867 commit dd08da6af044ecb2b82a0be6bb57a8814637a10e
868 Author: Brad Spengler <spender@grsecurity.net>
869 Date: Thu Dec 8 20:02:44 2016 -0500
870
871 Forward-port some PaX changes:
872 - fixed hyperv hypercall page handling when compiled as a module, reported by Kyle Spiers (kyle@atomicorp.com)
873 - fixed a logic error in initify that initified some ineligible functions triggering a boot crash under hyperv, reported by Kyle Spiers (kyle@atomicorp.com)
874 - Emese turned the compile time error checking of the nocapture attribute into a warning instead
875
876 drivers/hv/hv.c | 2 +-
877 scripts/gcc-plugins/initify_plugin.c | 14 ++++++--------
878 2 files changed, 7 insertions(+), 9 deletions(-)
879
880 commit 2fd4ed677eead793deb99095d0fea1014947fc1f
881 Author: David Ahern <dsa@cumulusnetworks.com>
882 Date: Sun Nov 27 18:52:53 2016 -0800
883
884 net: handle no dst on skb in icmp6_send
885
886 Andrey reported the following while fuzzing the kernel with syzkaller:
887
888 kasan: CONFIG_KASAN_INLINE enabled
889 kasan: GPF could be caused by NULL-ptr deref or user memory access
890 general protection fault: 0000 [#1] SMP KASAN
891 Modules linked in:
892 CPU: 0 PID: 3859 Comm: a.out Not tainted 4.9.0-rc6+ #429
893 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
894 task: ffff8800666d4200 task.stack: ffff880067348000
895 RIP: 0010:[<ffffffff833617ec>] [<ffffffff833617ec>]
896 icmp6_send+0x5fc/0x1e30 net/ipv6/icmp.c:451
897 RSP: 0018:ffff88006734f2c0 EFLAGS: 00010206
898 RAX: ffff8800666d4200 RBX: 0000000000000000 RCX: 0000000000000000
899 RDX: 0000000000000000 RSI: dffffc0000000000 RDI: 0000000000000018
900 RBP: ffff88006734f630 R08: ffff880064138418 R09: 0000000000000003
901 R10: dffffc0000000000 R11: 0000000000000005 R12: 0000000000000000
902 R13: ffffffff84e7e200 R14: ffff880064138484 R15: ffff8800641383c0
903 FS: 00007fb3887a07c0(0000) GS:ffff88006cc00000(0000) knlGS:0000000000000000
904 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
905 CR2: 0000000020000000 CR3: 000000006b040000 CR4: 00000000000006f0
906 Stack:
907 ffff8800666d4200 ffff8800666d49f8 ffff8800666d4200 ffffffff84c02460
908 ffff8800666d4a1a 1ffff1000ccdaa2f ffff88006734f498 0000000000000046
909 ffff88006734f440 ffffffff832f4269 ffff880064ba7456 0000000000000000
910 Call Trace:
911 [<ffffffff83364ddc>] icmpv6_param_prob+0x2c/0x40 net/ipv6/icmp.c:557
912 [< inline >] ip6_tlvopt_unknown net/ipv6/exthdrs.c:88
913 [<ffffffff83394405>] ip6_parse_tlv+0x555/0x670 net/ipv6/exthdrs.c:157
914 [<ffffffff8339a759>] ipv6_parse_hopopts+0x199/0x460 net/ipv6/exthdrs.c:663
915 [<ffffffff832ee773>] ipv6_rcv+0xfa3/0x1dc0 net/ipv6/ip6_input.c:191
916 ...
917
918 icmp6_send / icmpv6_send is invoked for both rx and tx paths. In both
919 cases the dst->dev should be preferred for determining the L3 domain
920 if the dst has been set on the skb. Fallback to the skb->dev if it has
921 not. This covers the case reported here where icmp6_send is invoked on
922 Rx before the route lookup.
923
924 Fixes: 5d41ce29e ("net: icmp6_send should use dst dev to determine L3 domain")
925 Reported-by: Andrey Konovalov <andreyknvl@google.com>
926 Signed-off-by: David Ahern <dsa@cumulusnetworks.com>
927 Signed-off-by: David S. Miller <davem@davemloft.net>
928
929 net/ipv6/icmp.c | 6 ++++--
930 1 file changed, 4 insertions(+), 2 deletions(-)
931
932 commit 15977cda939cb4a2072de08f265d2d95a97c5c9c
933 Merge: 4d51197 5d6499b
934 Author: Brad Spengler <spender@grsecurity.net>
935 Date: Thu Dec 8 19:56:26 2016 -0500
936
937 Merge branch 'pax-test' into grsec-test
938
939 commit 5d6499bbf52429aee789035bda61df32919293e0
940 Merge: f3f4924 55d64c0
941 Author: Brad Spengler <spender@grsecurity.net>
942 Date: Thu Dec 8 19:56:19 2016 -0500
943
944 Merge branch 'linux-4.8.y' into pax-test
945
946 commit 4d51197ad44024df9dcb2f8f3bc871d5cc185808
947 Author: Philip Pettersson <philip.pettersson@gmail.com>
948 Date: Wed Nov 30 14:55:36 2016 -0800
949
950 Not unpriv privilege escalation on any version of grsecurity --
951 (contrary to copy+pasted Arch Linux security advisories)
952 we've disabled unprivileged userns ever since it existed.
953
954 packet: fix race condition in packet_set_ring
955
956 When packet_set_ring creates a ring buffer it will initialize a
957 struct timer_list if the packet version is TPACKET_V3. This value
958 can then be raced by a different thread calling setsockopt to
959 set the version to TPACKET_V1 before packet_set_ring has finished.
960
961 This leads to a use-after-free on a function pointer in the
962 struct timer_list when the socket is closed as the previously
963 initialized timer will not be deleted.
964
965 The bug is fixed by taking lock_sock(sk) in packet_setsockopt when
966 changing the packet version while also taking the lock at the start
967 of packet_set_ring.
968
969 Fixes: f6fb8f100b80 ("af-packet: TPACKET_V3 flexible buffer implementation.")
970 Signed-off-by: Philip Pettersson <philip.pettersson@gmail.com>
971 Signed-off-by: Eric Dumazet <edumazet@google.com>
972 Signed-off-by: David S. Miller <davem@davemloft.net>
973
974 net/packet/af_packet.c | 18 ++++++++++++------
975 1 file changed, 12 insertions(+), 6 deletions(-)
976
977 commit 8fb1a916b99396cae8f6961d1734ea51c333e8ae
978 Merge: 54050b7 f3f4924
979 Author: Brad Spengler <spender@grsecurity.net>
980 Date: Tue Dec 6 21:42:51 2016 -0500
981
982 Merge branch 'pax-test' into grsec-test
983
984 commit f3f49240500f0393101d222410f48f68c481959b
985 Author: Brad Spengler <spender@grsecurity.net>
986 Date: Tue Dec 6 21:42:28 2016 -0500
987
988 Update to pax-linux-4.8.12-test7.patch:
989 - fixed non-executable HIBERNATION resume code on amd64, reported and partially fixed by Arseny Solokha <asolokha@gmx.com>
990 - fixed USERCOPY compile regression with old gcc versions, reported by André Ferraz
991 - fixed ENDPROC use on atomic functions on sparc64
992 - fixed return value checking of convert_ip_to_linear
993 - fixed a few function types for RAP
994
995 arch/arm64/include/asm/processor.h | 7 -------
996 arch/sparc/lib/atomic_64.S | 8 ++++----
997 arch/x86/kernel/step.c | 2 +-
998 arch/x86/mm/fault.c | 5 ++++-
999 arch/x86/power/cpu.c | 4 ++++
1000 arch/x86/power/hibernate_64.c | 11 +++++------
1001 drivers/misc/lkdtm_core.c | 2 +-
1002 drivers/staging/wlan-ng/p80211netdev.c | 2 +-
1003 include/linux/init_task.h | 1 -
1004 9 files changed, 20 insertions(+), 22 deletions(-)
1005
1006 commit 54050b78ed9dc52e72180f178a38474606a09d5c
1007 Merge: 736e717 34c61d4
1008 Author: Brad Spengler <spender@grsecurity.net>
1009 Date: Sat Dec 3 09:14:47 2016 -0500
1010
1011 Merge branch 'pax-test' into grsec-test
1012
1013 commit 34c61d446390e30aa6b5c6940618a500c894a397
1014 Merge: 99257a4 356ccf6
1015 Author: Brad Spengler <spender@grsecurity.net>
1016 Date: Sat Dec 3 09:14:32 2016 -0500
1017
1018 Merge branch 'linux-4.8.y' into pax-test
1019
1020 commit 736e717e33565dd4e71870b60d310e1d5aa3d0cd
1021 Merge: 6e1844a 99257a4
1022 Author: Brad Spengler <spender@grsecurity.net>
1023 Date: Sun Nov 27 11:33:24 2016 -0500
1024
1025 Merge branch 'pax-test' into grsec-test
1026
1027 commit 99257a4169235bbe2576eb44ce2e0ce640070a17
1028 Author: Brad Spengler <spender@grsecurity.net>
1029 Date: Sun Nov 27 11:32:06 2016 -0500
1030
1031 Update to pax-linux-4.8.11-test6.patch:
1032 - fixed harmless compile warning introduced by a previous fix, reported by Matt Turner (https://bugs.gentoo.org/show_bug.cgi?id=599320#c11)
1033 - removed unnecessary objtree use in generating the size overflow hash tables
1034 - Emese worked around a size overflow false positive in drbd, reported by rot (https://forums.grsecurity.net/viewtopic.php?f=3&t=4526)
1035
1036 drivers/block/drbd/drbd_int.h | 2 +-
1037 kernel/trace/trace_printk.c | 6 ------
1038 scripts/gcc-plugins/size_overflow_plugin/Makefile | 4 ++--
1039 3 files changed, 3 insertions(+), 9 deletions(-)
1040
1041 commit 6e1844aa17930704e360cd231fa5d12f3aadda1b
1042 Author: Ard Biesheuvel <ard.biesheuvel@linaro.org>
1043 Date: Mon Oct 17 15:05:33 2016 +0100
1044
1045 mac80211: move struct aead_req off the stack
1046
1047 Some crypto implementations (such as the generic CCM wrapper in crypto/)
1048 use scatterlists to map fields of private data in their struct aead_req.
1049 This means these data structures cannot live in the vmalloc area, which
1050 means that they cannot live on the stack (with CONFIG_VMAP_STACK.)
1051
1052 This currently occurs only with the generic software implementation, but
1053 the private data and usage is implementation specific, so move the whole
1054 data structures off the stack into heap by allocating every time we need
1055 to use them.
1056
1057 In addition, take care not to put any of our own stack allocations into
1058 scatterlists. This involves reserving some extra room when allocating the
1059 aead_request structures, and referring to those allocations in the scatter-
1060 lists (while copying the data from the stack before the crypto operation)
1061
1062 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
1063 Signed-off-by: Johannes Berg <johannes.berg@intel.com>
1064
1065 net/mac80211/aes_ccm.c | 46 ++++++++++++++++++++++++++++++----------------
1066 net/mac80211/aes_ccm.h | 8 +++++---
1067 net/mac80211/aes_gcm.c | 43 ++++++++++++++++++++++++++++---------------
1068 net/mac80211/aes_gcm.h | 6 ++++--
1069 net/mac80211/aes_gmac.c | 26 +++++++++++++-------------
1070 net/mac80211/aes_gmac.h | 4 ++++
1071 net/mac80211/wpa.c | 22 +++++++++-------------
1072 7 files changed, 93 insertions(+), 62 deletions(-)
1073
1074 commit c10e1633c41d5418e6eedc665582418a5befbb4f
1075 Author: Brad Spengler <spender@grsecurity.net>
1076 Date: Sun Nov 27 10:27:05 2016 -0500
1077
1078 Work around drbd size_overflow FP when SIZE_OVERFLOW_EXTRA is enabled, reported by rot at:
1079 https://forums.grsecurity.net/viewtopic.php?f=3&t=4526
1080
1081 drivers/block/drbd/drbd_int.h | 2 +-
1082 1 file changed, 1 insertion(+), 1 deletion(-)
1083
1084 commit 249d9232cebd4152a203680c63759332cdac13cb
1085 Merge: 18d46a8 b01d05b
1086 Author: Brad Spengler <spender@grsecurity.net>
1087 Date: Sat Nov 26 08:07:35 2016 -0500
1088
1089 Merge branch 'pax-test' into grsec-test
1090
1091 commit b01d05b77234043e071a10852c021c594531af1b
1092 Merge: 41ec71c 36bd5bf
1093 Author: Brad Spengler <spender@grsecurity.net>
1094 Date: Sat Nov 26 08:07:28 2016 -0500
1095
1096 Merge branch 'linux-4.8.y' into pax-test
1097
1098 commit 18d46a8fa74de2cb68fb5e6678959e5e61c6fea6
1099 Author: Brad Spengler <spender@grsecurity.net>
1100 Date: Fri Nov 25 08:37:05 2016 -0500
1101
1102 Mark __phys_addr_nodebug() on x64 as always-inlined
1103
1104 arch/x86/include/asm/page_64.h | 2 +-
1105 1 file changed, 1 insertion(+), 1 deletion(-)
1106
1107 commit 5dd906f677c6d649efad1b01da6d6965e15ac3db
1108 Author: Andrey Ryabinin <aryabinin@virtuozzo.com>
1109 Date: Thu Nov 24 13:23:10 2016 +0000
1110
1111 mpi: Fix NULL ptr dereference in mpi_powm() [ver #3]
1112
1113 This fixes CVE-2016-8650.
1114
1115 If mpi_powm() is given a zero exponent, it wants to immediately return
1116 either 1 or 0, depending on the modulus. However, if the result was
1117 initalised with zero limb space, no limbs space is allocated and a
1118 NULL-pointer exception ensues.
1119
1120 Fix this by allocating a minimal amount of limb space for the result when
1121 the 0-exponent case when the result is 1 and not touching the limb space
1122 when the result is 0.
1123
1124 This affects the use of RSA keys and X.509 certificates that carry them.
1125
1126 BUG: unable to handle kernel NULL pointer dereference at (null)
1127 IP: [<ffffffff8138ce5d>] mpi_powm+0x32/0x7e6
1128 PGD 0
1129 Oops: 0002 [#1] SMP
1130 Modules linked in:
1131 CPU: 3 PID: 3014 Comm: keyctl Not tainted 4.9.0-rc6-fscache+ #278
1132 Hardware name: ASUS All Series/H97-PLUS, BIOS 2306 10/09/2014
1133 task: ffff8804011944c0 task.stack: ffff880401294000
1134 RIP: 0010:[<ffffffff8138ce5d>] [<ffffffff8138ce5d>] mpi_powm+0x32/0x7e6
1135 RSP: 0018:ffff880401297ad8 EFLAGS: 00010212
1136 RAX: 0000000000000000 RBX: ffff88040868bec0 RCX: ffff88040868bba0
1137 RDX: ffff88040868b260 RSI: ffff88040868bec0 RDI: ffff88040868bee0
1138 RBP: ffff880401297ba8 R08: 0000000000000000 R09: 0000000000000000
1139 R10: 0000000000000047 R11: ffffffff8183b210 R12: 0000000000000000
1140 R13: ffff8804087c7600 R14: 000000000000001f R15: ffff880401297c50
1141 FS: 00007f7a7918c700(0000) GS:ffff88041fb80000(0000) knlGS:0000000000000000
1142 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
1143 CR2: 0000000000000000 CR3: 0000000401250000 CR4: 00000000001406e0
1144 Stack:
1145 ffff88040868bec0 0000000000000020 ffff880401297b00 ffffffff81376cd4
1146 0000000000000100 ffff880401297b10 ffffffff81376d12 ffff880401297b30
1147 ffffffff81376f37 0000000000000100 0000000000000000 ffff880401297ba8
1148 Call Trace:
1149 [<ffffffff81376cd4>] ? __sg_page_iter_next+0x43/0x66
1150 [<ffffffff81376d12>] ? sg_miter_get_next_page+0x1b/0x5d
1151 [<ffffffff81376f37>] ? sg_miter_next+0x17/0xbd
1152 [<ffffffff8138ba3a>] ? mpi_read_raw_from_sgl+0xf2/0x146
1153 [<ffffffff8132a95c>] rsa_verify+0x9d/0xee
1154 [<ffffffff8132acca>] ? pkcs1pad_sg_set_buf+0x2e/0xbb
1155 [<ffffffff8132af40>] pkcs1pad_verify+0xc0/0xe1
1156 [<ffffffff8133cb5e>] public_key_verify_signature+0x1b0/0x228
1157 [<ffffffff8133d974>] x509_check_for_self_signed+0xa1/0xc4
1158 [<ffffffff8133cdde>] x509_cert_parse+0x167/0x1a1
1159 [<ffffffff8133d609>] x509_key_preparse+0x21/0x1a1
1160 [<ffffffff8133c3d7>] asymmetric_key_preparse+0x34/0x61
1161 [<ffffffff812fc9f3>] key_create_or_update+0x145/0x399
1162 [<ffffffff812fe227>] SyS_add_key+0x154/0x19e
1163 [<ffffffff81001c2b>] do_syscall_64+0x80/0x191
1164 [<ffffffff816825e4>] entry_SYSCALL64_slow_path+0x25/0x25
1165 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
1166 RIP [<ffffffff8138ce5d>] mpi_powm+0x32/0x7e6
1167 RSP <ffff880401297ad8>
1168 CR2: 0000000000000000
1169 ---[ end trace d82015255d4a5d8d ]---
1170
1171 Basically, this is a backport of a libgcrypt patch:
1172
1173 http://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgcrypt.git;a=patch;h=6e1adb05d290aeeb1c230c763970695f4a538526
1174
1175 Fixes: cdec9cb5167a ("crypto: GnuPG based MPI lib - source files (part 1)")
1176 Signed-off-by: Andrey Ryabinin <aryabinin@virtuozzo.com>
1177 Signed-off-by: David Howells <dhowells@redhat.com>
1178 cc: Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
1179 cc: linux-ima-devel@lists.sourceforge.net
1180 cc: stable@vger.kernel.org
1181 Signed-off-by: James Morris <james.l.morris@oracle.com>
1182
1183 lib/mpi/mpi-pow.c | 7 ++++++-
1184 1 file changed, 6 insertions(+), 1 deletion(-)
1185
1186 commit 218b2fc710bd61f32c7c0cf4556aa628bccf0382
1187 Author: Andrey Ryabinin <aryabinin@virtuozzo.com>
1188 Date: Thu Nov 24 13:23:03 2016 +0000
1189
1190 X.509: Fix double free in x509_cert_parse() [ver #3]
1191
1192 We shouldn't free cert->pub->key in x509_cert_parse() because
1193 x509_free_certificate() also does this:
1194 BUG: Double free or freeing an invalid pointer
1195 ...
1196 Call Trace:
1197 [<ffffffff81896c20>] dump_stack+0x63/0x83
1198 [<ffffffff81356571>] kasan_object_err+0x21/0x70
1199 [<ffffffff81356ed9>] kasan_report_double_free+0x49/0x60
1200 [<ffffffff813561ad>] kasan_slab_free+0x9d/0xc0
1201 [<ffffffff81350b7a>] kfree+0x8a/0x1a0
1202 [<ffffffff81844fbf>] public_key_free+0x1f/0x30
1203 [<ffffffff818455d4>] x509_free_certificate+0x24/0x90
1204 [<ffffffff818460bc>] x509_cert_parse+0x2bc/0x300
1205 [<ffffffff81846cae>] x509_key_preparse+0x3e/0x330
1206 [<ffffffff818444cf>] asymmetric_key_preparse+0x6f/0x100
1207 [<ffffffff8178bec0>] key_create_or_update+0x260/0x5f0
1208 [<ffffffff8178e6d9>] SyS_add_key+0x199/0x2a0
1209 [<ffffffff821d823b>] entry_SYSCALL_64_fastpath+0x1e/0xad
1210 Object at ffff880110bd1900, in cache kmalloc-512 size: 512
1211 ....
1212 Freed:
1213 PID = 2579
1214 [<ffffffff8104283b>] save_stack_trace+0x1b/0x20
1215 [<ffffffff813558f6>] save_stack+0x46/0xd0
1216 [<ffffffff81356183>] kasan_slab_free+0x73/0xc0
1217 [<ffffffff81350b7a>] kfree+0x8a/0x1a0
1218 [<ffffffff818460a3>] x509_cert_parse+0x2a3/0x300
1219 [<ffffffff81846cae>] x509_key_preparse+0x3e/0x330
1220 [<ffffffff818444cf>] asymmetric_key_preparse+0x6f/0x100
1221 [<ffffffff8178bec0>] key_create_or_update+0x260/0x5f0
1222 [<ffffffff8178e6d9>] SyS_add_key+0x199/0x2a0
1223 [<ffffffff821d823b>] entry_SYSCALL_64_fastpath+0x1e/0xad
1224
1225 Fixes: db6c43bd2132 ("crypto: KEYS: convert public key and digsig asym to the akcipher api")
1226 Signed-off-by: Andrey Ryabinin <aryabinin@virtuozzo.com>
1227 Cc: <stable@vger.kernel.org>
1228 Signed-off-by: David Howells <dhowells@redhat.com>
1229 Signed-off-by: James Morris <james.l.morris@oracle.com>
1230
1231 crypto/asymmetric_keys/x509_cert_parser.c | 1 -
1232 1 file changed, 1 deletion(-)
1233
1234 commit 7ab38a1d2f20a0ee1646c61f69c5628868e36e1c
1235 Author: Brad Spengler <spender@grsecurity.net>
1236 Date: Fri Nov 25 15:04:31 2016 -0500
1237
1238 Mark RANDSTRUCT as depending on GCC_PLUGINS
1239
1240 grsecurity/Kconfig | 1 +
1241 1 file changed, 1 insertion(+)
1242
1243 commit 4b779f90caef66bc904533a068e82ed7929a741f
1244 Author: Brad Spengler <spender@grsecurity.net>
1245 Date: Wed Nov 23 22:22:22 2016 -0500
1246
1247 whitespace cleanup
1248
1249 mm/usercopy.c | 6 +++---
1250 1 file changed, 3 insertions(+), 3 deletions(-)
1251
1252 commit fa8c4d8069e8a83b3a30bedbb7b5281cc035722e
1253 Author: Brad Spengler <spender@grsecurity.net>
1254 Date: Wed Nov 23 21:36:42 2016 -0500
1255
1256 Fix regression on i386 KERNEXEC introduced by KSPP ripoff of USERCOPY
1257
1258 mm/usercopy.c | 9 +++++++++
1259 1 file changed, 9 insertions(+)
1260
1261 commit 7bde68e909b1592b4de453d16d9efd544fdcf5d7
1262 Merge: 104123c 41ec71c
1263 Author: Brad Spengler <spender@grsecurity.net>
1264 Date: Wed Nov 23 19:59:44 2016 -0500
1265
1266 Merge branch 'pax-test' into grsec-test
1267
1268 commit 41ec71c4866375c87ea6d28341bfb980ec5805f3
1269 Author: Brad Spengler <spender@grsecurity.net>
1270 Date: Wed Nov 23 19:58:53 2016 -0500
1271
1272 Update to pax-linux-4.8.10-test5.patch:
1273 - worked around a false positive initify report with KMEMCHECK, reported by spender
1274 - fixed a compile error of the initify plugin with gcc 4.5
1275 - Emese fixed an infinite recursion bug in the initify plugin that triggered with certain gcc versions, reported by spender
1276 - worked around a false positive initify report with KMEMCHECK, reported by spender
1277 - fixed a compile error of the initify plugin with gcc 4.5
1278 - Emese fixed an infinite recursion bug in the initify plugin that triggered with certain gcc versions, reported by spender
1279
1280 fs/exofs/super.c | 7 +-
1281 kernel/trace/trace_printk.c | 11 +-
1282 net/netfilter/nf_log.c | 2 +-
1283 .../size_overflow_plugin/size_overflow.h | 8 +-
1284 .../size_overflow_plugin/size_overflow_debug.c | 4 +-
1285 .../size_overflow_plugin/size_overflow_ipa.c | 143 ++++++++++++++-------
1286 .../size_overflow_plugin/size_overflow_plugin.c | 2 +-
1287 .../size_overflow_plugin_hash.c | 40 +++---
1288 .../size_overflow_plugin/size_overflow_transform.c | 6 +-
1289 9 files changed, 136 insertions(+), 87 deletions(-)
1290
1291 commit 104123c7083b4b405c3d94e5cbcf8d82a3c1bf3b
1292 Author: Joerg Roedel <jroedel@suse.de>
1293 Date: Wed Sep 14 11:41:59 2016 +0200
1294
1295 iommu/amd: Don't put completion-wait semaphore on stack
1296
1297 The semaphore used by the AMD IOMMU to signal command
1298 completion lived on the stack until now, which was safe as
1299 the driver busy-waited on the semaphore with IRQs disabled,
1300 so the stack can't go away under the driver.
1301
1302 But the recently introduced vmap-based stacks break this as
1303 the physical address of the semaphore can't be determinded
1304 easily anymore. The driver used the __pa() macro, but that
1305 only works in the direct-mapping. The result were
1306 Completion-Wait timeout errors seen by the IOMMU driver,
1307 breaking system boot.
1308
1309 Since putting the semaphore on the stack is bad design
1310 anyway, move the semaphore into 'struct amd_iommu'. It is
1311 protected by the per-iommu lock and now in the direct
1312 mapping again. This fixes the Completion-Wait timeout errors
1313 and makes AMD IOMMU systems boot again with vmap-based
1314 stacks enabled.
1315
1316 Reported-by: Borislav Petkov <bp@alien8.de>
1317 Signed-off-by: Joerg Roedel <jroedel@suse.de>
1318 Cc: H. Peter Anvin <hpa@zytor.com>
1319 Cc: Linus Torvalds <torvalds@linux-foundation.org>
1320 Cc: Peter Zijlstra <peterz@infradead.org>
1321 Cc: Thomas Gleixner <tglx@linutronix.de>
1322 Signed-off-by: Ingo Molnar <mingo@kernel.org>
1323
1324 drivers/iommu/amd_iommu.c | 51 ++++++++++++++++++++++++++++-------------
1325 drivers/iommu/amd_iommu_types.h | 2 ++
1326 2 files changed, 37 insertions(+), 16 deletions(-)
1327
1328 commit fb4681fbb3ac4fbfc38c4d878a769d9521b2cadc
1329 Merge: 5c7c04f7 2eb064c
1330 Author: Brad Spengler <spender@grsecurity.net>
1331 Date: Mon Nov 21 07:32:06 2016 -0500
1332
1333 Merge branch 'pax-test' into grsec-test
1334
1335 commit 2eb064cd06070c433afb5bbe06f2912c6fe4c0ca
1336 Merge: ec40a67 cf5ae29
1337 Author: Brad Spengler <spender@grsecurity.net>
1338 Date: Mon Nov 21 07:31:48 2016 -0500
1339
1340 Merge branch 'linux-4.8.y' into pax-test
1341
1342 commit 5c7c04f7c8fcb7a3730b34db41a0842ef0dbed51
1343 Author: Brad Spengler <spender@grsecurity.net>
1344 Date: Sat Nov 19 19:50:51 2016 -0500
1345
1346 compile fix
1347
1348 drivers/platform/x86/toshiba-wmi.c | 2 +-
1349 1 file changed, 1 insertion(+), 1 deletion(-)
1350
1351 commit 05eb3d0ec6643c60f794937ba562fea97f5be897
1352 Author: Brad Spengler <spender@grsecurity.net>
1353 Date: Sat Nov 19 19:32:09 2016 -0500
1354
1355 compile fix
1356
1357 net/netfilter/nf_log.c | 2 +-
1358 1 file changed, 1 insertion(+), 1 deletion(-)
1359
1360 commit fb9517eef2f4321b99e1427728ea81e7beb6709e
1361 Author: Brad Spengler <spender@grsecurity.net>
1362 Date: Sat Nov 19 19:26:19 2016 -0500
1363
1364 compile fix
1365
1366 drivers/platform/x86/toshiba-wmi.c | 2 +-
1367 1 file changed, 1 insertion(+), 1 deletion(-)
1368
1369 commit d7be8fc340893cb7a61f295adf357433684c1412
1370 Author: Brad Spengler <spender@grsecurity.net>
1371 Date: Sat Nov 19 18:50:43 2016 -0500
1372
1373 Fix an instance of DMA on stack reported by jotik
1374
1375 drivers/tty/hvc/hvc_console.c | 13 +++++++++++--
1376 1 file changed, 11 insertions(+), 2 deletions(-)
1377
1378 commit 491d119de68bd80666a5e0c9a45538b03a7e0359
1379 Merge: d06ab17 ec40a67
1380 Author: Brad Spengler <spender@grsecurity.net>
1381 Date: Sat Nov 19 09:49:17 2016 -0500
1382
1383 Merge branch 'pax-test' into grsec-test
1384
1385 commit ec40a67f38da6771cc50d21b8bdfef7fe85c13f9
1386 Merge: d10440d 8765773
1387 Author: Brad Spengler <spender@grsecurity.net>
1388 Date: Sat Nov 19 09:48:59 2016 -0500
1389
1390 Merge branch 'linux-4.8.y' into pax-test
1391
1392 commit d06ab1776f143f4c0f040b37b5d4be02fb4c2b2f
1393 Author: Brad Spengler <spender@grsecurity.net>
1394 Date: Wed Nov 16 20:06:47 2016 -0500
1395
1396 Move location of GRKERNSEC_BRUTE call, otherwise on systems with suid
1397 dumping enabled, the crash of a suid/fscapped binary will not produce a
1398 coredump as a SIGKILL to the other threads of the process will trigger
1399 a group exit. Thanks to Michael Hu and Meenakshi Selvaraj for the report!
1400
1401 fs/coredump.c | 6 +++---
1402 1 file changed, 3 insertions(+), 3 deletions(-)
1403
1404 commit 2deb6e90bf515a547273218c9e5e80362cedf5f4
1405 Merge: 538290f d10440d
1406 Author: Brad Spengler <spender@grsecurity.net>
1407 Date: Tue Nov 15 07:22:21 2016 -0500
1408
1409 Merge branch 'pax-test' into grsec-test
1410
1411 commit d10440da199a8c4601cf572c85c240b391d7ff1c
1412 Author: Brad Spengler <spender@grsecurity.net>
1413 Date: Tue Nov 15 07:21:39 2016 -0500
1414
1415 Forward-port PaX INITIFY updates:
1416 - Emese fixed an infinite recursion bug in the initify plugin that triggered with certain gcc versions, reported by spender
1417 - fixed a copy-paste error in the previous initify compile error fix
1418
1419 scripts/gcc-plugins/initify_plugin.c | 7 +++----
1420 1 file changed, 3 insertions(+), 4 deletions(-)
1421
1422 commit 538290f125d86e96ca1cb58ec6b6dc42c6df94f5
1423 Merge: 29790c8 0651bb9
1424 Author: Brad Spengler <spender@grsecurity.net>
1425 Date: Tue Nov 15 07:16:37 2016 -0500
1426
1427 Merge branch 'pax-test' into grsec-test
1428
1429 commit 0651bb9a29497614f2ac8907576e13c25d14417d
1430 Merge: 3dccfc8 61385cc
1431 Author: Brad Spengler <spender@grsecurity.net>
1432 Date: Tue Nov 15 07:16:23 2016 -0500
1433
1434 Merge branch 'linux-4.8.y' into pax-test
1435
1436 commit 29790c808b36fed3643adb45a52ddd1eaf215d5a
1437 Merge: 884f7d7 3dccfc8
1438 Author: Brad Spengler <spender@grsecurity.net>
1439 Date: Mon Nov 14 21:55:00 2016 -0500
1440
1441 Merge branch 'pax-test' into grsec-test
1442
1443 commit 3dccfc8eb94c31bb44f90f2d5673867d47ceeae1
1444 Author: Brad Spengler <spender@grsecurity.net>
1445 Date: Mon Nov 14 21:53:56 2016 -0500
1446
1447 Forward-ported PaX updates (so all patches can be released tonight):
1448 - worked around a false positive initify report with KMEMCHECK, reported by spender
1449 - fixed a compile error of the initify plugin with gcc 4.5
1450
1451 lib/Kconfig.kmemcheck | 1 +
1452 scripts/gcc-plugins/initify_plugin.c | 8 ++++++++
1453 2 files changed, 9 insertions(+)
1454
1455 commit 884f7d7137f2cb388491c398a22b555c9e04bd3b
1456 Author: Brad Spengler <spender@grsecurity.net>
1457 Date: Mon Nov 14 08:52:36 2016 -0500
1458
1459 re-enable INITIFY
1460
1461 security/Kconfig | 1 -
1462 1 file changed, 1 deletion(-)
1463
1464 commit 1199c8fee72e0204eef6e517acf1d17e1edb35d0
1465 Author: Brad Spengler <spender@grsecurity.net>
1466 Date: Sat Nov 12 09:28:52 2016 -0500
1467
1468 always clear after restore
1469
1470 kernel/power/snapshot.c | 2 --
1471 1 file changed, 2 deletions(-)
1472
1473 commit 6ee3a03e6b4610d3a4c8536222e613c9381d310a
1474 Author: Brad Spengler <spender@grsecurity.net>
1475 Date: Sat Nov 12 07:48:59 2016 -0500
1476
1477 Remove duplicate function definition caused by bad git merge
1478 Thanks to Toralf Foerster for the report
1479
1480 kernel/power/snapshot.c | 20 --------------------
1481 1 file changed, 20 deletions(-)
1482
1483 commit 972fc7c4ab01bed5011f92621c0235a29b964321
1484 Merge: b797a7f 179609c
1485 Author: Brad Spengler <spender@grsecurity.net>
1486 Date: Thu Nov 10 21:30:42 2016 -0500
1487
1488 Merge branch 'pax-test' into grsec-test
1489
1490 commit 179609c35bcb2c28967e27dd71850a64dd8d2457
1491 Author: Brad Spengler <spender@grsecurity.net>
1492 Date: Thu Nov 10 21:28:09 2016 -0500
1493
1494 Update to pax-linux-4.8.7-test3.patch
1495
1496 Makefile | 5 +-
1497 arch/x86/kernel/alternative.c | 2 +
1498 arch/x86/kernel/cpu/intel.c | 6 +
1499 arch/x86/kernel/tsc.c | 3 +
1500 .../gcc-plugins/size_overflow_plugin/.gitignore | 5 +-
1501 .../gcc-plugins/size_overflow_plugin/e_fields.data | 240 ++++++++++++++++---
1502 .../gcc-plugins/size_overflow_plugin/e_fns.data | 262 +++++++++++++++++++--
1503 .../gcc-plugins/size_overflow_plugin/e_vars.data | 3 +
1504 8 files changed, 467 insertions(+), 59 deletions(-)
1505
1506 commit b797a7f8f1bd6dd882c302108d3e0e24eec4eb52
1507 Merge: c65bef9 61c5e35
1508 Author: Brad Spengler <spender@grsecurity.net>
1509 Date: Thu Nov 10 18:47:19 2016 -0500
1510
1511 Merge branch 'pax-test' into grsec-test
1512
1513 commit 61c5e357c8e096078f3087cc1c9945311580ef58
1514 Merge: 26e177d 567aeca
1515 Author: Brad Spengler <spender@grsecurity.net>
1516 Date: Thu Nov 10 18:47:09 2016 -0500
1517
1518 Merge branch 'linux-4.8.y' into pax-test
1519
1520 commit c65bef9442a61a12256456658a6e3a3aa6f0017c
1521 Author: Brad Spengler <spender@grsecurity.net>
1522 Date: Wed Nov 9 17:22:04 2016 -0500
1523
1524 Add SLAB_USERCOPY backward compatibility for out of tree modules
1525
1526 include/linux/slab.h | 7 +++++++
1527 mm/slab_common.c | 3 ++-
1528 2 files changed, 9 insertions(+), 1 deletion(-)
1529
1530 commit 9f7c67696110c732bc080f27629a93c652aa6784
1531 Merge: 8c2ed61 26e177d
1532 Author: Brad Spengler <spender@grsecurity.net>
1533 Date: Wed Nov 9 17:13:02 2016 -0500
1534
1535 Merge branch 'pax-test' into grsec-test
1536
1537 commit 26e177df8561bd7b261090dcce16f8bc5a166e43
1538 Author: Brad Spengler <spender@grsecurity.net>
1539 Date: Wed Nov 9 17:11:43 2016 -0500
1540
1541 Update to pax-linux-4.8.6-test2.patch:
1542 - fixed resume regression on X86 caused by the recent constification of boot_cpu_data, reported by Joe Gabinsky (https://bugs.archlinux.org/task/51767)
1543 - worked around a compile error with gcc enforced PIE, reported by Carlos Carvalho (https://forums.grsecurity.net/viewtopic.php?f=3&t=4607)
1544 - fixed a latent entropy compile error that triggered on arm, reported by spender
1545
1546 Makefile | 2 ++
1547 arch/x86/include/asm/irqflags.h | 2 ++
1548 arch/x86/include/asm/uaccess_32.h | 3 +++
1549 arch/x86/include/asm/uaccess_64.h | 4 ++++
1550 arch/x86/kernel/acpi/wakeup_32.S | 2 ++
1551 arch/x86/kernel/acpi/wakeup_64.S | 2 ++
1552 arch/x86/kernel/cpu/common.c | 6 ++++++
1553 arch/x86/kernel/vm86_32.c | 6 ++----
1554 arch/x86/power/hibernate_asm_32.S | 2 ++
1555 arch/x86/power/hibernate_asm_64.S | 2 ++
1556 fs/pstore/ftrace.c | 1 +
1557 kernel/events/hw_breakpoint.c | 1 +
1558 mm/slab.c | 14 +++++++-------
1559 scripts/gcc-plugins/latent_entropy_plugin.c | 4 ++--
1560 scripts/gcc-plugins/size_overflow_plugin/disable.data | 3 +++
1561 scripts/gcc-plugins/size_overflow_plugin/e_fns.data | 5 +----
1562 16 files changed, 42 insertions(+), 17 deletions(-)
1563
1564 commit 8c2ed61b048133cef4d19cbcfad489c5229c6d85
1565 Author: Brad Spengler <spender@grsecurity.net>
1566 Date: Wed Nov 9 17:08:54 2016 -0500
1567
1568 re-enable latent_entropy on ARM
1569
1570 security/Kconfig | 1 -
1571 1 file changed, 1 deletion(-)
1572
1573 commit f111a022d48483a796d7f6d170e5165fa17c32aa
1574 Author: Brad Spengler <spender@grsecurity.net>
1575 Date: Tue Nov 8 21:10:00 2016 -0500
1576
1577 Update size_overflow hash tables
1578
1579 scripts/gcc-plugins/size_overflow_plugin/e_fields.data | 1 +
1580 scripts/gcc-plugins/size_overflow_plugin/e_fns.data | 1 +
1581 2 files changed, 2 insertions(+)
1582
1583 commit f4e7a9c6e5c14a7d9765191e4fdae902e777a62b
1584 Author: Brad Spengler <spender@grsecurity.net>
1585 Date: Tue Nov 8 20:39:56 2016 -0500
1586
1587 Update size_overflow hash table
1588
1589 .../gcc-plugins/size_overflow_plugin/e_fields.data | 87 ++++++++++++++++++----
1590 .../gcc-plugins/size_overflow_plugin/e_fns.data | 81 +++++++++++++++++---
1591 2 files changed, 143 insertions(+), 25 deletions(-)
1592
1593 commit f3a2f418e4c8c9e7a3c8e44994a9b789b755f690
1594 Author: Brad Spengler <spender@grsecurity.net>
1595 Date: Tue Nov 8 20:27:26 2016 -0500
1596
1597 Update size_overflow hash table
1598
1599 scripts/gcc-plugins/size_overflow_plugin/e_fields.data | 1 +
1600 scripts/gcc-plugins/size_overflow_plugin/e_fns.data | 1 +
1601 2 files changed, 2 insertions(+)
1602
1603 commit 7429f39d5af5c7c6744dadbc8cef6fb09bba0378
1604 Author: Brad Spengler <spender@grsecurity.net>
1605 Date: Tue Nov 8 20:22:07 2016 -0500
1606
1607 compile fix
1608
1609 security/Kconfig | 2 +-
1610 1 file changed, 1 insertion(+), 1 deletion(-)
1611
1612 commit 2c1be792d3b1eced5c977f431b97a6f358257c7d
1613 Author: Brad Spengler <spender@grsecurity.net>
1614 Date: Tue Nov 8 20:15:52 2016 -0500
1615
1616 Disable LATENT_ENTROPY on ARM temporarily
1617
1618 security/Kconfig | 1 +
1619 1 file changed, 1 insertion(+)
1620
1621 commit 5baa2459453f698c59713d66c19a35ceb08c6423
1622 Author: Brad Spengler <spender@grsecurity.net>
1623 Date: Tue Nov 8 19:28:11 2016 -0500
1624
1625 Update size_overflow hash tables
1626
1627 .../gcc-plugins/size_overflow_plugin/e_fields.data | 19 +++++++++--
1628 .../gcc-plugins/size_overflow_plugin/e_fns.data | 38 ++++++++++++++++++++--
1629 .../gcc-plugins/size_overflow_plugin/e_vars.data | 2 ++
1630 3 files changed, 55 insertions(+), 4 deletions(-)
1631
1632 commit e6ff4162464e018c08a58689f60664f96786a4e0
1633 Author: Brad Spengler <spender@grsecurity.net>
1634 Date: Tue Nov 8 19:23:13 2016 -0500
1635
1636 Update size_overflow hash tables
1637
1638 .../gcc-plugins/size_overflow_plugin/e_fields.data | 132 +++++++++++++++++---
1639 .../gcc-plugins/size_overflow_plugin/e_fns.data | 135 +++++++++++++++++++--
1640 .../gcc-plugins/size_overflow_plugin/e_vars.data | 1 +
1641 3 files changed, 243 insertions(+), 25 deletions(-)
1642
1643 commit ee26614f6745609f79b28620130afa73b2c86ff8
1644 Author: Brad Spengler <spender@grsecurity.net>
1645 Date: Tue Nov 8 19:10:38 2016 -0500
1646
1647 Update size_overflow hash table
1648
1649 scripts/gcc-plugins/size_overflow_plugin/e_fns.data | 8 ++++++++
1650 1 file changed, 8 insertions(+)
1651
1652 commit d3291c0dc6f25e59c8c402b66416cf0f4f6dddb7
1653 Author: Brad Spengler <spender@grsecurity.net>
1654 Date: Tue Nov 8 19:03:02 2016 -0500
1655
1656 Initial import of grsecurity 3.1 for Linux 4.8.6
1657
1658 Documentation/dontdiff | 2 +
1659 Documentation/kernel-parameters.txt | 6 +
1660 Documentation/sysctl/kernel.txt | 15 +
1661 Makefile | 8 +-
1662 arch/alpha/include/asm/cache.h | 4 +-
1663 arch/alpha/kernel/osf_sys.c | 12 +-
1664 arch/arc/Kconfig | 1 +
1665 arch/arm/Kconfig | 2 +
1666 arch/arm/Kconfig.debug | 1 +
1667 arch/arm/include/asm/cacheflush.h | 2 +-
1668 arch/arm/include/asm/thread_info.h | 7 +-
1669 arch/arm/kernel/entry-common.S | 8 +-
1670 arch/arm/kernel/process.c | 4 +-
1671 arch/arm/kernel/ptrace.c | 9 +
1672 arch/arm/kernel/traps.c | 7 +-
1673 arch/arm/mm/Kconfig | 4 +-
1674 arch/arm/mm/fault.c | 40 +-
1675 arch/arm/mm/mmap.c | 8 +-
1676 arch/arm/net/bpf_jit_32.c | 51 +-
1677 arch/arm64/Kconfig.debug | 1 +
1678 arch/arm64/include/asm/atomic.h | 2 +
1679 arch/arm64/include/asm/cache.h | 2 +
1680 arch/arm64/include/asm/pgtable.h | 3 +
1681 arch/avr32/include/asm/cache.h | 4 +-
1682 arch/blackfin/Kconfig.debug | 1 +
1683 arch/blackfin/include/asm/cache.h | 3 +-
1684 arch/cris/include/arch-v10/arch/cache.h | 3 +-
1685 arch/cris/include/arch-v32/arch/cache.h | 3 +-
1686 arch/frv/include/asm/cache.h | 3 +-
1687 arch/frv/mm/elf-fdpic.c | 4 +-
1688 arch/hexagon/include/asm/cache.h | 6 +-
1689 arch/ia64/Kconfig | 1 +
1690 arch/ia64/include/asm/cache.h | 3 +-
1691 arch/ia64/kernel/sys_ia64.c | 2 +
1692 arch/ia64/mm/hugetlbpage.c | 2 +
1693 arch/m32r/include/asm/cache.h | 4 +-
1694 arch/m68k/include/asm/cache.h | 4 +-
1695 arch/m68k/kernel/time.c | 1 +
1696 arch/metag/mm/hugetlbpage.c | 1 +
1697 arch/microblaze/include/asm/cache.h | 3 +-
1698 arch/mips/Kconfig | 1 +
1699 arch/mips/include/asm/thread_info.h | 11 +-
1700 arch/mips/kernel/irq.c | 3 +
1701 arch/mips/kernel/ptrace.c | 9 +
1702 arch/mips/mm/mmap.c | 4 +-
1703 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
1704 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
1705 arch/openrisc/include/asm/cache.h | 4 +-
1706 arch/parisc/include/asm/cache.h | 3 +
1707 arch/parisc/kernel/sys_parisc.c | 4 +
1708 arch/powerpc/Kconfig | 1 +
1709 arch/powerpc/include/asm/thread_info.h | 5 +-
1710 arch/powerpc/kernel/Makefile | 2 +
1711 arch/powerpc/kernel/irq.c | 3 +
1712 arch/powerpc/kernel/process.c | 10 +-
1713 arch/powerpc/kernel/ptrace.c | 15 +
1714 arch/powerpc/kernel/traps.c | 5 +
1715 arch/powerpc/mm/slice.c | 2 +-
1716 arch/s390/Kconfig.debug | 1 +
1717 arch/s390/include/asm/cache.h | 4 +-
1718 arch/score/include/asm/cache.h | 4 +-
1719 arch/sh/include/asm/cache.h | 3 +-
1720 arch/sh/mm/mmap.c | 6 +-
1721 arch/sparc/include/asm/thread_info_64.h | 8 +-
1722 arch/sparc/kernel/process_32.c | 6 +-
1723 arch/sparc/kernel/process_64.c | 8 +-
1724 arch/sparc/kernel/ptrace_64.c | 14 +
1725 arch/sparc/kernel/sys_sparc_64.c | 8 +-
1726 arch/sparc/kernel/syscalls.S | 8 +-
1727 arch/sparc/kernel/traps_32.c | 8 +-
1728 arch/sparc/kernel/traps_64.c | 28 +-
1729 arch/sparc/kernel/unaligned_64.c | 2 +-
1730 arch/sparc/mm/fault_64.c | 2 +-
1731 arch/sparc/mm/hugetlbpage.c | 15 +-
1732 arch/tile/Kconfig | 1 +
1733 arch/tile/include/asm/cache.h | 3 +-
1734 arch/tile/mm/hugetlbpage.c | 2 +
1735 arch/unicore32/include/asm/cache.h | 6 +-
1736 arch/x86/Kconfig | 21 +
1737 arch/x86/Kconfig.debug | 2 +
1738 arch/x86/entry/common.c | 14 +
1739 arch/x86/entry/entry_32.S | 2 +-
1740 arch/x86/entry/entry_64.S | 2 +-
1741 arch/x86/ia32/ia32_aout.c | 2 +
1742 arch/x86/include/asm/floppy.h | 20 +-
1743 arch/x86/include/asm/fpu/types.h | 69 +-
1744 arch/x86/include/asm/io.h | 2 +-
1745 arch/x86/include/asm/page.h | 12 +-
1746 arch/x86/include/asm/paravirt_types.h | 21 +-
1747 arch/x86/include/asm/processor.h | 4 +-
1748 arch/x86/include/asm/thread_info.h | 6 +-
1749 arch/x86/kernel/dumpstack.c | 8 +-
1750 arch/x86/kernel/dumpstack_32.c | 1 +
1751 arch/x86/kernel/ioport.c | 13 +
1752 arch/x86/kernel/irq_32.c | 3 +
1753 arch/x86/kernel/irq_64.c | 7 +-
1754 arch/x86/kernel/ldt.c | 18 +
1755 arch/x86/kernel/msr.c | 12 +
1756 arch/x86/kernel/sys_i386_32.c | 9 +-
1757 arch/x86/kernel/sys_x86_64.c | 8 +-
1758 arch/x86/kernel/traps.c | 5 +
1759 arch/x86/kernel/verify_cpu.S | 1 +
1760 arch/x86/kernel/vm86_32.c | 15 +
1761 arch/x86/mm/fault.c | 12 +-
1762 arch/x86/mm/hugetlbpage.c | 15 +-
1763 arch/x86/mm/init.c | 51 +-
1764 arch/x86/mm/init_32.c | 6 +-
1765 arch/x86/mm/mmap.c | 16 +-
1766 arch/x86/net/bpf_jit_comp.c | 4 +
1767 arch/x86/xen/Kconfig | 1 +
1768 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
1769 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
1770 crypto/scatterwalk.c | 10 +-
1771 drivers/acpi/acpica/hwxfsleep.c | 11 +-
1772 drivers/acpi/custom_method.c | 4 +
1773 drivers/block/cciss.h | 30 +-
1774 drivers/block/smart1,2.h | 40 +-
1775 drivers/char/Kconfig | 4 +-
1776 drivers/char/mem.c | 19 +-
1777 drivers/char/random.c | 3 -
1778 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
1779 drivers/firewire/ohci.c | 4 +
1780 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 82 +-
1781 .../drm/amd/powerplay/hwmgr/cz_clockpowergating.c | 12 +-
1782 drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c | 58 +-
1783 drivers/gpu/drm/amd/powerplay/hwmgr/fiji_thermal.c | 20 +-
1784 .../drm/amd/powerplay/hwmgr/polaris10_thermal.c | 22 +-
1785 .../gpu/drm/amd/powerplay/hwmgr/tonga_thermal.c | 20 +-
1786 drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.c | 9 +-
1787 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
1788 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
1789 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
1790 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
1791 drivers/infiniband/hw/i40iw/i40iw_ctrl.c | 138 +-
1792 drivers/infiniband/hw/i40iw/i40iw_uk.c | 34 +-
1793 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
1794 drivers/iommu/amd_iommu.c | 14 +-
1795 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
1796 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
1797 drivers/isdn/gigaset/usb-gigaset.c | 32 +-
1798 drivers/isdn/i4l/isdn_concap.c | 6 +-
1799 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
1800 drivers/md/bcache/Kconfig | 1 +
1801 drivers/md/raid5.c | 8 +
1802 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
1803 .../media/platform/mtk-vcodec/venc/venc_h264_if.c | 8 +-
1804 .../media/platform/mtk-vcodec/venc/venc_vp8_if.c | 8 +-
1805 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
1806 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
1807 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
1808 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
1809 drivers/media/usb/dvb-usb/technisat-usb2.c | 23 +-
1810 drivers/message/fusion/mptbase.c | 9 +
1811 drivers/misc/sgi-xp/xp_main.c | 12 +-
1812 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
1813 drivers/net/wan/lmc/lmc_media.c | 97 +-
1814 drivers/net/wan/z85230.c | 24 +-
1815 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
1816 drivers/pci/proc.c | 9 +
1817 drivers/platform/x86/asus-wmi.c | 12 +
1818 drivers/rtc/rtc-dev.c | 3 +
1819 drivers/scsi/bfa/bfa_fcs.c | 19 +-
1820 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
1821 drivers/scsi/bfa/bfa_modules.h | 12 +-
1822 drivers/scsi/hpsa.h | 40 +-
1823 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
1824 drivers/staging/wilc1000/host_interface.h | 1 +
1825 drivers/staging/wilc1000/wilc_spi.c | 1 +
1826 drivers/tty/sysrq.c | 2 +-
1827 drivers/tty/tty_io.c | 4 +
1828 drivers/tty/vt/keyboard.c | 22 +-
1829 drivers/usb/core/hub.c | 5 +
1830 drivers/usb/gadget/function/f_uac1.c | 1 +
1831 drivers/usb/gadget/function/u_uac1.c | 1 +
1832 drivers/usb/host/hwa-hc.c | 9 +-
1833 drivers/usb/usbip/vhci_sysfs.c | 2 +-
1834 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
1835 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
1836 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
1837 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++----
1838 drivers/xen/xenfs/xenstored.c | 5 +
1839 firmware/Makefile | 2 +
1840 firmware/WHENCE | 20 +-
1841 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
1842 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
1843 fs/attr.c | 4 +
1844 fs/autofs4/waitq.c | 9 +
1845 fs/binfmt_aout.c | 7 +
1846 fs/binfmt_elf.c | 40 +-
1847 fs/compat.c | 20 +-
1848 fs/coredump.c | 17 +-
1849 fs/dcache.c | 5 +-
1850 fs/debugfs/inode.c | 19 +-
1851 fs/exec.c | 159 +-
1852 fs/ext2/balloc.c | 4 +-
1853 fs/ext2/super.c | 8 +-
1854 fs/ext4/balloc.c | 4 +-
1855 fs/fcntl.c | 4 +
1856 fs/fhandle.c | 3 +-
1857 fs/file.c | 4 +
1858 fs/filesystems.c | 4 +
1859 fs/fs_struct.c | 20 +-
1860 fs/hugetlbfs/inode.c | 5 +-
1861 fs/inode.c | 8 +-
1862 fs/kernfs/dir.c | 6 +
1863 fs/mount.h | 4 +-
1864 fs/namei.c | 290 +-
1865 fs/namespace.c | 24 +
1866 fs/open.c | 38 +
1867 fs/overlayfs/super.c | 6 +-
1868 fs/pipe.c | 2 +-
1869 fs/posix_acl.c | 15 +-
1870 fs/proc/Kconfig | 10 +-
1871 fs/proc/array.c | 67 +-
1872 fs/proc/base.c | 193 +-
1873 fs/proc/cmdline.c | 4 +
1874 fs/proc/devices.c | 4 +
1875 fs/proc/fd.c | 13 +-
1876 fs/proc/generic.c | 64 +
1877 fs/proc/inode.c | 17 +
1878 fs/proc/internal.h | 18 +-
1879 fs/proc/interrupts.c | 4 +
1880 fs/proc/kcore.c | 3 +
1881 fs/proc/proc_net.c | 31 +
1882 fs/proc/proc_sysctl.c | 50 +-
1883 fs/proc/root.c | 8 +
1884 fs/proc/stat.c | 69 +-
1885 fs/proc/task_mmu.c | 87 +-
1886 fs/proc/task_nommu.c | 2 +-
1887 fs/readdir.c | 19 +
1888 fs/reiserfs/item_ops.c | 24 +-
1889 fs/reiserfs/super.c | 4 +
1890 fs/select.c | 2 +
1891 fs/seq_file.c | 31 +-
1892 fs/stat.c | 20 +-
1893 fs/sysfs/dir.c | 30 +-
1894 fs/utimes.c | 8 +
1895 fs/xattr.c | 26 +-
1896 fs/xfs/xfs_ioctl.c | 6 +
1897 grsecurity/Kconfig | 1205 ++++
1898 grsecurity/Makefile | 54 +
1899 grsecurity/gracl.c | 2773 +++++++++
1900 grsecurity/gracl_alloc.c | 105 +
1901 grsecurity/gracl_cap.c | 96 +
1902 grsecurity/gracl_compat.c | 269 +
1903 grsecurity/gracl_fs.c | 448 ++
1904 grsecurity/gracl_ip.c | 387 ++
1905 grsecurity/gracl_learn.c | 209 +
1906 grsecurity/gracl_policy.c | 1784 ++++++
1907 grsecurity/gracl_res.c | 74 +
1908 grsecurity/gracl_segv.c | 306 +
1909 grsecurity/gracl_shm.c | 40 +
1910 grsecurity/grsec_chdir.c | 19 +
1911 grsecurity/grsec_chroot.c | 506 ++
1912 grsecurity/grsec_disabled.c | 445 ++
1913 grsecurity/grsec_exec.c | 188 +
1914 grsecurity/grsec_fifo.c | 26 +
1915 grsecurity/grsec_fork.c | 23 +
1916 grsecurity/grsec_init.c | 294 +
1917 grsecurity/grsec_ipc.c | 48 +
1918 grsecurity/grsec_link.c | 65 +
1919 grsecurity/grsec_log.c | 340 +
1920 grsecurity/grsec_mem.c | 48 +
1921 grsecurity/grsec_mount.c | 65 +
1922 grsecurity/grsec_pax.c | 47 +
1923 grsecurity/grsec_proc.c | 20 +
1924 grsecurity/grsec_ptrace.c | 30 +
1925 grsecurity/grsec_sig.c | 248 +
1926 grsecurity/grsec_sock.c | 244 +
1927 grsecurity/grsec_sysctl.c | 497 ++
1928 grsecurity/grsec_time.c | 16 +
1929 grsecurity/grsec_tpe.c | 78 +
1930 grsecurity/grsec_tty.c | 18 +
1931 grsecurity/grsec_usb.c | 15 +
1932 grsecurity/grsum.c | 56 +
1933 include/linux/binfmts.h | 5 +-
1934 include/linux/capability.h | 8 +
1935 include/linux/cdev.h | 2 +-
1936 include/linux/compiler-gcc.h | 5 +
1937 include/linux/compiler.h | 8 +
1938 include/linux/cred.h | 8 +-
1939 include/linux/dcache.h | 5 +-
1940 include/linux/debugfs.h | 2 +-
1941 include/linux/fs.h | 26 +-
1942 include/linux/fs_struct.h | 2 +-
1943 include/linux/fsnotify.h | 6 +
1944 include/linux/gracl.h | 342 ++
1945 include/linux/gracl_compat.h | 156 +
1946 include/linux/gralloc.h | 9 +
1947 include/linux/grdefs.h | 140 +
1948 include/linux/grinternal.h | 231 +
1949 include/linux/grmsg.h | 120 +
1950 include/linux/grsecurity.h | 259 +
1951 include/linux/grsock.h | 19 +
1952 include/linux/ipc.h | 2 +-
1953 include/linux/ipc_namespace.h | 2 +-
1954 include/linux/kallsyms.h | 18 +-
1955 include/linux/key-type.h | 4 +-
1956 include/linux/kmod.h | 7 +-
1957 include/linux/kobject.h | 2 +-
1958 include/linux/lsm_hooks.h | 4 +-
1959 include/linux/mm.h | 12 +
1960 include/linux/mm_types.h | 4 +-
1961 include/linux/module.h | 5 +-
1962 include/linux/mount.h | 2 +-
1963 include/linux/msg.h | 2 +-
1964 include/linux/netfilter/xt_gradm.h | 9 +
1965 include/linux/path.h | 4 +-
1966 include/linux/perf_event.h | 13 +-
1967 include/linux/pid_namespace.h | 2 +-
1968 include/linux/printk.h | 3 +-
1969 include/linux/proc_fs.h | 22 +-
1970 include/linux/proc_ns.h | 2 +-
1971 include/linux/rbtree_augmented.h | 4 +-
1972 include/linux/scatterlist.h | 12 +-
1973 include/linux/sched.h | 133 +-
1974 include/linux/security.h | 1 +
1975 include/linux/sem.h | 2 +-
1976 include/linux/seq_file.h | 5 +
1977 include/linux/shm.h | 6 +-
1978 include/linux/skbuff.h | 3 +
1979 include/linux/slab.h | 9 -
1980 include/linux/sysctl.h | 8 +-
1981 include/linux/tty.h | 2 +-
1982 include/linux/tty_driver.h | 4 +-
1983 include/linux/uidgid.h | 6 +
1984 include/linux/user_namespace.h | 2 +-
1985 include/linux/utsname.h | 2 +-
1986 include/linux/vermagic.h | 16 +-
1987 include/linux/vmalloc.h | 11 +
1988 include/net/af_unix.h | 2 +-
1989 include/net/ip.h | 2 +-
1990 include/net/neighbour.h | 2 +-
1991 include/net/net_namespace.h | 2 +-
1992 include/net/sock.h | 2 +-
1993 include/trace/events/fs.h | 53 +
1994 init/Kconfig | 7 +-
1995 init/main.c | 37 +
1996 ipc/mqueue.c | 1 +
1997 ipc/msg.c | 3 +-
1998 ipc/msgutil.c | 4 +-
1999 ipc/sem.c | 3 +-
2000 ipc/shm.c | 26 +-
2001 ipc/util.c | 6 +
2002 kernel/bpf/syscall.c | 10 +-
2003 kernel/capability.c | 31 +-
2004 kernel/cgroup.c | 5 +-
2005 kernel/compat.c | 1 +
2006 kernel/configs.c | 11 +
2007 kernel/cred.c | 112 +-
2008 kernel/events/core.c | 14 +-
2009 kernel/exit.c | 7 +
2010 kernel/fork.c | 93 +-
2011 kernel/futex.c | 4 +-
2012 kernel/kallsyms.c | 9 +
2013 kernel/kcmp.c | 4 +
2014 kernel/kexec_core.c | 2 +-
2015 kernel/kmod.c | 96 +-
2016 kernel/kprobes.c | 9 +-
2017 kernel/ksysfs.c | 2 +
2018 kernel/locking/lockdep_proc.c | 10 +-
2019 kernel/module.c | 108 +-
2020 kernel/panic.c | 6 +-
2021 kernel/pid.c | 18 +-
2022 kernel/power/Kconfig | 1 +
2023 kernel/power/snapshot.c | 20 +
2024 kernel/printk/printk.c | 7 +-
2025 kernel/ptrace.c | 50 +-
2026 kernel/resource.c | 10 +
2027 kernel/sched/core.c | 16 +-
2028 kernel/sched/debug.c | 4 +
2029 kernel/signal.c | 37 +-
2030 kernel/sys.c | 64 +-
2031 kernel/sysctl.c | 174 +-
2032 kernel/taskstats.c | 6 +
2033 kernel/time/posix-timers.c | 8 +
2034 kernel/time/time.c | 5 +
2035 kernel/time/timekeeping.c | 3 +
2036 kernel/time/timer_list.c | 13 +-
2037 kernel/time/timer_stats.c | 10 +-
2038 kernel/trace/Kconfig | 6 +
2039 kernel/trace/trace_syscalls.c | 8 +
2040 kernel/user_namespace.c | 15 +
2041 lib/Kconfig.debug | 11 +-
2042 lib/is_single_threaded.c | 3 +
2043 lib/list_debug.c | 65 +-
2044 lib/nlattr.c | 2 +
2045 lib/rbtree.c | 4 +-
2046 lib/vsprintf.c | 42 +-
2047 localversion-grsec | 1 +
2048 mm/Kconfig | 8 +-
2049 mm/Kconfig.debug | 1 +
2050 mm/filemap.c | 1 +
2051 mm/kmemleak.c | 4 +-
2052 mm/memory.c | 2 +-
2053 mm/mempolicy.c | 12 +-
2054 mm/migrate.c | 3 +-
2055 mm/mlock.c | 9 +
2056 mm/mmap.c | 116 +-
2057 mm/mprotect.c | 8 +
2058 mm/page_alloc.c | 2 +-
2059 mm/process_vm_access.c | 6 +
2060 mm/shmem.c | 2 +-
2061 mm/slab.c | 14 +-
2062 mm/slab_common.c | 2 +-
2063 mm/slob.c | 12 +
2064 mm/slub.c | 53 +-
2065 mm/usercopy.c | 2 -
2066 mm/util.c | 3 +
2067 mm/vmalloc.c | 94 +-
2068 mm/vmstat.c | 29 +-
2069 net/appletalk/atalk_proc.c | 2 +-
2070 net/atm/lec.c | 6 +-
2071 net/atm/mpoa_caches.c | 43 +-
2072 net/can/bcm.c | 2 +-
2073 net/can/proc.c | 2 +-
2074 net/core/dev_ioctl.c | 7 +-
2075 net/core/filter.c | 8 +-
2076 net/core/net-procfs.c | 17 +-
2077 net/core/pktgen.c | 2 +-
2078 net/core/sock.c | 23 +-
2079 net/core/sysctl_net_core.c | 2 +-
2080 net/decnet/dn_dev.c | 2 +-
2081 net/ipv4/devinet.c | 6 +-
2082 net/ipv4/inet_hashtables.c | 6 +
2083 net/ipv4/ip_input.c | 7 +
2084 net/ipv4/ip_vti.c | 2 +-
2085 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
2086 net/ipv4/route.c | 6 +-
2087 net/ipv4/tcp_input.c | 6 +-
2088 net/ipv4/tcp_ipv4.c | 24 +-
2089 net/ipv4/tcp_minisocks.c | 9 +-
2090 net/ipv4/tcp_timer.c | 11 +
2091 net/ipv4/udp.c | 23 +
2092 net/ipv6/addrconf.c | 13 +-
2093 net/ipv6/proc.c | 2 +-
2094 net/ipv6/tcp_ipv6.c | 23 +-
2095 net/ipv6/udp.c | 7 +
2096 net/ipx/ipx_proc.c | 2 +-
2097 net/irda/irproc.c | 2 +-
2098 net/llc/llc_proc.c | 2 +-
2099 net/netfilter/Kconfig | 10 +
2100 net/netfilter/Makefile | 1 +
2101 net/netfilter/xt_gradm.c | 51 +
2102 net/netfilter/xt_hashlimit.c | 4 +-
2103 net/netfilter/xt_recent.c | 2 +-
2104 net/socket.c | 75 +-
2105 net/sunrpc/Kconfig | 1 +
2106 net/sunrpc/cache.c | 2 +-
2107 net/sunrpc/stats.c | 2 +-
2108 net/unix/af_unix.c | 53 +-
2109 net/vmw_vsock/vmci_transport_notify.c | 30 +-
2110 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
2111 net/x25/sysctl_net_x25.c | 2 +-
2112 net/x25/x25_proc.c | 2 +-
2113 scripts/Makefile.gcc-plugins | 5 +
2114 scripts/gcc-plugins/.gitignore | 1 +
2115 scripts/gcc-plugins/Makefile | 10 +
2116 scripts/gcc-plugins/gen-random-seed.sh | 8 +
2117 scripts/gcc-plugins/randomize_layout_plugin.c | 940 +++
2118 .../gcc-plugins/size_overflow_plugin/.gitignore | 5 +-
2119 scripts/package/Makefile | 2 +-
2120 scripts/package/mkspec | 41 +-
2121 security/Kconfig | 314 +-
2122 security/apparmor/file.c | 4 +-
2123 security/apparmor/lsm.c | 6 +-
2124 security/commoncap.c | 29 +
2125 security/keys/internal.h | 2 +-
2126 security/tomoyo/file.c | 12 +-
2127 security/tomoyo/mount.c | 4 +
2128 security/tomoyo/tomoyo.c | 20 +-
2129 security/yama/Kconfig | 2 +-
2130 sound/synth/emux/emux_seq.c | 14 +-
2131 sound/usb/line6/driver.c | 40 +-
2132 sound/usb/line6/toneport.c | 12 +-
2133 475 files changed, 32298 insertions(+), 3053 deletions(-)
2134
2135 commit 863a7358ccafaadba7ca6d6c7b9dec8232aef6fd
2136 Author: Brad Spengler <spender@grsecurity.net>
2137 Date: Tue Nov 8 18:33:39 2016 -0500
2138
2139 Initial import of pax-linux-4.8.6-test1.patch
2140
2141 Documentation/dontdiff | 49 +-
2142 Documentation/kbuild/makefiles.txt | 39 +-
2143 Documentation/kernel-parameters.txt | 33 +
2144 Makefile | 13 +-
2145 arch/Kconfig | 2 +-
2146 arch/alpha/include/asm/atomic.h | 10 +
2147 arch/alpha/include/asm/elf.h | 7 +
2148 arch/alpha/include/asm/pgalloc.h | 6 +
2149 arch/alpha/include/asm/pgtable.h | 11 +
2150 arch/alpha/kernel/module.c | 2 +-
2151 arch/alpha/kernel/osf_sys.c | 8 +-
2152 arch/alpha/mm/fault.c | 141 +-
2153 arch/arm/Kconfig | 5 +-
2154 arch/arm/boot/compressed/Makefile | 2 +
2155 arch/arm/crypto/sha1_glue.c | 12 +-
2156 arch/arm/crypto/sha1_neon_glue.c | 10 +-
2157 arch/arm/crypto/sha256_glue.c | 13 +-
2158 arch/arm/crypto/sha256_neon_glue.c | 13 +-
2159 arch/arm/crypto/sha512-glue.c | 11 +-
2160 arch/arm/crypto/sha512-neon-glue.c | 11 +-
2161 arch/arm/include/asm/atomic.h | 306 +-
2162 arch/arm/include/asm/cache.h | 4 +-
2163 arch/arm/include/asm/cacheflush.h | 2 +-
2164 arch/arm/include/asm/checksum.h | 14 +-
2165 arch/arm/include/asm/cmpxchg.h | 5 +
2166 arch/arm/include/asm/cpuidle.h | 2 +-
2167 arch/arm/include/asm/domain.h | 43 +-
2168 arch/arm/include/asm/elf.h | 9 +-
2169 arch/arm/include/asm/fncpy.h | 2 +
2170 arch/arm/include/asm/futex.h | 1 +
2171 arch/arm/include/asm/kmap_types.h | 2 +-
2172 arch/arm/include/asm/mach/dma.h | 2 +-
2173 arch/arm/include/asm/mach/map.h | 16 +-
2174 arch/arm/include/asm/outercache.h | 2 +-
2175 arch/arm/include/asm/page.h | 3 +-
2176 arch/arm/include/asm/pgalloc.h | 20 +
2177 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
2178 arch/arm/include/asm/pgtable-2level.h | 3 +
2179 arch/arm/include/asm/pgtable-3level.h | 3 +
2180 arch/arm/include/asm/pgtable.h | 54 +-
2181 arch/arm/include/asm/smp.h | 2 +-
2182 arch/arm/include/asm/string.h | 10 +-
2183 arch/arm/include/asm/thread_info.h | 3 +
2184 arch/arm/include/asm/timex.h | 1 +
2185 arch/arm/include/asm/tls.h | 3 +
2186 arch/arm/include/asm/uaccess.h | 102 +-
2187 arch/arm/include/uapi/asm/ptrace.h | 2 +-
2188 arch/arm/kernel/armksyms.c | 2 +-
2189 arch/arm/kernel/cpuidle.c | 2 +-
2190 arch/arm/kernel/efi.c | 4 +-
2191 arch/arm/kernel/entry-armv.S | 109 +-
2192 arch/arm/kernel/entry-common.S | 40 +-
2193 arch/arm/kernel/entry-header.S | 55 +
2194 arch/arm/kernel/fiq.c | 3 +
2195 arch/arm/kernel/module-plts.c | 7 +-
2196 arch/arm/kernel/module.c | 38 +-
2197 arch/arm/kernel/patch.c | 2 +
2198 arch/arm/kernel/process.c | 86 +-
2199 arch/arm/kernel/reboot.c | 1 +
2200 arch/arm/kernel/setup.c | 20 +-
2201 arch/arm/kernel/signal.c | 35 +-
2202 arch/arm/kernel/smp.c | 2 +-
2203 arch/arm/kernel/tcm.c | 4 +-
2204 arch/arm/kernel/vmlinux.lds.S | 3 +-
2205 arch/arm/kvm/arm.c | 8 +-
2206 arch/arm/lib/copy_page.S | 1 +
2207 arch/arm/lib/csumpartialcopyuser.S | 4 +-
2208 arch/arm/lib/delay.c | 2 +-
2209 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
2210 arch/arm/mach-exynos/suspend.c | 6 +-
2211 arch/arm/mach-mmp/mmp2.c | 4 +-
2212 arch/arm/mach-mmp/pxa910.c | 4 +-
2213 arch/arm/mach-mvebu/coherency.c | 6 +-
2214 arch/arm/mach-mvebu/pmsu.c | 2 +-
2215 arch/arm/mach-omap2/board-n8x0.c | 2 +-
2216 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
2217 arch/arm/mach-omap2/omap-smp.c | 1 +
2218 arch/arm/mach-omap2/omap_device.c | 4 +-
2219 arch/arm/mach-omap2/omap_device.h | 4 +-
2220 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
2221 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
2222 arch/arm/mach-omap2/wd_timer.c | 6 +-
2223 arch/arm/mach-s3c64xx/mach-smdk6410.c | 2 +-
2224 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
2225 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
2226 arch/arm/mach-tegra/irq.c | 1 +
2227 arch/arm/mach-ux500/pm.c | 1 +
2228 arch/arm/mach-zynq/platsmp.c | 1 +
2229 arch/arm/mm/Kconfig | 6 +-
2230 arch/arm/mm/alignment.c | 24 +-
2231 arch/arm/mm/cache-l2x0.c | 2 +-
2232 arch/arm/mm/context.c | 10 +-
2233 arch/arm/mm/fault.c | 160 +
2234 arch/arm/mm/fault.h | 12 +
2235 arch/arm/mm/init.c | 39 +
2236 arch/arm/mm/ioremap.c | 4 +-
2237 arch/arm/mm/mmap.c | 36 +-
2238 arch/arm/mm/mmu.c | 162 +-
2239 arch/arm/net/bpf_jit_32.c | 3 +
2240 arch/arm/plat-iop/setup.c | 2 +-
2241 arch/arm/plat-omap/sram.c | 2 +
2242 arch/arm64/Kconfig | 1 +
2243 arch/arm64/crypto/sha1-ce-glue.c | 12 +-
2244 arch/arm64/include/asm/atomic.h | 13 +
2245 arch/arm64/include/asm/cache.h | 4 +-
2246 arch/arm64/include/asm/percpu.h | 8 +-
2247 arch/arm64/include/asm/pgalloc.h | 10 +
2248 arch/arm64/include/asm/pgtable.h | 3 +
2249 arch/arm64/include/asm/processor.h | 7 +
2250 arch/arm64/include/asm/string.h | 24 +-
2251 arch/arm64/include/asm/uaccess.h | 10 +
2252 arch/arm64/kernel/hibernate.c | 14 +-
2253 arch/arm64/kernel/probes/decode-insn.c | 4 +-
2254 arch/arm64/kernel/process.c | 9 +-
2255 arch/arm64/kernel/stacktrace.c | 4 +-
2256 arch/arm64/kernel/traps.c | 2 +-
2257 arch/avr32/include/asm/elf.h | 8 +-
2258 arch/avr32/include/asm/kmap_types.h | 4 +-
2259 arch/avr32/mm/fault.c | 27 +
2260 arch/frv/include/asm/atomic.h | 10 +
2261 arch/frv/include/asm/kmap_types.h | 2 +-
2262 arch/frv/mm/elf-fdpic.c | 3 +-
2263 arch/ia64/Makefile | 1 +
2264 arch/ia64/include/asm/atomic.h | 10 +
2265 arch/ia64/include/asm/elf.h | 7 +
2266 arch/ia64/include/asm/pgalloc.h | 12 +
2267 arch/ia64/include/asm/pgtable.h | 13 +-
2268 arch/ia64/include/asm/spinlock.h | 2 +-
2269 arch/ia64/include/asm/uaccess.h | 27 +-
2270 arch/ia64/kernel/module.c | 20 +-
2271 arch/ia64/kernel/palinfo.c | 2 +-
2272 arch/ia64/kernel/sys_ia64.c | 7 +
2273 arch/ia64/kernel/vmlinux.lds.S | 2 +-
2274 arch/ia64/mm/fault.c | 32 +-
2275 arch/ia64/mm/init.c | 15 +-
2276 arch/m32r/lib/usercopy.c | 6 +
2277 arch/mips/Kbuild | 2 +-
2278 arch/mips/Kconfig | 3 +-
2279 arch/mips/include/asm/atomic.h | 387 +-
2280 arch/mips/include/asm/cache.h | 3 +-
2281 arch/mips/include/asm/elf.h | 7 +
2282 arch/mips/include/asm/exec.h | 2 +-
2283 arch/mips/include/asm/hw_irq.h | 2 +-
2284 arch/mips/include/asm/irq.h | 1 -
2285 arch/mips/include/asm/local.h | 57 +
2286 arch/mips/include/asm/page.h | 2 +-
2287 arch/mips/include/asm/pgalloc.h | 5 +
2288 arch/mips/include/asm/pgtable.h | 3 +
2289 arch/mips/include/asm/uaccess.h | 1 +
2290 arch/mips/kernel/binfmt_elfn32.c | 7 +
2291 arch/mips/kernel/binfmt_elfo32.c | 7 +
2292 arch/mips/kernel/irq-gt641xx.c | 2 +-
2293 arch/mips/kernel/irq.c | 6 +-
2294 arch/mips/kernel/pm-cps.c | 2 +-
2295 arch/mips/kernel/process.c | 12 -
2296 arch/mips/kernel/sync-r4k.c | 24 +-
2297 arch/mips/kernel/traps.c | 13 +-
2298 arch/mips/lib/ashldi3.c | 21 +-
2299 arch/mips/lib/ashrdi3.c | 19 +-
2300 arch/mips/lib/libgcc.h | 12 +-
2301 arch/mips/mm/fault.c | 25 +
2302 arch/mips/mm/init.c | 4 +-
2303 arch/mips/mm/mmap.c | 24 +-
2304 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
2305 arch/mips/sni/rm200.c | 2 +-
2306 arch/mips/vr41xx/common/icu.c | 2 +-
2307 arch/mips/vr41xx/common/irq.c | 4 +-
2308 arch/parisc/include/asm/atomic.h | 10 +
2309 arch/parisc/include/asm/elf.h | 7 +
2310 arch/parisc/include/asm/pgalloc.h | 6 +
2311 arch/parisc/include/asm/pgtable.h | 11 +
2312 arch/parisc/include/asm/uaccess.h | 6 +-
2313 arch/parisc/kernel/module.c | 26 +-
2314 arch/parisc/kernel/sys_parisc.c | 15 +
2315 arch/parisc/kernel/traps.c | 4 +-
2316 arch/parisc/mm/fault.c | 140 +-
2317 arch/powerpc/Kconfig | 1 +
2318 arch/powerpc/include/asm/atomic.h | 306 +-
2319 arch/powerpc/include/asm/book3s/32/hash.h | 1 +
2320 arch/powerpc/include/asm/book3s/32/pgtable.h | 2 +-
2321 arch/powerpc/include/asm/book3s/64/pgalloc.h | 10 +
2322 arch/powerpc/include/asm/cache.h | 4 +-
2323 arch/powerpc/include/asm/elf.h | 12 +
2324 arch/powerpc/include/asm/exec.h | 2 +-
2325 arch/powerpc/include/asm/kmap_types.h | 2 +-
2326 arch/powerpc/include/asm/local.h | 46 +
2327 arch/powerpc/include/asm/mman.h | 2 +-
2328 arch/powerpc/include/asm/nohash/64/pgalloc.h | 7 +
2329 arch/powerpc/include/asm/page.h | 8 +-
2330 arch/powerpc/include/asm/page_64.h | 7 +-
2331 arch/powerpc/include/asm/pgtable.h | 1 +
2332 arch/powerpc/include/asm/pte-common.h | 30 +-
2333 arch/powerpc/include/asm/reg.h | 1 +
2334 arch/powerpc/include/asm/smp.h | 2 +-
2335 arch/powerpc/include/asm/spinlock.h | 43 +-
2336 arch/powerpc/include/asm/string.h | 20 +-
2337 arch/powerpc/include/asm/uaccess.h | 102 +-
2338 arch/powerpc/kernel/Makefile | 5 +
2339 arch/powerpc/kernel/exceptions-64e.S | 4 +-
2340 arch/powerpc/kernel/exceptions-64s.S | 2 +-
2341 arch/powerpc/kernel/module_32.c | 15 +-
2342 arch/powerpc/kernel/process.c | 7 -
2343 arch/powerpc/kernel/signal_32.c | 2 +-
2344 arch/powerpc/kernel/signal_64.c | 2 +-
2345 arch/powerpc/kernel/traps.c | 21 +
2346 arch/powerpc/kernel/vdso.c | 5 +-
2347 arch/powerpc/lib/usercopy_64.c | 18 -
2348 arch/powerpc/mm/fault.c | 56 +-
2349 arch/powerpc/mm/mmap.c | 16 +
2350 arch/powerpc/mm/slice.c | 21 +-
2351 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
2352 arch/s390/include/asm/atomic.h | 10 +
2353 arch/s390/include/asm/elf.h | 7 +
2354 arch/s390/include/asm/exec.h | 2 +-
2355 arch/s390/include/asm/uaccess.h | 13 +-
2356 arch/s390/kernel/module.c | 22 +-
2357 arch/s390/kernel/process.c | 7 -
2358 arch/s390/mm/mmap.c | 22 +-
2359 arch/score/include/asm/exec.h | 2 +-
2360 arch/score/kernel/process.c | 5 -
2361 arch/sh/mm/mmap.c | 28 +-
2362 arch/sparc/Kconfig | 1 +
2363 arch/sparc/include/asm/atomic_64.h | 116 +-
2364 arch/sparc/include/asm/cache.h | 4 +-
2365 arch/sparc/include/asm/elf_32.h | 7 +
2366 arch/sparc/include/asm/elf_64.h | 7 +
2367 arch/sparc/include/asm/pgalloc_32.h | 1 +
2368 arch/sparc/include/asm/pgalloc_64.h | 2 +
2369 arch/sparc/include/asm/pgtable.h | 4 +
2370 arch/sparc/include/asm/pgtable_32.h | 15 +-
2371 arch/sparc/include/asm/pgtsrmmu.h | 5 +
2372 arch/sparc/include/asm/setup.h | 4 +-
2373 arch/sparc/include/asm/spinlock_64.h | 35 +-
2374 arch/sparc/include/asm/thread_info_32.h | 1 +
2375 arch/sparc/include/asm/thread_info_64.h | 2 +
2376 arch/sparc/include/asm/uaccess.h | 1 +
2377 arch/sparc/include/asm/uaccess_32.h | 13 +
2378 arch/sparc/include/asm/uaccess_64.h | 12 +
2379 arch/sparc/kernel/Makefile | 2 +-
2380 arch/sparc/kernel/prom_common.c | 2 +-
2381 arch/sparc/kernel/smp_64.c | 8 +-
2382 arch/sparc/kernel/sys_sparc_32.c | 2 +-
2383 arch/sparc/kernel/sys_sparc_64.c | 58 +-
2384 arch/sparc/kernel/traps_64.c | 27 +-
2385 arch/sparc/lib/Makefile | 2 +-
2386 arch/sparc/lib/atomic_64.S | 57 +-
2387 arch/sparc/lib/ksyms.c | 6 +-
2388 arch/sparc/mm/Makefile | 2 +-
2389 arch/sparc/mm/fault_32.c | 292 +
2390 arch/sparc/mm/fault_64.c | 486 +
2391 arch/sparc/mm/hugetlbpage.c | 30 +-
2392 arch/sparc/mm/init_64.c | 10 +-
2393 arch/tile/include/asm/atomic_64.h | 10 +
2394 arch/tile/include/asm/uaccess.h | 4 +-
2395 arch/um/Makefile | 2 +
2396 arch/um/include/asm/cache.h | 3 +-
2397 arch/um/include/asm/kmap_types.h | 2 +-
2398 arch/um/include/asm/page.h | 3 +
2399 arch/um/include/asm/pgtable-3level.h | 1 +
2400 arch/um/kernel/process.c | 16 -
2401 arch/x86/Kconfig | 35 +-
2402 arch/x86/Kconfig.cpu | 6 +-
2403 arch/x86/Kconfig.debug | 3 +-
2404 arch/x86/Makefile | 13 +-
2405 arch/x86/boot/bitops.h | 4 +-
2406 arch/x86/boot/boot.h | 2 +-
2407 arch/x86/boot/compressed/Makefile | 17 +
2408 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
2409 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
2410 arch/x86/boot/compressed/head_32.S | 4 +-
2411 arch/x86/boot/compressed/head_64.S | 12 +-
2412 arch/x86/boot/compressed/misc.c | 21 +-
2413 arch/x86/boot/compressed/pagetable.c | 1 +
2414 arch/x86/boot/cpucheck.c | 16 +-
2415 arch/x86/boot/header.S | 7 +-
2416 arch/x86/boot/memory.c | 2 +-
2417 arch/x86/boot/video-vesa.c | 1 +
2418 arch/x86/boot/video.c | 2 +-
2419 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
2420 arch/x86/crypto/aesni-intel_asm.S | 116 +-
2421 arch/x86/crypto/aesni-intel_glue.c | 4 +-
2422 arch/x86/crypto/blowfish-x86_64-asm_64.S | 11 +-
2423 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 22 +-
2424 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 22 +-
2425 arch/x86/crypto/camellia-x86_64-asm_64.S | 11 +-
2426 arch/x86/crypto/camellia_aesni_avx2_glue.c | 18 +-
2427 arch/x86/crypto/camellia_aesni_avx_glue.c | 18 +-
2428 arch/x86/crypto/camellia_glue.c | 8 +-
2429 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 55 +-
2430 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 37 +-
2431 arch/x86/crypto/cast6_avx_glue.c | 16 +-
2432 arch/x86/crypto/crc32-pclmul_asm.S | 19 +-
2433 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 2 +
2434 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
2435 arch/x86/crypto/glue_helper.c | 2 +-
2436 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
2437 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 21 +-
2438 arch/x86/crypto/serpent-avx2-asm_64.S | 21 +-
2439 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
2440 arch/x86/crypto/serpent_avx2_glue.c | 14 +-
2441 arch/x86/crypto/serpent_avx_glue.c | 18 +-
2442 arch/x86/crypto/serpent_sse2_glue.c | 4 +-
2443 arch/x86/crypto/sha1-mb/sha1_mb_mgr_flush_avx2.S | 4 +-
2444 arch/x86/crypto/sha1-mb/sha1_mb_mgr_submit_avx2.S | 2 +-
2445 arch/x86/crypto/sha1_ssse3_asm.S | 13 +-
2446 arch/x86/crypto/sha1_ssse3_glue.c | 56 +-
2447 arch/x86/crypto/sha256-avx-asm.S | 5 +-
2448 arch/x86/crypto/sha256-avx2-asm.S | 5 +-
2449 .../crypto/sha256-mb/sha256_mb_mgr_flush_avx2.S | 4 +-
2450 .../crypto/sha256-mb/sha256_mb_mgr_submit_avx2.S | 2 +-
2451 arch/x86/crypto/sha256-ssse3-asm.S | 6 +-
2452 arch/x86/crypto/sha256_ni_asm.S | 2 +-
2453 arch/x86/crypto/sha256_ssse3_glue.c | 26 +-
2454 arch/x86/crypto/sha512-avx-asm.S | 5 +-
2455 arch/x86/crypto/sha512-avx2-asm.S | 5 +-
2456 .../crypto/sha512-mb/sha512_mb_mgr_flush_avx2.S | 4 +-
2457 .../crypto/sha512-mb/sha512_mb_mgr_submit_avx2.S | 2 +-
2458 arch/x86/crypto/sha512-ssse3-asm.S | 5 +-
2459 arch/x86/crypto/sha512_ssse3_glue.c | 22 +-
2460 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 37 +-
2461 arch/x86/crypto/twofish-i586-asm_32.S | 4 +-
2462 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 6 +-
2463 arch/x86/crypto/twofish-x86_64-asm_64.S | 7 +-
2464 arch/x86/crypto/twofish_avx_glue.c | 21 +-
2465 arch/x86/crypto/twofish_glue.c | 4 +-
2466 arch/x86/crypto/twofish_glue_3way.c | 12 +-
2467 arch/x86/entry/Makefile | 2 +
2468 arch/x86/entry/calling.h | 86 +-
2469 arch/x86/entry/common.c | 89 +-
2470 arch/x86/entry/entry_32.S | 343 +-
2471 arch/x86/entry/entry_64.S | 611 +-
2472 arch/x86/entry/entry_64_compat.S | 110 +-
2473 arch/x86/entry/thunk_64.S | 2 +
2474 arch/x86/entry/vdso/Makefile | 2 +-
2475 arch/x86/entry/vdso/vclock_gettime.c | 2 +-
2476 arch/x86/entry/vdso/vdso2c.h | 4 +-
2477 arch/x86/entry/vdso/vma.c | 44 +-
2478 arch/x86/entry/vsyscall/vsyscall_64.c | 20 +-
2479 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 3 +-
2480 arch/x86/events/amd/iommu.c | 8 +-
2481 arch/x86/events/core.c | 8 +-
2482 arch/x86/events/intel/core.c | 34 +-
2483 arch/x86/events/intel/cqm.c | 14 +-
2484 arch/x86/events/intel/cstate.c | 6 +-
2485 arch/x86/events/intel/ds.c | 7 +-
2486 arch/x86/events/intel/lbr.c | 4 +-
2487 arch/x86/events/intel/pt.c | 38 +-
2488 arch/x86/events/intel/rapl.c | 8 +-
2489 arch/x86/events/intel/uncore.c | 6 +-
2490 arch/x86/events/intel/uncore.h | 14 +-
2491 arch/x86/events/perf_event.h | 2 +-
2492 arch/x86/ia32/ia32_signal.c | 23 +-
2493 arch/x86/ia32/sys_ia32.c | 42 +-
2494 arch/x86/include/asm/alternative-asm.h | 64 +-
2495 arch/x86/include/asm/alternative.h | 34 +-
2496 arch/x86/include/asm/apic.h | 2 +-
2497 arch/x86/include/asm/apm.h | 4 +-
2498 arch/x86/include/asm/asm.h | 24 -
2499 arch/x86/include/asm/atomic.h | 272 +-
2500 arch/x86/include/asm/atomic64_32.h | 133 +-
2501 arch/x86/include/asm/atomic64_64.h | 144 +-
2502 arch/x86/include/asm/bitops.h | 18 +-
2503 arch/x86/include/asm/boot.h | 2 +-
2504 arch/x86/include/asm/cache.h | 4 +-
2505 arch/x86/include/asm/checksum_32.h | 12 +-
2506 arch/x86/include/asm/cmpxchg.h | 33 +
2507 arch/x86/include/asm/compat.h | 4 +
2508 arch/x86/include/asm/cpufeature.h | 2 +-
2509 arch/x86/include/asm/cpufeatures.h | 5 +-
2510 arch/x86/include/asm/crypto/camellia.h | 30 +-
2511 arch/x86/include/asm/crypto/glue_helper.h | 10 +-
2512 arch/x86/include/asm/crypto/serpent-avx.h | 18 +-
2513 arch/x86/include/asm/crypto/serpent-sse2.h | 8 +-
2514 arch/x86/include/asm/crypto/twofish.h | 10 +-
2515 arch/x86/include/asm/desc.h | 78 +-
2516 arch/x86/include/asm/desc_defs.h | 6 +
2517 arch/x86/include/asm/div64.h | 2 +-
2518 arch/x86/include/asm/dma.h | 2 +
2519 arch/x86/include/asm/efi.h | 5 +
2520 arch/x86/include/asm/elf.h | 33 +-
2521 arch/x86/include/asm/emergency-restart.h | 2 +-
2522 arch/x86/include/asm/fixmap.h | 2 +-
2523 arch/x86/include/asm/fpu/internal.h | 45 +-
2524 arch/x86/include/asm/fpu/types.h | 5 +-
2525 arch/x86/include/asm/fpu/xstate.h | 1 +
2526 arch/x86/include/asm/futex.h | 24 +-
2527 arch/x86/include/asm/hw_irq.h | 4 +-
2528 arch/x86/include/asm/hypervisor.h | 2 +-
2529 arch/x86/include/asm/i8259.h | 2 +-
2530 arch/x86/include/asm/io.h | 22 +-
2531 arch/x86/include/asm/irq_vectors.h | 2 +
2532 arch/x86/include/asm/irqflags.h | 5 +
2533 arch/x86/include/asm/kprobes.h | 2 +-
2534 arch/x86/include/asm/kvm_emulate.h | 7 +-
2535 arch/x86/include/asm/local.h | 75 +-
2536 arch/x86/include/asm/mce.h | 2 +-
2537 arch/x86/include/asm/mman.h | 15 +
2538 arch/x86/include/asm/mmu.h | 14 +-
2539 arch/x86/include/asm/mmu_context.h | 33 +-
2540 arch/x86/include/asm/module.h | 23 +-
2541 arch/x86/include/asm/nmi.h | 19 +-
2542 arch/x86/include/asm/page.h | 2 +
2543 arch/x86/include/asm/page_32.h | 12 +-
2544 arch/x86/include/asm/page_64.h | 14 +-
2545 arch/x86/include/asm/paravirt.h | 46 +-
2546 arch/x86/include/asm/paravirt_types.h | 13 +-
2547 arch/x86/include/asm/pgalloc.h | 23 +
2548 arch/x86/include/asm/pgtable-2level.h | 2 +
2549 arch/x86/include/asm/pgtable-3level.h | 7 +
2550 arch/x86/include/asm/pgtable.h | 128 +-
2551 arch/x86/include/asm/pgtable_32.h | 14 +-
2552 arch/x86/include/asm/pgtable_32_types.h | 24 +-
2553 arch/x86/include/asm/pgtable_64.h | 23 +-
2554 arch/x86/include/asm/pgtable_64_types.h | 5 +
2555 arch/x86/include/asm/pgtable_types.h | 28 +-
2556 arch/x86/include/asm/pmem.h | 2 +-
2557 arch/x86/include/asm/preempt.h | 2 +-
2558 arch/x86/include/asm/processor.h | 69 +-
2559 arch/x86/include/asm/ptrace.h | 13 +-
2560 arch/x86/include/asm/realmode.h | 4 +-
2561 arch/x86/include/asm/reboot.h | 10 +-
2562 arch/x86/include/asm/rmwcc.h | 55 +-
2563 arch/x86/include/asm/rwsem.h | 35 +-
2564 arch/x86/include/asm/segment.h | 27 +-
2565 arch/x86/include/asm/setup.h | 3 +-
2566 arch/x86/include/asm/smap.h | 46 +
2567 arch/x86/include/asm/smp.h | 4 +-
2568 arch/x86/include/asm/stackprotector.h | 4 +-
2569 arch/x86/include/asm/stacktrace.h | 34 +-
2570 arch/x86/include/asm/string_32.h | 24 +-
2571 arch/x86/include/asm/string_64.h | 20 +-
2572 arch/x86/include/asm/switch_to.h | 4 +-
2573 arch/x86/include/asm/sys_ia32.h | 6 +-
2574 arch/x86/include/asm/thread_info.h | 83 +-
2575 arch/x86/include/asm/tlbflush.h | 83 +-
2576 arch/x86/include/asm/trace/fpu.h | 4 +-
2577 arch/x86/include/asm/traps.h | 17 +-
2578 arch/x86/include/asm/uaccess.h | 219 +-
2579 arch/x86/include/asm/uaccess_32.h | 24 +-
2580 arch/x86/include/asm/uaccess_64.h | 166 +-
2581 arch/x86/include/asm/word-at-a-time.h | 2 +-
2582 arch/x86/include/asm/x86_init.h | 8 +-
2583 arch/x86/include/asm/xen/page.h | 2 +-
2584 arch/x86/include/uapi/asm/e820.h | 2 +-
2585 arch/x86/kernel/Makefile | 2 +-
2586 arch/x86/kernel/acpi/boot.c | 4 +-
2587 arch/x86/kernel/acpi/sleep.c | 4 +
2588 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
2589 arch/x86/kernel/alternative.c | 118 +-
2590 arch/x86/kernel/apic/apic.c | 4 +-
2591 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
2592 arch/x86/kernel/apic/apic_noop.c | 2 +-
2593 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
2594 arch/x86/kernel/apic/io_apic.c | 10 +-
2595 arch/x86/kernel/apic/msi.c | 2 +-
2596 arch/x86/kernel/apic/probe_32.c | 4 +-
2597 arch/x86/kernel/apic/vector.c | 2 +
2598 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
2599 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
2600 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
2601 arch/x86/kernel/apm_32.c | 21 +-
2602 arch/x86/kernel/asm-offsets.c | 23 +-
2603 arch/x86/kernel/cpu/Makefile | 4 -
2604 arch/x86/kernel/cpu/amd.c | 2 +-
2605 arch/x86/kernel/cpu/bugs_64.c | 2 +
2606 arch/x86/kernel/cpu/common.c | 206 +-
2607 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
2608 arch/x86/kernel/cpu/mcheck/mce.c | 38 +-
2609 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
2610 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
2611 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
2612 arch/x86/kernel/cpu/mshyperv.c | 2 +-
2613 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
2614 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
2615 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
2616 arch/x86/kernel/cpu/vmware.c | 2 +-
2617 arch/x86/kernel/crash_dump_64.c | 2 +-
2618 arch/x86/kernel/doublefault.c | 8 +-
2619 arch/x86/kernel/dumpstack.c | 12 +-
2620 arch/x86/kernel/dumpstack_32.c | 23 +-
2621 arch/x86/kernel/dumpstack_64.c | 70 +-
2622 arch/x86/kernel/e820.c | 4 +-
2623 arch/x86/kernel/early_printk.c | 1 +
2624 arch/x86/kernel/espfix_64.c | 44 +-
2625 arch/x86/kernel/fpu/core.c | 31 +-
2626 arch/x86/kernel/fpu/init.c | 49 +-
2627 arch/x86/kernel/fpu/regset.c | 24 +-
2628 arch/x86/kernel/fpu/signal.c | 22 +-
2629 arch/x86/kernel/fpu/xstate.c | 6 +-
2630 arch/x86/kernel/ftrace.c | 18 +-
2631 arch/x86/kernel/head64.c | 14 +-
2632 arch/x86/kernel/head_32.S | 236 +-
2633 arch/x86/kernel/head_64.S | 179 +-
2634 arch/x86/kernel/hpet.c | 2 +-
2635 arch/x86/kernel/i386_ksyms_32.c | 12 +
2636 arch/x86/kernel/i8259.c | 10 +-
2637 arch/x86/kernel/io_delay.c | 2 +-
2638 arch/x86/kernel/ioport.c | 2 +-
2639 arch/x86/kernel/irq.c | 8 +-
2640 arch/x86/kernel/irq_32.c | 43 +-
2641 arch/x86/kernel/jump_label.c | 10 +-
2642 arch/x86/kernel/kgdb.c | 21 +-
2643 arch/x86/kernel/kprobes/core.c | 28 +-
2644 arch/x86/kernel/kprobes/opt.c | 16 +-
2645 arch/x86/kernel/ksysfs.c | 2 +-
2646 arch/x86/kernel/kvm.c | 2 +-
2647 arch/x86/kernel/kvmclock.c | 20 +-
2648 arch/x86/kernel/ldt.c | 25 +
2649 arch/x86/kernel/machine_kexec_32.c | 6 +-
2650 arch/x86/kernel/mcount_64.S | 21 +-
2651 arch/x86/kernel/module.c | 78 +-
2652 arch/x86/kernel/msr.c | 2 +-
2653 arch/x86/kernel/nmi.c | 34 +-
2654 arch/x86/kernel/nmi_selftest.c | 4 +-
2655 arch/x86/kernel/paravirt-spinlocks.c | 24 +-
2656 arch/x86/kernel/paravirt.c | 133 +-
2657 arch/x86/kernel/paravirt_patch_64.c | 8 +
2658 arch/x86/kernel/pci-calgary_64.c | 2 +-
2659 arch/x86/kernel/pci-iommu_table.c | 2 +-
2660 arch/x86/kernel/process.c | 80 +-
2661 arch/x86/kernel/process_32.c | 29 +-
2662 arch/x86/kernel/process_64.c | 14 +-
2663 arch/x86/kernel/ptrace.c | 32 +-
2664 arch/x86/kernel/pvclock.c | 8 +-
2665 arch/x86/kernel/reboot.c | 44 +-
2666 arch/x86/kernel/reboot_fixups_32.c | 2 +-
2667 arch/x86/kernel/relocate_kernel_64.S | 3 +-
2668 arch/x86/kernel/setup.c | 33 +-
2669 arch/x86/kernel/setup_percpu.c | 29 +-
2670 arch/x86/kernel/signal.c | 17 +-
2671 arch/x86/kernel/smp.c | 2 +-
2672 arch/x86/kernel/smpboot.c | 29 +-
2673 arch/x86/kernel/step.c | 6 +-
2674 arch/x86/kernel/sys_i386_32.c | 184 +
2675 arch/x86/kernel/sys_x86_64.c | 28 +-
2676 arch/x86/kernel/tboot.c | 22 +-
2677 arch/x86/kernel/time.c | 8 +-
2678 arch/x86/kernel/tls.c | 7 +-
2679 arch/x86/kernel/tracepoint.c | 4 +-
2680 arch/x86/kernel/traps.c | 102 +-
2681 arch/x86/kernel/tsc.c | 2 +-
2682 arch/x86/kernel/uprobes.c | 4 +-
2683 arch/x86/kernel/vm86_32.c | 6 +-
2684 arch/x86/kernel/vmlinux.lds.S | 144 +-
2685 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
2686 arch/x86/kernel/x86_init.c | 6 +-
2687 arch/x86/kvm/cpuid.c | 21 +-
2688 arch/x86/kvm/emulate.c | 20 +-
2689 arch/x86/kvm/i8259.c | 10 +-
2690 arch/x86/kvm/ioapic.c | 2 +
2691 arch/x86/kvm/lapic.c | 2 +-
2692 arch/x86/kvm/paging_tmpl.h | 2 +-
2693 arch/x86/kvm/svm.c | 10 +-
2694 arch/x86/kvm/vmx.c | 60 +-
2695 arch/x86/kvm/x86.c | 46 +-
2696 arch/x86/lguest/boot.c | 3 +-
2697 arch/x86/lib/Makefile | 4 +
2698 arch/x86/lib/atomic64_386_32.S | 85 +
2699 arch/x86/lib/atomic64_cx8_32.S | 75 +-
2700 arch/x86/lib/checksum_32.S | 99 +-
2701 arch/x86/lib/clear_page_64.S | 3 +
2702 arch/x86/lib/cmpxchg16b_emu.S | 3 +
2703 arch/x86/lib/copy_page_64.S | 14 +-
2704 arch/x86/lib/copy_user_64.S | 108 +-
2705 arch/x86/lib/csum-copy_64.S | 14 +-
2706 arch/x86/lib/csum-wrappers_64.c | 12 +-
2707 arch/x86/lib/getuser.S | 111 +-
2708 arch/x86/lib/insn.c | 8 +-
2709 arch/x86/lib/iomap_copy_64.S | 2 +
2710 arch/x86/lib/memcpy_64.S | 6 +
2711 arch/x86/lib/memmove_64.S | 3 +-
2712 arch/x86/lib/memset_64.S | 3 +
2713 arch/x86/lib/mmx_32.c | 243 +-
2714 arch/x86/lib/msr-reg.S | 2 +
2715 arch/x86/lib/putuser.S | 97 +-
2716 arch/x86/lib/rwsem.S | 4 +
2717 arch/x86/lib/usercopy_32.c | 359 +-
2718 arch/x86/lib/usercopy_64.c | 23 +-
2719 arch/x86/math-emu/fpu_aux.c | 2 +-
2720 arch/x86/math-emu/fpu_entry.c | 4 +-
2721 arch/x86/math-emu/fpu_etc.c | 9 +-
2722 arch/x86/math-emu/fpu_system.h | 2 +-
2723 arch/x86/math-emu/fpu_trig.c | 13 +-
2724 arch/x86/math-emu/reg_constant.c | 7 +-
2725 arch/x86/mm/Makefile | 4 +
2726 arch/x86/mm/dump_pagetables.c | 32 +-
2727 arch/x86/mm/extable.c | 2 +-
2728 arch/x86/mm/fault.c | 571 +-
2729 arch/x86/mm/gup.c | 6 +-
2730 arch/x86/mm/highmem_32.c | 6 +
2731 arch/x86/mm/hugetlbpage.c | 24 +-
2732 arch/x86/mm/init.c | 19 +-
2733 arch/x86/mm/init_32.c | 157 +-
2734 arch/x86/mm/init_64.c | 106 +-
2735 arch/x86/mm/iomap_32.c | 4 +
2736 arch/x86/mm/ioremap.c | 54 +-
2737 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
2738 arch/x86/mm/mmap.c | 46 +-
2739 arch/x86/mm/mmio-mod.c | 10 +-
2740 arch/x86/mm/mpx.c | 6 +-
2741 arch/x86/mm/numa.c | 2 +-
2742 arch/x86/mm/pageattr.c | 38 +-
2743 arch/x86/mm/pat.c | 8 +-
2744 arch/x86/mm/pat_rbtree.c | 2 +-
2745 arch/x86/mm/pf_in.c | 10 +-
2746 arch/x86/mm/pgtable.c | 211 +-
2747 arch/x86/mm/pgtable_32.c | 3 +
2748 arch/x86/mm/setup_nx.c | 7 +
2749 arch/x86/mm/tlb.c | 104 +-
2750 arch/x86/mm/uderef_64.c | 37 +
2751 arch/x86/net/bpf_jit.S | 11 +
2752 arch/x86/net/bpf_jit_comp.c | 13 +-
2753 arch/x86/oprofile/backtrace.c | 6 +-
2754 arch/x86/oprofile/nmi_int.c | 10 +-
2755 arch/x86/oprofile/op_model_amd.c | 8 +-
2756 arch/x86/oprofile/op_model_ppro.c | 7 +-
2757 arch/x86/oprofile/op_x86_model.h | 2 +-
2758 arch/x86/pci/intel_mid_pci.c | 2 +-
2759 arch/x86/pci/irq.c | 8 +-
2760 arch/x86/pci/pcbios.c | 112 +-
2761 arch/x86/pci/vmd.c | 4 +-
2762 arch/x86/platform/efi/efi_32.c | 24 +
2763 arch/x86/platform/efi/efi_64.c | 26 +-
2764 arch/x86/platform/efi/efi_stub_32.S | 64 +-
2765 arch/x86/platform/efi/efi_stub_64.S | 2 +
2766 arch/x86/platform/intel-mid/intel-mid.c | 7 +-
2767 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
2768 arch/x86/platform/intel-mid/mfld.c | 4 +-
2769 arch/x86/platform/intel-mid/mrfld.c | 2 +-
2770 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
2771 arch/x86/platform/olpc/olpc_dt.c | 2 +-
2772 arch/x86/power/cpu.c | 11 +-
2773 arch/x86/realmode/init.c | 10 +-
2774 arch/x86/realmode/rm/header.S | 4 +-
2775 arch/x86/realmode/rm/reboot.S | 4 +
2776 arch/x86/realmode/rm/trampoline_32.S | 12 +-
2777 arch/x86/realmode/rm/trampoline_64.S | 3 +-
2778 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
2779 arch/x86/tools/Makefile | 2 +-
2780 arch/x86/tools/relocs.c | 97 +-
2781 arch/x86/um/mem_32.c | 2 +-
2782 arch/x86/um/tls_32.c | 2 +-
2783 arch/x86/xen/enlighten.c | 56 +-
2784 arch/x86/xen/mmu.c | 31 +-
2785 arch/x86/xen/pmu.c | 1 +
2786 arch/x86/xen/smp.c | 16 +-
2787 arch/x86/xen/xen-asm_32.S | 2 +-
2788 arch/x86/xen/xen-head.S | 12 +
2789 arch/x86/xen/xen-ops.h | 2 -
2790 block/bio.c | 6 +-
2791 block/blk-cgroup.c | 18 +-
2792 block/blk-core.c | 7 +-
2793 block/blk-map.c | 2 +-
2794 block/blk-softirq.c | 2 +-
2795 block/cfq-iosched.c | 4 +-
2796 block/compat_ioctl.c | 4 +-
2797 block/genhd.c | 9 +-
2798 block/partitions/efi.c | 8 +-
2799 block/scsi_ioctl.c | 2 +-
2800 crypto/cast6_generic.c | 6 +-
2801 crypto/cryptd.c | 4 +-
2802 crypto/crypto_user.c | 2 +-
2803 crypto/pcrypt.c | 2 +-
2804 crypto/salsa20_generic.c | 16 +-
2805 crypto/serpent_generic.c | 6 +-
2806 drivers/acpi/ac.c | 2 +-
2807 drivers/acpi/acpi_video.c | 2 +-
2808 drivers/acpi/acpica/acutils.h | 2 +-
2809 drivers/acpi/acpica/dbhistry.c | 2 +-
2810 drivers/acpi/acpica/dbinput.c | 10 +-
2811 drivers/acpi/acpica/dbstats.c | 88 +-
2812 drivers/acpi/acpica/utdebug.c | 2 +-
2813 drivers/acpi/apei/apei-internal.h | 2 +-
2814 drivers/acpi/apei/ghes.c | 10 +-
2815 drivers/acpi/battery.c | 2 +-
2816 drivers/acpi/bgrt.c | 36 +-
2817 drivers/acpi/blacklist.c | 6 +-
2818 drivers/acpi/bus.c | 4 +-
2819 drivers/acpi/button.c | 4 +-
2820 drivers/acpi/device_pm.c | 4 +-
2821 drivers/acpi/ec.c | 6 +-
2822 drivers/acpi/osi.c | 2 +-
2823 drivers/acpi/pci_slot.c | 2 +-
2824 drivers/acpi/processor_idle.c | 4 +-
2825 drivers/acpi/processor_pdc.c | 2 +-
2826 drivers/acpi/sleep.c | 2 +-
2827 drivers/acpi/sysfs.c | 14 +-
2828 drivers/acpi/thermal.c | 2 +-
2829 drivers/acpi/video_detect.c | 7 +-
2830 drivers/android/binder.c | 2 +-
2831 drivers/ata/libata-core.c | 12 +-
2832 drivers/ata/libata-scsi.c | 2 +-
2833 drivers/ata/libata.h | 2 +-
2834 drivers/ata/pata_arasan_cf.c | 4 +-
2835 drivers/atm/adummy.c | 2 +-
2836 drivers/atm/ambassador.c | 8 +-
2837 drivers/atm/atmtcp.c | 14 +-
2838 drivers/atm/eni.c | 10 +-
2839 drivers/atm/firestream.c | 8 +-
2840 drivers/atm/fore200e.c | 14 +-
2841 drivers/atm/he.c | 18 +-
2842 drivers/atm/horizon.c | 4 +-
2843 drivers/atm/idt77252.c | 36 +-
2844 drivers/atm/iphase.c | 34 +-
2845 drivers/atm/lanai.c | 12 +-
2846 drivers/atm/nicstar.c | 46 +-
2847 drivers/atm/solos-pci.c | 4 +-
2848 drivers/atm/suni.c | 4 +-
2849 drivers/atm/uPD98402.c | 16 +-
2850 drivers/atm/zatm.c | 6 +-
2851 drivers/base/bus.c | 4 +-
2852 drivers/base/devres.c | 4 +-
2853 drivers/base/devtmpfs.c | 8 +-
2854 drivers/base/node.c | 2 +-
2855 drivers/base/platform-msi.c | 20 +-
2856 drivers/base/power/domain.c | 6 +-
2857 drivers/base/power/runtime.c | 61 +-
2858 drivers/base/power/sysfs.c | 2 +-
2859 drivers/base/power/wakeup.c | 8 +-
2860 drivers/base/regmap/regmap-debugfs.c | 2 +-
2861 drivers/base/regmap/regmap.c | 4 +-
2862 drivers/base/syscore.c | 4 +-
2863 drivers/block/cciss.c | 28 +-
2864 drivers/block/cciss.h | 2 +-
2865 drivers/block/drbd/drbd_bitmap.c | 2 +-
2866 drivers/block/drbd/drbd_int.h | 12 +-
2867 drivers/block/drbd/drbd_main.c | 12 +-
2868 drivers/block/drbd/drbd_nl.c | 16 +-
2869 drivers/block/drbd/drbd_receiver.c | 42 +-
2870 drivers/block/drbd/drbd_state.c | 12 +-
2871 drivers/block/drbd/drbd_state.h | 2 +-
2872 drivers/block/drbd/drbd_state_change.h | 8 +-
2873 drivers/block/drbd/drbd_worker.c | 14 +-
2874 drivers/block/floppy.c | 8 +-
2875 drivers/block/pktcdvd.c | 4 +-
2876 drivers/block/rbd.c | 2 +-
2877 drivers/bluetooth/btwilink.c | 2 +-
2878 drivers/bus/arm-cci.c | 6 +-
2879 drivers/cdrom/cdrom.c | 13 +-
2880 drivers/cdrom/gdrom.c | 1 -
2881 drivers/char/agp/compat_ioctl.c | 2 +-
2882 drivers/char/agp/frontend.c | 4 +-
2883 drivers/char/agp/intel-gtt.c | 4 +-
2884 drivers/char/hpet.c | 2 +-
2885 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
2886 drivers/char/ipmi/ipmi_poweroff.c | 2 +-
2887 drivers/char/ipmi/ipmi_si_intf.c | 12 +-
2888 drivers/char/ipmi/ipmi_ssif.c | 12 +-
2889 drivers/char/mem.c | 36 +-
2890 drivers/char/nvram.c | 2 +-
2891 drivers/char/pcmcia/synclink_cs.c | 16 +-
2892 drivers/char/random.c | 12 +-
2893 drivers/char/sonypi.c | 11 +-
2894 drivers/char/tpm/tpm-chip.c | 9 +-
2895 drivers/char/tpm/tpm_acpi.c | 3 +-
2896 drivers/char/tpm/tpm_eventlog.c | 5 +-
2897 drivers/char/virtio_console.c | 6 +-
2898 drivers/clk/bcm/clk-bcm2835.c | 16 +-
2899 drivers/clk/clk-composite.c | 2 +-
2900 drivers/clk/socfpga/clk-gate-a10.c | 9 +-
2901 drivers/clk/socfpga/clk-gate.c | 9 +-
2902 drivers/clk/socfpga/clk-pll-a10.c | 9 +-
2903 drivers/clk/socfpga/clk-pll.c | 9 +-
2904 drivers/clk/ti/adpll.c | 2 +-
2905 drivers/clk/ti/clk.c | 8 +-
2906 drivers/cpufreq/acpi-cpufreq.c | 17 +-
2907 drivers/cpufreq/cpufreq-dt.c | 4 +-
2908 drivers/cpufreq/cpufreq.c | 27 +-
2909 drivers/cpufreq/cpufreq_governor.h | 2 +-
2910 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
2911 drivers/cpufreq/intel_pstate.c | 56 +-
2912 drivers/cpufreq/p4-clockmod.c | 12 +-
2913 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
2914 drivers/cpufreq/speedstep-centrino.c | 7 +-
2915 drivers/cpuidle/driver.c | 2 +-
2916 drivers/cpuidle/dt_idle_states.c | 2 +-
2917 drivers/cpuidle/governor.c | 2 +-
2918 drivers/cpuidle/governors/ladder.c | 13 +-
2919 drivers/cpuidle/sysfs.c | 2 +-
2920 drivers/crypto/hifn_795x.c | 4 +-
2921 drivers/crypto/qat/qat_common/adf_aer.c | 2 +-
2922 drivers/crypto/qat/qat_common/adf_sriov.c | 4 +-
2923 drivers/crypto/qat/qat_common/adf_vf_isr.c | 6 +-
2924 drivers/devfreq/devfreq.c | 4 +-
2925 drivers/devfreq/governor_passive.c | 2 +-
2926 drivers/dma/qcom/hidma.c | 2 +-
2927 drivers/dma/qcom/hidma_mgmt_sys.c | 2 +-
2928 drivers/dma/sh/shdma-base.c | 4 +-
2929 drivers/dma/sh/shdmac.c | 2 +-
2930 drivers/edac/edac_device.c | 4 +-
2931 drivers/edac/edac_device_sysfs.c | 2 +-
2932 drivers/edac/edac_mc_sysfs.c | 4 +-
2933 drivers/edac/edac_module.c | 2 +-
2934 drivers/edac/edac_pci.c | 4 +-
2935 drivers/edac/edac_pci_sysfs.c | 22 +-
2936 drivers/edac/mce_amd.h | 2 +-
2937 drivers/firewire/core-card.c | 6 +-
2938 drivers/firewire/core-cdev.c | 4 +-
2939 drivers/firewire/core-device.c | 2 +-
2940 drivers/firewire/core-iso.c | 2 +-
2941 drivers/firewire/core-transaction.c | 1 +
2942 drivers/firewire/core.h | 1 +
2943 drivers/firmware/dmi-id.c | 9 +-
2944 drivers/firmware/dmi_scan.c | 12 +-
2945 drivers/firmware/efi/cper.c | 8 +-
2946 drivers/firmware/efi/efi.c | 14 +-
2947 drivers/firmware/efi/efivars.c | 2 +-
2948 drivers/firmware/efi/libstub/Makefile | 2 +
2949 drivers/firmware/efi/runtime-map.c | 2 +-
2950 drivers/firmware/google/gsmi.c | 2 +-
2951 drivers/firmware/google/memconsole.c | 7 +-
2952 drivers/firmware/memmap.c | 2 +-
2953 drivers/firmware/psci.c | 2 +-
2954 drivers/gpio/gpio-davinci.c | 6 +-
2955 drivers/gpio/gpio-em.c | 2 +-
2956 drivers/gpio/gpio-ich.c | 2 +-
2957 drivers/gpio/gpio-mpc8xxx.c | 6 +-
2958 drivers/gpio/gpio-omap.c | 4 +-
2959 drivers/gpio/gpio-rcar.c | 2 +-
2960 drivers/gpio/gpio-vr41xx.c | 2 +-
2961 drivers/gpio/gpiolib.c | 12 +-
2962 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
2963 drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | 2 +-
2964 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c | 8 +-
2965 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
2966 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 15 +-
2967 drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h | 2 +-
2968 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 2 +-
2969 drivers/gpu/drm/amd/amdgpu/fiji_smc.c | 4 +-
2970 drivers/gpu/drm/amd/amdgpu/iceland_smc.c | 4 +-
2971 drivers/gpu/drm/amd/amdgpu/tonga_smc.c | 4 +-
2972 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
2973 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
2974 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
2975 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
2976 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
2977 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
2978 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
2979 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
2980 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
2981 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
2982 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
2983 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
2984 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
2985 drivers/gpu/drm/armada/armada_drv.c | 3 +-
2986 drivers/gpu/drm/ast/ast_mode.c | 2 +-
2987 drivers/gpu/drm/bochs/bochs_kms.c | 2 +-
2988 drivers/gpu/drm/bridge/tc358767.c | 2 +-
2989 drivers/gpu/drm/drm_crtc.c | 2 +-
2990 drivers/gpu/drm/drm_drv.c | 2 +-
2991 drivers/gpu/drm/drm_fb_cma_helper.c | 4 +-
2992 drivers/gpu/drm/drm_fops.c | 17 +-
2993 drivers/gpu/drm/drm_global.c | 14 +-
2994 drivers/gpu/drm/drm_ioc32.c | 13 +-
2995 drivers/gpu/drm/drm_ioctl.c | 2 +-
2996 drivers/gpu/drm/drm_pci.c | 9 +-
2997 drivers/gpu/drm/exynos/exynos_drm_drv.c | 12 +-
2998 drivers/gpu/drm/exynos/exynos_drm_g2d.c | 5 +
2999 drivers/gpu/drm/exynos/exynos_hdmi.c | 2 +-
3000 drivers/gpu/drm/gma500/cdv_intel_crt.c | 2 +-
3001 drivers/gpu/drm/gma500/cdv_intel_dp.c | 2 +-
3002 drivers/gpu/drm/gma500/cdv_intel_hdmi.c | 2 +-
3003 drivers/gpu/drm/gma500/cdv_intel_lvds.c | 2 +-
3004 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 10 +-
3005 drivers/gpu/drm/gma500/mdfld_dsi_output.c | 2 +-
3006 drivers/gpu/drm/gma500/oaktrail_hdmi.c | 2 +-
3007 drivers/gpu/drm/gma500/psb_drv.c | 1 -
3008 drivers/gpu/drm/gma500/psb_intel_drv.h | 2 +-
3009 drivers/gpu/drm/gma500/psb_intel_lvds.c | 2 +-
3010 drivers/gpu/drm/gma500/psb_intel_sdvo.c | 2 +-
3011 drivers/gpu/drm/i2c/tda998x_drv.c | 2 +-
3012 drivers/gpu/drm/i810/i810_dma.c | 2 +-
3013 drivers/gpu/drm/i810/i810_drv.c | 6 +-
3014 drivers/gpu/drm/i810/i810_drv.h | 6 +-
3015 drivers/gpu/drm/i915/dvo.h | 2 +-
3016 drivers/gpu/drm/i915/i915_drv.c | 11 +-
3017 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
3018 drivers/gpu/drm/i915/i915_gem_gtt.c | 4 +-
3019 drivers/gpu/drm/i915/i915_gem_gtt.h | 4 +-
3020 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
3021 drivers/gpu/drm/i915/i915_irq.c | 88 +-
3022 drivers/gpu/drm/i915/intel_display.c | 30 +-
3023 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
3024 drivers/gpu/drm/imx/imx-tve.c | 2 +-
3025 drivers/gpu/drm/mediatek/mtk_hdmi.c | 2 +-
3026 drivers/gpu/drm/mga/mga_drv.c | 5 +-
3027 drivers/gpu/drm/mga/mga_drv.h | 6 +-
3028 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
3029 drivers/gpu/drm/mga/mga_irq.c | 8 +-
3030 drivers/gpu/drm/mga/mga_state.c | 2 +-
3031 drivers/gpu/drm/mgag200/mgag200_mode.c | 2 +-
3032 drivers/gpu/drm/msm/dsi/dsi_manager.c | 2 +-
3033 drivers/gpu/drm/msm/edp/edp_connector.c | 2 +-
3034 drivers/gpu/drm/msm/hdmi/hdmi_connector.c | 2 +-
3035 drivers/gpu/drm/nouveau/nouveau_acpi.c | 2 +-
3036 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
3037 drivers/gpu/drm/nouveau/nouveau_connector.c | 2 +-
3038 drivers/gpu/drm/nouveau/nouveau_drm.c | 14 +-
3039 drivers/gpu/drm/nouveau/nouveau_drv.h | 1 -
3040 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
3041 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
3042 drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c | 7 +-
3043 .../gpu/drm/nouveau/nvkm/subdev/bios/shadowpci.c | 7 +-
3044 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/priv.h | 4 +-
3045 drivers/gpu/drm/omapdrm/dss/display.c | 8 +-
3046 drivers/gpu/drm/omapdrm/omap_connector.c | 2 +-
3047 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
3048 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
3049 drivers/gpu/drm/qxl/qxl_display.c | 2 +-
3050 drivers/gpu/drm/qxl/qxl_drv.c | 8 +-
3051 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
3052 drivers/gpu/drm/qxl/qxl_ioctl.c | 12 +-
3053 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
3054 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
3055 drivers/gpu/drm/r128/r128_cce.c | 2 +-
3056 drivers/gpu/drm/r128/r128_drv.c | 4 +-
3057 drivers/gpu/drm/r128/r128_drv.h | 6 +-
3058 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
3059 drivers/gpu/drm/r128/r128_irq.c | 4 +-
3060 drivers/gpu/drm/r128/r128_state.c | 6 +-
3061 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
3062 drivers/gpu/drm/radeon/radeon_atpx_handler.c | 2 +-
3063 drivers/gpu/drm/radeon/radeon_connectors.c | 10 +-
3064 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
3065 drivers/gpu/drm/radeon/radeon_drv.c | 11 +-
3066 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
3067 drivers/gpu/drm/radeon/radeon_kms.c | 8 +-
3068 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
3069 drivers/gpu/drm/savage/savage_bci.c | 2 +-
3070 drivers/gpu/drm/savage/savage_drv.c | 5 +-
3071 drivers/gpu/drm/savage/savage_drv.h | 2 +-
3072 drivers/gpu/drm/sis/sis_drv.c | 5 +-
3073 drivers/gpu/drm/sis/sis_drv.h | 2 +-
3074 drivers/gpu/drm/sis/sis_mm.c | 2 +-
3075 drivers/gpu/drm/sti/sti_cursor.c | 4 +-
3076 drivers/gpu/drm/sti/sti_dvo.c | 4 +-
3077 drivers/gpu/drm/sti/sti_gdp.c | 12 +-
3078 drivers/gpu/drm/sti/sti_hda.c | 4 +-
3079 drivers/gpu/drm/sti/sti_hdmi.c | 4 +-
3080 drivers/gpu/drm/sti/sti_hqvdp.c | 4 +-
3081 drivers/gpu/drm/sti/sti_mixer.c | 8 +-
3082 drivers/gpu/drm/sti/sti_tvout.c | 4 +-
3083 drivers/gpu/drm/sti/sti_vid.c | 4 +-
3084 drivers/gpu/drm/tegra/dc.c | 2 +-
3085 drivers/gpu/drm/tegra/dsi.c | 2 +-
3086 drivers/gpu/drm/tegra/hdmi.c | 2 +-
3087 drivers/gpu/drm/tegra/sor.c | 7 +-
3088 drivers/gpu/drm/tilcdc/Makefile | 6 +-
3089 drivers/gpu/drm/tilcdc/tilcdc_external.c | 4 +-
3090 drivers/gpu/drm/tilcdc/tilcdc_panel.c | 2 +-
3091 drivers/gpu/drm/tilcdc/tilcdc_tfp410.c | 2 +-
3092 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
3093 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
3094 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
3095 drivers/gpu/drm/udl/udl_connector.c | 2 +-
3096 drivers/gpu/drm/udl/udl_fb.c | 1 -
3097 drivers/gpu/drm/vc4/vc4_drv.c | 8 +-
3098 drivers/gpu/drm/via/via_dma.c | 2 +-
3099 drivers/gpu/drm/via/via_drv.c | 5 +-
3100 drivers/gpu/drm/via/via_drv.h | 6 +-
3101 drivers/gpu/drm/via/via_irq.c | 18 +-
3102 drivers/gpu/drm/virtio/virtgpu_display.c | 2 +-
3103 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
3104 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
3105 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
3106 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
3107 drivers/gpu/vga/vga_switcheroo.c | 4 +-
3108 drivers/hid/hid-core.c | 4 +-
3109 drivers/hid/hid-magicmouse.c | 2 +-
3110 drivers/hid/hid-sensor-custom.c | 2 +-
3111 drivers/hid/hid-wiimote-debug.c | 2 +-
3112 drivers/hv/channel.c | 6 +-
3113 drivers/hv/hv.c | 22 +-
3114 drivers/hv/hv_balloon.c | 18 +-
3115 drivers/hv/hyperv_vmbus.h | 2 +-
3116 drivers/hwmon/acpi_power_meter.c | 6 +-
3117 drivers/hwmon/applesmc.c | 4 +-
3118 drivers/hwmon/asus_atk0110.c | 10 +-
3119 drivers/hwmon/coretemp.c | 2 +-
3120 drivers/hwmon/dell-smm-hwmon.c | 4 +-
3121 drivers/hwmon/ibmaem.c | 2 +-
3122 drivers/hwmon/iio_hwmon.c | 2 +-
3123 drivers/hwmon/nct6683.c | 6 +-
3124 drivers/hwmon/nct6775.c | 6 +-
3125 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
3126 drivers/hwmon/sht15.c | 12 +-
3127 drivers/hwmon/via-cputemp.c | 2 +-
3128 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
3129 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
3130 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
3131 drivers/i2c/i2c-dev.c | 2 +-
3132 drivers/ide/ide-cd.c | 2 +-
3133 drivers/ide/ide-disk.c | 2 +-
3134 drivers/ide/ide.c | 4 +-
3135 drivers/idle/intel_idle.c | 36 +-
3136 drivers/iio/industrialio-core.c | 2 +-
3137 drivers/infiniband/core/cm.c | 46 +-
3138 drivers/infiniband/core/fmr_pool.c | 20 +-
3139 drivers/infiniband/core/netlink.c | 5 +-
3140 drivers/infiniband/core/sysfs.c | 2 +-
3141 drivers/infiniband/core/ucm.c | 4 +-
3142 drivers/infiniband/core/uverbs_cmd.c | 3 +
3143 drivers/infiniband/hw/cxgb4/device.c | 6 +-
3144 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
3145 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
3146 drivers/infiniband/hw/hfi1/pcie.c | 2 +-
3147 drivers/infiniband/hw/i40iw/i40iw_user.h | 2 +-
3148 drivers/infiniband/hw/mlx4/mad.c | 2 +-
3149 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
3150 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
3151 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
3152 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
3153 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
3154 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
3155 drivers/infiniband/hw/nes/nes.c | 4 +-
3156 drivers/infiniband/hw/nes/nes.h | 40 +-
3157 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
3158 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
3159 drivers/infiniband/hw/nes/nes_nic.c | 42 +-
3160 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
3161 drivers/infiniband/hw/qib/qib_iba7322.c | 4 +-
3162 drivers/infiniband/hw/qib/qib_pcie.c | 2 +-
3163 drivers/infiniband/sw/rxe/rxe_qp.c | 4 +-
3164 drivers/infiniband/sw/rxe/rxe_verbs.c | 2 +-
3165 drivers/infiniband/sw/rxe/rxe_verbs.h | 2 +-
3166 drivers/infiniband/ulp/ipoib/ipoib_main.c | 2 +-
3167 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
3168 drivers/infiniband/ulp/srpt/ib_srpt.c | 8 +-
3169 drivers/input/evdev.c | 2 +-
3170 drivers/input/gameport/gameport.c | 4 +-
3171 drivers/input/input.c | 4 +-
3172 drivers/input/joystick/sidewinder.c | 1 +
3173 drivers/input/misc/ims-pcu.c | 4 +-
3174 drivers/input/mouse/psmouse.h | 2 +-
3175 drivers/input/mousedev.c | 2 +-
3176 drivers/input/serio/serio.c | 4 +-
3177 drivers/input/serio/serio_raw.c | 4 +-
3178 drivers/input/touchscreen/htcpen.c | 2 +-
3179 drivers/iommu/arm-smmu-v3.c | 32 +-
3180 drivers/iommu/arm-smmu.c | 40 +-
3181 drivers/iommu/io-pgtable-arm-v7s.c | 62 +-
3182 drivers/iommu/io-pgtable-arm.c | 99 +-
3183 drivers/iommu/io-pgtable.c | 11 +-
3184 drivers/iommu/io-pgtable.h | 21 +-
3185 drivers/iommu/iommu.c | 2 +-
3186 drivers/iommu/ipmmu-vmsa.c | 13 +-
3187 drivers/iommu/irq_remapping.c | 2 +-
3188 drivers/iommu/msm_iommu.c | 14 +-
3189 drivers/iommu/mtk_iommu.c | 12 +-
3190 drivers/irqchip/irq-gic.c | 2 +-
3191 drivers/irqchip/irq-i8259.c | 2 +-
3192 drivers/irqchip/irq-mmp.c | 2 +-
3193 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
3194 drivers/irqchip/irq-ts4800.c | 2 +-
3195 drivers/isdn/capi/capi.c | 10 +-
3196 drivers/isdn/gigaset/interface.c | 8 +-
3197 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
3198 drivers/isdn/hardware/avm/b1.c | 4 +-
3199 drivers/isdn/hardware/eicon/capifunc.c | 6 +-
3200 drivers/isdn/hardware/eicon/dadapter.c | 18 +-
3201 drivers/isdn/hardware/eicon/diddfunc.c | 7 +-
3202 drivers/isdn/hardware/eicon/divasfunc.c | 9 +-
3203 drivers/isdn/hardware/eicon/divasync.h | 2 +-
3204 drivers/isdn/hardware/eicon/idifunc.c | 9 +-
3205 drivers/isdn/hardware/eicon/mntfunc.c | 13 +-
3206 drivers/isdn/hardware/mISDN/avmfritz.c | 2 +-
3207 drivers/isdn/hardware/mISDN/hfcmulti.c | 7 +-
3208 drivers/isdn/hardware/mISDN/hfcpci.c | 16 +-
3209 drivers/isdn/hardware/mISDN/mISDNinfineon.c | 7 +-
3210 drivers/isdn/hardware/mISDN/mISDNipac.c | 5 +-
3211 drivers/isdn/hardware/mISDN/netjet.c | 2 +-
3212 drivers/isdn/hardware/mISDN/speedfax.c | 7 +-
3213 drivers/isdn/hardware/mISDN/w6692.c | 7 +-
3214 drivers/isdn/hisax/amd7930_fn.c | 5 +-
3215 drivers/isdn/hisax/arcofi.c | 5 +-
3216 drivers/isdn/hisax/config.c | 4 +-
3217 drivers/isdn/hisax/diva.c | 7 +-
3218 drivers/isdn/hisax/elsa.c | 9 +-
3219 drivers/isdn/hisax/fsm.c | 5 +-
3220 drivers/isdn/hisax/hfc4s8s_l1.c | 14 +-
3221 drivers/isdn/hisax/hfc_2bds0.c | 4 +-
3222 drivers/isdn/hisax/hfc_pci.c | 10 +-
3223 drivers/isdn/hisax/hfc_sx.c | 10 +-
3224 drivers/isdn/hisax/hfc_usb.c | 12 +-
3225 drivers/isdn/hisax/hfcscard.c | 6 +-
3226 drivers/isdn/hisax/hisax.h | 4 +-
3227 drivers/isdn/hisax/icc.c | 5 +-
3228 drivers/isdn/hisax/ipacx.c | 7 +-
3229 drivers/isdn/hisax/isac.c | 5 +-
3230 drivers/isdn/hisax/isar.c | 5 +-
3231 drivers/isdn/hisax/isdnl3.c | 5 +-
3232 drivers/isdn/hisax/saphir.c | 5 +-
3233 drivers/isdn/hisax/teleint.c | 5 +-
3234 drivers/isdn/hisax/w6692.c | 5 +-
3235 drivers/isdn/i4l/isdn_common.c | 2 +
3236 drivers/isdn/i4l/isdn_tty.c | 22 +-
3237 drivers/isdn/mISDN/dsp.h | 4 +-
3238 drivers/isdn/mISDN/dsp_cmx.c | 4 +-
3239 drivers/isdn/mISDN/dsp_core.c | 4 +-
3240 drivers/isdn/mISDN/dsp_tones.c | 4 +-
3241 drivers/isdn/mISDN/fsm.c | 5 +-
3242 drivers/isdn/mISDN/l1oip_core.c | 8 +-
3243 drivers/leds/leds-clevo-mail.c | 2 +-
3244 drivers/leds/leds-ss4200.c | 2 +-
3245 drivers/lguest/core.c | 9 +-
3246 drivers/lguest/page_tables.c | 2 +-
3247 drivers/lguest/x86/core.c | 12 +-
3248 drivers/lguest/x86/switcher_32.S | 27 +-
3249 drivers/lightnvm/rrpc.c | 4 +-
3250 drivers/lightnvm/rrpc.h | 2 +-
3251 drivers/md/bcache/alloc.c | 2 +-
3252 drivers/md/bcache/bcache.h | 10 +-
3253 drivers/md/bcache/btree.c | 13 +-
3254 drivers/md/bcache/closure.c | 4 +-
3255 drivers/md/bcache/closure.h | 10 +-
3256 drivers/md/bcache/io.c | 10 +-
3257 drivers/md/bcache/journal.c | 18 +-
3258 drivers/md/bcache/movinggc.c | 12 +-
3259 drivers/md/bcache/request.c | 54 +-
3260 drivers/md/bcache/request.h | 2 +-
3261 drivers/md/bcache/stats.c | 26 +-
3262 drivers/md/bcache/stats.h | 16 +-
3263 drivers/md/bcache/super.c | 32 +-
3264 drivers/md/bcache/sysfs.c | 20 +-
3265 drivers/md/bcache/writeback.c | 12 +-
3266 drivers/md/bitmap.c | 2 +-
3267 drivers/md/dm-cache-target.c | 116 +-
3268 drivers/md/dm-core.h | 4 +-
3269 drivers/md/dm-ioctl.c | 2 +-
3270 drivers/md/dm-mpath.c | 12 +-
3271 drivers/md/dm-raid.c | 2 +-
3272 drivers/md/dm-raid1.c | 18 +-
3273 drivers/md/dm-stats.c | 6 +-
3274 drivers/md/dm-stripe.c | 10 +-
3275 drivers/md/dm-table.c | 2 +-
3276 drivers/md/dm-thin-metadata.c | 4 +-
3277 drivers/md/dm.c | 24 +-
3278 drivers/md/md.c | 41 +-
3279 drivers/md/md.h | 8 +-
3280 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
3281 drivers/md/persistent-data/dm-space-map.h | 1 +
3282 drivers/md/raid1.c | 8 +-
3283 drivers/md/raid10.c | 26 +-
3284 drivers/md/raid5.c | 26 +-
3285 drivers/media/dvb-core/dvb_net.c | 2 +-
3286 drivers/media/dvb-core/dvbdev.c | 2 +-
3287 drivers/media/dvb-frontends/af9033.h | 2 +-
3288 drivers/media/dvb-frontends/cx24116.c | 2 +-
3289 drivers/media/dvb-frontends/cx24117.c | 2 +-
3290 drivers/media/dvb-frontends/cx24120.c | 2 +-
3291 drivers/media/dvb-frontends/cx24123.c | 2 +-
3292 drivers/media/dvb-frontends/cxd2820r_core.c | 2 +-
3293 drivers/media/dvb-frontends/dib3000.h | 2 +-
3294 drivers/media/dvb-frontends/dib7000p.h | 2 +-
3295 drivers/media/dvb-frontends/dib8000.h | 2 +-
3296 drivers/media/dvb-frontends/hd29l2.c | 2 +-
3297 drivers/media/dvb-frontends/lgdt3306a.c | 2 +-
3298 drivers/media/dvb-frontends/mb86a20s.c | 2 +-
3299 drivers/media/dvb-frontends/mt312.c | 6 +-
3300 drivers/media/dvb-frontends/s921.c | 2 +-
3301 drivers/media/pci/bt8xx/dst.c | 2 +-
3302 drivers/media/pci/cx88/cx88-video.c | 6 +-
3303 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
3304 drivers/media/pci/pt1/va1j5jf8007s.c | 2 +-
3305 drivers/media/pci/pt1/va1j5jf8007t.c | 2 +-
3306 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
3307 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
3308 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
3309 drivers/media/pci/sta2x11/sta2x11_vip.c | 5 +-
3310 drivers/media/pci/tw68/tw68-core.c | 2 +-
3311 drivers/media/pci/tw686x/tw686x-core.c | 4 +-
3312 drivers/media/pci/zoran/zoran.h | 1 -
3313 drivers/media/pci/zoran/zoran_card.c | 4 +-
3314 drivers/media/pci/zoran/zoran_driver.c | 3 -
3315 drivers/media/platform/omap/omap_vout.c | 11 +-
3316 drivers/media/platform/s5p-tv/mixer.h | 2 +-
3317 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
3318 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
3319 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
3320 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
3321 drivers/media/platform/soc_camera/soc_camera.c | 2 +-
3322 drivers/media/radio/radio-cadet.c | 7 +-
3323 drivers/media/radio/radio-maxiradio.c | 2 +-
3324 drivers/media/radio/radio-shark.c | 2 +-
3325 drivers/media/radio/radio-shark2.c | 2 +-
3326 drivers/media/radio/radio-si476x.c | 2 +-
3327 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
3328 drivers/media/usb/pvrusb2/pvrusb2-context.c | 8 +-
3329 drivers/media/usb/pvrusb2/pvrusb2-dvb.c | 7 +-
3330 drivers/media/usb/pvrusb2/pvrusb2-hdw.c | 2 +-
3331 drivers/media/usb/pvrusb2/pvrusb2-std.c | 2 +-
3332 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c | 6 +-
3333 drivers/media/usb/uvc/uvc_driver.c | 4 +-
3334 drivers/media/v4l2-core/v4l2-common.c | 2 +-
3335 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
3336 drivers/media/v4l2-core/v4l2-device.c | 4 +-
3337 drivers/media/v4l2-core/v4l2-ioctl.c | 287 +-
3338 drivers/memory/omap-gpmc.c | 24 +-
3339 drivers/message/fusion/mptbase.c | 4 +-
3340 drivers/message/fusion/mptlan.c | 2 +-
3341 drivers/message/fusion/mptsas.c | 34 +-
3342 drivers/mfd/ab8500-debugfs.c | 2 +-
3343 drivers/mfd/kempld-core.c | 2 +-
3344 drivers/mfd/max8925-i2c.c | 2 +-
3345 drivers/mfd/rn5t618.c | 10 +-
3346 drivers/mfd/tps65910.c | 2 +-
3347 drivers/mfd/twl4030-irq.c | 9 +-
3348 drivers/misc/c2port/core.c | 4 +-
3349 drivers/misc/kgdbts.c | 6 +-
3350 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
3351 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
3352 drivers/misc/mic/scif/scif_api.c | 10 +-
3353 drivers/misc/mic/scif/scif_rb.c | 8 +-
3354 drivers/misc/panel.c | 4 +-
3355 drivers/misc/sgi-gru/gruhandles.c | 4 +-
3356 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
3357 drivers/misc/sgi-gru/grutables.h | 158 +-
3358 drivers/misc/sgi-xp/xp.h | 2 +-
3359 drivers/misc/sgi-xp/xp_main.c | 57 +-
3360 drivers/misc/sgi-xp/xpc.h | 3 +-
3361 drivers/misc/sgi-xp/xpc_main.c | 2 +-
3362 drivers/misc/sgi-xp/xpnet.c | 2 +-
3363 drivers/misc/ti-st/st_kim.c | 32 +-
3364 drivers/mmc/card/mmc_test.c | 4 +-
3365 drivers/mmc/host/dw_mmc.h | 2 +-
3366 drivers/mmc/host/mmci.c | 4 +-
3367 drivers/mmc/host/omap_hsmmc.c | 4 +-
3368 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
3369 drivers/mmc/host/sdhci-s3c.c | 8 +-
3370 drivers/mmc/host/tmio_mmc_pio.c | 4 +-
3371 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
3372 drivers/mtd/devices/block2mtd.c | 2 +-
3373 drivers/mtd/devices/phram.c | 2 +-
3374 drivers/mtd/maps/gpio-addr-flash.c | 2 +-
3375 drivers/mtd/maps/latch-addr-flash.c | 2 +-
3376 drivers/mtd/maps/pci.c | 4 +-
3377 drivers/mtd/maps/pcmciamtd.c | 8 +-
3378 drivers/mtd/maps/sbc_gxx.c | 2 +-
3379 drivers/mtd/nand/brcmnand/bcm63138_nand.c | 2 +
3380 drivers/mtd/nand/brcmnand/brcmnand.h | 2 +-
3381 drivers/mtd/nand/brcmnand/iproc_nand.c | 2 +
3382 drivers/mtd/nand/cafe_nand.c | 18 +-
3383 drivers/mtd/nand/denali.c | 1 +
3384 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
3385 drivers/mtd/nftlmount.c | 1 +
3386 drivers/mtd/sm_ftl.c | 2 +-
3387 drivers/mtd/ubi/build.c | 2 +-
3388 drivers/net/bonding/bond_netlink.c | 2 +-
3389 drivers/net/caif/caif_hsi.c | 4 +-
3390 drivers/net/caif/caif_serial.c | 2 +-
3391 drivers/net/caif/caif_spi.c | 2 +-
3392 drivers/net/caif/caif_virtio.c | 2 +-
3393 drivers/net/can/Kconfig | 2 +-
3394 drivers/net/can/bfin_can.c | 2 +-
3395 drivers/net/can/dev.c | 2 +-
3396 drivers/net/can/flexcan.c | 2 +-
3397 drivers/net/can/janz-ican3.c | 2 +-
3398 drivers/net/can/led.c | 2 +-
3399 drivers/net/can/sun4i_can.c | 2 +-
3400 drivers/net/can/vcan.c | 2 +-
3401 drivers/net/can/xilinx_can.c | 2 +-
3402 drivers/net/dummy.c | 2 +-
3403 drivers/net/ethernet/8390/ax88796.c | 6 +-
3404 drivers/net/ethernet/8390/axnet_cs.c | 4 +-
3405 drivers/net/ethernet/8390/ne2k-pci.c | 6 +-
3406 drivers/net/ethernet/8390/pcnet_cs.c | 4 +-
3407 drivers/net/ethernet/adi/bfin_mac.c | 2 +-
3408 drivers/net/ethernet/allwinner/sun4i-emac.c | 2 +-
3409 drivers/net/ethernet/altera/altera_tse_main.c | 6 +-
3410 drivers/net/ethernet/amd/7990.c | 2 +-
3411 drivers/net/ethernet/amd/7990.h | 2 +-
3412 drivers/net/ethernet/amd/amd8111e.c | 5 +-
3413 drivers/net/ethernet/amd/atarilance.c | 4 +-
3414 drivers/net/ethernet/amd/declance.c | 2 +-
3415 drivers/net/ethernet/amd/pcnet32.c | 7 +-
3416 drivers/net/ethernet/amd/sun3lance.c | 4 +-
3417 drivers/net/ethernet/amd/sunlance.c | 2 +-
3418 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
3419 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
3420 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
3421 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 145 +-
3422 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 68 +-
3423 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
3424 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
3425 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
3426 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
3427 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
3428 drivers/net/ethernet/apm/xgene/xgene_enet_main.c | 4 +-
3429 drivers/net/ethernet/arc/emac_main.c | 2 +-
3430 drivers/net/ethernet/atheros/alx/main.c | 2 +-
3431 drivers/net/ethernet/atheros/atl1c/atl1c_main.c | 2 +-
3432 drivers/net/ethernet/atheros/atl1e/atl1e_main.c | 2 +-
3433 drivers/net/ethernet/aurora/nb8800.c | 2 +-
3434 drivers/net/ethernet/broadcom/bcm63xx_enet.c | 2 +-
3435 drivers/net/ethernet/broadcom/bnx2.c | 2 +-
3436 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
3437 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c | 216 +-
3438 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.h | 4 +-
3439 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c | 2 +-
3440 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
3441 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
3442 drivers/net/ethernet/broadcom/bnxt/bnxt.c | 2 +-
3443 drivers/net/ethernet/broadcom/tg3.c | 2 +-
3444 drivers/net/ethernet/broadcom/tg3.h | 1 +
3445 drivers/net/ethernet/brocade/bna/bfa_cs.h | 42 +-
3446 drivers/net/ethernet/brocade/bna/bfa_ioc.c | 10 +-
3447 drivers/net/ethernet/brocade/bna/bfa_ioc.h | 4 +-
3448 drivers/net/ethernet/brocade/bna/bfa_msgq.h | 8 +-
3449 drivers/net/ethernet/brocade/bna/bna_enet.c | 6 +-
3450 drivers/net/ethernet/brocade/bna/bna_tx_rx.c | 6 +-
3451 drivers/net/ethernet/brocade/bna/bna_types.h | 24 +-
3452 drivers/net/ethernet/brocade/bna/bnad.c | 11 +-
3453 drivers/net/ethernet/cadence/macb.c | 4 +-
3454 drivers/net/ethernet/cavium/liquidio/lio_main.c | 11 +-
3455 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c | 2 +-
3456 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
3457 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 2 +-
3458 drivers/net/ethernet/chelsio/cxgb4vf/adapter.h | 2 +-
3459 drivers/net/ethernet/chelsio/cxgb4vf/sge.c | 2 +-
3460 drivers/net/ethernet/davicom/dm9000.c | 2 +-
3461 drivers/net/ethernet/dec/tulip/de4x5.c | 13 +-
3462 drivers/net/ethernet/emulex/benet/be_main.c | 4 +-
3463 drivers/net/ethernet/faraday/ftgmac100.c | 3 +-
3464 drivers/net/ethernet/faraday/ftmac100.c | 4 +-
3465 drivers/net/ethernet/freescale/fec_mpc52xx.c | 2 +-
3466 .../net/ethernet/freescale/fs_enet/fs_enet-main.c | 2 +-
3467 drivers/net/ethernet/freescale/gianfar.c | 4 +-
3468 drivers/net/ethernet/freescale/ucc_geth.c | 2 +-
3469 drivers/net/ethernet/hisilicon/hip04_eth.c | 2 +-
3470 drivers/net/ethernet/hisilicon/hix5hd2_gmac.c | 2 +-
3471 drivers/net/ethernet/hisilicon/hns/hns_ae_adapt.c | 6 +-
3472 drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.h | 2 +-
3473 drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c | 84 +-
3474 drivers/net/ethernet/i825xx/lib82596.c | 4 +-
3475 drivers/net/ethernet/ibm/ehea/ehea_main.c | 2 +-
3476 drivers/net/ethernet/ibm/emac/core.c | 4 +-
3477 drivers/net/ethernet/intel/e100.c | 2 +-
3478 drivers/net/ethernet/intel/e1000/e1000_main.c | 2 +-
3479 drivers/net/ethernet/intel/e1000e/netdev.c | 2 +-
3480 drivers/net/ethernet/intel/fm10k/fm10k_pci.c | 2 +-
3481 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
3482 drivers/net/ethernet/intel/igb/igb_main.c | 2 +-
3483 drivers/net/ethernet/intel/igbvf/netdev.c | 2 +-
3484 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 2 +-
3485 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
3486 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 4 +-
3487 drivers/net/ethernet/marvell/mvneta.c | 2 +-
3488 drivers/net/ethernet/marvell/mvpp2.c | 2 +-
3489 drivers/net/ethernet/marvell/pxa168_eth.c | 2 +-
3490 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
3491 drivers/net/ethernet/mellanox/mlx4/main.c | 2 +-
3492 drivers/net/ethernet/mellanox/mlx5/core/main.c | 2 +-
3493 drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 6 +-
3494 drivers/net/ethernet/micrel/ks8695net.c | 2 +-
3495 drivers/net/ethernet/micrel/ks8851_mll.c | 2 +-
3496 drivers/net/ethernet/moxa/moxart_ether.c | 2 +-
3497 drivers/net/ethernet/neterion/s2io.c | 2 +-
3498 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
3499 drivers/net/ethernet/neterion/vxge/vxge-main.c | 2 +-
3500 .../net/ethernet/netronome/nfp/nfp_net_common.c | 2 +-
3501 drivers/net/ethernet/netx-eth.c | 2 +-
3502 drivers/net/ethernet/nuvoton/w90p910_ether.c | 2 +-
3503 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
3504 drivers/net/ethernet/nxp/lpc_eth.c | 2 +-
3505 .../net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c | 4 +-
3506 .../net/ethernet/qlogic/netxen/netxen_nic_main.c | 2 +-
3507 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
3508 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
3509 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c | 2 +-
3510 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
3511 drivers/net/ethernet/realtek/r8169.c | 8 +-
3512 drivers/net/ethernet/renesas/sh_eth.c | 2 +-
3513 drivers/net/ethernet/rocker/rocker_main.c | 4 +-
3514 drivers/net/ethernet/seeq/sgiseeq.c | 2 +-
3515 drivers/net/ethernet/sfc/ptp.c | 2 +-
3516 drivers/net/ethernet/sfc/selftest.c | 20 +-
3517 drivers/net/ethernet/sgi/ioc3-eth.c | 4 +-
3518 drivers/net/ethernet/smsc/smc911x.c | 2 +-
3519 drivers/net/ethernet/smsc/smc91x.c | 2 +-
3520 drivers/net/ethernet/smsc/smsc911x.c | 2 +-
3521 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
3522 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 4 +-
3523 drivers/net/ethernet/sun/sunbmac.c | 2 +-
3524 drivers/net/ethernet/sun/sunqe.c | 2 +-
3525 drivers/net/ethernet/sun/sunvnet.c | 2 +-
3526 drivers/net/ethernet/sun/sunvnet_common.c | 6 +-
3527 drivers/net/ethernet/synopsys/dwc_eth_qos.c | 2 +-
3528 drivers/net/ethernet/ti/cpmac.c | 2 +-
3529 drivers/net/ethernet/ti/davinci_emac.c | 2 +-
3530 drivers/net/ethernet/ti/netcp_core.c | 2 +-
3531 drivers/net/ethernet/via/via-rhine.c | 2 +-
3532 drivers/net/ethernet/wiznet/w5100.c | 2 +-
3533 drivers/net/ethernet/wiznet/w5300.c | 2 +-
3534 drivers/net/ethernet/xilinx/ll_temac_main.c | 2 +-
3535 drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 2 +-
3536 drivers/net/ethernet/xilinx/xilinx_emaclite.c | 2 +-
3537 drivers/net/geneve.c | 4 +-
3538 drivers/net/gtp.c | 8 +-
3539 drivers/net/hamradio/baycom_epp.c | 2 +-
3540 drivers/net/hyperv/hyperv_net.h | 2 +-
3541 drivers/net/hyperv/netvsc_drv.c | 2 +-
3542 drivers/net/hyperv/rndis_filter.c | 7 +-
3543 drivers/net/ifb.c | 2 +-
3544 drivers/net/ipvlan/ipvlan_core.c | 2 +-
3545 drivers/net/ipvlan/ipvlan_main.c | 6 +-
3546 drivers/net/irda/vlsi_ir.c | 18 +-
3547 drivers/net/irda/vlsi_ir.h | 14 +-
3548 drivers/net/loopback.c | 2 +-
3549 drivers/net/macsec.c | 2 +-
3550 drivers/net/macvlan.c | 20 +-
3551 drivers/net/macvtap.c | 10 +-
3552 drivers/net/nlmon.c | 2 +-
3553 drivers/net/phy/phy_device.c | 6 +-
3554 drivers/net/plip/plip.c | 2 +-
3555 drivers/net/ppp/ppp_generic.c | 6 +-
3556 drivers/net/ppp/pptp.c | 2 +-
3557 drivers/net/rionet.c | 2 +-
3558 drivers/net/slip/slhc.c | 2 +-
3559 drivers/net/team/team.c | 4 +-
3560 drivers/net/tun.c | 11 +-
3561 drivers/net/usb/hso.c | 28 +-
3562 drivers/net/usb/ipheth.c | 2 +-
3563 drivers/net/usb/r8152.c | 2 +-
3564 drivers/net/usb/sierra_net.c | 4 +-
3565 drivers/net/virtio_net.c | 2 +-
3566 drivers/net/vrf.c | 4 +-
3567 drivers/net/vxlan.c | 4 +-
3568 drivers/net/wimax/i2400m/rx.c | 2 +-
3569 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
3570 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
3571 drivers/net/wireless/ath/ath10k/mac.c | 7 +-
3572 drivers/net/wireless/ath/ath6kl/core.h | 2 +-
3573 drivers/net/wireless/ath/ath6kl/txrx.c | 2 +-
3574 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
3575 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
3576 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
3577 drivers/net/wireless/ath/ath9k/main.c | 22 +-
3578 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
3579 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
3580 drivers/net/wireless/ath/carl9170/main.c | 10 +-
3581 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
3582 drivers/net/wireless/ath/wil6210/pcie_bus.c | 2 +-
3583 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
3584 drivers/net/wireless/atmel/at76c50x-usb.c | 2 +-
3585 drivers/net/wireless/atmel/atmel.c | 183 +-
3586 drivers/net/wireless/broadcom/b43/phy_lp.c | 2 +-
3587 drivers/net/wireless/broadcom/b43legacy/main.c | 5 +-
3588 .../broadcom/brcm80211/brcmfmac/cfg80211.c | 54 +-
3589 .../broadcom/brcm80211/brcmsmac/phy/phy_cmn.c | 3 +-
3590 .../broadcom/brcm80211/brcmsmac/phy_shim.c | 5 +-
3591 .../broadcom/brcm80211/brcmsmac/phy_shim.h | 2 +-
3592 drivers/net/wireless/cisco/airo.c | 201 +-
3593 drivers/net/wireless/intel/ipw2x00/ipw2100.c | 8 +-
3594 drivers/net/wireless/intel/ipw2x00/ipw2200.c | 6 +-
3595 drivers/net/wireless/intel/iwlegacy/3945-mac.c | 11 +-
3596 drivers/net/wireless/intel/iwlegacy/4965-mac.c | 7 +-
3597 drivers/net/wireless/intel/iwlwifi/dvm/debugfs.c | 34 +-
3598 drivers/net/wireless/intel/iwlwifi/dvm/lib.c | 4 +-
3599 drivers/net/wireless/intel/iwlwifi/mvm/d3.c | 8 +-
3600 drivers/net/wireless/intel/iwlwifi/mvm/tx.c | 4 +-
3601 drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 4 +-
3602 .../net/wireless/intersil/hostap/hostap_ioctl.c | 250 +-
3603 drivers/net/wireless/intersil/orinoco/wext.c | 131 +-
3604 drivers/net/wireless/intersil/prism54/isl_ioctl.c | 292 +-
3605 drivers/net/wireless/mac80211_hwsim.c | 28 +-
3606 drivers/net/wireless/marvell/mwifiex/main.c | 2 +-
3607 drivers/net/wireless/ralink/rt2x00/rt2400pci.c | 4 +-
3608 drivers/net/wireless/ralink/rt2x00/rt2500pci.c | 4 +-
3609 drivers/net/wireless/ralink/rt2x00/rt2500usb.c | 4 +-
3610 drivers/net/wireless/ralink/rt2x00/rt2800lib.c | 6 +-
3611 drivers/net/wireless/ralink/rt2x00/rt2x00.h | 2 +-
3612 drivers/net/wireless/ralink/rt2x00/rt2x00queue.c | 4 +-
3613 drivers/net/wireless/ralink/rt2x00/rt61pci.c | 4 +-
3614 drivers/net/wireless/ralink/rt2x00/rt73usb.c | 4 +-
3615 drivers/net/wireless/realtek/rtlwifi/base.c | 14 +-
3616 drivers/net/wireless/realtek/rtlwifi/base.h | 4 +-
3617 drivers/net/wireless/realtek/rtlwifi/pci.c | 15 +-
3618 drivers/net/wireless/realtek/rtlwifi/ps.c | 6 +-
3619 drivers/net/wireless/realtek/rtlwifi/ps.h | 6 +-
3620 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
3621 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
3622 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
3623 drivers/net/wireless/zydas/zd1201.c | 192 +-
3624 drivers/net/wireless/zydas/zd1211rw/zd_usb.c | 2 +-
3625 drivers/net/xen-netback/interface.c | 2 +-
3626 drivers/net/xen-netfront.c | 2 +-
3627 drivers/ntb/test/ntb_pingpong.c | 8 +-
3628 drivers/nvme/host/pci.c | 2 +-
3629 drivers/of/fdt.c | 4 +-
3630 drivers/oprofile/buffer_sync.c | 8 +-
3631 drivers/oprofile/event_buffer.c | 2 +-
3632 drivers/oprofile/oprof.c | 2 +-
3633 drivers/oprofile/oprofile_stats.c | 10 +-
3634 drivers/oprofile/oprofile_stats.h | 10 +-
3635 drivers/oprofile/oprofilefs.c | 6 +-
3636 drivers/oprofile/timer_int.c | 2 +-
3637 drivers/parport/procfs.c | 4 +-
3638 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
3639 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
3640 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
3641 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
3642 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
3643 drivers/pci/hotplug/pciehp_core.c | 2 +-
3644 drivers/pci/msi.c | 22 +-
3645 drivers/pci/pci-sysfs.c | 6 +-
3646 drivers/pci/pci.h | 4 +-
3647 drivers/pci/pcie/aspm.c | 10 +-
3648 drivers/pci/pcie/portdrv_pci.c | 2 +-
3649 drivers/pci/probe.c | 2 +-
3650 drivers/pci/setup-bus.c | 10 +-
3651 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
3652 drivers/pinctrl/pinctrl-at91.c | 5 +-
3653 drivers/platform/chrome/chromeos_laptop.c | 2 +-
3654 drivers/platform/chrome/chromeos_pstore.c | 2 +-
3655 drivers/platform/chrome/cros_ec_lpc.c | 2 +-
3656 drivers/platform/x86/alienware-wmi.c | 4 +-
3657 drivers/platform/x86/apple-gmux.c | 2 +-
3658 drivers/platform/x86/compal-laptop.c | 2 +-
3659 drivers/platform/x86/hdaps.c | 2 +-
3660 drivers/platform/x86/ibm_rtl.c | 2 +-
3661 drivers/platform/x86/intel_oaktrail.c | 2 +-
3662 drivers/platform/x86/msi-laptop.c | 16 +-
3663 drivers/platform/x86/msi-wmi.c | 2 +-
3664 drivers/platform/x86/samsung-laptop.c | 2 +-
3665 drivers/platform/x86/samsung-q10.c | 2 +-
3666 drivers/platform/x86/sony-laptop.c | 14 +-
3667 drivers/platform/x86/thinkpad_acpi.c | 10 +-
3668 drivers/pnp/base.h | 2 +-
3669 drivers/pnp/pnpbios/bioscalls.c | 14 +-
3670 drivers/pnp/pnpbios/core.c | 2 +-
3671 drivers/pnp/resource.c | 4 +-
3672 drivers/power/pda_power.c | 7 +-
3673 drivers/power/power_supply.h | 4 +-
3674 drivers/power/power_supply_core.c | 7 +-
3675 drivers/power/power_supply_sysfs.c | 6 +-
3676 drivers/power/reset/at91-reset.c | 5 +-
3677 drivers/powercap/powercap_sys.c | 136 +-
3678 drivers/ptp/ptp_private.h | 2 +-
3679 drivers/ptp/ptp_sysfs.c | 2 +-
3680 drivers/regulator/core.c | 4 +-
3681 drivers/regulator/max8660.c | 6 +-
3682 drivers/regulator/max8973-regulator.c | 16 +-
3683 drivers/regulator/mc13892-regulator.c | 8 +-
3684 drivers/remoteproc/remoteproc_core.c | 26 +-
3685 drivers/rtc/rtc-armada38x.c | 7 +-
3686 drivers/rtc/rtc-cmos.c | 4 +-
3687 drivers/rtc/rtc-ds1307.c | 2 +-
3688 drivers/rtc/rtc-m41t80.c | 8 +-
3689 drivers/rtc/rtc-m48t59.c | 4 +-
3690 drivers/rtc/rtc-rv3029c2.c | 8 +-
3691 drivers/rtc/rtc-rv8803.c | 15 +-
3692 drivers/rtc/rtc-rx8010.c | 8 +-
3693 drivers/rtc/rtc-test.c | 6 +-
3694 drivers/scsi/aacraid/aachba.c | 7 +-
3695 drivers/scsi/aic7xxx/aic79xx.h | 2 +-
3696 drivers/scsi/aic7xxx/aic79xx_core.c | 11 +-
3697 drivers/scsi/be2iscsi/be_main.c | 2 +-
3698 drivers/scsi/bfa/bfa.h | 4 +-
3699 drivers/scsi/bfa/bfa_core.c | 4 +-
3700 drivers/scsi/bfa/bfa_cs.h | 124 +-
3701 drivers/scsi/bfa/bfa_fcpim.h | 14 +-
3702 drivers/scsi/bfa/bfa_fcs.h | 34 +-
3703 drivers/scsi/bfa/bfa_fcs_fcpim.c | 6 +-
3704 drivers/scsi/bfa/bfa_fcs_lport.c | 4 +-
3705 drivers/scsi/bfa/bfa_fcs_rport.c | 4 +-
3706 drivers/scsi/bfa/bfa_ioc.c | 8 +-
3707 drivers/scsi/bfa/bfa_ioc.h | 16 +-
3708 drivers/scsi/bfa/bfa_svc.c | 12 +-
3709 drivers/scsi/bfa/bfa_svc.h | 20 +-
3710 drivers/scsi/bfa/bfad.c | 12 +-
3711 drivers/scsi/bfa/bfad_bsg.c | 8 +-
3712 drivers/scsi/bfa/bfad_drv.h | 5 +-
3713 drivers/scsi/csiostor/csio_defs.h | 19 +-
3714 drivers/scsi/csiostor/csio_hw.c | 67 +-
3715 drivers/scsi/csiostor/csio_init.c | 2 +-
3716 drivers/scsi/csiostor/csio_lnode.c | 32 +-
3717 drivers/scsi/csiostor/csio_rnode.c | 28 +-
3718 drivers/scsi/csiostor/csio_scsi.c | 37 +-
3719 drivers/scsi/esas2r/esas2r_init.c | 2 +-
3720 drivers/scsi/esas2r/esas2r_ioctl.c | 2 +-
3721 drivers/scsi/esas2r/esas2r_log.h | 4 +-
3722 drivers/scsi/esas2r/esas2r_main.c | 4 +-
3723 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
3724 drivers/scsi/fcoe/fcoe_transport.c | 16 +-
3725 drivers/scsi/hpsa.c | 38 +-
3726 drivers/scsi/hpsa.h | 2 +-
3727 drivers/scsi/hptiop.c | 2 -
3728 drivers/scsi/hptiop.h | 1 -
3729 drivers/scsi/ipr.c | 32 +-
3730 drivers/scsi/ipr.h | 2 +-
3731 drivers/scsi/libfc/fc_exch.c | 50 +-
3732 drivers/scsi/libsas/sas_ata.c | 2 +-
3733 drivers/scsi/lpfc/lpfc.h | 8 +-
3734 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
3735 drivers/scsi/lpfc/lpfc_init.c | 8 +-
3736 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
3737 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
3738 drivers/scsi/mpt3sas/mpt3sas_base.c | 2 +-
3739 drivers/scsi/mpt3sas/mpt3sas_scsih.c | 4 +-
3740 drivers/scsi/pmcraid.c | 46 +-
3741 drivers/scsi/pmcraid.h | 8 +-
3742 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
3743 drivers/scsi/qla2xxx/qla_gbl.h | 8 +-
3744 drivers/scsi/qla2xxx/qla_os.c | 15 +-
3745 drivers/scsi/qla2xxx/qla_target.c | 16 +-
3746 drivers/scsi/qla2xxx/qla_target.h | 2 +-
3747 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
3748 drivers/scsi/qla4xxx/ql4_os.c | 15 +-
3749 drivers/scsi/scsi.c | 2 +-
3750 drivers/scsi/scsi_debug.c | 42 +-
3751 drivers/scsi/scsi_lib.c | 8 +-
3752 drivers/scsi/scsi_sysfs.c | 2 +-
3753 drivers/scsi/scsi_transport_fc.c | 8 +-
3754 drivers/scsi/scsi_transport_iscsi.c | 6 +-
3755 drivers/scsi/scsi_transport_spi.c | 2 +-
3756 drivers/scsi/scsi_transport_srp.c | 8 +-
3757 drivers/scsi/sd.c | 6 +-
3758 drivers/scsi/sg.c | 2 +-
3759 drivers/scsi/sr.c | 21 +-
3760 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
3761 drivers/spi/spi.c | 2 +-
3762 drivers/staging/fbtft/fbtft-core.c | 2 +-
3763 drivers/staging/fbtft/fbtft.h | 2 +-
3764 drivers/staging/gdm724x/gdm_lte.c | 2 +-
3765 drivers/staging/gdm724x/gdm_tty.c | 2 +-
3766 drivers/staging/i4l/icn/icn.c | 2 +-
3767 drivers/staging/iio/adc/ad7280a.c | 4 +-
3768 drivers/staging/ks7010/ks_wlan_net.c | 392 +-
3769 .../staging/lustre/lnet/klnds/socklnd/socklnd.h | 6 +-
3770 drivers/staging/lustre/lnet/selftest/brw_test.c | 19 +-
3771 drivers/staging/lustre/lnet/selftest/framework.c | 10 +-
3772 drivers/staging/lustre/lnet/selftest/ping_test.c | 23 +-
3773 drivers/staging/lustre/lnet/selftest/selftest.h | 6 +-
3774 .../lustre/lustre/include/lustre/lustre_idl.h | 82 +-
3775 drivers/staging/lustre/lustre/include/lustre_dlm.h | 8 +-
3776 drivers/staging/lustre/lustre/include/lustre_net.h | 2 +-
3777 drivers/staging/lustre/lustre/include/obd.h | 2 +-
3778 drivers/staging/lustre/lustre/ldlm/ldlm_request.c | 5 +-
3779 drivers/staging/lustre/lustre/llite/dir.c | 2 +-
3780 .../staging/lustre/lustre/llite/llite_internal.h | 6 +-
3781 drivers/staging/lustre/lustre/llite/llite_lib.c | 6 +-
3782 drivers/staging/lustre/lustre/llite/lproc_llite.c | 6 +-
3783 drivers/staging/lustre/lustre/llite/statahead.c | 6 +-
3784 drivers/staging/lustre/lustre/lov/lov_internal.h | 6 +-
3785 drivers/staging/lustre/lustre/lov/lov_io.c | 60 +-
3786 drivers/staging/lustre/lustre/lov/lov_obd.c | 12 +-
3787 drivers/staging/lustre/lustre/lov/lov_request.c | 30 +-
3788 drivers/staging/lustre/lustre/obdclass/llog_swab.c | 24 +-
3789 drivers/staging/lustre/lustre/osc/osc_request.c | 24 +-
3790 drivers/staging/lustre/lustre/ptlrpc/layout.c | 7 +-
3791 .../staging/lustre/lustre/ptlrpc/pack_generic.c | 136 +-
3792 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 18 +-
3793 drivers/staging/rtl8188eu/hal/rtl8188eu_recv.c | 2 +-
3794 drivers/staging/rtl8188eu/hal/rtl8188eu_xmit.c | 2 +-
3795 drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h | 8 -
3796 drivers/staging/rtl8188eu/include/hal_intf.h | 5 +-
3797 drivers/staging/rtl8188eu/include/odm_precomp.h | 2 +-
3798 drivers/staging/rtl8188eu/include/recv_osdep.h | 1 -
3799 drivers/staging/rtl8188eu/include/rtl8188e_recv.h | 2 +-
3800 drivers/staging/rtl8188eu/include/rtl8188e_xmit.h | 2 +-
3801 drivers/staging/rtl8188eu/include/rtw_cmd.h | 1 -
3802 drivers/staging/rtl8188eu/include/rtw_eeprom.h | 6 -
3803 drivers/staging/rtl8188eu/include/rtw_ioctl.h | 9 -
3804 drivers/staging/rtl8188eu/include/rtw_mlme_ext.h | 12 +-
3805 drivers/staging/rtl8188eu/include/xmit_osdep.h | 2 +-
3806 drivers/staging/rtl8188eu/os_dep/usb_ops_linux.c | 8 +-
3807 drivers/staging/rtl8188eu/os_dep/xmit_linux.c | 2 +-
3808 drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 49 +-
3809 drivers/staging/rtl8192e/rtl8192e/rtl_core.h | 4 +-
3810 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c | 10 +-
3811 drivers/staging/rtl8192e/rtl8192e/rtl_dm.h | 4 +-
3812 drivers/staging/rtl8192e/rtl8192e/rtl_ps.c | 6 +-
3813 drivers/staging/rtl8192e/rtl8192e/rtl_ps.h | 3 +-
3814 drivers/staging/rtl8192e/rtl8192e/rtl_wx.c | 48 +-
3815 drivers/staging/rtl8192e/rtllib.h | 4 +-
3816 drivers/staging/rtl8192e/rtllib_softmac.c | 32 +-
3817 drivers/staging/rtl8192e/rtllib_softmac_wx.c | 2 +-
3818 drivers/staging/rtl8192e/rtllib_tx.c | 2 +-
3819 drivers/staging/rtl8192u/ieee80211/ieee80211.h | 2 +-
3820 .../staging/rtl8192u/ieee80211/ieee80211_softmac.c | 6 +-
3821 drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c | 2 +-
3822 drivers/staging/rtl8192u/r8192U_core.c | 7 +-
3823 drivers/staging/rtl8712/rtl8712_recv.c | 6 +-
3824 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
3825 drivers/staging/rtl8712/rtl871x_ioctl.h | 14 -
3826 drivers/staging/rtl8712/rtl871x_xmit.c | 2 +-
3827 drivers/staging/rtl8712/rtl871x_xmit.h | 2 +-
3828 drivers/staging/rtl8712/usb_ops_linux.c | 4 +-
3829 drivers/staging/rtl8712/xmit_linux.c | 2 +-
3830 drivers/staging/rtl8712/xmit_osdep.h | 2 +-
3831 drivers/staging/rtl8723au/core/rtw_mlme_ext.c | 12 +-
3832 drivers/staging/rtl8723au/core/rtw_xmit.c | 2 +-
3833 drivers/staging/rtl8723au/hal/rtl8723au_recv.c | 2 +-
3834 drivers/staging/rtl8723au/hal/usb_ops_linux.c | 4 +-
3835 drivers/staging/rtl8723au/include/Hal8723APhyCfg.h | 8 -
3836 drivers/staging/rtl8723au/include/drv_types.h | 2 +-
3837 drivers/staging/rtl8723au/include/hal_intf.h | 2 -
3838 drivers/staging/rtl8723au/include/recv_osdep.h | 1 -
3839 drivers/staging/rtl8723au/include/rtw_ap.h | 2 -
3840 drivers/staging/rtl8723au/include/rtw_cmd.h | 1 -
3841 drivers/staging/rtl8723au/include/rtw_eeprom.h | 7 -
3842 drivers/staging/rtl8723au/include/rtw_mlme_ext.h | 14 +-
3843 drivers/staging/rtl8723au/include/usb_ops.h | 8 +-
3844 drivers/staging/rtl8723au/include/xmit_osdep.h | 2 +-
3845 drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c | 2 +-
3846 drivers/staging/rtl8723au/os_dep/xmit_linux.c | 2 +-
3847 drivers/staging/sm750fb/sm750.c | 14 +-
3848 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
3849 drivers/staging/unisys/visornic/visornic_main.c | 2 +-
3850 drivers/staging/vt6655/rxtx.c | 2 +-
3851 drivers/staging/vt6656/rxtx.c | 2 +-
3852 drivers/staging/wilc1000/linux_wlan.c | 2 +-
3853 drivers/staging/wilc1000/wilc_wlan.h | 2 +-
3854 drivers/staging/wlan-ng/p80211netdev.c | 2 +-
3855 drivers/target/sbp/sbp_target.c | 4 +-
3856 drivers/thermal/devfreq_cooling.c | 19 +-
3857 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
3858 drivers/thermal/of-thermal.c | 17 +-
3859 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
3860 drivers/tty/cyclades.c | 6 +-
3861 drivers/tty/hvc/hvc_console.c | 14 +-
3862 drivers/tty/hvc/hvcs.c | 21 +-
3863 drivers/tty/hvc/hvsi.c | 22 +-
3864 drivers/tty/hvc/hvsi_lib.c | 4 +-
3865 drivers/tty/ipwireless/tty.c | 27 +-
3866 drivers/tty/moxa.c | 2 +-
3867 drivers/tty/n_gsm.c | 6 +-
3868 drivers/tty/n_tty.c | 28 +-
3869 drivers/tty/pty.c | 4 +-
3870 drivers/tty/rocket.c | 6 +-
3871 drivers/tty/serial/8250/8250_core.c | 10 +-
3872 drivers/tty/serial/8250/8250_pci.c | 2 +-
3873 drivers/tty/serial/ioc4_serial.c | 6 +-
3874 drivers/tty/serial/jsm/jsm_driver.c | 2 +-
3875 drivers/tty/serial/kgdb_nmi.c | 4 +-
3876 drivers/tty/serial/kgdboc.c | 34 +-
3877 drivers/tty/serial/msm_serial.c | 4 +-
3878 drivers/tty/serial/samsung.c | 9 +-
3879 drivers/tty/serial/serial_core.c | 6 +-
3880 drivers/tty/synclink.c | 34 +-
3881 drivers/tty/synclink_gt.c | 28 +-
3882 drivers/tty/synclinkmp.c | 34 +-
3883 drivers/tty/tty_io.c | 2 +-
3884 drivers/tty/tty_ldisc.c | 8 +-
3885 drivers/tty/tty_port.c | 22 +-
3886 drivers/uio/uio.c | 19 +-
3887 drivers/usb/atm/cxacru.c | 2 +-
3888 drivers/usb/atm/usbatm.c | 24 +-
3889 drivers/usb/core/devices.c | 6 +-
3890 drivers/usb/core/devio.c | 12 +-
3891 drivers/usb/core/hcd.c | 4 +-
3892 drivers/usb/core/sysfs.c | 2 +-
3893 drivers/usb/core/usb.c | 2 +-
3894 drivers/usb/early/ehci-dbgp.c | 16 +-
3895 drivers/usb/gadget/function/f_phonet.c | 2 +-
3896 drivers/usb/gadget/function/u_serial.c | 22 +-
3897 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
3898 drivers/usb/host/ehci-hcd.c | 2 +-
3899 drivers/usb/host/ehci-hub.c | 4 +-
3900 drivers/usb/host/ehci-q.c | 4 +-
3901 drivers/usb/host/fotg210-hcd.c | 2 +-
3902 drivers/usb/host/hwa-hc.c | 2 +-
3903 drivers/usb/host/ohci-hcd.c | 2 +-
3904 drivers/usb/host/r8a66597.h | 2 +-
3905 drivers/usb/host/uhci-hcd.c | 2 +-
3906 drivers/usb/host/xhci-pci.c | 2 +-
3907 drivers/usb/host/xhci-ring.c | 52 +-
3908 drivers/usb/host/xhci.c | 2 +-
3909 drivers/usb/misc/appledisplay.c | 4 +-
3910 drivers/usb/misc/sisusbvga/sisusb_con.c | 78 +-
3911 drivers/usb/serial/console.c | 8 +-
3912 drivers/usb/storage/transport.c | 2 +-
3913 drivers/usb/storage/usb.c | 2 +-
3914 drivers/usb/storage/usb.h | 2 +-
3915 drivers/usb/usbip/vhci.h | 2 +-
3916 drivers/usb/usbip/vhci_hcd.c | 6 +-
3917 drivers/usb/usbip/vhci_rx.c | 2 +-
3918 drivers/usb/usbip/vudc_rx.c | 2 +-
3919 drivers/usb/wusbcore/wa-hc.h | 4 +-
3920 drivers/usb/wusbcore/wa-xfer.c | 2 +-
3921 drivers/vfio/pci/vfio_pci.c | 2 +-
3922 drivers/vhost/vringh.c | 20 +-
3923 drivers/video/backlight/kb3886_bl.c | 2 +-
3924 drivers/video/console/dummycon.c | 76 +-
3925 drivers/video/console/fbcon.c | 2 +-
3926 drivers/video/console/vgacon.c | 17 +-
3927 drivers/video/fbdev/arcfb.c | 2 +-
3928 drivers/video/fbdev/aty/aty128fb.c | 2 +-
3929 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
3930 drivers/video/fbdev/aty/mach64_ct.c | 5 +-
3931 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
3932 drivers/video/fbdev/aty/mach64_gx.c | 17 +-
3933 drivers/video/fbdev/core/fb_defio.c | 8 +-
3934 drivers/video/fbdev/core/fbmem.c | 12 +-
3935 drivers/video/fbdev/hyperv_fb.c | 4 +-
3936 drivers/video/fbdev/i810/i810_accel.c | 1 +
3937 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
3938 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
3939 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
3940 drivers/video/fbdev/omap2/omapfb/dss/display.c | 8 +-
3941 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
3942 drivers/video/fbdev/sis/sis_main.h | 2 +-
3943 drivers/video/fbdev/smscufx.c | 4 +-
3944 drivers/video/fbdev/udlfb.c | 36 +-
3945 drivers/video/fbdev/uvesafb.c | 52 +-
3946 drivers/video/fbdev/vesafb.c | 58 +-
3947 drivers/video/fbdev/via/via_clock.h | 2 +-
3948 drivers/xen/events/events_base.c | 6 +-
3949 drivers/xen/xen-pciback/pci_stub.c | 2 +-
3950 fs/9p/vfs_addr.c | 2 +-
3951 fs/9p/vfs_inode_dotl.c | 4 +-
3952 fs/Kconfig.binfmt | 2 +-
3953 fs/afs/file.c | 8 +-
3954 fs/afs/inode.c | 4 +-
3955 fs/afs/internal.h | 4 +-
3956 fs/aio.c | 2 +-
3957 fs/autofs4/waitq.c | 2 +-
3958 fs/befs/endian.h | 6 +-
3959 fs/befs/linuxvfs.c | 4 +-
3960 fs/binfmt_aout.c | 23 +-
3961 fs/binfmt_elf.c | 657 +-
3962 fs/binfmt_elf_fdpic.c | 4 +-
3963 fs/block_dev.c | 2 +-
3964 fs/btrfs/ctree.c | 11 +-
3965 fs/btrfs/ctree.h | 8 +-
3966 fs/btrfs/delayed-inode.c | 6 +-
3967 fs/btrfs/delayed-inode.h | 4 +-
3968 fs/btrfs/delayed-ref.c | 4 +-
3969 fs/btrfs/dev-replace.c | 20 +-
3970 fs/btrfs/dev-replace.h | 4 +-
3971 fs/btrfs/disk-io.c | 4 +-
3972 fs/btrfs/extent_map.c | 8 +-
3973 fs/btrfs/file.c | 4 +-
3974 fs/btrfs/free-space-cache.h | 1 +
3975 fs/btrfs/raid56.c | 30 +-
3976 fs/btrfs/scrub.c | 2 +-
3977 fs/btrfs/super.c | 2 +-
3978 fs/btrfs/sysfs.c | 2 +-
3979 fs/btrfs/tests/btrfs-tests.c | 2 +-
3980 fs/btrfs/tests/free-space-tests.c | 2 +-
3981 fs/btrfs/transaction.c | 2 +-
3982 fs/btrfs/tree-log.c | 8 +-
3983 fs/btrfs/tree-log.h | 2 +-
3984 fs/btrfs/volumes.c | 14 +-
3985 fs/btrfs/volumes.h | 22 +-
3986 fs/buffer.c | 2 +-
3987 fs/cachefiles/bind.c | 6 +-
3988 fs/cachefiles/daemon.c | 12 +-
3989 fs/cachefiles/internal.h | 16 +-
3990 fs/cachefiles/namei.c | 6 +-
3991 fs/cachefiles/proc.c | 12 +-
3992 fs/ceph/super.c | 4 +-
3993 fs/char_dev.c | 2 +-
3994 fs/cifs/cifs_debug.c | 12 +-
3995 fs/cifs/cifsfs.c | 13 +-
3996 fs/cifs/cifsglob.h | 54 +-
3997 fs/cifs/file.c | 14 +-
3998 fs/cifs/misc.c | 4 +-
3999 fs/cifs/smb1ops.c | 80 +-
4000 fs/cifs/smb2ops.c | 84 +-
4001 fs/cifs/smb2pdu.c | 3 +-
4002 fs/coda/cache.c | 10 +-
4003 fs/coda/dir.c | 5 +-
4004 fs/compat.c | 9 +-
4005 fs/compat_binfmt_elf.c | 2 +
4006 fs/compat_ioctl.c | 12 +-
4007 fs/configfs/dir.c | 2 +-
4008 fs/coredump.c | 18 +-
4009 fs/dcache.c | 63 +-
4010 fs/debugfs/file.c | 41 +-
4011 fs/ecryptfs/inode.c | 2 +-
4012 fs/ecryptfs/miscdev.c | 2 +-
4013 fs/exec.c | 309 +-
4014 fs/exofs/inode.c | 7 +-
4015 fs/exofs/super.c | 5 +-
4016 fs/ext2/super.c | 4 +-
4017 fs/ext2/xattr.c | 5 +-
4018 fs/ext4/ext4.h | 20 +-
4019 fs/ext4/extents.c | 2 +-
4020 fs/ext4/mballoc.c | 44 +-
4021 fs/ext4/resize.c | 16 +-
4022 fs/ext4/super.c | 6 +-
4023 fs/ext4/sysfs.c | 2 +-
4024 fs/ext4/xattr.c | 5 +-
4025 fs/f2fs/f2fs.h | 7 +-
4026 fs/f2fs/super.c | 2 +-
4027 fs/fhandle.c | 5 +-
4028 fs/file.c | 18 +-
4029 fs/freevxfs/vxfs_super.c | 6 +-
4030 fs/fs-writeback.c | 11 +-
4031 fs/fs_struct.c | 8 +-
4032 fs/fscache/cookie.c | 40 +-
4033 fs/fscache/internal.h | 202 +-
4034 fs/fscache/object.c | 26 +-
4035 fs/fscache/operation.c | 38 +-
4036 fs/fscache/page.c | 110 +-
4037 fs/fscache/stats.c | 348 +-
4038 fs/fuse/cuse.c | 10 +-
4039 fs/fuse/dev.c | 4 +-
4040 fs/fuse/file.c | 4 +-
4041 fs/fuse/inode.c | 4 +-
4042 fs/gfs2/aops.c | 2 +-
4043 fs/gfs2/file.c | 2 +-
4044 fs/gfs2/glock.c | 22 +-
4045 fs/gfs2/glops.c | 4 +-
4046 fs/gfs2/quota.c | 6 +-
4047 fs/hugetlbfs/inode.c | 13 +-
4048 fs/inode.c | 4 +-
4049 fs/jbd2/commit.c | 2 +-
4050 fs/jbd2/transaction.c | 4 +-
4051 fs/jffs2/erase.c | 3 +-
4052 fs/jffs2/file.c | 5 +-
4053 fs/jffs2/fs.c | 2 +-
4054 fs/jffs2/os-linux.h | 2 +-
4055 fs/jffs2/wbuf.c | 3 +-
4056 fs/jfs/super.c | 4 +-
4057 fs/kernfs/dir.c | 2 +-
4058 fs/kernfs/file.c | 20 +-
4059 fs/lockd/clnt4xdr.c | 46 +-
4060 fs/lockd/clntproc.c | 4 +-
4061 fs/lockd/clntxdr.c | 44 +-
4062 fs/lockd/mon.c | 24 +-
4063 fs/lockd/svc.c | 2 +-
4064 fs/lockd/svc4proc.c | 69 +-
4065 fs/lockd/svcproc.c | 75 +-
4066 fs/lockd/xdr.c | 44 +-
4067 fs/lockd/xdr4.c | 41 +-
4068 fs/logfs/dev_bdev.c | 13 +-
4069 fs/logfs/dev_mtd.c | 13 +-
4070 fs/logfs/dir.c | 4 +-
4071 fs/logfs/logfs.h | 5 +-
4072 fs/logfs/readwrite.c | 2 +-
4073 fs/logfs/segment.c | 2 +-
4074 fs/logfs/super.c | 39 -
4075 fs/namei.c | 2 +-
4076 fs/namespace.c | 15 +-
4077 fs/nfs/callback.h | 18 +-
4078 fs/nfs/callback_proc.c | 26 +-
4079 fs/nfs/callback_xdr.c | 73 +-
4080 fs/nfs/dir.c | 5 +-
4081 fs/nfs/inode.c | 6 +-
4082 fs/nfs/internal.h | 5 +-
4083 fs/nfs/mount_clnt.c | 26 +-
4084 fs/nfs/nfs2xdr.c | 101 +-
4085 fs/nfs/nfs3xdr.c | 201 +-
4086 fs/nfs/nfs42xdr.c | 72 +-
4087 fs/nfs/nfs4xdr.c | 507 +-
4088 fs/nfs/read.c | 2 +-
4089 fs/nfs/symlink.c | 6 +-
4090 fs/nfsd/current_stateid.h | 24 +-
4091 fs/nfsd/nfs2acl.c | 85 +-
4092 fs/nfsd/nfs3acl.c | 44 +-
4093 fs/nfsd/nfs3proc.c | 271 +-
4094 fs/nfsd/nfs3xdr.c | 171 +-
4095 fs/nfsd/nfs4callback.c | 31 +-
4096 fs/nfsd/nfs4proc.c | 320 +-
4097 fs/nfsd/nfs4state.c | 111 +-
4098 fs/nfsd/nfs4xdr.c | 564 +-
4099 fs/nfsd/nfscache.c | 13 +-
4100 fs/nfsd/nfsproc.c | 193 +-
4101 fs/nfsd/nfsxdr.c | 96 +-
4102 fs/nfsd/vfs.c | 6 +-
4103 fs/nfsd/xdr.h | 50 +-
4104 fs/nfsd/xdr3.h | 100 +-
4105 fs/nfsd/xdr4.h | 50 +-
4106 fs/nls/nls_base.c | 26 +-
4107 fs/nls/nls_cp932.c | 2 +-
4108 fs/nls/nls_cp936.c | 2 +-
4109 fs/nls/nls_cp949.c | 2 +-
4110 fs/nls/nls_cp950.c | 2 +-
4111 fs/nls/nls_euc-jp.c | 8 +-
4112 fs/nls/nls_koi8-ru.c | 8 +-
4113 fs/notify/fanotify/fanotify_user.c | 4 +-
4114 fs/notify/notification.c | 4 +-
4115 fs/ntfs/debug.h | 6 +-
4116 fs/ntfs/dir.c | 4 +-
4117 fs/ntfs/inode.c | 19 +-
4118 fs/ntfs/inode.h | 4 +-
4119 fs/ntfs/mft.c | 4 +-
4120 fs/ntfs/super.c | 8 +-
4121 fs/ocfs2/cluster/masklog.h | 2 +-
4122 fs/ocfs2/dlm/dlmcommon.h | 4 +-
4123 fs/ocfs2/dlm/dlmdebug.c | 10 +-
4124 fs/ocfs2/dlm/dlmdomain.c | 4 +-
4125 fs/ocfs2/dlm/dlmmaster.c | 4 +-
4126 fs/ocfs2/dlmfs/dlmfs.c | 4 +-
4127 fs/ocfs2/filecheck.c | 2 +-
4128 fs/ocfs2/localalloc.c | 2 +-
4129 fs/ocfs2/ocfs2.h | 10 +-
4130 fs/ocfs2/suballoc.c | 12 +-
4131 fs/ocfs2/super.c | 20 +-
4132 fs/orangefs/super.c | 4 +-
4133 fs/overlayfs/copy_up.c | 2 +-
4134 fs/overlayfs/super.c | 6 +-
4135 fs/pipe.c | 72 +-
4136 fs/posix_acl.c | 4 +-
4137 fs/proc/array.c | 20 +
4138 fs/proc/base.c | 7 +-
4139 fs/proc/kcore.c | 35 +-
4140 fs/proc/meminfo.c | 2 +-
4141 fs/proc/nommu.c | 2 +-
4142 fs/proc/proc_net.c | 2 +-
4143 fs/proc/proc_sysctl.c | 26 +-
4144 fs/proc/task_mmu.c | 39 +-
4145 fs/proc/task_nommu.c | 6 +-
4146 fs/proc/vmcore.c | 16 +-
4147 fs/qnx6/qnx6.h | 4 +-
4148 fs/quota/netlink.c | 4 +-
4149 fs/read_write.c | 34 +-
4150 fs/readdir.c | 3 +-
4151 fs/reiserfs/do_balan.c | 2 +-
4152 fs/reiserfs/procfs.c | 2 +-
4153 fs/reiserfs/reiserfs.h | 4 +-
4154 fs/select.c | 2 +-
4155 fs/seq_file.c | 4 +-
4156 fs/splice.c | 43 +-
4157 fs/squashfs/xattr.c | 10 +-
4158 fs/super.c | 3 +-
4159 fs/sysv/sysv.h | 2 +-
4160 fs/tracefs/inode.c | 8 +-
4161 fs/ubifs/find.c | 34 +-
4162 fs/ubifs/lprops.c | 5 +-
4163 fs/udf/misc.c | 2 +-
4164 fs/ufs/super.c | 4 +-
4165 fs/ufs/swab.h | 4 +-
4166 fs/userfaultfd.c | 2 +-
4167 fs/xattr.c | 21 +
4168 fs/xfs/kmem.h | 8 +
4169 fs/xfs/libxfs/xfs_bmap.c | 2 +-
4170 fs/xfs/libxfs/xfs_da_btree.c | 4 +-
4171 fs/xfs/xfs_ioctl.c | 2 +-
4172 fs/xfs/xfs_linux.h | 4 +-
4173 fs/xfs/xfs_super.c | 8 +-
4174 include/acpi/acpiosxf.h | 3 +-
4175 include/acpi/acpixf.h | 2 +-
4176 include/acpi/ghes.h | 2 +-
4177 include/asm-generic/4level-fixup.h | 2 +
4178 include/asm-generic/atomic-long.h | 192 +-
4179 include/asm-generic/atomic64.h | 13 +
4180 include/asm-generic/bitops/__fls.h | 2 +-
4181 include/asm-generic/bitops/fls.h | 2 +-
4182 include/asm-generic/bitops/fls64.h | 4 +-
4183 include/asm-generic/bug.h | 7 +-
4184 include/asm-generic/cache.h | 4 +-
4185 include/asm-generic/emergency-restart.h | 2 +-
4186 include/asm-generic/kmap_types.h | 4 +-
4187 include/asm-generic/local.h | 13 +
4188 include/asm-generic/pgtable-nopmd.h | 19 +-
4189 include/asm-generic/pgtable-nopud.h | 15 +-
4190 include/asm-generic/pgtable.h | 16 +
4191 include/asm-generic/sections.h | 1 +
4192 include/asm-generic/uaccess.h | 16 +
4193 include/asm-generic/vmlinux.lds.h | 28 +-
4194 include/crypto/algapi.h | 2 +-
4195 include/crypto/cast6.h | 4 +-
4196 include/crypto/serpent.h | 4 +-
4197 include/crypto/xts.h | 2 +-
4198 include/drm/drmP.h | 21 +-
4199 include/drm/drm_mm.h | 2 +-
4200 include/drm/drm_modeset_helper_vtables.h | 3 +-
4201 include/drm/i915_pciids.h | 2 +-
4202 include/drm/intel-gtt.h | 4 +-
4203 include/drm/ttm/ttm_memory.h | 2 +-
4204 include/drm/ttm/ttm_page_alloc.h | 1 +
4205 include/keys/asymmetric-subtype.h | 2 +-
4206 include/keys/encrypted-type.h | 2 +-
4207 include/keys/rxrpc-type.h | 2 +-
4208 include/keys/user-type.h | 2 +-
4209 include/linux/atmdev.h | 4 +-
4210 include/linux/atomic.h | 39 +-
4211 include/linux/audit.h | 7 +-
4212 include/linux/average.h | 2 +-
4213 include/linux/binfmts.h | 3 +-
4214 include/linux/bio.h | 4 +-
4215 include/linux/bitmap.h | 2 +-
4216 include/linux/bitops.h | 8 +-
4217 include/linux/blk-cgroup.h | 24 +-
4218 include/linux/blkdev.h | 2 +-
4219 include/linux/blktrace_api.h | 2 +-
4220 include/linux/cache.h | 9 +
4221 include/linux/cdrom.h | 1 -
4222 include/linux/cgroup-defs.h | 2 +-
4223 include/linux/cleancache.h | 2 +-
4224 include/linux/clk-provider.h | 1 +
4225 include/linux/compat.h | 15 +-
4226 include/linux/compiler-gcc.h | 48 +-
4227 include/linux/compiler.h | 203 +-
4228 include/linux/configfs.h | 2 +-
4229 include/linux/cpufreq.h | 7 +-
4230 include/linux/cpuidle.h | 5 +-
4231 include/linux/cpumask.h | 14 +-
4232 include/linux/crypto.h | 4 +-
4233 include/linux/ctype.h | 2 +-
4234 include/linux/dcache.h | 4 +-
4235 include/linux/debugfs.h | 8 +
4236 include/linux/decompress/mm.h | 2 +-
4237 include/linux/devfreq.h | 2 +-
4238 include/linux/device.h | 7 +-
4239 include/linux/dma-mapping.h | 2 +-
4240 include/linux/efi.h | 1 +
4241 include/linux/elf.h | 2 +
4242 include/linux/err.h | 4 +-
4243 include/linux/ethtool.h | 1 +
4244 include/linux/extcon.h | 2 +-
4245 include/linux/fb.h | 3 +-
4246 include/linux/fdtable.h | 2 +-
4247 include/linux/firewire.h | 2 +-
4248 include/linux/fs.h | 7 +-
4249 include/linux/fs_struct.h | 2 +-
4250 include/linux/fscache-cache.h | 2 +-
4251 include/linux/fscache.h | 2 +-
4252 include/linux/fsnotify.h | 2 +-
4253 include/linux/genhd.h | 4 +-
4254 include/linux/genl_magic_func.h | 2 +-
4255 include/linux/genl_magic_struct.h | 4 +-
4256 include/linux/gfp.h | 16 +-
4257 include/linux/highmem.h | 12 +
4258 include/linux/hugetlb.h | 2 +-
4259 include/linux/hugetlb_cgroup.h | 11 +
4260 include/linux/hwmon-sysfs.h | 6 +-
4261 include/linux/i2c.h | 1 +
4262 include/linux/if_pppox.h | 2 +-
4263 include/linux/init.h | 10 +-
4264 include/linux/init_task.h | 7 +
4265 include/linux/interrupt.h | 6 +-
4266 include/linux/iommu.h | 2 +-
4267 include/linux/ioport.h | 2 +-
4268 include/linux/ipc.h | 2 +-
4269 include/linux/irq.h | 5 +-
4270 include/linux/irqchip/mmp.h | 2 +-
4271 include/linux/irqdesc.h | 2 +-
4272 include/linux/irqdomain.h | 3 +
4273 include/linux/jbd2.h | 2 +-
4274 include/linux/jiffies.h | 16 +-
4275 include/linux/kallsyms.h | 18 +-
4276 include/linux/key-type.h | 2 +-
4277 include/linux/kgdb.h | 6 +-
4278 include/linux/kmemleak.h | 4 +-
4279 include/linux/kobject.h | 10 +-
4280 include/linux/kobject_ns.h | 2 +-
4281 include/linux/kref.h | 2 +-
4282 include/linux/libata.h | 2 +-
4283 include/linux/linkage.h | 31 +-
4284 include/linux/list.h | 15 +
4285 include/linux/llist.h | 9 +
4286 include/linux/lockd/xdr.h | 34 +-
4287 include/linux/lockd/xdr4.h | 34 +-
4288 include/linux/lockref.h | 26 +-
4289 include/linux/math64.h | 10 +-
4290 include/linux/memcontrol.h | 2 +-
4291 include/linux/memory.h | 2 +-
4292 include/linux/mempolicy.h | 7 +
4293 include/linux/mm.h | 97 +-
4294 include/linux/mm_types.h | 20 +
4295 include/linux/mmiotrace.h | 4 +-
4296 include/linux/mmzone.h | 4 +-
4297 include/linux/mod_devicetable.h | 4 +-
4298 include/linux/module.h | 60 +-
4299 include/linux/moduleloader.h | 16 +
4300 include/linux/moduleparam.h | 12 +-
4301 include/linux/net.h | 2 +-
4302 include/linux/netdevice.h | 11 +-
4303 include/linux/netfilter.h | 2 +-
4304 include/linux/netfilter/ipset/ip_set.h | 16 +-
4305 include/linux/netfilter/ipset/ip_set_comment.h | 3 +-
4306 include/linux/netfilter/nfnetlink.h | 2 +-
4307 include/linux/netlink.h | 12 +-
4308 include/linux/nls.h | 4 +-
4309 include/linux/notifier.h | 3 +-
4310 include/linux/oprofile.h | 4 +-
4311 include/linux/padata.h | 2 +-
4312 include/linux/pagemap.h | 4 +-
4313 include/linux/pci_hotplug.h | 3 +-
4314 include/linux/percpu.h | 2 +-
4315 include/linux/perf_event.h | 12 +-
4316 include/linux/pid.h | 4 +-
4317 include/linux/pipe_fs_i.h | 8 +-
4318 include/linux/pm.h | 1 +
4319 include/linux/pm_domain.h | 2 +-
4320 include/linux/pm_runtime.h | 2 +-
4321 include/linux/pnp.h | 2 +-
4322 include/linux/poison.h | 4 +-
4323 include/linux/power/smartreflex.h | 2 +-
4324 include/linux/ppp-comp.h | 2 +-
4325 include/linux/preempt.h | 21 +
4326 include/linux/printk.h | 4 +-
4327 include/linux/proc_ns.h | 2 +-
4328 include/linux/psci.h | 2 +-
4329 include/linux/quota.h | 2 +-
4330 include/linux/random.h | 21 +-
4331 include/linux/ratelimit.h | 3 +-
4332 include/linux/rculist.h | 16 +
4333 include/linux/rcupdate.h | 8 +
4334 include/linux/reboot.h | 14 +-
4335 include/linux/regset.h | 3 +-
4336 include/linux/relay.h | 2 +-
4337 include/linux/rio.h | 2 +-
4338 include/linux/rmap.h | 4 +-
4339 include/linux/sched.h | 88 +-
4340 include/linux/scif.h | 2 +-
4341 include/linux/semaphore.h | 2 +-
4342 include/linux/seq_buf.h | 4 +-
4343 include/linux/seq_file.h | 1 +
4344 include/linux/seqlock.h | 10 +
4345 include/linux/signal.h | 2 +-
4346 include/linux/skbuff.h | 12 +-
4347 include/linux/slab.h | 56 +-
4348 include/linux/slab_def.h | 17 +-
4349 include/linux/slub_def.h | 5 +-
4350 include/linux/smp.h | 2 +
4351 include/linux/sock_diag.h | 2 +-
4352 include/linux/sonet.h | 2 +-
4353 include/linux/spinlock.h | 17 +-
4354 include/linux/srcu.h | 5 +-
4355 include/linux/string.h | 72 +-
4356 include/linux/sunrpc/addr.h | 8 +-
4357 include/linux/sunrpc/clnt.h | 2 +-
4358 include/linux/sunrpc/svc.h | 2 +-
4359 include/linux/sunrpc/svc_rdma.h | 18 +-
4360 include/linux/sunrpc/svcauth.h | 2 +-
4361 include/linux/swapops.h | 10 +-
4362 include/linux/syscalls.h | 38 +-
4363 include/linux/syscore_ops.h | 2 +-
4364 include/linux/sysctl.h | 3 +-
4365 include/linux/sysfs.h | 11 +-
4366 include/linux/sysrq.h | 3 +-
4367 include/linux/tcp.h | 14 +-
4368 include/linux/thread_info.h | 15 +-
4369 include/linux/tty.h | 4 +-
4370 include/linux/tty_driver.h | 2 +-
4371 include/linux/tty_ldisc.h | 2 +-
4372 include/linux/types.h | 18 +
4373 include/linux/uaccess.h | 2 +-
4374 include/linux/uio_driver.h | 2 +-
4375 include/linux/unaligned/access_ok.h | 24 +-
4376 include/linux/usb.h | 12 +-
4377 include/linux/usb/hcd.h | 1 +
4378 include/linux/usb/renesas_usbhs.h | 2 +-
4379 include/linux/vermagic.h | 21 +-
4380 include/linux/vga_switcheroo.h | 8 +-
4381 include/linux/vmalloc.h | 7 +-
4382 include/linux/vmstat.h | 40 +-
4383 include/linux/writeback.h | 3 +-
4384 include/linux/xattr.h | 5 +-
4385 include/linux/zlib.h | 3 +-
4386 include/media/v4l2-dev.h | 2 +-
4387 include/media/v4l2-device.h | 2 +-
4388 include/net/9p/transport.h | 2 +-
4389 include/net/bluetooth/l2cap.h | 2 +-
4390 include/net/bonding.h | 2 +-
4391 include/net/caif/cfctrl.h | 6 +-
4392 include/net/cfg80211-wext.h | 20 +-
4393 include/net/cfg802154.h | 2 +-
4394 include/net/fib_rules.h | 6 +-
4395 include/net/flow.h | 2 +-
4396 include/net/genetlink.h | 2 +-
4397 include/net/gro_cells.h | 2 +-
4398 include/net/inet_connection_sock.h | 2 +-
4399 include/net/inet_sock.h | 2 +-
4400 include/net/inetpeer.h | 2 +-
4401 include/net/ip6_fib.h | 4 -
4402 include/net/ip_fib.h | 2 +-
4403 include/net/ip_vs.h | 8 +-
4404 include/net/ipv6.h | 2 +-
4405 include/net/irda/ircomm_tty.h | 1 +
4406 include/net/irda/irias_object.h | 2 +-
4407 include/net/irda/irlmp.h | 1 +
4408 include/net/irda/irlmp_event.h | 6 +-
4409 include/net/irda/timer.h | 6 +-
4410 include/net/iucv/af_iucv.h | 2 +-
4411 include/net/llc_c_ac.h | 2 +-
4412 include/net/llc_c_ev.h | 4 +-
4413 include/net/llc_c_st.h | 2 +-
4414 include/net/llc_s_ac.h | 2 +-
4415 include/net/llc_s_st.h | 2 +-
4416 include/net/mac80211.h | 6 +-
4417 include/net/neighbour.h | 4 +-
4418 include/net/net_namespace.h | 18 +-
4419 include/net/netfilter/nf_conntrack.h | 2 +-
4420 include/net/netlabel.h | 1 +
4421 include/net/netlink.h | 2 +-
4422 include/net/netns/conntrack.h | 6 +-
4423 include/net/netns/ipv4.h | 4 +-
4424 include/net/netns/ipv6.h | 4 +-
4425 include/net/netns/xfrm.h | 2 +-
4426 include/net/ping.h | 2 +-
4427 include/net/protocol.h | 4 +-
4428 include/net/rtnetlink.h | 2 +-
4429 include/net/sctp/checksum.h | 4 +-
4430 include/net/sctp/sm.h | 4 +-
4431 include/net/sctp/structs.h | 2 +-
4432 include/net/snmp.h | 10 +-
4433 include/net/sock.h | 14 +-
4434 include/net/tcp.h | 10 +-
4435 include/net/xfrm.h | 15 +-
4436 include/rdma/ib_cm.h | 8 +-
4437 include/rdma/ib_verbs.h | 2 +-
4438 include/scsi/libfc.h | 3 +-
4439 include/scsi/scsi_device.h | 6 +-
4440 include/scsi/scsi_driver.h | 2 +-
4441 include/scsi/scsi_transport_fc.h | 3 +-
4442 include/scsi/sg.h | 2 +-
4443 include/sound/compress_driver.h | 2 +-
4444 include/sound/control.h | 4 +-
4445 include/sound/pcm.h | 2 +-
4446 include/sound/rawmidi.h | 3 +-
4447 include/sound/seq_kernel.h | 2 +-
4448 include/sound/soc.h | 4 +-
4449 include/trace/events/irq.h | 4 +-
4450 include/trace/events/mmflags.h | 7 +
4451 include/uapi/linux/a.out.h | 8 +
4452 include/uapi/linux/bcache.h | 5 +-
4453 include/uapi/linux/byteorder/little_endian.h | 28 +-
4454 include/uapi/linux/connector.h | 2 +-
4455 include/uapi/linux/elf.h | 28 +
4456 include/uapi/linux/personality.h | 1 +
4457 include/uapi/linux/screen_info.h | 2 +-
4458 include/uapi/linux/swab.h | 6 +-
4459 include/uapi/linux/xattr.h | 5 +
4460 include/video/udlfb.h | 8 +-
4461 include/video/uvesafb.h | 1 +
4462 init/Kconfig | 7 +-
4463 init/do_mounts.c | 16 +-
4464 init/do_mounts.h | 8 +-
4465 init/do_mounts_initrd.c | 30 +-
4466 init/do_mounts_md.c | 6 +-
4467 init/init_task.c | 4 +
4468 init/initramfs.c | 38 +-
4469 init/main.c | 41 +-
4470 ipc/compat.c | 4 +-
4471 ipc/ipc_sysctl.c | 14 +-
4472 ipc/mq_sysctl.c | 4 +-
4473 ipc/sem.c | 4 +-
4474 ipc/shm.c | 8 +-
4475 kernel/audit.c | 10 +-
4476 kernel/auditsc.c | 4 +-
4477 kernel/bpf/core.c | 28 +-
4478 kernel/capability.c | 3 +
4479 kernel/cgroup.c | 29 +-
4480 kernel/cgroup_pids.c | 8 +-
4481 kernel/compat.c | 38 +-
4482 kernel/debug/debug_core.c | 16 +-
4483 kernel/debug/kdb/kdb_main.c | 4 +-
4484 kernel/events/callchain.c | 2 +-
4485 kernel/events/core.c | 36 +-
4486 kernel/events/internal.h | 10 +-
4487 kernel/events/uprobes.c | 2 +-
4488 kernel/exit.c | 45 +-
4489 kernel/extable.c | 17 +-
4490 kernel/fork.c | 187 +-
4491 kernel/futex.c | 9 +
4492 kernel/futex_compat.c | 2 +-
4493 kernel/irq/manage.c | 2 +-
4494 kernel/irq/msi.c | 19 +-
4495 kernel/irq/spurious.c | 2 +-
4496 kernel/jump_label.c | 5 +
4497 kernel/kallsyms.c | 40 +-
4498 kernel/kexec.c | 3 +-
4499 kernel/kmod.c | 8 +-
4500 kernel/kprobes.c | 4 +-
4501 kernel/ksysfs.c | 2 +-
4502 kernel/locking/lockdep.c | 7 +-
4503 kernel/module.c | 430 +-
4504 kernel/notifier.c | 17 +-
4505 kernel/padata.c | 4 +-
4506 kernel/panic.c | 11 +-
4507 kernel/pid.c | 8 +-
4508 kernel/pid_namespace.c | 2 +-
4509 kernel/power/hibernate.c | 21 +-
4510 kernel/power/power.h | 2 +
4511 kernel/power/process.c | 12 +-
4512 kernel/power/snapshot.c | 22 +
4513 kernel/profile.c | 14 +-
4514 kernel/ptrace.c | 8 +-
4515 kernel/rcu/rcutorture.c | 60 +-
4516 kernel/rcu/tiny.c | 4 +-
4517 kernel/rcu/tree.c | 36 +-
4518 kernel/rcu/tree.h | 14 +-
4519 kernel/rcu/tree_exp.h | 6 +-
4520 kernel/rcu/tree_plugin.h | 18 +-
4521 kernel/rcu/tree_trace.c | 12 +-
4522 kernel/resource.c | 4 +-
4523 kernel/sched/auto_group.c | 4 +-
4524 kernel/sched/core.c | 8 +-
4525 kernel/sched/deadline.c | 4 +-
4526 kernel/sched/debug.c | 45 +-
4527 kernel/sched/fair.c | 2 +-
4528 kernel/sched/rt.c | 4 +-
4529 kernel/sched/sched.h | 13 +-
4530 kernel/signal.c | 28 +-
4531 kernel/smp.c | 2 +-
4532 kernel/smpboot.c | 7 +-
4533 kernel/softirq.c | 12 +-
4534 kernel/stop_machine.c | 2 +-
4535 kernel/sys.c | 10 +-
4536 kernel/sys_ni.c | 4 +-
4537 kernel/sysctl.c | 34 +-
4538 kernel/time/alarmtimer.c | 4 +-
4539 kernel/time/posix-clock.c | 8 +-
4540 kernel/time/posix-cpu-timers.c | 4 +-
4541 kernel/time/posix-timers.c | 36 +-
4542 kernel/time/timer.c | 2 +-
4543 kernel/time/timer_stats.c | 10 +-
4544 kernel/trace/blktrace.c | 6 +-
4545 kernel/trace/ftrace.c | 33 +-
4546 kernel/trace/ring_buffer.c | 96 +-
4547 kernel/trace/trace.c | 2 +-
4548 kernel/trace/trace.h | 2 +-
4549 kernel/trace/trace_clock.c | 4 +-
4550 kernel/trace/trace_events.c | 1 -
4551 kernel/trace/trace_events_hist.c | 4 +-
4552 kernel/trace/trace_functions_graph.c | 4 +-
4553 kernel/trace/trace_mmiotrace.c | 8 +-
4554 kernel/trace/trace_output.c | 10 +-
4555 kernel/trace/trace_seq.c | 2 +-
4556 kernel/trace/trace_stack.c | 2 +-
4557 kernel/trace/tracing_map.c | 48 +-
4558 kernel/trace/tracing_map.h | 6 +-
4559 kernel/user.c | 2 +-
4560 kernel/user_namespace.c | 2 +-
4561 kernel/utsname_sysctl.c | 2 +-
4562 kernel/watchdog.c | 2 +-
4563 kernel/workqueue.c | 8 +-
4564 lib/842/842_compress.c | 10 +-
4565 lib/842/842_debugfs.h | 12 +-
4566 lib/842/842_decompress.c | 10 +-
4567 lib/Kconfig.debug | 6 +-
4568 lib/Makefile | 2 +-
4569 lib/bitmap.c | 8 +-
4570 lib/bug.c | 2 +
4571 lib/debugobjects.c | 2 +-
4572 lib/decompress_bunzip2.c | 3 +-
4573 lib/decompress_unlzma.c | 4 +-
4574 lib/div64.c | 4 +-
4575 lib/dma-debug.c | 4 +-
4576 lib/inflate.c | 2 +-
4577 lib/ioremap.c | 4 +-
4578 lib/irq_poll.c | 2 +-
4579 lib/kobject.c | 4 +-
4580 lib/list_debug.c | 126 +-
4581 lib/llist.c | 17 +
4582 lib/lockref.c | 44 +-
4583 lib/percpu-refcount.c | 2 +-
4584 lib/radix-tree.c | 2 +-
4585 lib/random32.c | 2 +-
4586 lib/rhashtable.c | 4 +-
4587 lib/seq_buf.c | 4 +-
4588 lib/show_mem.c | 2 +-
4589 lib/strncpy_from_user.c | 2 +-
4590 lib/strnlen_user.c | 2 +-
4591 lib/vsprintf.c | 18 +-
4592 mm/Kconfig | 6 +-
4593 mm/Kconfig.debug | 2 -
4594 mm/backing-dev.c | 4 +-
4595 mm/fadvise.c | 2 +-
4596 mm/filemap.c | 8 +-
4597 mm/gup.c | 13 +-
4598 mm/highmem.c | 6 +-
4599 mm/hugetlb.c | 137 +-
4600 mm/hugetlb_cgroup.c | 60 +-
4601 mm/internal.h | 3 +-
4602 mm/maccess.c | 12 +-
4603 mm/madvise.c | 37 +
4604 mm/memcontrol.c | 6 +-
4605 mm/memory-failure.c | 6 +-
4606 mm/memory.c | 399 +-
4607 mm/mempolicy.c | 25 +
4608 mm/mlock.c | 18 +-
4609 mm/mm_init.c | 2 +-
4610 mm/mmap.c | 552 +-
4611 mm/mprotect.c | 137 +-
4612 mm/mremap.c | 39 +-
4613 mm/nommu.c | 21 +-
4614 mm/page-writeback.c | 2 +-
4615 mm/page_alloc.c | 53 +-
4616 mm/percpu.c | 2 +-
4617 mm/process_vm_access.c | 14 +-
4618 mm/readahead.c | 2 +-
4619 mm/rmap.c | 43 +-
4620 mm/shmem.c | 36 +-
4621 mm/slab.c | 100 +-
4622 mm/slab.h | 43 +-
4623 mm/slab_common.c | 143 +-
4624 mm/slob.c | 239 +-
4625 mm/slub.c | 103 +-
4626 mm/sparse-vmemmap.c | 4 +-
4627 mm/sparse.c | 2 +-
4628 mm/swap.c | 7 +
4629 mm/swapfile.c | 12 +-
4630 mm/usercopy.c | 63 +-
4631 mm/util.c | 7 +
4632 mm/vmalloc.c | 116 +-
4633 mm/vmstat.c | 24 +-
4634 net/8021q/vlan.c | 5 +-
4635 net/8021q/vlan_netlink.c | 2 +-
4636 net/9p/mod.c | 4 +-
4637 net/9p/trans_fd.c | 2 +-
4638 net/atm/atm_misc.c | 8 +-
4639 net/atm/lec.h | 2 +-
4640 net/atm/proc.c | 6 +-
4641 net/atm/resources.c | 4 +-
4642 net/ax25/sysctl_net_ax25.c | 2 +-
4643 net/batman-adv/bat_iv_ogm.c | 8 +-
4644 net/batman-adv/fragmentation.c | 2 +-
4645 net/batman-adv/routing.c | 4 +-
4646 net/batman-adv/soft-interface.c | 12 +-
4647 net/batman-adv/sysfs.c | 48 +-
4648 net/batman-adv/sysfs.h | 4 +-
4649 net/batman-adv/translation-table.c | 14 +-
4650 net/batman-adv/types.h | 8 +-
4651 net/bluetooth/hci_sock.c | 2 +-
4652 net/bluetooth/l2cap_core.c | 6 +-
4653 net/bluetooth/l2cap_sock.c | 12 +-
4654 net/bluetooth/rfcomm/sock.c | 4 +-
4655 net/bluetooth/rfcomm/tty.c | 4 +-
4656 net/bridge/br_netfilter_hooks.c | 4 +-
4657 net/bridge/br_netlink.c | 2 +-
4658 net/bridge/netfilter/ebtables.c | 6 +-
4659 net/caif/cfctrl.c | 11 +-
4660 net/caif/chnl_net.c | 4 +-
4661 net/can/af_can.c | 2 +-
4662 net/can/gw.c | 6 +-
4663 net/ceph/ceph_common.c | 2 +-
4664 net/ceph/messenger.c | 4 +-
4665 net/compat.c | 26 +-
4666 net/core/datagram.c | 2 +-
4667 net/core/dev.c | 26 +-
4668 net/core/filter.c | 2 +-
4669 net/core/flow.c | 8 +-
4670 net/core/neighbour.c | 18 +-
4671 net/core/net-procfs.c | 4 +-
4672 net/core/net-sysfs.c | 2 +-
4673 net/core/net_namespace.c | 10 +-
4674 net/core/netpoll.c | 4 +-
4675 net/core/rtnetlink.c | 17 +-
4676 net/core/scm.c | 12 +-
4677 net/core/skbuff.c | 11 +-
4678 net/core/sock.c | 32 +-
4679 net/core/sock_diag.c | 17 +-
4680 net/core/sysctl_net_core.c | 22 +-
4681 net/decnet/af_decnet.c | 28 +-
4682 net/decnet/sysctl_net_decnet.c | 4 +-
4683 net/dsa/dsa.c | 4 +-
4684 net/dsa/dsa_priv.h | 2 +-
4685 net/dsa/slave.c | 2 +-
4686 net/hsr/hsr_device.c | 2 +-
4687 net/hsr/hsr_netlink.c | 2 +-
4688 net/ieee802154/6lowpan/core.c | 2 +-
4689 net/ieee802154/6lowpan/reassembly.c | 14 +-
4690 net/ieee802154/core.c | 6 +-
4691 net/ipv4/af_inet.c | 6 +-
4692 net/ipv4/arp.c | 2 +-
4693 net/ipv4/devinet.c | 20 +-
4694 net/ipv4/fib_frontend.c | 6 +-
4695 net/ipv4/fib_semantics.c | 2 +-
4696 net/ipv4/icmp.c | 2 +-
4697 net/ipv4/inet_connection_sock.c | 4 +-
4698 net/ipv4/inet_diag.c | 4 +-
4699 net/ipv4/inet_timewait_sock.c | 2 +-
4700 net/ipv4/inetpeer.c | 2 +-
4701 net/ipv4/ip_fragment.c | 17 +-
4702 net/ipv4/ip_gre.c | 6 +-
4703 net/ipv4/ip_sockglue.c | 5 +-
4704 net/ipv4/ip_vti.c | 6 +-
4705 net/ipv4/ipconfig.c | 6 +-
4706 net/ipv4/ipip.c | 4 +-
4707 net/ipv4/netfilter/arp_tables.c | 10 +-
4708 net/ipv4/netfilter/ip_tables.c | 10 +-
4709 net/ipv4/ping.c | 14 +-
4710 net/ipv4/proc.c | 10 +-
4711 net/ipv4/raw.c | 16 +-
4712 net/ipv4/route.c | 36 +-
4713 net/ipv4/sysctl_net_ipv4.c | 24 +-
4714 net/ipv4/tcp_input.c | 6 +-
4715 net/ipv4/tcp_ipv4.c | 2 +-
4716 net/ipv4/tcp_metrics.c | 2 +-
4717 net/ipv4/tcp_probe.c | 2 +-
4718 net/ipv4/udp.c | 10 +-
4719 net/ipv4/xfrm4_mode_beet.c | 2 +-
4720 net/ipv4/xfrm4_mode_transport.c | 2 +-
4721 net/ipv4/xfrm4_policy.c | 19 +-
4722 net/ipv4/xfrm4_state.c | 4 +-
4723 net/ipv6/addrconf.c | 26 +-
4724 net/ipv6/af_inet6.c | 2 +-
4725 net/ipv6/datagram.c | 2 +-
4726 net/ipv6/icmp.c | 2 +-
4727 net/ipv6/inet6_hashtables.c | 2 +-
4728 net/ipv6/ip6_fib.c | 4 +-
4729 net/ipv6/ip6_gre.c | 10 +-
4730 net/ipv6/ip6_tunnel.c | 4 +-
4731 net/ipv6/ip6_vti.c | 4 +-
4732 net/ipv6/ipv6_sockglue.c | 2 +-
4733 net/ipv6/ndisc.c | 2 +-
4734 net/ipv6/netfilter/ip6_tables.c | 10 +-
4735 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
4736 net/ipv6/ping.c | 33 +-
4737 net/ipv6/proc.c | 10 +-
4738 net/ipv6/raw.c | 17 +-
4739 net/ipv6/reassembly.c | 13 +-
4740 net/ipv6/route.c | 2 +-
4741 net/ipv6/sit.c | 4 +-
4742 net/ipv6/sysctl_net_ipv6.c | 2 +-
4743 net/ipv6/udp.c | 6 +-
4744 net/ipv6/xfrm6_mode_beet.c | 2 +-
4745 net/ipv6/xfrm6_mode_transport.c | 2 +-
4746 net/ipv6/xfrm6_policy.c | 17 +-
4747 net/irda/discovery.c | 2 +-
4748 net/irda/ircomm/ircomm_core.c | 13 +-
4749 net/irda/ircomm/ircomm_tty.c | 24 +-
4750 net/irda/ircomm/ircomm_tty_attach.c | 4 +-
4751 net/irda/irda_device.c | 14 +-
4752 net/irda/iriap.c | 14 +-
4753 net/irda/irias_object.c | 10 +-
4754 net/irda/irlan/irlan_client.c | 2 +-
4755 net/irda/irlap.c | 15 +-
4756 net/irda/irlap_event.c | 2 +-
4757 net/irda/irlmp.c | 21 +-
4758 net/irda/irlmp_event.c | 6 +-
4759 net/irda/irnet/irnet.h | 2 +-
4760 net/irda/irnet/irnet_irda.c | 6 +-
4761 net/irda/irttp.c | 8 +-
4762 net/irda/timer.c | 24 +-
4763 net/iucv/af_iucv.c | 11 +-
4764 net/iucv/iucv.c | 2 +-
4765 net/key/af_key.c | 4 +-
4766 net/l2tp/l2tp_eth.c | 40 +-
4767 net/l2tp/l2tp_ip.c | 2 +-
4768 net/l2tp/l2tp_ip6.c | 2 +-
4769 net/mac80211/cfg.c | 12 +-
4770 net/mac80211/debugfs.c | 2 +-
4771 net/mac80211/debugfs_key.c | 6 +-
4772 net/mac80211/ieee80211_i.h | 3 +-
4773 net/mac80211/iface.c | 20 +-
4774 net/mac80211/main.c | 2 +-
4775 net/mac80211/pm.c | 4 +-
4776 net/mac80211/rate.c | 2 +-
4777 net/mac80211/sta_info.c | 2 +-
4778 net/mac80211/tx.c | 2 +-
4779 net/mac80211/util.c | 8 +-
4780 net/mac80211/wpa.c | 12 +-
4781 net/mac802154/iface.c | 6 +-
4782 net/mpls/af_mpls.c | 10 +-
4783 net/netfilter/ipset/ip_set_core.c | 7 +-
4784 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
4785 net/netfilter/ipvs/ip_vs_core.c | 8 +-
4786 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
4787 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
4788 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
4789 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
4790 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
4791 net/netfilter/nf_conntrack_acct.c | 2 +-
4792 net/netfilter/nf_conntrack_core.c | 2 +-
4793 net/netfilter/nf_conntrack_ecache.c | 2 +-
4794 net/netfilter/nf_conntrack_helper.c | 2 +-
4795 net/netfilter/nf_conntrack_netlink.c | 22 +-
4796 net/netfilter/nf_conntrack_proto.c | 2 +-
4797 net/netfilter/nf_conntrack_standalone.c | 2 +-
4798 net/netfilter/nf_conntrack_timestamp.c | 2 +-
4799 net/netfilter/nf_log.c | 12 +-
4800 net/netfilter/nf_nat_ftp.c | 2 +-
4801 net/netfilter/nf_nat_irc.c | 2 +-
4802 net/netfilter/nf_sockopt.c | 4 +-
4803 net/netfilter/nf_tables_api.c | 17 +-
4804 net/netfilter/nfnetlink_acct.c | 33 +-
4805 net/netfilter/nfnetlink_cthelper.c | 2 +-
4806 net/netfilter/nfnetlink_cttimeout.c | 2 +-
4807 net/netfilter/nfnetlink_log.c | 4 +-
4808 net/netfilter/nft_compat.c | 9 +-
4809 net/netfilter/xt_IDLETIMER.c | 12 +-
4810 net/netfilter/xt_statistic.c | 8 +-
4811 net/netlink/af_netlink.c | 21 +-
4812 net/netlink/diag.c | 2 +-
4813 net/netlink/genetlink.c | 14 +-
4814 net/openvswitch/vport-geneve.c | 7 +-
4815 net/openvswitch/vport-gre.c | 7 +-
4816 net/openvswitch/vport-internal_dev.c | 4 +-
4817 net/openvswitch/vport-netdev.c | 7 +-
4818 net/openvswitch/vport-vxlan.c | 7 +-
4819 net/packet/af_packet.c | 26 +-
4820 net/packet/diag.c | 2 +-
4821 net/packet/internal.h | 6 +-
4822 net/phonet/pep.c | 6 +-
4823 net/phonet/socket.c | 2 +-
4824 net/phonet/sysctl.c | 2 +-
4825 net/rds/cong.c | 6 +-
4826 net/rds/ib.h | 2 +-
4827 net/rds/ib_cm.c | 2 +-
4828 net/rds/ib_recv.c | 4 +-
4829 net/rds/rds.h | 2 +-
4830 net/rds/tcp.c | 6 +-
4831 net/rds/tcp.h | 6 +-
4832 net/rds/tcp_send.c | 2 +-
4833 net/rxrpc/af_rxrpc.c | 2 +-
4834 net/rxrpc/ar-internal.h | 10 +-
4835 net/rxrpc/call_event.c | 14 +-
4836 net/rxrpc/call_object.c | 2 +-
4837 net/rxrpc/conn_event.c | 2 +-
4838 net/rxrpc/conn_object.c | 2 +-
4839 net/rxrpc/input.c | 4 +-
4840 net/rxrpc/local_object.c | 2 +-
4841 net/rxrpc/output.c | 4 +-
4842 net/rxrpc/peer_object.c | 2 +-
4843 net/rxrpc/proc.c | 4 +-
4844 net/rxrpc/rxkad.c | 4 +-
4845 net/sched/sch_generic.c | 4 +-
4846 net/sched/sch_tbf.c | 9 +-
4847 net/sctp/ipv6.c | 4 +-
4848 net/sctp/protocol.c | 8 +-
4849 net/sctp/sctp_diag.c | 2 +-
4850 net/sctp/sm_sideeffect.c | 4 +-
4851 net/sctp/socket.c | 21 +-
4852 net/sctp/sysctl.c | 10 +-
4853 net/socket.c | 18 +-
4854 net/sunrpc/auth_gss/gss_rpc_upcall.c | 4 +-
4855 net/sunrpc/auth_gss/gss_rpc_xdr.c | 11 +-
4856 net/sunrpc/auth_gss/gss_rpc_xdr.h | 8 +-
4857 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
4858 net/sunrpc/clnt.c | 4 +-
4859 net/sunrpc/rpcb_clnt.c | 66 +-
4860 net/sunrpc/sched.c | 4 +-
4861 net/sunrpc/svc.c | 8 +-
4862 net/sunrpc/svcauth_unix.c | 2 +-
4863 net/sunrpc/xprtrdma/svc_rdma.c | 44 +-
4864 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
4865 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
4866 net/sunrpc/xprtrdma/svc_rdma_transport.c | 2 +-
4867 net/tipc/netlink_compat.c | 12 +-
4868 net/tipc/subscr.c | 2 +-
4869 net/unix/diag.c | 2 +-
4870 net/unix/sysctl_net_unix.c | 2 +-
4871 net/wireless/scan.c | 3 +-
4872 net/wireless/wext-compat.c | 141 +-
4873 net/wireless/wext-compat.h | 8 +-
4874 net/wireless/wext-core.c | 19 +-
4875 net/wireless/wext-sme.c | 5 +-
4876 net/xfrm/xfrm_policy.c | 18 +-
4877 net/xfrm/xfrm_state.c | 37 +-
4878 net/xfrm/xfrm_sysctl.c | 2 +-
4879 net/xfrm/xfrm_user.c | 2 +-
4880 scripts/Kbuild.include | 2 +-
4881 scripts/Makefile.extrawarn | 4 +
4882 scripts/Makefile.gcc-plugins | 74 +-
4883 scripts/basic/fixdep.c | 10 +-
4884 scripts/dtc/checks.c | 14 +-
4885 scripts/dtc/data.c | 6 +-
4886 scripts/dtc/flattree.c | 8 +-
4887 scripts/dtc/livetree.c | 4 +-
4888 scripts/gcc-plugins/Makefile | 13 +-
4889 scripts/gcc-plugins/checker_plugin.c | 496 +
4890 scripts/gcc-plugins/colorize_plugin.c | 162 +
4891 scripts/gcc-plugins/constify_plugin.c | 582 +
4892 scripts/gcc-plugins/cyc_complexity_plugin.c | 4 +-
4893 scripts/gcc-plugins/gcc-common.h | 64 +
4894 scripts/gcc-plugins/gcc-generate-gimple-pass.h | 2 +-
4895 scripts/gcc-plugins/initify_plugin.c | 1804 +++
4896 scripts/gcc-plugins/kallocstat_plugin.c | 135 +
4897 scripts/gcc-plugins/kernexec_plugin.c | 407 +
4898 scripts/gcc-plugins/latent_entropy_plugin.c | 613 +
4899 scripts/gcc-plugins/rap_plugin/Makefile | 6 +
4900 scripts/gcc-plugins/rap_plugin/rap.h | 36 +
4901 scripts/gcc-plugins/rap_plugin/rap_fptr_pass.c | 220 +
4902 scripts/gcc-plugins/rap_plugin/rap_hash.c | 382 +
4903 scripts/gcc-plugins/rap_plugin/rap_plugin.c | 515 +
4904 scripts/gcc-plugins/rap_plugin/sip.c | 96 +
4905 scripts/gcc-plugins/sancov_plugin.c | 4 +-
4906 .../gcc-plugins/size_overflow_plugin/.gitignore | 3 +
4907 scripts/gcc-plugins/size_overflow_plugin/Makefile | 22 +
4908 .../gcc-plugins/size_overflow_plugin/disable.data | 12468 ++++++++++++++
4909 .../gcc-plugins/size_overflow_plugin/e_aux.data | 97 +
4910 .../gcc-plugins/size_overflow_plugin/e_fields.data | 16090 +++++++++++++++++++
4911 .../gcc-plugins/size_overflow_plugin/e_fns.data | 5306 ++++++
4912 .../gcc-plugins/size_overflow_plugin/e_fptrs.data | 70 +
4913 .../gcc-plugins/size_overflow_plugin/e_vars.data | 158 +
4914 .../generate_size_overflow_hash.sh | 103 +
4915 .../insert_size_overflow_asm.c | 374 +
4916 .../size_overflow_plugin/intentional_overflow.c | 1171 ++
4917 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
4918 .../size_overflow_plugin/size_overflow.h | 345 +
4919 .../size_overflow_plugin/size_overflow_debug.c | 201 +
4920 .../size_overflow_plugin/size_overflow_ipa.c | 1286 ++
4921 .../size_overflow_plugin/size_overflow_misc.c | 505 +
4922 .../size_overflow_plugin/size_overflow_plugin.c | 313 +
4923 .../size_overflow_plugin_hash.c | 469 +
4924 .../size_overflow_plugin/size_overflow_transform.c | 772 +
4925 .../size_overflow_transform_core.c | 1025 ++
4926 scripts/gcc-plugins/stackleak_plugin.c | 350 +
4927 scripts/gcc-plugins/structleak_plugin.c | 239 +
4928 scripts/headers_install.sh | 1 +
4929 scripts/kallsyms.c | 4 +-
4930 scripts/kconfig/lkc.h | 5 +-
4931 scripts/kconfig/menu.c | 2 +-
4932 scripts/kconfig/symbol.c | 6 +-
4933 scripts/link-vmlinux.sh | 2 +-
4934 scripts/mod/file2alias.c | 14 +-
4935 scripts/mod/modpost.c | 40 +-
4936 scripts/mod/modpost.h | 6 +-
4937 scripts/mod/sumversion.c | 2 +-
4938 scripts/module-common.lds | 4 +
4939 scripts/pnmtologo.c | 6 +-
4940 scripts/sortextable.h | 6 +-
4941 scripts/tags.sh | 2 +-
4942 security/Kconfig | 797 +-
4943 security/apparmor/include/policy.h | 2 +-
4944 security/apparmor/lsm.c | 16 +-
4945 security/apparmor/policy.c | 4 +-
4946 security/integrity/ima/ima.h | 4 +-
4947 security/integrity/ima/ima_api.c | 2 +-
4948 security/integrity/ima/ima_fs.c | 4 +-
4949 security/integrity/ima/ima_queue.c | 2 +-
4950 security/integrity/integrity.h | 2 +-
4951 security/keys/internal.h | 8 +-
4952 security/keys/key.c | 18 +-
4953 security/keys/keyring.c | 4 -
4954 security/min_addr.c | 2 +
4955 security/selinux/avc.c | 6 +-
4956 security/selinux/include/xfrm.h | 2 +-
4957 security/yama/yama_lsm.c | 2 +-
4958 sound/aoa/codecs/onyx.c | 7 +-
4959 sound/aoa/codecs/onyx.h | 1 +
4960 sound/core/oss/pcm_oss.c | 18 +-
4961 sound/core/pcm_compat.c | 2 +-
4962 sound/core/pcm_lib.c | 3 +-
4963 sound/core/pcm_native.c | 4 +-
4964 sound/core/rawmidi.c | 5 +-
4965 sound/core/seq/oss/seq_oss_synth.c | 4 +-
4966 sound/core/seq/seq_clientmgr.c | 10 +-
4967 sound/core/seq/seq_compat.c | 2 +-
4968 sound/core/seq/seq_fifo.c | 6 +-
4969 sound/core/seq/seq_fifo.h | 2 +-
4970 sound/core/seq/seq_memory.c | 18 +-
4971 sound/core/seq/seq_midi.c | 5 +-
4972 sound/core/seq/seq_virmidi.c | 2 +-
4973 sound/core/sound.c | 2 +-
4974 sound/drivers/mts64.c | 14 +-
4975 sound/drivers/opl4/opl4_lib.c | 2 +-
4976 sound/drivers/portman2x4.c | 3 +-
4977 sound/firewire/amdtp-am824.c | 2 +-
4978 sound/firewire/amdtp-stream.c | 4 +-
4979 sound/firewire/amdtp-stream.h | 2 +-
4980 sound/firewire/digi00x/amdtp-dot.c | 2 +-
4981 sound/firewire/isight.c | 10 +-
4982 sound/firewire/oxfw/oxfw-scs1x.c | 8 +-
4983 sound/oss/sb_audio.c | 2 +-
4984 sound/oss/swarm_cs4297a.c | 6 +-
4985 sound/pci/als300.c | 2 +-
4986 sound/pci/aw2/aw2-alsa.c | 2 -
4987 sound/pci/aw2/aw2-saa7146.c | 4 +-
4988 sound/pci/ctxfi/ctamixer.c | 14 +-
4989 sound/pci/ctxfi/ctamixer.h | 8 +-
4990 sound/pci/ctxfi/ctatc.c | 20 +-
4991 sound/pci/ctxfi/ctdaio.c | 6 +-
4992 sound/pci/ctxfi/ctdaio.h | 4 +-
4993 sound/pci/ctxfi/ctsrc.c | 13 +-
4994 sound/pci/ctxfi/ctsrc.h | 8 +-
4995 sound/pci/hda/hda_codec.c | 2 +-
4996 sound/pci/ymfpci/ymfpci.h | 2 +-
4997 sound/pci/ymfpci/ymfpci_main.c | 12 +-
4998 sound/soc/codecs/arizona.c | 4 +-
4999 sound/soc/codecs/cx20442.c | 8 +-
5000 sound/soc/codecs/sti-sas.c | 10 +-
5001 sound/soc/codecs/tlv320dac33.c | 7 +-
5002 sound/soc/codecs/uda1380.c | 7 +-
5003 sound/soc/intel/skylake/skl-sst-dsp.h | 2 +-
5004 sound/soc/soc-ac97.c | 6 +-
5005 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
5006 tools/include/asm/alternative-asm.h | 3 +
5007 tools/include/linux/compiler.h | 8 +
5008 tools/virtio/linux/uaccess.h | 2 +-
5009 virt/kvm/kvm_main.c | 44 +-
5010 2869 files changed, 78392 insertions(+), 15220 deletions(-)
5011 commit 36505bce59196272b6401c7dcad0812d9dc8f7f5
5012 Merge: d0ed58f 6129d6c
5013 Author: Brad Spengler <spender@grsecurity.net>
5014 Date: Tue Nov 1 19:01:50 2016 -0400
5015
5016 Merge branch 'pax-test' into grsec-test
5017
5018 commit 6129d6c8ea454dd71d6f6d067af5f31f774818a9
5019 Author: Brad Spengler <spender@grsecurity.net>
5020 Date: Tue Nov 1 19:01:18 2016 -0400
5021
5022 Update to pax-linux-4.7.10-test10.patch:
5023 - fixed a compile error when both REFCOUNT and TRACING were enabled
5024 - removed a few superfluous fptr casts from the prism driver
5025
5026 arch/arm/include/asm/atomic.h | 2 +-
5027 arch/x86/include/asm/traps.h | 1 +
5028 arch/x86/include/asm/uaccess.h | 4 +-
5029 .../net/wireless/intersil/hostap/hostap_ioctl.c | 116 ++++++++++-----------
5030 4 files changed, 62 insertions(+), 61 deletions(-)
5031
5032 commit d0ed58f929555736ff281f7a79a9667de4c857c6
5033 Author: Brad Spengler <spender@grsecurity.net>
5034 Date: Wed Oct 26 19:19:08 2016 -0400
5035
5036 Update size_overflow hash tables
5037
5038 .../gcc-plugins/size_overflow_plugin/e_fields.data | 80 +++++++++--
5039 .../gcc-plugins/size_overflow_plugin/e_fns.data | 159 ++++++++++++++++++++-
5040 .../gcc-plugins/size_overflow_plugin/e_vars.data | 15 ++
5041 3 files changed, 239 insertions(+), 15 deletions(-)
5042
5043 commit 6a222637c05d26ac8f80a3912856247cff545b12
5044 Merge: d07e77f ac51587
5045 Author: Brad Spengler <spender@grsecurity.net>
5046 Date: Wed Oct 26 18:51:31 2016 -0400
5047
5048 Merge branch 'pax-test' into grsec-test
5049
5050 commit ac5158781612eb239cff9767d116971e9b731a00
5051 Author: Brad Spengler <spender@grsecurity.net>
5052 Date: Wed Oct 26 18:50:46 2016 -0400
5053
5054 Update to pax-linux-4.7.10-test9.patch:
5055 - 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)
5056 - Emese updated the size overflow plugin
5057 - Emese updated the hash tables from logs submitted by Shawn <citypw@gmail.com>
5058 - fixed mm counter accounting in the vma mirroring code
5059 - simplified some kernel page table allocation code
5060 - simplified SMAP/UDEREF accessors
5061
5062 arch/x86/include/asm/asm.h | 24 -
5063 arch/x86/include/asm/fpu/internal.h | 21 +-
5064 arch/x86/include/asm/futex.h | 14 +-
5065 arch/x86/include/asm/pgtable_types.h | 9 +-
5066 arch/x86/include/asm/smap.h | 3 +
5067 arch/x86/include/asm/uaccess.h | 36 +-
5068 arch/x86/include/asm/uaccess_64.h | 2 -
5069 arch/x86/kernel/alternative.c | 5 +-
5070 arch/x86/lib/copy_user_64.S | 64 +-
5071 arch/x86/lib/csum-wrappers_64.c | 12 +-
5072 arch/x86/lib/getuser.S | 37 +-
5073 arch/x86/lib/putuser.S | 14 +-
5074 arch/x86/lib/usercopy_64.c | 9 +-
5075 drivers/base/regmap/regmap-debugfs.c | 4 +-
5076 mm/memory.c | 106 +-
5077 net/ipv6/reassembly.c | 4 +-
5078 scripts/Makefile.host | 22 +-
5079 scripts/gcc-plugins/rap_plugin/rap_plugin.c | 2 +
5080 .../gcc-plugins/size_overflow_plugin/disable.data | 1 -
5081 .../gcc-plugins/size_overflow_plugin/e_fields.data | 37890 ++++++++++---------
5082 .../gcc-plugins/size_overflow_plugin/e_fns.data | 7930 ++--
5083 .../gcc-plugins/size_overflow_plugin/e_fptrs.data | 112 +-
5084 .../gcc-plugins/size_overflow_plugin/e_vars.data | 248 +-
5085 .../insert_size_overflow_asm.c | 13 +-
5086 .../size_overflow_plugin/intentional_overflow.c | 11 +-
5087 .../size_overflow_plugin/size_overflow.h | 12 +-
5088 .../size_overflow_plugin/size_overflow_debug.c | 9 +-
5089 .../size_overflow_plugin/size_overflow_ipa.c | 74 +-
5090 .../size_overflow_plugin/size_overflow_plugin.c | 2 +-
5091 .../size_overflow_plugin_hash.c | 209 +-
5092 .../size_overflow_plugin/size_overflow_transform.c | 19 +-
5093 31 files changed, 22699 insertions(+), 24219 deletions(-)
5094
5095 commit d07e77f258d26721b33ae26dfa5fd8d408aabf57
5096 Merge: 4630c95 7449af19
5097 Author: Brad Spengler <spender@grsecurity.net>
5098 Date: Sat Oct 22 18:32:55 2016 -0400
5099
5100 Merge branch 'pax-test' into grsec-test
5101
5102 commit 7449af196b6733891d273f46559efdc168dec22a
5103 Author: Brad Spengler <spender@grsecurity.net>
5104 Date: Sat Oct 22 18:31:39 2016 -0400
5105
5106 Update to pax-linux-4.7.10-test8.patch:
5107 - Emese removed a potential false positive from the size overflow hash tables
5108 - 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)
5109 - fixed a few size overflow false positives related to dev_t, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4583)
5110
5111 drivers/acpi/bgrt.c | 30 +++++++++++-----------
5112 include/linux/kobject.h | 7 +++++
5113 scripts/gcc-plugins/size_overflow_plugin/Makefile | 2 +-
5114 .../gcc-plugins/size_overflow_plugin/disable.data | 8 +++++-
5115 .../gcc-plugins/size_overflow_plugin/e_fields.data | 10 ++------
5116 5 files changed, 32 insertions(+), 25 deletions(-)
5117
5118 commit 4630c95d3d9c20cffe2ba65521217ad537567ac9
5119 Author: Brad Spengler <spender@grsecurity.net>
5120 Date: Sat Oct 22 09:19:43 2016 -0400
5121
5122 compile fix
5123
5124 fs/utimes.c | 1 +
5125 1 file changed, 1 insertion(+)
5126
5127 commit ee9aeeeb02187281bcc233dd26f6ff4d6814d309
5128 Merge: 7b8d5c5 309d942
5129 Author: Brad Spengler <spender@grsecurity.net>
5130 Date: Sat Oct 22 08:01:34 2016 -0400
5131
5132 Merge branch 'pax-test' into grsec-test
5133
5134 commit 309d94235d552d65c253027528a9dd46962cf385
5135 Merge: 013fc76 b3afc45
5136 Author: Brad Spengler <spender@grsecurity.net>
5137 Date: Sat Oct 22 07:53:44 2016 -0400
5138
5139 Merge branch 'linux-4.7.y' into pax-test
5140
5141 commit 7b8d5c5a1477a2b62dc7ad1c28e864d7d250739c
5142 Merge: ca352cc 013fc76
5143 Author: Brad Spengler <spender@grsecurity.net>
5144 Date: Thu Oct 20 07:49:24 2016 -0400
5145
5146 Merge branch 'pax-test' into grsec-test
5147
5148 commit 013fc7689892902c41d38e31057e4a5686293e40
5149 Merge: 25eaf06 452063d
5150 Author: Brad Spengler <spender@grsecurity.net>
5151 Date: Thu Oct 20 07:48:01 2016 -0400
5152
5153 Merge branch 'linux-4.7.y' into pax-test
5154
5155 commit ca352cccec60c85fad6dedaf229d51eddfdfea58
5156 Author: Brad Spengler <spender@grsecurity.net>
5157 Date: Thu Oct 20 07:06:54 2016 -0400
5158
5159 compile fix as reported by David Sterba
5160
5161 include/linux/mm.h | 1 +
5162 1 file changed, 1 insertion(+)
5163
5164 commit 82566bede4206afba0d8b11f58570d588d39586b
5165 Author: Linus Torvalds <torvalds@linux-foundation.org>
5166 Date: Thu Oct 13 13:07:36 2016 -0700
5167
5168 mm: remove gup_flags FOLL_WRITE games from __get_user_pages()
5169
5170 This is an ancient bug that was actually attempted to be fixed once
5171 (badly) by me eleven years ago in commit 4ceb5db9757a ("Fix
5172 get_user_pages() race for write access") but that was then undone due to
5173 problems on s390 by commit f33ea7f404e5 ("fix get_user_pages bug").
5174
5175 In the meantime, the s390 situation has long been fixed, and we can now
5176 fix it by checking the pte_dirty() bit properly (and do it better). The
5177 s390 dirty bit was implemented in abf09bed3cce ("s390/mm: implement
5178 software dirty bits") which made it into v3.9. Earlier kernels will
5179 have to look at the page state itself.
5180
5181 Also, the VM has become more scalable, and what used a purely
5182 theoretical race back then has become easier to trigger.
5183
5184 To fix it, we introduce a new internal FOLL_COW flag to mark the "yes,
5185 we already did a COW" rather than play racy games with FOLL_WRITE that
5186 is very fundamental, and then use the pte dirty flag to validate that
5187 the FOLL_COW flag is still valid.
5188
5189 Reported-and-tested-by: Phil "not Paul" Oester <kernel@linuxace.com>
5190 Acked-by: Hugh Dickins <hughd@google.com>
5191 Reviewed-by: Michal Hocko <mhocko@suse.com>
5192 Cc: Andy Lutomirski <luto@kernel.org>
5193 Cc: Kees Cook <keescook@chromium.org>
5194 Cc: Oleg Nesterov <oleg@redhat.com>
5195 Cc: Willy Tarreau <w@1wt.eu>
5196 Cc: Nick Piggin <npiggin@gmail.com>
5197 Cc: Greg Thelen <gthelen@google.com>
5198 Cc: stable@vger.kernel.org
5199 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
5200
5201 include/linux/mm.h | 2 +-
5202 mm/gup.c | 14 ++++++++++++--
5203 2 files changed, 13 insertions(+), 3 deletions(-)
5204
5205 commit d291c94e650da2d8918620e6829e05218755f77b
5206 Author: Brad Spengler <spender@grsecurity.net>
5207 Date: Wed Oct 19 17:06:17 2016 -0400
5208
5209 resync with PaX
5210
5211 arch/arm/include/asm/atomic.h | 5 -----
5212 1 file changed, 5 deletions(-)
5213
5214 commit 251313cb6e1d5b2ad84c62333ebafa278e861a68
5215 Author: Brad Spengler <spender@grsecurity.net>
5216 Date: Wed Oct 19 17:03:14 2016 -0400
5217
5218 Fix bad ARM REFCOUNT merge with PaX, reported by kdave on the forums:
5219 https://forums.grsecurity.net/viewtopic.php?f=3&t=4588
5220
5221 arch/arm/include/asm/atomic.h | 1 -
5222 1 file changed, 1 deletion(-)
5223
5224 commit b64df18d4160c6d3cd470202bb8d58f38d9acb51
5225 Author: Brad Spengler <spender@grsecurity.net>
5226 Date: Mon Oct 17 07:47:53 2016 -0400
5227
5228 randomize layout of subprocess_info struct
5229
5230 include/linux/kmod.h | 2 +-
5231 1 file changed, 1 insertion(+), 1 deletion(-)
5232
5233 commit 5780e7fb9d334bfa5cc8aef32af631e620dede3f
5234 Merge: 7c69071 25eaf06
5235 Author: Brad Spengler <spender@grsecurity.net>
5236 Date: Sun Oct 16 15:28:24 2016 -0400
5237
5238 Merge branch 'pax-test' into grsec-test
5239
5240 commit 25eaf067f993510e5cd6cc0d9da4413cbbc12c6a
5241 Merge: afa87ca a0cdc25
5242 Author: Brad Spengler <spender@grsecurity.net>
5243 Date: Sun Oct 16 15:28:15 2016 -0400
5244
5245 Merge branch 'linux-4.7.y' into pax-test
5246
5247 commit 7c690715adc3d9236b25ce453b387ef9583b8dda
5248 Merge: 37e00aa afa87ca
5249 Author: Brad Spengler <spender@grsecurity.net>
5250 Date: Sat Oct 15 15:25:46 2016 -0400
5251
5252 Merge branch 'pax-test' into grsec-test
5253
5254 commit afa87cab2bed6b038cd5446a00bf58a71c954b43
5255 Author: Brad Spengler <spender@grsecurity.net>
5256 Date: Sat Oct 15 15:18:18 2016 -0400
5257
5258 Update to pax-linux-4.7.6-test7.patch:
5259 - backported upstream commit f5beeb1851ea6f8cfcf2657f26cb24c0582b4945 to speed up kcore handling
5260 - fixed a size overflow false positive in raid10, reported by eswierk (https://forums.grsecurity.net/viewtopic.php?f=3&t=4575)
5261 - 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)
5262 - rate limited the logging of refcount overflows and usercopy violations
5263 - changed atomic64's underlying type on i386 to be consistent with other archs
5264 - sped up the RIP range check in opportunistic sysret on amd64
5265
5266 arch/x86/entry/entry_64.S | 13 ++-
5267 arch/x86/include/asm/atomic64_32.h | 4 +-
5268 block/bio.c | 2 +-
5269 drivers/md/raid10.c | 6 +-
5270 drivers/usb/usbip/vudc_rx.c | 2 +-
5271 fs/exec.c | 24 ++++--
5272 fs/proc/kcore.c | 40 +++++----
5273 include/linux/bio.h | 4 +-
5274 scripts/gcc-plugins/size_overflow_plugin/Makefile | 2 +-
5275 scripts/gcc-plugins/size_overflow_plugin/aux.data | 97 ----------------------
5276 .../gcc-plugins/size_overflow_plugin/disable.data | 12 ++-
5277 .../gcc-plugins/size_overflow_plugin/e_aux.data | 97 ++++++++++++++++++++++
5278 .../gcc-plugins/size_overflow_plugin/e_fields.data | 14 +---
5279 .../size_overflow_plugin_hash.c | 2 +-
5280 14 files changed, 169 insertions(+), 150 deletions(-)
5281
5282 commit 37e00aa150c7861f77e69fe361bf19dee467dc0a
5283 Author: Brad Spengler <spender@grsecurity.net>
5284 Date: Mon Oct 10 18:27:38 2016 -0400
5285
5286 RAP compile fix
5287
5288 drivers/isdn/hisax/config.c | 4 ++--
5289 1 file changed, 2 insertions(+), 2 deletions(-)
5290
5291 commit 00736455939143023205fdd8957421c73868e975
5292 Author: Brad Spengler <spender@grsecurity.net>
5293 Date: Mon Oct 10 18:09:55 2016 -0400
5294
5295 Mark initify broken for the time being due to some recent changes
5296
5297 security/Kconfig | 1 +
5298 1 file changed, 1 insertion(+)
5299
5300 commit 64458bae539de9ac5cd2ba7cad0bd0c0510e6f37
5301 Author: Brad Spengler <spender@grsecurity.net>
5302 Date: Mon Oct 10 17:11:40 2016 -0400
5303
5304 compile fix
5305
5306 scripts/gcc-plugins/size_overflow_plugin/size_overflow_plugin_hash.c | 2 +-
5307 1 file changed, 1 insertion(+), 1 deletion(-)
5308
5309 commit 9f5f1d1d7f120c1c85b16412e6b75ab221c2cdba
5310 Author: Brad Spengler <spender@grsecurity.net>
5311 Date: Mon Oct 10 17:10:22 2016 -0400
5312
5313 Fix makefiles and .gitignore for new size_overflow plugin
5314
5315 Makefile | 7 +-
5316 .../gcc-plugins/size_overflow_plugin/.gitignore | 5 +-
5317 scripts/gcc-plugins/size_overflow_plugin/Makefile | 35 ++++++--
5318 scripts/gcc-plugins/size_overflow_plugin/aux.data | 97 ----------------------
5319 .../gcc-plugins/size_overflow_plugin/e_aux.data | 97 ++++++++++++++++++++++
5320 5 files changed, 128 insertions(+), 113 deletions(-)
5321
5322 commit cb66e251f9c9880a1365c87b4a42d2885a2fb6ef
5323 Author: Brad Spengler <spender@grsecurity.net>
5324 Date: Sun Oct 9 09:28:14 2016 -0400
5325
5326 Enable PAX_SIZE_OVERFLOW_EXTRA by default in auto-config
5327
5328 security/Kconfig | 1 +
5329 1 file changed, 1 insertion(+)
5330
5331 commit cd690739e0fb999002075161a032072cf4e4c458
5332 Merge: 555de68 0e7a060
5333 Author: Brad Spengler <spender@grsecurity.net>
5334 Date: Sat Oct 8 18:29:48 2016 -0400
5335
5336 Merge branch 'pax-test' into grsec-test
5337
5338 commit 0e7a060de797ec4e837533146d38e8793e30f84f
5339 Author: Brad Spengler <spender@grsecurity.net>
5340 Date: Sat Oct 8 18:01:07 2016 -0400
5341
5342 Update to pax-linux-4.7.6-test6.patch:
5343 - updated the fields hash table of the size overflow plugin to remove a few false positives
5344 - fixed SANITIZE/HIBERNATION incompatibility, by Anisse Astier <anisse@astier.eu>
5345 - backported a few fixes and cleanups from grsecurity
5346 - fixed compile errors on some arm/arm64/powerpc/sparc configs for REFCOUNT, KERNEXEC and CONSTIFY
5347 - worked around a compile regression in crc32-pclmul_asm.S on some toolchains that define __i686
5348 - updated the size overflow hash table
5349 - added pax_size_overflow_report_only to disable the reaction mechanism on size overflows
5350 - added a few preemptive buffer size checks
5351 - fixed integer signedness mixup in tun_set_headroom, by Mathias Krause <mathias.krause@secunet.com>
5352 - Emese changed the size overflow plugin to enable the more risky instrumentation under its own config option
5353 - Emese greatly increased the coverage of the initify plugin
5354 - added BROKEN_SECURITY to disable upstream features as necessary
5355
5356 Documentation/dontdiff | 7 +-
5357 Documentation/kernel-parameters.txt | 5 +
5358 arch/arm/include/asm/atomic.h | 41 +-
5359 arch/arm/include/asm/domain.h | 1 +
5360 arch/arm/include/asm/string.h | 6 +-
5361 arch/arm/kernel/efi.c | 4 +-
5362 arch/arm/mach-mvebu/coherency.c | 2 +-
5363 arch/arm/mm/alignment.c | 24 +-
5364 arch/arm64/Kconfig | 1 +
5365 arch/arm64/include/asm/atomic.h | 3 +
5366 arch/arm64/include/asm/cache.h | 4 +-
5367 arch/arm64/include/asm/pgalloc.h | 5 +
5368 arch/arm64/include/asm/pgtable.h | 3 +
5369 arch/arm64/include/asm/string.h | 10 +-
5370 arch/arm64/kernel/process.c | 9 +-
5371 arch/arm64/kernel/stacktrace.c | 4 +-
5372 arch/arm64/kernel/traps.c | 2 +-
5373 arch/ia64/include/asm/uaccess.h | 11 +-
5374 arch/mips/Kconfig | 2 +-
5375 arch/parisc/include/asm/uaccess.h | 108 +-
5376 arch/powerpc/include/asm/atomic.h | 23 +-
5377 arch/powerpc/include/asm/cache.h | 4 +-
5378 arch/powerpc/include/asm/spinlock.h | 1 +
5379 arch/powerpc/include/asm/string.h | 4 +-
5380 arch/powerpc/include/asm/uaccess.h | 15 -
5381 arch/powerpc/kernel/traps.c | 2 +-
5382 arch/sparc/include/asm/cache.h | 4 +-
5383 arch/sparc/include/asm/pgalloc_64.h | 1 +
5384 arch/sparc/include/asm/uaccess_32.h | 65 -
5385 arch/um/include/asm/cache.h | 3 +-
5386 arch/x86/Kconfig | 5 +-
5387 arch/x86/crypto/crc32-pclmul_asm.S | 4 +-
5388 arch/x86/include/asm/string_32.h | 12 +-
5389 arch/x86/include/asm/string_64.h | 4 +-
5390 arch/x86/include/asm/uaccess.h | 2 +-
5391 arch/x86/kernel/hpet.c | 2 +-
5392 arch/x86/kernel/kprobes/opt.c | 8 +-
5393 arch/x86/kernel/ptrace.c | 14 +
5394 arch/x86/kernel/signal.c | 9 +-
5395 arch/x86/lib/Makefile | 4 +
5396 arch/x86/platform/efi/efi_64.c | 2 +-
5397 drivers/acpi/acpica/acutils.h | 2 +-
5398 drivers/acpi/acpica/dbhistry.c | 2 +-
5399 drivers/acpi/acpica/dbinput.c | 10 +-
5400 drivers/acpi/acpica/dbstats.c | 88 +-
5401 drivers/acpi/acpica/utdebug.c | 2 +-
5402 drivers/cdrom/cdrom.c | 2 +-
5403 drivers/char/genrtc.c | 1 +
5404 drivers/char/random.c | 2 +-
5405 drivers/firmware/efi/libstub/Makefile | 2 +
5406 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 7 +-
5407 drivers/hid/hid-wiimote-debug.c | 2 +-
5408 drivers/iommu/arm-smmu-v3.c | 32 +-
5409 drivers/isdn/hisax/hisax.h | 4 +-
5410 drivers/media/radio/radio-cadet.c | 5 +-
5411 drivers/mmc/host/tmio_mmc_pio.c | 4 +-
5412 drivers/net/tun.c | 2 +-
5413 drivers/net/wireless/zydas/zd1211rw/zd_usb.c | 2 +-
5414 drivers/scsi/esas2r/esas2r_init.c | 2 +-
5415 drivers/scsi/esas2r/esas2r_ioctl.c | 2 +-
5416 drivers/scsi/esas2r/esas2r_log.h | 4 +-
5417 drivers/scsi/esas2r/esas2r_main.c | 4 +-
5418 drivers/uio/uio.c | 6 +-
5419 drivers/video/fbdev/arcfb.c | 2 +-
5420 fs/char_dev.c | 2 +-
5421 fs/exec.c | 16 +-
5422 fs/ext4/extents.c | 2 +-
5423 fs/nfsd/nfscache.c | 2 +-
5424 fs/ntfs/debug.h | 6 +-
5425 fs/ocfs2/cluster/masklog.h | 2 +-
5426 fs/proc/task_mmu.c | 5 +-
5427 include/acpi/acpiosxf.h | 3 +-
5428 include/acpi/acpixf.h | 2 +-
5429 include/asm-generic/atomic-long.h | 4 +
5430 include/asm-generic/bug.h | 5 +-
5431 include/asm-generic/pgtable-nopmd.h | 1 +
5432 include/asm-generic/vmlinux.lds.h | 2 +
5433 include/drm/drmP.h | 2 +-
5434 include/linux/atomic.h | 21 +
5435 include/linux/audit.h | 5 +-
5436 include/linux/compiler-gcc.h | 15 +
5437 include/linux/compiler.h | 8 +
5438 include/linux/fs.h | 2 +-
5439 include/linux/gfp.h | 4 +-
5440 include/linux/init.h | 4 +-
5441 include/linux/mm.h | 2 +-
5442 include/linux/printk.h | 2 +-
5443 include/linux/random.h | 2 +-
5444 include/linux/ratelimit.h | 3 +-
5445 include/linux/sched.h | 6 +-
5446 include/linux/slab.h | 2 +-
5447 include/linux/string.h | 34 +-
5448 include/uapi/linux/personality.h | 1 +
5449 init/Kconfig | 3 +
5450 init/main.c | 11 +
5451 kernel/exit.c | 18 +-
5452 kernel/power/hibernate.c | 21 +-
5453 kernel/power/power.h | 2 +
5454 kernel/power/snapshot.c | 22 +
5455 lib/Kconfig.debug | 3 +-
5456 lib/vsprintf.c | 6 +-
5457 mm/Kconfig.debug | 2 -
5458 mm/page_alloc.c | 6 +-
5459 mm/util.c | 2 +-
5460 net/ipv4/ip_sockglue.c | 3 +-
5461 net/ipv4/ip_vti.c | 2 +-
5462 scripts/Makefile.gcc-plugins | 17 +-
5463 scripts/gcc-plugins/initify_plugin.c | 1588 +-
5464 scripts/gcc-plugins/size_overflow_plugin/Makefile | 26 +-
5465 scripts/gcc-plugins/size_overflow_plugin/aux.data | 97 +
5466 .../gcc-plugins/size_overflow_plugin/disable.data | 12453 +++++++++++
5467 .../disable_size_overflow_hash.data | 12445 -----------
5468 .../gcc-plugins/size_overflow_plugin/e_fields.data | 18898 ++++++++++++++++
5469 .../gcc-plugins/size_overflow_plugin/e_fns.data | 4833 ++++
5470 .../gcc-plugins/size_overflow_plugin/e_fptrs.data | 56 +
5471 .../gcc-plugins/size_overflow_plugin/e_vars.data | 116 +
5472 .../insert_size_overflow_asm.c | 2 +-
5473 .../size_overflow_plugin/intentional_overflow.c | 2 +-
5474 .../size_overflow_plugin/size_overflow.h | 14 +-
5475 .../size_overflow_plugin/size_overflow_debug.c | 4 +-
5476 .../size_overflow_plugin/size_overflow_hash.data | 22068 -------------------
5477 .../size_overflow_hash_aux.data | 97 -
5478 .../size_overflow_plugin/size_overflow_ipa.c | 65 +-
5479 .../size_overflow_plugin/size_overflow_plugin.c | 25 +-
5480 .../size_overflow_plugin_hash.c | 120 +-
5481 .../size_overflow_plugin/size_overflow_transform.c | 30 +-
5482 security/Kconfig | 78 +-
5483 security/integrity/integrity.h | 2 +-
5484 security/min_addr.c | 2 +
5485 129 files changed, 38670 insertions(+), 35263 deletions(-)
5486
5487 commit 555de68005b90a38a9e5eee6835130d5d4291030
5488 Merge: b48dade c3695e4
5489 Author: Brad Spengler <spender@grsecurity.net>
5490 Date: Fri Oct 7 17:38:00 2016 -0400
5491
5492 Merge branch 'pax-test' into grsec-test
5493
5494 commit c3695e458f10605aa5d59e5d16a80156c6aca5f1
5495 Merge: a16b512 fdf81f0
5496 Author: Brad Spengler <spender@grsecurity.net>
5497 Date: Fri Oct 7 17:37:31 2016 -0400
5498
5499 Merge branch 'linux-4.7.y' into pax-test
5500
5501 commit b48dade7b67aa153367dc38d6f3b513b93da2b07
5502 Merge: 14d3459 a16b512
5503 Author: Brad Spengler <spender@grsecurity.net>
5504 Date: Fri Sep 30 07:56:46 2016 -0400
5505
5506 Merge branch 'pax-test' into grsec-test
5507
5508 commit a16b51212ca70e45554cecf7d3b67335d4c847ff
5509 Merge: 674c5b2 f849d45
5510 Author: Brad Spengler <spender@grsecurity.net>
5511 Date: Fri Sep 30 07:56:04 2016 -0400
5512
5513 Merge branch 'linux-4.7.y' into pax-test
5514
5515 commit 14d3459a64f15c168c7783d46f690c0ee1283ef2
5516 Author: Brad Spengler <spender@grsecurity.net>
5517 Date: Tue Sep 27 17:07:31 2016 -0400
5518
5519 Fix arm/MULTI_CACHE incompatibility with RANDSTRUCT, reported by radegand:
5520 https://forums.grsecurity.net/viewtopic.php?t=4545&p=1659
5521
5522 arch/arm/include/asm/cacheflush.h | 2 +-
5523 1 file changed, 1 insertion(+), 1 deletion(-)
5524
5525 commit 39d7aa87f8bd225bc3ac099a2046e334191c90b3
5526 Author: Brad Spengler <spender@grsecurity.net>
5527 Date: Mon Sep 26 11:28:09 2016 -0400
5528
5529 Backport upstream commit which allows PAX_MEMORY_SANITIZE to work
5530 with hibernation:
5531 https://patchwork.kernel.org/patch/9322709/
5532
5533 kernel/power/Kconfig | 1 -
5534 kernel/power/hibernate.c | 4 +++-
5535 kernel/power/power.h | 2 ++
5536 kernel/power/snapshot.c | 20 ++++++++++++++++++++
5537 4 files changed, 25 insertions(+), 2 deletions(-)
5538
5539 commit e5944827e8a1cb6938ed75cccf05f354344b3fa9
5540 Author: Herbert Xu <herbert@gondor.apana.org.au>
5541 Date: Tue Sep 20 20:35:55 2016 +0800
5542
5543 KEYS: Fix skcipher IV clobbering
5544
5545 The IV must not be modified by the skcipher operation so we need
5546 to duplicate it.
5547
5548 Fixes: c3917fd9dfbc ("KEYS: Use skcipher")
5549 Cc: stable@vger.kernel.org
5550 Reported-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
5551 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
5552
5553 security/keys/encrypted-keys/encrypted.c | 11 +++++++----
5554 1 file changed, 7 insertions(+), 4 deletions(-)
5555
5556 commit 17d91a9781b8c4558433cee3e7de8d44a6c2d89b
5557 Author: Brad Spengler <spender@grsecurity.net>
5558 Date: Sun Sep 25 18:10:01 2016 -0400
5559
5560 Make vti_notifier_block read_only
5561
5562 net/ipv4/ip_vti.c | 2 +-
5563 1 file changed, 1 insertion(+), 1 deletion(-)
5564
5565 commit d2eba293dd946c7686080602a2e24ddb5358cfcf
5566 Author: Brad Spengler <spender@grsecurity.net>
5567 Date: Sun Sep 25 17:30:32 2016 -0400
5568
5569 compile fix
5570
5571 net/unix/af_unix.c | 2 +-
5572 1 file changed, 1 insertion(+), 1 deletion(-)
5573
5574 commit 47cca6342f665fa1b4b755723b843ac41ebb9178
5575 Merge: 16919c7 674c5b2
5576 Author: Brad Spengler <spender@grsecurity.net>
5577 Date: Sun Sep 25 17:25:45 2016 -0400
5578
5579 Merge branch 'pax-test' into grsec-test
5580
5581 commit 674c5b28e7dfe651caf71d1cdec395205ed9f526
5582 Merge: 4552781 6c21842
5583 Author: Brad Spengler <spender@grsecurity.net>
5584 Date: Sun Sep 25 17:24:44 2016 -0400
5585
5586 Merge branch 'linux-4.7.y' into pax-test
5587
5588 commit 16919c7208e7ad9bc5f6df2f151b84cede110c15
5589 Author: Brad Spengler <spender@grsecurity.net>
5590 Date: Wed Sep 21 18:40:32 2016 -0400
5591
5592 compile fix
5593
5594 drivers/net/tun.c | 2 +-
5595 1 file changed, 1 insertion(+), 1 deletion(-)
5596
5597 commit bafd12998265ed2c32792e117e4227f757cfa18f
5598 Author: Brad Spengler <spender@grsecurity.net>
5599 Date: Wed Sep 21 18:39:39 2016 -0400
5600
5601 From: Mathias Krause <mathias.krause@secunet.com>
5602 Date: Wed, 21 Sep 2016 14:42:43 +0200
5603 Subject: [PATCH] pax: net/tun - explicitly test for negative values in tun_set_headroom()
5604
5605 Because of a type change for the NET_SKB_PAD macro in the PaX patch from
5606 (implicit) int to unsigned long, negative values for new_hr will be sign
5607 extended and wrongly pass the minimal size test. Such a value will,
5608 later on, trigger the size_overflow plugin instrumentation in
5609 tun_get_user().
5610
5611 Fix this by testing new_hr for negative values explicitly to restore the
5612 intended minimal size test.
5613
5614 Signed-off-by: Mathias Krause <mathias.krause@secunet.com>
5615
5616 drivers/net/tun.c | 2 +-
5617 1 file changed, 1 insertion(+), 1 deletion(-)
5618
5619 commit 74fbeac25af78b5f621d8acffb9158dd959078d3
5620 Author: Brad Spengler <spender@grsecurity.net>
5621 Date: Tue Sep 20 18:37:08 2016 -0400
5622
5623 Make CONSTIFY depend on GCC_PLUGINS
5624
5625 security/Kconfig | 1 +
5626 1 file changed, 1 insertion(+)
5627
5628 commit e9e87520569e66d710dadebddac33428c666249a
5629 Author: Brad Spengler <spender@grsecurity.net>
5630 Date: Mon Sep 19 18:43:50 2016 -0400
5631
5632 Fix up atomic64_cmpxchg_unchecked on ARM with REFCOUNT
5633
5634 arch/arm/include/asm/atomic.h | 39 ++++-----------------------------------
5635 include/linux/atomic.h | 9 +++++++++
5636 2 files changed, 13 insertions(+), 35 deletions(-)
5637
5638 commit a1afe597f5731963416233b274144d7c57ce538d
5639 Author: Brad Spengler <spender@grsecurity.net>
5640 Date: Mon Sep 19 17:58:58 2016 -0400
5641
5642 Backport upstream iscsi memory corruption fix:
5643 http://marc.info/?l=linux-scsi&m=147394713328707&w=2
5644
5645 drivers/scsi/arcmsr/arcmsr_hba.c | 8 +++++++-
5646 1 file changed, 7 insertions(+), 1 deletion(-)
5647
5648 commit e6e0b270a18e4ee19460f7dc72bb46d441adf3c4
5649 Author: Chuck Lever <chuck.lever@oracle.com>
5650 Date: Thu Sep 1 10:50:38 2016 -0400
5651
5652 svcauth_gss: Revert 64c59a3726f2 ("Remove unnecessary allocation")
5653
5654 rsc_lookup steals the passed-in memory to avoid doing an allocation of
5655 its own, so we can't just pass in a pointer to memory that someone else
5656 is using.
5657
5658 If we really want to avoid allocation there then maybe we should
5659 preallocate somwhere, or reference count these handles.
5660
5661 For now we should revert.
5662
5663 On occasion I see this on my server:
5664
5665 kernel: kernel BUG at /home/cel/src/linux/linux-2.6/mm/slub.c:3851!
5666 kernel: invalid opcode: 0000 [#1] SMP
5667 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
5668 kernel: CPU: 7 PID: 145 Comm: kworker/7:2 Not tainted 4.8.0-rc4-00006-g9d06b0b #15
5669 kernel: Hardware name: Supermicro Super Server/X10SRL-F, BIOS 1.0c 09/09/2015
5670 kernel: Workqueue: events do_cache_clean [sunrpc]
5671 kernel: task: ffff8808541d8000 task.stack: ffff880854344000
5672 kernel: RIP: 0010:[<ffffffff811e7075>] [<ffffffff811e7075>] kfree+0x155/0x180
5673 kernel: RSP: 0018:ffff880854347d70 EFLAGS: 00010246
5674 kernel: RAX: ffffea0020fe7660 RBX: ffff88083f9db064 RCX: 146ff0f9d5ec5600
5675 kernel: RDX: 000077ff80000000 RSI: ffff880853f01500 RDI: ffff88083f9db064
5676 kernel: RBP: ffff880854347d88 R08: ffff8808594ee000 R09: ffff88087fdd8780
5677 kernel: R10: 0000000000000000 R11: ffffea0020fe76c0 R12: ffff880853f01500
5678 kernel: R13: ffffffffa013cf76 R14: ffffffffa013cff0 R15: ffffffffa04253a0
5679 kernel: FS: 0000000000000000(0000) GS:ffff88087fdc0000(0000) knlGS:0000000000000000
5680 kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
5681 kernel: CR2: 00007fed60b020c3 CR3: 0000000001c06000 CR4: 00000000001406e0
5682 kernel: Stack:
5683 kernel: ffff8808589f2f00 ffff880853f01500 0000000000000001 ffff880854347da0
5684 kernel: ffffffffa013cf76 ffff8808589f2f00 ffff880854347db8 ffffffffa013d006
5685 kernel: ffff8808589f2f20 ffff880854347e00 ffffffffa0406f60 0000000057c7044f
5686 kernel: Call Trace:
5687 kernel: [<ffffffffa013cf76>] rsc_free+0x16/0x90 [auth_rpcgss]
5688 kernel: [<ffffffffa013d006>] rsc_put+0x16/0x30 [auth_rpcgss]
5689 kernel: [<ffffffffa0406f60>] cache_clean+0x2e0/0x300 [sunrpc]
5690 kernel: [<ffffffffa04073ee>] do_cache_clean+0xe/0x70 [sunrpc]
5691 kernel: [<ffffffff8109a70f>] process_one_work+0x1ff/0x3b0
5692 kernel: [<ffffffff8109b15c>] worker_thread+0x2bc/0x4a0
5693 kernel: [<ffffffff8109aea0>] ? rescuer_thread+0x3a0/0x3a0
5694 kernel: [<ffffffff810a0ba4>] kthread+0xe4/0xf0
5695 kernel: [<ffffffff8169c47f>] ret_from_fork+0x1f/0x40
5696 kernel: [<ffffffff810a0ac0>] ? kthread_stop+0x110/0x110
5697 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
5698 kernel: RIP [<ffffffff811e7075>] kfree+0x155/0x180
5699 kernel: RSP <ffff880854347d70>
5700 kernel: ---[ end trace 3fdec044969def26 ]---
5701
5702 It seems to be most common after a server reboot where a client has been
5703 using a Kerberos mount, and reconnects to continue its workload.
5704
5705 Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
5706 Cc: stable@vger.kernel.org
5707 Signed-off-by: J. Bruce Fields <bfields@redhat.com>
5708
5709 net/sunrpc/auth_gss/svcauth_gss.c | 5 +++--
5710 1 file changed, 3 insertions(+), 2 deletions(-)
5711
5712 commit 6e83144022a8e3cd00a7d0ca3916354ea3336f5e
5713 Author: Brad Spengler <spender@grsecurity.net>
5714 Date: Mon Sep 19 17:44:04 2016 -0400
5715
5716 fix whitespace
5717
5718 mm/mmap.c | 2 +-
5719 1 file changed, 1 insertion(+), 1 deletion(-)
5720
5721 commit ffb1a4cfdce65f581265612878fd136d76b132ae
5722 Author: Brad Spengler <spender@grsecurity.net>
5723 Date: Mon Sep 19 17:07:34 2016 -0400
5724
5725 Remove optional dependency on USERCOPY for pax_check_alloca
5726
5727 arch/x86/kernel/dumpstack_32.c | 2 +-
5728 arch/x86/kernel/dumpstack_64.c | 2 +-
5729 2 files changed, 2 insertions(+), 2 deletions(-)
5730
5731 commit 01ca858fb54c3406db13ace327798610b1cdec10
5732 Author: Brad Spengler <spender@grsecurity.net>
5733 Date: Thu Sep 15 21:28:25 2016 -0400
5734
5735 compile fixes
5736
5737 arch/x86/crypto/crc32-pclmul_asm.S | 4 ++--
5738 arch/x86/include/asm/uaccess.h | 2 +-
5739 2 files changed, 3 insertions(+), 3 deletions(-)
5740
5741 commit aeed418bbabf465cfa2bd5463b4ee26ddfdee99c
5742 Author: Al Viro <viro@ZenIV.linux.org.uk>
5743 Date: Thu Sep 15 02:35:29 2016 +0100
5744
5745 fix minor infoleak in get_user_ex()
5746
5747 get_user_ex(x, ptr) should zero x on failure. It's not a lot of a leak
5748 (at most we are leaking uninitialized 64bit value off the kernel stack,
5749 and in a fairly constrained situation, at that), but the fix is trivial,
5750 so...
5751
5752 Cc: stable@vger.kernel.org
5753 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
5754 [ This sat in different branch from the uaccess fixes since mid-August ]
5755 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
5756
5757 arch/x86/include/asm/uaccess.h | 6 +++++-
5758 1 file changed, 5 insertions(+), 1 deletion(-)
5759
5760 commit 4ec72305c579df587c9c31f18fbc3ceba14045a5
5761 Author: Brad Spengler <spender@grsecurity.net>
5762 Date: Thu Sep 15 20:02:01 2016 -0400
5763
5764 compile fix
5765
5766 fs/proc/task_mmu.c | 2 +-
5767 1 file changed, 1 insertion(+), 1 deletion(-)
5768
5769 commit ed3d3716625f0c04c9a07dc6c6c7537be22cee07
5770 Author: Brad Spengler <spender@grsecurity.net>
5771 Date: Thu Sep 15 20:01:31 2016 -0400
5772
5773 Resync with PaX
5774
5775 fs/proc/task_mmu.c | 2 +-
5776 1 file changed, 1 insertion(+), 1 deletion(-)
5777
5778 commit 36300fe10dd78430f8e84c42b665c0154f88dd5a
5779 Merge: 14e5235 4552781
5780 Author: Brad Spengler <spender@grsecurity.net>
5781 Date: Thu Sep 15 18:36:02 2016 -0400
5782
5783 Merge branch 'pax-test' into grsec-test
5784
5785 commit 4552781643cf8a01376539bf0bf469c8dbc69701
5786 Author: Brad Spengler <spender@grsecurity.net>
5787 Date: Thu Sep 15 18:35:49 2016 -0400
5788
5789 Resync with PaX
5790
5791 fs/proc/task_mmu.c | 5 +++--
5792 include/linux/init.h | 4 +++-
5793 include/linux/mm.h | 2 +-
5794 mm/util.c | 2 +-
5795 4 files changed, 8 insertions(+), 5 deletions(-)
5796
5797 commit 14e523564a0a84ece93b04a2b375f33cce806c8b
5798 Merge: 402a024 6740d15
5799 Author: Brad Spengler <spender@grsecurity.net>
5800 Date: Thu Sep 15 18:18:19 2016 -0400
5801
5802 Merge branch 'pax-test' into grsec-test
5803
5804 commit 6740d1535fb0208f329eda7aeeee2c6f0fbe09d3
5805 Author: Brad Spengler <spender@grsecurity.net>
5806 Date: Thu Sep 15 18:16:18 2016 -0400
5807
5808 Update to pax-linux-4.7.3-test4.patch:
5809 - fixed atomic_xchg_unchecked on arm, reported by wizzup
5810 - temporary workaround for cloned functions in the initify plugin, prevents an ICE-from-assertion reported by xeaforz and gg
5811 - fixed hugetlb compile error on arm64
5812 - fixed branch prediction hints in copy*user on x86, by spender
5813 - fixed the invocation of gcc-plugin.sh while reporting errors, by spender
5814 - fixed long-standing regression in non-exec page support on powerpc32/book3s
5815 - fixed inefficient PIC in crc32_pclmul* on i386 to also work under KERNEXEC, reported by minipli
5816 - fixed pfn/physical address mixup in static_protections on amd64, by Mathias Krause <mathias.krause@secunet.com>
5817 - fixed latent bug on module loading exposed by the fix for static_protections, reported by minipli
5818 - fixed two USERCOPY violations in iucv and netlink, by Mathias Krause <minipli@ld-linux.so>
5819 - fixed a xen boot regression with ssp-strong, reported by biergaizi and d-u (https://forums.grsecurity.net/viewtopic.php?f=3&t=4441)
5820 - fixed module symbol resolution and extable handling on i386/KERNEXEC when KASLR is enabled
5821
5822 arch/arm/include/asm/atomic.h | 12 +++--------
5823 arch/arm/include/asm/cmpxchg.h | 3 ++-
5824 arch/arm64/mm/dma-mapping.c | 2 +-
5825 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
5826 arch/powerpc/include/asm/book3s/32/hash.h | 2 +-
5827 arch/powerpc/include/asm/book3s/32/pgtable.h | 2 +-
5828 arch/powerpc/include/asm/pte-common.h | 30 +++++++++++++---------------
5829 arch/x86/crypto/crc32-pclmul_asm.S | 19 +++++++++++-------
5830 arch/x86/include/asm/setup.h | 3 ++-
5831 arch/x86/include/asm/uaccess.h | 4 ++--
5832 arch/x86/kernel/module.c | 2 +-
5833 arch/x86/kernel/pci-swiotlb.c | 2 +-
5834 arch/x86/kvm/x86.c | 2 +-
5835 arch/x86/mm/extable.c | 18 ++---------------
5836 arch/x86/mm/pageattr.c | 5 +++--
5837 arch/x86/xen/enlighten.c | 18 ++++++++---------
5838 arch/x86/xen/pmu.c | 1 +
5839 include/asm-generic/atomic-long.h | 2 ++
5840 include/asm-generic/atomic64.h | 1 +
5841 include/linux/atomic.h | 4 ++++
5842 include/linux/llist.h | 9 +++++++++
5843 include/linux/swiotlb.h | 3 +--
5844 kernel/extable.c | 17 ++++++++++++++--
5845 kernel/module.c | 9 ++++++++-
5846 lib/extable.c | 11 +---------
5847 lib/llist.c | 17 ++++++++++++++++
5848 lib/swiotlb.c | 2 +-
5849 mm/hugetlb.c | 12 +++++++++++
5850 mm/vmalloc.c | 2 +-
5851 net/iucv/af_iucv.c | 7 +++----
5852 net/netlink/af_netlink.c | 5 +++--
5853 scripts/Makefile.gcc-plugins | 2 +-
5854 scripts/gcc-plugins/initify_plugin.c | 4 +++-
5855 33 files changed, 139 insertions(+), 95 deletions(-)
5856
5857 commit 402a02454512e83be868e83529b04c0ccde687a9
5858 Author: Brad Spengler <spender@grsecurity.net>
5859 Date: Thu Sep 15 08:25:18 2016 -0400
5860
5861 Update size_overflow hash
5862
5863 scripts/gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 1 +
5864 1 file changed, 1 insertion(+)
5865
5866 commit e1d3996c7486a0985846423711dd5c05401144c1
5867 Author: Brad Spengler <spender@grsecurity.net>
5868 Date: Thu Sep 15 07:48:33 2016 -0400
5869
5870 compile fix
5871
5872 kernel/capability.c | 6 +++---
5873 1 file changed, 3 insertions(+), 3 deletions(-)
5874
5875 commit a668b9edff65c3c2eb134e1c7edfbc4142f1e678
5876 Merge: f2ceab4 4f9be5c
5877 Author: Brad Spengler <spender@grsecurity.net>
5878 Date: Thu Sep 15 07:24:15 2016 -0400
5879
5880 Rename our existing ns_capable_nolog to suit upstream's bikeshedded ns_capable_noaudit
5881
5882 Merge branch 'pax-test' into grsec-test
5883
5884 commit 4f9be5c8326f08df59ef7df521acac91e9e6c3d5
5885 Merge: 168b0e3 bd333da
5886 Author: Brad Spengler <spender@grsecurity.net>
5887 Date: Thu Sep 15 07:12:12 2016 -0400
5888
5889 Merge branch 'linux-4.7.y' into pax-test
5890
5891 commit f2ceab4fbaec0cd5c127345dbce3e033b74fe826
5892 Author: WANG Cong <xiyou.wangcong@gmail.com>
5893 Date: Sun Aug 28 21:28:26 2016 -0700
5894
5895 kcm: fix a socket double free
5896
5897 Dmitry reported a double free on kcm socket, which could
5898 be easily reproduced by:
5899
5900 #include <unistd.h>
5901 #include <sys/syscall.h>
5902
5903 int main()
5904 {
5905 int fd = syscall(SYS_socket, 0x29ul, 0x5ul, 0x0ul, 0, 0, 0);
5906 syscall(SYS_ioctl, fd, 0x89e2ul, 0x20a98000ul, 0, 0, 0);
5907 return 0;
5908 }
5909
5910 This is because on the error path, after we install
5911 the new socket file, we call sock_release() to clean
5912 up the socket, which leaves the fd pointing to a freed
5913 socket. Fix this by calling sys_close() on that fd
5914 directly.
5915
5916 Fixes: ab7ac4eb9832 ("kcm: Kernel Connection Multiplexor module")
5917 Reported-by: Dmitry Vyukov <dvyukov@google.com>
5918 Cc: Tom Herbert <tom@herbertland.com>
5919 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
5920 Signed-off-by: David S. Miller <davem@davemloft.net>
5921
5922 net/kcm/kcmsock.c | 3 ++-
5923 1 file changed, 2 insertions(+), 1 deletion(-)
5924
5925 commit f3ddf560233f0ec26493522fc1c2b1b8f764f16e
5926 Merge: 9e43620 168b0e3
5927 Author: Brad Spengler <spender@grsecurity.net>
5928 Date: Wed Sep 7 08:26:50 2016 -0400
5929
5930 Merge branch 'pax-test' into grsec-test
5931
5932 commit 168b0e38caaf436f7c5345fe20a92b7f391ccad5
5933 Merge: 2a27d24 d7f6728
5934 Author: Brad Spengler <spender@grsecurity.net>
5935 Date: Wed Sep 7 08:26:41 2016 -0400
5936
5937 Merge branch 'linux-4.7.y' into pax-test
5938
5939 commit 9e43620d71b42e65cb12642b240a6e638531aa65
5940 Author: Daeho Jeong <daeho.jeong@samsung.com>
5941 Date: Sun Jul 3 17:51:39 2016 -0400
5942
5943 ext4: avoid modifying checksum fields directly during checksum verification
5944
5945 We temporally change checksum fields in buffers of some types of
5946 metadata into '0' for verifying the checksum values. By doing this
5947 without locking the buffer, some metadata's checksums, which are
5948 being committed or written back to the storage, could be damaged.
5949 In our test, several metadata blocks were found with damaged metadata
5950 checksum value during recovery process. When we only verify the
5951 checksum value, we have to avoid modifying checksum fields directly.
5952
5953 Signed-off-by: Daeho Jeong <daeho.jeong@samsung.com>
5954 Signed-off-by: Youngjin Gil <youngjin.gil@samsung.com>
5955 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
5956 Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
5957
5958 fs/ext4/inode.c | 38 ++++++++++++++++++++++----------------
5959 fs/ext4/namei.c | 9 ++++-----
5960 fs/ext4/super.c | 18 +++++++++---------
5961 fs/ext4/xattr.c | 13 +++++++------
5962 4 files changed, 42 insertions(+), 36 deletions(-)
5963
5964 commit b84727ffa19c4ec06a04502219f8e15b6887d401
5965 Author: Brad Spengler <spender@grsecurity.net>
5966 Date: Wed Aug 31 20:22:42 2016 -0400
5967
5968 Use the correct branch prediction
5969
5970 arch/x86/include/asm/uaccess.h | 4 ++--
5971 1 file changed, 2 insertions(+), 2 deletions(-)
5972
5973 commit a8411c5faefe2708a5998f484ed6ca65c9ccf971
5974 Author: Linus Torvalds <torvalds@linux-foundation.org>
5975 Date: Mon Aug 22 16:41:46 2016 -0700
5976
5977 binfmt_elf: switch to new creds when switching to new mm
5978
5979 We used to delay switching to the new credentials until after we had
5980 mapped the executable (and possible elf interpreter). That was kind of
5981 odd to begin with, since the new executable will actually then _run_
5982 with the new creds, but whatever.
5983
5984 The bigger problem was that we also want to make sure that we turn off
5985 prof events and tracing before we start mapping the new executable
5986 state. So while this is a cleanup, it's also a fix for a possible
5987 information leak.
5988
5989 Reported-by: Robert Święcki <robert@swiecki.net>
5990 Tested-by: Peter Zijlstra <peterz@infradead.org>
5991 Acked-by: David Howells <dhowells@redhat.com>
5992 Acked-by: Oleg Nesterov <oleg@redhat.com>
5993 Acked-by: Andy Lutomirski <luto@amacapital.net>
5994 Acked-by: Eric W. Biederman <ebiederm@xmission.com>
5995 Cc: Willy Tarreau <w@1wt.eu>
5996 Cc: Kees Cook <keescook@chromium.org>
5997 Cc: Al Viro <viro@zeniv.linux.org.uk>
5998 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
5999
6000 fs/binfmt_elf.c | 2 +-
6001 1 file changed, 1 insertion(+), 1 deletion(-)
6002
6003 commit 18fe03a1a1ce3b59208ecc7bb90be5724ec1d1aa
6004 Author: Brad Spengler <spender@grsecurity.net>
6005 Date: Wed Aug 31 20:01:48 2016 -0400
6006
6007 Two USERCOPY fixes from Mathias Krause
6008
6009 net/iucv/af_iucv.c | 7 +++----
6010 net/netlink/af_netlink.c | 5 +++--
6011 2 files changed, 6 insertions(+), 6 deletions(-)
6012
6013 commit 4830a253a94494524d9ebb3bed7118c2b746f5a2
6014 Author: Brad Spengler <spender@grsecurity.net>
6015 Date: Wed Aug 31 19:58:53 2016 -0400
6016
6017 From 7e13821dd59b17382bba8707c1a9b73569db5535 Mon Sep 17 00:00:00 2001
6018 From: Mathias Krause <mathias.krause@secunet.com>
6019 Date: Thu, 18 Aug 2016 17:03:19 +0200
6020 Subject: [PATCH] [pax] fix page frame number compare in static_protections()
6021
6022 The KERNEXEC specific memory range check is comparing a page frame
6023 number against physical addresses while it should compare page frame
6024 numbers instead.
6025
6026 This leads to "false positives" for systems with 64GB+ of RAM, leading
6027 to missing memory protection changes, leading various access errors,
6028 like failing to release module init code when using the RCU path in
6029 vunmap().
6030
6031 Fix this by converting the physical addresses to page frame numbers
6032 before doing the range check.
6033
6034 Signed-off-by: Mathias Krause <mathias.krause@secunet.com>
6035
6036 arch/x86/mm/pageattr.c | 2 +-
6037 1 file changed, 1 insertion(+), 1 deletion(-)
6038
6039 commit 8cd264e31562d39c034c35256dcb4eff8ab2fc66
6040 Author: Brad Spengler <spender@grsecurity.net>
6041 Date: Thu Aug 18 17:57:25 2016 -0400
6042
6043 Remove a warning that is (under the specific instance where we triggered it)
6044 erroneous. Avoiding triggering the warning will require reworking some of
6045 our APIs, so this will be fixed at a later time.
6046
6047 Thanks to Ed Swierk of Skyport Systems for the report.
6048
6049 fs/dcache.c | 2 --
6050 1 file changed, 2 deletions(-)
6051
6052 commit 7276656b983ed5e39010c54908005e0574a2d3fd
6053 Author: Brad Spengler <spender@grsecurity.net>
6054 Date: Sun Aug 21 17:36:48 2016 -0400
6055
6056 Update size_overflow hash table
6057
6058 scripts/gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 4 +++-
6059 1 file changed, 3 insertions(+), 1 deletion(-)
6060
6061 commit 18a6c9305d45e83c3bebf07eb132885da34b73da
6062 Merge: 5cbf490 2a27d24
6063 Author: Brad Spengler <spender@grsecurity.net>
6064 Date: Sun Aug 21 16:59:37 2016 -0400
6065
6066 Merge branch 'pax-test' into grsec-test
6067
6068 commit 2a27d2419704b09b554b75d6397bf26ffd45754b
6069 Merge: 7be9261 84fae3f
6070 Author: Brad Spengler <spender@grsecurity.net>
6071 Date: Sun Aug 21 16:57:07 2016 -0400
6072
6073 Merge branch 'linux-4.7.y' into pax-test
6074
6075 commit 5cbf4905a069cf66895ff7a06673f8102e3faab5
6076 Author: Brad Spengler <spender@grsecurity.net>
6077 Date: Tue Aug 16 17:23:45 2016 -0400
6078
6079 forward-port !PAX_ASLR change
6080
6081 arch/x86/mm/mmap.c | 16 +++-------------
6082 1 file changed, 3 insertions(+), 13 deletions(-)
6083
6084 commit c7d89a55e70af76005662d4a4c9c7db3a4cb7998
6085 Merge: a144f0f8 7be9261
6086 Author: Brad Spengler <spender@grsecurity.net>
6087 Date: Tue Aug 16 17:14:06 2016 -0400
6088
6089 Merge branch 'pax-test' into grsec-test
6090
6091 commit 7be92610b9cff4e90a4f84a385086c5f643004a0
6092 Merge: cb11f67 95f15f5
6093 Author: Brad Spengler <spender@grsecurity.net>
6094 Date: Tue Aug 16 17:13:54 2016 -0400
6095
6096 Merge branch 'linux-4.7.y' into pax-test
6097
6098 commit a144f0f806ea8a109483a945d2e92474b57ef03c
6099 Author: Brad Spengler <spender@grsecurity.net>
6100 Date: Mon Aug 15 17:54:00 2016 -0400
6101
6102 Temporary workaround for cloned functions in the initify plugin, prevents
6103 an ICE-from-assertion reported by xeaforz and gg on IRC
6104
6105 scripts/gcc-plugins/initify_plugin.c | 3 ++-
6106 1 file changed, 2 insertions(+), 1 deletion(-)
6107
6108 commit f68bc3565a314bea45c58a9ee0c025fad19af76d
6109 Author: Brad Spengler <spender@grsecurity.net>
6110 Date: Mon Aug 15 17:50:24 2016 -0400
6111
6112 Fix arm/ppc compilation, reported by Wizzup
6113
6114 arch/arm/include/asm/atomic.h | 2 +-
6115 arch/powerpc/include/asm/atomic.h | 2 +-
6116 include/asm-generic/atomic-long.h | 3 ++-
6117 include/linux/atomic.h | 4 ++++
6118 4 files changed, 8 insertions(+), 3 deletions(-)
6119
6120 commit 30f09e2a7b1590febfb028aad55f3e4b74d92c87
6121 Author: Brad Spengler <spender@grsecurity.net>
6122 Date: Sat Aug 13 12:28:25 2016 -0400
6123
6124 Initial import of grsecurity 3.1 for Linux 4.7
6125
6126 Disables userfaultfd as suggested by Jann Horn
6127
6128 Documentation/dontdiff | 2 +
6129 Documentation/kernel-parameters.txt | 11 +
6130 Documentation/sysctl/kernel.txt | 15 +
6131 Makefile | 5 +-
6132 arch/alpha/include/asm/cache.h | 4 +-
6133 arch/alpha/kernel/osf_sys.c | 12 +-
6134 arch/arc/Kconfig | 1 +
6135 arch/arm/Kconfig | 2 +
6136 arch/arm/Kconfig.debug | 1 +
6137 arch/arm/include/asm/atomic.h | 45 +-
6138 arch/arm/include/asm/domain.h | 1 +
6139 arch/arm/include/asm/thread_info.h | 7 +-
6140 arch/arm/kernel/entry-common.S | 8 +-
6141 arch/arm/kernel/process.c | 4 +-
6142 arch/arm/kernel/ptrace.c | 9 +
6143 arch/arm/kernel/traps.c | 7 +-
6144 arch/arm/mach-mvebu/coherency.c | 2 +-
6145 arch/arm/mm/Kconfig | 4 +-
6146 arch/arm/mm/alignment.c | 24 +-
6147 arch/arm/mm/fault.c | 40 +-
6148 arch/arm/mm/mmap.c | 8 +-
6149 arch/arm/net/bpf_jit_32.c | 51 +-
6150 arch/arm64/Kconfig.debug | 1 +
6151 arch/arm64/include/asm/atomic.h | 3 +
6152 arch/arm64/include/asm/cache.h | 4 +-
6153 arch/arm64/include/asm/pgtable.h | 3 +
6154 arch/arm64/kernel/process.c | 9 +-
6155 arch/arm64/kernel/stacktrace.c | 4 +-
6156 arch/arm64/kernel/traps.c | 2 +-
6157 arch/avr32/include/asm/cache.h | 4 +-
6158 arch/blackfin/Kconfig.debug | 1 +
6159 arch/blackfin/include/asm/cache.h | 3 +-
6160 arch/cris/include/arch-v10/arch/cache.h | 3 +-
6161 arch/cris/include/arch-v32/arch/cache.h | 3 +-
6162 arch/frv/include/asm/cache.h | 3 +-
6163 arch/frv/mm/elf-fdpic.c | 4 +-
6164 arch/hexagon/include/asm/cache.h | 6 +-
6165 arch/ia64/Kconfig | 1 +
6166 arch/ia64/include/asm/cache.h | 3 +-
6167 arch/ia64/kernel/sys_ia64.c | 2 +
6168 arch/ia64/mm/hugetlbpage.c | 2 +
6169 arch/m32r/include/asm/cache.h | 4 +-
6170 arch/m68k/include/asm/cache.h | 4 +-
6171 arch/metag/mm/hugetlbpage.c | 1 +
6172 arch/microblaze/include/asm/cache.h | 3 +-
6173 arch/mips/Kconfig | 1 +
6174 arch/mips/include/asm/thread_info.h | 11 +-
6175 arch/mips/kernel/irq.c | 3 +
6176 arch/mips/kernel/ptrace.c | 9 +
6177 arch/mips/mm/mmap.c | 4 +-
6178 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
6179 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
6180 arch/openrisc/include/asm/cache.h | 4 +-
6181 arch/parisc/include/asm/cache.h | 3 +
6182 arch/parisc/kernel/sys_parisc.c | 4 +
6183 arch/powerpc/Kconfig | 1 +
6184 arch/powerpc/include/asm/atomic.h | 28 +-
6185 arch/powerpc/include/asm/cache.h | 4 +-
6186 arch/powerpc/include/asm/spinlock.h | 1 +
6187 arch/powerpc/include/asm/thread_info.h | 5 +-
6188 arch/powerpc/kernel/Makefile | 2 +
6189 arch/powerpc/kernel/irq.c | 3 +
6190 arch/powerpc/kernel/process.c | 10 +-
6191 arch/powerpc/kernel/ptrace.c | 14 +
6192 arch/powerpc/kernel/traps.c | 7 +-
6193 arch/powerpc/mm/slice.c | 2 +-
6194 arch/s390/Kconfig.debug | 1 +
6195 arch/s390/include/asm/cache.h | 4 +-
6196 arch/score/include/asm/cache.h | 4 +-
6197 arch/sh/include/asm/cache.h | 3 +-
6198 arch/sh/mm/mmap.c | 6 +-
6199 arch/sparc/include/asm/cache.h | 4 +-
6200 arch/sparc/include/asm/pgalloc_64.h | 1 +
6201 arch/sparc/include/asm/thread_info_64.h | 8 +-
6202 arch/sparc/kernel/process_32.c | 6 +-
6203 arch/sparc/kernel/process_64.c | 8 +-
6204 arch/sparc/kernel/ptrace_64.c | 14 +
6205 arch/sparc/kernel/sys_sparc_64.c | 8 +-
6206 arch/sparc/kernel/syscalls.S | 8 +-
6207 arch/sparc/kernel/traps_32.c | 8 +-
6208 arch/sparc/kernel/traps_64.c | 28 +-
6209 arch/sparc/kernel/unaligned_64.c | 2 +-
6210 arch/sparc/mm/fault_64.c | 2 +-
6211 arch/sparc/mm/hugetlbpage.c | 15 +-
6212 arch/tile/Kconfig | 1 +
6213 arch/tile/include/asm/cache.h | 3 +-
6214 arch/tile/mm/hugetlbpage.c | 2 +
6215 arch/um/include/asm/cache.h | 3 +-
6216 arch/unicore32/include/asm/cache.h | 6 +-
6217 arch/x86/Kconfig | 21 +
6218 arch/x86/Kconfig.debug | 2 +
6219 arch/x86/entry/common.c | 14 +
6220 arch/x86/entry/entry_32.S | 2 +-
6221 arch/x86/entry/entry_64.S | 2 +-
6222 arch/x86/ia32/ia32_aout.c | 2 +
6223 arch/x86/include/asm/floppy.h | 20 +-
6224 arch/x86/include/asm/fpu/types.h | 69 +-
6225 arch/x86/include/asm/io.h | 2 +-
6226 arch/x86/include/asm/page.h | 12 +-
6227 arch/x86/include/asm/paravirt_types.h | 21 +-
6228 arch/x86/include/asm/processor.h | 12 +-
6229 arch/x86/include/asm/thread_info.h | 6 +-
6230 arch/x86/kernel/dumpstack.c | 10 +-
6231 arch/x86/kernel/dumpstack_32.c | 2 +-
6232 arch/x86/kernel/dumpstack_64.c | 2 +-
6233 arch/x86/kernel/ioport.c | 13 +
6234 arch/x86/kernel/irq_32.c | 3 +
6235 arch/x86/kernel/irq_64.c | 4 +
6236 arch/x86/kernel/kprobes/opt.c | 8 +-
6237 arch/x86/kernel/ldt.c | 18 +
6238 arch/x86/kernel/msr.c | 12 +
6239 arch/x86/kernel/ptrace.c | 14 +
6240 arch/x86/kernel/signal.c | 9 +-
6241 arch/x86/kernel/sys_i386_32.c | 9 +-
6242 arch/x86/kernel/sys_x86_64.c | 8 +-
6243 arch/x86/kernel/traps.c | 5 +
6244 arch/x86/kernel/verify_cpu.S | 1 +
6245 arch/x86/kernel/vm86_32.c | 15 +
6246 arch/x86/mm/fault.c | 12 +-
6247 arch/x86/mm/hugetlbpage.c | 15 +-
6248 arch/x86/mm/init.c | 51 +-
6249 arch/x86/mm/init_32.c | 6 +-
6250 arch/x86/net/bpf_jit_comp.c | 4 +
6251 arch/x86/platform/efi/efi_64.c | 2 +-
6252 arch/x86/xen/Kconfig | 1 +
6253 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
6254 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
6255 crypto/scatterwalk.c | 10 +-
6256 drivers/acpi/acpica/hwxfsleep.c | 11 +-
6257 drivers/acpi/custom_method.c | 4 +
6258 drivers/block/cciss.h | 30 +-
6259 drivers/block/smart1,2.h | 40 +-
6260 drivers/cdrom/cdrom.c | 2 +-
6261 drivers/char/Kconfig | 4 +-
6262 drivers/char/genrtc.c | 1 +
6263 drivers/char/mem.c | 17 +
6264 drivers/char/random.c | 5 +-
6265 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
6266 drivers/firewire/ohci.c | 4 +
6267 drivers/firmware/efi/libstub/Makefile | 2 +
6268 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 82 +-
6269 .../drm/amd/powerplay/hwmgr/cz_clockpowergating.c | 12 +-
6270 drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c | 58 +-
6271 drivers/gpu/drm/amd/powerplay/hwmgr/fiji_thermal.c | 20 +-
6272 .../drm/amd/powerplay/hwmgr/polaris10_thermal.c | 22 +-
6273 .../gpu/drm/amd/powerplay/hwmgr/tonga_thermal.c | 20 +-
6274 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 7 +-
6275 drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.c | 9 +-
6276 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
6277 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
6278 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
6279 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
6280 drivers/hid/hid-wiimote-debug.c | 2 +-
6281 drivers/infiniband/hw/i40iw/i40iw_ctrl.c | 138 +-
6282 drivers/infiniband/hw/i40iw/i40iw_uk.c | 34 +-
6283 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
6284 drivers/iommu/amd_iommu.c | 14 +-
6285 drivers/iommu/arm-smmu-v3.c | 32 +-
6286 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
6287 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
6288 drivers/isdn/gigaset/usb-gigaset.c | 32 +-
6289 drivers/isdn/i4l/isdn_concap.c | 6 +-
6290 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
6291 drivers/md/bcache/Kconfig | 1 +
6292 drivers/md/raid5.c | 8 +
6293 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
6294 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
6295 drivers/media/radio/radio-cadet.c | 5 +-
6296 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
6297 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
6298 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
6299 drivers/media/usb/dvb-usb/technisat-usb2.c | 23 +-
6300 drivers/message/fusion/mptbase.c | 9 +
6301 drivers/misc/sgi-xp/xp_main.c | 12 +-
6302 drivers/mmc/host/tmio_mmc_pio.c | 5 +-
6303 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
6304 drivers/net/wan/lmc/lmc_media.c | 97 +-
6305 drivers/net/wan/z85230.c | 24 +-
6306 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
6307 drivers/net/wireless/zydas/zd1211rw/zd_usb.c | 2 +-
6308 drivers/pci/proc.c | 9 +
6309 drivers/platform/x86/asus-wmi.c | 12 +
6310 drivers/rtc/rtc-dev.c | 3 +
6311 drivers/scsi/bfa/bfa_fcs.c | 19 +-
6312 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
6313 drivers/scsi/bfa/bfa_modules.h | 12 +-
6314 drivers/scsi/hpsa.h | 40 +-
6315 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
6316 drivers/staging/wilc1000/host_interface.h | 1 +
6317 drivers/staging/wilc1000/wilc_spi.c | 1 +
6318 drivers/tty/sysrq.c | 2 +-
6319 drivers/tty/tty_io.c | 4 +
6320 drivers/tty/vt/keyboard.c | 22 +-
6321 drivers/uio/uio.c | 6 +-
6322 drivers/usb/core/hub.c | 5 +
6323 drivers/usb/gadget/function/f_uac1.c | 1 +
6324 drivers/usb/gadget/function/u_uac1.c | 1 +
6325 drivers/usb/host/hwa-hc.c | 9 +-
6326 drivers/usb/usbip/vhci_sysfs.c | 2 +-
6327 drivers/video/fbdev/arcfb.c | 2 +-
6328 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
6329 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
6330 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
6331 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++----
6332 drivers/xen/xenfs/xenstored.c | 5 +
6333 firmware/Makefile | 2 +
6334 firmware/WHENCE | 20 +-
6335 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
6336 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
6337 fs/attr.c | 4 +
6338 fs/autofs4/waitq.c | 9 +
6339 fs/binfmt_aout.c | 7 +
6340 fs/binfmt_elf.c | 40 +-
6341 fs/compat.c | 20 +-
6342 fs/coredump.c | 17 +-
6343 fs/dcache.c | 3 +
6344 fs/debugfs/inode.c | 19 +-
6345 fs/exec.c | 243 +-
6346 fs/ext2/balloc.c | 4 +-
6347 fs/ext2/super.c | 8 +-
6348 fs/ext4/balloc.c | 4 +-
6349 fs/ext4/extents.c | 2 +-
6350 fs/fcntl.c | 4 +
6351 fs/fhandle.c | 3 +-
6352 fs/file.c | 4 +
6353 fs/filesystems.c | 4 +
6354 fs/fs_struct.c | 20 +-
6355 fs/hugetlbfs/inode.c | 5 +-
6356 fs/inode.c | 8 +-
6357 fs/ioctl.c | 1 +
6358 fs/kernfs/dir.c | 6 +
6359 fs/mount.h | 4 +-
6360 fs/namei.c | 290 +-
6361 fs/namespace.c | 24 +
6362 fs/nfsd/nfscache.c | 2 +-
6363 fs/open.c | 38 +
6364 fs/overlayfs/inode.c | 3 +
6365 fs/overlayfs/super.c | 6 +-
6366 fs/pipe.c | 2 +-
6367 fs/posix_acl.c | 15 +-
6368 fs/proc/Kconfig | 10 +-
6369 fs/proc/array.c | 67 +-
6370 fs/proc/base.c | 193 +-
6371 fs/proc/cmdline.c | 4 +
6372 fs/proc/devices.c | 4 +
6373 fs/proc/fd.c | 13 +-
6374 fs/proc/generic.c | 64 +
6375 fs/proc/inode.c | 17 +
6376 fs/proc/internal.h | 18 +-
6377 fs/proc/interrupts.c | 4 +
6378 fs/proc/kcore.c | 3 +
6379 fs/proc/proc_net.c | 31 +
6380 fs/proc/proc_sysctl.c | 50 +-
6381 fs/proc/root.c | 8 +
6382 fs/proc/stat.c | 69 +-
6383 fs/proc/task_mmu.c | 85 +-
6384 fs/proc/task_nommu.c | 2 +-
6385 fs/readdir.c | 19 +
6386 fs/reiserfs/item_ops.c | 24 +-
6387 fs/reiserfs/super.c | 4 +
6388 fs/select.c | 2 +
6389 fs/seq_file.c | 31 +-
6390 fs/stat.c | 20 +-
6391 fs/sysfs/dir.c | 30 +-
6392 fs/utimes.c | 7 +
6393 fs/xattr.c | 26 +-
6394 fs/xfs/xfs_ioctl.c | 6 +
6395 grsecurity/Kconfig | 1205 ++++
6396 grsecurity/Makefile | 54 +
6397 grsecurity/gracl.c | 2773 +++++++++
6398 grsecurity/gracl_alloc.c | 105 +
6399 grsecurity/gracl_cap.c | 96 +
6400 grsecurity/gracl_compat.c | 269 +
6401 grsecurity/gracl_fs.c | 448 ++
6402 grsecurity/gracl_ip.c | 387 ++
6403 grsecurity/gracl_learn.c | 209 +
6404 grsecurity/gracl_policy.c | 1784 ++++++
6405 grsecurity/gracl_res.c | 74 +
6406 grsecurity/gracl_segv.c | 306 +
6407 grsecurity/gracl_shm.c | 40 +
6408 grsecurity/grsec_chdir.c | 19 +
6409 grsecurity/grsec_chroot.c | 506 ++
6410 grsecurity/grsec_disabled.c | 445 ++
6411 grsecurity/grsec_exec.c | 188 +
6412 grsecurity/grsec_fifo.c | 26 +
6413 grsecurity/grsec_fork.c | 23 +
6414 grsecurity/grsec_init.c | 294 +
6415 grsecurity/grsec_ipc.c | 48 +
6416 grsecurity/grsec_link.c | 65 +
6417 grsecurity/grsec_log.c | 340 +
6418 grsecurity/grsec_mem.c | 48 +
6419 grsecurity/grsec_mount.c | 65 +
6420 grsecurity/grsec_pax.c | 47 +
6421 grsecurity/grsec_proc.c | 20 +
6422 grsecurity/grsec_ptrace.c | 30 +
6423 grsecurity/grsec_sig.c | 248 +
6424 grsecurity/grsec_sock.c | 244 +
6425 grsecurity/grsec_sysctl.c | 497 ++
6426 grsecurity/grsec_time.c | 16 +
6427 grsecurity/grsec_tpe.c | 78 +
6428 grsecurity/grsec_tty.c | 18 +
6429 grsecurity/grsec_usb.c | 15 +
6430 grsecurity/grsum.c | 56 +
6431 include/asm-generic/atomic-long.h | 2 +
6432 include/asm-generic/atomic64.h | 1 +
6433 include/asm-generic/pgtable-nopmd.h | 1 +
6434 include/linux/atomic.h | 23 +
6435 include/linux/binfmts.h | 5 +-
6436 include/linux/capability.h | 13 +
6437 include/linux/cdev.h | 2 +-
6438 include/linux/compiler-gcc.h | 5 +
6439 include/linux/compiler.h | 8 +
6440 include/linux/cred.h | 8 +-
6441 include/linux/dcache.h | 5 +-
6442 include/linux/fs.h | 26 +-
6443 include/linux/fs_struct.h | 2 +-
6444 include/linux/fsnotify.h | 6 +
6445 include/linux/gracl.h | 342 ++
6446 include/linux/gracl_compat.h | 156 +
6447 include/linux/gralloc.h | 9 +
6448 include/linux/grdefs.h | 140 +
6449 include/linux/grinternal.h | 231 +
6450 include/linux/grmsg.h | 120 +
6451 include/linux/grsecurity.h | 259 +
6452 include/linux/grsock.h | 19 +
6453 include/linux/ipc.h | 2 +-
6454 include/linux/ipc_namespace.h | 2 +-
6455 include/linux/kallsyms.h | 18 +-
6456 include/linux/key-type.h | 4 +-
6457 include/linux/kmod.h | 5 +
6458 include/linux/kobject.h | 2 +-
6459 include/linux/lsm_hooks.h | 4 +-
6460 include/linux/mm.h | 12 +
6461 include/linux/mm_types.h | 4 +-
6462 include/linux/module.h | 5 +-
6463 include/linux/mount.h | 2 +-
6464 include/linux/msg.h | 2 +-
6465 include/linux/netfilter/xt_gradm.h | 9 +
6466 include/linux/path.h | 4 +-
6467 include/linux/perf_event.h | 13 +-
6468 include/linux/pid_namespace.h | 2 +-
6469 include/linux/printk.h | 3 +-
6470 include/linux/proc_fs.h | 22 +-
6471 include/linux/proc_ns.h | 2 +-
6472 include/linux/random.h | 2 +-
6473 include/linux/rbtree_augmented.h | 4 +-
6474 include/linux/scatterlist.h | 12 +-
6475 include/linux/sched.h | 135 +-
6476 include/linux/security.h | 1 +
6477 include/linux/sem.h | 2 +-
6478 include/linux/seq_file.h | 5 +
6479 include/linux/shm.h | 6 +-
6480 include/linux/skbuff.h | 3 +
6481 include/linux/slab.h | 9 -
6482 include/linux/sysctl.h | 8 +-
6483 include/linux/thread_info.h | 6 +-
6484 include/linux/tty.h | 2 +-
6485 include/linux/tty_driver.h | 4 +-
6486 include/linux/uidgid.h | 6 +
6487 include/linux/user_namespace.h | 2 +-
6488 include/linux/utsname.h | 2 +-
6489 include/linux/vermagic.h | 16 +-
6490 include/linux/vmalloc.h | 8 +
6491 include/net/af_unix.h | 2 +-
6492 include/net/ip.h | 2 +-
6493 include/net/neighbour.h | 2 +-
6494 include/net/net_namespace.h | 2 +-
6495 include/net/sock.h | 2 +-
6496 include/trace/events/fs.h | 53 +
6497 include/uapi/linux/personality.h | 1 +
6498 init/Kconfig | 7 +-
6499 init/main.c | 48 +
6500 ipc/mqueue.c | 1 +
6501 ipc/msg.c | 3 +-
6502 ipc/msgutil.c | 4 +-
6503 ipc/sem.c | 3 +-
6504 ipc/shm.c | 26 +-
6505 ipc/util.c | 6 +
6506 kernel/auditsc.c | 2 +-
6507 kernel/bpf/syscall.c | 10 +-
6508 kernel/capability.c | 41 +-
6509 kernel/cgroup.c | 5 +-
6510 kernel/compat.c | 1 +
6511 kernel/configs.c | 11 +
6512 kernel/cred.c | 112 +-
6513 kernel/events/core.c | 14 +-
6514 kernel/exit.c | 10 +-
6515 kernel/fork.c | 93 +-
6516 kernel/futex.c | 4 +-
6517 kernel/kallsyms.c | 9 +
6518 kernel/kcmp.c | 4 +
6519 kernel/kexec_core.c | 2 +-
6520 kernel/kmod.c | 96 +-
6521 kernel/kprobes.c | 9 +-
6522 kernel/ksysfs.c | 2 +
6523 kernel/locking/lockdep_proc.c | 10 +-
6524 kernel/module.c | 108 +-
6525 kernel/panic.c | 6 +-
6526 kernel/pid.c | 18 +-
6527 kernel/power/Kconfig | 2 +
6528 kernel/printk/printk.c | 7 +-
6529 kernel/ptrace.c | 50 +-
6530 kernel/resource.c | 10 +
6531 kernel/sched/core.c | 8 +-
6532 kernel/sched/debug.c | 4 +
6533 kernel/signal.c | 37 +-
6534 kernel/sys.c | 64 +-
6535 kernel/sysctl.c | 174 +-
6536 kernel/taskstats.c | 6 +
6537 kernel/time/posix-timers.c | 8 +
6538 kernel/time/time.c | 5 +
6539 kernel/time/timekeeping.c | 3 +
6540 kernel/time/timer_list.c | 13 +-
6541 kernel/time/timer_stats.c | 10 +-
6542 kernel/trace/Kconfig | 6 +
6543 kernel/trace/trace_syscalls.c | 8 +
6544 kernel/user_namespace.c | 15 +
6545 lib/Kconfig.debug | 13 +-
6546 lib/is_single_threaded.c | 3 +
6547 lib/list_debug.c | 65 +-
6548 lib/nlattr.c | 2 +
6549 lib/rbtree.c | 4 +-
6550 lib/vsprintf.c | 42 +-
6551 localversion-grsec | 1 +
6552 mm/Kconfig | 8 +-
6553 mm/Kconfig.debug | 1 +
6554 mm/filemap.c | 1 +
6555 mm/hugetlb.c | 12 +
6556 mm/kmemleak.c | 4 +-
6557 mm/memory.c | 2 +-
6558 mm/mempolicy.c | 12 +-
6559 mm/migrate.c | 3 +-
6560 mm/mlock.c | 9 +
6561 mm/mmap.c | 118 +-
6562 mm/mprotect.c | 8 +
6563 mm/page_alloc.c | 2 +-
6564 mm/process_vm_access.c | 6 +
6565 mm/shmem.c | 2 +-
6566 mm/slab.c | 14 +-
6567 mm/slab_common.c | 2 +-
6568 mm/slob.c | 12 +
6569 mm/slub.c | 33 +-
6570 mm/util.c | 3 +
6571 mm/vmalloc.c | 84 +-
6572 mm/vmstat.c | 29 +-
6573 net/appletalk/atalk_proc.c | 2 +-
6574 net/atm/lec.c | 6 +-
6575 net/atm/mpoa_caches.c | 43 +-
6576 net/can/bcm.c | 2 +-
6577 net/can/proc.c | 2 +-
6578 net/core/dev_ioctl.c | 7 +-
6579 net/core/filter.c | 8 +-
6580 net/core/net-procfs.c | 17 +-
6581 net/core/pktgen.c | 2 +-
6582 net/core/sock.c | 23 +-
6583 net/core/sysctl_net_core.c | 2 +-
6584 net/decnet/dn_dev.c | 2 +-
6585 net/ipv4/devinet.c | 6 +-
6586 net/ipv4/inet_hashtables.c | 6 +
6587 net/ipv4/ip_input.c | 7 +
6588 net/ipv4/ip_sockglue.c | 3 +-
6589 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
6590 net/ipv4/route.c | 6 +-
6591 net/ipv4/tcp_input.c | 6 +-
6592 net/ipv4/tcp_ipv4.c | 24 +-
6593 net/ipv4/tcp_minisocks.c | 9 +-
6594 net/ipv4/tcp_timer.c | 11 +
6595 net/ipv4/udp.c | 23 +
6596 net/ipv6/addrconf.c | 13 +-
6597 net/ipv6/proc.c | 2 +-
6598 net/ipv6/tcp_ipv6.c | 23 +-
6599 net/ipv6/udp.c | 7 +
6600 net/ipx/ipx_proc.c | 2 +-
6601 net/irda/irproc.c | 2 +-
6602 net/llc/llc_proc.c | 2 +-
6603 net/netfilter/Kconfig | 10 +
6604 net/netfilter/Makefile | 1 +
6605 net/netfilter/xt_gradm.c | 51 +
6606 net/netfilter/xt_hashlimit.c | 4 +-
6607 net/netfilter/xt_recent.c | 2 +-
6608 net/socket.c | 75 +-
6609 net/sunrpc/Kconfig | 1 +
6610 net/sunrpc/cache.c | 2 +-
6611 net/sunrpc/stats.c | 2 +-
6612 net/sysctl_net.c | 2 +-
6613 net/unix/af_unix.c | 52 +-
6614 net/vmw_vsock/vmci_transport_notify.c | 30 +-
6615 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
6616 net/x25/sysctl_net_x25.c | 2 +-
6617 net/x25/x25_proc.c | 2 +-
6618 scripts/Makefile.gcc-plugins | 7 +-
6619 scripts/gcc-plugins/.gitignore | 1 +
6620 scripts/gcc-plugins/Makefile | 10 +
6621 scripts/gcc-plugins/gen-random-seed.sh | 8 +
6622 scripts/gcc-plugins/randomize_layout_plugin.c | 940 +++
6623 .../size_overflow_plugin/size_overflow_hash.data | 296 +-
6624 scripts/package/Makefile | 2 +-
6625 scripts/package/mkspec | 41 +-
6626 security/Kconfig | 366 +-
6627 security/apparmor/file.c | 4 +-
6628 security/apparmor/lsm.c | 6 +-
6629 security/commoncap.c | 29 +
6630 security/keys/internal.h | 2 +-
6631 security/min_addr.c | 2 +
6632 security/tomoyo/file.c | 12 +-
6633 security/tomoyo/mount.c | 4 +
6634 security/tomoyo/tomoyo.c | 20 +-
6635 security/yama/Kconfig | 2 +-
6636 sound/synth/emux/emux_seq.c | 14 +-
6637 sound/usb/line6/driver.c | 40 +-
6638 sound/usb/line6/toneport.c | 12 +-
6639 511 files changed, 32801 insertions(+), 3213 deletions(-)
6640
6641 commit cb11f67628b6b8bd97c26b6223460789e4273364
6642 Author: Brad Spengler <spender@grsecurity.net>
6643 Date: Fri Aug 12 18:15:59 2016 -0400
6644
6645 Initial import of pax-linux-4.7-test3.patch
6646
6647 .gitignore | 1 +
6648 Documentation/dontdiff | 46 +-
6649 Documentation/kbuild/makefiles.txt | 39 +-
6650 Documentation/kernel-parameters.txt | 28 +
6651 Makefile | 20 +-
6652 arch/Kconfig | 14 +
6653 arch/alpha/include/asm/atomic.h | 10 +
6654 arch/alpha/include/asm/elf.h | 7 +
6655 arch/alpha/include/asm/pgalloc.h | 6 +
6656 arch/alpha/include/asm/pgtable.h | 11 +
6657 arch/alpha/kernel/module.c | 2 +-
6658 arch/alpha/kernel/osf_sys.c | 8 +-
6659 arch/alpha/mm/fault.c | 141 +-
6660 arch/arm/Kconfig | 6 +-
6661 arch/arm/boot/compressed/Makefile | 2 +
6662 arch/arm/include/asm/atomic.h | 323 +-
6663 arch/arm/include/asm/cache.h | 4 +-
6664 arch/arm/include/asm/cacheflush.h | 2 +-
6665 arch/arm/include/asm/checksum.h | 14 +-
6666 arch/arm/include/asm/cmpxchg.h | 4 +
6667 arch/arm/include/asm/cpuidle.h | 2 +-
6668 arch/arm/include/asm/domain.h | 42 +-
6669 arch/arm/include/asm/elf.h | 9 +-
6670 arch/arm/include/asm/fncpy.h | 2 +
6671 arch/arm/include/asm/futex.h | 1 +
6672 arch/arm/include/asm/kmap_types.h | 2 +-
6673 arch/arm/include/asm/mach/dma.h | 2 +-
6674 arch/arm/include/asm/mach/map.h | 16 +-
6675 arch/arm/include/asm/outercache.h | 2 +-
6676 arch/arm/include/asm/page.h | 3 +-
6677 arch/arm/include/asm/pgalloc.h | 20 +
6678 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
6679 arch/arm/include/asm/pgtable-2level.h | 3 +
6680 arch/arm/include/asm/pgtable-3level.h | 3 +
6681 arch/arm/include/asm/pgtable.h | 54 +-
6682 arch/arm/include/asm/smp.h | 2 +-
6683 arch/arm/include/asm/string.h | 10 +-
6684 arch/arm/include/asm/thread_info.h | 3 +
6685 arch/arm/include/asm/tls.h | 3 +
6686 arch/arm/include/asm/uaccess.h | 113 +-
6687 arch/arm/include/uapi/asm/ptrace.h | 2 +-
6688 arch/arm/kernel/armksyms.c | 2 +-
6689 arch/arm/kernel/cpuidle.c | 2 +-
6690 arch/arm/kernel/entry-armv.S | 109 +-
6691 arch/arm/kernel/entry-common.S | 40 +-
6692 arch/arm/kernel/entry-header.S | 55 +
6693 arch/arm/kernel/fiq.c | 3 +
6694 arch/arm/kernel/module-plts.c | 7 +-
6695 arch/arm/kernel/module.c | 38 +-
6696 arch/arm/kernel/patch.c | 2 +
6697 arch/arm/kernel/process.c | 86 +-
6698 arch/arm/kernel/reboot.c | 1 +
6699 arch/arm/kernel/setup.c | 20 +-
6700 arch/arm/kernel/signal.c | 35 +-
6701 arch/arm/kernel/smp.c | 2 +-
6702 arch/arm/kernel/tcm.c | 4 +-
6703 arch/arm/kernel/vmlinux.lds.S | 6 +-
6704 arch/arm/kvm/arm.c | 8 +-
6705 arch/arm/lib/copy_page.S | 1 +
6706 arch/arm/lib/csumpartialcopyuser.S | 4 +-
6707 arch/arm/lib/delay.c | 2 +-
6708 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
6709 arch/arm/mach-exynos/suspend.c | 6 +-
6710 arch/arm/mach-mmp/mmp2.c | 4 +-
6711 arch/arm/mach-mmp/pxa910.c | 4 +-
6712 arch/arm/mach-mvebu/coherency.c | 4 +-
6713 arch/arm/mach-omap2/board-n8x0.c | 2 +-
6714 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
6715 arch/arm/mach-omap2/omap-smp.c | 1 +
6716 arch/arm/mach-omap2/omap_device.c | 4 +-
6717 arch/arm/mach-omap2/omap_device.h | 4 +-
6718 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
6719 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
6720 arch/arm/mach-omap2/wd_timer.c | 6 +-
6721 arch/arm/mach-s3c64xx/mach-smdk6410.c | 2 +-
6722 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
6723 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
6724 arch/arm/mach-tegra/irq.c | 1 +
6725 arch/arm/mach-ux500/pm.c | 1 +
6726 arch/arm/mach-zynq/platsmp.c | 1 +
6727 arch/arm/mm/Kconfig | 6 +-
6728 arch/arm/mm/cache-l2x0.c | 2 +-
6729 arch/arm/mm/context.c | 10 +-
6730 arch/arm/mm/fault.c | 160 +
6731 arch/arm/mm/fault.h | 12 +
6732 arch/arm/mm/init.c | 39 +
6733 arch/arm/mm/ioremap.c | 4 +-
6734 arch/arm/mm/mmap.c | 36 +-
6735 arch/arm/mm/mmu.c | 162 +-
6736 arch/arm/net/bpf_jit_32.c | 3 +
6737 arch/arm/plat-iop/setup.c | 2 +-
6738 arch/arm/plat-omap/sram.c | 2 +
6739 arch/arm64/Kconfig | 1 +
6740 arch/arm64/include/asm/atomic.h | 10 +
6741 arch/arm64/include/asm/percpu.h | 8 +-
6742 arch/arm64/include/asm/pgalloc.h | 5 +
6743 arch/arm64/include/asm/string.h | 22 +-
6744 arch/arm64/include/asm/uaccess.h | 1 +
6745 arch/arm64/mm/dma-mapping.c | 2 +-
6746 arch/avr32/include/asm/elf.h | 8 +-
6747 arch/avr32/include/asm/kmap_types.h | 4 +-
6748 arch/avr32/mm/fault.c | 27 +
6749 arch/frv/include/asm/atomic.h | 10 +
6750 arch/frv/include/asm/kmap_types.h | 2 +-
6751 arch/frv/mm/elf-fdpic.c | 3 +-
6752 arch/ia64/Makefile | 1 +
6753 arch/ia64/include/asm/atomic.h | 10 +
6754 arch/ia64/include/asm/elf.h | 7 +
6755 arch/ia64/include/asm/pgalloc.h | 12 +
6756 arch/ia64/include/asm/pgtable.h | 13 +-
6757 arch/ia64/include/asm/spinlock.h | 2 +-
6758 arch/ia64/include/asm/uaccess.h | 27 +-
6759 arch/ia64/kernel/module.c | 20 +-
6760 arch/ia64/kernel/palinfo.c | 2 +-
6761 arch/ia64/kernel/sys_ia64.c | 7 +
6762 arch/ia64/kernel/vmlinux.lds.S | 2 +-
6763 arch/ia64/mm/fault.c | 32 +-
6764 arch/ia64/mm/init.c | 15 +-
6765 arch/m32r/lib/usercopy.c | 6 +
6766 arch/mips/Kbuild | 2 +-
6767 arch/mips/Kconfig | 1 +
6768 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
6769 arch/mips/include/asm/atomic.h | 372 +-
6770 arch/mips/include/asm/cache.h | 3 +-
6771 arch/mips/include/asm/elf.h | 7 +
6772 arch/mips/include/asm/exec.h | 2 +-
6773 arch/mips/include/asm/hw_irq.h | 2 +-
6774 arch/mips/include/asm/irq.h | 1 -
6775 arch/mips/include/asm/local.h | 57 +
6776 arch/mips/include/asm/page.h | 2 +-
6777 arch/mips/include/asm/pgalloc.h | 5 +
6778 arch/mips/include/asm/pgtable.h | 3 +
6779 arch/mips/include/asm/uaccess.h | 1 +
6780 arch/mips/kernel/binfmt_elfn32.c | 7 +
6781 arch/mips/kernel/binfmt_elfo32.c | 7 +
6782 arch/mips/kernel/irq-gt641xx.c | 2 +-
6783 arch/mips/kernel/irq.c | 6 +-
6784 arch/mips/kernel/pm-cps.c | 2 +-
6785 arch/mips/kernel/process.c | 12 -
6786 arch/mips/kernel/sync-r4k.c | 24 +-
6787 arch/mips/kernel/traps.c | 13 +-
6788 arch/mips/lib/ashldi3.c | 21 +-
6789 arch/mips/lib/ashrdi3.c | 19 +-
6790 arch/mips/lib/libgcc.h | 12 +-
6791 arch/mips/mm/fault.c | 25 +
6792 arch/mips/mm/init.c | 4 +-
6793 arch/mips/mm/mmap.c | 24 +-
6794 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
6795 arch/mips/sni/rm200.c | 2 +-
6796 arch/mips/vr41xx/common/icu.c | 2 +-
6797 arch/mips/vr41xx/common/irq.c | 4 +-
6798 arch/parisc/include/asm/atomic.h | 10 +
6799 arch/parisc/include/asm/elf.h | 7 +
6800 arch/parisc/include/asm/pgalloc.h | 6 +
6801 arch/parisc/include/asm/pgtable.h | 11 +
6802 arch/parisc/include/asm/uaccess.h | 4 +-
6803 arch/parisc/kernel/module.c | 26 +-
6804 arch/parisc/kernel/sys_parisc.c | 15 +
6805 arch/parisc/kernel/traps.c | 4 +-
6806 arch/parisc/mm/fault.c | 140 +-
6807 arch/powerpc/Kconfig | 1 +
6808 arch/powerpc/include/asm/atomic.h | 317 +-
6809 arch/powerpc/include/asm/book3s/32/hash.h | 1 +
6810 arch/powerpc/include/asm/book3s/64/pgalloc.h | 10 +
6811 arch/powerpc/include/asm/elf.h | 12 +
6812 arch/powerpc/include/asm/exec.h | 2 +-
6813 arch/powerpc/include/asm/kmap_types.h | 2 +-
6814 arch/powerpc/include/asm/local.h | 46 +
6815 arch/powerpc/include/asm/mman.h | 2 +-
6816 arch/powerpc/include/asm/nohash/64/pgalloc.h | 7 +
6817 arch/powerpc/include/asm/page.h | 8 +-
6818 arch/powerpc/include/asm/page_64.h | 7 +-
6819 arch/powerpc/include/asm/pgtable.h | 1 +
6820 arch/powerpc/include/asm/reg.h | 1 +
6821 arch/powerpc/include/asm/smp.h | 2 +-
6822 arch/powerpc/include/asm/spinlock.h | 42 +-
6823 arch/powerpc/include/asm/string.h | 18 +-
6824 arch/powerpc/include/asm/uaccess.h | 141 +-
6825 arch/powerpc/kernel/Makefile | 5 +
6826 arch/powerpc/kernel/exceptions-64e.S | 4 +-
6827 arch/powerpc/kernel/exceptions-64s.S | 2 +-
6828 arch/powerpc/kernel/module_32.c | 15 +-
6829 arch/powerpc/kernel/process.c | 7 -
6830 arch/powerpc/kernel/signal_32.c | 2 +-
6831 arch/powerpc/kernel/signal_64.c | 2 +-
6832 arch/powerpc/kernel/traps.c | 21 +
6833 arch/powerpc/kernel/vdso.c | 5 +-
6834 arch/powerpc/lib/usercopy_64.c | 18 -
6835 arch/powerpc/mm/fault.c | 56 +-
6836 arch/powerpc/mm/mmap.c | 16 +
6837 arch/powerpc/mm/slice.c | 21 +-
6838 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
6839 arch/s390/include/asm/atomic.h | 10 +
6840 arch/s390/include/asm/elf.h | 7 +
6841 arch/s390/include/asm/exec.h | 2 +-
6842 arch/s390/include/asm/uaccess.h | 13 +-
6843 arch/s390/kernel/module.c | 22 +-
6844 arch/s390/kernel/process.c | 7 -
6845 arch/s390/mm/mmap.c | 22 +-
6846 arch/score/include/asm/exec.h | 2 +-
6847 arch/score/kernel/process.c | 5 -
6848 arch/sh/mm/mmap.c | 28 +-
6849 arch/sparc/Kconfig | 1 +
6850 arch/sparc/include/asm/atomic_64.h | 116 +-
6851 arch/sparc/include/asm/cache.h | 2 +-
6852 arch/sparc/include/asm/elf_32.h | 7 +
6853 arch/sparc/include/asm/elf_64.h | 7 +
6854 arch/sparc/include/asm/pgalloc_32.h | 1 +
6855 arch/sparc/include/asm/pgalloc_64.h | 1 +
6856 arch/sparc/include/asm/pgtable.h | 4 +
6857 arch/sparc/include/asm/pgtable_32.h | 15 +-
6858 arch/sparc/include/asm/pgtsrmmu.h | 5 +
6859 arch/sparc/include/asm/setup.h | 4 +-
6860 arch/sparc/include/asm/spinlock_64.h | 35 +-
6861 arch/sparc/include/asm/thread_info_32.h | 1 +
6862 arch/sparc/include/asm/thread_info_64.h | 2 +
6863 arch/sparc/include/asm/uaccess.h | 1 +
6864 arch/sparc/include/asm/uaccess_32.h | 28 +-
6865 arch/sparc/include/asm/uaccess_64.h | 24 +-
6866 arch/sparc/kernel/Makefile | 2 +-
6867 arch/sparc/kernel/prom_common.c | 2 +-
6868 arch/sparc/kernel/smp_64.c | 8 +-
6869 arch/sparc/kernel/sys_sparc_32.c | 2 +-
6870 arch/sparc/kernel/sys_sparc_64.c | 58 +-
6871 arch/sparc/kernel/traps_64.c | 27 +-
6872 arch/sparc/lib/Makefile | 2 +-
6873 arch/sparc/lib/atomic_64.S | 57 +-
6874 arch/sparc/lib/ksyms.c | 6 +-
6875 arch/sparc/mm/Makefile | 2 +-
6876 arch/sparc/mm/fault_32.c | 292 +
6877 arch/sparc/mm/fault_64.c | 486 +
6878 arch/sparc/mm/hugetlbpage.c | 30 +-
6879 arch/sparc/mm/init_64.c | 10 +-
6880 arch/tile/include/asm/atomic_64.h | 10 +
6881 arch/tile/include/asm/uaccess.h | 4 +-
6882 arch/um/Makefile | 2 +
6883 arch/um/include/asm/kmap_types.h | 2 +-
6884 arch/um/include/asm/page.h | 3 +
6885 arch/um/include/asm/pgtable-3level.h | 1 +
6886 arch/um/kernel/process.c | 16 -
6887 arch/x86/Kconfig | 33 +-
6888 arch/x86/Kconfig.cpu | 6 +-
6889 arch/x86/Kconfig.debug | 3 +-
6890 arch/x86/Makefile | 13 +-
6891 arch/x86/boot/bitops.h | 4 +-
6892 arch/x86/boot/boot.h | 2 +-
6893 arch/x86/boot/compressed/Makefile | 17 +
6894 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
6895 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
6896 arch/x86/boot/compressed/head_32.S | 4 +-
6897 arch/x86/boot/compressed/head_64.S | 12 +-
6898 arch/x86/boot/compressed/misc.c | 19 +-
6899 arch/x86/boot/compressed/pagetable.c | 1 +
6900 arch/x86/boot/cpucheck.c | 16 +-
6901 arch/x86/boot/header.S | 7 +-
6902 arch/x86/boot/memory.c | 2 +-
6903 arch/x86/boot/video-vesa.c | 1 +
6904 arch/x86/boot/video.c | 2 +-
6905 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
6906 arch/x86/crypto/aesni-intel_asm.S | 116 +-
6907 arch/x86/crypto/aesni-intel_glue.c | 4 +-
6908 arch/x86/crypto/blowfish-x86_64-asm_64.S | 11 +-
6909 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 22 +-
6910 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 22 +-
6911 arch/x86/crypto/camellia-x86_64-asm_64.S | 11 +-
6912 arch/x86/crypto/camellia_aesni_avx2_glue.c | 18 +-
6913 arch/x86/crypto/camellia_aesni_avx_glue.c | 18 +-
6914 arch/x86/crypto/camellia_glue.c | 8 +-
6915 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 55 +-
6916 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 37 +-
6917 arch/x86/crypto/cast6_avx_glue.c | 16 +-
6918 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 2 +
6919 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
6920 arch/x86/crypto/glue_helper.c | 2 +-
6921 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
6922 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 21 +-
6923 arch/x86/crypto/serpent-avx2-asm_64.S | 21 +-
6924 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
6925 arch/x86/crypto/serpent_avx2_glue.c | 14 +-
6926 arch/x86/crypto/serpent_avx_glue.c | 18 +-
6927 arch/x86/crypto/serpent_sse2_glue.c | 4 +-
6928 arch/x86/crypto/sha-mb/sha1_mb_mgr_flush_avx2.S | 4 +-
6929 arch/x86/crypto/sha-mb/sha1_mb_mgr_submit_avx2.S | 2 +-
6930 arch/x86/crypto/sha1_ssse3_asm.S | 13 +-
6931 arch/x86/crypto/sha1_ssse3_glue.c | 56 +-
6932 arch/x86/crypto/sha256-avx-asm.S | 5 +-
6933 arch/x86/crypto/sha256-avx2-asm.S | 5 +-
6934 arch/x86/crypto/sha256-ssse3-asm.S | 6 +-
6935 arch/x86/crypto/sha256_ni_asm.S | 2 +-
6936 arch/x86/crypto/sha256_ssse3_glue.c | 26 +-
6937 arch/x86/crypto/sha512-avx-asm.S | 5 +-
6938 arch/x86/crypto/sha512-avx2-asm.S | 5 +-
6939 arch/x86/crypto/sha512-ssse3-asm.S | 5 +-
6940 arch/x86/crypto/sha512_ssse3_glue.c | 22 +-
6941 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 37 +-
6942 arch/x86/crypto/twofish-i586-asm_32.S | 4 +-
6943 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 6 +-
6944 arch/x86/crypto/twofish-x86_64-asm_64.S | 7 +-
6945 arch/x86/crypto/twofish_avx_glue.c | 21 +-
6946 arch/x86/crypto/twofish_glue.c | 4 +-
6947 arch/x86/crypto/twofish_glue_3way.c | 12 +-
6948 arch/x86/entry/Makefile | 2 +
6949 arch/x86/entry/calling.h | 86 +-
6950 arch/x86/entry/common.c | 89 +-
6951 arch/x86/entry/entry_32.S | 330 +-
6952 arch/x86/entry/entry_64.S | 593 +-
6953 arch/x86/entry/entry_64_compat.S | 110 +-
6954 arch/x86/entry/thunk_64.S | 2 +
6955 arch/x86/entry/vdso/Makefile | 5 +-
6956 arch/x86/entry/vdso/vclock_gettime.c | 2 +-
6957 arch/x86/entry/vdso/vdso2c.h | 4 +-
6958 arch/x86/entry/vdso/vma.c | 42 +-
6959 arch/x86/entry/vsyscall/vsyscall_64.c | 20 +-
6960 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 3 +-
6961 arch/x86/events/amd/iommu.c | 8 +-
6962 arch/x86/events/core.c | 8 +-
6963 arch/x86/events/intel/bts.c | 6 +-
6964 arch/x86/events/intel/core.c | 34 +-
6965 arch/x86/events/intel/cqm.c | 14 +-
6966 arch/x86/events/intel/cstate.c | 6 +-
6967 arch/x86/events/intel/ds.c | 7 +-
6968 arch/x86/events/intel/lbr.c | 4 +-
6969 arch/x86/events/intel/pt.c | 38 +-
6970 arch/x86/events/intel/rapl.c | 8 +-
6971 arch/x86/events/intel/uncore.c | 6 +-
6972 arch/x86/events/intel/uncore.h | 14 +-
6973 arch/x86/events/perf_event.h | 2 +-
6974 arch/x86/ia32/ia32_signal.c | 23 +-
6975 arch/x86/ia32/sys_ia32.c | 42 +-
6976 arch/x86/include/asm/alternative-asm.h | 43 +-
6977 arch/x86/include/asm/alternative.h | 4 +-
6978 arch/x86/include/asm/apic.h | 2 +-
6979 arch/x86/include/asm/apm.h | 4 +-
6980 arch/x86/include/asm/atomic.h | 230 +-
6981 arch/x86/include/asm/atomic64_32.h | 131 +
6982 arch/x86/include/asm/atomic64_64.h | 169 +-
6983 arch/x86/include/asm/bitops.h | 18 +-
6984 arch/x86/include/asm/boot.h | 2 +-
6985 arch/x86/include/asm/cache.h | 4 +-
6986 arch/x86/include/asm/checksum_32.h | 12 +-
6987 arch/x86/include/asm/cmpxchg.h | 39 +
6988 arch/x86/include/asm/compat.h | 4 +
6989 arch/x86/include/asm/cpufeature.h | 2 +-
6990 arch/x86/include/asm/cpufeatures.h | 5 +-
6991 arch/x86/include/asm/crypto/camellia.h | 30 +-
6992 arch/x86/include/asm/crypto/glue_helper.h | 10 +-
6993 arch/x86/include/asm/crypto/serpent-avx.h | 18 +-
6994 arch/x86/include/asm/crypto/serpent-sse2.h | 8 +-
6995 arch/x86/include/asm/crypto/twofish.h | 10 +-
6996 arch/x86/include/asm/desc.h | 78 +-
6997 arch/x86/include/asm/desc_defs.h | 6 +
6998 arch/x86/include/asm/div64.h | 2 +-
6999 arch/x86/include/asm/dma.h | 2 +
7000 arch/x86/include/asm/efi.h | 5 +
7001 arch/x86/include/asm/elf.h | 33 +-
7002 arch/x86/include/asm/emergency-restart.h | 2 +-
7003 arch/x86/include/asm/fixmap.h | 2 +-
7004 arch/x86/include/asm/fpu/internal.h | 38 +-
7005 arch/x86/include/asm/fpu/types.h | 5 +-
7006 arch/x86/include/asm/futex.h | 14 +-
7007 arch/x86/include/asm/hw_irq.h | 4 +-
7008 arch/x86/include/asm/hypervisor.h | 2 +-
7009 arch/x86/include/asm/i8259.h | 2 +-
7010 arch/x86/include/asm/io.h | 22 +-
7011 arch/x86/include/asm/irqflags.h | 5 +
7012 arch/x86/include/asm/kprobes.h | 2 +-
7013 arch/x86/include/asm/kvm_emulate.h | 7 +-
7014 arch/x86/include/asm/local.h | 106 +-
7015 arch/x86/include/asm/mce.h | 2 +-
7016 arch/x86/include/asm/mman.h | 15 +
7017 arch/x86/include/asm/mmu.h | 14 +-
7018 arch/x86/include/asm/mmu_context.h | 33 +-
7019 arch/x86/include/asm/module.h | 23 +-
7020 arch/x86/include/asm/nmi.h | 19 +-
7021 arch/x86/include/asm/page.h | 2 +
7022 arch/x86/include/asm/page_32.h | 12 +-
7023 arch/x86/include/asm/page_64.h | 14 +-
7024 arch/x86/include/asm/paravirt.h | 46 +-
7025 arch/x86/include/asm/paravirt_types.h | 13 +-
7026 arch/x86/include/asm/pgalloc.h | 23 +
7027 arch/x86/include/asm/pgtable-2level.h | 2 +
7028 arch/x86/include/asm/pgtable-3level.h | 7 +
7029 arch/x86/include/asm/pgtable.h | 128 +-
7030 arch/x86/include/asm/pgtable_32.h | 14 +-
7031 arch/x86/include/asm/pgtable_32_types.h | 24 +-
7032 arch/x86/include/asm/pgtable_64.h | 23 +-
7033 arch/x86/include/asm/pgtable_64_types.h | 5 +
7034 arch/x86/include/asm/pgtable_types.h | 27 +-
7035 arch/x86/include/asm/pmem.h | 2 +-
7036 arch/x86/include/asm/preempt.h | 2 +-
7037 arch/x86/include/asm/processor.h | 57 +-
7038 arch/x86/include/asm/ptrace.h | 15 +-
7039 arch/x86/include/asm/realmode.h | 4 +-
7040 arch/x86/include/asm/reboot.h | 10 +-
7041 arch/x86/include/asm/rmwcc.h | 84 +-
7042 arch/x86/include/asm/rwsem.h | 63 +-
7043 arch/x86/include/asm/segment.h | 27 +-
7044 arch/x86/include/asm/smap.h | 43 +
7045 arch/x86/include/asm/smp.h | 14 +-
7046 arch/x86/include/asm/stackprotector.h | 4 +-
7047 arch/x86/include/asm/stacktrace.h | 34 +-
7048 arch/x86/include/asm/string_32.h | 20 +-
7049 arch/x86/include/asm/string_64.h | 16 +-
7050 arch/x86/include/asm/switch_to.h | 4 +-
7051 arch/x86/include/asm/sys_ia32.h | 6 +-
7052 arch/x86/include/asm/thread_info.h | 54 +-
7053 arch/x86/include/asm/tlbflush.h | 77 +-
7054 arch/x86/include/asm/traps.h | 4 +-
7055 arch/x86/include/asm/uaccess.h | 210 +-
7056 arch/x86/include/asm/uaccess_32.h | 28 +-
7057 arch/x86/include/asm/uaccess_64.h | 170 +-
7058 arch/x86/include/asm/word-at-a-time.h | 2 +-
7059 arch/x86/include/asm/x86_init.h | 8 +-
7060 arch/x86/include/asm/xen/page.h | 2 +-
7061 arch/x86/include/uapi/asm/e820.h | 2 +-
7062 arch/x86/kernel/Makefile | 2 +-
7063 arch/x86/kernel/acpi/boot.c | 4 +-
7064 arch/x86/kernel/acpi/sleep.c | 4 +
7065 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
7066 arch/x86/kernel/alternative.c | 113 +-
7067 arch/x86/kernel/apic/apic.c | 4 +-
7068 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
7069 arch/x86/kernel/apic/apic_noop.c | 2 +-
7070 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
7071 arch/x86/kernel/apic/io_apic.c | 10 +-
7072 arch/x86/kernel/apic/msi.c | 2 +-
7073 arch/x86/kernel/apic/probe_32.c | 4 +-
7074 arch/x86/kernel/apic/vector.c | 2 +
7075 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
7076 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
7077 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
7078 arch/x86/kernel/apm_32.c | 21 +-
7079 arch/x86/kernel/asm-offsets.c | 21 +
7080 arch/x86/kernel/cpu/Makefile | 4 -
7081 arch/x86/kernel/cpu/amd.c | 2 +-
7082 arch/x86/kernel/cpu/bugs_64.c | 2 +
7083 arch/x86/kernel/cpu/common.c | 206 +-
7084 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
7085 arch/x86/kernel/cpu/mcheck/mce.c | 38 +-
7086 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
7087 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
7088 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
7089 arch/x86/kernel/cpu/mshyperv.c | 2 +-
7090 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
7091 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
7092 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
7093 arch/x86/kernel/cpu/vmware.c | 2 +-
7094 arch/x86/kernel/crash_dump_64.c | 2 +-
7095 arch/x86/kernel/doublefault.c | 8 +-
7096 arch/x86/kernel/dumpstack.c | 14 +-
7097 arch/x86/kernel/dumpstack_32.c | 23 +-
7098 arch/x86/kernel/dumpstack_64.c | 70 +-
7099 arch/x86/kernel/e820.c | 4 +-
7100 arch/x86/kernel/early_printk.c | 1 +
7101 arch/x86/kernel/espfix_64.c | 44 +-
7102 arch/x86/kernel/fpu/core.c | 30 +-
7103 arch/x86/kernel/fpu/init.c | 49 +-
7104 arch/x86/kernel/fpu/regset.c | 22 +-
7105 arch/x86/kernel/fpu/signal.c | 20 +-
7106 arch/x86/kernel/fpu/xstate.c | 12 +-
7107 arch/x86/kernel/ftrace.c | 18 +-
7108 arch/x86/kernel/head64.c | 14 +-
7109 arch/x86/kernel/head_32.S | 236 +-
7110 arch/x86/kernel/head_64.S | 179 +-
7111 arch/x86/kernel/i386_ksyms_32.c | 12 +
7112 arch/x86/kernel/i8259.c | 10 +-
7113 arch/x86/kernel/io_delay.c | 2 +-
7114 arch/x86/kernel/ioport.c | 2 +-
7115 arch/x86/kernel/irq.c | 8 +-
7116 arch/x86/kernel/irq_32.c | 43 +-
7117 arch/x86/kernel/jump_label.c | 10 +-
7118 arch/x86/kernel/kgdb.c | 21 +-
7119 arch/x86/kernel/kprobes/core.c | 28 +-
7120 arch/x86/kernel/kprobes/opt.c | 16 +-
7121 arch/x86/kernel/ksysfs.c | 2 +-
7122 arch/x86/kernel/kvm.c | 2 +-
7123 arch/x86/kernel/kvmclock.c | 20 +-
7124 arch/x86/kernel/ldt.c | 25 +
7125 arch/x86/kernel/machine_kexec_32.c | 6 +-
7126 arch/x86/kernel/mcount_64.S | 21 +-
7127 arch/x86/kernel/module.c | 78 +-
7128 arch/x86/kernel/msr.c | 2 +-
7129 arch/x86/kernel/nmi.c | 34 +-
7130 arch/x86/kernel/nmi_selftest.c | 4 +-
7131 arch/x86/kernel/paravirt-spinlocks.c | 24 +-
7132 arch/x86/kernel/paravirt.c | 133 +-
7133 arch/x86/kernel/paravirt_patch_64.c | 8 +
7134 arch/x86/kernel/pci-calgary_64.c | 2 +-
7135 arch/x86/kernel/pci-iommu_table.c | 2 +-
7136 arch/x86/kernel/pci-swiotlb.c | 2 +-
7137 arch/x86/kernel/process.c | 80 +-
7138 arch/x86/kernel/process_32.c | 29 +-
7139 arch/x86/kernel/process_64.c | 14 +-
7140 arch/x86/kernel/ptrace.c | 20 +-
7141 arch/x86/kernel/pvclock.c | 8 +-
7142 arch/x86/kernel/reboot.c | 44 +-
7143 arch/x86/kernel/reboot_fixups_32.c | 2 +-
7144 arch/x86/kernel/relocate_kernel_64.S | 3 +-
7145 arch/x86/kernel/setup.c | 29 +-
7146 arch/x86/kernel/setup_percpu.c | 29 +-
7147 arch/x86/kernel/signal.c | 17 +-
7148 arch/x86/kernel/smp.c | 2 +-
7149 arch/x86/kernel/smpboot.c | 29 +-
7150 arch/x86/kernel/step.c | 6 +-
7151 arch/x86/kernel/sys_i386_32.c | 184 +
7152 arch/x86/kernel/sys_x86_64.c | 28 +-
7153 arch/x86/kernel/tboot.c | 22 +-
7154 arch/x86/kernel/time.c | 8 +-
7155 arch/x86/kernel/tls.c | 7 +-
7156 arch/x86/kernel/tracepoint.c | 4 +-
7157 arch/x86/kernel/traps.c | 64 +-
7158 arch/x86/kernel/tsc.c | 2 +-
7159 arch/x86/kernel/uprobes.c | 4 +-
7160 arch/x86/kernel/vm86_32.c | 6 +-
7161 arch/x86/kernel/vmlinux.lds.S | 144 +-
7162 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
7163 arch/x86/kernel/x86_init.c | 6 +-
7164 arch/x86/kvm/cpuid.c | 21 +-
7165 arch/x86/kvm/emulate.c | 20 +-
7166 arch/x86/kvm/i8259.c | 10 +-
7167 arch/x86/kvm/ioapic.c | 2 +
7168 arch/x86/kvm/lapic.c | 2 +-
7169 arch/x86/kvm/paging_tmpl.h | 2 +-
7170 arch/x86/kvm/svm.c | 10 +-
7171 arch/x86/kvm/vmx.c | 60 +-
7172 arch/x86/kvm/x86.c | 44 +-
7173 arch/x86/lguest/boot.c | 3 +-
7174 arch/x86/lib/atomic64_386_32.S | 164 +
7175 arch/x86/lib/atomic64_cx8_32.S | 98 +-
7176 arch/x86/lib/checksum_32.S | 99 +-
7177 arch/x86/lib/clear_page_64.S | 3 +
7178 arch/x86/lib/cmpxchg16b_emu.S | 3 +
7179 arch/x86/lib/copy_page_64.S | 14 +-
7180 arch/x86/lib/copy_user_64.S | 66 +-
7181 arch/x86/lib/csum-copy_64.S | 14 +-
7182 arch/x86/lib/csum-wrappers_64.c | 8 +-
7183 arch/x86/lib/getuser.S | 74 +-
7184 arch/x86/lib/insn.c | 8 +-
7185 arch/x86/lib/iomap_copy_64.S | 2 +
7186 arch/x86/lib/memcpy_64.S | 6 +
7187 arch/x86/lib/memmove_64.S | 3 +-
7188 arch/x86/lib/memset_64.S | 3 +
7189 arch/x86/lib/mmx_32.c | 243 +-
7190 arch/x86/lib/msr-reg.S | 2 +
7191 arch/x86/lib/putuser.S | 87 +-
7192 arch/x86/lib/rwsem.S | 4 +
7193 arch/x86/lib/usercopy_32.c | 359 +-
7194 arch/x86/lib/usercopy_64.c | 22 +-
7195 arch/x86/math-emu/fpu_aux.c | 2 +-
7196 arch/x86/math-emu/fpu_entry.c | 4 +-
7197 arch/x86/math-emu/fpu_etc.c | 9 +-
7198 arch/x86/math-emu/fpu_system.h | 2 +-
7199 arch/x86/math-emu/fpu_trig.c | 13 +-
7200 arch/x86/math-emu/reg_constant.c | 7 +-
7201 arch/x86/mm/Makefile | 3 +
7202 arch/x86/mm/dump_pagetables.c | 32 +-
7203 arch/x86/mm/extable.c | 20 +-
7204 arch/x86/mm/fault.c | 572 +-
7205 arch/x86/mm/gup.c | 6 +-
7206 arch/x86/mm/highmem_32.c | 6 +
7207 arch/x86/mm/hugetlbpage.c | 24 +-
7208 arch/x86/mm/init.c | 19 +-
7209 arch/x86/mm/init_32.c | 156 +-
7210 arch/x86/mm/init_64.c | 106 +-
7211 arch/x86/mm/iomap_32.c | 4 +
7212 arch/x86/mm/ioremap.c | 54 +-
7213 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
7214 arch/x86/mm/mmap.c | 46 +-
7215 arch/x86/mm/mmio-mod.c | 10 +-
7216 arch/x86/mm/mpx.c | 6 +-
7217 arch/x86/mm/numa.c | 2 +-
7218 arch/x86/mm/pageattr.c | 38 +-
7219 arch/x86/mm/pat.c | 12 +-
7220 arch/x86/mm/pat_rbtree.c | 2 +-
7221 arch/x86/mm/pf_in.c | 10 +-
7222 arch/x86/mm/pgtable.c | 211 +-
7223 arch/x86/mm/pgtable_32.c | 3 +
7224 arch/x86/mm/setup_nx.c | 7 +
7225 arch/x86/mm/tlb.c | 104 +-
7226 arch/x86/mm/uderef_64.c | 37 +
7227 arch/x86/net/bpf_jit.S | 11 +
7228 arch/x86/net/bpf_jit_comp.c | 13 +-
7229 arch/x86/oprofile/backtrace.c | 6 +-
7230 arch/x86/oprofile/nmi_int.c | 10 +-
7231 arch/x86/oprofile/op_model_amd.c | 8 +-
7232 arch/x86/oprofile/op_model_ppro.c | 7 +-
7233 arch/x86/oprofile/op_x86_model.h | 2 +-
7234 arch/x86/pci/intel_mid_pci.c | 2 +-
7235 arch/x86/pci/irq.c | 8 +-
7236 arch/x86/pci/pcbios.c | 112 +-
7237 arch/x86/pci/vmd.c | 4 +-
7238 arch/x86/platform/efi/efi_32.c | 24 +
7239 arch/x86/platform/efi/efi_64.c | 26 +-
7240 arch/x86/platform/efi/efi_stub_32.S | 64 +-
7241 arch/x86/platform/efi/efi_stub_64.S | 2 +
7242 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
7243 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
7244 arch/x86/platform/intel-mid/mfld.c | 4 +-
7245 arch/x86/platform/intel-mid/mrfl.c | 2 +-
7246 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
7247 arch/x86/platform/olpc/olpc_dt.c | 2 +-
7248 arch/x86/power/cpu.c | 11 +-
7249 arch/x86/realmode/init.c | 10 +-
7250 arch/x86/realmode/rm/header.S | 4 +-
7251 arch/x86/realmode/rm/reboot.S | 4 +
7252 arch/x86/realmode/rm/trampoline_32.S | 12 +-
7253 arch/x86/realmode/rm/trampoline_64.S | 3 +-
7254 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
7255 arch/x86/tools/Makefile | 2 +-
7256 arch/x86/tools/relocs.c | 97 +-
7257 arch/x86/um/mem_32.c | 2 +-
7258 arch/x86/um/tls_32.c | 2 +-
7259 arch/x86/xen/enlighten.c | 52 +-
7260 arch/x86/xen/mmu.c | 31 +-
7261 arch/x86/xen/smp.c | 16 +-
7262 arch/x86/xen/xen-asm_32.S | 2 +-
7263 arch/x86/xen/xen-head.S | 12 +
7264 arch/x86/xen/xen-ops.h | 2 -
7265 block/bio.c | 4 +-
7266 block/blk-cgroup.c | 18 +-
7267 block/blk-map.c | 2 +-
7268 block/blk-softirq.c | 2 +-
7269 block/bsg.c | 12 +-
7270 block/cfq-iosched.c | 4 +-
7271 block/compat_ioctl.c | 4 +-
7272 block/genhd.c | 9 +-
7273 block/partitions/efi.c | 8 +-
7274 block/scsi_ioctl.c | 29 +-
7275 crypto/cast6_generic.c | 6 +-
7276 crypto/cryptd.c | 4 +-
7277 crypto/crypto_user.c | 2 +-
7278 crypto/pcrypt.c | 2 +-
7279 crypto/salsa20_generic.c | 16 +-
7280 crypto/serpent_generic.c | 6 +-
7281 drivers/acpi/ac.c | 2 +-
7282 drivers/acpi/acpi_video.c | 2 +-
7283 drivers/acpi/apei/apei-internal.h | 2 +-
7284 drivers/acpi/apei/ghes.c | 10 +-
7285 drivers/acpi/battery.c | 2 +-
7286 drivers/acpi/bgrt.c | 6 +-
7287 drivers/acpi/blacklist.c | 6 +-
7288 drivers/acpi/bus.c | 4 +-
7289 drivers/acpi/device_pm.c | 4 +-
7290 drivers/acpi/ec.c | 6 +-
7291 drivers/acpi/osi.c | 2 +-
7292 drivers/acpi/pci_slot.c | 2 +-
7293 drivers/acpi/processor_idle.c | 2 +-
7294 drivers/acpi/processor_pdc.c | 2 +-
7295 drivers/acpi/sleep.c | 2 +-
7296 drivers/acpi/sysfs.c | 14 +-
7297 drivers/acpi/thermal.c | 2 +-
7298 drivers/acpi/video_detect.c | 7 +-
7299 drivers/android/binder.c | 2 +-
7300 drivers/ata/libata-core.c | 12 +-
7301 drivers/ata/libata-scsi.c | 2 +-
7302 drivers/ata/libata.h | 2 +-
7303 drivers/ata/pata_arasan_cf.c | 4 +-
7304 drivers/atm/adummy.c | 2 +-
7305 drivers/atm/ambassador.c | 8 +-
7306 drivers/atm/atmtcp.c | 14 +-
7307 drivers/atm/eni.c | 10 +-
7308 drivers/atm/firestream.c | 8 +-
7309 drivers/atm/fore200e.c | 14 +-
7310 drivers/atm/he.c | 18 +-
7311 drivers/atm/horizon.c | 4 +-
7312 drivers/atm/idt77252.c | 36 +-
7313 drivers/atm/iphase.c | 34 +-
7314 drivers/atm/lanai.c | 12 +-
7315 drivers/atm/nicstar.c | 46 +-
7316 drivers/atm/solos-pci.c | 4 +-
7317 drivers/atm/suni.c | 4 +-
7318 drivers/atm/uPD98402.c | 16 +-
7319 drivers/atm/zatm.c | 6 +-
7320 drivers/base/bus.c | 4 +-
7321 drivers/base/devres.c | 4 +-
7322 drivers/base/devtmpfs.c | 8 +-
7323 drivers/base/node.c | 2 +-
7324 drivers/base/platform-msi.c | 20 +-
7325 drivers/base/power/domain.c | 6 +-
7326 drivers/base/power/runtime.c | 61 +-
7327 drivers/base/power/sysfs.c | 2 +-
7328 drivers/base/power/wakeup.c | 8 +-
7329 drivers/base/regmap/regmap-debugfs.c | 4 +-
7330 drivers/base/regmap/regmap.c | 4 +-
7331 drivers/base/syscore.c | 4 +-
7332 drivers/block/cciss.c | 28 +-
7333 drivers/block/cciss.h | 2 +-
7334 drivers/block/drbd/drbd_bitmap.c | 2 +-
7335 drivers/block/drbd/drbd_int.h | 12 +-
7336 drivers/block/drbd/drbd_main.c | 12 +-
7337 drivers/block/drbd/drbd_nl.c | 16 +-
7338 drivers/block/drbd/drbd_receiver.c | 38 +-
7339 drivers/block/drbd/drbd_state.c | 12 +-
7340 drivers/block/drbd/drbd_state.h | 2 +-
7341 drivers/block/drbd/drbd_state_change.h | 8 +-
7342 drivers/block/drbd/drbd_worker.c | 14 +-
7343 drivers/block/floppy.c | 8 +-
7344 drivers/block/pktcdvd.c | 4 +-
7345 drivers/block/rbd.c | 2 +-
7346 drivers/bluetooth/btwilink.c | 2 +-
7347 drivers/bus/arm-cci.c | 6 +-
7348 drivers/cdrom/cdrom.c | 11 +-
7349 drivers/cdrom/gdrom.c | 1 -
7350 drivers/char/agp/compat_ioctl.c | 2 +-
7351 drivers/char/agp/frontend.c | 4 +-
7352 drivers/char/agp/intel-gtt.c | 4 +-
7353 drivers/char/hpet.c | 2 +-
7354 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
7355 drivers/char/ipmi/ipmi_poweroff.c | 2 +-
7356 drivers/char/ipmi/ipmi_si_intf.c | 12 +-
7357 drivers/char/ipmi/ipmi_ssif.c | 12 +-
7358 drivers/char/mem.c | 47 +-
7359 drivers/char/nvram.c | 2 +-
7360 drivers/char/pcmcia/synclink_cs.c | 16 +-
7361 drivers/char/random.c | 12 +-
7362 drivers/char/sonypi.c | 11 +-
7363 drivers/char/tpm/tpm-chip.c | 7 +-
7364 drivers/char/tpm/tpm_acpi.c | 3 +-
7365 drivers/char/tpm/tpm_eventlog.c | 5 +-
7366 drivers/char/virtio_console.c | 6 +-
7367 drivers/clk/clk-composite.c | 2 +-
7368 drivers/clk/samsung/clk.h | 2 +-
7369 drivers/clk/socfpga/clk-gate-a10.c | 9 +-
7370 drivers/clk/socfpga/clk-gate.c | 9 +-
7371 drivers/clk/socfpga/clk-pll-a10.c | 9 +-
7372 drivers/clk/socfpga/clk-pll.c | 9 +-
7373 drivers/clk/ti/adpll.c | 2 +-
7374 drivers/clk/ti/clk.c | 8 +-
7375 drivers/cpufreq/acpi-cpufreq.c | 17 +-
7376 drivers/cpufreq/cpufreq-dt.c | 4 +-
7377 drivers/cpufreq/cpufreq.c | 27 +-
7378 drivers/cpufreq/cpufreq_governor.h | 2 +-
7379 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
7380 drivers/cpufreq/intel_pstate.c | 56 +-
7381 drivers/cpufreq/p4-clockmod.c | 12 +-
7382 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
7383 drivers/cpufreq/speedstep-centrino.c | 7 +-
7384 drivers/cpuidle/driver.c | 2 +-
7385 drivers/cpuidle/dt_idle_states.c | 2 +-
7386 drivers/cpuidle/governor.c | 2 +-
7387 drivers/cpuidle/governors/ladder.c | 13 +-
7388 drivers/cpuidle/sysfs.c | 2 +-
7389 drivers/crypto/hifn_795x.c | 4 +-
7390 drivers/crypto/qat/qat_common/adf_aer.c | 2 +-
7391 drivers/crypto/qat/qat_common/adf_sriov.c | 4 +-
7392 drivers/crypto/qat/qat_common/adf_vf_isr.c | 6 +-
7393 drivers/devfreq/devfreq.c | 4 +-
7394 drivers/devfreq/governor_passive.c | 2 +-
7395 drivers/dma-buf/dma-buf.c | 5 +-
7396 drivers/dma/qcom/hidma.c | 2 +-
7397 drivers/dma/qcom/hidma_mgmt_sys.c | 2 +-
7398 drivers/dma/sh/shdma-base.c | 4 +-
7399 drivers/dma/sh/shdmac.c | 2 +-
7400 drivers/edac/edac_device.c | 4 +-
7401 drivers/edac/edac_device_sysfs.c | 2 +-
7402 drivers/edac/edac_mc_sysfs.c | 4 +-
7403 drivers/edac/edac_module.c | 2 +-
7404 drivers/edac/edac_pci.c | 4 +-
7405 drivers/edac/edac_pci_sysfs.c | 22 +-
7406 drivers/edac/mce_amd.h | 2 +-
7407 drivers/firewire/core-card.c | 6 +-
7408 drivers/firewire/core-cdev.c | 4 +-
7409 drivers/firewire/core-device.c | 2 +-
7410 drivers/firewire/core-iso.c | 2 +-
7411 drivers/firewire/core-transaction.c | 1 +
7412 drivers/firewire/core.h | 1 +
7413 drivers/firmware/dmi-id.c | 9 +-
7414 drivers/firmware/dmi_scan.c | 12 +-
7415 drivers/firmware/efi/cper.c | 8 +-
7416 drivers/firmware/efi/efi.c | 14 +-
7417 drivers/firmware/efi/efivars.c | 2 +-
7418 drivers/firmware/efi/runtime-map.c | 2 +-
7419 drivers/firmware/google/gsmi.c | 2 +-
7420 drivers/firmware/google/memconsole.c | 7 +-
7421 drivers/firmware/memmap.c | 2 +-
7422 drivers/firmware/psci.c | 2 +-
7423 drivers/gpio/gpio-davinci.c | 6 +-
7424 drivers/gpio/gpio-em.c | 2 +-
7425 drivers/gpio/gpio-ich.c | 2 +-
7426 drivers/gpio/gpio-mpc8xxx.c | 6 +-
7427 drivers/gpio/gpio-omap.c | 4 +-
7428 drivers/gpio/gpio-rcar.c | 2 +-
7429 drivers/gpio/gpio-vr41xx.c | 2 +-
7430 drivers/gpio/gpiolib.c | 12 +-
7431 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
7432 drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | 2 +-
7433 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c | 8 +-
7434 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
7435 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 18 +-
7436 drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c | 11 +-
7437 drivers/gpu/drm/amd/amdgpu/fiji_smc.c | 4 +-
7438 drivers/gpu/drm/amd/amdgpu/iceland_smc.c | 4 +-
7439 drivers/gpu/drm/amd/amdgpu/tonga_smc.c | 4 +-
7440 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
7441 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
7442 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
7443 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
7444 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
7445 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
7446 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
7447 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
7448 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
7449 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
7450 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
7451 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
7452 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
7453 drivers/gpu/drm/armada/armada_drv.c | 3 +-
7454 drivers/gpu/drm/ast/ast_mode.c | 2 +-
7455 drivers/gpu/drm/bochs/bochs_kms.c | 2 +-
7456 drivers/gpu/drm/drm_crtc.c | 2 +-
7457 drivers/gpu/drm/drm_drv.c | 2 +-
7458 drivers/gpu/drm/drm_fb_cma_helper.c | 5 +-
7459 drivers/gpu/drm/drm_fops.c | 19 +-
7460 drivers/gpu/drm/drm_global.c | 14 +-
7461 drivers/gpu/drm/drm_info.c | 13 +-
7462 drivers/gpu/drm/drm_ioc32.c | 13 +-
7463 drivers/gpu/drm/drm_ioctl.c | 2 +-
7464 drivers/gpu/drm/drm_pci.c | 9 +-
7465 drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 -
7466 drivers/gpu/drm/exynos/exynos_drm_g2d.c | 5 +
7467 drivers/gpu/drm/gma500/cdv_intel_crt.c | 2 +-
7468 drivers/gpu/drm/gma500/cdv_intel_dp.c | 2 +-
7469 drivers/gpu/drm/gma500/cdv_intel_hdmi.c | 2 +-
7470 drivers/gpu/drm/gma500/cdv_intel_lvds.c | 2 +-
7471 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 3 +
7472 drivers/gpu/drm/gma500/mdfld_dsi_output.c | 2 +-
7473 drivers/gpu/drm/gma500/oaktrail_hdmi.c | 2 +-
7474 drivers/gpu/drm/gma500/psb_drv.c | 1 -
7475 drivers/gpu/drm/gma500/psb_intel_drv.h | 2 +-
7476 drivers/gpu/drm/gma500/psb_intel_lvds.c | 2 +-
7477 drivers/gpu/drm/gma500/psb_intel_sdvo.c | 2 +-
7478 drivers/gpu/drm/i2c/tda998x_drv.c | 2 +-
7479 drivers/gpu/drm/i810/i810_dma.c | 2 +-
7480 drivers/gpu/drm/i810/i810_drv.c | 6 +-
7481 drivers/gpu/drm/i810/i810_drv.h | 6 +-
7482 drivers/gpu/drm/i915/dvo.h | 2 +-
7483 drivers/gpu/drm/i915/i915_dma.c | 4 +-
7484 drivers/gpu/drm/i915/i915_drv.c | 7 +-
7485 drivers/gpu/drm/i915/i915_drv.h | 2 +-
7486 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
7487 drivers/gpu/drm/i915/i915_gem_gtt.c | 4 +-
7488 drivers/gpu/drm/i915/i915_gem_gtt.h | 4 +-
7489 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
7490 drivers/gpu/drm/i915/i915_irq.c | 88 +-
7491 drivers/gpu/drm/i915/intel_display.c | 30 +-
7492 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
7493 drivers/gpu/drm/mga/mga_drv.c | 5 +-
7494 drivers/gpu/drm/mga/mga_drv.h | 6 +-
7495 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
7496 drivers/gpu/drm/mga/mga_irq.c | 8 +-
7497 drivers/gpu/drm/mga/mga_state.c | 2 +-
7498 drivers/gpu/drm/mgag200/mgag200_mode.c | 2 +-
7499 drivers/gpu/drm/nouveau/nouveau_acpi.c | 2 +-
7500 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
7501 drivers/gpu/drm/nouveau/nouveau_connector.c | 2 +-
7502 drivers/gpu/drm/nouveau/nouveau_drm.c | 13 +-
7503 drivers/gpu/drm/nouveau/nouveau_drv.h | 1 -
7504 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
7505 drivers/gpu/drm/nouveau/nouveau_usif.c | 7 +-
7506 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
7507 drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c | 7 +-
7508 .../gpu/drm/nouveau/nvkm/subdev/bios/shadowpci.c | 7 +-
7509 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/priv.h | 4 +-
7510 drivers/gpu/drm/omapdrm/dss/display.c | 8 +-
7511 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
7512 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
7513 drivers/gpu/drm/qxl/qxl_display.c | 2 +-
7514 drivers/gpu/drm/qxl/qxl_drv.c | 8 +-
7515 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
7516 drivers/gpu/drm/qxl/qxl_ioctl.c | 12 +-
7517 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
7518 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
7519 drivers/gpu/drm/r128/r128_cce.c | 2 +-
7520 drivers/gpu/drm/r128/r128_drv.c | 4 +-
7521 drivers/gpu/drm/r128/r128_drv.h | 6 +-
7522 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
7523 drivers/gpu/drm/r128/r128_irq.c | 4 +-
7524 drivers/gpu/drm/r128/r128_state.c | 6 +-
7525 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
7526 drivers/gpu/drm/radeon/radeon_atpx_handler.c | 2 +-
7527 drivers/gpu/drm/radeon/radeon_connectors.c | 10 +-
7528 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
7529 drivers/gpu/drm/radeon/radeon_drv.c | 11 +-
7530 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
7531 drivers/gpu/drm/radeon/radeon_kms.c | 8 +-
7532 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
7533 drivers/gpu/drm/savage/savage_bci.c | 2 +-
7534 drivers/gpu/drm/savage/savage_drv.c | 5 +-
7535 drivers/gpu/drm/savage/savage_drv.h | 2 +-
7536 drivers/gpu/drm/sis/sis_drv.c | 5 +-
7537 drivers/gpu/drm/sis/sis_drv.h | 2 +-
7538 drivers/gpu/drm/sis/sis_mm.c | 2 +-
7539 drivers/gpu/drm/sti/sti_cursor.c | 4 +-
7540 drivers/gpu/drm/sti/sti_dvo.c | 4 +-
7541 drivers/gpu/drm/sti/sti_gdp.c | 12 +-
7542 drivers/gpu/drm/sti/sti_hda.c | 4 +-
7543 drivers/gpu/drm/sti/sti_hdmi.c | 4 +-
7544 drivers/gpu/drm/sti/sti_hqvdp.c | 4 +-
7545 drivers/gpu/drm/sti/sti_mixer.c | 8 +-
7546 drivers/gpu/drm/sti/sti_tvout.c | 4 +-
7547 drivers/gpu/drm/sti/sti_vid.c | 4 +-
7548 drivers/gpu/drm/tegra/dc.c | 2 +-
7549 drivers/gpu/drm/tegra/dsi.c | 2 +-
7550 drivers/gpu/drm/tegra/hdmi.c | 2 +-
7551 drivers/gpu/drm/tegra/sor.c | 7 +-
7552 drivers/gpu/drm/tilcdc/Makefile | 6 +-
7553 drivers/gpu/drm/tilcdc/tilcdc_external.c | 2 +-
7554 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
7555 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
7556 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
7557 drivers/gpu/drm/udl/udl_connector.c | 2 +-
7558 drivers/gpu/drm/udl/udl_fb.c | 1 -
7559 drivers/gpu/drm/vc4/vc4_drv.c | 8 +-
7560 drivers/gpu/drm/via/via_dma.c | 2 +-
7561 drivers/gpu/drm/via/via_drv.c | 5 +-
7562 drivers/gpu/drm/via/via_drv.h | 6 +-
7563 drivers/gpu/drm/via/via_irq.c | 18 +-
7564 drivers/gpu/drm/virtio/virtgpu_display.c | 2 +-
7565 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
7566 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
7567 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
7568 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
7569 drivers/gpu/vga/vga_switcheroo.c | 4 +-
7570 drivers/hid/hid-core.c | 4 +-
7571 drivers/hid/hid-magicmouse.c | 2 +-
7572 drivers/hid/hid-sensor-custom.c | 2 +-
7573 drivers/hv/channel.c | 6 +-
7574 drivers/hv/hv.c | 22 +-
7575 drivers/hv/hv_balloon.c | 18 +-
7576 drivers/hv/hyperv_vmbus.h | 2 +-
7577 drivers/hwmon/acpi_power_meter.c | 6 +-
7578 drivers/hwmon/applesmc.c | 4 +-
7579 drivers/hwmon/asus_atk0110.c | 10 +-
7580 drivers/hwmon/coretemp.c | 2 +-
7581 drivers/hwmon/dell-smm-hwmon.c | 4 +-
7582 drivers/hwmon/ibmaem.c | 2 +-
7583 drivers/hwmon/iio_hwmon.c | 2 +-
7584 drivers/hwmon/nct6683.c | 6 +-
7585 drivers/hwmon/nct6775.c | 6 +-
7586 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
7587 drivers/hwmon/sht15.c | 12 +-
7588 drivers/hwmon/via-cputemp.c | 2 +-
7589 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
7590 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
7591 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
7592 drivers/i2c/i2c-dev.c | 2 +-
7593 drivers/ide/ide-cd.c | 2 +-
7594 drivers/ide/ide-disk.c | 2 +-
7595 drivers/ide/ide.c | 4 +-
7596 drivers/idle/intel_idle.c | 36 +-
7597 drivers/iio/industrialio-core.c | 2 +-
7598 drivers/infiniband/core/cm.c | 46 +-
7599 drivers/infiniband/core/fmr_pool.c | 20 +-
7600 drivers/infiniband/core/netlink.c | 5 +-
7601 drivers/infiniband/core/sysfs.c | 2 +-
7602 drivers/infiniband/core/ucm.c | 4 +-
7603 drivers/infiniband/core/uverbs_cmd.c | 3 +
7604 drivers/infiniband/hw/cxgb4/device.c | 6 +-
7605 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
7606 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
7607 drivers/infiniband/hw/hfi1/pcie.c | 2 +-
7608 drivers/infiniband/hw/i40iw/i40iw_user.h | 2 +-
7609 drivers/infiniband/hw/mlx4/mad.c | 2 +-
7610 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
7611 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
7612 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
7613 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
7614 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
7615 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
7616 drivers/infiniband/hw/nes/nes.c | 4 +-
7617 drivers/infiniband/hw/nes/nes.h | 40 +-
7618 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
7619 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
7620 drivers/infiniband/hw/nes/nes_nic.c | 42 +-
7621 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
7622 drivers/infiniband/hw/qib/qib_iba7322.c | 4 +-
7623 drivers/infiniband/hw/qib/qib_pcie.c | 2 +-
7624 drivers/infiniband/ulp/ipoib/ipoib_main.c | 2 +-
7625 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
7626 drivers/infiniband/ulp/srpt/ib_srpt.c | 8 +-
7627 drivers/input/evdev.c | 2 +-
7628 drivers/input/gameport/gameport.c | 4 +-
7629 drivers/input/input.c | 4 +-
7630 drivers/input/joystick/sidewinder.c | 1 +
7631 drivers/input/misc/ims-pcu.c | 4 +-
7632 drivers/input/mouse/psmouse.h | 2 +-
7633 drivers/input/mousedev.c | 2 +-
7634 drivers/input/serio/serio.c | 4 +-
7635 drivers/input/serio/serio_raw.c | 4 +-
7636 drivers/input/touchscreen/htcpen.c | 2 +-
7637 drivers/iommu/arm-smmu-v3.c | 2 +-
7638 drivers/iommu/arm-smmu.c | 40 +-
7639 drivers/iommu/io-pgtable-arm-v7s.c | 62 +-
7640 drivers/iommu/io-pgtable-arm.c | 99 +-
7641 drivers/iommu/io-pgtable.c | 11 +-
7642 drivers/iommu/io-pgtable.h | 21 +-
7643 drivers/iommu/iommu.c | 2 +-
7644 drivers/iommu/ipmmu-vmsa.c | 13 +-
7645 drivers/iommu/irq_remapping.c | 2 +-
7646 drivers/iommu/mtk_iommu.c | 12 +-
7647 drivers/irqchip/irq-gic.c | 2 +-
7648 drivers/irqchip/irq-i8259.c | 2 +-
7649 drivers/irqchip/irq-mmp.c | 2 +-
7650 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
7651 drivers/irqchip/irq-ts4800.c | 2 +-
7652 drivers/isdn/capi/capi.c | 10 +-
7653 drivers/isdn/gigaset/interface.c | 8 +-
7654 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
7655 drivers/isdn/hardware/avm/b1.c | 4 +-
7656 drivers/isdn/hardware/eicon/capifunc.c | 6 +-
7657 drivers/isdn/hardware/eicon/dadapter.c | 18 +-
7658 drivers/isdn/hardware/eicon/diddfunc.c | 7 +-
7659 drivers/isdn/hardware/eicon/divasfunc.c | 9 +-
7660 drivers/isdn/hardware/eicon/divasync.h | 2 +-
7661 drivers/isdn/hardware/eicon/idifunc.c | 9 +-
7662 drivers/isdn/hardware/eicon/mntfunc.c | 13 +-
7663 drivers/isdn/hardware/mISDN/avmfritz.c | 2 +-
7664 drivers/isdn/hardware/mISDN/hfcmulti.c | 7 +-
7665 drivers/isdn/hardware/mISDN/hfcpci.c | 16 +-
7666 drivers/isdn/hardware/mISDN/mISDNinfineon.c | 7 +-
7667 drivers/isdn/hardware/mISDN/mISDNipac.c | 5 +-
7668 drivers/isdn/hardware/mISDN/netjet.c | 2 +-
7669 drivers/isdn/hardware/mISDN/speedfax.c | 7 +-
7670 drivers/isdn/hardware/mISDN/w6692.c | 7 +-
7671 drivers/isdn/hisax/amd7930_fn.c | 5 +-
7672 drivers/isdn/hisax/arcofi.c | 5 +-
7673 drivers/isdn/hisax/diva.c | 7 +-
7674 drivers/isdn/hisax/elsa.c | 9 +-
7675 drivers/isdn/hisax/fsm.c | 5 +-
7676 drivers/isdn/hisax/hfc4s8s_l1.c | 14 +-
7677 drivers/isdn/hisax/hfc_2bds0.c | 4 +-
7678 drivers/isdn/hisax/hfc_pci.c | 10 +-
7679 drivers/isdn/hisax/hfc_sx.c | 10 +-
7680 drivers/isdn/hisax/hfc_usb.c | 12 +-
7681 drivers/isdn/hisax/hfcscard.c | 6 +-
7682 drivers/isdn/hisax/icc.c | 5 +-
7683 drivers/isdn/hisax/ipacx.c | 7 +-
7684 drivers/isdn/hisax/isac.c | 5 +-
7685 drivers/isdn/hisax/isar.c | 5 +-
7686 drivers/isdn/hisax/isdnl3.c | 5 +-
7687 drivers/isdn/hisax/saphir.c | 5 +-
7688 drivers/isdn/hisax/teleint.c | 5 +-
7689 drivers/isdn/hisax/w6692.c | 5 +-
7690 drivers/isdn/i4l/isdn_common.c | 2 +
7691 drivers/isdn/i4l/isdn_tty.c | 22 +-
7692 drivers/isdn/mISDN/dsp.h | 4 +-
7693 drivers/isdn/mISDN/dsp_cmx.c | 4 +-
7694 drivers/isdn/mISDN/dsp_core.c | 4 +-
7695 drivers/isdn/mISDN/dsp_tones.c | 4 +-
7696 drivers/isdn/mISDN/fsm.c | 5 +-
7697 drivers/isdn/mISDN/l1oip_core.c | 8 +-
7698 drivers/leds/leds-clevo-mail.c | 2 +-
7699 drivers/leds/leds-ss4200.c | 2 +-
7700 drivers/lguest/core.c | 9 +-
7701 drivers/lguest/page_tables.c | 2 +-
7702 drivers/lguest/x86/core.c | 12 +-
7703 drivers/lguest/x86/switcher_32.S | 27 +-
7704 drivers/lightnvm/rrpc.c | 4 +-
7705 drivers/lightnvm/rrpc.h | 2 +-
7706 drivers/md/bcache/alloc.c | 2 +-
7707 drivers/md/bcache/bcache.h | 10 +-
7708 drivers/md/bcache/btree.c | 13 +-
7709 drivers/md/bcache/closure.c | 4 +-
7710 drivers/md/bcache/closure.h | 10 +-
7711 drivers/md/bcache/io.c | 10 +-
7712 drivers/md/bcache/journal.c | 18 +-
7713 drivers/md/bcache/movinggc.c | 12 +-
7714 drivers/md/bcache/request.c | 54 +-
7715 drivers/md/bcache/request.h | 2 +-
7716 drivers/md/bcache/stats.c | 26 +-
7717 drivers/md/bcache/stats.h | 16 +-
7718 drivers/md/bcache/super.c | 32 +-
7719 drivers/md/bcache/sysfs.c | 20 +-
7720 drivers/md/bcache/writeback.c | 12 +-
7721 drivers/md/bitmap.c | 2 +-
7722 drivers/md/dm-cache-target.c | 116 +-
7723 drivers/md/dm-ioctl.c | 2 +-
7724 drivers/md/dm-mpath.c | 12 +-
7725 drivers/md/dm-raid.c | 2 +-
7726 drivers/md/dm-raid1.c | 18 +-
7727 drivers/md/dm-stats.c | 6 +-
7728 drivers/md/dm-stripe.c | 10 +-
7729 drivers/md/dm-table.c | 2 +-
7730 drivers/md/dm-thin-metadata.c | 4 +-
7731 drivers/md/dm.c | 28 +-
7732 drivers/md/md.c | 41 +-
7733 drivers/md/md.h | 8 +-
7734 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
7735 drivers/md/persistent-data/dm-space-map.h | 1 +
7736 drivers/md/raid1.c | 8 +-
7737 drivers/md/raid10.c | 20 +-
7738 drivers/md/raid5.c | 26 +-
7739 drivers/media/dvb-core/dvb_net.c | 2 +-
7740 drivers/media/dvb-core/dvbdev.c | 2 +-
7741 drivers/media/dvb-frontends/af9033.h | 2 +-
7742 drivers/media/dvb-frontends/cx24116.c | 2 +-
7743 drivers/media/dvb-frontends/cx24117.c | 2 +-
7744 drivers/media/dvb-frontends/cx24120.c | 2 +-
7745 drivers/media/dvb-frontends/cx24123.c | 2 +-
7746 drivers/media/dvb-frontends/cxd2820r_core.c | 2 +-
7747 drivers/media/dvb-frontends/dib3000.h | 2 +-
7748 drivers/media/dvb-frontends/dib7000p.h | 2 +-
7749 drivers/media/dvb-frontends/dib8000.h | 2 +-
7750 drivers/media/dvb-frontends/hd29l2.c | 2 +-
7751 drivers/media/dvb-frontends/lgdt3306a.c | 2 +-
7752 drivers/media/dvb-frontends/mt312.c | 6 +-
7753 drivers/media/dvb-frontends/s921.c | 2 +-
7754 drivers/media/pci/bt8xx/dst.c | 2 +-
7755 drivers/media/pci/cx88/cx88-video.c | 6 +-
7756 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
7757 drivers/media/pci/pt1/va1j5jf8007s.c | 2 +-
7758 drivers/media/pci/pt1/va1j5jf8007t.c | 2 +-
7759 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
7760 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
7761 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
7762 drivers/media/pci/sta2x11/sta2x11_vip.c | 5 +-
7763 drivers/media/pci/tw68/tw68-core.c | 2 +-
7764 drivers/media/pci/zoran/zoran.h | 1 -
7765 drivers/media/pci/zoran/zoran_card.c | 4 +-
7766 drivers/media/pci/zoran/zoran_driver.c | 3 -
7767 drivers/media/platform/omap/omap_vout.c | 11 +-
7768 drivers/media/platform/s5p-tv/mixer.h | 2 +-
7769 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
7770 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
7771 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
7772 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
7773 drivers/media/platform/soc_camera/soc_camera.c | 2 +-
7774 drivers/media/radio/radio-cadet.c | 2 +
7775 drivers/media/radio/radio-maxiradio.c | 2 +-
7776 drivers/media/radio/radio-shark.c | 2 +-
7777 drivers/media/radio/radio-shark2.c | 2 +-
7778 drivers/media/radio/radio-si476x.c | 2 +-
7779 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
7780 drivers/media/usb/pvrusb2/pvrusb2-context.c | 8 +-
7781 drivers/media/usb/pvrusb2/pvrusb2-dvb.c | 7 +-
7782 drivers/media/usb/pvrusb2/pvrusb2-hdw.c | 2 +-
7783 drivers/media/usb/pvrusb2/pvrusb2-std.c | 2 +-
7784 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c | 6 +-
7785 drivers/media/usb/uvc/uvc_driver.c | 4 +-
7786 drivers/media/v4l2-core/v4l2-common.c | 2 +-
7787 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
7788 drivers/media/v4l2-core/v4l2-device.c | 4 +-
7789 drivers/media/v4l2-core/v4l2-ioctl.c | 287 +-
7790 drivers/memory/omap-gpmc.c | 24 +-
7791 drivers/message/fusion/mptbase.c | 4 +-
7792 drivers/message/fusion/mptlan.c | 2 +-
7793 drivers/message/fusion/mptsas.c | 34 +-
7794 drivers/mfd/ab8500-debugfs.c | 2 +-
7795 drivers/mfd/kempld-core.c | 2 +-
7796 drivers/mfd/max8925-i2c.c | 2 +-
7797 drivers/mfd/tps65910.c | 2 +-
7798 drivers/mfd/twl4030-irq.c | 9 +-
7799 drivers/misc/c2port/core.c | 4 +-
7800 drivers/misc/kgdbts.c | 6 +-
7801 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
7802 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
7803 drivers/misc/mic/scif/scif_api.c | 10 +-
7804 drivers/misc/mic/scif/scif_rb.c | 8 +-
7805 drivers/misc/panel.c | 4 +-
7806 drivers/misc/sgi-gru/gruhandles.c | 4 +-
7807 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
7808 drivers/misc/sgi-gru/grutables.h | 158 +-
7809 drivers/misc/sgi-xp/xp.h | 2 +-
7810 drivers/misc/sgi-xp/xp_main.c | 57 +-
7811 drivers/misc/sgi-xp/xpc.h | 3 +-
7812 drivers/misc/sgi-xp/xpc_main.c | 2 +-
7813 drivers/misc/sgi-xp/xpnet.c | 2 +-
7814 drivers/misc/ti-st/st_kim.c | 32 +-
7815 drivers/mmc/card/mmc_test.c | 4 +-
7816 drivers/mmc/host/dw_mmc.h | 2 +-
7817 drivers/mmc/host/mmci.c | 4 +-
7818 drivers/mmc/host/omap_hsmmc.c | 4 +-
7819 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
7820 drivers/mmc/host/sdhci-s3c.c | 8 +-
7821 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
7822 drivers/mtd/devices/block2mtd.c | 2 +-
7823 drivers/mtd/devices/phram.c | 2 +-
7824 drivers/mtd/maps/gpio-addr-flash.c | 2 +-
7825 drivers/mtd/maps/latch-addr-flash.c | 2 +-
7826 drivers/mtd/maps/pci.c | 4 +-
7827 drivers/mtd/maps/pcmciamtd.c | 8 +-
7828 drivers/mtd/maps/sbc_gxx.c | 2 +-
7829 drivers/mtd/nand/brcmnand/bcm63138_nand.c | 2 +
7830 drivers/mtd/nand/brcmnand/brcmnand.h | 2 +-
7831 drivers/mtd/nand/brcmnand/iproc_nand.c | 2 +
7832 drivers/mtd/nand/cafe_nand.c | 18 +-
7833 drivers/mtd/nand/denali.c | 1 +
7834 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
7835 drivers/mtd/nftlmount.c | 1 +
7836 drivers/mtd/sm_ftl.c | 2 +-
7837 drivers/mtd/ubi/build.c | 2 +-
7838 drivers/net/bonding/bond_netlink.c | 2 +-
7839 drivers/net/caif/caif_hsi.c | 4 +-
7840 drivers/net/caif/caif_serial.c | 2 +-
7841 drivers/net/caif/caif_spi.c | 2 +-
7842 drivers/net/caif/caif_virtio.c | 2 +-
7843 drivers/net/can/Kconfig | 2 +-
7844 drivers/net/can/bfin_can.c | 2 +-
7845 drivers/net/can/dev.c | 2 +-
7846 drivers/net/can/flexcan.c | 2 +-
7847 drivers/net/can/janz-ican3.c | 2 +-
7848 drivers/net/can/led.c | 2 +-
7849 drivers/net/can/sun4i_can.c | 2 +-
7850 drivers/net/can/vcan.c | 2 +-
7851 drivers/net/can/xilinx_can.c | 2 +-
7852 drivers/net/dummy.c | 2 +-
7853 drivers/net/ethernet/8390/ax88796.c | 6 +-
7854 drivers/net/ethernet/8390/axnet_cs.c | 4 +-
7855 drivers/net/ethernet/8390/ne2k-pci.c | 6 +-
7856 drivers/net/ethernet/8390/pcnet_cs.c | 4 +-
7857 drivers/net/ethernet/adi/bfin_mac.c | 2 +-
7858 drivers/net/ethernet/allwinner/sun4i-emac.c | 2 +-
7859 drivers/net/ethernet/altera/altera_tse_main.c | 6 +-
7860 drivers/net/ethernet/amd/7990.c | 2 +-
7861 drivers/net/ethernet/amd/7990.h | 2 +-
7862 drivers/net/ethernet/amd/amd8111e.c | 5 +-
7863 drivers/net/ethernet/amd/atarilance.c | 4 +-
7864 drivers/net/ethernet/amd/declance.c | 2 +-
7865 drivers/net/ethernet/amd/pcnet32.c | 7 +-
7866 drivers/net/ethernet/amd/sun3lance.c | 4 +-
7867 drivers/net/ethernet/amd/sunlance.c | 2 +-
7868 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
7869 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
7870 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
7871 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 145 +-
7872 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 68 +-
7873 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
7874 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
7875 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
7876 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
7877 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
7878 drivers/net/ethernet/apm/xgene/xgene_enet_main.c | 4 +-
7879 drivers/net/ethernet/arc/emac_main.c | 2 +-
7880 drivers/net/ethernet/atheros/alx/main.c | 2 +-
7881 drivers/net/ethernet/atheros/atl1c/atl1c_main.c | 2 +-
7882 drivers/net/ethernet/atheros/atl1e/atl1e_main.c | 2 +-
7883 drivers/net/ethernet/aurora/nb8800.c | 2 +-
7884 drivers/net/ethernet/broadcom/bcm63xx_enet.c | 2 +-
7885 drivers/net/ethernet/broadcom/bnx2.c | 2 +-
7886 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
7887 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c | 216 +-
7888 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.h | 4 +-
7889 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c | 2 +-
7890 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
7891 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
7892 drivers/net/ethernet/broadcom/bnxt/bnxt.c | 2 +-
7893 drivers/net/ethernet/broadcom/tg3.c | 2 +-
7894 drivers/net/ethernet/broadcom/tg3.h | 1 +
7895 drivers/net/ethernet/brocade/bna/bfa_cs.h | 42 +-
7896 drivers/net/ethernet/brocade/bna/bfa_ioc.c | 10 +-
7897 drivers/net/ethernet/brocade/bna/bfa_ioc.h | 4 +-
7898 drivers/net/ethernet/brocade/bna/bfa_msgq.h | 8 +-
7899 drivers/net/ethernet/brocade/bna/bna_enet.c | 6 +-
7900 drivers/net/ethernet/brocade/bna/bna_tx_rx.c | 6 +-
7901 drivers/net/ethernet/brocade/bna/bna_types.h | 24 +-
7902 drivers/net/ethernet/brocade/bna/bnad.c | 11 +-
7903 drivers/net/ethernet/cadence/macb.c | 4 +-
7904 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
7905 drivers/net/ethernet/cavium/liquidio/lio_main.c | 15 +-
7906 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c | 2 +-
7907 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
7908 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 2 +-
7909 drivers/net/ethernet/chelsio/cxgb4vf/adapter.h | 2 +-
7910 drivers/net/ethernet/chelsio/cxgb4vf/sge.c | 2 +-
7911 drivers/net/ethernet/davicom/dm9000.c | 2 +-
7912 drivers/net/ethernet/dec/tulip/de4x5.c | 13 +-
7913 drivers/net/ethernet/emulex/benet/be_main.c | 4 +-
7914 drivers/net/ethernet/faraday/ftgmac100.c | 4 +-
7915 drivers/net/ethernet/faraday/ftmac100.c | 4 +-
7916 drivers/net/ethernet/freescale/fec_mpc52xx.c | 2 +-
7917 .../net/ethernet/freescale/fs_enet/fs_enet-main.c | 2 +-
7918 drivers/net/ethernet/freescale/gianfar.c | 4 +-
7919 drivers/net/ethernet/freescale/ucc_geth.c | 2 +-
7920 drivers/net/ethernet/hisilicon/hip04_eth.c | 2 +-
7921 drivers/net/ethernet/hisilicon/hix5hd2_gmac.c | 2 +-
7922 drivers/net/ethernet/hisilicon/hns/hns_ae_adapt.c | 6 +-
7923 drivers/net/ethernet/i825xx/lib82596.c | 4 +-
7924 drivers/net/ethernet/ibm/ehea/ehea_main.c | 2 +-
7925 drivers/net/ethernet/ibm/emac/core.c | 4 +-
7926 drivers/net/ethernet/intel/e100.c | 2 +-
7927 drivers/net/ethernet/intel/e1000/e1000_main.c | 2 +-
7928 drivers/net/ethernet/intel/e1000e/netdev.c | 2 +-
7929 drivers/net/ethernet/intel/fm10k/fm10k_pci.c | 2 +-
7930 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
7931 drivers/net/ethernet/intel/igb/igb_main.c | 2 +-
7932 drivers/net/ethernet/intel/igbvf/netdev.c | 2 +-
7933 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 2 +-
7934 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
7935 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 4 +-
7936 drivers/net/ethernet/marvell/pxa168_eth.c | 2 +-
7937 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
7938 drivers/net/ethernet/mellanox/mlx4/main.c | 2 +-
7939 drivers/net/ethernet/mellanox/mlx5/core/main.c | 2 +-
7940 drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 2 +-
7941 drivers/net/ethernet/micrel/ks8695net.c | 2 +-
7942 drivers/net/ethernet/micrel/ks8851_mll.c | 2 +-
7943 drivers/net/ethernet/moxa/moxart_ether.c | 2 +-
7944 drivers/net/ethernet/neterion/s2io.c | 2 +-
7945 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
7946 drivers/net/ethernet/neterion/vxge/vxge-main.c | 2 +-
7947 .../net/ethernet/netronome/nfp/nfp_net_common.c | 2 +-
7948 drivers/net/ethernet/netx-eth.c | 2 +-
7949 drivers/net/ethernet/nuvoton/w90p910_ether.c | 2 +-
7950 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
7951 drivers/net/ethernet/nxp/lpc_eth.c | 2 +-
7952 .../net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c | 4 +-
7953 .../net/ethernet/qlogic/netxen/netxen_nic_main.c | 2 +-
7954 drivers/net/ethernet/qlogic/qed/qed_mcp.c | 6 +-
7955 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
7956 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
7957 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c | 2 +-
7958 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
7959 drivers/net/ethernet/realtek/r8169.c | 8 +-
7960 drivers/net/ethernet/renesas/sh_eth.c | 2 +-
7961 drivers/net/ethernet/rocker/rocker_main.c | 4 +-
7962 drivers/net/ethernet/seeq/sgiseeq.c | 2 +-
7963 drivers/net/ethernet/sfc/ptp.c | 2 +-
7964 drivers/net/ethernet/sfc/selftest.c | 20 +-
7965 drivers/net/ethernet/sgi/ioc3-eth.c | 4 +-
7966 drivers/net/ethernet/smsc/smc911x.c | 2 +-
7967 drivers/net/ethernet/smsc/smc91x.c | 2 +-
7968 drivers/net/ethernet/smsc/smsc911x.c | 2 +-
7969 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
7970 drivers/net/ethernet/sun/sunbmac.c | 2 +-
7971 drivers/net/ethernet/sun/sunqe.c | 2 +-
7972 drivers/net/ethernet/sun/sunvnet.c | 2 +-
7973 drivers/net/ethernet/sun/sunvnet_common.c | 6 +-
7974 drivers/net/ethernet/synopsys/dwc_eth_qos.c | 2 +-
7975 drivers/net/ethernet/ti/cpmac.c | 2 +-
7976 drivers/net/ethernet/ti/netcp_core.c | 2 +-
7977 drivers/net/ethernet/via/via-rhine.c | 2 +-
7978 drivers/net/ethernet/wiznet/w5100.c | 2 +-
7979 drivers/net/ethernet/wiznet/w5300.c | 2 +-
7980 drivers/net/ethernet/xilinx/ll_temac_main.c | 2 +-
7981 drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 2 +-
7982 drivers/net/geneve.c | 4 +-
7983 drivers/net/gtp.c | 8 +-
7984 drivers/net/hamradio/baycom_epp.c | 2 +-
7985 drivers/net/hyperv/hyperv_net.h | 2 +-
7986 drivers/net/hyperv/netvsc_drv.c | 2 +-
7987 drivers/net/hyperv/rndis_filter.c | 7 +-
7988 drivers/net/ifb.c | 2 +-
7989 drivers/net/ipvlan/ipvlan_core.c | 2 +-
7990 drivers/net/ipvlan/ipvlan_main.c | 6 +-
7991 drivers/net/irda/vlsi_ir.c | 18 +-
7992 drivers/net/irda/vlsi_ir.h | 14 +-
7993 drivers/net/loopback.c | 2 +-
7994 drivers/net/macsec.c | 2 +-
7995 drivers/net/macvlan.c | 20 +-
7996 drivers/net/macvtap.c | 10 +-
7997 drivers/net/nlmon.c | 2 +-
7998 drivers/net/phy/phy_device.c | 6 +-
7999 drivers/net/plip/plip.c | 2 +-
8000 drivers/net/ppp/ppp_generic.c | 6 +-
8001 drivers/net/ppp/pptp.c | 2 +-
8002 drivers/net/rionet.c | 2 +-
8003 drivers/net/slip/slhc.c | 2 +-
8004 drivers/net/team/team.c | 4 +-
8005 drivers/net/tun.c | 7 +-
8006 drivers/net/usb/hso.c | 28 +-
8007 drivers/net/usb/ipheth.c | 2 +-
8008 drivers/net/usb/r8152.c | 2 +-
8009 drivers/net/usb/sierra_net.c | 4 +-
8010 drivers/net/virtio_net.c | 2 +-
8011 drivers/net/vrf.c | 4 +-
8012 drivers/net/vxlan.c | 4 +-
8013 drivers/net/wimax/i2400m/rx.c | 2 +-
8014 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
8015 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
8016 drivers/net/wireless/ath/ath6kl/core.h | 2 +-
8017 drivers/net/wireless/ath/ath6kl/txrx.c | 2 +-
8018 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
8019 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
8020 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
8021 drivers/net/wireless/ath/ath9k/main.c | 22 +-
8022 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
8023 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
8024 drivers/net/wireless/ath/carl9170/main.c | 10 +-
8025 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
8026 drivers/net/wireless/ath/wil6210/pcie_bus.c | 2 +-
8027 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
8028 drivers/net/wireless/atmel/at76c50x-usb.c | 2 +-
8029 drivers/net/wireless/atmel/atmel.c | 183 +-
8030 drivers/net/wireless/broadcom/b43/phy_lp.c | 2 +-
8031 drivers/net/wireless/broadcom/b43legacy/main.c | 5 +-
8032 .../broadcom/brcm80211/brcmfmac/cfg80211.c | 55 +-
8033 .../broadcom/brcm80211/brcmsmac/phy/phy_cmn.c | 3 +-
8034 .../broadcom/brcm80211/brcmsmac/phy_shim.c | 5 +-
8035 .../broadcom/brcm80211/brcmsmac/phy_shim.h | 2 +-
8036 drivers/net/wireless/cisco/airo.c | 201 +-
8037 drivers/net/wireless/intel/ipw2x00/ipw2100.c | 8 +-
8038 drivers/net/wireless/intel/ipw2x00/ipw2200.c | 6 +-
8039 drivers/net/wireless/intel/iwlegacy/3945-mac.c | 11 +-
8040 drivers/net/wireless/intel/iwlegacy/4965-mac.c | 7 +-
8041 drivers/net/wireless/intel/iwlwifi/dvm/debugfs.c | 34 +-
8042 drivers/net/wireless/intel/iwlwifi/dvm/lib.c | 4 +-
8043 drivers/net/wireless/intel/iwlwifi/mvm/d3.c | 8 +-
8044 drivers/net/wireless/intel/iwlwifi/mvm/tx.c | 4 +-
8045 drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 4 +-
8046 .../net/wireless/intersil/hostap/hostap_ioctl.c | 134 +-
8047 drivers/net/wireless/intersil/orinoco/wext.c | 131 +-
8048 drivers/net/wireless/intersil/prism54/isl_ioctl.c | 292 +-
8049 drivers/net/wireless/mac80211_hwsim.c | 28 +-
8050 drivers/net/wireless/marvell/mwifiex/11n_aggr.c | 2 +-
8051 drivers/net/wireless/marvell/mwifiex/main.c | 2 +-
8052 drivers/net/wireless/marvell/mwifiex/pcie.c | 4 +-
8053 drivers/net/wireless/marvell/mwifiex/sdio.c | 4 +-
8054 drivers/net/wireless/ralink/rt2x00/rt2400pci.c | 4 +-
8055 drivers/net/wireless/ralink/rt2x00/rt2500pci.c | 4 +-
8056 drivers/net/wireless/ralink/rt2x00/rt2500usb.c | 4 +-
8057 drivers/net/wireless/ralink/rt2x00/rt2800lib.c | 6 +-
8058 drivers/net/wireless/ralink/rt2x00/rt2x00.h | 2 +-
8059 drivers/net/wireless/ralink/rt2x00/rt2x00queue.c | 4 +-
8060 drivers/net/wireless/ralink/rt2x00/rt61pci.c | 4 +-
8061 drivers/net/wireless/ralink/rt2x00/rt73usb.c | 4 +-
8062 drivers/net/wireless/realtek/rtlwifi/base.c | 14 +-
8063 drivers/net/wireless/realtek/rtlwifi/base.h | 4 +-
8064 drivers/net/wireless/realtek/rtlwifi/pci.c | 15 +-
8065 drivers/net/wireless/realtek/rtlwifi/ps.c | 6 +-
8066 drivers/net/wireless/realtek/rtlwifi/ps.h | 6 +-
8067 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
8068 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
8069 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
8070 drivers/net/wireless/zydas/zd1201.c | 192 +-
8071 drivers/net/xen-netback/interface.c | 2 +-
8072 drivers/net/xen-netfront.c | 2 +-
8073 drivers/nvme/host/pci.c | 2 +-
8074 drivers/of/fdt.c | 4 +-
8075 drivers/oprofile/buffer_sync.c | 8 +-
8076 drivers/oprofile/event_buffer.c | 2 +-
8077 drivers/oprofile/oprof.c | 2 +-
8078 drivers/oprofile/oprofile_stats.c | 10 +-
8079 drivers/oprofile/oprofile_stats.h | 10 +-
8080 drivers/oprofile/oprofilefs.c | 6 +-
8081 drivers/oprofile/timer_int.c | 2 +-
8082 drivers/parport/procfs.c | 4 +-
8083 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
8084 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
8085 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
8086 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
8087 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
8088 drivers/pci/hotplug/pciehp_core.c | 2 +-
8089 drivers/pci/msi.c | 22 +-
8090 drivers/pci/pci-sysfs.c | 6 +-
8091 drivers/pci/pci.h | 4 +-
8092 drivers/pci/pcie/aspm.c | 10 +-
8093 drivers/pci/pcie/portdrv_pci.c | 2 +-
8094 drivers/pci/probe.c | 2 +-
8095 drivers/pci/setup-bus.c | 10 +-
8096 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
8097 drivers/pinctrl/pinctrl-at91.c | 5 +-
8098 drivers/platform/chrome/chromeos_laptop.c | 2 +-
8099 drivers/platform/chrome/chromeos_pstore.c | 2 +-
8100 drivers/platform/chrome/cros_ec_lpc.c | 2 +-
8101 drivers/platform/x86/alienware-wmi.c | 4 +-
8102 drivers/platform/x86/apple-gmux.c | 2 +-
8103 drivers/platform/x86/compal-laptop.c | 2 +-
8104 drivers/platform/x86/hdaps.c | 2 +-
8105 drivers/platform/x86/ibm_rtl.c | 2 +-
8106 drivers/platform/x86/intel_oaktrail.c | 2 +-
8107 drivers/platform/x86/msi-laptop.c | 16 +-
8108 drivers/platform/x86/msi-wmi.c | 2 +-
8109 drivers/platform/x86/samsung-laptop.c | 2 +-
8110 drivers/platform/x86/samsung-q10.c | 2 +-
8111 drivers/platform/x86/sony-laptop.c | 14 +-
8112 drivers/platform/x86/thinkpad_acpi.c | 10 +-
8113 drivers/pnp/base.h | 2 +-
8114 drivers/pnp/pnpbios/bioscalls.c | 14 +-
8115 drivers/pnp/pnpbios/core.c | 2 +-
8116 drivers/pnp/resource.c | 4 +-
8117 drivers/power/pda_power.c | 7 +-
8118 drivers/power/power_supply.h | 4 +-
8119 drivers/power/power_supply_core.c | 7 +-
8120 drivers/power/power_supply_sysfs.c | 6 +-
8121 drivers/power/reset/at91-reset.c | 5 +-
8122 drivers/powercap/powercap_sys.c | 136 +-
8123 drivers/ptp/ptp_private.h | 2 +-
8124 drivers/ptp/ptp_sysfs.c | 2 +-
8125 drivers/regulator/core.c | 4 +-
8126 drivers/regulator/max8660.c | 6 +-
8127 drivers/regulator/max8973-regulator.c | 16 +-
8128 drivers/regulator/mc13892-regulator.c | 8 +-
8129 drivers/remoteproc/remoteproc_core.c | 26 +-
8130 drivers/rtc/rtc-armada38x.c | 7 +-
8131 drivers/rtc/rtc-cmos.c | 4 +-
8132 drivers/rtc/rtc-ds1307.c | 2 +-
8133 drivers/rtc/rtc-m41t80.c | 8 +-
8134 drivers/rtc/rtc-m48t59.c | 4 +-
8135 drivers/rtc/rtc-rv3029c2.c | 8 +-
8136 drivers/rtc/rtc-rv8803.c | 15 +-
8137 drivers/rtc/rtc-rx8010.c | 8 +-
8138 drivers/rtc/rtc-test.c | 6 +-
8139 drivers/scsi/aacraid/aachba.c | 7 +-
8140 drivers/scsi/aic7xxx/aic79xx.h | 2 +-
8141 drivers/scsi/aic7xxx/aic79xx_core.c | 11 +-
8142 drivers/scsi/be2iscsi/be_main.c | 2 +-
8143 drivers/scsi/bfa/bfa.h | 4 +-
8144 drivers/scsi/bfa/bfa_core.c | 4 +-
8145 drivers/scsi/bfa/bfa_cs.h | 124 +-
8146 drivers/scsi/bfa/bfa_fcpim.h | 14 +-
8147 drivers/scsi/bfa/bfa_fcs.h | 34 +-
8148 drivers/scsi/bfa/bfa_fcs_fcpim.c | 6 +-
8149 drivers/scsi/bfa/bfa_fcs_lport.c | 4 +-
8150 drivers/scsi/bfa/bfa_fcs_rport.c | 4 +-
8151 drivers/scsi/bfa/bfa_ioc.c | 8 +-
8152 drivers/scsi/bfa/bfa_ioc.h | 16 +-
8153 drivers/scsi/bfa/bfa_svc.c | 12 +-
8154 drivers/scsi/bfa/bfa_svc.h | 20 +-
8155 drivers/scsi/bfa/bfad.c | 12 +-
8156 drivers/scsi/bfa/bfad_bsg.c | 8 +-
8157 drivers/scsi/bfa/bfad_drv.h | 5 +-
8158 drivers/scsi/csiostor/csio_defs.h | 19 +-
8159 drivers/scsi/csiostor/csio_hw.c | 67 +-
8160 drivers/scsi/csiostor/csio_init.c | 2 +-
8161 drivers/scsi/csiostor/csio_lnode.c | 32 +-
8162 drivers/scsi/csiostor/csio_rnode.c | 28 +-
8163 drivers/scsi/csiostor/csio_scsi.c | 37 +-
8164 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
8165 drivers/scsi/fcoe/fcoe_transport.c | 16 +-
8166 drivers/scsi/hpsa.c | 38 +-
8167 drivers/scsi/hpsa.h | 2 +-
8168 drivers/scsi/hptiop.c | 2 -
8169 drivers/scsi/hptiop.h | 1 -
8170 drivers/scsi/ipr.c | 32 +-
8171 drivers/scsi/ipr.h | 2 +-
8172 drivers/scsi/libfc/fc_exch.c | 50 +-
8173 drivers/scsi/libsas/sas_ata.c | 2 +-
8174 drivers/scsi/lpfc/lpfc.h | 8 +-
8175 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
8176 drivers/scsi/lpfc/lpfc_init.c | 8 +-
8177 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
8178 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
8179 drivers/scsi/mpt3sas/mpt3sas_base.c | 2 +-
8180 drivers/scsi/mpt3sas/mpt3sas_scsih.c | 4 +-
8181 drivers/scsi/pmcraid.c | 46 +-
8182 drivers/scsi/pmcraid.h | 8 +-
8183 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
8184 drivers/scsi/qla2xxx/qla_gbl.h | 8 +-
8185 drivers/scsi/qla2xxx/qla_os.c | 15 +-
8186 drivers/scsi/qla2xxx/qla_target.c | 16 +-
8187 drivers/scsi/qla2xxx/qla_target.h | 2 +-
8188 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
8189 drivers/scsi/qla4xxx/ql4_os.c | 15 +-
8190 drivers/scsi/scsi.c | 2 +-
8191 drivers/scsi/scsi_debug.c | 42 +-
8192 drivers/scsi/scsi_lib.c | 8 +-
8193 drivers/scsi/scsi_sysfs.c | 2 +-
8194 drivers/scsi/scsi_transport_fc.c | 8 +-
8195 drivers/scsi/scsi_transport_iscsi.c | 6 +-
8196 drivers/scsi/scsi_transport_spi.c | 2 +-
8197 drivers/scsi/scsi_transport_srp.c | 8 +-
8198 drivers/scsi/sd.c | 6 +-
8199 drivers/scsi/sg.c | 2 +-
8200 drivers/scsi/sr.c | 21 +-
8201 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
8202 drivers/spi/spi.c | 2 +-
8203 drivers/staging/comedi/comedi_fops.c | 8 +-
8204 drivers/staging/fbtft/fbtft-core.c | 2 +-
8205 drivers/staging/fbtft/fbtft.h | 2 +-
8206 drivers/staging/gdm724x/gdm_lte.c | 2 +-
8207 drivers/staging/gdm724x/gdm_tty.c | 2 +-
8208 drivers/staging/i4l/icn/icn.c | 2 +-
8209 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
8210 drivers/staging/iio/adc/ad7280a.c | 4 +-
8211 .../staging/lustre/lnet/klnds/socklnd/socklnd.h | 6 +-
8212 drivers/staging/lustre/lnet/selftest/brw_test.c | 13 +-
8213 drivers/staging/lustre/lnet/selftest/framework.c | 2 -
8214 drivers/staging/lustre/lnet/selftest/ping_test.c | 15 +-
8215 drivers/staging/lustre/lnet/selftest/selftest.h | 2 -
8216 .../lustre/lustre/include/lustre/lustre_idl.h | 82 +-
8217 drivers/staging/lustre/lustre/include/lustre_dlm.h | 8 +-
8218 drivers/staging/lustre/lustre/include/lustre_net.h | 2 +-
8219 drivers/staging/lustre/lustre/include/obd.h | 2 +-
8220 drivers/staging/lustre/lustre/ldlm/ldlm_request.c | 5 +-
8221 drivers/staging/lustre/lustre/llite/dir.c | 2 +-
8222 drivers/staging/lustre/lustre/lov/lov_io.c | 60 +-
8223 drivers/staging/lustre/lustre/obdclass/llog_swab.c | 24 +-
8224 drivers/staging/lustre/lustre/osc/osc_request.c | 24 +-
8225 drivers/staging/lustre/lustre/ptlrpc/layout.c | 7 +-
8226 .../staging/lustre/lustre/ptlrpc/pack_generic.c | 136 +-
8227 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 18 +-
8228 drivers/staging/rtl8188eu/hal/rtl8188eu_recv.c | 2 +-
8229 drivers/staging/rtl8188eu/hal/rtl8188eu_xmit.c | 2 +-
8230 drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h | 8 -
8231 drivers/staging/rtl8188eu/include/hal_intf.h | 5 +-
8232 drivers/staging/rtl8188eu/include/odm_precomp.h | 2 +-
8233 drivers/staging/rtl8188eu/include/recv_osdep.h | 1 -
8234 drivers/staging/rtl8188eu/include/rtl8188e_recv.h | 2 +-
8235 drivers/staging/rtl8188eu/include/rtl8188e_xmit.h | 2 +-
8236 drivers/staging/rtl8188eu/include/rtw_cmd.h | 1 -
8237 drivers/staging/rtl8188eu/include/rtw_eeprom.h | 6 -
8238 drivers/staging/rtl8188eu/include/rtw_ioctl.h | 9 -
8239 drivers/staging/rtl8188eu/include/rtw_mlme_ext.h | 12 +-
8240 drivers/staging/rtl8188eu/include/xmit_osdep.h | 2 +-
8241 drivers/staging/rtl8188eu/os_dep/usb_ops_linux.c | 8 +-
8242 drivers/staging/rtl8188eu/os_dep/xmit_linux.c | 2 +-
8243 drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 49 +-
8244 drivers/staging/rtl8192e/rtl8192e/rtl_core.h | 4 +-
8245 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c | 10 +-
8246 drivers/staging/rtl8192e/rtl8192e/rtl_dm.h | 4 +-
8247 drivers/staging/rtl8192e/rtl8192e/rtl_ps.c | 6 +-
8248 drivers/staging/rtl8192e/rtl8192e/rtl_ps.h | 3 +-
8249 drivers/staging/rtl8192e/rtl8192e/rtl_wx.c | 48 +-
8250 drivers/staging/rtl8192e/rtllib.h | 4 +-
8251 drivers/staging/rtl8192e/rtllib_softmac.c | 32 +-
8252 drivers/staging/rtl8192e/rtllib_softmac_wx.c | 2 +-
8253 drivers/staging/rtl8192e/rtllib_tx.c | 2 +-
8254 drivers/staging/rtl8192u/ieee80211/ieee80211.h | 2 +-
8255 .../staging/rtl8192u/ieee80211/ieee80211_softmac.c | 6 +-
8256 drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c | 2 +-
8257 drivers/staging/rtl8192u/r8192U_core.c | 7 +-
8258 drivers/staging/rtl8712/rtl8712_recv.c | 6 +-
8259 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
8260 drivers/staging/rtl8712/rtl871x_ioctl.h | 14 -
8261 drivers/staging/rtl8712/rtl871x_xmit.c | 2 +-
8262 drivers/staging/rtl8712/rtl871x_xmit.h | 2 +-
8263 drivers/staging/rtl8712/usb_ops_linux.c | 4 +-
8264 drivers/staging/rtl8712/xmit_linux.c | 2 +-
8265 drivers/staging/rtl8712/xmit_osdep.h | 2 +-
8266 drivers/staging/rtl8723au/core/rtw_mlme_ext.c | 12 +-
8267 drivers/staging/rtl8723au/core/rtw_xmit.c | 2 +-
8268 drivers/staging/rtl8723au/hal/rtl8723au_recv.c | 2 +-
8269 drivers/staging/rtl8723au/hal/usb_ops_linux.c | 4 +-
8270 drivers/staging/rtl8723au/include/Hal8723APhyCfg.h | 8 -
8271 drivers/staging/rtl8723au/include/drv_types.h | 2 +-
8272 drivers/staging/rtl8723au/include/hal_intf.h | 2 -
8273 drivers/staging/rtl8723au/include/recv_osdep.h | 1 -
8274 drivers/staging/rtl8723au/include/rtw_ap.h | 2 -
8275 drivers/staging/rtl8723au/include/rtw_cmd.h | 1 -
8276 drivers/staging/rtl8723au/include/rtw_eeprom.h | 7 -
8277 drivers/staging/rtl8723au/include/rtw_mlme_ext.h | 14 +-
8278 drivers/staging/rtl8723au/include/usb_ops.h | 8 +-
8279 drivers/staging/rtl8723au/include/xmit_osdep.h | 2 +-
8280 drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c | 2 +-
8281 drivers/staging/rtl8723au/os_dep/xmit_linux.c | 2 +-
8282 drivers/staging/sm750fb/sm750.c | 14 +-
8283 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
8284 drivers/staging/unisys/visornic/visornic_main.c | 2 +-
8285 drivers/staging/vt6655/rxtx.c | 2 +-
8286 drivers/staging/vt6656/rxtx.c | 2 +-
8287 drivers/staging/wilc1000/linux_wlan.c | 2 +-
8288 drivers/staging/wilc1000/wilc_wlan.h | 2 +-
8289 drivers/staging/wlan-ng/p80211netdev.c | 2 +-
8290 drivers/target/sbp/sbp_target.c | 4 +-
8291 drivers/thermal/cpu_cooling.c | 9 +-
8292 drivers/thermal/devfreq_cooling.c | 19 +-
8293 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
8294 drivers/thermal/of-thermal.c | 17 +-
8295 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
8296 drivers/tty/cyclades.c | 6 +-
8297 drivers/tty/hvc/hvc_console.c | 14 +-
8298 drivers/tty/hvc/hvcs.c | 21 +-
8299 drivers/tty/hvc/hvsi.c | 22 +-
8300 drivers/tty/hvc/hvsi_lib.c | 4 +-
8301 drivers/tty/ipwireless/tty.c | 27 +-
8302 drivers/tty/moxa.c | 2 +-
8303 drivers/tty/n_gsm.c | 6 +-
8304 drivers/tty/n_tty.c | 28 +-
8305 drivers/tty/pty.c | 4 +-
8306 drivers/tty/rocket.c | 6 +-
8307 drivers/tty/serial/8250/8250_core.c | 10 +-
8308 drivers/tty/serial/8250/8250_pci.c | 2 +-
8309 drivers/tty/serial/ioc4_serial.c | 6 +-
8310 drivers/tty/serial/jsm/jsm_driver.c | 2 +-
8311 drivers/tty/serial/kgdb_nmi.c | 4 +-
8312 drivers/tty/serial/kgdboc.c | 34 +-
8313 drivers/tty/serial/msm_serial.c | 4 +-
8314 drivers/tty/serial/samsung.c | 9 +-
8315 drivers/tty/serial/serial_core.c | 6 +-
8316 drivers/tty/synclink.c | 34 +-
8317 drivers/tty/synclink_gt.c | 28 +-
8318 drivers/tty/synclinkmp.c | 34 +-
8319 drivers/tty/tty_io.c | 2 +-
8320 drivers/tty/tty_ldisc.c | 8 +-
8321 drivers/tty/tty_port.c | 22 +-
8322 drivers/uio/uio.c | 13 +-
8323 drivers/usb/atm/cxacru.c | 2 +-
8324 drivers/usb/atm/usbatm.c | 24 +-
8325 drivers/usb/class/cdc-acm.h | 2 +-
8326 drivers/usb/core/devices.c | 6 +-
8327 drivers/usb/core/devio.c | 12 +-
8328 drivers/usb/core/hcd.c | 4 +-
8329 drivers/usb/core/sysfs.c | 2 +-
8330 drivers/usb/core/usb.c | 2 +-
8331 drivers/usb/early/ehci-dbgp.c | 16 +-
8332 drivers/usb/gadget/function/f_phonet.c | 2 +-
8333 drivers/usb/gadget/function/u_serial.c | 22 +-
8334 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
8335 drivers/usb/host/ehci-hcd.c | 2 +-
8336 drivers/usb/host/ehci-hub.c | 4 +-
8337 drivers/usb/host/ehci-q.c | 4 +-
8338 drivers/usb/host/fotg210-hcd.c | 2 +-
8339 drivers/usb/host/hwa-hc.c | 2 +-
8340 drivers/usb/host/ohci-hcd.c | 2 +-
8341 drivers/usb/host/r8a66597.h | 2 +-
8342 drivers/usb/host/uhci-hcd.c | 2 +-
8343 drivers/usb/host/xhci-pci.c | 2 +-
8344 drivers/usb/host/xhci-ring.c | 52 +-
8345 drivers/usb/host/xhci.c | 2 +-
8346 drivers/usb/misc/appledisplay.c | 4 +-
8347 drivers/usb/misc/sisusbvga/sisusb_con.c | 98 +-
8348 drivers/usb/serial/console.c | 8 +-
8349 drivers/usb/storage/transport.c | 2 +-
8350 drivers/usb/storage/usb.c | 2 +-
8351 drivers/usb/storage/usb.h | 2 +-
8352 drivers/usb/usbip/vhci.h | 2 +-
8353 drivers/usb/usbip/vhci_hcd.c | 6 +-
8354 drivers/usb/usbip/vhci_rx.c | 2 +-
8355 drivers/usb/wusbcore/wa-hc.h | 4 +-
8356 drivers/usb/wusbcore/wa-xfer.c | 2 +-
8357 drivers/vfio/pci/vfio_pci.c | 2 +-
8358 drivers/vhost/vringh.c | 20 +-
8359 drivers/video/backlight/kb3886_bl.c | 2 +-
8360 drivers/video/console/dummycon.c | 96 +-
8361 drivers/video/console/fbcon.c | 2 +-
8362 drivers/video/console/vgacon.c | 23 +-
8363 drivers/video/fbdev/aty/aty128fb.c | 2 +-
8364 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
8365 drivers/video/fbdev/aty/mach64_ct.c | 5 +-
8366 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
8367 drivers/video/fbdev/aty/mach64_gx.c | 17 +-
8368 drivers/video/fbdev/core/fb_defio.c | 8 +-
8369 drivers/video/fbdev/core/fbmem.c | 12 +-
8370 drivers/video/fbdev/hyperv_fb.c | 4 +-
8371 drivers/video/fbdev/i810/i810_accel.c | 1 +
8372 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
8373 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
8374 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
8375 drivers/video/fbdev/omap2/omapfb/dss/display.c | 8 +-
8376 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
8377 drivers/video/fbdev/sis/sis_main.h | 2 +-
8378 drivers/video/fbdev/smscufx.c | 4 +-
8379 drivers/video/fbdev/udlfb.c | 36 +-
8380 drivers/video/fbdev/uvesafb.c | 52 +-
8381 drivers/video/fbdev/vesafb.c | 58 +-
8382 drivers/video/fbdev/via/via_clock.h | 2 +-
8383 drivers/xen/events/events_base.c | 6 +-
8384 drivers/xen/xen-pciback/pci_stub.c | 2 +-
8385 fs/9p/vfs_addr.c | 2 +-
8386 fs/9p/vfs_inode_dotl.c | 4 +-
8387 fs/Kconfig.binfmt | 2 +-
8388 fs/afs/file.c | 8 +-
8389 fs/afs/inode.c | 4 +-
8390 fs/afs/internal.h | 4 +-
8391 fs/aio.c | 2 +-
8392 fs/autofs4/waitq.c | 2 +-
8393 fs/befs/endian.h | 6 +-
8394 fs/binfmt_aout.c | 23 +-
8395 fs/binfmt_elf.c | 670 +-
8396 fs/binfmt_elf_fdpic.c | 4 +-
8397 fs/block_dev.c | 2 +-
8398 fs/btrfs/ctree.c | 11 +-
8399 fs/btrfs/ctree.h | 8 +-
8400 fs/btrfs/delayed-inode.c | 6 +-
8401 fs/btrfs/delayed-inode.h | 4 +-
8402 fs/btrfs/delayed-ref.c | 4 +-
8403 fs/btrfs/dev-replace.c | 20 +-
8404 fs/btrfs/dev-replace.h | 4 +-
8405 fs/btrfs/disk-io.c | 4 +-
8406 fs/btrfs/extent_map.c | 8 +-
8407 fs/btrfs/file.c | 4 +-
8408 fs/btrfs/free-space-cache.h | 1 +
8409 fs/btrfs/raid56.c | 30 +-
8410 fs/btrfs/scrub.c | 2 +-
8411 fs/btrfs/super.c | 2 +-
8412 fs/btrfs/sysfs.c | 2 +-
8413 fs/btrfs/tests/btrfs-tests.c | 2 +-
8414 fs/btrfs/tests/free-space-tests.c | 2 +-
8415 fs/btrfs/transaction.c | 2 +-
8416 fs/btrfs/tree-log.c | 8 +-
8417 fs/btrfs/tree-log.h | 2 +-
8418 fs/btrfs/volumes.c | 14 +-
8419 fs/btrfs/volumes.h | 22 +-
8420 fs/buffer.c | 2 +-
8421 fs/cachefiles/bind.c | 6 +-
8422 fs/cachefiles/daemon.c | 12 +-
8423 fs/cachefiles/internal.h | 16 +-
8424 fs/cachefiles/namei.c | 6 +-
8425 fs/cachefiles/proc.c | 12 +-
8426 fs/ceph/dir.c | 10 +-
8427 fs/ceph/super.c | 4 +-
8428 fs/cifs/cifs_debug.c | 12 +-
8429 fs/cifs/cifsfs.c | 8 +-
8430 fs/cifs/cifsglob.h | 54 +-
8431 fs/cifs/file.c | 14 +-
8432 fs/cifs/misc.c | 4 +-
8433 fs/cifs/smb1ops.c | 80 +-
8434 fs/cifs/smb2ops.c | 84 +-
8435 fs/cifs/smb2pdu.c | 3 +-
8436 fs/coda/cache.c | 10 +-
8437 fs/coda/dir.c | 5 +-
8438 fs/compat.c | 9 +-
8439 fs/compat_binfmt_elf.c | 2 +
8440 fs/compat_ioctl.c | 12 +-
8441 fs/configfs/dir.c | 10 +-
8442 fs/coredump.c | 18 +-
8443 fs/dcache.c | 64 +-
8444 fs/debugfs/file.c | 4 +-
8445 fs/ecryptfs/inode.c | 2 +-
8446 fs/ecryptfs/miscdev.c | 2 +-
8447 fs/exec.c | 369 +-
8448 fs/exofs/inode.c | 7 +-
8449 fs/ext2/xattr.c | 5 +-
8450 fs/ext4/ext4.h | 20 +-
8451 fs/ext4/mballoc.c | 44 +-
8452 fs/ext4/resize.c | 16 +-
8453 fs/ext4/super.c | 2 +-
8454 fs/ext4/sysfs.c | 2 +-
8455 fs/ext4/xattr.c | 5 +-
8456 fs/f2fs/f2fs.h | 7 +-
8457 fs/f2fs/super.c | 2 +-
8458 fs/fhandle.c | 5 +-
8459 fs/file.c | 18 +-
8460 fs/freevxfs/vxfs_inode.c | 8 +-
8461 fs/freevxfs/vxfs_inode.h | 4 +-
8462 fs/fs-writeback.c | 11 +-
8463 fs/fs_struct.c | 8 +-
8464 fs/fscache/cookie.c | 40 +-
8465 fs/fscache/internal.h | 202 +-
8466 fs/fscache/object.c | 26 +-
8467 fs/fscache/operation.c | 38 +-
8468 fs/fscache/page.c | 110 +-
8469 fs/fscache/stats.c | 348 +-
8470 fs/fuse/cuse.c | 10 +-
8471 fs/fuse/dev.c | 4 +-
8472 fs/fuse/file.c | 4 +-
8473 fs/fuse/inode.c | 4 +-
8474 fs/gfs2/aops.c | 2 +-
8475 fs/gfs2/file.c | 2 +-
8476 fs/gfs2/glock.c | 22 +-
8477 fs/gfs2/glops.c | 4 +-
8478 fs/gfs2/quota.c | 6 +-
8479 fs/hugetlbfs/inode.c | 13 +-
8480 fs/inode.c | 4 +-
8481 fs/jbd2/commit.c | 2 +-
8482 fs/jbd2/transaction.c | 4 +-
8483 fs/jffs2/erase.c | 3 +-
8484 fs/jffs2/file.c | 5 +-
8485 fs/jffs2/fs.c | 2 +-
8486 fs/jffs2/os-linux.h | 2 +-
8487 fs/jffs2/wbuf.c | 3 +-
8488 fs/jfs/super.c | 2 +-
8489 fs/kernfs/dir.c | 2 +-
8490 fs/kernfs/file.c | 20 +-
8491 fs/libfs.c | 10 +-
8492 fs/lockd/clnt4xdr.c | 46 +-
8493 fs/lockd/clntproc.c | 4 +-
8494 fs/lockd/clntxdr.c | 44 +-
8495 fs/lockd/mon.c | 24 +-
8496 fs/lockd/svc.c | 2 +-
8497 fs/lockd/svc4proc.c | 69 +-
8498 fs/lockd/svcproc.c | 75 +-
8499 fs/lockd/xdr.c | 44 +-
8500 fs/lockd/xdr4.c | 41 +-
8501 fs/logfs/dev_bdev.c | 13 +-
8502 fs/logfs/dev_mtd.c | 13 +-
8503 fs/logfs/dir.c | 4 +-
8504 fs/logfs/logfs.h | 5 +-
8505 fs/logfs/readwrite.c | 2 +-
8506 fs/logfs/segment.c | 2 +-
8507 fs/logfs/super.c | 39 -
8508 fs/namei.c | 14 +-
8509 fs/namespace.c | 15 +-
8510 fs/nfs/callback.h | 18 +-
8511 fs/nfs/callback_proc.c | 26 +-
8512 fs/nfs/callback_xdr.c | 73 +-
8513 fs/nfs/dir.c | 5 +-
8514 fs/nfs/inode.c | 6 +-
8515 fs/nfs/internal.h | 5 +-
8516 fs/nfs/mount_clnt.c | 26 +-
8517 fs/nfs/nfs2xdr.c | 101 +-
8518 fs/nfs/nfs3xdr.c | 201 +-
8519 fs/nfs/nfs42xdr.c | 72 +-
8520 fs/nfs/nfs4xdr.c | 507 +-
8521 fs/nfs/read.c | 2 +-
8522 fs/nfs/symlink.c | 6 +-
8523 fs/nfsd/current_stateid.h | 24 +-
8524 fs/nfsd/nfs2acl.c | 85 +-
8525 fs/nfsd/nfs3acl.c | 44 +-
8526 fs/nfsd/nfs3proc.c | 271 +-
8527 fs/nfsd/nfs3xdr.c | 171 +-
8528 fs/nfsd/nfs4callback.c | 31 +-
8529 fs/nfsd/nfs4proc.c | 320 +-
8530 fs/nfsd/nfs4state.c | 111 +-
8531 fs/nfsd/nfs4xdr.c | 564 +-
8532 fs/nfsd/nfscache.c | 11 +-
8533 fs/nfsd/nfsproc.c | 193 +-
8534 fs/nfsd/nfsxdr.c | 96 +-
8535 fs/nfsd/vfs.c | 6 +-
8536 fs/nfsd/xdr.h | 50 +-
8537 fs/nfsd/xdr3.h | 100 +-
8538 fs/nfsd/xdr4.h | 50 +-
8539 fs/nls/nls_base.c | 26 +-
8540 fs/nls/nls_cp932.c | 2 +-
8541 fs/nls/nls_cp936.c | 2 +-
8542 fs/nls/nls_cp949.c | 2 +-
8543 fs/nls/nls_cp950.c | 2 +-
8544 fs/nls/nls_euc-jp.c | 8 +-
8545 fs/nls/nls_koi8-ru.c | 8 +-
8546 fs/notify/fanotify/fanotify_user.c | 4 +-
8547 fs/notify/notification.c | 4 +-
8548 fs/ntfs/dir.c | 4 +-
8549 fs/ntfs/inode.c | 19 +-
8550 fs/ntfs/inode.h | 4 +-
8551 fs/ntfs/mft.c | 4 +-
8552 fs/ntfs/super.c | 8 +-
8553 fs/ocfs2/dlm/dlmcommon.h | 4 +-
8554 fs/ocfs2/dlm/dlmdebug.c | 10 +-
8555 fs/ocfs2/dlm/dlmdomain.c | 4 +-
8556 fs/ocfs2/dlm/dlmmaster.c | 4 +-
8557 fs/ocfs2/dlmfs/dlmfs.c | 4 +-
8558 fs/ocfs2/filecheck.c | 2 +-
8559 fs/ocfs2/localalloc.c | 2 +-
8560 fs/ocfs2/ocfs2.h | 10 +-
8561 fs/ocfs2/suballoc.c | 12 +-
8562 fs/ocfs2/super.c | 20 +-
8563 fs/overlayfs/copy_up.c | 2 +-
8564 fs/pipe.c | 72 +-
8565 fs/posix_acl.c | 4 +-
8566 fs/proc/array.c | 20 +
8567 fs/proc/base.c | 7 +-
8568 fs/proc/kcore.c | 36 +-
8569 fs/proc/meminfo.c | 2 +-
8570 fs/proc/nommu.c | 2 +-
8571 fs/proc/proc_net.c | 2 +-
8572 fs/proc/proc_sysctl.c | 26 +-
8573 fs/proc/task_mmu.c | 39 +-
8574 fs/proc/task_nommu.c | 6 +-
8575 fs/proc/vmcore.c | 16 +-
8576 fs/qnx6/qnx6.h | 4 +-
8577 fs/quota/netlink.c | 4 +-
8578 fs/read_write.c | 34 +-
8579 fs/readdir.c | 3 +-
8580 fs/reiserfs/do_balan.c | 2 +-
8581 fs/reiserfs/procfs.c | 2 +-
8582 fs/reiserfs/reiserfs.h | 4 +-
8583 fs/select.c | 2 +-
8584 fs/seq_file.c | 4 +-
8585 fs/splice.c | 43 +-
8586 fs/squashfs/xattr.c | 10 +-
8587 fs/super.c | 3 +-
8588 fs/sysv/sysv.h | 2 +-
8589 fs/tracefs/inode.c | 8 +-
8590 fs/ubifs/find.c | 34 +-
8591 fs/ubifs/lprops.c | 5 +-
8592 fs/udf/misc.c | 2 +-
8593 fs/ufs/swab.h | 4 +-
8594 fs/userfaultfd.c | 2 +-
8595 fs/xattr.c | 21 +
8596 fs/xfs/libxfs/xfs_bmap.c | 2 +-
8597 fs/xfs/libxfs/xfs_da_btree.c | 4 +-
8598 fs/xfs/xfs_dir2_readdir.c | 7 +-
8599 fs/xfs/xfs_ioctl.c | 2 +-
8600 fs/xfs/xfs_linux.h | 4 +-
8601 include/acpi/ghes.h | 2 +-
8602 include/asm-generic/4level-fixup.h | 2 +
8603 include/asm-generic/atomic-long.h | 186 +-
8604 include/asm-generic/atomic64.h | 12 +
8605 include/asm-generic/bitops/__fls.h | 2 +-
8606 include/asm-generic/bitops/fls.h | 2 +-
8607 include/asm-generic/bitops/fls64.h | 4 +-
8608 include/asm-generic/bug.h | 6 +-
8609 include/asm-generic/cache.h | 4 +-
8610 include/asm-generic/emergency-restart.h | 2 +-
8611 include/asm-generic/kmap_types.h | 4 +-
8612 include/asm-generic/local.h | 13 +
8613 include/asm-generic/pgtable-nopmd.h | 18 +-
8614 include/asm-generic/pgtable-nopud.h | 15 +-
8615 include/asm-generic/pgtable.h | 16 +
8616 include/asm-generic/sections.h | 1 +
8617 include/asm-generic/uaccess.h | 16 +
8618 include/asm-generic/vmlinux.lds.h | 15 +-
8619 include/crypto/algapi.h | 2 +-
8620 include/crypto/cast6.h | 4 +-
8621 include/crypto/serpent.h | 4 +-
8622 include/crypto/xts.h | 2 +-
8623 include/drm/drmP.h | 19 +-
8624 include/drm/drm_mm.h | 2 +-
8625 include/drm/drm_modeset_helper_vtables.h | 3 +-
8626 include/drm/i915_pciids.h | 2 +-
8627 include/drm/intel-gtt.h | 4 +-
8628 include/drm/ttm/ttm_memory.h | 2 +-
8629 include/drm/ttm/ttm_page_alloc.h | 1 +
8630 include/keys/asymmetric-subtype.h | 2 +-
8631 include/keys/encrypted-type.h | 2 +-
8632 include/keys/rxrpc-type.h | 2 +-
8633 include/keys/user-type.h | 2 +-
8634 include/linux/atmdev.h | 4 +-
8635 include/linux/atomic.h | 12 +-
8636 include/linux/audit.h | 2 +-
8637 include/linux/average.h | 2 +-
8638 include/linux/binfmts.h | 3 +-
8639 include/linux/bitmap.h | 2 +-
8640 include/linux/bitops.h | 8 +-
8641 include/linux/blk-cgroup.h | 24 +-
8642 include/linux/blkdev.h | 2 +-
8643 include/linux/blktrace_api.h | 2 +-
8644 include/linux/cache.h | 9 +
8645 include/linux/cdrom.h | 1 -
8646 include/linux/cgroup-defs.h | 2 +-
8647 include/linux/cleancache.h | 2 +-
8648 include/linux/clk-provider.h | 1 +
8649 include/linux/compat.h | 15 +-
8650 include/linux/compiler-gcc.h | 33 +-
8651 include/linux/compiler.h | 197 +-
8652 include/linux/configfs.h | 2 +-
8653 include/linux/cpufreq.h | 7 +-
8654 include/linux/cpuidle.h | 5 +-
8655 include/linux/cpumask.h | 14 +-
8656 include/linux/crypto.h | 4 +-
8657 include/linux/ctype.h | 2 +-
8658 include/linux/dcache.h | 4 +-
8659 include/linux/decompress/mm.h | 2 +-
8660 include/linux/devfreq.h | 2 +-
8661 include/linux/device.h | 7 +-
8662 include/linux/dma-mapping.h | 2 +-
8663 include/linux/efi.h | 1 +
8664 include/linux/elf.h | 2 +
8665 include/linux/err.h | 4 +-
8666 include/linux/ethtool.h | 1 +
8667 include/linux/extcon.h | 2 +-
8668 include/linux/fb.h | 3 +-
8669 include/linux/fdtable.h | 2 +-
8670 include/linux/firewire.h | 2 +-
8671 include/linux/fs.h | 5 +-
8672 include/linux/fs_struct.h | 2 +-
8673 include/linux/fscache-cache.h | 2 +-
8674 include/linux/fscache.h | 2 +-
8675 include/linux/fsnotify.h | 2 +-
8676 include/linux/genhd.h | 4 +-
8677 include/linux/genl_magic_func.h | 2 +-
8678 include/linux/genl_magic_struct.h | 4 +-
8679 include/linux/gfp.h | 14 +-
8680 include/linux/highmem.h | 12 +
8681 include/linux/hugetlb.h | 2 +-
8682 include/linux/hugetlb_cgroup.h | 11 +
8683 include/linux/hwmon-sysfs.h | 6 +-
8684 include/linux/i2c.h | 1 +
8685 include/linux/if_pppox.h | 2 +-
8686 include/linux/init.h | 10 +-
8687 include/linux/init_task.h | 7 +
8688 include/linux/interrupt.h | 6 +-
8689 include/linux/iommu.h | 2 +-
8690 include/linux/ioport.h | 2 +-
8691 include/linux/ipc.h | 2 +-
8692 include/linux/irq.h | 5 +-
8693 include/linux/irqchip/mmp.h | 2 +-
8694 include/linux/irqdesc.h | 2 +-
8695 include/linux/irqdomain.h | 3 +
8696 include/linux/jbd2.h | 2 +-
8697 include/linux/jiffies.h | 16 +-
8698 include/linux/kallsyms.h | 18 +-
8699 include/linux/key-type.h | 2 +-
8700 include/linux/kgdb.h | 6 +-
8701 include/linux/kmemleak.h | 4 +-
8702 include/linux/kobject.h | 3 +-
8703 include/linux/kobject_ns.h | 2 +-
8704 include/linux/kref.h | 2 +-
8705 include/linux/libata.h | 2 +-
8706 include/linux/linkage.h | 31 +-
8707 include/linux/list.h | 15 +
8708 include/linux/lockd/xdr.h | 34 +-
8709 include/linux/lockd/xdr4.h | 34 +-
8710 include/linux/lockref.h | 26 +-
8711 include/linux/math64.h | 10 +-
8712 include/linux/memcontrol.h | 2 +-
8713 include/linux/memory.h | 2 +-
8714 include/linux/mempolicy.h | 7 +
8715 include/linux/mm.h | 98 +-
8716 include/linux/mm_types.h | 20 +
8717 include/linux/mmiotrace.h | 4 +-
8718 include/linux/mmzone.h | 2 +-
8719 include/linux/mod_devicetable.h | 4 +-
8720 include/linux/module.h | 58 +-
8721 include/linux/moduleloader.h | 16 +
8722 include/linux/moduleparam.h | 12 +-
8723 include/linux/net.h | 2 +-
8724 include/linux/netdevice.h | 11 +-
8725 include/linux/netfilter.h | 2 +-
8726 include/linux/netfilter/ipset/ip_set.h | 16 +-
8727 include/linux/netfilter/ipset/ip_set_comment.h | 3 +-
8728 include/linux/netfilter/nfnetlink.h | 2 +-
8729 include/linux/netlink.h | 12 +-
8730 include/linux/nls.h | 4 +-
8731 include/linux/notifier.h | 3 +-
8732 include/linux/oprofile.h | 4 +-
8733 include/linux/padata.h | 2 +-
8734 include/linux/pagemap.h | 4 +-
8735 include/linux/pci_hotplug.h | 3 +-
8736 include/linux/percpu.h | 2 +-
8737 include/linux/perf_event.h | 12 +-
8738 include/linux/pid.h | 4 +-
8739 include/linux/pipe_fs_i.h | 8 +-
8740 include/linux/pm.h | 1 +
8741 include/linux/pm_domain.h | 2 +-
8742 include/linux/pm_runtime.h | 2 +-
8743 include/linux/pnp.h | 2 +-
8744 include/linux/poison.h | 4 +-
8745 include/linux/power/smartreflex.h | 2 +-
8746 include/linux/ppp-comp.h | 2 +-
8747 include/linux/preempt.h | 21 +
8748 include/linux/printk.h | 2 +-
8749 include/linux/proc_ns.h | 2 +-
8750 include/linux/psci.h | 2 +-
8751 include/linux/quota.h | 2 +-
8752 include/linux/random.h | 19 +-
8753 include/linux/rculist.h | 16 +
8754 include/linux/rcupdate.h | 8 +
8755 include/linux/reboot.h | 14 +-
8756 include/linux/regset.h | 3 +-
8757 include/linux/relay.h | 2 +-
8758 include/linux/rio.h | 2 +-
8759 include/linux/rmap.h | 4 +-
8760 include/linux/sched.h | 77 +-
8761 include/linux/scif.h | 2 +-
8762 include/linux/semaphore.h | 2 +-
8763 include/linux/seq_buf.h | 4 +-
8764 include/linux/seq_file.h | 1 +
8765 include/linux/seqlock.h | 10 +
8766 include/linux/signal.h | 2 +-
8767 include/linux/skbuff.h | 12 +-
8768 include/linux/slab.h | 47 +-
8769 include/linux/slab_def.h | 14 +-
8770 include/linux/slub_def.h | 2 +-
8771 include/linux/smp.h | 2 +
8772 include/linux/sock_diag.h | 2 +-
8773 include/linux/sonet.h | 2 +-
8774 include/linux/spinlock.h | 17 +-
8775 include/linux/srcu.h | 5 +-
8776 include/linux/string.h | 70 +-
8777 include/linux/sunrpc/addr.h | 8 +-
8778 include/linux/sunrpc/clnt.h | 2 +-
8779 include/linux/sunrpc/svc.h | 2 +-
8780 include/linux/sunrpc/svc_rdma.h | 18 +-
8781 include/linux/sunrpc/svcauth.h | 2 +-
8782 include/linux/swapops.h | 10 +-
8783 include/linux/swiotlb.h | 3 +-
8784 include/linux/syscalls.h | 38 +-
8785 include/linux/syscore_ops.h | 2 +-
8786 include/linux/sysctl.h | 3 +-
8787 include/linux/sysfs.h | 11 +-
8788 include/linux/sysrq.h | 3 +-
8789 include/linux/tcp.h | 14 +-
8790 include/linux/thread_info.h | 7 +
8791 include/linux/tty.h | 4 +-
8792 include/linux/tty_driver.h | 2 +-
8793 include/linux/tty_ldisc.h | 2 +-
8794 include/linux/types.h | 18 +
8795 include/linux/uaccess.h | 2 +-
8796 include/linux/uio_driver.h | 2 +-
8797 include/linux/unaligned/access_ok.h | 24 +-
8798 include/linux/usb.h | 12 +-
8799 include/linux/usb/hcd.h | 1 +
8800 include/linux/usb/renesas_usbhs.h | 2 +-
8801 include/linux/vermagic.h | 21 +-
8802 include/linux/vga_switcheroo.h | 8 +-
8803 include/linux/vmalloc.h | 7 +-
8804 include/linux/vmstat.h | 24 +-
8805 include/linux/writeback.h | 3 +-
8806 include/linux/xattr.h | 5 +-
8807 include/linux/zlib.h | 3 +-
8808 include/media/v4l2-dev.h | 2 +-
8809 include/media/v4l2-device.h | 2 +-
8810 include/net/9p/transport.h | 2 +-
8811 include/net/bluetooth/l2cap.h | 2 +-
8812 include/net/bonding.h | 2 +-
8813 include/net/caif/cfctrl.h | 6 +-
8814 include/net/cfg80211-wext.h | 20 +-
8815 include/net/cfg802154.h | 2 +-
8816 include/net/fib_rules.h | 3 +-
8817 include/net/flow.h | 2 +-
8818 include/net/genetlink.h | 2 +-
8819 include/net/gro_cells.h | 2 +-
8820 include/net/inet_connection_sock.h | 2 +-
8821 include/net/inet_sock.h | 2 +-
8822 include/net/inetpeer.h | 2 +-
8823 include/net/ip_fib.h | 2 +-
8824 include/net/ip_vs.h | 8 +-
8825 include/net/ipv6.h | 2 +-
8826 include/net/irda/ircomm_tty.h | 1 +
8827 include/net/irda/irias_object.h | 2 +-
8828 include/net/irda/irlmp.h | 1 +
8829 include/net/irda/irlmp_event.h | 6 +-
8830 include/net/irda/timer.h | 6 +-
8831 include/net/iucv/af_iucv.h | 2 +-
8832 include/net/llc_c_ac.h | 2 +-
8833 include/net/llc_c_ev.h | 4 +-
8834 include/net/llc_c_st.h | 2 +-
8835 include/net/llc_s_ac.h | 2 +-
8836 include/net/llc_s_st.h | 2 +-
8837 include/net/mac80211.h | 6 +-
8838 include/net/neighbour.h | 4 +-
8839 include/net/net_namespace.h | 18 +-
8840 include/net/netfilter/nf_conntrack.h | 2 +-
8841 include/net/netlink.h | 2 +-
8842 include/net/netns/conntrack.h | 6 +-
8843 include/net/netns/ipv4.h | 4 +-
8844 include/net/netns/ipv6.h | 4 +-
8845 include/net/netns/xfrm.h | 2 +-
8846 include/net/ping.h | 2 +-
8847 include/net/protocol.h | 4 +-
8848 include/net/rtnetlink.h | 2 +-
8849 include/net/sctp/checksum.h | 4 +-
8850 include/net/sctp/sm.h | 4 +-
8851 include/net/sctp/structs.h | 2 +-
8852 include/net/snmp.h | 10 +-
8853 include/net/sock.h | 14 +-
8854 include/net/tcp.h | 10 +-
8855 include/net/xfrm.h | 15 +-
8856 include/rdma/ib_cm.h | 8 +-
8857 include/rdma/ib_verbs.h | 2 +-
8858 include/scsi/libfc.h | 3 +-
8859 include/scsi/scsi_device.h | 6 +-
8860 include/scsi/scsi_driver.h | 2 +-
8861 include/scsi/scsi_transport_fc.h | 3 +-
8862 include/scsi/sg.h | 2 +-
8863 include/sound/compress_driver.h | 2 +-
8864 include/sound/control.h | 4 +-
8865 include/sound/pcm.h | 2 +-
8866 include/sound/rawmidi.h | 3 +-
8867 include/sound/seq_kernel.h | 2 +-
8868 include/sound/soc.h | 4 +-
8869 include/trace/events/irq.h | 4 +-
8870 include/trace/events/mmflags.h | 7 +
8871 include/uapi/linux/a.out.h | 8 +
8872 include/uapi/linux/bcache.h | 5 +-
8873 include/uapi/linux/byteorder/little_endian.h | 28 +-
8874 include/uapi/linux/connector.h | 2 +-
8875 include/uapi/linux/elf.h | 28 +
8876 include/uapi/linux/screen_info.h | 2 +-
8877 include/uapi/linux/swab.h | 6 +-
8878 include/uapi/linux/xattr.h | 5 +
8879 include/video/udlfb.h | 8 +-
8880 include/video/uvesafb.h | 1 +
8881 init/Kconfig | 2 +-
8882 init/do_mounts.c | 16 +-
8883 init/do_mounts.h | 8 +-
8884 init/do_mounts_initrd.c | 30 +-
8885 init/do_mounts_md.c | 6 +-
8886 init/init_task.c | 4 +
8887 init/initramfs.c | 38 +-
8888 init/main.c | 30 +-
8889 ipc/compat.c | 4 +-
8890 ipc/ipc_sysctl.c | 14 +-
8891 ipc/mq_sysctl.c | 4 +-
8892 ipc/sem.c | 4 +-
8893 ipc/shm.c | 8 +-
8894 kernel/audit.c | 10 +-
8895 kernel/auditsc.c | 4 +-
8896 kernel/bpf/core.c | 28 +-
8897 kernel/capability.c | 3 +
8898 kernel/cgroup.c | 29 +-
8899 kernel/compat.c | 38 +-
8900 kernel/debug/debug_core.c | 16 +-
8901 kernel/debug/kdb/kdb_main.c | 4 +-
8902 kernel/events/callchain.c | 2 +-
8903 kernel/events/core.c | 36 +-
8904 kernel/events/internal.h | 10 +-
8905 kernel/events/uprobes.c | 2 +-
8906 kernel/exit.c | 27 +-
8907 kernel/fork.c | 175 +-
8908 kernel/futex.c | 9 +
8909 kernel/futex_compat.c | 2 +-
8910 kernel/irq/manage.c | 2 +-
8911 kernel/irq/msi.c | 19 +-
8912 kernel/irq/spurious.c | 2 +-
8913 kernel/jump_label.c | 5 +
8914 kernel/kallsyms.c | 40 +-
8915 kernel/kexec.c | 3 +-
8916 kernel/kmod.c | 8 +-
8917 kernel/kprobes.c | 4 +-
8918 kernel/ksysfs.c | 2 +-
8919 kernel/locking/lockdep.c | 7 +-
8920 kernel/module.c | 405 +-
8921 kernel/notifier.c | 17 +-
8922 kernel/padata.c | 4 +-
8923 kernel/panic.c | 11 +-
8924 kernel/pid.c | 8 +-
8925 kernel/pid_namespace.c | 2 +-
8926 kernel/power/process.c | 12 +-
8927 kernel/profile.c | 14 +-
8928 kernel/ptrace.c | 8 +-
8929 kernel/rcu/rcutorture.c | 60 +-
8930 kernel/rcu/tiny.c | 4 +-
8931 kernel/rcu/tree.c | 42 +-
8932 kernel/rcu/tree.h | 14 +-
8933 kernel/rcu/tree_plugin.h | 18 +-
8934 kernel/rcu/tree_trace.c | 12 +-
8935 kernel/resource.c | 4 +-
8936 kernel/sched/auto_group.c | 4 +-
8937 kernel/sched/core.c | 8 +-
8938 kernel/sched/deadline.c | 4 +-
8939 kernel/sched/debug.c | 45 +-
8940 kernel/sched/fair.c | 2 +-
8941 kernel/sched/rt.c | 4 +-
8942 kernel/sched/sched.h | 13 +-
8943 kernel/signal.c | 28 +-
8944 kernel/smp.c | 2 +-
8945 kernel/smpboot.c | 7 +-
8946 kernel/softirq.c | 12 +-
8947 kernel/stop_machine.c | 2 +-
8948 kernel/sys.c | 10 +-
8949 kernel/sys_ni.c | 4 +-
8950 kernel/sysctl.c | 34 +-
8951 kernel/time/alarmtimer.c | 4 +-
8952 kernel/time/posix-clock.c | 8 +-
8953 kernel/time/posix-cpu-timers.c | 4 +-
8954 kernel/time/posix-timers.c | 36 +-
8955 kernel/time/timer.c | 2 +-
8956 kernel/time/timer_stats.c | 10 +-
8957 kernel/trace/blktrace.c | 6 +-
8958 kernel/trace/ftrace.c | 33 +-
8959 kernel/trace/ring_buffer.c | 96 +-
8960 kernel/trace/trace.c | 2 +-
8961 kernel/trace/trace.h | 2 +-
8962 kernel/trace/trace_clock.c | 4 +-
8963 kernel/trace/trace_events.c | 1 -
8964 kernel/trace/trace_events_hist.c | 4 +-
8965 kernel/trace/trace_functions_graph.c | 4 +-
8966 kernel/trace/trace_mmiotrace.c | 8 +-
8967 kernel/trace/trace_output.c | 10 +-
8968 kernel/trace/trace_seq.c | 2 +-
8969 kernel/trace/trace_stack.c | 2 +-
8970 kernel/trace/tracing_map.c | 48 +-
8971 kernel/trace/tracing_map.h | 6 +-
8972 kernel/user.c | 2 +-
8973 kernel/user_namespace.c | 2 +-
8974 kernel/utsname_sysctl.c | 2 +-
8975 kernel/watchdog.c | 2 +-
8976 kernel/workqueue.c | 8 +-
8977 lib/Kconfig.debug | 8 +-
8978 lib/Makefile | 2 +-
8979 lib/bitmap.c | 8 +-
8980 lib/bug.c | 2 +
8981 lib/debugobjects.c | 2 +-
8982 lib/decompress_bunzip2.c | 3 +-
8983 lib/decompress_unlzma.c | 4 +-
8984 lib/div64.c | 4 +-
8985 lib/dma-debug.c | 4 +-
8986 lib/extable.c | 11 +-
8987 lib/inflate.c | 2 +-
8988 lib/ioremap.c | 4 +-
8989 lib/irq_poll.c | 2 +-
8990 lib/kobject.c | 4 +-
8991 lib/list_debug.c | 126 +-
8992 lib/lockref.c | 44 +-
8993 lib/percpu-refcount.c | 2 +-
8994 lib/radix-tree.c | 2 +-
8995 lib/random32.c | 2 +-
8996 lib/rhashtable.c | 4 +-
8997 lib/seq_buf.c | 4 +-
8998 lib/show_mem.c | 2 +-
8999 lib/strncpy_from_user.c | 2 +-
9000 lib/strnlen_user.c | 2 +-
9001 lib/swiotlb.c | 2 +-
9002 lib/usercopy.c | 6 +
9003 lib/vsprintf.c | 12 +-
9004 mm/Kconfig | 6 +-
9005 mm/backing-dev.c | 4 +-
9006 mm/fadvise.c | 2 +-
9007 mm/filemap.c | 8 +-
9008 mm/gup.c | 13 +-
9009 mm/highmem.c | 6 +-
9010 mm/hugetlb.c | 125 +-
9011 mm/hugetlb_cgroup.c | 60 +-
9012 mm/internal.h | 3 +-
9013 mm/maccess.c | 12 +-
9014 mm/madvise.c | 37 +
9015 mm/memcontrol.c | 6 +-
9016 mm/memory-failure.c | 6 +-
9017 mm/memory.c | 424 +-
9018 mm/mempolicy.c | 25 +
9019 mm/mlock.c | 18 +-
9020 mm/mm_init.c | 2 +-
9021 mm/mmap.c | 552 +-
9022 mm/mprotect.c | 137 +-
9023 mm/mremap.c | 39 +-
9024 mm/nommu.c | 21 +-
9025 mm/page-writeback.c | 2 +-
9026 mm/page_alloc.c | 61 +-
9027 mm/percpu.c | 2 +-
9028 mm/process_vm_access.c | 14 +-
9029 mm/readahead.c | 2 +-
9030 mm/rmap.c | 43 +-
9031 mm/shmem.c | 36 +-
9032 mm/slab.c | 113 +-
9033 mm/slab.h | 37 +-
9034 mm/slab_common.c | 85 +-
9035 mm/slob.c | 248 +-
9036 mm/slub.c | 118 +-
9037 mm/sparse-vmemmap.c | 4 +-
9038 mm/sparse.c | 2 +-
9039 mm/swap.c | 7 +
9040 mm/swapfile.c | 12 +-
9041 mm/util.c | 7 +
9042 mm/vmalloc.c | 116 +-
9043 mm/vmstat.c | 14 +-
9044 net/8021q/vlan.c | 5 +-
9045 net/8021q/vlan_netlink.c | 2 +-
9046 net/9p/mod.c | 4 +-
9047 net/9p/trans_fd.c | 2 +-
9048 net/atm/atm_misc.c | 8 +-
9049 net/atm/lec.h | 2 +-
9050 net/atm/proc.c | 6 +-
9051 net/atm/resources.c | 4 +-
9052 net/ax25/sysctl_net_ax25.c | 2 +-
9053 net/batman-adv/bat_iv_ogm.c | 8 +-
9054 net/batman-adv/fragmentation.c | 2 +-
9055 net/batman-adv/routing.c | 4 +-
9056 net/batman-adv/soft-interface.c | 12 +-
9057 net/batman-adv/sysfs.c | 48 +-
9058 net/batman-adv/sysfs.h | 4 +-
9059 net/batman-adv/translation-table.c | 14 +-
9060 net/batman-adv/types.h | 8 +-
9061 net/bluetooth/hci_sock.c | 2 +-
9062 net/bluetooth/l2cap_core.c | 6 +-
9063 net/bluetooth/l2cap_sock.c | 12 +-
9064 net/bluetooth/rfcomm/sock.c | 4 +-
9065 net/bluetooth/rfcomm/tty.c | 4 +-
9066 net/bridge/br_netfilter_hooks.c | 4 +-
9067 net/bridge/br_netlink.c | 2 +-
9068 net/bridge/netfilter/ebtables.c | 6 +-
9069 net/caif/cfctrl.c | 11 +-
9070 net/caif/chnl_net.c | 4 +-
9071 net/can/af_can.c | 2 +-
9072 net/can/gw.c | 6 +-
9073 net/ceph/ceph_common.c | 2 +-
9074 net/ceph/messenger.c | 4 +-
9075 net/compat.c | 26 +-
9076 net/core/datagram.c | 2 +-
9077 net/core/dev.c | 26 +-
9078 net/core/filter.c | 2 +-
9079 net/core/flow.c | 8 +-
9080 net/core/neighbour.c | 18 +-
9081 net/core/net-procfs.c | 4 +-
9082 net/core/net-sysfs.c | 2 +-
9083 net/core/net_namespace.c | 10 +-
9084 net/core/netpoll.c | 4 +-
9085 net/core/rtnetlink.c | 17 +-
9086 net/core/scm.c | 12 +-
9087 net/core/skbuff.c | 11 +-
9088 net/core/sock.c | 32 +-
9089 net/core/sock_diag.c | 17 +-
9090 net/core/sysctl_net_core.c | 22 +-
9091 net/decnet/af_decnet.c | 1 +
9092 net/decnet/sysctl_net_decnet.c | 4 +-
9093 net/dsa/dsa.c | 2 +-
9094 net/dsa/slave.c | 4 +-
9095 net/hsr/hsr_device.c | 2 +-
9096 net/hsr/hsr_netlink.c | 2 +-
9097 net/ieee802154/6lowpan/core.c | 2 +-
9098 net/ieee802154/6lowpan/reassembly.c | 14 +-
9099 net/ieee802154/core.c | 6 +-
9100 net/ipv4/af_inet.c | 6 +-
9101 net/ipv4/arp.c | 2 +-
9102 net/ipv4/devinet.c | 20 +-
9103 net/ipv4/fib_frontend.c | 6 +-
9104 net/ipv4/fib_semantics.c | 2 +-
9105 net/ipv4/icmp.c | 2 +-
9106 net/ipv4/inet_connection_sock.c | 4 +-
9107 net/ipv4/inet_diag.c | 4 +-
9108 net/ipv4/inet_timewait_sock.c | 2 +-
9109 net/ipv4/inetpeer.c | 2 +-
9110 net/ipv4/ip_fragment.c | 17 +-
9111 net/ipv4/ip_gre.c | 6 +-
9112 net/ipv4/ip_sockglue.c | 2 +-
9113 net/ipv4/ip_vti.c | 4 +-
9114 net/ipv4/ipconfig.c | 6 +-
9115 net/ipv4/ipip.c | 4 +-
9116 net/ipv4/netfilter/arp_tables.c | 10 +-
9117 net/ipv4/netfilter/ip_tables.c | 10 +-
9118 net/ipv4/ping.c | 14 +-
9119 net/ipv4/proc.c | 10 +-
9120 net/ipv4/raw.c | 16 +-
9121 net/ipv4/route.c | 40 +-
9122 net/ipv4/sysctl_net_ipv4.c | 24 +-
9123 net/ipv4/tcp_input.c | 6 +-
9124 net/ipv4/tcp_ipv4.c | 2 +-
9125 net/ipv4/tcp_metrics.c | 2 +-
9126 net/ipv4/tcp_probe.c | 2 +-
9127 net/ipv4/udp.c | 10 +-
9128 net/ipv4/xfrm4_mode_beet.c | 2 +-
9129 net/ipv4/xfrm4_mode_transport.c | 2 +-
9130 net/ipv4/xfrm4_policy.c | 19 +-
9131 net/ipv4/xfrm4_state.c | 4 +-
9132 net/ipv6/addrconf.c | 26 +-
9133 net/ipv6/af_inet6.c | 2 +-
9134 net/ipv6/datagram.c | 2 +-
9135 net/ipv6/icmp.c | 2 +-
9136 net/ipv6/inet6_hashtables.c | 2 +-
9137 net/ipv6/ip6_fib.c | 4 +-
9138 net/ipv6/ip6_gre.c | 10 +-
9139 net/ipv6/ip6_tunnel.c | 4 +-
9140 net/ipv6/ip6_vti.c | 4 +-
9141 net/ipv6/ipv6_sockglue.c | 2 +-
9142 net/ipv6/ndisc.c | 2 +-
9143 net/ipv6/netfilter/ip6_tables.c | 10 +-
9144 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
9145 net/ipv6/ping.c | 33 +-
9146 net/ipv6/proc.c | 10 +-
9147 net/ipv6/raw.c | 17 +-
9148 net/ipv6/reassembly.c | 13 +-
9149 net/ipv6/route.c | 2 +-
9150 net/ipv6/sit.c | 4 +-
9151 net/ipv6/sysctl_net_ipv6.c | 2 +-
9152 net/ipv6/udp.c | 6 +-
9153 net/ipv6/xfrm6_mode_beet.c | 2 +-
9154 net/ipv6/xfrm6_mode_transport.c | 2 +-
9155 net/ipv6/xfrm6_policy.c | 17 +-
9156 net/irda/discovery.c | 2 +-
9157 net/irda/ircomm/ircomm_core.c | 13 +-
9158 net/irda/ircomm/ircomm_tty.c | 24 +-
9159 net/irda/ircomm/ircomm_tty_attach.c | 4 +-
9160 net/irda/irda_device.c | 14 +-
9161 net/irda/iriap.c | 14 +-
9162 net/irda/irias_object.c | 10 +-
9163 net/irda/irlan/irlan_client.c | 2 +-
9164 net/irda/irlap.c | 15 +-
9165 net/irda/irlap_event.c | 2 +-
9166 net/irda/irlmp.c | 21 +-
9167 net/irda/irlmp_event.c | 6 +-
9168 net/irda/irnet/irnet.h | 2 +-
9169 net/irda/irnet/irnet_irda.c | 6 +-
9170 net/irda/irttp.c | 8 +-
9171 net/irda/timer.c | 24 +-
9172 net/iucv/af_iucv.c | 4 +-
9173 net/iucv/iucv.c | 2 +-
9174 net/key/af_key.c | 4 +-
9175 net/l2tp/l2tp_eth.c | 40 +-
9176 net/l2tp/l2tp_ip.c | 2 +-
9177 net/l2tp/l2tp_ip6.c | 2 +-
9178 net/mac80211/cfg.c | 12 +-
9179 net/mac80211/debugfs.c | 2 +-
9180 net/mac80211/debugfs_key.c | 6 +-
9181 net/mac80211/ieee80211_i.h | 3 +-
9182 net/mac80211/iface.c | 20 +-
9183 net/mac80211/main.c | 2 +-
9184 net/mac80211/pm.c | 4 +-
9185 net/mac80211/rate.c | 2 +-
9186 net/mac80211/sta_info.c | 2 +-
9187 net/mac80211/tx.c | 2 +-
9188 net/mac80211/util.c | 8 +-
9189 net/mac80211/wpa.c | 12 +-
9190 net/mac802154/iface.c | 6 +-
9191 net/mpls/af_mpls.c | 10 +-
9192 net/netfilter/ipset/ip_set_core.c | 7 +-
9193 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
9194 net/netfilter/ipvs/ip_vs_core.c | 8 +-
9195 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
9196 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
9197 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
9198 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
9199 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
9200 net/netfilter/nf_conntrack_acct.c | 2 +-
9201 net/netfilter/nf_conntrack_core.c | 2 +-
9202 net/netfilter/nf_conntrack_ecache.c | 2 +-
9203 net/netfilter/nf_conntrack_helper.c | 2 +-
9204 net/netfilter/nf_conntrack_netlink.c | 22 +-
9205 net/netfilter/nf_conntrack_proto.c | 2 +-
9206 net/netfilter/nf_conntrack_standalone.c | 2 +-
9207 net/netfilter/nf_conntrack_timestamp.c | 2 +-
9208 net/netfilter/nf_log.c | 10 +-
9209 net/netfilter/nf_nat_ftp.c | 2 +-
9210 net/netfilter/nf_nat_irc.c | 2 +-
9211 net/netfilter/nf_sockopt.c | 4 +-
9212 net/netfilter/nf_tables_api.c | 13 +-
9213 net/netfilter/nfnetlink_acct.c | 33 +-
9214 net/netfilter/nfnetlink_cthelper.c | 2 +-
9215 net/netfilter/nfnetlink_cttimeout.c | 2 +-
9216 net/netfilter/nfnetlink_log.c | 4 +-
9217 net/netfilter/nft_compat.c | 9 +-
9218 net/netfilter/xt_IDLETIMER.c | 12 +-
9219 net/netfilter/xt_statistic.c | 8 +-
9220 net/netlink/af_netlink.c | 16 +-
9221 net/netlink/diag.c | 2 +-
9222 net/netlink/genetlink.c | 14 +-
9223 net/openvswitch/vport-geneve.c | 7 +-
9224 net/openvswitch/vport-gre.c | 7 +-
9225 net/openvswitch/vport-internal_dev.c | 4 +-
9226 net/openvswitch/vport-netdev.c | 7 +-
9227 net/openvswitch/vport-vxlan.c | 7 +-
9228 net/packet/af_packet.c | 26 +-
9229 net/packet/diag.c | 2 +-
9230 net/packet/internal.h | 6 +-
9231 net/phonet/pep.c | 6 +-
9232 net/phonet/socket.c | 2 +-
9233 net/phonet/sysctl.c | 2 +-
9234 net/rds/cong.c | 6 +-
9235 net/rds/ib.h | 2 +-
9236 net/rds/ib_cm.c | 2 +-
9237 net/rds/ib_recv.c | 4 +-
9238 net/rds/rds.h | 2 +-
9239 net/rds/tcp.c | 6 +-
9240 net/rds/tcp.h | 6 +-
9241 net/rds/tcp_send.c | 2 +-
9242 net/rxrpc/af_rxrpc.c | 2 +-
9243 net/rxrpc/ar-ack.c | 14 +-
9244 net/rxrpc/ar-call.c | 2 +-
9245 net/rxrpc/ar-connection.c | 2 +-
9246 net/rxrpc/ar-connevent.c | 2 +-
9247 net/rxrpc/ar-input.c | 4 +-
9248 net/rxrpc/ar-internal.h | 8 +-
9249 net/rxrpc/ar-local.c | 2 +-
9250 net/rxrpc/ar-output.c | 4 +-
9251 net/rxrpc/ar-peer.c | 2 +-
9252 net/rxrpc/ar-proc.c | 4 +-
9253 net/rxrpc/ar-transport.c | 2 +-
9254 net/rxrpc/rxkad.c | 4 +-
9255 net/sched/sch_generic.c | 4 +-
9256 net/sched/sch_tbf.c | 9 +-
9257 net/sctp/ipv6.c | 4 +-
9258 net/sctp/protocol.c | 8 +-
9259 net/sctp/sctp_diag.c | 2 +-
9260 net/sctp/sm_sideeffect.c | 4 +-
9261 net/sctp/socket.c | 21 +-
9262 net/sctp/sysctl.c | 10 +-
9263 net/socket.c | 18 +-
9264 net/sunrpc/auth_gss/gss_rpc_upcall.c | 4 +-
9265 net/sunrpc/auth_gss/gss_rpc_xdr.c | 11 +-
9266 net/sunrpc/auth_gss/gss_rpc_xdr.h | 8 +-
9267 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
9268 net/sunrpc/clnt.c | 4 +-
9269 net/sunrpc/rpcb_clnt.c | 66 +-
9270 net/sunrpc/sched.c | 4 +-
9271 net/sunrpc/svc.c | 8 +-
9272 net/sunrpc/svcauth_unix.c | 2 +-
9273 net/sunrpc/xprtrdma/svc_rdma.c | 44 +-
9274 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
9275 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
9276 net/sunrpc/xprtrdma/svc_rdma_transport.c | 2 +-
9277 net/tipc/netlink_compat.c | 12 +-
9278 net/tipc/subscr.c | 2 +-
9279 net/unix/diag.c | 2 +-
9280 net/unix/sysctl_net_unix.c | 2 +-
9281 net/wireless/scan.c | 3 +-
9282 net/wireless/wext-compat.c | 141 +-
9283 net/wireless/wext-compat.h | 8 +-
9284 net/wireless/wext-core.c | 19 +-
9285 net/wireless/wext-sme.c | 5 +-
9286 net/xfrm/xfrm_policy.c | 18 +-
9287 net/xfrm/xfrm_state.c | 37 +-
9288 net/xfrm/xfrm_sysctl.c | 2 +-
9289 net/xfrm/xfrm_user.c | 2 +-
9290 scripts/Kbuild.include | 12 +-
9291 scripts/Makefile | 2 +-
9292 scripts/Makefile.build | 2 +-
9293 scripts/Makefile.clean | 4 +-
9294 scripts/Makefile.extrawarn | 4 +
9295 scripts/Makefile.gcc-plugins | 95 +
9296 scripts/Makefile.host | 73 +-
9297 scripts/basic/fixdep.c | 10 +-
9298 scripts/dtc/checks.c | 14 +-
9299 scripts/dtc/data.c | 6 +-
9300 scripts/dtc/flattree.c | 8 +-
9301 scripts/dtc/livetree.c | 4 +-
9302 scripts/gcc-plugin.sh | 65 +
9303 scripts/gcc-plugins/Makefile | 28 +
9304 scripts/gcc-plugins/checker_plugin.c | 496 +
9305 scripts/gcc-plugins/colorize_plugin.c | 162 +
9306 scripts/gcc-plugins/constify_plugin.c | 582 +
9307 scripts/gcc-plugins/gcc-common.h | 894 +
9308 scripts/gcc-plugins/gcc-generate-gimple-pass.h | 175 +
9309 scripts/gcc-plugins/gcc-generate-ipa-pass.h | 289 +
9310 scripts/gcc-plugins/gcc-generate-rtl-pass.h | 175 +
9311 scripts/gcc-plugins/gcc-generate-simple_ipa-pass.h | 175 +
9312 scripts/gcc-plugins/initify_plugin.c | 536 +
9313 scripts/gcc-plugins/kallocstat_plugin.c | 135 +
9314 scripts/gcc-plugins/kernexec_plugin.c | 407 +
9315 scripts/gcc-plugins/latent_entropy_plugin.c | 613 +
9316 scripts/gcc-plugins/rap_plugin/Makefile | 6 +
9317 scripts/gcc-plugins/rap_plugin/rap.h | 36 +
9318 scripts/gcc-plugins/rap_plugin/rap_fptr_pass.c | 220 +
9319 scripts/gcc-plugins/rap_plugin/rap_hash.c | 382 +
9320 scripts/gcc-plugins/rap_plugin/rap_plugin.c | 513 +
9321 scripts/gcc-plugins/rap_plugin/sip.c | 96 +
9322 .../gcc-plugins/size_overflow_plugin/.gitignore | 3 +
9323 scripts/gcc-plugins/size_overflow_plugin/Makefile | 30 +
9324 .../disable_size_overflow_hash.data | 12445 +++++++++++
9325 .../generate_size_overflow_hash.sh | 103 +
9326 .../insert_size_overflow_asm.c | 369 +
9327 .../size_overflow_plugin/intentional_overflow.c | 1166 +
9328 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
9329 .../size_overflow_plugin/size_overflow.h | 331 +
9330 .../size_overflow_plugin/size_overflow_debug.c | 194 +
9331 .../size_overflow_plugin/size_overflow_hash.data | 22068 +++++++++++++++++++
9332 .../size_overflow_hash_aux.data | 97 +
9333 .../size_overflow_plugin/size_overflow_ipa.c | 1163 +
9334 .../size_overflow_plugin/size_overflow_misc.c | 505 +
9335 .../size_overflow_plugin/size_overflow_plugin.c | 290 +
9336 .../size_overflow_plugin_hash.c | 352 +
9337 .../size_overflow_plugin/size_overflow_transform.c | 743 +
9338 .../size_overflow_transform_core.c | 1025 +
9339 scripts/gcc-plugins/stackleak_plugin.c | 350 +
9340 scripts/gcc-plugins/structleak_plugin.c | 239 +
9341 scripts/headers_install.sh | 1 +
9342 scripts/kallsyms.c | 4 +-
9343 scripts/kconfig/lkc.h | 5 +-
9344 scripts/kconfig/menu.c | 2 +-
9345 scripts/kconfig/symbol.c | 6 +-
9346 scripts/link-vmlinux.sh | 2 +-
9347 scripts/mod/file2alias.c | 14 +-
9348 scripts/mod/modpost.c | 40 +-
9349 scripts/mod/modpost.h | 6 +-
9350 scripts/mod/sumversion.c | 2 +-
9351 scripts/module-common.lds | 4 +
9352 scripts/package/builddeb | 1 +
9353 scripts/pnmtologo.c | 6 +-
9354 scripts/sortextable.h | 6 +-
9355 scripts/tags.sh | 2 +-
9356 security/Kconfig | 735 +-
9357 security/apparmor/include/policy.h | 2 +-
9358 security/apparmor/lsm.c | 16 +-
9359 security/apparmor/policy.c | 4 +-
9360 security/integrity/ima/ima.h | 4 +-
9361 security/integrity/ima/ima_api.c | 2 +-
9362 security/integrity/ima/ima_fs.c | 4 +-
9363 security/integrity/ima/ima_queue.c | 2 +-
9364 security/keys/internal.h | 8 +-
9365 security/keys/key.c | 18 +-
9366 security/keys/keyring.c | 4 -
9367 security/selinux/avc.c | 6 +-
9368 security/selinux/include/xfrm.h | 2 +-
9369 security/yama/yama_lsm.c | 2 +-
9370 sound/aoa/codecs/onyx.c | 7 +-
9371 sound/aoa/codecs/onyx.h | 1 +
9372 sound/core/oss/pcm_oss.c | 18 +-
9373 sound/core/pcm_compat.c | 2 +-
9374 sound/core/pcm_lib.c | 3 +-
9375 sound/core/pcm_native.c | 4 +-
9376 sound/core/rawmidi.c | 5 +-
9377 sound/core/seq/oss/seq_oss_synth.c | 4 +-
9378 sound/core/seq/seq_clientmgr.c | 10 +-
9379 sound/core/seq/seq_compat.c | 2 +-
9380 sound/core/seq/seq_fifo.c | 6 +-
9381 sound/core/seq/seq_fifo.h | 2 +-
9382 sound/core/seq/seq_memory.c | 18 +-
9383 sound/core/seq/seq_midi.c | 5 +-
9384 sound/core/seq/seq_virmidi.c | 2 +-
9385 sound/core/sound.c | 2 +-
9386 sound/drivers/mts64.c | 14 +-
9387 sound/drivers/opl4/opl4_lib.c | 2 +-
9388 sound/drivers/portman2x4.c | 3 +-
9389 sound/firewire/amdtp-am824.c | 2 +-
9390 sound/firewire/amdtp-stream.c | 4 +-
9391 sound/firewire/amdtp-stream.h | 2 +-
9392 sound/firewire/digi00x/amdtp-dot.c | 2 +-
9393 sound/firewire/isight.c | 10 +-
9394 sound/firewire/oxfw/oxfw-scs1x.c | 8 +-
9395 sound/oss/sb_audio.c | 2 +-
9396 sound/oss/swarm_cs4297a.c | 6 +-
9397 sound/pci/als300.c | 2 +-
9398 sound/pci/aw2/aw2-alsa.c | 2 -
9399 sound/pci/aw2/aw2-saa7146.c | 4 +-
9400 sound/pci/ctxfi/ctamixer.c | 14 +-
9401 sound/pci/ctxfi/ctamixer.h | 8 +-
9402 sound/pci/ctxfi/ctatc.c | 20 +-
9403 sound/pci/ctxfi/ctdaio.c | 6 +-
9404 sound/pci/ctxfi/ctdaio.h | 4 +-
9405 sound/pci/ctxfi/ctsrc.c | 13 +-
9406 sound/pci/ctxfi/ctsrc.h | 8 +-
9407 sound/pci/hda/hda_codec.c | 2 +-
9408 sound/pci/ymfpci/ymfpci.h | 2 +-
9409 sound/pci/ymfpci/ymfpci_main.c | 12 +-
9410 sound/soc/codecs/cx20442.c | 8 +-
9411 sound/soc/codecs/sti-sas.c | 10 +-
9412 sound/soc/codecs/tlv320dac33.c | 7 +-
9413 sound/soc/codecs/uda1380.c | 7 +-
9414 sound/soc/intel/skylake/skl-sst-dsp.h | 2 +-
9415 sound/soc/soc-ac97.c | 6 +-
9416 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
9417 tools/include/linux/compiler.h | 8 +
9418 tools/perf/util/include/asm/alternative-asm.h | 3 +
9419 tools/virtio/linux/uaccess.h | 2 +-
9420 virt/kvm/kvm_main.c | 42 +-
9421 2774 files changed, 78254 insertions(+), 14304 deletions(-)
9422 commit b2d3123595e9bd771c1292b03b82e47127b416c0
9423 Author: Brad Spengler <spender@grsecurity.net>
9424 Date: Sun Jul 31 21:40:39 2016 -0400
9425
9426 ARM compile fixes
9427
9428 arch/arm/include/asm/atomic.h | 40 +++++++++++++++++++++++++--------------
9429 arch/arm/include/asm/domain.h | 1 +
9430 include/asm-generic/atomic-long.h | 2 ++
9431 include/asm-generic/atomic64.h | 1 +
9432 include/linux/atomic.h | 23 ++++++++++++++++++++++
9433 5 files changed, 53 insertions(+), 14 deletions(-)
9434
9435 commit 439d240094e132ce7455a12267340a15ff45a6bf
9436 Author: Scott Bauer <sbauer@plzdonthack.me>
9437 Date: Wed Jul 27 19:11:29 2016 -0600
9438
9439 vfs: ioctl: prevent double-fetch in dedupe ioctl
9440
9441 This prevents a double-fetch from user space that can lead to to an
9442 undersized allocation and heap overflow.
9443
9444 Fixes: 54dbc1517237 ("vfs: hoist the btrfs deduplication ioctl to the vfs")
9445 Signed-off-by: Scott Bauer <sbauer@plzdonthack.me>
9446 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
9447
9448 fs/ioctl.c | 1 +
9449 1 file changed, 1 insertion(+)
9450
9451 commit 0e2289fa07be544a2f72d3eebd1d2c76e435f5c5
9452 Author: Brad Spengler <spender@grsecurity.net>
9453 Date: Wed Jul 27 20:30:01 2016 -0400
9454
9455 Update size_overflow hash table
9456
9457 scripts/gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 1 +
9458 1 file changed, 1 insertion(+)
9459
9460 commit 50d051c5af8ea45fc8465ccbfda3530e95d2b97a
9461 Author: Brad Spengler <spender@grsecurity.net>
9462 Date: Wed Jul 27 20:14:26 2016 -0400
9463
9464 Update size_overflow hash table
9465
9466 scripts/gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 3 ++-
9467 1 file changed, 2 insertions(+), 1 deletion(-)
9468
9469 commit aff6427a6baa489e210f6951f90bf29c4bf7a5f6
9470 Merge: d1085b0 8f83873
9471 Author: Brad Spengler <spender@grsecurity.net>
9472 Date: Wed Jul 27 19:53:16 2016 -0400
9473
9474 Merge branch 'pax-test' into grsec-test
9475
9476 commit 8f838734fe795a77eef1807e804b8bbae857201f
9477 Merge: 48edba8 bed4c61
9478 Author: Brad Spengler <spender@grsecurity.net>
9479 Date: Wed Jul 27 19:40:39 2016 -0400
9480
9481 Update to pax-linux-4.6.5-test18.patch:
9482 - fixed a few non-refcount atomic uses found by static analysis
9483 - plugins no longer export symbols except for those required by gcc
9484 - moved a few instrumentation passes after other analysis passes to prevent interference
9485 - got rid of the use of paravirt_enabled on amd64 which is gone in 4.7 anyway
9486 - repurposed the unusued skip_heap_stack_gap to simplify the unmapped area lookup code
9487 - fixed a few compile warnings related to constification and function type fixes
9488
9489 Merge branch 'linux-4.6.y' into pax-test
9490
9491 commit d1085b0354e32d2b030ca38bf0fa854129b6f381
9492 Merge: 59774b1 48edba8
9493 Author: Brad Spengler <spender@grsecurity.net>
9494 Date: Sun Jul 24 19:36:43 2016 -0400
9495
9496 Merge branch 'pax-test' into grsec-test
9497
9498 commit 48edba86de9569aef6faad21075b501c5023a66f
9499 Author: Brad Spengler <spender@grsecurity.net>
9500 Date: Sun Jul 24 19:34:05 2016 -0400
9501
9502 Update to pax-linux-4.6.4-test16.patch:
9503 - 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)
9504 - reverted back to the old size overflow hash table until Emese tames the data flow analysis a bit
9505 - fixed the constify plugin to properly build the type for pointers to deconstified structs
9506
9507 arch/x86/include/asm/uaccess.h | 2 +-
9508 arch/x86/kernel/kgdb.c | 4 +-
9509 scripts/gcc-plugins/constify_plugin.c | 9 +-
9510 .../disable_size_overflow_hash.data | 7 +-
9511 .../size_overflow_plugin/size_overflow_hash.data | 13545 +++++++++----------
9512 5 files changed, 6580 insertions(+), 6987 deletions(-)
9513
9514 commit 59774b19cbe7ea87915d659d4711c830ce360e36
9515 Author: Brad Spengler <spender@grsecurity.net>
9516 Date: Sat Jul 23 18:47:31 2016 -0400
9517
9518 Allow 'perf' to be used as a privileged user by making the default
9519 kptr_restrict setting 1 with HIDESYM (rather than the previous 2).
9520 To prevent abuse from loggers (like the adb case) add CAP_SYS_ADMIN
9521 to the kptr_restrict=1 case. It can always be set to 2 if the user
9522 wishes.
9523
9524 kernel/sysctl.c | 2 +-
9525 lib/vsprintf.c | 5 ++++-
9526 2 files changed, 5 insertions(+), 2 deletions(-)
9527
9528 commit 191fac3a4900d3e033969952d99b79cfa2525f30
9529 Author: Brad Spengler <spender@grsecurity.net>
9530 Date: Sat Jul 23 14:56:39 2016 -0400
9531
9532 Force OABI_COMPAT off, it's full of privesc vulns
9533
9534 arch/arm/Kconfig | 1 +
9535 1 file changed, 1 insertion(+)
9536
9537 commit 4a983bdd1886eb2068c3fccd0d95358ff3b3eee1
9538 Author: Brad Spengler <spender@grsecurity.net>
9539 Date: Sat Jul 23 10:44:43 2016 -0400
9540
9541 Stop logging RLIMIT_NICE denials, just produces log spam
9542
9543 grsecurity/gracl_res.c | 10 ++++++++--
9544 1 file changed, 8 insertions(+), 2 deletions(-)
9545
9546 commit 84f2bc67492f30f06520497a9bb16c0a2e3103df
9547 Author: Brad Spengler <spender@grsecurity.net>
9548 Date: Tue Jul 19 20:13:30 2016 -0400
9549
9550 Revert to previous size_overflow hash table temporarily while the
9551 root causes of recent FPs are worked out
9552
9553 .../disable_size_overflow_hash.data | 7 +-
9554 .../size_overflow_plugin/size_overflow_hash.data | 13743 +++++++++----------
9555 2 files changed, 6845 insertions(+), 6905 deletions(-)
9556
9557 commit ea2b9616253f017edf97e4b86e82d6c89df17c4d
9558 Merge: e52044e cd66132
9559 Author: Brad Spengler <spender@grsecurity.net>
9560 Date: Tue Jul 19 19:21:52 2016 -0400
9561
9562 Merge branch 'pax-test' into grsec-test
9563
9564 commit cd661322f3b91c6fd6fee4a6a5907b054a70a5f7
9565 Author: Brad Spengler <spender@grsecurity.net>
9566 Date: Tue Jul 19 19:14:36 2016 -0400
9567
9568 Update to pax-linux-4.6.4-test15.patch:
9569 - updated the size overflow hash table from grsecurity
9570 - 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)
9571
9572 .../disable_size_overflow_hash.data | 7 +-
9573 .../size_overflow_plugin/size_overflow_hash.data | 850 +++++++++++++++++----
9574 2 files changed, 694 insertions(+), 163 deletions(-)
9575
9576 commit e52044e34a92f944b99e9219147617dc7449a675
9577 Author: Brad Spengler <spender@grsecurity.net>
9578 Date: Mon Jul 18 21:25:15 2016 -0400
9579
9580 Update size_overflow hash table
9581
9582 .../size_overflow_plugin/size_overflow_hash.data | 466 +++++++++++++++++----
9583 1 file changed, 382 insertions(+), 84 deletions(-)
9584
9585 commit 27ed9167fb98fe9f9e75aace6f651ff814a189a5
9586 Author: Brad Spengler <spender@grsecurity.net>
9587 Date: Mon Jul 18 21:04:42 2016 -0400
9588
9589 Update size_overflow hash table
9590
9591 .../gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 12 ++++++++----
9592 1 file changed, 8 insertions(+), 4 deletions(-)
9593
9594 commit b0a1f25a251b7c1c582fa3a95605654f8da33193
9595 Author: Jann Horn <jann@thejh.net>
9596 Date: Fri Sep 11 21:39:33 2015 +0200
9597
9598 xfs: fix type confusion in xfs_ioc_swapext
9599
9600 Without this check, the following XFS_I invocations would return bad
9601 pointers when used on non-XFS inodes (perhaps pointers into preceding
9602 allocator chunks).
9603
9604 This could be used by an attacker to trick xfs_swap_extents into
9605 performing locking operations on attacker-chosen structures in kernel
9606 memory, potentially leading to code execution in the kernel. (I have
9607 not investigated how likely this is to be usable for an attack in
9608 practice.)
9609
9610 Signed-off-by: Jann Horn <jann@thejh.net>
9611 Cc: Andy Lutomirski <luto@amacapital.net>
9612 Cc: Dave Chinner <david@fromorbit.com>
9613 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
9614
9615 fs/xfs/xfs_ioctl.c | 6 ++++++
9616 1 file changed, 6 insertions(+)
9617
9618 commit 01e9e48be783cefbe69ff9241ab678de69eaab5b
9619 Merge: bd6d599 c421d76
9620 Author: Brad Spengler <spender@grsecurity.net>
9621 Date: Mon Jul 18 20:18:27 2016 -0400
9622
9623 Merge branch 'pax-test' into grsec-test
9624
9625 commit c421d76c43d1840ab72bf2cd414e61ee0581e80b
9626 Author: Brad Spengler <spender@grsecurity.net>
9627 Date: Mon Jul 18 20:04:22 2016 -0400
9628
9629 Update to pax-linux-4.6.4-test14.patch:
9630 - Emese regenerated the size overflow hash table
9631 - fixed a few more section mismatches detected in LTO mode
9632 - reworked how KERNEXEC coexists with upstream's DEBUG_RODATA
9633 - reworked the KERNEXEC plugin configuration, read the Kconfig help!
9634 - simplified the constify plugin a bit
9635 - 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)
9636 - 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)
9637 - fixed !KERNEXEC boot crash on x86, reported by peetaur (https://forums.grsecurity.net/viewtopic.php?f=3&t=4512)
9638 - fixed compile warnings triggered by the __SYSCALL_DEFINEx macro
9639
9640 arch/mips/Kbuild | 2 +-
9641 arch/mips/include/asm/irq.h | 1 -
9642 arch/sparc/include/asm/atomic_64.h | 6 +
9643 arch/sparc/kernel/prom_common.c | 2 +-
9644 arch/sparc/lib/atomic_64.S | 2 +-
9645 arch/sparc/lib/ksyms.c | 4 +-
9646 arch/x86/entry/entry_64.S | 2 +-
9647 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 3 +-
9648 arch/x86/kernel/alternative.c | 21 +
9649 arch/x86/kernel/cpu/common.c | 4 +
9650 arch/x86/platform/olpc/olpc_dt.c | 2 +-
9651 drivers/block/drbd/drbd_int.h | 4 +-
9652 drivers/gpu/drm/sti/sti_hda.c | 4 +-
9653 drivers/gpu/drm/sti/sti_hqvdp.c | 4 +-
9654 drivers/gpu/drm/sti/sti_tvout.c | 4 +-
9655 drivers/gpu/drm/tilcdc/tilcdc_external.c | 2 +-
9656 drivers/hwmon/applesmc.c | 2 +-
9657 drivers/iommu/io-pgtable-arm.c | 2 +-
9658 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
9659 drivers/leds/leds-clevo-mail.c | 2 +-
9660 drivers/leds/leds-ss4200.c | 2 +-
9661 drivers/mtd/nand/brcmnand/bcm63138_nand.c | 2 +
9662 drivers/mtd/nand/brcmnand/iproc_nand.c | 2 +
9663 drivers/platform/chrome/chromeos_laptop.c | 2 +-
9664 drivers/platform/chrome/cros_ec_lpc.c | 2 +-
9665 drivers/pnp/base.h | 2 +-
9666 drivers/pnp/resource.c | 4 +-
9667 fs/exec.c | 20 +-
9668 include/drm/drm_modeset_helper_vtables.h | 1 +
9669 include/linux/syscalls.h | 8 +-
9670 mm/slab_common.c | 6 +
9671 mm/slob.c | 44 +-
9672 mm/slub.c | 7 +
9673 scripts/Makefile.gcc-plugins | 4 +-
9674 scripts/gcc-plugins/constify_plugin.c | 10 +-
9675 .../size_overflow_plugin/size_overflow_hash.data | 13633 +++++++++----------
9676 security/Kconfig | 63 +-
9677 37 files changed, 6934 insertions(+), 6953 deletions(-)
9678
9679 commit bd6d599943a777b93600dd4a43bbeea5dde2dfa0
9680 Author: Brad Spengler <spender@grsecurity.net>
9681 Date: Sun Jul 17 17:18:15 2016 -0400
9682
9683 Ensure current state is set to TASK_RUNNING before doing a copy on the RBAC learning read side
9684
9685 grsecurity/gracl_learn.c | 6 ++++--
9686 kernel/sched/core.c | 2 +-
9687 2 files changed, 5 insertions(+), 3 deletions(-)
9688
9689 commit 0f2e7d90efc7eeff655d7cc2c15838497f8c0513
9690 Author: Brad Spengler <spender@grsecurity.net>
9691 Date: Fri Jul 15 15:29:41 2016 -0400
9692
9693 Force that BUG() be enabled in the kernel config if grsecurity is enabled
9694 Suggested by Kees Cook
9695
9696 security/Kconfig | 1 +
9697 1 file changed, 1 insertion(+)
9698
9699 commit 3efe62268d831fc5c89a64b8ff1496d2b912ebf6
9700 Author: Brad Spengler <spender@grsecurity.net>
9701 Date: Thu Jul 14 21:14:55 2016 -0400
9702
9703 randomize layout of two more structs
9704
9705 include/linux/cdev.h | 2 +-
9706 include/linux/fs.h | 2 +-
9707 2 files changed, 2 insertions(+), 2 deletions(-)
9708
9709 commit 58c0443674275163e4d488f890ba1b985d13a4b0
9710 Author: Brad Spengler <spender@grsecurity.net>
9711 Date: Mon Jul 11 21:30:57 2016 -0400
9712
9713 Temporary workaround for size_overflow detection reported at:
9714 https://forums.grsecurity.net/viewtopic.php?f=3&t=4510
9715 by brainatwork
9716
9717 drivers/block/drbd/drbd_int.h | 4 ++--
9718 1 file changed, 2 insertions(+), 2 deletions(-)
9719
9720 commit aa1f32f7a62f394d1f90c2d9952befdd5294c088
9721 Author: Brad Spengler <spender@grsecurity.net>
9722 Date: Mon Jul 11 21:18:20 2016 -0400
9723
9724 Update size_overflow hash table
9725
9726 scripts/gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 1 +
9727 1 file changed, 1 insertion(+)
9728
9729 commit 329fa438e13041fda3dcd292adf2aeb1c008c72c
9730 Author: Jeff Mahoney <jeffm@suse.com>
9731 Date: Tue Jul 5 17:32:30 2016 -0400
9732
9733 ecryptfs: don't allow mmap when the lower fs doesn't support it
9734
9735 There are legitimate reasons to disallow mmap on certain files, notably
9736 in sysfs or procfs. We shouldn't emulate mmap support on file systems
9737 that don't offer support natively.
9738
9739 CVE-2016-1583
9740
9741 Signed-off-by: Jeff Mahoney <jeffm@suse.com>
9742 Cc: stable@vger.kernel.org
9743 [tyhicks: clean up f_op check by using ecryptfs_file_to_lower()]
9744 Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
9745
9746 fs/ecryptfs/file.c | 15 ++++++++++++++-
9747 1 file changed, 14 insertions(+), 1 deletion(-)
9748
9749 commit 5b86b77c32a55ebc8b441ac71839bb50012e505a
9750 Author: Vegard Nossum <vegard.nossum@oracle.com>
9751 Date: Thu Jul 7 13:41:11 2016 -0700
9752
9753 apparmor: fix oops, validate buffer size in apparmor_setprocattr()
9754
9755 When proc_pid_attr_write() was changed to use memdup_user apparmor's
9756 (interface violating) assumption that the setprocattr buffer was always
9757 a single page was violated.
9758
9759 The size test is not strictly speaking needed as proc_pid_attr_write()
9760 will reject anything larger, but for the sake of robustness we can keep
9761 it in.
9762
9763 SMACK and SELinux look safe to me, but somebody else should probably
9764 have a look just in case.
9765
9766 Based on original patch from Vegard Nossum <vegard.nossum@oracle.com>
9767 modified for the case that apparmor provides null termination.
9768
9769 Fixes: bb646cdb12e75d82258c2f2e7746d5952d3e321a
9770 Reported-by: Vegard Nossum <vegard.nossum@oracle.com>
9771 Cc: Al Viro <viro@zeniv.linux.org.uk>
9772 Cc: John Johansen <john.johansen@canonical.com>
9773 Cc: Paul Moore <paul@paul-moore.com>
9774 Cc: Stephen Smalley <sds@tycho.nsa.gov>
9775 Cc: Eric Paris <eparis@parisplace.org>
9776 Cc: Casey Schaufler <casey@schaufler-ca.com>
9777 Cc: stable@kernel.org
9778 Signed-off-by: John Johansen <john.johansen@canonical.com>
9779 Reviewed-by: Tyler Hicks <tyhicks@canonical.com>
9780 Signed-off-by: James Morris <james.l.morris@oracle.com>
9781
9782 security/apparmor/lsm.c | 36 +++++++++++++++++++-----------------
9783 1 file changed, 19 insertions(+), 17 deletions(-)
9784
9785 commit cf7f94ad6c32ff91363641573a64c85f4877e290
9786 Merge: 7765cd9 50212d6
9787 Author: Brad Spengler <spender@grsecurity.net>
9788 Date: Mon Jul 11 18:39:35 2016 -0400
9789
9790 Merge branch 'pax-test' into grsec-test
9791
9792 commit 50212d610aeb6ced453e1835c169c46acdf3940d
9793 Merge: 98d6186 310ca59
9794 Author: Brad Spengler <spender@grsecurity.net>
9795 Date: Mon Jul 11 18:39:08 2016 -0400
9796
9797 Merge branch 'linux-4.6.y' into pax-test
9798
9799 commit 7765cd90c911e58959451529995ea44b7a2271d6
9800 Author: Brad Spengler <spender@grsecurity.net>
9801 Date: Thu Jul 7 07:12:54 2016 -0400
9802
9803 Compile fix reported by adminwset on the forums:
9804 https://forums.grsecurity.net/viewtopic.php?t=4507&p=16420#p16420
9805
9806 fs/proc/task_mmu.c | 2 +-
9807 1 file changed, 1 insertion(+), 1 deletion(-)
9808
9809 commit c94fbc6f47fdae9a2dcf29d3048c8da8752dbbdf
9810 Author: Brad Spengler <spender@grsecurity.net>
9811 Date: Wed Jul 6 21:11:33 2016 -0400
9812
9813 compile fix
9814
9815 arch/x86/mm/init_32.c | 1 -
9816 1 file changed, 1 deletion(-)
9817
9818 commit ee4f4cdd26864ac40ac22b4a3b88f284a6d057d0
9819 Author: Miklos Szeredi <mszeredi@redhat.com>
9820 Date: Wed Jun 29 16:03:55 2016 +0200
9821
9822 ovl: get_write_access() in truncate
9823
9824 When truncating a file we should check write access on the underlying
9825 inode. And we should do so on the lower file as well (before copy-up) for
9826 consistency.
9827
9828 Original patch and test case by Aihua Zhang.
9829
9830 - - >o >o - - test.c - - >o >o - -
9831 #include <stdio.h>
9832 #include <errno.h>
9833 #include <unistd.h>
9834
9835 int main(int argc, char *argv[])
9836 {
9837 int ret;
9838
9839 ret = truncate(argv[0], 4096);
9840 if (ret != -1) {
9841 fprintf(stderr, "truncate(argv[0]) should have failed\n");
9842 return 1;
9843 }
9844 if (errno != ETXTBSY) {
9845 perror("truncate(argv[0])");
9846 return 1;
9847 }
9848
9849 return 0;
9850 }
9851 - - >o >o - - >o >o - - >o >o - -
9852
9853 Reported-by: Aihua Zhang <zhangaihua1@huawei.com>
9854 Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
9855 Cc: <stable@vger.kernel.org>
9856
9857 fs/overlayfs/inode.c | 21 +++++++++++++++++++++
9858 1 file changed, 21 insertions(+)
9859
9860 commit 4585d082282707fbe91025c987bd8cef4152196d
9861 Author: Vivek Goyal <vgoyal@redhat.com>
9862 Date: Fri Jul 1 10:02:44 2016 -0400
9863
9864 ovl: warn instead of error if d_type is not supported
9865
9866 overlay needs underlying fs to support d_type. Recently I put in a
9867 patch in to detect this condition and started failing mount if
9868 underlying fs did not support d_type.
9869
9870 But this breaks existing configurations over kernel upgrade. Those who
9871 are running docker (partially broken configuration) with xfs not
9872 supporting d_type, are surprised that after kernel upgrade docker does
9873 not run anymore.
9874
9875 https://github.com/docker/docker/issues/22937#issuecomment-229881315
9876
9877 So instead of erroring out, detect broken configuration and warn
9878 about it. This should allow existing docker setups to continue
9879 working after kernel upgrade.
9880
9881 Signed-off-by: Vivek Goyal <vgoyal@redhat.com>
9882 Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
9883 Fixes: 45aebeaf4f67 ("ovl: Ensure upper filesystem supports d_type")
9884 Cc: <stable@vger.kernel.org> 4.6
9885
9886 fs/overlayfs/super.c | 12 +++++++-----
9887 1 file changed, 7 insertions(+), 5 deletions(-)
9888
9889 commit 97bb95801d1ce86dafd1a59483803aba5b93e7c0
9890 Author: Randy Dunlap <rdunlap@infradead.org>
9891 Date: Wed Jul 6 16:06:53 2016 -0700
9892
9893 init/Kconfig: keep Expert users menu together
9894
9895 The "expert" menu was broken (split) such that all entries in it after
9896 KALLSYMS were displayed in the "General setup" area instead of in the
9897 "Expert users" area. Fix this by adding one kconfig dependency.
9898
9899 Yes, the Expert users menu is fragile. Problems like this have happened
9900 several times in the past. I will attempt to isolate the Expert users
9901 menu if there is interest in that.
9902
9903 Fixes: 4d5d5664c900 ("x86: kallsyms: disable absolute percpu symbols on !SMP")
9904 Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
9905 Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
9906 Cc: stable@vger.kernel.org # 4.6
9907 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
9908
9909 init/Kconfig | 1 +
9910 1 file changed, 1 insertion(+)
9911
9912 commit 616a19ea32197667494240e8afc0de98d28fdd47
9913 Merge: 769cc1b 98d6186
9914 Author: Brad Spengler <spender@grsecurity.net>
9915 Date: Wed Jul 6 20:41:51 2016 -0400
9916
9917 Merge branch 'pax-test' into grsec-test
9918
9919 commit 98d61867ac6a18500bbd9771678138154869cec3
9920 Author: Brad Spengler <spender@grsecurity.net>
9921 Date: Wed Jul 6 20:29:35 2016 -0400
9922
9923 Update to pax-linux-4.6.3-test10.patch:
9924 - fixed a size overflow false positive in xfrm4_beet_output and xfrm6_beet_output, by Mathias Krause <minipli@ld-linux.so>
9925 - 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)
9926 - fixed a few constification related compile errors on arm/mips, by spender
9927 - updated the size overflow hash table from grsecurity
9928 - fixed an integer truncation bug in __ioremap_caller caught by the size overflow plugin
9929
9930 arch/arm/mach-mmp/mmp2.c | 4 +-
9931 arch/arm/mach-mmp/pxa910.c | 4 +-
9932 arch/arm/mach-s3c64xx/mach-smdk6410.c | 2 +-
9933 arch/arm/mm/fault.c | 2 +-
9934 arch/x86/include/asm/efi.h | 5 +
9935 arch/x86/include/asm/pgtable.h | 2 +-
9936 arch/x86/mm/dump_pagetables.c | 32 +++-
9937 arch/x86/mm/init_32.c | 55 +++---
9938 arch/x86/mm/init_64.c | 12 +-
9939 arch/x86/mm/ioremap.c | 2 +-
9940 arch/x86/mm/pageattr.c | 2 +-
9941 drivers/gpu/drm/sti/sti_cursor.c | 4 +-
9942 drivers/gpu/drm/sti/sti_dvo.c | 4 +-
9943 drivers/gpu/drm/sti/sti_gdp.c | 12 +-
9944 drivers/gpu/drm/sti/sti_hdmi.c | 4 +-
9945 drivers/gpu/drm/sti/sti_mixer.c | 8 +-
9946 drivers/gpu/drm/sti/sti_vid.c | 4 +-
9947 drivers/irqchip/irq-mmp.c | 2 +-
9948 drivers/net/ethernet/broadcom/bnxt/bnxt.c | 2 +-
9949 include/linux/irqchip/mmp.h | 2 +-
9950 net/ipv4/xfrm4_mode_beet.c | 2 +-
9951 net/ipv6/xfrm6_mode_beet.c | 2 +-
9952 .../size_overflow_plugin/size_overflow_hash.data | 203 +++++++++++++++++----
9953 23 files changed, 280 insertions(+), 91 deletions(-)
9954
9955 commit 769cc1b850f164d9fd9284898295eb616896d66b
9956 Author: Brad Spengler <spender@grsecurity.net>
9957 Date: Wed Jul 6 20:08:29 2016 -0400
9958
9959 Fix bug in RBAC learning reported by Andrew Flannery
9960 Nolog/noaudit-type capability checks were handled in a separate
9961 function which did not check if the requestor had the capability in
9962 their effective set. This would cause privileged processes to be
9963 denied use of their capabilities in the small number of instances
9964 these kinds of checks were used (for ptrace_may_access() etc, which
9965 get used in deciding if privileged processes can bypass /proc
9966 restrictions) only when RBAC learning was enabled on the process.
9967
9968 Remove some code duplication in the process of fixing the bug.
9969
9970 grsecurity/gracl_cap.c | 49 +++++++++------------------------------------
9971 grsecurity/grsec_disabled.c | 2 +-
9972 grsecurity/grsec_exec.c | 9 ++++-----
9973 include/linux/grsecurity.h | 4 ++--
9974 kernel/capability.c | 2 +-
9975 kernel/sys.c | 4 ++--
9976 6 files changed, 19 insertions(+), 51 deletions(-)
9977
9978 commit 244fda357c13b44ac2d174713205863c552eb30d
9979 Author: Brad Spengler <spender@grsecurity.net>
9980 Date: Wed Jul 6 07:19:26 2016 -0400
9981
9982 Compile fix for recent /proc/pid/mem changes, reported by adminwset at
9983 https://forums.grsecurity.net/viewtopic.php?t=4505&p=16415#p16415
9984
9985 fs/proc/base.c | 2 +-
9986 fs/proc/internal.h | 2 +-
9987 include/linux/sched.h | 2 ++
9988 3 files changed, 4 insertions(+), 2 deletions(-)
9989
9990 commit 5bd1344d3f28c5402bcd85972bb520a5baaf612c
9991 Author: Brad Spengler <spender@grsecurity.net>
9992 Date: Sun Jul 3 21:27:25 2016 -0400
9993
9994 Initial import of grsecurity for Linux 4.6.3
9995
9996 Documentation/dontdiff | 2 +
9997 Documentation/kernel-parameters.txt | 11 +
9998 Documentation/sysctl/kernel.txt | 15 +
9999 Makefile | 5 +-
10000 arch/alpha/include/asm/cache.h | 4 +-
10001 arch/alpha/kernel/osf_sys.c | 12 +-
10002 arch/arc/Kconfig | 1 +
10003 arch/arm/Kconfig | 1 +
10004 arch/arm/Kconfig.debug | 1 +
10005 arch/arm/include/asm/thread_info.h | 7 +-
10006 arch/arm/kernel/entry-common.S | 8 +-
10007 arch/arm/kernel/process.c | 4 +-
10008 arch/arm/kernel/ptrace.c | 9 +
10009 arch/arm/kernel/traps.c | 7 +-
10010 arch/arm/mach-mmp/mmp2.c | 4 +-
10011 arch/arm/mach-mmp/pxa910.c | 4 +-
10012 arch/arm/mach-s3c64xx/mach-smdk6410.c | 2 +-
10013 arch/arm/mm/Kconfig | 4 +-
10014 arch/arm/mm/alignment.c | 24 +-
10015 arch/arm/mm/fault.c | 42 +-
10016 arch/arm/mm/mmap.c | 8 +-
10017 arch/arm/net/bpf_jit_32.c | 51 +-
10018 arch/arm64/Kconfig.debug | 1 +
10019 arch/avr32/include/asm/cache.h | 4 +-
10020 arch/blackfin/Kconfig.debug | 1 +
10021 arch/blackfin/include/asm/cache.h | 3 +-
10022 arch/cris/include/arch-v10/arch/cache.h | 3 +-
10023 arch/cris/include/arch-v32/arch/cache.h | 3 +-
10024 arch/frv/include/asm/cache.h | 3 +-
10025 arch/frv/mm/elf-fdpic.c | 4 +-
10026 arch/hexagon/include/asm/cache.h | 6 +-
10027 arch/ia64/Kconfig | 1 +
10028 arch/ia64/include/asm/cache.h | 3 +-
10029 arch/ia64/kernel/sys_ia64.c | 2 +
10030 arch/ia64/mm/hugetlbpage.c | 2 +
10031 arch/m32r/include/asm/cache.h | 4 +-
10032 arch/m68k/include/asm/cache.h | 4 +-
10033 arch/metag/mm/hugetlbpage.c | 1 +
10034 arch/microblaze/include/asm/cache.h | 3 +-
10035 arch/mips/Kbuild | 2 +-
10036 arch/mips/Kconfig | 1 +
10037 arch/mips/include/asm/irq.h | 1 -
10038 arch/mips/include/asm/thread_info.h | 11 +-
10039 arch/mips/kernel/irq.c | 3 +
10040 arch/mips/kernel/ptrace.c | 9 +
10041 arch/mips/mm/mmap.c | 4 +-
10042 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
10043 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
10044 arch/openrisc/include/asm/cache.h | 4 +-
10045 arch/parisc/include/asm/cache.h | 3 +
10046 arch/parisc/kernel/sys_parisc.c | 4 +
10047 arch/powerpc/Kconfig | 1 +
10048 arch/powerpc/include/asm/cache.h | 4 +-
10049 arch/powerpc/include/asm/thread_info.h | 5 +-
10050 arch/powerpc/kernel/Makefile | 2 +
10051 arch/powerpc/kernel/irq.c | 3 +
10052 arch/powerpc/kernel/process.c | 10 +-
10053 arch/powerpc/kernel/ptrace.c | 14 +
10054 arch/powerpc/kernel/traps.c | 5 +
10055 arch/powerpc/mm/slice.c | 2 +-
10056 arch/s390/Kconfig.debug | 1 +
10057 arch/s390/include/asm/cache.h | 4 +-
10058 arch/score/include/asm/cache.h | 4 +-
10059 arch/sh/include/asm/cache.h | 3 +-
10060 arch/sh/mm/mmap.c | 6 +-
10061 arch/sparc/include/asm/atomic_64.h | 5 +
10062 arch/sparc/include/asm/cache.h | 4 +-
10063 arch/sparc/include/asm/pgalloc_64.h | 1 +
10064 arch/sparc/include/asm/thread_info_64.h | 8 +-
10065 arch/sparc/kernel/process_32.c | 6 +-
10066 arch/sparc/kernel/process_64.c | 8 +-
10067 arch/sparc/kernel/ptrace_64.c | 14 +
10068 arch/sparc/kernel/sys_sparc_64.c | 8 +-
10069 arch/sparc/kernel/syscalls.S | 8 +-
10070 arch/sparc/kernel/traps_32.c | 8 +-
10071 arch/sparc/kernel/traps_64.c | 28 +-
10072 arch/sparc/kernel/unaligned_64.c | 2 +-
10073 arch/sparc/lib/atomic_64.S | 2 +-
10074 arch/sparc/lib/ksyms.c | 4 +-
10075 arch/sparc/mm/fault_64.c | 2 +-
10076 arch/sparc/mm/hugetlbpage.c | 15 +-
10077 arch/tile/Kconfig | 1 +
10078 arch/tile/include/asm/cache.h | 3 +-
10079 arch/tile/mm/hugetlbpage.c | 2 +
10080 arch/um/include/asm/cache.h | 3 +-
10081 arch/unicore32/include/asm/cache.h | 6 +-
10082 arch/x86/Kconfig | 21 +
10083 arch/x86/Kconfig.debug | 2 +
10084 arch/x86/entry/common.c | 14 +
10085 arch/x86/entry/entry_32.S | 2 +-
10086 arch/x86/entry/entry_64.S | 2 +-
10087 arch/x86/ia32/ia32_aout.c | 2 +
10088 arch/x86/include/asm/floppy.h | 20 +-
10089 arch/x86/include/asm/fpu/types.h | 69 +-
10090 arch/x86/include/asm/io.h | 2 +-
10091 arch/x86/include/asm/page.h | 12 +-
10092 arch/x86/include/asm/paravirt_types.h | 21 +-
10093 arch/x86/include/asm/processor.h | 12 +-
10094 arch/x86/include/asm/thread_info.h | 6 +-
10095 arch/x86/kernel/dumpstack.c | 10 +-
10096 arch/x86/kernel/dumpstack_32.c | 2 +-
10097 arch/x86/kernel/dumpstack_64.c | 2 +-
10098 arch/x86/kernel/ioport.c | 13 +
10099 arch/x86/kernel/irq_32.c | 3 +
10100 arch/x86/kernel/irq_64.c | 4 +
10101 arch/x86/kernel/ldt.c | 18 +
10102 arch/x86/kernel/msr.c | 12 +
10103 arch/x86/kernel/ptrace.c | 14 +
10104 arch/x86/kernel/signal.c | 9 +-
10105 arch/x86/kernel/sys_i386_32.c | 9 +-
10106 arch/x86/kernel/sys_x86_64.c | 8 +-
10107 arch/x86/kernel/traps.c | 5 +
10108 arch/x86/kernel/verify_cpu.S | 1 +
10109 arch/x86/kernel/vm86_32.c | 15 +
10110 arch/x86/mm/fault.c | 12 +-
10111 arch/x86/mm/hugetlbpage.c | 15 +-
10112 arch/x86/mm/init.c | 51 +-
10113 arch/x86/mm/init_32.c | 10 +-
10114 arch/x86/net/bpf_jit_comp.c | 4 +
10115 arch/x86/platform/efi/efi_64.c | 2 +-
10116 arch/x86/xen/Kconfig | 1 +
10117 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
10118 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
10119 crypto/scatterwalk.c | 10 +-
10120 drivers/acpi/acpica/hwxfsleep.c | 11 +-
10121 drivers/acpi/custom_method.c | 4 +
10122 drivers/block/cciss.h | 30 +-
10123 drivers/block/smart1,2.h | 40 +-
10124 drivers/cdrom/cdrom.c | 2 +-
10125 drivers/char/Kconfig | 4 +-
10126 drivers/char/genrtc.c | 1 +
10127 drivers/char/mem.c | 17 +
10128 drivers/char/random.c | 5 +-
10129 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
10130 drivers/firewire/ohci.c | 4 +
10131 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 80 +-
10132 .../drm/amd/powerplay/hwmgr/cz_clockpowergating.c | 12 +-
10133 drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c | 58 +-
10134 drivers/gpu/drm/amd/powerplay/hwmgr/fiji_thermal.c | 20 +-
10135 .../gpu/drm/amd/powerplay/hwmgr/tonga_thermal.c | 20 +-
10136 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 7 +-
10137 drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.c | 9 +-
10138 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
10139 drivers/gpu/drm/sti/sti_cursor.c | 6 +-
10140 drivers/gpu/drm/sti/sti_dvo.c | 6 +-
10141 drivers/gpu/drm/sti/sti_gdp.c | 6 +-
10142 drivers/gpu/drm/sti/sti_hda.c | 6 +-
10143 drivers/gpu/drm/sti/sti_hdmi.c | 6 +-
10144 drivers/gpu/drm/sti/sti_hqvdp.c | 6 +-
10145 drivers/gpu/drm/sti/sti_mixer.c | 6 +-
10146 drivers/gpu/drm/sti/sti_tvout.c | 6 +-
10147 drivers/gpu/drm/sti/sti_vid.c | 6 +-
10148 drivers/gpu/drm/tilcdc/tilcdc_external.c | 2 +-
10149 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
10150 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
10151 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
10152 drivers/hid/hid-wiimote-debug.c | 2 +-
10153 drivers/hid/usbhid/hiddev.c | 10 +-
10154 drivers/infiniband/hw/i40iw/i40iw_ctrl.c | 160 +-
10155 drivers/infiniband/hw/i40iw/i40iw_uk.c | 34 +-
10156 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
10157 drivers/iommu/Kconfig | 1 +
10158 drivers/iommu/amd_iommu.c | 14 +-
10159 drivers/irqchip/irq-mmp.c | 2 +-
10160 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
10161 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
10162 drivers/isdn/gigaset/usb-gigaset.c | 34 +-
10163 drivers/isdn/i4l/isdn_concap.c | 6 +-
10164 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
10165 drivers/md/bcache/Kconfig | 1 +
10166 drivers/md/raid5.c | 8 +
10167 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
10168 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
10169 drivers/media/radio/radio-cadet.c | 5 +-
10170 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
10171 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
10172 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
10173 drivers/media/usb/dvb-usb/technisat-usb2.c | 23 +-
10174 drivers/message/fusion/mptbase.c | 9 +
10175 drivers/misc/sgi-xp/xp_main.c | 12 +-
10176 drivers/mtd/nand/brcmnand/bcm63138_nand.c | 6 +-
10177 drivers/mtd/nand/brcmnand/iproc_nand.c | 8 +-
10178 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
10179 drivers/net/wan/lmc/lmc_media.c | 97 +-
10180 drivers/net/wan/z85230.c | 24 +-
10181 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
10182 drivers/net/wireless/zydas/zd1211rw/zd_usb.c | 2 +-
10183 drivers/pci/proc.c | 9 +
10184 drivers/platform/x86/asus-wmi.c | 12 +
10185 drivers/rtc/rtc-dev.c | 3 +
10186 drivers/scsi/bfa/bfa_fcs.c | 19 +-
10187 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
10188 drivers/scsi/bfa/bfa_modules.h | 12 +-
10189 drivers/scsi/hpsa.h | 40 +-
10190 drivers/staging/lustre/lnet/libcfs/module.c | 10 +-
10191 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
10192 drivers/staging/wilc1000/host_interface.h | 1 +
10193 drivers/staging/wilc1000/wilc_spi.c | 1 +
10194 drivers/tty/serial/uartlite.c | 4 +-
10195 drivers/tty/sysrq.c | 2 +-
10196 drivers/tty/tty_io.c | 4 +
10197 drivers/tty/vt/keyboard.c | 22 +-
10198 drivers/uio/uio.c | 6 +-
10199 drivers/usb/core/devio.c | 9 +-
10200 drivers/usb/core/hub.c | 5 +
10201 drivers/usb/gadget/function/f_uac1.c | 1 +
10202 drivers/usb/gadget/function/u_uac1.c | 1 +
10203 drivers/usb/host/hwa-hc.c | 9 +-
10204 drivers/usb/usbip/vhci_sysfs.c | 2 +-
10205 drivers/video/fbdev/arcfb.c | 2 +-
10206 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
10207 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
10208 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
10209 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++----
10210 drivers/xen/xenfs/xenstored.c | 5 +
10211 firmware/Makefile | 2 +
10212 firmware/WHENCE | 20 +-
10213 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
10214 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
10215 fs/attr.c | 4 +
10216 fs/autofs4/waitq.c | 9 +
10217 fs/binfmt_aout.c | 7 +
10218 fs/binfmt_elf.c | 40 +-
10219 fs/compat.c | 20 +-
10220 fs/coredump.c | 17 +-
10221 fs/dcache.c | 3 +
10222 fs/debugfs/inode.c | 19 +-
10223 fs/exec.c | 249 +-
10224 fs/ext2/balloc.c | 4 +-
10225 fs/ext2/super.c | 8 +-
10226 fs/ext4/balloc.c | 4 +-
10227 fs/ext4/extents.c | 2 +-
10228 fs/fcntl.c | 4 +
10229 fs/fhandle.c | 3 +-
10230 fs/file.c | 4 +
10231 fs/filesystems.c | 4 +
10232 fs/fs_struct.c | 20 +-
10233 fs/hugetlbfs/inode.c | 5 +-
10234 fs/inode.c | 8 +-
10235 fs/kernfs/dir.c | 6 +
10236 fs/mount.h | 4 +-
10237 fs/namei.c | 292 +-
10238 fs/namespace.c | 24 +
10239 fs/nfsd/nfs2acl.c | 20 +-
10240 fs/nfsd/nfs3acl.c | 16 +-
10241 fs/nfsd/nfs4acl.c | 16 +-
10242 fs/nfsd/nfscache.c | 2 +-
10243 fs/open.c | 38 +
10244 fs/overlayfs/inode.c | 3 +
10245 fs/overlayfs/super.c | 6 +-
10246 fs/pipe.c | 2 +-
10247 fs/posix_acl.c | 61 +-
10248 fs/proc/Kconfig | 10 +-
10249 fs/proc/array.c | 67 +-
10250 fs/proc/base.c | 193 +-
10251 fs/proc/cmdline.c | 4 +
10252 fs/proc/devices.c | 4 +
10253 fs/proc/fd.c | 13 +-
10254 fs/proc/generic.c | 64 +
10255 fs/proc/inode.c | 17 +
10256 fs/proc/internal.h | 18 +-
10257 fs/proc/interrupts.c | 4 +
10258 fs/proc/kcore.c | 3 +
10259 fs/proc/proc_net.c | 31 +
10260 fs/proc/proc_sysctl.c | 52 +-
10261 fs/proc/root.c | 8 +
10262 fs/proc/stat.c | 69 +-
10263 fs/proc/task_mmu.c | 85 +-
10264 fs/proc/task_nommu.c | 2 +-
10265 fs/readdir.c | 19 +
10266 fs/reiserfs/item_ops.c | 24 +-
10267 fs/reiserfs/super.c | 4 +
10268 fs/select.c | 2 +
10269 fs/seq_file.c | 31 +-
10270 fs/stat.c | 20 +-
10271 fs/sysfs/dir.c | 30 +-
10272 fs/utimes.c | 7 +
10273 fs/xattr.c | 26 +-
10274 fs/xfs/xfs_icache.c | 60 +-
10275 fs/xfs/xfs_inode.c | 13 +
10276 grsecurity/Kconfig | 1205 ++++
10277 grsecurity/Makefile | 54 +
10278 grsecurity/gracl.c | 2757 +++++++++
10279 grsecurity/gracl_alloc.c | 105 +
10280 grsecurity/gracl_cap.c | 127 +
10281 grsecurity/gracl_compat.c | 269 +
10282 grsecurity/gracl_fs.c | 448 ++
10283 grsecurity/gracl_ip.c | 387 ++
10284 grsecurity/gracl_learn.c | 207 +
10285 grsecurity/gracl_policy.c | 1784 ++++++
10286 grsecurity/gracl_res.c | 68 +
10287 grsecurity/gracl_segv.c | 306 +
10288 grsecurity/gracl_shm.c | 40 +
10289 grsecurity/grsec_chdir.c | 19 +
10290 grsecurity/grsec_chroot.c | 506 ++
10291 grsecurity/grsec_disabled.c | 445 ++
10292 grsecurity/grsec_exec.c | 189 +
10293 grsecurity/grsec_fifo.c | 26 +
10294 grsecurity/grsec_fork.c | 23 +
10295 grsecurity/grsec_init.c | 294 +
10296 grsecurity/grsec_ipc.c | 48 +
10297 grsecurity/grsec_link.c | 65 +
10298 grsecurity/grsec_log.c | 340 +
10299 grsecurity/grsec_mem.c | 48 +
10300 grsecurity/grsec_mount.c | 65 +
10301 grsecurity/grsec_pax.c | 47 +
10302 grsecurity/grsec_proc.c | 20 +
10303 grsecurity/grsec_ptrace.c | 30 +
10304 grsecurity/grsec_sig.c | 248 +
10305 grsecurity/grsec_sock.c | 244 +
10306 grsecurity/grsec_sysctl.c | 497 ++
10307 grsecurity/grsec_time.c | 16 +
10308 grsecurity/grsec_tpe.c | 78 +
10309 grsecurity/grsec_tty.c | 18 +
10310 grsecurity/grsec_usb.c | 15 +
10311 grsecurity/grsum.c | 56 +
10312 include/drm/drm_modeset_helper_vtables.h | 1 +
10313 include/linux/binfmts.h | 5 +-
10314 include/linux/capability.h | 13 +
10315 include/linux/compiler-gcc.h | 5 +
10316 include/linux/compiler.h | 8 +
10317 include/linux/cred.h | 8 +-
10318 include/linux/dcache.h | 5 +-
10319 include/linux/fs.h | 24 +-
10320 include/linux/fs_struct.h | 2 +-
10321 include/linux/fsnotify.h | 6 +
10322 include/linux/gracl.h | 342 ++
10323 include/linux/gracl_compat.h | 156 +
10324 include/linux/gralloc.h | 9 +
10325 include/linux/grdefs.h | 140 +
10326 include/linux/grinternal.h | 231 +
10327 include/linux/grmsg.h | 120 +
10328 include/linux/grsecurity.h | 259 +
10329 include/linux/grsock.h | 19 +
10330 include/linux/ipc.h | 2 +-
10331 include/linux/ipc_namespace.h | 2 +-
10332 include/linux/kallsyms.h | 18 +-
10333 include/linux/key-type.h | 4 +-
10334 include/linux/kmod.h | 5 +
10335 include/linux/kobject.h | 2 +-
10336 include/linux/lsm_hooks.h | 4 +-
10337 include/linux/mm.h | 12 +
10338 include/linux/mm_types.h | 4 +-
10339 include/linux/module.h | 5 +-
10340 include/linux/mount.h | 2 +-
10341 include/linux/msg.h | 2 +-
10342 include/linux/netfilter/xt_gradm.h | 9 +
10343 include/linux/path.h | 4 +-
10344 include/linux/perf_event.h | 13 +-
10345 include/linux/pid_namespace.h | 2 +-
10346 include/linux/printk.h | 2 +-
10347 include/linux/proc_fs.h | 22 +-
10348 include/linux/proc_ns.h | 2 +-
10349 include/linux/random.h | 2 +-
10350 include/linux/rbtree_augmented.h | 4 +-
10351 include/linux/scatterlist.h | 12 +-
10352 include/linux/sched.h | 135 +-
10353 include/linux/security.h | 1 +
10354 include/linux/sem.h | 2 +-
10355 include/linux/seq_file.h | 5 +
10356 include/linux/shm.h | 6 +-
10357 include/linux/skbuff.h | 3 +
10358 include/linux/slab.h | 9 -
10359 include/linux/sysctl.h | 8 +-
10360 include/linux/thread_info.h | 6 +-
10361 include/linux/tty.h | 2 +-
10362 include/linux/tty_driver.h | 4 +-
10363 include/linux/uidgid.h | 6 +
10364 include/linux/user_namespace.h | 2 +-
10365 include/linux/utsname.h | 2 +-
10366 include/linux/vermagic.h | 16 +-
10367 include/linux/vmalloc.h | 8 +
10368 include/net/af_unix.h | 2 +-
10369 include/net/ip.h | 2 +-
10370 include/net/neighbour.h | 2 +-
10371 include/net/net_namespace.h | 2 +-
10372 include/net/sock.h | 2 +-
10373 include/trace/events/fs.h | 53 +
10374 include/uapi/linux/personality.h | 1 +
10375 init/Kconfig | 5 +-
10376 init/main.c | 46 +-
10377 ipc/mqueue.c | 1 +
10378 ipc/msg.c | 3 +-
10379 ipc/msgutil.c | 4 +-
10380 ipc/sem.c | 3 +-
10381 ipc/shm.c | 26 +-
10382 ipc/util.c | 6 +
10383 kernel/auditsc.c | 2 +-
10384 kernel/bpf/syscall.c | 10 +-
10385 kernel/capability.c | 41 +-
10386 kernel/cgroup.c | 5 +-
10387 kernel/compat.c | 1 +
10388 kernel/configs.c | 11 +
10389 kernel/cred.c | 112 +-
10390 kernel/events/core.c | 14 +-
10391 kernel/exit.c | 10 +-
10392 kernel/fork.c | 92 +-
10393 kernel/futex.c | 4 +-
10394 kernel/kallsyms.c | 9 +
10395 kernel/kcmp.c | 4 +
10396 kernel/kexec_core.c | 2 +-
10397 kernel/kmod.c | 96 +-
10398 kernel/kprobes.c | 9 +-
10399 kernel/ksysfs.c | 2 +
10400 kernel/locking/lockdep_proc.c | 10 +-
10401 kernel/module.c | 108 +-
10402 kernel/panic.c | 6 +-
10403 kernel/pid.c | 18 +-
10404 kernel/power/Kconfig | 2 +
10405 kernel/printk/printk.c | 7 +-
10406 kernel/ptrace.c | 50 +-
10407 kernel/resource.c | 10 +
10408 kernel/sched/core.c | 9 +-
10409 kernel/sched/debug.c | 4 +
10410 kernel/signal.c | 37 +-
10411 kernel/sys.c | 64 +-
10412 kernel/sysctl.c | 174 +-
10413 kernel/taskstats.c | 6 +
10414 kernel/time/posix-timers.c | 8 +
10415 kernel/time/time.c | 5 +
10416 kernel/time/timekeeping.c | 3 +
10417 kernel/time/timer_list.c | 13 +-
10418 kernel/time/timer_stats.c | 10 +-
10419 kernel/trace/Kconfig | 6 +
10420 kernel/trace/trace_syscalls.c | 8 +
10421 kernel/user_namespace.c | 15 +
10422 lib/Kconfig.debug | 13 +-
10423 lib/is_single_threaded.c | 3 +
10424 lib/list_debug.c | 65 +-
10425 lib/nlattr.c | 2 +
10426 lib/rbtree.c | 4 +-
10427 lib/vsprintf.c | 39 +-
10428 localversion-grsec | 1 +
10429 mm/Kconfig | 8 +-
10430 mm/Kconfig.debug | 1 +
10431 mm/filemap.c | 1 +
10432 mm/kmemleak.c | 4 +-
10433 mm/memory.c | 2 +-
10434 mm/mempolicy.c | 12 +-
10435 mm/migrate.c | 3 +-
10436 mm/mlock.c | 11 +-
10437 mm/mmap.c | 124 +-
10438 mm/mprotect.c | 8 +
10439 mm/page_alloc.c | 2 +-
10440 mm/percpu.c | 73 +-
10441 mm/process_vm_access.c | 6 +
10442 mm/shmem.c | 2 +-
10443 mm/slab.c | 14 +-
10444 mm/slab_common.c | 2 +-
10445 mm/slob.c | 12 +
10446 mm/slub.c | 33 +-
10447 mm/util.c | 3 +
10448 mm/vmalloc.c | 84 +-
10449 mm/vmstat.c | 29 +-
10450 net/appletalk/atalk_proc.c | 2 +-
10451 net/atm/lec.c | 6 +-
10452 net/atm/mpoa_caches.c | 43 +-
10453 net/can/bcm.c | 2 +-
10454 net/can/proc.c | 2 +-
10455 net/core/dev_ioctl.c | 7 +-
10456 net/core/filter.c | 8 +-
10457 net/core/net-procfs.c | 17 +-
10458 net/core/pktgen.c | 2 +-
10459 net/core/sock.c | 23 +-
10460 net/core/sysctl_net_core.c | 2 +-
10461 net/decnet/dn_dev.c | 2 +-
10462 net/ipv4/devinet.c | 6 +-
10463 net/ipv4/inet_hashtables.c | 6 +
10464 net/ipv4/ip_input.c | 7 +
10465 net/ipv4/ip_sockglue.c | 3 +-
10466 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
10467 net/ipv4/route.c | 6 +-
10468 net/ipv4/tcp_input.c | 6 +-
10469 net/ipv4/tcp_ipv4.c | 24 +-
10470 net/ipv4/tcp_minisocks.c | 9 +-
10471 net/ipv4/tcp_timer.c | 11 +
10472 net/ipv4/udp.c | 24 +
10473 net/ipv6/addrconf.c | 13 +-
10474 net/ipv6/proc.c | 2 +-
10475 net/ipv6/tcp_ipv6.c | 23 +-
10476 net/ipv6/udp.c | 7 +
10477 net/ipx/ipx_proc.c | 2 +-
10478 net/irda/irproc.c | 2 +-
10479 net/llc/llc_proc.c | 2 +-
10480 net/netfilter/Kconfig | 10 +
10481 net/netfilter/Makefile | 1 +
10482 net/netfilter/xt_gradm.c | 51 +
10483 net/netfilter/xt_hashlimit.c | 4 +-
10484 net/netfilter/xt_recent.c | 2 +-
10485 net/socket.c | 75 +-
10486 net/sunrpc/Kconfig | 1 +
10487 net/sunrpc/cache.c | 2 +-
10488 net/sunrpc/stats.c | 2 +-
10489 net/sysctl_net.c | 2 +-
10490 net/unix/af_unix.c | 52 +-
10491 net/vmw_vsock/vmci_transport_notify.c | 30 +-
10492 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
10493 net/x25/sysctl_net_x25.c | 2 +-
10494 net/x25/x25_proc.c | 2 +-
10495 scripts/Makefile.gcc-plugins | 5 +
10496 scripts/gcc-plugins/.gitignore | 1 +
10497 scripts/gcc-plugins/Makefile | 10 +
10498 scripts/gcc-plugins/gen-random-seed.sh | 8 +
10499 scripts/gcc-plugins/randomize_layout_plugin.c | 940 +++
10500 .../size_overflow_plugin/size_overflow_hash.data | 724 ++-
10501 scripts/package/Makefile | 2 +-
10502 scripts/package/mkspec | 41 +-
10503 security/Kconfig | 364 +-
10504 security/apparmor/file.c | 4 +-
10505 security/apparmor/lsm.c | 8 +-
10506 security/commoncap.c | 29 +
10507 security/keys/internal.h | 2 +-
10508 security/keys/key.c | 2 +-
10509 security/min_addr.c | 2 +
10510 security/tomoyo/file.c | 12 +-
10511 security/tomoyo/mount.c | 4 +
10512 security/tomoyo/tomoyo.c | 20 +-
10513 security/yama/Kconfig | 2 +-
10514 sound/synth/emux/emux_seq.c | 14 +-
10515 sound/usb/line6/driver.c | 40 +-
10516 sound/usb/line6/toneport.c | 12 +-
10517 521 files changed, 33285 insertions(+), 3355 deletions(-)
10518
10519 commit 96b2aa21ce8de62dfa0ee023b2cd20928f5021a1
10520 Author: Brad Spengler <spender@grsecurity.net>
10521 Date: Sat Jul 2 09:03:17 2016 -0400
10522
10523 Initial commit of pax-linux-4.6.3-test9.patch
10524
10525 .gitignore | 1 +
10526 Documentation/dontdiff | 46 +-
10527 Documentation/kbuild/makefiles.txt | 39 +-
10528 Documentation/kernel-parameters.txt | 28 +
10529 Makefile | 20 +-
10530 arch/Kconfig | 14 +
10531 arch/alpha/include/asm/atomic.h | 10 +
10532 arch/alpha/include/asm/elf.h | 7 +
10533 arch/alpha/include/asm/pgalloc.h | 6 +
10534 arch/alpha/include/asm/pgtable.h | 11 +
10535 arch/alpha/kernel/module.c | 2 +-
10536 arch/alpha/kernel/osf_sys.c | 8 +-
10537 arch/alpha/mm/fault.c | 141 +-
10538 arch/arm/Kconfig | 6 +-
10539 arch/arm/boot/compressed/Makefile | 2 +
10540 arch/arm/include/asm/atomic.h | 323 +-
10541 arch/arm/include/asm/cache.h | 4 +-
10542 arch/arm/include/asm/cacheflush.h | 2 +-
10543 arch/arm/include/asm/checksum.h | 14 +-
10544 arch/arm/include/asm/cmpxchg.h | 4 +
10545 arch/arm/include/asm/cpuidle.h | 2 +-
10546 arch/arm/include/asm/domain.h | 42 +-
10547 arch/arm/include/asm/elf.h | 9 +-
10548 arch/arm/include/asm/fncpy.h | 2 +
10549 arch/arm/include/asm/futex.h | 1 +
10550 arch/arm/include/asm/kmap_types.h | 2 +-
10551 arch/arm/include/asm/mach/dma.h | 2 +-
10552 arch/arm/include/asm/mach/map.h | 16 +-
10553 arch/arm/include/asm/outercache.h | 2 +-
10554 arch/arm/include/asm/page.h | 3 +-
10555 arch/arm/include/asm/pgalloc.h | 20 +
10556 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
10557 arch/arm/include/asm/pgtable-2level.h | 3 +
10558 arch/arm/include/asm/pgtable-3level.h | 3 +
10559 arch/arm/include/asm/pgtable.h | 54 +-
10560 arch/arm/include/asm/smp.h | 2 +-
10561 arch/arm/include/asm/string.h | 10 +-
10562 arch/arm/include/asm/thread_info.h | 3 +
10563 arch/arm/include/asm/tls.h | 3 +
10564 arch/arm/include/asm/uaccess.h | 113 +-
10565 arch/arm/include/uapi/asm/ptrace.h | 2 +-
10566 arch/arm/kernel/armksyms.c | 2 +-
10567 arch/arm/kernel/cpuidle.c | 2 +-
10568 arch/arm/kernel/entry-armv.S | 109 +-
10569 arch/arm/kernel/entry-common.S | 40 +-
10570 arch/arm/kernel/entry-header.S | 55 +
10571 arch/arm/kernel/fiq.c | 3 +
10572 arch/arm/kernel/module-plts.c | 7 +-
10573 arch/arm/kernel/module.c | 38 +-
10574 arch/arm/kernel/patch.c | 2 +
10575 arch/arm/kernel/process.c | 86 +-
10576 arch/arm/kernel/reboot.c | 1 +
10577 arch/arm/kernel/setup.c | 20 +-
10578 arch/arm/kernel/signal.c | 35 +-
10579 arch/arm/kernel/smp.c | 2 +-
10580 arch/arm/kernel/tcm.c | 4 +-
10581 arch/arm/kernel/vmlinux.lds.S | 6 +-
10582 arch/arm/kvm/arm.c | 8 +-
10583 arch/arm/lib/copy_page.S | 1 +
10584 arch/arm/lib/csumpartialcopyuser.S | 4 +-
10585 arch/arm/lib/delay.c | 2 +-
10586 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
10587 arch/arm/mach-exynos/suspend.c | 6 +-
10588 arch/arm/mach-mvebu/coherency.c | 4 +-
10589 arch/arm/mach-omap2/board-n8x0.c | 2 +-
10590 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
10591 arch/arm/mach-omap2/omap-smp.c | 1 +
10592 arch/arm/mach-omap2/omap_device.c | 4 +-
10593 arch/arm/mach-omap2/omap_device.h | 4 +-
10594 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
10595 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
10596 arch/arm/mach-omap2/wd_timer.c | 6 +-
10597 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
10598 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
10599 arch/arm/mach-tegra/irq.c | 1 +
10600 arch/arm/mach-ux500/pm.c | 1 +
10601 arch/arm/mach-zynq/platsmp.c | 1 +
10602 arch/arm/mm/Kconfig | 6 +-
10603 arch/arm/mm/cache-l2x0.c | 2 +-
10604 arch/arm/mm/context.c | 10 +-
10605 arch/arm/mm/fault.c | 160 +
10606 arch/arm/mm/fault.h | 12 +
10607 arch/arm/mm/init.c | 39 +
10608 arch/arm/mm/ioremap.c | 4 +-
10609 arch/arm/mm/mmap.c | 36 +-
10610 arch/arm/mm/mmu.c | 162 +-
10611 arch/arm/net/bpf_jit_32.c | 3 +
10612 arch/arm/plat-iop/setup.c | 2 +-
10613 arch/arm/plat-omap/sram.c | 2 +
10614 arch/arm64/Kconfig | 1 +
10615 arch/arm64/include/asm/atomic.h | 10 +
10616 arch/arm64/include/asm/percpu.h | 8 +-
10617 arch/arm64/include/asm/pgalloc.h | 5 +
10618 arch/arm64/include/asm/string.h | 22 +-
10619 arch/arm64/include/asm/uaccess.h | 1 +
10620 arch/arm64/mm/dma-mapping.c | 2 +-
10621 arch/avr32/include/asm/elf.h | 8 +-
10622 arch/avr32/include/asm/kmap_types.h | 4 +-
10623 arch/avr32/mm/fault.c | 27 +
10624 arch/frv/include/asm/atomic.h | 10 +
10625 arch/frv/include/asm/kmap_types.h | 2 +-
10626 arch/frv/mm/elf-fdpic.c | 3 +-
10627 arch/ia64/Makefile | 1 +
10628 arch/ia64/include/asm/atomic.h | 10 +
10629 arch/ia64/include/asm/elf.h | 7 +
10630 arch/ia64/include/asm/pgalloc.h | 12 +
10631 arch/ia64/include/asm/pgtable.h | 13 +-
10632 arch/ia64/include/asm/spinlock.h | 2 +-
10633 arch/ia64/include/asm/uaccess.h | 27 +-
10634 arch/ia64/kernel/module.c | 20 +-
10635 arch/ia64/kernel/palinfo.c | 2 +-
10636 arch/ia64/kernel/sys_ia64.c | 7 +
10637 arch/ia64/kernel/vmlinux.lds.S | 2 +-
10638 arch/ia64/mm/fault.c | 32 +-
10639 arch/ia64/mm/init.c | 15 +-
10640 arch/m32r/lib/usercopy.c | 6 +
10641 arch/mips/Kconfig | 1 +
10642 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
10643 arch/mips/include/asm/atomic.h | 372 +-
10644 arch/mips/include/asm/cache.h | 3 +-
10645 arch/mips/include/asm/elf.h | 7 +
10646 arch/mips/include/asm/exec.h | 2 +-
10647 arch/mips/include/asm/hw_irq.h | 2 +-
10648 arch/mips/include/asm/local.h | 57 +
10649 arch/mips/include/asm/page.h | 2 +-
10650 arch/mips/include/asm/pgalloc.h | 5 +
10651 arch/mips/include/asm/pgtable.h | 3 +
10652 arch/mips/include/asm/uaccess.h | 1 +
10653 arch/mips/kernel/binfmt_elfn32.c | 7 +
10654 arch/mips/kernel/binfmt_elfo32.c | 7 +
10655 arch/mips/kernel/irq-gt641xx.c | 2 +-
10656 arch/mips/kernel/irq.c | 6 +-
10657 arch/mips/kernel/pm-cps.c | 2 +-
10658 arch/mips/kernel/process.c | 12 -
10659 arch/mips/kernel/sync-r4k.c | 24 +-
10660 arch/mips/kernel/traps.c | 13 +-
10661 arch/mips/lib/ashldi3.c | 21 +-
10662 arch/mips/lib/ashrdi3.c | 19 +-
10663 arch/mips/lib/libgcc.h | 12 +-
10664 arch/mips/mm/fault.c | 25 +
10665 arch/mips/mm/init.c | 4 +-
10666 arch/mips/mm/mmap.c | 24 +-
10667 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
10668 arch/mips/sni/rm200.c | 2 +-
10669 arch/mips/vr41xx/common/icu.c | 2 +-
10670 arch/mips/vr41xx/common/irq.c | 4 +-
10671 arch/parisc/include/asm/atomic.h | 10 +
10672 arch/parisc/include/asm/elf.h | 7 +
10673 arch/parisc/include/asm/pgalloc.h | 6 +
10674 arch/parisc/include/asm/pgtable.h | 11 +
10675 arch/parisc/include/asm/uaccess.h | 4 +-
10676 arch/parisc/kernel/module.c | 26 +-
10677 arch/parisc/kernel/sys_parisc.c | 15 +
10678 arch/parisc/kernel/traps.c | 4 +-
10679 arch/parisc/mm/fault.c | 140 +-
10680 arch/powerpc/Kconfig | 1 +
10681 arch/powerpc/include/asm/atomic.h | 317 +-
10682 arch/powerpc/include/asm/book3s/32/hash.h | 1 +
10683 arch/powerpc/include/asm/elf.h | 12 +
10684 arch/powerpc/include/asm/exec.h | 2 +-
10685 arch/powerpc/include/asm/kmap_types.h | 2 +-
10686 arch/powerpc/include/asm/local.h | 46 +
10687 arch/powerpc/include/asm/mman.h | 2 +-
10688 arch/powerpc/include/asm/page.h | 8 +-
10689 arch/powerpc/include/asm/page_64.h | 7 +-
10690 arch/powerpc/include/asm/pgalloc-64.h | 11 +
10691 arch/powerpc/include/asm/pgtable.h | 1 +
10692 arch/powerpc/include/asm/reg.h | 1 +
10693 arch/powerpc/include/asm/smp.h | 2 +-
10694 arch/powerpc/include/asm/spinlock.h | 42 +-
10695 arch/powerpc/include/asm/string.h | 18 +-
10696 arch/powerpc/include/asm/uaccess.h | 141 +-
10697 arch/powerpc/kernel/Makefile | 5 +
10698 arch/powerpc/kernel/exceptions-64e.S | 4 +-
10699 arch/powerpc/kernel/exceptions-64s.S | 2 +-
10700 arch/powerpc/kernel/module_32.c | 15 +-
10701 arch/powerpc/kernel/process.c | 7 -
10702 arch/powerpc/kernel/signal_32.c | 2 +-
10703 arch/powerpc/kernel/signal_64.c | 2 +-
10704 arch/powerpc/kernel/traps.c | 21 +
10705 arch/powerpc/kernel/vdso.c | 5 +-
10706 arch/powerpc/lib/usercopy_64.c | 18 -
10707 arch/powerpc/mm/fault.c | 56 +-
10708 arch/powerpc/mm/mmap.c | 16 +
10709 arch/powerpc/mm/slice.c | 21 +-
10710 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
10711 arch/s390/include/asm/atomic.h | 10 +
10712 arch/s390/include/asm/elf.h | 7 +
10713 arch/s390/include/asm/exec.h | 2 +-
10714 arch/s390/include/asm/uaccess.h | 13 +-
10715 arch/s390/kernel/module.c | 22 +-
10716 arch/s390/kernel/process.c | 7 -
10717 arch/s390/mm/mmap.c | 22 +-
10718 arch/score/include/asm/exec.h | 2 +-
10719 arch/score/kernel/process.c | 5 -
10720 arch/sh/mm/mmap.c | 28 +-
10721 arch/sparc/Kconfig | 1 +
10722 arch/sparc/include/asm/atomic_64.h | 110 +-
10723 arch/sparc/include/asm/cache.h | 2 +-
10724 arch/sparc/include/asm/elf_32.h | 7 +
10725 arch/sparc/include/asm/elf_64.h | 7 +
10726 arch/sparc/include/asm/pgalloc_32.h | 1 +
10727 arch/sparc/include/asm/pgalloc_64.h | 1 +
10728 arch/sparc/include/asm/pgtable.h | 4 +
10729 arch/sparc/include/asm/pgtable_32.h | 15 +-
10730 arch/sparc/include/asm/pgtsrmmu.h | 5 +
10731 arch/sparc/include/asm/setup.h | 4 +-
10732 arch/sparc/include/asm/spinlock_64.h | 35 +-
10733 arch/sparc/include/asm/thread_info_32.h | 1 +
10734 arch/sparc/include/asm/thread_info_64.h | 2 +
10735 arch/sparc/include/asm/uaccess.h | 1 +
10736 arch/sparc/include/asm/uaccess_32.h | 28 +-
10737 arch/sparc/include/asm/uaccess_64.h | 24 +-
10738 arch/sparc/kernel/Makefile | 2 +-
10739 arch/sparc/kernel/prom_common.c | 2 +-
10740 arch/sparc/kernel/smp_64.c | 8 +-
10741 arch/sparc/kernel/sys_sparc_32.c | 2 +-
10742 arch/sparc/kernel/sys_sparc_64.c | 58 +-
10743 arch/sparc/kernel/traps_64.c | 27 +-
10744 arch/sparc/lib/Makefile | 2 +-
10745 arch/sparc/lib/atomic_64.S | 57 +-
10746 arch/sparc/lib/ksyms.c | 6 +-
10747 arch/sparc/mm/Makefile | 2 +-
10748 arch/sparc/mm/fault_32.c | 292 +
10749 arch/sparc/mm/fault_64.c | 486 +
10750 arch/sparc/mm/hugetlbpage.c | 30 +-
10751 arch/sparc/mm/init_64.c | 10 +-
10752 arch/tile/include/asm/atomic_64.h | 10 +
10753 arch/tile/include/asm/uaccess.h | 4 +-
10754 arch/um/Makefile | 2 +
10755 arch/um/include/asm/kmap_types.h | 2 +-
10756 arch/um/include/asm/page.h | 3 +
10757 arch/um/include/asm/pgtable-3level.h | 1 +
10758 arch/um/kernel/process.c | 16 -
10759 arch/x86/Kconfig | 33 +-
10760 arch/x86/Kconfig.cpu | 6 +-
10761 arch/x86/Kconfig.debug | 3 +-
10762 arch/x86/Makefile | 13 +-
10763 arch/x86/boot/bitops.h | 4 +-
10764 arch/x86/boot/boot.h | 2 +-
10765 arch/x86/boot/compressed/Makefile | 17 +
10766 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
10767 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
10768 arch/x86/boot/compressed/head_32.S | 4 +-
10769 arch/x86/boot/compressed/head_64.S | 12 +-
10770 arch/x86/boot/compressed/misc.c | 11 +-
10771 arch/x86/boot/cpucheck.c | 16 +-
10772 arch/x86/boot/header.S | 6 +-
10773 arch/x86/boot/memory.c | 2 +-
10774 arch/x86/boot/video-vesa.c | 1 +
10775 arch/x86/boot/video.c | 2 +-
10776 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
10777 arch/x86/crypto/aesni-intel_asm.S | 116 +-
10778 arch/x86/crypto/aesni-intel_glue.c | 4 +-
10779 arch/x86/crypto/blowfish-x86_64-asm_64.S | 11 +-
10780 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 22 +-
10781 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 22 +-
10782 arch/x86/crypto/camellia-x86_64-asm_64.S | 11 +-
10783 arch/x86/crypto/camellia_aesni_avx2_glue.c | 18 +-
10784 arch/x86/crypto/camellia_aesni_avx_glue.c | 18 +-
10785 arch/x86/crypto/camellia_glue.c | 8 +-
10786 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 55 +-
10787 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 37 +-
10788 arch/x86/crypto/cast6_avx_glue.c | 16 +-
10789 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 2 +
10790 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
10791 arch/x86/crypto/glue_helper.c | 2 +-
10792 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
10793 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 21 +-
10794 arch/x86/crypto/serpent-avx2-asm_64.S | 21 +-
10795 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
10796 arch/x86/crypto/serpent_avx2_glue.c | 14 +-
10797 arch/x86/crypto/serpent_avx_glue.c | 18 +-
10798 arch/x86/crypto/serpent_sse2_glue.c | 4 +-
10799 arch/x86/crypto/sha-mb/sha1_mb_mgr_flush_avx2.S | 4 +-
10800 arch/x86/crypto/sha-mb/sha1_mb_mgr_submit_avx2.S | 2 +-
10801 arch/x86/crypto/sha1_ssse3_asm.S | 13 +-
10802 arch/x86/crypto/sha1_ssse3_glue.c | 56 +-
10803 arch/x86/crypto/sha256-avx-asm.S | 5 +-
10804 arch/x86/crypto/sha256-avx2-asm.S | 5 +-
10805 arch/x86/crypto/sha256-ssse3-asm.S | 6 +-
10806 arch/x86/crypto/sha256_ni_asm.S | 2 +-
10807 arch/x86/crypto/sha256_ssse3_glue.c | 26 +-
10808 arch/x86/crypto/sha512-avx-asm.S | 5 +-
10809 arch/x86/crypto/sha512-avx2-asm.S | 5 +-
10810 arch/x86/crypto/sha512-ssse3-asm.S | 5 +-
10811 arch/x86/crypto/sha512_ssse3_glue.c | 22 +-
10812 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 37 +-
10813 arch/x86/crypto/twofish-i586-asm_32.S | 4 +-
10814 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 6 +-
10815 arch/x86/crypto/twofish-x86_64-asm_64.S | 7 +-
10816 arch/x86/crypto/twofish_avx_glue.c | 21 +-
10817 arch/x86/crypto/twofish_glue.c | 4 +-
10818 arch/x86/crypto/twofish_glue_3way.c | 12 +-
10819 arch/x86/entry/Makefile | 2 +
10820 arch/x86/entry/calling.h | 86 +-
10821 arch/x86/entry/common.c | 89 +-
10822 arch/x86/entry/entry_32.S | 330 +-
10823 arch/x86/entry/entry_64.S | 600 +-
10824 arch/x86/entry/entry_64_compat.S | 115 +-
10825 arch/x86/entry/thunk_64.S | 2 +
10826 arch/x86/entry/vdso/Makefile | 5 +-
10827 arch/x86/entry/vdso/vclock_gettime.c | 2 +-
10828 arch/x86/entry/vdso/vdso2c.h | 4 +-
10829 arch/x86/entry/vdso/vma.c | 42 +-
10830 arch/x86/entry/vsyscall/vsyscall_64.c | 20 +-
10831 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 2 +-
10832 arch/x86/events/amd/iommu.c | 8 +-
10833 arch/x86/events/core.c | 8 +-
10834 arch/x86/events/intel/bts.c | 6 +-
10835 arch/x86/events/intel/core.c | 34 +-
10836 arch/x86/events/intel/cqm.c | 14 +-
10837 arch/x86/events/intel/cstate.c | 6 +-
10838 arch/x86/events/intel/ds.c | 7 +-
10839 arch/x86/events/intel/lbr.c | 4 +-
10840 arch/x86/events/intel/pt.c | 44 +-
10841 arch/x86/events/intel/rapl.c | 8 +-
10842 arch/x86/events/intel/uncore.c | 6 +-
10843 arch/x86/events/intel/uncore.h | 14 +-
10844 arch/x86/events/perf_event.h | 2 +-
10845 arch/x86/ia32/ia32_signal.c | 23 +-
10846 arch/x86/ia32/sys_ia32.c | 42 +-
10847 arch/x86/include/asm/alternative-asm.h | 43 +-
10848 arch/x86/include/asm/alternative.h | 4 +-
10849 arch/x86/include/asm/apic.h | 2 +-
10850 arch/x86/include/asm/apm.h | 4 +-
10851 arch/x86/include/asm/atomic.h | 230 +-
10852 arch/x86/include/asm/atomic64_32.h | 119 +
10853 arch/x86/include/asm/atomic64_64.h | 169 +-
10854 arch/x86/include/asm/bitops.h | 18 +-
10855 arch/x86/include/asm/boot.h | 2 +-
10856 arch/x86/include/asm/cache.h | 4 +-
10857 arch/x86/include/asm/checksum_32.h | 12 +-
10858 arch/x86/include/asm/cmpxchg.h | 39 +
10859 arch/x86/include/asm/compat.h | 4 +
10860 arch/x86/include/asm/cpufeature.h | 2 +-
10861 arch/x86/include/asm/cpufeatures.h | 5 +-
10862 arch/x86/include/asm/crypto/camellia.h | 30 +-
10863 arch/x86/include/asm/crypto/glue_helper.h | 10 +-
10864 arch/x86/include/asm/crypto/serpent-avx.h | 18 +-
10865 arch/x86/include/asm/crypto/serpent-sse2.h | 8 +-
10866 arch/x86/include/asm/crypto/twofish.h | 10 +-
10867 arch/x86/include/asm/desc.h | 78 +-
10868 arch/x86/include/asm/desc_defs.h | 6 +
10869 arch/x86/include/asm/div64.h | 2 +-
10870 arch/x86/include/asm/dma.h | 2 +
10871 arch/x86/include/asm/elf.h | 33 +-
10872 arch/x86/include/asm/emergency-restart.h | 2 +-
10873 arch/x86/include/asm/fixmap.h | 2 +-
10874 arch/x86/include/asm/fpu/internal.h | 38 +-
10875 arch/x86/include/asm/fpu/types.h | 5 +-
10876 arch/x86/include/asm/futex.h | 14 +-
10877 arch/x86/include/asm/hw_irq.h | 4 +-
10878 arch/x86/include/asm/hypervisor.h | 2 +-
10879 arch/x86/include/asm/i8259.h | 2 +-
10880 arch/x86/include/asm/io.h | 22 +-
10881 arch/x86/include/asm/irqflags.h | 5 +
10882 arch/x86/include/asm/kprobes.h | 9 +-
10883 arch/x86/include/asm/kvm_emulate.h | 7 +-
10884 arch/x86/include/asm/local.h | 106 +-
10885 arch/x86/include/asm/mman.h | 15 +
10886 arch/x86/include/asm/mmu.h | 14 +-
10887 arch/x86/include/asm/mmu_context.h | 133 +-
10888 arch/x86/include/asm/module.h | 23 +-
10889 arch/x86/include/asm/nmi.h | 19 +-
10890 arch/x86/include/asm/page.h | 1 +
10891 arch/x86/include/asm/page_32.h | 12 +-
10892 arch/x86/include/asm/page_64.h | 14 +-
10893 arch/x86/include/asm/paravirt.h | 46 +-
10894 arch/x86/include/asm/paravirt_types.h | 13 +-
10895 arch/x86/include/asm/pgalloc.h | 23 +
10896 arch/x86/include/asm/pgtable-2level.h | 2 +
10897 arch/x86/include/asm/pgtable-3level.h | 7 +
10898 arch/x86/include/asm/pgtable.h | 126 +-
10899 arch/x86/include/asm/pgtable_32.h | 14 +-
10900 arch/x86/include/asm/pgtable_32_types.h | 24 +-
10901 arch/x86/include/asm/pgtable_64.h | 23 +-
10902 arch/x86/include/asm/pgtable_64_types.h | 5 +
10903 arch/x86/include/asm/pgtable_types.h | 27 +-
10904 arch/x86/include/asm/pmem.h | 2 +-
10905 arch/x86/include/asm/preempt.h | 2 +-
10906 arch/x86/include/asm/processor.h | 57 +-
10907 arch/x86/include/asm/ptrace.h | 15 +-
10908 arch/x86/include/asm/realmode.h | 4 +-
10909 arch/x86/include/asm/reboot.h | 10 +-
10910 arch/x86/include/asm/rmwcc.h | 84 +-
10911 arch/x86/include/asm/rwsem.h | 60 +-
10912 arch/x86/include/asm/segment.h | 27 +-
10913 arch/x86/include/asm/smap.h | 43 +
10914 arch/x86/include/asm/smp.h | 14 +-
10915 arch/x86/include/asm/stackprotector.h | 4 +-
10916 arch/x86/include/asm/stacktrace.h | 34 +-
10917 arch/x86/include/asm/string_32.h | 20 +-
10918 arch/x86/include/asm/string_64.h | 16 +-
10919 arch/x86/include/asm/switch_to.h | 4 +-
10920 arch/x86/include/asm/sys_ia32.h | 6 +-
10921 arch/x86/include/asm/thread_info.h | 54 +-
10922 arch/x86/include/asm/tlbflush.h | 77 +-
10923 arch/x86/include/asm/traps.h | 4 +-
10924 arch/x86/include/asm/uaccess.h | 210 +-
10925 arch/x86/include/asm/uaccess_32.h | 28 +-
10926 arch/x86/include/asm/uaccess_64.h | 169 +-
10927 arch/x86/include/asm/word-at-a-time.h | 2 +-
10928 arch/x86/include/asm/x86_init.h | 10 +-
10929 arch/x86/include/asm/xen/page.h | 2 +-
10930 arch/x86/include/uapi/asm/e820.h | 2 +-
10931 arch/x86/kernel/Makefile | 2 +-
10932 arch/x86/kernel/acpi/boot.c | 4 +-
10933 arch/x86/kernel/acpi/sleep.c | 4 +
10934 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
10935 arch/x86/kernel/alternative.c | 124 +-
10936 arch/x86/kernel/apic/apic.c | 4 +-
10937 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
10938 arch/x86/kernel/apic/apic_noop.c | 2 +-
10939 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
10940 arch/x86/kernel/apic/io_apic.c | 10 +-
10941 arch/x86/kernel/apic/msi.c | 2 +-
10942 arch/x86/kernel/apic/probe_32.c | 4 +-
10943 arch/x86/kernel/apic/vector.c | 2 +
10944 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
10945 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
10946 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
10947 arch/x86/kernel/apm_32.c | 21 +-
10948 arch/x86/kernel/asm-offsets.c | 22 +
10949 arch/x86/kernel/cpu/Makefile | 4 -
10950 arch/x86/kernel/cpu/amd.c | 2 +-
10951 arch/x86/kernel/cpu/bugs_64.c | 2 +
10952 arch/x86/kernel/cpu/common.c | 202 +-
10953 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
10954 arch/x86/kernel/cpu/mcheck/mce.c | 34 +-
10955 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
10956 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
10957 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
10958 arch/x86/kernel/cpu/mshyperv.c | 2 +-
10959 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
10960 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
10961 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
10962 arch/x86/kernel/cpu/vmware.c | 2 +-
10963 arch/x86/kernel/crash_dump_64.c | 2 +-
10964 arch/x86/kernel/doublefault.c | 8 +-
10965 arch/x86/kernel/dumpstack.c | 24 +-
10966 arch/x86/kernel/dumpstack_32.c | 25 +-
10967 arch/x86/kernel/dumpstack_64.c | 72 +-
10968 arch/x86/kernel/e820.c | 4 +-
10969 arch/x86/kernel/early_printk.c | 1 +
10970 arch/x86/kernel/espfix_64.c | 44 +-
10971 arch/x86/kernel/fpu/core.c | 30 +-
10972 arch/x86/kernel/fpu/init.c | 49 +-
10973 arch/x86/kernel/fpu/regset.c | 22 +-
10974 arch/x86/kernel/fpu/signal.c | 20 +-
10975 arch/x86/kernel/fpu/xstate.c | 12 +-
10976 arch/x86/kernel/ftrace.c | 18 +-
10977 arch/x86/kernel/head64.c | 14 +-
10978 arch/x86/kernel/head_32.S | 240 +-
10979 arch/x86/kernel/head_64.S | 182 +-
10980 arch/x86/kernel/i386_ksyms_32.c | 12 +
10981 arch/x86/kernel/i8259.c | 10 +-
10982 arch/x86/kernel/io_delay.c | 2 +-
10983 arch/x86/kernel/ioport.c | 2 +-
10984 arch/x86/kernel/irq.c | 8 +-
10985 arch/x86/kernel/irq_32.c | 45 +-
10986 arch/x86/kernel/jump_label.c | 10 +-
10987 arch/x86/kernel/kgdb.c | 21 +-
10988 arch/x86/kernel/kprobes/core.c | 28 +-
10989 arch/x86/kernel/kprobes/opt.c | 16 +-
10990 arch/x86/kernel/ksysfs.c | 2 +-
10991 arch/x86/kernel/kvm.c | 2 +-
10992 arch/x86/kernel/kvmclock.c | 20 +-
10993 arch/x86/kernel/ldt.c | 25 +
10994 arch/x86/kernel/livepatch.c | 9 +-
10995 arch/x86/kernel/machine_kexec_32.c | 6 +-
10996 arch/x86/kernel/mcount_64.S | 21 +-
10997 arch/x86/kernel/module.c | 78 +-
10998 arch/x86/kernel/msr.c | 2 +-
10999 arch/x86/kernel/nmi.c | 34 +-
11000 arch/x86/kernel/nmi_selftest.c | 4 +-
11001 arch/x86/kernel/paravirt-spinlocks.c | 24 +-
11002 arch/x86/kernel/paravirt.c | 133 +-
11003 arch/x86/kernel/paravirt_patch_64.c | 8 +
11004 arch/x86/kernel/pci-calgary_64.c | 2 +-
11005 arch/x86/kernel/pci-iommu_table.c | 2 +-
11006 arch/x86/kernel/pci-swiotlb.c | 2 +-
11007 arch/x86/kernel/process.c | 80 +-
11008 arch/x86/kernel/process_32.c | 29 +-
11009 arch/x86/kernel/process_64.c | 14 +-
11010 arch/x86/kernel/ptrace.c | 20 +-
11011 arch/x86/kernel/pvclock.c | 8 +-
11012 arch/x86/kernel/reboot.c | 44 +-
11013 arch/x86/kernel/reboot_fixups_32.c | 2 +-
11014 arch/x86/kernel/relocate_kernel_64.S | 3 +-
11015 arch/x86/kernel/setup.c | 29 +-
11016 arch/x86/kernel/setup_percpu.c | 29 +-
11017 arch/x86/kernel/signal.c | 17 +-
11018 arch/x86/kernel/smp.c | 2 +-
11019 arch/x86/kernel/smpboot.c | 29 +-
11020 arch/x86/kernel/step.c | 6 +-
11021 arch/x86/kernel/sys_i386_32.c | 184 +
11022 arch/x86/kernel/sys_x86_64.c | 28 +-
11023 arch/x86/kernel/tboot.c | 22 +-
11024 arch/x86/kernel/time.c | 8 +-
11025 arch/x86/kernel/tls.c | 7 +-
11026 arch/x86/kernel/tracepoint.c | 4 +-
11027 arch/x86/kernel/traps.c | 66 +-
11028 arch/x86/kernel/tsc.c | 2 +-
11029 arch/x86/kernel/uprobes.c | 4 +-
11030 arch/x86/kernel/vm86_32.c | 6 +-
11031 arch/x86/kernel/vmlinux.lds.S | 144 +-
11032 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
11033 arch/x86/kernel/x86_init.c | 6 +-
11034 arch/x86/kvm/cpuid.c | 21 +-
11035 arch/x86/kvm/emulate.c | 20 +-
11036 arch/x86/kvm/i8259.c | 10 +-
11037 arch/x86/kvm/ioapic.c | 2 +
11038 arch/x86/kvm/lapic.c | 2 +-
11039 arch/x86/kvm/paging_tmpl.h | 2 +-
11040 arch/x86/kvm/svm.c | 10 +-
11041 arch/x86/kvm/vmx.c | 60 +-
11042 arch/x86/kvm/x86.c | 44 +-
11043 arch/x86/lguest/boot.c | 3 +-
11044 arch/x86/lib/atomic64_386_32.S | 164 +
11045 arch/x86/lib/atomic64_cx8_32.S | 98 +-
11046 arch/x86/lib/checksum_32.S | 99 +-
11047 arch/x86/lib/clear_page_64.S | 3 +
11048 arch/x86/lib/cmpxchg16b_emu.S | 3 +
11049 arch/x86/lib/copy_page_64.S | 14 +-
11050 arch/x86/lib/copy_user_64.S | 66 +-
11051 arch/x86/lib/csum-copy_64.S | 14 +-
11052 arch/x86/lib/csum-wrappers_64.c | 8 +-
11053 arch/x86/lib/getuser.S | 74 +-
11054 arch/x86/lib/insn.c | 8 +-
11055 arch/x86/lib/iomap_copy_64.S | 2 +
11056 arch/x86/lib/memcpy_64.S | 6 +
11057 arch/x86/lib/memmove_64.S | 3 +-
11058 arch/x86/lib/memset_64.S | 3 +
11059 arch/x86/lib/mmx_32.c | 243 +-
11060 arch/x86/lib/msr-reg.S | 2 +
11061 arch/x86/lib/putuser.S | 87 +-
11062 arch/x86/lib/rwsem.S | 4 +
11063 arch/x86/lib/usercopy_32.c | 359 +-
11064 arch/x86/lib/usercopy_64.c | 22 +-
11065 arch/x86/math-emu/fpu_aux.c | 2 +-
11066 arch/x86/math-emu/fpu_entry.c | 4 +-
11067 arch/x86/math-emu/fpu_etc.c | 9 +-
11068 arch/x86/math-emu/fpu_system.h | 2 +-
11069 arch/x86/math-emu/fpu_trig.c | 13 +-
11070 arch/x86/math-emu/reg_constant.c | 7 +-
11071 arch/x86/mm/Makefile | 3 +
11072 arch/x86/mm/extable.c | 20 +-
11073 arch/x86/mm/fault.c | 573 +-
11074 arch/x86/mm/gup.c | 6 +-
11075 arch/x86/mm/highmem_32.c | 6 +
11076 arch/x86/mm/hugetlbpage.c | 24 +-
11077 arch/x86/mm/init.c | 19 +-
11078 arch/x86/mm/init_32.c | 157 +-
11079 arch/x86/mm/init_64.c | 100 +-
11080 arch/x86/mm/iomap_32.c | 4 +
11081 arch/x86/mm/ioremap.c | 52 +-
11082 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
11083 arch/x86/mm/mmap.c | 46 +-
11084 arch/x86/mm/mmio-mod.c | 10 +-
11085 arch/x86/mm/mpx.c | 6 +-
11086 arch/x86/mm/numa.c | 2 +-
11087 arch/x86/mm/pageattr.c | 36 +-
11088 arch/x86/mm/pat.c | 12 +-
11089 arch/x86/mm/pat_rbtree.c | 2 +-
11090 arch/x86/mm/pf_in.c | 10 +-
11091 arch/x86/mm/pgtable.c | 211 +-
11092 arch/x86/mm/pgtable_32.c | 3 +
11093 arch/x86/mm/setup_nx.c | 7 +
11094 arch/x86/mm/tlb.c | 4 +
11095 arch/x86/mm/uderef_64.c | 37 +
11096 arch/x86/net/bpf_jit.S | 11 +
11097 arch/x86/net/bpf_jit_comp.c | 13 +-
11098 arch/x86/oprofile/backtrace.c | 6 +-
11099 arch/x86/oprofile/nmi_int.c | 10 +-
11100 arch/x86/oprofile/op_model_amd.c | 8 +-
11101 arch/x86/oprofile/op_model_ppro.c | 7 +-
11102 arch/x86/oprofile/op_x86_model.h | 2 +-
11103 arch/x86/pci/intel_mid_pci.c | 2 +-
11104 arch/x86/pci/irq.c | 8 +-
11105 arch/x86/pci/pcbios.c | 112 +-
11106 arch/x86/pci/vmd.c | 4 +-
11107 arch/x86/platform/efi/efi_32.c | 24 +
11108 arch/x86/platform/efi/efi_64.c | 26 +-
11109 arch/x86/platform/efi/efi_stub_32.S | 64 +-
11110 arch/x86/platform/efi/efi_stub_64.S | 2 +
11111 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
11112 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
11113 arch/x86/platform/intel-mid/mfld.c | 4 +-
11114 arch/x86/platform/intel-mid/mrfl.c | 2 +-
11115 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
11116 arch/x86/platform/olpc/olpc_dt.c | 2 +-
11117 arch/x86/power/cpu.c | 11 +-
11118 arch/x86/realmode/init.c | 10 +-
11119 arch/x86/realmode/rm/header.S | 4 +-
11120 arch/x86/realmode/rm/reboot.S | 4 +
11121 arch/x86/realmode/rm/trampoline_32.S | 12 +-
11122 arch/x86/realmode/rm/trampoline_64.S | 3 +-
11123 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
11124 arch/x86/tools/Makefile | 2 +-
11125 arch/x86/tools/relocs.c | 97 +-
11126 arch/x86/um/mem_32.c | 2 +-
11127 arch/x86/um/tls_32.c | 2 +-
11128 arch/x86/xen/enlighten.c | 52 +-
11129 arch/x86/xen/mmu.c | 31 +-
11130 arch/x86/xen/smp.c | 16 +-
11131 arch/x86/xen/xen-asm_32.S | 2 +-
11132 arch/x86/xen/xen-head.S | 12 +
11133 arch/x86/xen/xen-ops.h | 2 -
11134 block/bio.c | 4 +-
11135 block/blk-cgroup.c | 18 +-
11136 block/blk-map.c | 2 +-
11137 block/blk-softirq.c | 2 +-
11138 block/bsg.c | 12 +-
11139 block/cfq-iosched.c | 4 +-
11140 block/compat_ioctl.c | 4 +-
11141 block/genhd.c | 9 +-
11142 block/partitions/efi.c | 8 +-
11143 block/scsi_ioctl.c | 29 +-
11144 crypto/cast6_generic.c | 6 +-
11145 crypto/cryptd.c | 4 +-
11146 crypto/crypto_user.c | 2 +-
11147 crypto/pcrypt.c | 2 +-
11148 crypto/salsa20_generic.c | 16 +-
11149 crypto/serpent_generic.c | 6 +-
11150 drivers/acpi/ac.c | 2 +-
11151 drivers/acpi/acpi_video.c | 2 +-
11152 drivers/acpi/apei/apei-internal.h | 2 +-
11153 drivers/acpi/apei/ghes.c | 10 +-
11154 drivers/acpi/battery.c | 2 +-
11155 drivers/acpi/bgrt.c | 6 +-
11156 drivers/acpi/blacklist.c | 4 +-
11157 drivers/acpi/bus.c | 4 +-
11158 drivers/acpi/device_pm.c | 4 +-
11159 drivers/acpi/ec.c | 6 +-
11160 drivers/acpi/pci_slot.c | 2 +-
11161 drivers/acpi/processor_idle.c | 2 +-
11162 drivers/acpi/processor_pdc.c | 2 +-
11163 drivers/acpi/sleep.c | 2 +-
11164 drivers/acpi/sysfs.c | 14 +-
11165 drivers/acpi/thermal.c | 2 +-
11166 drivers/acpi/video_detect.c | 7 +-
11167 drivers/android/binder.c | 2 +-
11168 drivers/ata/libata-core.c | 12 +-
11169 drivers/ata/libata-scsi.c | 2 +-
11170 drivers/ata/libata.h | 2 +-
11171 drivers/ata/pata_arasan_cf.c | 4 +-
11172 drivers/atm/adummy.c | 2 +-
11173 drivers/atm/ambassador.c | 8 +-
11174 drivers/atm/atmtcp.c | 14 +-
11175 drivers/atm/eni.c | 10 +-
11176 drivers/atm/firestream.c | 8 +-
11177 drivers/atm/fore200e.c | 14 +-
11178 drivers/atm/he.c | 18 +-
11179 drivers/atm/horizon.c | 4 +-
11180 drivers/atm/idt77252.c | 36 +-
11181 drivers/atm/iphase.c | 34 +-
11182 drivers/atm/lanai.c | 12 +-
11183 drivers/atm/nicstar.c | 46 +-
11184 drivers/atm/solos-pci.c | 4 +-
11185 drivers/atm/suni.c | 4 +-
11186 drivers/atm/uPD98402.c | 16 +-
11187 drivers/atm/zatm.c | 6 +-
11188 drivers/base/bus.c | 4 +-
11189 drivers/base/devres.c | 4 +-
11190 drivers/base/devtmpfs.c | 8 +-
11191 drivers/base/node.c | 2 +-
11192 drivers/base/platform-msi.c | 20 +-
11193 drivers/base/power/domain.c | 6 +-
11194 drivers/base/power/runtime.c | 61 +-
11195 drivers/base/power/sysfs.c | 2 +-
11196 drivers/base/power/wakeup.c | 8 +-
11197 drivers/base/regmap/regmap-debugfs.c | 4 +-
11198 drivers/base/regmap/regmap.c | 4 +-
11199 drivers/base/syscore.c | 4 +-
11200 drivers/block/cciss.c | 28 +-
11201 drivers/block/cciss.h | 2 +-
11202 drivers/block/drbd/drbd_bitmap.c | 2 +-
11203 drivers/block/drbd/drbd_int.h | 8 +-
11204 drivers/block/drbd/drbd_main.c | 12 +-
11205 drivers/block/drbd/drbd_nl.c | 16 +-
11206 drivers/block/drbd/drbd_receiver.c | 38 +-
11207 drivers/block/drbd/drbd_state.c | 12 +-
11208 drivers/block/drbd/drbd_state.h | 2 +-
11209 drivers/block/drbd/drbd_state_change.h | 8 +-
11210 drivers/block/drbd/drbd_worker.c | 14 +-
11211 drivers/block/floppy.c | 8 +-
11212 drivers/block/pktcdvd.c | 4 +-
11213 drivers/block/rbd.c | 2 +-
11214 drivers/bluetooth/btwilink.c | 2 +-
11215 drivers/bus/arm-cci.c | 6 +-
11216 drivers/cdrom/cdrom.c | 11 +-
11217 drivers/cdrom/gdrom.c | 1 -
11218 drivers/char/agp/compat_ioctl.c | 2 +-
11219 drivers/char/agp/frontend.c | 4 +-
11220 drivers/char/agp/intel-gtt.c | 4 +-
11221 drivers/char/hpet.c | 2 +-
11222 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
11223 drivers/char/ipmi/ipmi_poweroff.c | 2 +-
11224 drivers/char/ipmi/ipmi_si_intf.c | 12 +-
11225 drivers/char/ipmi/ipmi_ssif.c | 12 +-
11226 drivers/char/mem.c | 47 +-
11227 drivers/char/nvram.c | 2 +-
11228 drivers/char/pcmcia/synclink_cs.c | 16 +-
11229 drivers/char/random.c | 12 +-
11230 drivers/char/sonypi.c | 11 +-
11231 drivers/char/tpm/tpm-chip.c | 7 +-
11232 drivers/char/tpm/tpm_acpi.c | 3 +-
11233 drivers/char/tpm/tpm_eventlog.c | 5 +-
11234 drivers/char/virtio_console.c | 6 +-
11235 drivers/clk/clk-composite.c | 2 +-
11236 drivers/clk/samsung/clk.h | 2 +-
11237 drivers/clk/socfpga/clk-gate-a10.c | 9 +-
11238 drivers/clk/socfpga/clk-gate.c | 9 +-
11239 drivers/clk/socfpga/clk-pll-a10.c | 9 +-
11240 drivers/clk/socfpga/clk-pll.c | 9 +-
11241 drivers/clk/ti/adpll.c | 2 +-
11242 drivers/clk/ti/clk.c | 8 +-
11243 drivers/cpufreq/acpi-cpufreq.c | 17 +-
11244 drivers/cpufreq/cpufreq-dt.c | 4 +-
11245 drivers/cpufreq/cpufreq.c | 27 +-
11246 drivers/cpufreq/cpufreq_governor.h | 2 +-
11247 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
11248 drivers/cpufreq/intel_pstate.c | 56 +-
11249 drivers/cpufreq/p4-clockmod.c | 12 +-
11250 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
11251 drivers/cpufreq/speedstep-centrino.c | 7 +-
11252 drivers/cpuidle/driver.c | 2 +-
11253 drivers/cpuidle/dt_idle_states.c | 2 +-
11254 drivers/cpuidle/governor.c | 2 +-
11255 drivers/cpuidle/governors/ladder.c | 13 +-
11256 drivers/cpuidle/sysfs.c | 2 +-
11257 drivers/crypto/hifn_795x.c | 4 +-
11258 drivers/crypto/qat/qat_common/adf_aer.c | 2 +-
11259 drivers/crypto/qat/qat_common/adf_sriov.c | 4 +-
11260 drivers/crypto/qat/qat_common/adf_vf_isr.c | 6 +-
11261 drivers/devfreq/devfreq.c | 4 +-
11262 drivers/dma-buf/dma-buf.c | 5 +-
11263 drivers/dma/qcom/hidma_mgmt_sys.c | 2 +-
11264 drivers/dma/sh/shdma-base.c | 4 +-
11265 drivers/dma/sh/shdmac.c | 2 +-
11266 drivers/edac/edac_device.c | 4 +-
11267 drivers/edac/edac_device_sysfs.c | 2 +-
11268 drivers/edac/edac_mc_sysfs.c | 4 +-
11269 drivers/edac/edac_module.c | 2 +-
11270 drivers/edac/edac_pci.c | 4 +-
11271 drivers/edac/edac_pci_sysfs.c | 22 +-
11272 drivers/edac/mce_amd.h | 2 +-
11273 drivers/firewire/core-card.c | 6 +-
11274 drivers/firewire/core-cdev.c | 4 +-
11275 drivers/firewire/core-device.c | 2 +-
11276 drivers/firewire/core-iso.c | 2 +-
11277 drivers/firewire/core-transaction.c | 1 +
11278 drivers/firewire/core.h | 1 +
11279 drivers/firmware/dmi-id.c | 9 +-
11280 drivers/firmware/dmi_scan.c | 12 +-
11281 drivers/firmware/efi/cper.c | 8 +-
11282 drivers/firmware/efi/efi.c | 14 +-
11283 drivers/firmware/efi/efivars.c | 2 +-
11284 drivers/firmware/efi/runtime-map.c | 2 +-
11285 drivers/firmware/google/gsmi.c | 2 +-
11286 drivers/firmware/google/memconsole.c | 7 +-
11287 drivers/firmware/memmap.c | 2 +-
11288 drivers/firmware/psci.c | 2 +-
11289 drivers/gpio/gpio-davinci.c | 6 +-
11290 drivers/gpio/gpio-em.c | 2 +-
11291 drivers/gpio/gpio-ich.c | 2 +-
11292 drivers/gpio/gpio-mpc8xxx.c | 6 +-
11293 drivers/gpio/gpio-omap.c | 4 +-
11294 drivers/gpio/gpio-rcar.c | 2 +-
11295 drivers/gpio/gpio-vr41xx.c | 2 +-
11296 drivers/gpio/gpiolib.c | 12 +-
11297 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 4 +-
11298 drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | 2 +-
11299 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c | 8 +-
11300 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
11301 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 18 +-
11302 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +-
11303 drivers/gpu/drm/amd/amdgpu/fiji_smc.c | 4 +-
11304 drivers/gpu/drm/amd/amdgpu/iceland_smc.c | 4 +-
11305 drivers/gpu/drm/amd/amdgpu/tonga_smc.c | 4 +-
11306 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
11307 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
11308 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
11309 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
11310 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
11311 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
11312 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
11313 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
11314 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
11315 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
11316 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
11317 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
11318 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
11319 drivers/gpu/drm/armada/armada_drv.c | 3 +-
11320 drivers/gpu/drm/ast/ast_mode.c | 2 +-
11321 drivers/gpu/drm/bochs/bochs_kms.c | 2 +-
11322 drivers/gpu/drm/drm_crtc.c | 2 +-
11323 drivers/gpu/drm/drm_drv.c | 2 +-
11324 drivers/gpu/drm/drm_fops.c | 19 +-
11325 drivers/gpu/drm/drm_global.c | 14 +-
11326 drivers/gpu/drm/drm_info.c | 13 +-
11327 drivers/gpu/drm/drm_ioc32.c | 13 +-
11328 drivers/gpu/drm/drm_ioctl.c | 2 +-
11329 drivers/gpu/drm/drm_pci.c | 9 +-
11330 drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 -
11331 drivers/gpu/drm/exynos/exynos_drm_g2d.c | 5 +
11332 drivers/gpu/drm/gma500/cdv_intel_crt.c | 2 +-
11333 drivers/gpu/drm/gma500/cdv_intel_dp.c | 2 +-
11334 drivers/gpu/drm/gma500/cdv_intel_hdmi.c | 2 +-
11335 drivers/gpu/drm/gma500/cdv_intel_lvds.c | 2 +-
11336 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 3 +
11337 drivers/gpu/drm/gma500/mdfld_dsi_output.c | 2 +-
11338 drivers/gpu/drm/gma500/oaktrail_hdmi.c | 2 +-
11339 drivers/gpu/drm/gma500/psb_drv.c | 1 -
11340 drivers/gpu/drm/gma500/psb_intel_drv.h | 2 +-
11341 drivers/gpu/drm/gma500/psb_intel_lvds.c | 2 +-
11342 drivers/gpu/drm/gma500/psb_intel_sdvo.c | 2 +-
11343 drivers/gpu/drm/i2c/tda998x_drv.c | 2 +-
11344 drivers/gpu/drm/i810/i810_dma.c | 2 +-
11345 drivers/gpu/drm/i810/i810_drv.c | 6 +-
11346 drivers/gpu/drm/i810/i810_drv.h | 6 +-
11347 drivers/gpu/drm/i915/dvo.h | 2 +-
11348 drivers/gpu/drm/i915/i915_dma.c | 4 +-
11349 drivers/gpu/drm/i915/i915_drv.c | 7 +-
11350 drivers/gpu/drm/i915/i915_drv.h | 2 +-
11351 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
11352 drivers/gpu/drm/i915/i915_gem_gtt.c | 16 +-
11353 drivers/gpu/drm/i915/i915_gem_gtt.h | 6 +-
11354 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
11355 drivers/gpu/drm/i915/i915_irq.c | 88 +-
11356 drivers/gpu/drm/i915/intel_display.c | 30 +-
11357 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
11358 drivers/gpu/drm/mga/mga_drv.c | 5 +-
11359 drivers/gpu/drm/mga/mga_drv.h | 6 +-
11360 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
11361 drivers/gpu/drm/mga/mga_irq.c | 8 +-
11362 drivers/gpu/drm/mga/mga_state.c | 2 +-
11363 drivers/gpu/drm/mgag200/mgag200_mode.c | 2 +-
11364 drivers/gpu/drm/nouveau/nouveau_acpi.c | 2 +-
11365 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
11366 drivers/gpu/drm/nouveau/nouveau_connector.c | 2 +-
11367 drivers/gpu/drm/nouveau/nouveau_drm.c | 13 +-
11368 drivers/gpu/drm/nouveau/nouveau_drm.h | 1 -
11369 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
11370 drivers/gpu/drm/nouveau/nouveau_usif.c | 7 +-
11371 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
11372 drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c | 7 +-
11373 .../gpu/drm/nouveau/nvkm/subdev/bios/shadowpci.c | 7 +-
11374 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/priv.h | 4 +-
11375 drivers/gpu/drm/omapdrm/dss/display.c | 8 +-
11376 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
11377 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
11378 drivers/gpu/drm/qxl/qxl_display.c | 2 +-
11379 drivers/gpu/drm/qxl/qxl_drv.c | 8 +-
11380 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
11381 drivers/gpu/drm/qxl/qxl_ioctl.c | 12 +-
11382 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
11383 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
11384 drivers/gpu/drm/r128/r128_cce.c | 2 +-
11385 drivers/gpu/drm/r128/r128_drv.c | 4 +-
11386 drivers/gpu/drm/r128/r128_drv.h | 6 +-
11387 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
11388 drivers/gpu/drm/r128/r128_irq.c | 4 +-
11389 drivers/gpu/drm/r128/r128_state.c | 6 +-
11390 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
11391 drivers/gpu/drm/radeon/radeon_atpx_handler.c | 2 +-
11392 drivers/gpu/drm/radeon/radeon_connectors.c | 10 +-
11393 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
11394 drivers/gpu/drm/radeon/radeon_drv.c | 11 +-
11395 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
11396 drivers/gpu/drm/radeon/radeon_kms.c | 8 +-
11397 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
11398 drivers/gpu/drm/savage/savage_bci.c | 2 +-
11399 drivers/gpu/drm/savage/savage_drv.c | 5 +-
11400 drivers/gpu/drm/savage/savage_drv.h | 2 +-
11401 drivers/gpu/drm/sis/sis_drv.c | 5 +-
11402 drivers/gpu/drm/sis/sis_drv.h | 2 +-
11403 drivers/gpu/drm/sis/sis_mm.c | 2 +-
11404 drivers/gpu/drm/tegra/dc.c | 2 +-
11405 drivers/gpu/drm/tegra/dsi.c | 2 +-
11406 drivers/gpu/drm/tegra/hdmi.c | 2 +-
11407 drivers/gpu/drm/tegra/sor.c | 7 +-
11408 drivers/gpu/drm/tilcdc/Makefile | 6 +-
11409 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
11410 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
11411 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
11412 drivers/gpu/drm/udl/udl_connector.c | 2 +-
11413 drivers/gpu/drm/udl/udl_fb.c | 1 -
11414 drivers/gpu/drm/vc4/vc4_drv.c | 8 +-
11415 drivers/gpu/drm/via/via_dma.c | 2 +-
11416 drivers/gpu/drm/via/via_drv.c | 5 +-
11417 drivers/gpu/drm/via/via_drv.h | 6 +-
11418 drivers/gpu/drm/via/via_irq.c | 18 +-
11419 drivers/gpu/drm/virtio/virtgpu_display.c | 2 +-
11420 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
11421 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
11422 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
11423 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
11424 drivers/gpu/vga/vga_switcheroo.c | 4 +-
11425 drivers/hid/hid-core.c | 4 +-
11426 drivers/hid/hid-magicmouse.c | 2 +-
11427 drivers/hid/hid-sensor-custom.c | 2 +-
11428 drivers/hv/channel.c | 6 +-
11429 drivers/hv/hv.c | 22 +-
11430 drivers/hv/hv_balloon.c | 18 +-
11431 drivers/hv/hyperv_vmbus.h | 2 +-
11432 drivers/hwmon/acpi_power_meter.c | 6 +-
11433 drivers/hwmon/applesmc.c | 4 +-
11434 drivers/hwmon/asus_atk0110.c | 10 +-
11435 drivers/hwmon/coretemp.c | 2 +-
11436 drivers/hwmon/dell-smm-hwmon.c | 4 +-
11437 drivers/hwmon/ibmaem.c | 2 +-
11438 drivers/hwmon/iio_hwmon.c | 2 +-
11439 drivers/hwmon/nct6683.c | 6 +-
11440 drivers/hwmon/nct6775.c | 6 +-
11441 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
11442 drivers/hwmon/sht15.c | 12 +-
11443 drivers/hwmon/via-cputemp.c | 2 +-
11444 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
11445 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
11446 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
11447 drivers/i2c/i2c-dev.c | 2 +-
11448 drivers/ide/ide-cd.c | 2 +-
11449 drivers/ide/ide-disk.c | 2 +-
11450 drivers/ide/ide.c | 4 +-
11451 drivers/idle/intel_idle.c | 6 +-
11452 drivers/iio/industrialio-core.c | 2 +-
11453 drivers/iio/magnetometer/ak8975.c | 2 +-
11454 drivers/infiniband/core/cm.c | 46 +-
11455 drivers/infiniband/core/fmr_pool.c | 20 +-
11456 drivers/infiniband/core/netlink.c | 5 +-
11457 drivers/infiniband/core/ucm.c | 4 +-
11458 drivers/infiniband/core/uverbs_cmd.c | 3 +
11459 drivers/infiniband/hw/cxgb4/device.c | 6 +-
11460 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
11461 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
11462 drivers/infiniband/hw/i40iw/i40iw_user.h | 2 +-
11463 drivers/infiniband/hw/mlx4/mad.c | 2 +-
11464 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
11465 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
11466 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
11467 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
11468 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
11469 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
11470 drivers/infiniband/hw/nes/nes.c | 4 +-
11471 drivers/infiniband/hw/nes/nes.h | 40 +-
11472 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
11473 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
11474 drivers/infiniband/hw/nes/nes_nic.c | 42 +-
11475 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
11476 drivers/infiniband/hw/qib/qib_iba7322.c | 4 +-
11477 drivers/infiniband/hw/qib/qib_pcie.c | 2 +-
11478 drivers/infiniband/ulp/ipoib/ipoib_main.c | 2 +-
11479 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
11480 drivers/infiniband/ulp/srpt/ib_srpt.c | 8 +-
11481 drivers/input/evdev.c | 2 +-
11482 drivers/input/gameport/gameport.c | 4 +-
11483 drivers/input/input.c | 4 +-
11484 drivers/input/joystick/sidewinder.c | 1 +
11485 drivers/input/misc/ims-pcu.c | 4 +-
11486 drivers/input/mouse/psmouse.h | 2 +-
11487 drivers/input/mousedev.c | 2 +-
11488 drivers/input/serio/serio.c | 4 +-
11489 drivers/input/serio/serio_raw.c | 4 +-
11490 drivers/input/touchscreen/htcpen.c | 2 +-
11491 drivers/iommu/arm-smmu-v3.c | 2 +-
11492 drivers/iommu/arm-smmu.c | 42 +-
11493 drivers/iommu/io-pgtable-arm-v7s.c | 62 +-
11494 drivers/iommu/io-pgtable-arm.c | 99 +-
11495 drivers/iommu/io-pgtable.c | 11 +-
11496 drivers/iommu/io-pgtable.h | 21 +-
11497 drivers/iommu/iommu.c | 2 +-
11498 drivers/iommu/ipmmu-vmsa.c | 13 +-
11499 drivers/iommu/irq_remapping.c | 2 +-
11500 drivers/iommu/mtk_iommu.c | 16 +-
11501 drivers/irqchip/irq-gic.c | 2 +-
11502 drivers/irqchip/irq-i8259.c | 2 +-
11503 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
11504 drivers/irqchip/irq-ts4800.c | 2 +-
11505 drivers/isdn/capi/capi.c | 10 +-
11506 drivers/isdn/gigaset/interface.c | 8 +-
11507 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
11508 drivers/isdn/hardware/avm/b1.c | 4 +-
11509 drivers/isdn/hardware/eicon/capifunc.c | 6 +-
11510 drivers/isdn/hardware/eicon/dadapter.c | 18 +-
11511 drivers/isdn/hardware/eicon/diddfunc.c | 7 +-
11512 drivers/isdn/hardware/eicon/divasfunc.c | 9 +-
11513 drivers/isdn/hardware/eicon/divasync.h | 2 +-
11514 drivers/isdn/hardware/eicon/idifunc.c | 9 +-
11515 drivers/isdn/hardware/eicon/mntfunc.c | 13 +-
11516 drivers/isdn/hardware/mISDN/avmfritz.c | 2 +-
11517 drivers/isdn/hardware/mISDN/hfcmulti.c | 7 +-
11518 drivers/isdn/hardware/mISDN/hfcpci.c | 16 +-
11519 drivers/isdn/hardware/mISDN/mISDNinfineon.c | 7 +-
11520 drivers/isdn/hardware/mISDN/mISDNipac.c | 5 +-
11521 drivers/isdn/hardware/mISDN/netjet.c | 2 +-
11522 drivers/isdn/hardware/mISDN/speedfax.c | 7 +-
11523 drivers/isdn/hardware/mISDN/w6692.c | 7 +-
11524 drivers/isdn/hisax/amd7930_fn.c | 5 +-
11525 drivers/isdn/hisax/arcofi.c | 5 +-
11526 drivers/isdn/hisax/diva.c | 7 +-
11527 drivers/isdn/hisax/elsa.c | 9 +-
11528 drivers/isdn/hisax/fsm.c | 5 +-
11529 drivers/isdn/hisax/hfc4s8s_l1.c | 14 +-
11530 drivers/isdn/hisax/hfc_2bds0.c | 4 +-
11531 drivers/isdn/hisax/hfc_pci.c | 10 +-
11532 drivers/isdn/hisax/hfc_sx.c | 10 +-
11533 drivers/isdn/hisax/hfc_usb.c | 12 +-
11534 drivers/isdn/hisax/hfcscard.c | 6 +-
11535 drivers/isdn/hisax/icc.c | 5 +-
11536 drivers/isdn/hisax/ipacx.c | 7 +-
11537 drivers/isdn/hisax/isac.c | 5 +-
11538 drivers/isdn/hisax/isar.c | 5 +-
11539 drivers/isdn/hisax/isdnl3.c | 5 +-
11540 drivers/isdn/hisax/saphir.c | 5 +-
11541 drivers/isdn/hisax/teleint.c | 5 +-
11542 drivers/isdn/hisax/w6692.c | 5 +-
11543 drivers/isdn/i4l/isdn_common.c | 2 +
11544 drivers/isdn/i4l/isdn_tty.c | 22 +-
11545 drivers/isdn/mISDN/dsp.h | 4 +-
11546 drivers/isdn/mISDN/dsp_cmx.c | 4 +-
11547 drivers/isdn/mISDN/dsp_core.c | 4 +-
11548 drivers/isdn/mISDN/dsp_tones.c | 4 +-
11549 drivers/isdn/mISDN/fsm.c | 5 +-
11550 drivers/isdn/mISDN/l1oip_core.c | 8 +-
11551 drivers/leds/leds-clevo-mail.c | 2 +-
11552 drivers/leds/leds-ss4200.c | 2 +-
11553 drivers/lguest/core.c | 9 +-
11554 drivers/lguest/page_tables.c | 2 +-
11555 drivers/lguest/x86/core.c | 12 +-
11556 drivers/lguest/x86/switcher_32.S | 27 +-
11557 drivers/lightnvm/rrpc.c | 4 +-
11558 drivers/lightnvm/rrpc.h | 2 +-
11559 drivers/md/bcache/alloc.c | 2 +-
11560 drivers/md/bcache/bcache.h | 10 +-
11561 drivers/md/bcache/btree.c | 13 +-
11562 drivers/md/bcache/closure.c | 4 +-
11563 drivers/md/bcache/closure.h | 10 +-
11564 drivers/md/bcache/io.c | 10 +-
11565 drivers/md/bcache/journal.c | 18 +-
11566 drivers/md/bcache/movinggc.c | 12 +-
11567 drivers/md/bcache/request.c | 54 +-
11568 drivers/md/bcache/request.h | 2 +-
11569 drivers/md/bcache/stats.c | 26 +-
11570 drivers/md/bcache/stats.h | 16 +-
11571 drivers/md/bcache/super.c | 32 +-
11572 drivers/md/bcache/sysfs.c | 20 +-
11573 drivers/md/bcache/writeback.c | 12 +-
11574 drivers/md/bitmap.c | 2 +-
11575 drivers/md/dm-cache-target.c | 116 +-
11576 drivers/md/dm-ioctl.c | 2 +-
11577 drivers/md/dm-raid.c | 2 +-
11578 drivers/md/dm-raid1.c | 18 +-
11579 drivers/md/dm-stats.c | 6 +-
11580 drivers/md/dm-stripe.c | 10 +-
11581 drivers/md/dm-table.c | 2 +-
11582 drivers/md/dm-thin-metadata.c | 4 +-
11583 drivers/md/dm.c | 28 +-
11584 drivers/md/md.c | 41 +-
11585 drivers/md/md.h | 8 +-
11586 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
11587 drivers/md/persistent-data/dm-space-map.h | 1 +
11588 drivers/md/raid1.c | 8 +-
11589 drivers/md/raid10.c | 20 +-
11590 drivers/md/raid5.c | 26 +-
11591 drivers/media/dvb-core/dvb_net.c | 2 +-
11592 drivers/media/dvb-core/dvbdev.c | 2 +-
11593 drivers/media/dvb-frontends/af9033.h | 2 +-
11594 drivers/media/dvb-frontends/cx24116.c | 2 +-
11595 drivers/media/dvb-frontends/cx24117.c | 2 +-
11596 drivers/media/dvb-frontends/cx24120.c | 2 +-
11597 drivers/media/dvb-frontends/cx24123.c | 2 +-
11598 drivers/media/dvb-frontends/cxd2820r_core.c | 2 +-
11599 drivers/media/dvb-frontends/dib3000.h | 2 +-
11600 drivers/media/dvb-frontends/dib7000p.h | 2 +-
11601 drivers/media/dvb-frontends/dib8000.h | 2 +-
11602 drivers/media/dvb-frontends/hd29l2.c | 2 +-
11603 drivers/media/dvb-frontends/lgdt3306a.c | 2 +-
11604 drivers/media/dvb-frontends/mt312.c | 6 +-
11605 drivers/media/dvb-frontends/s921.c | 2 +-
11606 drivers/media/pci/bt8xx/dst.c | 2 +-
11607 drivers/media/pci/cx88/cx88-video.c | 6 +-
11608 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
11609 drivers/media/pci/pt1/va1j5jf8007s.c | 2 +-
11610 drivers/media/pci/pt1/va1j5jf8007t.c | 2 +-
11611 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
11612 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
11613 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
11614 drivers/media/pci/sta2x11/sta2x11_vip.c | 5 +-
11615 drivers/media/pci/tw68/tw68-core.c | 2 +-
11616 drivers/media/pci/zoran/zoran.h | 1 -
11617 drivers/media/pci/zoran/zoran_card.c | 4 +-
11618 drivers/media/pci/zoran/zoran_driver.c | 3 -
11619 drivers/media/platform/am437x/am437x-vpfe.c | 2 +-
11620 drivers/media/platform/omap/omap_vout.c | 11 +-
11621 drivers/media/platform/s5p-tv/mixer.h | 2 +-
11622 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
11623 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
11624 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
11625 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
11626 drivers/media/platform/soc_camera/soc_camera.c | 2 +-
11627 drivers/media/radio/radio-cadet.c | 2 +
11628 drivers/media/radio/radio-maxiradio.c | 2 +-
11629 drivers/media/radio/radio-shark.c | 2 +-
11630 drivers/media/radio/radio-shark2.c | 2 +-
11631 drivers/media/radio/radio-si476x.c | 2 +-
11632 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
11633 drivers/media/usb/pvrusb2/pvrusb2-context.c | 8 +-
11634 drivers/media/usb/pvrusb2/pvrusb2-dvb.c | 7 +-
11635 drivers/media/usb/pvrusb2/pvrusb2-hdw.c | 2 +-
11636 drivers/media/usb/pvrusb2/pvrusb2-std.c | 2 +-
11637 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c | 6 +-
11638 drivers/media/usb/uvc/uvc_driver.c | 4 +-
11639 drivers/media/v4l2-core/v4l2-common.c | 2 +-
11640 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
11641 drivers/media/v4l2-core/v4l2-device.c | 4 +-
11642 drivers/media/v4l2-core/v4l2-ioctl.c | 287 +-
11643 drivers/memory/omap-gpmc.c | 21 +-
11644 drivers/message/fusion/mptbase.c | 4 +-
11645 drivers/message/fusion/mptlan.c | 2 +-
11646 drivers/message/fusion/mptsas.c | 34 +-
11647 drivers/mfd/ab8500-debugfs.c | 2 +-
11648 drivers/mfd/kempld-core.c | 2 +-
11649 drivers/mfd/max8925-i2c.c | 2 +-
11650 drivers/mfd/tps65910.c | 2 +-
11651 drivers/mfd/twl4030-irq.c | 9 +-
11652 drivers/misc/c2port/core.c | 4 +-
11653 drivers/misc/kgdbts.c | 6 +-
11654 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
11655 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
11656 drivers/misc/mic/scif/scif_api.c | 10 +-
11657 drivers/misc/mic/scif/scif_rb.c | 8 +-
11658 drivers/misc/panel.c | 4 +-
11659 drivers/misc/sgi-gru/gruhandles.c | 4 +-
11660 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
11661 drivers/misc/sgi-gru/grutables.h | 158 +-
11662 drivers/misc/sgi-xp/xp.h | 2 +-
11663 drivers/misc/sgi-xp/xp_main.c | 57 +-
11664 drivers/misc/sgi-xp/xpc.h | 3 +-
11665 drivers/misc/sgi-xp/xpc_main.c | 2 +-
11666 drivers/misc/sgi-xp/xpnet.c | 2 +-
11667 drivers/misc/ti-st/st_kim.c | 32 +-
11668 drivers/mmc/card/mmc_test.c | 4 +-
11669 drivers/mmc/host/dw_mmc.h | 2 +-
11670 drivers/mmc/host/mmci.c | 4 +-
11671 drivers/mmc/host/omap_hsmmc.c | 4 +-
11672 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
11673 drivers/mmc/host/sdhci-s3c.c | 8 +-
11674 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
11675 drivers/mtd/devices/block2mtd.c | 2 +-
11676 drivers/mtd/devices/phram.c | 2 +-
11677 drivers/mtd/maps/gpio-addr-flash.c | 2 +-
11678 drivers/mtd/maps/latch-addr-flash.c | 2 +-
11679 drivers/mtd/maps/pci.c | 4 +-
11680 drivers/mtd/maps/pcmciamtd.c | 8 +-
11681 drivers/mtd/maps/sbc_gxx.c | 2 +-
11682 drivers/mtd/nand/brcmnand/brcmnand.h | 2 +-
11683 drivers/mtd/nand/cafe_nand.c | 18 +-
11684 drivers/mtd/nand/denali.c | 1 +
11685 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
11686 drivers/mtd/nftlmount.c | 1 +
11687 drivers/mtd/sm_ftl.c | 2 +-
11688 drivers/mtd/ubi/build.c | 2 +-
11689 drivers/net/bonding/bond_netlink.c | 2 +-
11690 drivers/net/caif/caif_hsi.c | 4 +-
11691 drivers/net/caif/caif_serial.c | 2 +-
11692 drivers/net/caif/caif_spi.c | 2 +-
11693 drivers/net/caif/caif_virtio.c | 2 +-
11694 drivers/net/can/Kconfig | 2 +-
11695 drivers/net/can/bfin_can.c | 2 +-
11696 drivers/net/can/dev.c | 2 +-
11697 drivers/net/can/flexcan.c | 2 +-
11698 drivers/net/can/janz-ican3.c | 2 +-
11699 drivers/net/can/led.c | 2 +-
11700 drivers/net/can/sun4i_can.c | 2 +-
11701 drivers/net/can/vcan.c | 2 +-
11702 drivers/net/can/xilinx_can.c | 2 +-
11703 drivers/net/dummy.c | 2 +-
11704 drivers/net/ethernet/8390/ax88796.c | 6 +-
11705 drivers/net/ethernet/8390/axnet_cs.c | 4 +-
11706 drivers/net/ethernet/8390/ne2k-pci.c | 6 +-
11707 drivers/net/ethernet/8390/pcnet_cs.c | 4 +-
11708 drivers/net/ethernet/adi/bfin_mac.c | 2 +-
11709 drivers/net/ethernet/allwinner/sun4i-emac.c | 2 +-
11710 drivers/net/ethernet/altera/altera_tse_main.c | 6 +-
11711 drivers/net/ethernet/amd/7990.c | 2 +-
11712 drivers/net/ethernet/amd/7990.h | 2 +-
11713 drivers/net/ethernet/amd/amd8111e.c | 5 +-
11714 drivers/net/ethernet/amd/atarilance.c | 4 +-
11715 drivers/net/ethernet/amd/declance.c | 2 +-
11716 drivers/net/ethernet/amd/pcnet32.c | 7 +-
11717 drivers/net/ethernet/amd/sun3lance.c | 4 +-
11718 drivers/net/ethernet/amd/sunlance.c | 2 +-
11719 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
11720 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
11721 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
11722 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 145 +-
11723 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 68 +-
11724 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
11725 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
11726 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
11727 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
11728 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
11729 drivers/net/ethernet/apm/xgene/xgene_enet_main.c | 4 +-
11730 drivers/net/ethernet/arc/emac_main.c | 2 +-
11731 drivers/net/ethernet/atheros/alx/main.c | 2 +-
11732 drivers/net/ethernet/atheros/atl1c/atl1c_main.c | 2 +-
11733 drivers/net/ethernet/atheros/atl1e/atl1e_main.c | 2 +-
11734 drivers/net/ethernet/aurora/nb8800.c | 2 +-
11735 drivers/net/ethernet/broadcom/bcm63xx_enet.c | 2 +-
11736 drivers/net/ethernet/broadcom/bnx2.c | 2 +-
11737 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
11738 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c | 216 +-
11739 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.h | 4 +-
11740 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c | 2 +-
11741 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
11742 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
11743 drivers/net/ethernet/broadcom/tg3.c | 2 +-
11744 drivers/net/ethernet/broadcom/tg3.h | 1 +
11745 drivers/net/ethernet/brocade/bna/bfa_cs.h | 42 +-
11746 drivers/net/ethernet/brocade/bna/bfa_ioc.c | 10 +-
11747 drivers/net/ethernet/brocade/bna/bfa_ioc.h | 4 +-
11748 drivers/net/ethernet/brocade/bna/bfa_msgq.h | 8 +-
11749 drivers/net/ethernet/brocade/bna/bna_enet.c | 6 +-
11750 drivers/net/ethernet/brocade/bna/bna_tx_rx.c | 6 +-
11751 drivers/net/ethernet/brocade/bna/bna_types.h | 24 +-
11752 drivers/net/ethernet/brocade/bna/bnad.c | 11 +-
11753 drivers/net/ethernet/cadence/macb.c | 4 +-
11754 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
11755 drivers/net/ethernet/cavium/liquidio/lio_main.c | 15 +-
11756 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c | 2 +-
11757 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
11758 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 2 +-
11759 drivers/net/ethernet/chelsio/cxgb4vf/adapter.h | 2 +-
11760 drivers/net/ethernet/chelsio/cxgb4vf/sge.c | 2 +-
11761 drivers/net/ethernet/davicom/dm9000.c | 2 +-
11762 drivers/net/ethernet/dec/tulip/de4x5.c | 13 +-
11763 drivers/net/ethernet/emulex/benet/be_main.c | 4 +-
11764 drivers/net/ethernet/faraday/ftgmac100.c | 4 +-
11765 drivers/net/ethernet/faraday/ftmac100.c | 4 +-
11766 drivers/net/ethernet/freescale/fec_mpc52xx.c | 2 +-
11767 .../net/ethernet/freescale/fs_enet/fs_enet-main.c | 2 +-
11768 drivers/net/ethernet/freescale/gianfar.c | 4 +-
11769 drivers/net/ethernet/freescale/ucc_geth.c | 2 +-
11770 drivers/net/ethernet/hisilicon/hip04_eth.c | 2 +-
11771 drivers/net/ethernet/hisilicon/hix5hd2_gmac.c | 2 +-
11772 drivers/net/ethernet/hisilicon/hns/hns_ae_adapt.c | 6 +-
11773 drivers/net/ethernet/i825xx/lib82596.c | 4 +-
11774 drivers/net/ethernet/ibm/ehea/ehea_main.c | 2 +-
11775 drivers/net/ethernet/ibm/emac/core.c | 4 +-
11776 drivers/net/ethernet/intel/e100.c | 2 +-
11777 drivers/net/ethernet/intel/e1000/e1000_main.c | 2 +-
11778 drivers/net/ethernet/intel/e1000e/netdev.c | 2 +-
11779 drivers/net/ethernet/intel/fm10k/fm10k_pci.c | 2 +-
11780 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
11781 drivers/net/ethernet/intel/igb/igb_main.c | 2 +-
11782 drivers/net/ethernet/intel/igbvf/netdev.c | 2 +-
11783 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 2 +-
11784 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
11785 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 4 +-
11786 drivers/net/ethernet/marvell/pxa168_eth.c | 2 +-
11787 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
11788 drivers/net/ethernet/mellanox/mlx4/main.c | 2 +-
11789 drivers/net/ethernet/mellanox/mlx5/core/main.c | 2 +-
11790 drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 2 +-
11791 drivers/net/ethernet/micrel/ks8695net.c | 2 +-
11792 drivers/net/ethernet/micrel/ks8851_mll.c | 2 +-
11793 drivers/net/ethernet/moxa/moxart_ether.c | 2 +-
11794 drivers/net/ethernet/neterion/s2io.c | 2 +-
11795 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
11796 drivers/net/ethernet/neterion/vxge/vxge-main.c | 2 +-
11797 .../net/ethernet/netronome/nfp/nfp_net_common.c | 2 +-
11798 drivers/net/ethernet/netx-eth.c | 2 +-
11799 drivers/net/ethernet/nuvoton/w90p910_ether.c | 2 +-
11800 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
11801 drivers/net/ethernet/nxp/lpc_eth.c | 2 +-
11802 .../net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c | 4 +-
11803 .../net/ethernet/qlogic/netxen/netxen_nic_main.c | 2 +-
11804 drivers/net/ethernet/qlogic/qed/qed_mcp.c | 6 +-
11805 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
11806 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
11807 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c | 2 +-
11808 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
11809 drivers/net/ethernet/realtek/r8169.c | 8 +-
11810 drivers/net/ethernet/renesas/sh_eth.c | 2 +-
11811 drivers/net/ethernet/rocker/rocker_main.c | 4 +-
11812 drivers/net/ethernet/seeq/sgiseeq.c | 2 +-
11813 drivers/net/ethernet/sfc/ptp.c | 2 +-
11814 drivers/net/ethernet/sfc/selftest.c | 20 +-
11815 drivers/net/ethernet/sgi/ioc3-eth.c | 4 +-
11816 drivers/net/ethernet/smsc/smc911x.c | 2 +-
11817 drivers/net/ethernet/smsc/smc91x.c | 2 +-
11818 drivers/net/ethernet/smsc/smsc911x.c | 2 +-
11819 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
11820 drivers/net/ethernet/sun/sunbmac.c | 2 +-
11821 drivers/net/ethernet/sun/sunqe.c | 2 +-
11822 drivers/net/ethernet/sun/sunvnet.c | 2 +-
11823 drivers/net/ethernet/sun/sunvnet_common.c | 6 +-
11824 drivers/net/ethernet/synopsys/dwc_eth_qos.c | 2 +-
11825 drivers/net/ethernet/ti/cpmac.c | 2 +-
11826 drivers/net/ethernet/ti/netcp_core.c | 2 +-
11827 drivers/net/ethernet/via/via-rhine.c | 2 +-
11828 drivers/net/ethernet/wiznet/w5100.c | 2 +-
11829 drivers/net/ethernet/wiznet/w5300.c | 2 +-
11830 drivers/net/ethernet/xilinx/ll_temac_main.c | 2 +-
11831 drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 2 +-
11832 drivers/net/geneve.c | 2 +-
11833 drivers/net/hamradio/baycom_epp.c | 2 +-
11834 drivers/net/hyperv/hyperv_net.h | 2 +-
11835 drivers/net/hyperv/netvsc_drv.c | 2 +-
11836 drivers/net/hyperv/rndis_filter.c | 7 +-
11837 drivers/net/ifb.c | 2 +-
11838 drivers/net/ipvlan/ipvlan_core.c | 2 +-
11839 drivers/net/ipvlan/ipvlan_main.c | 6 +-
11840 drivers/net/irda/sh_irda.c | 2 +-
11841 drivers/net/irda/vlsi_ir.c | 18 +-
11842 drivers/net/irda/vlsi_ir.h | 14 +-
11843 drivers/net/loopback.c | 2 +-
11844 drivers/net/macsec.c | 2 +-
11845 drivers/net/macvlan.c | 20 +-
11846 drivers/net/macvtap.c | 10 +-
11847 drivers/net/nlmon.c | 2 +-
11848 drivers/net/phy/phy_device.c | 6 +-
11849 drivers/net/plip/plip.c | 2 +-
11850 drivers/net/ppp/ppp_generic.c | 4 +-
11851 drivers/net/ppp/pptp.c | 2 +-
11852 drivers/net/rionet.c | 2 +-
11853 drivers/net/slip/slhc.c | 2 +-
11854 drivers/net/team/team.c | 4 +-
11855 drivers/net/tun.c | 7 +-
11856 drivers/net/usb/hso.c | 28 +-
11857 drivers/net/usb/ipheth.c | 2 +-
11858 drivers/net/usb/r8152.c | 2 +-
11859 drivers/net/usb/sierra_net.c | 4 +-
11860 drivers/net/virtio_net.c | 2 +-
11861 drivers/net/vrf.c | 4 +-
11862 drivers/net/vxlan.c | 4 +-
11863 drivers/net/wimax/i2400m/rx.c | 2 +-
11864 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
11865 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
11866 drivers/net/wireless/ath/ath6kl/core.h | 2 +-
11867 drivers/net/wireless/ath/ath6kl/txrx.c | 2 +-
11868 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
11869 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
11870 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
11871 drivers/net/wireless/ath/ath9k/main.c | 22 +-
11872 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
11873 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
11874 drivers/net/wireless/ath/carl9170/main.c | 10 +-
11875 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
11876 drivers/net/wireless/ath/wil6210/pcie_bus.c | 2 +-
11877 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
11878 drivers/net/wireless/atmel/at76c50x-usb.c | 2 +-
11879 drivers/net/wireless/atmel/atmel.c | 183 +-
11880 drivers/net/wireless/broadcom/b43/phy_lp.c | 2 +-
11881 drivers/net/wireless/broadcom/b43legacy/main.c | 5 +-
11882 .../broadcom/brcm80211/brcmfmac/cfg80211.c | 55 +-
11883 .../broadcom/brcm80211/brcmsmac/phy/phy_cmn.c | 3 +-
11884 .../broadcom/brcm80211/brcmsmac/phy_shim.c | 5 +-
11885 .../broadcom/brcm80211/brcmsmac/phy_shim.h | 2 +-
11886 drivers/net/wireless/cisco/airo.c | 201 +-
11887 drivers/net/wireless/intel/ipw2x00/ipw2100.c | 8 +-
11888 drivers/net/wireless/intel/ipw2x00/ipw2200.c | 6 +-
11889 drivers/net/wireless/intel/iwlegacy/3945-mac.c | 11 +-
11890 drivers/net/wireless/intel/iwlegacy/4965-mac.c | 7 +-
11891 drivers/net/wireless/intel/iwlwifi/dvm/debugfs.c | 34 +-
11892 drivers/net/wireless/intel/iwlwifi/dvm/lib.c | 4 +-
11893 drivers/net/wireless/intel/iwlwifi/mvm/d3.c | 8 +-
11894 drivers/net/wireless/intel/iwlwifi/mvm/tx.c | 4 +-
11895 drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 4 +-
11896 .../net/wireless/intersil/hostap/hostap_ioctl.c | 134 +-
11897 drivers/net/wireless/intersil/orinoco/wext.c | 131 +-
11898 drivers/net/wireless/intersil/prism54/isl_ioctl.c | 292 +-
11899 drivers/net/wireless/mac80211_hwsim.c | 28 +-
11900 drivers/net/wireless/marvell/mwifiex/11n_aggr.c | 2 +-
11901 drivers/net/wireless/marvell/mwifiex/main.c | 2 +-
11902 drivers/net/wireless/marvell/mwifiex/pcie.c | 4 +-
11903 drivers/net/wireless/marvell/mwifiex/sdio.c | 10 +-
11904 drivers/net/wireless/ralink/rt2x00/rt2400pci.c | 4 +-
11905 drivers/net/wireless/ralink/rt2x00/rt2500pci.c | 4 +-
11906 drivers/net/wireless/ralink/rt2x00/rt2500usb.c | 4 +-
11907 drivers/net/wireless/ralink/rt2x00/rt2800lib.c | 6 +-
11908 drivers/net/wireless/ralink/rt2x00/rt2x00.h | 2 +-
11909 drivers/net/wireless/ralink/rt2x00/rt2x00queue.c | 4 +-
11910 drivers/net/wireless/ralink/rt2x00/rt61pci.c | 4 +-
11911 drivers/net/wireless/ralink/rt2x00/rt73usb.c | 4 +-
11912 drivers/net/wireless/realtek/rtlwifi/base.c | 14 +-
11913 drivers/net/wireless/realtek/rtlwifi/base.h | 4 +-
11914 drivers/net/wireless/realtek/rtlwifi/pci.c | 15 +-
11915 drivers/net/wireless/realtek/rtlwifi/ps.c | 6 +-
11916 drivers/net/wireless/realtek/rtlwifi/ps.h | 6 +-
11917 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
11918 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
11919 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
11920 drivers/net/wireless/zydas/zd1201.c | 192 +-
11921 drivers/net/xen-netback/interface.c | 2 +-
11922 drivers/net/xen-netfront.c | 2 +-
11923 drivers/nvme/host/pci.c | 2 +-
11924 drivers/of/fdt.c | 4 +-
11925 drivers/oprofile/buffer_sync.c | 8 +-
11926 drivers/oprofile/event_buffer.c | 2 +-
11927 drivers/oprofile/oprof.c | 2 +-
11928 drivers/oprofile/oprofile_stats.c | 10 +-
11929 drivers/oprofile/oprofile_stats.h | 10 +-
11930 drivers/oprofile/oprofilefs.c | 6 +-
11931 drivers/oprofile/timer_int.c | 2 +-
11932 drivers/parport/procfs.c | 4 +-
11933 drivers/pci/host/pci-host-common.h | 2 +-
11934 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
11935 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
11936 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
11937 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
11938 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
11939 drivers/pci/hotplug/pciehp_core.c | 2 +-
11940 drivers/pci/msi.c | 22 +-
11941 drivers/pci/pci-sysfs.c | 6 +-
11942 drivers/pci/pci.h | 4 +-
11943 drivers/pci/pcie/aspm.c | 10 +-
11944 drivers/pci/pcie/portdrv_pci.c | 2 +-
11945 drivers/pci/probe.c | 2 +-
11946 drivers/pci/setup-bus.c | 10 +-
11947 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
11948 drivers/pinctrl/pinctrl-at91.c | 5 +-
11949 drivers/platform/chrome/chromeos_laptop.c | 2 +-
11950 drivers/platform/chrome/chromeos_pstore.c | 2 +-
11951 drivers/platform/chrome/cros_ec_lpc.c | 2 +-
11952 drivers/platform/x86/alienware-wmi.c | 4 +-
11953 drivers/platform/x86/apple-gmux.c | 2 +-
11954 drivers/platform/x86/compal-laptop.c | 2 +-
11955 drivers/platform/x86/hdaps.c | 2 +-
11956 drivers/platform/x86/ibm_rtl.c | 2 +-
11957 drivers/platform/x86/intel_oaktrail.c | 2 +-
11958 drivers/platform/x86/msi-laptop.c | 16 +-
11959 drivers/platform/x86/msi-wmi.c | 2 +-
11960 drivers/platform/x86/samsung-laptop.c | 2 +-
11961 drivers/platform/x86/samsung-q10.c | 2 +-
11962 drivers/platform/x86/sony-laptop.c | 14 +-
11963 drivers/platform/x86/thinkpad_acpi.c | 10 +-
11964 drivers/pnp/pnpbios/bioscalls.c | 14 +-
11965 drivers/pnp/pnpbios/core.c | 2 +-
11966 drivers/power/pda_power.c | 7 +-
11967 drivers/power/power_supply.h | 4 +-
11968 drivers/power/power_supply_core.c | 7 +-
11969 drivers/power/power_supply_sysfs.c | 6 +-
11970 drivers/power/reset/at91-reset.c | 5 +-
11971 drivers/powercap/powercap_sys.c | 136 +-
11972 drivers/ptp/ptp_private.h | 2 +-
11973 drivers/ptp/ptp_sysfs.c | 2 +-
11974 drivers/regulator/core.c | 4 +-
11975 drivers/regulator/max8660.c | 6 +-
11976 drivers/regulator/max8973-regulator.c | 16 +-
11977 drivers/regulator/mc13892-regulator.c | 8 +-
11978 drivers/remoteproc/remoteproc_core.c | 26 +-
11979 drivers/rtc/rtc-armada38x.c | 7 +-
11980 drivers/rtc/rtc-cmos.c | 4 +-
11981 drivers/rtc/rtc-ds1307.c | 2 +-
11982 drivers/rtc/rtc-m48t59.c | 4 +-
11983 drivers/rtc/rtc-rv8803.c | 15 +-
11984 drivers/rtc/rtc-rx8010.c | 8 +-
11985 drivers/rtc/rtc-test.c | 6 +-
11986 drivers/scsi/aacraid/aachba.c | 7 +-
11987 drivers/scsi/aic7xxx/aic79xx.h | 2 +-
11988 drivers/scsi/aic7xxx/aic79xx_core.c | 11 +-
11989 drivers/scsi/be2iscsi/be_main.c | 2 +-
11990 drivers/scsi/bfa/bfa.h | 4 +-
11991 drivers/scsi/bfa/bfa_core.c | 4 +-
11992 drivers/scsi/bfa/bfa_cs.h | 124 +-
11993 drivers/scsi/bfa/bfa_fcpim.h | 14 +-
11994 drivers/scsi/bfa/bfa_fcs.h | 34 +-
11995 drivers/scsi/bfa/bfa_fcs_fcpim.c | 6 +-
11996 drivers/scsi/bfa/bfa_fcs_lport.c | 4 +-
11997 drivers/scsi/bfa/bfa_fcs_rport.c | 4 +-
11998 drivers/scsi/bfa/bfa_ioc.c | 8 +-
11999 drivers/scsi/bfa/bfa_ioc.h | 16 +-
12000 drivers/scsi/bfa/bfa_svc.c | 12 +-
12001 drivers/scsi/bfa/bfa_svc.h | 20 +-
12002 drivers/scsi/bfa/bfad.c | 12 +-
12003 drivers/scsi/bfa/bfad_bsg.c | 8 +-
12004 drivers/scsi/bfa/bfad_drv.h | 5 +-
12005 drivers/scsi/csiostor/csio_defs.h | 19 +-
12006 drivers/scsi/csiostor/csio_hw.c | 67 +-
12007 drivers/scsi/csiostor/csio_init.c | 2 +-
12008 drivers/scsi/csiostor/csio_lnode.c | 32 +-
12009 drivers/scsi/csiostor/csio_rnode.c | 28 +-
12010 drivers/scsi/csiostor/csio_scsi.c | 37 +-
12011 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
12012 drivers/scsi/fcoe/fcoe_transport.c | 16 +-
12013 drivers/scsi/hpsa.c | 38 +-
12014 drivers/scsi/hpsa.h | 2 +-
12015 drivers/scsi/hptiop.c | 2 -
12016 drivers/scsi/hptiop.h | 1 -
12017 drivers/scsi/ipr.c | 32 +-
12018 drivers/scsi/ipr.h | 2 +-
12019 drivers/scsi/libfc/fc_exch.c | 50 +-
12020 drivers/scsi/libsas/sas_ata.c | 2 +-
12021 drivers/scsi/lpfc/lpfc.h | 8 +-
12022 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
12023 drivers/scsi/lpfc/lpfc_init.c | 8 +-
12024 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
12025 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
12026 drivers/scsi/mpt3sas/mpt3sas_base.c | 2 +-
12027 drivers/scsi/mpt3sas/mpt3sas_scsih.c | 4 +-
12028 drivers/scsi/pmcraid.c | 46 +-
12029 drivers/scsi/pmcraid.h | 8 +-
12030 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
12031 drivers/scsi/qla2xxx/qla_gbl.h | 8 +-
12032 drivers/scsi/qla2xxx/qla_os.c | 15 +-
12033 drivers/scsi/qla2xxx/qla_target.c | 16 +-
12034 drivers/scsi/qla2xxx/qla_target.h | 2 +-
12035 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
12036 drivers/scsi/qla4xxx/ql4_os.c | 15 +-
12037 drivers/scsi/scsi.c | 2 +-
12038 drivers/scsi/scsi_lib.c | 8 +-
12039 drivers/scsi/scsi_sysfs.c | 2 +-
12040 drivers/scsi/scsi_transport_fc.c | 8 +-
12041 drivers/scsi/scsi_transport_iscsi.c | 6 +-
12042 drivers/scsi/scsi_transport_spi.c | 2 +-
12043 drivers/scsi/scsi_transport_srp.c | 8 +-
12044 drivers/scsi/sd.c | 6 +-
12045 drivers/scsi/sg.c | 2 +-
12046 drivers/scsi/sr.c | 21 +-
12047 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
12048 drivers/spi/spi.c | 2 +-
12049 drivers/staging/android/timed_output.c | 6 +-
12050 drivers/staging/comedi/comedi_fops.c | 8 +-
12051 drivers/staging/fbtft/fbtft-core.c | 2 +-
12052 drivers/staging/fbtft/fbtft.h | 2 +-
12053 drivers/staging/gdm724x/gdm_lte.c | 2 +-
12054 drivers/staging/gdm724x/gdm_tty.c | 2 +-
12055 drivers/staging/i4l/icn/icn.c | 2 +-
12056 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
12057 drivers/staging/iio/adc/ad7280a.c | 4 +-
12058 .../staging/lustre/lnet/klnds/socklnd/socklnd.h | 6 +-
12059 drivers/staging/lustre/lnet/selftest/brw_test.c | 12 +-
12060 drivers/staging/lustre/lnet/selftest/framework.c | 2 -
12061 drivers/staging/lustre/lnet/selftest/ping_test.c | 14 +-
12062 drivers/staging/lustre/lnet/selftest/selftest.h | 2 -
12063 .../lustre/lustre/include/lustre/lustre_idl.h | 82 +-
12064 drivers/staging/lustre/lustre/include/lustre_dlm.h | 8 +-
12065 drivers/staging/lustre/lustre/include/lustre_net.h | 2 +-
12066 drivers/staging/lustre/lustre/include/obd.h | 2 +-
12067 drivers/staging/lustre/lustre/ldlm/ldlm_request.c | 5 +-
12068 drivers/staging/lustre/lustre/llite/dir.c | 2 +-
12069 drivers/staging/lustre/lustre/lov/lov_io.c | 62 +-
12070 drivers/staging/lustre/lustre/obdclass/llog_swab.c | 24 +-
12071 drivers/staging/lustre/lustre/osc/osc_request.c | 24 +-
12072 drivers/staging/lustre/lustre/ptlrpc/layout.c | 7 +-
12073 .../staging/lustre/lustre/ptlrpc/pack_generic.c | 136 +-
12074 drivers/staging/rdma/hfi1/pcie.c | 2 +-
12075 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 18 +-
12076 drivers/staging/rtl8188eu/hal/rtl8188eu_recv.c | 2 +-
12077 drivers/staging/rtl8188eu/hal/rtl8188eu_xmit.c | 2 +-
12078 drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h | 8 -
12079 drivers/staging/rtl8188eu/include/hal_intf.h | 5 +-
12080 drivers/staging/rtl8188eu/include/odm_precomp.h | 2 +-
12081 drivers/staging/rtl8188eu/include/recv_osdep.h | 1 -
12082 drivers/staging/rtl8188eu/include/rtl8188e_recv.h | 2 +-
12083 drivers/staging/rtl8188eu/include/rtl8188e_xmit.h | 2 +-
12084 drivers/staging/rtl8188eu/include/rtw_cmd.h | 1 -
12085 drivers/staging/rtl8188eu/include/rtw_eeprom.h | 6 -
12086 drivers/staging/rtl8188eu/include/rtw_ioctl.h | 9 -
12087 drivers/staging/rtl8188eu/include/rtw_mlme_ext.h | 12 +-
12088 drivers/staging/rtl8188eu/include/xmit_osdep.h | 2 +-
12089 drivers/staging/rtl8188eu/os_dep/usb_ops_linux.c | 4 +-
12090 drivers/staging/rtl8188eu/os_dep/xmit_linux.c | 2 +-
12091 drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 49 +-
12092 drivers/staging/rtl8192e/rtl8192e/rtl_core.h | 4 +-
12093 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c | 10 +-
12094 drivers/staging/rtl8192e/rtl8192e/rtl_dm.h | 4 +-
12095 drivers/staging/rtl8192e/rtl8192e/rtl_ps.c | 6 +-
12096 drivers/staging/rtl8192e/rtl8192e/rtl_ps.h | 3 +-
12097 drivers/staging/rtl8192e/rtl8192e/rtl_wx.c | 48 +-
12098 drivers/staging/rtl8192e/rtllib.h | 4 +-
12099 drivers/staging/rtl8192e/rtllib_softmac.c | 32 +-
12100 drivers/staging/rtl8192e/rtllib_softmac_wx.c | 2 +-
12101 drivers/staging/rtl8192e/rtllib_tx.c | 2 +-
12102 drivers/staging/rtl8192u/ieee80211/ieee80211.h | 2 +-
12103 .../staging/rtl8192u/ieee80211/ieee80211_softmac.c | 6 +-
12104 drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c | 2 +-
12105 drivers/staging/rtl8192u/r8192U_core.c | 7 +-
12106 drivers/staging/rtl8712/rtl8712_recv.c | 6 +-
12107 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
12108 drivers/staging/rtl8712/rtl871x_ioctl.h | 14 -
12109 drivers/staging/rtl8712/rtl871x_xmit.c | 2 +-
12110 drivers/staging/rtl8712/rtl871x_xmit.h | 2 +-
12111 drivers/staging/rtl8712/usb_ops_linux.c | 4 +-
12112 drivers/staging/rtl8712/xmit_linux.c | 2 +-
12113 drivers/staging/rtl8712/xmit_osdep.h | 2 +-
12114 drivers/staging/rtl8723au/core/rtw_mlme_ext.c | 12 +-
12115 drivers/staging/rtl8723au/core/rtw_xmit.c | 2 +-
12116 drivers/staging/rtl8723au/hal/rtl8723au_recv.c | 2 +-
12117 drivers/staging/rtl8723au/hal/usb_ops_linux.c | 4 +-
12118 drivers/staging/rtl8723au/include/Hal8723APhyCfg.h | 8 -
12119 drivers/staging/rtl8723au/include/drv_types.h | 2 +-
12120 drivers/staging/rtl8723au/include/hal_intf.h | 2 -
12121 drivers/staging/rtl8723au/include/recv_osdep.h | 1 -
12122 drivers/staging/rtl8723au/include/rtw_ap.h | 2 -
12123 drivers/staging/rtl8723au/include/rtw_cmd.h | 1 -
12124 drivers/staging/rtl8723au/include/rtw_eeprom.h | 7 -
12125 drivers/staging/rtl8723au/include/rtw_mlme_ext.h | 14 +-
12126 drivers/staging/rtl8723au/include/usb_ops.h | 8 +-
12127 drivers/staging/rtl8723au/include/xmit_osdep.h | 2 +-
12128 drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c | 2 +-
12129 drivers/staging/rtl8723au/os_dep/xmit_linux.c | 2 +-
12130 drivers/staging/sm750fb/sm750.c | 14 +-
12131 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
12132 drivers/staging/unisys/visornic/visornic_main.c | 2 +-
12133 drivers/staging/vt6655/rxtx.c | 2 +-
12134 drivers/staging/vt6656/rxtx.c | 2 +-
12135 drivers/staging/wilc1000/linux_wlan.c | 2 +-
12136 drivers/staging/wilc1000/wilc_wlan.h | 2 +-
12137 drivers/staging/wlan-ng/p80211netdev.c | 2 +-
12138 drivers/target/sbp/sbp_target.c | 4 +-
12139 drivers/thermal/cpu_cooling.c | 9 +-
12140 drivers/thermal/devfreq_cooling.c | 19 +-
12141 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
12142 drivers/thermal/of-thermal.c | 17 +-
12143 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
12144 drivers/tty/cyclades.c | 6 +-
12145 drivers/tty/hvc/hvc_console.c | 14 +-
12146 drivers/tty/hvc/hvcs.c | 21 +-
12147 drivers/tty/hvc/hvsi.c | 22 +-
12148 drivers/tty/hvc/hvsi_lib.c | 4 +-
12149 drivers/tty/ipwireless/tty.c | 27 +-
12150 drivers/tty/moxa.c | 2 +-
12151 drivers/tty/n_gsm.c | 6 +-
12152 drivers/tty/n_tty.c | 28 +-
12153 drivers/tty/pty.c | 4 +-
12154 drivers/tty/rocket.c | 6 +-
12155 drivers/tty/serial/8250/8250_core.c | 10 +-
12156 drivers/tty/serial/8250/8250_pci.c | 2 +-
12157 drivers/tty/serial/ifx6x60.c | 2 +-
12158 drivers/tty/serial/ioc4_serial.c | 6 +-
12159 drivers/tty/serial/jsm/jsm_driver.c | 2 +-
12160 drivers/tty/serial/kgdb_nmi.c | 4 +-
12161 drivers/tty/serial/kgdboc.c | 34 +-
12162 drivers/tty/serial/msm_serial.c | 4 +-
12163 drivers/tty/serial/samsung.c | 9 +-
12164 drivers/tty/serial/serial_core.c | 8 +-
12165 drivers/tty/synclink.c | 34 +-
12166 drivers/tty/synclink_gt.c | 28 +-
12167 drivers/tty/synclinkmp.c | 34 +-
12168 drivers/tty/tty_io.c | 2 +-
12169 drivers/tty/tty_ldisc.c | 8 +-
12170 drivers/tty/tty_port.c | 22 +-
12171 drivers/uio/uio.c | 13 +-
12172 drivers/usb/atm/cxacru.c | 2 +-
12173 drivers/usb/atm/usbatm.c | 24 +-
12174 drivers/usb/class/cdc-acm.h | 2 +-
12175 drivers/usb/core/devices.c | 6 +-
12176 drivers/usb/core/devio.c | 12 +-
12177 drivers/usb/core/hcd.c | 4 +-
12178 drivers/usb/core/sysfs.c | 2 +-
12179 drivers/usb/core/usb.c | 2 +-
12180 drivers/usb/early/ehci-dbgp.c | 16 +-
12181 drivers/usb/gadget/function/f_phonet.c | 2 +-
12182 drivers/usb/gadget/function/u_serial.c | 22 +-
12183 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
12184 drivers/usb/host/ehci-hcd.c | 2 +-
12185 drivers/usb/host/ehci-hub.c | 4 +-
12186 drivers/usb/host/ehci-q.c | 4 +-
12187 drivers/usb/host/fotg210-hcd.c | 2 +-
12188 drivers/usb/host/hwa-hc.c | 2 +-
12189 drivers/usb/host/ohci-hcd.c | 2 +-
12190 drivers/usb/host/r8a66597.h | 2 +-
12191 drivers/usb/host/uhci-hcd.c | 2 +-
12192 drivers/usb/host/xhci-pci.c | 2 +-
12193 drivers/usb/host/xhci-ring.c | 52 +-
12194 drivers/usb/host/xhci.c | 2 +-
12195 drivers/usb/misc/appledisplay.c | 4 +-
12196 drivers/usb/misc/sisusbvga/sisusb_con.c | 98 +-
12197 drivers/usb/serial/console.c | 8 +-
12198 drivers/usb/storage/transport.c | 2 +-
12199 drivers/usb/storage/usb.c | 2 +-
12200 drivers/usb/storage/usb.h | 2 +-
12201 drivers/usb/usbip/vhci.h | 2 +-
12202 drivers/usb/usbip/vhci_hcd.c | 6 +-
12203 drivers/usb/usbip/vhci_rx.c | 2 +-
12204 drivers/usb/wusbcore/wa-hc.h | 4 +-
12205 drivers/usb/wusbcore/wa-xfer.c | 2 +-
12206 drivers/vfio/pci/vfio_pci.c | 2 +-
12207 drivers/vhost/vringh.c | 20 +-
12208 drivers/video/backlight/kb3886_bl.c | 2 +-
12209 drivers/video/console/dummycon.c | 96 +-
12210 drivers/video/console/fbcon.c | 2 +-
12211 drivers/video/console/vgacon.c | 23 +-
12212 drivers/video/fbdev/aty/aty128fb.c | 2 +-
12213 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
12214 drivers/video/fbdev/aty/mach64_ct.c | 5 +-
12215 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
12216 drivers/video/fbdev/aty/mach64_gx.c | 17 +-
12217 drivers/video/fbdev/core/fb_defio.c | 8 +-
12218 drivers/video/fbdev/core/fbmem.c | 12 +-
12219 drivers/video/fbdev/hyperv_fb.c | 4 +-
12220 drivers/video/fbdev/i810/i810_accel.c | 1 +
12221 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
12222 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
12223 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
12224 drivers/video/fbdev/omap2/omapfb/dss/display.c | 8 +-
12225 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
12226 drivers/video/fbdev/sis/sis_main.h | 2 +-
12227 drivers/video/fbdev/smscufx.c | 4 +-
12228 drivers/video/fbdev/udlfb.c | 36 +-
12229 drivers/video/fbdev/uvesafb.c | 52 +-
12230 drivers/video/fbdev/vesafb.c | 58 +-
12231 drivers/video/fbdev/via/via_clock.h | 2 +-
12232 drivers/xen/events/events_base.c | 6 +-
12233 drivers/xen/xen-pciback/pci_stub.c | 2 +-
12234 fs/9p/vfs_addr.c | 2 +-
12235 fs/9p/vfs_inode_dotl.c | 4 +-
12236 fs/Kconfig.binfmt | 2 +-
12237 fs/afs/file.c | 8 +-
12238 fs/afs/inode.c | 4 +-
12239 fs/afs/internal.h | 4 +-
12240 fs/aio.c | 2 +-
12241 fs/autofs4/waitq.c | 2 +-
12242 fs/befs/endian.h | 6 +-
12243 fs/binfmt_aout.c | 23 +-
12244 fs/binfmt_elf.c | 670 +-
12245 fs/binfmt_elf_fdpic.c | 4 +-
12246 fs/block_dev.c | 2 +-
12247 fs/btrfs/ctree.c | 11 +-
12248 fs/btrfs/ctree.h | 4 +-
12249 fs/btrfs/delayed-inode.c | 6 +-
12250 fs/btrfs/delayed-inode.h | 4 +-
12251 fs/btrfs/delayed-ref.c | 4 +-
12252 fs/btrfs/disk-io.c | 4 +-
12253 fs/btrfs/extent_map.c | 8 +-
12254 fs/btrfs/file.c | 4 +-
12255 fs/btrfs/free-space-cache.h | 1 +
12256 fs/btrfs/raid56.c | 30 +-
12257 fs/btrfs/super.c | 2 +-
12258 fs/btrfs/sysfs.c | 2 +-
12259 fs/btrfs/tests/btrfs-tests.c | 2 +-
12260 fs/btrfs/tests/free-space-tests.c | 2 +-
12261 fs/btrfs/transaction.c | 2 +-
12262 fs/btrfs/tree-log.c | 8 +-
12263 fs/btrfs/tree-log.h | 2 +-
12264 fs/btrfs/volumes.c | 14 +-
12265 fs/btrfs/volumes.h | 22 +-
12266 fs/buffer.c | 2 +-
12267 fs/cachefiles/bind.c | 6 +-
12268 fs/cachefiles/daemon.c | 12 +-
12269 fs/cachefiles/internal.h | 16 +-
12270 fs/cachefiles/namei.c | 6 +-
12271 fs/cachefiles/proc.c | 12 +-
12272 fs/ceph/dir.c | 12 +-
12273 fs/ceph/super.c | 4 +-
12274 fs/cifs/cifs_debug.c | 12 +-
12275 fs/cifs/cifsfs.c | 8 +-
12276 fs/cifs/cifsglob.h | 54 +-
12277 fs/cifs/file.c | 14 +-
12278 fs/cifs/misc.c | 4 +-
12279 fs/cifs/smb1ops.c | 80 +-
12280 fs/cifs/smb2ops.c | 84 +-
12281 fs/cifs/smb2pdu.c | 3 +-
12282 fs/coda/cache.c | 10 +-
12283 fs/coda/dir.c | 5 +-
12284 fs/compat.c | 9 +-
12285 fs/compat_binfmt_elf.c | 2 +
12286 fs/compat_ioctl.c | 12 +-
12287 fs/configfs/dir.c | 10 +-
12288 fs/coredump.c | 18 +-
12289 fs/dcache.c | 64 +-
12290 fs/ecryptfs/inode.c | 2 +-
12291 fs/ecryptfs/miscdev.c | 2 +-
12292 fs/exec.c | 370 +-
12293 fs/exofs/inode.c | 7 +-
12294 fs/ext2/xattr.c | 5 +-
12295 fs/ext4/ext4.h | 20 +-
12296 fs/ext4/mballoc.c | 44 +-
12297 fs/ext4/resize.c | 16 +-
12298 fs/ext4/super.c | 2 +-
12299 fs/ext4/sysfs.c | 2 +-
12300 fs/ext4/xattr.c | 5 +-
12301 fs/fhandle.c | 5 +-
12302 fs/file.c | 18 +-
12303 fs/freevxfs/vxfs_inode.c | 8 +-
12304 fs/freevxfs/vxfs_inode.h | 4 +-
12305 fs/fs-writeback.c | 11 +-
12306 fs/fs_struct.c | 8 +-
12307 fs/fscache/cookie.c | 40 +-
12308 fs/fscache/internal.h | 202 +-
12309 fs/fscache/object.c | 26 +-
12310 fs/fscache/operation.c | 38 +-
12311 fs/fscache/page.c | 110 +-
12312 fs/fscache/stats.c | 348 +-
12313 fs/fuse/cuse.c | 10 +-
12314 fs/fuse/dev.c | 4 +-
12315 fs/fuse/file.c | 4 +-
12316 fs/fuse/inode.c | 4 +-
12317 fs/gfs2/aops.c | 2 +-
12318 fs/gfs2/file.c | 2 +-
12319 fs/gfs2/glock.c | 22 +-
12320 fs/gfs2/glops.c | 4 +-
12321 fs/gfs2/quota.c | 6 +-
12322 fs/hugetlbfs/inode.c | 13 +-
12323 fs/inode.c | 4 +-
12324 fs/jbd2/commit.c | 2 +-
12325 fs/jbd2/transaction.c | 4 +-
12326 fs/jffs2/erase.c | 3 +-
12327 fs/jffs2/file.c | 5 +-
12328 fs/jffs2/fs.c | 2 +-
12329 fs/jffs2/os-linux.h | 2 +-
12330 fs/jffs2/wbuf.c | 3 +-
12331 fs/jfs/super.c | 2 +-
12332 fs/kernfs/dir.c | 2 +-
12333 fs/kernfs/file.c | 20 +-
12334 fs/libfs.c | 10 +-
12335 fs/lockd/clnt4xdr.c | 46 +-
12336 fs/lockd/clntproc.c | 4 +-
12337 fs/lockd/clntxdr.c | 44 +-
12338 fs/lockd/mon.c | 24 +-
12339 fs/lockd/svc.c | 2 +-
12340 fs/lockd/svc4proc.c | 69 +-
12341 fs/lockd/svcproc.c | 75 +-
12342 fs/lockd/xdr.c | 44 +-
12343 fs/lockd/xdr4.c | 41 +-
12344 fs/logfs/dev_bdev.c | 13 +-
12345 fs/logfs/dev_mtd.c | 13 +-
12346 fs/logfs/dir.c | 4 +-
12347 fs/logfs/logfs.h | 5 +-
12348 fs/logfs/readwrite.c | 2 +-
12349 fs/logfs/segment.c | 2 +-
12350 fs/logfs/super.c | 39 -
12351 fs/namei.c | 14 +-
12352 fs/namespace.c | 15 +-
12353 fs/nfs/callback.h | 18 +-
12354 fs/nfs/callback_proc.c | 26 +-
12355 fs/nfs/callback_xdr.c | 73 +-
12356 fs/nfs/dir.c | 5 +-
12357 fs/nfs/inode.c | 6 +-
12358 fs/nfs/internal.h | 5 +-
12359 fs/nfs/mount_clnt.c | 26 +-
12360 fs/nfs/nfs2xdr.c | 101 +-
12361 fs/nfs/nfs3xdr.c | 201 +-
12362 fs/nfs/nfs42xdr.c | 60 +-
12363 fs/nfs/nfs4xdr.c | 507 +-
12364 fs/nfs/read.c | 2 +-
12365 fs/nfs/symlink.c | 6 +-
12366 fs/nfsd/current_stateid.h | 24 +-
12367 fs/nfsd/nfs2acl.c | 85 +-
12368 fs/nfsd/nfs3acl.c | 44 +-
12369 fs/nfsd/nfs3proc.c | 271 +-
12370 fs/nfsd/nfs3xdr.c | 171 +-
12371 fs/nfsd/nfs4callback.c | 31 +-
12372 fs/nfsd/nfs4proc.c | 320 +-
12373 fs/nfsd/nfs4state.c | 111 +-
12374 fs/nfsd/nfs4xdr.c | 564 +-
12375 fs/nfsd/nfscache.c | 11 +-
12376 fs/nfsd/nfsproc.c | 193 +-
12377 fs/nfsd/nfsxdr.c | 96 +-
12378 fs/nfsd/vfs.c | 6 +-
12379 fs/nfsd/xdr.h | 50 +-
12380 fs/nfsd/xdr3.h | 100 +-
12381 fs/nfsd/xdr4.h | 50 +-
12382 fs/nls/nls_base.c | 26 +-
12383 fs/nls/nls_cp932.c | 2 +-
12384 fs/nls/nls_cp936.c | 2 +-
12385 fs/nls/nls_cp949.c | 2 +-
12386 fs/nls/nls_cp950.c | 2 +-
12387 fs/nls/nls_euc-jp.c | 8 +-
12388 fs/nls/nls_koi8-ru.c | 8 +-
12389 fs/notify/fanotify/fanotify_user.c | 4 +-
12390 fs/notify/notification.c | 4 +-
12391 fs/ntfs/dir.c | 4 +-
12392 fs/ntfs/inode.c | 19 +-
12393 fs/ntfs/inode.h | 4 +-
12394 fs/ntfs/mft.c | 4 +-
12395 fs/ntfs/super.c | 8 +-
12396 fs/ocfs2/dlm/dlmcommon.h | 4 +-
12397 fs/ocfs2/dlm/dlmdebug.c | 10 +-
12398 fs/ocfs2/dlm/dlmdomain.c | 4 +-
12399 fs/ocfs2/dlm/dlmmaster.c | 4 +-
12400 fs/ocfs2/dlmfs/dlmfs.c | 4 +-
12401 fs/ocfs2/filecheck.c | 2 +-
12402 fs/ocfs2/localalloc.c | 2 +-
12403 fs/ocfs2/ocfs2.h | 10 +-
12404 fs/ocfs2/suballoc.c | 12 +-
12405 fs/ocfs2/super.c | 20 +-
12406 fs/overlayfs/copy_up.c | 2 +-
12407 fs/pipe.c | 72 +-
12408 fs/posix_acl.c | 4 +-
12409 fs/proc/array.c | 20 +
12410 fs/proc/base.c | 7 +-
12411 fs/proc/kcore.c | 36 +-
12412 fs/proc/meminfo.c | 2 +-
12413 fs/proc/nommu.c | 2 +-
12414 fs/proc/proc_net.c | 2 +-
12415 fs/proc/proc_sysctl.c | 26 +-
12416 fs/proc/task_mmu.c | 39 +-
12417 fs/proc/task_nommu.c | 6 +-
12418 fs/proc/vmcore.c | 16 +-
12419 fs/qnx6/qnx6.h | 4 +-
12420 fs/quota/netlink.c | 4 +-
12421 fs/read_write.c | 34 +-
12422 fs/readdir.c | 3 +-
12423 fs/reiserfs/do_balan.c | 2 +-
12424 fs/reiserfs/procfs.c | 2 +-
12425 fs/reiserfs/reiserfs.h | 4 +-
12426 fs/select.c | 2 +-
12427 fs/seq_file.c | 4 +-
12428 fs/splice.c | 43 +-
12429 fs/squashfs/xattr.c | 10 +-
12430 fs/super.c | 3 +-
12431 fs/sysv/sysv.h | 2 +-
12432 fs/tracefs/inode.c | 8 +-
12433 fs/ubifs/find.c | 34 +-
12434 fs/ubifs/lprops.c | 5 +-
12435 fs/udf/misc.c | 2 +-
12436 fs/ufs/swab.h | 4 +-
12437 fs/userfaultfd.c | 2 +-
12438 fs/xattr.c | 21 +
12439 fs/xfs/libxfs/xfs_bmap.c | 2 +-
12440 fs/xfs/libxfs/xfs_da_btree.c | 4 +-
12441 fs/xfs/xfs_dir2_readdir.c | 7 +-
12442 fs/xfs/xfs_ioctl.c | 2 +-
12443 fs/xfs/xfs_linux.h | 4 +-
12444 include/acpi/ghes.h | 2 +-
12445 include/asm-generic/4level-fixup.h | 2 +
12446 include/asm-generic/atomic-long.h | 186 +-
12447 include/asm-generic/atomic64.h | 12 +
12448 include/asm-generic/bitops/__fls.h | 2 +-
12449 include/asm-generic/bitops/fls.h | 2 +-
12450 include/asm-generic/bitops/fls64.h | 4 +-
12451 include/asm-generic/bug.h | 6 +-
12452 include/asm-generic/cache.h | 4 +-
12453 include/asm-generic/emergency-restart.h | 2 +-
12454 include/asm-generic/kmap_types.h | 4 +-
12455 include/asm-generic/local.h | 13 +
12456 include/asm-generic/pgtable-nopmd.h | 18 +-
12457 include/asm-generic/pgtable-nopud.h | 15 +-
12458 include/asm-generic/pgtable.h | 16 +
12459 include/asm-generic/sections.h | 1 +
12460 include/asm-generic/uaccess.h | 16 +
12461 include/asm-generic/vmlinux.lds.h | 15 +-
12462 include/crypto/algapi.h | 2 +-
12463 include/crypto/cast6.h | 4 +-
12464 include/crypto/serpent.h | 4 +-
12465 include/crypto/xts.h | 2 +-
12466 include/drm/drmP.h | 19 +-
12467 include/drm/drm_mm.h | 2 +-
12468 include/drm/drm_modeset_helper_vtables.h | 2 +-
12469 include/drm/i915_pciids.h | 2 +-
12470 include/drm/intel-gtt.h | 4 +-
12471 include/drm/ttm/ttm_memory.h | 2 +-
12472 include/drm/ttm/ttm_page_alloc.h | 1 +
12473 include/keys/asymmetric-subtype.h | 2 +-
12474 include/keys/encrypted-type.h | 2 +-
12475 include/keys/rxrpc-type.h | 2 +-
12476 include/keys/user-type.h | 2 +-
12477 include/linux/atmdev.h | 4 +-
12478 include/linux/atomic.h | 12 +-
12479 include/linux/audit.h | 2 +-
12480 include/linux/average.h | 2 +-
12481 include/linux/binfmts.h | 3 +-
12482 include/linux/bitmap.h | 2 +-
12483 include/linux/bitops.h | 8 +-
12484 include/linux/blk-cgroup.h | 24 +-
12485 include/linux/blkdev.h | 2 +-
12486 include/linux/blktrace_api.h | 2 +-
12487 include/linux/cache.h | 9 +
12488 include/linux/cdrom.h | 1 -
12489 include/linux/cgroup-defs.h | 2 +-
12490 include/linux/cleancache.h | 2 +-
12491 include/linux/clk-provider.h | 1 +
12492 include/linux/compat.h | 15 +-
12493 include/linux/compiler-gcc.h | 33 +-
12494 include/linux/compiler.h | 197 +-
12495 include/linux/configfs.h | 2 +-
12496 include/linux/cpufreq.h | 7 +-
12497 include/linux/cpuidle.h | 5 +-
12498 include/linux/cpumask.h | 14 +-
12499 include/linux/crypto.h | 4 +-
12500 include/linux/ctype.h | 2 +-
12501 include/linux/dcache.h | 4 +-
12502 include/linux/decompress/mm.h | 2 +-
12503 include/linux/devfreq.h | 2 +-
12504 include/linux/device.h | 7 +-
12505 include/linux/dma-mapping.h | 2 +-
12506 include/linux/efi.h | 1 +
12507 include/linux/elf.h | 2 +
12508 include/linux/err.h | 4 +-
12509 include/linux/extcon.h | 2 +-
12510 include/linux/fb.h | 3 +-
12511 include/linux/fdtable.h | 2 +-
12512 include/linux/firewire.h | 2 +-
12513 include/linux/fs.h | 5 +-
12514 include/linux/fs_struct.h | 2 +-
12515 include/linux/fscache-cache.h | 2 +-
12516 include/linux/fscache.h | 2 +-
12517 include/linux/fsnotify.h | 2 +-
12518 include/linux/genhd.h | 4 +-
12519 include/linux/genl_magic_func.h | 2 +-
12520 include/linux/genl_magic_struct.h | 4 +-
12521 include/linux/gfp.h | 14 +-
12522 include/linux/highmem.h | 12 +
12523 include/linux/hugetlb.h | 2 +-
12524 include/linux/hugetlb_cgroup.h | 11 +
12525 include/linux/hwmon-sysfs.h | 6 +-
12526 include/linux/i2c.h | 1 +
12527 include/linux/if_pppox.h | 2 +-
12528 include/linux/init.h | 10 +-
12529 include/linux/init_task.h | 7 +
12530 include/linux/interrupt.h | 6 +-
12531 include/linux/iommu.h | 2 +-
12532 include/linux/ioport.h | 2 +-
12533 include/linux/ipc.h | 2 +-
12534 include/linux/irq.h | 5 +-
12535 include/linux/irqdesc.h | 2 +-
12536 include/linux/irqdomain.h | 3 +
12537 include/linux/jbd2.h | 2 +-
12538 include/linux/jiffies.h | 16 +-
12539 include/linux/kallsyms.h | 18 +-
12540 include/linux/key-type.h | 2 +-
12541 include/linux/kgdb.h | 6 +-
12542 include/linux/kmemleak.h | 4 +-
12543 include/linux/kobject.h | 3 +-
12544 include/linux/kobject_ns.h | 2 +-
12545 include/linux/kref.h | 2 +-
12546 include/linux/libata.h | 2 +-
12547 include/linux/linkage.h | 22 +-
12548 include/linux/list.h | 15 +
12549 include/linux/lockd/xdr.h | 34 +-
12550 include/linux/lockd/xdr4.h | 34 +-
12551 include/linux/lockref.h | 26 +-
12552 include/linux/math64.h | 10 +-
12553 include/linux/memcontrol.h | 2 +-
12554 include/linux/memory.h | 2 +-
12555 include/linux/mempolicy.h | 7 +
12556 include/linux/mm.h | 98 +-
12557 include/linux/mm_types.h | 20 +
12558 include/linux/mmiotrace.h | 4 +-
12559 include/linux/mmzone.h | 2 +-
12560 include/linux/mod_devicetable.h | 4 +-
12561 include/linux/module.h | 58 +-
12562 include/linux/moduleloader.h | 16 +
12563 include/linux/moduleparam.h | 12 +-
12564 include/linux/net.h | 2 +-
12565 include/linux/netdevice.h | 11 +-
12566 include/linux/netfilter.h | 2 +-
12567 include/linux/netfilter/ipset/ip_set_comment.h | 3 +-
12568 include/linux/netfilter/nfnetlink.h | 2 +-
12569 include/linux/netlink.h | 12 +-
12570 include/linux/nls.h | 4 +-
12571 include/linux/notifier.h | 3 +-
12572 include/linux/oprofile.h | 4 +-
12573 include/linux/padata.h | 2 +-
12574 include/linux/pagemap.h | 4 +-
12575 include/linux/pci_hotplug.h | 3 +-
12576 include/linux/percpu.h | 2 +-
12577 include/linux/perf_event.h | 12 +-
12578 include/linux/pid.h | 4 +-
12579 include/linux/pipe_fs_i.h | 8 +-
12580 include/linux/pm.h | 1 +
12581 include/linux/pm_domain.h | 2 +-
12582 include/linux/pm_runtime.h | 2 +-
12583 include/linux/pnp.h | 2 +-
12584 include/linux/poison.h | 4 +-
12585 include/linux/power/smartreflex.h | 2 +-
12586 include/linux/ppp-comp.h | 2 +-
12587 include/linux/preempt.h | 21 +
12588 include/linux/printk.h | 2 +-
12589 include/linux/proc_ns.h | 2 +-
12590 include/linux/psci.h | 2 +-
12591 include/linux/quota.h | 2 +-
12592 include/linux/random.h | 19 +-
12593 include/linux/rculist.h | 16 +
12594 include/linux/rcupdate.h | 8 +
12595 include/linux/reboot.h | 14 +-
12596 include/linux/regset.h | 3 +-
12597 include/linux/relay.h | 2 +-
12598 include/linux/rio.h | 2 +-
12599 include/linux/rmap.h | 4 +-
12600 include/linux/sched.h | 76 +-
12601 include/linux/scif.h | 2 +-
12602 include/linux/semaphore.h | 2 +-
12603 include/linux/seq_buf.h | 4 +-
12604 include/linux/seq_file.h | 1 +
12605 include/linux/seqlock.h | 10 +
12606 include/linux/signal.h | 2 +-
12607 include/linux/skbuff.h | 12 +-
12608 include/linux/slab.h | 47 +-
12609 include/linux/slab_def.h | 14 +-
12610 include/linux/slub_def.h | 2 +-
12611 include/linux/smp.h | 2 +
12612 include/linux/sock_diag.h | 2 +-
12613 include/linux/sonet.h | 2 +-
12614 include/linux/spinlock.h | 17 +-
12615 include/linux/srcu.h | 5 +-
12616 include/linux/string.h | 70 +-
12617 include/linux/sunrpc/addr.h | 8 +-
12618 include/linux/sunrpc/clnt.h | 2 +-
12619 include/linux/sunrpc/svc.h | 2 +-
12620 include/linux/sunrpc/svc_rdma.h | 18 +-
12621 include/linux/sunrpc/svcauth.h | 2 +-
12622 include/linux/swapops.h | 10 +-
12623 include/linux/swiotlb.h | 3 +-
12624 include/linux/syscalls.h | 36 +-
12625 include/linux/syscore_ops.h | 2 +-
12626 include/linux/sysctl.h | 3 +-
12627 include/linux/sysfs.h | 11 +-
12628 include/linux/sysrq.h | 3 +-
12629 include/linux/tcp.h | 14 +-
12630 include/linux/thread_info.h | 7 +
12631 include/linux/tty.h | 4 +-
12632 include/linux/tty_driver.h | 2 +-
12633 include/linux/tty_ldisc.h | 2 +-
12634 include/linux/types.h | 18 +
12635 include/linux/uaccess.h | 2 +-
12636 include/linux/uio_driver.h | 2 +-
12637 include/linux/unaligned/access_ok.h | 24 +-
12638 include/linux/usb.h | 12 +-
12639 include/linux/usb/hcd.h | 1 +
12640 include/linux/usb/renesas_usbhs.h | 2 +-
12641 include/linux/vermagic.h | 21 +-
12642 include/linux/vga_switcheroo.h | 8 +-
12643 include/linux/vmalloc.h | 7 +-
12644 include/linux/vmstat.h | 24 +-
12645 include/linux/writeback.h | 3 +-
12646 include/linux/xattr.h | 5 +-
12647 include/linux/zlib.h | 3 +-
12648 include/media/v4l2-dev.h | 2 +-
12649 include/media/v4l2-device.h | 2 +-
12650 include/net/9p/transport.h | 2 +-
12651 include/net/bluetooth/l2cap.h | 2 +-
12652 include/net/bonding.h | 2 +-
12653 include/net/caif/cfctrl.h | 6 +-
12654 include/net/cfg80211-wext.h | 20 +-
12655 include/net/cfg802154.h | 2 +-
12656 include/net/fib_rules.h | 3 +-
12657 include/net/flow.h | 2 +-
12658 include/net/genetlink.h | 2 +-
12659 include/net/gro_cells.h | 2 +-
12660 include/net/inet_connection_sock.h | 2 +-
12661 include/net/inet_sock.h | 2 +-
12662 include/net/inetpeer.h | 2 +-
12663 include/net/ip_fib.h | 2 +-
12664 include/net/ip_vs.h | 8 +-
12665 include/net/ipv6.h | 2 +-
12666 include/net/irda/ircomm_tty.h | 1 +
12667 include/net/irda/irias_object.h | 2 +-
12668 include/net/irda/irlmp.h | 1 +
12669 include/net/irda/irlmp_event.h | 6 +-
12670 include/net/irda/timer.h | 6 +-
12671 include/net/iucv/af_iucv.h | 2 +-
12672 include/net/llc_c_ac.h | 2 +-
12673 include/net/llc_c_ev.h | 4 +-
12674 include/net/llc_c_st.h | 2 +-
12675 include/net/llc_s_ac.h | 2 +-
12676 include/net/llc_s_st.h | 2 +-
12677 include/net/mac80211.h | 6 +-
12678 include/net/neighbour.h | 4 +-
12679 include/net/net_namespace.h | 18 +-
12680 include/net/netfilter/nf_conntrack.h | 2 +-
12681 include/net/netlink.h | 2 +-
12682 include/net/netns/conntrack.h | 6 +-
12683 include/net/netns/ipv4.h | 4 +-
12684 include/net/netns/ipv6.h | 4 +-
12685 include/net/netns/xfrm.h | 2 +-
12686 include/net/ping.h | 2 +-
12687 include/net/protocol.h | 4 +-
12688 include/net/rtnetlink.h | 2 +-
12689 include/net/sctp/checksum.h | 4 +-
12690 include/net/sctp/sm.h | 4 +-
12691 include/net/sctp/structs.h | 2 +-
12692 include/net/snmp.h | 10 +-
12693 include/net/sock.h | 12 +-
12694 include/net/tcp.h | 8 +-
12695 include/net/xfrm.h | 15 +-
12696 include/rdma/ib_cm.h | 8 +-
12697 include/scsi/libfc.h | 3 +-
12698 include/scsi/scsi_device.h | 6 +-
12699 include/scsi/scsi_driver.h | 2 +-
12700 include/scsi/scsi_transport_fc.h | 3 +-
12701 include/scsi/sg.h | 2 +-
12702 include/sound/compress_driver.h | 2 +-
12703 include/sound/control.h | 4 +-
12704 include/sound/pcm.h | 2 +-
12705 include/sound/rawmidi.h | 3 +-
12706 include/sound/seq_kernel.h | 2 +-
12707 include/sound/soc.h | 4 +-
12708 include/trace/events/irq.h | 4 +-
12709 include/trace/events/mmflags.h | 7 +
12710 include/uapi/linux/a.out.h | 8 +
12711 include/uapi/linux/bcache.h | 5 +-
12712 include/uapi/linux/byteorder/little_endian.h | 28 +-
12713 include/uapi/linux/connector.h | 2 +-
12714 include/uapi/linux/elf.h | 28 +
12715 include/uapi/linux/screen_info.h | 2 +-
12716 include/uapi/linux/swab.h | 6 +-
12717 include/uapi/linux/xattr.h | 5 +
12718 include/video/udlfb.h | 8 +-
12719 include/video/uvesafb.h | 1 +
12720 init/Kconfig | 2 +-
12721 init/do_mounts.c | 16 +-
12722 init/do_mounts.h | 8 +-
12723 init/do_mounts_initrd.c | 30 +-
12724 init/do_mounts_md.c | 6 +-
12725 init/init_task.c | 4 +
12726 init/initramfs.c | 38 +-
12727 init/main.c | 30 +-
12728 ipc/compat.c | 4 +-
12729 ipc/ipc_sysctl.c | 14 +-
12730 ipc/mq_sysctl.c | 4 +-
12731 ipc/sem.c | 4 +-
12732 ipc/shm.c | 8 +-
12733 kernel/audit.c | 10 +-
12734 kernel/auditsc.c | 4 +-
12735 kernel/bpf/core.c | 28 +-
12736 kernel/capability.c | 3 +
12737 kernel/cgroup.c | 29 +-
12738 kernel/compat.c | 38 +-
12739 kernel/debug/debug_core.c | 16 +-
12740 kernel/debug/kdb/kdb_main.c | 4 +-
12741 kernel/events/core.c | 36 +-
12742 kernel/events/internal.h | 10 +-
12743 kernel/events/uprobes.c | 2 +-
12744 kernel/exit.c | 27 +-
12745 kernel/fork.c | 175 +-
12746 kernel/futex.c | 11 +-
12747 kernel/futex_compat.c | 2 +-
12748 kernel/irq/manage.c | 2 +-
12749 kernel/irq/msi.c | 19 +-
12750 kernel/irq/spurious.c | 2 +-
12751 kernel/jump_label.c | 5 +
12752 kernel/kallsyms.c | 40 +-
12753 kernel/kexec.c | 3 +-
12754 kernel/kmod.c | 8 +-
12755 kernel/kprobes.c | 4 +-
12756 kernel/ksysfs.c | 2 +-
12757 kernel/locking/lockdep.c | 7 +-
12758 kernel/locking/mutex-debug.c | 12 +-
12759 kernel/locking/mutex-debug.h | 4 +-
12760 kernel/locking/mutex.c | 6 +-
12761 kernel/module.c | 405 +-
12762 kernel/notifier.c | 17 +-
12763 kernel/padata.c | 4 +-
12764 kernel/panic.c | 11 +-
12765 kernel/pid.c | 8 +-
12766 kernel/pid_namespace.c | 2 +-
12767 kernel/power/process.c | 12 +-
12768 kernel/profile.c | 14 +-
12769 kernel/ptrace.c | 8 +-
12770 kernel/rcu/rcutorture.c | 60 +-
12771 kernel/rcu/tiny.c | 4 +-
12772 kernel/rcu/tree.c | 42 +-
12773 kernel/rcu/tree.h | 16 +-
12774 kernel/rcu/tree_plugin.h | 18 +-
12775 kernel/rcu/tree_trace.c | 14 +-
12776 kernel/resource.c | 4 +-
12777 kernel/sched/auto_group.c | 4 +-
12778 kernel/sched/core.c | 8 +-
12779 kernel/sched/deadline.c | 4 +-
12780 kernel/sched/debug.c | 43 +-
12781 kernel/sched/fair.c | 2 +-
12782 kernel/sched/rt.c | 4 +-
12783 kernel/sched/sched.h | 13 +-
12784 kernel/signal.c | 28 +-
12785 kernel/smp.c | 2 +-
12786 kernel/smpboot.c | 7 +-
12787 kernel/softirq.c | 12 +-
12788 kernel/stop_machine.c | 2 +-
12789 kernel/sys.c | 10 +-
12790 kernel/sys_ni.c | 4 +-
12791 kernel/sysctl.c | 34 +-
12792 kernel/time/alarmtimer.c | 4 +-
12793 kernel/time/posix-clock.c | 8 +-
12794 kernel/time/posix-cpu-timers.c | 4 +-
12795 kernel/time/posix-timers.c | 36 +-
12796 kernel/time/timer.c | 2 +-
12797 kernel/time/timer_stats.c | 10 +-
12798 kernel/trace/blktrace.c | 6 +-
12799 kernel/trace/ftrace.c | 33 +-
12800 kernel/trace/ring_buffer.c | 96 +-
12801 kernel/trace/trace.c | 2 +-
12802 kernel/trace/trace.h | 2 +-
12803 kernel/trace/trace_clock.c | 4 +-
12804 kernel/trace/trace_events.c | 1 -
12805 kernel/trace/trace_functions_graph.c | 4 +-
12806 kernel/trace/trace_mmiotrace.c | 8 +-
12807 kernel/trace/trace_output.c | 10 +-
12808 kernel/trace/trace_seq.c | 2 +-
12809 kernel/trace/trace_stack.c | 2 +-
12810 kernel/user.c | 2 +-
12811 kernel/user_namespace.c | 2 +-
12812 kernel/utsname_sysctl.c | 2 +-
12813 kernel/watchdog.c | 2 +-
12814 kernel/workqueue.c | 8 +-
12815 lib/Kconfig.debug | 8 +-
12816 lib/Makefile | 2 +-
12817 lib/bitmap.c | 8 +-
12818 lib/bug.c | 2 +
12819 lib/debugobjects.c | 2 +-
12820 lib/decompress_bunzip2.c | 3 +-
12821 lib/decompress_unlzma.c | 4 +-
12822 lib/div64.c | 4 +-
12823 lib/dma-debug.c | 4 +-
12824 lib/extable.c | 11 +-
12825 lib/inflate.c | 2 +-
12826 lib/ioremap.c | 4 +-
12827 lib/irq_poll.c | 2 +-
12828 lib/kobject.c | 4 +-
12829 lib/list_debug.c | 126 +-
12830 lib/lockref.c | 44 +-
12831 lib/percpu-refcount.c | 2 +-
12832 lib/radix-tree.c | 2 +-
12833 lib/random32.c | 2 +-
12834 lib/rhashtable.c | 4 +-
12835 lib/seq_buf.c | 4 +-
12836 lib/show_mem.c | 2 +-
12837 lib/strncpy_from_user.c | 2 +-
12838 lib/strnlen_user.c | 2 +-
12839 lib/swiotlb.c | 2 +-
12840 lib/usercopy.c | 6 +
12841 lib/vsprintf.c | 12 +-
12842 mm/Kconfig | 6 +-
12843 mm/backing-dev.c | 4 +-
12844 mm/fadvise.c | 2 +-
12845 mm/filemap.c | 8 +-
12846 mm/gup.c | 13 +-
12847 mm/highmem.c | 6 +-
12848 mm/hugetlb.c | 125 +-
12849 mm/hugetlb_cgroup.c | 60 +-
12850 mm/internal.h | 3 +-
12851 mm/maccess.c | 12 +-
12852 mm/madvise.c | 37 +
12853 mm/memcontrol.c | 6 +-
12854 mm/memory-failure.c | 6 +-
12855 mm/memory.c | 424 +-
12856 mm/mempolicy.c | 25 +
12857 mm/mlock.c | 18 +-
12858 mm/mm_init.c | 2 +-
12859 mm/mmap.c | 572 +-
12860 mm/mprotect.c | 137 +-
12861 mm/mremap.c | 39 +-
12862 mm/nommu.c | 21 +-
12863 mm/page-writeback.c | 2 +-
12864 mm/page_alloc.c | 61 +-
12865 mm/percpu.c | 2 +-
12866 mm/process_vm_access.c | 14 +-
12867 mm/readahead.c | 2 +-
12868 mm/rmap.c | 43 +-
12869 mm/shmem.c | 35 +-
12870 mm/slab.c | 113 +-
12871 mm/slab.h | 37 +-
12872 mm/slab_common.c | 79 +-
12873 mm/slob.c | 220 +-
12874 mm/slub.c | 111 +-
12875 mm/sparse-vmemmap.c | 4 +-
12876 mm/sparse.c | 2 +-
12877 mm/swap.c | 7 +
12878 mm/swapfile.c | 12 +-
12879 mm/util.c | 7 +
12880 mm/vmalloc.c | 116 +-
12881 mm/vmstat.c | 12 +-
12882 net/8021q/vlan.c | 5 +-
12883 net/8021q/vlan_netlink.c | 2 +-
12884 net/9p/mod.c | 4 +-
12885 net/9p/trans_fd.c | 2 +-
12886 net/atm/atm_misc.c | 8 +-
12887 net/atm/lec.h | 2 +-
12888 net/atm/proc.c | 6 +-
12889 net/atm/resources.c | 4 +-
12890 net/ax25/sysctl_net_ax25.c | 2 +-
12891 net/batman-adv/bat_iv_ogm.c | 8 +-
12892 net/batman-adv/fragmentation.c | 2 +-
12893 net/batman-adv/routing.c | 4 +-
12894 net/batman-adv/soft-interface.c | 12 +-
12895 net/batman-adv/sysfs.c | 48 +-
12896 net/batman-adv/sysfs.h | 4 +-
12897 net/batman-adv/translation-table.c | 14 +-
12898 net/batman-adv/types.h | 8 +-
12899 net/bluetooth/hci_sock.c | 2 +-
12900 net/bluetooth/l2cap_core.c | 6 +-
12901 net/bluetooth/l2cap_sock.c | 12 +-
12902 net/bluetooth/rfcomm/sock.c | 4 +-
12903 net/bluetooth/rfcomm/tty.c | 4 +-
12904 net/bridge/br_netfilter_hooks.c | 4 +-
12905 net/bridge/br_netlink.c | 2 +-
12906 net/bridge/netfilter/ebtables.c | 6 +-
12907 net/caif/cfctrl.c | 11 +-
12908 net/caif/chnl_net.c | 4 +-
12909 net/can/af_can.c | 2 +-
12910 net/can/gw.c | 6 +-
12911 net/ceph/ceph_common.c | 2 +-
12912 net/ceph/messenger.c | 4 +-
12913 net/compat.c | 26 +-
12914 net/core/datagram.c | 2 +-
12915 net/core/dev.c | 24 +-
12916 net/core/filter.c | 2 +-
12917 net/core/flow.c | 8 +-
12918 net/core/neighbour.c | 18 +-
12919 net/core/net-procfs.c | 4 +-
12920 net/core/net-sysfs.c | 2 +-
12921 net/core/net_namespace.c | 10 +-
12922 net/core/netpoll.c | 4 +-
12923 net/core/rtnetlink.c | 17 +-
12924 net/core/scm.c | 12 +-
12925 net/core/skbuff.c | 11 +-
12926 net/core/sock.c | 30 +-
12927 net/core/sock_diag.c | 15 +-
12928 net/core/sysctl_net_core.c | 22 +-
12929 net/decnet/af_decnet.c | 1 +
12930 net/decnet/sysctl_net_decnet.c | 4 +-
12931 net/dsa/dsa.c | 2 +-
12932 net/hsr/hsr_device.c | 2 +-
12933 net/hsr/hsr_netlink.c | 2 +-
12934 net/ieee802154/6lowpan/core.c | 2 +-
12935 net/ieee802154/6lowpan/reassembly.c | 14 +-
12936 net/ieee802154/core.c | 6 +-
12937 net/ipv4/af_inet.c | 6 +-
12938 net/ipv4/arp.c | 2 +-
12939 net/ipv4/devinet.c | 20 +-
12940 net/ipv4/fib_frontend.c | 6 +-
12941 net/ipv4/fib_semantics.c | 2 +-
12942 net/ipv4/icmp.c | 2 +-
12943 net/ipv4/inet_connection_sock.c | 4 +-
12944 net/ipv4/inet_diag.c | 4 +-
12945 net/ipv4/inet_timewait_sock.c | 2 +-
12946 net/ipv4/inetpeer.c | 2 +-
12947 net/ipv4/ip_fragment.c | 17 +-
12948 net/ipv4/ip_gre.c | 6 +-
12949 net/ipv4/ip_sockglue.c | 2 +-
12950 net/ipv4/ip_vti.c | 4 +-
12951 net/ipv4/ipconfig.c | 6 +-
12952 net/ipv4/ipip.c | 4 +-
12953 net/ipv4/netfilter/arp_tables.c | 12 +-
12954 net/ipv4/netfilter/ip_tables.c | 12 +-
12955 net/ipv4/ping.c | 14 +-
12956 net/ipv4/proc.c | 10 +-
12957 net/ipv4/raw.c | 16 +-
12958 net/ipv4/route.c | 40 +-
12959 net/ipv4/sysctl_net_ipv4.c | 24 +-
12960 net/ipv4/tcp_input.c | 6 +-
12961 net/ipv4/tcp_ipv4.c | 2 +-
12962 net/ipv4/tcp_metrics.c | 2 +-
12963 net/ipv4/tcp_probe.c | 2 +-
12964 net/ipv4/udp.c | 10 +-
12965 net/ipv4/xfrm4_mode_transport.c | 2 +-
12966 net/ipv4/xfrm4_policy.c | 19 +-
12967 net/ipv4/xfrm4_state.c | 4 +-
12968 net/ipv6/addrconf.c | 24 +-
12969 net/ipv6/af_inet6.c | 2 +-
12970 net/ipv6/datagram.c | 2 +-
12971 net/ipv6/icmp.c | 2 +-
12972 net/ipv6/inet6_hashtables.c | 2 +-
12973 net/ipv6/ip6_fib.c | 4 +-
12974 net/ipv6/ip6_gre.c | 10 +-
12975 net/ipv6/ip6_tunnel.c | 4 +-
12976 net/ipv6/ip6_vti.c | 4 +-
12977 net/ipv6/ipv6_sockglue.c | 2 +-
12978 net/ipv6/ndisc.c | 2 +-
12979 net/ipv6/netfilter/ip6_tables.c | 12 +-
12980 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
12981 net/ipv6/ping.c | 33 +-
12982 net/ipv6/proc.c | 10 +-
12983 net/ipv6/raw.c | 17 +-
12984 net/ipv6/reassembly.c | 13 +-
12985 net/ipv6/route.c | 2 +-
12986 net/ipv6/sit.c | 4 +-
12987 net/ipv6/sysctl_net_ipv6.c | 2 +-
12988 net/ipv6/udp.c | 6 +-
12989 net/ipv6/xfrm6_mode_transport.c | 2 +-
12990 net/ipv6/xfrm6_policy.c | 17 +-
12991 net/irda/discovery.c | 2 +-
12992 net/irda/ircomm/ircomm_core.c | 13 +-
12993 net/irda/ircomm/ircomm_tty.c | 24 +-
12994 net/irda/ircomm/ircomm_tty_attach.c | 4 +-
12995 net/irda/irda_device.c | 14 +-
12996 net/irda/iriap.c | 14 +-
12997 net/irda/irias_object.c | 10 +-
12998 net/irda/irlan/irlan_client.c | 2 +-
12999 net/irda/irlap.c | 15 +-
13000 net/irda/irlap_event.c | 2 +-
13001 net/irda/irlmp.c | 21 +-
13002 net/irda/irlmp_event.c | 6 +-
13003 net/irda/irnet/irnet.h | 2 +-
13004 net/irda/irnet/irnet_irda.c | 6 +-
13005 net/irda/irttp.c | 8 +-
13006 net/irda/timer.c | 24 +-
13007 net/iucv/af_iucv.c | 4 +-
13008 net/iucv/iucv.c | 2 +-
13009 net/key/af_key.c | 4 +-
13010 net/l2tp/l2tp_eth.c | 40 +-
13011 net/l2tp/l2tp_ip.c | 2 +-
13012 net/l2tp/l2tp_ip6.c | 2 +-
13013 net/mac80211/cfg.c | 12 +-
13014 net/mac80211/debugfs.c | 2 +-
13015 net/mac80211/debugfs_key.c | 6 +-
13016 net/mac80211/ieee80211_i.h | 3 +-
13017 net/mac80211/iface.c | 20 +-
13018 net/mac80211/main.c | 2 +-
13019 net/mac80211/pm.c | 4 +-
13020 net/mac80211/rate.c | 2 +-
13021 net/mac80211/sta_info.c | 2 +-
13022 net/mac80211/tx.c | 2 +-
13023 net/mac80211/util.c | 8 +-
13024 net/mac80211/wpa.c | 12 +-
13025 net/mac802154/iface.c | 6 +-
13026 net/mpls/af_mpls.c | 10 +-
13027 net/netfilter/ipset/ip_set_core.c | 7 +-
13028 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
13029 net/netfilter/ipvs/ip_vs_core.c | 4 +-
13030 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
13031 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
13032 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
13033 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
13034 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
13035 net/netfilter/nf_conntrack_acct.c | 2 +-
13036 net/netfilter/nf_conntrack_core.c | 6 +-
13037 net/netfilter/nf_conntrack_ecache.c | 2 +-
13038 net/netfilter/nf_conntrack_helper.c | 2 +-
13039 net/netfilter/nf_conntrack_netlink.c | 22 +-
13040 net/netfilter/nf_conntrack_proto.c | 2 +-
13041 net/netfilter/nf_conntrack_standalone.c | 2 +-
13042 net/netfilter/nf_conntrack_timestamp.c | 2 +-
13043 net/netfilter/nf_log.c | 10 +-
13044 net/netfilter/nf_nat_ftp.c | 2 +-
13045 net/netfilter/nf_nat_irc.c | 2 +-
13046 net/netfilter/nf_sockopt.c | 4 +-
13047 net/netfilter/nf_tables_api.c | 13 +-
13048 net/netfilter/nfnetlink_acct.c | 7 +-
13049 net/netfilter/nfnetlink_cthelper.c | 2 +-
13050 net/netfilter/nfnetlink_cttimeout.c | 2 +-
13051 net/netfilter/nfnetlink_log.c | 4 +-
13052 net/netfilter/nft_compat.c | 9 +-
13053 net/netfilter/xt_IDLETIMER.c | 12 +-
13054 net/netfilter/xt_statistic.c | 8 +-
13055 net/netlink/af_netlink.c | 16 +-
13056 net/netlink/diag.c | 2 +-
13057 net/netlink/genetlink.c | 14 +-
13058 net/openvswitch/vport-geneve.c | 7 +-
13059 net/openvswitch/vport-gre.c | 7 +-
13060 net/openvswitch/vport-internal_dev.c | 4 +-
13061 net/openvswitch/vport-netdev.c | 7 +-
13062 net/openvswitch/vport-vxlan.c | 7 +-
13063 net/packet/af_packet.c | 26 +-
13064 net/packet/diag.c | 2 +-
13065 net/packet/internal.h | 6 +-
13066 net/phonet/pep.c | 6 +-
13067 net/phonet/socket.c | 2 +-
13068 net/phonet/sysctl.c | 2 +-
13069 net/rds/cong.c | 6 +-
13070 net/rds/ib.h | 2 +-
13071 net/rds/ib_cm.c | 2 +-
13072 net/rds/ib_recv.c | 4 +-
13073 net/rds/rds.h | 2 +-
13074 net/rds/tcp.c | 6 +-
13075 net/rds/tcp.h | 6 +-
13076 net/rds/tcp_send.c | 2 +-
13077 net/rxrpc/af_rxrpc.c | 2 +-
13078 net/rxrpc/ar-ack.c | 14 +-
13079 net/rxrpc/ar-call.c | 2 +-
13080 net/rxrpc/ar-connection.c | 2 +-
13081 net/rxrpc/ar-connevent.c | 2 +-
13082 net/rxrpc/ar-input.c | 4 +-
13083 net/rxrpc/ar-internal.h | 8 +-
13084 net/rxrpc/ar-local.c | 2 +-
13085 net/rxrpc/ar-output.c | 4 +-
13086 net/rxrpc/ar-peer.c | 2 +-
13087 net/rxrpc/ar-proc.c | 4 +-
13088 net/rxrpc/ar-transport.c | 2 +-
13089 net/rxrpc/rxkad.c | 4 +-
13090 net/sched/sch_generic.c | 4 +-
13091 net/sched/sch_tbf.c | 9 +-
13092 net/sctp/ipv6.c | 4 +-
13093 net/sctp/protocol.c | 8 +-
13094 net/sctp/sm_sideeffect.c | 4 +-
13095 net/sctp/socket.c | 21 +-
13096 net/sctp/sysctl.c | 10 +-
13097 net/socket.c | 18 +-
13098 net/sunrpc/auth_gss/gss_rpc_upcall.c | 4 +-
13099 net/sunrpc/auth_gss/gss_rpc_xdr.c | 11 +-
13100 net/sunrpc/auth_gss/gss_rpc_xdr.h | 8 +-
13101 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
13102 net/sunrpc/clnt.c | 4 +-
13103 net/sunrpc/rpcb_clnt.c | 66 +-
13104 net/sunrpc/sched.c | 4 +-
13105 net/sunrpc/svc.c | 8 +-
13106 net/sunrpc/svcauth_unix.c | 2 +-
13107 net/sunrpc/xprtrdma/svc_rdma.c | 44 +-
13108 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
13109 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
13110 net/sunrpc/xprtrdma/svc_rdma_transport.c | 2 +-
13111 net/tipc/netlink_compat.c | 12 +-
13112 net/tipc/subscr.c | 2 +-
13113 net/unix/diag.c | 2 +-
13114 net/unix/sysctl_net_unix.c | 2 +-
13115 net/wireless/scan.c | 3 +-
13116 net/wireless/wext-compat.c | 140 +-
13117 net/wireless/wext-compat.h | 8 +-
13118 net/wireless/wext-core.c | 19 +-
13119 net/wireless/wext-sme.c | 5 +-
13120 net/xfrm/xfrm_policy.c | 18 +-
13121 net/xfrm/xfrm_state.c | 37 +-
13122 net/xfrm/xfrm_sysctl.c | 2 +-
13123 net/xfrm/xfrm_user.c | 2 +-
13124 scripts/Kbuild.include | 12 +-
13125 scripts/Makefile | 2 +-
13126 scripts/Makefile.build | 2 +-
13127 scripts/Makefile.clean | 4 +-
13128 scripts/Makefile.extrawarn | 4 +
13129 scripts/Makefile.gcc-plugins | 93 +
13130 scripts/Makefile.host | 73 +-
13131 scripts/basic/fixdep.c | 12 +-
13132 scripts/dtc/checks.c | 14 +-
13133 scripts/dtc/data.c | 6 +-
13134 scripts/dtc/flattree.c | 8 +-
13135 scripts/dtc/livetree.c | 4 +-
13136 scripts/gcc-plugin.sh | 65 +
13137 scripts/gcc-plugins/Makefile | 25 +
13138 scripts/gcc-plugins/checker_plugin.c | 496 +
13139 scripts/gcc-plugins/colorize_plugin.c | 162 +
13140 scripts/gcc-plugins/constify_plugin.c | 583 +
13141 scripts/gcc-plugins/gcc-common.h | 893 +
13142 scripts/gcc-plugins/gcc-generate-gimple-pass.h | 175 +
13143 scripts/gcc-plugins/gcc-generate-ipa-pass.h | 289 +
13144 scripts/gcc-plugins/gcc-generate-rtl-pass.h | 175 +
13145 scripts/gcc-plugins/gcc-generate-simple_ipa-pass.h | 175 +
13146 scripts/gcc-plugins/initify_plugin.c | 536 +
13147 scripts/gcc-plugins/kallocstat_plugin.c | 135 +
13148 scripts/gcc-plugins/kernexec_plugin.c | 407 +
13149 scripts/gcc-plugins/latent_entropy_plugin.c | 613 +
13150 scripts/gcc-plugins/rap_plugin/Makefile | 6 +
13151 scripts/gcc-plugins/rap_plugin/rap.h | 36 +
13152 scripts/gcc-plugins/rap_plugin/rap_fptr_pass.c | 220 +
13153 scripts/gcc-plugins/rap_plugin/rap_hash.c | 382 +
13154 scripts/gcc-plugins/rap_plugin/rap_plugin.c | 511 +
13155 scripts/gcc-plugins/rap_plugin/sip.c | 96 +
13156 .../gcc-plugins/size_overflow_plugin/.gitignore | 3 +
13157 scripts/gcc-plugins/size_overflow_plugin/Makefile | 30 +
13158 .../disable_size_overflow_hash.data | 12445 +++++++++++
13159 .../generate_size_overflow_hash.sh | 103 +
13160 .../insert_size_overflow_asm.c | 369 +
13161 .../size_overflow_plugin/intentional_overflow.c | 1166 +
13162 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
13163 .../size_overflow_plugin/size_overflow.h | 331 +
13164 .../size_overflow_plugin/size_overflow_debug.c | 194 +
13165 .../size_overflow_plugin/size_overflow_hash.data | 21503 +++++++++++++++++++
13166 .../size_overflow_hash_aux.data | 97 +
13167 .../size_overflow_plugin/size_overflow_ipa.c | 1163 +
13168 .../size_overflow_plugin/size_overflow_misc.c | 505 +
13169 .../size_overflow_plugin/size_overflow_plugin.c | 290 +
13170 .../size_overflow_plugin_hash.c | 352 +
13171 .../size_overflow_plugin/size_overflow_transform.c | 743 +
13172 .../size_overflow_transform_core.c | 1025 +
13173 scripts/gcc-plugins/stackleak_plugin.c | 350 +
13174 scripts/gcc-plugins/structleak_plugin.c | 239 +
13175 scripts/headers_install.sh | 1 +
13176 scripts/kallsyms.c | 4 +-
13177 scripts/kconfig/lkc.h | 5 +-
13178 scripts/kconfig/menu.c | 2 +-
13179 scripts/kconfig/symbol.c | 6 +-
13180 scripts/link-vmlinux.sh | 2 +-
13181 scripts/mod/file2alias.c | 14 +-
13182 scripts/mod/modpost.c | 40 +-
13183 scripts/mod/modpost.h | 6 +-
13184 scripts/mod/sumversion.c | 2 +-
13185 scripts/module-common.lds | 4 +
13186 scripts/package/builddeb | 1 +
13187 scripts/pnmtologo.c | 6 +-
13188 scripts/sortextable.h | 6 +-
13189 scripts/tags.sh | 2 +-
13190 security/Kconfig | 710 +-
13191 security/apparmor/include/policy.h | 2 +-
13192 security/apparmor/lsm.c | 16 +-
13193 security/apparmor/policy.c | 4 +-
13194 security/integrity/ima/ima.h | 4 +-
13195 security/integrity/ima/ima_api.c | 2 +-
13196 security/integrity/ima/ima_fs.c | 4 +-
13197 security/integrity/ima/ima_queue.c | 2 +-
13198 security/keys/internal.h | 8 +-
13199 security/keys/key.c | 18 +-
13200 security/keys/keyring.c | 4 -
13201 security/selinux/avc.c | 6 +-
13202 security/selinux/include/xfrm.h | 2 +-
13203 security/yama/yama_lsm.c | 2 +-
13204 sound/aoa/codecs/onyx.c | 7 +-
13205 sound/aoa/codecs/onyx.h | 1 +
13206 sound/core/oss/pcm_oss.c | 18 +-
13207 sound/core/pcm_compat.c | 2 +-
13208 sound/core/pcm_lib.c | 3 +-
13209 sound/core/pcm_native.c | 4 +-
13210 sound/core/rawmidi.c | 5 +-
13211 sound/core/seq/oss/seq_oss_synth.c | 4 +-
13212 sound/core/seq/seq_clientmgr.c | 10 +-
13213 sound/core/seq/seq_compat.c | 2 +-
13214 sound/core/seq/seq_fifo.c | 6 +-
13215 sound/core/seq/seq_fifo.h | 2 +-
13216 sound/core/seq/seq_memory.c | 18 +-
13217 sound/core/seq/seq_midi.c | 5 +-
13218 sound/core/seq/seq_virmidi.c | 2 +-
13219 sound/core/sound.c | 2 +-
13220 sound/drivers/mts64.c | 14 +-
13221 sound/drivers/opl4/opl4_lib.c | 2 +-
13222 sound/drivers/portman2x4.c | 3 +-
13223 sound/firewire/amdtp-am824.c | 2 +-
13224 sound/firewire/amdtp-stream.c | 4 +-
13225 sound/firewire/amdtp-stream.h | 2 +-
13226 sound/firewire/digi00x/amdtp-dot.c | 2 +-
13227 sound/firewire/isight.c | 10 +-
13228 sound/firewire/oxfw/oxfw-scs1x.c | 8 +-
13229 sound/oss/sb_audio.c | 2 +-
13230 sound/oss/swarm_cs4297a.c | 6 +-
13231 sound/pci/als300.c | 2 +-
13232 sound/pci/aw2/aw2-alsa.c | 2 -
13233 sound/pci/aw2/aw2-saa7146.c | 4 +-
13234 sound/pci/ctxfi/ctamixer.c | 14 +-
13235 sound/pci/ctxfi/ctamixer.h | 8 +-
13236 sound/pci/ctxfi/ctatc.c | 20 +-
13237 sound/pci/ctxfi/ctdaio.c | 6 +-
13238 sound/pci/ctxfi/ctdaio.h | 4 +-
13239 sound/pci/ctxfi/ctsrc.c | 13 +-
13240 sound/pci/ctxfi/ctsrc.h | 8 +-
13241 sound/pci/hda/hda_codec.c | 2 +-
13242 sound/pci/ymfpci/ymfpci.h | 2 +-
13243 sound/pci/ymfpci/ymfpci_main.c | 12 +-
13244 sound/soc/codecs/cx20442.c | 8 +-
13245 sound/soc/codecs/sti-sas.c | 10 +-
13246 sound/soc/codecs/tlv320dac33.c | 7 +-
13247 sound/soc/codecs/uda1380.c | 7 +-
13248 sound/soc/intel/skylake/skl-sst-dsp.h | 4 +-
13249 sound/soc/soc-ac97.c | 6 +-
13250 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
13251 tools/include/linux/compiler.h | 8 +
13252 tools/perf/util/include/asm/alternative-asm.h | 3 +
13253 tools/virtio/linux/uaccess.h | 2 +-
13254 virt/kvm/kvm_main.c | 42 +-
13255 2730 files changed, 77381 insertions(+), 14195 deletions(-)
13256 commit 5988c8dba8a5da45e35d71f4a8fec34c267258c5
13257 Author: Brad Spengler <spender@grsecurity.net>
13258 Date: Mon Apr 25 20:40:53 2016 -0400
13259
13260 Fix DoS in n_tty_receive_buf_common reported by marcan at:
13261 https://forums.grsecurity.net/viewtopic.php?t=4342&p=16222
13262 and via lengthy diatribe on Twitter:
13263 https://twitter.com/marcan42/status/724740708104474626
13264 https://twitter.com/marcan42/status/724740985146609664
13265 https://twitter.com/marcan42/status/724741270325760000
13266 https://twitter.com/marcan42/status/724742465199050752
13267 https://twitter.com/marcan42/status/724745886794833920
13268 https://twitter.com/marcan42/status/724749571495075840
13269 https://twitter.com/marcan42/status/724746427285409796
13270 https://twitter.com/marcan42/status/724743150263095296
13271 https://twitter.com/marcan42/status/724757473433808896
13272
13273 Fix it correctly instead of using the incorrect fix suggested
13274 by marcan (aka "try reading the code next time")
13275 The original code was meant to fix an integer truncation issue
13276 that would also have caused a SIZE_OVERFLOW "DoS".
13277
13278 drivers/tty/n_tty.c | 9 +++++----
13279 1 file changed, 5 insertions(+), 4 deletions(-)
13280
13281 commit 5459ff57d8987389fa17d5d6f55b70a789347c2f
13282 Author: Brad Spengler <spender@grsecurity.net>
13283 Date: Mon Apr 25 19:52:33 2016 -0400
13284
13285 Avoid overflow in environ_read() caught by SIZE_OVERFLOW,
13286 reported by jotik at:
13287 https://forums.grsecurity.net/viewtopic.php?t=4363&p=16217
13288 patch from Mathias Krause
13289
13290 fs/proc/base.c | 2 +-
13291 1 file changed, 1 insertion(+), 1 deletion(-)
13292
13293 commit 24a5c92e147af1e739e9eeca020c61ad2674e784
13294 Author: Jiri Benc <jbenc@redhat.com>
13295 Date: Fri Apr 22 13:09:13 2016 +0200
13296
13297 cxgbi: fix uninitialized flowi6
13298
13299 ip6_route_output looks into different fields in the passed flowi6 structure,
13300 yet cxgbi passes garbage in nearly all those fields. Zero the structure out
13301 first.
13302
13303 Fixes: fc8d0590d9142 ("libcxgbi: Add ipv6 api to driver")
13304 Signed-off-by: Jiri Benc <jbenc@redhat.com>
13305 Signed-off-by: David S. Miller <davem@davemloft.net>
13306
13307 drivers/scsi/cxgbi/libcxgbi.c | 1 +
13308 1 file changed, 1 insertion(+)
13309
13310 commit ec65caa32652841a5be21d6e73146921af16d7a8
13311 Author: Brad Spengler <spender@grsecurity.net>
13312 Date: Wed Apr 20 20:59:43 2016 -0400
13313
13314 Make /proc/sched_debug only readable by root, mentioned in
13315 recent NCC Group paper on Linux containers
13316
13317 kernel/sched/debug.c | 4 ++++
13318 1 file changed, 4 insertions(+)
13319
13320 commit 7957d30730bb26a4aef54ab484dc3b4108f1fdb1
13321 Merge: 463149f ff26083
13322 Author: Brad Spengler <spender@grsecurity.net>
13323 Date: Wed Apr 20 17:55:53 2016 -0400
13324
13325 Merge branch 'pax-test' into grsec-test
13326
13327 commit ff260839e610d2bc1b0c579edd7deb0028198f01
13328 Author: Brad Spengler <spender@grsecurity.net>
13329 Date: Wed Apr 20 17:55:24 2016 -0400
13330
13331 Update to pax-linux-4.4.8-test14.patch:
13332 - Emese fixed some CodingStyle issues in the latent entropy plugin
13333 - fixed some build problems on mips, reported by Steve Arnold (https://bugs.gentoo.org/show_bug.cgi?id=578394)
13334
13335 arch/mips/include/asm/cache.h | 3 ++-
13336 arch/mips/lib/ashldi3.c | 21 ++++++++++++++-------
13337 arch/mips/lib/ashrdi3.c | 19 +++++++++++++------
13338 arch/mips/lib/libgcc.h | 12 +++++++++---
13339 drivers/idle/intel_idle.c | 6 ++++--
13340 tools/gcc/latent_entropy_plugin.c | 29 +++++++++++++++--------------
13341 6 files changed, 57 insertions(+), 33 deletions(-)
13342
13343 commit 463149f47a64db4b26a13009f83ed73d393a209c
13344 Author: Xiaodong Liu <xiaodong.liu@intel.com>
13345 Date: Tue Apr 12 09:45:51 2016 +0000
13346
13347 crypto: sha1-mb - use corrcet pointer while completing jobs
13348
13349 In sha_complete_job, incorrect mcryptd_hash_request_ctx pointer is used
13350 when check and complete other jobs. If the memory of first completed req
13351 is freed, while still completing other jobs in the func, kernel will
13352 crash since NULL pointer is assigned to RIP.
13353
13354 Cc: <stable@vger.kernel.org>
13355 Signed-off-by: Xiaodong Liu <xiaodong.liu@intel.com>
13356 Acked-by: Tim Chen <tim.c.chen@linux.intel.com>
13357 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
13358
13359 arch/x86/crypto/sha-mb/sha1_mb.c | 4 ++--
13360 1 file changed, 2 insertions(+), 2 deletions(-)
13361
13362 commit b4e6484e67b917afb77478cab1260f41dbbc92fc
13363 Author: Tom Lendacky <thomas.lendacky@amd.com>
13364 Date: Wed Apr 13 10:52:25 2016 -0500
13365
13366 crypto: ccp - Prevent information leakage on export
13367
13368 Prevent information from leaking to userspace by doing a memset to 0 of
13369 the export state structure before setting the structure values and copying
13370 it. This prevents un-initialized padding areas from being copied into the
13371 export area.
13372
13373 Cc: <stable@vger.kernel.org> # 3.14.x-
13374 Reported-by: Ben Hutchings <ben@decadent.org.uk>
13375 Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
13376 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
13377
13378 drivers/crypto/ccp/ccp-crypto-aes-cmac.c | 3 +++
13379 drivers/crypto/ccp/ccp-crypto-sha.c | 3 +++
13380 2 files changed, 6 insertions(+)
13381
13382 commit 7d7e961d3f4e4614b22518d8e410e6cf4108f1b0
13383 Author: Konstantin Khlebnikov <khlebnikov@yandex-team.ru>
13384 Date: Mon Apr 18 14:33:54 2016 +0300
13385
13386 net/mlx4_en: allocate non 0-order pages for RX ring with __GFP_NOMEMALLOC
13387
13388 High order pages are optional here since commit 51151a16a60f ("mlx4: allow
13389 order-0 memory allocations in RX path"), so here is no reason for depleting
13390 reserves. Generic __netdev_alloc_frag() implements the same logic.
13391
13392 Signed-off-by: Konstantin Khlebnikov <khlebnikov@yandex-team.ru>
13393 Acked-by: Eric Dumazet <edumazet@google.com>
13394 Signed-off-by: David S. Miller <davem@davemloft.net>
13395
13396 drivers/net/ethernet/mellanox/mlx4/en_rx.c | 2 +-
13397 1 file changed, 1 insertion(+), 1 deletion(-)
13398
13399 commit 6b80edde2edc7fd055f9be8ec42b88abbe328639
13400 Author: Ignat Korchagin <ignat.korchagin@gmail.com>
13401 Date: Thu Mar 17 18:00:29 2016 +0000
13402
13403 USB: usbip: fix potential out-of-bounds write
13404
13405 Fix potential out-of-bounds write to urb->transfer_buffer
13406 usbip handles network communication directly in the kernel. When receiving a
13407 packet from its peer, usbip code parses headers according to protocol. As
13408 part of this parsing urb->actual_length is filled. Since the input for
13409 urb->actual_length comes from the network, it should be treated as untrusted.
13410 Any entity controlling the network may put any value in the input and the
13411 preallocated urb->transfer_buffer may not be large enough to hold the data.
13412 Thus, the malicious entity is able to write arbitrary data to kernel memory.
13413
13414 Signed-off-by: Ignat Korchagin <ignat.korchagin@gmail.com>
13415 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13416
13417 drivers/usb/usbip/usbip_common.c | 11 +++++++++++
13418 1 file changed, 11 insertions(+)
13419
13420 commit 0ce101ec9e74c2cfcd28cbcd18b0626e3d9a2482
13421 Merge: d60a24d f5fe5fd
13422 Author: Brad Spengler <spender@grsecurity.net>
13423 Date: Wed Apr 20 17:35:58 2016 -0400
13424
13425 Merge branch 'pax-test' into grsec-test
13426
13427 commit f5fe5fddf49f1b81a2a3bb43b1e0a8c087aba438
13428 Merge: a107ba2 8c9aef0
13429 Author: Brad Spengler <spender@grsecurity.net>
13430 Date: Wed Apr 20 17:35:29 2016 -0400
13431
13432 Merge branch 'linux-4.4.y' into pax-test
13433
13434 commit d60a24d6e4f61072d0bd1dc12be1177181fa8c2b
13435 Author: Brad Spengler <spender@grsecurity.net>
13436 Date: Mon Apr 18 17:48:10 2016 -0400
13437
13438 fix cast for constify change, reported by pipacs
13439
13440 drivers/idle/intel_idle.c | 4 ++--
13441 1 file changed, 2 insertions(+), 2 deletions(-)
13442
13443 commit 1d376287aeba7a53c91d5ee49ef0a11d02193964
13444 Author: Brad Spengler <spender@grsecurity.net>
13445 Date: Fri Apr 15 21:31:07 2016 -0400
13446
13447 Use proper type for function pointer
13448
13449 drivers/gpu/drm/gma500/mdfld_dsi_output.c | 6 +++---
13450 1 file changed, 3 insertions(+), 3 deletions(-)
13451
13452 commit 0a4104a2fa32904102fac07245426d78a1e9dfab
13453 Author: Brad Spengler <spender@grsecurity.net>
13454 Date: Fri Apr 15 21:24:04 2016 -0400
13455
13456 Fix skylake cstates compat with constify
13457
13458 drivers/idle/intel_idle.c | 6 ++++--
13459 1 file changed, 4 insertions(+), 2 deletions(-)
13460
13461 commit f433f8fd372253c9e78e307afe5b800c5ab0ea61
13462 Author: Brad Spengler <spender@grsecurity.net>
13463 Date: Fri Apr 15 21:10:44 2016 -0400
13464
13465 Update size_overflow hash table
13466
13467 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 3 ++-
13468 1 file changed, 2 insertions(+), 1 deletion(-)
13469
13470 commit ef7804da81cb3c6b6a4c985a3c14ee230a03f26a
13471 Author: Brad Spengler <spender@grsecurity.net>
13472 Date: Fri Apr 15 20:52:37 2016 -0400
13473
13474 compile fix
13475
13476 fs/coredump.c | 3 ---
13477 1 file changed, 3 deletions(-)
13478
13479 commit 967224da52bd98d078b1237aea5ec9e622238fba
13480 Merge: 92771d6 a107ba2
13481 Author: Brad Spengler <spender@grsecurity.net>
13482 Date: Fri Apr 15 20:30:23 2016 -0400
13483
13484 Merge branch 'pax-test' into grsec-test
13485
13486 commit a107ba25214d9694eb836fb04c782ad694977b91
13487 Merge: 4d8fc00 b40108b
13488 Author: Brad Spengler <spender@grsecurity.net>
13489 Date: Fri Apr 15 20:18:26 2016 -0400
13490
13491 Merge branch 'linux-4.4.y' into pax-test
13492
13493 commit 92771d60677d68e8f6ea7a91ff34dd6e24b6d4cf
13494 Author: Brad Spengler <spender@grsecurity.net>
13495 Date: Sun Apr 10 07:18:03 2016 -0400
13496
13497 From: Mathias Krause <minipli@googlemail.com>
13498 To: "David S. Miller" <davem@davemloft.net>
13499 Cc: netdev@vger.kernel.org, "Eric W. Biederman" <ebiederm@xmission.com>, Pavel
13500 Emelyanov <xemul@parallels.com>
13501 Subject: [PATCH net] packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag
13502 interface
13503
13504 Because we miss to wipe the remainder of i->addr[] in packet_mc_add(),
13505 pdiag_put_mclist() leaks uninitialized heap bytes via the
13506 PACKET_DIAG_MCLIST netlink attribute.
13507
13508 Fix this by explicitly memset(0)ing the remaining bytes in i->addr[].
13509
13510 Fixes: eea68e2f1a00 ("packet: Report socket mclist info via diag module")
13511 Signed-off-by: Mathias Krause <minipli@googlemail.com>
13512 Cc: Eric W. Biederman <ebiederm@xmission.com>
13513 Cc: Pavel Emelyanov <xemul@parallels.com>
13514 ---
13515 The bug itself precedes commit eea68e2f1a00 but the list wasn't exposed
13516 to userland before the introduction of the packet_diag interface.
13517 Therefore the "Fixes:" line on that commit.
13518
13519 net/packet/af_packet.c | 1 +
13520 1 file changed, 1 insertion(+)
13521
13522 commit 4286ce3f9e9db4d68870af46ae1d5f9b90b920dd
13523 Author: Jakub Sitnicki <jkbs@redhat.com>
13524 Date: Tue Apr 5 18:41:08 2016 +0200
13525
13526 ipv6: Count in extension headers in skb->network_header
13527
13528 When sending a UDPv6 message longer than MTU, account for the length
13529 of fragmentable IPv6 extension headers in skb->network_header offset.
13530 Same as we do in alloc_new_skb path in __ip6_append_data().
13531
13532 This ensures that later on __ip6_make_skb() will make space in
13533 headroom for fragmentable extension headers:
13534
13535 /* move skb->data to ip header from ext header */
13536 if (skb->data < skb_network_header(skb))
13537 __skb_pull(skb, skb_network_offset(skb));
13538
13539 Prevents a splat due to skb_under_panic:
13540
13541 skbuff: skb_under_panic: text:ffffffff8143397b len:2126 put:14 \
13542 head:ffff880005bacf50 data:ffff880005bacf4a tail:0x48 end:0xc0 dev:lo
13543 ------------[ cut here ]------------
13544 kernel BUG at net/core/skbuff.c:104!
13545 invalid opcode: 0000 [#1] KASAN
13546 CPU: 0 PID: 160 Comm: reproducer Not tainted 4.6.0-rc2 #65
13547 [...]
13548 Call Trace:
13549 [<ffffffff813eb7b9>] skb_push+0x79/0x80
13550 [<ffffffff8143397b>] eth_header+0x2b/0x100
13551 [<ffffffff8141e0d0>] neigh_resolve_output+0x210/0x310
13552 [<ffffffff814eab77>] ip6_finish_output2+0x4a7/0x7c0
13553 [<ffffffff814efe3a>] ip6_output+0x16a/0x280
13554 [<ffffffff815440c1>] ip6_local_out+0xb1/0xf0
13555 [<ffffffff814f1115>] ip6_send_skb+0x45/0xd0
13556 [<ffffffff81518836>] udp_v6_send_skb+0x246/0x5d0
13557 [<ffffffff8151985e>] udpv6_sendmsg+0xa6e/0x1090
13558 [...]
13559
13560 Reported-by: Ji Jianwen <jiji@redhat.com>
13561 Signed-off-by: Jakub Sitnicki <jkbs@redhat.com>
13562 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
13563 Signed-off-by: David S. Miller <davem@davemloft.net>
13564
13565 net/ipv6/ip6_output.c | 8 ++++----
13566 1 file changed, 4 insertions(+), 4 deletions(-)
13567
13568 commit 638dad49a9ba3d86f627adb58b2f4636ed253685
13569 Author: Thadeu Lima de Souza Cascardo <cascardo@redhat.com>
13570 Date: Fri Apr 1 17:17:50 2016 -0300
13571
13572 ip6_tunnel: set rtnl_link_ops before calling register_netdevice
13573
13574 When creating an ip6tnl tunnel with ip tunnel, rtnl_link_ops is not set
13575 before ip6_tnl_create2 is called. When register_netdevice is called, there
13576 is no linkinfo attribute in the NEWLINK message because of that.
13577
13578 Setting rtnl_link_ops before calling register_netdevice fixes that.
13579
13580 Fixes: 0b112457229d ("ip6tnl: add support of link creation via rtnl")
13581 Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@redhat.com>
13582 Acked-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
13583 Signed-off-by: David S. Miller <davem@davemloft.net>
13584
13585 net/ipv6/ip6_tunnel.c | 2 +-
13586 1 file changed, 1 insertion(+), 1 deletion(-)
13587
13588 commit 14146a0bfaf2ced0055fe549c8fa0941c61e2457
13589 Author: Brad Spengler <spender@grsecurity.net>
13590 Date: Tue Apr 5 21:12:44 2016 -0400
13591
13592 Code cleanups to RANDSTRUCT based on feedback from the PaX Team
13593
13594 tools/gcc/randomize_layout_plugin.c | 18 ++++++++++++------
13595 1 file changed, 12 insertions(+), 6 deletions(-)
13596
13597 commit 3f7dea5e59b0bb34f6bdb628c87251f0105b3d57
13598 Author: Brad Spengler <spender@grsecurity.net>
13599 Date: Sun Apr 3 20:10:10 2016 -0400
13600
13601 Fix RANDSTRUCT support on ARM
13602
13603 tools/gcc/randomize_layout_plugin.c | 54 +++++++++++++++++++++++++++++++++++--
13604 1 file changed, 52 insertions(+), 2 deletions(-)
13605
13606 commit bd893a75ab49f6ea5a216eb334471507337118ba
13607 Merge: 87b7f1d 4d8fc00
13608 Author: Brad Spengler <spender@grsecurity.net>
13609 Date: Sat Apr 2 11:54:20 2016 -0400
13610
13611 Merge branch 'pax-test' into grsec-test
13612
13613 commit 4d8fc00c0066b1921e233123b346efe6ffb27691
13614 Author: Brad Spengler <spender@grsecurity.net>
13615 Date: Sat Apr 2 11:53:53 2016 -0400
13616
13617 Update to pax-linux-4.4.6-test13.patch:
13618 - fixed a REFCOUNT related compile regression on mips, reported by Steve Arnold (https://bugs.gentoo.org/show_bug.cgi?id=578394)
13619 - 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)
13620
13621 arch/mips/include/asm/atomic.h | 4 ----
13622 tools/gcc/size_overflow_plugin/disable_size_overflow_hash.data | 1 +
13623 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 1 -
13624 3 files changed, 1 insertion(+), 5 deletions(-)
13625
13626 commit 87b7f1d200023ba826b9d552834a2ee85e67526c
13627 Merge: 3335266 3abdad0
13628 Author: Brad Spengler <spender@grsecurity.net>
13629 Date: Sat Apr 2 11:19:17 2016 -0400
13630
13631 Merge branch 'pax-test' into grsec-test
13632
13633 commit 3abdad0c3b436c076c88289f07a250b811d6f79d
13634 Author: Brad Spengler <spender@grsecurity.net>
13635 Date: Sat Apr 2 11:12:56 2016 -0400
13636
13637 Update to pax-linux-4.4.6-test12.patch:
13638 - fixed vmalloc_fault on i386/PAE to use the correct percpu userland pgd table/entry
13639 - fixed a size overflow false positive report in pptp, reported by Pinkbyte (https://forums.grsecurity.net/viewtopic.php?f=3&t=4437)
13640 - fixed a size overflow false positive report in tbf_segment, reported by audiocricket (https://forums.grsecurity.net/viewtopic.php?f=3&t=4438)
13641 - Emese fixed the x86 vdso32 CFLAGS to omit the gcc plugins
13642 - Emese simplified the gcc plugin related make rules, suggested by Masahiro Yamada
13643 - André Fabian Silva Delgado fixed a compile regression on arm, reported by coadde (https://forums.grsecurity.net/viewtopic.php?f=3&t=4435)
13644 - fixed an integer sign conversion error in nfs_super_set_maxbytes caught by the size overflow plugin, reported by Alexey Dvoichenkov <xale@hyperplane.net>
13645 - fixed a size overflow false positive in squashfs, reported by Mathias Krause <minipli@ld-linux.so>
13646 - fixed a size overflow false positive in xfrm6_transport_output, reported by marcan (https://forums.grsecurity.net/viewtopic.php?f=3&t=4426)
13647 - fixed an integer truncation bug in elf_kcore_store_hdr caught by the size overflow plugin
13648 - fixed a gratuitous userland dereference in the amd64 stack walker
13649 - added latent entropy gathering to a few more functions
13650 - constified a few smp_hotplug_thread instances
13651
13652 arch/x86/entry/vdso/Makefile | 1 +
13653 arch/x86/include/asm/cpufeature.h | 1 -
13654 arch/x86/kernel/dumpstack_64.c | 17 ++++++-----------
13655 arch/x86/kernel/head_32.S | 6 +++---
13656 arch/x86/mm/fault.c | 2 +-
13657 drivers/iommu/arm-smmu.c | 2 +-
13658 drivers/net/ppp/pptp.c | 1 +
13659 drivers/staging/rdma/ehca/ehca_irq.c | 2 +-
13660 fs/nfs/internal.h | 5 +++--
13661 fs/proc/kcore.c | 2 +-
13662 kernel/module.c | 6 +++---
13663 kernel/rcu/tree.c | 2 +-
13664 kernel/softirq.c | 2 +-
13665 kernel/stop_machine.c | 2 +-
13666 net/ipv6/xfrm6_mode_transport.c | 2 +-
13667 net/sched/sch_tbf.c | 9 ++++++---
13668 scripts/Makefile.gcc-plugins | 13 +++----------
13669 scripts/Makefile.host | 3 +--
13670 .../disable_size_overflow_hash.data | 4 +++-
13671 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 6 ++----
13672 20 files changed, 40 insertions(+), 48 deletions(-)
13673
13674 commit 3335266d5bec9bc01580736c0a7026ed96cf25e5
13675 Author: Mika Penttilä <mika.penttila@nextfour.com>
13676 Date: Mon Feb 22 17:56:52 2016 +0100
13677
13678 ARM: 8544/1: set_memory_xx fixes
13679
13680 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.
13681
13682 Signed-off-by: Mika Penttilä mika.penttila@nextfour.com
13683 Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
13684
13685 arch/arm/mm/pageattr.c | 3 +++
13686 1 file changed, 3 insertions(+)
13687
13688 commit d6d6499b22c0e5593a16f41c516041b23fbf9eeb
13689 Author: Josh Boyer <jwboyer@fedoraproject.org>
13690 Date: Mon Mar 14 10:42:38 2016 -0400
13691
13692 USB: iowarrior: fix oops with malicious USB descriptors
13693
13694 The iowarrior driver expects at least one valid endpoint. If given
13695 malicious descriptors that specify 0 for the number of endpoints,
13696 it will crash in the probe function. Ensure there is at least
13697 one endpoint on the interface before using it.
13698
13699 The full report of this issue can be found here:
13700 http://seclists.org/bugtraq/2016/Mar/87
13701
13702 Reported-by: Ralf Spenneberg <ralf@spenneberg.net>
13703 Cc: stable <stable@vger.kernel.org>
13704 Signed-off-by: Josh Boyer <jwboyer@fedoraproject.org>
13705 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13706
13707 drivers/usb/misc/iowarrior.c | 6 ++++++
13708 1 file changed, 6 insertions(+)
13709
13710 commit 79a1fb47ab1245e81040bcd45b3e44e65d282684
13711 Author: Oliver Neukum <oneukum@suse.com>
13712 Date: Tue Mar 15 10:14:04 2016 +0100
13713
13714 USB: cdc-acm: more sanity checking
13715
13716 An attack has become available which pretends to be a quirky
13717 device circumventing normal sanity checks and crashes the kernel
13718 by an insufficient number of interfaces. This patch adds a check
13719 to the code path for quirky devices.
13720
13721 Signed-off-by: Oliver Neukum <ONeukum@suse.com>
13722 CC: stable@vger.kernel.org
13723 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13724
13725 drivers/usb/class/cdc-acm.c | 3 +++
13726 1 file changed, 3 insertions(+)
13727
13728 commit 6ee21acdf0da6602671cb50edeca0abfba3955f7
13729 Author: Oliver Neukum <oneukum@suse.com>
13730 Date: Wed Mar 16 13:26:17 2016 +0100
13731
13732 USB: usb_driver_claim_interface: add sanity checking
13733
13734 Attacks that trick drivers into passing a NULL pointer
13735 to usb_driver_claim_interface() using forged descriptors are
13736 known. This thwarts them by sanity checking.
13737
13738 Signed-off-by: Oliver Neukum <ONeukum@suse.com>
13739 CC: stable@vger.kernel.org
13740 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13741
13742 drivers/usb/core/driver.c | 6 +++++-
13743 1 file changed, 5 insertions(+), 1 deletion(-)
13744
13745 commit 44247834ddab762509eaaf5c742e15bfadcd9d94
13746 Author: Paolo Bonzini <pbonzini@redhat.com>
13747 Date: Mon Mar 21 10:15:25 2016 +0100
13748
13749 KVM: fix spin_lock_init order on x86
13750
13751 Moving the initialization earlier is needed in 4.6 because
13752 kvm_arch_init_vm is now using mmu_lock, causing lockdep to
13753 complain:
13754
13755 [ 284.440294] INFO: trying to register non-static key.
13756 [ 284.445259] the code is fine but needs lockdep annotation.
13757 [ 284.450736] turning off the locking correctness validator.
13758 ...
13759 [ 284.528318] [<ffffffff810aecc3>] lock_acquire+0xd3/0x240
13760 [ 284.533733] [<ffffffffa0305aa0>] ? kvm_page_track_register_notifier+0x20/0x60 [kvm]
13761 [ 284.541467] [<ffffffff81715581>] _raw_spin_lock+0x41/0x80
13762 [ 284.546960] [<ffffffffa0305aa0>] ? kvm_page_track_register_notifier+0x20/0x60 [kvm]
13763 [ 284.554707] [<ffffffffa0305aa0>] kvm_page_track_register_notifier+0x20/0x60 [kvm]
13764 [ 284.562281] [<ffffffffa02ece70>] kvm_mmu_init_vm+0x20/0x30 [kvm]
13765 [ 284.568381] [<ffffffffa02dbf7a>] kvm_arch_init_vm+0x1ea/0x200 [kvm]
13766 [ 284.574740] [<ffffffffa02bff3f>] kvm_dev_ioctl+0xbf/0x4d0 [kvm]
13767
13768 However, it also helps fixing a preexisting problem, which is why this
13769 patch is also good for stable kernels: kvm_create_vm was incrementing
13770 current->mm->mm_count but not decrementing it at the out_err label (in
13771 case kvm_init_mmu_notifier failed). The new initialization order makes
13772 it possible to add the required mmdrop without adding a new error label.
13773
13774 Cc: stable@vger.kernel.org
13775 Reported-by: Borislav Petkov <bp@alien8.de>
13776 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
13777
13778 virt/kvm/kvm_main.c | 21 +++++++++++----------
13779 1 file changed, 11 insertions(+), 10 deletions(-)
13780
13781 commit 9d0cf281d74a9fe490f3ba5ca3d0e57eac066e1c
13782 Author: Paolo Bonzini <pbonzini@redhat.com>
13783 Date: Fri Mar 18 16:53:42 2016 +0100
13784
13785 KVM: VMX: avoid guest hang on invalid invvpid instruction
13786
13787 A guest executing an invalid invvpid instruction would hang
13788 because the instruction pointer was not updated.
13789
13790 Reported-by: jmontleo@redhat.com
13791 Tested-by: jmontleo@redhat.com
13792 Cc: stable@vger.kernel.org
13793 Fixes: 99b83ac893b84ed1a62ad6d1f2b6cc32026b9e85
13794 Reviewed-by: David Matlack <dmatlack@google.com>
13795 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
13796
13797 arch/x86/kvm/vmx.c | 1 +
13798 1 file changed, 1 insertion(+)
13799
13800 commit 602caaece277e5e21ae43771398bbf7778061beb
13801 Author: Paolo Bonzini <pbonzini@redhat.com>
13802 Date: Fri Mar 18 16:53:29 2016 +0100
13803
13804 KVM: VMX: avoid guest hang on invalid invept instruction
13805
13806 A guest executing an invalid invept instruction would hang
13807 because the instruction pointer was not updated.
13808
13809 Cc: stable@vger.kernel.org
13810 Fixes: bfd0a56b90005f8c8a004baf407ad90045c2b11e
13811 Reviewed-by: David Matlack <dmatlack@google.com>
13812 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
13813
13814 arch/x86/kvm/vmx.c | 1 +
13815 1 file changed, 1 insertion(+)
13816
13817 commit 3309ac82d6596de8abc6ea51dd0a942416da1cc1
13818 Author: Jann Horn <jann@thejh.net>
13819 Date: Tue Mar 22 14:25:36 2016 -0700
13820
13821 fs/coredump: prevent fsuid=0 dumps into user-controlled directories
13822
13823 This commit fixes the following security hole affecting systems where
13824 all of the following conditions are fulfilled:
13825
13826 - The fs.suid_dumpable sysctl is set to 2.
13827 - The kernel.core_pattern sysctl's value starts with "/". (Systems
13828 where kernel.core_pattern starts with "|/" are not affected.)
13829 - Unprivileged user namespace creation is permitted. (This is
13830 true on Linux >=3.8, but some distributions disallow it by
13831 default using a distro patch.)
13832
13833 Under these conditions, if a program executes under secure exec rules,
13834 causing it to run with the SUID_DUMP_ROOT flag, then unshares its user
13835 namespace, changes its root directory and crashes, the coredump will be
13836 written using fsuid=0 and a path derived from kernel.core_pattern - but
13837 this path is interpreted relative to the root directory of the process,
13838 allowing the attacker to control where a coredump will be written with
13839 root privileges.
13840
13841 To fix the security issue, always interpret core_pattern for dumps that
13842 are written under SUID_DUMP_ROOT relative to the root directory of init.
13843
13844 Signed-off-by: Jann Horn <jann@thejh.net>
13845 Acked-by: Kees Cook <keescook@chromium.org>
13846 Cc: Al Viro <viro@zeniv.linux.org.uk>
13847 Cc: "Eric W. Biederman" <ebiederm@xmission.com>
13848 Cc: Andy Lutomirski <luto@kernel.org>
13849 Cc: Oleg Nesterov <oleg@redhat.com>
13850 Cc: <stable@vger.kernel.org>
13851 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
13852 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
13853
13854 arch/um/drivers/mconsole_kern.c | 2 +-
13855 fs/coredump.c | 31 +++++++++++++++++++++++++++----
13856 fs/fhandle.c | 2 +-
13857 fs/open.c | 6 ++----
13858 include/linux/fs.h | 2 +-
13859 kernel/sysctl_binary.c | 2 +-
13860 6 files changed, 33 insertions(+), 12 deletions(-)
13861
13862 commit a7c8d3c91a3e50d0873942f09afbb5071382d5e7
13863 Author: Takashi Iwai <tiwai@suse.de>
13864 Date: Fri Apr 1 12:28:16 2016 +0200
13865
13866 ALSA: timer: Use mod_timer() for rearming the system timer
13867
13868 ALSA system timer backend stops the timer via del_timer() without sync
13869 and leaves del_timer_sync() at the close instead. This is because of
13870 the restriction by the design of ALSA timer: namely, the stop callback
13871 may be called from the timer handler, and calling the sync shall lead
13872 to a hangup. However, this also triggers a kernel BUG() when the
13873 timer is rearmed immediately after stopping without sync:
13874 kernel BUG at kernel/time/timer.c:966!
13875 Call Trace:
13876 <IRQ>
13877 [<ffffffff8239c94e>] snd_timer_s_start+0x13e/0x1a0
13878 [<ffffffff8239e1f4>] snd_timer_interrupt+0x504/0xec0
13879 [<ffffffff8122fca0>] ? debug_check_no_locks_freed+0x290/0x290
13880 [<ffffffff8239ec64>] snd_timer_s_function+0xb4/0x120
13881 [<ffffffff81296b72>] call_timer_fn+0x162/0x520
13882 [<ffffffff81296add>] ? call_timer_fn+0xcd/0x520
13883 [<ffffffff8239ebb0>] ? snd_timer_interrupt+0xec0/0xec0
13884 ....
13885
13886 It's the place where add_timer() checks the pending timer. It's clear
13887 that this may happen after the immediate restart without sync in our
13888 cases.
13889
13890 So, the workaround here is just to use mod_timer() instead of
13891 add_timer(). This looks like a band-aid fix, but it's a right move,
13892 as snd_timer_interrupt() takes care of the continuous rearm of timer.
13893
13894 Reported-by: Jiri Slaby <jslaby@suse.cz>
13895 Cc: <stable@vger.kernel.org>
13896 Signed-off-by: Takashi Iwai <tiwai@suse.de>
13897
13898 sound/core/timer.c | 4 ++--
13899 1 file changed, 2 insertions(+), 2 deletions(-)
13900
13901 commit 2de05c5fc90b461d78a54a7240b664a068844c8c
13902 Author: Daniel Vetter <daniel.vetter@ffwll.ch>
13903 Date: Wed Mar 30 11:40:43 2016 +0200
13904
13905 drm/udl: Use unlocked gem unreferencing
13906
13907 For drm_gem_object_unreference callers are required to hold
13908 dev->struct_mutex, which these paths don't. Enforcing this requirement
13909 has become a bit more strict with
13910
13911 commit ef4c6270bf2867e2f8032e9614d1a8cfc6c71663
13912 Author: Daniel Vetter <daniel.vetter@ffwll.ch>
13913 Date: Thu Oct 15 09:36:25 2015 +0200
13914
13915 drm/gem: Check locking in drm_gem_object_unreference
13916
13917 Cc: stable@vger.kernel.org
13918 Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
13919 Signed-off-by: Dave Airlie <airlied@redhat.com>
13920
13921 drivers/gpu/drm/udl/udl_fb.c | 2 +-
13922 drivers/gpu/drm/udl/udl_gem.c | 2 +-
13923 2 files changed, 2 insertions(+), 2 deletions(-)
13924
13925 commit c8153b6b1731b8fee33966dd8d148643240f1dc0
13926 Author: Jan Kara <jack@suse.com>
13927 Date: Mon Dec 7 14:34:49 2015 -0500
13928
13929 ext4: fix races of writeback with punch hole and zero range
13930
13931 When doing delayed allocation, update of on-disk inode size is postponed
13932 until IO submission time. However hole punch or zero range fallocate
13933 calls can end up discarding the tail page cache page and thus on-disk
13934 inode size would never be properly updated.
13935
13936 Make sure the on-disk inode size is updated before truncating page
13937 cache.
13938
13939 Signed-off-by: Jan Kara <jack@suse.com>
13940 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
13941
13942 fs/ext4/ext4.h | 3 +++
13943 fs/ext4/extents.c | 5 +++++
13944 fs/ext4/inode.c | 35 ++++++++++++++++++++++++++++++++++-
13945 3 files changed, 42 insertions(+), 1 deletion(-)
13946
13947 commit d64beb441579f2667e99eb9d4d6e83deb88bf59b
13948 Author: Jan Kara <jack@suse.com>
13949 Date: Mon Dec 7 14:31:11 2015 -0500
13950
13951 ext4: fix races between buffered IO and collapse / insert range
13952
13953 Current code implementing FALLOC_FL_COLLAPSE_RANGE and
13954 FALLOC_FL_INSERT_RANGE is prone to races with buffered writes and page
13955 faults. If buffered write or write via mmap manages to squeeze between
13956 filemap_write_and_wait_range() and truncate_pagecache() in the fallocate
13957 implementations, the written data is simply discarded by
13958 truncate_pagecache() although it should have been shifted.
13959
13960 Fix the problem by moving filemap_write_and_wait_range() call inside
13961 i_mutex and i_mmap_sem. That way we are protected against races with
13962 both buffered writes and page faults.
13963
13964 Signed-off-by: Jan Kara <jack@suse.com>
13965 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
13966
13967 fs/ext4/extents.c | 59 +++++++++++++++++++++++++++++--------------------------
13968 1 file changed, 31 insertions(+), 28 deletions(-)
13969
13970 commit b1ae49aa4dad39233b16456e0765a23ba4e0546c
13971 Author: Jan Kara <jack@suse.com>
13972 Date: Mon Dec 7 14:29:17 2015 -0500
13973
13974 ext4: move unlocked dio protection from ext4_alloc_file_blocks()
13975
13976 Currently ext4_alloc_file_blocks() was handling protection against
13977 unlocked DIO. However we now need to sometimes call it under i_mmap_sem
13978 and sometimes not and DIO protection ranks above it (although strictly
13979 speaking this cannot currently create any deadlocks). Also
13980 ext4_zero_range() was actually getting & releasing unlocked DIO
13981 protection twice in some cases. Luckily it didn't introduce any real bug
13982 but it was a land mine waiting to be stepped on. So move DIO protection
13983 out from ext4_alloc_file_blocks() into the two callsites.
13984
13985 Signed-off-by: Jan Kara <jack@suse.com>
13986 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
13987
13988 fs/ext4/extents.c | 21 ++++++++++-----------
13989 1 file changed, 10 insertions(+), 11 deletions(-)
13990
13991 commit f9329a4ec30a26f0fababf809c5f1a3ef851b625
13992 Author: Jan Kara <jack@suse.com>
13993 Date: Mon Dec 7 14:28:03 2015 -0500
13994
13995 ext4: fix races between page faults and hole punching
13996
13997 Currently, page faults and hole punching are completely unsynchronized.
13998 This can result in page fault faulting in a page into a range that we
13999 are punching after truncate_pagecache_range() has been called and thus
14000 we can end up with a page mapped to disk blocks that will be shortly
14001 freed. Filesystem corruption will shortly follow. Note that the same
14002 race is avoided for truncate by checking page fault offset against
14003 i_size but there isn't similar mechanism available for punching holes.
14004
14005 Fix the problem by creating new rw semaphore i_mmap_sem in inode and
14006 grab it for writing over truncate, hole punching, and other functions
14007 removing blocks from extent tree and for read over page faults. We
14008 cannot easily use i_data_sem for this since that ranks below transaction
14009 start and we need something ranking above it so that it can be held over
14010 the whole truncate / hole punching operation. Also remove various
14011 workarounds we had in the code to reduce race window when page fault
14012 could have created pages with stale mapping information.
14013
14014 Signed-off-by: Jan Kara <jack@suse.com>
14015 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
14016
14017 fs/ext4/ext4.h | 10 +++++++++
14018 fs/ext4/extents.c | 54 ++++++++++++++++++++++++--------------------
14019 fs/ext4/file.c | 66 ++++++++++++++++++++++++++++++++++++++++++++++--------
14020 fs/ext4/inode.c | 36 +++++++++++++++++++++--------
14021 fs/ext4/super.c | 1 +
14022 fs/ext4/truncate.h | 2 ++
14023 6 files changed, 127 insertions(+), 42 deletions(-)
14024
14025 commit 572a615b85c1d5c8aeea4ffd24ab428775a1cca9
14026 Author: Guenter Roeck <linux@roeck-us.net>
14027 Date: Sat Mar 26 12:28:05 2016 -0700
14028
14029 hwmon: (max1111) Return -ENODEV from max1111_read_channel if not instantiated
14030
14031 arm:pxa_defconfig can result in the following crash if the max1111 driver
14032 is not instantiated.
14033
14034 Unhandled fault: page domain fault (0x01b) at 0x00000000
14035 pgd = c0004000
14036 [00000000] *pgd=00000000
14037 Internal error: : 1b [#1] PREEMPT ARM
14038 Modules linked in:
14039 CPU: 0 PID: 300 Comm: kworker/0:1 Not tainted 4.5.0-01301-g1701f680407c #10
14040 Hardware name: SHARP Akita
14041 Workqueue: events sharpsl_charge_toggle
14042 task: c390a000 ti: c391e000 task.ti: c391e000
14043 PC is at max1111_read_channel+0x20/0x30
14044 LR is at sharpsl_pm_pxa_read_max1111+0x2c/0x3c
14045 pc : [<c03aaab0>] lr : [<c0024b50>] psr: 20000013
14046 ...
14047 [<c03aaab0>] (max1111_read_channel) from [<c0024b50>]
14048 (sharpsl_pm_pxa_read_max1111+0x2c/0x3c)
14049 [<c0024b50>] (sharpsl_pm_pxa_read_max1111) from [<c00262e0>]
14050 (spitzpm_read_devdata+0x5c/0xc4)
14051 [<c00262e0>] (spitzpm_read_devdata) from [<c0024094>]
14052 (sharpsl_check_battery_temp+0x78/0x110)
14053 [<c0024094>] (sharpsl_check_battery_temp) from [<c0024f9c>]
14054 (sharpsl_charge_toggle+0x48/0x110)
14055 [<c0024f9c>] (sharpsl_charge_toggle) from [<c004429c>]
14056 (process_one_work+0x14c/0x48c)
14057 [<c004429c>] (process_one_work) from [<c0044618>] (worker_thread+0x3c/0x5d4)
14058 [<c0044618>] (worker_thread) from [<c004a238>] (kthread+0xd0/0xec)
14059 [<c004a238>] (kthread) from [<c000a670>] (ret_from_fork+0x14/0x24)
14060
14061 This can occur because the SPI controller driver (SPI_PXA2XX) is built as
14062 module and thus not necessarily loaded. While building SPI_PXA2XX into the
14063 kernel would make the problem disappear, it appears prudent to ensure that
14064 the driver is instantiated before accessing its data structures.
14065
14066 Cc: Arnd Bergmann <arnd@arndb.de>
14067 Cc: stable@vger.kernel.org
14068 Signed-off-by: Guenter Roeck <linux@roeck-us.net>
14069
14070 drivers/hwmon/max1111.c | 6 ++++++
14071 1 file changed, 6 insertions(+)
14072
14073 commit f75f1af7a0b4be055855ca5120ee78174f3370f2
14074 Author: Nicolai Stange <nicstange@gmail.com>
14075 Date: Sun Mar 20 23:23:46 2016 +0100
14076
14077 PKCS#7: pkcs7_validate_trust(): initialize the _trusted output argument
14078
14079 Despite what the DocBook comment to pkcs7_validate_trust() says, the
14080 *_trusted argument is never set to false.
14081
14082 pkcs7_validate_trust() only positively sets *_trusted upon encountering
14083 a trusted PKCS#7 SignedInfo block.
14084
14085 This is quite unfortunate since its callers, system_verify_data() for
14086 example, depend on pkcs7_validate_trust() clearing *_trusted on non-trust.
14087
14088 Indeed, UBSAN splats when attempting to load the uninitialized local
14089 variable 'trusted' from system_verify_data() in pkcs7_validate_trust():
14090
14091 UBSAN: Undefined behaviour in crypto/asymmetric_keys/pkcs7_trust.c:194:14
14092 load of value 82 is not a valid value for type '_Bool'
14093 [...]
14094 Call Trace:
14095 [<ffffffff818c4d35>] dump_stack+0xbc/0x117
14096 [<ffffffff818c4c79>] ? _atomic_dec_and_lock+0x169/0x169
14097 [<ffffffff8194113b>] ubsan_epilogue+0xd/0x4e
14098 [<ffffffff819419fa>] __ubsan_handle_load_invalid_value+0x111/0x158
14099 [<ffffffff819418e9>] ? val_to_string.constprop.12+0xcf/0xcf
14100 [<ffffffff818334a4>] ? x509_request_asymmetric_key+0x114/0x370
14101 [<ffffffff814b83f0>] ? kfree+0x220/0x370
14102 [<ffffffff818312c2>] ? public_key_verify_signature_2+0x32/0x50
14103 [<ffffffff81835e04>] pkcs7_validate_trust+0x524/0x5f0
14104 [<ffffffff813c391a>] system_verify_data+0xca/0x170
14105 [<ffffffff813c3850>] ? top_trace_array+0x9b/0x9b
14106 [<ffffffff81510b29>] ? __vfs_read+0x279/0x3d0
14107 [<ffffffff8129372f>] mod_verify_sig+0x1ff/0x290
14108 [...]
14109
14110 The implication is that pkcs7_validate_trust() effectively grants trust
14111 when it really shouldn't have.
14112
14113 Fix this by explicitly setting *_trusted to false at the very beginning
14114 of pkcs7_validate_trust().
14115
14116 Cc: <stable@vger.kernel.org>
14117 Signed-off-by: Nicolai Stange <nicstange@gmail.com>
14118 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
14119
14120 crypto/asymmetric_keys/pkcs7_trust.c | 2 ++
14121 1 file changed, 2 insertions(+)
14122
14123 commit 1052826f7352ccc98167129b0b83222f45d50046
14124 Author: Florian Westphal <fw@strlen.de>
14125 Date: Tue Mar 22 18:02:49 2016 +0100
14126
14127 netfilter: x_tables: validate e->target_offset early
14128
14129 We should check that e->target_offset is sane before
14130 mark_source_chains gets called since it will fetch the target entry
14131 for loop detection.
14132
14133 Signed-off-by: Florian Westphal <fw@strlen.de>
14134 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
14135
14136 net/ipv4/netfilter/arp_tables.c | 17 ++++++++---------
14137 net/ipv4/netfilter/ip_tables.c | 17 ++++++++---------
14138 net/ipv6/netfilter/ip6_tables.c | 17 ++++++++---------
14139 3 files changed, 24 insertions(+), 27 deletions(-)
14140
14141 commit b35d19509e8dab157214e46dd24314663ccf554f
14142 Author: Florian Westphal <fw@strlen.de>
14143 Date: Tue Mar 22 18:02:50 2016 +0100
14144
14145 netfilter: x_tables: make sure e->next_offset covers remaining blob size
14146
14147 Otherwise this function may read data beyond the ruleset blob.
14148
14149 Signed-off-by: Florian Westphal <fw@strlen.de>
14150 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
14151
14152 net/ipv4/netfilter/arp_tables.c | 6 ++++--
14153 net/ipv4/netfilter/ip_tables.c | 6 ++++--
14154 net/ipv6/netfilter/ip6_tables.c | 6 ++++--
14155 3 files changed, 12 insertions(+), 6 deletions(-)
14156
14157 commit 4d7642ed66b69140733a7b51fcd6d37ce4d4514c
14158 Author: Florian Westphal <fw@strlen.de>
14159 Date: Tue Mar 22 18:02:52 2016 +0100
14160
14161 netfilter: x_tables: fix unconditional helper
14162
14163 Ben Hawkes says:
14164
14165 In the mark_source_chains function (net/ipv4/netfilter/ip_tables.c) it
14166 is possible for a user-supplied ipt_entry structure to have a large
14167 next_offset field. This field is not bounds checked prior to writing a
14168 counter value at the supplied offset.
14169
14170 Problem is that mark_source_chains should not have been called --
14171 the rule doesn't have a next entry, so its supposed to return
14172 an absolute verdict of either ACCEPT or DROP.
14173
14174 However, the function conditional() doesn't work as the name implies.
14175 It only checks that the rule is using wildcard address matching.
14176
14177 However, an unconditional rule must also not be using any matches
14178 (no -m args).
14179
14180 The underflow validator only checked the addresses, therefore
14181 passing the 'unconditional absolute verdict' test, while
14182 mark_source_chains also tested for presence of matches, and thus
14183 proceeeded to the next (not-existent) rule.
14184
14185 Unify this so that all the callers have same idea of 'unconditional rule'.
14186
14187 Reported-by: Ben Hawkes <hawkes@google.com>
14188 Signed-off-by: Florian Westphal <fw@strlen.de>
14189 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
14190
14191 net/ipv4/netfilter/arp_tables.c | 18 +++++++++---------
14192 net/ipv4/netfilter/ip_tables.c | 23 +++++++++++------------
14193 net/ipv6/netfilter/ip6_tables.c | 23 +++++++++++------------
14194 3 files changed, 31 insertions(+), 33 deletions(-)
14195
14196 commit e3e51682563f1453dfc4b9ef88b29af4d1a78e78
14197 Author: Pablo Neira Ayuso <pablo@netfilter.org>
14198 Date: Thu Mar 24 21:29:53 2016 +0100
14199
14200 netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_ENTRIES
14201
14202 Make sure the table names via getsockopt GET_ENTRIES is nul-terminated
14203 in ebtables and all the x_tables variants and their respective compat
14204 code. Uncovered by KASAN.
14205
14206 Reported-by: Baozeng Ding <sploving1@gmail.com>
14207 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
14208
14209 net/bridge/netfilter/ebtables.c | 4 ++++
14210 net/ipv4/netfilter/arp_tables.c | 2 ++
14211 net/ipv4/netfilter/ip_tables.c | 2 ++
14212 net/ipv6/netfilter/ip6_tables.c | 2 ++
14213 4 files changed, 10 insertions(+)
14214
14215 commit 7742471b674597627f8f608f6a89c6e5bbd6533d
14216 Author: Nicolai Stange <nicstange@gmail.com>
14217 Date: Fri Mar 25 14:22:14 2016 -0700
14218
14219 mm/filemap: generic_file_read_iter(): check for zero reads unconditionally
14220
14221 If
14222 - generic_file_read_iter() gets called with a zero read length,
14223 - the read offset is at a page boundary,
14224 - IOCB_DIRECT is not set
14225 - and the page in question hasn't made it into the page cache yet,
14226 then do_generic_file_read() will trigger a readahead with a req_size hint
14227 of zero.
14228
14229 Since roundup_pow_of_two(0) is undefined, UBSAN reports
14230
14231 UBSAN: Undefined behaviour in include/linux/log2.h:63:13
14232 shift exponent 64 is too large for 64-bit type 'long unsigned int'
14233 CPU: 3 PID: 1017 Comm: sa1 Tainted: G L 4.5.0-next-20160318+ #14
14234 [...]
14235 Call Trace:
14236 [...]
14237 [<ffffffff813ef61a>] ondemand_readahead+0x3aa/0x3d0
14238 [<ffffffff813ef61a>] ? ondemand_readahead+0x3aa/0x3d0
14239 [<ffffffff813c73bd>] ? find_get_entry+0x2d/0x210
14240 [<ffffffff813ef9c3>] page_cache_sync_readahead+0x63/0xa0
14241 [<ffffffff813cc04d>] do_generic_file_read+0x80d/0xf90
14242 [<ffffffff813cc955>] generic_file_read_iter+0x185/0x420
14243 [...]
14244 [<ffffffff81510b06>] __vfs_read+0x256/0x3d0
14245 [...]
14246
14247 when get_init_ra_size() gets called from ondemand_readahead().
14248
14249 The net effect is that the initial readahead size is arch dependent for
14250 requested read lengths of zero: for example, since
14251
14252 1UL << (sizeof(unsigned long) * 8)
14253
14254 evaluates to 1 on x86 while its result is 0 on ARMv7, the initial readahead
14255 size becomes 4 on the former and 0 on the latter.
14256
14257 What's more, whether or not the file access timestamp is updated for zero
14258 length reads is decided differently for the two cases of IOCB_DIRECT
14259 being set or cleared: in the first case, generic_file_read_iter()
14260 explicitly skips updating that timestamp while in the latter case, it is
14261 always updated through the call to do_generic_file_read().
14262
14263 According to POSIX, zero length reads "do not modify the last data access
14264 timestamp" and thus, the IOCB_DIRECT behaviour is POSIXly correct.
14265
14266 Let generic_file_read_iter() unconditionally check the requested read
14267 length at its entry and return immediately with success if it is zero.
14268
14269 Signed-off-by: Nicolai Stange <nicstange@gmail.com>
14270 Cc: Al Viro <viro@zeniv.linux.org.uk>
14271 Reviewed-by: Jan Kara <jack@suse.cz>
14272 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
14273 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
14274
14275 mm/filemap.c | 7 ++++---
14276 1 file changed, 4 insertions(+), 3 deletions(-)
14277
14278 commit 604785419da498d7e876a0191b2e11626db706bb
14279 Author: Oliver Neukum <oneukum@suse.com>
14280 Date: Thu Mar 17 14:00:17 2016 -0700
14281
14282 Input: ims-pcu - sanity check against missing interfaces
14283
14284 A malicious device missing interface can make the driver oops.
14285 Add sanity checking.
14286
14287 Signed-off-by: Oliver Neukum <ONeukum@suse.com>
14288 CC: stable@vger.kernel.org
14289 Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
14290
14291 drivers/input/misc/ims-pcu.c | 4 ++++
14292 1 file changed, 4 insertions(+)
14293
14294 commit 24c3f4f6652f07eb2c3deea1488ff4de00592e80
14295 Author: Vladis Dronov <vdronov@redhat.com>
14296 Date: Wed Mar 23 11:53:46 2016 -0700
14297
14298 Input: ati_remote2 - fix crashes on detecting device with invalid descriptor
14299
14300 The ati_remote2 driver expects at least two interfaces with one
14301 endpoint each. If given malicious descriptor that specify one
14302 interface or no endpoints, it will crash in the probe function.
14303 Ensure there is at least two interfaces and one endpoint for each
14304 interface before using it.
14305
14306 The full disclosure: http://seclists.org/bugtraq/2016/Mar/90
14307
14308 Reported-by: Ralf Spenneberg <ralf@spenneberg.net>
14309 Signed-off-by: Vladis Dronov <vdronov@redhat.com>
14310 Cc: stable@vger.kernel.org
14311 Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
14312
14313 drivers/input/misc/ati_remote2.c | 36 ++++++++++++++++++++++++++++++------
14314 1 file changed, 30 insertions(+), 6 deletions(-)
14315
14316 commit 262df604d00e72a4b930fbf7fe3a770f0196a5a5
14317 Author: Oliver Neukum <oneukum@suse.com>
14318 Date: Wed Mar 23 14:36:56 2016 -0700
14319
14320 Input: sur40 - fix DMA on stack
14321
14322 During the initialisation the driver uses a buffer on the stack for DMA.
14323 That violates the cache coherency rules. The fix is to allocate the buffer
14324 with kmalloc().
14325
14326 Signed-off-by: Oliver Neukum <ONeukum@suse.com>
14327 Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
14328
14329 drivers/input/touchscreen/sur40.c | 21 ++++++++++++++-------
14330 1 file changed, 14 insertions(+), 7 deletions(-)
14331
14332 commit 015dd03669b2ab646723f6b123377e4ef5694a10
14333 Author: Haiyang Zhang <haiyangz@microsoft.com>
14334 Date: Wed Mar 23 09:43:10 2016 -0700
14335
14336 hv_netvsc: Fix the array sizes to be max supported channels
14337
14338 The VRSS_CHANNEL_MAX is the max number of channels supported by Hyper-V
14339 hosts. We use it for the related array sizes instead of using NR_CPUS,
14340 which may be set to several thousands.
14341 This patch reduces possible memory allocation failures.
14342
14343 Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
14344 Reviewed-by: K. Y. Srinivasan <kys@microsoft.com>
14345 Signed-off-by: David S. Miller <davem@davemloft.net>
14346
14347 drivers/net/hyperv/hyperv_net.h | 7 ++++---
14348 drivers/net/hyperv/rndis_filter.c | 4 ++--
14349 2 files changed, 6 insertions(+), 5 deletions(-)
14350
14351 commit a850a78d6393ef22a970266cbbefdf3dba0267b5
14352 Author: Haiyang Zhang <haiyangz@microsoft.com>
14353 Date: Wed Mar 23 09:43:09 2016 -0700
14354
14355 hv_netvsc: Fix accessing freed memory in netvsc_change_mtu()
14356
14357 struct netvsc_device is freed in rndis_filter_device_remove(). So we save
14358 the nvdev->num_chn into a temp variable for later usage.
14359
14360 (Please also include this patch into stable branch.)
14361
14362 Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
14363 Reviewed-by: K. Y. Srinivasan <kys@microsoft.com>
14364 Signed-off-by: David S. Miller <davem@davemloft.net>
14365
14366 drivers/net/hyperv/netvsc_drv.c | 5 ++++-
14367 1 file changed, 4 insertions(+), 1 deletion(-)
14368
14369 commit 7409626e43fe871cede30ac926425938f3ccddaf
14370 Author: Guillaume Nault <g.nault@alphalink.fr>
14371 Date: Wed Mar 23 16:38:55 2016 +0100
14372
14373 ppp: take reference on channels netns
14374
14375 Let channels hold a reference on their network namespace.
14376 Some channel types, like ppp_async and ppp_synctty, can have their
14377 userspace controller running in a different namespace. Therefore they
14378 can't rely on them to preclude their netns from being removed from
14379 under them.
14380
14381 ==================================================================
14382 BUG: KASAN: use-after-free in ppp_unregister_channel+0x372/0x3a0 at
14383 addr ffff880064e217e0
14384 Read of size 8 by task syz-executor/11581
14385 =============================================================================
14386 BUG net_namespace (Not tainted): kasan: bad access detected
14387 -----------------------------------------------------------------------------
14388
14389 Disabling lock debugging due to kernel taint
14390 INFO: Allocated in copy_net_ns+0x6b/0x1a0 age=92569 cpu=3 pid=6906
14391 [< none >] ___slab_alloc+0x4c7/0x500 kernel/mm/slub.c:2440
14392 [< none >] __slab_alloc+0x4c/0x90 kernel/mm/slub.c:2469
14393 [< inline >] slab_alloc_node kernel/mm/slub.c:2532
14394 [< inline >] slab_alloc kernel/mm/slub.c:2574
14395 [< none >] kmem_cache_alloc+0x23a/0x2b0 kernel/mm/slub.c:2579
14396 [< inline >] kmem_cache_zalloc kernel/include/linux/slab.h:597
14397 [< inline >] net_alloc kernel/net/core/net_namespace.c:325
14398 [< none >] copy_net_ns+0x6b/0x1a0 kernel/net/core/net_namespace.c:360
14399 [< none >] create_new_namespaces+0x2f6/0x610 kernel/kernel/nsproxy.c:95
14400 [< none >] copy_namespaces+0x297/0x320 kernel/kernel/nsproxy.c:150
14401 [< none >] copy_process.part.35+0x1bf4/0x5760 kernel/kernel/fork.c:1451
14402 [< inline >] copy_process kernel/kernel/fork.c:1274
14403 [< none >] _do_fork+0x1bc/0xcb0 kernel/kernel/fork.c:1723
14404 [< inline >] SYSC_clone kernel/kernel/fork.c:1832
14405 [< none >] SyS_clone+0x37/0x50 kernel/kernel/fork.c:1826
14406 [< none >] entry_SYSCALL_64_fastpath+0x16/0x7a kernel/arch/x86/entry/entry_64.S:185
14407
14408 INFO: Freed in net_drop_ns+0x67/0x80 age=575 cpu=2 pid=2631
14409 [< none >] __slab_free+0x1fc/0x320 kernel/mm/slub.c:2650
14410 [< inline >] slab_free kernel/mm/slub.c:2805
14411 [< none >] kmem_cache_free+0x2a0/0x330 kernel/mm/slub.c:2814
14412 [< inline >] net_free kernel/net/core/net_namespace.c:341
14413 [< none >] net_drop_ns+0x67/0x80 kernel/net/core/net_namespace.c:348
14414 [< none >] cleanup_net+0x4e5/0x600 kernel/net/core/net_namespace.c:448
14415 [< none >] process_one_work+0x794/0x1440 kernel/kernel/workqueue.c:2036
14416 [< none >] worker_thread+0xdb/0xfc0 kernel/kernel/workqueue.c:2170
14417 [< none >] kthread+0x23f/0x2d0 kernel/drivers/block/aoe/aoecmd.c:1303
14418 [< none >] ret_from_fork+0x3f/0x70 kernel/arch/x86/entry/entry_64.S:468
14419 INFO: Slab 0xffffea0001938800 objects=3 used=0 fp=0xffff880064e20000
14420 flags=0x5fffc0000004080
14421 INFO: Object 0xffff880064e20000 @offset=0 fp=0xffff880064e24200
14422
14423 CPU: 1 PID: 11581 Comm: syz-executor Tainted: G B 4.4.0+
14424 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS
14425 rel-1.8.2-0-g33fbe13 by qemu-project.org 04/01/2014
14426 00000000ffffffff ffff8800662c7790 ffffffff8292049d ffff88003e36a300
14427 ffff880064e20000 ffff880064e20000 ffff8800662c77c0 ffffffff816f2054
14428 ffff88003e36a300 ffffea0001938800 ffff880064e20000 0000000000000000
14429 Call Trace:
14430 [< inline >] __dump_stack kernel/lib/dump_stack.c:15
14431 [<ffffffff8292049d>] dump_stack+0x6f/0xa2 kernel/lib/dump_stack.c:50
14432 [<ffffffff816f2054>] print_trailer+0xf4/0x150 kernel/mm/slub.c:654
14433 [<ffffffff816f875f>] object_err+0x2f/0x40 kernel/mm/slub.c:661
14434 [< inline >] print_address_description kernel/mm/kasan/report.c:138
14435 [<ffffffff816fb0c5>] kasan_report_error+0x215/0x530 kernel/mm/kasan/report.c:236
14436 [< inline >] kasan_report kernel/mm/kasan/report.c:259
14437 [<ffffffff816fb4de>] __asan_report_load8_noabort+0x3e/0x40 kernel/mm/kasan/report.c:280
14438 [< inline >] ? ppp_pernet kernel/include/linux/compiler.h:218
14439 [<ffffffff83ad71b2>] ? ppp_unregister_channel+0x372/0x3a0 kernel/drivers/net/ppp/ppp_generic.c:2392
14440 [< inline >] ppp_pernet kernel/include/linux/compiler.h:218
14441 [<ffffffff83ad71b2>] ppp_unregister_channel+0x372/0x3a0 kernel/drivers/net/ppp/ppp_generic.c:2392
14442 [< inline >] ? ppp_pernet kernel/drivers/net/ppp/ppp_generic.c:293
14443 [<ffffffff83ad6f26>] ? ppp_unregister_channel+0xe6/0x3a0 kernel/drivers/net/ppp/ppp_generic.c:2392
14444 [<ffffffff83ae18f3>] ppp_asynctty_close+0xa3/0x130 kernel/drivers/net/ppp/ppp_async.c:241
14445 [<ffffffff83ae1850>] ? async_lcp_peek+0x5b0/0x5b0 kernel/drivers/net/ppp/ppp_async.c:1000
14446 [<ffffffff82c33239>] tty_ldisc_close.isra.1+0x99/0xe0 kernel/drivers/tty/tty_ldisc.c:478
14447 [<ffffffff82c332c0>] tty_ldisc_kill+0x40/0x170 kernel/drivers/tty/tty_ldisc.c:744
14448 [<ffffffff82c34943>] tty_ldisc_release+0x1b3/0x260 kernel/drivers/tty/tty_ldisc.c:772
14449 [<ffffffff82c1ef21>] tty_release+0xac1/0x13e0 kernel/drivers/tty/tty_io.c:1901
14450 [<ffffffff82c1e460>] ? release_tty+0x320/0x320 kernel/drivers/tty/tty_io.c:1688
14451 [<ffffffff8174de36>] __fput+0x236/0x780 kernel/fs/file_table.c:208
14452 [<ffffffff8174e405>] ____fput+0x15/0x20 kernel/fs/file_table.c:244
14453 [<ffffffff813595ab>] task_work_run+0x16b/0x200 kernel/kernel/task_work.c:115
14454 [< inline >] exit_task_work kernel/include/linux/task_work.h:21
14455 [<ffffffff81307105>] do_exit+0x8b5/0x2c60 kernel/kernel/exit.c:750
14456 [<ffffffff813fdd20>] ? debug_check_no_locks_freed+0x290/0x290 kernel/kernel/locking/lockdep.c:4123
14457 [<ffffffff81306850>] ? mm_update_next_owner+0x6f0/0x6f0 kernel/kernel/exit.c:357
14458 [<ffffffff813215e6>] ? __dequeue_signal+0x136/0x470 kernel/kernel/signal.c:550
14459 [<ffffffff8132067b>] ? recalc_sigpending_tsk+0x13b/0x180 kernel/kernel/signal.c:145
14460 [<ffffffff81309628>] do_group_exit+0x108/0x330 kernel/kernel/exit.c:880
14461 [<ffffffff8132b9d4>] get_signal+0x5e4/0x14f0 kernel/kernel/signal.c:2307
14462 [< inline >] ? kretprobe_table_lock kernel/kernel/kprobes.c:1113
14463 [<ffffffff8151d355>] ? kprobe_flush_task+0xb5/0x450 kernel/kernel/kprobes.c:1158
14464 [<ffffffff8115f7d3>] do_signal+0x83/0x1c90 kernel/arch/x86/kernel/signal.c:712
14465 [<ffffffff8151d2a0>] ? recycle_rp_inst+0x310/0x310 kernel/include/linux/list.h:655
14466 [<ffffffff8115f750>] ? setup_sigcontext+0x780/0x780 kernel/arch/x86/kernel/signal.c:165
14467 [<ffffffff81380864>] ? finish_task_switch+0x424/0x5f0 kernel/kernel/sched/core.c:2692
14468 [< inline >] ? finish_lock_switch kernel/kernel/sched/sched.h:1099
14469 [<ffffffff81380560>] ? finish_task_switch+0x120/0x5f0 kernel/kernel/sched/core.c:2678
14470 [< inline >] ? context_switch kernel/kernel/sched/core.c:2807
14471 [<ffffffff85d794e9>] ? __schedule+0x919/0x1bd0 kernel/kernel/sched/core.c:3283
14472 [<ffffffff81003901>] exit_to_usermode_loop+0xf1/0x1a0 kernel/arch/x86/entry/common.c:247
14473 [< inline >] prepare_exit_to_usermode kernel/arch/x86/entry/common.c:282
14474 [<ffffffff810062ef>] syscall_return_slowpath+0x19f/0x210 kernel/arch/x86/entry/common.c:344
14475 [<ffffffff85d88022>] int_ret_from_sys_call+0x25/0x9f kernel/arch/x86/entry/entry_64.S:281
14476 Memory state around the buggy address:
14477 ffff880064e21680: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
14478 ffff880064e21700: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
14479 >ffff880064e21780: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
14480 ^
14481 ffff880064e21800: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
14482 ffff880064e21880: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
14483 ==================================================================
14484
14485 Fixes: 273ec51dd7ce ("net: ppp_generic - introduce net-namespace functionality v2")
14486 Reported-by: Baozeng Ding <sploving1@gmail.com>
14487 Signed-off-by: Guillaume Nault <g.nault@alphalink.fr>
14488 Reviewed-by: Cyrill Gorcunov <gorcunov@openvz.org>
14489 Signed-off-by: David S. Miller <davem@davemloft.net>
14490
14491 drivers/net/ppp/ppp_generic.c | 4 +++-
14492 1 file changed, 3 insertions(+), 1 deletion(-)
14493
14494 commit bfb890c1ac9d29b377f6bec4a5aab51d053114c4
14495 Author: Herbert Xu <herbert@gondor.apana.org.au>
14496 Date: Wed Mar 16 17:06:01 2016 +0800
14497
14498 eCryptfs: Use skcipher and shash
14499
14500 eCryptfs: Fix null pointer dereference on kzalloc error path
14501
14502 The conversion to skcipher and shash added a couple of null pointer
14503 dereference bugs on the kzalloc failure path. This patch fixes them.
14504
14505 Fixes: 3095e8e366b4 ("eCryptfs: Use skcipher and shash")
14506 Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
14507 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
14508
14509 fs/ecryptfs/keystore.c | 6 ++----
14510 1 file changed, 2 insertions(+), 4 deletions(-)
14511
14512 commit 58a8421ae537e0609c4ff59bf6b11be869a43cc6
14513 Author: Boris BREZILLON <boris.brezillon@free-electrons.com>
14514 Date: Thu Mar 17 10:21:34 2016 +0100
14515
14516 crypto: marvell/cesa - fix memory leak
14517
14518 Crypto requests are not guaranteed to be finalized (->final() call),
14519 and can be freed at any moment, without getting any notification from
14520 the core. This can lead to memory leaks of the ->cache buffer.
14521
14522 Make this buffer part of the request object, and allocate an extra buffer
14523 from the DMA cache pool when doing DMA operations.
14524
14525 As a side effect, this patch also fixes another bug related to cache
14526 allocation and DMA operations. When the core allocates a new request and
14527 import an existing state, a cache buffer can be allocated (depending
14528 on the state). The problem is, at that very moment, we don't know yet
14529 whether the request will use DMA or not, and since everything is
14530 likely to be initialized to zero, mv_cesa_ahash_alloc_cache() thinks it
14531 should allocate a buffer for standard operation. But when
14532 mv_cesa_ahash_free_cache() is called, req->type has been set to
14533 CESA_DMA_REQ in the meantime, thus leading to an invalind dma_pool_free()
14534 call (the buffer passed in argument has not been allocated from the pool).
14535
14536 Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
14537 Reported-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
14538 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
14539
14540 drivers/crypto/marvell/cesa.h | 3 +-
14541 drivers/crypto/marvell/hash.c | 86 +++++++++----------------------------------
14542 2 files changed, 20 insertions(+), 69 deletions(-)
14543
14544 commit 1ec604f99895b9c37f26a692ff83a7da02d667fd
14545 Author: Boris BREZILLON <boris.brezillon@free-electrons.com>
14546 Date: Thu Mar 17 10:21:35 2016 +0100
14547
14548 crypto: marvell/cesa - initialize hash states
14549
14550 ->export() might be called before we have done an update operation,
14551 and in this case the ->state field is left uninitialized.
14552 Put the correct default value when initializing the request.
14553
14554 Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
14555 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
14556
14557 drivers/crypto/marvell/hash.c | 20 ++++++++++++++++++++
14558 1 file changed, 20 insertions(+)
14559
14560 commit 23879f055d23e82c2f78cceca22c33e631973977
14561 Author: David S. Miller <davem@davemloft.net>
14562 Date: Sun Mar 13 23:28:00 2016 -0400
14563
14564 ipv4: Don't do expensive useless work during inetdev destroy.
14565
14566 When an inetdev is destroyed, every address assigned to the interface
14567 is removed. And in this scenerio we do two pointless things which can
14568 be very expensive if the number of assigned interfaces is large:
14569
14570 1) Address promotion. We are deleting all addresses, so there is no
14571 point in doing this.
14572
14573 2) A full nf conntrack table purge for every address. We only need to
14574 do this once, as is already caught by the existing
14575 masq_dev_notifier so masq_inet_event() can skip this.
14576
14577 Reported-by: Solar Designer <solar@openwall.com>
14578 Signed-off-by: David S. Miller <davem@davemloft.net>
14579 Tested-by: Cyrill Gorcunov <gorcunov@openvz.org>
14580
14581 net/ipv4/devinet.c | 4 ++++
14582 net/ipv4/fib_frontend.c | 4 ++++
14583 net/ipv4/netfilter/nf_nat_masquerade_ipv4.c | 12 ++++++++++--
14584 3 files changed, 18 insertions(+), 2 deletions(-)
14585
14586 commit 60394231e840e884024592a76a6c5612433d3756
14587 Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
14588 Date: Tue Mar 8 10:34:28 2016 -0300
14589
14590 sctp: fix copying more bytes than expected in sctp_add_bind_addr
14591
14592 Dmitry reported that sctp_add_bind_addr may read more bytes than
14593 expected in case the parameter is a IPv4 addr supplied by the user
14594 through calls such as sctp_bindx_add(), because it always copies
14595 sizeof(union sctp_addr) while the buffer may be just a struct
14596 sockaddr_in, which is smaller.
14597
14598 This patch then fixes it by limiting the memcpy to the min between the
14599 union size and a (new parameter) provided addr size. Where possible this
14600 parameter still is the size of that union, except for reading from
14601 user-provided buffers, which then it accounts for protocol type.
14602
14603 Reported-by: Dmitry Vyukov <dvyukov@google.com>
14604 Tested-by: Dmitry Vyukov <dvyukov@google.com>
14605 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
14606 Signed-off-by: David S. Miller <davem@davemloft.net>
14607
14608 include/net/sctp/structs.h | 2 +-
14609 net/sctp/bind_addr.c | 14 ++++++++------
14610 net/sctp/protocol.c | 1 +
14611 net/sctp/sm_make_chunk.c | 3 ++-
14612 net/sctp/socket.c | 4 +++-
14613 5 files changed, 15 insertions(+), 9 deletions(-)
14614
14615 commit 9831caa50e1453818c5ec618890291f028b7992f
14616 Author: Brad Spengler <spender@grsecurity.net>
14617 Date: Mon Mar 28 19:20:28 2016 -0400
14618
14619 Also allow /bin/false as needed by systemd
14620
14621 kernel/kmod.c | 2 +-
14622 1 file changed, 1 insertion(+), 1 deletion(-)
14623
14624 commit bb38a61b496a3f09f4d7b93d2f0fe15476918147
14625 Author: Brad Spengler <spender@grsecurity.net>
14626 Date: Tue Mar 22 16:59:43 2016 -0400
14627
14628 Fix size_overflow FP reported by marcan at:
14629 https://forums.grsecurity.net/viewtopic.php?f=3&t=4426
14630
14631 net/ipv6/xfrm6_mode_transport.c | 2 +-
14632 1 file changed, 1 insertion(+), 1 deletion(-)
14633
14634 commit 523a36a9c845da3051e58c6767c2e1a0f640998a
14635 Merge: 0d0ec9e c0b77a7
14636 Author: Brad Spengler <spender@grsecurity.net>
14637 Date: Wed Mar 16 20:20:40 2016 -0400
14638
14639 Merge branch 'pax-test' into grsec-test
14640
14641 commit c0b77a7cb578199f0b7dc90768a13ca6c044aba9
14642 Merge: 10d57c1 0d19123
14643 Author: Brad Spengler <spender@grsecurity.net>
14644 Date: Wed Mar 16 20:20:27 2016 -0400
14645
14646 Merge branch 'linux-4.4.y' into pax-test
14647
14648 commit 0d0ec9ee83144ab839710a01cfd746bd78257394
14649 Author: Brad Spengler <spender@grsecurity.net>
14650 Date: Mon Mar 14 20:15:47 2016 -0400
14651
14652 Invert logic to clean up code
14653
14654 fs/namei.c | 32 +++++++-------------------------
14655 grsecurity/grsec_chroot.c | 10 +++++-----
14656 2 files changed, 12 insertions(+), 30 deletions(-)
14657
14658 commit 39e0e623c84863af7b3ace759b583ff938fde2b7
14659 Author: Brad Spengler <spender@grsecurity.net>
14660 Date: Mon Mar 14 19:59:36 2016 -0400
14661
14662 compile fix
14663
14664 fs/namei.c | 5 ++---
14665 1 file changed, 2 insertions(+), 3 deletions(-)
14666
14667 commit 2b3ad8bc095fea829275b7fcc7e5671677b8ed33
14668 Author: Brad Spengler <spender@grsecurity.net>
14669 Date: Mon Mar 14 19:57:53 2016 -0400
14670
14671 Also handle renames
14672
14673 fs/namei.c | 9 +++++++++
14674 1 file changed, 9 insertions(+)
14675
14676 commit 54dfd13b19743d4a340de0cd5683b5bde44e7d9c
14677 Author: Brad Spengler <spender@grsecurity.net>
14678 Date: Mon Mar 14 19:45:56 2016 -0400
14679
14680 Add additional check to cover lookup family of functions
14681
14682 fs/namei.c | 9 +++++++++
14683 1 file changed, 9 insertions(+)
14684
14685 commit c3df846baa7873fb99401136f220676b87452918
14686 Author: Brad Spengler <spender@grsecurity.net>
14687 Date: Mon Mar 14 18:42:37 2016 -0400
14688
14689 compile fix
14690
14691 fs/namei.c | 2 +-
14692 1 file changed, 1 insertion(+), 1 deletion(-)
14693
14694 commit 384ea9c0ef9df4298dfa3a71948c08e70f1092bf
14695 Author: Brad Spengler <spender@grsecurity.net>
14696 Date: Mon Mar 14 18:34:40 2016 -0400
14697
14698 Fix recent chroot check on the create side, as reported by
14699 Toralf Foerster
14700
14701 fs/namei.c | 26 ++++++++++++++++----------
14702 1 file changed, 16 insertions(+), 10 deletions(-)
14703
14704 commit 82e7dc61a626c47887d392ff9cd35b104f01fd25
14705 Author: Paolo Bonzini <pbonzini@redhat.com>
14706 Date: Tue Mar 8 12:13:39 2016 +0100
14707
14708 KVM: MMU: fix ept=0/pte.u=1/pte.w=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0 combo
14709
14710 Yes, all of these are needed. :) This is admittedly a bit odd, but
14711 kvm-unit-tests access.flat tests this if you run it with "-cpu host"
14712 and of course ept=0.
14713
14714 KVM runs the guest with CR0.WP=1, so it must handle supervisor writes
14715 specially when pte.u=1/pte.w=0/CR0.WP=0. Such writes cause a fault
14716 when U=1 and W=0 in the SPTE, but they must succeed because CR0.WP=0.
14717 When KVM gets the fault, it sets U=0 and W=1 in the shadow PTE and
14718 restarts execution. This will still cause a user write to fault, while
14719 supervisor writes will succeed. User reads will fault spuriously now,
14720 and KVM will then flip U and W again in the SPTE (U=1, W=0). User reads
14721 will be enabled and supervisor writes disabled, going back to the
14722 originary situation where supervisor writes fault spuriously.
14723
14724 When SMEP is in effect, however, U=0 will enable kernel execution of
14725 this page. To avoid this, KVM also sets NX=1 in the shadow PTE together
14726 with U=0. If the guest has not enabled NX, the result is a continuous
14727 stream of page faults due to the NX bit being reserved.
14728
14729 The fix is to force EFER.NX=1 even if the CPU is taking care of the EFER
14730 switch. (All machines with SMEP have the CPU_LOAD_IA32_EFER vm-entry
14731 control, so they do not use user-return notifiers for EFER---if they did,
14732 EFER.NX would be forced to the same value as the host).
14733
14734 There is another bug in the reserved bit check, which I've split to a
14735 separate patch for easier application to stable kernels.
14736
14737 Cc: stable@vger.kernel.org
14738 Cc: Andy Lutomirski <luto@amacapital.net>
14739 Reviewed-by: Xiao Guangrong <guangrong.xiao@linux.intel.com>
14740 Fixes: f6577a5fa15d82217ca73c74cd2dcbc0f6c781dd
14741 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
14742
14743 Documentation/virtual/kvm/mmu.txt | 3 ++-
14744 arch/x86/kvm/vmx.c | 36 +++++++++++++++++++++++-------------
14745 2 files changed, 25 insertions(+), 14 deletions(-)
14746
14747 commit 802a88e57b141e9643e93afb7805813ad8da22f3
14748 Author: Paolo Bonzini <pbonzini@redhat.com>
14749 Date: Wed Mar 9 14:28:02 2016 +0100
14750
14751 KVM: MMU: fix reserved bit check for ept=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0
14752
14753 KVM has special logic to handle pages with pte.u=1 and pte.w=0 when
14754 CR0.WP=1. These pages' SPTEs flip continuously between two states:
14755 U=1/W=0 (user and supervisor reads allowed, supervisor writes not allowed)
14756 and U=0/W=1 (supervisor reads and writes allowed, user writes not allowed).
14757
14758 When SMEP is in effect, however, U=0 will enable kernel execution of
14759 this page. To avoid this, KVM also sets NX=1 in the shadow PTE together
14760 with U=0, making the two states U=1/W=0/NX=gpte.NX and U=0/W=1/NX=1.
14761 When guest EFER has the NX bit cleared, the reserved bit check thinks
14762 that the latter state is invalid; teach it that the smep_andnot_wp case
14763 will also use the NX bit of SPTEs.
14764
14765 Cc: stable@vger.kernel.org
14766 Reviewed-by: Xiao Guangrong <guangrong.xiao@linux.inel.com>
14767 Fixes: c258b62b264fdc469b6d3610a907708068145e3b
14768 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
14769
14770 arch/x86/kvm/mmu.c | 4 +++-
14771 1 file changed, 3 insertions(+), 1 deletion(-)
14772
14773 commit 3925851224428c1d2bca32cf33821befb947c4f3
14774 Author: Ming Lei <ming.lei@canonical.com>
14775 Date: Sat Mar 12 22:56:19 2016 +0800
14776
14777 block: don't optimize for non-cloned bio in bio_get_last_bvec()
14778
14779 For !BIO_CLONED bio, we can use .bi_vcnt safely, but it
14780 doesn't mean we can just simply return .bi_io_vec[.bi_vcnt - 1]
14781 because the start postion may have been moved in the middle of
14782 the bvec, such as splitting in the middle of bvec.
14783
14784 Fixes: 7bcd79ac50d9(block: bio: introduce helpers to get the 1st and last bvec)
14785 Cc: stable@vger.kernel.org
14786 Reported-by: Kent Overstreet <kent.overstreet@gmail.com>
14787 Signed-off-by: Ming Lei <ming.lei@canonical.com>
14788 Signed-off-by: Jens Axboe <axboe@fb.com>
14789
14790 include/linux/bio.h | 5 -----
14791 1 file changed, 5 deletions(-)
14792
14793 commit db541463b4a0926bebdbac743c8736fb9e903d58
14794 Author: Borislav Petkov <bp@alien8.de>
14795 Date: Fri Mar 11 12:32:06 2016 +0100
14796
14797 x86/fpu: Fix eager-FPU handling on legacy FPU machines
14798
14799 i486 derived cores like Intel Quark support only the very old,
14800 legacy x87 FPU (FSAVE/FRSTOR, CPUID bit FXSR is not set), and
14801 our FPU code wasn't handling the saving and restoring there
14802 properly in the 'eagerfpu' case.
14803
14804 So after we made eagerfpu the default for all CPU types:
14805
14806 58122bf1d856 x86/fpu: Default eagerfpu=on on all CPUs
14807
14808 these old FPU designs broke. First, Andy Shevchenko reported a splat:
14809
14810 WARNING: CPU: 0 PID: 823 at arch/x86/include/asm/fpu/internal.h:163 fpu__clear+0x8c/0x160
14811
14812 which was us trying to execute FXRSTOR on those machines even though
14813 they don't support it.
14814
14815 After taking care of that, Bryan O'Donoghue reported that a simple FPU
14816 test still failed because we weren't initializing the FPU state properly
14817 on those machines.
14818
14819 Take care of all that.
14820
14821 Reported-and-tested-by: Bryan O'Donoghue <pure.logic@nexus-software.ie>
14822 Reported-by: Andy Shevchenko <andy.shevchenko@gmail.com>
14823 Signed-off-by: Borislav Petkov <bp@suse.de>
14824 Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
14825 Cc: Andrew Morton <akpm@linux-foundation.org>
14826 Cc: Andy Lutomirski <luto@amacapital.net>
14827 Cc: Borislav Petkov <bp@alien8.de>
14828 Cc: Brian Gerst <brgerst@gmail.com>
14829 Cc: Dave Hansen <dave.hansen@linux.intel.com>
14830 Cc: Denys Vlasenko <dvlasenk@redhat.com>
14831 Cc: Fenghua Yu <fenghua.yu@intel.com>
14832 Cc: H. Peter Anvin <hpa@zytor.com>
14833 Cc: Oleg Nesterov <oleg@redhat.com>
14834 Cc: Peter Zijlstra <peterz@infradead.org>
14835 Cc: Quentin Casasnovas <quentin.casasnovas@oracle.com>
14836 Cc: Thomas Gleixner <tglx@linutronix.de>
14837 Cc: Yu-cheng <yu-cheng.yu@intel.com>
14838 Link: http://lkml.kernel.org/r/20160311113206.GD4312@pd.tnic
14839 Signed-off-by: Ingo Molnar <mingo@kernel.org>
14840
14841 arch/x86/kernel/fpu/core.c | 4 +++-
14842 arch/x86/kernel/fpu/init.c | 2 +-
14843 2 files changed, 4 insertions(+), 2 deletions(-)
14844
14845 commit 8fed14e935cb62d2d46e99793d728dc7760dcc87
14846 Author: Brad Spengler <spender@grsecurity.net>
14847 Date: Sun Mar 13 11:35:56 2016 -0400
14848
14849 Compile fixes
14850
14851 fs/namei.c | 2 +-
14852 grsecurity/grsec_chroot.c | 2 +-
14853 include/linux/grsecurity.h | 2 +-
14854 3 files changed, 3 insertions(+), 3 deletions(-)
14855
14856 commit aab25a3496c4683c5858056960010119fb7d9a5a
14857 Author: Brad Spengler <spender@grsecurity.net>
14858 Date: Sun Mar 13 10:53:59 2016 -0400
14859
14860 Use fput instead of put_filp()
14861
14862 fs/namei.c | 4 ++--
14863 1 file changed, 2 insertions(+), 2 deletions(-)
14864
14865 commit 928ddec9dfe5415dff82d941c3b3e76ee6f48761
14866 Author: Brad Spengler <spender@grsecurity.net>
14867 Date: Sun Mar 13 10:30:54 2016 -0400
14868
14869 Update MPROTECT_COMPAT config description, disable by default
14870
14871 security/Kconfig | 18 ++++++------------
14872 1 file changed, 6 insertions(+), 12 deletions(-)
14873
14874 commit 4cc29af2e81e7a4bdfab1afedfdedca6e23362d5
14875 Author: Brad Spengler <spender@grsecurity.net>
14876 Date: Sun Mar 13 10:35:55 2016 -0400
14877
14878 As reported by Jann Horn, chroot scenarios where the chrooting application
14879 brings in a directory fd can be used to access any file outside of the chroot
14880 via *at syscalls. To maintain compatibility with Chromium and other apps,
14881 we specifically only disallow relative accesses off a directory fd when the
14882 final path is not located under that directory described by the fd and exists
14883 outside of the chroot. This additional restriction will exist under the
14884 current GRKERNSEC_CHROOT_FCHDIR option.
14885
14886 fs/namei.c | 9 +++++++++
14887 grsecurity/Kconfig | 10 ++++++----
14888 grsecurity/grsec_chroot.c | 39 +++++++++++++++++++++++++++++++++++++++
14889 include/linux/grmsg.h | 1 +
14890 include/linux/grsecurity.h | 1 +
14891 5 files changed, 56 insertions(+), 4 deletions(-)
14892
14893 commit 7d02a991213f0b07a3677dcc93cdafc3ac309142
14894 Author: Brad Spengler <spender@grsecurity.net>
14895 Date: Thu Mar 10 22:17:16 2016 -0500
14896
14897 Update size_overflow hash table
14898
14899 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 1 +
14900 1 file changed, 1 insertion(+)
14901
14902 commit 29f25ddda6a5625340df26beb394279fefea2b49
14903 Author: Brad Spengler <spender@grsecurity.net>
14904 Date: Thu Mar 10 22:16:04 2016 -0500
14905
14906 Fix module support
14907
14908 kernel/module.c | 3 ++-
14909 1 file changed, 2 insertions(+), 1 deletion(-)
14910
14911 commit b057a45636b626e7eaf03077ed0916b95fea054c
14912 Merge: ba5ee94 10d57c1
14913 Author: Brad Spengler <spender@grsecurity.net>
14914 Date: Thu Mar 10 21:36:10 2016 -0500
14915
14916 Merge branch 'pax-test' into grsec-test
14917
14918 commit 10d57c107e7fabffbe616b14efab73df585576c2
14919 Merge: 1cbae46 62e2195
14920 Author: Brad Spengler <spender@grsecurity.net>
14921 Date: Thu Mar 10 21:34:58 2016 -0500
14922
14923 Update to pax-linux-4.4.5-test9.patch:
14924 - fixed an integer signedness mixup in the old select syscall caught by the size overflow plugin, by Mathias Krause <minipli@ld-linux.so>
14925 - Emese cleaned up a few unnecessary type casts in the size overflow plugin
14926 - fixed the initify plugin to not trigger a compiler assert with gcc 6 in LTO mode
14927 - compile the x86 vdso without plugins, reported by Emese
14928 - fixed a REFCOUNT/arm compile error, reported by coadde (https://forums.grsecurity.net/viewtopic.php?f=3&t=4410)
14929 - fixed gcc-common.h for gcc 6, reported by psturm (https://forums.grsecurity.net/viewtopic.php?f=3&t=4394)
14930
14931 Merge branch 'linux-4.4.y' into pax-test
14932
14933 commit ba5ee94199b11c1429559a08c2158677dd8f1761
14934 Author: Brad Spengler <spender@grsecurity.net>
14935 Date: Thu Mar 3 20:20:19 2016 -0500
14936
14937 Update size_overflow hash table
14938
14939 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 1 +
14940 1 file changed, 1 insertion(+)
14941
14942 commit 50a5cd726362f0988b81a54d4c962acf8fd34a70
14943 Merge: 335c04c 1cbae46
14944 Author: Brad Spengler <spender@grsecurity.net>
14945 Date: Thu Mar 3 20:04:00 2016 -0500
14946
14947 Merge branch 'pax-test' into grsec-test
14948
14949 commit 1cbae46efa0b111ef2d46502f8d34c4c572a0e00
14950 Merge: a51cdb8 c252409
14951 Author: Brad Spengler <spender@grsecurity.net>
14952 Date: Thu Mar 3 19:57:43 2016 -0500
14953
14954 Merge branch 'linux-4.4.y' into pax-test
14955
14956 commit 335c04c8146a696a6101a9c69dbd47f11383549e
14957 Merge: 897877e a51cdb8
14958 Author: Brad Spengler <spender@grsecurity.net>
14959 Date: Tue Mar 1 17:57:24 2016 -0500
14960
14961 Merge branch 'pax-test' into grsec-test
14962
14963 commit a51cdb83569b450858737a30d2be043d87d7ddc1
14964 Author: Brad Spengler <spender@grsecurity.net>
14965 Date: Tue Mar 1 17:56:43 2016 -0500
14966
14967 Update to pax-linux-4.4.3-test6.patch:
14968 - spender fixed the cftype constification fallout, reported by quasar366 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4391)
14969 - fixed a few section mismatches on notifier_block variables
14970 - fixed a few REFCOUNT false positives found by Emese's plugin
14971 - constified hypervisor_x86
14972
14973 arch/x86/include/asm/hypervisor.h | 2 +-
14974 arch/x86/kernel/cpu/mshyperv.c | 2 +-
14975 arch/x86/kernel/cpu/vmware.c | 2 +-
14976 arch/x86/kernel/kvm.c | 2 +-
14977 drivers/lightnvm/rrpc.c | 4 ++--
14978 drivers/lightnvm/rrpc.h | 2 +-
14979 drivers/net/can/led.c | 2 +-
14980 drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 2 +-
14981 drivers/net/ethernet/rocker/rocker.c | 4 ++--
14982 drivers/net/ipvlan/ipvlan_main.c | 6 +++---
14983 drivers/net/vrf.c | 2 +-
14984 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 12 ++++++------
14985 drivers/staging/rtl8188eu/include/rtw_mlme_ext.h | 2 +-
14986 drivers/staging/rtl8723au/core/rtw_mlme_ext.c | 12 ++++++------
14987 drivers/staging/rtl8723au/include/drv_types.h | 2 +-
14988 drivers/staging/rtl8723au/include/rtw_mlme_ext.h | 2 +-
14989 drivers/staging/rtl8723au/include/usb_ops.h | 4 ++--
14990 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
14991 fs/proc/kcore.c | 2 +-
14992 mm/hugetlb_cgroup.c | 8 ++++----
14993 mm/mm_init.c | 2 +-
14994 mm/slub.c | 2 +-
14995 net/mac802154/iface.c | 2 +-
14996 23 files changed, 41 insertions(+), 41 deletions(-)
14997
14998 commit 897877e79629a0b854e98cb666a9d898256d45a7
14999 Merge: 1ffa5d5 4f4b213
15000 Author: Brad Spengler <spender@grsecurity.net>
15001 Date: Sun Feb 28 20:54:59 2016 -0500
15002
15003 Merge branch 'pax-test' into grsec-test
15004
15005 commit 4f4b21342a4a4f87c01f7909406e6b5f4c9dadbf
15006 Author: Brad Spengler <spender@grsecurity.net>
15007 Date: Sun Feb 28 20:54:06 2016 -0500
15008
15009 Update to pax-linux-4.4.3-test5.patch:
15010 - constified xfrm_mgr and cftype, by Mathias Krause <minipli@ld-linux.so>
15011 - Emese fixed a few checkpatch reports on the gcc plugin generator headers
15012 - Emese fixed a false positive size overflow report in get_next_ino, reported by KARBOWSKI Piotr <piotr.karbowski@gmail.com>
15013 - added a generator for SIMPLE_IPA passes as well
15014
15015 include/linux/cgroup-defs.h | 2 +-
15016 include/linux/hugetlb.h | 2 +-
15017 include/linux/hugetlb_cgroup.h | 11 ++
15018 include/net/xfrm.h | 2 +-
15019 kernel/cgroup.c | 29 ++--
15020 mm/hugetlb.c | 55 ++++++-
15021 mm/hugetlb_cgroup.c | 60 ++-----
15022 mm/mmap.c | 38 ++---
15023 net/xfrm/xfrm_state.c | 4 +-
15024 tools/gcc/constify_plugin.c | 5 +-
15025 tools/gcc/gcc-common.h | 42 +++--
15026 tools/gcc/gcc-generate-gimple-pass.h | 27 ++--
15027 tools/gcc/gcc-generate-ipa-pass.h | 43 ++---
15028 tools/gcc/gcc-generate-rtl-pass.h | 27 ++--
15029 tools/gcc/gcc-generate-simple_ipa-pass.h | 173 +++++++++++++++++++++
15030 tools/gcc/size_overflow_plugin/.gitignore | 1 +
15031 .../disable_size_overflow_hash.data | 7 +-
15032 .../size_overflow_plugin/size_overflow_hash.data | 3 -
15033 18 files changed, 385 insertions(+), 146 deletions(-)
15034
15035 commit 1ffa5d50a2161311d46b56fdef734f309503cb80
15036 Author: Brad Spengler <spender@grsecurity.net>
15037 Date: Sun Feb 28 20:43:02 2016 -0500
15038
15039 Make suid/sgid bruteforce prevention also apply to binaries with fscaps
15040 enabled
15041
15042 grsecurity/grsec_sig.c | 3 +--
15043 1 file changed, 1 insertion(+), 2 deletions(-)
15044
15045 commit cfdb373a77c88d01c1539e605e28143af5981571
15046 Author: Brad Spengler <spender@grsecurity.net>
15047 Date: Sun Feb 28 19:12:39 2016 -0500
15048
15049 compile fix
15050
15051 grsecurity/gracl_segv.c | 2 +-
15052 grsecurity/grsec_sig.c | 2 +-
15053 2 files changed, 2 insertions(+), 2 deletions(-)
15054
15055 commit 67d5160f8c1ee12ee4da1e7ad57f8688fcc77b53
15056 Author: Brad Spengler <spender@grsecurity.net>
15057 Date: Sun Feb 28 18:24:50 2016 -0500
15058
15059 Update the daemon check in handling of anti-bruteforcing of suid binaries
15060 by GRKERNSEC_BRUTE to prevent a bypass reported by Jann Horn where one
15061 could create unprivileged copies of the suid binary via ptrace, inject
15062 code into them, and fork+exec a privileged copy. A crash then in the
15063 privileged copy would trigger the daemon detection which could be avoided
15064 by simply terminating the original process. Defeat this by using our
15065 is_privileged_binary() function against the task's mm->binfmt->file to detect
15066 an fscaps-enabled or suid/sgid binary being involved.
15067
15068 Also update the RBAC RES_CRASH code to use is_privileged_binary().
15069
15070 grsecurity/gracl_segv.c | 15 +--------------
15071 grsecurity/grsec_sig.c | 3 ++-
15072 2 files changed, 3 insertions(+), 15 deletions(-)
15073
15074 commit 7382ec22b0c9627c674ccbb00210276d26f219e3
15075 Author: Brad Spengler <spender@grsecurity.net>
15076 Date: Sun Feb 28 15:06:32 2016 -0500
15077
15078 Fix a GRKERNSEC_PTRACE_READEXEC bypass reported by Jann Horn where one
15079 could dump out an unreadable suid binary by creating a script that used
15080 that binary as an interpreter.
15081
15082 fs/exec.c | 14 +++++++++-----
15083 1 file changed, 9 insertions(+), 5 deletions(-)
15084
15085 commit 3e60eddebe1c59b97c0b5432506bf8e13d84e8e6
15086 Merge: 2d35d52 8327ee6
15087 Author: Brad Spengler <spender@grsecurity.net>
15088 Date: Thu Feb 25 18:44:11 2016 -0500
15089
15090 Merge branch 'pax-test' into grsec-test
15091
15092 Conflicts:
15093 fs/proc/base.c
15094 kernel/ptrace.c
15095 mm/process_vm_access.c
15096
15097 commit 8327ee64e5e24ae6a3446dd96b95d5185f70e1f6
15098 Merge: 09d53c7 2134d97
15099 Author: Brad Spengler <spender@grsecurity.net>
15100 Date: Thu Feb 25 18:36:46 2016 -0500
15101
15102 Merge branch 'linux-4.4.y' into pax-test
15103
15104 Conflicts:
15105 mm/mmap.c
15106
15107 commit 2d35d5276f3feb0c053209f8c3a77b1f55f9d96b
15108 Author: Brad Spengler <spender@grsecurity.net>
15109 Date: Wed Feb 24 07:59:12 2016 -0500
15110
15111 Remove /proc/pid/map_files which we had previously prevented via
15112 an inverted dependency on checkpoint/restart, but clearly should have
15113 guarded independently as upstream in 4.3 enabled it regardless of checkpoint/
15114 restart support. It can be used since 4.3 as an ASLR leak under RBAC to
15115 processes of the same UID. Thanks to Mathias Krause for the report!
15116
15117 fs/proc/base.c | 2 ++
15118 1 file changed, 2 insertions(+)
15119
15120 commit e4f1e517092222aa28179b20e14c0ddfb2796049
15121 Author: Brad Spengler <spender@grsecurity.net>
15122 Date: Thu Feb 18 19:32:39 2016 -0500
15123
15124 Update size_overflow hash table
15125
15126 .../size_overflow_plugin/size_overflow_hash.data | 158 +++++++++++++++++----
15127 1 file changed, 131 insertions(+), 27 deletions(-)
15128
15129 commit d5f895ddfa903d0d70425b8c3d7ef649c7e6943b
15130 Author: Brad Spengler <spender@grsecurity.net>
15131 Date: Thu Feb 18 18:52:37 2016 -0500
15132
15133 Update size_overflow hash table
15134
15135 .../size_overflow_plugin/size_overflow_hash.data | 293 +++++++++++++++++----
15136 1 file changed, 237 insertions(+), 56 deletions(-)
15137
15138 commit 9d198df724c306c36e254fe19d0957fb608c3fa2
15139 Author: Brad Spengler <spender@grsecurity.net>
15140 Date: Thu Feb 18 18:23:03 2016 -0500
15141
15142 compile fix
15143
15144 tools/gcc/randomize_layout_plugin.c | 2 +-
15145 1 file changed, 1 insertion(+), 1 deletion(-)
15146
15147 commit 024d2af98b755712daff6ed7c49af921da4e8883
15148 Author: Brad Spengler <spender@grsecurity.net>
15149 Date: Thu Feb 18 18:19:47 2016 -0500
15150
15151 compile fix
15152
15153 tools/gcc/randomize_layout_plugin.c | 2 +-
15154 1 file changed, 1 insertion(+), 1 deletion(-)
15155
15156 commit 14a7b3bb5c3d8c6ef70c3e0842a5adc7f0f3e2c8
15157 Author: Brad Spengler <spender@grsecurity.net>
15158 Date: Thu Feb 18 18:16:32 2016 -0500
15159
15160 compile fix
15161
15162 tools/gcc/randomize_layout_plugin.c | 9 +++++----
15163 1 file changed, 5 insertions(+), 4 deletions(-)
15164
15165 commit 9b2d0ee62bc66858c274f256c0502cbcbd34b2bf
15166 Author: Brad Spengler <spender@grsecurity.net>
15167 Date: Thu Feb 18 17:54:51 2016 -0500
15168
15169 Compile fix
15170
15171 tools/gcc/randomize_layout_plugin.c | 2 +-
15172 1 file changed, 1 insertion(+), 1 deletion(-)
15173
15174 commit 13823395101c4228ecded4b624583389ee13bfb3
15175 Author: Brad Spengler <spender@grsecurity.net>
15176 Date: Thu Feb 18 17:35:21 2016 -0500
15177
15178 compile fix
15179
15180 Makefile | 5 +----
15181 1 file changed, 1 insertion(+), 4 deletions(-)
15182
15183 commit 0316a42a37e67b0bc8a545c7a8b63db2d25f1ab0
15184 Merge: 45cbb7e 09d53c7
15185 Author: Brad Spengler <spender@grsecurity.net>
15186 Date: Thu Feb 18 16:40:51 2016 -0500
15187
15188 Merge branch 'pax-test' into grsec-test
15189
15190 Conflicts:
15191 Makefile
15192 include/linux/genl_magic_struct.h
15193 scripts/mod/modpost.c
15194 tools/gcc/size_overflow_plugin/size_overflow_hash.data
15195
15196 commit 09d53c74140e87e886a28980cedbb7e771f2a356
15197 Author: Brad Spengler <spender@grsecurity.net>
15198 Date: Thu Feb 18 16:24:02 2016 -0500
15199
15200 Update to pax-linux-4.4.2-test4.patch:
15201 - 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>
15202 - moved gcc plugin related makefile bits into a separate file, by Emese
15203 - changed modpost to report writable function pointers separately
15204 - increased the size of mem_cgroup.numainfo_events to avoid a wraparound caught by REFCOUNT, reported by alexey vlasov
15205 - reduced the size of the compat syscall entry points on amd64
15206 - 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)
15207 - Emese regenerated the size overflow hash table for 4.4
15208 - all plugins now use the new pass generator headers
15209
15210 Makefile | 73 +-
15211 arch/x86/entry/entry_64.S | 2 +-
15212 arch/x86/entry/entry_64_compat.S | 48 +-
15213 fs/exec.c | 3 +
15214 include/linux/genl_magic_struct.h | 4 +-
15215 include/linux/memcontrol.h | 2 +-
15216 ipc/shm.c | 2 +-
15217 mm/memcontrol.c | 6 +-
15218 scripts/Makefile.extrawarn | 4 +
15219 scripts/Makefile.gcc-plugins | 69 +
15220 scripts/mod/modpost.c | 15 +-
15221 tools/gcc/checker_plugin.c | 71 +-
15222 tools/gcc/colorize_plugin.c | 65 +-
15223 tools/gcc/constify_plugin.c | 65 +-
15224 tools/gcc/gcc-generate-gimple-pass.h | 172 +
15225 tools/gcc/gcc-generate-ipa-pass.h | 286 +
15226 tools/gcc/gcc-generate-rtl-pass.h | 172 +
15227 tools/gcc/initify_plugin.c | 74 +-
15228 tools/gcc/kallocstat_plugin.c | 65 +-
15229 tools/gcc/kernexec_plugin.c | 184 +-
15230 tools/gcc/latent_entropy_plugin.c | 71 +-
15231 tools/gcc/randomize_layout_seed.h | 1 -
15232 .../disable_size_overflow_hash.h | 152601 ------------------
15233 .../insert_size_overflow_asm.c | 71 +-
15234 .../size_overflow_plugin/intentional_overflow.c | 6 +-
15235 tools/gcc/size_overflow_plugin/size_overflow.h | 20 +-
15236 .../size_overflow_plugin/size_overflow_hash.data | 2898 +-
15237 tools/gcc/size_overflow_plugin/size_overflow_ipa.c | 94 +-
15238 .../size_overflow_plugin/size_overflow_plugin.c | 14 +-
15239 .../size_overflow_plugin/size_overflow_transform.c | 2 +-
15240 .../size_overflow_transform_core.c | 2 +-
15241 tools/gcc/stackleak_plugin.c | 132 +-
15242 tools/gcc/structleak_plugin.c | 67 +-
15243 33 files changed, 2238 insertions(+), 155123 deletions(-)
15244
15245 commit 45cbb7e015a18625dafb019246e13e8cf3a18ace
15246 Merge: 3b5448b 0c85110
15247 Author: Brad Spengler <spender@grsecurity.net>
15248 Date: Wed Feb 17 19:11:25 2016 -0500
15249
15250 Merge branch 'pax-test' into grsec-test
15251
15252 commit 0c851109f683896aaff8a310bbfa943272b47516
15253 Merge: 6cb4f49 1cb8570
15254 Author: Brad Spengler <spender@grsecurity.net>
15255 Date: Wed Feb 17 19:11:21 2016 -0500
15256
15257 Merge branch 'linux-4.4.y' into pax-test
15258
15259 commit 3b5448bd1d85025d19b2587902e4264eb212a0a3
15260 Author: Brad Spengler <spender@grsecurity.net>
15261 Date: Mon Feb 15 18:02:40 2016 -0500
15262
15263 Fix a drbd bug reported by iamb on the forums:
15264 https://forums.grsecurity.net/viewtopic.php?f=3&t=4366#p16032
15265 which caused a size_overflow report
15266
15267 include/linux/genl_magic_struct.h | 4 ++--
15268 1 file changed, 2 insertions(+), 2 deletions(-)
15269
15270 commit 061fcd0e74441189a87bfe13b55fb02b98f7d7c0
15271 Author: Brad Spengler <spender@grsecurity.net>
15272 Date: Mon Feb 15 13:20:38 2016 -0500
15273
15274 compile fix
15275
15276 drivers/staging/wilc1000/host_interface.h | 1 +
15277 1 file changed, 1 insertion(+)
15278
15279 commit 675f2dcbdd4ea3293eea9c42f0cc427b1c903fc8
15280 Author: Brad Spengler <spender@grsecurity.net>
15281 Date: Mon Feb 15 12:54:52 2016 -0500
15282
15283 Update size_overflow hash table
15284
15285 .../size_overflow_plugin/size_overflow_hash.data | 21 +++++++++++++++++----
15286 1 file changed, 17 insertions(+), 4 deletions(-)
15287
15288 commit c8c50394f0c9f2e9baaeb884a29be2057cadbf7b
15289 Author: Brad Spengler <spender@grsecurity.net>
15290 Date: Mon Feb 15 12:53:54 2016 -0500
15291
15292 compile fix
15293
15294 drivers/staging/wilc1000/wilc_spi.c | 1 -
15295 drivers/staging/wilc1000/wilc_wlan.h | 2 +-
15296 2 files changed, 1 insertion(+), 2 deletions(-)
15297
15298 commit a9dd4481db099082967585be8e153899e5fd24c7
15299 Author: Brad Spengler <spender@grsecurity.net>
15300 Date: Mon Feb 15 12:52:32 2016 -0500
15301
15302 compile fix
15303
15304 fs/proc/fd.c | 2 --
15305 1 file changed, 2 deletions(-)
15306
15307 commit 5acb4fa0063460807096429f073181d1c5a3e566
15308 Author: Brad Spengler <spender@grsecurity.net>
15309 Date: Mon Feb 15 12:32:13 2016 -0500
15310
15311 Update size_overflow hash table
15312
15313 .../size_overflow_plugin/size_overflow_hash.data | 224 +++++++++++++++++----
15314 1 file changed, 182 insertions(+), 42 deletions(-)
15315
15316 commit c0bac9ff9af7ef753740622b5736684a32b49a9f
15317 Author: Brad Spengler <spender@grsecurity.net>
15318 Date: Mon Feb 15 12:31:16 2016 -0500
15319
15320 compile fix
15321
15322 drivers/staging/wilc1000/wilc_spi.c | 1 +
15323 1 file changed, 1 insertion(+)
15324
15325 commit 2f89ebdee131f6a6c85e611e5b993d4b19bc2673
15326 Author: Brad Spengler <spender@grsecurity.net>
15327 Date: Mon Feb 15 12:28:36 2016 -0500
15328
15329 RANDSTRUCT compile fix
15330
15331 drivers/staging/wilc1000/wilc_spi.c | 32 ++++++++++++++++----------------
15332 1 file changed, 16 insertions(+), 16 deletions(-)
15333
15334 commit 693be5d7f5b783f451499bbe83162aeb0f27a09f
15335 Author: Brad Spengler <spender@grsecurity.net>
15336 Date: Mon Feb 15 12:24:49 2016 -0500
15337
15338 RANDSTRUCT compile fix
15339
15340 drivers/staging/wilc1000/wilc_sdio.c | 34 +++++++++++++++++-----------------
15341 1 file changed, 17 insertions(+), 17 deletions(-)
15342
15343 commit bdf3dcd665c1a8ef9b69ad6525760c5160ec19a2
15344 Author: Hariprasad S <hariprasad@chelsio.com>
15345 Date: Fri Dec 11 13:59:17 2015 +0530
15346
15347 iw_cxgb3: Fix incorrectly returning error on success
15348
15349 The cxgb3_*_send() functions return NET_XMIT_ values, which are
15350 positive integers values. So don't treat positive return values
15351 as an error.
15352
15353 Signed-off-by: Steve Wise <swise@opengridcomputing.com>
15354 Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
15355 Signed-off-by: Doug Ledford <dledford@redhat.com>
15356
15357 drivers/infiniband/hw/cxgb3/iwch_cm.c | 4 ++--
15358 1 file changed, 2 insertions(+), 2 deletions(-)
15359
15360 commit 8705fe372dc21046ca3fc55381b70cffb4c60207
15361 Author: Daniel Borkmann <daniel@iogearbox.net>
15362 Date: Wed Feb 10 16:47:11 2016 +0100
15363
15364 bpf: fix branch offset adjustment on backjumps after patching ctx expansion
15365
15366 When ctx access is used, the kernel often needs to expand/rewrite
15367 instructions, so after that patching, branch offsets have to be
15368 adjusted for both forward and backward jumps in the new eBPF program,
15369 but for backward jumps it fails to account the delta. Meaning, for
15370 example, if the expansion happens exactly on the insn that sits at
15371 the jump target, it doesn't fix up the back jump offset.
15372
15373 Analysis on what the check in adjust_branches() is currently doing:
15374
15375 /* adjust offset of jmps if necessary */
15376 if (i < pos && i + insn->off + 1 > pos)
15377 insn->off += delta;
15378 else if (i > pos && i + insn->off + 1 < pos)
15379 insn->off -= delta;
15380
15381 First condition (forward jumps):
15382
15383 Before: After:
15384
15385 insns[0] insns[0]
15386 insns[1] <--- i/insn insns[1] <--- i/insn
15387 insns[2] <--- pos insns[P] <--- pos
15388 insns[3] insns[P] `------| delta
15389 insns[4] <--- target_X insns[P] `-----|
15390 insns[5] insns[3]
15391 insns[4] <--- target_X
15392 insns[5]
15393
15394 First case is if we cross pos-boundary and the jump instruction was
15395 before pos. This is handeled correctly. I.e. if i == pos, then this
15396 would mean our jump that we currently check was the patchlet itself
15397 that we just injected. Since such patchlets are self-contained and
15398 have no awareness of any insns before or after the patched one, the
15399 delta is correctly not adjusted. Also, for the second condition in
15400 case of i + insn->off + 1 == pos, means we jump to that newly patched
15401 instruction, so no offset adjustment are needed. That part is correct.
15402
15403 Second condition (backward jumps):
15404
15405 Before: After:
15406
15407 insns[0] insns[0]
15408 insns[1] <--- target_X insns[1] <--- target_X
15409 insns[2] <--- pos <-- target_Y insns[P] <--- pos <-- target_Y
15410 insns[3] insns[P] `------| delta
15411 insns[4] <--- i/insn insns[P] `-----|
15412 insns[5] insns[3]
15413 insns[4] <--- i/insn
15414 insns[5]
15415
15416 Second interesting case is where we cross pos-boundary and the jump
15417 instruction was after pos. Backward jump with i == pos would be
15418 impossible and pose a bug somewhere in the patchlet, so the first
15419 condition checking i > pos is okay only by itself. However, i +
15420 insn->off + 1 < pos does not always work as intended to trigger the
15421 adjustment. It works when jump targets would be far off where the
15422 delta wouldn't matter. But, for example, where the fixed insn->off
15423 before pointed to pos (target_Y), it now points to pos + delta, so
15424 that additional room needs to be taken into account for the check.
15425 This means that i) both tests here need to be adjusted into pos + delta,
15426 and ii) for the second condition, the test needs to be <= as pos
15427 itself can be a target in the backjump, too.
15428
15429 Fixes: 9bac3d6d548e ("bpf: allow extended BPF programs access skb fields")
15430 Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
15431 Signed-off-by: David S. Miller <davem@davemloft.net>
15432
15433 kernel/bpf/verifier.c | 2 +-
15434 1 file changed, 1 insertion(+), 1 deletion(-)
15435
15436 commit 61b513b644116e77313addf65970db58f4981608
15437 Author: Ryan Ware <ware@linux.intel.com>
15438 Date: Thu Feb 11 15:58:44 2016 -0800
15439
15440 EVM: Use crypto_memneq() for digest comparisons
15441
15442 This patch fixes vulnerability CVE-2016-2085. The problem exists
15443 because the vm_verify_hmac() function includes a use of memcmp().
15444 Unfortunately, this allows timing side channel attacks; specifically
15445 a MAC forgery complexity drop from 2^128 to 2^12. This patch changes
15446 the memcmp() to the cryptographically safe crypto_memneq().
15447
15448 Reported-by: Xiaofei Rex Guo <xiaofei.rex.guo@intel.com>
15449 Signed-off-by: Ryan Ware <ware@linux.intel.com>
15450 Cc: stable@vger.kernel.org
15451 Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
15452 Signed-off-by: James Morris <james.l.morris@oracle.com>
15453
15454 security/integrity/evm/evm_main.c | 3 ++-
15455 1 file changed, 2 insertions(+), 1 deletion(-)
15456
15457 commit 970b961e7d0684624f9c69f0b4367d5c76b65a63
15458 Author: Michael McConville <mmcco@mykolab.com>
15459 Date: Fri Feb 5 20:46:25 2016 -0500
15460
15461 dscc4: Undefined signed int shift
15462
15463 My analysis in the below mail applies, although the second part is
15464 unnecessary because i isn't used in arithmetic operations here:
15465
15466 https://marc.info/?l=openbsd-tech&m=145377854103866&w=2
15467
15468 Thanks for your time.
15469
15470 Signed-off-by: Michael McConville <mmcco@mykolab.com>
15471 Acked-by: Francois Romieu <romieu@fr.zoreil.com>
15472 Signed-off-by: David S. Miller <davem@davemloft.net>
15473
15474 drivers/net/wan/dscc4.c | 2 +-
15475 1 file changed, 1 insertion(+), 1 deletion(-)
15476
15477 commit d843df24b6680b600e87ebfea3b7b198b90b5a2a
15478 Author: Andrey Konovalov <andreyknvl@gmail.com>
15479 Date: Sat Feb 13 11:08:06 2016 +0300
15480
15481 ALSA: usb-audio: avoid freeing umidi object twice
15482
15483 The 'umidi' object will be free'd on the error path by snd_usbmidi_free()
15484 when tearing down the rawmidi interface. So we shouldn't try to free it
15485 in snd_usbmidi_create() after having registered the rawmidi interface.
15486
15487 Found by KASAN.
15488
15489 Signed-off-by: Andrey Konovalov <andreyknvl@gmail.com>
15490 Acked-by: Clemens Ladisch <clemens@ladisch.de>
15491 Cc: <stable@vger.kernel.org>
15492 Signed-off-by: Takashi Iwai <tiwai@suse.de>
15493
15494 sound/usb/midi.c | 1 -
15495 1 file changed, 1 deletion(-)
15496
15497 commit ed3a8ab1976674d56e258da93639e61f1446e703
15498 Author: zengtao <prime.zeng@huawei.com>
15499 Date: Tue Feb 2 11:38:34 2016 +0800
15500
15501 cputime: Prevent 32bit overflow in time[val|spec]_to_cputime()
15502
15503 The datatype __kernel_time_t is u32 on 32bit platform, so its subject to
15504 overflows in the timeval/timespec to cputime conversion.
15505
15506 Currently the following functions are affected:
15507 1. setitimer()
15508 2. timer_create/timer_settime()
15509 3. sys_clock_nanosleep
15510
15511 This can happen on MIPS32 and ARM32 with "Full dynticks CPU time accounting"
15512 enabled, which is required for CONFIG_NO_HZ_FULL.
15513
15514 Enforce u64 conversion to prevent the overflow.
15515
15516 Fixes: 31c1fc818715 ("ARM: Kconfig: allow full nohz CPU accounting")
15517 Signed-off-by: zengtao <prime.zeng@huawei.com>
15518 Reviewed-by: Arnd Bergmann <arnd@arndb.de>
15519 Cc: <fweisbec@gmail.com>
15520 Cc: stable@vger.kernel.org
15521 Link: http://lkml.kernel.org/r/1454384314-154784-1-git-send-email-prime.zeng@huawei.com
15522 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
15523
15524 include/asm-generic/cputime_nsecs.h | 5 +++--
15525 1 file changed, 3 insertions(+), 2 deletions(-)
15526
15527 commit bf8a2de485da37d73850e7cfa31967b7798b6ce0
15528 Author: Brad Spengler <spender@grsecurity.net>
15529 Date: Mon Feb 15 11:55:18 2016 -0500
15530
15531 Fix building with allnoconfig, don't make our added DATA_TO_TEXT mismatch warnings
15532 count as actual mismatches
15533
15534 scripts/mod/modpost.c | 3 ++-
15535 1 file changed, 2 insertions(+), 1 deletion(-)
15536
15537 commit c9d82b6d0f1a2484fea0a516989dbdc6c55e5693
15538 Author: Brad Spengler <spender@grsecurity.net>
15539 Date: Mon Feb 15 11:44:36 2016 -0500
15540
15541 Compile fix
15542
15543 tools/gcc/randomize_layout_seed.h | 1 -
15544 1 file changed, 1 deletion(-)
15545
15546 commit fb68cbb98732e6801e8fc8d1da1f1195e51ff077
15547 Author: Brad Spengler <spender@grsecurity.net>
15548 Date: Mon Feb 15 11:27:32 2016 -0500
15549
15550 disable USELIB
15551
15552 init/Kconfig | 3 ++-
15553 1 file changed, 2 insertions(+), 1 deletion(-)
15554
15555 commit cbda9a44b7f92161eb1e444bf7fe2bbcbedaae65
15556 Author: Brad Spengler <spender@grsecurity.net>
15557 Date: Mon Feb 15 11:23:56 2016 -0500
15558
15559 compile fix
15560
15561 fs/proc/fd.c | 2 +-
15562 1 file changed, 1 insertion(+), 1 deletion(-)
15563
15564 commit 5cf0a2e87ab7105d1ba01f55f7636fa2e1fa4bb4
15565 Author: Brad Spengler <spender@grsecurity.net>
15566 Date: Mon Feb 15 11:19:26 2016 -0500
15567
15568 Initial import of grsecurity for Linux 4.4.1
15569
15570 Documentation/dontdiff | 2 +
15571 Documentation/kernel-parameters.txt | 11 +
15572 Documentation/sysctl/fs.txt | 23 +
15573 Documentation/sysctl/kernel.txt | 15 +
15574 Makefile | 18 +-
15575 arch/alpha/include/asm/cache.h | 4 +-
15576 arch/alpha/kernel/osf_sys.c | 12 +-
15577 arch/arc/Kconfig | 1 +
15578 arch/arm/Kconfig | 1 +
15579 arch/arm/Kconfig.debug | 1 +
15580 arch/arm/include/asm/thread_info.h | 7 +-
15581 arch/arm/kernel/entry-common.S | 8 +-
15582 arch/arm/kernel/process.c | 4 +-
15583 arch/arm/kernel/ptrace.c | 9 +
15584 arch/arm/kernel/traps.c | 7 +-
15585 arch/arm/mm/Kconfig | 4 +-
15586 arch/arm/mm/fault.c | 40 +-
15587 arch/arm/mm/mmap.c | 8 +-
15588 arch/arm/net/bpf_jit_32.c | 51 +-
15589 arch/arm64/Kconfig.debug | 1 +
15590 arch/avr32/include/asm/cache.h | 4 +-
15591 arch/blackfin/Kconfig.debug | 1 +
15592 arch/blackfin/include/asm/cache.h | 3 +-
15593 arch/cris/include/arch-v10/arch/cache.h | 3 +-
15594 arch/cris/include/arch-v32/arch/cache.h | 3 +-
15595 arch/frv/include/asm/cache.h | 3 +-
15596 arch/frv/mm/elf-fdpic.c | 4 +-
15597 arch/hexagon/include/asm/cache.h | 6 +-
15598 arch/ia64/Kconfig | 1 +
15599 arch/ia64/include/asm/cache.h | 3 +-
15600 arch/ia64/kernel/sys_ia64.c | 2 +
15601 arch/ia64/mm/hugetlbpage.c | 2 +
15602 arch/m32r/include/asm/cache.h | 4 +-
15603 arch/m68k/include/asm/cache.h | 4 +-
15604 arch/metag/mm/hugetlbpage.c | 1 +
15605 arch/microblaze/include/asm/cache.h | 3 +-
15606 arch/mips/Kconfig | 1 +
15607 arch/mips/include/asm/cache.h | 3 +-
15608 arch/mips/include/asm/thread_info.h | 11 +-
15609 arch/mips/kernel/irq.c | 3 +
15610 arch/mips/kernel/ptrace.c | 9 +
15611 arch/mips/mm/mmap.c | 4 +-
15612 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
15613 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
15614 arch/openrisc/include/asm/cache.h | 4 +-
15615 arch/parisc/include/asm/cache.h | 3 +
15616 arch/parisc/kernel/sys_parisc.c | 4 +
15617 arch/powerpc/Kconfig | 1 +
15618 arch/powerpc/include/asm/cache.h | 4 +-
15619 arch/powerpc/include/asm/thread_info.h | 5 +-
15620 arch/powerpc/kernel/Makefile | 2 +
15621 arch/powerpc/kernel/irq.c | 3 +
15622 arch/powerpc/kernel/process.c | 10 +-
15623 arch/powerpc/kernel/ptrace.c | 14 +
15624 arch/powerpc/kernel/traps.c | 5 +
15625 arch/powerpc/mm/slice.c | 2 +-
15626 arch/s390/Kconfig.debug | 1 +
15627 arch/s390/include/asm/cache.h | 4 +-
15628 arch/score/include/asm/cache.h | 4 +-
15629 arch/sh/include/asm/cache.h | 3 +-
15630 arch/sh/mm/mmap.c | 6 +-
15631 arch/sparc/include/asm/cache.h | 4 +-
15632 arch/sparc/include/asm/pgalloc_64.h | 1 +
15633 arch/sparc/include/asm/thread_info_64.h | 8 +-
15634 arch/sparc/kernel/process_32.c | 6 +-
15635 arch/sparc/kernel/process_64.c | 8 +-
15636 arch/sparc/kernel/ptrace_64.c | 14 +
15637 arch/sparc/kernel/sys_sparc_64.c | 8 +-
15638 arch/sparc/kernel/syscalls.S | 8 +-
15639 arch/sparc/kernel/traps_32.c | 8 +-
15640 arch/sparc/kernel/traps_64.c | 28 +-
15641 arch/sparc/kernel/unaligned_64.c | 2 +-
15642 arch/sparc/mm/fault_64.c | 2 +-
15643 arch/sparc/mm/hugetlbpage.c | 15 +-
15644 arch/tile/Kconfig | 1 +
15645 arch/tile/include/asm/cache.h | 3 +-
15646 arch/tile/mm/hugetlbpage.c | 2 +
15647 arch/um/include/asm/cache.h | 3 +-
15648 arch/unicore32/include/asm/cache.h | 6 +-
15649 arch/x86/Kconfig | 21 +
15650 arch/x86/Kconfig.debug | 2 +
15651 arch/x86/entry/common.c | 14 +
15652 arch/x86/entry/entry_32.S | 2 +-
15653 arch/x86/entry/entry_64.S | 2 +-
15654 arch/x86/ia32/ia32_aout.c | 2 +
15655 arch/x86/include/asm/floppy.h | 20 +-
15656 arch/x86/include/asm/fpu/types.h | 69 +-
15657 arch/x86/include/asm/io.h | 2 +-
15658 arch/x86/include/asm/page.h | 12 +-
15659 arch/x86/include/asm/paravirt_types.h | 23 +-
15660 arch/x86/include/asm/pgtable_types.h | 6 +-
15661 arch/x86/include/asm/processor.h | 12 +-
15662 arch/x86/include/asm/thread_info.h | 6 +-
15663 arch/x86/include/asm/uaccess.h | 2 +-
15664 arch/x86/kernel/dumpstack.c | 10 +-
15665 arch/x86/kernel/dumpstack_32.c | 2 +-
15666 arch/x86/kernel/dumpstack_64.c | 2 +-
15667 arch/x86/kernel/ioport.c | 13 +
15668 arch/x86/kernel/irq_32.c | 3 +
15669 arch/x86/kernel/irq_64.c | 4 +
15670 arch/x86/kernel/ldt.c | 18 +
15671 arch/x86/kernel/msr.c | 10 +
15672 arch/x86/kernel/ptrace.c | 14 +
15673 arch/x86/kernel/signal.c | 9 +-
15674 arch/x86/kernel/sys_i386_32.c | 9 +-
15675 arch/x86/kernel/sys_x86_64.c | 8 +-
15676 arch/x86/kernel/traps.c | 5 +
15677 arch/x86/kernel/verify_cpu.S | 1 +
15678 arch/x86/kernel/vm86_32.c | 15 +
15679 arch/x86/mm/fault.c | 12 +-
15680 arch/x86/mm/hugetlbpage.c | 15 +-
15681 arch/x86/mm/init.c | 66 +-
15682 arch/x86/mm/init_32.c | 6 +-
15683 arch/x86/mm/pageattr.c | 4 +-
15684 arch/x86/net/bpf_jit_comp.c | 4 +
15685 arch/x86/platform/efi/efi_64.c | 2 +-
15686 arch/x86/xen/Kconfig | 1 +
15687 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
15688 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
15689 crypto/scatterwalk.c | 10 +-
15690 drivers/acpi/acpica/hwxfsleep.c | 11 +-
15691 drivers/acpi/custom_method.c | 4 +
15692 drivers/block/cciss.h | 30 +-
15693 drivers/block/smart1,2.h | 40 +-
15694 drivers/cdrom/cdrom.c | 2 +-
15695 drivers/char/Kconfig | 4 +-
15696 drivers/char/genrtc.c | 1 +
15697 drivers/char/mem.c | 17 +
15698 drivers/char/random.c | 5 +-
15699 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
15700 drivers/firewire/ohci.c | 4 +
15701 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 70 +-
15702 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
15703 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
15704 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
15705 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
15706 drivers/hid/hid-wiimote-debug.c | 2 +-
15707 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
15708 drivers/iommu/Kconfig | 1 +
15709 drivers/iommu/amd_iommu.c | 14 +-
15710 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
15711 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
15712 drivers/isdn/gigaset/usb-gigaset.c | 32 +-
15713 drivers/isdn/i4l/isdn_concap.c | 6 +-
15714 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
15715 drivers/md/bcache/Kconfig | 1 +
15716 drivers/md/raid5.c | 8 +
15717 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
15718 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
15719 drivers/media/radio/radio-cadet.c | 5 +-
15720 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
15721 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
15722 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
15723 drivers/media/usb/dvb-usb/technisat-usb2.c | 75 +-
15724 drivers/message/fusion/mptbase.c | 9 +
15725 drivers/misc/sgi-xp/xp_main.c | 12 +-
15726 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
15727 drivers/net/ppp/pptp.c | 34 +-
15728 drivers/net/wan/lmc/lmc_media.c | 97 +-
15729 drivers/net/wan/z85230.c | 24 +-
15730 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
15731 drivers/net/wireless/zd1211rw/zd_usb.c | 2 +-
15732 drivers/pci/proc.c | 9 +
15733 drivers/platform/x86/asus-wmi.c | 12 +
15734 drivers/rtc/rtc-dev.c | 3 +
15735 drivers/scsi/bfa/bfa_fcs.c | 19 +-
15736 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
15737 drivers/scsi/bfa/bfa_modules.h | 12 +-
15738 drivers/scsi/hpsa.h | 40 +-
15739 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
15740 drivers/staging/lustre/lustre/libcfs/module.c | 10 +-
15741 drivers/tty/serial/uartlite.c | 4 +-
15742 drivers/tty/sysrq.c | 2 +-
15743 drivers/tty/tty_io.c | 4 +
15744 drivers/tty/vt/keyboard.c | 22 +-
15745 drivers/uio/uio.c | 6 +-
15746 drivers/usb/core/hub.c | 5 +
15747 drivers/usb/gadget/function/f_uac1.c | 1 +
15748 drivers/usb/gadget/function/u_uac1.c | 1 +
15749 drivers/usb/host/hwa-hc.c | 9 +-
15750 drivers/usb/usbip/vhci_sysfs.c | 2 +-
15751 drivers/video/fbdev/arcfb.c | 2 +-
15752 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
15753 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
15754 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
15755 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++----
15756 drivers/xen/xenfs/xenstored.c | 5 +
15757 firmware/Makefile | 2 +
15758 firmware/WHENCE | 20 +-
15759 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
15760 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
15761 fs/attr.c | 4 +
15762 fs/autofs4/waitq.c | 9 +
15763 fs/binfmt_aout.c | 7 +
15764 fs/binfmt_elf.c | 40 +-
15765 fs/compat.c | 20 +-
15766 fs/compat_ioctl.c | 253 +-
15767 fs/coredump.c | 17 +-
15768 fs/dcache.c | 3 +
15769 fs/debugfs/inode.c | 11 +-
15770 fs/exec.c | 231 +-
15771 fs/ext2/balloc.c | 4 +-
15772 fs/ext2/super.c | 8 +-
15773 fs/ext4/balloc.c | 4 +-
15774 fs/ext4/extents.c | 2 +-
15775 fs/fcntl.c | 4 +
15776 fs/fhandle.c | 3 +-
15777 fs/file.c | 4 +
15778 fs/filesystems.c | 4 +
15779 fs/fs_struct.c | 20 +-
15780 fs/hugetlbfs/inode.c | 24 +-
15781 fs/inode.c | 8 +-
15782 fs/internal.h | 7 +
15783 fs/ioctl.c | 4 +-
15784 fs/kernfs/dir.c | 6 +
15785 fs/mount.h | 4 +-
15786 fs/namei.c | 283 +-
15787 fs/namespace.c | 24 +
15788 fs/nfsd/nfscache.c | 2 +-
15789 fs/open.c | 38 +
15790 fs/overlayfs/inode.c | 3 +
15791 fs/overlayfs/super.c | 6 +-
15792 fs/pipe.c | 49 +-
15793 fs/posix_acl.c | 15 +-
15794 fs/proc/Kconfig | 10 +-
15795 fs/proc/array.c | 69 +-
15796 fs/proc/base.c | 186 +-
15797 fs/proc/cmdline.c | 4 +
15798 fs/proc/devices.c | 4 +
15799 fs/proc/fd.c | 12 +-
15800 fs/proc/generic.c | 64 +
15801 fs/proc/inode.c | 17 +
15802 fs/proc/internal.h | 11 +-
15803 fs/proc/interrupts.c | 4 +
15804 fs/proc/kcore.c | 3 +
15805 fs/proc/namespaces.c | 4 +-
15806 fs/proc/proc_net.c | 31 +
15807 fs/proc/proc_sysctl.c | 52 +-
15808 fs/proc/root.c | 8 +
15809 fs/proc/stat.c | 69 +-
15810 fs/proc/task_mmu.c | 66 +-
15811 fs/readdir.c | 19 +
15812 fs/reiserfs/item_ops.c | 24 +-
15813 fs/reiserfs/super.c | 4 +
15814 fs/select.c | 2 +
15815 fs/seq_file.c | 30 +-
15816 fs/stat.c | 20 +-
15817 fs/sysfs/dir.c | 30 +-
15818 fs/utimes.c | 7 +
15819 fs/xattr.c | 26 +-
15820 grsecurity/Kconfig | 1203 ++++
15821 grsecurity/Makefile | 54 +
15822 grsecurity/gracl.c | 2757 +++++++++
15823 grsecurity/gracl_alloc.c | 105 +
15824 grsecurity/gracl_cap.c | 127 +
15825 grsecurity/gracl_compat.c | 269 +
15826 grsecurity/gracl_fs.c | 448 ++
15827 grsecurity/gracl_ip.c | 386 ++
15828 grsecurity/gracl_learn.c | 207 +
15829 grsecurity/gracl_policy.c | 1786 ++++++
15830 grsecurity/gracl_res.c | 68 +
15831 grsecurity/gracl_segv.c | 304 +
15832 grsecurity/gracl_shm.c | 40 +
15833 grsecurity/grsec_chdir.c | 19 +
15834 grsecurity/grsec_chroot.c | 467 ++
15835 grsecurity/grsec_disabled.c | 445 ++
15836 grsecurity/grsec_exec.c | 189 +
15837 grsecurity/grsec_fifo.c | 26 +
15838 grsecurity/grsec_fork.c | 23 +
15839 grsecurity/grsec_init.c | 294 +
15840 grsecurity/grsec_ipc.c | 48 +
15841 grsecurity/grsec_link.c | 65 +
15842 grsecurity/grsec_log.c | 340 +
15843 grsecurity/grsec_mem.c | 48 +
15844 grsecurity/grsec_mount.c | 65 +
15845 grsecurity/grsec_pax.c | 47 +
15846 grsecurity/grsec_proc.c | 20 +
15847 grsecurity/grsec_ptrace.c | 30 +
15848 grsecurity/grsec_sig.c | 245 +
15849 grsecurity/grsec_sock.c | 244 +
15850 grsecurity/grsec_sysctl.c | 497 ++
15851 grsecurity/grsec_time.c | 16 +
15852 grsecurity/grsec_tpe.c | 78 +
15853 grsecurity/grsec_tty.c | 18 +
15854 grsecurity/grsec_usb.c | 15 +
15855 grsecurity/grsum.c | 54 +
15856 include/linux/binfmts.h | 5 +-
15857 include/linux/capability.h | 13 +
15858 include/linux/compiler-gcc.h | 5 +
15859 include/linux/compiler.h | 8 +
15860 include/linux/cred.h | 8 +-
15861 include/linux/dcache.h | 5 +-
15862 include/linux/fs.h | 26 +-
15863 include/linux/fs_struct.h | 2 +-
15864 include/linux/fsnotify.h | 6 +
15865 include/linux/gracl.h | 342 ++
15866 include/linux/gracl_compat.h | 156 +
15867 include/linux/gralloc.h | 9 +
15868 include/linux/grdefs.h | 140 +
15869 include/linux/grinternal.h | 231 +
15870 include/linux/grmsg.h | 119 +
15871 include/linux/grsecurity.h | 258 +
15872 include/linux/grsock.h | 19 +
15873 include/linux/ipc.h | 2 +-
15874 include/linux/ipc_namespace.h | 2 +-
15875 include/linux/kallsyms.h | 18 +-
15876 include/linux/key-type.h | 4 +-
15877 include/linux/kmod.h | 5 +
15878 include/linux/kobject.h | 2 +-
15879 include/linux/lsm_hooks.h | 4 +-
15880 include/linux/mm.h | 12 +
15881 include/linux/mm_types.h | 4 +-
15882 include/linux/module.h | 5 +-
15883 include/linux/mount.h | 2 +-
15884 include/linux/msg.h | 2 +-
15885 include/linux/netfilter/xt_gradm.h | 9 +
15886 include/linux/path.h | 4 +-
15887 include/linux/perf_event.h | 13 +-
15888 include/linux/pid_namespace.h | 2 +-
15889 include/linux/pipe_fs_i.h | 4 +
15890 include/linux/poison.h | 2 +-
15891 include/linux/printk.h | 2 +-
15892 include/linux/proc_fs.h | 22 +-
15893 include/linux/proc_ns.h | 2 +-
15894 include/linux/ptrace.h | 24 +-
15895 include/linux/radix-tree.h | 22 +-
15896 include/linux/random.h | 2 +-
15897 include/linux/rbtree_augmented.h | 4 +-
15898 include/linux/scatterlist.h | 12 +-
15899 include/linux/sched.h | 115 +-
15900 include/linux/security.h | 1 +
15901 include/linux/sem.h | 2 +-
15902 include/linux/seq_file.h | 5 +
15903 include/linux/shm.h | 6 +-
15904 include/linux/shmem_fs.h | 5 +-
15905 include/linux/skbuff.h | 3 +
15906 include/linux/slab.h | 9 -
15907 include/linux/sysctl.h | 8 +-
15908 include/linux/thread_info.h | 6 +-
15909 include/linux/tty.h | 2 +-
15910 include/linux/tty_driver.h | 4 +-
15911 include/linux/uidgid.h | 5 +
15912 include/linux/user_namespace.h | 2 +-
15913 include/linux/utsname.h | 2 +-
15914 include/linux/vermagic.h | 16 +-
15915 include/linux/vmalloc.h | 8 +
15916 include/net/af_unix.h | 6 +-
15917 include/net/ip.h | 2 +-
15918 include/net/neighbour.h | 2 +-
15919 include/net/net_namespace.h | 2 +-
15920 include/net/netfilter/nf_conntrack_core.h | 8 +-
15921 include/net/scm.h | 1 +
15922 include/net/sock.h | 2 +-
15923 include/trace/events/fs.h | 53 +
15924 include/uapi/linux/personality.h | 1 +
15925 init/Kconfig | 2 +
15926 init/main.c | 46 +-
15927 ipc/mqueue.c | 1 +
15928 ipc/msg.c | 3 +-
15929 ipc/msgutil.c | 4 +-
15930 ipc/sem.c | 3 +-
15931 ipc/shm.c | 26 +-
15932 ipc/util.c | 6 +
15933 kernel/auditsc.c | 2 +-
15934 kernel/bpf/syscall.c | 10 +-
15935 kernel/capability.c | 41 +-
15936 kernel/cgroup.c | 5 +-
15937 kernel/compat.c | 1 +
15938 kernel/configs.c | 11 +
15939 kernel/cred.c | 112 +-
15940 kernel/events/core.c | 16 +-
15941 kernel/exit.c | 10 +-
15942 kernel/fork.c | 86 +-
15943 kernel/futex.c | 6 +-
15944 kernel/futex_compat.c | 2 +-
15945 kernel/kallsyms.c | 9 +
15946 kernel/kcmp.c | 8 +-
15947 kernel/kexec_core.c | 2 +-
15948 kernel/kmod.c | 96 +-
15949 kernel/kprobes.c | 9 +-
15950 kernel/ksysfs.c | 2 +
15951 kernel/locking/lockdep_proc.c | 10 +-
15952 kernel/module.c | 108 +-
15953 kernel/panic.c | 4 +-
15954 kernel/pid.c | 18 +-
15955 kernel/power/Kconfig | 2 +
15956 kernel/printk/printk.c | 7 +-
15957 kernel/ptrace.c | 89 +-
15958 kernel/resource.c | 10 +
15959 kernel/sched/core.c | 11 +-
15960 kernel/seccomp.c | 22 +-
15961 kernel/signal.c | 37 +-
15962 kernel/sys.c | 64 +-
15963 kernel/sysctl.c | 186 +-
15964 kernel/taskstats.c | 6 +
15965 kernel/time/posix-timers.c | 8 +
15966 kernel/time/time.c | 5 +
15967 kernel/time/timekeeping.c | 3 +
15968 kernel/time/timer_list.c | 13 +-
15969 kernel/time/timer_stats.c | 10 +-
15970 kernel/trace/Kconfig | 2 +
15971 kernel/trace/trace_syscalls.c | 8 +
15972 kernel/user_namespace.c | 15 +
15973 lib/Kconfig.debug | 13 +-
15974 lib/Kconfig.kasan | 2 +-
15975 lib/is_single_threaded.c | 3 +
15976 lib/list_debug.c | 65 +-
15977 lib/nlattr.c | 2 +
15978 lib/radix-tree.c | 12 +-
15979 lib/rbtree.c | 4 +-
15980 lib/vsprintf.c | 39 +-
15981 localversion-grsec | 1 +
15982 mm/Kconfig | 8 +-
15983 mm/Kconfig.debug | 1 +
15984 mm/filemap.c | 1 +
15985 mm/kmemleak.c | 4 +-
15986 mm/memory.c | 2 +-
15987 mm/mempolicy.c | 12 +-
15988 mm/migrate.c | 3 +-
15989 mm/mlock.c | 11 +-
15990 mm/mmap.c | 103 +-
15991 mm/mprotect.c | 8 +
15992 mm/oom_kill.c | 4 +
15993 mm/page_alloc.c | 2 +-
15994 mm/process_vm_access.c | 8 +-
15995 mm/shmem.c | 11 +-
15996 mm/slab.c | 14 +-
15997 mm/slab_common.c | 2 +-
15998 mm/slob.c | 12 +
15999 mm/slub.c | 33 +-
16000 mm/util.c | 3 +
16001 mm/vmalloc.c | 82 +-
16002 mm/vmstat.c | 29 +-
16003 net/appletalk/atalk_proc.c | 2 +-
16004 net/atm/lec.c | 6 +-
16005 net/atm/mpoa_caches.c | 42 +-
16006 net/can/bcm.c | 2 +-
16007 net/can/proc.c | 2 +-
16008 net/core/dev_ioctl.c | 7 +-
16009 net/core/filter.c | 8 +-
16010 net/core/net-procfs.c | 17 +-
16011 net/core/pktgen.c | 2 +-
16012 net/core/scm.c | 7 +
16013 net/core/sock.c | 3 +-
16014 net/core/sysctl_net_core.c | 2 +-
16015 net/decnet/dn_dev.c | 2 +-
16016 net/ipv4/Kconfig | 1 +
16017 net/ipv4/devinet.c | 6 +-
16018 net/ipv4/inet_hashtables.c | 4 +
16019 net/ipv4/ip_input.c | 7 +
16020 net/ipv4/ip_sockglue.c | 3 +-
16021 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
16022 net/ipv4/route.c | 6 +-
16023 net/ipv4/tcp_input.c | 6 +-
16024 net/ipv4/tcp_ipv4.c | 24 +-
16025 net/ipv4/tcp_minisocks.c | 9 +-
16026 net/ipv4/tcp_timer.c | 11 +
16027 net/ipv4/udp.c | 24 +
16028 net/ipv6/Kconfig | 1 +
16029 net/ipv6/addrconf.c | 13 +-
16030 net/ipv6/proc.c | 2 +-
16031 net/ipv6/tcp_ipv6.c | 23 +-
16032 net/ipv6/udp.c | 7 +
16033 net/ipx/ipx_proc.c | 2 +-
16034 net/irda/irproc.c | 2 +-
16035 net/iucv/af_iucv.c | 3 +
16036 net/llc/llc_proc.c | 2 +-
16037 net/netfilter/Kconfig | 10 +
16038 net/netfilter/Makefile | 1 +
16039 net/netfilter/nf_conntrack_core.c | 46 +-
16040 net/netfilter/nf_conntrack_helper.c | 2 +-
16041 net/netfilter/nf_conntrack_netlink.c | 2 +-
16042 net/netfilter/xt_gradm.c | 51 +
16043 net/netfilter/xt_hashlimit.c | 4 +-
16044 net/netfilter/xt_recent.c | 2 +-
16045 net/openvswitch/actions.c | 19 +-
16046 net/sctp/sm_sideeffect.c | 11 +-
16047 net/sctp/sm_statefuns.c | 17 +-
16048 net/socket.c | 75 +-
16049 net/sunrpc/Kconfig | 1 +
16050 net/sunrpc/cache.c | 2 +-
16051 net/sunrpc/stats.c | 2 +-
16052 net/sysctl_net.c | 2 +-
16053 net/unix/af_unix.c | 57 +-
16054 net/unix/garbage.c | 8 +-
16055 net/vmw_vsock/vmci_transport_notify.c | 30 +-
16056 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
16057 net/x25/sysctl_net_x25.c | 2 +-
16058 net/x25/x25_proc.c | 2 +-
16059 scripts/package/Makefile | 2 +-
16060 scripts/package/mkspec | 41 +-
16061 security/Kconfig | 369 +-
16062 security/apparmor/file.c | 4 +-
16063 security/apparmor/lsm.c | 8 +-
16064 security/commoncap.c | 36 +-
16065 security/keys/internal.h | 2 +-
16066 security/min_addr.c | 2 +
16067 security/smack/smack_lsm.c | 8 +-
16068 security/tomoyo/file.c | 12 +-
16069 security/tomoyo/mount.c | 4 +
16070 security/tomoyo/tomoyo.c | 20 +-
16071 security/yama/Kconfig | 2 +-
16072 security/yama/yama_lsm.c | 4 +-
16073 sound/core/timer.c | 4 +-
16074 sound/synth/emux/emux_seq.c | 14 +-
16075 sound/usb/line6/driver.c | 40 +-
16076 sound/usb/line6/toneport.c | 12 +-
16077 tools/gcc/.gitignore | 1 +
16078 tools/gcc/Makefile | 12 +
16079 tools/gcc/gen-random-seed.sh | 8 +
16080 tools/gcc/randomize_layout_plugin.c | 930 +++
16081 tools/gcc/size_overflow_plugin/.gitignore | 1 +
16082 .../size_overflow_plugin/size_overflow_hash.data | 463 +-
16083 513 files changed, 33007 insertions(+), 3251 deletions(-)
16084
16085 commit 6cb4f49b6a55cf16ae82685e1ab9b74c95b2f743
16086 Author: Brad Spengler <spender@grsecurity.net>
16087 Date: Mon Feb 15 10:51:41 2016 -0500
16088
16089 Initial import of pax-linux-4.4.1-test3.patch
16090
16091 Documentation/dontdiff | 46 +-
16092 Documentation/kbuild/makefiles.txt | 39 +-
16093 Documentation/kernel-parameters.txt | 28 +
16094 Makefile | 119 +-
16095 arch/alpha/include/asm/atomic.h | 10 +
16096 arch/alpha/include/asm/elf.h | 7 +
16097 arch/alpha/include/asm/pgalloc.h | 6 +
16098 arch/alpha/include/asm/pgtable.h | 11 +
16099 arch/alpha/kernel/module.c | 2 +-
16100 arch/alpha/kernel/osf_sys.c | 8 +-
16101 arch/alpha/mm/fault.c | 141 +-
16102 arch/arm/Kconfig | 3 +-
16103 arch/arm/include/asm/atomic.h | 323 +-
16104 arch/arm/include/asm/cache.h | 5 +-
16105 arch/arm/include/asm/cacheflush.h | 2 +-
16106 arch/arm/include/asm/checksum.h | 14 +-
16107 arch/arm/include/asm/cmpxchg.h | 4 +
16108 arch/arm/include/asm/cpuidle.h | 2 +-
16109 arch/arm/include/asm/domain.h | 42 +-
16110 arch/arm/include/asm/elf.h | 9 +-
16111 arch/arm/include/asm/fncpy.h | 2 +
16112 arch/arm/include/asm/futex.h | 1 +
16113 arch/arm/include/asm/kmap_types.h | 2 +-
16114 arch/arm/include/asm/mach/dma.h | 2 +-
16115 arch/arm/include/asm/mach/map.h | 16 +-
16116 arch/arm/include/asm/outercache.h | 2 +-
16117 arch/arm/include/asm/page.h | 3 +-
16118 arch/arm/include/asm/pgalloc.h | 20 +
16119 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
16120 arch/arm/include/asm/pgtable-2level.h | 3 +
16121 arch/arm/include/asm/pgtable-3level.h | 3 +
16122 arch/arm/include/asm/pgtable.h | 54 +-
16123 arch/arm/include/asm/smp.h | 2 +-
16124 arch/arm/include/asm/thread_info.h | 3 +
16125 arch/arm/include/asm/tls.h | 3 +
16126 arch/arm/include/asm/uaccess.h | 113 +-
16127 arch/arm/include/uapi/asm/ptrace.h | 2 +-
16128 arch/arm/kernel/armksyms.c | 2 +-
16129 arch/arm/kernel/cpuidle.c | 2 +-
16130 arch/arm/kernel/entry-armv.S | 109 +-
16131 arch/arm/kernel/entry-common.S | 40 +-
16132 arch/arm/kernel/entry-header.S | 55 +
16133 arch/arm/kernel/fiq.c | 3 +
16134 arch/arm/kernel/module-plts.c | 7 +-
16135 arch/arm/kernel/module.c | 38 +-
16136 arch/arm/kernel/patch.c | 2 +
16137 arch/arm/kernel/process.c | 92 +-
16138 arch/arm/kernel/reboot.c | 1 +
16139 arch/arm/kernel/setup.c | 20 +-
16140 arch/arm/kernel/signal.c | 35 +-
16141 arch/arm/kernel/smp.c | 2 +-
16142 arch/arm/kernel/tcm.c | 4 +-
16143 arch/arm/kernel/vmlinux.lds.S | 6 +-
16144 arch/arm/kvm/arm.c | 8 +-
16145 arch/arm/lib/copy_page.S | 1 +
16146 arch/arm/lib/csumpartialcopyuser.S | 4 +-
16147 arch/arm/lib/delay.c | 2 +-
16148 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
16149 arch/arm/mach-exynos/suspend.c | 6 +-
16150 arch/arm/mach-mvebu/coherency.c | 4 +-
16151 arch/arm/mach-omap2/board-n8x0.c | 2 +-
16152 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
16153 arch/arm/mach-omap2/omap-smp.c | 1 +
16154 arch/arm/mach-omap2/omap_device.c | 4 +-
16155 arch/arm/mach-omap2/omap_device.h | 4 +-
16156 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
16157 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
16158 arch/arm/mach-omap2/wd_timer.c | 6 +-
16159 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
16160 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
16161 arch/arm/mach-tegra/irq.c | 1 +
16162 arch/arm/mach-ux500/pm.c | 1 +
16163 arch/arm/mach-zynq/platsmp.c | 1 +
16164 arch/arm/mm/Kconfig | 6 +-
16165 arch/arm/mm/cache-l2x0.c | 2 +-
16166 arch/arm/mm/context.c | 10 +-
16167 arch/arm/mm/fault.c | 146 +
16168 arch/arm/mm/fault.h | 12 +
16169 arch/arm/mm/init.c | 39 +
16170 arch/arm/mm/ioremap.c | 4 +-
16171 arch/arm/mm/mmap.c | 30 +-
16172 arch/arm/mm/mmu.c | 162 +-
16173 arch/arm/net/bpf_jit_32.c | 3 +
16174 arch/arm/plat-iop/setup.c | 2 +-
16175 arch/arm/plat-omap/sram.c | 2 +
16176 arch/arm64/include/asm/atomic.h | 10 +
16177 arch/arm64/include/asm/percpu.h | 8 +-
16178 arch/arm64/include/asm/pgalloc.h | 5 +
16179 arch/arm64/include/asm/uaccess.h | 1 +
16180 arch/arm64/mm/dma-mapping.c | 2 +-
16181 arch/avr32/include/asm/elf.h | 8 +-
16182 arch/avr32/include/asm/kmap_types.h | 4 +-
16183 arch/avr32/mm/fault.c | 27 +
16184 arch/frv/include/asm/atomic.h | 10 +
16185 arch/frv/include/asm/kmap_types.h | 2 +-
16186 arch/frv/mm/elf-fdpic.c | 3 +-
16187 arch/ia64/Makefile | 1 +
16188 arch/ia64/include/asm/atomic.h | 10 +
16189 arch/ia64/include/asm/elf.h | 7 +
16190 arch/ia64/include/asm/pgalloc.h | 12 +
16191 arch/ia64/include/asm/pgtable.h | 13 +-
16192 arch/ia64/include/asm/spinlock.h | 2 +-
16193 arch/ia64/include/asm/uaccess.h | 27 +-
16194 arch/ia64/kernel/module.c | 45 +-
16195 arch/ia64/kernel/palinfo.c | 2 +-
16196 arch/ia64/kernel/sys_ia64.c | 7 +
16197 arch/ia64/kernel/vmlinux.lds.S | 2 +-
16198 arch/ia64/mm/fault.c | 32 +-
16199 arch/ia64/mm/init.c | 15 +-
16200 arch/m32r/lib/usercopy.c | 6 +
16201 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
16202 arch/mips/include/asm/atomic.h | 368 +-
16203 arch/mips/include/asm/elf.h | 7 +
16204 arch/mips/include/asm/exec.h | 2 +-
16205 arch/mips/include/asm/hw_irq.h | 2 +-
16206 arch/mips/include/asm/local.h | 57 +
16207 arch/mips/include/asm/page.h | 2 +-
16208 arch/mips/include/asm/pgalloc.h | 5 +
16209 arch/mips/include/asm/pgtable.h | 3 +
16210 arch/mips/include/asm/uaccess.h | 1 +
16211 arch/mips/kernel/binfmt_elfn32.c | 7 +
16212 arch/mips/kernel/binfmt_elfo32.c | 7 +
16213 arch/mips/kernel/irq-gt641xx.c | 2 +-
16214 arch/mips/kernel/irq.c | 6 +-
16215 arch/mips/kernel/pm-cps.c | 2 +-
16216 arch/mips/kernel/process.c | 12 -
16217 arch/mips/kernel/sync-r4k.c | 24 +-
16218 arch/mips/kernel/traps.c | 13 +-
16219 arch/mips/mm/fault.c | 25 +
16220 arch/mips/mm/mmap.c | 51 +-
16221 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
16222 arch/mips/sni/rm200.c | 2 +-
16223 arch/mips/vr41xx/common/icu.c | 2 +-
16224 arch/mips/vr41xx/common/irq.c | 4 +-
16225 arch/parisc/include/asm/atomic.h | 10 +
16226 arch/parisc/include/asm/elf.h | 7 +
16227 arch/parisc/include/asm/pgalloc.h | 6 +
16228 arch/parisc/include/asm/pgtable.h | 11 +
16229 arch/parisc/include/asm/uaccess.h | 4 +-
16230 arch/parisc/kernel/module.c | 50 +-
16231 arch/parisc/kernel/sys_parisc.c | 15 +
16232 arch/parisc/kernel/traps.c | 4 +-
16233 arch/parisc/mm/fault.c | 140 +-
16234 arch/powerpc/include/asm/atomic.h | 329 +-
16235 arch/powerpc/include/asm/elf.h | 12 +
16236 arch/powerpc/include/asm/exec.h | 2 +-
16237 arch/powerpc/include/asm/kmap_types.h | 2 +-
16238 arch/powerpc/include/asm/local.h | 46 +
16239 arch/powerpc/include/asm/mman.h | 2 +-
16240 arch/powerpc/include/asm/page.h | 8 +-
16241 arch/powerpc/include/asm/page_64.h | 7 +-
16242 arch/powerpc/include/asm/pgalloc-64.h | 7 +
16243 arch/powerpc/include/asm/pgtable.h | 1 +
16244 arch/powerpc/include/asm/pte-hash32.h | 1 +
16245 arch/powerpc/include/asm/reg.h | 1 +
16246 arch/powerpc/include/asm/smp.h | 2 +-
16247 arch/powerpc/include/asm/spinlock.h | 42 +-
16248 arch/powerpc/include/asm/uaccess.h | 141 +-
16249 arch/powerpc/kernel/Makefile | 5 +
16250 arch/powerpc/kernel/exceptions-64e.S | 4 +-
16251 arch/powerpc/kernel/exceptions-64s.S | 2 +-
16252 arch/powerpc/kernel/module_32.c | 15 +-
16253 arch/powerpc/kernel/process.c | 46 -
16254 arch/powerpc/kernel/signal_32.c | 2 +-
16255 arch/powerpc/kernel/signal_64.c | 2 +-
16256 arch/powerpc/kernel/traps.c | 21 +
16257 arch/powerpc/kernel/vdso.c | 5 +-
16258 arch/powerpc/lib/usercopy_64.c | 18 -
16259 arch/powerpc/mm/fault.c | 56 +-
16260 arch/powerpc/mm/mmap.c | 16 +
16261 arch/powerpc/mm/slice.c | 13 +-
16262 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
16263 arch/s390/include/asm/atomic.h | 10 +
16264 arch/s390/include/asm/elf.h | 7 +
16265 arch/s390/include/asm/exec.h | 2 +-
16266 arch/s390/include/asm/uaccess.h | 13 +-
16267 arch/s390/kernel/module.c | 22 +-
16268 arch/s390/kernel/process.c | 20 -
16269 arch/s390/mm/mmap.c | 16 +
16270 arch/score/include/asm/exec.h | 2 +-
16271 arch/score/kernel/process.c | 5 -
16272 arch/sh/mm/mmap.c | 22 +-
16273 arch/sparc/include/asm/atomic_64.h | 110 +-
16274 arch/sparc/include/asm/cache.h | 2 +-
16275 arch/sparc/include/asm/elf_32.h | 7 +
16276 arch/sparc/include/asm/elf_64.h | 7 +
16277 arch/sparc/include/asm/pgalloc_32.h | 1 +
16278 arch/sparc/include/asm/pgalloc_64.h | 1 +
16279 arch/sparc/include/asm/pgtable.h | 4 +
16280 arch/sparc/include/asm/pgtable_32.h | 15 +-
16281 arch/sparc/include/asm/pgtsrmmu.h | 5 +
16282 arch/sparc/include/asm/setup.h | 4 +-
16283 arch/sparc/include/asm/spinlock_64.h | 35 +-
16284 arch/sparc/include/asm/thread_info_32.h | 1 +
16285 arch/sparc/include/asm/thread_info_64.h | 2 +
16286 arch/sparc/include/asm/uaccess.h | 1 +
16287 arch/sparc/include/asm/uaccess_32.h | 28 +-
16288 arch/sparc/include/asm/uaccess_64.h | 24 +-
16289 arch/sparc/kernel/Makefile | 2 +-
16290 arch/sparc/kernel/prom_common.c | 2 +-
16291 arch/sparc/kernel/smp_64.c | 8 +-
16292 arch/sparc/kernel/sys_sparc_32.c | 2 +-
16293 arch/sparc/kernel/sys_sparc_64.c | 52 +-
16294 arch/sparc/kernel/traps_64.c | 27 +-
16295 arch/sparc/lib/Makefile | 2 +-
16296 arch/sparc/lib/atomic_64.S | 57 +-
16297 arch/sparc/lib/ksyms.c | 6 +-
16298 arch/sparc/mm/Makefile | 2 +-
16299 arch/sparc/mm/fault_32.c | 292 +
16300 arch/sparc/mm/fault_64.c | 486 +
16301 arch/sparc/mm/hugetlbpage.c | 22 +-
16302 arch/sparc/mm/init_64.c | 10 +-
16303 arch/tile/include/asm/atomic_64.h | 10 +
16304 arch/tile/include/asm/uaccess.h | 4 +-
16305 arch/um/Makefile | 4 +
16306 arch/um/include/asm/kmap_types.h | 2 +-
16307 arch/um/include/asm/page.h | 3 +
16308 arch/um/include/asm/pgtable-3level.h | 1 +
16309 arch/um/kernel/process.c | 16 -
16310 arch/x86/Kconfig | 26 +-
16311 arch/x86/Kconfig.cpu | 6 +-
16312 arch/x86/Kconfig.debug | 4 +-
16313 arch/x86/Makefile | 13 +-
16314 arch/x86/boot/Makefile | 3 +
16315 arch/x86/boot/bitops.h | 4 +-
16316 arch/x86/boot/boot.h | 2 +-
16317 arch/x86/boot/compressed/Makefile | 3 +
16318 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
16319 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
16320 arch/x86/boot/compressed/head_32.S | 4 +-
16321 arch/x86/boot/compressed/head_64.S | 12 +-
16322 arch/x86/boot/compressed/misc.c | 11 +-
16323 arch/x86/boot/cpucheck.c | 16 +-
16324 arch/x86/boot/header.S | 6 +-
16325 arch/x86/boot/memory.c | 2 +-
16326 arch/x86/boot/video-vesa.c | 1 +
16327 arch/x86/boot/video.c | 2 +-
16328 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
16329 arch/x86/crypto/aesni-intel_asm.S | 106 +-
16330 arch/x86/crypto/blowfish-x86_64-asm_64.S | 7 +
16331 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 10 +
16332 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 10 +
16333 arch/x86/crypto/camellia-x86_64-asm_64.S | 7 +
16334 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 51 +-
16335 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 25 +-
16336 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 2 +
16337 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
16338 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
16339 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 9 +
16340 arch/x86/crypto/serpent-avx2-asm_64.S | 9 +
16341 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
16342 arch/x86/crypto/sha1_ssse3_asm.S | 10 +-
16343 arch/x86/crypto/sha256-avx-asm.S | 2 +
16344 arch/x86/crypto/sha256-avx2-asm.S | 2 +
16345 arch/x86/crypto/sha256-ssse3-asm.S | 2 +
16346 arch/x86/crypto/sha512-avx-asm.S | 2 +
16347 arch/x86/crypto/sha512-avx2-asm.S | 2 +
16348 arch/x86/crypto/sha512-ssse3-asm.S | 2 +
16349 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 25 +-
16350 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 4 +
16351 arch/x86/crypto/twofish-x86_64-asm_64.S | 3 +
16352 arch/x86/entry/calling.h | 86 +-
16353 arch/x86/entry/common.c | 28 +-
16354 arch/x86/entry/entry_32.S | 311 +-
16355 arch/x86/entry/entry_64.S | 625 +-
16356 arch/x86/entry/entry_64_compat.S | 67 +-
16357 arch/x86/entry/thunk_64.S | 2 +
16358 arch/x86/entry/vdso/Makefile | 2 +-
16359 arch/x86/entry/vdso/vdso2c.h | 8 +-
16360 arch/x86/entry/vdso/vma.c | 37 +-
16361 arch/x86/entry/vsyscall/vsyscall_64.c | 20 +-
16362 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 2 +-
16363 arch/x86/ia32/ia32_signal.c | 23 +-
16364 arch/x86/ia32/sys_ia32.c | 42 +-
16365 arch/x86/include/asm/alternative-asm.h | 43 +-
16366 arch/x86/include/asm/alternative.h | 4 +-
16367 arch/x86/include/asm/apic.h | 2 +-
16368 arch/x86/include/asm/apm.h | 4 +-
16369 arch/x86/include/asm/atomic.h | 230 +-
16370 arch/x86/include/asm/atomic64_32.h | 100 +
16371 arch/x86/include/asm/atomic64_64.h | 164 +-
16372 arch/x86/include/asm/bitops.h | 18 +-
16373 arch/x86/include/asm/boot.h | 2 +-
16374 arch/x86/include/asm/cache.h | 5 +-
16375 arch/x86/include/asm/checksum_32.h | 12 +-
16376 arch/x86/include/asm/cmpxchg.h | 39 +
16377 arch/x86/include/asm/compat.h | 4 +
16378 arch/x86/include/asm/cpufeature.h | 17 +-
16379 arch/x86/include/asm/desc.h | 78 +-
16380 arch/x86/include/asm/desc_defs.h | 6 +
16381 arch/x86/include/asm/div64.h | 2 +-
16382 arch/x86/include/asm/dma.h | 2 +
16383 arch/x86/include/asm/elf.h | 33 +-
16384 arch/x86/include/asm/emergency-restart.h | 2 +-
16385 arch/x86/include/asm/fpu/internal.h | 42 +-
16386 arch/x86/include/asm/fpu/types.h | 5 +-
16387 arch/x86/include/asm/futex.h | 14 +-
16388 arch/x86/include/asm/hw_irq.h | 4 +-
16389 arch/x86/include/asm/i8259.h | 2 +-
16390 arch/x86/include/asm/io.h | 22 +-
16391 arch/x86/include/asm/irqflags.h | 5 +
16392 arch/x86/include/asm/kprobes.h | 9 +-
16393 arch/x86/include/asm/local.h | 106 +-
16394 arch/x86/include/asm/mman.h | 15 +
16395 arch/x86/include/asm/mmu.h | 14 +-
16396 arch/x86/include/asm/mmu_context.h | 133 +-
16397 arch/x86/include/asm/module.h | 17 +-
16398 arch/x86/include/asm/nmi.h | 19 +-
16399 arch/x86/include/asm/page.h | 1 +
16400 arch/x86/include/asm/page_32.h | 12 +-
16401 arch/x86/include/asm/page_64.h | 14 +-
16402 arch/x86/include/asm/paravirt.h | 46 +-
16403 arch/x86/include/asm/paravirt_types.h | 15 +-
16404 arch/x86/include/asm/pgalloc.h | 23 +
16405 arch/x86/include/asm/pgtable-2level.h | 2 +
16406 arch/x86/include/asm/pgtable-3level.h | 7 +
16407 arch/x86/include/asm/pgtable.h | 126 +-
16408 arch/x86/include/asm/pgtable_32.h | 14 +-
16409 arch/x86/include/asm/pgtable_32_types.h | 24 +-
16410 arch/x86/include/asm/pgtable_64.h | 23 +-
16411 arch/x86/include/asm/pgtable_64_types.h | 5 +
16412 arch/x86/include/asm/pgtable_types.h | 26 +-
16413 arch/x86/include/asm/pmem.h | 2 +-
16414 arch/x86/include/asm/preempt.h | 2 +-
16415 arch/x86/include/asm/processor.h | 57 +-
16416 arch/x86/include/asm/ptrace.h | 15 +-
16417 arch/x86/include/asm/realmode.h | 4 +-
16418 arch/x86/include/asm/reboot.h | 10 +-
16419 arch/x86/include/asm/rmwcc.h | 84 +-
16420 arch/x86/include/asm/rwsem.h | 60 +-
16421 arch/x86/include/asm/segment.h | 27 +-
16422 arch/x86/include/asm/smap.h | 43 +
16423 arch/x86/include/asm/smp.h | 14 +-
16424 arch/x86/include/asm/stackprotector.h | 4 +-
16425 arch/x86/include/asm/stacktrace.h | 34 +-
16426 arch/x86/include/asm/switch_to.h | 4 +-
16427 arch/x86/include/asm/sys_ia32.h | 6 +-
16428 arch/x86/include/asm/thread_info.h | 27 +-
16429 arch/x86/include/asm/tlbflush.h | 77 +-
16430 arch/x86/include/asm/uaccess.h | 210 +-
16431 arch/x86/include/asm/uaccess_32.h | 28 +-
16432 arch/x86/include/asm/uaccess_64.h | 169 +-
16433 arch/x86/include/asm/word-at-a-time.h | 2 +-
16434 arch/x86/include/asm/x86_init.h | 10 +-
16435 arch/x86/include/asm/xen/page.h | 2 +-
16436 arch/x86/include/uapi/asm/e820.h | 2 +-
16437 arch/x86/kernel/Makefile | 2 +-
16438 arch/x86/kernel/acpi/boot.c | 4 +-
16439 arch/x86/kernel/acpi/sleep.c | 4 +
16440 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
16441 arch/x86/kernel/alternative.c | 124 +-
16442 arch/x86/kernel/apic/apic.c | 4 +-
16443 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
16444 arch/x86/kernel/apic/apic_noop.c | 2 +-
16445 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
16446 arch/x86/kernel/apic/io_apic.c | 8 +-
16447 arch/x86/kernel/apic/msi.c | 2 +-
16448 arch/x86/kernel/apic/probe_32.c | 4 +-
16449 arch/x86/kernel/apic/vector.c | 2 +
16450 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
16451 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
16452 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
16453 arch/x86/kernel/apm_32.c | 21 +-
16454 arch/x86/kernel/asm-offsets.c | 20 +
16455 arch/x86/kernel/asm-offsets_64.c | 1 +
16456 arch/x86/kernel/cpu/Makefile | 4 -
16457 arch/x86/kernel/cpu/amd.c | 2 +-
16458 arch/x86/kernel/cpu/bugs_64.c | 2 +
16459 arch/x86/kernel/cpu/common.c | 202 +-
16460 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
16461 arch/x86/kernel/cpu/mcheck/mce.c | 34 +-
16462 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
16463 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
16464 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
16465 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
16466 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
16467 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
16468 arch/x86/kernel/cpu/perf_event.c | 10 +-
16469 arch/x86/kernel/cpu/perf_event.h | 2 +-
16470 arch/x86/kernel/cpu/perf_event_amd_iommu.c | 2 +-
16471 arch/x86/kernel/cpu/perf_event_intel.c | 34 +-
16472 arch/x86/kernel/cpu/perf_event_intel_bts.c | 6 +-
16473 arch/x86/kernel/cpu/perf_event_intel_cqm.c | 4 +-
16474 arch/x86/kernel/cpu/perf_event_intel_ds.c | 7 +-
16475 arch/x86/kernel/cpu/perf_event_intel_lbr.c | 4 +-
16476 arch/x86/kernel/cpu/perf_event_intel_pt.c | 42 +-
16477 arch/x86/kernel/cpu/perf_event_intel_rapl.c | 2 +-
16478 arch/x86/kernel/cpu/perf_event_intel_uncore.c | 2 +-
16479 arch/x86/kernel/cpu/perf_event_intel_uncore.h | 2 +-
16480 arch/x86/kernel/crash_dump_64.c | 2 +-
16481 arch/x86/kernel/doublefault.c | 8 +-
16482 arch/x86/kernel/dumpstack.c | 24 +-
16483 arch/x86/kernel/dumpstack_32.c | 25 +-
16484 arch/x86/kernel/dumpstack_64.c | 62 +-
16485 arch/x86/kernel/e820.c | 4 +-
16486 arch/x86/kernel/early_printk.c | 1 +
16487 arch/x86/kernel/espfix_64.c | 44 +-
16488 arch/x86/kernel/fpu/core.c | 24 +-
16489 arch/x86/kernel/fpu/init.c | 40 +-
16490 arch/x86/kernel/fpu/regset.c | 22 +-
16491 arch/x86/kernel/fpu/signal.c | 20 +-
16492 arch/x86/kernel/fpu/xstate.c | 6 +-
16493 arch/x86/kernel/ftrace.c | 18 +-
16494 arch/x86/kernel/head64.c | 14 +-
16495 arch/x86/kernel/head_32.S | 235 +-
16496 arch/x86/kernel/head_64.S | 173 +-
16497 arch/x86/kernel/i386_ksyms_32.c | 12 +
16498 arch/x86/kernel/i8259.c | 10 +-
16499 arch/x86/kernel/io_delay.c | 2 +-
16500 arch/x86/kernel/ioport.c | 2 +-
16501 arch/x86/kernel/irq.c | 8 +-
16502 arch/x86/kernel/irq_32.c | 45 +-
16503 arch/x86/kernel/jump_label.c | 10 +-
16504 arch/x86/kernel/kgdb.c | 21 +-
16505 arch/x86/kernel/kprobes/core.c | 28 +-
16506 arch/x86/kernel/kprobes/opt.c | 16 +-
16507 arch/x86/kernel/ksysfs.c | 2 +-
16508 arch/x86/kernel/kvmclock.c | 20 +-
16509 arch/x86/kernel/ldt.c | 25 +
16510 arch/x86/kernel/livepatch.c | 11 +-
16511 arch/x86/kernel/machine_kexec_32.c | 6 +-
16512 arch/x86/kernel/mcount_64.S | 19 +-
16513 arch/x86/kernel/module.c | 78 +-
16514 arch/x86/kernel/msr.c | 2 +-
16515 arch/x86/kernel/nmi.c | 34 +-
16516 arch/x86/kernel/nmi_selftest.c | 4 +-
16517 arch/x86/kernel/paravirt-spinlocks.c | 2 +-
16518 arch/x86/kernel/paravirt.c | 45 +-
16519 arch/x86/kernel/paravirt_patch_64.c | 8 +
16520 arch/x86/kernel/pci-calgary_64.c | 2 +-
16521 arch/x86/kernel/pci-iommu_table.c | 2 +-
16522 arch/x86/kernel/pci-swiotlb.c | 2 +-
16523 arch/x86/kernel/process.c | 80 +-
16524 arch/x86/kernel/process_32.c | 29 +-
16525 arch/x86/kernel/process_64.c | 14 +-
16526 arch/x86/kernel/ptrace.c | 20 +-
16527 arch/x86/kernel/pvclock.c | 8 +-
16528 arch/x86/kernel/reboot.c | 44 +-
16529 arch/x86/kernel/reboot_fixups_32.c | 2 +-
16530 arch/x86/kernel/relocate_kernel_64.S | 3 +-
16531 arch/x86/kernel/setup.c | 29 +-
16532 arch/x86/kernel/setup_percpu.c | 29 +-
16533 arch/x86/kernel/signal.c | 17 +-
16534 arch/x86/kernel/smp.c | 2 +-
16535 arch/x86/kernel/smpboot.c | 29 +-
16536 arch/x86/kernel/step.c | 6 +-
16537 arch/x86/kernel/sys_i386_32.c | 184 +
16538 arch/x86/kernel/sys_x86_64.c | 22 +-
16539 arch/x86/kernel/tboot.c | 22 +-
16540 arch/x86/kernel/time.c | 8 +-
16541 arch/x86/kernel/tls.c | 7 +-
16542 arch/x86/kernel/tracepoint.c | 4 +-
16543 arch/x86/kernel/traps.c | 53 +-
16544 arch/x86/kernel/tsc.c | 2 +-
16545 arch/x86/kernel/uprobes.c | 4 +-
16546 arch/x86/kernel/vm86_32.c | 6 +-
16547 arch/x86/kernel/vmlinux.lds.S | 153 +-
16548 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
16549 arch/x86/kernel/x86_init.c | 6 +-
16550 arch/x86/kvm/cpuid.c | 21 +-
16551 arch/x86/kvm/emulate.c | 6 +-
16552 arch/x86/kvm/i8259.c | 10 +-
16553 arch/x86/kvm/ioapic.c | 2 +
16554 arch/x86/kvm/lapic.c | 2 +-
16555 arch/x86/kvm/paging_tmpl.h | 2 +-
16556 arch/x86/kvm/svm.c | 10 +-
16557 arch/x86/kvm/vmx.c | 62 +-
16558 arch/x86/kvm/x86.c | 44 +-
16559 arch/x86/lguest/boot.c | 3 +-
16560 arch/x86/lib/atomic64_386_32.S | 164 +
16561 arch/x86/lib/atomic64_cx8_32.S | 98 +-
16562 arch/x86/lib/checksum_32.S | 99 +-
16563 arch/x86/lib/clear_page_64.S | 3 +
16564 arch/x86/lib/cmpxchg16b_emu.S | 3 +
16565 arch/x86/lib/copy_page_64.S | 14 +-
16566 arch/x86/lib/copy_user_64.S | 66 +-
16567 arch/x86/lib/csum-copy_64.S | 14 +-
16568 arch/x86/lib/csum-wrappers_64.c | 8 +-
16569 arch/x86/lib/getuser.S | 74 +-
16570 arch/x86/lib/insn.c | 8 +-
16571 arch/x86/lib/iomap_copy_64.S | 2 +
16572 arch/x86/lib/memcpy_64.S | 6 +
16573 arch/x86/lib/memmove_64.S | 3 +-
16574 arch/x86/lib/memset_64.S | 3 +
16575 arch/x86/lib/mmx_32.c | 243 +-
16576 arch/x86/lib/msr-reg.S | 2 +
16577 arch/x86/lib/putuser.S | 87 +-
16578 arch/x86/lib/rwsem.S | 6 +-
16579 arch/x86/lib/usercopy_32.c | 359 +-
16580 arch/x86/lib/usercopy_64.c | 22 +-
16581 arch/x86/math-emu/fpu_aux.c | 2 +-
16582 arch/x86/math-emu/fpu_entry.c | 4 +-
16583 arch/x86/math-emu/fpu_system.h | 2 +-
16584 arch/x86/mm/Makefile | 4 +
16585 arch/x86/mm/extable.c | 26 +-
16586 arch/x86/mm/fault.c | 570 +-
16587 arch/x86/mm/gup.c | 6 +-
16588 arch/x86/mm/highmem_32.c | 6 +
16589 arch/x86/mm/hugetlbpage.c | 24 +-
16590 arch/x86/mm/init.c | 111 +-
16591 arch/x86/mm/init_32.c | 111 +-
16592 arch/x86/mm/init_64.c | 46 +-
16593 arch/x86/mm/iomap_32.c | 4 +
16594 arch/x86/mm/ioremap.c | 52 +-
16595 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
16596 arch/x86/mm/mmap.c | 40 +-
16597 arch/x86/mm/mmio-mod.c | 10 +-
16598 arch/x86/mm/mpx.c | 6 +-
16599 arch/x86/mm/numa.c | 4 +-
16600 arch/x86/mm/pageattr.c | 42 +-
16601 arch/x86/mm/pat.c | 12 +-
16602 arch/x86/mm/pat_rbtree.c | 2 +-
16603 arch/x86/mm/pf_in.c | 10 +-
16604 arch/x86/mm/pgtable.c | 214 +-
16605 arch/x86/mm/pgtable_32.c | 3 +
16606 arch/x86/mm/setup_nx.c | 7 +
16607 arch/x86/mm/tlb.c | 4 +
16608 arch/x86/mm/uderef_64.c | 37 +
16609 arch/x86/net/bpf_jit.S | 11 +
16610 arch/x86/net/bpf_jit_comp.c | 13 +-
16611 arch/x86/oprofile/backtrace.c | 6 +-
16612 arch/x86/oprofile/nmi_int.c | 8 +-
16613 arch/x86/oprofile/op_model_amd.c | 8 +-
16614 arch/x86/oprofile/op_model_ppro.c | 7 +-
16615 arch/x86/oprofile/op_x86_model.h | 2 +-
16616 arch/x86/pci/intel_mid_pci.c | 2 +-
16617 arch/x86/pci/irq.c | 8 +-
16618 arch/x86/pci/pcbios.c | 144 +-
16619 arch/x86/platform/efi/efi_32.c | 24 +
16620 arch/x86/platform/efi/efi_64.c | 26 +-
16621 arch/x86/platform/efi/efi_stub_32.S | 64 +-
16622 arch/x86/platform/efi/efi_stub_64.S | 2 +
16623 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
16624 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
16625 arch/x86/platform/intel-mid/mfld.c | 4 +-
16626 arch/x86/platform/intel-mid/mrfl.c | 2 +-
16627 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
16628 arch/x86/platform/olpc/olpc_dt.c | 2 +-
16629 arch/x86/power/cpu.c | 11 +-
16630 arch/x86/realmode/init.c | 10 +-
16631 arch/x86/realmode/rm/Makefile | 3 +
16632 arch/x86/realmode/rm/header.S | 4 +-
16633 arch/x86/realmode/rm/reboot.S | 4 +
16634 arch/x86/realmode/rm/trampoline_32.S | 12 +-
16635 arch/x86/realmode/rm/trampoline_64.S | 3 +-
16636 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
16637 arch/x86/tools/Makefile | 2 +-
16638 arch/x86/tools/relocs.c | 96 +-
16639 arch/x86/um/mem_32.c | 2 +-
16640 arch/x86/um/tls_32.c | 2 +-
16641 arch/x86/xen/enlighten.c | 50 +-
16642 arch/x86/xen/mmu.c | 19 +-
16643 arch/x86/xen/smp.c | 16 +-
16644 arch/x86/xen/xen-asm_32.S | 2 +-
16645 arch/x86/xen/xen-head.S | 11 +
16646 arch/x86/xen/xen-ops.h | 2 -
16647 block/bio.c | 4 +-
16648 block/blk-cgroup.c | 18 +-
16649 block/blk-iopoll.c | 2 +-
16650 block/blk-map.c | 2 +-
16651 block/blk-softirq.c | 2 +-
16652 block/bsg.c | 12 +-
16653 block/cfq-iosched.c | 4 +-
16654 block/compat_ioctl.c | 4 +-
16655 block/genhd.c | 9 +-
16656 block/partitions/efi.c | 8 +-
16657 block/scsi_ioctl.c | 29 +-
16658 crypto/cryptd.c | 4 +-
16659 crypto/crypto_user.c | 8 +-
16660 crypto/pcrypt.c | 2 +-
16661 crypto/zlib.c | 12 +-
16662 drivers/acpi/acpi_video.c | 2 +-
16663 drivers/acpi/apei/apei-internal.h | 2 +-
16664 drivers/acpi/apei/ghes.c | 10 +-
16665 drivers/acpi/bgrt.c | 6 +-
16666 drivers/acpi/blacklist.c | 4 +-
16667 drivers/acpi/bus.c | 4 +-
16668 drivers/acpi/device_pm.c | 4 +-
16669 drivers/acpi/ec.c | 2 +-
16670 drivers/acpi/pci_slot.c | 2 +-
16671 drivers/acpi/processor_idle.c | 2 +-
16672 drivers/acpi/processor_pdc.c | 2 +-
16673 drivers/acpi/sleep.c | 2 +-
16674 drivers/acpi/sysfs.c | 4 +-
16675 drivers/acpi/thermal.c | 2 +-
16676 drivers/acpi/video_detect.c | 7 +-
16677 drivers/ata/libata-core.c | 12 +-
16678 drivers/ata/libata-scsi.c | 2 +-
16679 drivers/ata/libata.h | 2 +-
16680 drivers/ata/pata_arasan_cf.c | 4 +-
16681 drivers/atm/adummy.c | 2 +-
16682 drivers/atm/ambassador.c | 8 +-
16683 drivers/atm/atmtcp.c | 14 +-
16684 drivers/atm/eni.c | 10 +-
16685 drivers/atm/firestream.c | 8 +-
16686 drivers/atm/fore200e.c | 14 +-
16687 drivers/atm/he.c | 18 +-
16688 drivers/atm/horizon.c | 4 +-
16689 drivers/atm/idt77252.c | 36 +-
16690 drivers/atm/iphase.c | 34 +-
16691 drivers/atm/lanai.c | 12 +-
16692 drivers/atm/nicstar.c | 46 +-
16693 drivers/atm/solos-pci.c | 4 +-
16694 drivers/atm/suni.c | 4 +-
16695 drivers/atm/uPD98402.c | 16 +-
16696 drivers/atm/zatm.c | 6 +-
16697 drivers/base/bus.c | 4 +-
16698 drivers/base/devres.c | 4 +-
16699 drivers/base/devtmpfs.c | 8 +-
16700 drivers/base/node.c | 2 +-
16701 drivers/base/platform-msi.c | 20 +-
16702 drivers/base/power/domain.c | 7 +-
16703 drivers/base/power/runtime.c | 6 +-
16704 drivers/base/power/sysfs.c | 2 +-
16705 drivers/base/power/wakeup.c | 8 +-
16706 drivers/base/regmap/regmap-debugfs.c | 4 +-
16707 drivers/base/regmap/regmap.c | 4 +-
16708 drivers/base/syscore.c | 4 +-
16709 drivers/block/cciss.c | 28 +-
16710 drivers/block/cciss.h | 2 +-
16711 drivers/block/cpqarray.c | 28 +-
16712 drivers/block/cpqarray.h | 2 +-
16713 drivers/block/drbd/drbd_bitmap.c | 2 +-
16714 drivers/block/drbd/drbd_int.h | 8 +-
16715 drivers/block/drbd/drbd_main.c | 12 +-
16716 drivers/block/drbd/drbd_nl.c | 4 +-
16717 drivers/block/drbd/drbd_receiver.c | 38 +-
16718 drivers/block/drbd/drbd_worker.c | 14 +-
16719 drivers/block/pktcdvd.c | 4 +-
16720 drivers/block/rbd.c | 2 +-
16721 drivers/bluetooth/btwilink.c | 2 +-
16722 drivers/bus/arm-cci.c | 12 +-
16723 drivers/cdrom/cdrom.c | 11 +-
16724 drivers/cdrom/gdrom.c | 1 -
16725 drivers/char/agp/compat_ioctl.c | 2 +-
16726 drivers/char/agp/frontend.c | 4 +-
16727 drivers/char/agp/intel-gtt.c | 4 +-
16728 drivers/char/hpet.c | 2 +-
16729 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
16730 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
16731 drivers/char/ipmi/ipmi_ssif.c | 12 +-
16732 drivers/char/mem.c | 47 +-
16733 drivers/char/nvram.c | 2 +-
16734 drivers/char/pcmcia/synclink_cs.c | 16 +-
16735 drivers/char/random.c | 12 +-
16736 drivers/char/sonypi.c | 11 +-
16737 drivers/char/tpm/tpm_acpi.c | 3 +-
16738 drivers/char/tpm/tpm_eventlog.c | 5 +-
16739 drivers/char/virtio_console.c | 6 +-
16740 drivers/clk/clk-composite.c | 2 +-
16741 drivers/clk/samsung/clk.h | 2 +-
16742 drivers/clk/socfpga/clk-gate.c | 9 +-
16743 drivers/clk/socfpga/clk-pll.c | 9 +-
16744 drivers/clk/ti/clk.c | 8 +-
16745 drivers/cpufreq/acpi-cpufreq.c | 17 +-
16746 drivers/cpufreq/cpufreq-dt.c | 4 +-
16747 drivers/cpufreq/cpufreq.c | 30 +-
16748 drivers/cpufreq/cpufreq_governor.c | 2 +-
16749 drivers/cpufreq/cpufreq_governor.h | 4 +-
16750 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
16751 drivers/cpufreq/intel_pstate.c | 38 +-
16752 drivers/cpufreq/p4-clockmod.c | 12 +-
16753 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
16754 drivers/cpufreq/speedstep-centrino.c | 7 +-
16755 drivers/cpuidle/driver.c | 2 +-
16756 drivers/cpuidle/dt_idle_states.c | 2 +-
16757 drivers/cpuidle/governor.c | 2 +-
16758 drivers/cpuidle/sysfs.c | 2 +-
16759 drivers/crypto/hifn_795x.c | 4 +-
16760 drivers/devfreq/devfreq.c | 4 +-
16761 drivers/dma/sh/shdma-base.c | 4 +-
16762 drivers/dma/sh/shdmac.c | 2 +-
16763 drivers/edac/edac_device.c | 4 +-
16764 drivers/edac/edac_mc_sysfs.c | 2 +-
16765 drivers/edac/edac_pci.c | 4 +-
16766 drivers/edac/edac_pci_sysfs.c | 22 +-
16767 drivers/edac/mce_amd.h | 2 +-
16768 drivers/firewire/core-card.c | 6 +-
16769 drivers/firewire/core-device.c | 2 +-
16770 drivers/firewire/core-transaction.c | 1 +
16771 drivers/firewire/core.h | 1 +
16772 drivers/firmware/dmi-id.c | 2 +-
16773 drivers/firmware/dmi_scan.c | 12 +-
16774 drivers/firmware/efi/cper.c | 8 +-
16775 drivers/firmware/efi/efi.c | 12 +-
16776 drivers/firmware/efi/efivars.c | 2 +-
16777 drivers/firmware/efi/runtime-map.c | 2 +-
16778 drivers/firmware/google/gsmi.c | 2 +-
16779 drivers/firmware/google/memconsole.c | 7 +-
16780 drivers/firmware/memmap.c | 2 +-
16781 drivers/firmware/psci.c | 2 +-
16782 drivers/gpio/gpio-davinci.c | 6 +-
16783 drivers/gpio/gpio-em.c | 2 +-
16784 drivers/gpio/gpio-ich.c | 2 +-
16785 drivers/gpio/gpio-omap.c | 4 +-
16786 drivers/gpio/gpio-rcar.c | 2 +-
16787 drivers/gpio/gpio-vr41xx.c | 2 +-
16788 drivers/gpio/gpiolib.c | 12 +-
16789 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
16790 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
16791 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 18 +-
16792 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +-
16793 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
16794 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
16795 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
16796 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
16797 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
16798 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
16799 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
16800 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
16801 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
16802 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
16803 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
16804 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
16805 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
16806 drivers/gpu/drm/armada/armada_drv.c | 3 +-
16807 drivers/gpu/drm/drm_crtc.c | 2 +-
16808 drivers/gpu/drm/drm_drv.c | 2 +-
16809 drivers/gpu/drm/drm_fops.c | 12 +-
16810 drivers/gpu/drm/drm_global.c | 14 +-
16811 drivers/gpu/drm/drm_info.c | 13 +-
16812 drivers/gpu/drm/drm_ioc32.c | 13 +-
16813 drivers/gpu/drm/drm_ioctl.c | 2 +-
16814 drivers/gpu/drm/drm_pci.c | 9 +-
16815 drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 -
16816 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 10 +-
16817 drivers/gpu/drm/gma500/psb_drv.c | 1 -
16818 drivers/gpu/drm/i810/i810_dma.c | 2 +-
16819 drivers/gpu/drm/i810/i810_drv.c | 6 +-
16820 drivers/gpu/drm/i810/i810_drv.h | 6 +-
16821 drivers/gpu/drm/i915/i915_dma.c | 4 +-
16822 drivers/gpu/drm/i915/i915_drv.c | 7 +-
16823 drivers/gpu/drm/i915/i915_drv.h | 2 +-
16824 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
16825 drivers/gpu/drm/i915/i915_gem_gtt.c | 16 +-
16826 drivers/gpu/drm/i915/i915_gem_gtt.h | 6 +-
16827 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
16828 drivers/gpu/drm/i915/i915_irq.c | 88 +-
16829 drivers/gpu/drm/i915/intel_display.c | 26 +-
16830 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
16831 drivers/gpu/drm/mga/mga_drv.c | 5 +-
16832 drivers/gpu/drm/mga/mga_drv.h | 6 +-
16833 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
16834 drivers/gpu/drm/mga/mga_irq.c | 8 +-
16835 drivers/gpu/drm/mga/mga_state.c | 2 +-
16836 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
16837 drivers/gpu/drm/nouveau/nouveau_drm.c | 13 +-
16838 drivers/gpu/drm/nouveau/nouveau_drm.h | 1 -
16839 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
16840 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
16841 drivers/gpu/drm/omapdrm/Makefile | 2 +-
16842 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
16843 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
16844 drivers/gpu/drm/qxl/qxl_drv.c | 8 +-
16845 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
16846 drivers/gpu/drm/qxl/qxl_ioctl.c | 12 +-
16847 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
16848 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
16849 drivers/gpu/drm/r128/r128_cce.c | 2 +-
16850 drivers/gpu/drm/r128/r128_drv.c | 4 +-
16851 drivers/gpu/drm/r128/r128_drv.h | 6 +-
16852 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
16853 drivers/gpu/drm/r128/r128_irq.c | 4 +-
16854 drivers/gpu/drm/r128/r128_state.c | 6 +-
16855 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
16856 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
16857 drivers/gpu/drm/radeon/radeon_drv.c | 17 +-
16858 drivers/gpu/drm/radeon/radeon_drv.h | 4 +-
16859 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
16860 drivers/gpu/drm/radeon/radeon_irq.c | 6 +-
16861 drivers/gpu/drm/radeon/radeon_kms.c | 2 +-
16862 drivers/gpu/drm/radeon/radeon_state.c | 6 +-
16863 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
16864 drivers/gpu/drm/savage/savage_bci.c | 2 +-
16865 drivers/gpu/drm/savage/savage_drv.c | 5 +-
16866 drivers/gpu/drm/savage/savage_drv.h | 2 +-
16867 drivers/gpu/drm/sis/sis_drv.c | 5 +-
16868 drivers/gpu/drm/sis/sis_drv.h | 2 +-
16869 drivers/gpu/drm/sis/sis_mm.c | 2 +-
16870 drivers/gpu/drm/tegra/dc.c | 2 +-
16871 drivers/gpu/drm/tegra/dsi.c | 2 +-
16872 drivers/gpu/drm/tegra/hdmi.c | 2 +-
16873 drivers/gpu/drm/tegra/sor.c | 7 +-
16874 drivers/gpu/drm/tilcdc/Makefile | 6 +-
16875 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
16876 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
16877 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
16878 drivers/gpu/drm/udl/udl_fb.c | 1 -
16879 drivers/gpu/drm/via/via_dma.c | 2 +-
16880 drivers/gpu/drm/via/via_drv.c | 5 +-
16881 drivers/gpu/drm/via/via_drv.h | 6 +-
16882 drivers/gpu/drm/via/via_irq.c | 18 +-
16883 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
16884 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
16885 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
16886 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
16887 drivers/gpu/vga/vga_switcheroo.c | 4 +-
16888 drivers/hid/hid-core.c | 4 +-
16889 drivers/hid/hid-sensor-custom.c | 2 +-
16890 drivers/hv/channel.c | 6 +-
16891 drivers/hv/hv.c | 4 +-
16892 drivers/hv/hv_balloon.c | 18 +-
16893 drivers/hv/hyperv_vmbus.h | 2 +-
16894 drivers/hwmon/acpi_power_meter.c | 6 +-
16895 drivers/hwmon/applesmc.c | 2 +-
16896 drivers/hwmon/asus_atk0110.c | 10 +-
16897 drivers/hwmon/coretemp.c | 2 +-
16898 drivers/hwmon/dell-smm-hwmon.c | 2 +-
16899 drivers/hwmon/ibmaem.c | 2 +-
16900 drivers/hwmon/iio_hwmon.c | 2 +-
16901 drivers/hwmon/nct6683.c | 6 +-
16902 drivers/hwmon/nct6775.c | 6 +-
16903 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
16904 drivers/hwmon/sht15.c | 12 +-
16905 drivers/hwmon/via-cputemp.c | 2 +-
16906 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
16907 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
16908 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
16909 drivers/i2c/i2c-dev.c | 2 +-
16910 drivers/ide/ide-cd.c | 2 +-
16911 drivers/ide/ide-disk.c | 2 +-
16912 drivers/iio/industrialio-core.c | 2 +-
16913 drivers/iio/magnetometer/ak8975.c | 2 +-
16914 drivers/infiniband/core/cm.c | 32 +-
16915 drivers/infiniband/core/fmr_pool.c | 20 +-
16916 drivers/infiniband/core/netlink.c | 5 +-
16917 drivers/infiniband/core/uverbs_cmd.c | 3 +
16918 drivers/infiniband/hw/cxgb4/device.c | 6 +-
16919 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
16920 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
16921 drivers/infiniband/hw/mlx4/mad.c | 2 +-
16922 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
16923 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
16924 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
16925 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
16926 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
16927 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
16928 drivers/infiniband/hw/nes/nes.c | 4 +-
16929 drivers/infiniband/hw/nes/nes.h | 40 +-
16930 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
16931 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
16932 drivers/infiniband/hw/nes/nes_nic.c | 40 +-
16933 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
16934 drivers/infiniband/hw/qib/qib.h | 1 +
16935 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
16936 drivers/input/evdev.c | 2 +-
16937 drivers/input/gameport/gameport.c | 4 +-
16938 drivers/input/input.c | 4 +-
16939 drivers/input/joystick/sidewinder.c | 1 +
16940 drivers/input/misc/ims-pcu.c | 4 +-
16941 drivers/input/mouse/psmouse.h | 2 +-
16942 drivers/input/mousedev.c | 2 +-
16943 drivers/input/serio/serio.c | 4 +-
16944 drivers/input/serio/serio_raw.c | 4 +-
16945 drivers/input/touchscreen/htcpen.c | 2 +-
16946 drivers/iommu/arm-smmu-v3.c | 2 +-
16947 drivers/iommu/arm-smmu.c | 43 +-
16948 drivers/iommu/io-pgtable-arm.c | 101 +-
16949 drivers/iommu/io-pgtable.c | 11 +-
16950 drivers/iommu/io-pgtable.h | 19 +-
16951 drivers/iommu/iommu.c | 2 +-
16952 drivers/iommu/ipmmu-vmsa.c | 13 +-
16953 drivers/iommu/irq_remapping.c | 2 +-
16954 drivers/irqchip/irq-gic.c | 2 +-
16955 drivers/irqchip/irq-i8259.c | 2 +-
16956 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
16957 drivers/isdn/capi/capi.c | 10 +-
16958 drivers/isdn/gigaset/interface.c | 8 +-
16959 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
16960 drivers/isdn/hardware/avm/b1.c | 4 +-
16961 drivers/isdn/i4l/isdn_common.c | 2 +
16962 drivers/isdn/i4l/isdn_tty.c | 22 +-
16963 drivers/isdn/icn/icn.c | 2 +-
16964 drivers/isdn/mISDN/dsp_cmx.c | 2 +-
16965 drivers/lguest/core.c | 10 +-
16966 drivers/lguest/page_tables.c | 2 +-
16967 drivers/lguest/x86/core.c | 12 +-
16968 drivers/lguest/x86/switcher_32.S | 27 +-
16969 drivers/md/bcache/alloc.c | 2 +-
16970 drivers/md/bcache/bcache.h | 10 +-
16971 drivers/md/bcache/btree.c | 2 +-
16972 drivers/md/bcache/closure.h | 2 +-
16973 drivers/md/bcache/io.c | 10 +-
16974 drivers/md/bcache/journal.c | 2 +-
16975 drivers/md/bcache/stats.c | 26 +-
16976 drivers/md/bcache/stats.h | 16 +-
16977 drivers/md/bcache/super.c | 2 +-
16978 drivers/md/bcache/sysfs.c | 20 +-
16979 drivers/md/bitmap.c | 2 +-
16980 drivers/md/dm-cache-target.c | 98 +-
16981 drivers/md/dm-ioctl.c | 2 +-
16982 drivers/md/dm-raid.c | 2 +-
16983 drivers/md/dm-raid1.c | 18 +-
16984 drivers/md/dm-stats.c | 6 +-
16985 drivers/md/dm-stripe.c | 10 +-
16986 drivers/md/dm-table.c | 2 +-
16987 drivers/md/dm-thin-metadata.c | 4 +-
16988 drivers/md/dm.c | 28 +-
16989 drivers/md/md.c | 37 +-
16990 drivers/md/md.h | 8 +-
16991 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
16992 drivers/md/persistent-data/dm-space-map.h | 1 +
16993 drivers/md/raid1.c | 8 +-
16994 drivers/md/raid10.c | 20 +-
16995 drivers/md/raid5.c | 26 +-
16996 drivers/media/dvb-core/dvbdev.c | 2 +-
16997 drivers/media/dvb-frontends/af9033.h | 2 +-
16998 drivers/media/dvb-frontends/dib3000.h | 2 +-
16999 drivers/media/dvb-frontends/dib7000p.h | 2 +-
17000 drivers/media/dvb-frontends/dib8000.h | 2 +-
17001 drivers/media/pci/cx88/cx88-video.c | 6 +-
17002 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
17003 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
17004 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
17005 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
17006 drivers/media/pci/tw68/tw68-core.c | 2 +-
17007 drivers/media/pci/zoran/zoran.h | 1 -
17008 drivers/media/pci/zoran/zoran_driver.c | 3 -
17009 drivers/media/platform/omap/omap_vout.c | 11 +-
17010 drivers/media/platform/s5p-tv/mixer.h | 2 +-
17011 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
17012 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
17013 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
17014 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
17015 drivers/media/radio/radio-cadet.c | 2 +
17016 drivers/media/radio/radio-maxiradio.c | 2 +-
17017 drivers/media/radio/radio-shark.c | 2 +-
17018 drivers/media/radio/radio-shark2.c | 2 +-
17019 drivers/media/radio/radio-si476x.c | 2 +-
17020 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
17021 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
17022 drivers/media/v4l2-core/v4l2-device.c | 4 +-
17023 drivers/media/v4l2-core/v4l2-ioctl.c | 13 +-
17024 drivers/memory/omap-gpmc.c | 21 +-
17025 drivers/message/fusion/mptsas.c | 34 +-
17026 drivers/mfd/ab8500-debugfs.c | 2 +-
17027 drivers/mfd/kempld-core.c | 2 +-
17028 drivers/mfd/max8925-i2c.c | 2 +-
17029 drivers/mfd/tps65910.c | 2 +-
17030 drivers/mfd/twl4030-irq.c | 9 +-
17031 drivers/misc/c2port/core.c | 4 +-
17032 drivers/misc/kgdbts.c | 4 +-
17033 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
17034 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
17035 drivers/misc/mic/scif/scif_api.c | 10 +-
17036 drivers/misc/mic/scif/scif_rb.c | 8 +-
17037 drivers/misc/sgi-gru/gruhandles.c | 4 +-
17038 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
17039 drivers/misc/sgi-gru/grutables.h | 158 +-
17040 drivers/misc/sgi-xp/xp.h | 2 +-
17041 drivers/misc/sgi-xp/xpc.h | 3 +-
17042 drivers/misc/sgi-xp/xpc_main.c | 2 +-
17043 drivers/mmc/host/dw_mmc.h | 2 +-
17044 drivers/mmc/host/mmci.c | 4 +-
17045 drivers/mmc/host/omap_hsmmc.c | 4 +-
17046 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
17047 drivers/mmc/host/sdhci-s3c.c | 8 +-
17048 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
17049 drivers/mtd/nand/denali.c | 1 +
17050 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
17051 drivers/mtd/nftlmount.c | 1 +
17052 drivers/mtd/sm_ftl.c | 2 +-
17053 drivers/net/bonding/bond_netlink.c | 2 +-
17054 drivers/net/caif/caif_hsi.c | 2 +-
17055 drivers/net/can/Kconfig | 2 +-
17056 drivers/net/can/dev.c | 2 +-
17057 drivers/net/can/vcan.c | 2 +-
17058 drivers/net/dummy.c | 2 +-
17059 drivers/net/ethernet/8390/ax88796.c | 4 +-
17060 drivers/net/ethernet/altera/altera_tse_main.c | 4 +-
17061 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
17062 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
17063 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
17064 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 143 +-
17065 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 64 +-
17066 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
17067 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
17068 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
17069 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
17070 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
17071 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
17072 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
17073 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
17074 drivers/net/ethernet/broadcom/tg3.h | 1 +
17075 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
17076 drivers/net/ethernet/cavium/liquidio/lio_main.c | 11 +-
17077 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
17078 drivers/net/ethernet/dec/tulip/de4x5.c | 4 +-
17079 drivers/net/ethernet/emulex/benet/be_main.c | 2 +-
17080 drivers/net/ethernet/faraday/ftgmac100.c | 2 +
17081 drivers/net/ethernet/faraday/ftmac100.c | 2 +
17082 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
17083 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
17084 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
17085 drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 7 +-
17086 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
17087 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
17088 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
17089 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
17090 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
17091 drivers/net/ethernet/realtek/r8169.c | 8 +-
17092 drivers/net/ethernet/sfc/ptp.c | 2 +-
17093 drivers/net/ethernet/sfc/selftest.c | 20 +-
17094 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
17095 drivers/net/ethernet/via/via-rhine.c | 2 +-
17096 drivers/net/geneve.c | 2 +-
17097 drivers/net/hyperv/hyperv_net.h | 2 +-
17098 drivers/net/hyperv/rndis_filter.c | 7 +-
17099 drivers/net/ifb.c | 2 +-
17100 drivers/net/ipvlan/ipvlan_core.c | 2 +-
17101 drivers/net/irda/vlsi_ir.c | 18 +-
17102 drivers/net/irda/vlsi_ir.h | 14 +-
17103 drivers/net/macvlan.c | 20 +-
17104 drivers/net/macvtap.c | 10 +-
17105 drivers/net/nlmon.c | 2 +-
17106 drivers/net/phy/phy_device.c | 6 +-
17107 drivers/net/ppp/ppp_generic.c | 4 +-
17108 drivers/net/slip/slhc.c | 2 +-
17109 drivers/net/team/team.c | 4 +-
17110 drivers/net/tun.c | 7 +-
17111 drivers/net/usb/hso.c | 23 +-
17112 drivers/net/usb/r8152.c | 2 +-
17113 drivers/net/usb/sierra_net.c | 4 +-
17114 drivers/net/virtio_net.c | 2 +-
17115 drivers/net/vrf.c | 2 +-
17116 drivers/net/vxlan.c | 4 +-
17117 drivers/net/wimax/i2400m/rx.c | 2 +-
17118 drivers/net/wireless/airo.c | 2 +-
17119 drivers/net/wireless/at76c50x-usb.c | 2 +-
17120 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
17121 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
17122 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
17123 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
17124 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
17125 drivers/net/wireless/ath/ath9k/main.c | 22 +-
17126 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
17127 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
17128 drivers/net/wireless/ath/carl9170/main.c | 10 +-
17129 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
17130 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
17131 drivers/net/wireless/b43/phy_lp.c | 2 +-
17132 drivers/net/wireless/iwlegacy/3945-mac.c | 4 +-
17133 drivers/net/wireless/iwlwifi/dvm/debugfs.c | 34 +-
17134 drivers/net/wireless/iwlwifi/mvm/d3.c | 4 +-
17135 drivers/net/wireless/iwlwifi/mvm/tx.c | 2 +-
17136 drivers/net/wireless/iwlwifi/pcie/trans.c | 4 +-
17137 drivers/net/wireless/mac80211_hwsim.c | 28 +-
17138 drivers/net/wireless/rt2x00/rt2x00.h | 2 +-
17139 drivers/net/wireless/rt2x00/rt2x00queue.c | 4 +-
17140 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
17141 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
17142 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
17143 drivers/of/fdt.c | 4 +-
17144 drivers/oprofile/buffer_sync.c | 8 +-
17145 drivers/oprofile/event_buffer.c | 2 +-
17146 drivers/oprofile/oprof.c | 2 +-
17147 drivers/oprofile/oprofile_stats.c | 10 +-
17148 drivers/oprofile/oprofile_stats.h | 10 +-
17149 drivers/oprofile/oprofilefs.c | 6 +-
17150 drivers/oprofile/timer_int.c | 2 +-
17151 drivers/parport/procfs.c | 4 +-
17152 drivers/pci/host/pci-host-generic.c | 2 +-
17153 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
17154 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
17155 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
17156 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
17157 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
17158 drivers/pci/hotplug/pciehp_core.c | 2 +-
17159 drivers/pci/msi.c | 22 +-
17160 drivers/pci/pci-sysfs.c | 6 +-
17161 drivers/pci/pci.h | 2 +-
17162 drivers/pci/pcie/aspm.c | 6 +-
17163 drivers/pci/pcie/portdrv_pci.c | 2 +-
17164 drivers/pci/probe.c | 2 +-
17165 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
17166 drivers/pinctrl/pinctrl-at91.c | 5 +-
17167 drivers/platform/chrome/chromeos_pstore.c | 2 +-
17168 drivers/platform/x86/alienware-wmi.c | 4 +-
17169 drivers/platform/x86/compal-laptop.c | 2 +-
17170 drivers/platform/x86/hdaps.c | 2 +-
17171 drivers/platform/x86/ibm_rtl.c | 2 +-
17172 drivers/platform/x86/intel_oaktrail.c | 2 +-
17173 drivers/platform/x86/msi-laptop.c | 16 +-
17174 drivers/platform/x86/msi-wmi.c | 2 +-
17175 drivers/platform/x86/samsung-laptop.c | 2 +-
17176 drivers/platform/x86/samsung-q10.c | 2 +-
17177 drivers/platform/x86/sony-laptop.c | 14 +-
17178 drivers/platform/x86/thinkpad_acpi.c | 2 +-
17179 drivers/pnp/pnpbios/bioscalls.c | 14 +-
17180 drivers/pnp/pnpbios/core.c | 2 +-
17181 drivers/power/pda_power.c | 7 +-
17182 drivers/power/power_supply.h | 4 +-
17183 drivers/power/power_supply_core.c | 7 +-
17184 drivers/power/power_supply_sysfs.c | 6 +-
17185 drivers/power/reset/at91-reset.c | 5 +-
17186 drivers/powercap/powercap_sys.c | 136 +-
17187 drivers/ptp/ptp_private.h | 2 +-
17188 drivers/ptp/ptp_sysfs.c | 2 +-
17189 drivers/regulator/core.c | 4 +-
17190 drivers/regulator/max8660.c | 6 +-
17191 drivers/regulator/max8973-regulator.c | 16 +-
17192 drivers/regulator/mc13892-regulator.c | 8 +-
17193 drivers/rtc/rtc-armada38x.c | 7 +-
17194 drivers/rtc/rtc-cmos.c | 4 +-
17195 drivers/rtc/rtc-ds1307.c | 2 +-
17196 drivers/rtc/rtc-m48t59.c | 4 +-
17197 drivers/rtc/rtc-rv8803.c | 15 +-
17198 drivers/rtc/rtc-test.c | 6 +-
17199 drivers/scsi/bfa/bfa_fcpim.h | 2 +-
17200 drivers/scsi/bfa/bfa_ioc.h | 4 +-
17201 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
17202 drivers/scsi/hosts.c | 4 +-
17203 drivers/scsi/hpsa.c | 38 +-
17204 drivers/scsi/hpsa.h | 2 +-
17205 drivers/scsi/hptiop.c | 2 -
17206 drivers/scsi/hptiop.h | 1 -
17207 drivers/scsi/ipr.c | 6 +-
17208 drivers/scsi/ipr.h | 2 +-
17209 drivers/scsi/libfc/fc_exch.c | 50 +-
17210 drivers/scsi/libsas/sas_ata.c | 2 +-
17211 drivers/scsi/lpfc/lpfc.h | 8 +-
17212 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
17213 drivers/scsi/lpfc/lpfc_init.c | 6 +-
17214 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
17215 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
17216 drivers/scsi/pmcraid.c | 20 +-
17217 drivers/scsi/pmcraid.h | 8 +-
17218 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
17219 drivers/scsi/qla2xxx/qla_gbl.h | 4 +-
17220 drivers/scsi/qla2xxx/qla_os.c | 6 +-
17221 drivers/scsi/qla2xxx/qla_target.c | 10 +-
17222 drivers/scsi/qla2xxx/qla_target.h | 2 +-
17223 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
17224 drivers/scsi/qla4xxx/ql4_os.c | 6 +-
17225 drivers/scsi/scsi.c | 2 +-
17226 drivers/scsi/scsi_lib.c | 8 +-
17227 drivers/scsi/scsi_sysfs.c | 2 +-
17228 drivers/scsi/scsi_transport_fc.c | 8 +-
17229 drivers/scsi/scsi_transport_iscsi.c | 6 +-
17230 drivers/scsi/scsi_transport_srp.c | 6 +-
17231 drivers/scsi/sd.c | 6 +-
17232 drivers/scsi/sg.c | 2 +-
17233 drivers/scsi/sr.c | 21 +-
17234 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
17235 drivers/spi/spi.c | 2 +-
17236 drivers/staging/android/timed_output.c | 6 +-
17237 drivers/staging/comedi/comedi_fops.c | 8 +-
17238 drivers/staging/fbtft/fbtft-core.c | 2 +-
17239 drivers/staging/fbtft/fbtft.h | 2 +-
17240 drivers/staging/gdm724x/gdm_tty.c | 2 +-
17241 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
17242 drivers/staging/iio/adc/ad7280a.c | 4 +-
17243 drivers/staging/lustre/lnet/selftest/brw_test.c | 12 +-
17244 drivers/staging/lustre/lnet/selftest/framework.c | 4 -
17245 drivers/staging/lustre/lnet/selftest/ping_test.c | 14 +-
17246 drivers/staging/lustre/lustre/include/lustre_dlm.h | 2 +-
17247 drivers/staging/lustre/lustre/include/obd.h | 2 +-
17248 drivers/staging/octeon/ethernet-rx.c | 20 +-
17249 drivers/staging/octeon/ethernet.c | 8 +-
17250 drivers/staging/rdma/ipath/ipath_rc.c | 6 +-
17251 drivers/staging/rdma/ipath/ipath_ruc.c | 6 +-
17252 drivers/staging/rtl8188eu/include/hal_intf.h | 2 +-
17253 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
17254 drivers/staging/sm750fb/sm750.c | 14 +-
17255 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
17256 drivers/target/sbp/sbp_target.c | 4 +-
17257 drivers/thermal/cpu_cooling.c | 9 +-
17258 drivers/thermal/devfreq_cooling.c | 19 +-
17259 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
17260 drivers/thermal/of-thermal.c | 17 +-
17261 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
17262 drivers/tty/cyclades.c | 6 +-
17263 drivers/tty/hvc/hvc_console.c | 14 +-
17264 drivers/tty/hvc/hvcs.c | 21 +-
17265 drivers/tty/hvc/hvsi.c | 22 +-
17266 drivers/tty/hvc/hvsi_lib.c | 4 +-
17267 drivers/tty/ipwireless/tty.c | 27 +-
17268 drivers/tty/moxa.c | 2 +-
17269 drivers/tty/n_gsm.c | 4 +-
17270 drivers/tty/n_tty.c | 19 +-
17271 drivers/tty/pty.c | 4 +-
17272 drivers/tty/rocket.c | 6 +-
17273 drivers/tty/serial/8250/8250_core.c | 10 +-
17274 drivers/tty/serial/ifx6x60.c | 2 +-
17275 drivers/tty/serial/ioc4_serial.c | 6 +-
17276 drivers/tty/serial/kgdb_nmi.c | 4 +-
17277 drivers/tty/serial/kgdboc.c | 32 +-
17278 drivers/tty/serial/msm_serial.c | 4 +-
17279 drivers/tty/serial/samsung.c | 9 +-
17280 drivers/tty/serial/serial_core.c | 8 +-
17281 drivers/tty/synclink.c | 34 +-
17282 drivers/tty/synclink_gt.c | 28 +-
17283 drivers/tty/synclinkmp.c | 34 +-
17284 drivers/tty/tty_io.c | 2 +-
17285 drivers/tty/tty_ldisc.c | 8 +-
17286 drivers/tty/tty_port.c | 22 +-
17287 drivers/uio/uio.c | 13 +-
17288 drivers/usb/atm/cxacru.c | 2 +-
17289 drivers/usb/atm/usbatm.c | 24 +-
17290 drivers/usb/class/cdc-acm.h | 2 +-
17291 drivers/usb/core/devices.c | 6 +-
17292 drivers/usb/core/devio.c | 12 +-
17293 drivers/usb/core/hcd.c | 4 +-
17294 drivers/usb/core/sysfs.c | 2 +-
17295 drivers/usb/core/usb.c | 2 +-
17296 drivers/usb/early/ehci-dbgp.c | 16 +-
17297 drivers/usb/gadget/function/u_serial.c | 22 +-
17298 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
17299 drivers/usb/host/ehci-hcd.c | 2 +-
17300 drivers/usb/host/ehci-hub.c | 4 +-
17301 drivers/usb/host/ehci-q.c | 4 +-
17302 drivers/usb/host/fotg210-hcd.c | 2 +-
17303 drivers/usb/host/hwa-hc.c | 2 +-
17304 drivers/usb/host/ohci-hcd.c | 2 +-
17305 drivers/usb/host/r8a66597.h | 2 +-
17306 drivers/usb/host/uhci-hcd.c | 2 +-
17307 drivers/usb/host/xhci-pci.c | 2 +-
17308 drivers/usb/host/xhci.c | 2 +-
17309 drivers/usb/misc/appledisplay.c | 4 +-
17310 drivers/usb/serial/console.c | 8 +-
17311 drivers/usb/storage/transport.c | 2 +-
17312 drivers/usb/storage/usb.c | 2 +-
17313 drivers/usb/storage/usb.h | 2 +-
17314 drivers/usb/usbip/vhci.h | 2 +-
17315 drivers/usb/usbip/vhci_hcd.c | 6 +-
17316 drivers/usb/usbip/vhci_rx.c | 2 +-
17317 drivers/usb/wusbcore/wa-hc.h | 4 +-
17318 drivers/usb/wusbcore/wa-xfer.c | 2 +-
17319 drivers/vhost/vringh.c | 20 +-
17320 drivers/video/backlight/kb3886_bl.c | 2 +-
17321 drivers/video/console/fbcon.c | 2 +-
17322 drivers/video/fbdev/aty/aty128fb.c | 2 +-
17323 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
17324 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
17325 drivers/video/fbdev/core/fb_defio.c | 6 +-
17326 drivers/video/fbdev/core/fbmem.c | 12 +-
17327 drivers/video/fbdev/hyperv_fb.c | 4 +-
17328 drivers/video/fbdev/i810/i810_accel.c | 1 +
17329 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
17330 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
17331 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
17332 drivers/video/fbdev/omap2/dss/display.c | 8 +-
17333 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
17334 drivers/video/fbdev/smscufx.c | 4 +-
17335 drivers/video/fbdev/udlfb.c | 36 +-
17336 drivers/video/fbdev/uvesafb.c | 52 +-
17337 drivers/video/fbdev/vesafb.c | 58 +-
17338 drivers/video/fbdev/via/via_clock.h | 2 +-
17339 drivers/xen/events/events_base.c | 6 +-
17340 fs/Kconfig.binfmt | 2 +-
17341 fs/afs/inode.c | 4 +-
17342 fs/aio.c | 2 +-
17343 fs/autofs4/waitq.c | 2 +-
17344 fs/befs/endian.h | 6 +-
17345 fs/binfmt_aout.c | 23 +-
17346 fs/binfmt_elf.c | 670 +-
17347 fs/binfmt_elf_fdpic.c | 4 +-
17348 fs/block_dev.c | 2 +-
17349 fs/btrfs/ctree.c | 11 +-
17350 fs/btrfs/ctree.h | 4 +-
17351 fs/btrfs/delayed-inode.c | 9 +-
17352 fs/btrfs/delayed-inode.h | 6 +-
17353 fs/btrfs/delayed-ref.c | 4 +-
17354 fs/btrfs/disk-io.c | 4 +-
17355 fs/btrfs/extent_map.c | 8 +-
17356 fs/btrfs/file.c | 4 +-
17357 fs/btrfs/inode.c | 14 +-
17358 fs/btrfs/raid56.c | 32 +-
17359 fs/btrfs/super.c | 2 +-
17360 fs/btrfs/sysfs.c | 2 +-
17361 fs/btrfs/tests/btrfs-tests.c | 2 +-
17362 fs/btrfs/tests/free-space-tests.c | 8 +-
17363 fs/btrfs/transaction.c | 2 +-
17364 fs/btrfs/tree-log.c | 8 +-
17365 fs/btrfs/tree-log.h | 2 +-
17366 fs/btrfs/volumes.c | 14 +-
17367 fs/btrfs/volumes.h | 22 +-
17368 fs/buffer.c | 2 +-
17369 fs/cachefiles/bind.c | 6 +-
17370 fs/cachefiles/daemon.c | 8 +-
17371 fs/cachefiles/internal.h | 12 +-
17372 fs/cachefiles/namei.c | 2 +-
17373 fs/cachefiles/proc.c | 12 +-
17374 fs/ceph/dir.c | 12 +-
17375 fs/ceph/super.c | 4 +-
17376 fs/cifs/cifs_debug.c | 12 +-
17377 fs/cifs/cifsfs.c | 8 +-
17378 fs/cifs/cifsglob.h | 54 +-
17379 fs/cifs/file.c | 12 +-
17380 fs/cifs/misc.c | 4 +-
17381 fs/cifs/smb1ops.c | 80 +-
17382 fs/cifs/smb2ops.c | 84 +-
17383 fs/cifs/smb2pdu.c | 3 +-
17384 fs/coda/cache.c | 10 +-
17385 fs/compat.c | 7 +-
17386 fs/compat_binfmt_elf.c | 2 +
17387 fs/compat_ioctl.c | 12 +-
17388 fs/configfs/dir.c | 10 +-
17389 fs/coredump.c | 18 +-
17390 fs/dcache.c | 64 +-
17391 fs/ecryptfs/inode.c | 2 +-
17392 fs/ecryptfs/miscdev.c | 2 +-
17393 fs/exec.c | 362 +-
17394 fs/ext2/xattr.c | 5 +-
17395 fs/ext4/ext4.h | 20 +-
17396 fs/ext4/mballoc.c | 44 +-
17397 fs/ext4/resize.c | 16 +-
17398 fs/ext4/super.c | 2 +-
17399 fs/ext4/sysfs.c | 2 +-
17400 fs/ext4/xattr.c | 5 +-
17401 fs/fhandle.c | 5 +-
17402 fs/file.c | 18 +-
17403 fs/fs-writeback.c | 11 +-
17404 fs/fs_struct.c | 8 +-
17405 fs/fscache/cookie.c | 40 +-
17406 fs/fscache/internal.h | 202 +-
17407 fs/fscache/object.c | 26 +-
17408 fs/fscache/operation.c | 38 +-
17409 fs/fscache/page.c | 110 +-
17410 fs/fscache/stats.c | 348 +-
17411 fs/fuse/cuse.c | 10 +-
17412 fs/fuse/dev.c | 4 +-
17413 fs/gfs2/file.c | 2 +-
17414 fs/gfs2/glock.c | 22 +-
17415 fs/gfs2/glops.c | 4 +-
17416 fs/gfs2/quota.c | 6 +-
17417 fs/hugetlbfs/inode.c | 13 +-
17418 fs/inode.c | 4 +-
17419 fs/jbd2/commit.c | 2 +-
17420 fs/jbd2/transaction.c | 4 +-
17421 fs/jffs2/erase.c | 3 +-
17422 fs/jffs2/wbuf.c | 3 +-
17423 fs/jfs/super.c | 2 +-
17424 fs/kernfs/dir.c | 2 +-
17425 fs/kernfs/file.c | 20 +-
17426 fs/libfs.c | 10 +-
17427 fs/lockd/clntproc.c | 4 +-
17428 fs/namei.c | 16 +-
17429 fs/namespace.c | 16 +-
17430 fs/nfs/callback_xdr.c | 2 +-
17431 fs/nfs/inode.c | 6 +-
17432 fs/nfsd/nfs4proc.c | 2 +-
17433 fs/nfsd/nfs4xdr.c | 2 +-
17434 fs/nfsd/nfscache.c | 11 +-
17435 fs/nfsd/vfs.c | 6 +-
17436 fs/nls/nls_base.c | 26 +-
17437 fs/nls/nls_euc-jp.c | 6 +-
17438 fs/nls/nls_koi8-ru.c | 6 +-
17439 fs/notify/fanotify/fanotify_user.c | 4 +-
17440 fs/notify/notification.c | 4 +-
17441 fs/ntfs/dir.c | 2 +-
17442 fs/ntfs/super.c | 6 +-
17443 fs/ocfs2/dlm/dlmcommon.h | 4 +-
17444 fs/ocfs2/dlm/dlmdebug.c | 10 +-
17445 fs/ocfs2/dlm/dlmdomain.c | 4 +-
17446 fs/ocfs2/dlm/dlmmaster.c | 4 +-
17447 fs/ocfs2/localalloc.c | 2 +-
17448 fs/ocfs2/ocfs2.h | 10 +-
17449 fs/ocfs2/suballoc.c | 12 +-
17450 fs/ocfs2/super.c | 20 +-
17451 fs/overlayfs/copy_up.c | 2 +-
17452 fs/pipe.c | 72 +-
17453 fs/posix_acl.c | 4 +-
17454 fs/proc/array.c | 20 +
17455 fs/proc/base.c | 4 +-
17456 fs/proc/kcore.c | 34 +-
17457 fs/proc/meminfo.c | 2 +-
17458 fs/proc/nommu.c | 2 +-
17459 fs/proc/proc_sysctl.c | 26 +-
17460 fs/proc/task_mmu.c | 42 +-
17461 fs/proc/task_nommu.c | 4 +-
17462 fs/proc/vmcore.c | 16 +-
17463 fs/qnx6/qnx6.h | 4 +-
17464 fs/quota/netlink.c | 4 +-
17465 fs/read_write.c | 2 +-
17466 fs/readdir.c | 3 +-
17467 fs/reiserfs/do_balan.c | 2 +-
17468 fs/reiserfs/procfs.c | 2 +-
17469 fs/reiserfs/reiserfs.h | 4 +-
17470 fs/seq_file.c | 4 +-
17471 fs/splice.c | 43 +-
17472 fs/squashfs/xattr.c | 12 +-
17473 fs/super.c | 3 +-
17474 fs/sysv/sysv.h | 2 +-
17475 fs/tracefs/inode.c | 8 +-
17476 fs/udf/misc.c | 2 +-
17477 fs/ufs/swab.h | 4 +-
17478 fs/userfaultfd.c | 2 +-
17479 fs/xattr.c | 21 +
17480 fs/xfs/libxfs/xfs_bmap.c | 2 +-
17481 fs/xfs/libxfs/xfs_da_btree.c | 4 +-
17482 fs/xfs/xfs_dir2_readdir.c | 7 +-
17483 fs/xfs/xfs_ioctl.c | 2 +-
17484 fs/xfs/xfs_linux.h | 4 +-
17485 include/acpi/ghes.h | 2 +-
17486 include/asm-generic/4level-fixup.h | 2 +
17487 include/asm-generic/atomic-long.h | 176 +-
17488 include/asm-generic/atomic64.h | 12 +
17489 include/asm-generic/bitops/__fls.h | 2 +-
17490 include/asm-generic/bitops/fls.h | 2 +-
17491 include/asm-generic/bitops/fls64.h | 4 +-
17492 include/asm-generic/bug.h | 6 +-
17493 include/asm-generic/cache.h | 4 +-
17494 include/asm-generic/emergency-restart.h | 2 +-
17495 include/asm-generic/kmap_types.h | 4 +-
17496 include/asm-generic/local.h | 13 +
17497 include/asm-generic/pgtable-nopmd.h | 18 +-
17498 include/asm-generic/pgtable-nopud.h | 15 +-
17499 include/asm-generic/pgtable.h | 16 +
17500 include/asm-generic/sections.h | 1 +
17501 include/asm-generic/uaccess.h | 16 +
17502 include/asm-generic/vmlinux.lds.h | 15 +-
17503 include/crypto/algapi.h | 2 +-
17504 include/drm/drmP.h | 19 +-
17505 include/drm/drm_crtc_helper.h | 2 +-
17506 include/drm/drm_mm.h | 2 +-
17507 include/drm/i915_pciids.h | 2 +-
17508 include/drm/intel-gtt.h | 4 +-
17509 include/drm/ttm/ttm_memory.h | 2 +-
17510 include/drm/ttm/ttm_page_alloc.h | 1 +
17511 include/keys/asymmetric-subtype.h | 2 +-
17512 include/linux/atmdev.h | 4 +-
17513 include/linux/atomic.h | 2 +-
17514 include/linux/audit.h | 2 +-
17515 include/linux/average.h | 2 +-
17516 include/linux/binfmts.h | 3 +-
17517 include/linux/bitmap.h | 2 +-
17518 include/linux/bitops.h | 8 +-
17519 include/linux/blk-cgroup.h | 24 +-
17520 include/linux/blkdev.h | 2 +-
17521 include/linux/blktrace_api.h | 2 +-
17522 include/linux/cache.h | 8 +
17523 include/linux/cdrom.h | 1 -
17524 include/linux/cleancache.h | 2 +-
17525 include/linux/clk-provider.h | 1 +
17526 include/linux/compat.h | 6 +-
17527 include/linux/compiler-gcc.h | 28 +-
17528 include/linux/compiler.h | 193 +-
17529 include/linux/configfs.h | 2 +-
17530 include/linux/cpufreq.h | 3 +-
17531 include/linux/cpuidle.h | 5 +-
17532 include/linux/cpumask.h | 14 +-
17533 include/linux/crypto.h | 4 +-
17534 include/linux/ctype.h | 2 +-
17535 include/linux/dcache.h | 4 +-
17536 include/linux/decompress/mm.h | 2 +-
17537 include/linux/devfreq.h | 2 +-
17538 include/linux/device.h | 7 +-
17539 include/linux/dma-mapping.h | 2 +-
17540 include/linux/efi.h | 1 +
17541 include/linux/elf.h | 2 +
17542 include/linux/err.h | 4 +-
17543 include/linux/extcon.h | 2 +-
17544 include/linux/fb.h | 3 +-
17545 include/linux/fdtable.h | 2 +-
17546 include/linux/fs.h | 5 +-
17547 include/linux/fs_struct.h | 2 +-
17548 include/linux/fscache-cache.h | 2 +-
17549 include/linux/fscache.h | 2 +-
17550 include/linux/fsnotify.h | 2 +-
17551 include/linux/genhd.h | 4 +-
17552 include/linux/genl_magic_func.h | 2 +-
17553 include/linux/gfp.h | 12 +-
17554 include/linux/highmem.h | 12 +
17555 include/linux/hwmon-sysfs.h | 6 +-
17556 include/linux/i2c.h | 1 +
17557 include/linux/if_pppox.h | 2 +-
17558 include/linux/init.h | 12 +-
17559 include/linux/init_task.h | 7 +
17560 include/linux/interrupt.h | 6 +-
17561 include/linux/iommu.h | 2 +-
17562 include/linux/ioport.h | 2 +-
17563 include/linux/ipc.h | 2 +-
17564 include/linux/irq.h | 5 +-
17565 include/linux/irqdesc.h | 2 +-
17566 include/linux/irqdomain.h | 3 +
17567 include/linux/jbd2.h | 2 +-
17568 include/linux/jiffies.h | 16 +-
17569 include/linux/key-type.h | 2 +-
17570 include/linux/kgdb.h | 6 +-
17571 include/linux/kmemleak.h | 4 +-
17572 include/linux/kobject.h | 3 +-
17573 include/linux/kobject_ns.h | 2 +-
17574 include/linux/kref.h | 2 +-
17575 include/linux/libata.h | 2 +-
17576 include/linux/linkage.h | 1 +
17577 include/linux/list.h | 15 +
17578 include/linux/lockref.h | 26 +-
17579 include/linux/math64.h | 10 +-
17580 include/linux/mempolicy.h | 7 +
17581 include/linux/mm.h | 102 +-
17582 include/linux/mm_types.h | 20 +
17583 include/linux/mmiotrace.h | 4 +-
17584 include/linux/mmzone.h | 2 +-
17585 include/linux/mod_devicetable.h | 4 +-
17586 include/linux/module.h | 69 +-
17587 include/linux/moduleloader.h | 16 +
17588 include/linux/moduleparam.h | 4 +-
17589 include/linux/net.h | 2 +-
17590 include/linux/netdevice.h | 7 +-
17591 include/linux/netfilter.h | 2 +-
17592 include/linux/netfilter/nfnetlink.h | 2 +-
17593 include/linux/netlink.h | 12 +-
17594 include/linux/nls.h | 4 +-
17595 include/linux/notifier.h | 3 +-
17596 include/linux/oprofile.h | 4 +-
17597 include/linux/padata.h | 2 +-
17598 include/linux/pci_hotplug.h | 3 +-
17599 include/linux/percpu.h | 2 +-
17600 include/linux/perf_event.h | 12 +-
17601 include/linux/pipe_fs_i.h | 8 +-
17602 include/linux/pm.h | 1 +
17603 include/linux/pm_domain.h | 2 +-
17604 include/linux/pm_runtime.h | 2 +-
17605 include/linux/pnp.h | 2 +-
17606 include/linux/poison.h | 4 +-
17607 include/linux/power/smartreflex.h | 2 +-
17608 include/linux/ppp-comp.h | 2 +-
17609 include/linux/preempt.h | 21 +
17610 include/linux/proc_ns.h | 2 +-
17611 include/linux/psci.h | 2 +-
17612 include/linux/quota.h | 2 +-
17613 include/linux/random.h | 19 +-
17614 include/linux/rculist.h | 16 +
17615 include/linux/rcupdate.h | 8 +
17616 include/linux/reboot.h | 14 +-
17617 include/linux/regset.h | 3 +-
17618 include/linux/relay.h | 2 +-
17619 include/linux/rio.h | 2 +-
17620 include/linux/rmap.h | 4 +-
17621 include/linux/sched.h | 76 +-
17622 include/linux/sched/sysctl.h | 1 +
17623 include/linux/scif.h | 2 +-
17624 include/linux/semaphore.h | 2 +-
17625 include/linux/seq_file.h | 1 +
17626 include/linux/seqlock.h | 10 +
17627 include/linux/signal.h | 2 +-
17628 include/linux/skbuff.h | 12 +-
17629 include/linux/slab.h | 47 +-
17630 include/linux/slab_def.h | 14 +-
17631 include/linux/slub_def.h | 2 +-
17632 include/linux/smp.h | 2 +
17633 include/linux/sock_diag.h | 2 +-
17634 include/linux/sonet.h | 2 +-
17635 include/linux/spinlock.h | 17 +-
17636 include/linux/srcu.h | 5 +-
17637 include/linux/sunrpc/addr.h | 8 +-
17638 include/linux/sunrpc/clnt.h | 2 +-
17639 include/linux/sunrpc/svc.h | 2 +-
17640 include/linux/sunrpc/svc_rdma.h | 18 +-
17641 include/linux/sunrpc/svcauth.h | 2 +-
17642 include/linux/swapops.h | 10 +-
17643 include/linux/swiotlb.h | 3 +-
17644 include/linux/syscalls.h | 23 +-
17645 include/linux/syscore_ops.h | 2 +-
17646 include/linux/sysctl.h | 3 +-
17647 include/linux/sysfs.h | 9 +-
17648 include/linux/sysrq.h | 3 +-
17649 include/linux/tcp.h | 14 +-
17650 include/linux/thread_info.h | 7 +
17651 include/linux/tty.h | 4 +-
17652 include/linux/tty_driver.h | 2 +-
17653 include/linux/tty_ldisc.h | 2 +-
17654 include/linux/types.h | 16 +
17655 include/linux/uaccess.h | 2 +-
17656 include/linux/uio_driver.h | 2 +-
17657 include/linux/unaligned/access_ok.h | 24 +-
17658 include/linux/usb.h | 12 +-
17659 include/linux/usb/hcd.h | 1 +
17660 include/linux/usb/renesas_usbhs.h | 2 +-
17661 include/linux/vermagic.h | 21 +-
17662 include/linux/vga_switcheroo.h | 8 +-
17663 include/linux/vmalloc.h | 7 +-
17664 include/linux/vmstat.h | 24 +-
17665 include/linux/writeback.h | 3 +-
17666 include/linux/xattr.h | 5 +-
17667 include/linux/zlib.h | 3 +-
17668 include/media/v4l2-dev.h | 2 +-
17669 include/media/v4l2-device.h | 2 +-
17670 include/net/9p/transport.h | 2 +-
17671 include/net/bluetooth/l2cap.h | 2 +-
17672 include/net/bonding.h | 2 +-
17673 include/net/caif/cfctrl.h | 6 +-
17674 include/net/cfg802154.h | 2 +-
17675 include/net/flow.h | 2 +-
17676 include/net/genetlink.h | 2 +-
17677 include/net/gro_cells.h | 2 +-
17678 include/net/inet_connection_sock.h | 2 +-
17679 include/net/inet_sock.h | 2 +-
17680 include/net/inetpeer.h | 2 +-
17681 include/net/ip_fib.h | 2 +-
17682 include/net/ip_vs.h | 8 +-
17683 include/net/ipv6.h | 2 +-
17684 include/net/irda/ircomm_tty.h | 1 +
17685 include/net/iucv/af_iucv.h | 2 +-
17686 include/net/llc_c_ac.h | 2 +-
17687 include/net/llc_c_ev.h | 4 +-
17688 include/net/llc_c_st.h | 2 +-
17689 include/net/llc_s_ac.h | 2 +-
17690 include/net/llc_s_st.h | 2 +-
17691 include/net/mac80211.h | 6 +-
17692 include/net/neighbour.h | 4 +-
17693 include/net/net_namespace.h | 18 +-
17694 include/net/netlink.h | 2 +-
17695 include/net/netns/conntrack.h | 6 +-
17696 include/net/netns/ipv4.h | 4 +-
17697 include/net/netns/ipv6.h | 4 +-
17698 include/net/netns/xfrm.h | 2 +-
17699 include/net/ping.h | 2 +-
17700 include/net/protocol.h | 4 +-
17701 include/net/rtnetlink.h | 2 +-
17702 include/net/sctp/checksum.h | 4 +-
17703 include/net/sctp/sm.h | 4 +-
17704 include/net/sctp/structs.h | 2 +-
17705 include/net/snmp.h | 10 +-
17706 include/net/sock.h | 12 +-
17707 include/net/tcp.h | 8 +-
17708 include/net/xfrm.h | 13 +-
17709 include/rdma/iw_cm.h | 2 +-
17710 include/scsi/libfc.h | 3 +-
17711 include/scsi/scsi_device.h | 6 +-
17712 include/scsi/scsi_driver.h | 2 +-
17713 include/scsi/scsi_transport_fc.h | 3 +-
17714 include/scsi/sg.h | 2 +-
17715 include/sound/compress_driver.h | 2 +-
17716 include/sound/soc.h | 4 +-
17717 include/trace/events/irq.h | 4 +-
17718 include/uapi/linux/a.out.h | 8 +
17719 include/uapi/linux/bcache.h | 5 +-
17720 include/uapi/linux/byteorder/little_endian.h | 28 +-
17721 include/uapi/linux/connector.h | 2 +-
17722 include/uapi/linux/elf.h | 28 +
17723 include/uapi/linux/screen_info.h | 2 +-
17724 include/uapi/linux/swab.h | 6 +-
17725 include/uapi/linux/xattr.h | 4 +
17726 include/video/udlfb.h | 8 +-
17727 include/video/uvesafb.h | 1 +
17728 init/Kconfig | 2 +-
17729 init/Makefile | 3 +
17730 init/do_mounts.c | 14 +-
17731 init/do_mounts.h | 8 +-
17732 init/do_mounts_initrd.c | 30 +-
17733 init/do_mounts_md.c | 6 +-
17734 init/init_task.c | 4 +
17735 init/initramfs.c | 38 +-
17736 init/main.c | 30 +-
17737 ipc/compat.c | 4 +-
17738 ipc/ipc_sysctl.c | 14 +-
17739 ipc/mq_sysctl.c | 4 +-
17740 ipc/sem.c | 4 +-
17741 ipc/shm.c | 6 +
17742 kernel/audit.c | 8 +-
17743 kernel/auditsc.c | 4 +-
17744 kernel/bpf/core.c | 7 +-
17745 kernel/capability.c | 3 +
17746 kernel/compat.c | 38 +-
17747 kernel/debug/debug_core.c | 16 +-
17748 kernel/debug/kdb/kdb_main.c | 4 +-
17749 kernel/events/core.c | 30 +-
17750 kernel/events/internal.h | 10 +-
17751 kernel/events/uprobes.c | 2 +-
17752 kernel/exit.c | 27 +-
17753 kernel/fork.c | 175 +-
17754 kernel/futex.c | 11 +-
17755 kernel/futex_compat.c | 2 +-
17756 kernel/gcov/base.c | 7 +-
17757 kernel/irq/manage.c | 2 +-
17758 kernel/irq/msi.c | 19 +-
17759 kernel/irq/spurious.c | 2 +-
17760 kernel/jump_label.c | 5 +
17761 kernel/kallsyms.c | 37 +-
17762 kernel/kexec.c | 3 +-
17763 kernel/kmod.c | 8 +-
17764 kernel/kprobes.c | 4 +-
17765 kernel/ksysfs.c | 2 +-
17766 kernel/locking/lockdep.c | 7 +-
17767 kernel/locking/mutex-debug.c | 12 +-
17768 kernel/locking/mutex-debug.h | 4 +-
17769 kernel/locking/mutex.c | 6 +-
17770 kernel/module.c | 422 +-
17771 kernel/notifier.c | 17 +-
17772 kernel/padata.c | 4 +-
17773 kernel/panic.c | 5 +-
17774 kernel/pid.c | 2 +-
17775 kernel/pid_namespace.c | 2 +-
17776 kernel/power/process.c | 12 +-
17777 kernel/profile.c | 14 +-
17778 kernel/ptrace.c | 8 +-
17779 kernel/rcu/rcutorture.c | 60 +-
17780 kernel/rcu/tiny.c | 4 +-
17781 kernel/rcu/tree.c | 42 +-
17782 kernel/rcu/tree.h | 16 +-
17783 kernel/rcu/tree_plugin.h | 18 +-
17784 kernel/rcu/tree_trace.c | 14 +-
17785 kernel/resource.c | 4 +-
17786 kernel/sched/auto_group.c | 4 +-
17787 kernel/sched/core.c | 45 +-
17788 kernel/sched/fair.c | 2 +-
17789 kernel/sched/sched.h | 2 +-
17790 kernel/signal.c | 24 +-
17791 kernel/smpboot.c | 4 +-
17792 kernel/softirq.c | 12 +-
17793 kernel/sys.c | 10 +-
17794 kernel/sysctl.c | 34 +-
17795 kernel/time/alarmtimer.c | 2 +-
17796 kernel/time/posix-cpu-timers.c | 4 +-
17797 kernel/time/posix-timers.c | 24 +-
17798 kernel/time/timer.c | 2 +-
17799 kernel/time/timer_stats.c | 10 +-
17800 kernel/trace/blktrace.c | 6 +-
17801 kernel/trace/ftrace.c | 15 +-
17802 kernel/trace/ring_buffer.c | 96 +-
17803 kernel/trace/trace.c | 2 +-
17804 kernel/trace/trace.h | 2 +-
17805 kernel/trace/trace_clock.c | 4 +-
17806 kernel/trace/trace_events.c | 1 -
17807 kernel/trace/trace_functions_graph.c | 4 +-
17808 kernel/trace/trace_mmiotrace.c | 8 +-
17809 kernel/trace/trace_output.c | 10 +-
17810 kernel/trace/trace_seq.c | 2 +-
17811 kernel/trace/trace_stack.c | 2 +-
17812 kernel/user.c | 2 +-
17813 kernel/user_namespace.c | 2 +-
17814 kernel/utsname_sysctl.c | 2 +-
17815 kernel/watchdog.c | 2 +-
17816 kernel/workqueue.c | 8 +-
17817 lib/Kconfig.debug | 8 +-
17818 lib/Makefile | 2 +-
17819 lib/bitmap.c | 8 +-
17820 lib/bug.c | 2 +
17821 lib/debugobjects.c | 2 +-
17822 lib/decompress_bunzip2.c | 3 +-
17823 lib/decompress_unlzma.c | 4 +-
17824 lib/div64.c | 4 +-
17825 lib/dma-debug.c | 4 +-
17826 lib/inflate.c | 2 +-
17827 lib/ioremap.c | 4 +-
17828 lib/kobject.c | 4 +-
17829 lib/list_debug.c | 126 +-
17830 lib/lockref.c | 44 +-
17831 lib/percpu-refcount.c | 2 +-
17832 lib/radix-tree.c | 2 +-
17833 lib/random32.c | 2 +-
17834 lib/rhashtable.c | 4 +-
17835 lib/show_mem.c | 2 +-
17836 lib/strncpy_from_user.c | 2 +-
17837 lib/strnlen_user.c | 2 +-
17838 lib/swiotlb.c | 2 +-
17839 lib/usercopy.c | 6 +
17840 lib/vsprintf.c | 12 +-
17841 mm/Kconfig | 6 +-
17842 mm/backing-dev.c | 4 +-
17843 mm/debug.c | 3 +
17844 mm/filemap.c | 2 +-
17845 mm/gup.c | 13 +-
17846 mm/highmem.c | 6 +-
17847 mm/hugetlb.c | 70 +-
17848 mm/internal.h | 1 +
17849 mm/maccess.c | 12 +-
17850 mm/madvise.c | 37 +
17851 mm/memory-failure.c | 6 +-
17852 mm/memory.c | 424 +-
17853 mm/mempolicy.c | 25 +
17854 mm/mlock.c | 18 +-
17855 mm/mm_init.c | 2 +-
17856 mm/mmap.c | 582 +-
17857 mm/mprotect.c | 137 +-
17858 mm/mremap.c | 39 +-
17859 mm/nommu.c | 21 +-
17860 mm/page-writeback.c | 2 +-
17861 mm/page_alloc.c | 50 +-
17862 mm/percpu.c | 2 +-
17863 mm/process_vm_access.c | 14 +-
17864 mm/rmap.c | 45 +-
17865 mm/shmem.c | 19 +-
17866 mm/slab.c | 111 +-
17867 mm/slab.h | 22 +-
17868 mm/slab_common.c | 86 +-
17869 mm/slob.c | 218 +-
17870 mm/slub.c | 109 +-
17871 mm/sparse-vmemmap.c | 4 +-
17872 mm/sparse.c | 2 +-
17873 mm/swap.c | 2 +
17874 mm/swapfile.c | 12 +-
17875 mm/util.c | 6 +
17876 mm/vmalloc.c | 114 +-
17877 mm/vmstat.c | 12 +-
17878 net/8021q/vlan.c | 5 +-
17879 net/8021q/vlan_netlink.c | 2 +-
17880 net/9p/mod.c | 4 +-
17881 net/9p/trans_fd.c | 2 +-
17882 net/atm/atm_misc.c | 8 +-
17883 net/atm/lec.h | 2 +-
17884 net/atm/proc.c | 6 +-
17885 net/atm/resources.c | 4 +-
17886 net/ax25/sysctl_net_ax25.c | 2 +-
17887 net/batman-adv/bat_iv_ogm.c | 8 +-
17888 net/batman-adv/fragmentation.c | 2 +-
17889 net/batman-adv/routing.c | 4 +-
17890 net/batman-adv/soft-interface.c | 10 +-
17891 net/batman-adv/translation-table.c | 14 +-
17892 net/batman-adv/types.h | 8 +-
17893 net/bluetooth/hci_sock.c | 2 +-
17894 net/bluetooth/l2cap_core.c | 6 +-
17895 net/bluetooth/l2cap_sock.c | 12 +-
17896 net/bluetooth/rfcomm/sock.c | 4 +-
17897 net/bluetooth/rfcomm/tty.c | 4 +-
17898 net/bridge/br_netlink.c | 2 +-
17899 net/bridge/netfilter/ebtables.c | 6 +-
17900 net/caif/cfctrl.c | 11 +-
17901 net/caif/chnl_net.c | 2 +-
17902 net/can/af_can.c | 2 +-
17903 net/can/gw.c | 6 +-
17904 net/ceph/messenger.c | 4 +-
17905 net/compat.c | 26 +-
17906 net/core/datagram.c | 2 +-
17907 net/core/dev.c | 16 +-
17908 net/core/filter.c | 2 +-
17909 net/core/flow.c | 6 +-
17910 net/core/neighbour.c | 18 +-
17911 net/core/net-sysfs.c | 2 +-
17912 net/core/net_namespace.c | 8 +-
17913 net/core/netpoll.c | 4 +-
17914 net/core/rtnetlink.c | 17 +-
17915 net/core/scm.c | 12 +-
17916 net/core/skbuff.c | 11 +-
17917 net/core/sock.c | 28 +-
17918 net/core/sock_diag.c | 15 +-
17919 net/core/sysctl_net_core.c | 22 +-
17920 net/decnet/af_decnet.c | 1 +
17921 net/decnet/sysctl_net_decnet.c | 4 +-
17922 net/dsa/dsa.c | 2 +-
17923 net/hsr/hsr_netlink.c | 2 +-
17924 net/ieee802154/6lowpan/core.c | 2 +-
17925 net/ieee802154/6lowpan/reassembly.c | 14 +-
17926 net/ipv4/af_inet.c | 2 +-
17927 net/ipv4/arp.c | 2 +-
17928 net/ipv4/devinet.c | 18 +-
17929 net/ipv4/fib_frontend.c | 6 +-
17930 net/ipv4/fib_semantics.c | 2 +-
17931 net/ipv4/inet_connection_sock.c | 4 +-
17932 net/ipv4/inet_diag.c | 4 +-
17933 net/ipv4/inet_timewait_sock.c | 2 +-
17934 net/ipv4/inetpeer.c | 2 +-
17935 net/ipv4/ip_fragment.c | 15 +-
17936 net/ipv4/ip_gre.c | 6 +-
17937 net/ipv4/ip_sockglue.c | 2 +-
17938 net/ipv4/ip_vti.c | 4 +-
17939 net/ipv4/ipconfig.c | 6 +-
17940 net/ipv4/ipip.c | 4 +-
17941 net/ipv4/netfilter/arp_tables.c | 12 +-
17942 net/ipv4/netfilter/ip_tables.c | 12 +-
17943 net/ipv4/ping.c | 14 +-
17944 net/ipv4/proc.c | 8 +-
17945 net/ipv4/raw.c | 14 +-
17946 net/ipv4/route.c | 32 +-
17947 net/ipv4/sysctl_net_ipv4.c | 22 +-
17948 net/ipv4/tcp_input.c | 6 +-
17949 net/ipv4/tcp_probe.c | 2 +-
17950 net/ipv4/udp.c | 10 +-
17951 net/ipv4/xfrm4_mode_transport.c | 2 +-
17952 net/ipv4/xfrm4_policy.c | 17 +-
17953 net/ipv4/xfrm4_state.c | 4 +-
17954 net/ipv6/addrconf.c | 22 +-
17955 net/ipv6/af_inet6.c | 2 +-
17956 net/ipv6/datagram.c | 2 +-
17957 net/ipv6/icmp.c | 2 +-
17958 net/ipv6/ip6_fib.c | 4 +-
17959 net/ipv6/ip6_gre.c | 10 +-
17960 net/ipv6/ip6_tunnel.c | 4 +-
17961 net/ipv6/ip6_vti.c | 4 +-
17962 net/ipv6/ipv6_sockglue.c | 2 +-
17963 net/ipv6/ndisc.c | 2 +-
17964 net/ipv6/netfilter/ip6_tables.c | 12 +-
17965 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
17966 net/ipv6/ping.c | 33 +-
17967 net/ipv6/proc.c | 10 +-
17968 net/ipv6/raw.c | 17 +-
17969 net/ipv6/reassembly.c | 13 +-
17970 net/ipv6/route.c | 2 +-
17971 net/ipv6/sit.c | 4 +-
17972 net/ipv6/sysctl_net_ipv6.c | 2 +-
17973 net/ipv6/udp.c | 6 +-
17974 net/ipv6/xfrm6_policy.c | 17 +-
17975 net/irda/ircomm/ircomm_tty.c | 18 +-
17976 net/iucv/af_iucv.c | 4 +-
17977 net/iucv/iucv.c | 2 +-
17978 net/key/af_key.c | 4 +-
17979 net/l2tp/l2tp_eth.c | 38 +-
17980 net/l2tp/l2tp_ip.c | 2 +-
17981 net/l2tp/l2tp_ip6.c | 2 +-
17982 net/mac80211/cfg.c | 10 +-
17983 net/mac80211/debugfs_key.c | 4 +-
17984 net/mac80211/ieee80211_i.h | 3 +-
17985 net/mac80211/iface.c | 20 +-
17986 net/mac80211/key.c | 4 +-
17987 net/mac80211/main.c | 2 +-
17988 net/mac80211/pm.c | 4 +-
17989 net/mac80211/rate.c | 2 +-
17990 net/mac80211/sta_info.c | 2 +-
17991 net/mac80211/tx.c | 2 +-
17992 net/mac80211/util.c | 8 +-
17993 net/mac80211/wpa.c | 10 +-
17994 net/mac802154/iface.c | 4 +-
17995 net/mpls/af_mpls.c | 6 +-
17996 net/netfilter/ipset/ip_set_core.c | 4 +-
17997 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
17998 net/netfilter/ipvs/ip_vs_core.c | 4 +-
17999 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
18000 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
18001 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
18002 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
18003 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
18004 net/netfilter/nf_conntrack_acct.c | 2 +-
18005 net/netfilter/nf_conntrack_ecache.c | 2 +-
18006 net/netfilter/nf_conntrack_helper.c | 2 +-
18007 net/netfilter/nf_conntrack_netlink.c | 22 +-
18008 net/netfilter/nf_conntrack_proto.c | 2 +-
18009 net/netfilter/nf_conntrack_standalone.c | 2 +-
18010 net/netfilter/nf_conntrack_timestamp.c | 2 +-
18011 net/netfilter/nf_log.c | 10 +-
18012 net/netfilter/nf_sockopt.c | 4 +-
18013 net/netfilter/nf_tables_api.c | 13 +-
18014 net/netfilter/nfnetlink_acct.c | 7 +-
18015 net/netfilter/nfnetlink_cthelper.c | 2 +-
18016 net/netfilter/nfnetlink_cttimeout.c | 2 +-
18017 net/netfilter/nfnetlink_log.c | 4 +-
18018 net/netfilter/nft_compat.c | 9 +-
18019 net/netfilter/xt_statistic.c | 8 +-
18020 net/netlink/af_netlink.c | 14 +-
18021 net/netlink/diag.c | 2 +-
18022 net/netlink/genetlink.c | 14 +-
18023 net/openvswitch/vport-internal_dev.c | 2 +-
18024 net/packet/af_packet.c | 26 +-
18025 net/packet/diag.c | 2 +-
18026 net/packet/internal.h | 6 +-
18027 net/phonet/pep.c | 6 +-
18028 net/phonet/socket.c | 2 +-
18029 net/phonet/sysctl.c | 2 +-
18030 net/rds/cong.c | 6 +-
18031 net/rds/ib.h | 2 +-
18032 net/rds/ib_cm.c | 2 +-
18033 net/rds/ib_recv.c | 4 +-
18034 net/rds/iw.h | 2 +-
18035 net/rds/iw_cm.c | 2 +-
18036 net/rds/iw_recv.c | 4 +-
18037 net/rds/rds.h | 2 +-
18038 net/rds/tcp.c | 2 +-
18039 net/rds/tcp_send.c | 2 +-
18040 net/rxrpc/af_rxrpc.c | 2 +-
18041 net/rxrpc/ar-ack.c | 14 +-
18042 net/rxrpc/ar-call.c | 2 +-
18043 net/rxrpc/ar-connection.c | 2 +-
18044 net/rxrpc/ar-connevent.c | 2 +-
18045 net/rxrpc/ar-input.c | 4 +-
18046 net/rxrpc/ar-internal.h | 8 +-
18047 net/rxrpc/ar-local.c | 2 +-
18048 net/rxrpc/ar-output.c | 4 +-
18049 net/rxrpc/ar-peer.c | 2 +-
18050 net/rxrpc/ar-proc.c | 4 +-
18051 net/rxrpc/ar-transport.c | 2 +-
18052 net/rxrpc/rxkad.c | 4 +-
18053 net/sched/sch_generic.c | 4 +-
18054 net/sctp/ipv6.c | 6 +-
18055 net/sctp/protocol.c | 10 +-
18056 net/sctp/sm_sideeffect.c | 2 +-
18057 net/sctp/socket.c | 21 +-
18058 net/sctp/sysctl.c | 10 +-
18059 net/socket.c | 18 +-
18060 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
18061 net/sunrpc/clnt.c | 4 +-
18062 net/sunrpc/sched.c | 4 +-
18063 net/sunrpc/svc.c | 4 +-
18064 net/sunrpc/svcauth_unix.c | 2 +-
18065 net/sunrpc/xprtrdma/svc_rdma.c | 44 +-
18066 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
18067 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
18068 net/sunrpc/xprtrdma/svc_rdma_transport.c | 10 +-
18069 net/tipc/netlink_compat.c | 12 +-
18070 net/tipc/subscr.c | 2 +-
18071 net/unix/diag.c | 2 +-
18072 net/unix/sysctl_net_unix.c | 2 +-
18073 net/wireless/wext-core.c | 19 +-
18074 net/xfrm/xfrm_policy.c | 16 +-
18075 net/xfrm/xfrm_state.c | 33 +-
18076 net/xfrm/xfrm_sysctl.c | 2 +-
18077 net/xfrm/xfrm_user.c | 2 +-
18078 scripts/Kbuild.include | 2 +-
18079 scripts/Makefile.build | 2 +-
18080 scripts/Makefile.clean | 3 +-
18081 scripts/Makefile.host | 69 +-
18082 scripts/basic/fixdep.c | 12 +-
18083 scripts/dtc/checks.c | 14 +-
18084 scripts/dtc/data.c | 6 +-
18085 scripts/dtc/flattree.c | 8 +-
18086 scripts/dtc/livetree.c | 4 +-
18087 scripts/gcc-plugin.sh | 51 +
18088 scripts/headers_install.sh | 1 +
18089 scripts/kallsyms.c | 4 +-
18090 scripts/kconfig/lkc.h | 5 +-
18091 scripts/kconfig/menu.c | 2 +-
18092 scripts/kconfig/symbol.c | 6 +-
18093 scripts/link-vmlinux.sh | 2 +-
18094 scripts/mod/file2alias.c | 14 +-
18095 scripts/mod/modpost.c | 25 +-
18096 scripts/mod/modpost.h | 6 +-
18097 scripts/mod/sumversion.c | 2 +-
18098 scripts/module-common.lds | 4 +
18099 scripts/package/builddeb | 1 +
18100 scripts/pnmtologo.c | 6 +-
18101 scripts/sortextable.h | 6 +-
18102 scripts/tags.sh | 2 +-
18103 security/Kconfig | 691 +-
18104 security/apparmor/include/policy.h | 2 +-
18105 security/apparmor/policy.c | 4 +-
18106 security/integrity/ima/ima.h | 4 +-
18107 security/integrity/ima/ima_api.c | 2 +-
18108 security/integrity/ima/ima_fs.c | 4 +-
18109 security/integrity/ima/ima_queue.c | 2 +-
18110 security/keys/internal.h | 8 +-
18111 security/keys/key.c | 18 +-
18112 security/keys/keyring.c | 4 -
18113 security/selinux/avc.c | 6 +-
18114 security/selinux/include/xfrm.h | 2 +-
18115 security/yama/yama_lsm.c | 2 +-
18116 sound/aoa/codecs/onyx.c | 7 +-
18117 sound/aoa/codecs/onyx.h | 1 +
18118 sound/core/oss/pcm_oss.c | 18 +-
18119 sound/core/pcm_compat.c | 2 +-
18120 sound/core/pcm_native.c | 4 +-
18121 sound/core/seq/seq_clientmgr.c | 10 +-
18122 sound/core/seq/seq_compat.c | 2 +-
18123 sound/core/seq/seq_fifo.c | 6 +-
18124 sound/core/seq/seq_fifo.h | 2 +-
18125 sound/core/seq/seq_memory.c | 6 +-
18126 sound/core/sound.c | 2 +-
18127 sound/drivers/mts64.c | 14 +-
18128 sound/drivers/opl4/opl4_lib.c | 2 +-
18129 sound/drivers/portman2x4.c | 3 +-
18130 sound/firewire/amdtp-am824.c | 2 +-
18131 sound/firewire/amdtp-stream.c | 4 +-
18132 sound/firewire/amdtp-stream.h | 2 +-
18133 sound/firewire/digi00x/amdtp-dot.c | 2 +-
18134 sound/firewire/isight.c | 10 +-
18135 sound/firewire/scs1x.c | 8 +-
18136 sound/oss/sb_audio.c | 2 +-
18137 sound/oss/swarm_cs4297a.c | 6 +-
18138 sound/pci/hda/hda_codec.c | 2 +-
18139 sound/pci/ymfpci/ymfpci.h | 2 +-
18140 sound/pci/ymfpci/ymfpci_main.c | 12 +-
18141 sound/soc/codecs/sti-sas.c | 10 +-
18142 sound/soc/intel/skylake/skl-sst-dsp.h | 4 +-
18143 sound/soc/soc-ac97.c | 6 +-
18144 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
18145 tools/gcc/Makefile | 42 +
18146 tools/gcc/checker_plugin.c | 549 +
18147 tools/gcc/colorize_plugin.c | 215 +
18148 tools/gcc/constify_plugin.c | 571 +
18149 tools/gcc/gcc-common.h | 819 +
18150 tools/gcc/initify_plugin.c | 591 +
18151 tools/gcc/kallocstat_plugin.c | 188 +
18152 tools/gcc/kernexec_plugin.c | 549 +
18153 tools/gcc/latent_entropy_plugin.c | 474 +
18154 tools/gcc/randomize_layout_seed.h | 1 +
18155 tools/gcc/size_overflow_plugin/.gitignore | 2 +
18156 tools/gcc/size_overflow_plugin/Makefile | 28 +
18157 .../disable_size_overflow_hash.data | 12434 ++
18158 .../disable_size_overflow_hash.h | 152601 ++++++++++++++++++
18159 .../generate_size_overflow_hash.sh | 103 +
18160 .../insert_size_overflow_asm.c | 416 +
18161 .../size_overflow_plugin/intentional_overflow.c | 1116 +
18162 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
18163 tools/gcc/size_overflow_plugin/size_overflow.h | 325 +
18164 .../gcc/size_overflow_plugin/size_overflow_debug.c | 194 +
18165 .../size_overflow_plugin/size_overflow_hash.data | 21454 +++
18166 .../size_overflow_hash_aux.data | 92 +
18167 tools/gcc/size_overflow_plugin/size_overflow_ipa.c | 1226 +
18168 .../gcc/size_overflow_plugin/size_overflow_misc.c | 505 +
18169 .../size_overflow_plugin/size_overflow_plugin.c | 318 +
18170 .../size_overflow_plugin_hash.c | 352 +
18171 .../size_overflow_plugin/size_overflow_transform.c | 745 +
18172 .../size_overflow_transform_core.c | 1015 +
18173 tools/gcc/stackleak_plugin.c | 444 +
18174 tools/gcc/structleak_plugin.c | 290 +
18175 tools/include/linux/compiler.h | 8 +
18176 tools/perf/util/include/asm/alternative-asm.h | 3 +
18177 tools/virtio/linux/uaccess.h | 2 +-
18178 virt/kvm/kvm_main.c | 42 +-
18179 2088 files changed, 221599 insertions(+), 9618 deletions(-)
18180 commit 87790bbd0d8dc2bd7fd86cb947e32886db9e9766
18181 Author: Matthew Wilcox <willy@linux.intel.com>
18182 Date: Tue Feb 2 16:57:52 2016 -0800
18183
18184 radix-tree: fix race in gang lookup
18185
18186 If the indirect_ptr bit is set on a slot, that indicates we need to redo
18187 the lookup. Introduce a new function radix_tree_iter_retry() which
18188 forces the loop to retry the lookup by setting 'slot' to NULL and
18189 turning the iterator back to point at the problematic entry.
18190
18191 This is a pretty rare problem to hit at the moment; the lookup has to
18192 race with a grow of the radix tree from a height of 0. The consequences
18193 of hitting this race are that gang lookup could return a pointer to a
18194 radix_tree_node instead of a pointer to whatever the user had inserted
18195 in the tree.
18196
18197 Fixes: cebbd29e1c2f ("radix-tree: rewrite gang lookup using iterator")
18198 Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
18199 Cc: Hugh Dickins <hughd@google.com>
18200 Cc: Ohad Ben-Cohen <ohad@wizery.com>
18201 Cc: Konstantin Khlebnikov <khlebnikov@openvz.org>
18202 Cc: <stable@vger.kernel.org>
18203 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
18204 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
18205
18206 include/linux/radix-tree.h | 16 ++++++++++++++++
18207 lib/radix-tree.c | 12 ++++++++++--
18208 2 files changed, 26 insertions(+), 2 deletions(-)
18209
18210 commit bf628043b4589c910919a0f221ae7f42aa8cea93
18211 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
18212 Date: Wed Feb 3 02:11:03 2016 +0100
18213
18214 unix: correctly track in-flight fds in sending process user_struct
18215
18216 The commit referenced in the Fixes tag incorrectly accounted the number
18217 of in-flight fds over a unix domain socket to the original opener
18218 of the file-descriptor. This allows another process to arbitrary
18219 deplete the original file-openers resource limit for the maximum of
18220 open files. Instead the sending processes and its struct cred should
18221 be credited.
18222
18223 To do so, we add a reference counted struct user_struct pointer to the
18224 scm_fp_list and use it to account for the number of inflight unix fds.
18225
18226 Fixes: 712f4aad406bb1 ("unix: properly account for FDs passed over unix sockets")
18227 Reported-by: David Herrmann <dh.herrmann@gmail.com>
18228 Cc: David Herrmann <dh.herrmann@gmail.com>
18229 Cc: Willy Tarreau <w@1wt.eu>
18230 Cc: Linus Torvalds <torvalds@linux-foundation.org>
18231 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
18232 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
18233 Signed-off-by: David S. Miller <davem@davemloft.net>
18234
18235 include/net/af_unix.h | 4 ++--
18236 include/net/scm.h | 1 +
18237 net/core/scm.c | 7 +++++++
18238 net/unix/af_unix.c | 4 ++--
18239 net/unix/garbage.c | 8 ++++----
18240 5 files changed, 16 insertions(+), 8 deletions(-)
18241
18242 commit e830db443ff78d70b7b63536e688d73907face0c
18243 Author: Mike Kravetz <mike.kravetz@oracle.com>
18244 Date: Fri Jan 15 16:57:37 2016 -0800
18245
18246 fs/hugetlbfs/inode.c: fix bugs in hugetlb_vmtruncate_list()
18247
18248 Hillf Danton noticed bugs in the hugetlb_vmtruncate_list routine. The
18249 argument end is of type pgoff_t. It was being converted to a vaddr
18250 offset and passed to unmap_hugepage_range. However, end was also being
18251 used as an argument to the vma_interval_tree_foreach controlling loop.
18252 In addition, the conversion of end to vaddr offset was incorrect.
18253
18254 hugetlb_vmtruncate_list is called as part of a file truncate or
18255 fallocate hole punch operation.
18256
18257 When truncating a hugetlbfs file, this bug could prevent some pages from
18258 being unmapped. This is possible if there are multiple vmas mapping the
18259 file, and there is a sufficiently sized hole between the mappings. The
18260 size of the hole between two vmas (A,B) must be such that the starting
18261 virtual address of B is greater than (ending virtual address of A <<
18262 PAGE_SHIFT). In this case, the pages in B would not be unmapped. If
18263 pages are not properly unmapped during truncate, the following BUG is
18264 hit:
18265
18266 kernel BUG at fs/hugetlbfs/inode.c:428!
18267
18268 In the fallocate hole punch case, this bug could prevent pages from
18269 being unmapped as in the truncate case. However, for hole punch the
18270 result is that unmapped pages will not be removed during the operation.
18271 For hole punch, it is also possible that more pages than desired will be
18272 unmapped. This unnecessary unmapping will cause page faults to
18273 reestablish the mappings on subsequent page access.
18274
18275 Fixes: 1bfad99ab (" hugetlbfs: hugetlb_vmtruncate_list() needs to take a range")Reported-by: Hillf Danton <hillf.zj@alibaba-inc.com>
18276 Signed-off-by: Mike Kravetz <mike.kravetz@oracle.com>
18277 Cc: Hugh Dickins <hughd@google.com>
18278 Cc: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
18279 Cc: Davidlohr Bueso <dave@stgolabs.net>
18280 Cc: Dave Hansen <dave.hansen@linux.intel.com>
18281 Cc: <stable@vger.kernel.org> [4.3]
18282 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
18283 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
18284
18285 fs/hugetlbfs/inode.c | 19 +++++++++++--------
18286 1 files changed, 11 insertions(+), 8 deletions(-)
18287
18288 commit cdb3ba4a9113b779347387f3b6c6ea72dd4db12f
18289 Author: Takashi Iwai <tiwai@suse.de>
18290 Date: Thu Feb 4 17:06:13 2016 +0100
18291
18292 ALSA: timer: Fix leftover link at closing
18293
18294 In ALSA timer core, the active timer instance is managed in
18295 active_list linked list. Each element is added / removed dynamically
18296 at timer start, stop and in timer interrupt. The problem is that
18297 snd_timer_interrupt() has a thinko and leaves the element in
18298 active_list when it's the last opened element. This eventually leads
18299 to list corruption or use-after-free error.
18300
18301 This hasn't been revealed because we used to delete the list forcibly
18302 in snd_timer_stop() in the past. However, the recent fix avoids the
18303 double-stop behavior (in commit [f784beb75ce8: ALSA: timer: Fix link
18304 corruption due to double start or stop]), and this leak hits reality.
18305
18306 This patch fixes the link management in snd_timer_interrupt(). Now it
18307 simply unlinks no matter which stream is.
18308
18309 BugLink: http://lkml.kernel.org/r/CACT4Y+Yy2aukHP-EDp8-ziNqNNmb-NTf=jDWXMP7jB8HDa2vng@mail.gmail.com
18310 Reported-by: Dmitry Vyukov <dvyukov@google.com>
18311 Cc: <stable@vger.kernel.org>
18312 Signed-off-by: Takashi Iwai <tiwai@suse.de>
18313
18314 sound/core/timer.c | 4 ++--
18315 1 files changed, 2 insertions(+), 2 deletions(-)
18316
18317 commit 47d9647902f6a2f46a2be1e0140ba0f6f8c06008
18318 Author: Konstantin Khlebnikov <koct9i@gmail.com>
18319 Date: Fri Feb 5 15:37:01 2016 -0800
18320
18321 radix-tree: fix oops after radix_tree_iter_retry
18322
18323 Helper radix_tree_iter_retry() resets next_index to the current index.
18324 In following radix_tree_next_slot current chunk size becomes zero. This
18325 isn't checked and it tries to dereference null pointer in slot.
18326
18327 Tagged iterator is fine because retry happens only at slot 0 where tag
18328 bitmask in iter->tags is filled with single bit.
18329
18330 Fixes: 46437f9a554f ("radix-tree: fix race in gang lookup")
18331 Signed-off-by: Konstantin Khlebnikov <koct9i@gmail.com>
18332 Cc: Matthew Wilcox <willy@linux.intel.com>
18333 Cc: Hugh Dickins <hughd@google.com>
18334 Cc: Ohad Ben-Cohen <ohad@wizery.com>
18335 Cc: Jeremiah Mahler <jmmahler@gmail.com>
18336 Cc: <stable@vger.kernel.org>
18337 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
18338 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
18339
18340 include/linux/radix-tree.h | 6 +++---
18341 1 files changed, 3 insertions(+), 3 deletions(-)
18342
18343 commit 95b5dcb3c01958502af00b0bc0da1d906aae11a2
18344 Merge: 438be0b 256aeaf
18345 Author: Brad Spengler <spender@grsecurity.net>
18346 Date: Sun Feb 7 08:29:33 2016 -0500
18347
18348 Merge branch 'pax-test' into grsec-test
18349
18350 commit 256aeaf87c22de8edf1f03682a572c590ae07771
18351 Author: Brad Spengler <spender@grsecurity.net>
18352 Date: Sun Feb 7 08:29:09 2016 -0500
18353
18354 Update to pax-linux-4.3.5-test28.patch:
18355 - 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)
18356 - spender fixed UDEREF on arm
18357
18358 arch/arm/Kconfig | 1 +
18359 arch/arm/include/asm/domain.h | 21 ++++++++-
18360 arch/arm/include/asm/futex.h | 9 ----
18361 arch/arm/include/asm/thread_info.h | 3 +
18362 arch/arm/include/asm/uaccess.h | 81 +++++++++++++++---------------------
18363 arch/arm/kernel/entry-armv.S | 2 +-
18364 arch/arm/kernel/process.c | 2 +-
18365 arch/arm/mm/alignment.c | 8 ----
18366 arch/x86/mm/numa.c | 2 +-
18367 security/Kconfig | 1 -
18368 10 files changed, 60 insertions(+), 70 deletions(-)
18369
18370 commit 438be0bd112bd17942b2628c53054dc1007558a1
18371 Author: Brad Spengler <spender@grsecurity.net>
18372 Date: Sat Feb 6 19:50:31 2016 -0500
18373
18374 Fix a number of issues caused by the upstream merging of a UDEREF ripoff resulting in unbootable
18375 ARM systems reported on the forums
18376
18377 arch/arm/Kconfig | 1 +
18378 arch/arm/include/asm/domain.h | 21 ++++++++-
18379 arch/arm/include/asm/futex.h | 9 ----
18380 arch/arm/include/asm/thread_info.h | 3 +
18381 arch/arm/include/asm/uaccess.h | 81 +++++++++++++++---------------------
18382 arch/arm/kernel/entry-armv.S | 2 +-
18383 arch/arm/kernel/process.c | 2 +-
18384 arch/arm/mm/alignment.c | 8 ----
18385 security/Kconfig | 1 -
18386 9 files changed, 59 insertions(+), 69 deletions(-)
18387
18388 commit 4ffdd5ef1f87e611af1efb4f251ada92abe9f4c0
18389 Author: Brad Spengler <spender@grsecurity.net>
18390 Date: Sat Feb 6 11:21:53 2016 -0500
18391
18392 Fix another compiler warning
18393
18394 net/ipv4/tcp_input.c | 2 ++
18395 1 files changed, 2 insertions(+), 0 deletions(-)
18396
18397 commit 30b5b7bc0fd67d458bdd5ab35e4689769eabd2ed
18398 Author: Brad Spengler <spender@grsecurity.net>
18399 Date: Sat Feb 6 11:16:12 2016 -0500
18400
18401 Fix two compiler warnings
18402
18403 kernel/pid.c | 5 ++---
18404 kernel/ptrace.c | 3 ++-
18405 2 files changed, 4 insertions(+), 4 deletions(-)
18406
18407 commit dda4d2a21914c480750f10bd55c6e3203d415d8d
18408 Author: Brad Spengler <spender@grsecurity.net>
18409 Date: Wed Feb 3 21:22:40 2016 -0500
18410
18411 Apply fix for integer truncation in NUMA init code, reported by
18412 x14sg1 on the forums:
18413 https://forums.grsecurity.net/viewtopic.php?f=3&t=4374
18414
18415 arch/x86/mm/numa.c | 2 +-
18416 1 files changed, 1 insertions(+), 1 deletions(-)
18417
18418 commit 477505f7c893cb6a2c3e22f83eefd9c985d7b3ca
18419 Merge: a781740 016d0d8
18420 Author: Brad Spengler <spender@grsecurity.net>
18421 Date: Wed Feb 3 21:20:58 2016 -0500
18422
18423 Merge branch 'pax-test' into grsec-test
18424
18425 commit 016d0d81a8dd4be1304c82a68e0ccf425868f467
18426 Author: Brad Spengler <spender@grsecurity.net>
18427 Date: Wed Feb 3 21:20:10 2016 -0500
18428
18429 Update to pax-linux-4.3.5-test27.patch:
18430 - fixed a bunch of potential REFCOUNT false positives, reported by Emese
18431 - restored padding in fpregs_state for storing AVX-512 state in the future
18432 - constified netlink_dump_control
18433 - added const version of debug_gimple_stmt for gcc plugins, by Emese
18434 - Emese fixed a bug in initify that could have initified too much
18435 - Emese fixed a false positive intentional integer overflow in xfrm4_extract_header, reported by corsac
18436
18437 arch/x86/include/asm/fpu/types.h | 1 +
18438 arch/x86/include/asm/mmu_context.h | 2 +-
18439 block/blk-cgroup.c | 18 ++--
18440 block/cfq-iosched.c | 4 +-
18441 crypto/crypto_user.c | 8 ++-
18442 drivers/acpi/apei/ghes.c | 6 +-
18443 drivers/char/ipmi/ipmi_ssif.c | 12 ++--
18444 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
18445 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
18446 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
18447 drivers/infiniband/core/netlink.c | 5 +-
18448 drivers/infiniband/hw/cxgb4/device.c | 6 +-
18449 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
18450 drivers/md/bcache/alloc.c | 2 +-
18451 drivers/md/bcache/bcache.h | 10 +-
18452 drivers/md/bcache/btree.c | 2 +-
18453 drivers/md/bcache/io.c | 10 +-
18454 drivers/md/bcache/journal.c | 2 +-
18455 drivers/md/bcache/stats.c | 26 +++---
18456 drivers/md/bcache/stats.h | 16 ++--
18457 drivers/md/bcache/super.c | 2 +-
18458 drivers/md/bcache/sysfs.c | 20 +++---
18459 drivers/md/dm-cache-target.c | 98 ++++++++++++------------
18460 drivers/md/dm-raid.c | 2 +-
18461 drivers/md/md.c | 6 +-
18462 drivers/md/md.h | 2 +-
18463 drivers/md/raid1.c | 2 +-
18464 drivers/md/raid10.c | 2 +-
18465 drivers/md/raid5.c | 4 +-
18466 drivers/media/pci/zoran/zoran.h | 1 -
18467 drivers/media/pci/zoran/zoran_driver.c | 3 -
18468 drivers/net/ethernet/sfc/selftest.c | 20 +++---
18469 drivers/net/irda/vlsi_ir.c | 18 ++--
18470 drivers/net/irda/vlsi_ir.h | 14 ++--
18471 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
18472 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
18473 drivers/net/wireless/ath/carl9170/main.c | 10 +-
18474 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
18475 drivers/net/wireless/iwlwifi/mvm/d3.c | 4 +-
18476 drivers/net/wireless/iwlwifi/mvm/tx.c | 2 +-
18477 drivers/scsi/hptiop.c | 2 -
18478 drivers/scsi/hptiop.h | 1 -
18479 drivers/scsi/ipr.c | 6 +-
18480 drivers/scsi/ipr.h | 2 +-
18481 drivers/scsi/qla2xxx/qla_target.c | 10 +-
18482 drivers/scsi/qla2xxx/qla_target.h | 2 +-
18483 fs/btrfs/ctree.c | 2 +-
18484 fs/btrfs/ctree.h | 4 +-
18485 fs/btrfs/delayed-ref.c | 4 +-
18486 fs/btrfs/disk-io.c | 4 +-
18487 fs/btrfs/file.c | 4 +-
18488 fs/btrfs/raid56.c | 32 ++++----
18489 fs/btrfs/tests/btrfs-tests.c | 2 +-
18490 fs/btrfs/transaction.c | 2 +-
18491 fs/btrfs/tree-log.c | 8 +-
18492 fs/btrfs/volumes.c | 14 ++--
18493 fs/btrfs/volumes.h | 22 +++---
18494 fs/jbd2/commit.c | 2 +-
18495 fs/jbd2/transaction.c | 4 +-
18496 fs/ocfs2/dlm/dlmcommon.h | 4 +-
18497 fs/ocfs2/dlm/dlmdebug.c | 10 +-
18498 fs/ocfs2/dlm/dlmdomain.c | 4 +-
18499 fs/ocfs2/dlm/dlmmaster.c | 4 +-
18500 include/acpi/ghes.h | 2 +-
18501 include/linux/blk-cgroup.h | 24 +++---
18502 include/linux/jbd2.h | 2 +-
18503 include/linux/netlink.h | 12 ++--
18504 include/net/cfg802154.h | 2 +-
18505 include/net/mac80211.h | 2 +-
18506 include/net/neighbour.h | 2 +-
18507 kernel/rcu/tree_plugin.h | 4 +-
18508 net/batman-adv/routing.c | 4 +-
18509 net/batman-adv/soft-interface.c | 2 +-
18510 net/batman-adv/translation-table.c | 14 ++--
18511 net/batman-adv/types.h | 2 +-
18512 net/core/neighbour.c | 14 ++--
18513 net/core/rtnetlink.c | 2 +-
18514 net/ipv4/arp.c | 2 +-
18515 net/ipv4/inet_diag.c | 4 +-
18516 net/ipv4/xfrm4_state.c | 4 +-
18517 net/ipv6/ndisc.c | 2 +-
18518 net/mac80211/cfg.c | 2 +-
18519 net/mac80211/debugfs_key.c | 2 +-
18520 net/mac80211/key.c | 4 +-
18521 net/mac80211/tx.c | 2 +-
18522 net/mac80211/wpa.c | 10 +-
18523 net/mac802154/iface.c | 4 +-
18524 net/netfilter/ipset/ip_set_core.c | 2 +-
18525 net/netfilter/nf_conntrack_netlink.c | 22 +++---
18526 net/netfilter/nf_tables_api.c | 13 ++--
18527 net/netfilter/nfnetlink_acct.c | 7 +-
18528 net/netfilter/nfnetlink_cthelper.c | 2 +-
18529 net/netfilter/nfnetlink_cttimeout.c | 2 +-
18530 net/netlink/af_netlink.c | 10 ++-
18531 net/netlink/diag.c | 2 +-
18532 net/netlink/genetlink.c | 14 ++--
18533 net/packet/af_packet.c | 18 ++--
18534 net/packet/diag.c | 2 +-
18535 net/packet/internal.h | 6 +-
18536 net/unix/diag.c | 2 +-
18537 net/xfrm/xfrm_user.c | 2 +-
18538 security/apparmor/include/policy.h | 2 +-
18539 security/apparmor/policy.c | 4 +-
18540 sound/core/seq/seq_clientmgr.c | 2 +-
18541 sound/core/seq/seq_fifo.c | 6 +-
18542 sound/core/seq/seq_fifo.h | 2 +-
18543 tools/gcc/gcc-common.h | 24 ++++--
18544 tools/gcc/initify_plugin.c | 7 +-
18545 tools/lib/api/Makefile | 2 +-
18546 109 files changed, 399 insertions(+), 391 deletions(-)
18547
18548 commit a7817402ac837b1aee07fac42537a02097055098
18549 Author: Matt Fleming <matt@codeblueprint.co.uk>
18550 Date: Fri Jan 29 11:36:10 2016 +0000
18551
18552 x86/mm/pat: Avoid truncation when converting cpa->numpages to address
18553
18554 There are a couple of nasty truncation bugs lurking in the pageattr
18555 code that can be triggered when mapping EFI regions, e.g. when we pass
18556 a cpa->pgd pointer. Because cpa->numpages is a 32-bit value, shifting
18557 left by PAGE_SHIFT will truncate the resultant address to 32-bits.
18558
18559 Viorel-Cătălin managed to trigger this bug on his Dell machine that
18560 provides a ~5GB EFI region which requires 1236992 pages to be mapped.
18561 When calling populate_pud() the end of the region gets calculated
18562 incorrectly in the following buggy expression,
18563
18564 end = start + (cpa->numpages << PAGE_SHIFT);
18565
18566 And only 188416 pages are mapped. Next, populate_pud() gets invoked
18567 for a second time because of the loop in __change_page_attr_set_clr(),
18568 only this time no pages get mapped because shifting the remaining
18569 number of pages (1048576) by PAGE_SHIFT is zero. At which point the
18570 loop in __change_page_attr_set_clr() spins forever because we fail to
18571 map progress.
18572
18573 Hitting this bug depends very much on the virtual address we pick to
18574 map the large region at and how many pages we map on the initial run
18575 through the loop. This explains why this issue was only recently hit
18576 with the introduction of commit
18577
18578 a5caa209ba9c ("x86/efi: Fix boot crash by mapping EFI memmap
18579 entries bottom-up at runtime, instead of top-down")
18580
18581 It's interesting to note that safe uses of cpa->numpages do exist in
18582 the pageattr code. If instead of shifting ->numpages we multiply by
18583 PAGE_SIZE, no truncation occurs because PAGE_SIZE is a UL value, and
18584 so the result is unsigned long.
18585
18586 To avoid surprises when users try to convert very large cpa->numpages
18587 values to addresses, change the data type from 'int' to 'unsigned
18588 long', thereby making it suitable for shifting by PAGE_SHIFT without
18589 any type casting.
18590
18591 The alternative would be to make liberal use of casting, but that is
18592 far more likely to cause problems in the future when someone adds more
18593 code and fails to cast properly; this bug was difficult enough to
18594 track down in the first place.
18595
18596 Reported-and-tested-by: Viorel-Cătălin Răpițeanu <rapiteanu.catalin@gmail.com>
18597 Acked-by: Borislav Petkov <bp@alien8.de>
18598 Cc: Sai Praneeth Prakhya <sai.praneeth.prakhya@intel.com>
18599 Cc: <stable@vger.kernel.org>
18600 Signed-off-by: Matt Fleming <matt@codeblueprint.co.uk>
18601 Link: https://bugzilla.kernel.org/show_bug.cgi?id=110131
18602 Link: http://lkml.kernel.org/r/1454067370-10374-1-git-send-email-matt@codeblueprint.co.uk
18603 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
18604
18605 arch/x86/mm/pageattr.c | 4 ++--
18606 1 files changed, 2 insertions(+), 2 deletions(-)
18607
18608 commit 64dd9d7a67a742fda257cdd16510c29e695c34b5
18609 Author: Jan Beulich <JBeulich@suse.com>
18610 Date: Tue Jan 26 04:15:18 2016 -0700
18611
18612 x86/mm: Fix types used in pgprot cacheability flags translations
18613
18614 For PAE kernels "unsigned long" is not suitable to hold page protection
18615 flags, since _PAGE_NX doesn't fit there. This is the reason for quite a
18616 few W+X pages getting reported as insecure during boot (observed namely
18617 for the entire initrd range).
18618
18619 Fixes: 281d4078be ("x86: Make page cache mode a real type")
18620 Signed-off-by: Jan Beulich <jbeulich@suse.com>
18621 Reviewed-by: Juergen Gross <JGross@suse.com>
18622 Cc: stable@vger.kernel.org
18623 Link: http://lkml.kernel.org/r/56A7635602000078000CAFF1@prv-mh.provo.novell.com
18624 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
18625
18626 arch/x86/include/asm/pgtable_types.h | 6 ++----
18627 1 files changed, 2 insertions(+), 4 deletions(-)
18628
18629 commit bb9a3a9df0d8dfc96d521676e64c42b37ba22aea
18630 Merge: 682d661 f74425b
18631 Author: Brad Spengler <spender@grsecurity.net>
18632 Date: Sun Jan 31 15:06:25 2016 -0500
18633
18634 Merge branch 'pax-test' into grsec-test
18635
18636 Conflicts:
18637 drivers/net/slip/slhc.c
18638 include/linux/sched.h
18639 net/unix/af_unix.c
18640 sound/core/timer.c
18641
18642 commit f74425b5705bfe52aff9e97659ef10c4a14176c3
18643 Merge: d14af1f 849a2d3
18644 Author: Brad Spengler <spender@grsecurity.net>
18645 Date: Sun Jan 31 15:02:55 2016 -0500
18646
18647 Merge branch 'linux-4.3.y' into pax-test
18648
18649 Conflicts:
18650 arch/x86/include/asm/mmu_context.h
18651
18652 commit 682d6611d75542e351c973c8dd74a99d3966c073
18653 Author: Brad Spengler <spender@grsecurity.net>
18654 Date: Sat Jan 30 13:05:03 2016 -0500
18655
18656 Based on a report from Mathias Krause, fix up a number of additional instances
18657 of ulong overflow when passing in values to gr_learn_resource by saturating
18658 to ULONG_MAX
18659
18660 mm/mlock.c | 11 ++++++++---
18661 mm/mmap.c | 16 +++++++++++++---
18662 2 files changed, 21 insertions(+), 6 deletions(-)
18663
18664 commit adb52e95fb9ad4ac9c56cd5d47bd668f47c33096
18665 Author: Jann Horn <jann@thejh.net>
18666 Date: Sat Dec 26 06:00:48 2015 +0100
18667
18668 seccomp: always propagate NO_NEW_PRIVS on tsync
18669
18670 Before this patch, a process with some permissive seccomp filter
18671 that was applied by root without NO_NEW_PRIVS was able to add
18672 more filters to itself without setting NO_NEW_PRIVS by setting
18673 the new filter from a throwaway thread with NO_NEW_PRIVS.
18674
18675 Signed-off-by: Jann Horn <jann@thejh.net>
18676 Cc: stable@vger.kernel.org
18677 Signed-off-by: Kees Cook <keescook@chromium.org>
18678
18679 kernel/seccomp.c | 22 +++++++++++-----------
18680 1 files changed, 11 insertions(+), 11 deletions(-)
18681
18682 commit b85450498a3bbf269441c8963d7574bb3079c838
18683 Merge: 59c216f d14af1f
18684 Author: Brad Spengler <spender@grsecurity.net>
18685 Date: Fri Jan 29 20:54:13 2016 -0500
18686
18687 Merge branch 'pax-test' into grsec-test
18688
18689 commit d14af1f1dd66511f3f0674deee2b572972012b39
18690 Author: Brad Spengler <spender@grsecurity.net>
18691 Date: Fri Jan 29 20:53:51 2016 -0500
18692
18693 Update to pax-linux-4.3.4-test26.patch:
18694 - Emese fixed a few intentional overflows introduced by gcc, reported by StalkR (https://forums.grsecurity.net/viewtopic.php?f=3&t=4370)
18695
18696 fs/cifs/file.c | 2 +-
18697 fs/gfs2/file.c | 2 +-
18698 .../size_overflow_plugin/intentional_overflow.c | 96 ++++++++++++++++++--
18699 tools/gcc/size_overflow_plugin/size_overflow.h | 2 +
18700 .../size_overflow_plugin/size_overflow_plugin.c | 4 +-
18701 .../size_overflow_plugin/size_overflow_transform.c | 6 +-
18702 .../size_overflow_transform_core.c | 5 +
18703 7 files changed, 102 insertions(+), 15 deletions(-)
18704
18705 commit 59c216f13587eacdd692386b7a403ae78ed84fb6
18706 Author: Brad Spengler <spender@grsecurity.net>
18707 Date: Wed Jan 27 17:57:21 2016 -0500
18708
18709 Fix a size_overflow report reported by Mathias Krause in our
18710 truncation of an loff_t to an unsigned long when being passed
18711 to gr_learn_resource() (as all resource checks are against unsigned long
18712 values)
18713
18714 fs/attr.c | 5 ++++-
18715 1 files changed, 4 insertions(+), 1 deletions(-)
18716
18717 commit 70636c6ad60fc1db3af764ecc789b827b7497a97
18718 Author: Yuchung Cheng <ycheng@google.com>
18719 Date: Wed Jan 6 12:42:38 2016 -0800
18720
18721 tcp: fix zero cwnd in tcp_cwnd_reduction
18722
18723 Patch 3759824da87b ("tcp: PRR uses CRB mode by default and SS mode
18724 conditionally") introduced a bug that cwnd may become 0 when both
18725 inflight and sndcnt are 0 (cwnd = inflight + sndcnt). This may lead
18726 to a div-by-zero if the connection starts another cwnd reduction
18727 phase by setting tp->prior_cwnd to the current cwnd (0) in
18728 tcp_init_cwnd_reduction().
18729
18730 To prevent this we skip PRR operation when nothing is acked or
18731 sacked. Then cwnd must be positive in all cases as long as ssthresh
18732 is positive:
18733
18734 1) The proportional reduction mode
18735 inflight > ssthresh > 0
18736
18737 2) The reduction bound mode
18738 a) inflight == ssthresh > 0
18739
18740 b) inflight < ssthresh
18741 sndcnt > 0 since newly_acked_sacked > 0 and inflight < ssthresh
18742
18743 Therefore in all cases inflight and sndcnt can not both be 0.
18744 We check invalid tp->prior_cwnd to avoid potential div0 bugs.
18745
18746 In reality this bug is triggered only with a sequence of less common
18747 events. For example, the connection is terminating an ECN-triggered
18748 cwnd reduction with an inflight 0, then it receives reordered/old
18749 ACKs or DSACKs from prior transmission (which acks nothing). Or the
18750 connection is in fast recovery stage that marks everything lost,
18751 but fails to retransmit due to local issues, then receives data
18752 packets from other end which acks nothing.
18753
18754 Fixes: 3759824da87b ("tcp: PRR uses CRB mode by default and SS mode conditionally")
18755 Reported-by: Oleksandr Natalenko <oleksandr@natalenko.name>
18756 Signed-off-by: Yuchung Cheng <ycheng@google.com>
18757 Signed-off-by: Neal Cardwell <ncardwell@google.com>
18758 Signed-off-by: Eric Dumazet <edumazet@google.com>
18759 Signed-off-by: David S. Miller <davem@davemloft.net>
18760
18761 net/ipv4/tcp_input.c | 3 +++
18762 1 files changed, 3 insertions(+), 0 deletions(-)
18763
18764 commit dac1da2bedbb43195d371c7a192cfeeb45683df0
18765 Author: Eric Dumazet <edumazet@google.com>
18766 Date: Sun Jan 24 13:53:50 2016 -0800
18767
18768 af_unix: fix struct pid memory leak
18769
18770 Dmitry reported a struct pid leak detected by a syzkaller program.
18771
18772 Bug happens in unix_stream_recvmsg() when we break the loop when a
18773 signal is pending, without properly releasing scm.
18774
18775 Fixes: b3ca9b02b007 ("net: fix multithreaded signal handling in unix recv routines")
18776 Reported-by: Dmitry Vyukov <dvyukov@google.com>
18777 Signed-off-by: Eric Dumazet <edumazet@google.com>
18778 Cc: Rainer Weikusat <rweikusat@mobileactivedefense.com>
18779 Signed-off-by: David S. Miller <davem@davemloft.net>
18780
18781 net/unix/af_unix.c | 1 +
18782 1 files changed, 1 insertions(+), 0 deletions(-)
18783
18784 commit 15cc47f127520d1ac0c1fe76d993c2c27f0f2571
18785 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
18786 Date: Fri Jan 22 01:39:43 2016 +0100
18787
18788 pptp: fix illegal memory access caused by multiple bind()s
18789
18790 Several times already this has been reported as kasan reports caused by
18791 syzkaller and trinity and people always looked at RCU races, but it is
18792 much more simple. :)
18793
18794 In case we bind a pptp socket multiple times, we simply add it to
18795 the callid_sock list but don't remove the old binding. Thus the old
18796 socket stays in the bucket with unused call_id indexes and doesn't get
18797 cleaned up. This causes various forms of kasan reports which were hard
18798 to pinpoint.
18799
18800 Simply don't allow multiple binds and correct error handling in
18801 pptp_bind. Also keep sk_state bits in place in pptp_connect.
18802
18803 Fixes: 00959ade36acad ("PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol)")
18804 Cc: Dmitry Kozlov <xeb@mail.ru>
18805 Cc: Sasha Levin <sasha.levin@oracle.com>
18806 Cc: Dmitry Vyukov <dvyukov@google.com>
18807 Reported-by: Dmitry Vyukov <dvyukov@google.com>
18808 Cc: Dave Jones <davej@codemonkey.org.uk>
18809 Reported-by: Dave Jones <davej@codemonkey.org.uk>
18810 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
18811 Signed-off-by: David S. Miller <davem@davemloft.net>
18812
18813 drivers/net/ppp/pptp.c | 34 ++++++++++++++++++++++++----------
18814 1 files changed, 24 insertions(+), 10 deletions(-)
18815
18816 commit e2b7b8c66851c85188fa6dab2d2b2a6c85bc7332
18817 Author: Brad Spengler <spender@grsecurity.net>
18818 Date: Tue Jan 26 18:17:10 2016 -0500
18819
18820 Add info about cpupower/powertop to GRKERNSEC_KMEM, was present on our
18821 wiki but was removed from the config help at some point
18822
18823 grsecurity/Kconfig | 3 +++
18824 1 files changed, 3 insertions(+), 0 deletions(-)
18825
18826 commit ce2e88efa000fc32bfcd84098f57c8ed8310fefc
18827 Author: Thomas Egerer <hakke_007@gmx.de>
18828 Date: Mon Jan 25 12:58:44 2016 +0100
18829
18830 ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIV
18831
18832 The ESP algorithms using CBC mode require echainiv. Hence INET*_ESP have
18833 to select CRYPTO_ECHAINIV in order to work properly. This solves the
18834 issues caused by a misconfiguration as described in [1].
18835 The original approach, patching crypto/Kconfig was turned down by
18836 Herbert Xu [2].
18837
18838 [1] https://lists.strongswan.org/pipermail/users/2015-December/009074.html
18839 [2] http://marc.info/?l=linux-crypto-vger&m=145224655809562&w=2
18840
18841 Signed-off-by: Thomas Egerer <hakke_007@gmx.de>
18842 Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
18843 Signed-off-by: David S. Miller <davem@davemloft.net>
18844
18845 net/ipv4/Kconfig | 1 +
18846 net/ipv6/Kconfig | 1 +
18847 2 files changed, 2 insertions(+), 0 deletions(-)
18848
18849 commit fca5a303155ea67d28aece0caf2b03ffc3b2668d
18850 Merge: 904114c 6339c1f
18851 Author: Brad Spengler <spender@grsecurity.net>
18852 Date: Tue Jan 26 18:08:40 2016 -0500
18853
18854 Merge branch 'pax-test' into grsec-test
18855
18856 commit 6339c1f9a9beafd417bf9f04d4b257e62aeb45b7
18857 Author: Brad Spengler <spender@grsecurity.net>
18858 Date: Tue Jan 26 18:07:51 2016 -0500
18859
18860 Update to pax-linux-4.3.4-test25.patch:
18861 - 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>
18862 - fixed init_new_context on !MODIFY_LDT_SYSCALL configs, reported by tjh (https://forums.grsecurity.net/viewtopic.php?f=3&t=4368)
18863 - fixed a few REFCOUNT false positives in SNMP related statistics
18864
18865 arch/x86/Kconfig | 2 +-
18866 arch/x86/include/asm/mmu_context.h | 17 +++++++++++++++++
18867 include/net/snmp.h | 10 +++++-----
18868 kernel/fork.c | 11 +++++++++--
18869 net/ipv4/proc.c | 8 ++++----
18870 net/ipv6/addrconf.c | 4 ++--
18871 net/ipv6/proc.c | 10 +++++-----
18872 7 files changed, 43 insertions(+), 19 deletions(-)
18873
18874 commit 904114c2fce3fdff5d57e763da56a78960db4e19
18875 Author: Al Viro <viro@zeniv.linux.org.uk>
18876 Date: Fri Jan 22 18:08:52 2016 -0500
18877
18878 make sure that freeing shmem fast symlinks is RCU-delayed
18879
18880 Cc: stable@vger.kernel.org # v4.2+
18881 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
18882
18883 include/linux/shmem_fs.h | 5 +----
18884 mm/shmem.c | 9 ++++-----
18885 2 files changed, 5 insertions(+), 9 deletions(-)
18886
18887 commit ab86adee64312a2f827dd516cb199521327943ed
18888 Author: Sasha Levin <sasha.levin@oracle.com>
18889 Date: Mon Jan 18 19:23:51 2016 -0500
18890
18891 netfilter: nf_conntrack: use safer way to lock all buckets
18892
18893 When we need to lock all buckets in the connection hashtable we'd attempt to
18894 lock 1024 spinlocks, which is way more preemption levels than supported by
18895 the kernel. Furthermore, this behavior was hidden by checking if lockdep is
18896 enabled, and if it was - use only 8 buckets(!).
18897
18898 Fix this by using a global lock and synchronize all buckets on it when we
18899 need to lock them all. This is pretty heavyweight, but is only done when we
18900 need to resize the hashtable, and that doesn't happen often enough (or at all).
18901
18902 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
18903 Acked-by: Jesper Dangaard Brouer <brouer@redhat.com>
18904 Reviewed-by: Florian Westphal <fw@strlen.de>
18905 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
18906
18907 Conflicts:
18908
18909 net/netfilter/nfnetlink_cttimeout.c
18910
18911 include/net/netfilter/nf_conntrack_core.h | 8 ++----
18912 net/netfilter/nf_conntrack_core.c | 38 +++++++++++++++++++++-------
18913 net/netfilter/nf_conntrack_helper.c | 2 +-
18914 net/netfilter/nf_conntrack_netlink.c | 2 +-
18915 4 files changed, 33 insertions(+), 17 deletions(-)
18916
18917 commit 37014723527225481c720484bb788a1a6358072f
18918 Author: Willy Tarreau <w@1wt.eu>
18919 Date: Mon Jan 18 16:36:09 2016 +0100
18920
18921 pipe: limit the per-user amount of pages allocated in pipes
18922
18923 On no-so-small systems, it is possible for a single process to cause an
18924 OOM condition by filling large pipes with data that are never read. A
18925 typical process filling 4000 pipes with 1 MB of data will use 4 GB of
18926 memory. On small systems it may be tricky to set the pipe max size to
18927 prevent this from happening.
18928
18929 This patch makes it possible to enforce a per-user soft limit above
18930 which new pipes will be limited to a single page, effectively limiting
18931 them to 4 kB each, as well as a hard limit above which no new pipes may
18932 be created for this user. This has the effect of protecting the system
18933 against memory abuse without hurting other users, and still allowing
18934 pipes to work correctly though with less data at once.
18935
18936 The limit are controlled by two new sysctls : pipe-user-pages-soft, and
18937 pipe-user-pages-hard. Both may be disabled by setting them to zero. The
18938 default soft limit allows the default number of FDs per process (1024)
18939 to create pipes of the default size (64kB), thus reaching a limit of 64MB
18940 before starting to create only smaller pipes. With 256 processes limited
18941 to 1024 FDs each, this results in 1024*64kB + (256*1024 - 1024) * 4kB =
18942 1084 MB of memory allocated for a user. The hard limit is disabled by
18943 default to avoid breaking existing applications that make intensive use
18944 of pipes (eg: for splicing).
18945
18946 Reported-by: socketpair@gmail.com
18947 Reported-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
18948 Mitigates: CVE-2013-4312 (Linux 2.0+)
18949 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
18950 Signed-off-by: Willy Tarreau <w@1wt.eu>
18951 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
18952
18953 Documentation/sysctl/fs.txt | 23 +++++++++++++++++++++
18954 fs/pipe.c | 47 +++++++++++++++++++++++++++++++++++++++++-
18955 include/linux/pipe_fs_i.h | 4 +++
18956 include/linux/sched.h | 1 +
18957 kernel/sysctl.c | 14 ++++++++++++
18958 5 files changed, 87 insertions(+), 2 deletions(-)
18959
18960 commit 51645fa198d194f746651dcfbc5f24a4cf8b9fb8
18961 Merge: 540f2af 7791ecb
18962 Author: Brad Spengler <spender@grsecurity.net>
18963 Date: Sat Jan 23 10:57:11 2016 -0500
18964
18965 Merge branch 'pax-test' into grsec-test
18966
18967 commit 7791ecb84f840343a5646236fd0d34e1fb450793
18968 Merge: 470069c 399588c
18969 Author: Brad Spengler <spender@grsecurity.net>
18970 Date: Sat Jan 23 10:56:47 2016 -0500
18971
18972 Merge branch 'linux-4.3.y' into pax-test
18973
18974 commit 540f2affebd42cdc26a699208ab4f1cb0cb75e33
18975 Author: Brad Spengler <spender@grsecurity.net>
18976 Date: Tue Jan 19 21:18:47 2016 -0500
18977
18978 Update size_overflow hash table
18979
18980 .../size_overflow_plugin/size_overflow_hash.data | 4 +++-
18981 1 files changed, 3 insertions(+), 1 deletions(-)
18982
18983 commit 7e649765626a28437f573f0fbe7a51a04615f041
18984 Author: Brad Spengler <spender@grsecurity.net>
18985 Date: Tue Jan 19 20:29:46 2016 -0500
18986
18987 Backport fix from: https://lkml.org/lkml/2015/12/13/187
18988
18989 fs/ext4/extents.c | 2 +-
18990 1 files changed, 1 insertions(+), 1 deletions(-)
18991
18992 commit 53b859cd0a5f5b6ad54fe0c879dfedaa3c5a3005
18993 Author: Jann Horn <jann@thejh.net>
18994 Date: Tue Jan 5 18:27:30 2016 +0100
18995
18996 compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)
18997
18998 This replaces all code in fs/compat_ioctl.c that translated
18999 ioctl arguments into a in-kernel structure, then performed
19000 do_ioctl under set_fs(KERNEL_DS), with code that allocates
19001 data on the user stack and can call the VFS ioctl handler
19002 under USER_DS.
19003
19004 This is done as a hardening measure because the caller
19005 does not know what kind of ioctl handler will be invoked,
19006 only that no corresponding compat_ioctl handler exists and
19007 what the ioctl command number is. The accidental
19008 invocation of an unlocked_ioctl handler that unexpectedly
19009 calls copy_to_user could be a severe security issue.
19010
19011 Signed-off-by: Jann Horn <jann@thejh.net>
19012 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
19013
19014 Conflicts:
19015
19016 fs/compat_ioctl.c
19017
19018 fs/compat_ioctl.c | 130 ++++++++++++++++++++++++++++-------------------------
19019 1 files changed, 68 insertions(+), 62 deletions(-)
19020
19021 commit 3e89e770ae27e931cd1583f021abac41eeebc3e7
19022 Author: Al Viro <viro@zeniv.linux.org.uk>
19023 Date: Thu Jan 7 09:53:30 2016 -0500
19024
19025 compat_ioctl: don't pass fd around when not needed
19026
19027 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
19028
19029 fs/compat_ioctl.c | 103 ++++++++++++++++++++++++++--------------------------
19030 fs/internal.h | 7 ++++
19031 fs/ioctl.c | 4 +-
19032 include/linux/fs.h | 2 -
19033 4 files changed, 61 insertions(+), 55 deletions(-)
19034
19035 commit 9d4e04082752d4d2d68445c4e6faf33a2613df55
19036 Author: Jann Horn <jann@thejh.net>
19037 Date: Tue Jan 5 18:27:29 2016 +0100
19038
19039 compat_ioctl: don't look up the fd twice
19040
19041 In code in fs/compat_ioctl.c that translates ioctl arguments
19042 into a in-kernel structure, then performs sys_ioctl, possibly
19043 under set_fs(KERNEL_DS), this commit changes the sys_ioctl
19044 calls to do_ioctl calls. do_ioctl is a new function that does
19045 the same thing as sys_ioctl, but doesn't look up the fd again.
19046
19047 This change is made to avoid (potential) security issues
19048 because of ioctl handlers that accept one of the ioctl
19049 commands I2C_FUNCS, VIDEO_GET_EVENT, MTIOCPOS, MTIOCGET,
19050 TIOCGSERIAL, TIOCSSERIAL, RTC_IRQP_READ, RTC_EPOCH_READ.
19051 This can happen for multiple reasons:
19052
19053 - The ioctl command number could be reused.
19054 - The ioctl handler might not check the full ioctl
19055 command. This is e.g. true for drm_ioctl.
19056 - The ioctl handler is very special, e.g. cuse_file_ioctl
19057
19058 The real issue is that set_fs(KERNEL_DS) is used here,
19059 but that's fixed in a separate commit
19060 "compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)".
19061
19062 This change mitigates potential security issues by
19063 preventing a race that permits invocation of
19064 unlocked_ioctl handlers under KERNEL_DS through compat
19065 code even if a corresponding compat_ioctl handler exists.
19066
19067 So far, no way has been identified to use this to damage
19068 kernel memory without having CAP_SYS_ADMIN in the init ns
19069 (with the capability, doing reads/writes at arbitrary
19070 kernel addresses should be easy through CUSE's ioctl
19071 handler with FUSE_IOCTL_UNRESTRICTED set).
19072
19073 [AV: two missed sys_ioctl() taken care of]
19074
19075 Signed-off-by: Jann Horn <jann@thejh.net>
19076 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
19077
19078 fs/compat_ioctl.c | 122 +++++++++++++++++++++++++++++-----------------------
19079 1 files changed, 68 insertions(+), 54 deletions(-)
19080
19081 commit 5bf9e1ed4ebb278cd956ba142914fc04a024309c
19082 Author: Vasily Kulikov <segoon@openwall.com>
19083 Date: Fri Jan 15 16:57:55 2016 -0800
19084
19085 include/linux/poison.h: use POISON_POINTER_DELTA for poison pointers
19086
19087 TIMER_ENTRY_STATIC is defined as a poison pointers which
19088 should point to nowhere. Redefine them using POISON_POINTER_DELTA
19089 arithmetics to make sure they really point to non-mappable area declared
19090 by the target architecture.
19091
19092 Signed-off-by: Vasily Kulikov <segoon@openwall.com>
19093 Acked-by: Thomas Gleixner <tglx@linutronix.de>
19094 Cc: Solar Designer <solar@openwall.com>
19095 Cc: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>
19096 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
19097 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
19098
19099 Conflicts:
19100
19101 include/linux/poison.h
19102
19103 include/linux/poison.h | 2 +-
19104 1 files changed, 1 insertions(+), 1 deletions(-)
19105
19106 commit 60f2e0a05ab8f56c804a9334a23e2b446305d110
19107 Author: Brad Spengler <spender@grsecurity.net>
19108 Date: Tue Jan 19 19:41:44 2016 -0500
19109
19110 Fix ARM compilation, reported by Austin Sepp
19111
19112 grsecurity/grsec_sig.c | 1 +
19113 1 files changed, 1 insertions(+), 0 deletions(-)
19114
19115 commit e15383743443dc43460a2fd73e0db0b608610dca
19116 Author: Takashi Iwai <tiwai@suse.de>
19117 Date: Mon Jan 18 13:52:47 2016 +0100
19118
19119 ALSA: hrtimer: Fix stall by hrtimer_cancel()
19120
19121 hrtimer_cancel() waits for the completion from the callback, thus it
19122 must not be called inside the callback itself. This was already a
19123 problem in the past with ALSA hrtimer driver, and the early commit
19124 [fcfdebe70759: ALSA: hrtimer - Fix lock-up] tried to address it.
19125
19126 However, the previous fix is still insufficient: it may still cause a
19127 lockup when the ALSA timer instance reprograms itself in its callback.
19128 Then it invokes the start function even in snd_timer_interrupt() that
19129 is called in hrtimer callback itself, results in a CPU stall. This is
19130 no hypothetical problem but actually triggered by syzkaller fuzzer.
19131
19132 This patch tries to fix the issue again. Now we call
19133 hrtimer_try_to_cancel() at both start and stop functions so that it
19134 won't fall into a deadlock, yet giving some chance to cancel the queue
19135 if the functions have been called outside the callback. The proper
19136 hrtimer_cancel() is called in anyway at closing, so this should be
19137 enough.
19138
19139 Reported-and-tested-by: Dmitry Vyukov <dvyukov@google.com>
19140 Cc: <stable@vger.kernel.org>
19141 Signed-off-by: Takashi Iwai <tiwai@suse.de>
19142
19143 sound/core/hrtimer.c | 3 ++-
19144 1 files changed, 2 insertions(+), 1 deletions(-)
19145
19146 commit 12d874daf706e6e7c1ae709141859c809599297e
19147 Author: Takashi Iwai <tiwai@suse.de>
19148 Date: Tue Jan 12 12:38:02 2016 +0100
19149
19150 ALSA: seq: Fix missing NULL check at remove_events ioctl
19151
19152 snd_seq_ioctl_remove_events() calls snd_seq_fifo_clear()
19153 unconditionally even if there is no FIFO assigned, and this leads to
19154 an Oops due to NULL dereference. The fix is just to add a proper NULL
19155 check.
19156
19157 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19158 Tested-by: Dmitry Vyukov <dvyukov@google.com>
19159 Cc: <stable@vger.kernel.org>
19160 Signed-off-by: Takashi Iwai <tiwai@suse.de>
19161
19162 sound/core/seq/seq_clientmgr.c | 2 +-
19163 1 files changed, 1 insertions(+), 1 deletions(-)
19164
19165 commit 2eb0632df1351378946507e7ef7ba0682632a7b5
19166 Author: Takashi Iwai <tiwai@suse.de>
19167 Date: Tue Jan 12 15:36:27 2016 +0100
19168
19169 ALSA: seq: Fix race at timer setup and close
19170
19171 ALSA sequencer code has an open race between the timer setup ioctl and
19172 the close of the client. This was triggered by syzkaller fuzzer, and
19173 a use-after-free was caught there as a result.
19174
19175 This patch papers over it by adding a proper queue->timer_mutex lock
19176 around the timer-related calls in the relevant code path.
19177
19178 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19179 Tested-by: Dmitry Vyukov <dvyukov@google.com>
19180 Cc: <stable@vger.kernel.org>
19181 Signed-off-by: Takashi Iwai <tiwai@suse.de>
19182
19183 sound/core/seq/seq_queue.c | 2 ++
19184 1 files changed, 2 insertions(+), 0 deletions(-)
19185
19186 commit b9e55ab955e59b4a636d78a748be90334a48b485
19187 Author: Takashi Iwai <tiwai@suse.de>
19188 Date: Thu Jan 14 16:30:58 2016 +0100
19189
19190 ALSA: timer: Harden slave timer list handling
19191
19192 A slave timer instance might be still accessible in a racy way while
19193 operating the master instance as it lacks of locking. Since the
19194 master operation is mostly protected with timer->lock, we should cope
19195 with it while changing the slave instance, too. Also, some linked
19196 lists (active_list and ack_list) of slave instances aren't unlinked
19197 immediately at stopping or closing, and this may lead to unexpected
19198 accesses.
19199
19200 This patch tries to address these issues. It adds spin lock of
19201 timer->lock (either from master or slave, which is equivalent) in a
19202 few places. For avoiding a deadlock, we ensure that the global
19203 slave_active_lock is always locked at first before each timer lock.
19204
19205 Also, ack and active_list of slave instances are properly unlinked at
19206 snd_timer_stop() and snd_timer_close().
19207
19208 Last but not least, remove the superfluous call of _snd_timer_stop()
19209 at removing slave links. This is a noop, and calling it may confuse
19210 readers wrt locking. Further cleanup will follow in a later patch.
19211
19212 Actually we've got reports of use-after-free by syzkaller fuzzer, and
19213 this hopefully fixes these issues.
19214
19215 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19216 Cc: <stable@vger.kernel.org>
19217 Signed-off-by: Takashi Iwai <tiwai@suse.de>
19218
19219 sound/core/timer.c | 18 ++++++++++++++----
19220 1 files changed, 14 insertions(+), 4 deletions(-)
19221
19222 commit f1ce0547bdfda1b42ae8a66c222f2a897cbe1586
19223 Author: Takashi Iwai <tiwai@suse.de>
19224 Date: Wed Jan 13 17:48:01 2016 +0100
19225
19226 ALSA: timer: Fix race among timer ioctls
19227
19228 ALSA timer ioctls have an open race and this may lead to a
19229 use-after-free of timer instance object. A simplistic fix is to make
19230 each ioctl exclusive. We have already tread_sem for controlling the
19231 tread, and extend this as a global mutex to be applied to each ioctl.
19232
19233 The downside is, of course, the worse concurrency. But these ioctls
19234 aren't to be parallel accessible, in anyway, so it should be fine to
19235 serialize there.
19236
19237 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19238 Tested-by: Dmitry Vyukov <dvyukov@google.com>
19239 Cc: <stable@vger.kernel.org>
19240 Signed-off-by: Takashi Iwai <tiwai@suse.de>
19241
19242 sound/core/timer.c | 32 +++++++++++++++++++-------------
19243 1 files changed, 19 insertions(+), 13 deletions(-)
19244
19245 commit 8347d8461ed48a98f9c76cc3cfcdad8217d314bc
19246 Author: Takashi Iwai <tiwai@suse.de>
19247 Date: Wed Jan 13 21:35:06 2016 +0100
19248
19249 ALSA: timer: Fix double unlink of active_list
19250
19251 ALSA timer instance object has a couple of linked lists and they are
19252 unlinked unconditionally at snd_timer_stop(). Meanwhile
19253 snd_timer_interrupt() unlinks it, but it calls list_del() which leaves
19254 the element list itself unchanged. This ends up with unlinking twice,
19255 and it was caught by syzkaller fuzzer.
19256
19257 The fix is to use list_del_init() variant properly there, too.
19258
19259 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19260 Tested-by: Dmitry Vyukov <dvyukov@google.com>
19261 Cc: <stable@vger.kernel.org>
19262 Signed-off-by: Takashi Iwai <tiwai@suse.de>
19263
19264 sound/core/timer.c | 2 +-
19265 1 files changed, 1 insertions(+), 1 deletions(-)
19266
19267 commit 243aebb7ae71d6e11ea9880faa893d1d0d60cd75
19268 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
19269 Date: Mon Jan 18 18:03:48 2016 +0100
19270
19271 ovs: limit ovs recursions in ovs_execute_actions to not corrupt stack
19272
19273 It was seen that defective configurations of openvswitch could overwrite
19274 the STACK_END_MAGIC and cause a hard crash of the kernel because of too
19275 many recursions within ovs.
19276
19277 This problem arises due to the high stack usage of openvswitch. The rest
19278 of the kernel is fine with the current limit of 10 (RECURSION_LIMIT).
19279
19280 We use the already existing recursion counter in ovs_execute_actions to
19281 implement an upper bound of 5 recursions.
19282
19283 Cc: Pravin Shelar <pshelar@ovn.org>
19284 Cc: Simon Horman <simon.horman@netronome.com>
19285 Cc: Eric Dumazet <eric.dumazet@gmail.com>
19286 Cc: Simon Horman <simon.horman@netronome.com>
19287 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
19288 Signed-off-by: David S. Miller <davem@davemloft.net>
19289
19290 net/openvswitch/actions.c | 19 ++++++++++++++-----
19291 1 files changed, 14 insertions(+), 5 deletions(-)
19292
19293 commit 8080793479c6d5befe37a67b1dbd9e4e0a61af96
19294 Author: Ursula Braun <ursula.braun@de.ibm.com>
19295 Date: Tue Jan 19 10:41:33 2016 +0100
19296
19297 af_iucv: Validate socket address length in iucv_sock_bind()
19298
19299 Signed-off-by: Ursula Braun <ursula.braun@de.ibm.com>
19300 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19301 Reviewed-by: Evgeny Cherkashin <Eugene.Crosser@ru.ibm.com>
19302 Signed-off-by: David S. Miller <davem@davemloft.net>
19303
19304 net/iucv/af_iucv.c | 3 +++
19305 1 files changed, 3 insertions(+), 0 deletions(-)
19306
19307 commit 50a383c1c91ed7409c3cbdd41e662d6891463d1b
19308 Author: Brad Spengler <spender@grsecurity.net>
19309 Date: Tue Jan 19 19:32:54 2016 -0500
19310
19311 Apply the same fix as everyone else for the recent keys vulnerability that is
19312 unexploitable under PAX_REFCOUNT
19313
19314 Make a couple more changes that no one else can/will
19315
19316 include/linux/key-type.h | 4 ++--
19317 ipc/msgutil.c | 4 ++--
19318 security/keys/internal.h | 2 +-
19319 security/keys/process_keys.c | 1 +
19320 4 files changed, 6 insertions(+), 5 deletions(-)
19321
19322 commit b56c3a63f431c193400aee17543021950bd14bc4
19323 Merge: 38b1a3d 470069c
19324 Author: Brad Spengler <spender@grsecurity.net>
19325 Date: Sun Jan 17 18:30:19 2016 -0500
19326
19327 Merge branch 'pax-test' into grsec-test
19328
19329 commit 470069cfedef2180313233d275be5901bd6d1135
19330 Author: Brad Spengler <spender@grsecurity.net>
19331 Date: Sun Jan 17 18:29:59 2016 -0500
19332
19333 Update to pax-linux-4.3.3-test22.patch:
19334 - Emesed fixed a gcc induced intentional integer overflow in asix_rx_fixup_internal, reported by thomas callison caffrey
19335 - fixed some more fallout from the drm_drivers constification, reported by Colin Childs and Toralf Foerster
19336
19337 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 14 ++++----------
19338 drivers/gpu/drm/drm_pci.c | 3 +++
19339 drivers/gpu/drm/gma500/psb_drv.c | 4 ----
19340 drivers/gpu/drm/i915/i915_drv.c | 16 ++++++++--------
19341 drivers/gpu/drm/nouveau/nouveau_drm.c | 6 +++---
19342 drivers/gpu/drm/radeon/radeon_drv.c | 4 +---
19343 drivers/net/usb/asix_common.c | 3 ++-
19344 include/drm/drmP.h | 1 +
19345 8 files changed, 22 insertions(+), 29 deletions(-)
19346
19347 commit 38b1a3d676f407865c3d41840df8213c5ad639c1
19348 Author: Brad Spengler <spender@grsecurity.net>
19349 Date: Sun Jan 17 12:33:53 2016 -0500
19350
19351 As reported by Luis Ressel, the Kconfig help for GRKERNSEC_BRUTE
19352 mentioned banning execution of suid/sgid binaries, though the kernel
19353 source clearly only mentions banning execution of suid binaries. Since
19354 there's no reason for us to not ban execution of sgid binaries as well,
19355 make the implementation match the Kconfig description.
19356
19357 fs/exec.c | 4 ++--
19358 grsecurity/grsec_sig.c | 27 ++++++++++++++-------------
19359 include/linux/sched.h | 4 ++--
19360 3 files changed, 18 insertions(+), 17 deletions(-)
19361
19362 commit 8c3bcb7dbf7f606acfa0983e81f0f928da1f1ace
19363 Merge: d141a86 ea4a835
19364 Author: Brad Spengler <spender@grsecurity.net>
19365 Date: Sat Jan 16 14:12:22 2016 -0500
19366
19367 Merge branch 'pax-test' into grsec-test
19368
19369 Conflicts:
19370 drivers/gpu/drm/i810/i810_drv.c
19371
19372 commit ea4a835328ada6513ac013986764d6caea8cd348
19373 Author: Brad Spengler <spender@grsecurity.net>
19374 Date: Sat Jan 16 14:11:30 2016 -0500
19375
19376 Update to pax-linux-4.3.3-test21.patch:
19377 - fixed some fallout from the drm_drivers constification, reported by spender
19378
19379 drivers/gpu/drm/armada/armada_drv.c | 3 +--
19380 drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 -
19381 drivers/gpu/drm/i810/i810_dma.c | 2 +-
19382 drivers/gpu/drm/i810/i810_drv.c | 6 +++++-
19383 drivers/gpu/drm/i810/i810_drv.h | 2 +-
19384 5 files changed, 8 insertions(+), 6 deletions(-)
19385
19386 commit d141a86fd66194bc3f896b6809b189e2f12a9a83
19387 Author: Brad Spengler <spender@grsecurity.net>
19388 Date: Sat Jan 16 13:16:36 2016 -0500
19389
19390 compile fix
19391
19392 drivers/gpu/drm/i810/i810_dma.c | 2 +-
19393 drivers/gpu/drm/i810/i810_drv.c | 4 +++-
19394 drivers/gpu/drm/i810/i810_drv.h | 2 +-
19395 3 files changed, 5 insertions(+), 3 deletions(-)
19396
19397 commit 0d9dc4b25ea32c14561bcfe6b5b24f1b00fe0270
19398 Merge: 5fa135d bbda879
19399 Author: Brad Spengler <spender@grsecurity.net>
19400 Date: Sat Jan 16 12:59:22 2016 -0500
19401
19402 Merge branch 'pax-test' into grsec-test
19403
19404 commit bbda87914edf63e27fb46670bf3a373f2b963c73
19405 Author: Brad Spengler <spender@grsecurity.net>
19406 Date: Sat Jan 16 12:58:04 2016 -0500
19407
19408 Update to pax-linux-4.3.3-test20.patch:
19409 - constified drm_driver
19410 - Emese fixed a special case in handling __func__ in the initify plugin
19411 - Emese fixed a false positive size overflow report in handling inbufBits, reported by Martin Filo (https://bugs.gentoo.org/show_bug.cgi?id=567048)
19412 - fixed regression that caused perf to not resolve kernel code addresses under KERNEXEC/i386, reported by minipli
19413
19414 arch/x86/kernel/cpu/perf_event.h | 2 +-
19415 arch/x86/kernel/cpu/perf_event_intel_ds.c | 7 +-
19416 arch/x86/kernel/cpu/perf_event_intel_lbr.c | 4 +-
19417 arch/x86/kernel/uprobes.c | 2 +-
19418 arch/x86/mm/mpx.c | 2 +-
19419 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
19420 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 8 ++-
19421 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +-
19422 drivers/gpu/drm/drm_pci.c | 6 +-
19423 drivers/gpu/drm/gma500/psb_drv.c | 5 +-
19424 drivers/gpu/drm/i915/i915_dma.c | 2 +-
19425 drivers/gpu/drm/i915/i915_drv.c | 15 ++--
19426 drivers/gpu/drm/i915/i915_drv.h | 2 +-
19427 drivers/gpu/drm/i915/i915_irq.c | 88 ++++++++++----------
19428 drivers/gpu/drm/mga/mga_drv.c | 5 +-
19429 drivers/gpu/drm/mga/mga_drv.h | 2 +-
19430 drivers/gpu/drm/mga/mga_state.c | 2 +-
19431 drivers/gpu/drm/nouveau/nouveau_drm.c | 13 ++--
19432 drivers/gpu/drm/qxl/qxl_drv.c | 8 ++-
19433 drivers/gpu/drm/qxl/qxl_ioctl.c | 2 +-
19434 drivers/gpu/drm/r128/r128_drv.c | 4 +-
19435 drivers/gpu/drm/r128/r128_drv.h | 2 +-
19436 drivers/gpu/drm/r128/r128_state.c | 2 +-
19437 drivers/gpu/drm/radeon/radeon_drv.c | 17 +++-
19438 drivers/gpu/drm/radeon/radeon_drv.h | 2 +-
19439 drivers/gpu/drm/radeon/radeon_kms.c | 2 +-
19440 drivers/gpu/drm/radeon/radeon_state.c | 2 +-
19441 drivers/gpu/drm/savage/savage_bci.c | 2 +-
19442 drivers/gpu/drm/savage/savage_drv.c | 5 +-
19443 drivers/gpu/drm/savage/savage_drv.h | 2 +-
19444 drivers/gpu/drm/sis/sis_drv.c | 5 +-
19445 drivers/gpu/drm/sis/sis_drv.h | 2 +-
19446 drivers/gpu/drm/sis/sis_mm.c | 2 +-
19447 drivers/gpu/drm/via/via_dma.c | 2 +-
19448 drivers/gpu/drm/via/via_drv.c | 5 +-
19449 drivers/gpu/drm/via/via_drv.h | 2 +-
19450 include/drm/drmP.h | 2 +-
19451 mm/slab.c | 2 +-
19452 net/sunrpc/xprtrdma/svc_rdma.c | 6 +-
19453 tools/gcc/initify_plugin.c | 15 +++-
19454 .../disable_size_overflow_hash.data | 1 +
19455 .../size_overflow_plugin/size_overflow_hash.data | 3 +-
19456 42 files changed, 156 insertions(+), 110 deletions(-)
19457
19458 commit 5fa135dc116350e0205c39ef65eaf6496ed2748a
19459 Author: Brad Spengler <spender@grsecurity.net>
19460 Date: Sat Jan 16 12:19:23 2016 -0500
19461
19462 compile fix
19463
19464 grsecurity/grsec_sig.c | 3 +--
19465 1 files changed, 1 insertions(+), 2 deletions(-)
19466
19467 commit a9090fa58f33f75c7450fda5721a9b13625a47d9
19468 Author: Brad Spengler <spender@grsecurity.net>
19469 Date: Sat Jan 16 12:10:37 2016 -0500
19470
19471 As pointed out by Jann Horn, some distros are starting to circumvent
19472 previous assumptions about the attainability of a user to control
19473 multiple UIDs by handing out suid binaries that allow a user to run
19474 processes (including exploits) under a number of other pre-defined
19475 UIDs. As this could potentially be used to bypass GRKERNSEC_BRUTE
19476 (though it would have to involve some code path that doesn't involve
19477 locks) fix that here by ensuring no more than 8 users on a system can
19478 be banned before a reboot is required. If more are banned, a panic
19479 is triggered.
19480
19481 grsecurity/grsec_sig.c | 8 ++++++++
19482 1 files changed, 8 insertions(+), 0 deletions(-)
19483
19484 commit a8d37776e9521c567ebff6730d49312f72435f08
19485 Author: Eric Dumazet <edumazet@google.com>
19486 Date: Thu Dec 3 11:12:07 2015 -0800
19487
19488 proc: add a reschedule point in proc_readfd_common()
19489
19490 User can pass an arbitrary large buffer to getdents().
19491
19492 It is typically a 32KB buffer used by libc scandir() implementation.
19493
19494 When scanning /proc/{pid}/fd, we can hold cpu way too long,
19495 so add a cond_resched() to be kind with other tasks.
19496
19497 We've seen latencies of more than 50ms on real workloads.
19498
19499 Signed-off-by: Eric Dumazet <edumazet@google.com>
19500 Cc: Alexander Viro <viro@zeniv.linux.org.uk>
19501 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
19502
19503 fs/proc/fd.c | 1 +
19504 1 files changed, 1 insertions(+), 0 deletions(-)
19505
19506 commit 0adba75f8708f13b1f5d98ebe3fc2fb961e100c8
19507 Author: Rabin Vincent <rabin@rab.in>
19508 Date: Tue Jan 12 20:17:08 2016 +0100
19509
19510 net: bpf: reject invalid shifts
19511
19512 On ARM64, a BUG() is triggered in the eBPF JIT if a filter with a
19513 constant shift that can't be encoded in the immediate field of the
19514 UBFM/SBFM instructions is passed to the JIT. Since these shifts
19515 amounts, which are negative or >= regsize, are invalid, reject them in
19516 the eBPF verifier and the classic BPF filter checker, for all
19517 architectures.
19518
19519 Signed-off-by: Rabin Vincent <rabin@rab.in>
19520 Acked-by: Alexei Starovoitov <ast@kernel.org>
19521 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
19522 Signed-off-by: David S. Miller <davem@davemloft.net>
19523
19524 kernel/bpf/verifier.c | 10 ++++++++++
19525 net/core/filter.c | 5 +++++
19526 2 files changed, 15 insertions(+), 0 deletions(-)
19527
19528 commit c248e115a73496625a1c64660d0eeefd67e55cbf
19529 Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
19530 Date: Fri Jan 8 11:00:54 2016 -0200
19531
19532 sctp: fix use-after-free in pr_debug statement
19533
19534 Dmitry Vyukov reported a use-after-free in the code expanded by the
19535 macro debug_post_sfx, which is caused by the use of the asoc pointer
19536 after it was freed within sctp_side_effect() scope.
19537
19538 This patch fixes it by allowing sctp_side_effect to clear that asoc
19539 pointer when the TCB is freed.
19540
19541 As Vlad explained, we also have to cover the SCTP_DISPOSITION_ABORT case
19542 because it will trigger DELETE_TCB too on that same loop.
19543
19544 Also, there were places issuing SCTP_CMD_INIT_FAILED and ASSOC_FAILED
19545 but returning SCTP_DISPOSITION_CONSUME, which would fool the scheme
19546 above. Fix it by returning SCTP_DISPOSITION_ABORT instead.
19547
19548 The macro is already prepared to handle such NULL pointer.
19549
19550 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19551 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
19552 Acked-by: Vlad Yasevich <vyasevich@gmail.com>
19553 Signed-off-by: David S. Miller <davem@davemloft.net>
19554
19555 net/sctp/sm_sideeffect.c | 11 ++++++-----
19556 net/sctp/sm_statefuns.c | 17 ++++-------------
19557 2 files changed, 10 insertions(+), 18 deletions(-)
19558
19559 commit 395ea8a9e73e184fc14153a033000bccf4213213
19560 Author: willy tarreau <w@1wt.eu>
19561 Date: Sun Jan 10 07:54:56 2016 +0100
19562
19563 unix: properly account for FDs passed over unix sockets
19564
19565 It is possible for a process to allocate and accumulate far more FDs than
19566 the process' limit by sending them over a unix socket then closing them
19567 to keep the process' fd count low.
19568
19569 This change addresses this problem by keeping track of the number of FDs
19570 in flight per user and preventing non-privileged processes from having
19571 more FDs in flight than their configured FD limit.
19572
19573 Reported-by: socketpair@gmail.com
19574 Reported-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
19575 Mitigates: CVE-2013-4312 (Linux 2.0+)
19576 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
19577 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
19578 Signed-off-by: Willy Tarreau <w@1wt.eu>
19579 Signed-off-by: David S. Miller <davem@davemloft.net>
19580
19581 include/linux/sched.h | 1 +
19582 net/unix/af_unix.c | 24 ++++++++++++++++++++----
19583 net/unix/garbage.c | 13 ++++++++-----
19584 3 files changed, 29 insertions(+), 9 deletions(-)
19585
19586 commit cb207ab8fbd71dcfc4a49d533aba8085012543fd
19587 Author: Sasha Levin <sasha.levin@oracle.com>
19588 Date: Thu Jan 7 14:52:43 2016 -0500
19589
19590 net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memory
19591
19592 proc_dostring() needs an initialized destination string, while the one
19593 provided in proc_sctp_do_hmac_alg() contains stack garbage.
19594
19595 Thus, writing to cookie_hmac_alg would strlen() that garbage and end up
19596 accessing invalid memory.
19597
19598 Fixes: 3c68198e7 ("sctp: Make hmac algorithm selection for cookie generation dynamic")
19599 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
19600 Signed-off-by: David S. Miller <davem@davemloft.net>
19601
19602 net/sctp/sysctl.c | 2 +-
19603 1 files changed, 1 insertions(+), 1 deletions(-)
19604
19605 commit 4014e09faf0fe9054119624ccfff1236e886b554
19606 Author: Quentin Casasnovas <quentin.casasnovas@oracle.com>
19607 Date: Tue Nov 24 17:13:21 2015 -0500
19608
19609 RDS: fix race condition when sending a message on unbound socket
19610
19611 commit 8c7188b23474cca017b3ef354c4a58456f68303a upstream.
19612
19613 Sasha's found a NULL pointer dereference in the RDS connection code when
19614 sending a message to an apparently unbound socket. The problem is caused
19615 by the code checking if the socket is bound in rds_sendmsg(), which checks
19616 the rs_bound_addr field without taking a lock on the socket. This opens a
19617 race where rs_bound_addr is temporarily set but where the transport is not
19618 in rds_bind(), leading to a NULL pointer dereference when trying to
19619 dereference 'trans' in __rds_conn_create().
19620
19621 Vegard wrote a reproducer for this issue, so kindly ask him to share if
19622 you're interested.
19623
19624 I cannot reproduce the NULL pointer dereference using Vegard's reproducer
19625 with this patch, whereas I could without.
19626
19627 Complete earlier incomplete fix to CVE-2015-6937:
19628
19629 74e98eb08588 ("RDS: verify the underlying transport exists before creating a connection")
19630
19631 Cc: David S. Miller <davem@davemloft.net>
19632
19633 Reviewed-by: Vegard Nossum <vegard.nossum@oracle.com>
19634 Reviewed-by: Sasha Levin <sasha.levin@oracle.com>
19635 Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
19636 Signed-off-by: Quentin Casasnovas <quentin.casasnovas@oracle.com>
19637 Signed-off-by: David S. Miller <davem@davemloft.net>
19638 Signed-off-by: Jiri Slaby <jslaby@suse.cz>
19639
19640 Conflicts:
19641
19642 net/rds/send.c
19643
19644 net/rds/connection.c | 6 ------
19645 1 files changed, 0 insertions(+), 6 deletions(-)
19646
19647 commit 206df8d01104344d7588d801016a281a4cd25556
19648 Author: Sasha Levin <sasha.levin@oracle.com>
19649 Date: Tue Sep 8 10:53:40 2015 -0400
19650
19651 RDS: verify the underlying transport exists before creating a connection
19652
19653 There was no verification that an underlying transport exists when creating
19654 a connection, this would cause dereferencing a NULL ptr.
19655
19656 It might happen on sockets that weren't properly bound before attempting to
19657 send a message, which will cause a NULL ptr deref:
19658
19659 [135546.047719] kasan: GPF could be caused by NULL-ptr deref or user memory accessgeneral protection fault: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC KASAN
19660 [135546.051270] Modules linked in:
19661 [135546.051781] CPU: 4 PID: 15650 Comm: trinity-c4 Not tainted 4.2.0-next-20150902-sasha-00041-gbaa1222-dirty #2527
19662 [135546.053217] task: ffff8800835bc000 ti: ffff8800bc708000 task.ti: ffff8800bc708000
19663 [135546.054291] RIP: __rds_conn_create (net/rds/connection.c:194)
19664 [135546.055666] RSP: 0018:ffff8800bc70fab0 EFLAGS: 00010202
19665 [135546.056457] RAX: dffffc0000000000 RBX: 0000000000000f2c RCX: ffff8800835bc000
19666 [135546.057494] RDX: 0000000000000007 RSI: ffff8800835bccd8 RDI: 0000000000000038
19667 [135546.058530] RBP: ffff8800bc70fb18 R08: 0000000000000001 R09: 0000000000000000
19668 [135546.059556] R10: ffffed014d7a3a23 R11: ffffed014d7a3a21 R12: 0000000000000000
19669 [135546.060614] R13: 0000000000000001 R14: ffff8801ec3d0000 R15: 0000000000000000
19670 [135546.061668] FS: 00007faad4ffb700(0000) GS:ffff880252000000(0000) knlGS:0000000000000000
19671 [135546.062836] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
19672 [135546.063682] CR2: 000000000000846a CR3: 000000009d137000 CR4: 00000000000006a0
19673 [135546.064723] Stack:
19674 [135546.065048] ffffffffafe2055c ffffffffafe23fc1 ffffed00493097bf ffff8801ec3d0008
19675 [135546.066247] 0000000000000000 00000000000000d0 0000000000000000 ac194a24c0586342
19676 [135546.067438] 1ffff100178e1f78 ffff880320581b00 ffff8800bc70fdd0 ffff880320581b00
19677 [135546.068629] Call Trace:
19678 [135546.069028] ? __rds_conn_create (include/linux/rcupdate.h:856 net/rds/connection.c:134)
19679 [135546.069989] ? rds_message_copy_from_user (net/rds/message.c:298)
19680 [135546.071021] rds_conn_create_outgoing (net/rds/connection.c:278)
19681 [135546.071981] rds_sendmsg (net/rds/send.c:1058)
19682 [135546.072858] ? perf_trace_lock (include/trace/events/lock.h:38)
19683 [135546.073744] ? lockdep_init (kernel/locking/lockdep.c:3298)
19684 [135546.074577] ? rds_send_drop_to (net/rds/send.c:976)
19685 [135546.075508] ? __might_fault (./arch/x86/include/asm/current.h:14 mm/memory.c:3795)
19686 [135546.076349] ? __might_fault (mm/memory.c:3795)
19687 [135546.077179] ? rds_send_drop_to (net/rds/send.c:976)
19688 [135546.078114] sock_sendmsg (net/socket.c:611 net/socket.c:620)
19689 [135546.078856] SYSC_sendto (net/socket.c:1657)
19690 [135546.079596] ? SYSC_connect (net/socket.c:1628)
19691 [135546.080510] ? trace_dump_stack (kernel/trace/trace.c:1926)
19692 [135546.081397] ? ring_buffer_unlock_commit (kernel/trace/ring_buffer.c:2479 kernel/trace/ring_buffer.c:2558 kernel/trace/ring_buffer.c:2674)
19693 [135546.082390] ? trace_buffer_unlock_commit (kernel/trace/trace.c:1749)
19694 [135546.083410] ? trace_event_raw_event_sys_enter (include/trace/events/syscalls.h:16)
19695 [135546.084481] ? do_audit_syscall_entry (include/trace/events/syscalls.h:16)
19696 [135546.085438] ? trace_buffer_unlock_commit (kernel/trace/trace.c:1749)
19697 [135546.085515] rds_ib_laddr_check(): addr 36.74.25.172 ret -99 node type -1
19698
19699 Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
19700 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
19701 Signed-off-by: David S. Miller <davem@davemloft.net>
19702
19703 net/rds/connection.c | 6 ++++++
19704 1 files changed, 6 insertions(+), 0 deletions(-)
19705
19706 commit 173fa03f05cf0ad485d49a42cbdee8844d3a689a
19707 Author: Steven Rostedt (Red Hat) <rostedt@goodmis.org>
19708 Date: Tue Jan 5 20:32:47 2016 -0500
19709
19710 ftrace/module: Call clean up function when module init fails early
19711
19712 If the module init code fails after calling ftrace_module_init() and before
19713 calling do_init_module(), we can suffer from a memory leak. This is because
19714 ftrace_module_init() allocates pages to store the locations that ftrace
19715 hooks are placed in the module text. If do_init_module() fails, it still
19716 calls the MODULE_GOING notifiers which will tell ftrace to do a clean up of
19717 the pages it allocated for the module. But if load_module() fails before
19718 then, the pages allocated by ftrace_module_init() will never be freed.
19719
19720 Call ftrace_release_mod() on the module if load_module() fails before
19721 getting to do_init_module().
19722
19723 Link: http://lkml.kernel.org/r/567CEA31.1070507@intel.com
19724
19725 Reported-by: "Qiu, PeiyangX" <peiyangx.qiu@intel.com>
19726 Fixes: a949ae560a511 "ftrace/module: Hardcode ftrace_module_init() call into load_module()"
19727 Cc: stable@vger.kernel.org # v2.6.38+
19728 Acked-by: Rusty Russell <rusty@rustcorp.com.au>
19729 Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
19730
19731 include/linux/ftrace.h | 1 +
19732 kernel/module.c | 6 ++++++
19733 2 files changed, 7 insertions(+), 0 deletions(-)
19734
19735 commit 1e5a4a81a4c16c8ac2e264b88a02cc2f42ed0399
19736 Author: Francesco Ruggeri <fruggeri@aristanetworks.com>
19737 Date: Wed Jan 6 00:18:48 2016 -0800
19738
19739 net: possible use after free in dst_release
19740
19741 dst_release should not access dst->flags after decrementing
19742 __refcnt to 0. The dst_entry may be in dst_busy_list and
19743 dst_gc_task may dst_destroy it before dst_release gets a chance
19744 to access dst->flags.
19745
19746 Fixes: d69bbf88c8d0 ("net: fix a race in dst_release()")
19747 Fixes: 27b75c95f10d ("net: avoid RCU for NOCACHE dst")
19748 Signed-off-by: Francesco Ruggeri <fruggeri@arista.com>
19749 Acked-by: Eric Dumazet <edumazet@google.com>
19750 Signed-off-by: David S. Miller <davem@davemloft.net>
19751
19752 net/core/dst.c | 3 ++-
19753 1 files changed, 2 insertions(+), 1 deletions(-)
19754
19755 commit bfb0455793dd4e0f0b49d34a68b3249ab55565cc
19756 Author: Alan <gnomes@lxorguk.ukuu.org.uk>
19757 Date: Wed Jan 6 14:55:02 2016 +0000
19758
19759 mkiss: fix scribble on freed memory
19760
19761 commit d79f16c046086f4fe0d42184a458e187464eb83e fixed a user triggerable
19762 scribble on free memory but added a new one which allows the user to
19763 scribble even more and user controlled data into freed space.
19764
19765 As with 6pack we need to halt the queue before we free the buffers, because
19766 the transmit logic is not protected by the semaphore.
19767
19768 Signed-off-by: Alan Cox <alan@linux.intel.com>
19769 Signed-off-by: David S. Miller <davem@davemloft.net>
19770
19771 drivers/net/hamradio/mkiss.c | 5 +++++
19772 1 files changed, 5 insertions(+), 0 deletions(-)
19773
19774 commit 5cbbcbd32dc1949470f61d342503808fa9555276
19775 Author: David Miller <davem@davemloft.net>
19776 Date: Thu Dec 17 16:05:49 2015 -0500
19777
19778 mkiss: Fix use after free in mkiss_close().
19779
19780 Need to do the unregister_device() after all references to the driver
19781 private have been done.
19782
19783 Signed-off-by: David S. Miller <davem@davemloft.net>
19784
19785 drivers/net/hamradio/mkiss.c | 4 ++--
19786 1 files changed, 2 insertions(+), 2 deletions(-)
19787
19788 commit b00171576794a98068e069a660f0991a6a5190ff
19789 Author: One Thousand Gnomes <gnomes@lxorguk.ukuu.org.uk>
19790 Date: Tue Jan 5 11:51:25 2016 +0000
19791
19792 6pack: fix free memory scribbles
19793
19794 commit acf673a3187edf72068ee2f92f4dc47d66baed47 fixed a user triggerable free
19795 memory scribble but in doing so replaced it with a different one that allows
19796 the user to control the data and scribble even more.
19797
19798 sixpack_close is called by the tty layer in tty context. The tty context is
19799 protected by sp_get() and sp_put(). However network layer activity via
19800 sp_xmit() is not protected this way. We must therefore stop the queue
19801 otherwise the user gets to dump a buffer mostly of their choice into freed
19802 kernel pages.
19803
19804 Signed-off-by: Alan Cox <alan@linux.intel.com>
19805 Signed-off-by: David S. Miller <davem@davemloft.net>
19806
19807 drivers/net/hamradio/6pack.c | 6 ++++++
19808 1 files changed, 6 insertions(+), 0 deletions(-)
19809
19810 commit 5b64a833907cd230a3106aeba2304b2c1bcd116d
19811 Author: David Miller <davem@davemloft.net>
19812 Date: Thu Dec 17 16:05:32 2015 -0500
19813
19814 6pack: Fix use after free in sixpack_close().
19815
19816 Need to do the unregister_device() after all references to the driver
19817 private have been done.
19818
19819 Also we need to use del_timer_sync() for the timers so that we don't
19820 have any asynchronous references after the unregister.
19821
19822 Signed-off-by: David S. Miller <davem@davemloft.net>
19823
19824 drivers/net/hamradio/6pack.c | 8 ++++----
19825 1 files changed, 4 insertions(+), 4 deletions(-)
19826
19827 commit 4f9d532742656b3613d579220fd10c78f24ba37b
19828 Author: Rabin Vincent <rabin@rab.in>
19829 Date: Tue Jan 5 16:23:07 2016 +0100
19830
19831 net: filter: make JITs zero A for SKF_AD_ALU_XOR_X
19832
19833 The SKF_AD_ALU_XOR_X ancillary is not like the other ancillary data
19834 instructions since it XORs A with X while all the others replace A with
19835 some loaded value. All the BPF JITs fail to clear A if this is used as
19836 the first instruction in a filter. This was found using american fuzzy
19837 lop.
19838
19839 Add a helper to determine if A needs to be cleared given the first
19840 instruction in a filter, and use this in the JITs. Except for ARM, the
19841 rest have only been compile-tested.
19842
19843 Fixes: 3480593131e0 ("net: filter: get rid of BPF_S_* enum")
19844 Signed-off-by: Rabin Vincent <rabin@rab.in>
19845 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
19846 Acked-by: Alexei Starovoitov <ast@kernel.org>
19847 Signed-off-by: David S. Miller <davem@davemloft.net>
19848
19849 arch/arm/net/bpf_jit_32.c | 16 +---------------
19850 arch/mips/net/bpf_jit.c | 16 +---------------
19851 arch/powerpc/net/bpf_jit_comp.c | 13 ++-----------
19852 arch/sparc/net/bpf_jit_comp.c | 17 ++---------------
19853 include/linux/filter.h | 19 +++++++++++++++++++
19854 5 files changed, 25 insertions(+), 56 deletions(-)
19855
19856 commit 570d88f8acfffda92b89ae2e1c47320d47256034
19857 Author: John Fastabend <john.fastabend@gmail.com>
19858 Date: Tue Jan 5 09:11:36 2016 -0800
19859
19860 net: sched: fix missing free per cpu on qstats
19861
19862 When a qdisc is using per cpu stats (currently just the ingress
19863 qdisc) only the bstats are being freed. This also free's the qstats.
19864
19865 Fixes: b0ab6f92752b9f9d8 ("net: sched: enable per cpu qstats")
19866 Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
19867 Acked-by: Eric Dumazet <edumazet@google.com>
19868 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
19869 Signed-off-by: David S. Miller <davem@davemloft.net>
19870
19871 net/sched/sch_generic.c | 4 +++-
19872 1 files changed, 3 insertions(+), 1 deletions(-)
19873
19874 commit 32c0ebc51857ee83470a10dcb234d308a0ed1881
19875 Author: Rabin Vincent <rabin@rab.in>
19876 Date: Tue Jan 5 18:34:04 2016 +0100
19877
19878 ARM: net: bpf: fix zero right shift
19879
19880 The LSR instruction cannot be used to perform a zero right shift since a
19881 0 as the immediate value (imm5) in the LSR instruction encoding means
19882 that a shift of 32 is perfomed. See DecodeIMMShift() in the ARM ARM.
19883
19884 Make the JIT skip generation of the LSR if a zero-shift is requested.
19885
19886 This was found using american fuzzy lop.
19887
19888 Signed-off-by: Rabin Vincent <rabin@rab.in>
19889 Acked-by: Alexei Starovoitov <ast@kernel.org>
19890 Signed-off-by: David S. Miller <davem@davemloft.net>
19891
19892 arch/arm/net/bpf_jit_32.c | 3 ++-
19893 1 files changed, 2 insertions(+), 1 deletions(-)
19894
19895 commit 51f5d291750285efa4d4bbe84e5ec23dc00c8d2d
19896 Author: Brad Spengler <spender@grsecurity.net>
19897 Date: Wed Jan 6 20:35:57 2016 -0500
19898
19899 Don't perform hidden lookups in RBAC against the directory of
19900 a file being opened with O_CREAT, reported by Karl Witt
19901
19902 Conflicts:
19903
19904 fs/namei.c
19905
19906 fs/namei.c | 3 ---
19907 1 files changed, 0 insertions(+), 3 deletions(-)
19908
19909 commit 5a8266a6b2769ccdb447256f95bc2577a73cccd1
19910 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
19911 Date: Tue Jan 5 10:46:00 2016 +0100
19912
19913 bridge: Only call /sbin/bridge-stp for the initial network namespace
19914
19915 [I stole this patch from Eric Biederman. He wrote:]
19916
19917 > There is no defined mechanism to pass network namespace information
19918 > into /sbin/bridge-stp therefore don't even try to invoke it except
19919 > for bridge devices in the initial network namespace.
19920 >
19921 > It is possible for unprivileged users to cause /sbin/bridge-stp to be
19922 > invoked for any network device name which if /sbin/bridge-stp does not
19923 > guard against unreasonable arguments or being invoked twice on the
19924 > same network device could cause problems.
19925
19926 [Hannes: changed patch using netns_eq]
19927
19928 Cc: Eric W. Biederman <ebiederm@xmission.com>
19929 Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
19930 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
19931 Signed-off-by: David S. Miller <davem@davemloft.net>
19932
19933 net/bridge/br_stp_if.c | 5 ++++-
19934 1 files changed, 4 insertions(+), 1 deletions(-)
19935
19936 commit 650d535cc39f0aeff2f57e60b6617be25d3ef48b
19937 Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
19938 Date: Wed Dec 23 16:28:40 2015 -0200
19939
19940 sctp: use GFP_USER for user-controlled kmalloc
19941
19942 Commit cacc06215271 ("sctp: use GFP_USER for user-controlled kmalloc")
19943 missed two other spots.
19944
19945 For connectx, as it's more likely to be used by kernel users of the API,
19946 it detects if GFP_USER should be used or not.
19947
19948 Fixes: cacc06215271 ("sctp: use GFP_USER for user-controlled kmalloc")
19949 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19950 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
19951 Signed-off-by: David S. Miller <davem@davemloft.net>
19952
19953 net/sctp/socket.c | 9 ++++++---
19954 1 files changed, 6 insertions(+), 3 deletions(-)
19955
19956 commit 5718a1f63c41fc156f729783423b002763779d04
19957 Author: Florian Westphal <fw@strlen.de>
19958 Date: Thu Dec 31 14:26:33 2015 +0100
19959
19960 connector: bump skb->users before callback invocation
19961
19962 Dmitry reports memleak with syskaller program.
19963 Problem is that connector bumps skb usecount but might not invoke callback.
19964
19965 So move skb_get to where we invoke the callback.
19966
19967 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19968 Signed-off-by: Florian Westphal <fw@strlen.de>
19969 Signed-off-by: David S. Miller <davem@davemloft.net>
19970
19971 drivers/connector/connector.c | 11 +++--------
19972 1 files changed, 3 insertions(+), 8 deletions(-)
19973
19974 commit 2e6372e6a97f8d642416899861f91777f44f13b7
19975 Author: Rainer Weikusat <rweikusat@mobileactivedefense.com>
19976 Date: Sun Jan 3 18:56:38 2016 +0000
19977
19978 af_unix: Fix splice-bind deadlock
19979
19980 On 2015/11/06, Dmitry Vyukov reported a deadlock involving the splice
19981 system call and AF_UNIX sockets,
19982
19983 http://lists.openwall.net/netdev/2015/11/06/24
19984
19985 The situation was analyzed as
19986
19987 (a while ago) A: socketpair()
19988 B: splice() from a pipe to /mnt/regular_file
19989 does sb_start_write() on /mnt
19990 C: try to freeze /mnt
19991 wait for B to finish with /mnt
19992 A: bind() try to bind our socket to /mnt/new_socket_name
19993 lock our socket, see it not bound yet
19994 decide that it needs to create something in /mnt
19995 try to do sb_start_write() on /mnt, block (it's
19996 waiting for C).
19997 D: splice() from the same pipe to our socket
19998 lock the pipe, see that socket is connected
19999 try to lock the socket, block waiting for A
20000 B: get around to actually feeding a chunk from
20001 pipe to file, try to lock the pipe. Deadlock.
20002
20003 on 2015/11/10 by Al Viro,
20004
20005 http://lists.openwall.net/netdev/2015/11/10/4
20006
20007 The patch fixes this by removing the kern_path_create related code from
20008 unix_mknod and executing it as part of unix_bind prior acquiring the
20009 readlock of the socket in question. This means that A (as used above)
20010 will sb_start_write on /mnt before it acquires the readlock, hence, it
20011 won't indirectly block B which first did a sb_start_write and then
20012 waited for a thread trying to acquire the readlock. Consequently, A
20013 being blocked by C waiting for B won't cause a deadlock anymore
20014 (effectively, both A and B acquire two locks in opposite order in the
20015 situation described above).
20016
20017 Dmitry Vyukov(<dvyukov@google.com>) tested the original patch.
20018
20019 Signed-off-by: Rainer Weikusat <rweikusat@mobileactivedefense.com>
20020 Signed-off-by: David S. Miller <davem@davemloft.net>
20021
20022 Conflicts:
20023
20024 net/unix/af_unix.c
20025
20026 net/unix/af_unix.c | 70 +++++++++++++++++++++++++++++++--------------------
20027 1 files changed, 42 insertions(+), 28 deletions(-)
20028
20029 commit 2e729e557c571f3253e32472cd7d382ac16cf1c3
20030 Author: Qiu Peiyang <peiyangx.qiu@intel.com>
20031 Date: Thu Dec 31 13:11:28 2015 +0800
20032
20033 tracing: Fix setting of start_index in find_next()
20034
20035 When we do cat /sys/kernel/debug/tracing/printk_formats, we hit kernel
20036 panic at t_show.
20037
20038 general protection fault: 0000 [#1] PREEMPT SMP
20039 CPU: 0 PID: 2957 Comm: sh Tainted: G W O 3.14.55-x86_64-01062-gd4acdc7 #2
20040 RIP: 0010:[<ffffffff811375b2>]
20041 [<ffffffff811375b2>] t_show+0x22/0xe0
20042 RSP: 0000:ffff88002b4ebe80 EFLAGS: 00010246
20043 RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000004
20044 RDX: 0000000000000004 RSI: ffffffff81fd26a6 RDI: ffff880032f9f7b1
20045 RBP: ffff88002b4ebe98 R08: 0000000000001000 R09: 000000000000ffec
20046 R10: 0000000000000000 R11: 000000000000000f R12: ffff880004d9b6c0
20047 R13: 7365725f6d706400 R14: ffff880004d9b6c0 R15: ffffffff82020570
20048 FS: 0000000000000000(0000) GS:ffff88003aa00000(0063) knlGS:00000000f776bc40
20049 CS: 0010 DS: 002b ES: 002b CR0: 0000000080050033
20050 CR2: 00000000f6c02ff0 CR3: 000000002c2b3000 CR4: 00000000001007f0
20051 Call Trace:
20052 [<ffffffff811dc076>] seq_read+0x2f6/0x3e0
20053 [<ffffffff811b749b>] vfs_read+0x9b/0x160
20054 [<ffffffff811b7f69>] SyS_read+0x49/0xb0
20055 [<ffffffff81a3a4b9>] ia32_do_call+0x13/0x13
20056 ---[ end trace 5bd9eb630614861e ]---
20057 Kernel panic - not syncing: Fatal exception
20058
20059 When the first time find_next calls find_next_mod_format, it should
20060 iterate the trace_bprintk_fmt_list to find the first print format of
20061 the module. However in current code, start_index is smaller than *pos
20062 at first, and code will not iterate the list. Latter container_of will
20063 get the wrong address with former v, which will cause mod_fmt be a
20064 meaningless object and so is the returned mod_fmt->fmt.
20065
20066 This patch will fix it by correcting the start_index. After fixed,
20067 when the first time calls find_next_mod_format, start_index will be
20068 equal to *pos, and code will iterate the trace_bprintk_fmt_list to
20069 get the right module printk format, so is the returned mod_fmt->fmt.
20070
20071 Link: http://lkml.kernel.org/r/5684B900.9000309@intel.com
20072
20073 Cc: stable@vger.kernel.org # 3.12+
20074 Fixes: 102c9323c35a8 "tracing: Add __tracepoint_string() to export string pointers"
20075 Signed-off-by: Qiu Peiyang <peiyangx.qiu@intel.com>
20076 Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
20077
20078 kernel/trace/trace_printk.c | 1 +
20079 1 files changed, 1 insertions(+), 0 deletions(-)
20080
20081 commit 0994af4b1930f32aa493dc08145cd304f8bfc8f4
20082 Author: Al Viro <viro@zeniv.linux.org.uk>
20083 Date: Mon Dec 28 20:47:08 2015 -0500
20084
20085 [PATCH] arm: fix handling of F_OFD_... in oabi_fcntl64()
20086
20087 Cc: stable@vger.kernel.org # 3.15+
20088 Reviewed-by: Jeff Layton <jeff.layton@primarydata.com>
20089 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
20090
20091 arch/arm/kernel/sys_oabi-compat.c | 73 +++++++++++++++++++------------------
20092 1 files changed, 37 insertions(+), 36 deletions(-)
20093
20094 commit 4ed030f65dcf3e6b0128032a49a7d75f947fa351
20095 Merge: de243c2 3adc55a
20096 Author: Brad Spengler <spender@grsecurity.net>
20097 Date: Tue Jan 5 18:10:10 2016 -0500
20098
20099 Merge branch 'pax-test' into grsec-test
20100
20101 commit 3adc55a5acfa429c2a7cc883aef08b960c0079b0
20102 Author: Brad Spengler <spender@grsecurity.net>
20103 Date: Tue Jan 5 18:08:53 2016 -0500
20104
20105 Update to pax-linux-4.3.3-test16.patch:
20106 - small cleanup in entry_64.S on x86
20107 - Emese fixed the initify plugin to recursively check variable initializers, reported by Rasmus Villemoes
20108 - 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)
20109 - 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)
20110 - 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)
20111 - 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)
20112
20113 arch/x86/entry/entry_64.S | 60 +++++-----
20114 arch/x86/kernel/alternative.c | 2 +-
20115 arch/x86/kvm/emulate.c | 4 +-
20116 tools/gcc/initify_plugin.c | 123 +++++++++----------
20117 .../disable_size_overflow_hash.data | 4 +-
20118 .../size_overflow_plugin/size_overflow_hash.data | 2 -
20119 6 files changed, 93 insertions(+), 102 deletions(-)
20120
20121 commit de243c26efd0e423ca92db825af2c3f8eb1ca043
20122 Author: Brad Spengler <spender@grsecurity.net>
20123 Date: Tue Dec 29 18:01:24 2015 -0500
20124
20125 It was noticed during an internal audit that the code under GRKERNSEC_PROC_MEMMAP
20126 which aimed to enforce a 16MB minimum on RLIMIT_DATA for suid/sgid binaries only
20127 did so if RLIMIT_DATA was set lower than PAGE_SIZE.
20128
20129 This addition was only supplemental as GRKERNSEC_BRUTE is the main defense
20130 against suid/sgid attacks and the flaw above would only eliminate the extra
20131 entropy provided for the brk-managed heap, still leaving it with the minimum
20132 of 16-bit entropy for mmap on x86 and 28 on x64.
20133
20134 mm/mmap.c | 2 +-
20135 1 files changed, 1 insertions(+), 1 deletions(-)
20136
20137 commit 8e264cfe47e5f08cdc9ed009a630277206cd2534
20138 Merge: 436201b 2584340
20139 Author: Brad Spengler <spender@grsecurity.net>
20140 Date: Mon Dec 28 20:30:01 2015 -0500
20141
20142 Merge branch 'pax-test' into grsec-test
20143
20144 commit 2584340eab494e64ec1bf9eb5b0d1ae31f926306
20145 Author: Brad Spengler <spender@grsecurity.net>
20146 Date: Mon Dec 28 20:29:28 2015 -0500
20147
20148 Update to pax-linux-4.3.3-test14.patch:
20149 - 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)
20150 - fixed shutdown crash with tboot and KERNEXEC, reported by perfinion
20151 - fixed a few false positive and one real size overflow reports in hyperv, reported by hunger
20152 - fixed compile regressions on armv5, reported by iamb (https://forums.grsecurity.net/viewtopic.php?f=3&t=4350)
20153 - fixed an assert in the initify plugin that triggered in vic_register on arm
20154
20155 arch/arm/include/asm/atomic.h | 7 +++++--
20156 arch/arm/include/asm/domain.h | 5 ++---
20157 arch/x86/kernel/tboot.c | 14 +++++++++-----
20158 drivers/hv/channel.c | 4 +---
20159 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
20160 drivers/net/hyperv/rndis_filter.c | 3 +--
20161 fs/exec.c | 4 ++--
20162 include/linux/atomic.h | 15 ---------------
20163 net/core/skbuff.c | 3 ++-
20164 tools/gcc/initify_plugin.c | 4 +++-
20165 10 files changed, 26 insertions(+), 35 deletions(-)
20166
20167 commit 436201b6626b488d173c8076447000077c27b84a
20168 Author: David Howells <dhowells@redhat.com>
20169 Date: Fri Dec 18 01:34:26 2015 +0000
20170
20171 KEYS: Fix race between read and revoke
20172
20173 This fixes CVE-2015-7550.
20174
20175 There's a race between keyctl_read() and keyctl_revoke(). If the revoke
20176 happens between keyctl_read() checking the validity of a key and the key's
20177 semaphore being taken, then the key type read method will see a revoked key.
20178
20179 This causes a problem for the user-defined key type because it assumes in
20180 its read method that there will always be a payload in a non-revoked key
20181 and doesn't check for a NULL pointer.
20182
20183 Fix this by making keyctl_read() check the validity of a key after taking
20184 semaphore instead of before.
20185
20186 I think the bug was introduced with the original keyrings code.
20187
20188 This was discovered by a multithreaded test program generated by syzkaller
20189 (http://github.com/google/syzkaller). Here's a cleaned up version:
20190
20191 #include <sys/types.h>
20192 #include <keyutils.h>
20193 #include <pthread.h>
20194 void *thr0(void *arg)
20195 {
20196 key_serial_t key = (unsigned long)arg;
20197 keyctl_revoke(key);
20198 return 0;
20199 }
20200 void *thr1(void *arg)
20201 {
20202 key_serial_t key = (unsigned long)arg;
20203 char buffer[16];
20204 keyctl_read(key, buffer, 16);
20205 return 0;
20206 }
20207 int main()
20208 {
20209 key_serial_t key = add_key("user", "%", "foo", 3, KEY_SPEC_USER_KEYRING);
20210 pthread_t th[5];
20211 pthread_create(&th[0], 0, thr0, (void *)(unsigned long)key);
20212 pthread_create(&th[1], 0, thr1, (void *)(unsigned long)key);
20213 pthread_create(&th[2], 0, thr0, (void *)(unsigned long)key);
20214 pthread_create(&th[3], 0, thr1, (void *)(unsigned long)key);
20215 pthread_join(th[0], 0);
20216 pthread_join(th[1], 0);
20217 pthread_join(th[2], 0);
20218 pthread_join(th[3], 0);
20219 return 0;
20220 }
20221
20222 Build as:
20223
20224 cc -o keyctl-race keyctl-race.c -lkeyutils -lpthread
20225
20226 Run as:
20227
20228 while keyctl-race; do :; done
20229
20230 as it may need several iterations to crash the kernel. The crash can be
20231 summarised as:
20232
20233 BUG: unable to handle kernel NULL pointer dereference at 0000000000000010
20234 IP: [<ffffffff81279b08>] user_read+0x56/0xa3
20235 ...
20236 Call Trace:
20237 [<ffffffff81276aa9>] keyctl_read_key+0xb6/0xd7
20238 [<ffffffff81277815>] SyS_keyctl+0x83/0xe0
20239 [<ffffffff815dbb97>] entry_SYSCALL_64_fastpath+0x12/0x6f
20240
20241 Reported-by: Dmitry Vyukov <dvyukov@google.com>
20242 Signed-off-by: David Howells <dhowells@redhat.com>
20243 Tested-by: Dmitry Vyukov <dvyukov@google.com>
20244 Cc: stable@vger.kernel.org
20245 Signed-off-by: James Morris <james.l.morris@oracle.com>
20246
20247 security/keys/keyctl.c | 18 +++++++++---------
20248 1 files changed, 9 insertions(+), 9 deletions(-)
20249
20250 commit 195cea04477025da4a2078bd3e1fb7c4e11206c2
20251 Author: Brad Spengler <spender@grsecurity.net>
20252 Date: Tue Dec 22 20:44:01 2015 -0500
20253
20254 Add new kernel command-line param: pax_size_overflow_report_only
20255 If a user triggers a size_overflow violation that makes it difficult
20256 to obtain the call trace without serial console/net console, they can
20257 use this option to provide that information to us
20258
20259 Documentation/kernel-parameters.txt | 5 +++++
20260 fs/exec.c | 12 +++++++++---
20261 init/main.c | 11 +++++++++++
20262 3 files changed, 25 insertions(+), 3 deletions(-)
20263
20264 commit 4254a8da5851df8c08cdca5c392916e8c105408d
20265 Author: WANG Cong <xiyou.wangcong@gmail.com>
20266 Date: Mon Dec 21 10:55:45 2015 -0800
20267
20268 addrconf: always initialize sysctl table data
20269
20270 When sysctl performs restrict writes, it allows to write from
20271 a middle position of a sysctl file, which requires us to initialize
20272 the table data before calling proc_dostring() for the write case.
20273
20274 Fixes: 3d1bec99320d ("ipv6: introduce secret_stable to ipv6_devconf")
20275 Reported-by: Sasha Levin <sasha.levin@oracle.com>
20276 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
20277 Tested-by: Sasha Levin <sasha.levin@oracle.com>
20278 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
20279 Signed-off-by: David S. Miller <davem@davemloft.net>
20280
20281 net/ipv6/addrconf.c | 11 ++++-------
20282 1 files changed, 4 insertions(+), 7 deletions(-)
20283
20284 commit f8002863fb06c363180637046947a78a6ccb3d33
20285 Author: WANG Cong <xiyou.wangcong@gmail.com>
20286 Date: Wed Dec 16 23:39:04 2015 -0800
20287
20288 net: check both type and procotol for tcp sockets
20289
20290 Dmitry reported the following out-of-bound access:
20291
20292 Call Trace:
20293 [<ffffffff816cec2e>] __asan_report_load4_noabort+0x3e/0x40
20294 mm/kasan/report.c:294
20295 [<ffffffff84affb14>] sock_setsockopt+0x1284/0x13d0 net/core/sock.c:880
20296 [< inline >] SYSC_setsockopt net/socket.c:1746
20297 [<ffffffff84aed7ee>] SyS_setsockopt+0x1fe/0x240 net/socket.c:1729
20298 [<ffffffff85c18c76>] entry_SYSCALL_64_fastpath+0x16/0x7a
20299 arch/x86/entry/entry_64.S:185
20300
20301 This is because we mistake a raw socket as a tcp socket.
20302 We should check both sk->sk_type and sk->sk_protocol to ensure
20303 it is a tcp socket.
20304
20305 Willem points out __skb_complete_tx_timestamp() needs to fix as well.
20306
20307 Reported-by: Dmitry Vyukov <dvyukov@google.com>
20308 Cc: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
20309 Cc: Eric Dumazet <eric.dumazet@gmail.com>
20310 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
20311 Acked-by: Willem de Bruijn <willemb@google.com>
20312 Signed-off-by: David S. Miller <davem@davemloft.net>
20313
20314 net/core/skbuff.c | 3 ++-
20315 net/core/sock.c | 3 ++-
20316 2 files changed, 4 insertions(+), 2 deletions(-)
20317
20318 commit bd6b3399804470a4ad8f34229469ca149dceba3d
20319 Author: Colin Ian King <colin.king@canonical.com>
20320 Date: Fri Dec 18 14:22:01 2015 -0800
20321
20322 proc: fix -ESRCH error when writing to /proc/$pid/coredump_filter
20323
20324 Writing to /proc/$pid/coredump_filter always returns -ESRCH because commit
20325 774636e19ed51 ("proc: convert to kstrto*()/kstrto*_from_user()") removed
20326 the setting of ret after the get_proc_task call and incorrectly left it as
20327 -ESRCH. Instead, return 0 when successful.
20328
20329 Example breakage:
20330
20331 echo 0 > /proc/self/coredump_filter
20332 bash: echo: write error: No such process
20333
20334 Fixes: 774636e19ed51 ("proc: convert to kstrto*()/kstrto*_from_user()")
20335 Signed-off-by: Colin Ian King <colin.king@canonical.com>
20336 Acked-by: Kees Cook <keescook@chromium.org>
20337 Cc: <stable@vger.kernel.org> [4.3+]
20338 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
20339 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
20340
20341 fs/proc/base.c | 1 +
20342 1 files changed, 1 insertions(+), 0 deletions(-)
20343
20344 commit b28aca2b99ed08546778355fb9402c503ff9b29e
20345 Author: Junichi Nomura <j-nomura@ce.jp.nec.com>
20346 Date: Tue Dec 22 10:23:44 2015 -0700
20347
20348 block: ensure to split after potentially bouncing a bio
20349
20350 blk_queue_bio() does split then bounce, which makes the segment
20351 counting based on pages before bouncing and could go wrong. Move
20352 the split to after bouncing, like we do for blk-mq, and the we
20353 fix the issue of having the bio count for segments be wrong.
20354
20355 Fixes: 54efd50bfd87 ("block: make generic_make_request handle arbitrarily sized bios")
20356 Cc: stable@vger.kernel.org
20357 Tested-by: Artem S. Tashkinov <t.artem@lycos.com>
20358 Signed-off-by: Jens Axboe <axboe@fb.com>
20359
20360 block/blk-core.c | 4 ++--
20361 1 files changed, 2 insertions(+), 2 deletions(-)
20362
20363 commit e62a25e917a9e5b35ddd5b4f1b5e5e30fbd2e84c
20364 Merge: f6f63ae ec72fa5
20365 Author: Brad Spengler <spender@grsecurity.net>
20366 Date: Tue Dec 22 19:46:26 2015 -0500
20367
20368 Merge branch 'pax-test' into grsec-test
20369
20370 commit ec72fa5f8d9cb4e223bad1b8b5c2e1071c222f2a
20371 Author: Brad Spengler <spender@grsecurity.net>
20372 Date: Tue Dec 22 19:45:51 2015 -0500
20373
20374 Update to pax-linux-4.3.3-test13.patch:
20375 - 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)
20376 - 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)
20377
20378 arch/arm/mm/fault.c | 2 +-
20379 arch/x86/mm/fault.c | 2 +-
20380 fs/btrfs/extent_map.c | 8 ++++++--
20381 fs/xfs/libxfs/xfs_da_btree.c | 4 +++-
20382 4 files changed, 11 insertions(+), 5 deletions(-)
20383
20384 commit f6f63ae154cd45028add1dc41957878060d77fbf
20385 Author: Brad Spengler <spender@grsecurity.net>
20386 Date: Thu Dec 17 18:43:44 2015 -0500
20387
20388 ptrace_has_cap() checks whether the current process should be
20389 treated as having a certain capability for ptrace checks
20390 against another process. Until now, this was equivalent to
20391 has_ns_capability(current, target_ns, CAP_SYS_PTRACE).
20392
20393 However, if a root-owned process wants to enter a user
20394 namespace for some reason without knowing who owns it and
20395 therefore can't change to the namespace owner's uid and gid
20396 before entering, as soon as it has entered the namespace,
20397 the namespace owner can attach to it via ptrace and thereby
20398 gain access to its uid and gid.
20399
20400 While it is possible for the entering process to switch to
20401 the uid of a claimed namespace owner before entering,
20402 causing the attempt to enter to fail if the claimed uid is
20403 wrong, this doesn't solve the problem of determining an
20404 appropriate gid.
20405
20406 With this change, the entering process can first enter the
20407 namespace and then safely inspect the namespace's
20408 properties, e.g. through /proc/self/{uid_map,gid_map},
20409 assuming that the namespace owner doesn't have access to
20410 uid 0.
20411 Signed-off-by: Jann Horn <jann@thejh.net>
20412
20413 kernel/ptrace.c | 30 +++++++++++++++++++++++++-----
20414 1 files changed, 25 insertions(+), 5 deletions(-)
20415
20416 commit e314f0fb63020f61543b401ff594e953c2c304e5
20417 Author: tadeusz.struk@intel.com <tadeusz.struk@intel.com>
20418 Date: Tue Dec 15 10:46:17 2015 -0800
20419
20420 net: fix uninitialized variable issue
20421
20422 msg_iocb needs to be initialized on the recv/recvfrom path.
20423 Otherwise afalg will wrongly interpret it as an async call.
20424
20425 Cc: stable@vger.kernel.org
20426 Reported-by: Harald Freudenberger <freude@linux.vnet.ibm.com>
20427 Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
20428 Signed-off-by: David S. Miller <davem@davemloft.net>
20429
20430 net/socket.c | 1 +
20431 1 files changed, 1 insertions(+), 0 deletions(-)
20432
20433 commit a3f56a43ad56b8fcaf04f6327636ed2f5970de3b
20434 Merge: dfa764c 142edcf
20435 Author: Brad Spengler <spender@grsecurity.net>
20436 Date: Wed Dec 16 21:01:17 2015 -0500
20437
20438 Merge branch 'pax-test' into grsec-test
20439
20440 commit 142edcf1005a57fb8887823565cf0bafad2f313c
20441 Author: Brad Spengler <spender@grsecurity.net>
20442 Date: Wed Dec 16 21:00:57 2015 -0500
20443
20444 Update to pax-linux-4.3.3-test12.patch:
20445 - 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)
20446 - 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)
20447
20448 drivers/tty/n_tty.c | 16 ++++++++--------
20449 .../disable_size_overflow_hash.data | 2 ++
20450 .../size_overflow_plugin/size_overflow_hash.data | 6 ++----
20451 3 files changed, 12 insertions(+), 12 deletions(-)
20452
20453 commit dfa764cc549892a5bfc1083cac78b99032cae577
20454 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
20455 Date: Tue Dec 15 22:59:12 2015 +0100
20456
20457 ipv6: automatically enable stable privacy mode if stable_secret set
20458
20459 Bjørn reported that while we switch all interfaces to privacy stable mode
20460 when setting the secret, we don't set this mode for new interfaces. This
20461 does not make sense, so change this behaviour.
20462
20463 Fixes: 622c81d57b392cc ("ipv6: generation of stable privacy addresses for link-local and autoconf")
20464 Reported-by: Bjørn Mork <bjorn@mork.no>
20465 Cc: Bjørn Mork <bjorn@mork.no>
20466 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
20467 Signed-off-by: David S. Miller <davem@davemloft.net>
20468
20469 net/ipv6/addrconf.c | 6 ++++++
20470 1 files changed, 6 insertions(+), 0 deletions(-)
20471
20472 commit c2815a1fee03f222273e77c14e43f960da06f35a
20473 Author: Brad Spengler <spender@grsecurity.net>
20474 Date: Wed Dec 16 13:03:38 2015 -0500
20475
20476 Work around upstream limitation on the number of thread info flags causing a compilation error
20477 Reported by fabled at http://forums.grsecurity.net/viewtopic.php?f=3&t=4339
20478
20479 arch/arm/kernel/entry-common.S | 8 ++++++--
20480 1 files changed, 6 insertions(+), 2 deletions(-)
20481
20482 commit 8c9ae168e09ae49324d709d76d73d9fc4ca477e1
20483 Author: Brad Spengler <spender@grsecurity.net>
20484 Date: Tue Dec 15 19:03:41 2015 -0500
20485
20486 Initial import of grsecurity 3.1 for Linux 4.3.3
20487
20488 Documentation/dontdiff | 2 +
20489 Documentation/kernel-parameters.txt | 7 +
20490 Documentation/sysctl/kernel.txt | 15 +
20491 Makefile | 18 +-
20492 arch/alpha/include/asm/cache.h | 4 +-
20493 arch/alpha/kernel/osf_sys.c | 12 +-
20494 arch/arc/Kconfig | 1 +
20495 arch/arm/Kconfig | 1 +
20496 arch/arm/Kconfig.debug | 1 +
20497 arch/arm/include/asm/thread_info.h | 7 +-
20498 arch/arm/kernel/process.c | 4 +-
20499 arch/arm/kernel/ptrace.c | 9 +
20500 arch/arm/kernel/traps.c | 7 +-
20501 arch/arm/mm/Kconfig | 2 +-
20502 arch/arm/mm/fault.c | 40 +-
20503 arch/arm/mm/mmap.c | 8 +-
20504 arch/arm/net/bpf_jit_32.c | 51 +-
20505 arch/arm64/Kconfig.debug | 1 +
20506 arch/avr32/include/asm/cache.h | 4 +-
20507 arch/blackfin/Kconfig.debug | 1 +
20508 arch/blackfin/include/asm/cache.h | 3 +-
20509 arch/cris/include/arch-v10/arch/cache.h | 3 +-
20510 arch/cris/include/arch-v32/arch/cache.h | 3 +-
20511 arch/frv/include/asm/cache.h | 3 +-
20512 arch/frv/mm/elf-fdpic.c | 4 +-
20513 arch/hexagon/include/asm/cache.h | 6 +-
20514 arch/ia64/Kconfig | 1 +
20515 arch/ia64/include/asm/cache.h | 3 +-
20516 arch/ia64/kernel/sys_ia64.c | 2 +
20517 arch/ia64/mm/hugetlbpage.c | 2 +
20518 arch/m32r/include/asm/cache.h | 4 +-
20519 arch/m68k/include/asm/cache.h | 4 +-
20520 arch/metag/mm/hugetlbpage.c | 1 +
20521 arch/microblaze/include/asm/cache.h | 3 +-
20522 arch/mips/Kconfig | 1 +
20523 arch/mips/include/asm/cache.h | 3 +-
20524 arch/mips/include/asm/thread_info.h | 11 +-
20525 arch/mips/kernel/irq.c | 3 +
20526 arch/mips/kernel/ptrace.c | 9 +
20527 arch/mips/mm/mmap.c | 4 +-
20528 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
20529 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
20530 arch/openrisc/include/asm/cache.h | 4 +-
20531 arch/parisc/include/asm/cache.h | 5 +-
20532 arch/parisc/kernel/sys_parisc.c | 4 +
20533 arch/powerpc/Kconfig | 1 +
20534 arch/powerpc/include/asm/cache.h | 4 +-
20535 arch/powerpc/include/asm/thread_info.h | 5 +-
20536 arch/powerpc/kernel/Makefile | 2 +
20537 arch/powerpc/kernel/irq.c | 3 +
20538 arch/powerpc/kernel/process.c | 10 +-
20539 arch/powerpc/kernel/ptrace.c | 14 +
20540 arch/powerpc/kernel/traps.c | 5 +
20541 arch/powerpc/mm/slice.c | 2 +-
20542 arch/s390/Kconfig.debug | 1 +
20543 arch/s390/include/asm/cache.h | 4 +-
20544 arch/score/include/asm/cache.h | 4 +-
20545 arch/sh/include/asm/cache.h | 3 +-
20546 arch/sh/mm/mmap.c | 6 +-
20547 arch/sparc/include/asm/cache.h | 4 +-
20548 arch/sparc/include/asm/pgalloc_64.h | 1 +
20549 arch/sparc/include/asm/thread_info_64.h | 8 +-
20550 arch/sparc/kernel/process_32.c | 6 +-
20551 arch/sparc/kernel/process_64.c | 8 +-
20552 arch/sparc/kernel/ptrace_64.c | 14 +
20553 arch/sparc/kernel/sys_sparc_64.c | 8 +-
20554 arch/sparc/kernel/syscalls.S | 8 +-
20555 arch/sparc/kernel/traps_32.c | 8 +-
20556 arch/sparc/kernel/traps_64.c | 28 +-
20557 arch/sparc/kernel/unaligned_64.c | 2 +-
20558 arch/sparc/mm/fault_64.c | 2 +-
20559 arch/sparc/mm/hugetlbpage.c | 15 +-
20560 arch/tile/Kconfig | 1 +
20561 arch/tile/include/asm/cache.h | 3 +-
20562 arch/tile/mm/hugetlbpage.c | 2 +
20563 arch/um/include/asm/cache.h | 3 +-
20564 arch/unicore32/include/asm/cache.h | 6 +-
20565 arch/x86/Kconfig | 21 +
20566 arch/x86/Kconfig.debug | 2 +
20567 arch/x86/entry/common.c | 14 +
20568 arch/x86/entry/entry_32.S | 2 +-
20569 arch/x86/entry/entry_64.S | 2 +-
20570 arch/x86/ia32/ia32_aout.c | 2 +
20571 arch/x86/include/asm/floppy.h | 20 +-
20572 arch/x86/include/asm/fpu/types.h | 69 +-
20573 arch/x86/include/asm/io.h | 2 +-
20574 arch/x86/include/asm/page.h | 12 +-
20575 arch/x86/include/asm/paravirt_types.h | 23 +-
20576 arch/x86/include/asm/processor.h | 12 +-
20577 arch/x86/include/asm/thread_info.h | 6 +-
20578 arch/x86/include/asm/uaccess.h | 2 +-
20579 arch/x86/kernel/dumpstack.c | 10 +-
20580 arch/x86/kernel/dumpstack_32.c | 2 +-
20581 arch/x86/kernel/dumpstack_64.c | 2 +-
20582 arch/x86/kernel/ioport.c | 13 +
20583 arch/x86/kernel/irq_32.c | 3 +
20584 arch/x86/kernel/irq_64.c | 4 +
20585 arch/x86/kernel/ldt.c | 18 +
20586 arch/x86/kernel/msr.c | 10 +
20587 arch/x86/kernel/ptrace.c | 14 +
20588 arch/x86/kernel/signal.c | 9 +-
20589 arch/x86/kernel/sys_i386_32.c | 9 +-
20590 arch/x86/kernel/sys_x86_64.c | 8 +-
20591 arch/x86/kernel/traps.c | 5 +
20592 arch/x86/kernel/verify_cpu.S | 1 +
20593 arch/x86/kernel/vm86_32.c | 15 +
20594 arch/x86/kvm/svm.c | 14 +-
20595 arch/x86/mm/fault.c | 12 +-
20596 arch/x86/mm/hugetlbpage.c | 15 +-
20597 arch/x86/mm/init.c | 66 +-
20598 arch/x86/mm/init_32.c | 6 +-
20599 arch/x86/net/bpf_jit_comp.c | 4 +
20600 arch/x86/platform/efi/efi_64.c | 2 +-
20601 arch/x86/xen/Kconfig | 1 +
20602 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
20603 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
20604 crypto/ablkcipher.c | 2 +-
20605 crypto/blkcipher.c | 2 +-
20606 crypto/scatterwalk.c | 10 +-
20607 drivers/acpi/acpica/hwxfsleep.c | 11 +-
20608 drivers/acpi/custom_method.c | 4 +
20609 drivers/block/cciss.h | 30 +-
20610 drivers/block/smart1,2.h | 40 +-
20611 drivers/cdrom/cdrom.c | 2 +-
20612 drivers/char/Kconfig | 4 +-
20613 drivers/char/genrtc.c | 1 +
20614 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
20615 drivers/char/mem.c | 17 +
20616 drivers/char/random.c | 5 +-
20617 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
20618 drivers/crypto/nx/nx-aes-ccm.c | 2 +-
20619 drivers/crypto/nx/nx-aes-gcm.c | 2 +-
20620 drivers/crypto/talitos.c | 2 +-
20621 drivers/firewire/ohci.c | 4 +
20622 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 70 +-
20623 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
20624 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
20625 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
20626 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
20627 drivers/hid/hid-wiimote-debug.c | 2 +-
20628 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
20629 drivers/iommu/Kconfig | 1 +
20630 drivers/iommu/amd_iommu.c | 14 +-
20631 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
20632 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
20633 drivers/isdn/gigaset/usb-gigaset.c | 32 +-
20634 drivers/isdn/hisax/config.c | 2 +-
20635 drivers/isdn/hisax/hfc_pci.c | 2 +-
20636 drivers/isdn/hisax/hfc_sx.c | 2 +-
20637 drivers/isdn/hisax/q931.c | 6 +-
20638 drivers/isdn/i4l/isdn_concap.c | 6 +-
20639 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
20640 drivers/md/bcache/Kconfig | 1 +
20641 drivers/md/raid5.c | 8 +
20642 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
20643 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
20644 drivers/media/platform/vivid/vivid-osd.c | 1 +
20645 drivers/media/radio/radio-cadet.c | 5 +-
20646 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
20647 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
20648 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
20649 drivers/media/usb/dvb-usb/technisat-usb2.c | 75 +-
20650 drivers/message/fusion/mptbase.c | 9 +
20651 drivers/misc/sgi-xp/xp_main.c | 12 +-
20652 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
20653 drivers/net/ppp/pppoe.c | 14 +-
20654 drivers/net/ppp/pptp.c | 6 +
20655 drivers/net/slip/slhc.c | 3 +
20656 drivers/net/wan/lmc/lmc_media.c | 97 +-
20657 drivers/net/wan/x25_asy.c | 6 +-
20658 drivers/net/wan/z85230.c | 24 +-
20659 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
20660 drivers/net/wireless/zd1211rw/zd_usb.c | 2 +-
20661 drivers/pci/pci-sysfs.c | 2 +-
20662 drivers/pci/proc.c | 9 +
20663 drivers/platform/x86/asus-wmi.c | 12 +
20664 drivers/rtc/rtc-dev.c | 3 +
20665 drivers/scsi/bfa/bfa_fcs.c | 19 +-
20666 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
20667 drivers/scsi/bfa/bfa_modules.h | 12 +-
20668 drivers/scsi/hpsa.h | 40 +-
20669 drivers/staging/dgnc/dgnc_mgmt.c | 1 +
20670 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
20671 drivers/staging/lustre/lustre/libcfs/module.c | 10 +-
20672 drivers/target/target_core_sbc.c | 17 +-
20673 drivers/target/target_core_transport.c | 14 +-
20674 drivers/tty/serial/uartlite.c | 4 +-
20675 drivers/tty/sysrq.c | 2 +-
20676 drivers/tty/vt/keyboard.c | 22 +-
20677 drivers/uio/uio.c | 6 +-
20678 drivers/usb/core/hub.c | 5 +
20679 drivers/usb/gadget/function/f_uac1.c | 1 +
20680 drivers/usb/gadget/function/u_uac1.c | 1 +
20681 drivers/usb/host/hwa-hc.c | 9 +-
20682 drivers/usb/usbip/vhci_sysfs.c | 2 +-
20683 drivers/video/fbdev/arcfb.c | 2 +-
20684 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
20685 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
20686 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
20687 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++-----
20688 drivers/xen/xenfs/xenstored.c | 5 +
20689 firmware/Makefile | 2 +
20690 firmware/WHENCE | 20 +-
20691 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
20692 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
20693 fs/9p/vfs_inode.c | 4 +-
20694 fs/attr.c | 1 +
20695 fs/autofs4/waitq.c | 9 +
20696 fs/binfmt_aout.c | 7 +
20697 fs/binfmt_elf.c | 50 +-
20698 fs/compat.c | 20 +-
20699 fs/coredump.c | 17 +-
20700 fs/dcache.c | 3 +
20701 fs/debugfs/inode.c | 11 +-
20702 fs/exec.c | 219 +-
20703 fs/ext2/balloc.c | 4 +-
20704 fs/ext2/super.c | 8 +-
20705 fs/ext4/balloc.c | 4 +-
20706 fs/fcntl.c | 4 +
20707 fs/fhandle.c | 3 +-
20708 fs/file.c | 4 +
20709 fs/filesystems.c | 4 +
20710 fs/fs_struct.c | 20 +-
20711 fs/hugetlbfs/inode.c | 5 +-
20712 fs/inode.c | 8 +-
20713 fs/kernfs/dir.c | 6 +
20714 fs/mount.h | 4 +-
20715 fs/namei.c | 286 +-
20716 fs/namespace.c | 24 +
20717 fs/nfsd/nfscache.c | 2 +-
20718 fs/open.c | 38 +
20719 fs/overlayfs/inode.c | 11 +-
20720 fs/overlayfs/super.c | 6 +-
20721 fs/pipe.c | 2 +-
20722 fs/posix_acl.c | 15 +-
20723 fs/proc/Kconfig | 10 +-
20724 fs/proc/array.c | 69 +-
20725 fs/proc/base.c | 186 +-
20726 fs/proc/cmdline.c | 4 +
20727 fs/proc/devices.c | 4 +
20728 fs/proc/fd.c | 17 +-
20729 fs/proc/generic.c | 64 +
20730 fs/proc/inode.c | 17 +
20731 fs/proc/internal.h | 11 +-
20732 fs/proc/interrupts.c | 4 +
20733 fs/proc/kcore.c | 3 +
20734 fs/proc/meminfo.c | 7 +-
20735 fs/proc/namespaces.c | 4 +-
20736 fs/proc/proc_net.c | 31 +
20737 fs/proc/proc_sysctl.c | 52 +-
20738 fs/proc/root.c | 8 +
20739 fs/proc/stat.c | 69 +-
20740 fs/proc/task_mmu.c | 66 +-
20741 fs/readdir.c | 19 +
20742 fs/reiserfs/item_ops.c | 24 +-
20743 fs/reiserfs/super.c | 4 +
20744 fs/select.c | 2 +
20745 fs/seq_file.c | 30 +-
20746 fs/splice.c | 8 +
20747 fs/stat.c | 20 +-
20748 fs/sysfs/dir.c | 30 +-
20749 fs/sysv/inode.c | 11 +-
20750 fs/utimes.c | 7 +
20751 fs/xattr.c | 26 +-
20752 grsecurity/Kconfig | 1182 ++++
20753 grsecurity/Makefile | 54 +
20754 grsecurity/gracl.c | 2757 +++++++++
20755 grsecurity/gracl_alloc.c | 105 +
20756 grsecurity/gracl_cap.c | 127 +
20757 grsecurity/gracl_compat.c | 269 +
20758 grsecurity/gracl_fs.c | 448 ++
20759 grsecurity/gracl_ip.c | 386 ++
20760 grsecurity/gracl_learn.c | 207 +
20761 grsecurity/gracl_policy.c | 1786 ++++++
20762 grsecurity/gracl_res.c | 68 +
20763 grsecurity/gracl_segv.c | 304 +
20764 grsecurity/gracl_shm.c | 40 +
20765 grsecurity/grsec_chdir.c | 19 +
20766 grsecurity/grsec_chroot.c | 467 ++
20767 grsecurity/grsec_disabled.c | 445 ++
20768 grsecurity/grsec_exec.c | 189 +
20769 grsecurity/grsec_fifo.c | 26 +
20770 grsecurity/grsec_fork.c | 23 +
20771 grsecurity/grsec_init.c | 290 +
20772 grsecurity/grsec_ipc.c | 48 +
20773 grsecurity/grsec_link.c | 65 +
20774 grsecurity/grsec_log.c | 340 +
20775 grsecurity/grsec_mem.c | 48 +
20776 grsecurity/grsec_mount.c | 65 +
20777 grsecurity/grsec_pax.c | 47 +
20778 grsecurity/grsec_proc.c | 20 +
20779 grsecurity/grsec_ptrace.c | 30 +
20780 grsecurity/grsec_sig.c | 236 +
20781 grsecurity/grsec_sock.c | 244 +
20782 grsecurity/grsec_sysctl.c | 488 ++
20783 grsecurity/grsec_time.c | 16 +
20784 grsecurity/grsec_tpe.c | 78 +
20785 grsecurity/grsec_usb.c | 15 +
20786 grsecurity/grsum.c | 64 +
20787 include/linux/binfmts.h | 5 +-
20788 include/linux/bitops.h | 2 +-
20789 include/linux/capability.h | 13 +
20790 include/linux/compiler-gcc.h | 5 +
20791 include/linux/compiler.h | 8 +
20792 include/linux/cred.h | 8 +-
20793 include/linux/dcache.h | 5 +-
20794 include/linux/fs.h | 24 +-
20795 include/linux/fs_struct.h | 2 +-
20796 include/linux/fsnotify.h | 6 +
20797 include/linux/gracl.h | 342 +
20798 include/linux/gracl_compat.h | 156 +
20799 include/linux/gralloc.h | 9 +
20800 include/linux/grdefs.h | 140 +
20801 include/linux/grinternal.h | 230 +
20802 include/linux/grmsg.h | 118 +
20803 include/linux/grsecurity.h | 255 +
20804 include/linux/grsock.h | 19 +
20805 include/linux/ipc.h | 2 +-
20806 include/linux/ipc_namespace.h | 2 +-
20807 include/linux/kallsyms.h | 18 +-
20808 include/linux/kmod.h | 5 +
20809 include/linux/kobject.h | 2 +-
20810 include/linux/lsm_hooks.h | 4 +-
20811 include/linux/mm.h | 12 +
20812 include/linux/mm_types.h | 4 +-
20813 include/linux/module.h | 5 +-
20814 include/linux/mount.h | 2 +-
20815 include/linux/msg.h | 2 +-
20816 include/linux/netfilter/xt_gradm.h | 9 +
20817 include/linux/path.h | 4 +-
20818 include/linux/perf_event.h | 13 +-
20819 include/linux/pid_namespace.h | 2 +-
20820 include/linux/printk.h | 2 +-
20821 include/linux/proc_fs.h | 22 +-
20822 include/linux/proc_ns.h | 2 +-
20823 include/linux/ptrace.h | 24 +-
20824 include/linux/random.h | 2 +-
20825 include/linux/rbtree_augmented.h | 4 +-
20826 include/linux/scatterlist.h | 12 +-
20827 include/linux/sched.h | 114 +-
20828 include/linux/security.h | 1 +
20829 include/linux/sem.h | 2 +-
20830 include/linux/seq_file.h | 5 +
20831 include/linux/shm.h | 6 +-
20832 include/linux/skbuff.h | 3 +
20833 include/linux/slab.h | 9 -
20834 include/linux/sysctl.h | 8 +-
20835 include/linux/thread_info.h | 6 +-
20836 include/linux/tty.h | 2 +-
20837 include/linux/tty_driver.h | 4 +-
20838 include/linux/uidgid.h | 5 +
20839 include/linux/user_namespace.h | 2 +-
20840 include/linux/utsname.h | 2 +-
20841 include/linux/vermagic.h | 16 +-
20842 include/linux/vmalloc.h | 20 +-
20843 include/net/af_unix.h | 2 +-
20844 include/net/dst.h | 33 +
20845 include/net/ip.h | 2 +-
20846 include/net/neighbour.h | 2 +-
20847 include/net/net_namespace.h | 2 +-
20848 include/net/sock.h | 4 +-
20849 include/target/target_core_base.h | 2 +-
20850 include/trace/events/fs.h | 53 +
20851 include/uapi/linux/personality.h | 1 +
20852 init/Kconfig | 4 +-
20853 init/main.c | 35 +-
20854 ipc/mqueue.c | 1 +
20855 ipc/msg.c | 3 +-
20856 ipc/sem.c | 3 +-
20857 ipc/shm.c | 26 +-
20858 ipc/util.c | 6 +
20859 kernel/auditsc.c | 2 +-
20860 kernel/bpf/syscall.c | 8 +-
20861 kernel/capability.c | 41 +-
20862 kernel/cgroup.c | 5 +-
20863 kernel/compat.c | 1 +
20864 kernel/configs.c | 11 +
20865 kernel/cred.c | 112 +-
20866 kernel/events/core.c | 16 +-
20867 kernel/exit.c | 10 +-
20868 kernel/fork.c | 86 +-
20869 kernel/futex.c | 6 +-
20870 kernel/futex_compat.c | 2 +-
20871 kernel/kallsyms.c | 9 +
20872 kernel/kcmp.c | 8 +-
20873 kernel/kexec_core.c | 2 +-
20874 kernel/kmod.c | 95 +-
20875 kernel/kprobes.c | 7 +-
20876 kernel/ksysfs.c | 2 +
20877 kernel/locking/lockdep_proc.c | 10 +-
20878 kernel/module.c | 108 +-
20879 kernel/panic.c | 4 +-
20880 kernel/pid.c | 23 +-
20881 kernel/power/Kconfig | 2 +
20882 kernel/printk/printk.c | 20 +-
20883 kernel/ptrace.c | 56 +-
20884 kernel/resource.c | 10 +
20885 kernel/sched/core.c | 11 +-
20886 kernel/signal.c | 37 +-
20887 kernel/sys.c | 64 +-
20888 kernel/sysctl.c | 172 +-
20889 kernel/taskstats.c | 6 +
20890 kernel/time/posix-timers.c | 8 +
20891 kernel/time/time.c | 5 +
20892 kernel/time/timekeeping.c | 3 +
20893 kernel/time/timer_list.c | 13 +-
20894 kernel/time/timer_stats.c | 10 +-
20895 kernel/trace/Kconfig | 2 +
20896 kernel/trace/trace_syscalls.c | 8 +
20897 kernel/user_namespace.c | 15 +
20898 lib/Kconfig.debug | 13 +-
20899 lib/Kconfig.kasan | 2 +-
20900 lib/is_single_threaded.c | 3 +
20901 lib/list_debug.c | 65 +-
20902 lib/nlattr.c | 2 +
20903 lib/rbtree.c | 4 +-
20904 lib/vsprintf.c | 39 +-
20905 localversion-grsec | 1 +
20906 mm/Kconfig | 8 +-
20907 mm/Kconfig.debug | 1 +
20908 mm/filemap.c | 1 +
20909 mm/kmemleak.c | 4 +-
20910 mm/memory.c | 2 +-
20911 mm/mempolicy.c | 12 +-
20912 mm/migrate.c | 3 +-
20913 mm/mlock.c | 6 +-
20914 mm/mmap.c | 93 +-
20915 mm/mprotect.c | 8 +
20916 mm/oom_kill.c | 28 +-
20917 mm/page_alloc.c | 2 +-
20918 mm/process_vm_access.c | 8 +-
20919 mm/shmem.c | 36 +-
20920 mm/slab.c | 14 +-
20921 mm/slab_common.c | 2 +-
20922 mm/slob.c | 12 +
20923 mm/slub.c | 33 +-
20924 mm/util.c | 3 +
20925 mm/vmalloc.c | 129 +-
20926 mm/vmstat.c | 29 +-
20927 net/appletalk/atalk_proc.c | 2 +-
20928 net/atm/lec.c | 6 +-
20929 net/atm/mpoa_caches.c | 42 +-
20930 net/bluetooth/sco.c | 3 +
20931 net/can/bcm.c | 2 +-
20932 net/can/proc.c | 2 +-
20933 net/core/dev_ioctl.c | 7 +-
20934 net/core/filter.c | 8 +-
20935 net/core/net-procfs.c | 17 +-
20936 net/core/pktgen.c | 2 +-
20937 net/core/sock.c | 3 +-
20938 net/core/sysctl_net_core.c | 2 +-
20939 net/decnet/dn_dev.c | 2 +-
20940 net/ipv4/devinet.c | 6 +-
20941 net/ipv4/inet_hashtables.c | 4 +
20942 net/ipv4/ip_input.c | 7 +
20943 net/ipv4/ip_sockglue.c | 3 +-
20944 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
20945 net/ipv4/netfilter/nf_nat_pptp.c | 2 +-
20946 net/ipv4/route.c | 6 +-
20947 net/ipv4/tcp_input.c | 4 +-
20948 net/ipv4/tcp_ipv4.c | 29 +-
20949 net/ipv4/tcp_minisocks.c | 9 +-
20950 net/ipv4/tcp_timer.c | 11 +
20951 net/ipv4/udp.c | 24 +
20952 net/ipv6/addrconf.c | 13 +-
20953 net/ipv6/proc.c | 2 +-
20954 net/ipv6/tcp_ipv6.c | 26 +-
20955 net/ipv6/udp.c | 7 +
20956 net/ipx/ipx_proc.c | 2 +-
20957 net/irda/irproc.c | 2 +-
20958 net/llc/llc_proc.c | 2 +-
20959 net/netfilter/Kconfig | 10 +
20960 net/netfilter/Makefile | 1 +
20961 net/netfilter/nf_conntrack_core.c | 8 +
20962 net/netfilter/xt_gradm.c | 51 +
20963 net/netfilter/xt_hashlimit.c | 4 +-
20964 net/netfilter/xt_recent.c | 2 +-
20965 net/sched/sch_api.c | 2 +-
20966 net/sctp/socket.c | 4 +-
20967 net/socket.c | 75 +-
20968 net/sunrpc/Kconfig | 1 +
20969 net/sunrpc/cache.c | 2 +-
20970 net/sunrpc/stats.c | 2 +-
20971 net/sysctl_net.c | 2 +-
20972 net/unix/af_unix.c | 52 +-
20973 net/vmw_vsock/vmci_transport_notify.c | 30 +-
20974 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
20975 net/x25/sysctl_net_x25.c | 2 +-
20976 net/x25/x25_proc.c | 2 +-
20977 scripts/package/Makefile | 2 +-
20978 scripts/package/mkspec | 41 +-
20979 security/Kconfig | 369 +-
20980 security/apparmor/file.c | 4 +-
20981 security/apparmor/lsm.c | 8 +-
20982 security/commoncap.c | 36 +-
20983 security/min_addr.c | 2 +
20984 security/smack/smack_lsm.c | 8 +-
20985 security/tomoyo/file.c | 12 +-
20986 security/tomoyo/mount.c | 4 +
20987 security/tomoyo/tomoyo.c | 20 +-
20988 security/yama/Kconfig | 2 +-
20989 security/yama/yama_lsm.c | 4 +-
20990 sound/synth/emux/emux_seq.c | 14 +-
20991 sound/usb/line6/driver.c | 40 +-
20992 sound/usb/line6/toneport.c | 12 +-
20993 tools/gcc/.gitignore | 1 +
20994 tools/gcc/Makefile | 12 +
20995 tools/gcc/gen-random-seed.sh | 8 +
20996 tools/gcc/randomize_layout_plugin.c | 930 +++
20997 tools/gcc/size_overflow_plugin/.gitignore | 1 +
20998 .../size_overflow_plugin/size_overflow_hash.data | 459 ++-
20999 511 files changed, 32631 insertions(+), 3196 deletions(-)
21000
21001 commit a76adb92ce39aee8eec5a025c828030ad6135c6d
21002 Author: Brad Spengler <spender@grsecurity.net>
21003 Date: Tue Dec 15 14:31:49 2015 -0500
21004
21005 Update to pax-linux-4.3.3-test11.patch:
21006 - fixed a few compile regressions with the recent plugin changes, reported by spender
21007 - updated the size overflow hash table
21008
21009 tools/gcc/latent_entropy_plugin.c | 2 +-
21010 .../size_overflow_plugin/size_overflow_hash.data | 66 +++++++++++++++++---
21011 tools/gcc/stackleak_plugin.c | 2 +-
21012 tools/gcc/structleak_plugin.c | 6 +--
21013 4 files changed, 60 insertions(+), 16 deletions(-)
21014
21015 commit f7284b1fc06628fcb2d35d2beecdea5454d46af9
21016 Author: Brad Spengler <spender@grsecurity.net>
21017 Date: Tue Dec 15 11:50:24 2015 -0500
21018
21019 Apply structleak ICE fix for gcc < 4.9
21020
21021 tools/gcc/structleak_plugin.c | 4 ++++
21022 1 files changed, 4 insertions(+), 0 deletions(-)
21023
21024 commit 92fe3eb9fd10ec7f7334decab1526989669b0287
21025 Author: Brad Spengler <spender@grsecurity.net>
21026 Date: Tue Dec 15 07:57:06 2015 -0500
21027
21028 Update to pax-linux-4.3.1-test10.patch:
21029 - Emese fixed INDIRECT_REF and TARGET_MEM_REF handling in the initify plugin
21030 - Emese regenerated the size overflow hash tables for 4.3
21031 - fixed some compat syscall exit paths to restore r12 under KERNEXEC/or
21032 - the latent entropy, stackleak and structleak plugins no longer split the entry block unnecessarily
21033
21034 arch/x86/entry/entry_64.S | 2 +-
21035 arch/x86/entry/entry_64_compat.S | 15 +-
21036 scripts/package/builddeb | 2 +-
21037 tools/gcc/initify_plugin.c | 11 +-
21038 tools/gcc/latent_entropy_plugin.c | 20 +-
21039 .../disable_size_overflow_hash.data | 4 +
21040 .../size_overflow_plugin/size_overflow_hash.data | 5345 +++++++++++---------
21041 tools/gcc/stackleak_plugin.c | 26 +-
21042 tools/gcc/structleak_plugin.c | 21 +-
21043 9 files changed, 3079 insertions(+), 2367 deletions(-)
21044
21045 commit 5bd245cb687319079c2f1c0d6a1170791ed1ed2c
21046 Merge: b5847e6 3548341
21047 Author: Brad Spengler <spender@grsecurity.net>
21048 Date: Tue Dec 15 07:47:56 2015 -0500
21049
21050 Merge branch 'linux-4.3.y' into pax-4_3
21051
21052 Conflicts:
21053 net/unix/af_unix.c
21054
21055 commit b5847e6a896c5d99191135ca4d7c3b6be8f116ff
21056 Author: Brad Spengler <spender@grsecurity.net>
21057 Date: Wed Dec 9 23:11:36 2015 -0500
21058
21059 Update to pax-linux-4.3.1-test9.patch:
21060 - 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)
21061 - Emese fixed an intentional overflow caused by gcc, reported by saironiq (https://forums.grsecurity.net/viewtopic.php?f=3&t=4333)
21062 - Emese fixed a false positive overflow report in the forcedeth driver, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?t=4334)
21063 - Emese fixed a false positive overflow report in KVM's emulator, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4336)
21064 - Emese fixed the initify plugin to detect some captured use of __func__, reported by Rasmus Villemoes <linux@rasmusvillemoes.dk>
21065 - constrained shmmax and shmall to avoid triggering size overflow checks, reported by Mathias Krause <minipli@ld-linux.so>
21066 - 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
21067
21068 Makefile | 6 +
21069 arch/x86/include/asm/compat.h | 4 +
21070 arch/x86/include/asm/dma.h | 2 +
21071 arch/x86/include/asm/pmem.h | 2 +-
21072 arch/x86/include/asm/uaccess.h | 20 +-
21073 arch/x86/kernel/apic/vector.c | 6 +-
21074 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
21075 arch/x86/kernel/cpu/perf_event_intel.c | 28 +-
21076 arch/x86/kernel/head_64.S | 1 -
21077 arch/x86/kvm/i8259.c | 10 +-
21078 arch/x86/kvm/ioapic.c | 2 +
21079 arch/x86/kvm/x86.c | 2 +
21080 arch/x86/lib/usercopy_64.c | 2 +-
21081 arch/x86/mm/mpx.c | 4 +-
21082 arch/x86/mm/pageattr.c | 7 +
21083 drivers/base/devres.c | 4 +-
21084 drivers/base/power/runtime.c | 6 +-
21085 drivers/base/regmap/regmap.c | 4 +-
21086 drivers/block/drbd/drbd_receiver.c | 4 +-
21087 drivers/block/drbd/drbd_worker.c | 6 +-
21088 drivers/char/virtio_console.c | 6 +-
21089 drivers/md/dm.c | 12 +-
21090 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
21091 drivers/net/macvtap.c | 4 +-
21092 drivers/video/fbdev/core/fbmem.c | 10 +-
21093 fs/compat.c | 3 +-
21094 fs/coredump.c | 2 +-
21095 fs/dcache.c | 13 +-
21096 fs/fhandle.c | 2 +-
21097 fs/file.c | 14 +-
21098 fs/fs-writeback.c | 11 +-
21099 fs/overlayfs/copy_up.c | 2 +-
21100 fs/readdir.c | 3 +-
21101 fs/super.c | 3 +-
21102 include/linux/compiler.h | 36 ++-
21103 include/linux/rcupdate.h | 8 +
21104 include/linux/sched.h | 4 +-
21105 include/linux/seqlock.h | 10 +
21106 include/linux/spinlock.h | 17 +-
21107 include/linux/srcu.h | 5 +-
21108 include/linux/syscalls.h | 2 +-
21109 include/linux/writeback.h | 3 +-
21110 include/uapi/linux/swab.h | 6 +-
21111 ipc/ipc_sysctl.c | 6 +
21112 kernel/exit.c | 25 +-
21113 kernel/resource.c | 4 +-
21114 kernel/signal.c | 12 +-
21115 kernel/user.c | 2 +-
21116 kernel/workqueue.c | 6 +-
21117 lib/rhashtable.c | 4 +-
21118 net/compat.c | 2 +-
21119 net/ipv4/xfrm4_mode_transport.c | 2 +-
21120 security/keys/internal.h | 8 +-
21121 security/keys/keyring.c | 4 -
21122 sound/core/seq/seq_clientmgr.c | 8 +-
21123 sound/core/seq/seq_compat.c | 2 +-
21124 sound/core/seq/seq_memory.c | 6 +-
21125 tools/gcc/checker_plugin.c | 415 +++++++++++++++++++-
21126 tools/gcc/gcc-common.h | 1 +
21127 tools/gcc/initify_plugin.c | 33 ++-
21128 .../disable_size_overflow_hash.data | 1 +
21129 .../size_overflow_plugin/size_overflow_hash.data | 1 -
21130 62 files changed, 708 insertions(+), 140 deletions(-)
21131
21132 commit f2634c2f6995f4231616f24ed016f890c701f939
21133 Merge: 1241bff 5f8b236
21134 Author: Brad Spengler <spender@grsecurity.net>
21135 Date: Wed Dec 9 21:50:47 2015 -0500
21136
21137 Merge branch 'linux-4.3.y' into pax-4_3
21138
21139 Conflicts:
21140 arch/x86/kernel/fpu/xstate.c
21141 arch/x86/kernel/head_64.S
21142
21143 commit 1241bff82e3d7dadb05de0a60b8d2822afc6547c
21144 Author: Brad Spengler <spender@grsecurity.net>
21145 Date: Sun Dec 6 08:44:56 2015 -0500
21146
21147 Update to pax-linux-4.3-test8.patch:
21148 - 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)
21149 - gcc plugin compilation problems will now also produce the output of the checking script to make diagnosis easier, reported by hunger
21150 - 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)
21151 - 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)
21152
21153 Makefile | 5 +++
21154 drivers/md/md.c | 5 ++-
21155 drivers/md/raid1.c | 2 +-
21156 fs/proc/task_mmu.c | 3 ++
21157 .../disable_size_overflow_hash.data | 4 ++-
21158 .../size_overflow_plugin/intentional_overflow.c | 32 ++++++++++++++++---
21159 .../size_overflow_plugin/size_overflow_hash.data | 2 -
21160 .../size_overflow_plugin/size_overflow_plugin.c | 2 +-
21161 8 files changed, 43 insertions(+), 12 deletions(-)
21162
21163 commit cce6a9f9bdd27096632ca1c0246dcc07f2eb1a18
21164 Author: Brad Spengler <spender@grsecurity.net>
21165 Date: Fri Dec 4 14:24:12 2015 -0500
21166
21167 Initial import of pax-linux-4.3-test7.patch
21168
21169 Documentation/dontdiff | 47 +-
21170 Documentation/kbuild/makefiles.txt | 39 +-
21171 Documentation/kernel-parameters.txt | 28 +
21172 Makefile | 108 +-
21173 arch/alpha/include/asm/atomic.h | 10 +
21174 arch/alpha/include/asm/elf.h | 7 +
21175 arch/alpha/include/asm/pgalloc.h | 6 +
21176 arch/alpha/include/asm/pgtable.h | 11 +
21177 arch/alpha/kernel/module.c | 2 +-
21178 arch/alpha/kernel/osf_sys.c | 8 +-
21179 arch/alpha/mm/fault.c | 141 +-
21180 arch/arm/Kconfig | 2 +-
21181 arch/arm/include/asm/atomic.h | 320 +-
21182 arch/arm/include/asm/cache.h | 5 +-
21183 arch/arm/include/asm/cacheflush.h | 2 +-
21184 arch/arm/include/asm/checksum.h | 14 +-
21185 arch/arm/include/asm/cmpxchg.h | 4 +
21186 arch/arm/include/asm/cpuidle.h | 2 +-
21187 arch/arm/include/asm/domain.h | 22 +-
21188 arch/arm/include/asm/elf.h | 9 +-
21189 arch/arm/include/asm/fncpy.h | 2 +
21190 arch/arm/include/asm/futex.h | 10 +
21191 arch/arm/include/asm/kmap_types.h | 2 +-
21192 arch/arm/include/asm/mach/dma.h | 2 +-
21193 arch/arm/include/asm/mach/map.h | 16 +-
21194 arch/arm/include/asm/outercache.h | 2 +-
21195 arch/arm/include/asm/page.h | 3 +-
21196 arch/arm/include/asm/pgalloc.h | 20 +
21197 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
21198 arch/arm/include/asm/pgtable-2level.h | 3 +
21199 arch/arm/include/asm/pgtable-3level.h | 3 +
21200 arch/arm/include/asm/pgtable.h | 54 +-
21201 arch/arm/include/asm/smp.h | 2 +-
21202 arch/arm/include/asm/tls.h | 3 +
21203 arch/arm/include/asm/uaccess.h | 79 +-
21204 arch/arm/include/uapi/asm/ptrace.h | 2 +-
21205 arch/arm/kernel/armksyms.c | 2 +-
21206 arch/arm/kernel/cpuidle.c | 2 +-
21207 arch/arm/kernel/entry-armv.S | 109 +-
21208 arch/arm/kernel/entry-common.S | 40 +-
21209 arch/arm/kernel/entry-header.S | 55 +
21210 arch/arm/kernel/fiq.c | 3 +
21211 arch/arm/kernel/module-plts.c | 7 +-
21212 arch/arm/kernel/module.c | 38 +-
21213 arch/arm/kernel/patch.c | 2 +
21214 arch/arm/kernel/process.c | 90 +-
21215 arch/arm/kernel/reboot.c | 1 +
21216 arch/arm/kernel/setup.c | 20 +-
21217 arch/arm/kernel/signal.c | 35 +-
21218 arch/arm/kernel/smp.c | 2 +-
21219 arch/arm/kernel/tcm.c | 4 +-
21220 arch/arm/kernel/vmlinux.lds.S | 6 +-
21221 arch/arm/kvm/arm.c | 8 +-
21222 arch/arm/lib/copy_page.S | 1 +
21223 arch/arm/lib/csumpartialcopyuser.S | 4 +-
21224 arch/arm/lib/delay.c | 2 +-
21225 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
21226 arch/arm/mach-exynos/suspend.c | 6 +-
21227 arch/arm/mach-mvebu/coherency.c | 4 +-
21228 arch/arm/mach-omap2/board-n8x0.c | 2 +-
21229 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
21230 arch/arm/mach-omap2/omap-smp.c | 1 +
21231 arch/arm/mach-omap2/omap-wakeupgen.c | 2 +-
21232 arch/arm/mach-omap2/omap_device.c | 4 +-
21233 arch/arm/mach-omap2/omap_device.h | 4 +-
21234 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
21235 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
21236 arch/arm/mach-omap2/wd_timer.c | 6 +-
21237 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
21238 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
21239 arch/arm/mach-tegra/irq.c | 1 +
21240 arch/arm/mach-ux500/pm.c | 1 +
21241 arch/arm/mach-zynq/platsmp.c | 1 +
21242 arch/arm/mm/Kconfig | 6 +-
21243 arch/arm/mm/alignment.c | 8 +
21244 arch/arm/mm/cache-l2x0.c | 2 +-
21245 arch/arm/mm/context.c | 10 +-
21246 arch/arm/mm/fault.c | 146 +
21247 arch/arm/mm/fault.h | 12 +
21248 arch/arm/mm/init.c | 39 +
21249 arch/arm/mm/ioremap.c | 4 +-
21250 arch/arm/mm/mmap.c | 30 +-
21251 arch/arm/mm/mmu.c | 162 +-
21252 arch/arm/net/bpf_jit_32.c | 3 +
21253 arch/arm/plat-iop/setup.c | 2 +-
21254 arch/arm/plat-omap/sram.c | 2 +
21255 arch/arm64/include/asm/atomic.h | 10 +
21256 arch/arm64/include/asm/percpu.h | 8 +-
21257 arch/arm64/include/asm/pgalloc.h | 5 +
21258 arch/arm64/include/asm/uaccess.h | 1 +
21259 arch/arm64/mm/dma-mapping.c | 2 +-
21260 arch/avr32/include/asm/elf.h | 8 +-
21261 arch/avr32/include/asm/kmap_types.h | 4 +-
21262 arch/avr32/mm/fault.c | 27 +
21263 arch/frv/include/asm/atomic.h | 10 +
21264 arch/frv/include/asm/kmap_types.h | 2 +-
21265 arch/frv/mm/elf-fdpic.c | 3 +-
21266 arch/ia64/Makefile | 1 +
21267 arch/ia64/include/asm/atomic.h | 10 +
21268 arch/ia64/include/asm/elf.h | 7 +
21269 arch/ia64/include/asm/pgalloc.h | 12 +
21270 arch/ia64/include/asm/pgtable.h | 13 +-
21271 arch/ia64/include/asm/spinlock.h | 2 +-
21272 arch/ia64/include/asm/uaccess.h | 27 +-
21273 arch/ia64/kernel/module.c | 45 +-
21274 arch/ia64/kernel/palinfo.c | 2 +-
21275 arch/ia64/kernel/sys_ia64.c | 7 +
21276 arch/ia64/kernel/vmlinux.lds.S | 2 +-
21277 arch/ia64/mm/fault.c | 32 +-
21278 arch/ia64/mm/init.c | 15 +-
21279 arch/m32r/lib/usercopy.c | 6 +
21280 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
21281 arch/mips/include/asm/atomic.h | 368 +-
21282 arch/mips/include/asm/elf.h | 7 +
21283 arch/mips/include/asm/exec.h | 2 +-
21284 arch/mips/include/asm/hw_irq.h | 2 +-
21285 arch/mips/include/asm/local.h | 57 +
21286 arch/mips/include/asm/page.h | 2 +-
21287 arch/mips/include/asm/pgalloc.h | 5 +
21288 arch/mips/include/asm/pgtable.h | 3 +
21289 arch/mips/include/asm/uaccess.h | 1 +
21290 arch/mips/kernel/binfmt_elfn32.c | 7 +
21291 arch/mips/kernel/binfmt_elfo32.c | 7 +
21292 arch/mips/kernel/irq-gt641xx.c | 2 +-
21293 arch/mips/kernel/irq.c | 6 +-
21294 arch/mips/kernel/pm-cps.c | 2 +-
21295 arch/mips/kernel/process.c | 12 -
21296 arch/mips/kernel/sync-r4k.c | 24 +-
21297 arch/mips/kernel/traps.c | 13 +-
21298 arch/mips/mm/fault.c | 25 +
21299 arch/mips/mm/mmap.c | 51 +-
21300 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
21301 arch/mips/sni/rm200.c | 2 +-
21302 arch/mips/vr41xx/common/icu.c | 2 +-
21303 arch/mips/vr41xx/common/irq.c | 4 +-
21304 arch/parisc/include/asm/atomic.h | 10 +
21305 arch/parisc/include/asm/elf.h | 7 +
21306 arch/parisc/include/asm/pgalloc.h | 6 +
21307 arch/parisc/include/asm/pgtable.h | 11 +
21308 arch/parisc/include/asm/uaccess.h | 4 +-
21309 arch/parisc/kernel/module.c | 50 +-
21310 arch/parisc/kernel/sys_parisc.c | 15 +
21311 arch/parisc/kernel/traps.c | 4 +-
21312 arch/parisc/mm/fault.c | 140 +-
21313 arch/powerpc/include/asm/atomic.h | 329 +-
21314 arch/powerpc/include/asm/elf.h | 12 +
21315 arch/powerpc/include/asm/exec.h | 2 +-
21316 arch/powerpc/include/asm/kmap_types.h | 2 +-
21317 arch/powerpc/include/asm/local.h | 46 +
21318 arch/powerpc/include/asm/mman.h | 2 +-
21319 arch/powerpc/include/asm/page.h | 8 +-
21320 arch/powerpc/include/asm/page_64.h | 7 +-
21321 arch/powerpc/include/asm/pgalloc-64.h | 7 +
21322 arch/powerpc/include/asm/pgtable.h | 1 +
21323 arch/powerpc/include/asm/pte-hash32.h | 1 +
21324 arch/powerpc/include/asm/reg.h | 1 +
21325 arch/powerpc/include/asm/smp.h | 2 +-
21326 arch/powerpc/include/asm/spinlock.h | 42 +-
21327 arch/powerpc/include/asm/uaccess.h | 141 +-
21328 arch/powerpc/kernel/Makefile | 5 +
21329 arch/powerpc/kernel/exceptions-64e.S | 4 +-
21330 arch/powerpc/kernel/exceptions-64s.S | 2 +-
21331 arch/powerpc/kernel/module_32.c | 15 +-
21332 arch/powerpc/kernel/process.c | 46 -
21333 arch/powerpc/kernel/signal_32.c | 2 +-
21334 arch/powerpc/kernel/signal_64.c | 2 +-
21335 arch/powerpc/kernel/traps.c | 21 +
21336 arch/powerpc/kernel/vdso.c | 5 +-
21337 arch/powerpc/lib/usercopy_64.c | 18 -
21338 arch/powerpc/mm/fault.c | 56 +-
21339 arch/powerpc/mm/mmap.c | 16 +
21340 arch/powerpc/mm/slice.c | 13 +-
21341 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
21342 arch/s390/include/asm/atomic.h | 10 +
21343 arch/s390/include/asm/elf.h | 7 +
21344 arch/s390/include/asm/exec.h | 2 +-
21345 arch/s390/include/asm/uaccess.h | 13 +-
21346 arch/s390/kernel/module.c | 22 +-
21347 arch/s390/kernel/process.c | 24 -
21348 arch/s390/mm/mmap.c | 16 +
21349 arch/score/include/asm/exec.h | 2 +-
21350 arch/score/kernel/process.c | 5 -
21351 arch/sh/mm/mmap.c | 22 +-
21352 arch/sparc/include/asm/atomic_64.h | 110 +-
21353 arch/sparc/include/asm/cache.h | 2 +-
21354 arch/sparc/include/asm/elf_32.h | 7 +
21355 arch/sparc/include/asm/elf_64.h | 7 +
21356 arch/sparc/include/asm/pgalloc_32.h | 1 +
21357 arch/sparc/include/asm/pgalloc_64.h | 1 +
21358 arch/sparc/include/asm/pgtable.h | 4 +
21359 arch/sparc/include/asm/pgtable_32.h | 15 +-
21360 arch/sparc/include/asm/pgtsrmmu.h | 5 +
21361 arch/sparc/include/asm/setup.h | 4 +-
21362 arch/sparc/include/asm/spinlock_64.h | 35 +-
21363 arch/sparc/include/asm/thread_info_32.h | 1 +
21364 arch/sparc/include/asm/thread_info_64.h | 2 +
21365 arch/sparc/include/asm/uaccess.h | 1 +
21366 arch/sparc/include/asm/uaccess_32.h | 28 +-
21367 arch/sparc/include/asm/uaccess_64.h | 24 +-
21368 arch/sparc/kernel/Makefile | 2 +-
21369 arch/sparc/kernel/prom_common.c | 2 +-
21370 arch/sparc/kernel/smp_64.c | 8 +-
21371 arch/sparc/kernel/sys_sparc_32.c | 2 +-
21372 arch/sparc/kernel/sys_sparc_64.c | 52 +-
21373 arch/sparc/kernel/traps_64.c | 27 +-
21374 arch/sparc/lib/Makefile | 2 +-
21375 arch/sparc/lib/atomic_64.S | 57 +-
21376 arch/sparc/lib/ksyms.c | 6 +-
21377 arch/sparc/mm/Makefile | 2 +-
21378 arch/sparc/mm/fault_32.c | 292 +
21379 arch/sparc/mm/fault_64.c | 486 +
21380 arch/sparc/mm/hugetlbpage.c | 22 +-
21381 arch/sparc/mm/init_64.c | 10 +-
21382 arch/tile/include/asm/atomic_64.h | 10 +
21383 arch/tile/include/asm/uaccess.h | 4 +-
21384 arch/um/Makefile | 4 +
21385 arch/um/include/asm/kmap_types.h | 2 +-
21386 arch/um/include/asm/page.h | 3 +
21387 arch/um/include/asm/pgtable-3level.h | 1 +
21388 arch/um/kernel/process.c | 16 -
21389 arch/x86/Kconfig | 15 +-
21390 arch/x86/Kconfig.cpu | 6 +-
21391 arch/x86/Kconfig.debug | 4 +-
21392 arch/x86/Makefile | 13 +-
21393 arch/x86/boot/Makefile | 3 +
21394 arch/x86/boot/bitops.h | 4 +-
21395 arch/x86/boot/boot.h | 2 +-
21396 arch/x86/boot/compressed/Makefile | 3 +
21397 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
21398 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
21399 arch/x86/boot/compressed/head_32.S | 4 +-
21400 arch/x86/boot/compressed/head_64.S | 12 +-
21401 arch/x86/boot/compressed/misc.c | 11 +-
21402 arch/x86/boot/cpucheck.c | 16 +-
21403 arch/x86/boot/header.S | 6 +-
21404 arch/x86/boot/memory.c | 2 +-
21405 arch/x86/boot/video-vesa.c | 1 +
21406 arch/x86/boot/video.c | 2 +-
21407 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
21408 arch/x86/crypto/aesni-intel_asm.S | 106 +-
21409 arch/x86/crypto/blowfish-x86_64-asm_64.S | 7 +
21410 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 10 +
21411 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 10 +
21412 arch/x86/crypto/camellia-x86_64-asm_64.S | 7 +
21413 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 51 +-
21414 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 25 +-
21415 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 4 +-
21416 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
21417 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
21418 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 9 +
21419 arch/x86/crypto/serpent-avx2-asm_64.S | 9 +
21420 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
21421 arch/x86/crypto/sha1_ssse3_asm.S | 10 +-
21422 arch/x86/crypto/sha256-avx-asm.S | 2 +
21423 arch/x86/crypto/sha256-avx2-asm.S | 2 +
21424 arch/x86/crypto/sha256-ssse3-asm.S | 2 +
21425 arch/x86/crypto/sha512-avx-asm.S | 2 +
21426 arch/x86/crypto/sha512-avx2-asm.S | 2 +
21427 arch/x86/crypto/sha512-ssse3-asm.S | 2 +
21428 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 25 +-
21429 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 4 +
21430 arch/x86/crypto/twofish-x86_64-asm_64.S | 3 +
21431 arch/x86/entry/calling.h | 86 +-
21432 arch/x86/entry/common.c | 13 +-
21433 arch/x86/entry/entry_32.S | 351 +-
21434 arch/x86/entry/entry_64.S | 619 +-
21435 arch/x86/entry/entry_64_compat.S | 159 +-
21436 arch/x86/entry/thunk_64.S | 2 +
21437 arch/x86/entry/vdso/Makefile | 2 +-
21438 arch/x86/entry/vdso/vdso2c.h | 8 +-
21439 arch/x86/entry/vdso/vma.c | 41 +-
21440 arch/x86/entry/vsyscall/vsyscall_64.c | 16 +-
21441 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 2 +-
21442 arch/x86/ia32/ia32_signal.c | 23 +-
21443 arch/x86/ia32/sys_ia32.c | 42 +-
21444 arch/x86/include/asm/alternative-asm.h | 43 +-
21445 arch/x86/include/asm/alternative.h | 4 +-
21446 arch/x86/include/asm/apic.h | 2 +-
21447 arch/x86/include/asm/apm.h | 4 +-
21448 arch/x86/include/asm/atomic.h | 230 +-
21449 arch/x86/include/asm/atomic64_32.h | 100 +
21450 arch/x86/include/asm/atomic64_64.h | 164 +-
21451 arch/x86/include/asm/bitops.h | 18 +-
21452 arch/x86/include/asm/boot.h | 2 +-
21453 arch/x86/include/asm/cache.h | 5 +-
21454 arch/x86/include/asm/checksum_32.h | 12 +-
21455 arch/x86/include/asm/cmpxchg.h | 39 +
21456 arch/x86/include/asm/compat.h | 2 +-
21457 arch/x86/include/asm/cpufeature.h | 17 +-
21458 arch/x86/include/asm/desc.h | 78 +-
21459 arch/x86/include/asm/desc_defs.h | 6 +
21460 arch/x86/include/asm/div64.h | 2 +-
21461 arch/x86/include/asm/elf.h | 33 +-
21462 arch/x86/include/asm/emergency-restart.h | 2 +-
21463 arch/x86/include/asm/fpu/internal.h | 42 +-
21464 arch/x86/include/asm/fpu/types.h | 6 +-
21465 arch/x86/include/asm/futex.h | 14 +-
21466 arch/x86/include/asm/hw_irq.h | 4 +-
21467 arch/x86/include/asm/i8259.h | 2 +-
21468 arch/x86/include/asm/io.h | 22 +-
21469 arch/x86/include/asm/irqflags.h | 5 +
21470 arch/x86/include/asm/kprobes.h | 9 +-
21471 arch/x86/include/asm/local.h | 106 +-
21472 arch/x86/include/asm/mman.h | 15 +
21473 arch/x86/include/asm/mmu.h | 14 +-
21474 arch/x86/include/asm/mmu_context.h | 114 +-
21475 arch/x86/include/asm/module.h | 17 +-
21476 arch/x86/include/asm/nmi.h | 19 +-
21477 arch/x86/include/asm/page.h | 1 +
21478 arch/x86/include/asm/page_32.h | 12 +-
21479 arch/x86/include/asm/page_64.h | 14 +-
21480 arch/x86/include/asm/paravirt.h | 46 +-
21481 arch/x86/include/asm/paravirt_types.h | 15 +-
21482 arch/x86/include/asm/pgalloc.h | 23 +
21483 arch/x86/include/asm/pgtable-2level.h | 2 +
21484 arch/x86/include/asm/pgtable-3level.h | 7 +
21485 arch/x86/include/asm/pgtable.h | 128 +-
21486 arch/x86/include/asm/pgtable_32.h | 14 +-
21487 arch/x86/include/asm/pgtable_32_types.h | 24 +-
21488 arch/x86/include/asm/pgtable_64.h | 23 +-
21489 arch/x86/include/asm/pgtable_64_types.h | 5 +
21490 arch/x86/include/asm/pgtable_types.h | 26 +-
21491 arch/x86/include/asm/preempt.h | 2 +-
21492 arch/x86/include/asm/processor.h | 57 +-
21493 arch/x86/include/asm/ptrace.h | 13 +-
21494 arch/x86/include/asm/realmode.h | 4 +-
21495 arch/x86/include/asm/reboot.h | 10 +-
21496 arch/x86/include/asm/rmwcc.h | 84 +-
21497 arch/x86/include/asm/rwsem.h | 60 +-
21498 arch/x86/include/asm/segment.h | 27 +-
21499 arch/x86/include/asm/smap.h | 43 +
21500 arch/x86/include/asm/smp.h | 14 +-
21501 arch/x86/include/asm/stackprotector.h | 4 +-
21502 arch/x86/include/asm/stacktrace.h | 32 +-
21503 arch/x86/include/asm/switch_to.h | 4 +-
21504 arch/x86/include/asm/sys_ia32.h | 6 +-
21505 arch/x86/include/asm/thread_info.h | 27 +-
21506 arch/x86/include/asm/tlbflush.h | 77 +-
21507 arch/x86/include/asm/uaccess.h | 192 +-
21508 arch/x86/include/asm/uaccess_32.h | 28 +-
21509 arch/x86/include/asm/uaccess_64.h | 169 +-
21510 arch/x86/include/asm/word-at-a-time.h | 2 +-
21511 arch/x86/include/asm/x86_init.h | 10 +-
21512 arch/x86/include/asm/xen/page.h | 2 +-
21513 arch/x86/include/uapi/asm/e820.h | 2 +-
21514 arch/x86/kernel/Makefile | 2 +-
21515 arch/x86/kernel/acpi/boot.c | 4 +-
21516 arch/x86/kernel/acpi/sleep.c | 4 +
21517 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
21518 arch/x86/kernel/alternative.c | 124 +-
21519 arch/x86/kernel/apic/apic.c | 4 +-
21520 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
21521 arch/x86/kernel/apic/apic_noop.c | 2 +-
21522 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
21523 arch/x86/kernel/apic/io_apic.c | 8 +-
21524 arch/x86/kernel/apic/msi.c | 2 +-
21525 arch/x86/kernel/apic/probe_32.c | 4 +-
21526 arch/x86/kernel/apic/vector.c | 4 +-
21527 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
21528 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
21529 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
21530 arch/x86/kernel/apm_32.c | 21 +-
21531 arch/x86/kernel/asm-offsets.c | 20 +
21532 arch/x86/kernel/asm-offsets_64.c | 1 +
21533 arch/x86/kernel/cpu/Makefile | 4 -
21534 arch/x86/kernel/cpu/amd.c | 2 +-
21535 arch/x86/kernel/cpu/bugs_64.c | 2 +
21536 arch/x86/kernel/cpu/common.c | 202 +-
21537 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
21538 arch/x86/kernel/cpu/mcheck/mce.c | 34 +-
21539 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
21540 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
21541 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
21542 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
21543 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
21544 arch/x86/kernel/cpu/perf_event.c | 10 +-
21545 arch/x86/kernel/cpu/perf_event_amd_iommu.c | 2 +-
21546 arch/x86/kernel/cpu/perf_event_intel.c | 6 +-
21547 arch/x86/kernel/cpu/perf_event_intel_bts.c | 6 +-
21548 arch/x86/kernel/cpu/perf_event_intel_cqm.c | 4 +-
21549 arch/x86/kernel/cpu/perf_event_intel_pt.c | 44 +-
21550 arch/x86/kernel/cpu/perf_event_intel_rapl.c | 2 +-
21551 arch/x86/kernel/cpu/perf_event_intel_uncore.c | 2 +-
21552 arch/x86/kernel/cpu/perf_event_intel_uncore.h | 2 +-
21553 arch/x86/kernel/crash_dump_64.c | 2 +-
21554 arch/x86/kernel/doublefault.c | 8 +-
21555 arch/x86/kernel/dumpstack.c | 24 +-
21556 arch/x86/kernel/dumpstack_32.c | 25 +-
21557 arch/x86/kernel/dumpstack_64.c | 62 +-
21558 arch/x86/kernel/e820.c | 4 +-
21559 arch/x86/kernel/early_printk.c | 1 +
21560 arch/x86/kernel/espfix_64.c | 44 +-
21561 arch/x86/kernel/fpu/core.c | 24 +-
21562 arch/x86/kernel/fpu/init.c | 40 +-
21563 arch/x86/kernel/fpu/regset.c | 22 +-
21564 arch/x86/kernel/fpu/signal.c | 20 +-
21565 arch/x86/kernel/fpu/xstate.c | 8 +-
21566 arch/x86/kernel/ftrace.c | 18 +-
21567 arch/x86/kernel/head64.c | 14 +-
21568 arch/x86/kernel/head_32.S | 235 +-
21569 arch/x86/kernel/head_64.S | 173 +-
21570 arch/x86/kernel/i386_ksyms_32.c | 12 +
21571 arch/x86/kernel/i8259.c | 10 +-
21572 arch/x86/kernel/io_delay.c | 2 +-
21573 arch/x86/kernel/ioport.c | 2 +-
21574 arch/x86/kernel/irq.c | 8 +-
21575 arch/x86/kernel/irq_32.c | 45 +-
21576 arch/x86/kernel/jump_label.c | 10 +-
21577 arch/x86/kernel/kgdb.c | 21 +-
21578 arch/x86/kernel/kprobes/core.c | 28 +-
21579 arch/x86/kernel/kprobes/opt.c | 16 +-
21580 arch/x86/kernel/ksysfs.c | 2 +-
21581 arch/x86/kernel/kvmclock.c | 20 +-
21582 arch/x86/kernel/ldt.c | 25 +
21583 arch/x86/kernel/livepatch.c | 12 +-
21584 arch/x86/kernel/machine_kexec_32.c | 6 +-
21585 arch/x86/kernel/mcount_64.S | 19 +-
21586 arch/x86/kernel/module.c | 78 +-
21587 arch/x86/kernel/msr.c | 2 +-
21588 arch/x86/kernel/nmi.c | 34 +-
21589 arch/x86/kernel/nmi_selftest.c | 4 +-
21590 arch/x86/kernel/paravirt-spinlocks.c | 2 +-
21591 arch/x86/kernel/paravirt.c | 45 +-
21592 arch/x86/kernel/paravirt_patch_64.c | 8 +
21593 arch/x86/kernel/pci-calgary_64.c | 2 +-
21594 arch/x86/kernel/pci-iommu_table.c | 2 +-
21595 arch/x86/kernel/pci-swiotlb.c | 2 +-
21596 arch/x86/kernel/process.c | 80 +-
21597 arch/x86/kernel/process_32.c | 29 +-
21598 arch/x86/kernel/process_64.c | 14 +-
21599 arch/x86/kernel/ptrace.c | 20 +-
21600 arch/x86/kernel/pvclock.c | 8 +-
21601 arch/x86/kernel/reboot.c | 44 +-
21602 arch/x86/kernel/reboot_fixups_32.c | 2 +-
21603 arch/x86/kernel/relocate_kernel_64.S | 3 +-
21604 arch/x86/kernel/setup.c | 29 +-
21605 arch/x86/kernel/setup_percpu.c | 29 +-
21606 arch/x86/kernel/signal.c | 17 +-
21607 arch/x86/kernel/smp.c | 2 +-
21608 arch/x86/kernel/smpboot.c | 29 +-
21609 arch/x86/kernel/step.c | 6 +-
21610 arch/x86/kernel/sys_i386_32.c | 184 +
21611 arch/x86/kernel/sys_x86_64.c | 22 +-
21612 arch/x86/kernel/tboot.c | 14 +-
21613 arch/x86/kernel/time.c | 8 +-
21614 arch/x86/kernel/tls.c | 7 +-
21615 arch/x86/kernel/tracepoint.c | 4 +-
21616 arch/x86/kernel/traps.c | 53 +-
21617 arch/x86/kernel/tsc.c | 2 +-
21618 arch/x86/kernel/uprobes.c | 2 +-
21619 arch/x86/kernel/vm86_32.c | 6 +-
21620 arch/x86/kernel/vmlinux.lds.S | 153 +-
21621 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
21622 arch/x86/kernel/x86_init.c | 6 +-
21623 arch/x86/kvm/cpuid.c | 21 +-
21624 arch/x86/kvm/emulate.c | 2 +-
21625 arch/x86/kvm/lapic.c | 2 +-
21626 arch/x86/kvm/paging_tmpl.h | 2 +-
21627 arch/x86/kvm/svm.c | 10 +-
21628 arch/x86/kvm/vmx.c | 62 +-
21629 arch/x86/kvm/x86.c | 42 +-
21630 arch/x86/lguest/boot.c | 3 +-
21631 arch/x86/lib/atomic64_386_32.S | 164 +
21632 arch/x86/lib/atomic64_cx8_32.S | 98 +-
21633 arch/x86/lib/checksum_32.S | 99 +-
21634 arch/x86/lib/clear_page_64.S | 3 +
21635 arch/x86/lib/cmpxchg16b_emu.S | 3 +
21636 arch/x86/lib/copy_page_64.S | 14 +-
21637 arch/x86/lib/copy_user_64.S | 66 +-
21638 arch/x86/lib/csum-copy_64.S | 14 +-
21639 arch/x86/lib/csum-wrappers_64.c | 8 +-
21640 arch/x86/lib/getuser.S | 74 +-
21641 arch/x86/lib/insn.c | 8 +-
21642 arch/x86/lib/iomap_copy_64.S | 2 +
21643 arch/x86/lib/memcpy_64.S | 6 +
21644 arch/x86/lib/memmove_64.S | 3 +-
21645 arch/x86/lib/memset_64.S | 3 +
21646 arch/x86/lib/mmx_32.c | 243 +-
21647 arch/x86/lib/msr-reg.S | 2 +
21648 arch/x86/lib/putuser.S | 87 +-
21649 arch/x86/lib/rwsem.S | 6 +-
21650 arch/x86/lib/usercopy_32.c | 359 +-
21651 arch/x86/lib/usercopy_64.c | 20 +-
21652 arch/x86/math-emu/fpu_aux.c | 2 +-
21653 arch/x86/math-emu/fpu_entry.c | 4 +-
21654 arch/x86/math-emu/fpu_system.h | 2 +-
21655 arch/x86/mm/Makefile | 4 +
21656 arch/x86/mm/extable.c | 26 +-
21657 arch/x86/mm/fault.c | 570 +-
21658 arch/x86/mm/gup.c | 6 +-
21659 arch/x86/mm/highmem_32.c | 6 +
21660 arch/x86/mm/hugetlbpage.c | 24 +-
21661 arch/x86/mm/init.c | 111 +-
21662 arch/x86/mm/init_32.c | 111 +-
21663 arch/x86/mm/init_64.c | 46 +-
21664 arch/x86/mm/iomap_32.c | 4 +
21665 arch/x86/mm/ioremap.c | 52 +-
21666 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
21667 arch/x86/mm/mmap.c | 40 +-
21668 arch/x86/mm/mmio-mod.c | 10 +-
21669 arch/x86/mm/numa.c | 2 +-
21670 arch/x86/mm/pageattr.c | 38 +-
21671 arch/x86/mm/pat.c | 12 +-
21672 arch/x86/mm/pat_rbtree.c | 2 +-
21673 arch/x86/mm/pf_in.c | 10 +-
21674 arch/x86/mm/pgtable.c | 214 +-
21675 arch/x86/mm/pgtable_32.c | 3 +
21676 arch/x86/mm/setup_nx.c | 7 +
21677 arch/x86/mm/tlb.c | 4 +
21678 arch/x86/mm/uderef_64.c | 37 +
21679 arch/x86/net/bpf_jit.S | 11 +
21680 arch/x86/net/bpf_jit_comp.c | 13 +-
21681 arch/x86/oprofile/backtrace.c | 6 +-
21682 arch/x86/oprofile/nmi_int.c | 8 +-
21683 arch/x86/oprofile/op_model_amd.c | 8 +-
21684 arch/x86/oprofile/op_model_ppro.c | 7 +-
21685 arch/x86/oprofile/op_x86_model.h | 2 +-
21686 arch/x86/pci/intel_mid_pci.c | 2 +-
21687 arch/x86/pci/irq.c | 8 +-
21688 arch/x86/pci/pcbios.c | 144 +-
21689 arch/x86/platform/efi/efi_32.c | 24 +
21690 arch/x86/platform/efi/efi_64.c | 26 +-
21691 arch/x86/platform/efi/efi_stub_32.S | 64 +-
21692 arch/x86/platform/efi/efi_stub_64.S | 2 +
21693 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
21694 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
21695 arch/x86/platform/intel-mid/mfld.c | 4 +-
21696 arch/x86/platform/intel-mid/mrfl.c | 2 +-
21697 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
21698 arch/x86/platform/olpc/olpc_dt.c | 2 +-
21699 arch/x86/power/cpu.c | 11 +-
21700 arch/x86/realmode/init.c | 10 +-
21701 arch/x86/realmode/rm/Makefile | 3 +
21702 arch/x86/realmode/rm/header.S | 4 +-
21703 arch/x86/realmode/rm/reboot.S | 4 +
21704 arch/x86/realmode/rm/trampoline_32.S | 12 +-
21705 arch/x86/realmode/rm/trampoline_64.S | 3 +-
21706 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
21707 arch/x86/tools/Makefile | 2 +-
21708 arch/x86/tools/relocs.c | 96 +-
21709 arch/x86/um/mem_32.c | 2 +-
21710 arch/x86/um/tls_32.c | 2 +-
21711 arch/x86/xen/enlighten.c | 50 +-
21712 arch/x86/xen/mmu.c | 19 +-
21713 arch/x86/xen/smp.c | 16 +-
21714 arch/x86/xen/xen-asm_32.S | 2 +-
21715 arch/x86/xen/xen-head.S | 11 +
21716 arch/x86/xen/xen-ops.h | 2 -
21717 block/bio.c | 4 +-
21718 block/blk-iopoll.c | 2 +-
21719 block/blk-map.c | 2 +-
21720 block/blk-softirq.c | 2 +-
21721 block/bsg.c | 12 +-
21722 block/compat_ioctl.c | 4 +-
21723 block/genhd.c | 9 +-
21724 block/partitions/efi.c | 8 +-
21725 block/scsi_ioctl.c | 29 +-
21726 crypto/cryptd.c | 4 +-
21727 crypto/pcrypt.c | 2 +-
21728 crypto/zlib.c | 12 +-
21729 drivers/acpi/acpi_video.c | 2 +-
21730 drivers/acpi/apei/apei-internal.h | 2 +-
21731 drivers/acpi/apei/ghes.c | 4 +-
21732 drivers/acpi/bgrt.c | 6 +-
21733 drivers/acpi/blacklist.c | 4 +-
21734 drivers/acpi/bus.c | 4 +-
21735 drivers/acpi/device_pm.c | 4 +-
21736 drivers/acpi/ec.c | 2 +-
21737 drivers/acpi/pci_slot.c | 2 +-
21738 drivers/acpi/processor_idle.c | 2 +-
21739 drivers/acpi/processor_pdc.c | 2 +-
21740 drivers/acpi/sleep.c | 2 +-
21741 drivers/acpi/sysfs.c | 4 +-
21742 drivers/acpi/thermal.c | 2 +-
21743 drivers/acpi/video_detect.c | 7 +-
21744 drivers/ata/libata-core.c | 12 +-
21745 drivers/ata/libata-scsi.c | 2 +-
21746 drivers/ata/libata.h | 2 +-
21747 drivers/ata/pata_arasan_cf.c | 4 +-
21748 drivers/atm/adummy.c | 2 +-
21749 drivers/atm/ambassador.c | 8 +-
21750 drivers/atm/atmtcp.c | 14 +-
21751 drivers/atm/eni.c | 10 +-
21752 drivers/atm/firestream.c | 8 +-
21753 drivers/atm/fore200e.c | 14 +-
21754 drivers/atm/he.c | 18 +-
21755 drivers/atm/horizon.c | 4 +-
21756 drivers/atm/idt77252.c | 36 +-
21757 drivers/atm/iphase.c | 34 +-
21758 drivers/atm/lanai.c | 12 +-
21759 drivers/atm/nicstar.c | 46 +-
21760 drivers/atm/solos-pci.c | 4 +-
21761 drivers/atm/suni.c | 4 +-
21762 drivers/atm/uPD98402.c | 16 +-
21763 drivers/atm/zatm.c | 6 +-
21764 drivers/base/bus.c | 4 +-
21765 drivers/base/devtmpfs.c | 8 +-
21766 drivers/base/node.c | 2 +-
21767 drivers/base/platform-msi.c | 20 +-
21768 drivers/base/power/domain.c | 11 +-
21769 drivers/base/power/sysfs.c | 2 +-
21770 drivers/base/power/wakeup.c | 8 +-
21771 drivers/base/regmap/regmap-debugfs.c | 11 +-
21772 drivers/base/syscore.c | 4 +-
21773 drivers/block/cciss.c | 28 +-
21774 drivers/block/cciss.h | 2 +-
21775 drivers/block/cpqarray.c | 28 +-
21776 drivers/block/cpqarray.h | 2 +-
21777 drivers/block/drbd/drbd_bitmap.c | 2 +-
21778 drivers/block/drbd/drbd_int.h | 8 +-
21779 drivers/block/drbd/drbd_main.c | 12 +-
21780 drivers/block/drbd/drbd_nl.c | 4 +-
21781 drivers/block/drbd/drbd_receiver.c | 34 +-
21782 drivers/block/drbd/drbd_worker.c | 8 +-
21783 drivers/block/pktcdvd.c | 4 +-
21784 drivers/block/rbd.c | 2 +-
21785 drivers/bluetooth/btwilink.c | 2 +-
21786 drivers/bus/arm-cci.c | 12 +-
21787 drivers/cdrom/cdrom.c | 11 +-
21788 drivers/cdrom/gdrom.c | 1 -
21789 drivers/char/agp/compat_ioctl.c | 2 +-
21790 drivers/char/agp/frontend.c | 4 +-
21791 drivers/char/agp/intel-gtt.c | 4 +-
21792 drivers/char/hpet.c | 2 +-
21793 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
21794 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
21795 drivers/char/mem.c | 47 +-
21796 drivers/char/nvram.c | 2 +-
21797 drivers/char/pcmcia/synclink_cs.c | 16 +-
21798 drivers/char/random.c | 12 +-
21799 drivers/char/sonypi.c | 11 +-
21800 drivers/char/tpm/tpm_acpi.c | 3 +-
21801 drivers/char/tpm/tpm_eventlog.c | 4 +-
21802 drivers/char/virtio_console.c | 4 +-
21803 drivers/clk/clk-composite.c | 2 +-
21804 drivers/clk/samsung/clk.h | 2 +-
21805 drivers/clk/socfpga/clk-gate.c | 9 +-
21806 drivers/clk/socfpga/clk-pll.c | 9 +-
21807 drivers/clk/ti/clk.c | 8 +-
21808 drivers/cpufreq/acpi-cpufreq.c | 17 +-
21809 drivers/cpufreq/cpufreq-dt.c | 4 +-
21810 drivers/cpufreq/cpufreq.c | 30 +-
21811 drivers/cpufreq/cpufreq_governor.c | 2 +-
21812 drivers/cpufreq/cpufreq_governor.h | 4 +-
21813 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
21814 drivers/cpufreq/intel_pstate.c | 33 +-
21815 drivers/cpufreq/p4-clockmod.c | 12 +-
21816 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
21817 drivers/cpufreq/speedstep-centrino.c | 7 +-
21818 drivers/cpuidle/driver.c | 2 +-
21819 drivers/cpuidle/dt_idle_states.c | 2 +-
21820 drivers/cpuidle/governor.c | 2 +-
21821 drivers/cpuidle/sysfs.c | 2 +-
21822 drivers/crypto/hifn_795x.c | 4 +-
21823 drivers/devfreq/devfreq.c | 4 +-
21824 drivers/dma/sh/shdma-base.c | 4 +-
21825 drivers/dma/sh/shdmac.c | 2 +-
21826 drivers/edac/edac_device.c | 4 +-
21827 drivers/edac/edac_mc_sysfs.c | 2 +-
21828 drivers/edac/edac_pci.c | 4 +-
21829 drivers/edac/edac_pci_sysfs.c | 22 +-
21830 drivers/edac/mce_amd.h | 2 +-
21831 drivers/firewire/core-card.c | 6 +-
21832 drivers/firewire/core-device.c | 2 +-
21833 drivers/firewire/core-transaction.c | 1 +
21834 drivers/firewire/core.h | 1 +
21835 drivers/firmware/dmi-id.c | 2 +-
21836 drivers/firmware/dmi_scan.c | 12 +-
21837 drivers/firmware/efi/cper.c | 8 +-
21838 drivers/firmware/efi/efi.c | 12 +-
21839 drivers/firmware/efi/efivars.c | 2 +-
21840 drivers/firmware/efi/runtime-map.c | 2 +-
21841 drivers/firmware/google/gsmi.c | 2 +-
21842 drivers/firmware/google/memconsole.c | 7 +-
21843 drivers/firmware/memmap.c | 2 +-
21844 drivers/firmware/psci.c | 2 +-
21845 drivers/gpio/gpio-davinci.c | 6 +-
21846 drivers/gpio/gpio-em.c | 2 +-
21847 drivers/gpio/gpio-ich.c | 2 +-
21848 drivers/gpio/gpio-omap.c | 4 +-
21849 drivers/gpio/gpio-rcar.c | 2 +-
21850 drivers/gpio/gpio-vr41xx.c | 2 +-
21851 drivers/gpio/gpiolib.c | 12 +-
21852 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
21853 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
21854 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
21855 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
21856 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
21857 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
21858 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
21859 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
21860 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
21861 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
21862 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
21863 drivers/gpu/drm/drm_crtc.c | 2 +-
21864 drivers/gpu/drm/drm_drv.c | 2 +-
21865 drivers/gpu/drm/drm_fops.c | 12 +-
21866 drivers/gpu/drm/drm_global.c | 14 +-
21867 drivers/gpu/drm/drm_info.c | 13 +-
21868 drivers/gpu/drm/drm_ioc32.c | 13 +-
21869 drivers/gpu/drm/drm_ioctl.c | 2 +-
21870 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 10 +-
21871 drivers/gpu/drm/i810/i810_drv.h | 4 +-
21872 drivers/gpu/drm/i915/i915_dma.c | 2 +-
21873 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
21874 drivers/gpu/drm/i915/i915_gem_gtt.c | 16 +-
21875 drivers/gpu/drm/i915/i915_gem_gtt.h | 6 +-
21876 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
21877 drivers/gpu/drm/i915/intel_display.c | 26 +-
21878 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
21879 drivers/gpu/drm/mga/mga_drv.h | 4 +-
21880 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
21881 drivers/gpu/drm/mga/mga_irq.c | 8 +-
21882 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
21883 drivers/gpu/drm/nouveau/nouveau_drm.h | 1 -
21884 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
21885 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
21886 drivers/gpu/drm/omapdrm/Makefile | 2 +-
21887 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
21888 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
21889 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
21890 drivers/gpu/drm/qxl/qxl_ioctl.c | 10 +-
21891 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
21892 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
21893 drivers/gpu/drm/r128/r128_cce.c | 2 +-
21894 drivers/gpu/drm/r128/r128_drv.h | 4 +-
21895 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
21896 drivers/gpu/drm/r128/r128_irq.c | 4 +-
21897 drivers/gpu/drm/r128/r128_state.c | 4 +-
21898 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
21899 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
21900 drivers/gpu/drm/radeon/radeon_drv.h | 2 +-
21901 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
21902 drivers/gpu/drm/radeon/radeon_irq.c | 6 +-
21903 drivers/gpu/drm/radeon/radeon_state.c | 4 +-
21904 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
21905 drivers/gpu/drm/tegra/dc.c | 2 +-
21906 drivers/gpu/drm/tegra/dsi.c | 2 +-
21907 drivers/gpu/drm/tegra/hdmi.c | 2 +-
21908 drivers/gpu/drm/tegra/sor.c | 7 +-
21909 drivers/gpu/drm/tilcdc/Makefile | 6 +-
21910 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
21911 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
21912 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
21913 drivers/gpu/drm/udl/udl_fb.c | 1 -
21914 drivers/gpu/drm/via/via_drv.h | 4 +-
21915 drivers/gpu/drm/via/via_irq.c | 18 +-
21916 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
21917 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
21918 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
21919 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
21920 drivers/gpu/vga/vga_switcheroo.c | 4 +-
21921 drivers/hid/hid-core.c | 4 +-
21922 drivers/hid/hid-sensor-custom.c | 2 +-
21923 drivers/hv/channel.c | 2 +-
21924 drivers/hv/hv.c | 4 +-
21925 drivers/hv/hv_balloon.c | 18 +-
21926 drivers/hv/hyperv_vmbus.h | 2 +-
21927 drivers/hwmon/acpi_power_meter.c | 6 +-
21928 drivers/hwmon/applesmc.c | 2 +-
21929 drivers/hwmon/asus_atk0110.c | 10 +-
21930 drivers/hwmon/coretemp.c | 2 +-
21931 drivers/hwmon/dell-smm-hwmon.c | 2 +-
21932 drivers/hwmon/ibmaem.c | 2 +-
21933 drivers/hwmon/iio_hwmon.c | 2 +-
21934 drivers/hwmon/nct6683.c | 6 +-
21935 drivers/hwmon/nct6775.c | 6 +-
21936 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
21937 drivers/hwmon/sht15.c | 12 +-
21938 drivers/hwmon/via-cputemp.c | 2 +-
21939 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
21940 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
21941 drivers/i2c/i2c-dev.c | 2 +-
21942 drivers/ide/ide-cd.c | 2 +-
21943 drivers/ide/ide-disk.c | 2 +-
21944 drivers/iio/industrialio-core.c | 2 +-
21945 drivers/iio/magnetometer/ak8975.c | 2 +-
21946 drivers/infiniband/core/cm.c | 32 +-
21947 drivers/infiniband/core/fmr_pool.c | 20 +-
21948 drivers/infiniband/core/uverbs_cmd.c | 3 +
21949 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
21950 drivers/infiniband/hw/mlx4/mad.c | 2 +-
21951 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
21952 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
21953 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
21954 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
21955 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
21956 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
21957 drivers/infiniband/hw/nes/nes.c | 4 +-
21958 drivers/infiniband/hw/nes/nes.h | 40 +-
21959 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
21960 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
21961 drivers/infiniband/hw/nes/nes_nic.c | 40 +-
21962 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
21963 drivers/infiniband/hw/qib/qib.h | 1 +
21964 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
21965 drivers/input/gameport/gameport.c | 4 +-
21966 drivers/input/input.c | 4 +-
21967 drivers/input/joystick/sidewinder.c | 1 +
21968 drivers/input/joystick/xpad.c | 4 +-
21969 drivers/input/misc/ims-pcu.c | 4 +-
21970 drivers/input/mouse/psmouse.h | 2 +-
21971 drivers/input/mousedev.c | 2 +-
21972 drivers/input/serio/serio.c | 4 +-
21973 drivers/input/serio/serio_raw.c | 4 +-
21974 drivers/input/touchscreen/htcpen.c | 2 +-
21975 drivers/iommu/arm-smmu-v3.c | 2 +-
21976 drivers/iommu/arm-smmu.c | 43 +-
21977 drivers/iommu/io-pgtable-arm.c | 101 +-
21978 drivers/iommu/io-pgtable.c | 11 +-
21979 drivers/iommu/io-pgtable.h | 19 +-
21980 drivers/iommu/iommu.c | 2 +-
21981 drivers/iommu/ipmmu-vmsa.c | 13 +-
21982 drivers/iommu/irq_remapping.c | 2 +-
21983 drivers/irqchip/irq-gic.c | 2 +-
21984 drivers/irqchip/irq-i8259.c | 2 +-
21985 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
21986 drivers/irqchip/irq-renesas-irqc.c | 2 +-
21987 drivers/isdn/capi/capi.c | 10 +-
21988 drivers/isdn/gigaset/interface.c | 8 +-
21989 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
21990 drivers/isdn/hardware/avm/b1.c | 4 +-
21991 drivers/isdn/i4l/isdn_common.c | 2 +
21992 drivers/isdn/i4l/isdn_tty.c | 22 +-
21993 drivers/isdn/icn/icn.c | 2 +-
21994 drivers/isdn/mISDN/dsp_cmx.c | 2 +-
21995 drivers/lguest/core.c | 10 +-
21996 drivers/lguest/page_tables.c | 2 +-
21997 drivers/lguest/x86/core.c | 12 +-
21998 drivers/lguest/x86/switcher_32.S | 27 +-
21999 drivers/md/bcache/closure.h | 2 +-
22000 drivers/md/bitmap.c | 2 +-
22001 drivers/md/dm-ioctl.c | 2 +-
22002 drivers/md/dm-raid1.c | 18 +-
22003 drivers/md/dm-stats.c | 6 +-
22004 drivers/md/dm-stripe.c | 10 +-
22005 drivers/md/dm-table.c | 2 +-
22006 drivers/md/dm-thin-metadata.c | 4 +-
22007 drivers/md/dm.c | 16 +-
22008 drivers/md/md.c | 26 +-
22009 drivers/md/md.h | 6 +-
22010 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
22011 drivers/md/persistent-data/dm-space-map.h | 1 +
22012 drivers/md/raid1.c | 4 +-
22013 drivers/md/raid10.c | 18 +-
22014 drivers/md/raid5.c | 22 +-
22015 drivers/media/dvb-core/dvbdev.c | 2 +-
22016 drivers/media/dvb-frontends/af9033.h | 2 +-
22017 drivers/media/dvb-frontends/dib3000.h | 2 +-
22018 drivers/media/dvb-frontends/dib7000p.h | 2 +-
22019 drivers/media/dvb-frontends/dib8000.h | 2 +-
22020 drivers/media/pci/cx88/cx88-video.c | 6 +-
22021 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
22022 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
22023 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
22024 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
22025 drivers/media/pci/tw68/tw68-core.c | 2 +-
22026 drivers/media/platform/omap/omap_vout.c | 11 +-
22027 drivers/media/platform/s5p-tv/mixer.h | 2 +-
22028 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
22029 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
22030 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
22031 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
22032 drivers/media/radio/radio-cadet.c | 2 +
22033 drivers/media/radio/radio-maxiradio.c | 2 +-
22034 drivers/media/radio/radio-shark.c | 2 +-
22035 drivers/media/radio/radio-shark2.c | 2 +-
22036 drivers/media/radio/radio-si476x.c | 2 +-
22037 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
22038 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
22039 drivers/media/v4l2-core/v4l2-device.c | 4 +-
22040 drivers/media/v4l2-core/v4l2-ioctl.c | 13 +-
22041 drivers/memory/omap-gpmc.c | 21 +-
22042 drivers/message/fusion/mptsas.c | 34 +-
22043 drivers/mfd/ab8500-debugfs.c | 2 +-
22044 drivers/mfd/kempld-core.c | 2 +-
22045 drivers/mfd/max8925-i2c.c | 2 +-
22046 drivers/mfd/tps65910.c | 2 +-
22047 drivers/mfd/twl4030-irq.c | 9 +-
22048 drivers/mfd/wm5110-tables.c | 2 +-
22049 drivers/mfd/wm8998-tables.c | 2 +-
22050 drivers/misc/c2port/core.c | 4 +-
22051 drivers/misc/kgdbts.c | 4 +-
22052 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
22053 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
22054 drivers/misc/mic/scif/scif_rb.c | 8 +-
22055 drivers/misc/sgi-gru/gruhandles.c | 4 +-
22056 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
22057 drivers/misc/sgi-gru/grutables.h | 154 +-
22058 drivers/misc/sgi-xp/xp.h | 2 +-
22059 drivers/misc/sgi-xp/xpc.h | 3 +-
22060 drivers/misc/sgi-xp/xpc_main.c | 2 +-
22061 drivers/mmc/card/block.c | 2 +-
22062 drivers/mmc/host/dw_mmc.h | 2 +-
22063 drivers/mmc/host/mmci.c | 4 +-
22064 drivers/mmc/host/omap_hsmmc.c | 4 +-
22065 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
22066 drivers/mmc/host/sdhci-s3c.c | 8 +-
22067 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
22068 drivers/mtd/nand/denali.c | 1 +
22069 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
22070 drivers/mtd/nftlmount.c | 1 +
22071 drivers/mtd/sm_ftl.c | 2 +-
22072 drivers/net/bonding/bond_netlink.c | 2 +-
22073 drivers/net/caif/caif_hsi.c | 2 +-
22074 drivers/net/can/Kconfig | 2 +-
22075 drivers/net/can/dev.c | 2 +-
22076 drivers/net/can/vcan.c | 2 +-
22077 drivers/net/dummy.c | 2 +-
22078 drivers/net/ethernet/8390/ax88796.c | 4 +-
22079 drivers/net/ethernet/altera/altera_tse_main.c | 4 +-
22080 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
22081 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
22082 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
22083 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 143 +-
22084 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 64 +-
22085 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
22086 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
22087 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
22088 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
22089 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
22090 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
22091 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
22092 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
22093 drivers/net/ethernet/broadcom/tg3.h | 1 +
22094 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
22095 drivers/net/ethernet/cavium/liquidio/lio_main.c | 11 +-
22096 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
22097 drivers/net/ethernet/dec/tulip/de4x5.c | 4 +-
22098 drivers/net/ethernet/emulex/benet/be_main.c | 2 +-
22099 drivers/net/ethernet/faraday/ftgmac100.c | 2 +
22100 drivers/net/ethernet/faraday/ftmac100.c | 2 +
22101 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
22102 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
22103 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
22104 drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 7 +-
22105 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
22106 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
22107 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
22108 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
22109 drivers/net/ethernet/realtek/r8169.c | 8 +-
22110 drivers/net/ethernet/sfc/ptp.c | 2 +-
22111 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
22112 drivers/net/ethernet/via/via-rhine.c | 2 +-
22113 drivers/net/geneve.c | 2 +-
22114 drivers/net/hyperv/hyperv_net.h | 2 +-
22115 drivers/net/hyperv/rndis_filter.c | 4 +-
22116 drivers/net/ifb.c | 2 +-
22117 drivers/net/ipvlan/ipvlan_core.c | 2 +-
22118 drivers/net/macvlan.c | 20 +-
22119 drivers/net/macvtap.c | 6 +-
22120 drivers/net/nlmon.c | 2 +-
22121 drivers/net/phy/phy_device.c | 6 +-
22122 drivers/net/ppp/ppp_generic.c | 4 +-
22123 drivers/net/slip/slhc.c | 2 +-
22124 drivers/net/team/team.c | 4 +-
22125 drivers/net/tun.c | 7 +-
22126 drivers/net/usb/hso.c | 23 +-
22127 drivers/net/usb/r8152.c | 2 +-
22128 drivers/net/usb/sierra_net.c | 4 +-
22129 drivers/net/virtio_net.c | 2 +-
22130 drivers/net/vrf.c | 2 +-
22131 drivers/net/vxlan.c | 4 +-
22132 drivers/net/wimax/i2400m/rx.c | 2 +-
22133 drivers/net/wireless/airo.c | 2 +-
22134 drivers/net/wireless/at76c50x-usb.c | 2 +-
22135 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
22136 drivers/net/wireless/ath/ath10k/htc.c | 7 +-
22137 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
22138 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
22139 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
22140 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
22141 drivers/net/wireless/ath/ath9k/main.c | 22 +-
22142 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
22143 drivers/net/wireless/b43/phy_lp.c | 2 +-
22144 drivers/net/wireless/iwlegacy/3945-mac.c | 4 +-
22145 drivers/net/wireless/iwlwifi/dvm/debugfs.c | 34 +-
22146 drivers/net/wireless/iwlwifi/pcie/trans.c | 4 +-
22147 drivers/net/wireless/mac80211_hwsim.c | 28 +-
22148 drivers/net/wireless/rndis_wlan.c | 2 +-
22149 drivers/net/wireless/rt2x00/rt2x00.h | 2 +-
22150 drivers/net/wireless/rt2x00/rt2x00queue.c | 4 +-
22151 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
22152 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
22153 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
22154 drivers/nfc/nfcwilink.c | 2 +-
22155 drivers/of/fdt.c | 4 +-
22156 drivers/oprofile/buffer_sync.c | 8 +-
22157 drivers/oprofile/event_buffer.c | 2 +-
22158 drivers/oprofile/oprof.c | 2 +-
22159 drivers/oprofile/oprofile_stats.c | 10 +-
22160 drivers/oprofile/oprofile_stats.h | 10 +-
22161 drivers/oprofile/oprofilefs.c | 6 +-
22162 drivers/oprofile/timer_int.c | 2 +-
22163 drivers/parport/procfs.c | 4 +-
22164 drivers/pci/host/pci-host-generic.c | 24 +-
22165 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
22166 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
22167 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
22168 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
22169 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
22170 drivers/pci/hotplug/pciehp_core.c | 2 +-
22171 drivers/pci/msi.c | 22 +-
22172 drivers/pci/pci-sysfs.c | 6 +-
22173 drivers/pci/pci.h | 2 +-
22174 drivers/pci/pcie/aspm.c | 6 +-
22175 drivers/pci/pcie/portdrv_pci.c | 2 +-
22176 drivers/pci/probe.c | 2 +-
22177 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
22178 drivers/pinctrl/pinctrl-at91.c | 5 +-
22179 drivers/platform/chrome/chromeos_pstore.c | 2 +-
22180 drivers/platform/x86/alienware-wmi.c | 4 +-
22181 drivers/platform/x86/compal-laptop.c | 2 +-
22182 drivers/platform/x86/hdaps.c | 2 +-
22183 drivers/platform/x86/ibm_rtl.c | 2 +-
22184 drivers/platform/x86/intel_oaktrail.c | 2 +-
22185 drivers/platform/x86/msi-laptop.c | 16 +-
22186 drivers/platform/x86/msi-wmi.c | 2 +-
22187 drivers/platform/x86/samsung-laptop.c | 2 +-
22188 drivers/platform/x86/samsung-q10.c | 2 +-
22189 drivers/platform/x86/sony-laptop.c | 14 +-
22190 drivers/platform/x86/thinkpad_acpi.c | 2 +-
22191 drivers/pnp/pnpbios/bioscalls.c | 14 +-
22192 drivers/pnp/pnpbios/core.c | 2 +-
22193 drivers/power/pda_power.c | 7 +-
22194 drivers/power/power_supply.h | 4 +-
22195 drivers/power/power_supply_core.c | 7 +-
22196 drivers/power/power_supply_sysfs.c | 6 +-
22197 drivers/power/reset/at91-reset.c | 9 +-
22198 drivers/powercap/powercap_sys.c | 136 +-
22199 drivers/ptp/ptp_private.h | 2 +-
22200 drivers/ptp/ptp_sysfs.c | 2 +-
22201 drivers/regulator/core.c | 4 +-
22202 drivers/regulator/max8660.c | 6 +-
22203 drivers/regulator/max8973-regulator.c | 16 +-
22204 drivers/regulator/mc13892-regulator.c | 8 +-
22205 drivers/rtc/rtc-armada38x.c | 7 +-
22206 drivers/rtc/rtc-cmos.c | 4 +-
22207 drivers/rtc/rtc-ds1307.c | 2 +-
22208 drivers/rtc/rtc-m48t59.c | 4 +-
22209 drivers/rtc/rtc-test.c | 6 +-
22210 drivers/scsi/be2iscsi/be_main.c | 2 +-
22211 drivers/scsi/bfa/bfa_fcpim.h | 2 +-
22212 drivers/scsi/bfa/bfa_ioc.h | 4 +-
22213 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
22214 drivers/scsi/hosts.c | 4 +-
22215 drivers/scsi/hpsa.c | 38 +-
22216 drivers/scsi/hpsa.h | 2 +-
22217 drivers/scsi/libfc/fc_exch.c | 50 +-
22218 drivers/scsi/libsas/sas_ata.c | 2 +-
22219 drivers/scsi/lpfc/lpfc.h | 8 +-
22220 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
22221 drivers/scsi/lpfc/lpfc_init.c | 6 +-
22222 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
22223 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
22224 drivers/scsi/mpt2sas/mpt2sas_scsih.c | 8 +-
22225 drivers/scsi/pmcraid.c | 20 +-
22226 drivers/scsi/pmcraid.h | 8 +-
22227 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
22228 drivers/scsi/qla2xxx/qla_gbl.h | 4 +-
22229 drivers/scsi/qla2xxx/qla_os.c | 6 +-
22230 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
22231 drivers/scsi/qla4xxx/ql4_os.c | 6 +-
22232 drivers/scsi/scsi.c | 2 +-
22233 drivers/scsi/scsi_lib.c | 8 +-
22234 drivers/scsi/scsi_sysfs.c | 2 +-
22235 drivers/scsi/scsi_transport_fc.c | 8 +-
22236 drivers/scsi/scsi_transport_iscsi.c | 6 +-
22237 drivers/scsi/scsi_transport_srp.c | 6 +-
22238 drivers/scsi/sd.c | 6 +-
22239 drivers/scsi/sg.c | 2 +-
22240 drivers/scsi/sr.c | 21 +-
22241 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
22242 drivers/spi/spi.c | 2 +-
22243 drivers/staging/android/timed_output.c | 6 +-
22244 drivers/staging/comedi/comedi_fops.c | 8 +-
22245 drivers/staging/fbtft/fbtft-core.c | 2 +-
22246 drivers/staging/fbtft/fbtft.h | 2 +-
22247 drivers/staging/gdm724x/gdm_tty.c | 2 +-
22248 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
22249 drivers/staging/iio/adc/ad7280a.c | 4 +-
22250 drivers/staging/lustre/lnet/selftest/brw_test.c | 12 +-
22251 drivers/staging/lustre/lnet/selftest/framework.c | 4 -
22252 drivers/staging/lustre/lnet/selftest/ping_test.c | 14 +-
22253 drivers/staging/lustre/lustre/include/lustre_dlm.h | 2 +-
22254 drivers/staging/lustre/lustre/include/obd.h | 2 +-
22255 drivers/staging/octeon/ethernet-rx.c | 20 +-
22256 drivers/staging/octeon/ethernet.c | 8 +-
22257 drivers/staging/rdma/ipath/ipath_rc.c | 6 +-
22258 drivers/staging/rdma/ipath/ipath_ruc.c | 6 +-
22259 drivers/staging/rtl8188eu/include/hal_intf.h | 2 +-
22260 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
22261 drivers/staging/sm750fb/sm750.c | 14 +-
22262 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
22263 drivers/target/sbp/sbp_target.c | 4 +-
22264 drivers/thermal/cpu_cooling.c | 9 +-
22265 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
22266 drivers/thermal/of-thermal.c | 17 +-
22267 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
22268 drivers/tty/cyclades.c | 6 +-
22269 drivers/tty/hvc/hvc_console.c | 14 +-
22270 drivers/tty/hvc/hvcs.c | 21 +-
22271 drivers/tty/hvc/hvsi.c | 22 +-
22272 drivers/tty/hvc/hvsi_lib.c | 4 +-
22273 drivers/tty/ipwireless/tty.c | 27 +-
22274 drivers/tty/moxa.c | 2 +-
22275 drivers/tty/n_gsm.c | 4 +-
22276 drivers/tty/n_tty.c | 3 +-
22277 drivers/tty/pty.c | 4 +-
22278 drivers/tty/rocket.c | 6 +-
22279 drivers/tty/serial/8250/8250_core.c | 10 +-
22280 drivers/tty/serial/ifx6x60.c | 2 +-
22281 drivers/tty/serial/ioc4_serial.c | 6 +-
22282 drivers/tty/serial/kgdb_nmi.c | 4 +-
22283 drivers/tty/serial/kgdboc.c | 32 +-
22284 drivers/tty/serial/msm_serial.c | 4 +-
22285 drivers/tty/serial/samsung.c | 9 +-
22286 drivers/tty/serial/serial_core.c | 8 +-
22287 drivers/tty/synclink.c | 34 +-
22288 drivers/tty/synclink_gt.c | 28 +-
22289 drivers/tty/synclinkmp.c | 34 +-
22290 drivers/tty/tty_io.c | 2 +-
22291 drivers/tty/tty_ldisc.c | 8 +-
22292 drivers/tty/tty_port.c | 22 +-
22293 drivers/uio/uio.c | 13 +-
22294 drivers/usb/atm/cxacru.c | 2 +-
22295 drivers/usb/atm/usbatm.c | 24 +-
22296 drivers/usb/class/cdc-acm.h | 2 +-
22297 drivers/usb/core/devices.c | 6 +-
22298 drivers/usb/core/devio.c | 12 +-
22299 drivers/usb/core/hcd.c | 4 +-
22300 drivers/usb/core/sysfs.c | 2 +-
22301 drivers/usb/core/usb.c | 2 +-
22302 drivers/usb/early/ehci-dbgp.c | 16 +-
22303 drivers/usb/gadget/function/u_serial.c | 22 +-
22304 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
22305 drivers/usb/host/ehci-hcd.c | 2 +-
22306 drivers/usb/host/ehci-hub.c | 4 +-
22307 drivers/usb/host/ehci-q.c | 4 +-
22308 drivers/usb/host/fotg210-hcd.c | 2 +-
22309 drivers/usb/host/fusbh200-hcd.c | 2 +-
22310 drivers/usb/host/hwa-hc.c | 2 +-
22311 drivers/usb/host/ohci-hcd.c | 2 +-
22312 drivers/usb/host/r8a66597.h | 2 +-
22313 drivers/usb/host/uhci-hcd.c | 2 +-
22314 drivers/usb/host/xhci-pci.c | 2 +-
22315 drivers/usb/host/xhci.c | 2 +-
22316 drivers/usb/misc/appledisplay.c | 4 +-
22317 drivers/usb/serial/console.c | 8 +-
22318 drivers/usb/storage/transport.c | 2 +-
22319 drivers/usb/storage/usb.c | 2 +-
22320 drivers/usb/storage/usb.h | 2 +-
22321 drivers/usb/usbip/vhci.h | 2 +-
22322 drivers/usb/usbip/vhci_hcd.c | 6 +-
22323 drivers/usb/usbip/vhci_rx.c | 2 +-
22324 drivers/usb/wusbcore/wa-hc.h | 4 +-
22325 drivers/usb/wusbcore/wa-xfer.c | 2 +-
22326 drivers/vfio/vfio.c | 2 +-
22327 drivers/vhost/vringh.c | 20 +-
22328 drivers/video/backlight/kb3886_bl.c | 2 +-
22329 drivers/video/console/fbcon.c | 2 +-
22330 drivers/video/fbdev/aty/aty128fb.c | 2 +-
22331 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
22332 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
22333 drivers/video/fbdev/core/fb_defio.c | 6 +-
22334 drivers/video/fbdev/core/fbmem.c | 2 +-
22335 drivers/video/fbdev/hyperv_fb.c | 4 +-
22336 drivers/video/fbdev/i810/i810_accel.c | 1 +
22337 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
22338 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
22339 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
22340 drivers/video/fbdev/omap2/dss/display.c | 8 +-
22341 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
22342 drivers/video/fbdev/smscufx.c | 4 +-
22343 drivers/video/fbdev/udlfb.c | 36 +-
22344 drivers/video/fbdev/uvesafb.c | 52 +-
22345 drivers/video/fbdev/vesafb.c | 58 +-
22346 drivers/video/fbdev/via/via_clock.h | 2 +-
22347 drivers/xen/events/events_base.c | 6 +-
22348 drivers/xen/evtchn.c | 4 +-
22349 fs/Kconfig.binfmt | 2 +-
22350 fs/afs/inode.c | 4 +-
22351 fs/aio.c | 2 +-
22352 fs/autofs4/waitq.c | 2 +-
22353 fs/befs/endian.h | 6 +-
22354 fs/binfmt_aout.c | 23 +-
22355 fs/binfmt_elf.c | 670 +-
22356 fs/binfmt_elf_fdpic.c | 4 +-
22357 fs/block_dev.c | 2 +-
22358 fs/btrfs/ctree.c | 9 +-
22359 fs/btrfs/delayed-inode.c | 9 +-
22360 fs/btrfs/delayed-inode.h | 6 +-
22361 fs/btrfs/file.c | 10 +-
22362 fs/btrfs/inode.c | 14 +-
22363 fs/btrfs/super.c | 2 +-
22364 fs/btrfs/sysfs.c | 2 +-
22365 fs/btrfs/tests/free-space-tests.c | 8 +-
22366 fs/btrfs/tree-log.h | 2 +-
22367 fs/buffer.c | 2 +-
22368 fs/cachefiles/bind.c | 6 +-
22369 fs/cachefiles/daemon.c | 8 +-
22370 fs/cachefiles/internal.h | 12 +-
22371 fs/cachefiles/namei.c | 2 +-
22372 fs/cachefiles/proc.c | 12 +-
22373 fs/ceph/dir.c | 12 +-
22374 fs/ceph/super.c | 4 +-
22375 fs/cifs/cifs_debug.c | 12 +-
22376 fs/cifs/cifsfs.c | 8 +-
22377 fs/cifs/cifsglob.h | 54 +-
22378 fs/cifs/file.c | 10 +-
22379 fs/cifs/misc.c | 4 +-
22380 fs/cifs/smb1ops.c | 80 +-
22381 fs/cifs/smb2ops.c | 84 +-
22382 fs/cifs/smb2pdu.c | 3 +-
22383 fs/coda/cache.c | 10 +-
22384 fs/compat.c | 4 +-
22385 fs/compat_binfmt_elf.c | 2 +
22386 fs/compat_ioctl.c | 12 +-
22387 fs/configfs/dir.c | 10 +-
22388 fs/coredump.c | 16 +-
22389 fs/dcache.c | 51 +-
22390 fs/ecryptfs/inode.c | 2 +-
22391 fs/ecryptfs/miscdev.c | 2 +-
22392 fs/exec.c | 362 +-
22393 fs/ext2/xattr.c | 5 +-
22394 fs/ext4/ext4.h | 20 +-
22395 fs/ext4/mballoc.c | 44 +-
22396 fs/ext4/resize.c | 16 +-
22397 fs/ext4/super.c | 4 +-
22398 fs/ext4/xattr.c | 5 +-
22399 fs/fhandle.c | 3 +-
22400 fs/file.c | 4 +-
22401 fs/fs_struct.c | 8 +-
22402 fs/fscache/cookie.c | 40 +-
22403 fs/fscache/internal.h | 202 +-
22404 fs/fscache/object.c | 26 +-
22405 fs/fscache/operation.c | 38 +-
22406 fs/fscache/page.c | 110 +-
22407 fs/fscache/stats.c | 348 +-
22408 fs/fuse/cuse.c | 10 +-
22409 fs/fuse/dev.c | 4 +-
22410 fs/gfs2/glock.c | 22 +-
22411 fs/gfs2/glops.c | 4 +-
22412 fs/gfs2/quota.c | 6 +-
22413 fs/hugetlbfs/inode.c | 13 +-
22414 fs/inode.c | 4 +-
22415 fs/jffs2/erase.c | 3 +-
22416 fs/jffs2/wbuf.c | 3 +-
22417 fs/jfs/super.c | 2 +-
22418 fs/kernfs/dir.c | 2 +-
22419 fs/kernfs/file.c | 20 +-
22420 fs/libfs.c | 10 +-
22421 fs/lockd/clntproc.c | 4 +-
22422 fs/namei.c | 16 +-
22423 fs/namespace.c | 16 +-
22424 fs/nfs/callback_xdr.c | 2 +-
22425 fs/nfs/inode.c | 6 +-
22426 fs/nfsd/nfs4proc.c | 2 +-
22427 fs/nfsd/nfs4xdr.c | 2 +-
22428 fs/nfsd/nfscache.c | 11 +-
22429 fs/nfsd/vfs.c | 6 +-
22430 fs/nls/nls_base.c | 26 +-
22431 fs/nls/nls_euc-jp.c | 6 +-
22432 fs/nls/nls_koi8-ru.c | 6 +-
22433 fs/notify/fanotify/fanotify_user.c | 4 +-
22434 fs/notify/notification.c | 4 +-
22435 fs/ntfs/dir.c | 2 +-
22436 fs/ntfs/super.c | 6 +-
22437 fs/ocfs2/localalloc.c | 2 +-
22438 fs/ocfs2/ocfs2.h | 10 +-
22439 fs/ocfs2/suballoc.c | 12 +-
22440 fs/ocfs2/super.c | 20 +-
22441 fs/pipe.c | 72 +-
22442 fs/posix_acl.c | 4 +-
22443 fs/proc/array.c | 20 +
22444 fs/proc/base.c | 4 +-
22445 fs/proc/kcore.c | 34 +-
22446 fs/proc/meminfo.c | 2 +-
22447 fs/proc/nommu.c | 2 +-
22448 fs/proc/proc_sysctl.c | 26 +-
22449 fs/proc/task_mmu.c | 39 +-
22450 fs/proc/task_nommu.c | 4 +-
22451 fs/proc/vmcore.c | 16 +-
22452 fs/qnx6/qnx6.h | 4 +-
22453 fs/quota/netlink.c | 4 +-
22454 fs/read_write.c | 2 +-
22455 fs/reiserfs/do_balan.c | 2 +-
22456 fs/reiserfs/procfs.c | 2 +-
22457 fs/reiserfs/reiserfs.h | 4 +-
22458 fs/seq_file.c | 4 +-
22459 fs/splice.c | 43 +-
22460 fs/squashfs/xattr.c | 12 +-
22461 fs/sysv/sysv.h | 2 +-
22462 fs/tracefs/inode.c | 8 +-
22463 fs/udf/misc.c | 2 +-
22464 fs/ufs/swab.h | 4 +-
22465 fs/userfaultfd.c | 2 +-
22466 fs/xattr.c | 21 +
22467 fs/xfs/libxfs/xfs_bmap.c | 2 +-
22468 fs/xfs/xfs_dir2_readdir.c | 7 +-
22469 fs/xfs/xfs_ioctl.c | 2 +-
22470 fs/xfs/xfs_linux.h | 4 +-
22471 include/asm-generic/4level-fixup.h | 2 +
22472 include/asm-generic/atomic-long.h | 156 +-
22473 include/asm-generic/atomic64.h | 12 +
22474 include/asm-generic/bitops/__fls.h | 2 +-
22475 include/asm-generic/bitops/fls.h | 2 +-
22476 include/asm-generic/bitops/fls64.h | 4 +-
22477 include/asm-generic/bug.h | 6 +-
22478 include/asm-generic/cache.h | 4 +-
22479 include/asm-generic/emergency-restart.h | 2 +-
22480 include/asm-generic/kmap_types.h | 4 +-
22481 include/asm-generic/local.h | 13 +
22482 include/asm-generic/pgtable-nopmd.h | 18 +-
22483 include/asm-generic/pgtable-nopud.h | 15 +-
22484 include/asm-generic/pgtable.h | 16 +
22485 include/asm-generic/sections.h | 1 +
22486 include/asm-generic/uaccess.h | 16 +
22487 include/asm-generic/vmlinux.lds.h | 15 +-
22488 include/crypto/algapi.h | 2 +-
22489 include/drm/drmP.h | 16 +-
22490 include/drm/drm_crtc_helper.h | 2 +-
22491 include/drm/drm_mm.h | 2 +-
22492 include/drm/i915_pciids.h | 2 +-
22493 include/drm/intel-gtt.h | 4 +-
22494 include/drm/ttm/ttm_memory.h | 2 +-
22495 include/drm/ttm/ttm_page_alloc.h | 1 +
22496 include/keys/asymmetric-subtype.h | 2 +-
22497 include/linux/atmdev.h | 4 +-
22498 include/linux/atomic.h | 17 +-
22499 include/linux/audit.h | 2 +-
22500 include/linux/average.h | 2 +-
22501 include/linux/binfmts.h | 3 +-
22502 include/linux/bitmap.h | 2 +-
22503 include/linux/bitops.h | 8 +-
22504 include/linux/blkdev.h | 2 +-
22505 include/linux/blktrace_api.h | 2 +-
22506 include/linux/cache.h | 8 +
22507 include/linux/cdrom.h | 1 -
22508 include/linux/cleancache.h | 2 +-
22509 include/linux/clk-provider.h | 1 +
22510 include/linux/compat.h | 6 +-
22511 include/linux/compiler-gcc.h | 28 +-
22512 include/linux/compiler.h | 157 +-
22513 include/linux/configfs.h | 2 +-
22514 include/linux/cpufreq.h | 3 +-
22515 include/linux/cpuidle.h | 5 +-
22516 include/linux/cpumask.h | 14 +-
22517 include/linux/crypto.h | 4 +-
22518 include/linux/ctype.h | 2 +-
22519 include/linux/dcache.h | 4 +-
22520 include/linux/decompress/mm.h | 2 +-
22521 include/linux/devfreq.h | 2 +-
22522 include/linux/device.h | 7 +-
22523 include/linux/dma-mapping.h | 2 +-
22524 include/linux/efi.h | 1 +
22525 include/linux/elf.h | 2 +
22526 include/linux/err.h | 4 +-
22527 include/linux/extcon.h | 2 +-
22528 include/linux/fb.h | 3 +-
22529 include/linux/fdtable.h | 2 +-
22530 include/linux/fs.h | 5 +-
22531 include/linux/fs_struct.h | 2 +-
22532 include/linux/fscache-cache.h | 2 +-
22533 include/linux/fscache.h | 2 +-
22534 include/linux/fsnotify.h | 2 +-
22535 include/linux/genhd.h | 4 +-
22536 include/linux/genl_magic_func.h | 2 +-
22537 include/linux/gfp.h | 12 +-
22538 include/linux/highmem.h | 12 +
22539 include/linux/hwmon-sysfs.h | 6 +-
22540 include/linux/i2c.h | 1 +
22541 include/linux/if_pppox.h | 2 +-
22542 include/linux/init.h | 12 +-
22543 include/linux/init_task.h | 7 +
22544 include/linux/interrupt.h | 6 +-
22545 include/linux/iommu.h | 2 +-
22546 include/linux/ioport.h | 2 +-
22547 include/linux/ipc.h | 2 +-
22548 include/linux/irq.h | 5 +-
22549 include/linux/irqdesc.h | 2 +-
22550 include/linux/irqdomain.h | 3 +
22551 include/linux/jiffies.h | 16 +-
22552 include/linux/key-type.h | 2 +-
22553 include/linux/kgdb.h | 6 +-
22554 include/linux/kmemleak.h | 4 +-
22555 include/linux/kobject.h | 3 +-
22556 include/linux/kobject_ns.h | 2 +-
22557 include/linux/kref.h | 2 +-
22558 include/linux/libata.h | 2 +-
22559 include/linux/linkage.h | 1 +
22560 include/linux/list.h | 15 +
22561 include/linux/lockref.h | 26 +-
22562 include/linux/math64.h | 10 +-
22563 include/linux/mempolicy.h | 7 +
22564 include/linux/mm.h | 102 +-
22565 include/linux/mm_types.h | 20 +
22566 include/linux/mmiotrace.h | 4 +-
22567 include/linux/mmzone.h | 2 +-
22568 include/linux/mod_devicetable.h | 4 +-
22569 include/linux/module.h | 69 +-
22570 include/linux/moduleloader.h | 16 +
22571 include/linux/moduleparam.h | 4 +-
22572 include/linux/net.h | 2 +-
22573 include/linux/netdevice.h | 7 +-
22574 include/linux/netfilter.h | 2 +-
22575 include/linux/netfilter/nfnetlink.h | 2 +-
22576 include/linux/nls.h | 4 +-
22577 include/linux/notifier.h | 3 +-
22578 include/linux/oprofile.h | 4 +-
22579 include/linux/padata.h | 2 +-
22580 include/linux/pci_hotplug.h | 3 +-
22581 include/linux/percpu.h | 2 +-
22582 include/linux/perf_event.h | 12 +-
22583 include/linux/pipe_fs_i.h | 8 +-
22584 include/linux/pm.h | 1 +
22585 include/linux/pm_domain.h | 4 +-
22586 include/linux/pm_runtime.h | 2 +-
22587 include/linux/pnp.h | 2 +-
22588 include/linux/poison.h | 4 +-
22589 include/linux/power/smartreflex.h | 2 +-
22590 include/linux/ppp-comp.h | 2 +-
22591 include/linux/preempt.h | 21 +
22592 include/linux/proc_ns.h | 2 +-
22593 include/linux/psci.h | 2 +-
22594 include/linux/quota.h | 2 +-
22595 include/linux/random.h | 19 +-
22596 include/linux/rculist.h | 16 +
22597 include/linux/reboot.h | 14 +-
22598 include/linux/regset.h | 3 +-
22599 include/linux/relay.h | 2 +-
22600 include/linux/rio.h | 2 +-
22601 include/linux/rmap.h | 4 +-
22602 include/linux/sched.h | 72 +-
22603 include/linux/sched/sysctl.h | 1 +
22604 include/linux/semaphore.h | 2 +-
22605 include/linux/seq_file.h | 1 +
22606 include/linux/signal.h | 2 +-
22607 include/linux/skbuff.h | 12 +-
22608 include/linux/slab.h | 47 +-
22609 include/linux/slab_def.h | 14 +-
22610 include/linux/slub_def.h | 2 +-
22611 include/linux/smp.h | 2 +
22612 include/linux/sock_diag.h | 2 +-
22613 include/linux/sonet.h | 2 +-
22614 include/linux/sunrpc/addr.h | 8 +-
22615 include/linux/sunrpc/clnt.h | 2 +-
22616 include/linux/sunrpc/svc.h | 2 +-
22617 include/linux/sunrpc/svc_rdma.h | 18 +-
22618 include/linux/sunrpc/svcauth.h | 2 +-
22619 include/linux/swapops.h | 10 +-
22620 include/linux/swiotlb.h | 3 +-
22621 include/linux/syscalls.h | 21 +-
22622 include/linux/syscore_ops.h | 2 +-
22623 include/linux/sysctl.h | 3 +-
22624 include/linux/sysfs.h | 9 +-
22625 include/linux/sysrq.h | 3 +-
22626 include/linux/tcp.h | 14 +-
22627 include/linux/thread_info.h | 7 +
22628 include/linux/tty.h | 4 +-
22629 include/linux/tty_driver.h | 2 +-
22630 include/linux/tty_ldisc.h | 2 +-
22631 include/linux/types.h | 16 +
22632 include/linux/uaccess.h | 6 +-
22633 include/linux/uio_driver.h | 2 +-
22634 include/linux/unaligned/access_ok.h | 24 +-
22635 include/linux/usb.h | 12 +-
22636 include/linux/usb/hcd.h | 1 +
22637 include/linux/usb/renesas_usbhs.h | 2 +-
22638 include/linux/vermagic.h | 21 +-
22639 include/linux/vga_switcheroo.h | 8 +-
22640 include/linux/vmalloc.h | 7 +-
22641 include/linux/vmstat.h | 24 +-
22642 include/linux/xattr.h | 5 +-
22643 include/linux/zlib.h | 3 +-
22644 include/media/v4l2-dev.h | 2 +-
22645 include/media/v4l2-device.h | 2 +-
22646 include/net/9p/transport.h | 2 +-
22647 include/net/bluetooth/l2cap.h | 2 +-
22648 include/net/bonding.h | 2 +-
22649 include/net/caif/cfctrl.h | 6 +-
22650 include/net/flow.h | 2 +-
22651 include/net/genetlink.h | 2 +-
22652 include/net/gro_cells.h | 2 +-
22653 include/net/inet_connection_sock.h | 2 +-
22654 include/net/inet_sock.h | 2 +-
22655 include/net/inetpeer.h | 2 +-
22656 include/net/ip_fib.h | 2 +-
22657 include/net/ip_vs.h | 8 +-
22658 include/net/ipv6.h | 2 +-
22659 include/net/irda/ircomm_tty.h | 1 +
22660 include/net/iucv/af_iucv.h | 2 +-
22661 include/net/llc_c_ac.h | 2 +-
22662 include/net/llc_c_ev.h | 4 +-
22663 include/net/llc_c_st.h | 2 +-
22664 include/net/llc_s_ac.h | 2 +-
22665 include/net/llc_s_st.h | 2 +-
22666 include/net/mac80211.h | 4 +-
22667 include/net/neighbour.h | 2 +-
22668 include/net/net_namespace.h | 18 +-
22669 include/net/netlink.h | 2 +-
22670 include/net/netns/conntrack.h | 6 +-
22671 include/net/netns/ipv4.h | 4 +-
22672 include/net/netns/ipv6.h | 4 +-
22673 include/net/netns/xfrm.h | 2 +-
22674 include/net/ping.h | 2 +-
22675 include/net/protocol.h | 4 +-
22676 include/net/rtnetlink.h | 2 +-
22677 include/net/sctp/checksum.h | 4 +-
22678 include/net/sctp/sm.h | 4 +-
22679 include/net/sctp/structs.h | 2 +-
22680 include/net/sock.h | 12 +-
22681 include/net/tcp.h | 8 +-
22682 include/net/xfrm.h | 13 +-
22683 include/rdma/iw_cm.h | 2 +-
22684 include/scsi/libfc.h | 3 +-
22685 include/scsi/scsi_device.h | 6 +-
22686 include/scsi/scsi_driver.h | 2 +-
22687 include/scsi/scsi_transport_fc.h | 3 +-
22688 include/scsi/sg.h | 2 +-
22689 include/sound/compress_driver.h | 2 +-
22690 include/sound/soc.h | 4 +-
22691 include/trace/events/irq.h | 4 +-
22692 include/uapi/linux/a.out.h | 8 +
22693 include/uapi/linux/bcache.h | 5 +-
22694 include/uapi/linux/byteorder/little_endian.h | 28 +-
22695 include/uapi/linux/connector.h | 2 +-
22696 include/uapi/linux/elf.h | 28 +
22697 include/uapi/linux/screen_info.h | 3 +-
22698 include/uapi/linux/swab.h | 6 +-
22699 include/uapi/linux/xattr.h | 4 +
22700 include/video/udlfb.h | 8 +-
22701 include/video/uvesafb.h | 1 +
22702 init/Kconfig | 2 +-
22703 init/Makefile | 3 +
22704 init/do_mounts.c | 14 +-
22705 init/do_mounts.h | 8 +-
22706 init/do_mounts_initrd.c | 30 +-
22707 init/do_mounts_md.c | 6 +-
22708 init/init_task.c | 4 +
22709 init/initramfs.c | 38 +-
22710 init/main.c | 30 +-
22711 ipc/compat.c | 4 +-
22712 ipc/ipc_sysctl.c | 8 +-
22713 ipc/mq_sysctl.c | 4 +-
22714 ipc/sem.c | 4 +-
22715 ipc/shm.c | 6 +
22716 kernel/audit.c | 8 +-
22717 kernel/auditsc.c | 4 +-
22718 kernel/bpf/core.c | 7 +-
22719 kernel/capability.c | 3 +
22720 kernel/compat.c | 38 +-
22721 kernel/debug/debug_core.c | 16 +-
22722 kernel/debug/kdb/kdb_main.c | 4 +-
22723 kernel/events/core.c | 26 +-
22724 kernel/events/internal.h | 10 +-
22725 kernel/events/uprobes.c | 2 +-
22726 kernel/exit.c | 2 +-
22727 kernel/fork.c | 167 +-
22728 kernel/futex.c | 11 +-
22729 kernel/futex_compat.c | 2 +-
22730 kernel/gcov/base.c | 7 +-
22731 kernel/irq/manage.c | 2 +-
22732 kernel/irq/msi.c | 19 +-
22733 kernel/irq/spurious.c | 2 +-
22734 kernel/jump_label.c | 5 +
22735 kernel/kallsyms.c | 37 +-
22736 kernel/kexec.c | 3 +-
22737 kernel/kmod.c | 8 +-
22738 kernel/kprobes.c | 4 +-
22739 kernel/ksysfs.c | 2 +-
22740 kernel/locking/lockdep.c | 7 +-
22741 kernel/locking/mutex-debug.c | 12 +-
22742 kernel/locking/mutex-debug.h | 4 +-
22743 kernel/locking/mutex.c | 6 +-
22744 kernel/module.c | 422 +-
22745 kernel/notifier.c | 17 +-
22746 kernel/padata.c | 4 +-
22747 kernel/panic.c | 5 +-
22748 kernel/pid.c | 2 +-
22749 kernel/pid_namespace.c | 2 +-
22750 kernel/power/process.c | 12 +-
22751 kernel/profile.c | 14 +-
22752 kernel/ptrace.c | 8 +-
22753 kernel/rcu/rcutorture.c | 60 +-
22754 kernel/rcu/tiny.c | 4 +-
22755 kernel/rcu/tree.c | 44 +-
22756 kernel/rcu/tree.h | 14 +-
22757 kernel/rcu/tree_plugin.h | 14 +-
22758 kernel/rcu/tree_trace.c | 12 +-
22759 kernel/sched/auto_group.c | 4 +-
22760 kernel/sched/core.c | 45 +-
22761 kernel/sched/fair.c | 2 +-
22762 kernel/sched/sched.h | 2 +-
22763 kernel/signal.c | 12 +-
22764 kernel/smpboot.c | 4 +-
22765 kernel/softirq.c | 12 +-
22766 kernel/sys.c | 10 +-
22767 kernel/sysctl.c | 34 +-
22768 kernel/time/alarmtimer.c | 2 +-
22769 kernel/time/posix-cpu-timers.c | 4 +-
22770 kernel/time/posix-timers.c | 24 +-
22771 kernel/time/timer.c | 2 +-
22772 kernel/time/timer_stats.c | 10 +-
22773 kernel/trace/blktrace.c | 6 +-
22774 kernel/trace/ftrace.c | 15 +-
22775 kernel/trace/ring_buffer.c | 96 +-
22776 kernel/trace/trace.c | 2 +-
22777 kernel/trace/trace.h | 2 +-
22778 kernel/trace/trace_clock.c | 4 +-
22779 kernel/trace/trace_events.c | 1 -
22780 kernel/trace/trace_functions_graph.c | 4 +-
22781 kernel/trace/trace_mmiotrace.c | 8 +-
22782 kernel/trace/trace_output.c | 10 +-
22783 kernel/trace/trace_seq.c | 2 +-
22784 kernel/trace/trace_stack.c | 2 +-
22785 kernel/user_namespace.c | 2 +-
22786 kernel/utsname_sysctl.c | 2 +-
22787 kernel/watchdog.c | 2 +-
22788 kernel/workqueue.c | 2 +-
22789 lib/Kconfig.debug | 8 +-
22790 lib/Makefile | 2 +-
22791 lib/bitmap.c | 8 +-
22792 lib/bug.c | 2 +
22793 lib/debugobjects.c | 2 +-
22794 lib/decompress_bunzip2.c | 3 +-
22795 lib/decompress_unlzma.c | 4 +-
22796 lib/div64.c | 4 +-
22797 lib/dma-debug.c | 4 +-
22798 lib/inflate.c | 2 +-
22799 lib/ioremap.c | 4 +-
22800 lib/kobject.c | 4 +-
22801 lib/list_debug.c | 126 +-
22802 lib/lockref.c | 44 +-
22803 lib/percpu-refcount.c | 2 +-
22804 lib/radix-tree.c | 2 +-
22805 lib/random32.c | 2 +-
22806 lib/show_mem.c | 2 +-
22807 lib/strncpy_from_user.c | 2 +-
22808 lib/strnlen_user.c | 2 +-
22809 lib/swiotlb.c | 2 +-
22810 lib/usercopy.c | 6 +
22811 lib/vsprintf.c | 12 +-
22812 mm/Kconfig | 6 +-
22813 mm/backing-dev.c | 4 +-
22814 mm/debug.c | 3 +
22815 mm/filemap.c | 2 +-
22816 mm/gup.c | 13 +-
22817 mm/highmem.c | 6 +-
22818 mm/hugetlb.c | 70 +-
22819 mm/internal.h | 1 +
22820 mm/maccess.c | 4 +-
22821 mm/madvise.c | 37 +
22822 mm/memory-failure.c | 6 +-
22823 mm/memory.c | 424 +-
22824 mm/mempolicy.c | 25 +
22825 mm/mlock.c | 15 +-
22826 mm/mm_init.c | 2 +-
22827 mm/mmap.c | 582 +-
22828 mm/mprotect.c | 137 +-
22829 mm/mremap.c | 39 +-
22830 mm/nommu.c | 21 +-
22831 mm/page-writeback.c | 2 +-
22832 mm/page_alloc.c | 49 +-
22833 mm/percpu.c | 2 +-
22834 mm/process_vm_access.c | 14 +-
22835 mm/rmap.c | 45 +-
22836 mm/shmem.c | 19 +-
22837 mm/slab.c | 109 +-
22838 mm/slab.h | 22 +-
22839 mm/slab_common.c | 86 +-
22840 mm/slob.c | 218 +-
22841 mm/slub.c | 102 +-
22842 mm/sparse-vmemmap.c | 4 +-
22843 mm/sparse.c | 2 +-
22844 mm/swap.c | 2 +
22845 mm/swapfile.c | 12 +-
22846 mm/util.c | 6 +
22847 mm/vmalloc.c | 114 +-
22848 mm/vmstat.c | 12 +-
22849 net/8021q/vlan.c | 5 +-
22850 net/8021q/vlan_netlink.c | 2 +-
22851 net/9p/mod.c | 4 +-
22852 net/9p/trans_fd.c | 2 +-
22853 net/atm/atm_misc.c | 8 +-
22854 net/atm/lec.h | 2 +-
22855 net/atm/proc.c | 6 +-
22856 net/atm/resources.c | 4 +-
22857 net/ax25/sysctl_net_ax25.c | 2 +-
22858 net/batman-adv/bat_iv_ogm.c | 8 +-
22859 net/batman-adv/fragmentation.c | 2 +-
22860 net/batman-adv/soft-interface.c | 8 +-
22861 net/batman-adv/types.h | 6 +-
22862 net/bluetooth/hci_sock.c | 2 +-
22863 net/bluetooth/l2cap_core.c | 6 +-
22864 net/bluetooth/l2cap_sock.c | 12 +-
22865 net/bluetooth/rfcomm/sock.c | 4 +-
22866 net/bluetooth/rfcomm/tty.c | 4 +-
22867 net/bridge/br_netlink.c | 2 +-
22868 net/bridge/netfilter/ebtables.c | 6 +-
22869 net/caif/cfctrl.c | 11 +-
22870 net/caif/chnl_net.c | 2 +-
22871 net/can/af_can.c | 2 +-
22872 net/can/gw.c | 6 +-
22873 net/ceph/messenger.c | 4 +-
22874 net/compat.c | 24 +-
22875 net/core/datagram.c | 2 +-
22876 net/core/dev.c | 16 +-
22877 net/core/filter.c | 2 +-
22878 net/core/flow.c | 6 +-
22879 net/core/neighbour.c | 4 +-
22880 net/core/net-sysfs.c | 2 +-
22881 net/core/net_namespace.c | 8 +-
22882 net/core/netpoll.c | 4 +-
22883 net/core/rtnetlink.c | 15 +-
22884 net/core/scm.c | 14 +-
22885 net/core/skbuff.c | 8 +-
22886 net/core/sock.c | 28 +-
22887 net/core/sock_diag.c | 15 +-
22888 net/core/sysctl_net_core.c | 22 +-
22889 net/decnet/af_decnet.c | 1 +
22890 net/decnet/sysctl_net_decnet.c | 4 +-
22891 net/dsa/dsa.c | 2 +-
22892 net/hsr/hsr_netlink.c | 2 +-
22893 net/ieee802154/6lowpan/core.c | 2 +-
22894 net/ieee802154/6lowpan/reassembly.c | 14 +-
22895 net/ipv4/af_inet.c | 2 +-
22896 net/ipv4/devinet.c | 18 +-
22897 net/ipv4/fib_frontend.c | 6 +-
22898 net/ipv4/fib_semantics.c | 2 +-
22899 net/ipv4/inet_connection_sock.c | 4 +-
22900 net/ipv4/inet_timewait_sock.c | 2 +-
22901 net/ipv4/inetpeer.c | 2 +-
22902 net/ipv4/ip_fragment.c | 15 +-
22903 net/ipv4/ip_gre.c | 6 +-
22904 net/ipv4/ip_sockglue.c | 2 +-
22905 net/ipv4/ip_vti.c | 4 +-
22906 net/ipv4/ipconfig.c | 6 +-
22907 net/ipv4/ipip.c | 4 +-
22908 net/ipv4/netfilter/arp_tables.c | 12 +-
22909 net/ipv4/netfilter/ip_tables.c | 12 +-
22910 net/ipv4/ping.c | 14 +-
22911 net/ipv4/raw.c | 14 +-
22912 net/ipv4/route.c | 32 +-
22913 net/ipv4/sysctl_net_ipv4.c | 22 +-
22914 net/ipv4/tcp_input.c | 6 +-
22915 net/ipv4/tcp_probe.c | 2 +-
22916 net/ipv4/udp.c | 10 +-
22917 net/ipv4/xfrm4_policy.c | 18 +-
22918 net/ipv6/addrconf.c | 18 +-
22919 net/ipv6/af_inet6.c | 2 +-
22920 net/ipv6/datagram.c | 2 +-
22921 net/ipv6/icmp.c | 2 +-
22922 net/ipv6/ip6_fib.c | 4 +-
22923 net/ipv6/ip6_gre.c | 10 +-
22924 net/ipv6/ip6_tunnel.c | 4 +-
22925 net/ipv6/ip6_vti.c | 4 +-
22926 net/ipv6/ipv6_sockglue.c | 2 +-
22927 net/ipv6/netfilter/ip6_tables.c | 12 +-
22928 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
22929 net/ipv6/ping.c | 33 +-
22930 net/ipv6/raw.c | 17 +-
22931 net/ipv6/reassembly.c | 13 +-
22932 net/ipv6/route.c | 2 +-
22933 net/ipv6/sit.c | 4 +-
22934 net/ipv6/sysctl_net_ipv6.c | 2 +-
22935 net/ipv6/udp.c | 6 +-
22936 net/ipv6/xfrm6_policy.c | 17 +-
22937 net/irda/ircomm/ircomm_tty.c | 18 +-
22938 net/iucv/af_iucv.c | 4 +-
22939 net/iucv/iucv.c | 2 +-
22940 net/key/af_key.c | 4 +-
22941 net/l2tp/l2tp_eth.c | 38 +-
22942 net/l2tp/l2tp_ip.c | 2 +-
22943 net/l2tp/l2tp_ip6.c | 2 +-
22944 net/mac80211/cfg.c | 8 +-
22945 net/mac80211/ieee80211_i.h | 3 +-
22946 net/mac80211/iface.c | 20 +-
22947 net/mac80211/main.c | 2 +-
22948 net/mac80211/pm.c | 4 +-
22949 net/mac80211/rate.c | 2 +-
22950 net/mac80211/sta_info.c | 2 +-
22951 net/mac80211/util.c | 8 +-
22952 net/mpls/af_mpls.c | 6 +-
22953 net/netfilter/ipset/ip_set_core.c | 2 +-
22954 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
22955 net/netfilter/ipvs/ip_vs_core.c | 4 +-
22956 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
22957 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
22958 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
22959 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
22960 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
22961 net/netfilter/nf_conntrack_acct.c | 2 +-
22962 net/netfilter/nf_conntrack_ecache.c | 2 +-
22963 net/netfilter/nf_conntrack_helper.c | 2 +-
22964 net/netfilter/nf_conntrack_proto.c | 2 +-
22965 net/netfilter/nf_conntrack_standalone.c | 2 +-
22966 net/netfilter/nf_conntrack_timestamp.c | 2 +-
22967 net/netfilter/nf_log.c | 10 +-
22968 net/netfilter/nf_sockopt.c | 4 +-
22969 net/netfilter/nfnetlink_log.c | 4 +-
22970 net/netfilter/nft_compat.c | 9 +-
22971 net/netfilter/xt_statistic.c | 8 +-
22972 net/netlink/af_netlink.c | 4 +-
22973 net/openvswitch/vport-internal_dev.c | 2 +-
22974 net/packet/af_packet.c | 8 +-
22975 net/phonet/pep.c | 6 +-
22976 net/phonet/socket.c | 2 +-
22977 net/phonet/sysctl.c | 2 +-
22978 net/rds/cong.c | 6 +-
22979 net/rds/ib.h | 2 +-
22980 net/rds/ib_cm.c | 2 +-
22981 net/rds/ib_recv.c | 4 +-
22982 net/rds/iw.h | 2 +-
22983 net/rds/iw_cm.c | 2 +-
22984 net/rds/iw_recv.c | 4 +-
22985 net/rds/rds.h | 2 +-
22986 net/rds/tcp.c | 2 +-
22987 net/rds/tcp_send.c | 2 +-
22988 net/rxrpc/af_rxrpc.c | 2 +-
22989 net/rxrpc/ar-ack.c | 14 +-
22990 net/rxrpc/ar-call.c | 2 +-
22991 net/rxrpc/ar-connection.c | 2 +-
22992 net/rxrpc/ar-connevent.c | 2 +-
22993 net/rxrpc/ar-input.c | 4 +-
22994 net/rxrpc/ar-internal.h | 8 +-
22995 net/rxrpc/ar-local.c | 2 +-
22996 net/rxrpc/ar-output.c | 4 +-
22997 net/rxrpc/ar-peer.c | 2 +-
22998 net/rxrpc/ar-proc.c | 4 +-
22999 net/rxrpc/ar-transport.c | 2 +-
23000 net/rxrpc/rxkad.c | 4 +-
23001 net/sched/sch_generic.c | 4 +-
23002 net/sctp/ipv6.c | 6 +-
23003 net/sctp/protocol.c | 10 +-
23004 net/sctp/sm_sideeffect.c | 2 +-
23005 net/sctp/socket.c | 21 +-
23006 net/sctp/sysctl.c | 10 +-
23007 net/socket.c | 18 +-
23008 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
23009 net/sunrpc/clnt.c | 4 +-
23010 net/sunrpc/sched.c | 4 +-
23011 net/sunrpc/svc.c | 4 +-
23012 net/sunrpc/svcauth_unix.c | 2 +-
23013 net/sunrpc/xprtrdma/svc_rdma.c | 38 +-
23014 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
23015 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
23016 net/sunrpc/xprtrdma/svc_rdma_transport.c | 10 +-
23017 net/tipc/netlink_compat.c | 12 +-
23018 net/tipc/subscr.c | 2 +-
23019 net/unix/af_unix.c | 7 +-
23020 net/unix/sysctl_net_unix.c | 2 +-
23021 net/wireless/wext-core.c | 19 +-
23022 net/xfrm/xfrm_policy.c | 16 +-
23023 net/xfrm/xfrm_state.c | 33 +-
23024 net/xfrm/xfrm_sysctl.c | 2 +-
23025 scripts/Kbuild.include | 2 +-
23026 scripts/Makefile.build | 2 +-
23027 scripts/Makefile.clean | 3 +-
23028 scripts/Makefile.host | 69 +-
23029 scripts/basic/fixdep.c | 12 +-
23030 scripts/dtc/checks.c | 14 +-
23031 scripts/dtc/data.c | 6 +-
23032 scripts/dtc/flattree.c | 8 +-
23033 scripts/dtc/livetree.c | 4 +-
23034 scripts/gcc-plugin.sh | 51 +
23035 scripts/headers_install.sh | 1 +
23036 scripts/kallsyms.c | 4 +-
23037 scripts/kconfig/lkc.h | 5 +-
23038 scripts/kconfig/menu.c | 2 +-
23039 scripts/kconfig/symbol.c | 6 +-
23040 scripts/link-vmlinux.sh | 2 +-
23041 scripts/mod/file2alias.c | 14 +-
23042 scripts/mod/modpost.c | 25 +-
23043 scripts/mod/modpost.h | 6 +-
23044 scripts/mod/sumversion.c | 2 +-
23045 scripts/module-common.lds | 4 +
23046 scripts/package/builddeb | 1 +
23047 scripts/pnmtologo.c | 6 +-
23048 scripts/sortextable.h | 6 +-
23049 scripts/tags.sh | 2 +-
23050 security/Kconfig | 692 +-
23051 security/integrity/ima/ima.h | 4 +-
23052 security/integrity/ima/ima_api.c | 2 +-
23053 security/integrity/ima/ima_fs.c | 4 +-
23054 security/integrity/ima/ima_queue.c | 2 +-
23055 security/keys/key.c | 18 +-
23056 security/selinux/avc.c | 6 +-
23057 security/selinux/include/xfrm.h | 2 +-
23058 security/yama/yama_lsm.c | 2 +-
23059 sound/aoa/codecs/onyx.c | 7 +-
23060 sound/aoa/codecs/onyx.h | 1 +
23061 sound/core/oss/pcm_oss.c | 18 +-
23062 sound/core/pcm_compat.c | 2 +-
23063 sound/core/pcm_native.c | 4 +-
23064 sound/core/sound.c | 2 +-
23065 sound/drivers/mts64.c | 14 +-
23066 sound/drivers/opl4/opl4_lib.c | 2 +-
23067 sound/drivers/portman2x4.c | 3 +-
23068 sound/firewire/amdtp.c | 4 +-
23069 sound/firewire/amdtp.h | 4 +-
23070 sound/firewire/isight.c | 10 +-
23071 sound/firewire/scs1x.c | 8 +-
23072 sound/oss/sb_audio.c | 2 +-
23073 sound/oss/swarm_cs4297a.c | 6 +-
23074 sound/pci/hda/hda_codec.c | 2 +-
23075 sound/pci/ymfpci/ymfpci.h | 2 +-
23076 sound/pci/ymfpci/ymfpci_main.c | 12 +-
23077 sound/soc/codecs/sti-sas.c | 10 +-
23078 sound/soc/soc-ac97.c | 6 +-
23079 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
23080 tools/gcc/Makefile | 42 +
23081 tools/gcc/checker_plugin.c | 150 +
23082 tools/gcc/colorize_plugin.c | 215 +
23083 tools/gcc/constify_plugin.c | 571 +
23084 tools/gcc/gcc-common.h | 812 +
23085 tools/gcc/initify_plugin.c | 552 +
23086 tools/gcc/kallocstat_plugin.c | 188 +
23087 tools/gcc/kernexec_plugin.c | 549 +
23088 tools/gcc/latent_entropy_plugin.c | 470 +
23089 tools/gcc/size_overflow_plugin/.gitignore | 2 +
23090 tools/gcc/size_overflow_plugin/Makefile | 28 +
23091 .../disable_size_overflow_hash.data |12422 ++++++++++++
23092 .../generate_size_overflow_hash.sh | 103 +
23093 .../insert_size_overflow_asm.c | 416 +
23094 .../size_overflow_plugin/intentional_overflow.c | 1010 +
23095 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
23096 tools/gcc/size_overflow_plugin/size_overflow.h | 323 +
23097 .../gcc/size_overflow_plugin/size_overflow_debug.c | 194 +
23098 .../size_overflow_plugin/size_overflow_hash.data |20735 ++++++++++++++++++++
23099 .../size_overflow_hash_aux.data | 92 +
23100 tools/gcc/size_overflow_plugin/size_overflow_ipa.c | 1226 ++
23101 .../gcc/size_overflow_plugin/size_overflow_misc.c | 505 +
23102 .../size_overflow_plugin/size_overflow_plugin.c | 318 +
23103 .../size_overflow_plugin_hash.c | 352 +
23104 .../size_overflow_plugin/size_overflow_transform.c | 749 +
23105 .../size_overflow_transform_core.c | 1010 +
23106 tools/gcc/stackleak_plugin.c | 436 +
23107 tools/gcc/structleak_plugin.c | 287 +
23108 tools/include/linux/compiler.h | 8 +
23109 tools/lib/api/Makefile | 2 +-
23110 tools/perf/util/include/asm/alternative-asm.h | 3 +
23111 tools/virtio/linux/uaccess.h | 2 +-
23112 virt/kvm/kvm_main.c | 42 +-
23113 1944 files changed, 66925 insertions(+), 8949 deletions(-)
23114 commit 87790bbd0d8dc2bd7fd86cb947e32886db9e9766
23115 Author: Matthew Wilcox <willy@linux.intel.com>
23116 Date: Tue Feb 2 16:57:52 2016 -0800
23117
23118 radix-tree: fix race in gang lookup
23119
23120 If the indirect_ptr bit is set on a slot, that indicates we need to redo
23121 the lookup. Introduce a new function radix_tree_iter_retry() which
23122 forces the loop to retry the lookup by setting 'slot' to NULL and
23123 turning the iterator back to point at the problematic entry.
23124
23125 This is a pretty rare problem to hit at the moment; the lookup has to
23126 race with a grow of the radix tree from a height of 0. The consequences
23127 of hitting this race are that gang lookup could return a pointer to a
23128 radix_tree_node instead of a pointer to whatever the user had inserted
23129 in the tree.
23130
23131 Fixes: cebbd29e1c2f ("radix-tree: rewrite gang lookup using iterator")
23132 Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
23133 Cc: Hugh Dickins <hughd@google.com>
23134 Cc: Ohad Ben-Cohen <ohad@wizery.com>
23135 Cc: Konstantin Khlebnikov <khlebnikov@openvz.org>
23136 Cc: <stable@vger.kernel.org>
23137 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
23138 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
23139
23140 include/linux/radix-tree.h | 16 ++++++++++++++++
23141 lib/radix-tree.c | 12 ++++++++++--
23142 2 files changed, 26 insertions(+), 2 deletions(-)
23143
23144 commit bf628043b4589c910919a0f221ae7f42aa8cea93
23145 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
23146 Date: Wed Feb 3 02:11:03 2016 +0100
23147
23148 unix: correctly track in-flight fds in sending process user_struct
23149
23150 The commit referenced in the Fixes tag incorrectly accounted the number
23151 of in-flight fds over a unix domain socket to the original opener
23152 of the file-descriptor. This allows another process to arbitrary
23153 deplete the original file-openers resource limit for the maximum of
23154 open files. Instead the sending processes and its struct cred should
23155 be credited.
23156
23157 To do so, we add a reference counted struct user_struct pointer to the
23158 scm_fp_list and use it to account for the number of inflight unix fds.
23159
23160 Fixes: 712f4aad406bb1 ("unix: properly account for FDs passed over unix sockets")
23161 Reported-by: David Herrmann <dh.herrmann@gmail.com>
23162 Cc: David Herrmann <dh.herrmann@gmail.com>
23163 Cc: Willy Tarreau <w@1wt.eu>
23164 Cc: Linus Torvalds <torvalds@linux-foundation.org>
23165 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
23166 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
23167 Signed-off-by: David S. Miller <davem@davemloft.net>
23168
23169 include/net/af_unix.h | 4 ++--
23170 include/net/scm.h | 1 +
23171 net/core/scm.c | 7 +++++++
23172 net/unix/af_unix.c | 4 ++--
23173 net/unix/garbage.c | 8 ++++----
23174 5 files changed, 16 insertions(+), 8 deletions(-)
23175
23176 commit e830db443ff78d70b7b63536e688d73907face0c
23177 Author: Mike Kravetz <mike.kravetz@oracle.com>
23178 Date: Fri Jan 15 16:57:37 2016 -0800
23179
23180 fs/hugetlbfs/inode.c: fix bugs in hugetlb_vmtruncate_list()
23181
23182 Hillf Danton noticed bugs in the hugetlb_vmtruncate_list routine. The
23183 argument end is of type pgoff_t. It was being converted to a vaddr
23184 offset and passed to unmap_hugepage_range. However, end was also being
23185 used as an argument to the vma_interval_tree_foreach controlling loop.
23186 In addition, the conversion of end to vaddr offset was incorrect.
23187
23188 hugetlb_vmtruncate_list is called as part of a file truncate or
23189 fallocate hole punch operation.
23190
23191 When truncating a hugetlbfs file, this bug could prevent some pages from
23192 being unmapped. This is possible if there are multiple vmas mapping the
23193 file, and there is a sufficiently sized hole between the mappings. The
23194 size of the hole between two vmas (A,B) must be such that the starting
23195 virtual address of B is greater than (ending virtual address of A <<
23196 PAGE_SHIFT). In this case, the pages in B would not be unmapped. If
23197 pages are not properly unmapped during truncate, the following BUG is
23198 hit:
23199
23200 kernel BUG at fs/hugetlbfs/inode.c:428!
23201
23202 In the fallocate hole punch case, this bug could prevent pages from
23203 being unmapped as in the truncate case. However, for hole punch the
23204 result is that unmapped pages will not be removed during the operation.
23205 For hole punch, it is also possible that more pages than desired will be
23206 unmapped. This unnecessary unmapping will cause page faults to
23207 reestablish the mappings on subsequent page access.
23208
23209 Fixes: 1bfad99ab (" hugetlbfs: hugetlb_vmtruncate_list() needs to take a range")Reported-by: Hillf Danton <hillf.zj@alibaba-inc.com>
23210 Signed-off-by: Mike Kravetz <mike.kravetz@oracle.com>
23211 Cc: Hugh Dickins <hughd@google.com>
23212 Cc: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
23213 Cc: Davidlohr Bueso <dave@stgolabs.net>
23214 Cc: Dave Hansen <dave.hansen@linux.intel.com>
23215 Cc: <stable@vger.kernel.org> [4.3]
23216 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
23217 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
23218
23219 fs/hugetlbfs/inode.c | 19 +++++++++++--------
23220 1 files changed, 11 insertions(+), 8 deletions(-)
23221
23222 commit cdb3ba4a9113b779347387f3b6c6ea72dd4db12f
23223 Author: Takashi Iwai <tiwai@suse.de>
23224 Date: Thu Feb 4 17:06:13 2016 +0100
23225
23226 ALSA: timer: Fix leftover link at closing
23227
23228 In ALSA timer core, the active timer instance is managed in
23229 active_list linked list. Each element is added / removed dynamically
23230 at timer start, stop and in timer interrupt. The problem is that
23231 snd_timer_interrupt() has a thinko and leaves the element in
23232 active_list when it's the last opened element. This eventually leads
23233 to list corruption or use-after-free error.
23234
23235 This hasn't been revealed because we used to delete the list forcibly
23236 in snd_timer_stop() in the past. However, the recent fix avoids the
23237 double-stop behavior (in commit [f784beb75ce8: ALSA: timer: Fix link
23238 corruption due to double start or stop]), and this leak hits reality.
23239
23240 This patch fixes the link management in snd_timer_interrupt(). Now it
23241 simply unlinks no matter which stream is.
23242
23243 BugLink: http://lkml.kernel.org/r/CACT4Y+Yy2aukHP-EDp8-ziNqNNmb-NTf=jDWXMP7jB8HDa2vng@mail.gmail.com
23244 Reported-by: Dmitry Vyukov <dvyukov@google.com>
23245 Cc: <stable@vger.kernel.org>
23246 Signed-off-by: Takashi Iwai <tiwai@suse.de>
23247
23248 sound/core/timer.c | 4 ++--
23249 1 files changed, 2 insertions(+), 2 deletions(-)
23250
23251 commit 47d9647902f6a2f46a2be1e0140ba0f6f8c06008
23252 Author: Konstantin Khlebnikov <koct9i@gmail.com>
23253 Date: Fri Feb 5 15:37:01 2016 -0800
23254
23255 radix-tree: fix oops after radix_tree_iter_retry
23256
23257 Helper radix_tree_iter_retry() resets next_index to the current index.
23258 In following radix_tree_next_slot current chunk size becomes zero. This
23259 isn't checked and it tries to dereference null pointer in slot.
23260
23261 Tagged iterator is fine because retry happens only at slot 0 where tag
23262 bitmask in iter->tags is filled with single bit.
23263
23264 Fixes: 46437f9a554f ("radix-tree: fix race in gang lookup")
23265 Signed-off-by: Konstantin Khlebnikov <koct9i@gmail.com>
23266 Cc: Matthew Wilcox <willy@linux.intel.com>
23267 Cc: Hugh Dickins <hughd@google.com>
23268 Cc: Ohad Ben-Cohen <ohad@wizery.com>
23269 Cc: Jeremiah Mahler <jmmahler@gmail.com>
23270 Cc: <stable@vger.kernel.org>
23271 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
23272 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
23273
23274 include/linux/radix-tree.h | 6 +++---
23275 1 files changed, 3 insertions(+), 3 deletions(-)
23276
23277 commit 95b5dcb3c01958502af00b0bc0da1d906aae11a2
23278 Merge: 438be0b 256aeaf
23279 Author: Brad Spengler <spender@grsecurity.net>
23280 Date: Sun Feb 7 08:29:33 2016 -0500
23281
23282 Merge branch 'pax-test' into grsec-test
23283
23284 commit 256aeaf87c22de8edf1f03682a572c590ae07771
23285 Author: Brad Spengler <spender@grsecurity.net>
23286 Date: Sun Feb 7 08:29:09 2016 -0500
23287
23288 Update to pax-linux-4.3.5-test28.patch:
23289 - 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)
23290 - spender fixed UDEREF on arm
23291
23292 arch/arm/Kconfig | 1 +
23293 arch/arm/include/asm/domain.h | 21 ++++++++-
23294 arch/arm/include/asm/futex.h | 9 ----
23295 arch/arm/include/asm/thread_info.h | 3 +
23296 arch/arm/include/asm/uaccess.h | 81 +++++++++++++++---------------------
23297 arch/arm/kernel/entry-armv.S | 2 +-
23298 arch/arm/kernel/process.c | 2 +-
23299 arch/arm/mm/alignment.c | 8 ----
23300 arch/x86/mm/numa.c | 2 +-
23301 security/Kconfig | 1 -
23302 10 files changed, 60 insertions(+), 70 deletions(-)
23303
23304 commit 438be0bd112bd17942b2628c53054dc1007558a1
23305 Author: Brad Spengler <spender@grsecurity.net>
23306 Date: Sat Feb 6 19:50:31 2016 -0500
23307
23308 Fix a number of issues caused by the upstream merging of a UDEREF ripoff resulting in unbootable
23309 ARM systems reported on the forums
23310
23311 arch/arm/Kconfig | 1 +
23312 arch/arm/include/asm/domain.h | 21 ++++++++-
23313 arch/arm/include/asm/futex.h | 9 ----
23314 arch/arm/include/asm/thread_info.h | 3 +
23315 arch/arm/include/asm/uaccess.h | 81 +++++++++++++++---------------------
23316 arch/arm/kernel/entry-armv.S | 2 +-
23317 arch/arm/kernel/process.c | 2 +-
23318 arch/arm/mm/alignment.c | 8 ----
23319 security/Kconfig | 1 -
23320 9 files changed, 59 insertions(+), 69 deletions(-)
23321
23322 commit 4ffdd5ef1f87e611af1efb4f251ada92abe9f4c0
23323 Author: Brad Spengler <spender@grsecurity.net>
23324 Date: Sat Feb 6 11:21:53 2016 -0500
23325
23326 Fix another compiler warning
23327
23328 net/ipv4/tcp_input.c | 2 ++
23329 1 files changed, 2 insertions(+), 0 deletions(-)
23330
23331 commit 30b5b7bc0fd67d458bdd5ab35e4689769eabd2ed
23332 Author: Brad Spengler <spender@grsecurity.net>
23333 Date: Sat Feb 6 11:16:12 2016 -0500
23334
23335 Fix two compiler warnings
23336
23337 kernel/pid.c | 5 ++---
23338 kernel/ptrace.c | 3 ++-
23339 2 files changed, 4 insertions(+), 4 deletions(-)
23340
23341 commit dda4d2a21914c480750f10bd55c6e3203d415d8d
23342 Author: Brad Spengler <spender@grsecurity.net>
23343 Date: Wed Feb 3 21:22:40 2016 -0500
23344
23345 Apply fix for integer truncation in NUMA init code, reported by
23346 x14sg1 on the forums:
23347 https://forums.grsecurity.net/viewtopic.php?f=3&t=4374
23348
23349 arch/x86/mm/numa.c | 2 +-
23350 1 files changed, 1 insertions(+), 1 deletions(-)
23351
23352 commit 477505f7c893cb6a2c3e22f83eefd9c985d7b3ca
23353 Merge: a781740 016d0d8
23354 Author: Brad Spengler <spender@grsecurity.net>
23355 Date: Wed Feb 3 21:20:58 2016 -0500
23356
23357 Merge branch 'pax-test' into grsec-test
23358
23359 commit 016d0d81a8dd4be1304c82a68e0ccf425868f467
23360 Author: Brad Spengler <spender@grsecurity.net>
23361 Date: Wed Feb 3 21:20:10 2016 -0500
23362
23363 Update to pax-linux-4.3.5-test27.patch:
23364 - fixed a bunch of potential REFCOUNT false positives, reported by Emese
23365 - restored padding in fpregs_state for storing AVX-512 state in the future
23366 - constified netlink_dump_control
23367 - added const version of debug_gimple_stmt for gcc plugins, by Emese
23368 - Emese fixed a bug in initify that could have initified too much
23369 - Emese fixed a false positive intentional integer overflow in xfrm4_extract_header, reported by corsac
23370
23371 arch/x86/include/asm/fpu/types.h | 1 +
23372 arch/x86/include/asm/mmu_context.h | 2 +-
23373 block/blk-cgroup.c | 18 ++--
23374 block/cfq-iosched.c | 4 +-
23375 crypto/crypto_user.c | 8 ++-
23376 drivers/acpi/apei/ghes.c | 6 +-
23377 drivers/char/ipmi/ipmi_ssif.c | 12 ++--
23378 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
23379 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
23380 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
23381 drivers/infiniband/core/netlink.c | 5 +-
23382 drivers/infiniband/hw/cxgb4/device.c | 6 +-
23383 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
23384 drivers/md/bcache/alloc.c | 2 +-
23385 drivers/md/bcache/bcache.h | 10 +-
23386 drivers/md/bcache/btree.c | 2 +-
23387 drivers/md/bcache/io.c | 10 +-
23388 drivers/md/bcache/journal.c | 2 +-
23389 drivers/md/bcache/stats.c | 26 +++---
23390 drivers/md/bcache/stats.h | 16 ++--
23391 drivers/md/bcache/super.c | 2 +-
23392 drivers/md/bcache/sysfs.c | 20 +++---
23393 drivers/md/dm-cache-target.c | 98 ++++++++++++------------
23394 drivers/md/dm-raid.c | 2 +-
23395 drivers/md/md.c | 6 +-
23396 drivers/md/md.h | 2 +-
23397 drivers/md/raid1.c | 2 +-
23398 drivers/md/raid10.c | 2 +-
23399 drivers/md/raid5.c | 4 +-
23400 drivers/media/pci/zoran/zoran.h | 1 -
23401 drivers/media/pci/zoran/zoran_driver.c | 3 -
23402 drivers/net/ethernet/sfc/selftest.c | 20 +++---
23403 drivers/net/irda/vlsi_ir.c | 18 ++--
23404 drivers/net/irda/vlsi_ir.h | 14 ++--
23405 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
23406 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
23407 drivers/net/wireless/ath/carl9170/main.c | 10 +-
23408 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
23409 drivers/net/wireless/iwlwifi/mvm/d3.c | 4 +-
23410 drivers/net/wireless/iwlwifi/mvm/tx.c | 2 +-
23411 drivers/scsi/hptiop.c | 2 -
23412 drivers/scsi/hptiop.h | 1 -
23413 drivers/scsi/ipr.c | 6 +-
23414 drivers/scsi/ipr.h | 2 +-
23415 drivers/scsi/qla2xxx/qla_target.c | 10 +-
23416 drivers/scsi/qla2xxx/qla_target.h | 2 +-
23417 fs/btrfs/ctree.c | 2 +-
23418 fs/btrfs/ctree.h | 4 +-
23419 fs/btrfs/delayed-ref.c | 4 +-
23420 fs/btrfs/disk-io.c | 4 +-
23421 fs/btrfs/file.c | 4 +-
23422 fs/btrfs/raid56.c | 32 ++++----
23423 fs/btrfs/tests/btrfs-tests.c | 2 +-
23424 fs/btrfs/transaction.c | 2 +-
23425 fs/btrfs/tree-log.c | 8 +-
23426 fs/btrfs/volumes.c | 14 ++--
23427 fs/btrfs/volumes.h | 22 +++---
23428 fs/jbd2/commit.c | 2 +-
23429 fs/jbd2/transaction.c | 4 +-
23430 fs/ocfs2/dlm/dlmcommon.h | 4 +-
23431 fs/ocfs2/dlm/dlmdebug.c | 10 +-
23432 fs/ocfs2/dlm/dlmdomain.c | 4 +-
23433 fs/ocfs2/dlm/dlmmaster.c | 4 +-
23434 include/acpi/ghes.h | 2 +-
23435 include/linux/blk-cgroup.h | 24 +++---
23436 include/linux/jbd2.h | 2 +-
23437 include/linux/netlink.h | 12 ++--
23438 include/net/cfg802154.h | 2 +-
23439 include/net/mac80211.h | 2 +-
23440 include/net/neighbour.h | 2 +-
23441 kernel/rcu/tree_plugin.h | 4 +-
23442 net/batman-adv/routing.c | 4 +-
23443 net/batman-adv/soft-interface.c | 2 +-
23444 net/batman-adv/translation-table.c | 14 ++--
23445 net/batman-adv/types.h | 2 +-
23446 net/core/neighbour.c | 14 ++--
23447 net/core/rtnetlink.c | 2 +-
23448 net/ipv4/arp.c | 2 +-
23449 net/ipv4/inet_diag.c | 4 +-
23450 net/ipv4/xfrm4_state.c | 4 +-
23451 net/ipv6/ndisc.c | 2 +-
23452 net/mac80211/cfg.c | 2 +-
23453 net/mac80211/debugfs_key.c | 2 +-
23454 net/mac80211/key.c | 4 +-
23455 net/mac80211/tx.c | 2 +-
23456 net/mac80211/wpa.c | 10 +-
23457 net/mac802154/iface.c | 4 +-
23458 net/netfilter/ipset/ip_set_core.c | 2 +-
23459 net/netfilter/nf_conntrack_netlink.c | 22 +++---
23460 net/netfilter/nf_tables_api.c | 13 ++--
23461 net/netfilter/nfnetlink_acct.c | 7 +-
23462 net/netfilter/nfnetlink_cthelper.c | 2 +-
23463 net/netfilter/nfnetlink_cttimeout.c | 2 +-
23464 net/netlink/af_netlink.c | 10 ++-
23465 net/netlink/diag.c | 2 +-
23466 net/netlink/genetlink.c | 14 ++--
23467 net/packet/af_packet.c | 18 ++--
23468 net/packet/diag.c | 2 +-
23469 net/packet/internal.h | 6 +-
23470 net/unix/diag.c | 2 +-
23471 net/xfrm/xfrm_user.c | 2 +-
23472 security/apparmor/include/policy.h | 2 +-
23473 security/apparmor/policy.c | 4 +-
23474 sound/core/seq/seq_clientmgr.c | 2 +-
23475 sound/core/seq/seq_fifo.c | 6 +-
23476 sound/core/seq/seq_fifo.h | 2 +-
23477 tools/gcc/gcc-common.h | 24 ++++--
23478 tools/gcc/initify_plugin.c | 7 +-
23479 tools/lib/api/Makefile | 2 +-
23480 109 files changed, 399 insertions(+), 391 deletions(-)
23481
23482 commit a7817402ac837b1aee07fac42537a02097055098
23483 Author: Matt Fleming <matt@codeblueprint.co.uk>
23484 Date: Fri Jan 29 11:36:10 2016 +0000
23485
23486 x86/mm/pat: Avoid truncation when converting cpa->numpages to address
23487
23488 There are a couple of nasty truncation bugs lurking in the pageattr
23489 code that can be triggered when mapping EFI regions, e.g. when we pass
23490 a cpa->pgd pointer. Because cpa->numpages is a 32-bit value, shifting
23491 left by PAGE_SHIFT will truncate the resultant address to 32-bits.
23492
23493 Viorel-Cătălin managed to trigger this bug on his Dell machine that
23494 provides a ~5GB EFI region which requires 1236992 pages to be mapped.
23495 When calling populate_pud() the end of the region gets calculated
23496 incorrectly in the following buggy expression,
23497
23498 end = start + (cpa->numpages << PAGE_SHIFT);
23499
23500 And only 188416 pages are mapped. Next, populate_pud() gets invoked
23501 for a second time because of the loop in __change_page_attr_set_clr(),
23502 only this time no pages get mapped because shifting the remaining
23503 number of pages (1048576) by PAGE_SHIFT is zero. At which point the
23504 loop in __change_page_attr_set_clr() spins forever because we fail to
23505 map progress.
23506
23507 Hitting this bug depends very much on the virtual address we pick to
23508 map the large region at and how many pages we map on the initial run
23509 through the loop. This explains why this issue was only recently hit
23510 with the introduction of commit
23511
23512 a5caa209ba9c ("x86/efi: Fix boot crash by mapping EFI memmap
23513 entries bottom-up at runtime, instead of top-down")
23514
23515 It's interesting to note that safe uses of cpa->numpages do exist in
23516 the pageattr code. If instead of shifting ->numpages we multiply by
23517 PAGE_SIZE, no truncation occurs because PAGE_SIZE is a UL value, and
23518 so the result is unsigned long.
23519
23520 To avoid surprises when users try to convert very large cpa->numpages
23521 values to addresses, change the data type from 'int' to 'unsigned
23522 long', thereby making it suitable for shifting by PAGE_SHIFT without
23523 any type casting.
23524
23525 The alternative would be to make liberal use of casting, but that is
23526 far more likely to cause problems in the future when someone adds more
23527 code and fails to cast properly; this bug was difficult enough to
23528 track down in the first place.
23529
23530 Reported-and-tested-by: Viorel-Cătălin Răpițeanu <rapiteanu.catalin@gmail.com>
23531 Acked-by: Borislav Petkov <bp@alien8.de>
23532 Cc: Sai Praneeth Prakhya <sai.praneeth.prakhya@intel.com>
23533 Cc: <stable@vger.kernel.org>
23534 Signed-off-by: Matt Fleming <matt@codeblueprint.co.uk>
23535 Link: https://bugzilla.kernel.org/show_bug.cgi?id=110131
23536 Link: http://lkml.kernel.org/r/1454067370-10374-1-git-send-email-matt@codeblueprint.co.uk
23537 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
23538
23539 arch/x86/mm/pageattr.c | 4 ++--
23540 1 files changed, 2 insertions(+), 2 deletions(-)
23541
23542 commit 64dd9d7a67a742fda257cdd16510c29e695c34b5
23543 Author: Jan Beulich <JBeulich@suse.com>
23544 Date: Tue Jan 26 04:15:18 2016 -0700
23545
23546 x86/mm: Fix types used in pgprot cacheability flags translations
23547
23548 For PAE kernels "unsigned long" is not suitable to hold page protection
23549 flags, since _PAGE_NX doesn't fit there. This is the reason for quite a
23550 few W+X pages getting reported as insecure during boot (observed namely
23551 for the entire initrd range).
23552
23553 Fixes: 281d4078be ("x86: Make page cache mode a real type")
23554 Signed-off-by: Jan Beulich <jbeulich@suse.com>
23555 Reviewed-by: Juergen Gross <JGross@suse.com>
23556 Cc: stable@vger.kernel.org
23557 Link: http://lkml.kernel.org/r/56A7635602000078000CAFF1@prv-mh.provo.novell.com
23558 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
23559
23560 arch/x86/include/asm/pgtable_types.h | 6 ++----
23561 1 files changed, 2 insertions(+), 4 deletions(-)
23562
23563 commit bb9a3a9df0d8dfc96d521676e64c42b37ba22aea
23564 Merge: 682d661 f74425b
23565 Author: Brad Spengler <spender@grsecurity.net>
23566 Date: Sun Jan 31 15:06:25 2016 -0500
23567
23568 Merge branch 'pax-test' into grsec-test
23569
23570 Conflicts:
23571 drivers/net/slip/slhc.c
23572 include/linux/sched.h
23573 net/unix/af_unix.c
23574 sound/core/timer.c
23575
23576 commit f74425b5705bfe52aff9e97659ef10c4a14176c3
23577 Merge: d14af1f 849a2d3
23578 Author: Brad Spengler <spender@grsecurity.net>
23579 Date: Sun Jan 31 15:02:55 2016 -0500
23580
23581 Merge branch 'linux-4.3.y' into pax-test
23582
23583 Conflicts:
23584 arch/x86/include/asm/mmu_context.h
23585
23586 commit 682d6611d75542e351c973c8dd74a99d3966c073
23587 Author: Brad Spengler <spender@grsecurity.net>
23588 Date: Sat Jan 30 13:05:03 2016 -0500
23589
23590 Based on a report from Mathias Krause, fix up a number of additional instances
23591 of ulong overflow when passing in values to gr_learn_resource by saturating
23592 to ULONG_MAX
23593
23594 mm/mlock.c | 11 ++++++++---
23595 mm/mmap.c | 16 +++++++++++++---
23596 2 files changed, 21 insertions(+), 6 deletions(-)
23597
23598 commit adb52e95fb9ad4ac9c56cd5d47bd668f47c33096
23599 Author: Jann Horn <jann@thejh.net>
23600 Date: Sat Dec 26 06:00:48 2015 +0100
23601
23602 seccomp: always propagate NO_NEW_PRIVS on tsync
23603
23604 Before this patch, a process with some permissive seccomp filter
23605 that was applied by root without NO_NEW_PRIVS was able to add
23606 more filters to itself without setting NO_NEW_PRIVS by setting
23607 the new filter from a throwaway thread with NO_NEW_PRIVS.
23608
23609 Signed-off-by: Jann Horn <jann@thejh.net>
23610 Cc: stable@vger.kernel.org
23611 Signed-off-by: Kees Cook <keescook@chromium.org>
23612
23613 kernel/seccomp.c | 22 +++++++++++-----------
23614 1 files changed, 11 insertions(+), 11 deletions(-)
23615
23616 commit b85450498a3bbf269441c8963d7574bb3079c838
23617 Merge: 59c216f d14af1f
23618 Author: Brad Spengler <spender@grsecurity.net>
23619 Date: Fri Jan 29 20:54:13 2016 -0500
23620
23621 Merge branch 'pax-test' into grsec-test
23622
23623 commit d14af1f1dd66511f3f0674deee2b572972012b39
23624 Author: Brad Spengler <spender@grsecurity.net>
23625 Date: Fri Jan 29 20:53:51 2016 -0500
23626
23627 Update to pax-linux-4.3.4-test26.patch:
23628 - Emese fixed a few intentional overflows introduced by gcc, reported by StalkR (https://forums.grsecurity.net/viewtopic.php?f=3&t=4370)
23629
23630 fs/cifs/file.c | 2 +-
23631 fs/gfs2/file.c | 2 +-
23632 .../size_overflow_plugin/intentional_overflow.c | 96 ++++++++++++++++++--
23633 tools/gcc/size_overflow_plugin/size_overflow.h | 2 +
23634 .../size_overflow_plugin/size_overflow_plugin.c | 4 +-
23635 .../size_overflow_plugin/size_overflow_transform.c | 6 +-
23636 .../size_overflow_transform_core.c | 5 +
23637 7 files changed, 102 insertions(+), 15 deletions(-)
23638
23639 commit 59c216f13587eacdd692386b7a403ae78ed84fb6
23640 Author: Brad Spengler <spender@grsecurity.net>
23641 Date: Wed Jan 27 17:57:21 2016 -0500
23642
23643 Fix a size_overflow report reported by Mathias Krause in our
23644 truncation of an loff_t to an unsigned long when being passed
23645 to gr_learn_resource() (as all resource checks are against unsigned long
23646 values)
23647
23648 fs/attr.c | 5 ++++-
23649 1 files changed, 4 insertions(+), 1 deletions(-)
23650
23651 commit 70636c6ad60fc1db3af764ecc789b827b7497a97
23652 Author: Yuchung Cheng <ycheng@google.com>
23653 Date: Wed Jan 6 12:42:38 2016 -0800
23654
23655 tcp: fix zero cwnd in tcp_cwnd_reduction
23656
23657 Patch 3759824da87b ("tcp: PRR uses CRB mode by default and SS mode
23658 conditionally") introduced a bug that cwnd may become 0 when both
23659 inflight and sndcnt are 0 (cwnd = inflight + sndcnt). This may lead
23660 to a div-by-zero if the connection starts another cwnd reduction
23661 phase by setting tp->prior_cwnd to the current cwnd (0) in
23662 tcp_init_cwnd_reduction().
23663
23664 To prevent this we skip PRR operation when nothing is acked or
23665 sacked. Then cwnd must be positive in all cases as long as ssthresh
23666 is positive:
23667
23668 1) The proportional reduction mode
23669 inflight > ssthresh > 0
23670
23671 2) The reduction bound mode
23672 a) inflight == ssthresh > 0
23673
23674 b) inflight < ssthresh
23675 sndcnt > 0 since newly_acked_sacked > 0 and inflight < ssthresh
23676
23677 Therefore in all cases inflight and sndcnt can not both be 0.
23678 We check invalid tp->prior_cwnd to avoid potential div0 bugs.
23679
23680 In reality this bug is triggered only with a sequence of less common
23681 events. For example, the connection is terminating an ECN-triggered
23682 cwnd reduction with an inflight 0, then it receives reordered/old
23683 ACKs or DSACKs from prior transmission (which acks nothing). Or the
23684 connection is in fast recovery stage that marks everything lost,
23685 but fails to retransmit due to local issues, then receives data
23686 packets from other end which acks nothing.
23687
23688 Fixes: 3759824da87b ("tcp: PRR uses CRB mode by default and SS mode conditionally")
23689 Reported-by: Oleksandr Natalenko <oleksandr@natalenko.name>
23690 Signed-off-by: Yuchung Cheng <ycheng@google.com>
23691 Signed-off-by: Neal Cardwell <ncardwell@google.com>
23692 Signed-off-by: Eric Dumazet <edumazet@google.com>
23693 Signed-off-by: David S. Miller <davem@davemloft.net>
23694
23695 net/ipv4/tcp_input.c | 3 +++
23696 1 files changed, 3 insertions(+), 0 deletions(-)
23697
23698 commit dac1da2bedbb43195d371c7a192cfeeb45683df0
23699 Author: Eric Dumazet <edumazet@google.com>
23700 Date: Sun Jan 24 13:53:50 2016 -0800
23701
23702 af_unix: fix struct pid memory leak
23703
23704 Dmitry reported a struct pid leak detected by a syzkaller program.
23705
23706 Bug happens in unix_stream_recvmsg() when we break the loop when a
23707 signal is pending, without properly releasing scm.
23708
23709 Fixes: b3ca9b02b007 ("net: fix multithreaded signal handling in unix recv routines")
23710 Reported-by: Dmitry Vyukov <dvyukov@google.com>
23711 Signed-off-by: Eric Dumazet <edumazet@google.com>
23712 Cc: Rainer Weikusat <rweikusat@mobileactivedefense.com>
23713 Signed-off-by: David S. Miller <davem@davemloft.net>
23714
23715 net/unix/af_unix.c | 1 +
23716 1 files changed, 1 insertions(+), 0 deletions(-)
23717
23718 commit 15cc47f127520d1ac0c1fe76d993c2c27f0f2571
23719 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
23720 Date: Fri Jan 22 01:39:43 2016 +0100
23721
23722 pptp: fix illegal memory access caused by multiple bind()s
23723
23724 Several times already this has been reported as kasan reports caused by
23725 syzkaller and trinity and people always looked at RCU races, but it is
23726 much more simple. :)
23727
23728 In case we bind a pptp socket multiple times, we simply add it to
23729 the callid_sock list but don't remove the old binding. Thus the old
23730 socket stays in the bucket with unused call_id indexes and doesn't get
23731 cleaned up. This causes various forms of kasan reports which were hard
23732 to pinpoint.
23733
23734 Simply don't allow multiple binds and correct error handling in
23735 pptp_bind. Also keep sk_state bits in place in pptp_connect.
23736
23737 Fixes: 00959ade36acad ("PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol)")
23738 Cc: Dmitry Kozlov <xeb@mail.ru>
23739 Cc: Sasha Levin <sasha.levin@oracle.com>
23740 Cc: Dmitry Vyukov <dvyukov@google.com>
23741 Reported-by: Dmitry Vyukov <dvyukov@google.com>
23742 Cc: Dave Jones <davej@codemonkey.org.uk>
23743 Reported-by: Dave Jones <davej@codemonkey.org.uk>
23744 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
23745 Signed-off-by: David S. Miller <davem@davemloft.net>
23746
23747 drivers/net/ppp/pptp.c | 34 ++++++++++++++++++++++++----------
23748 1 files changed, 24 insertions(+), 10 deletions(-)
23749
23750 commit e2b7b8c66851c85188fa6dab2d2b2a6c85bc7332
23751 Author: Brad Spengler <spender@grsecurity.net>
23752 Date: Tue Jan 26 18:17:10 2016 -0500
23753
23754 Add info about cpupower/powertop to GRKERNSEC_KMEM, was present on our
23755 wiki but was removed from the config help at some point
23756
23757 grsecurity/Kconfig | 3 +++
23758 1 files changed, 3 insertions(+), 0 deletions(-)
23759
23760 commit ce2e88efa000fc32bfcd84098f57c8ed8310fefc
23761 Author: Thomas Egerer <hakke_007@gmx.de>
23762 Date: Mon Jan 25 12:58:44 2016 +0100
23763
23764 ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIV
23765
23766 The ESP algorithms using CBC mode require echainiv. Hence INET*_ESP have
23767 to select CRYPTO_ECHAINIV in order to work properly. This solves the
23768 issues caused by a misconfiguration as described in [1].
23769 The original approach, patching crypto/Kconfig was turned down by
23770 Herbert Xu [2].
23771
23772 [1] https://lists.strongswan.org/pipermail/users/2015-December/009074.html
23773 [2] http://marc.info/?l=linux-crypto-vger&m=145224655809562&w=2
23774
23775 Signed-off-by: Thomas Egerer <hakke_007@gmx.de>
23776 Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
23777 Signed-off-by: David S. Miller <davem@davemloft.net>
23778
23779 net/ipv4/Kconfig | 1 +
23780 net/ipv6/Kconfig | 1 +
23781 2 files changed, 2 insertions(+), 0 deletions(-)
23782
23783 commit fca5a303155ea67d28aece0caf2b03ffc3b2668d
23784 Merge: 904114c 6339c1f
23785 Author: Brad Spengler <spender@grsecurity.net>
23786 Date: Tue Jan 26 18:08:40 2016 -0500
23787
23788 Merge branch 'pax-test' into grsec-test
23789
23790 commit 6339c1f9a9beafd417bf9f04d4b257e62aeb45b7
23791 Author: Brad Spengler <spender@grsecurity.net>
23792 Date: Tue Jan 26 18:07:51 2016 -0500
23793
23794 Update to pax-linux-4.3.4-test25.patch:
23795 - 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>
23796 - fixed init_new_context on !MODIFY_LDT_SYSCALL configs, reported by tjh (https://forums.grsecurity.net/viewtopic.php?f=3&t=4368)
23797 - fixed a few REFCOUNT false positives in SNMP related statistics
23798
23799 arch/x86/Kconfig | 2 +-
23800 arch/x86/include/asm/mmu_context.h | 17 +++++++++++++++++
23801 include/net/snmp.h | 10 +++++-----
23802 kernel/fork.c | 11 +++++++++--
23803 net/ipv4/proc.c | 8 ++++----
23804 net/ipv6/addrconf.c | 4 ++--
23805 net/ipv6/proc.c | 10 +++++-----
23806 7 files changed, 43 insertions(+), 19 deletions(-)
23807
23808 commit 904114c2fce3fdff5d57e763da56a78960db4e19
23809 Author: Al Viro <viro@zeniv.linux.org.uk>
23810 Date: Fri Jan 22 18:08:52 2016 -0500
23811
23812 make sure that freeing shmem fast symlinks is RCU-delayed
23813
23814 Cc: stable@vger.kernel.org # v4.2+
23815 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
23816
23817 include/linux/shmem_fs.h | 5 +----
23818 mm/shmem.c | 9 ++++-----
23819 2 files changed, 5 insertions(+), 9 deletions(-)
23820
23821 commit ab86adee64312a2f827dd516cb199521327943ed
23822 Author: Sasha Levin <sasha.levin@oracle.com>
23823 Date: Mon Jan 18 19:23:51 2016 -0500
23824
23825 netfilter: nf_conntrack: use safer way to lock all buckets
23826
23827 When we need to lock all buckets in the connection hashtable we'd attempt to
23828 lock 1024 spinlocks, which is way more preemption levels than supported by
23829 the kernel. Furthermore, this behavior was hidden by checking if lockdep is
23830 enabled, and if it was - use only 8 buckets(!).
23831
23832 Fix this by using a global lock and synchronize all buckets on it when we
23833 need to lock them all. This is pretty heavyweight, but is only done when we
23834 need to resize the hashtable, and that doesn't happen often enough (or at all).
23835
23836 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
23837 Acked-by: Jesper Dangaard Brouer <brouer@redhat.com>
23838 Reviewed-by: Florian Westphal <fw@strlen.de>
23839 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
23840
23841 Conflicts:
23842
23843 net/netfilter/nfnetlink_cttimeout.c
23844
23845 include/net/netfilter/nf_conntrack_core.h | 8 ++----
23846 net/netfilter/nf_conntrack_core.c | 38 +++++++++++++++++++++-------
23847 net/netfilter/nf_conntrack_helper.c | 2 +-
23848 net/netfilter/nf_conntrack_netlink.c | 2 +-
23849 4 files changed, 33 insertions(+), 17 deletions(-)
23850
23851 commit 37014723527225481c720484bb788a1a6358072f
23852 Author: Willy Tarreau <w@1wt.eu>
23853 Date: Mon Jan 18 16:36:09 2016 +0100
23854
23855 pipe: limit the per-user amount of pages allocated in pipes
23856
23857 On no-so-small systems, it is possible for a single process to cause an
23858 OOM condition by filling large pipes with data that are never read. A
23859 typical process filling 4000 pipes with 1 MB of data will use 4 GB of
23860 memory. On small systems it may be tricky to set the pipe max size to
23861 prevent this from happening.
23862
23863 This patch makes it possible to enforce a per-user soft limit above
23864 which new pipes will be limited to a single page, effectively limiting
23865 them to 4 kB each, as well as a hard limit above which no new pipes may
23866 be created for this user. This has the effect of protecting the system
23867 against memory abuse without hurting other users, and still allowing
23868 pipes to work correctly though with less data at once.
23869
23870 The limit are controlled by two new sysctls : pipe-user-pages-soft, and
23871 pipe-user-pages-hard. Both may be disabled by setting them to zero. The
23872 default soft limit allows the default number of FDs per process (1024)
23873 to create pipes of the default size (64kB), thus reaching a limit of 64MB
23874 before starting to create only smaller pipes. With 256 processes limited
23875 to 1024 FDs each, this results in 1024*64kB + (256*1024 - 1024) * 4kB =
23876 1084 MB of memory allocated for a user. The hard limit is disabled by
23877 default to avoid breaking existing applications that make intensive use
23878 of pipes (eg: for splicing).
23879
23880 Reported-by: socketpair@gmail.com
23881 Reported-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
23882 Mitigates: CVE-2013-4312 (Linux 2.0+)
23883 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
23884 Signed-off-by: Willy Tarreau <w@1wt.eu>
23885 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
23886
23887 Documentation/sysctl/fs.txt | 23 +++++++++++++++++++++
23888 fs/pipe.c | 47 +++++++++++++++++++++++++++++++++++++++++-
23889 include/linux/pipe_fs_i.h | 4 +++
23890 include/linux/sched.h | 1 +
23891 kernel/sysctl.c | 14 ++++++++++++
23892 5 files changed, 87 insertions(+), 2 deletions(-)
23893
23894 commit 51645fa198d194f746651dcfbc5f24a4cf8b9fb8
23895 Merge: 540f2af 7791ecb
23896 Author: Brad Spengler <spender@grsecurity.net>
23897 Date: Sat Jan 23 10:57:11 2016 -0500
23898
23899 Merge branch 'pax-test' into grsec-test
23900
23901 commit 7791ecb84f840343a5646236fd0d34e1fb450793
23902 Merge: 470069c 399588c
23903 Author: Brad Spengler <spender@grsecurity.net>
23904 Date: Sat Jan 23 10:56:47 2016 -0500
23905
23906 Merge branch 'linux-4.3.y' into pax-test
23907
23908 commit 540f2affebd42cdc26a699208ab4f1cb0cb75e33
23909 Author: Brad Spengler <spender@grsecurity.net>
23910 Date: Tue Jan 19 21:18:47 2016 -0500
23911
23912 Update size_overflow hash table
23913
23914 .../size_overflow_plugin/size_overflow_hash.data | 4 +++-
23915 1 files changed, 3 insertions(+), 1 deletions(-)
23916
23917 commit 7e649765626a28437f573f0fbe7a51a04615f041
23918 Author: Brad Spengler <spender@grsecurity.net>
23919 Date: Tue Jan 19 20:29:46 2016 -0500
23920
23921 Backport fix from: https://lkml.org/lkml/2015/12/13/187
23922
23923 fs/ext4/extents.c | 2 +-
23924 1 files changed, 1 insertions(+), 1 deletions(-)
23925
23926 commit 53b859cd0a5f5b6ad54fe0c879dfedaa3c5a3005
23927 Author: Jann Horn <jann@thejh.net>
23928 Date: Tue Jan 5 18:27:30 2016 +0100
23929
23930 compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)
23931
23932 This replaces all code in fs/compat_ioctl.c that translated
23933 ioctl arguments into a in-kernel structure, then performed
23934 do_ioctl under set_fs(KERNEL_DS), with code that allocates
23935 data on the user stack and can call the VFS ioctl handler
23936 under USER_DS.
23937
23938 This is done as a hardening measure because the caller
23939 does not know what kind of ioctl handler will be invoked,
23940 only that no corresponding compat_ioctl handler exists and
23941 what the ioctl command number is. The accidental
23942 invocation of an unlocked_ioctl handler that unexpectedly
23943 calls copy_to_user could be a severe security issue.
23944
23945 Signed-off-by: Jann Horn <jann@thejh.net>
23946 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
23947
23948 Conflicts:
23949
23950 fs/compat_ioctl.c
23951
23952 fs/compat_ioctl.c | 130 ++++++++++++++++++++++++++++-------------------------
23953 1 files changed, 68 insertions(+), 62 deletions(-)
23954
23955 commit 3e89e770ae27e931cd1583f021abac41eeebc3e7
23956 Author: Al Viro <viro@zeniv.linux.org.uk>
23957 Date: Thu Jan 7 09:53:30 2016 -0500
23958
23959 compat_ioctl: don't pass fd around when not needed
23960
23961 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
23962
23963 fs/compat_ioctl.c | 103 ++++++++++++++++++++++++++--------------------------
23964 fs/internal.h | 7 ++++
23965 fs/ioctl.c | 4 +-
23966 include/linux/fs.h | 2 -
23967 4 files changed, 61 insertions(+), 55 deletions(-)
23968
23969 commit 9d4e04082752d4d2d68445c4e6faf33a2613df55
23970 Author: Jann Horn <jann@thejh.net>
23971 Date: Tue Jan 5 18:27:29 2016 +0100
23972
23973 compat_ioctl: don't look up the fd twice
23974
23975 In code in fs/compat_ioctl.c that translates ioctl arguments
23976 into a in-kernel structure, then performs sys_ioctl, possibly
23977 under set_fs(KERNEL_DS), this commit changes the sys_ioctl
23978 calls to do_ioctl calls. do_ioctl is a new function that does
23979 the same thing as sys_ioctl, but doesn't look up the fd again.
23980
23981 This change is made to avoid (potential) security issues
23982 because of ioctl handlers that accept one of the ioctl
23983 commands I2C_FUNCS, VIDEO_GET_EVENT, MTIOCPOS, MTIOCGET,
23984 TIOCGSERIAL, TIOCSSERIAL, RTC_IRQP_READ, RTC_EPOCH_READ.
23985 This can happen for multiple reasons:
23986
23987 - The ioctl command number could be reused.
23988 - The ioctl handler might not check the full ioctl
23989 command. This is e.g. true for drm_ioctl.
23990 - The ioctl handler is very special, e.g. cuse_file_ioctl
23991
23992 The real issue is that set_fs(KERNEL_DS) is used here,
23993 but that's fixed in a separate commit
23994 "compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)".
23995
23996 This change mitigates potential security issues by
23997 preventing a race that permits invocation of
23998 unlocked_ioctl handlers under KERNEL_DS through compat
23999 code even if a corresponding compat_ioctl handler exists.
24000
24001 So far, no way has been identified to use this to damage
24002 kernel memory without having CAP_SYS_ADMIN in the init ns
24003 (with the capability, doing reads/writes at arbitrary
24004 kernel addresses should be easy through CUSE's ioctl
24005 handler with FUSE_IOCTL_UNRESTRICTED set).
24006
24007 [AV: two missed sys_ioctl() taken care of]
24008
24009 Signed-off-by: Jann Horn <jann@thejh.net>
24010 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
24011
24012 fs/compat_ioctl.c | 122 +++++++++++++++++++++++++++++-----------------------
24013 1 files changed, 68 insertions(+), 54 deletions(-)
24014
24015 commit 5bf9e1ed4ebb278cd956ba142914fc04a024309c
24016 Author: Vasily Kulikov <segoon@openwall.com>
24017 Date: Fri Jan 15 16:57:55 2016 -0800
24018
24019 include/linux/poison.h: use POISON_POINTER_DELTA for poison pointers
24020
24021 TIMER_ENTRY_STATIC is defined as a poison pointers which
24022 should point to nowhere. Redefine them using POISON_POINTER_DELTA
24023 arithmetics to make sure they really point to non-mappable area declared
24024 by the target architecture.
24025
24026 Signed-off-by: Vasily Kulikov <segoon@openwall.com>
24027 Acked-by: Thomas Gleixner <tglx@linutronix.de>
24028 Cc: Solar Designer <solar@openwall.com>
24029 Cc: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>
24030 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
24031 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
24032
24033 Conflicts:
24034
24035 include/linux/poison.h
24036
24037 include/linux/poison.h | 2 +-
24038 1 files changed, 1 insertions(+), 1 deletions(-)
24039
24040 commit 60f2e0a05ab8f56c804a9334a23e2b446305d110
24041 Author: Brad Spengler <spender@grsecurity.net>
24042 Date: Tue Jan 19 19:41:44 2016 -0500
24043
24044 Fix ARM compilation, reported by Austin Sepp
24045
24046 grsecurity/grsec_sig.c | 1 +
24047 1 files changed, 1 insertions(+), 0 deletions(-)
24048
24049 commit e15383743443dc43460a2fd73e0db0b608610dca
24050 Author: Takashi Iwai <tiwai@suse.de>
24051 Date: Mon Jan 18 13:52:47 2016 +0100
24052
24053 ALSA: hrtimer: Fix stall by hrtimer_cancel()
24054
24055 hrtimer_cancel() waits for the completion from the callback, thus it
24056 must not be called inside the callback itself. This was already a
24057 problem in the past with ALSA hrtimer driver, and the early commit
24058 [fcfdebe70759: ALSA: hrtimer - Fix lock-up] tried to address it.
24059
24060 However, the previous fix is still insufficient: it may still cause a
24061 lockup when the ALSA timer instance reprograms itself in its callback.
24062 Then it invokes the start function even in snd_timer_interrupt() that
24063 is called in hrtimer callback itself, results in a CPU stall. This is
24064 no hypothetical problem but actually triggered by syzkaller fuzzer.
24065
24066 This patch tries to fix the issue again. Now we call
24067 hrtimer_try_to_cancel() at both start and stop functions so that it
24068 won't fall into a deadlock, yet giving some chance to cancel the queue
24069 if the functions have been called outside the callback. The proper
24070 hrtimer_cancel() is called in anyway at closing, so this should be
24071 enough.
24072
24073 Reported-and-tested-by: Dmitry Vyukov <dvyukov@google.com>
24074 Cc: <stable@vger.kernel.org>
24075 Signed-off-by: Takashi Iwai <tiwai@suse.de>
24076
24077 sound/core/hrtimer.c | 3 ++-
24078 1 files changed, 2 insertions(+), 1 deletions(-)
24079
24080 commit 12d874daf706e6e7c1ae709141859c809599297e
24081 Author: Takashi Iwai <tiwai@suse.de>
24082 Date: Tue Jan 12 12:38:02 2016 +0100
24083
24084 ALSA: seq: Fix missing NULL check at remove_events ioctl
24085
24086 snd_seq_ioctl_remove_events() calls snd_seq_fifo_clear()
24087 unconditionally even if there is no FIFO assigned, and this leads to
24088 an Oops due to NULL dereference. The fix is just to add a proper NULL
24089 check.
24090
24091 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24092 Tested-by: Dmitry Vyukov <dvyukov@google.com>
24093 Cc: <stable@vger.kernel.org>
24094 Signed-off-by: Takashi Iwai <tiwai@suse.de>
24095
24096 sound/core/seq/seq_clientmgr.c | 2 +-
24097 1 files changed, 1 insertions(+), 1 deletions(-)
24098
24099 commit 2eb0632df1351378946507e7ef7ba0682632a7b5
24100 Author: Takashi Iwai <tiwai@suse.de>
24101 Date: Tue Jan 12 15:36:27 2016 +0100
24102
24103 ALSA: seq: Fix race at timer setup and close
24104
24105 ALSA sequencer code has an open race between the timer setup ioctl and
24106 the close of the client. This was triggered by syzkaller fuzzer, and
24107 a use-after-free was caught there as a result.
24108
24109 This patch papers over it by adding a proper queue->timer_mutex lock
24110 around the timer-related calls in the relevant code path.
24111
24112 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24113 Tested-by: Dmitry Vyukov <dvyukov@google.com>
24114 Cc: <stable@vger.kernel.org>
24115 Signed-off-by: Takashi Iwai <tiwai@suse.de>
24116
24117 sound/core/seq/seq_queue.c | 2 ++
24118 1 files changed, 2 insertions(+), 0 deletions(-)
24119
24120 commit b9e55ab955e59b4a636d78a748be90334a48b485
24121 Author: Takashi Iwai <tiwai@suse.de>
24122 Date: Thu Jan 14 16:30:58 2016 +0100
24123
24124 ALSA: timer: Harden slave timer list handling
24125
24126 A slave timer instance might be still accessible in a racy way while
24127 operating the master instance as it lacks of locking. Since the
24128 master operation is mostly protected with timer->lock, we should cope
24129 with it while changing the slave instance, too. Also, some linked
24130 lists (active_list and ack_list) of slave instances aren't unlinked
24131 immediately at stopping or closing, and this may lead to unexpected
24132 accesses.
24133
24134 This patch tries to address these issues. It adds spin lock of
24135 timer->lock (either from master or slave, which is equivalent) in a
24136 few places. For avoiding a deadlock, we ensure that the global
24137 slave_active_lock is always locked at first before each timer lock.
24138
24139 Also, ack and active_list of slave instances are properly unlinked at
24140 snd_timer_stop() and snd_timer_close().
24141
24142 Last but not least, remove the superfluous call of _snd_timer_stop()
24143 at removing slave links. This is a noop, and calling it may confuse
24144 readers wrt locking. Further cleanup will follow in a later patch.
24145
24146 Actually we've got reports of use-after-free by syzkaller fuzzer, and
24147 this hopefully fixes these issues.
24148
24149 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24150 Cc: <stable@vger.kernel.org>
24151 Signed-off-by: Takashi Iwai <tiwai@suse.de>
24152
24153 sound/core/timer.c | 18 ++++++++++++++----
24154 1 files changed, 14 insertions(+), 4 deletions(-)
24155
24156 commit f1ce0547bdfda1b42ae8a66c222f2a897cbe1586
24157 Author: Takashi Iwai <tiwai@suse.de>
24158 Date: Wed Jan 13 17:48:01 2016 +0100
24159
24160 ALSA: timer: Fix race among timer ioctls
24161
24162 ALSA timer ioctls have an open race and this may lead to a
24163 use-after-free of timer instance object. A simplistic fix is to make
24164 each ioctl exclusive. We have already tread_sem for controlling the
24165 tread, and extend this as a global mutex to be applied to each ioctl.
24166
24167 The downside is, of course, the worse concurrency. But these ioctls
24168 aren't to be parallel accessible, in anyway, so it should be fine to
24169 serialize there.
24170
24171 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24172 Tested-by: Dmitry Vyukov <dvyukov@google.com>
24173 Cc: <stable@vger.kernel.org>
24174 Signed-off-by: Takashi Iwai <tiwai@suse.de>
24175
24176 sound/core/timer.c | 32 +++++++++++++++++++-------------
24177 1 files changed, 19 insertions(+), 13 deletions(-)
24178
24179 commit 8347d8461ed48a98f9c76cc3cfcdad8217d314bc
24180 Author: Takashi Iwai <tiwai@suse.de>
24181 Date: Wed Jan 13 21:35:06 2016 +0100
24182
24183 ALSA: timer: Fix double unlink of active_list
24184
24185 ALSA timer instance object has a couple of linked lists and they are
24186 unlinked unconditionally at snd_timer_stop(). Meanwhile
24187 snd_timer_interrupt() unlinks it, but it calls list_del() which leaves
24188 the element list itself unchanged. This ends up with unlinking twice,
24189 and it was caught by syzkaller fuzzer.
24190
24191 The fix is to use list_del_init() variant properly there, too.
24192
24193 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24194 Tested-by: Dmitry Vyukov <dvyukov@google.com>
24195 Cc: <stable@vger.kernel.org>
24196 Signed-off-by: Takashi Iwai <tiwai@suse.de>
24197
24198 sound/core/timer.c | 2 +-
24199 1 files changed, 1 insertions(+), 1 deletions(-)
24200
24201 commit 243aebb7ae71d6e11ea9880faa893d1d0d60cd75
24202 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
24203 Date: Mon Jan 18 18:03:48 2016 +0100
24204
24205 ovs: limit ovs recursions in ovs_execute_actions to not corrupt stack
24206
24207 It was seen that defective configurations of openvswitch could overwrite
24208 the STACK_END_MAGIC and cause a hard crash of the kernel because of too
24209 many recursions within ovs.
24210
24211 This problem arises due to the high stack usage of openvswitch. The rest
24212 of the kernel is fine with the current limit of 10 (RECURSION_LIMIT).
24213
24214 We use the already existing recursion counter in ovs_execute_actions to
24215 implement an upper bound of 5 recursions.
24216
24217 Cc: Pravin Shelar <pshelar@ovn.org>
24218 Cc: Simon Horman <simon.horman@netronome.com>
24219 Cc: Eric Dumazet <eric.dumazet@gmail.com>
24220 Cc: Simon Horman <simon.horman@netronome.com>
24221 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
24222 Signed-off-by: David S. Miller <davem@davemloft.net>
24223
24224 net/openvswitch/actions.c | 19 ++++++++++++++-----
24225 1 files changed, 14 insertions(+), 5 deletions(-)
24226
24227 commit 8080793479c6d5befe37a67b1dbd9e4e0a61af96
24228 Author: Ursula Braun <ursula.braun@de.ibm.com>
24229 Date: Tue Jan 19 10:41:33 2016 +0100
24230
24231 af_iucv: Validate socket address length in iucv_sock_bind()
24232
24233 Signed-off-by: Ursula Braun <ursula.braun@de.ibm.com>
24234 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24235 Reviewed-by: Evgeny Cherkashin <Eugene.Crosser@ru.ibm.com>
24236 Signed-off-by: David S. Miller <davem@davemloft.net>
24237
24238 net/iucv/af_iucv.c | 3 +++
24239 1 files changed, 3 insertions(+), 0 deletions(-)
24240
24241 commit 50a383c1c91ed7409c3cbdd41e662d6891463d1b
24242 Author: Brad Spengler <spender@grsecurity.net>
24243 Date: Tue Jan 19 19:32:54 2016 -0500
24244
24245 Apply the same fix as everyone else for the recent keys vulnerability that is
24246 unexploitable under PAX_REFCOUNT
24247
24248 Make a couple more changes that no one else can/will
24249
24250 include/linux/key-type.h | 4 ++--
24251 ipc/msgutil.c | 4 ++--
24252 security/keys/internal.h | 2 +-
24253 security/keys/process_keys.c | 1 +
24254 4 files changed, 6 insertions(+), 5 deletions(-)
24255
24256 commit b56c3a63f431c193400aee17543021950bd14bc4
24257 Merge: 38b1a3d 470069c
24258 Author: Brad Spengler <spender@grsecurity.net>
24259 Date: Sun Jan 17 18:30:19 2016 -0500
24260
24261 Merge branch 'pax-test' into grsec-test
24262
24263 commit 470069cfedef2180313233d275be5901bd6d1135
24264 Author: Brad Spengler <spender@grsecurity.net>
24265 Date: Sun Jan 17 18:29:59 2016 -0500
24266
24267 Update to pax-linux-4.3.3-test22.patch:
24268 - Emesed fixed a gcc induced intentional integer overflow in asix_rx_fixup_internal, reported by thomas callison caffrey
24269 - fixed some more fallout from the drm_drivers constification, reported by Colin Childs and Toralf Foerster
24270
24271 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 14 ++++----------
24272 drivers/gpu/drm/drm_pci.c | 3 +++
24273 drivers/gpu/drm/gma500/psb_drv.c | 4 ----
24274 drivers/gpu/drm/i915/i915_drv.c | 16 ++++++++--------
24275 drivers/gpu/drm/nouveau/nouveau_drm.c | 6 +++---
24276 drivers/gpu/drm/radeon/radeon_drv.c | 4 +---
24277 drivers/net/usb/asix_common.c | 3 ++-
24278 include/drm/drmP.h | 1 +
24279 8 files changed, 22 insertions(+), 29 deletions(-)
24280
24281 commit 38b1a3d676f407865c3d41840df8213c5ad639c1
24282 Author: Brad Spengler <spender@grsecurity.net>
24283 Date: Sun Jan 17 12:33:53 2016 -0500
24284
24285 As reported by Luis Ressel, the Kconfig help for GRKERNSEC_BRUTE
24286 mentioned banning execution of suid/sgid binaries, though the kernel
24287 source clearly only mentions banning execution of suid binaries. Since
24288 there's no reason for us to not ban execution of sgid binaries as well,
24289 make the implementation match the Kconfig description.
24290
24291 fs/exec.c | 4 ++--
24292 grsecurity/grsec_sig.c | 27 ++++++++++++++-------------
24293 include/linux/sched.h | 4 ++--
24294 3 files changed, 18 insertions(+), 17 deletions(-)
24295
24296 commit 8c3bcb7dbf7f606acfa0983e81f0f928da1f1ace
24297 Merge: d141a86 ea4a835
24298 Author: Brad Spengler <spender@grsecurity.net>
24299 Date: Sat Jan 16 14:12:22 2016 -0500
24300
24301 Merge branch 'pax-test' into grsec-test
24302
24303 Conflicts:
24304 drivers/gpu/drm/i810/i810_drv.c
24305
24306 commit ea4a835328ada6513ac013986764d6caea8cd348
24307 Author: Brad Spengler <spender@grsecurity.net>
24308 Date: Sat Jan 16 14:11:30 2016 -0500
24309
24310 Update to pax-linux-4.3.3-test21.patch:
24311 - fixed some fallout from the drm_drivers constification, reported by spender
24312
24313 drivers/gpu/drm/armada/armada_drv.c | 3 +--
24314 drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 -
24315 drivers/gpu/drm/i810/i810_dma.c | 2 +-
24316 drivers/gpu/drm/i810/i810_drv.c | 6 +++++-
24317 drivers/gpu/drm/i810/i810_drv.h | 2 +-
24318 5 files changed, 8 insertions(+), 6 deletions(-)
24319
24320 commit d141a86fd66194bc3f896b6809b189e2f12a9a83
24321 Author: Brad Spengler <spender@grsecurity.net>
24322 Date: Sat Jan 16 13:16:36 2016 -0500
24323
24324 compile fix
24325
24326 drivers/gpu/drm/i810/i810_dma.c | 2 +-
24327 drivers/gpu/drm/i810/i810_drv.c | 4 +++-
24328 drivers/gpu/drm/i810/i810_drv.h | 2 +-
24329 3 files changed, 5 insertions(+), 3 deletions(-)
24330
24331 commit 0d9dc4b25ea32c14561bcfe6b5b24f1b00fe0270
24332 Merge: 5fa135d bbda879
24333 Author: Brad Spengler <spender@grsecurity.net>
24334 Date: Sat Jan 16 12:59:22 2016 -0500
24335
24336 Merge branch 'pax-test' into grsec-test
24337
24338 commit bbda87914edf63e27fb46670bf3a373f2b963c73
24339 Author: Brad Spengler <spender@grsecurity.net>
24340 Date: Sat Jan 16 12:58:04 2016 -0500
24341
24342 Update to pax-linux-4.3.3-test20.patch:
24343 - constified drm_driver
24344 - Emese fixed a special case in handling __func__ in the initify plugin
24345 - Emese fixed a false positive size overflow report in handling inbufBits, reported by Martin Filo (https://bugs.gentoo.org/show_bug.cgi?id=567048)
24346 - fixed regression that caused perf to not resolve kernel code addresses under KERNEXEC/i386, reported by minipli
24347
24348 arch/x86/kernel/cpu/perf_event.h | 2 +-
24349 arch/x86/kernel/cpu/perf_event_intel_ds.c | 7 +-
24350 arch/x86/kernel/cpu/perf_event_intel_lbr.c | 4 +-
24351 arch/x86/kernel/uprobes.c | 2 +-
24352 arch/x86/mm/mpx.c | 2 +-
24353 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
24354 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 8 ++-
24355 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +-
24356 drivers/gpu/drm/drm_pci.c | 6 +-
24357 drivers/gpu/drm/gma500/psb_drv.c | 5 +-
24358 drivers/gpu/drm/i915/i915_dma.c | 2 +-
24359 drivers/gpu/drm/i915/i915_drv.c | 15 ++--
24360 drivers/gpu/drm/i915/i915_drv.h | 2 +-
24361 drivers/gpu/drm/i915/i915_irq.c | 88 ++++++++++----------
24362 drivers/gpu/drm/mga/mga_drv.c | 5 +-
24363 drivers/gpu/drm/mga/mga_drv.h | 2 +-
24364 drivers/gpu/drm/mga/mga_state.c | 2 +-
24365 drivers/gpu/drm/nouveau/nouveau_drm.c | 13 ++--
24366 drivers/gpu/drm/qxl/qxl_drv.c | 8 ++-
24367 drivers/gpu/drm/qxl/qxl_ioctl.c | 2 +-
24368 drivers/gpu/drm/r128/r128_drv.c | 4 +-
24369 drivers/gpu/drm/r128/r128_drv.h | 2 +-
24370 drivers/gpu/drm/r128/r128_state.c | 2 +-
24371 drivers/gpu/drm/radeon/radeon_drv.c | 17 +++-
24372 drivers/gpu/drm/radeon/radeon_drv.h | 2 +-
24373 drivers/gpu/drm/radeon/radeon_kms.c | 2 +-
24374 drivers/gpu/drm/radeon/radeon_state.c | 2 +-
24375 drivers/gpu/drm/savage/savage_bci.c | 2 +-
24376 drivers/gpu/drm/savage/savage_drv.c | 5 +-
24377 drivers/gpu/drm/savage/savage_drv.h | 2 +-
24378 drivers/gpu/drm/sis/sis_drv.c | 5 +-
24379 drivers/gpu/drm/sis/sis_drv.h | 2 +-
24380 drivers/gpu/drm/sis/sis_mm.c | 2 +-
24381 drivers/gpu/drm/via/via_dma.c | 2 +-
24382 drivers/gpu/drm/via/via_drv.c | 5 +-
24383 drivers/gpu/drm/via/via_drv.h | 2 +-
24384 include/drm/drmP.h | 2 +-
24385 mm/slab.c | 2 +-
24386 net/sunrpc/xprtrdma/svc_rdma.c | 6 +-
24387 tools/gcc/initify_plugin.c | 15 +++-
24388 .../disable_size_overflow_hash.data | 1 +
24389 .../size_overflow_plugin/size_overflow_hash.data | 3 +-
24390 42 files changed, 156 insertions(+), 110 deletions(-)
24391
24392 commit 5fa135dc116350e0205c39ef65eaf6496ed2748a
24393 Author: Brad Spengler <spender@grsecurity.net>
24394 Date: Sat Jan 16 12:19:23 2016 -0500
24395
24396 compile fix
24397
24398 grsecurity/grsec_sig.c | 3 +--
24399 1 files changed, 1 insertions(+), 2 deletions(-)
24400
24401 commit a9090fa58f33f75c7450fda5721a9b13625a47d9
24402 Author: Brad Spengler <spender@grsecurity.net>
24403 Date: Sat Jan 16 12:10:37 2016 -0500
24404
24405 As pointed out by Jann Horn, some distros are starting to circumvent
24406 previous assumptions about the attainability of a user to control
24407 multiple UIDs by handing out suid binaries that allow a user to run
24408 processes (including exploits) under a number of other pre-defined
24409 UIDs. As this could potentially be used to bypass GRKERNSEC_BRUTE
24410 (though it would have to involve some code path that doesn't involve
24411 locks) fix that here by ensuring no more than 8 users on a system can
24412 be banned before a reboot is required. If more are banned, a panic
24413 is triggered.
24414
24415 grsecurity/grsec_sig.c | 8 ++++++++
24416 1 files changed, 8 insertions(+), 0 deletions(-)
24417
24418 commit a8d37776e9521c567ebff6730d49312f72435f08
24419 Author: Eric Dumazet <edumazet@google.com>
24420 Date: Thu Dec 3 11:12:07 2015 -0800
24421
24422 proc: add a reschedule point in proc_readfd_common()
24423
24424 User can pass an arbitrary large buffer to getdents().
24425
24426 It is typically a 32KB buffer used by libc scandir() implementation.
24427
24428 When scanning /proc/{pid}/fd, we can hold cpu way too long,
24429 so add a cond_resched() to be kind with other tasks.
24430
24431 We've seen latencies of more than 50ms on real workloads.
24432
24433 Signed-off-by: Eric Dumazet <edumazet@google.com>
24434 Cc: Alexander Viro <viro@zeniv.linux.org.uk>
24435 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
24436
24437 fs/proc/fd.c | 1 +
24438 1 files changed, 1 insertions(+), 0 deletions(-)
24439
24440 commit 0adba75f8708f13b1f5d98ebe3fc2fb961e100c8
24441 Author: Rabin Vincent <rabin@rab.in>
24442 Date: Tue Jan 12 20:17:08 2016 +0100
24443
24444 net: bpf: reject invalid shifts
24445
24446 On ARM64, a BUG() is triggered in the eBPF JIT if a filter with a
24447 constant shift that can't be encoded in the immediate field of the
24448 UBFM/SBFM instructions is passed to the JIT. Since these shifts
24449 amounts, which are negative or >= regsize, are invalid, reject them in
24450 the eBPF verifier and the classic BPF filter checker, for all
24451 architectures.
24452
24453 Signed-off-by: Rabin Vincent <rabin@rab.in>
24454 Acked-by: Alexei Starovoitov <ast@kernel.org>
24455 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
24456 Signed-off-by: David S. Miller <davem@davemloft.net>
24457
24458 kernel/bpf/verifier.c | 10 ++++++++++
24459 net/core/filter.c | 5 +++++
24460 2 files changed, 15 insertions(+), 0 deletions(-)
24461
24462 commit c248e115a73496625a1c64660d0eeefd67e55cbf
24463 Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
24464 Date: Fri Jan 8 11:00:54 2016 -0200
24465
24466 sctp: fix use-after-free in pr_debug statement
24467
24468 Dmitry Vyukov reported a use-after-free in the code expanded by the
24469 macro debug_post_sfx, which is caused by the use of the asoc pointer
24470 after it was freed within sctp_side_effect() scope.
24471
24472 This patch fixes it by allowing sctp_side_effect to clear that asoc
24473 pointer when the TCB is freed.
24474
24475 As Vlad explained, we also have to cover the SCTP_DISPOSITION_ABORT case
24476 because it will trigger DELETE_TCB too on that same loop.
24477
24478 Also, there were places issuing SCTP_CMD_INIT_FAILED and ASSOC_FAILED
24479 but returning SCTP_DISPOSITION_CONSUME, which would fool the scheme
24480 above. Fix it by returning SCTP_DISPOSITION_ABORT instead.
24481
24482 The macro is already prepared to handle such NULL pointer.
24483
24484 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24485 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
24486 Acked-by: Vlad Yasevich <vyasevich@gmail.com>
24487 Signed-off-by: David S. Miller <davem@davemloft.net>
24488
24489 net/sctp/sm_sideeffect.c | 11 ++++++-----
24490 net/sctp/sm_statefuns.c | 17 ++++-------------
24491 2 files changed, 10 insertions(+), 18 deletions(-)
24492
24493 commit 395ea8a9e73e184fc14153a033000bccf4213213
24494 Author: willy tarreau <w@1wt.eu>
24495 Date: Sun Jan 10 07:54:56 2016 +0100
24496
24497 unix: properly account for FDs passed over unix sockets
24498
24499 It is possible for a process to allocate and accumulate far more FDs than
24500 the process' limit by sending them over a unix socket then closing them
24501 to keep the process' fd count low.
24502
24503 This change addresses this problem by keeping track of the number of FDs
24504 in flight per user and preventing non-privileged processes from having
24505 more FDs in flight than their configured FD limit.
24506
24507 Reported-by: socketpair@gmail.com
24508 Reported-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
24509 Mitigates: CVE-2013-4312 (Linux 2.0+)
24510 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
24511 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
24512 Signed-off-by: Willy Tarreau <w@1wt.eu>
24513 Signed-off-by: David S. Miller <davem@davemloft.net>
24514
24515 include/linux/sched.h | 1 +
24516 net/unix/af_unix.c | 24 ++++++++++++++++++++----
24517 net/unix/garbage.c | 13 ++++++++-----
24518 3 files changed, 29 insertions(+), 9 deletions(-)
24519
24520 commit cb207ab8fbd71dcfc4a49d533aba8085012543fd
24521 Author: Sasha Levin <sasha.levin@oracle.com>
24522 Date: Thu Jan 7 14:52:43 2016 -0500
24523
24524 net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memory
24525
24526 proc_dostring() needs an initialized destination string, while the one
24527 provided in proc_sctp_do_hmac_alg() contains stack garbage.
24528
24529 Thus, writing to cookie_hmac_alg would strlen() that garbage and end up
24530 accessing invalid memory.
24531
24532 Fixes: 3c68198e7 ("sctp: Make hmac algorithm selection for cookie generation dynamic")
24533 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
24534 Signed-off-by: David S. Miller <davem@davemloft.net>
24535
24536 net/sctp/sysctl.c | 2 +-
24537 1 files changed, 1 insertions(+), 1 deletions(-)
24538
24539 commit 4014e09faf0fe9054119624ccfff1236e886b554
24540 Author: Quentin Casasnovas <quentin.casasnovas@oracle.com>
24541 Date: Tue Nov 24 17:13:21 2015 -0500
24542
24543 RDS: fix race condition when sending a message on unbound socket
24544
24545 commit 8c7188b23474cca017b3ef354c4a58456f68303a upstream.
24546
24547 Sasha's found a NULL pointer dereference in the RDS connection code when
24548 sending a message to an apparently unbound socket. The problem is caused
24549 by the code checking if the socket is bound in rds_sendmsg(), which checks
24550 the rs_bound_addr field without taking a lock on the socket. This opens a
24551 race where rs_bound_addr is temporarily set but where the transport is not
24552 in rds_bind(), leading to a NULL pointer dereference when trying to
24553 dereference 'trans' in __rds_conn_create().
24554
24555 Vegard wrote a reproducer for this issue, so kindly ask him to share if
24556 you're interested.
24557
24558 I cannot reproduce the NULL pointer dereference using Vegard's reproducer
24559 with this patch, whereas I could without.
24560
24561 Complete earlier incomplete fix to CVE-2015-6937:
24562
24563 74e98eb08588 ("RDS: verify the underlying transport exists before creating a connection")
24564
24565 Cc: David S. Miller <davem@davemloft.net>
24566
24567 Reviewed-by: Vegard Nossum <vegard.nossum@oracle.com>
24568 Reviewed-by: Sasha Levin <sasha.levin@oracle.com>
24569 Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
24570 Signed-off-by: Quentin Casasnovas <quentin.casasnovas@oracle.com>
24571 Signed-off-by: David S. Miller <davem@davemloft.net>
24572 Signed-off-by: Jiri Slaby <jslaby@suse.cz>
24573
24574 Conflicts:
24575
24576 net/rds/send.c
24577
24578 net/rds/connection.c | 6 ------
24579 1 files changed, 0 insertions(+), 6 deletions(-)
24580
24581 commit 206df8d01104344d7588d801016a281a4cd25556
24582 Author: Sasha Levin <sasha.levin@oracle.com>
24583 Date: Tue Sep 8 10:53:40 2015 -0400
24584
24585 RDS: verify the underlying transport exists before creating a connection
24586
24587 There was no verification that an underlying transport exists when creating
24588 a connection, this would cause dereferencing a NULL ptr.
24589
24590 It might happen on sockets that weren't properly bound before attempting to
24591 send a message, which will cause a NULL ptr deref:
24592
24593 [135546.047719] kasan: GPF could be caused by NULL-ptr deref or user memory accessgeneral protection fault: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC KASAN
24594 [135546.051270] Modules linked in:
24595 [135546.051781] CPU: 4 PID: 15650 Comm: trinity-c4 Not tainted 4.2.0-next-20150902-sasha-00041-gbaa1222-dirty #2527
24596 [135546.053217] task: ffff8800835bc000 ti: ffff8800bc708000 task.ti: ffff8800bc708000
24597 [135546.054291] RIP: __rds_conn_create (net/rds/connection.c:194)
24598 [135546.055666] RSP: 0018:ffff8800bc70fab0 EFLAGS: 00010202
24599 [135546.056457] RAX: dffffc0000000000 RBX: 0000000000000f2c RCX: ffff8800835bc000
24600 [135546.057494] RDX: 0000000000000007 RSI: ffff8800835bccd8 RDI: 0000000000000038
24601 [135546.058530] RBP: ffff8800bc70fb18 R08: 0000000000000001 R09: 0000000000000000
24602 [135546.059556] R10: ffffed014d7a3a23 R11: ffffed014d7a3a21 R12: 0000000000000000
24603 [135546.060614] R13: 0000000000000001 R14: ffff8801ec3d0000 R15: 0000000000000000
24604 [135546.061668] FS: 00007faad4ffb700(0000) GS:ffff880252000000(0000) knlGS:0000000000000000
24605 [135546.062836] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
24606 [135546.063682] CR2: 000000000000846a CR3: 000000009d137000 CR4: 00000000000006a0
24607 [135546.064723] Stack:
24608 [135546.065048] ffffffffafe2055c ffffffffafe23fc1 ffffed00493097bf ffff8801ec3d0008
24609 [135546.066247] 0000000000000000 00000000000000d0 0000000000000000 ac194a24c0586342
24610 [135546.067438] 1ffff100178e1f78 ffff880320581b00 ffff8800bc70fdd0 ffff880320581b00
24611 [135546.068629] Call Trace:
24612 [135546.069028] ? __rds_conn_create (include/linux/rcupdate.h:856 net/rds/connection.c:134)
24613 [135546.069989] ? rds_message_copy_from_user (net/rds/message.c:298)
24614 [135546.071021] rds_conn_create_outgoing (net/rds/connection.c:278)
24615 [135546.071981] rds_sendmsg (net/rds/send.c:1058)
24616 [135546.072858] ? perf_trace_lock (include/trace/events/lock.h:38)
24617 [135546.073744] ? lockdep_init (kernel/locking/lockdep.c:3298)
24618 [135546.074577] ? rds_send_drop_to (net/rds/send.c:976)
24619 [135546.075508] ? __might_fault (./arch/x86/include/asm/current.h:14 mm/memory.c:3795)
24620 [135546.076349] ? __might_fault (mm/memory.c:3795)
24621 [135546.077179] ? rds_send_drop_to (net/rds/send.c:976)
24622 [135546.078114] sock_sendmsg (net/socket.c:611 net/socket.c:620)
24623 [135546.078856] SYSC_sendto (net/socket.c:1657)
24624 [135546.079596] ? SYSC_connect (net/socket.c:1628)
24625 [135546.080510] ? trace_dump_stack (kernel/trace/trace.c:1926)
24626 [135546.081397] ? ring_buffer_unlock_commit (kernel/trace/ring_buffer.c:2479 kernel/trace/ring_buffer.c:2558 kernel/trace/ring_buffer.c:2674)
24627 [135546.082390] ? trace_buffer_unlock_commit (kernel/trace/trace.c:1749)
24628 [135546.083410] ? trace_event_raw_event_sys_enter (include/trace/events/syscalls.h:16)
24629 [135546.084481] ? do_audit_syscall_entry (include/trace/events/syscalls.h:16)
24630 [135546.085438] ? trace_buffer_unlock_commit (kernel/trace/trace.c:1749)
24631 [135546.085515] rds_ib_laddr_check(): addr 36.74.25.172 ret -99 node type -1
24632
24633 Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
24634 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
24635 Signed-off-by: David S. Miller <davem@davemloft.net>
24636
24637 net/rds/connection.c | 6 ++++++
24638 1 files changed, 6 insertions(+), 0 deletions(-)
24639
24640 commit 173fa03f05cf0ad485d49a42cbdee8844d3a689a
24641 Author: Steven Rostedt (Red Hat) <rostedt@goodmis.org>
24642 Date: Tue Jan 5 20:32:47 2016 -0500
24643
24644 ftrace/module: Call clean up function when module init fails early
24645
24646 If the module init code fails after calling ftrace_module_init() and before
24647 calling do_init_module(), we can suffer from a memory leak. This is because
24648 ftrace_module_init() allocates pages to store the locations that ftrace
24649 hooks are placed in the module text. If do_init_module() fails, it still
24650 calls the MODULE_GOING notifiers which will tell ftrace to do a clean up of
24651 the pages it allocated for the module. But if load_module() fails before
24652 then, the pages allocated by ftrace_module_init() will never be freed.
24653
24654 Call ftrace_release_mod() on the module if load_module() fails before
24655 getting to do_init_module().
24656
24657 Link: http://lkml.kernel.org/r/567CEA31.1070507@intel.com
24658
24659 Reported-by: "Qiu, PeiyangX" <peiyangx.qiu@intel.com>
24660 Fixes: a949ae560a511 "ftrace/module: Hardcode ftrace_module_init() call into load_module()"
24661 Cc: stable@vger.kernel.org # v2.6.38+
24662 Acked-by: Rusty Russell <rusty@rustcorp.com.au>
24663 Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
24664
24665 include/linux/ftrace.h | 1 +
24666 kernel/module.c | 6 ++++++
24667 2 files changed, 7 insertions(+), 0 deletions(-)
24668
24669 commit 1e5a4a81a4c16c8ac2e264b88a02cc2f42ed0399
24670 Author: Francesco Ruggeri <fruggeri@aristanetworks.com>
24671 Date: Wed Jan 6 00:18:48 2016 -0800
24672
24673 net: possible use after free in dst_release
24674
24675 dst_release should not access dst->flags after decrementing
24676 __refcnt to 0. The dst_entry may be in dst_busy_list and
24677 dst_gc_task may dst_destroy it before dst_release gets a chance
24678 to access dst->flags.
24679
24680 Fixes: d69bbf88c8d0 ("net: fix a race in dst_release()")
24681 Fixes: 27b75c95f10d ("net: avoid RCU for NOCACHE dst")
24682 Signed-off-by: Francesco Ruggeri <fruggeri@arista.com>
24683 Acked-by: Eric Dumazet <edumazet@google.com>
24684 Signed-off-by: David S. Miller <davem@davemloft.net>
24685
24686 net/core/dst.c | 3 ++-
24687 1 files changed, 2 insertions(+), 1 deletions(-)
24688
24689 commit bfb0455793dd4e0f0b49d34a68b3249ab55565cc
24690 Author: Alan <gnomes@lxorguk.ukuu.org.uk>
24691 Date: Wed Jan 6 14:55:02 2016 +0000
24692
24693 mkiss: fix scribble on freed memory
24694
24695 commit d79f16c046086f4fe0d42184a458e187464eb83e fixed a user triggerable
24696 scribble on free memory but added a new one which allows the user to
24697 scribble even more and user controlled data into freed space.
24698
24699 As with 6pack we need to halt the queue before we free the buffers, because
24700 the transmit logic is not protected by the semaphore.
24701
24702 Signed-off-by: Alan Cox <alan@linux.intel.com>
24703 Signed-off-by: David S. Miller <davem@davemloft.net>
24704
24705 drivers/net/hamradio/mkiss.c | 5 +++++
24706 1 files changed, 5 insertions(+), 0 deletions(-)
24707
24708 commit 5cbbcbd32dc1949470f61d342503808fa9555276
24709 Author: David Miller <davem@davemloft.net>
24710 Date: Thu Dec 17 16:05:49 2015 -0500
24711
24712 mkiss: Fix use after free in mkiss_close().
24713
24714 Need to do the unregister_device() after all references to the driver
24715 private have been done.
24716
24717 Signed-off-by: David S. Miller <davem@davemloft.net>
24718
24719 drivers/net/hamradio/mkiss.c | 4 ++--
24720 1 files changed, 2 insertions(+), 2 deletions(-)
24721
24722 commit b00171576794a98068e069a660f0991a6a5190ff
24723 Author: One Thousand Gnomes <gnomes@lxorguk.ukuu.org.uk>
24724 Date: Tue Jan 5 11:51:25 2016 +0000
24725
24726 6pack: fix free memory scribbles
24727
24728 commit acf673a3187edf72068ee2f92f4dc47d66baed47 fixed a user triggerable free
24729 memory scribble but in doing so replaced it with a different one that allows
24730 the user to control the data and scribble even more.
24731
24732 sixpack_close is called by the tty layer in tty context. The tty context is
24733 protected by sp_get() and sp_put(). However network layer activity via
24734 sp_xmit() is not protected this way. We must therefore stop the queue
24735 otherwise the user gets to dump a buffer mostly of their choice into freed
24736 kernel pages.
24737
24738 Signed-off-by: Alan Cox <alan@linux.intel.com>
24739 Signed-off-by: David S. Miller <davem@davemloft.net>
24740
24741 drivers/net/hamradio/6pack.c | 6 ++++++
24742 1 files changed, 6 insertions(+), 0 deletions(-)
24743
24744 commit 5b64a833907cd230a3106aeba2304b2c1bcd116d
24745 Author: David Miller <davem@davemloft.net>
24746 Date: Thu Dec 17 16:05:32 2015 -0500
24747
24748 6pack: Fix use after free in sixpack_close().
24749
24750 Need to do the unregister_device() after all references to the driver
24751 private have been done.
24752
24753 Also we need to use del_timer_sync() for the timers so that we don't
24754 have any asynchronous references after the unregister.
24755
24756 Signed-off-by: David S. Miller <davem@davemloft.net>
24757
24758 drivers/net/hamradio/6pack.c | 8 ++++----
24759 1 files changed, 4 insertions(+), 4 deletions(-)
24760
24761 commit 4f9d532742656b3613d579220fd10c78f24ba37b
24762 Author: Rabin Vincent <rabin@rab.in>
24763 Date: Tue Jan 5 16:23:07 2016 +0100
24764
24765 net: filter: make JITs zero A for SKF_AD_ALU_XOR_X
24766
24767 The SKF_AD_ALU_XOR_X ancillary is not like the other ancillary data
24768 instructions since it XORs A with X while all the others replace A with
24769 some loaded value. All the BPF JITs fail to clear A if this is used as
24770 the first instruction in a filter. This was found using american fuzzy
24771 lop.
24772
24773 Add a helper to determine if A needs to be cleared given the first
24774 instruction in a filter, and use this in the JITs. Except for ARM, the
24775 rest have only been compile-tested.
24776
24777 Fixes: 3480593131e0 ("net: filter: get rid of BPF_S_* enum")
24778 Signed-off-by: Rabin Vincent <rabin@rab.in>
24779 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
24780 Acked-by: Alexei Starovoitov <ast@kernel.org>
24781 Signed-off-by: David S. Miller <davem@davemloft.net>
24782
24783 arch/arm/net/bpf_jit_32.c | 16 +---------------
24784 arch/mips/net/bpf_jit.c | 16 +---------------
24785 arch/powerpc/net/bpf_jit_comp.c | 13 ++-----------
24786 arch/sparc/net/bpf_jit_comp.c | 17 ++---------------
24787 include/linux/filter.h | 19 +++++++++++++++++++
24788 5 files changed, 25 insertions(+), 56 deletions(-)
24789
24790 commit 570d88f8acfffda92b89ae2e1c47320d47256034
24791 Author: John Fastabend <john.fastabend@gmail.com>
24792 Date: Tue Jan 5 09:11:36 2016 -0800
24793
24794 net: sched: fix missing free per cpu on qstats
24795
24796 When a qdisc is using per cpu stats (currently just the ingress
24797 qdisc) only the bstats are being freed. This also free's the qstats.
24798
24799 Fixes: b0ab6f92752b9f9d8 ("net: sched: enable per cpu qstats")
24800 Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
24801 Acked-by: Eric Dumazet <edumazet@google.com>
24802 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
24803 Signed-off-by: David S. Miller <davem@davemloft.net>
24804
24805 net/sched/sch_generic.c | 4 +++-
24806 1 files changed, 3 insertions(+), 1 deletions(-)
24807
24808 commit 32c0ebc51857ee83470a10dcb234d308a0ed1881
24809 Author: Rabin Vincent <rabin@rab.in>
24810 Date: Tue Jan 5 18:34:04 2016 +0100
24811
24812 ARM: net: bpf: fix zero right shift
24813
24814 The LSR instruction cannot be used to perform a zero right shift since a
24815 0 as the immediate value (imm5) in the LSR instruction encoding means
24816 that a shift of 32 is perfomed. See DecodeIMMShift() in the ARM ARM.
24817
24818 Make the JIT skip generation of the LSR if a zero-shift is requested.
24819
24820 This was found using american fuzzy lop.
24821
24822 Signed-off-by: Rabin Vincent <rabin@rab.in>
24823 Acked-by: Alexei Starovoitov <ast@kernel.org>
24824 Signed-off-by: David S. Miller <davem@davemloft.net>
24825
24826 arch/arm/net/bpf_jit_32.c | 3 ++-
24827 1 files changed, 2 insertions(+), 1 deletions(-)
24828
24829 commit 51f5d291750285efa4d4bbe84e5ec23dc00c8d2d
24830 Author: Brad Spengler <spender@grsecurity.net>
24831 Date: Wed Jan 6 20:35:57 2016 -0500
24832
24833 Don't perform hidden lookups in RBAC against the directory of
24834 a file being opened with O_CREAT, reported by Karl Witt
24835
24836 Conflicts:
24837
24838 fs/namei.c
24839
24840 fs/namei.c | 3 ---
24841 1 files changed, 0 insertions(+), 3 deletions(-)
24842
24843 commit 5a8266a6b2769ccdb447256f95bc2577a73cccd1
24844 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
24845 Date: Tue Jan 5 10:46:00 2016 +0100
24846
24847 bridge: Only call /sbin/bridge-stp for the initial network namespace
24848
24849 [I stole this patch from Eric Biederman. He wrote:]
24850
24851 > There is no defined mechanism to pass network namespace information
24852 > into /sbin/bridge-stp therefore don't even try to invoke it except
24853 > for bridge devices in the initial network namespace.
24854 >
24855 > It is possible for unprivileged users to cause /sbin/bridge-stp to be
24856 > invoked for any network device name which if /sbin/bridge-stp does not
24857 > guard against unreasonable arguments or being invoked twice on the
24858 > same network device could cause problems.
24859
24860 [Hannes: changed patch using netns_eq]
24861
24862 Cc: Eric W. Biederman <ebiederm@xmission.com>
24863 Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
24864 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
24865 Signed-off-by: David S. Miller <davem@davemloft.net>
24866
24867 net/bridge/br_stp_if.c | 5 ++++-
24868 1 files changed, 4 insertions(+), 1 deletions(-)
24869
24870 commit 650d535cc39f0aeff2f57e60b6617be25d3ef48b
24871 Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
24872 Date: Wed Dec 23 16:28:40 2015 -0200
24873
24874 sctp: use GFP_USER for user-controlled kmalloc
24875
24876 Commit cacc06215271 ("sctp: use GFP_USER for user-controlled kmalloc")
24877 missed two other spots.
24878
24879 For connectx, as it's more likely to be used by kernel users of the API,
24880 it detects if GFP_USER should be used or not.
24881
24882 Fixes: cacc06215271 ("sctp: use GFP_USER for user-controlled kmalloc")
24883 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24884 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
24885 Signed-off-by: David S. Miller <davem@davemloft.net>
24886
24887 net/sctp/socket.c | 9 ++++++---
24888 1 files changed, 6 insertions(+), 3 deletions(-)
24889
24890 commit 5718a1f63c41fc156f729783423b002763779d04
24891 Author: Florian Westphal <fw@strlen.de>
24892 Date: Thu Dec 31 14:26:33 2015 +0100
24893
24894 connector: bump skb->users before callback invocation
24895
24896 Dmitry reports memleak with syskaller program.
24897 Problem is that connector bumps skb usecount but might not invoke callback.
24898
24899 So move skb_get to where we invoke the callback.
24900
24901 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24902 Signed-off-by: Florian Westphal <fw@strlen.de>
24903 Signed-off-by: David S. Miller <davem@davemloft.net>
24904
24905 drivers/connector/connector.c | 11 +++--------
24906 1 files changed, 3 insertions(+), 8 deletions(-)
24907
24908 commit 2e6372e6a97f8d642416899861f91777f44f13b7
24909 Author: Rainer Weikusat <rweikusat@mobileactivedefense.com>
24910 Date: Sun Jan 3 18:56:38 2016 +0000
24911
24912 af_unix: Fix splice-bind deadlock
24913
24914 On 2015/11/06, Dmitry Vyukov reported a deadlock involving the splice
24915 system call and AF_UNIX sockets,
24916
24917 http://lists.openwall.net/netdev/2015/11/06/24
24918
24919 The situation was analyzed as
24920
24921 (a while ago) A: socketpair()
24922 B: splice() from a pipe to /mnt/regular_file
24923 does sb_start_write() on /mnt
24924 C: try to freeze /mnt
24925 wait for B to finish with /mnt
24926 A: bind() try to bind our socket to /mnt/new_socket_name
24927 lock our socket, see it not bound yet
24928 decide that it needs to create something in /mnt
24929 try to do sb_start_write() on /mnt, block (it's
24930 waiting for C).
24931 D: splice() from the same pipe to our socket
24932 lock the pipe, see that socket is connected
24933 try to lock the socket, block waiting for A
24934 B: get around to actually feeding a chunk from
24935 pipe to file, try to lock the pipe. Deadlock.
24936
24937 on 2015/11/10 by Al Viro,
24938
24939 http://lists.openwall.net/netdev/2015/11/10/4
24940
24941 The patch fixes this by removing the kern_path_create related code from
24942 unix_mknod and executing it as part of unix_bind prior acquiring the
24943 readlock of the socket in question. This means that A (as used above)
24944 will sb_start_write on /mnt before it acquires the readlock, hence, it
24945 won't indirectly block B which first did a sb_start_write and then
24946 waited for a thread trying to acquire the readlock. Consequently, A
24947 being blocked by C waiting for B won't cause a deadlock anymore
24948 (effectively, both A and B acquire two locks in opposite order in the
24949 situation described above).
24950
24951 Dmitry Vyukov(<dvyukov@google.com>) tested the original patch.
24952
24953 Signed-off-by: Rainer Weikusat <rweikusat@mobileactivedefense.com>
24954 Signed-off-by: David S. Miller <davem@davemloft.net>
24955
24956 Conflicts:
24957
24958 net/unix/af_unix.c
24959
24960 net/unix/af_unix.c | 70 +++++++++++++++++++++++++++++++--------------------
24961 1 files changed, 42 insertions(+), 28 deletions(-)
24962
24963 commit 2e729e557c571f3253e32472cd7d382ac16cf1c3
24964 Author: Qiu Peiyang <peiyangx.qiu@intel.com>
24965 Date: Thu Dec 31 13:11:28 2015 +0800
24966
24967 tracing: Fix setting of start_index in find_next()
24968
24969 When we do cat /sys/kernel/debug/tracing/printk_formats, we hit kernel
24970 panic at t_show.
24971
24972 general protection fault: 0000 [#1] PREEMPT SMP
24973 CPU: 0 PID: 2957 Comm: sh Tainted: G W O 3.14.55-x86_64-01062-gd4acdc7 #2
24974 RIP: 0010:[<ffffffff811375b2>]
24975 [<ffffffff811375b2>] t_show+0x22/0xe0
24976 RSP: 0000:ffff88002b4ebe80 EFLAGS: 00010246
24977 RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000004
24978 RDX: 0000000000000004 RSI: ffffffff81fd26a6 RDI: ffff880032f9f7b1
24979 RBP: ffff88002b4ebe98 R08: 0000000000001000 R09: 000000000000ffec
24980 R10: 0000000000000000 R11: 000000000000000f R12: ffff880004d9b6c0
24981 R13: 7365725f6d706400 R14: ffff880004d9b6c0 R15: ffffffff82020570
24982 FS: 0000000000000000(0000) GS:ffff88003aa00000(0063) knlGS:00000000f776bc40
24983 CS: 0010 DS: 002b ES: 002b CR0: 0000000080050033
24984 CR2: 00000000f6c02ff0 CR3: 000000002c2b3000 CR4: 00000000001007f0
24985 Call Trace:
24986 [<ffffffff811dc076>] seq_read+0x2f6/0x3e0
24987 [<ffffffff811b749b>] vfs_read+0x9b/0x160
24988 [<ffffffff811b7f69>] SyS_read+0x49/0xb0
24989 [<ffffffff81a3a4b9>] ia32_do_call+0x13/0x13
24990 ---[ end trace 5bd9eb630614861e ]---
24991 Kernel panic - not syncing: Fatal exception
24992
24993 When the first time find_next calls find_next_mod_format, it should
24994 iterate the trace_bprintk_fmt_list to find the first print format of
24995 the module. However in current code, start_index is smaller than *pos
24996 at first, and code will not iterate the list. Latter container_of will
24997 get the wrong address with former v, which will cause mod_fmt be a
24998 meaningless object and so is the returned mod_fmt->fmt.
24999
25000 This patch will fix it by correcting the start_index. After fixed,
25001 when the first time calls find_next_mod_format, start_index will be
25002 equal to *pos, and code will iterate the trace_bprintk_fmt_list to
25003 get the right module printk format, so is the returned mod_fmt->fmt.
25004
25005 Link: http://lkml.kernel.org/r/5684B900.9000309@intel.com
25006
25007 Cc: stable@vger.kernel.org # 3.12+
25008 Fixes: 102c9323c35a8 "tracing: Add __tracepoint_string() to export string pointers"
25009 Signed-off-by: Qiu Peiyang <peiyangx.qiu@intel.com>
25010 Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
25011
25012 kernel/trace/trace_printk.c | 1 +
25013 1 files changed, 1 insertions(+), 0 deletions(-)
25014
25015 commit 0994af4b1930f32aa493dc08145cd304f8bfc8f4
25016 Author: Al Viro <viro@zeniv.linux.org.uk>
25017 Date: Mon Dec 28 20:47:08 2015 -0500
25018
25019 [PATCH] arm: fix handling of F_OFD_... in oabi_fcntl64()
25020
25021 Cc: stable@vger.kernel.org # 3.15+
25022 Reviewed-by: Jeff Layton <jeff.layton@primarydata.com>
25023 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
25024
25025 arch/arm/kernel/sys_oabi-compat.c | 73 +++++++++++++++++++------------------
25026 1 files changed, 37 insertions(+), 36 deletions(-)
25027
25028 commit 4ed030f65dcf3e6b0128032a49a7d75f947fa351
25029 Merge: de243c2 3adc55a
25030 Author: Brad Spengler <spender@grsecurity.net>
25031 Date: Tue Jan 5 18:10:10 2016 -0500
25032
25033 Merge branch 'pax-test' into grsec-test
25034
25035 commit 3adc55a5acfa429c2a7cc883aef08b960c0079b0
25036 Author: Brad Spengler <spender@grsecurity.net>
25037 Date: Tue Jan 5 18:08:53 2016 -0500
25038
25039 Update to pax-linux-4.3.3-test16.patch:
25040 - small cleanup in entry_64.S on x86
25041 - Emese fixed the initify plugin to recursively check variable initializers, reported by Rasmus Villemoes
25042 - 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)
25043 - 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)
25044 - 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)
25045 - 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)
25046
25047 arch/x86/entry/entry_64.S | 60 +++++-----
25048 arch/x86/kernel/alternative.c | 2 +-
25049 arch/x86/kvm/emulate.c | 4 +-
25050 tools/gcc/initify_plugin.c | 123 +++++++++----------
25051 .../disable_size_overflow_hash.data | 4 +-
25052 .../size_overflow_plugin/size_overflow_hash.data | 2 -
25053 6 files changed, 93 insertions(+), 102 deletions(-)
25054
25055 commit de243c26efd0e423ca92db825af2c3f8eb1ca043
25056 Author: Brad Spengler <spender@grsecurity.net>
25057 Date: Tue Dec 29 18:01:24 2015 -0500
25058
25059 It was noticed during an internal audit that the code under GRKERNSEC_PROC_MEMMAP
25060 which aimed to enforce a 16MB minimum on RLIMIT_DATA for suid/sgid binaries only
25061 did so if RLIMIT_DATA was set lower than PAGE_SIZE.
25062
25063 This addition was only supplemental as GRKERNSEC_BRUTE is the main defense
25064 against suid/sgid attacks and the flaw above would only eliminate the extra
25065 entropy provided for the brk-managed heap, still leaving it with the minimum
25066 of 16-bit entropy for mmap on x86 and 28 on x64.
25067
25068 mm/mmap.c | 2 +-
25069 1 files changed, 1 insertions(+), 1 deletions(-)
25070
25071 commit 8e264cfe47e5f08cdc9ed009a630277206cd2534
25072 Merge: 436201b 2584340
25073 Author: Brad Spengler <spender@grsecurity.net>
25074 Date: Mon Dec 28 20:30:01 2015 -0500
25075
25076 Merge branch 'pax-test' into grsec-test
25077
25078 commit 2584340eab494e64ec1bf9eb5b0d1ae31f926306
25079 Author: Brad Spengler <spender@grsecurity.net>
25080 Date: Mon Dec 28 20:29:28 2015 -0500
25081
25082 Update to pax-linux-4.3.3-test14.patch:
25083 - 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)
25084 - fixed shutdown crash with tboot and KERNEXEC, reported by perfinion
25085 - fixed a few false positive and one real size overflow reports in hyperv, reported by hunger
25086 - fixed compile regressions on armv5, reported by iamb (https://forums.grsecurity.net/viewtopic.php?f=3&t=4350)
25087 - fixed an assert in the initify plugin that triggered in vic_register on arm
25088
25089 arch/arm/include/asm/atomic.h | 7 +++++--
25090 arch/arm/include/asm/domain.h | 5 ++---
25091 arch/x86/kernel/tboot.c | 14 +++++++++-----
25092 drivers/hv/channel.c | 4 +---
25093 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
25094 drivers/net/hyperv/rndis_filter.c | 3 +--
25095 fs/exec.c | 4 ++--
25096 include/linux/atomic.h | 15 ---------------
25097 net/core/skbuff.c | 3 ++-
25098 tools/gcc/initify_plugin.c | 4 +++-
25099 10 files changed, 26 insertions(+), 35 deletions(-)
25100
25101 commit 436201b6626b488d173c8076447000077c27b84a
25102 Author: David Howells <dhowells@redhat.com>
25103 Date: Fri Dec 18 01:34:26 2015 +0000
25104
25105 KEYS: Fix race between read and revoke
25106
25107 This fixes CVE-2015-7550.
25108
25109 There's a race between keyctl_read() and keyctl_revoke(). If the revoke
25110 happens between keyctl_read() checking the validity of a key and the key's
25111 semaphore being taken, then the key type read method will see a revoked key.
25112
25113 This causes a problem for the user-defined key type because it assumes in
25114 its read method that there will always be a payload in a non-revoked key
25115 and doesn't check for a NULL pointer.
25116
25117 Fix this by making keyctl_read() check the validity of a key after taking
25118 semaphore instead of before.
25119
25120 I think the bug was introduced with the original keyrings code.
25121
25122 This was discovered by a multithreaded test program generated by syzkaller
25123 (http://github.com/google/syzkaller). Here's a cleaned up version:
25124
25125 #include <sys/types.h>
25126 #include <keyutils.h>
25127 #include <pthread.h>
25128 void *thr0(void *arg)
25129 {
25130 key_serial_t key = (unsigned long)arg;
25131 keyctl_revoke(key);
25132 return 0;
25133 }
25134 void *thr1(void *arg)
25135 {
25136 key_serial_t key = (unsigned long)arg;
25137 char buffer[16];
25138 keyctl_read(key, buffer, 16);
25139 return 0;
25140 }
25141 int main()
25142 {
25143 key_serial_t key = add_key("user", "%", "foo", 3, KEY_SPEC_USER_KEYRING);
25144 pthread_t th[5];
25145 pthread_create(&th[0], 0, thr0, (void *)(unsigned long)key);
25146 pthread_create(&th[1], 0, thr1, (void *)(unsigned long)key);
25147 pthread_create(&th[2], 0, thr0, (void *)(unsigned long)key);
25148 pthread_create(&th[3], 0, thr1, (void *)(unsigned long)key);
25149 pthread_join(th[0], 0);
25150 pthread_join(th[1], 0);
25151 pthread_join(th[2], 0);
25152 pthread_join(th[3], 0);
25153 return 0;
25154 }
25155
25156 Build as:
25157
25158 cc -o keyctl-race keyctl-race.c -lkeyutils -lpthread
25159
25160 Run as:
25161
25162 while keyctl-race; do :; done
25163
25164 as it may need several iterations to crash the kernel. The crash can be
25165 summarised as:
25166
25167 BUG: unable to handle kernel NULL pointer dereference at 0000000000000010
25168 IP: [<ffffffff81279b08>] user_read+0x56/0xa3
25169 ...
25170 Call Trace:
25171 [<ffffffff81276aa9>] keyctl_read_key+0xb6/0xd7
25172 [<ffffffff81277815>] SyS_keyctl+0x83/0xe0
25173 [<ffffffff815dbb97>] entry_SYSCALL_64_fastpath+0x12/0x6f
25174
25175 Reported-by: Dmitry Vyukov <dvyukov@google.com>
25176 Signed-off-by: David Howells <dhowells@redhat.com>
25177 Tested-by: Dmitry Vyukov <dvyukov@google.com>
25178 Cc: stable@vger.kernel.org
25179 Signed-off-by: James Morris <james.l.morris@oracle.com>
25180
25181 security/keys/keyctl.c | 18 +++++++++---------
25182 1 files changed, 9 insertions(+), 9 deletions(-)
25183
25184 commit 195cea04477025da4a2078bd3e1fb7c4e11206c2
25185 Author: Brad Spengler <spender@grsecurity.net>
25186 Date: Tue Dec 22 20:44:01 2015 -0500
25187
25188 Add new kernel command-line param: pax_size_overflow_report_only
25189 If a user triggers a size_overflow violation that makes it difficult
25190 to obtain the call trace without serial console/net console, they can
25191 use this option to provide that information to us
25192
25193 Documentation/kernel-parameters.txt | 5 +++++
25194 fs/exec.c | 12 +++++++++---
25195 init/main.c | 11 +++++++++++
25196 3 files changed, 25 insertions(+), 3 deletions(-)
25197
25198 commit 4254a8da5851df8c08cdca5c392916e8c105408d
25199 Author: WANG Cong <xiyou.wangcong@gmail.com>
25200 Date: Mon Dec 21 10:55:45 2015 -0800
25201
25202 addrconf: always initialize sysctl table data
25203
25204 When sysctl performs restrict writes, it allows to write from
25205 a middle position of a sysctl file, which requires us to initialize
25206 the table data before calling proc_dostring() for the write case.
25207
25208 Fixes: 3d1bec99320d ("ipv6: introduce secret_stable to ipv6_devconf")
25209 Reported-by: Sasha Levin <sasha.levin@oracle.com>
25210 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
25211 Tested-by: Sasha Levin <sasha.levin@oracle.com>
25212 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
25213 Signed-off-by: David S. Miller <davem@davemloft.net>
25214
25215 net/ipv6/addrconf.c | 11 ++++-------
25216 1 files changed, 4 insertions(+), 7 deletions(-)
25217
25218 commit f8002863fb06c363180637046947a78a6ccb3d33
25219 Author: WANG Cong <xiyou.wangcong@gmail.com>
25220 Date: Wed Dec 16 23:39:04 2015 -0800
25221
25222 net: check both type and procotol for tcp sockets
25223
25224 Dmitry reported the following out-of-bound access:
25225
25226 Call Trace:
25227 [<ffffffff816cec2e>] __asan_report_load4_noabort+0x3e/0x40
25228 mm/kasan/report.c:294
25229 [<ffffffff84affb14>] sock_setsockopt+0x1284/0x13d0 net/core/sock.c:880
25230 [< inline >] SYSC_setsockopt net/socket.c:1746
25231 [<ffffffff84aed7ee>] SyS_setsockopt+0x1fe/0x240 net/socket.c:1729
25232 [<ffffffff85c18c76>] entry_SYSCALL_64_fastpath+0x16/0x7a
25233 arch/x86/entry/entry_64.S:185
25234
25235 This is because we mistake a raw socket as a tcp socket.
25236 We should check both sk->sk_type and sk->sk_protocol to ensure
25237 it is a tcp socket.
25238
25239 Willem points out __skb_complete_tx_timestamp() needs to fix as well.
25240
25241 Reported-by: Dmitry Vyukov <dvyukov@google.com>
25242 Cc: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
25243 Cc: Eric Dumazet <eric.dumazet@gmail.com>
25244 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
25245 Acked-by: Willem de Bruijn <willemb@google.com>
25246 Signed-off-by: David S. Miller <davem@davemloft.net>
25247
25248 net/core/skbuff.c | 3 ++-
25249 net/core/sock.c | 3 ++-
25250 2 files changed, 4 insertions(+), 2 deletions(-)
25251
25252 commit bd6b3399804470a4ad8f34229469ca149dceba3d
25253 Author: Colin Ian King <colin.king@canonical.com>
25254 Date: Fri Dec 18 14:22:01 2015 -0800
25255
25256 proc: fix -ESRCH error when writing to /proc/$pid/coredump_filter
25257
25258 Writing to /proc/$pid/coredump_filter always returns -ESRCH because commit
25259 774636e19ed51 ("proc: convert to kstrto*()/kstrto*_from_user()") removed
25260 the setting of ret after the get_proc_task call and incorrectly left it as
25261 -ESRCH. Instead, return 0 when successful.
25262
25263 Example breakage:
25264
25265 echo 0 > /proc/self/coredump_filter
25266 bash: echo: write error: No such process
25267
25268 Fixes: 774636e19ed51 ("proc: convert to kstrto*()/kstrto*_from_user()")
25269 Signed-off-by: Colin Ian King <colin.king@canonical.com>
25270 Acked-by: Kees Cook <keescook@chromium.org>
25271 Cc: <stable@vger.kernel.org> [4.3+]
25272 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
25273 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
25274
25275 fs/proc/base.c | 1 +
25276 1 files changed, 1 insertions(+), 0 deletions(-)
25277
25278 commit b28aca2b99ed08546778355fb9402c503ff9b29e
25279 Author: Junichi Nomura <j-nomura@ce.jp.nec.com>
25280 Date: Tue Dec 22 10:23:44 2015 -0700
25281
25282 block: ensure to split after potentially bouncing a bio
25283
25284 blk_queue_bio() does split then bounce, which makes the segment
25285 counting based on pages before bouncing and could go wrong. Move
25286 the split to after bouncing, like we do for blk-mq, and the we
25287 fix the issue of having the bio count for segments be wrong.
25288
25289 Fixes: 54efd50bfd87 ("block: make generic_make_request handle arbitrarily sized bios")
25290 Cc: stable@vger.kernel.org
25291 Tested-by: Artem S. Tashkinov <t.artem@lycos.com>
25292 Signed-off-by: Jens Axboe <axboe@fb.com>
25293
25294 block/blk-core.c | 4 ++--
25295 1 files changed, 2 insertions(+), 2 deletions(-)
25296
25297 commit e62a25e917a9e5b35ddd5b4f1b5e5e30fbd2e84c
25298 Merge: f6f63ae ec72fa5
25299 Author: Brad Spengler <spender@grsecurity.net>
25300 Date: Tue Dec 22 19:46:26 2015 -0500
25301
25302 Merge branch 'pax-test' into grsec-test
25303
25304 commit ec72fa5f8d9cb4e223bad1b8b5c2e1071c222f2a
25305 Author: Brad Spengler <spender@grsecurity.net>
25306 Date: Tue Dec 22 19:45:51 2015 -0500
25307
25308 Update to pax-linux-4.3.3-test13.patch:
25309 - 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)
25310 - 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)
25311
25312 arch/arm/mm/fault.c | 2 +-
25313 arch/x86/mm/fault.c | 2 +-
25314 fs/btrfs/extent_map.c | 8 ++++++--
25315 fs/xfs/libxfs/xfs_da_btree.c | 4 +++-
25316 4 files changed, 11 insertions(+), 5 deletions(-)
25317
25318 commit f6f63ae154cd45028add1dc41957878060d77fbf
25319 Author: Brad Spengler <spender@grsecurity.net>
25320 Date: Thu Dec 17 18:43:44 2015 -0500
25321
25322 ptrace_has_cap() checks whether the current process should be
25323 treated as having a certain capability for ptrace checks
25324 against another process. Until now, this was equivalent to
25325 has_ns_capability(current, target_ns, CAP_SYS_PTRACE).
25326
25327 However, if a root-owned process wants to enter a user
25328 namespace for some reason without knowing who owns it and
25329 therefore can't change to the namespace owner's uid and gid
25330 before entering, as soon as it has entered the namespace,
25331 the namespace owner can attach to it via ptrace and thereby
25332 gain access to its uid and gid.
25333
25334 While it is possible for the entering process to switch to
25335 the uid of a claimed namespace owner before entering,
25336 causing the attempt to enter to fail if the claimed uid is
25337 wrong, this doesn't solve the problem of determining an
25338 appropriate gid.
25339
25340 With this change, the entering process can first enter the
25341 namespace and then safely inspect the namespace's
25342 properties, e.g. through /proc/self/{uid_map,gid_map},
25343 assuming that the namespace owner doesn't have access to
25344 uid 0.
25345 Signed-off-by: Jann Horn <jann@thejh.net>
25346
25347 kernel/ptrace.c | 30 +++++++++++++++++++++++++-----
25348 1 files changed, 25 insertions(+), 5 deletions(-)
25349
25350 commit e314f0fb63020f61543b401ff594e953c2c304e5
25351 Author: tadeusz.struk@intel.com <tadeusz.struk@intel.com>
25352 Date: Tue Dec 15 10:46:17 2015 -0800
25353
25354 net: fix uninitialized variable issue
25355
25356 msg_iocb needs to be initialized on the recv/recvfrom path.
25357 Otherwise afalg will wrongly interpret it as an async call.
25358
25359 Cc: stable@vger.kernel.org
25360 Reported-by: Harald Freudenberger <freude@linux.vnet.ibm.com>
25361 Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
25362 Signed-off-by: David S. Miller <davem@davemloft.net>
25363
25364 net/socket.c | 1 +
25365 1 files changed, 1 insertions(+), 0 deletions(-)
25366
25367 commit a3f56a43ad56b8fcaf04f6327636ed2f5970de3b
25368 Merge: dfa764c 142edcf
25369 Author: Brad Spengler <spender@grsecurity.net>
25370 Date: Wed Dec 16 21:01:17 2015 -0500
25371
25372 Merge branch 'pax-test' into grsec-test
25373
25374 commit 142edcf1005a57fb8887823565cf0bafad2f313c
25375 Author: Brad Spengler <spender@grsecurity.net>
25376 Date: Wed Dec 16 21:00:57 2015 -0500
25377
25378 Update to pax-linux-4.3.3-test12.patch:
25379 - 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)
25380 - 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)
25381
25382 drivers/tty/n_tty.c | 16 ++++++++--------
25383 .../disable_size_overflow_hash.data | 2 ++
25384 .../size_overflow_plugin/size_overflow_hash.data | 6 ++----
25385 3 files changed, 12 insertions(+), 12 deletions(-)
25386
25387 commit dfa764cc549892a5bfc1083cac78b99032cae577
25388 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
25389 Date: Tue Dec 15 22:59:12 2015 +0100
25390
25391 ipv6: automatically enable stable privacy mode if stable_secret set
25392
25393 Bjørn reported that while we switch all interfaces to privacy stable mode
25394 when setting the secret, we don't set this mode for new interfaces. This
25395 does not make sense, so change this behaviour.
25396
25397 Fixes: 622c81d57b392cc ("ipv6: generation of stable privacy addresses for link-local and autoconf")
25398 Reported-by: Bjørn Mork <bjorn@mork.no>
25399 Cc: Bjørn Mork <bjorn@mork.no>
25400 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
25401 Signed-off-by: David S. Miller <davem@davemloft.net>
25402
25403 net/ipv6/addrconf.c | 6 ++++++
25404 1 files changed, 6 insertions(+), 0 deletions(-)
25405
25406 commit c2815a1fee03f222273e77c14e43f960da06f35a
25407 Author: Brad Spengler <spender@grsecurity.net>
25408 Date: Wed Dec 16 13:03:38 2015 -0500
25409
25410 Work around upstream limitation on the number of thread info flags causing a compilation error
25411 Reported by fabled at http://forums.grsecurity.net/viewtopic.php?f=3&t=4339
25412
25413 arch/arm/kernel/entry-common.S | 8 ++++++--
25414 1 files changed, 6 insertions(+), 2 deletions(-)
25415
25416 commit 8c9ae168e09ae49324d709d76d73d9fc4ca477e1
25417 Author: Brad Spengler <spender@grsecurity.net>
25418 Date: Tue Dec 15 19:03:41 2015 -0500
25419
25420 Initial import of grsecurity 3.1 for Linux 4.3.3
25421
25422 Documentation/dontdiff | 2 +
25423 Documentation/kernel-parameters.txt | 7 +
25424 Documentation/sysctl/kernel.txt | 15 +
25425 Makefile | 18 +-
25426 arch/alpha/include/asm/cache.h | 4 +-
25427 arch/alpha/kernel/osf_sys.c | 12 +-
25428 arch/arc/Kconfig | 1 +
25429 arch/arm/Kconfig | 1 +
25430 arch/arm/Kconfig.debug | 1 +
25431 arch/arm/include/asm/thread_info.h | 7 +-
25432 arch/arm/kernel/process.c | 4 +-
25433 arch/arm/kernel/ptrace.c | 9 +
25434 arch/arm/kernel/traps.c | 7 +-
25435 arch/arm/mm/Kconfig | 2 +-
25436 arch/arm/mm/fault.c | 40 +-
25437 arch/arm/mm/mmap.c | 8 +-
25438 arch/arm/net/bpf_jit_32.c | 51 +-
25439 arch/arm64/Kconfig.debug | 1 +
25440 arch/avr32/include/asm/cache.h | 4 +-
25441 arch/blackfin/Kconfig.debug | 1 +
25442 arch/blackfin/include/asm/cache.h | 3 +-
25443 arch/cris/include/arch-v10/arch/cache.h | 3 +-
25444 arch/cris/include/arch-v32/arch/cache.h | 3 +-
25445 arch/frv/include/asm/cache.h | 3 +-
25446 arch/frv/mm/elf-fdpic.c | 4 +-
25447 arch/hexagon/include/asm/cache.h | 6 +-
25448 arch/ia64/Kconfig | 1 +
25449 arch/ia64/include/asm/cache.h | 3 +-
25450 arch/ia64/kernel/sys_ia64.c | 2 +
25451 arch/ia64/mm/hugetlbpage.c | 2 +
25452 arch/m32r/include/asm/cache.h | 4 +-
25453 arch/m68k/include/asm/cache.h | 4 +-
25454 arch/metag/mm/hugetlbpage.c | 1 +
25455 arch/microblaze/include/asm/cache.h | 3 +-
25456 arch/mips/Kconfig | 1 +
25457 arch/mips/include/asm/cache.h | 3 +-
25458 arch/mips/include/asm/thread_info.h | 11 +-
25459 arch/mips/kernel/irq.c | 3 +
25460 arch/mips/kernel/ptrace.c | 9 +
25461 arch/mips/mm/mmap.c | 4 +-
25462 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
25463 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
25464 arch/openrisc/include/asm/cache.h | 4 +-
25465 arch/parisc/include/asm/cache.h | 5 +-
25466 arch/parisc/kernel/sys_parisc.c | 4 +
25467 arch/powerpc/Kconfig | 1 +
25468 arch/powerpc/include/asm/cache.h | 4 +-
25469 arch/powerpc/include/asm/thread_info.h | 5 +-
25470 arch/powerpc/kernel/Makefile | 2 +
25471 arch/powerpc/kernel/irq.c | 3 +
25472 arch/powerpc/kernel/process.c | 10 +-
25473 arch/powerpc/kernel/ptrace.c | 14 +
25474 arch/powerpc/kernel/traps.c | 5 +
25475 arch/powerpc/mm/slice.c | 2 +-
25476 arch/s390/Kconfig.debug | 1 +
25477 arch/s390/include/asm/cache.h | 4 +-
25478 arch/score/include/asm/cache.h | 4 +-
25479 arch/sh/include/asm/cache.h | 3 +-
25480 arch/sh/mm/mmap.c | 6 +-
25481 arch/sparc/include/asm/cache.h | 4 +-
25482 arch/sparc/include/asm/pgalloc_64.h | 1 +
25483 arch/sparc/include/asm/thread_info_64.h | 8 +-
25484 arch/sparc/kernel/process_32.c | 6 +-
25485 arch/sparc/kernel/process_64.c | 8 +-
25486 arch/sparc/kernel/ptrace_64.c | 14 +
25487 arch/sparc/kernel/sys_sparc_64.c | 8 +-
25488 arch/sparc/kernel/syscalls.S | 8 +-
25489 arch/sparc/kernel/traps_32.c | 8 +-
25490 arch/sparc/kernel/traps_64.c | 28 +-
25491 arch/sparc/kernel/unaligned_64.c | 2 +-
25492 arch/sparc/mm/fault_64.c | 2 +-
25493 arch/sparc/mm/hugetlbpage.c | 15 +-
25494 arch/tile/Kconfig | 1 +
25495 arch/tile/include/asm/cache.h | 3 +-
25496 arch/tile/mm/hugetlbpage.c | 2 +
25497 arch/um/include/asm/cache.h | 3 +-
25498 arch/unicore32/include/asm/cache.h | 6 +-
25499 arch/x86/Kconfig | 21 +
25500 arch/x86/Kconfig.debug | 2 +
25501 arch/x86/entry/common.c | 14 +
25502 arch/x86/entry/entry_32.S | 2 +-
25503 arch/x86/entry/entry_64.S | 2 +-
25504 arch/x86/ia32/ia32_aout.c | 2 +
25505 arch/x86/include/asm/floppy.h | 20 +-
25506 arch/x86/include/asm/fpu/types.h | 69 +-
25507 arch/x86/include/asm/io.h | 2 +-
25508 arch/x86/include/asm/page.h | 12 +-
25509 arch/x86/include/asm/paravirt_types.h | 23 +-
25510 arch/x86/include/asm/processor.h | 12 +-
25511 arch/x86/include/asm/thread_info.h | 6 +-
25512 arch/x86/include/asm/uaccess.h | 2 +-
25513 arch/x86/kernel/dumpstack.c | 10 +-
25514 arch/x86/kernel/dumpstack_32.c | 2 +-
25515 arch/x86/kernel/dumpstack_64.c | 2 +-
25516 arch/x86/kernel/ioport.c | 13 +
25517 arch/x86/kernel/irq_32.c | 3 +
25518 arch/x86/kernel/irq_64.c | 4 +
25519 arch/x86/kernel/ldt.c | 18 +
25520 arch/x86/kernel/msr.c | 10 +
25521 arch/x86/kernel/ptrace.c | 14 +
25522 arch/x86/kernel/signal.c | 9 +-
25523 arch/x86/kernel/sys_i386_32.c | 9 +-
25524 arch/x86/kernel/sys_x86_64.c | 8 +-
25525 arch/x86/kernel/traps.c | 5 +
25526 arch/x86/kernel/verify_cpu.S | 1 +
25527 arch/x86/kernel/vm86_32.c | 15 +
25528 arch/x86/kvm/svm.c | 14 +-
25529 arch/x86/mm/fault.c | 12 +-
25530 arch/x86/mm/hugetlbpage.c | 15 +-
25531 arch/x86/mm/init.c | 66 +-
25532 arch/x86/mm/init_32.c | 6 +-
25533 arch/x86/net/bpf_jit_comp.c | 4 +
25534 arch/x86/platform/efi/efi_64.c | 2 +-
25535 arch/x86/xen/Kconfig | 1 +
25536 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
25537 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
25538 crypto/ablkcipher.c | 2 +-
25539 crypto/blkcipher.c | 2 +-
25540 crypto/scatterwalk.c | 10 +-
25541 drivers/acpi/acpica/hwxfsleep.c | 11 +-
25542 drivers/acpi/custom_method.c | 4 +
25543 drivers/block/cciss.h | 30 +-
25544 drivers/block/smart1,2.h | 40 +-
25545 drivers/cdrom/cdrom.c | 2 +-
25546 drivers/char/Kconfig | 4 +-
25547 drivers/char/genrtc.c | 1 +
25548 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
25549 drivers/char/mem.c | 17 +
25550 drivers/char/random.c | 5 +-
25551 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
25552 drivers/crypto/nx/nx-aes-ccm.c | 2 +-
25553 drivers/crypto/nx/nx-aes-gcm.c | 2 +-
25554 drivers/crypto/talitos.c | 2 +-
25555 drivers/firewire/ohci.c | 4 +
25556 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 70 +-
25557 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
25558 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
25559 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
25560 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
25561 drivers/hid/hid-wiimote-debug.c | 2 +-
25562 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
25563 drivers/iommu/Kconfig | 1 +
25564 drivers/iommu/amd_iommu.c | 14 +-
25565 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
25566 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
25567 drivers/isdn/gigaset/usb-gigaset.c | 32 +-
25568 drivers/isdn/hisax/config.c | 2 +-
25569 drivers/isdn/hisax/hfc_pci.c | 2 +-
25570 drivers/isdn/hisax/hfc_sx.c | 2 +-
25571 drivers/isdn/hisax/q931.c | 6 +-
25572 drivers/isdn/i4l/isdn_concap.c | 6 +-
25573 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
25574 drivers/md/bcache/Kconfig | 1 +
25575 drivers/md/raid5.c | 8 +
25576 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
25577 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
25578 drivers/media/platform/vivid/vivid-osd.c | 1 +
25579 drivers/media/radio/radio-cadet.c | 5 +-
25580 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
25581 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
25582 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
25583 drivers/media/usb/dvb-usb/technisat-usb2.c | 75 +-
25584 drivers/message/fusion/mptbase.c | 9 +
25585 drivers/misc/sgi-xp/xp_main.c | 12 +-
25586 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
25587 drivers/net/ppp/pppoe.c | 14 +-
25588 drivers/net/ppp/pptp.c | 6 +
25589 drivers/net/slip/slhc.c | 3 +
25590 drivers/net/wan/lmc/lmc_media.c | 97 +-
25591 drivers/net/wan/x25_asy.c | 6 +-
25592 drivers/net/wan/z85230.c | 24 +-
25593 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
25594 drivers/net/wireless/zd1211rw/zd_usb.c | 2 +-
25595 drivers/pci/pci-sysfs.c | 2 +-
25596 drivers/pci/proc.c | 9 +
25597 drivers/platform/x86/asus-wmi.c | 12 +
25598 drivers/rtc/rtc-dev.c | 3 +
25599 drivers/scsi/bfa/bfa_fcs.c | 19 +-
25600 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
25601 drivers/scsi/bfa/bfa_modules.h | 12 +-
25602 drivers/scsi/hpsa.h | 40 +-
25603 drivers/staging/dgnc/dgnc_mgmt.c | 1 +
25604 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
25605 drivers/staging/lustre/lustre/libcfs/module.c | 10 +-
25606 drivers/target/target_core_sbc.c | 17 +-
25607 drivers/target/target_core_transport.c | 14 +-
25608 drivers/tty/serial/uartlite.c | 4 +-
25609 drivers/tty/sysrq.c | 2 +-
25610 drivers/tty/vt/keyboard.c | 22 +-
25611 drivers/uio/uio.c | 6 +-
25612 drivers/usb/core/hub.c | 5 +
25613 drivers/usb/gadget/function/f_uac1.c | 1 +
25614 drivers/usb/gadget/function/u_uac1.c | 1 +
25615 drivers/usb/host/hwa-hc.c | 9 +-
25616 drivers/usb/usbip/vhci_sysfs.c | 2 +-
25617 drivers/video/fbdev/arcfb.c | 2 +-
25618 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
25619 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
25620 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
25621 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++-----
25622 drivers/xen/xenfs/xenstored.c | 5 +
25623 firmware/Makefile | 2 +
25624 firmware/WHENCE | 20 +-
25625 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
25626 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
25627 fs/9p/vfs_inode.c | 4 +-
25628 fs/attr.c | 1 +
25629 fs/autofs4/waitq.c | 9 +
25630 fs/binfmt_aout.c | 7 +
25631 fs/binfmt_elf.c | 50 +-
25632 fs/compat.c | 20 +-
25633 fs/coredump.c | 17 +-
25634 fs/dcache.c | 3 +
25635 fs/debugfs/inode.c | 11 +-
25636 fs/exec.c | 219 +-
25637 fs/ext2/balloc.c | 4 +-
25638 fs/ext2/super.c | 8 +-
25639 fs/ext4/balloc.c | 4 +-
25640 fs/fcntl.c | 4 +
25641 fs/fhandle.c | 3 +-
25642 fs/file.c | 4 +
25643 fs/filesystems.c | 4 +
25644 fs/fs_struct.c | 20 +-
25645 fs/hugetlbfs/inode.c | 5 +-
25646 fs/inode.c | 8 +-
25647 fs/kernfs/dir.c | 6 +
25648 fs/mount.h | 4 +-
25649 fs/namei.c | 286 +-
25650 fs/namespace.c | 24 +
25651 fs/nfsd/nfscache.c | 2 +-
25652 fs/open.c | 38 +
25653 fs/overlayfs/inode.c | 11 +-
25654 fs/overlayfs/super.c | 6 +-
25655 fs/pipe.c | 2 +-
25656 fs/posix_acl.c | 15 +-
25657 fs/proc/Kconfig | 10 +-
25658 fs/proc/array.c | 69 +-
25659 fs/proc/base.c | 186 +-
25660 fs/proc/cmdline.c | 4 +
25661 fs/proc/devices.c | 4 +
25662 fs/proc/fd.c | 17 +-
25663 fs/proc/generic.c | 64 +
25664 fs/proc/inode.c | 17 +
25665 fs/proc/internal.h | 11 +-
25666 fs/proc/interrupts.c | 4 +
25667 fs/proc/kcore.c | 3 +
25668 fs/proc/meminfo.c | 7 +-
25669 fs/proc/namespaces.c | 4 +-
25670 fs/proc/proc_net.c | 31 +
25671 fs/proc/proc_sysctl.c | 52 +-
25672 fs/proc/root.c | 8 +
25673 fs/proc/stat.c | 69 +-
25674 fs/proc/task_mmu.c | 66 +-
25675 fs/readdir.c | 19 +
25676 fs/reiserfs/item_ops.c | 24 +-
25677 fs/reiserfs/super.c | 4 +
25678 fs/select.c | 2 +
25679 fs/seq_file.c | 30 +-
25680 fs/splice.c | 8 +
25681 fs/stat.c | 20 +-
25682 fs/sysfs/dir.c | 30 +-
25683 fs/sysv/inode.c | 11 +-
25684 fs/utimes.c | 7 +
25685 fs/xattr.c | 26 +-
25686 grsecurity/Kconfig | 1182 ++++
25687 grsecurity/Makefile | 54 +
25688 grsecurity/gracl.c | 2757 +++++++++
25689 grsecurity/gracl_alloc.c | 105 +
25690 grsecurity/gracl_cap.c | 127 +
25691 grsecurity/gracl_compat.c | 269 +
25692 grsecurity/gracl_fs.c | 448 ++
25693 grsecurity/gracl_ip.c | 386 ++
25694 grsecurity/gracl_learn.c | 207 +
25695 grsecurity/gracl_policy.c | 1786 ++++++
25696 grsecurity/gracl_res.c | 68 +
25697 grsecurity/gracl_segv.c | 304 +
25698 grsecurity/gracl_shm.c | 40 +
25699 grsecurity/grsec_chdir.c | 19 +
25700 grsecurity/grsec_chroot.c | 467 ++
25701 grsecurity/grsec_disabled.c | 445 ++
25702 grsecurity/grsec_exec.c | 189 +
25703 grsecurity/grsec_fifo.c | 26 +
25704 grsecurity/grsec_fork.c | 23 +
25705 grsecurity/grsec_init.c | 290 +
25706 grsecurity/grsec_ipc.c | 48 +
25707 grsecurity/grsec_link.c | 65 +
25708 grsecurity/grsec_log.c | 340 +
25709 grsecurity/grsec_mem.c | 48 +
25710 grsecurity/grsec_mount.c | 65 +
25711 grsecurity/grsec_pax.c | 47 +
25712 grsecurity/grsec_proc.c | 20 +
25713 grsecurity/grsec_ptrace.c | 30 +
25714 grsecurity/grsec_sig.c | 236 +
25715 grsecurity/grsec_sock.c | 244 +
25716 grsecurity/grsec_sysctl.c | 488 ++
25717 grsecurity/grsec_time.c | 16 +
25718 grsecurity/grsec_tpe.c | 78 +
25719 grsecurity/grsec_usb.c | 15 +
25720 grsecurity/grsum.c | 64 +
25721 include/linux/binfmts.h | 5 +-
25722 include/linux/bitops.h | 2 +-
25723 include/linux/capability.h | 13 +
25724 include/linux/compiler-gcc.h | 5 +
25725 include/linux/compiler.h | 8 +
25726 include/linux/cred.h | 8 +-
25727 include/linux/dcache.h | 5 +-
25728 include/linux/fs.h | 24 +-
25729 include/linux/fs_struct.h | 2 +-
25730 include/linux/fsnotify.h | 6 +
25731 include/linux/gracl.h | 342 +
25732 include/linux/gracl_compat.h | 156 +
25733 include/linux/gralloc.h | 9 +
25734 include/linux/grdefs.h | 140 +
25735 include/linux/grinternal.h | 230 +
25736 include/linux/grmsg.h | 118 +
25737 include/linux/grsecurity.h | 255 +
25738 include/linux/grsock.h | 19 +
25739 include/linux/ipc.h | 2 +-
25740 include/linux/ipc_namespace.h | 2 +-
25741 include/linux/kallsyms.h | 18 +-
25742 include/linux/kmod.h | 5 +
25743 include/linux/kobject.h | 2 +-
25744 include/linux/lsm_hooks.h | 4 +-
25745 include/linux/mm.h | 12 +
25746 include/linux/mm_types.h | 4 +-
25747 include/linux/module.h | 5 +-
25748 include/linux/mount.h | 2 +-
25749 include/linux/msg.h | 2 +-
25750 include/linux/netfilter/xt_gradm.h | 9 +
25751 include/linux/path.h | 4 +-
25752 include/linux/perf_event.h | 13 +-
25753 include/linux/pid_namespace.h | 2 +-
25754 include/linux/printk.h | 2 +-
25755 include/linux/proc_fs.h | 22 +-
25756 include/linux/proc_ns.h | 2 +-
25757 include/linux/ptrace.h | 24 +-
25758 include/linux/random.h | 2 +-
25759 include/linux/rbtree_augmented.h | 4 +-
25760 include/linux/scatterlist.h | 12 +-
25761 include/linux/sched.h | 114 +-
25762 include/linux/security.h | 1 +
25763 include/linux/sem.h | 2 +-
25764 include/linux/seq_file.h | 5 +
25765 include/linux/shm.h | 6 +-
25766 include/linux/skbuff.h | 3 +
25767 include/linux/slab.h | 9 -
25768 include/linux/sysctl.h | 8 +-
25769 include/linux/thread_info.h | 6 +-
25770 include/linux/tty.h | 2 +-
25771 include/linux/tty_driver.h | 4 +-
25772 include/linux/uidgid.h | 5 +
25773 include/linux/user_namespace.h | 2 +-
25774 include/linux/utsname.h | 2 +-
25775 include/linux/vermagic.h | 16 +-
25776 include/linux/vmalloc.h | 20 +-
25777 include/net/af_unix.h | 2 +-
25778 include/net/dst.h | 33 +
25779 include/net/ip.h | 2 +-
25780 include/net/neighbour.h | 2 +-
25781 include/net/net_namespace.h | 2 +-
25782 include/net/sock.h | 4 +-
25783 include/target/target_core_base.h | 2 +-
25784 include/trace/events/fs.h | 53 +
25785 include/uapi/linux/personality.h | 1 +
25786 init/Kconfig | 4 +-
25787 init/main.c | 35 +-
25788 ipc/mqueue.c | 1 +
25789 ipc/msg.c | 3 +-
25790 ipc/sem.c | 3 +-
25791 ipc/shm.c | 26 +-
25792 ipc/util.c | 6 +
25793 kernel/auditsc.c | 2 +-
25794 kernel/bpf/syscall.c | 8 +-
25795 kernel/capability.c | 41 +-
25796 kernel/cgroup.c | 5 +-
25797 kernel/compat.c | 1 +
25798 kernel/configs.c | 11 +
25799 kernel/cred.c | 112 +-
25800 kernel/events/core.c | 16 +-
25801 kernel/exit.c | 10 +-
25802 kernel/fork.c | 86 +-
25803 kernel/futex.c | 6 +-
25804 kernel/futex_compat.c | 2 +-
25805 kernel/kallsyms.c | 9 +
25806 kernel/kcmp.c | 8 +-
25807 kernel/kexec_core.c | 2 +-
25808 kernel/kmod.c | 95 +-
25809 kernel/kprobes.c | 7 +-
25810 kernel/ksysfs.c | 2 +
25811 kernel/locking/lockdep_proc.c | 10 +-
25812 kernel/module.c | 108 +-
25813 kernel/panic.c | 4 +-
25814 kernel/pid.c | 23 +-
25815 kernel/power/Kconfig | 2 +
25816 kernel/printk/printk.c | 20 +-
25817 kernel/ptrace.c | 56 +-
25818 kernel/resource.c | 10 +
25819 kernel/sched/core.c | 11 +-
25820 kernel/signal.c | 37 +-
25821 kernel/sys.c | 64 +-
25822 kernel/sysctl.c | 172 +-
25823 kernel/taskstats.c | 6 +
25824 kernel/time/posix-timers.c | 8 +
25825 kernel/time/time.c | 5 +
25826 kernel/time/timekeeping.c | 3 +
25827 kernel/time/timer_list.c | 13 +-
25828 kernel/time/timer_stats.c | 10 +-
25829 kernel/trace/Kconfig | 2 +
25830 kernel/trace/trace_syscalls.c | 8 +
25831 kernel/user_namespace.c | 15 +
25832 lib/Kconfig.debug | 13 +-
25833 lib/Kconfig.kasan | 2 +-
25834 lib/is_single_threaded.c | 3 +
25835 lib/list_debug.c | 65 +-
25836 lib/nlattr.c | 2 +
25837 lib/rbtree.c | 4 +-
25838 lib/vsprintf.c | 39 +-
25839 localversion-grsec | 1 +
25840 mm/Kconfig | 8 +-
25841 mm/Kconfig.debug | 1 +
25842 mm/filemap.c | 1 +
25843 mm/kmemleak.c | 4 +-
25844 mm/memory.c | 2 +-
25845 mm/mempolicy.c | 12 +-
25846 mm/migrate.c | 3 +-
25847 mm/mlock.c | 6 +-
25848 mm/mmap.c | 93 +-
25849 mm/mprotect.c | 8 +
25850 mm/oom_kill.c | 28 +-
25851 mm/page_alloc.c | 2 +-
25852 mm/process_vm_access.c | 8 +-
25853 mm/shmem.c | 36 +-
25854 mm/slab.c | 14 +-
25855 mm/slab_common.c | 2 +-
25856 mm/slob.c | 12 +
25857 mm/slub.c | 33 +-
25858 mm/util.c | 3 +
25859 mm/vmalloc.c | 129 +-
25860 mm/vmstat.c | 29 +-
25861 net/appletalk/atalk_proc.c | 2 +-
25862 net/atm/lec.c | 6 +-
25863 net/atm/mpoa_caches.c | 42 +-
25864 net/bluetooth/sco.c | 3 +
25865 net/can/bcm.c | 2 +-
25866 net/can/proc.c | 2 +-
25867 net/core/dev_ioctl.c | 7 +-
25868 net/core/filter.c | 8 +-
25869 net/core/net-procfs.c | 17 +-
25870 net/core/pktgen.c | 2 +-
25871 net/core/sock.c | 3 +-
25872 net/core/sysctl_net_core.c | 2 +-
25873 net/decnet/dn_dev.c | 2 +-
25874 net/ipv4/devinet.c | 6 +-
25875 net/ipv4/inet_hashtables.c | 4 +
25876 net/ipv4/ip_input.c | 7 +
25877 net/ipv4/ip_sockglue.c | 3 +-
25878 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
25879 net/ipv4/netfilter/nf_nat_pptp.c | 2 +-
25880 net/ipv4/route.c | 6 +-
25881 net/ipv4/tcp_input.c | 4 +-
25882 net/ipv4/tcp_ipv4.c | 29 +-
25883 net/ipv4/tcp_minisocks.c | 9 +-
25884 net/ipv4/tcp_timer.c | 11 +
25885 net/ipv4/udp.c | 24 +
25886 net/ipv6/addrconf.c | 13 +-
25887 net/ipv6/proc.c | 2 +-
25888 net/ipv6/tcp_ipv6.c | 26 +-
25889 net/ipv6/udp.c | 7 +
25890 net/ipx/ipx_proc.c | 2 +-
25891 net/irda/irproc.c | 2 +-
25892 net/llc/llc_proc.c | 2 +-
25893 net/netfilter/Kconfig | 10 +
25894 net/netfilter/Makefile | 1 +
25895 net/netfilter/nf_conntrack_core.c | 8 +
25896 net/netfilter/xt_gradm.c | 51 +
25897 net/netfilter/xt_hashlimit.c | 4 +-
25898 net/netfilter/xt_recent.c | 2 +-
25899 net/sched/sch_api.c | 2 +-
25900 net/sctp/socket.c | 4 +-
25901 net/socket.c | 75 +-
25902 net/sunrpc/Kconfig | 1 +
25903 net/sunrpc/cache.c | 2 +-
25904 net/sunrpc/stats.c | 2 +-
25905 net/sysctl_net.c | 2 +-
25906 net/unix/af_unix.c | 52 +-
25907 net/vmw_vsock/vmci_transport_notify.c | 30 +-
25908 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
25909 net/x25/sysctl_net_x25.c | 2 +-
25910 net/x25/x25_proc.c | 2 +-
25911 scripts/package/Makefile | 2 +-
25912 scripts/package/mkspec | 41 +-
25913 security/Kconfig | 369 +-
25914 security/apparmor/file.c | 4 +-
25915 security/apparmor/lsm.c | 8 +-
25916 security/commoncap.c | 36 +-
25917 security/min_addr.c | 2 +
25918 security/smack/smack_lsm.c | 8 +-
25919 security/tomoyo/file.c | 12 +-
25920 security/tomoyo/mount.c | 4 +
25921 security/tomoyo/tomoyo.c | 20 +-
25922 security/yama/Kconfig | 2 +-
25923 security/yama/yama_lsm.c | 4 +-
25924 sound/synth/emux/emux_seq.c | 14 +-
25925 sound/usb/line6/driver.c | 40 +-
25926 sound/usb/line6/toneport.c | 12 +-
25927 tools/gcc/.gitignore | 1 +
25928 tools/gcc/Makefile | 12 +
25929 tools/gcc/gen-random-seed.sh | 8 +
25930 tools/gcc/randomize_layout_plugin.c | 930 +++
25931 tools/gcc/size_overflow_plugin/.gitignore | 1 +
25932 .../size_overflow_plugin/size_overflow_hash.data | 459 ++-
25933 511 files changed, 32631 insertions(+), 3196 deletions(-)
25934
25935 commit a76adb92ce39aee8eec5a025c828030ad6135c6d
25936 Author: Brad Spengler <spender@grsecurity.net>
25937 Date: Tue Dec 15 14:31:49 2015 -0500
25938
25939 Update to pax-linux-4.3.3-test11.patch:
25940 - fixed a few compile regressions with the recent plugin changes, reported by spender
25941 - updated the size overflow hash table
25942
25943 tools/gcc/latent_entropy_plugin.c | 2 +-
25944 .../size_overflow_plugin/size_overflow_hash.data | 66 +++++++++++++++++---
25945 tools/gcc/stackleak_plugin.c | 2 +-
25946 tools/gcc/structleak_plugin.c | 6 +--
25947 4 files changed, 60 insertions(+), 16 deletions(-)
25948
25949 commit f7284b1fc06628fcb2d35d2beecdea5454d46af9
25950 Author: Brad Spengler <spender@grsecurity.net>
25951 Date: Tue Dec 15 11:50:24 2015 -0500
25952
25953 Apply structleak ICE fix for gcc < 4.9
25954
25955 tools/gcc/structleak_plugin.c | 4 ++++
25956 1 files changed, 4 insertions(+), 0 deletions(-)
25957
25958 commit 92fe3eb9fd10ec7f7334decab1526989669b0287
25959 Author: Brad Spengler <spender@grsecurity.net>
25960 Date: Tue Dec 15 07:57:06 2015 -0500
25961
25962 Update to pax-linux-4.3.1-test10.patch:
25963 - Emese fixed INDIRECT_REF and TARGET_MEM_REF handling in the initify plugin
25964 - Emese regenerated the size overflow hash tables for 4.3
25965 - fixed some compat syscall exit paths to restore r12 under KERNEXEC/or
25966 - the latent entropy, stackleak and structleak plugins no longer split the entry block unnecessarily
25967
25968 arch/x86/entry/entry_64.S | 2 +-
25969 arch/x86/entry/entry_64_compat.S | 15 +-
25970 scripts/package/builddeb | 2 +-
25971 tools/gcc/initify_plugin.c | 11 +-
25972 tools/gcc/latent_entropy_plugin.c | 20 +-
25973 .../disable_size_overflow_hash.data | 4 +
25974 .../size_overflow_plugin/size_overflow_hash.data | 5345 +++++++++++---------
25975 tools/gcc/stackleak_plugin.c | 26 +-
25976 tools/gcc/structleak_plugin.c | 21 +-
25977 9 files changed, 3079 insertions(+), 2367 deletions(-)
25978
25979 commit 5bd245cb687319079c2f1c0d6a1170791ed1ed2c
25980 Merge: b5847e6 3548341
25981 Author: Brad Spengler <spender@grsecurity.net>
25982 Date: Tue Dec 15 07:47:56 2015 -0500
25983
25984 Merge branch 'linux-4.3.y' into pax-4_3
25985
25986 Conflicts:
25987 net/unix/af_unix.c
25988
25989 commit b5847e6a896c5d99191135ca4d7c3b6be8f116ff
25990 Author: Brad Spengler <spender@grsecurity.net>
25991 Date: Wed Dec 9 23:11:36 2015 -0500
25992
25993 Update to pax-linux-4.3.1-test9.patch:
25994 - 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)
25995 - Emese fixed an intentional overflow caused by gcc, reported by saironiq (https://forums.grsecurity.net/viewtopic.php?f=3&t=4333)
25996 - Emese fixed a false positive overflow report in the forcedeth driver, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?t=4334)
25997 - Emese fixed a false positive overflow report in KVM's emulator, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4336)
25998 - Emese fixed the initify plugin to detect some captured use of __func__, reported by Rasmus Villemoes <linux@rasmusvillemoes.dk>
25999 - constrained shmmax and shmall to avoid triggering size overflow checks, reported by Mathias Krause <minipli@ld-linux.so>
26000 - 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
26001
26002 Makefile | 6 +
26003 arch/x86/include/asm/compat.h | 4 +
26004 arch/x86/include/asm/dma.h | 2 +
26005 arch/x86/include/asm/pmem.h | 2 +-
26006 arch/x86/include/asm/uaccess.h | 20 +-
26007 arch/x86/kernel/apic/vector.c | 6 +-
26008 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
26009 arch/x86/kernel/cpu/perf_event_intel.c | 28 +-
26010 arch/x86/kernel/head_64.S | 1 -
26011 arch/x86/kvm/i8259.c | 10 +-
26012 arch/x86/kvm/ioapic.c | 2 +
26013 arch/x86/kvm/x86.c | 2 +
26014 arch/x86/lib/usercopy_64.c | 2 +-
26015 arch/x86/mm/mpx.c | 4 +-
26016 arch/x86/mm/pageattr.c | 7 +
26017 drivers/base/devres.c | 4 +-
26018 drivers/base/power/runtime.c | 6 +-
26019 drivers/base/regmap/regmap.c | 4 +-
26020 drivers/block/drbd/drbd_receiver.c | 4 +-
26021 drivers/block/drbd/drbd_worker.c | 6 +-
26022 drivers/char/virtio_console.c | 6 +-
26023 drivers/md/dm.c | 12 +-
26024 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
26025 drivers/net/macvtap.c | 4 +-
26026 drivers/video/fbdev/core/fbmem.c | 10 +-
26027 fs/compat.c | 3 +-
26028 fs/coredump.c | 2 +-
26029 fs/dcache.c | 13 +-
26030 fs/fhandle.c | 2 +-
26031 fs/file.c | 14 +-
26032 fs/fs-writeback.c | 11 +-
26033 fs/overlayfs/copy_up.c | 2 +-
26034 fs/readdir.c | 3 +-
26035 fs/super.c | 3 +-
26036 include/linux/compiler.h | 36 ++-
26037 include/linux/rcupdate.h | 8 +
26038 include/linux/sched.h | 4 +-
26039 include/linux/seqlock.h | 10 +
26040 include/linux/spinlock.h | 17 +-
26041 include/linux/srcu.h | 5 +-
26042 include/linux/syscalls.h | 2 +-
26043 include/linux/writeback.h | 3 +-
26044 include/uapi/linux/swab.h | 6 +-
26045 ipc/ipc_sysctl.c | 6 +
26046 kernel/exit.c | 25 +-
26047 kernel/resource.c | 4 +-
26048 kernel/signal.c | 12 +-
26049 kernel/user.c | 2 +-
26050 kernel/workqueue.c | 6 +-
26051 lib/rhashtable.c | 4 +-
26052 net/compat.c | 2 +-
26053 net/ipv4/xfrm4_mode_transport.c | 2 +-
26054 security/keys/internal.h | 8 +-
26055 security/keys/keyring.c | 4 -
26056 sound/core/seq/seq_clientmgr.c | 8 +-
26057 sound/core/seq/seq_compat.c | 2 +-
26058 sound/core/seq/seq_memory.c | 6 +-
26059 tools/gcc/checker_plugin.c | 415 +++++++++++++++++++-
26060 tools/gcc/gcc-common.h | 1 +
26061 tools/gcc/initify_plugin.c | 33 ++-
26062 .../disable_size_overflow_hash.data | 1 +
26063 .../size_overflow_plugin/size_overflow_hash.data | 1 -
26064 62 files changed, 708 insertions(+), 140 deletions(-)
26065
26066 commit f2634c2f6995f4231616f24ed016f890c701f939
26067 Merge: 1241bff 5f8b236
26068 Author: Brad Spengler <spender@grsecurity.net>
26069 Date: Wed Dec 9 21:50:47 2015 -0500
26070
26071 Merge branch 'linux-4.3.y' into pax-4_3
26072
26073 Conflicts:
26074 arch/x86/kernel/fpu/xstate.c
26075 arch/x86/kernel/head_64.S
26076
26077 commit 1241bff82e3d7dadb05de0a60b8d2822afc6547c
26078 Author: Brad Spengler <spender@grsecurity.net>
26079 Date: Sun Dec 6 08:44:56 2015 -0500
26080
26081 Update to pax-linux-4.3-test8.patch:
26082 - 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)
26083 - gcc plugin compilation problems will now also produce the output of the checking script to make diagnosis easier, reported by hunger
26084 - 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)
26085 - 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)
26086
26087 Makefile | 5 +++
26088 drivers/md/md.c | 5 ++-
26089 drivers/md/raid1.c | 2 +-
26090 fs/proc/task_mmu.c | 3 ++
26091 .../disable_size_overflow_hash.data | 4 ++-
26092 .../size_overflow_plugin/intentional_overflow.c | 32 ++++++++++++++++---
26093 .../size_overflow_plugin/size_overflow_hash.data | 2 -
26094 .../size_overflow_plugin/size_overflow_plugin.c | 2 +-
26095 8 files changed, 43 insertions(+), 12 deletions(-)
26096
26097 commit cce6a9f9bdd27096632ca1c0246dcc07f2eb1a18
26098 Author: Brad Spengler <spender@grsecurity.net>
26099 Date: Fri Dec 4 14:24:12 2015 -0500
26100
26101 Initial import of pax-linux-4.3-test7.patch
26102
26103 Documentation/dontdiff | 47 +-
26104 Documentation/kbuild/makefiles.txt | 39 +-
26105 Documentation/kernel-parameters.txt | 28 +
26106 Makefile | 108 +-
26107 arch/alpha/include/asm/atomic.h | 10 +
26108 arch/alpha/include/asm/elf.h | 7 +
26109 arch/alpha/include/asm/pgalloc.h | 6 +
26110 arch/alpha/include/asm/pgtable.h | 11 +
26111 arch/alpha/kernel/module.c | 2 +-
26112 arch/alpha/kernel/osf_sys.c | 8 +-
26113 arch/alpha/mm/fault.c | 141 +-
26114 arch/arm/Kconfig | 2 +-
26115 arch/arm/include/asm/atomic.h | 320 +-
26116 arch/arm/include/asm/cache.h | 5 +-
26117 arch/arm/include/asm/cacheflush.h | 2 +-
26118 arch/arm/include/asm/checksum.h | 14 +-
26119 arch/arm/include/asm/cmpxchg.h | 4 +
26120 arch/arm/include/asm/cpuidle.h | 2 +-
26121 arch/arm/include/asm/domain.h | 22 +-
26122 arch/arm/include/asm/elf.h | 9 +-
26123 arch/arm/include/asm/fncpy.h | 2 +
26124 arch/arm/include/asm/futex.h | 10 +
26125 arch/arm/include/asm/kmap_types.h | 2 +-
26126 arch/arm/include/asm/mach/dma.h | 2 +-
26127 arch/arm/include/asm/mach/map.h | 16 +-
26128 arch/arm/include/asm/outercache.h | 2 +-
26129 arch/arm/include/asm/page.h | 3 +-
26130 arch/arm/include/asm/pgalloc.h | 20 +
26131 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
26132 arch/arm/include/asm/pgtable-2level.h | 3 +
26133 arch/arm/include/asm/pgtable-3level.h | 3 +
26134 arch/arm/include/asm/pgtable.h | 54 +-
26135 arch/arm/include/asm/smp.h | 2 +-
26136 arch/arm/include/asm/tls.h | 3 +
26137 arch/arm/include/asm/uaccess.h | 79 +-
26138 arch/arm/include/uapi/asm/ptrace.h | 2 +-
26139 arch/arm/kernel/armksyms.c | 2 +-
26140 arch/arm/kernel/cpuidle.c | 2 +-
26141 arch/arm/kernel/entry-armv.S | 109 +-
26142 arch/arm/kernel/entry-common.S | 40 +-
26143 arch/arm/kernel/entry-header.S | 55 +
26144 arch/arm/kernel/fiq.c | 3 +
26145 arch/arm/kernel/module-plts.c | 7 +-
26146 arch/arm/kernel/module.c | 38 +-
26147 arch/arm/kernel/patch.c | 2 +
26148 arch/arm/kernel/process.c | 90 +-
26149 arch/arm/kernel/reboot.c | 1 +
26150 arch/arm/kernel/setup.c | 20 +-
26151 arch/arm/kernel/signal.c | 35 +-
26152 arch/arm/kernel/smp.c | 2 +-
26153 arch/arm/kernel/tcm.c | 4 +-
26154 arch/arm/kernel/vmlinux.lds.S | 6 +-
26155 arch/arm/kvm/arm.c | 8 +-
26156 arch/arm/lib/copy_page.S | 1 +
26157 arch/arm/lib/csumpartialcopyuser.S | 4 +-
26158 arch/arm/lib/delay.c | 2 +-
26159 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
26160 arch/arm/mach-exynos/suspend.c | 6 +-
26161 arch/arm/mach-mvebu/coherency.c | 4 +-
26162 arch/arm/mach-omap2/board-n8x0.c | 2 +-
26163 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
26164 arch/arm/mach-omap2/omap-smp.c | 1 +
26165 arch/arm/mach-omap2/omap-wakeupgen.c | 2 +-
26166 arch/arm/mach-omap2/omap_device.c | 4 +-
26167 arch/arm/mach-omap2/omap_device.h | 4 +-
26168 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
26169 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
26170 arch/arm/mach-omap2/wd_timer.c | 6 +-
26171 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
26172 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
26173 arch/arm/mach-tegra/irq.c | 1 +
26174 arch/arm/mach-ux500/pm.c | 1 +
26175 arch/arm/mach-zynq/platsmp.c | 1 +
26176 arch/arm/mm/Kconfig | 6 +-
26177 arch/arm/mm/alignment.c | 8 +
26178 arch/arm/mm/cache-l2x0.c | 2 +-
26179 arch/arm/mm/context.c | 10 +-
26180 arch/arm/mm/fault.c | 146 +
26181 arch/arm/mm/fault.h | 12 +
26182 arch/arm/mm/init.c | 39 +
26183 arch/arm/mm/ioremap.c | 4 +-
26184 arch/arm/mm/mmap.c | 30 +-
26185 arch/arm/mm/mmu.c | 162 +-
26186 arch/arm/net/bpf_jit_32.c | 3 +
26187 arch/arm/plat-iop/setup.c | 2 +-
26188 arch/arm/plat-omap/sram.c | 2 +
26189 arch/arm64/include/asm/atomic.h | 10 +
26190 arch/arm64/include/asm/percpu.h | 8 +-
26191 arch/arm64/include/asm/pgalloc.h | 5 +
26192 arch/arm64/include/asm/uaccess.h | 1 +
26193 arch/arm64/mm/dma-mapping.c | 2 +-
26194 arch/avr32/include/asm/elf.h | 8 +-
26195 arch/avr32/include/asm/kmap_types.h | 4 +-
26196 arch/avr32/mm/fault.c | 27 +
26197 arch/frv/include/asm/atomic.h | 10 +
26198 arch/frv/include/asm/kmap_types.h | 2 +-
26199 arch/frv/mm/elf-fdpic.c | 3 +-
26200 arch/ia64/Makefile | 1 +
26201 arch/ia64/include/asm/atomic.h | 10 +
26202 arch/ia64/include/asm/elf.h | 7 +
26203 arch/ia64/include/asm/pgalloc.h | 12 +
26204 arch/ia64/include/asm/pgtable.h | 13 +-
26205 arch/ia64/include/asm/spinlock.h | 2 +-
26206 arch/ia64/include/asm/uaccess.h | 27 +-
26207 arch/ia64/kernel/module.c | 45 +-
26208 arch/ia64/kernel/palinfo.c | 2 +-
26209 arch/ia64/kernel/sys_ia64.c | 7 +
26210 arch/ia64/kernel/vmlinux.lds.S | 2 +-
26211 arch/ia64/mm/fault.c | 32 +-
26212 arch/ia64/mm/init.c | 15 +-
26213 arch/m32r/lib/usercopy.c | 6 +
26214 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
26215 arch/mips/include/asm/atomic.h | 368 +-
26216 arch/mips/include/asm/elf.h | 7 +
26217 arch/mips/include/asm/exec.h | 2 +-
26218 arch/mips/include/asm/hw_irq.h | 2 +-
26219 arch/mips/include/asm/local.h | 57 +
26220 arch/mips/include/asm/page.h | 2 +-
26221 arch/mips/include/asm/pgalloc.h | 5 +
26222 arch/mips/include/asm/pgtable.h | 3 +
26223 arch/mips/include/asm/uaccess.h | 1 +
26224 arch/mips/kernel/binfmt_elfn32.c | 7 +
26225 arch/mips/kernel/binfmt_elfo32.c | 7 +
26226 arch/mips/kernel/irq-gt641xx.c | 2 +-
26227 arch/mips/kernel/irq.c | 6 +-
26228 arch/mips/kernel/pm-cps.c | 2 +-
26229 arch/mips/kernel/process.c | 12 -
26230 arch/mips/kernel/sync-r4k.c | 24 +-
26231 arch/mips/kernel/traps.c | 13 +-
26232 arch/mips/mm/fault.c | 25 +
26233 arch/mips/mm/mmap.c | 51 +-
26234 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
26235 arch/mips/sni/rm200.c | 2 +-
26236 arch/mips/vr41xx/common/icu.c | 2 +-
26237 arch/mips/vr41xx/common/irq.c | 4 +-
26238 arch/parisc/include/asm/atomic.h | 10 +
26239 arch/parisc/include/asm/elf.h | 7 +
26240 arch/parisc/include/asm/pgalloc.h | 6 +
26241 arch/parisc/include/asm/pgtable.h | 11 +
26242 arch/parisc/include/asm/uaccess.h | 4 +-
26243 arch/parisc/kernel/module.c | 50 +-
26244 arch/parisc/kernel/sys_parisc.c | 15 +
26245 arch/parisc/kernel/traps.c | 4 +-
26246 arch/parisc/mm/fault.c | 140 +-
26247 arch/powerpc/include/asm/atomic.h | 329 +-
26248 arch/powerpc/include/asm/elf.h | 12 +
26249 arch/powerpc/include/asm/exec.h | 2 +-
26250 arch/powerpc/include/asm/kmap_types.h | 2 +-
26251 arch/powerpc/include/asm/local.h | 46 +
26252 arch/powerpc/include/asm/mman.h | 2 +-
26253 arch/powerpc/include/asm/page.h | 8 +-
26254 arch/powerpc/include/asm/page_64.h | 7 +-
26255 arch/powerpc/include/asm/pgalloc-64.h | 7 +
26256 arch/powerpc/include/asm/pgtable.h | 1 +
26257 arch/powerpc/include/asm/pte-hash32.h | 1 +
26258 arch/powerpc/include/asm/reg.h | 1 +
26259 arch/powerpc/include/asm/smp.h | 2 +-
26260 arch/powerpc/include/asm/spinlock.h | 42 +-
26261 arch/powerpc/include/asm/uaccess.h | 141 +-
26262 arch/powerpc/kernel/Makefile | 5 +
26263 arch/powerpc/kernel/exceptions-64e.S | 4 +-
26264 arch/powerpc/kernel/exceptions-64s.S | 2 +-
26265 arch/powerpc/kernel/module_32.c | 15 +-
26266 arch/powerpc/kernel/process.c | 46 -
26267 arch/powerpc/kernel/signal_32.c | 2 +-
26268 arch/powerpc/kernel/signal_64.c | 2 +-
26269 arch/powerpc/kernel/traps.c | 21 +
26270 arch/powerpc/kernel/vdso.c | 5 +-
26271 arch/powerpc/lib/usercopy_64.c | 18 -
26272 arch/powerpc/mm/fault.c | 56 +-
26273 arch/powerpc/mm/mmap.c | 16 +
26274 arch/powerpc/mm/slice.c | 13 +-
26275 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
26276 arch/s390/include/asm/atomic.h | 10 +
26277 arch/s390/include/asm/elf.h | 7 +
26278 arch/s390/include/asm/exec.h | 2 +-
26279 arch/s390/include/asm/uaccess.h | 13 +-
26280 arch/s390/kernel/module.c | 22 +-
26281 arch/s390/kernel/process.c | 24 -
26282 arch/s390/mm/mmap.c | 16 +
26283 arch/score/include/asm/exec.h | 2 +-
26284 arch/score/kernel/process.c | 5 -
26285 arch/sh/mm/mmap.c | 22 +-
26286 arch/sparc/include/asm/atomic_64.h | 110 +-
26287 arch/sparc/include/asm/cache.h | 2 +-
26288 arch/sparc/include/asm/elf_32.h | 7 +
26289 arch/sparc/include/asm/elf_64.h | 7 +
26290 arch/sparc/include/asm/pgalloc_32.h | 1 +
26291 arch/sparc/include/asm/pgalloc_64.h | 1 +
26292 arch/sparc/include/asm/pgtable.h | 4 +
26293 arch/sparc/include/asm/pgtable_32.h | 15 +-
26294 arch/sparc/include/asm/pgtsrmmu.h | 5 +
26295 arch/sparc/include/asm/setup.h | 4 +-
26296 arch/sparc/include/asm/spinlock_64.h | 35 +-
26297 arch/sparc/include/asm/thread_info_32.h | 1 +
26298 arch/sparc/include/asm/thread_info_64.h | 2 +
26299 arch/sparc/include/asm/uaccess.h | 1 +
26300 arch/sparc/include/asm/uaccess_32.h | 28 +-
26301 arch/sparc/include/asm/uaccess_64.h | 24 +-
26302 arch/sparc/kernel/Makefile | 2 +-
26303 arch/sparc/kernel/prom_common.c | 2 +-
26304 arch/sparc/kernel/smp_64.c | 8 +-
26305 arch/sparc/kernel/sys_sparc_32.c | 2 +-
26306 arch/sparc/kernel/sys_sparc_64.c | 52 +-
26307 arch/sparc/kernel/traps_64.c | 27 +-
26308 arch/sparc/lib/Makefile | 2 +-
26309 arch/sparc/lib/atomic_64.S | 57 +-
26310 arch/sparc/lib/ksyms.c | 6 +-
26311 arch/sparc/mm/Makefile | 2 +-
26312 arch/sparc/mm/fault_32.c | 292 +
26313 arch/sparc/mm/fault_64.c | 486 +
26314 arch/sparc/mm/hugetlbpage.c | 22 +-
26315 arch/sparc/mm/init_64.c | 10 +-
26316 arch/tile/include/asm/atomic_64.h | 10 +
26317 arch/tile/include/asm/uaccess.h | 4 +-
26318 arch/um/Makefile | 4 +
26319 arch/um/include/asm/kmap_types.h | 2 +-
26320 arch/um/include/asm/page.h | 3 +
26321 arch/um/include/asm/pgtable-3level.h | 1 +
26322 arch/um/kernel/process.c | 16 -
26323 arch/x86/Kconfig | 15 +-
26324 arch/x86/Kconfig.cpu | 6 +-
26325 arch/x86/Kconfig.debug | 4 +-
26326 arch/x86/Makefile | 13 +-
26327 arch/x86/boot/Makefile | 3 +
26328 arch/x86/boot/bitops.h | 4 +-
26329 arch/x86/boot/boot.h | 2 +-
26330 arch/x86/boot/compressed/Makefile | 3 +
26331 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
26332 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
26333 arch/x86/boot/compressed/head_32.S | 4 +-
26334 arch/x86/boot/compressed/head_64.S | 12 +-
26335 arch/x86/boot/compressed/misc.c | 11 +-
26336 arch/x86/boot/cpucheck.c | 16 +-
26337 arch/x86/boot/header.S | 6 +-
26338 arch/x86/boot/memory.c | 2 +-
26339 arch/x86/boot/video-vesa.c | 1 +
26340 arch/x86/boot/video.c | 2 +-
26341 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
26342 arch/x86/crypto/aesni-intel_asm.S | 106 +-
26343 arch/x86/crypto/blowfish-x86_64-asm_64.S | 7 +
26344 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 10 +
26345 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 10 +
26346 arch/x86/crypto/camellia-x86_64-asm_64.S | 7 +
26347 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 51 +-
26348 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 25 +-
26349 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 4 +-
26350 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
26351 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
26352 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 9 +
26353 arch/x86/crypto/serpent-avx2-asm_64.S | 9 +
26354 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
26355 arch/x86/crypto/sha1_ssse3_asm.S | 10 +-
26356 arch/x86/crypto/sha256-avx-asm.S | 2 +
26357 arch/x86/crypto/sha256-avx2-asm.S | 2 +
26358 arch/x86/crypto/sha256-ssse3-asm.S | 2 +
26359 arch/x86/crypto/sha512-avx-asm.S | 2 +
26360 arch/x86/crypto/sha512-avx2-asm.S | 2 +
26361 arch/x86/crypto/sha512-ssse3-asm.S | 2 +
26362 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 25 +-
26363 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 4 +
26364 arch/x86/crypto/twofish-x86_64-asm_64.S | 3 +
26365 arch/x86/entry/calling.h | 86 +-
26366 arch/x86/entry/common.c | 13 +-
26367 arch/x86/entry/entry_32.S | 351 +-
26368 arch/x86/entry/entry_64.S | 619 +-
26369 arch/x86/entry/entry_64_compat.S | 159 +-
26370 arch/x86/entry/thunk_64.S | 2 +
26371 arch/x86/entry/vdso/Makefile | 2 +-
26372 arch/x86/entry/vdso/vdso2c.h | 8 +-
26373 arch/x86/entry/vdso/vma.c | 41 +-
26374 arch/x86/entry/vsyscall/vsyscall_64.c | 16 +-
26375 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 2 +-
26376 arch/x86/ia32/ia32_signal.c | 23 +-
26377 arch/x86/ia32/sys_ia32.c | 42 +-
26378 arch/x86/include/asm/alternative-asm.h | 43 +-
26379 arch/x86/include/asm/alternative.h | 4 +-
26380 arch/x86/include/asm/apic.h | 2 +-
26381 arch/x86/include/asm/apm.h | 4 +-
26382 arch/x86/include/asm/atomic.h | 230 +-
26383 arch/x86/include/asm/atomic64_32.h | 100 +
26384 arch/x86/include/asm/atomic64_64.h | 164 +-
26385 arch/x86/include/asm/bitops.h | 18 +-
26386 arch/x86/include/asm/boot.h | 2 +-
26387 arch/x86/include/asm/cache.h | 5 +-
26388 arch/x86/include/asm/checksum_32.h | 12 +-
26389 arch/x86/include/asm/cmpxchg.h | 39 +
26390 arch/x86/include/asm/compat.h | 2 +-
26391 arch/x86/include/asm/cpufeature.h | 17 +-
26392 arch/x86/include/asm/desc.h | 78 +-
26393 arch/x86/include/asm/desc_defs.h | 6 +
26394 arch/x86/include/asm/div64.h | 2 +-
26395 arch/x86/include/asm/elf.h | 33 +-
26396 arch/x86/include/asm/emergency-restart.h | 2 +-
26397 arch/x86/include/asm/fpu/internal.h | 42 +-
26398 arch/x86/include/asm/fpu/types.h | 6 +-
26399 arch/x86/include/asm/futex.h | 14 +-
26400 arch/x86/include/asm/hw_irq.h | 4 +-
26401 arch/x86/include/asm/i8259.h | 2 +-
26402 arch/x86/include/asm/io.h | 22 +-
26403 arch/x86/include/asm/irqflags.h | 5 +
26404 arch/x86/include/asm/kprobes.h | 9 +-
26405 arch/x86/include/asm/local.h | 106 +-
26406 arch/x86/include/asm/mman.h | 15 +
26407 arch/x86/include/asm/mmu.h | 14 +-
26408 arch/x86/include/asm/mmu_context.h | 114 +-
26409 arch/x86/include/asm/module.h | 17 +-
26410 arch/x86/include/asm/nmi.h | 19 +-
26411 arch/x86/include/asm/page.h | 1 +
26412 arch/x86/include/asm/page_32.h | 12 +-
26413 arch/x86/include/asm/page_64.h | 14 +-
26414 arch/x86/include/asm/paravirt.h | 46 +-
26415 arch/x86/include/asm/paravirt_types.h | 15 +-
26416 arch/x86/include/asm/pgalloc.h | 23 +
26417 arch/x86/include/asm/pgtable-2level.h | 2 +
26418 arch/x86/include/asm/pgtable-3level.h | 7 +
26419 arch/x86/include/asm/pgtable.h | 128 +-
26420 arch/x86/include/asm/pgtable_32.h | 14 +-
26421 arch/x86/include/asm/pgtable_32_types.h | 24 +-
26422 arch/x86/include/asm/pgtable_64.h | 23 +-
26423 arch/x86/include/asm/pgtable_64_types.h | 5 +
26424 arch/x86/include/asm/pgtable_types.h | 26 +-
26425 arch/x86/include/asm/preempt.h | 2 +-
26426 arch/x86/include/asm/processor.h | 57 +-
26427 arch/x86/include/asm/ptrace.h | 13 +-
26428 arch/x86/include/asm/realmode.h | 4 +-
26429 arch/x86/include/asm/reboot.h | 10 +-
26430 arch/x86/include/asm/rmwcc.h | 84 +-
26431 arch/x86/include/asm/rwsem.h | 60 +-
26432 arch/x86/include/asm/segment.h | 27 +-
26433 arch/x86/include/asm/smap.h | 43 +
26434 arch/x86/include/asm/smp.h | 14 +-
26435 arch/x86/include/asm/stackprotector.h | 4 +-
26436 arch/x86/include/asm/stacktrace.h | 32 +-
26437 arch/x86/include/asm/switch_to.h | 4 +-
26438 arch/x86/include/asm/sys_ia32.h | 6 +-
26439 arch/x86/include/asm/thread_info.h | 27 +-
26440 arch/x86/include/asm/tlbflush.h | 77 +-
26441 arch/x86/include/asm/uaccess.h | 192 +-
26442 arch/x86/include/asm/uaccess_32.h | 28 +-
26443 arch/x86/include/asm/uaccess_64.h | 169 +-
26444 arch/x86/include/asm/word-at-a-time.h | 2 +-
26445 arch/x86/include/asm/x86_init.h | 10 +-
26446 arch/x86/include/asm/xen/page.h | 2 +-
26447 arch/x86/include/uapi/asm/e820.h | 2 +-
26448 arch/x86/kernel/Makefile | 2 +-
26449 arch/x86/kernel/acpi/boot.c | 4 +-
26450 arch/x86/kernel/acpi/sleep.c | 4 +
26451 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
26452 arch/x86/kernel/alternative.c | 124 +-
26453 arch/x86/kernel/apic/apic.c | 4 +-
26454 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
26455 arch/x86/kernel/apic/apic_noop.c | 2 +-
26456 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
26457 arch/x86/kernel/apic/io_apic.c | 8 +-
26458 arch/x86/kernel/apic/msi.c | 2 +-
26459 arch/x86/kernel/apic/probe_32.c | 4 +-
26460 arch/x86/kernel/apic/vector.c | 4 +-
26461 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
26462 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
26463 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
26464 arch/x86/kernel/apm_32.c | 21 +-
26465 arch/x86/kernel/asm-offsets.c | 20 +
26466 arch/x86/kernel/asm-offsets_64.c | 1 +
26467 arch/x86/kernel/cpu/Makefile | 4 -
26468 arch/x86/kernel/cpu/amd.c | 2 +-
26469 arch/x86/kernel/cpu/bugs_64.c | 2 +
26470 arch/x86/kernel/cpu/common.c | 202 +-
26471 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
26472 arch/x86/kernel/cpu/mcheck/mce.c | 34 +-
26473 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
26474 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
26475 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
26476 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
26477 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
26478 arch/x86/kernel/cpu/perf_event.c | 10 +-
26479 arch/x86/kernel/cpu/perf_event_amd_iommu.c | 2 +-
26480 arch/x86/kernel/cpu/perf_event_intel.c | 6 +-
26481 arch/x86/kernel/cpu/perf_event_intel_bts.c | 6 +-
26482 arch/x86/kernel/cpu/perf_event_intel_cqm.c | 4 +-
26483 arch/x86/kernel/cpu/perf_event_intel_pt.c | 44 +-
26484 arch/x86/kernel/cpu/perf_event_intel_rapl.c | 2 +-
26485 arch/x86/kernel/cpu/perf_event_intel_uncore.c | 2 +-
26486 arch/x86/kernel/cpu/perf_event_intel_uncore.h | 2 +-
26487 arch/x86/kernel/crash_dump_64.c | 2 +-
26488 arch/x86/kernel/doublefault.c | 8 +-
26489 arch/x86/kernel/dumpstack.c | 24 +-
26490 arch/x86/kernel/dumpstack_32.c | 25 +-
26491 arch/x86/kernel/dumpstack_64.c | 62 +-
26492 arch/x86/kernel/e820.c | 4 +-
26493 arch/x86/kernel/early_printk.c | 1 +
26494 arch/x86/kernel/espfix_64.c | 44 +-
26495 arch/x86/kernel/fpu/core.c | 24 +-
26496 arch/x86/kernel/fpu/init.c | 40 +-
26497 arch/x86/kernel/fpu/regset.c | 22 +-
26498 arch/x86/kernel/fpu/signal.c | 20 +-
26499 arch/x86/kernel/fpu/xstate.c | 8 +-
26500 arch/x86/kernel/ftrace.c | 18 +-
26501 arch/x86/kernel/head64.c | 14 +-
26502 arch/x86/kernel/head_32.S | 235 +-
26503 arch/x86/kernel/head_64.S | 173 +-
26504 arch/x86/kernel/i386_ksyms_32.c | 12 +
26505 arch/x86/kernel/i8259.c | 10 +-
26506 arch/x86/kernel/io_delay.c | 2 +-
26507 arch/x86/kernel/ioport.c | 2 +-
26508 arch/x86/kernel/irq.c | 8 +-
26509 arch/x86/kernel/irq_32.c | 45 +-
26510 arch/x86/kernel/jump_label.c | 10 +-
26511 arch/x86/kernel/kgdb.c | 21 +-
26512 arch/x86/kernel/kprobes/core.c | 28 +-
26513 arch/x86/kernel/kprobes/opt.c | 16 +-
26514 arch/x86/kernel/ksysfs.c | 2 +-
26515 arch/x86/kernel/kvmclock.c | 20 +-
26516 arch/x86/kernel/ldt.c | 25 +
26517 arch/x86/kernel/livepatch.c | 12 +-
26518 arch/x86/kernel/machine_kexec_32.c | 6 +-
26519 arch/x86/kernel/mcount_64.S | 19 +-
26520 arch/x86/kernel/module.c | 78 +-
26521 arch/x86/kernel/msr.c | 2 +-
26522 arch/x86/kernel/nmi.c | 34 +-
26523 arch/x86/kernel/nmi_selftest.c | 4 +-
26524 arch/x86/kernel/paravirt-spinlocks.c | 2 +-
26525 arch/x86/kernel/paravirt.c | 45 +-
26526 arch/x86/kernel/paravirt_patch_64.c | 8 +
26527 arch/x86/kernel/pci-calgary_64.c | 2 +-
26528 arch/x86/kernel/pci-iommu_table.c | 2 +-
26529 arch/x86/kernel/pci-swiotlb.c | 2 +-
26530 arch/x86/kernel/process.c | 80 +-
26531 arch/x86/kernel/process_32.c | 29 +-
26532 arch/x86/kernel/process_64.c | 14 +-
26533 arch/x86/kernel/ptrace.c | 20 +-
26534 arch/x86/kernel/pvclock.c | 8 +-
26535 arch/x86/kernel/reboot.c | 44 +-
26536 arch/x86/kernel/reboot_fixups_32.c | 2 +-
26537 arch/x86/kernel/relocate_kernel_64.S | 3 +-
26538 arch/x86/kernel/setup.c | 29 +-
26539 arch/x86/kernel/setup_percpu.c | 29 +-
26540 arch/x86/kernel/signal.c | 17 +-
26541 arch/x86/kernel/smp.c | 2 +-
26542 arch/x86/kernel/smpboot.c | 29 +-
26543 arch/x86/kernel/step.c | 6 +-
26544 arch/x86/kernel/sys_i386_32.c | 184 +
26545 arch/x86/kernel/sys_x86_64.c | 22 +-
26546 arch/x86/kernel/tboot.c | 14 +-
26547 arch/x86/kernel/time.c | 8 +-
26548 arch/x86/kernel/tls.c | 7 +-
26549 arch/x86/kernel/tracepoint.c | 4 +-
26550 arch/x86/kernel/traps.c | 53 +-
26551 arch/x86/kernel/tsc.c | 2 +-
26552 arch/x86/kernel/uprobes.c | 2 +-
26553 arch/x86/kernel/vm86_32.c | 6 +-
26554 arch/x86/kernel/vmlinux.lds.S | 153 +-
26555 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
26556 arch/x86/kernel/x86_init.c | 6 +-
26557 arch/x86/kvm/cpuid.c | 21 +-
26558 arch/x86/kvm/emulate.c | 2 +-
26559 arch/x86/kvm/lapic.c | 2 +-
26560 arch/x86/kvm/paging_tmpl.h | 2 +-
26561 arch/x86/kvm/svm.c | 10 +-
26562 arch/x86/kvm/vmx.c | 62 +-
26563 arch/x86/kvm/x86.c | 42 +-
26564 arch/x86/lguest/boot.c | 3 +-
26565 arch/x86/lib/atomic64_386_32.S | 164 +
26566 arch/x86/lib/atomic64_cx8_32.S | 98 +-
26567 arch/x86/lib/checksum_32.S | 99 +-
26568 arch/x86/lib/clear_page_64.S | 3 +
26569 arch/x86/lib/cmpxchg16b_emu.S | 3 +
26570 arch/x86/lib/copy_page_64.S | 14 +-
26571 arch/x86/lib/copy_user_64.S | 66 +-
26572 arch/x86/lib/csum-copy_64.S | 14 +-
26573 arch/x86/lib/csum-wrappers_64.c | 8 +-
26574 arch/x86/lib/getuser.S | 74 +-
26575 arch/x86/lib/insn.c | 8 +-
26576 arch/x86/lib/iomap_copy_64.S | 2 +
26577 arch/x86/lib/memcpy_64.S | 6 +
26578 arch/x86/lib/memmove_64.S | 3 +-
26579 arch/x86/lib/memset_64.S | 3 +
26580 arch/x86/lib/mmx_32.c | 243 +-
26581 arch/x86/lib/msr-reg.S | 2 +
26582 arch/x86/lib/putuser.S | 87 +-
26583 arch/x86/lib/rwsem.S | 6 +-
26584 arch/x86/lib/usercopy_32.c | 359 +-
26585 arch/x86/lib/usercopy_64.c | 20 +-
26586 arch/x86/math-emu/fpu_aux.c | 2 +-
26587 arch/x86/math-emu/fpu_entry.c | 4 +-
26588 arch/x86/math-emu/fpu_system.h | 2 +-
26589 arch/x86/mm/Makefile | 4 +
26590 arch/x86/mm/extable.c | 26 +-
26591 arch/x86/mm/fault.c | 570 +-
26592 arch/x86/mm/gup.c | 6 +-
26593 arch/x86/mm/highmem_32.c | 6 +
26594 arch/x86/mm/hugetlbpage.c | 24 +-
26595 arch/x86/mm/init.c | 111 +-
26596 arch/x86/mm/init_32.c | 111 +-
26597 arch/x86/mm/init_64.c | 46 +-
26598 arch/x86/mm/iomap_32.c | 4 +
26599 arch/x86/mm/ioremap.c | 52 +-
26600 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
26601 arch/x86/mm/mmap.c | 40 +-
26602 arch/x86/mm/mmio-mod.c | 10 +-
26603 arch/x86/mm/numa.c | 2 +-
26604 arch/x86/mm/pageattr.c | 38 +-
26605 arch/x86/mm/pat.c | 12 +-
26606 arch/x86/mm/pat_rbtree.c | 2 +-
26607 arch/x86/mm/pf_in.c | 10 +-
26608 arch/x86/mm/pgtable.c | 214 +-
26609 arch/x86/mm/pgtable_32.c | 3 +
26610 arch/x86/mm/setup_nx.c | 7 +
26611 arch/x86/mm/tlb.c | 4 +
26612 arch/x86/mm/uderef_64.c | 37 +
26613 arch/x86/net/bpf_jit.S | 11 +
26614 arch/x86/net/bpf_jit_comp.c | 13 +-
26615 arch/x86/oprofile/backtrace.c | 6 +-
26616 arch/x86/oprofile/nmi_int.c | 8 +-
26617 arch/x86/oprofile/op_model_amd.c | 8 +-
26618 arch/x86/oprofile/op_model_ppro.c | 7 +-
26619 arch/x86/oprofile/op_x86_model.h | 2 +-
26620 arch/x86/pci/intel_mid_pci.c | 2 +-
26621 arch/x86/pci/irq.c | 8 +-
26622 arch/x86/pci/pcbios.c | 144 +-
26623 arch/x86/platform/efi/efi_32.c | 24 +
26624 arch/x86/platform/efi/efi_64.c | 26 +-
26625 arch/x86/platform/efi/efi_stub_32.S | 64 +-
26626 arch/x86/platform/efi/efi_stub_64.S | 2 +
26627 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
26628 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
26629 arch/x86/platform/intel-mid/mfld.c | 4 +-
26630 arch/x86/platform/intel-mid/mrfl.c | 2 +-
26631 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
26632 arch/x86/platform/olpc/olpc_dt.c | 2 +-
26633 arch/x86/power/cpu.c | 11 +-
26634 arch/x86/realmode/init.c | 10 +-
26635 arch/x86/realmode/rm/Makefile | 3 +
26636 arch/x86/realmode/rm/header.S | 4 +-
26637 arch/x86/realmode/rm/reboot.S | 4 +
26638 arch/x86/realmode/rm/trampoline_32.S | 12 +-
26639 arch/x86/realmode/rm/trampoline_64.S | 3 +-
26640 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
26641 arch/x86/tools/Makefile | 2 +-
26642 arch/x86/tools/relocs.c | 96 +-
26643 arch/x86/um/mem_32.c | 2 +-
26644 arch/x86/um/tls_32.c | 2 +-
26645 arch/x86/xen/enlighten.c | 50 +-
26646 arch/x86/xen/mmu.c | 19 +-
26647 arch/x86/xen/smp.c | 16 +-
26648 arch/x86/xen/xen-asm_32.S | 2 +-
26649 arch/x86/xen/xen-head.S | 11 +
26650 arch/x86/xen/xen-ops.h | 2 -
26651 block/bio.c | 4 +-
26652 block/blk-iopoll.c | 2 +-
26653 block/blk-map.c | 2 +-
26654 block/blk-softirq.c | 2 +-
26655 block/bsg.c | 12 +-
26656 block/compat_ioctl.c | 4 +-
26657 block/genhd.c | 9 +-
26658 block/partitions/efi.c | 8 +-
26659 block/scsi_ioctl.c | 29 +-
26660 crypto/cryptd.c | 4 +-
26661 crypto/pcrypt.c | 2 +-
26662 crypto/zlib.c | 12 +-
26663 drivers/acpi/acpi_video.c | 2 +-
26664 drivers/acpi/apei/apei-internal.h | 2 +-
26665 drivers/acpi/apei/ghes.c | 4 +-
26666 drivers/acpi/bgrt.c | 6 +-
26667 drivers/acpi/blacklist.c | 4 +-
26668 drivers/acpi/bus.c | 4 +-
26669 drivers/acpi/device_pm.c | 4 +-
26670 drivers/acpi/ec.c | 2 +-
26671 drivers/acpi/pci_slot.c | 2 +-
26672 drivers/acpi/processor_idle.c | 2 +-
26673 drivers/acpi/processor_pdc.c | 2 +-
26674 drivers/acpi/sleep.c | 2 +-
26675 drivers/acpi/sysfs.c | 4 +-
26676 drivers/acpi/thermal.c | 2 +-
26677 drivers/acpi/video_detect.c | 7 +-
26678 drivers/ata/libata-core.c | 12 +-
26679 drivers/ata/libata-scsi.c | 2 +-
26680 drivers/ata/libata.h | 2 +-
26681 drivers/ata/pata_arasan_cf.c | 4 +-
26682 drivers/atm/adummy.c | 2 +-
26683 drivers/atm/ambassador.c | 8 +-
26684 drivers/atm/atmtcp.c | 14 +-
26685 drivers/atm/eni.c | 10 +-
26686 drivers/atm/firestream.c | 8 +-
26687 drivers/atm/fore200e.c | 14 +-
26688 drivers/atm/he.c | 18 +-
26689 drivers/atm/horizon.c | 4 +-
26690 drivers/atm/idt77252.c | 36 +-
26691 drivers/atm/iphase.c | 34 +-
26692 drivers/atm/lanai.c | 12 +-
26693 drivers/atm/nicstar.c | 46 +-
26694 drivers/atm/solos-pci.c | 4 +-
26695 drivers/atm/suni.c | 4 +-
26696 drivers/atm/uPD98402.c | 16 +-
26697 drivers/atm/zatm.c | 6 +-
26698 drivers/base/bus.c | 4 +-
26699 drivers/base/devtmpfs.c | 8 +-
26700 drivers/base/node.c | 2 +-
26701 drivers/base/platform-msi.c | 20 +-
26702 drivers/base/power/domain.c | 11 +-
26703 drivers/base/power/sysfs.c | 2 +-
26704 drivers/base/power/wakeup.c | 8 +-
26705 drivers/base/regmap/regmap-debugfs.c | 11 +-
26706 drivers/base/syscore.c | 4 +-
26707 drivers/block/cciss.c | 28 +-
26708 drivers/block/cciss.h | 2 +-
26709 drivers/block/cpqarray.c | 28 +-
26710 drivers/block/cpqarray.h | 2 +-
26711 drivers/block/drbd/drbd_bitmap.c | 2 +-
26712 drivers/block/drbd/drbd_int.h | 8 +-
26713 drivers/block/drbd/drbd_main.c | 12 +-
26714 drivers/block/drbd/drbd_nl.c | 4 +-
26715 drivers/block/drbd/drbd_receiver.c | 34 +-
26716 drivers/block/drbd/drbd_worker.c | 8 +-
26717 drivers/block/pktcdvd.c | 4 +-
26718 drivers/block/rbd.c | 2 +-
26719 drivers/bluetooth/btwilink.c | 2 +-
26720 drivers/bus/arm-cci.c | 12 +-
26721 drivers/cdrom/cdrom.c | 11 +-
26722 drivers/cdrom/gdrom.c | 1 -
26723 drivers/char/agp/compat_ioctl.c | 2 +-
26724 drivers/char/agp/frontend.c | 4 +-
26725 drivers/char/agp/intel-gtt.c | 4 +-
26726 drivers/char/hpet.c | 2 +-
26727 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
26728 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
26729 drivers/char/mem.c | 47 +-
26730 drivers/char/nvram.c | 2 +-
26731 drivers/char/pcmcia/synclink_cs.c | 16 +-
26732 drivers/char/random.c | 12 +-
26733 drivers/char/sonypi.c | 11 +-
26734 drivers/char/tpm/tpm_acpi.c | 3 +-
26735 drivers/char/tpm/tpm_eventlog.c | 4 +-
26736 drivers/char/virtio_console.c | 4 +-
26737 drivers/clk/clk-composite.c | 2 +-
26738 drivers/clk/samsung/clk.h | 2 +-
26739 drivers/clk/socfpga/clk-gate.c | 9 +-
26740 drivers/clk/socfpga/clk-pll.c | 9 +-
26741 drivers/clk/ti/clk.c | 8 +-
26742 drivers/cpufreq/acpi-cpufreq.c | 17 +-
26743 drivers/cpufreq/cpufreq-dt.c | 4 +-
26744 drivers/cpufreq/cpufreq.c | 30 +-
26745 drivers/cpufreq/cpufreq_governor.c | 2 +-
26746 drivers/cpufreq/cpufreq_governor.h | 4 +-
26747 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
26748 drivers/cpufreq/intel_pstate.c | 33 +-
26749 drivers/cpufreq/p4-clockmod.c | 12 +-
26750 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
26751 drivers/cpufreq/speedstep-centrino.c | 7 +-
26752 drivers/cpuidle/driver.c | 2 +-
26753 drivers/cpuidle/dt_idle_states.c | 2 +-
26754 drivers/cpuidle/governor.c | 2 +-
26755 drivers/cpuidle/sysfs.c | 2 +-
26756 drivers/crypto/hifn_795x.c | 4 +-
26757 drivers/devfreq/devfreq.c | 4 +-
26758 drivers/dma/sh/shdma-base.c | 4 +-
26759 drivers/dma/sh/shdmac.c | 2 +-
26760 drivers/edac/edac_device.c | 4 +-
26761 drivers/edac/edac_mc_sysfs.c | 2 +-
26762 drivers/edac/edac_pci.c | 4 +-
26763 drivers/edac/edac_pci_sysfs.c | 22 +-
26764 drivers/edac/mce_amd.h | 2 +-
26765 drivers/firewire/core-card.c | 6 +-
26766 drivers/firewire/core-device.c | 2 +-
26767 drivers/firewire/core-transaction.c | 1 +
26768 drivers/firewire/core.h | 1 +
26769 drivers/firmware/dmi-id.c | 2 +-
26770 drivers/firmware/dmi_scan.c | 12 +-
26771 drivers/firmware/efi/cper.c | 8 +-
26772 drivers/firmware/efi/efi.c | 12 +-
26773 drivers/firmware/efi/efivars.c | 2 +-
26774 drivers/firmware/efi/runtime-map.c | 2 +-
26775 drivers/firmware/google/gsmi.c | 2 +-
26776 drivers/firmware/google/memconsole.c | 7 +-
26777 drivers/firmware/memmap.c | 2 +-
26778 drivers/firmware/psci.c | 2 +-
26779 drivers/gpio/gpio-davinci.c | 6 +-
26780 drivers/gpio/gpio-em.c | 2 +-
26781 drivers/gpio/gpio-ich.c | 2 +-
26782 drivers/gpio/gpio-omap.c | 4 +-
26783 drivers/gpio/gpio-rcar.c | 2 +-
26784 drivers/gpio/gpio-vr41xx.c | 2 +-
26785 drivers/gpio/gpiolib.c | 12 +-
26786 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
26787 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
26788 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
26789 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
26790 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
26791 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
26792 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
26793 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
26794 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
26795 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
26796 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
26797 drivers/gpu/drm/drm_crtc.c | 2 +-
26798 drivers/gpu/drm/drm_drv.c | 2 +-
26799 drivers/gpu/drm/drm_fops.c | 12 +-
26800 drivers/gpu/drm/drm_global.c | 14 +-
26801 drivers/gpu/drm/drm_info.c | 13 +-
26802 drivers/gpu/drm/drm_ioc32.c | 13 +-
26803 drivers/gpu/drm/drm_ioctl.c | 2 +-
26804 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 10 +-
26805 drivers/gpu/drm/i810/i810_drv.h | 4 +-
26806 drivers/gpu/drm/i915/i915_dma.c | 2 +-
26807 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
26808 drivers/gpu/drm/i915/i915_gem_gtt.c | 16 +-
26809 drivers/gpu/drm/i915/i915_gem_gtt.h | 6 +-
26810 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
26811 drivers/gpu/drm/i915/intel_display.c | 26 +-
26812 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
26813 drivers/gpu/drm/mga/mga_drv.h | 4 +-
26814 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
26815 drivers/gpu/drm/mga/mga_irq.c | 8 +-
26816 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
26817 drivers/gpu/drm/nouveau/nouveau_drm.h | 1 -
26818 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
26819 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
26820 drivers/gpu/drm/omapdrm/Makefile | 2 +-
26821 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
26822 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
26823 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
26824 drivers/gpu/drm/qxl/qxl_ioctl.c | 10 +-
26825 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
26826 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
26827 drivers/gpu/drm/r128/r128_cce.c | 2 +-
26828 drivers/gpu/drm/r128/r128_drv.h | 4 +-
26829 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
26830 drivers/gpu/drm/r128/r128_irq.c | 4 +-
26831 drivers/gpu/drm/r128/r128_state.c | 4 +-
26832 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
26833 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
26834 drivers/gpu/drm/radeon/radeon_drv.h | 2 +-
26835 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
26836 drivers/gpu/drm/radeon/radeon_irq.c | 6 +-
26837 drivers/gpu/drm/radeon/radeon_state.c | 4 +-
26838 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
26839 drivers/gpu/drm/tegra/dc.c | 2 +-
26840 drivers/gpu/drm/tegra/dsi.c | 2 +-
26841 drivers/gpu/drm/tegra/hdmi.c | 2 +-
26842 drivers/gpu/drm/tegra/sor.c | 7 +-
26843 drivers/gpu/drm/tilcdc/Makefile | 6 +-
26844 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
26845 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
26846 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
26847 drivers/gpu/drm/udl/udl_fb.c | 1 -
26848 drivers/gpu/drm/via/via_drv.h | 4 +-
26849 drivers/gpu/drm/via/via_irq.c | 18 +-
26850 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
26851 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
26852 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
26853 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
26854 drivers/gpu/vga/vga_switcheroo.c | 4 +-
26855 drivers/hid/hid-core.c | 4 +-
26856 drivers/hid/hid-sensor-custom.c | 2 +-
26857 drivers/hv/channel.c | 2 +-
26858 drivers/hv/hv.c | 4 +-
26859 drivers/hv/hv_balloon.c | 18 +-
26860 drivers/hv/hyperv_vmbus.h | 2 +-
26861 drivers/hwmon/acpi_power_meter.c | 6 +-
26862 drivers/hwmon/applesmc.c | 2 +-
26863 drivers/hwmon/asus_atk0110.c | 10 +-
26864 drivers/hwmon/coretemp.c | 2 +-
26865 drivers/hwmon/dell-smm-hwmon.c | 2 +-
26866 drivers/hwmon/ibmaem.c | 2 +-
26867 drivers/hwmon/iio_hwmon.c | 2 +-
26868 drivers/hwmon/nct6683.c | 6 +-
26869 drivers/hwmon/nct6775.c | 6 +-
26870 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
26871 drivers/hwmon/sht15.c | 12 +-
26872 drivers/hwmon/via-cputemp.c | 2 +-
26873 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
26874 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
26875 drivers/i2c/i2c-dev.c | 2 +-
26876 drivers/ide/ide-cd.c | 2 +-
26877 drivers/ide/ide-disk.c | 2 +-
26878 drivers/iio/industrialio-core.c | 2 +-
26879 drivers/iio/magnetometer/ak8975.c | 2 +-
26880 drivers/infiniband/core/cm.c | 32 +-
26881 drivers/infiniband/core/fmr_pool.c | 20 +-
26882 drivers/infiniband/core/uverbs_cmd.c | 3 +
26883 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
26884 drivers/infiniband/hw/mlx4/mad.c | 2 +-
26885 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
26886 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
26887 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
26888 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
26889 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
26890 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
26891 drivers/infiniband/hw/nes/nes.c | 4 +-
26892 drivers/infiniband/hw/nes/nes.h | 40 +-
26893 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
26894 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
26895 drivers/infiniband/hw/nes/nes_nic.c | 40 +-
26896 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
26897 drivers/infiniband/hw/qib/qib.h | 1 +
26898 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
26899 drivers/input/gameport/gameport.c | 4 +-
26900 drivers/input/input.c | 4 +-
26901 drivers/input/joystick/sidewinder.c | 1 +
26902 drivers/input/joystick/xpad.c | 4 +-
26903 drivers/input/misc/ims-pcu.c | 4 +-
26904 drivers/input/mouse/psmouse.h | 2 +-
26905 drivers/input/mousedev.c | 2 +-
26906 drivers/input/serio/serio.c | 4 +-
26907 drivers/input/serio/serio_raw.c | 4 +-
26908 drivers/input/touchscreen/htcpen.c | 2 +-
26909 drivers/iommu/arm-smmu-v3.c | 2 +-
26910 drivers/iommu/arm-smmu.c | 43 +-
26911 drivers/iommu/io-pgtable-arm.c | 101 +-
26912 drivers/iommu/io-pgtable.c | 11 +-
26913 drivers/iommu/io-pgtable.h | 19 +-
26914 drivers/iommu/iommu.c | 2 +-
26915 drivers/iommu/ipmmu-vmsa.c | 13 +-
26916 drivers/iommu/irq_remapping.c | 2 +-
26917 drivers/irqchip/irq-gic.c | 2 +-
26918 drivers/irqchip/irq-i8259.c | 2 +-
26919 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
26920 drivers/irqchip/irq-renesas-irqc.c | 2 +-
26921 drivers/isdn/capi/capi.c | 10 +-
26922 drivers/isdn/gigaset/interface.c | 8 +-
26923 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
26924 drivers/isdn/hardware/avm/b1.c | 4 +-
26925 drivers/isdn/i4l/isdn_common.c | 2 +
26926 drivers/isdn/i4l/isdn_tty.c | 22 +-
26927 drivers/isdn/icn/icn.c | 2 +-
26928 drivers/isdn/mISDN/dsp_cmx.c | 2 +-
26929 drivers/lguest/core.c | 10 +-
26930 drivers/lguest/page_tables.c | 2 +-
26931 drivers/lguest/x86/core.c | 12 +-
26932 drivers/lguest/x86/switcher_32.S | 27 +-
26933 drivers/md/bcache/closure.h | 2 +-
26934 drivers/md/bitmap.c | 2 +-
26935 drivers/md/dm-ioctl.c | 2 +-
26936 drivers/md/dm-raid1.c | 18 +-
26937 drivers/md/dm-stats.c | 6 +-
26938 drivers/md/dm-stripe.c | 10 +-
26939 drivers/md/dm-table.c | 2 +-
26940 drivers/md/dm-thin-metadata.c | 4 +-
26941 drivers/md/dm.c | 16 +-
26942 drivers/md/md.c | 26 +-
26943 drivers/md/md.h | 6 +-
26944 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
26945 drivers/md/persistent-data/dm-space-map.h | 1 +
26946 drivers/md/raid1.c | 4 +-
26947 drivers/md/raid10.c | 18 +-
26948 drivers/md/raid5.c | 22 +-
26949 drivers/media/dvb-core/dvbdev.c | 2 +-
26950 drivers/media/dvb-frontends/af9033.h | 2 +-
26951 drivers/media/dvb-frontends/dib3000.h | 2 +-
26952 drivers/media/dvb-frontends/dib7000p.h | 2 +-
26953 drivers/media/dvb-frontends/dib8000.h | 2 +-
26954 drivers/media/pci/cx88/cx88-video.c | 6 +-
26955 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
26956 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
26957 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
26958 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
26959 drivers/media/pci/tw68/tw68-core.c | 2 +-
26960 drivers/media/platform/omap/omap_vout.c | 11 +-
26961 drivers/media/platform/s5p-tv/mixer.h | 2 +-
26962 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
26963 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
26964 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
26965 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
26966 drivers/media/radio/radio-cadet.c | 2 +
26967 drivers/media/radio/radio-maxiradio.c | 2 +-
26968 drivers/media/radio/radio-shark.c | 2 +-
26969 drivers/media/radio/radio-shark2.c | 2 +-
26970 drivers/media/radio/radio-si476x.c | 2 +-
26971 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
26972 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
26973 drivers/media/v4l2-core/v4l2-device.c | 4 +-
26974 drivers/media/v4l2-core/v4l2-ioctl.c | 13 +-
26975 drivers/memory/omap-gpmc.c | 21 +-
26976 drivers/message/fusion/mptsas.c | 34 +-
26977 drivers/mfd/ab8500-debugfs.c | 2 +-
26978 drivers/mfd/kempld-core.c | 2 +-
26979 drivers/mfd/max8925-i2c.c | 2 +-
26980 drivers/mfd/tps65910.c | 2 +-
26981 drivers/mfd/twl4030-irq.c | 9 +-
26982 drivers/mfd/wm5110-tables.c | 2 +-
26983 drivers/mfd/wm8998-tables.c | 2 +-
26984 drivers/misc/c2port/core.c | 4 +-
26985 drivers/misc/kgdbts.c | 4 +-
26986 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
26987 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
26988 drivers/misc/mic/scif/scif_rb.c | 8 +-
26989 drivers/misc/sgi-gru/gruhandles.c | 4 +-
26990 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
26991 drivers/misc/sgi-gru/grutables.h | 154 +-
26992 drivers/misc/sgi-xp/xp.h | 2 +-
26993 drivers/misc/sgi-xp/xpc.h | 3 +-
26994 drivers/misc/sgi-xp/xpc_main.c | 2 +-
26995 drivers/mmc/card/block.c | 2 +-
26996 drivers/mmc/host/dw_mmc.h | 2 +-
26997 drivers/mmc/host/mmci.c | 4 +-
26998 drivers/mmc/host/omap_hsmmc.c | 4 +-
26999 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
27000 drivers/mmc/host/sdhci-s3c.c | 8 +-
27001 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
27002 drivers/mtd/nand/denali.c | 1 +
27003 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
27004 drivers/mtd/nftlmount.c | 1 +
27005 drivers/mtd/sm_ftl.c | 2 +-
27006 drivers/net/bonding/bond_netlink.c | 2 +-
27007 drivers/net/caif/caif_hsi.c | 2 +-
27008 drivers/net/can/Kconfig | 2 +-
27009 drivers/net/can/dev.c | 2 +-
27010 drivers/net/can/vcan.c | 2 +-
27011 drivers/net/dummy.c | 2 +-
27012 drivers/net/ethernet/8390/ax88796.c | 4 +-
27013 drivers/net/ethernet/altera/altera_tse_main.c | 4 +-
27014 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
27015 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
27016 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
27017 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 143 +-
27018 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 64 +-
27019 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
27020 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
27021 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
27022 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
27023 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
27024 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
27025 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
27026 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
27027 drivers/net/ethernet/broadcom/tg3.h | 1 +
27028 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
27029 drivers/net/ethernet/cavium/liquidio/lio_main.c | 11 +-
27030 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
27031 drivers/net/ethernet/dec/tulip/de4x5.c | 4 +-
27032 drivers/net/ethernet/emulex/benet/be_main.c | 2 +-
27033 drivers/net/ethernet/faraday/ftgmac100.c | 2 +
27034 drivers/net/ethernet/faraday/ftmac100.c | 2 +
27035 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
27036 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
27037 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
27038 drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 7 +-
27039 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
27040 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
27041 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
27042 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
27043 drivers/net/ethernet/realtek/r8169.c | 8 +-
27044 drivers/net/ethernet/sfc/ptp.c | 2 +-
27045 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
27046 drivers/net/ethernet/via/via-rhine.c | 2 +-
27047 drivers/net/geneve.c | 2 +-
27048 drivers/net/hyperv/hyperv_net.h | 2 +-
27049 drivers/net/hyperv/rndis_filter.c | 4 +-
27050 drivers/net/ifb.c | 2 +-
27051 drivers/net/ipvlan/ipvlan_core.c | 2 +-
27052 drivers/net/macvlan.c | 20 +-
27053 drivers/net/macvtap.c | 6 +-
27054 drivers/net/nlmon.c | 2 +-
27055 drivers/net/phy/phy_device.c | 6 +-
27056 drivers/net/ppp/ppp_generic.c | 4 +-
27057 drivers/net/slip/slhc.c | 2 +-
27058 drivers/net/team/team.c | 4 +-
27059 drivers/net/tun.c | 7 +-
27060 drivers/net/usb/hso.c | 23 +-
27061 drivers/net/usb/r8152.c | 2 +-
27062 drivers/net/usb/sierra_net.c | 4 +-
27063 drivers/net/virtio_net.c | 2 +-
27064 drivers/net/vrf.c | 2 +-
27065 drivers/net/vxlan.c | 4 +-
27066 drivers/net/wimax/i2400m/rx.c | 2 +-
27067 drivers/net/wireless/airo.c | 2 +-
27068 drivers/net/wireless/at76c50x-usb.c | 2 +-
27069 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
27070 drivers/net/wireless/ath/ath10k/htc.c | 7 +-
27071 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
27072 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
27073 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
27074 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
27075 drivers/net/wireless/ath/ath9k/main.c | 22 +-
27076 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
27077 drivers/net/wireless/b43/phy_lp.c | 2 +-
27078 drivers/net/wireless/iwlegacy/3945-mac.c | 4 +-
27079 drivers/net/wireless/iwlwifi/dvm/debugfs.c | 34 +-
27080 drivers/net/wireless/iwlwifi/pcie/trans.c | 4 +-
27081 drivers/net/wireless/mac80211_hwsim.c | 28 +-
27082 drivers/net/wireless/rndis_wlan.c | 2 +-
27083 drivers/net/wireless/rt2x00/rt2x00.h | 2 +-
27084 drivers/net/wireless/rt2x00/rt2x00queue.c | 4 +-
27085 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
27086 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
27087 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
27088 drivers/nfc/nfcwilink.c | 2 +-
27089 drivers/of/fdt.c | 4 +-
27090 drivers/oprofile/buffer_sync.c | 8 +-
27091 drivers/oprofile/event_buffer.c | 2 +-
27092 drivers/oprofile/oprof.c | 2 +-
27093 drivers/oprofile/oprofile_stats.c | 10 +-
27094 drivers/oprofile/oprofile_stats.h | 10 +-
27095 drivers/oprofile/oprofilefs.c | 6 +-
27096 drivers/oprofile/timer_int.c | 2 +-
27097 drivers/parport/procfs.c | 4 +-
27098 drivers/pci/host/pci-host-generic.c | 24 +-
27099 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
27100 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
27101 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
27102 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
27103 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
27104 drivers/pci/hotplug/pciehp_core.c | 2 +-
27105 drivers/pci/msi.c | 22 +-
27106 drivers/pci/pci-sysfs.c | 6 +-
27107 drivers/pci/pci.h | 2 +-
27108 drivers/pci/pcie/aspm.c | 6 +-
27109 drivers/pci/pcie/portdrv_pci.c | 2 +-
27110 drivers/pci/probe.c | 2 +-
27111 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
27112 drivers/pinctrl/pinctrl-at91.c | 5 +-
27113 drivers/platform/chrome/chromeos_pstore.c | 2 +-
27114 drivers/platform/x86/alienware-wmi.c | 4 +-
27115 drivers/platform/x86/compal-laptop.c | 2 +-
27116 drivers/platform/x86/hdaps.c | 2 +-
27117 drivers/platform/x86/ibm_rtl.c | 2 +-
27118 drivers/platform/x86/intel_oaktrail.c | 2 +-
27119 drivers/platform/x86/msi-laptop.c | 16 +-
27120 drivers/platform/x86/msi-wmi.c | 2 +-
27121 drivers/platform/x86/samsung-laptop.c | 2 +-
27122 drivers/platform/x86/samsung-q10.c | 2 +-
27123 drivers/platform/x86/sony-laptop.c | 14 +-
27124 drivers/platform/x86/thinkpad_acpi.c | 2 +-
27125 drivers/pnp/pnpbios/bioscalls.c | 14 +-
27126 drivers/pnp/pnpbios/core.c | 2 +-
27127 drivers/power/pda_power.c | 7 +-
27128 drivers/power/power_supply.h | 4 +-
27129 drivers/power/power_supply_core.c | 7 +-
27130 drivers/power/power_supply_sysfs.c | 6 +-
27131 drivers/power/reset/at91-reset.c | 9 +-
27132 drivers/powercap/powercap_sys.c | 136 +-
27133 drivers/ptp/ptp_private.h | 2 +-
27134 drivers/ptp/ptp_sysfs.c | 2 +-
27135 drivers/regulator/core.c | 4 +-
27136 drivers/regulator/max8660.c | 6 +-
27137 drivers/regulator/max8973-regulator.c | 16 +-
27138 drivers/regulator/mc13892-regulator.c | 8 +-
27139 drivers/rtc/rtc-armada38x.c | 7 +-
27140 drivers/rtc/rtc-cmos.c | 4 +-
27141 drivers/rtc/rtc-ds1307.c | 2 +-
27142 drivers/rtc/rtc-m48t59.c | 4 +-
27143 drivers/rtc/rtc-test.c | 6 +-
27144 drivers/scsi/be2iscsi/be_main.c | 2 +-
27145 drivers/scsi/bfa/bfa_fcpim.h | 2 +-
27146 drivers/scsi/bfa/bfa_ioc.h | 4 +-
27147 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
27148 drivers/scsi/hosts.c | 4 +-
27149 drivers/scsi/hpsa.c | 38 +-
27150 drivers/scsi/hpsa.h | 2 +-
27151 drivers/scsi/libfc/fc_exch.c | 50 +-
27152 drivers/scsi/libsas/sas_ata.c | 2 +-
27153 drivers/scsi/lpfc/lpfc.h | 8 +-
27154 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
27155 drivers/scsi/lpfc/lpfc_init.c | 6 +-
27156 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
27157 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
27158 drivers/scsi/mpt2sas/mpt2sas_scsih.c | 8 +-
27159 drivers/scsi/pmcraid.c | 20 +-
27160 drivers/scsi/pmcraid.h | 8 +-
27161 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
27162 drivers/scsi/qla2xxx/qla_gbl.h | 4 +-
27163 drivers/scsi/qla2xxx/qla_os.c | 6 +-
27164 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
27165 drivers/scsi/qla4xxx/ql4_os.c | 6 +-
27166 drivers/scsi/scsi.c | 2 +-
27167 drivers/scsi/scsi_lib.c | 8 +-
27168 drivers/scsi/scsi_sysfs.c | 2 +-
27169 drivers/scsi/scsi_transport_fc.c | 8 +-
27170 drivers/scsi/scsi_transport_iscsi.c | 6 +-
27171 drivers/scsi/scsi_transport_srp.c | 6 +-
27172 drivers/scsi/sd.c | 6 +-
27173 drivers/scsi/sg.c | 2 +-
27174 drivers/scsi/sr.c | 21 +-
27175 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
27176 drivers/spi/spi.c | 2 +-
27177 drivers/staging/android/timed_output.c | 6 +-
27178 drivers/staging/comedi/comedi_fops.c | 8 +-
27179 drivers/staging/fbtft/fbtft-core.c | 2 +-
27180 drivers/staging/fbtft/fbtft.h | 2 +-
27181 drivers/staging/gdm724x/gdm_tty.c | 2 +-
27182 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
27183 drivers/staging/iio/adc/ad7280a.c | 4 +-
27184 drivers/staging/lustre/lnet/selftest/brw_test.c | 12 +-
27185 drivers/staging/lustre/lnet/selftest/framework.c | 4 -
27186 drivers/staging/lustre/lnet/selftest/ping_test.c | 14 +-
27187 drivers/staging/lustre/lustre/include/lustre_dlm.h | 2 +-
27188 drivers/staging/lustre/lustre/include/obd.h | 2 +-
27189 drivers/staging/octeon/ethernet-rx.c | 20 +-
27190 drivers/staging/octeon/ethernet.c | 8 +-
27191 drivers/staging/rdma/ipath/ipath_rc.c | 6 +-
27192 drivers/staging/rdma/ipath/ipath_ruc.c | 6 +-
27193 drivers/staging/rtl8188eu/include/hal_intf.h | 2 +-
27194 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
27195 drivers/staging/sm750fb/sm750.c | 14 +-
27196 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
27197 drivers/target/sbp/sbp_target.c | 4 +-
27198 drivers/thermal/cpu_cooling.c | 9 +-
27199 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
27200 drivers/thermal/of-thermal.c | 17 +-
27201 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
27202 drivers/tty/cyclades.c | 6 +-
27203 drivers/tty/hvc/hvc_console.c | 14 +-
27204 drivers/tty/hvc/hvcs.c | 21 +-
27205 drivers/tty/hvc/hvsi.c | 22 +-
27206 drivers/tty/hvc/hvsi_lib.c | 4 +-
27207 drivers/tty/ipwireless/tty.c | 27 +-
27208 drivers/tty/moxa.c | 2 +-
27209 drivers/tty/n_gsm.c | 4 +-
27210 drivers/tty/n_tty.c | 3 +-
27211 drivers/tty/pty.c | 4 +-
27212 drivers/tty/rocket.c | 6 +-
27213 drivers/tty/serial/8250/8250_core.c | 10 +-
27214 drivers/tty/serial/ifx6x60.c | 2 +-
27215 drivers/tty/serial/ioc4_serial.c | 6 +-
27216 drivers/tty/serial/kgdb_nmi.c | 4 +-
27217 drivers/tty/serial/kgdboc.c | 32 +-
27218 drivers/tty/serial/msm_serial.c | 4 +-
27219 drivers/tty/serial/samsung.c | 9 +-
27220 drivers/tty/serial/serial_core.c | 8 +-
27221 drivers/tty/synclink.c | 34 +-
27222 drivers/tty/synclink_gt.c | 28 +-
27223 drivers/tty/synclinkmp.c | 34 +-
27224 drivers/tty/tty_io.c | 2 +-
27225 drivers/tty/tty_ldisc.c | 8 +-
27226 drivers/tty/tty_port.c | 22 +-
27227 drivers/uio/uio.c | 13 +-
27228 drivers/usb/atm/cxacru.c | 2 +-
27229 drivers/usb/atm/usbatm.c | 24 +-
27230 drivers/usb/class/cdc-acm.h | 2 +-
27231 drivers/usb/core/devices.c | 6 +-
27232 drivers/usb/core/devio.c | 12 +-
27233 drivers/usb/core/hcd.c | 4 +-
27234 drivers/usb/core/sysfs.c | 2 +-
27235 drivers/usb/core/usb.c | 2 +-
27236 drivers/usb/early/ehci-dbgp.c | 16 +-
27237 drivers/usb/gadget/function/u_serial.c | 22 +-
27238 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
27239 drivers/usb/host/ehci-hcd.c | 2 +-
27240 drivers/usb/host/ehci-hub.c | 4 +-
27241 drivers/usb/host/ehci-q.c | 4 +-
27242 drivers/usb/host/fotg210-hcd.c | 2 +-
27243 drivers/usb/host/fusbh200-hcd.c | 2 +-
27244 drivers/usb/host/hwa-hc.c | 2 +-
27245 drivers/usb/host/ohci-hcd.c | 2 +-
27246 drivers/usb/host/r8a66597.h | 2 +-
27247 drivers/usb/host/uhci-hcd.c | 2 +-
27248 drivers/usb/host/xhci-pci.c | 2 +-
27249 drivers/usb/host/xhci.c | 2 +-
27250 drivers/usb/misc/appledisplay.c | 4 +-
27251 drivers/usb/serial/console.c | 8 +-
27252 drivers/usb/storage/transport.c | 2 +-
27253 drivers/usb/storage/usb.c | 2 +-
27254 drivers/usb/storage/usb.h | 2 +-
27255 drivers/usb/usbip/vhci.h | 2 +-
27256 drivers/usb/usbip/vhci_hcd.c | 6 +-
27257 drivers/usb/usbip/vhci_rx.c | 2 +-
27258 drivers/usb/wusbcore/wa-hc.h | 4 +-
27259 drivers/usb/wusbcore/wa-xfer.c | 2 +-
27260 drivers/vfio/vfio.c | 2 +-
27261 drivers/vhost/vringh.c | 20 +-
27262 drivers/video/backlight/kb3886_bl.c | 2 +-
27263 drivers/video/console/fbcon.c | 2 +-
27264 drivers/video/fbdev/aty/aty128fb.c | 2 +-
27265 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
27266 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
27267 drivers/video/fbdev/core/fb_defio.c | 6 +-
27268 drivers/video/fbdev/core/fbmem.c | 2 +-
27269 drivers/video/fbdev/hyperv_fb.c | 4 +-
27270 drivers/video/fbdev/i810/i810_accel.c | 1 +
27271 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
27272 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
27273 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
27274 drivers/video/fbdev/omap2/dss/display.c | 8 +-
27275 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
27276 drivers/video/fbdev/smscufx.c | 4 +-
27277 drivers/video/fbdev/udlfb.c | 36 +-
27278 drivers/video/fbdev/uvesafb.c | 52 +-
27279 drivers/video/fbdev/vesafb.c | 58 +-
27280 drivers/video/fbdev/via/via_clock.h | 2 +-
27281 drivers/xen/events/events_base.c | 6 +-
27282 drivers/xen/evtchn.c | 4 +-
27283 fs/Kconfig.binfmt | 2 +-
27284 fs/afs/inode.c | 4 +-
27285 fs/aio.c | 2 +-
27286 fs/autofs4/waitq.c | 2 +-
27287 fs/befs/endian.h | 6 +-
27288 fs/binfmt_aout.c | 23 +-
27289 fs/binfmt_elf.c | 670 +-
27290 fs/binfmt_elf_fdpic.c | 4 +-
27291 fs/block_dev.c | 2 +-
27292 fs/btrfs/ctree.c | 9 +-
27293 fs/btrfs/delayed-inode.c | 9 +-
27294 fs/btrfs/delayed-inode.h | 6 +-
27295 fs/btrfs/file.c | 10 +-
27296 fs/btrfs/inode.c | 14 +-
27297 fs/btrfs/super.c | 2 +-
27298 fs/btrfs/sysfs.c | 2 +-
27299 fs/btrfs/tests/free-space-tests.c | 8 +-
27300 fs/btrfs/tree-log.h | 2 +-
27301 fs/buffer.c | 2 +-
27302 fs/cachefiles/bind.c | 6 +-
27303 fs/cachefiles/daemon.c | 8 +-
27304 fs/cachefiles/internal.h | 12 +-
27305 fs/cachefiles/namei.c | 2 +-
27306 fs/cachefiles/proc.c | 12 +-
27307 fs/ceph/dir.c | 12 +-
27308 fs/ceph/super.c | 4 +-
27309 fs/cifs/cifs_debug.c | 12 +-
27310 fs/cifs/cifsfs.c | 8 +-
27311 fs/cifs/cifsglob.h | 54 +-
27312 fs/cifs/file.c | 10 +-
27313 fs/cifs/misc.c | 4 +-
27314 fs/cifs/smb1ops.c | 80 +-
27315 fs/cifs/smb2ops.c | 84 +-
27316 fs/cifs/smb2pdu.c | 3 +-
27317 fs/coda/cache.c | 10 +-
27318 fs/compat.c | 4 +-
27319 fs/compat_binfmt_elf.c | 2 +
27320 fs/compat_ioctl.c | 12 +-
27321 fs/configfs/dir.c | 10 +-
27322 fs/coredump.c | 16 +-
27323 fs/dcache.c | 51 +-
27324 fs/ecryptfs/inode.c | 2 +-
27325 fs/ecryptfs/miscdev.c | 2 +-
27326 fs/exec.c | 362 +-
27327 fs/ext2/xattr.c | 5 +-
27328 fs/ext4/ext4.h | 20 +-
27329 fs/ext4/mballoc.c | 44 +-
27330 fs/ext4/resize.c | 16 +-
27331 fs/ext4/super.c | 4 +-
27332 fs/ext4/xattr.c | 5 +-
27333 fs/fhandle.c | 3 +-
27334 fs/file.c | 4 +-
27335 fs/fs_struct.c | 8 +-
27336 fs/fscache/cookie.c | 40 +-
27337 fs/fscache/internal.h | 202 +-
27338 fs/fscache/object.c | 26 +-
27339 fs/fscache/operation.c | 38 +-
27340 fs/fscache/page.c | 110 +-
27341 fs/fscache/stats.c | 348 +-
27342 fs/fuse/cuse.c | 10 +-
27343 fs/fuse/dev.c | 4 +-
27344 fs/gfs2/glock.c | 22 +-
27345 fs/gfs2/glops.c | 4 +-
27346 fs/gfs2/quota.c | 6 +-
27347 fs/hugetlbfs/inode.c | 13 +-
27348 fs/inode.c | 4 +-
27349 fs/jffs2/erase.c | 3 +-
27350 fs/jffs2/wbuf.c | 3 +-
27351 fs/jfs/super.c | 2 +-
27352 fs/kernfs/dir.c | 2 +-
27353 fs/kernfs/file.c | 20 +-
27354 fs/libfs.c | 10 +-
27355 fs/lockd/clntproc.c | 4 +-
27356 fs/namei.c | 16 +-
27357 fs/namespace.c | 16 +-
27358 fs/nfs/callback_xdr.c | 2 +-
27359 fs/nfs/inode.c | 6 +-
27360 fs/nfsd/nfs4proc.c | 2 +-
27361 fs/nfsd/nfs4xdr.c | 2 +-
27362 fs/nfsd/nfscache.c | 11 +-
27363 fs/nfsd/vfs.c | 6 +-
27364 fs/nls/nls_base.c | 26 +-
27365 fs/nls/nls_euc-jp.c | 6 +-
27366 fs/nls/nls_koi8-ru.c | 6 +-
27367 fs/notify/fanotify/fanotify_user.c | 4 +-
27368 fs/notify/notification.c | 4 +-
27369 fs/ntfs/dir.c | 2 +-
27370 fs/ntfs/super.c | 6 +-
27371 fs/ocfs2/localalloc.c | 2 +-
27372 fs/ocfs2/ocfs2.h | 10 +-
27373 fs/ocfs2/suballoc.c | 12 +-
27374 fs/ocfs2/super.c | 20 +-
27375 fs/pipe.c | 72 +-
27376 fs/posix_acl.c | 4 +-
27377 fs/proc/array.c | 20 +
27378 fs/proc/base.c | 4 +-
27379 fs/proc/kcore.c | 34 +-
27380 fs/proc/meminfo.c | 2 +-
27381 fs/proc/nommu.c | 2 +-
27382 fs/proc/proc_sysctl.c | 26 +-
27383 fs/proc/task_mmu.c | 39 +-
27384 fs/proc/task_nommu.c | 4 +-
27385 fs/proc/vmcore.c | 16 +-
27386 fs/qnx6/qnx6.h | 4 +-
27387 fs/quota/netlink.c | 4 +-
27388 fs/read_write.c | 2 +-
27389 fs/reiserfs/do_balan.c | 2 +-
27390 fs/reiserfs/procfs.c | 2 +-
27391 fs/reiserfs/reiserfs.h | 4 +-
27392 fs/seq_file.c | 4 +-
27393 fs/splice.c | 43 +-
27394 fs/squashfs/xattr.c | 12 +-
27395 fs/sysv/sysv.h | 2 +-
27396 fs/tracefs/inode.c | 8 +-
27397 fs/udf/misc.c | 2 +-
27398 fs/ufs/swab.h | 4 +-
27399 fs/userfaultfd.c | 2 +-
27400 fs/xattr.c | 21 +
27401 fs/xfs/libxfs/xfs_bmap.c | 2 +-
27402 fs/xfs/xfs_dir2_readdir.c | 7 +-
27403 fs/xfs/xfs_ioctl.c | 2 +-
27404 fs/xfs/xfs_linux.h | 4 +-
27405 include/asm-generic/4level-fixup.h | 2 +
27406 include/asm-generic/atomic-long.h | 156 +-
27407 include/asm-generic/atomic64.h | 12 +
27408 include/asm-generic/bitops/__fls.h | 2 +-
27409 include/asm-generic/bitops/fls.h | 2 +-
27410 include/asm-generic/bitops/fls64.h | 4 +-
27411 include/asm-generic/bug.h | 6 +-
27412 include/asm-generic/cache.h | 4 +-
27413 include/asm-generic/emergency-restart.h | 2 +-
27414 include/asm-generic/kmap_types.h | 4 +-
27415 include/asm-generic/local.h | 13 +
27416 include/asm-generic/pgtable-nopmd.h | 18 +-
27417 include/asm-generic/pgtable-nopud.h | 15 +-
27418 include/asm-generic/pgtable.h | 16 +
27419 include/asm-generic/sections.h | 1 +
27420 include/asm-generic/uaccess.h | 16 +
27421 include/asm-generic/vmlinux.lds.h | 15 +-
27422 include/crypto/algapi.h | 2 +-
27423 include/drm/drmP.h | 16 +-
27424 include/drm/drm_crtc_helper.h | 2 +-
27425 include/drm/drm_mm.h | 2 +-
27426 include/drm/i915_pciids.h | 2 +-
27427 include/drm/intel-gtt.h | 4 +-
27428 include/drm/ttm/ttm_memory.h | 2 +-
27429 include/drm/ttm/ttm_page_alloc.h | 1 +
27430 include/keys/asymmetric-subtype.h | 2 +-
27431 include/linux/atmdev.h | 4 +-
27432 include/linux/atomic.h | 17 +-
27433 include/linux/audit.h | 2 +-
27434 include/linux/average.h | 2 +-
27435 include/linux/binfmts.h | 3 +-
27436 include/linux/bitmap.h | 2 +-
27437 include/linux/bitops.h | 8 +-
27438 include/linux/blkdev.h | 2 +-
27439 include/linux/blktrace_api.h | 2 +-
27440 include/linux/cache.h | 8 +
27441 include/linux/cdrom.h | 1 -
27442 include/linux/cleancache.h | 2 +-
27443 include/linux/clk-provider.h | 1 +
27444 include/linux/compat.h | 6 +-
27445 include/linux/compiler-gcc.h | 28 +-
27446 include/linux/compiler.h | 157 +-
27447 include/linux/configfs.h | 2 +-
27448 include/linux/cpufreq.h | 3 +-
27449 include/linux/cpuidle.h | 5 +-
27450 include/linux/cpumask.h | 14 +-
27451 include/linux/crypto.h | 4 +-
27452 include/linux/ctype.h | 2 +-
27453 include/linux/dcache.h | 4 +-
27454 include/linux/decompress/mm.h | 2 +-
27455 include/linux/devfreq.h | 2 +-
27456 include/linux/device.h | 7 +-
27457 include/linux/dma-mapping.h | 2 +-
27458 include/linux/efi.h | 1 +
27459 include/linux/elf.h | 2 +
27460 include/linux/err.h | 4 +-
27461 include/linux/extcon.h | 2 +-
27462 include/linux/fb.h | 3 +-
27463 include/linux/fdtable.h | 2 +-
27464 include/linux/fs.h | 5 +-
27465 include/linux/fs_struct.h | 2 +-
27466 include/linux/fscache-cache.h | 2 +-
27467 include/linux/fscache.h | 2 +-
27468 include/linux/fsnotify.h | 2 +-
27469 include/linux/genhd.h | 4 +-
27470 include/linux/genl_magic_func.h | 2 +-
27471 include/linux/gfp.h | 12 +-
27472 include/linux/highmem.h | 12 +
27473 include/linux/hwmon-sysfs.h | 6 +-
27474 include/linux/i2c.h | 1 +
27475 include/linux/if_pppox.h | 2 +-
27476 include/linux/init.h | 12 +-
27477 include/linux/init_task.h | 7 +
27478 include/linux/interrupt.h | 6 +-
27479 include/linux/iommu.h | 2 +-
27480 include/linux/ioport.h | 2 +-
27481 include/linux/ipc.h | 2 +-
27482 include/linux/irq.h | 5 +-
27483 include/linux/irqdesc.h | 2 +-
27484 include/linux/irqdomain.h | 3 +
27485 include/linux/jiffies.h | 16 +-
27486 include/linux/key-type.h | 2 +-
27487 include/linux/kgdb.h | 6 +-
27488 include/linux/kmemleak.h | 4 +-
27489 include/linux/kobject.h | 3 +-
27490 include/linux/kobject_ns.h | 2 +-
27491 include/linux/kref.h | 2 +-
27492 include/linux/libata.h | 2 +-
27493 include/linux/linkage.h | 1 +
27494 include/linux/list.h | 15 +
27495 include/linux/lockref.h | 26 +-
27496 include/linux/math64.h | 10 +-
27497 include/linux/mempolicy.h | 7 +
27498 include/linux/mm.h | 102 +-
27499 include/linux/mm_types.h | 20 +
27500 include/linux/mmiotrace.h | 4 +-
27501 include/linux/mmzone.h | 2 +-
27502 include/linux/mod_devicetable.h | 4 +-
27503 include/linux/module.h | 69 +-
27504 include/linux/moduleloader.h | 16 +
27505 include/linux/moduleparam.h | 4 +-
27506 include/linux/net.h | 2 +-
27507 include/linux/netdevice.h | 7 +-
27508 include/linux/netfilter.h | 2 +-
27509 include/linux/netfilter/nfnetlink.h | 2 +-
27510 include/linux/nls.h | 4 +-
27511 include/linux/notifier.h | 3 +-
27512 include/linux/oprofile.h | 4 +-
27513 include/linux/padata.h | 2 +-
27514 include/linux/pci_hotplug.h | 3 +-
27515 include/linux/percpu.h | 2 +-
27516 include/linux/perf_event.h | 12 +-
27517 include/linux/pipe_fs_i.h | 8 +-
27518 include/linux/pm.h | 1 +
27519 include/linux/pm_domain.h | 4 +-
27520 include/linux/pm_runtime.h | 2 +-
27521 include/linux/pnp.h | 2 +-
27522 include/linux/poison.h | 4 +-
27523 include/linux/power/smartreflex.h | 2 +-
27524 include/linux/ppp-comp.h | 2 +-
27525 include/linux/preempt.h | 21 +
27526 include/linux/proc_ns.h | 2 +-
27527 include/linux/psci.h | 2 +-
27528 include/linux/quota.h | 2 +-
27529 include/linux/random.h | 19 +-
27530 include/linux/rculist.h | 16 +
27531 include/linux/reboot.h | 14 +-
27532 include/linux/regset.h | 3 +-
27533 include/linux/relay.h | 2 +-
27534 include/linux/rio.h | 2 +-
27535 include/linux/rmap.h | 4 +-
27536 include/linux/sched.h | 72 +-
27537 include/linux/sched/sysctl.h | 1 +
27538 include/linux/semaphore.h | 2 +-
27539 include/linux/seq_file.h | 1 +
27540 include/linux/signal.h | 2 +-
27541 include/linux/skbuff.h | 12 +-
27542 include/linux/slab.h | 47 +-
27543 include/linux/slab_def.h | 14 +-
27544 include/linux/slub_def.h | 2 +-
27545 include/linux/smp.h | 2 +
27546 include/linux/sock_diag.h | 2 +-
27547 include/linux/sonet.h | 2 +-
27548 include/linux/sunrpc/addr.h | 8 +-
27549 include/linux/sunrpc/clnt.h | 2 +-
27550 include/linux/sunrpc/svc.h | 2 +-
27551 include/linux/sunrpc/svc_rdma.h | 18 +-
27552 include/linux/sunrpc/svcauth.h | 2 +-
27553 include/linux/swapops.h | 10 +-
27554 include/linux/swiotlb.h | 3 +-
27555 include/linux/syscalls.h | 21 +-
27556 include/linux/syscore_ops.h | 2 +-
27557 include/linux/sysctl.h | 3 +-
27558 include/linux/sysfs.h | 9 +-
27559 include/linux/sysrq.h | 3 +-
27560 include/linux/tcp.h | 14 +-
27561 include/linux/thread_info.h | 7 +
27562 include/linux/tty.h | 4 +-
27563 include/linux/tty_driver.h | 2 +-
27564 include/linux/tty_ldisc.h | 2 +-
27565 include/linux/types.h | 16 +
27566 include/linux/uaccess.h | 6 +-
27567 include/linux/uio_driver.h | 2 +-
27568 include/linux/unaligned/access_ok.h | 24 +-
27569 include/linux/usb.h | 12 +-
27570 include/linux/usb/hcd.h | 1 +
27571 include/linux/usb/renesas_usbhs.h | 2 +-
27572 include/linux/vermagic.h | 21 +-
27573 include/linux/vga_switcheroo.h | 8 +-
27574 include/linux/vmalloc.h | 7 +-
27575 include/linux/vmstat.h | 24 +-
27576 include/linux/xattr.h | 5 +-
27577 include/linux/zlib.h | 3 +-
27578 include/media/v4l2-dev.h | 2 +-
27579 include/media/v4l2-device.h | 2 +-
27580 include/net/9p/transport.h | 2 +-
27581 include/net/bluetooth/l2cap.h | 2 +-
27582 include/net/bonding.h | 2 +-
27583 include/net/caif/cfctrl.h | 6 +-
27584 include/net/flow.h | 2 +-
27585 include/net/genetlink.h | 2 +-
27586 include/net/gro_cells.h | 2 +-
27587 include/net/inet_connection_sock.h | 2 +-
27588 include/net/inet_sock.h | 2 +-
27589 include/net/inetpeer.h | 2 +-
27590 include/net/ip_fib.h | 2 +-
27591 include/net/ip_vs.h | 8 +-
27592 include/net/ipv6.h | 2 +-
27593 include/net/irda/ircomm_tty.h | 1 +
27594 include/net/iucv/af_iucv.h | 2 +-
27595 include/net/llc_c_ac.h | 2 +-
27596 include/net/llc_c_ev.h | 4 +-
27597 include/net/llc_c_st.h | 2 +-
27598 include/net/llc_s_ac.h | 2 +-
27599 include/net/llc_s_st.h | 2 +-
27600 include/net/mac80211.h | 4 +-
27601 include/net/neighbour.h | 2 +-
27602 include/net/net_namespace.h | 18 +-
27603 include/net/netlink.h | 2 +-
27604 include/net/netns/conntrack.h | 6 +-
27605 include/net/netns/ipv4.h | 4 +-
27606 include/net/netns/ipv6.h | 4 +-
27607 include/net/netns/xfrm.h | 2 +-
27608 include/net/ping.h | 2 +-
27609 include/net/protocol.h | 4 +-
27610 include/net/rtnetlink.h | 2 +-
27611 include/net/sctp/checksum.h | 4 +-
27612 include/net/sctp/sm.h | 4 +-
27613 include/net/sctp/structs.h | 2 +-
27614 include/net/sock.h | 12 +-
27615 include/net/tcp.h | 8 +-
27616 include/net/xfrm.h | 13 +-
27617 include/rdma/iw_cm.h | 2 +-
27618 include/scsi/libfc.h | 3 +-
27619 include/scsi/scsi_device.h | 6 +-
27620 include/scsi/scsi_driver.h | 2 +-
27621 include/scsi/scsi_transport_fc.h | 3 +-
27622 include/scsi/sg.h | 2 +-
27623 include/sound/compress_driver.h | 2 +-
27624 include/sound/soc.h | 4 +-
27625 include/trace/events/irq.h | 4 +-
27626 include/uapi/linux/a.out.h | 8 +
27627 include/uapi/linux/bcache.h | 5 +-
27628 include/uapi/linux/byteorder/little_endian.h | 28 +-
27629 include/uapi/linux/connector.h | 2 +-
27630 include/uapi/linux/elf.h | 28 +
27631 include/uapi/linux/screen_info.h | 3 +-
27632 include/uapi/linux/swab.h | 6 +-
27633 include/uapi/linux/xattr.h | 4 +
27634 include/video/udlfb.h | 8 +-
27635 include/video/uvesafb.h | 1 +
27636 init/Kconfig | 2 +-
27637 init/Makefile | 3 +
27638 init/do_mounts.c | 14 +-
27639 init/do_mounts.h | 8 +-
27640 init/do_mounts_initrd.c | 30 +-
27641 init/do_mounts_md.c | 6 +-
27642 init/init_task.c | 4 +
27643 init/initramfs.c | 38 +-
27644 init/main.c | 30 +-
27645 ipc/compat.c | 4 +-
27646 ipc/ipc_sysctl.c | 8 +-
27647 ipc/mq_sysctl.c | 4 +-
27648 ipc/sem.c | 4 +-
27649 ipc/shm.c | 6 +
27650 kernel/audit.c | 8 +-
27651 kernel/auditsc.c | 4 +-
27652 kernel/bpf/core.c | 7 +-
27653 kernel/capability.c | 3 +
27654 kernel/compat.c | 38 +-
27655 kernel/debug/debug_core.c | 16 +-
27656 kernel/debug/kdb/kdb_main.c | 4 +-
27657 kernel/events/core.c | 26 +-
27658 kernel/events/internal.h | 10 +-
27659 kernel/events/uprobes.c | 2 +-
27660 kernel/exit.c | 2 +-
27661 kernel/fork.c | 167 +-
27662 kernel/futex.c | 11 +-
27663 kernel/futex_compat.c | 2 +-
27664 kernel/gcov/base.c | 7 +-
27665 kernel/irq/manage.c | 2 +-
27666 kernel/irq/msi.c | 19 +-
27667 kernel/irq/spurious.c | 2 +-
27668 kernel/jump_label.c | 5 +
27669 kernel/kallsyms.c | 37 +-
27670 kernel/kexec.c | 3 +-
27671 kernel/kmod.c | 8 +-
27672 kernel/kprobes.c | 4 +-
27673 kernel/ksysfs.c | 2 +-
27674 kernel/locking/lockdep.c | 7 +-
27675 kernel/locking/mutex-debug.c | 12 +-
27676 kernel/locking/mutex-debug.h | 4 +-
27677 kernel/locking/mutex.c | 6 +-
27678 kernel/module.c | 422 +-
27679 kernel/notifier.c | 17 +-
27680 kernel/padata.c | 4 +-
27681 kernel/panic.c | 5 +-
27682 kernel/pid.c | 2 +-
27683 kernel/pid_namespace.c | 2 +-
27684 kernel/power/process.c | 12 +-
27685 kernel/profile.c | 14 +-
27686 kernel/ptrace.c | 8 +-
27687 kernel/rcu/rcutorture.c | 60 +-
27688 kernel/rcu/tiny.c | 4 +-
27689 kernel/rcu/tree.c | 44 +-
27690 kernel/rcu/tree.h | 14 +-
27691 kernel/rcu/tree_plugin.h | 14 +-
27692 kernel/rcu/tree_trace.c | 12 +-
27693 kernel/sched/auto_group.c | 4 +-
27694 kernel/sched/core.c | 45 +-
27695 kernel/sched/fair.c | 2 +-
27696 kernel/sched/sched.h | 2 +-
27697 kernel/signal.c | 12 +-
27698 kernel/smpboot.c | 4 +-
27699 kernel/softirq.c | 12 +-
27700 kernel/sys.c | 10 +-
27701 kernel/sysctl.c | 34 +-
27702 kernel/time/alarmtimer.c | 2 +-
27703 kernel/time/posix-cpu-timers.c | 4 +-
27704 kernel/time/posix-timers.c | 24 +-
27705 kernel/time/timer.c | 2 +-
27706 kernel/time/timer_stats.c | 10 +-
27707 kernel/trace/blktrace.c | 6 +-
27708 kernel/trace/ftrace.c | 15 +-
27709 kernel/trace/ring_buffer.c | 96 +-
27710 kernel/trace/trace.c | 2 +-
27711 kernel/trace/trace.h | 2 +-
27712 kernel/trace/trace_clock.c | 4 +-
27713 kernel/trace/trace_events.c | 1 -
27714 kernel/trace/trace_functions_graph.c | 4 +-
27715 kernel/trace/trace_mmiotrace.c | 8 +-
27716 kernel/trace/trace_output.c | 10 +-
27717 kernel/trace/trace_seq.c | 2 +-
27718 kernel/trace/trace_stack.c | 2 +-
27719 kernel/user_namespace.c | 2 +-
27720 kernel/utsname_sysctl.c | 2 +-
27721 kernel/watchdog.c | 2 +-
27722 kernel/workqueue.c | 2 +-
27723 lib/Kconfig.debug | 8 +-
27724 lib/Makefile | 2 +-
27725 lib/bitmap.c | 8 +-
27726 lib/bug.c | 2 +
27727 lib/debugobjects.c | 2 +-
27728 lib/decompress_bunzip2.c | 3 +-
27729 lib/decompress_unlzma.c | 4 +-
27730 lib/div64.c | 4 +-
27731 lib/dma-debug.c | 4 +-
27732 lib/inflate.c | 2 +-
27733 lib/ioremap.c | 4 +-
27734 lib/kobject.c | 4 +-
27735 lib/list_debug.c | 126 +-
27736 lib/lockref.c | 44 +-
27737 lib/percpu-refcount.c | 2 +-
27738 lib/radix-tree.c | 2 +-
27739 lib/random32.c | 2 +-
27740 lib/show_mem.c | 2 +-
27741 lib/strncpy_from_user.c | 2 +-
27742 lib/strnlen_user.c | 2 +-
27743 lib/swiotlb.c | 2 +-
27744 lib/usercopy.c | 6 +
27745 lib/vsprintf.c | 12 +-
27746 mm/Kconfig | 6 +-
27747 mm/backing-dev.c | 4 +-
27748 mm/debug.c | 3 +
27749 mm/filemap.c | 2 +-
27750 mm/gup.c | 13 +-
27751 mm/highmem.c | 6 +-
27752 mm/hugetlb.c | 70 +-
27753 mm/internal.h | 1 +
27754 mm/maccess.c | 4 +-
27755 mm/madvise.c | 37 +
27756 mm/memory-failure.c | 6 +-
27757 mm/memory.c | 424 +-
27758 mm/mempolicy.c | 25 +
27759 mm/mlock.c | 15 +-
27760 mm/mm_init.c | 2 +-
27761 mm/mmap.c | 582 +-
27762 mm/mprotect.c | 137 +-
27763 mm/mremap.c | 39 +-
27764 mm/nommu.c | 21 +-
27765 mm/page-writeback.c | 2 +-
27766 mm/page_alloc.c | 49 +-
27767 mm/percpu.c | 2 +-
27768 mm/process_vm_access.c | 14 +-
27769 mm/rmap.c | 45 +-
27770 mm/shmem.c | 19 +-
27771 mm/slab.c | 109 +-
27772 mm/slab.h | 22 +-
27773 mm/slab_common.c | 86 +-
27774 mm/slob.c | 218 +-
27775 mm/slub.c | 102 +-
27776 mm/sparse-vmemmap.c | 4 +-
27777 mm/sparse.c | 2 +-
27778 mm/swap.c | 2 +
27779 mm/swapfile.c | 12 +-
27780 mm/util.c | 6 +
27781 mm/vmalloc.c | 114 +-
27782 mm/vmstat.c | 12 +-
27783 net/8021q/vlan.c | 5 +-
27784 net/8021q/vlan_netlink.c | 2 +-
27785 net/9p/mod.c | 4 +-
27786 net/9p/trans_fd.c | 2 +-
27787 net/atm/atm_misc.c | 8 +-
27788 net/atm/lec.h | 2 +-
27789 net/atm/proc.c | 6 +-
27790 net/atm/resources.c | 4 +-
27791 net/ax25/sysctl_net_ax25.c | 2 +-
27792 net/batman-adv/bat_iv_ogm.c | 8 +-
27793 net/batman-adv/fragmentation.c | 2 +-
27794 net/batman-adv/soft-interface.c | 8 +-
27795 net/batman-adv/types.h | 6 +-
27796 net/bluetooth/hci_sock.c | 2 +-
27797 net/bluetooth/l2cap_core.c | 6 +-
27798 net/bluetooth/l2cap_sock.c | 12 +-
27799 net/bluetooth/rfcomm/sock.c | 4 +-
27800 net/bluetooth/rfcomm/tty.c | 4 +-
27801 net/bridge/br_netlink.c | 2 +-
27802 net/bridge/netfilter/ebtables.c | 6 +-
27803 net/caif/cfctrl.c | 11 +-
27804 net/caif/chnl_net.c | 2 +-
27805 net/can/af_can.c | 2 +-
27806 net/can/gw.c | 6 +-
27807 net/ceph/messenger.c | 4 +-
27808 net/compat.c | 24 +-
27809 net/core/datagram.c | 2 +-
27810 net/core/dev.c | 16 +-
27811 net/core/filter.c | 2 +-
27812 net/core/flow.c | 6 +-
27813 net/core/neighbour.c | 4 +-
27814 net/core/net-sysfs.c | 2 +-
27815 net/core/net_namespace.c | 8 +-
27816 net/core/netpoll.c | 4 +-
27817 net/core/rtnetlink.c | 15 +-
27818 net/core/scm.c | 14 +-
27819 net/core/skbuff.c | 8 +-
27820 net/core/sock.c | 28 +-
27821 net/core/sock_diag.c | 15 +-
27822 net/core/sysctl_net_core.c | 22 +-
27823 net/decnet/af_decnet.c | 1 +
27824 net/decnet/sysctl_net_decnet.c | 4 +-
27825 net/dsa/dsa.c | 2 +-
27826 net/hsr/hsr_netlink.c | 2 +-
27827 net/ieee802154/6lowpan/core.c | 2 +-
27828 net/ieee802154/6lowpan/reassembly.c | 14 +-
27829 net/ipv4/af_inet.c | 2 +-
27830 net/ipv4/devinet.c | 18 +-
27831 net/ipv4/fib_frontend.c | 6 +-
27832 net/ipv4/fib_semantics.c | 2 +-
27833 net/ipv4/inet_connection_sock.c | 4 +-
27834 net/ipv4/inet_timewait_sock.c | 2 +-
27835 net/ipv4/inetpeer.c | 2 +-
27836 net/ipv4/ip_fragment.c | 15 +-
27837 net/ipv4/ip_gre.c | 6 +-
27838 net/ipv4/ip_sockglue.c | 2 +-
27839 net/ipv4/ip_vti.c | 4 +-
27840 net/ipv4/ipconfig.c | 6 +-
27841 net/ipv4/ipip.c | 4 +-
27842 net/ipv4/netfilter/arp_tables.c | 12 +-
27843 net/ipv4/netfilter/ip_tables.c | 12 +-
27844 net/ipv4/ping.c | 14 +-
27845 net/ipv4/raw.c | 14 +-
27846 net/ipv4/route.c | 32 +-
27847 net/ipv4/sysctl_net_ipv4.c | 22 +-
27848 net/ipv4/tcp_input.c | 6 +-
27849 net/ipv4/tcp_probe.c | 2 +-
27850 net/ipv4/udp.c | 10 +-
27851 net/ipv4/xfrm4_policy.c | 18 +-
27852 net/ipv6/addrconf.c | 18 +-
27853 net/ipv6/af_inet6.c | 2 +-
27854 net/ipv6/datagram.c | 2 +-
27855 net/ipv6/icmp.c | 2 +-
27856 net/ipv6/ip6_fib.c | 4 +-
27857 net/ipv6/ip6_gre.c | 10 +-
27858 net/ipv6/ip6_tunnel.c | 4 +-
27859 net/ipv6/ip6_vti.c | 4 +-
27860 net/ipv6/ipv6_sockglue.c | 2 +-
27861 net/ipv6/netfilter/ip6_tables.c | 12 +-
27862 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
27863 net/ipv6/ping.c | 33 +-
27864 net/ipv6/raw.c | 17 +-
27865 net/ipv6/reassembly.c | 13 +-
27866 net/ipv6/route.c | 2 +-
27867 net/ipv6/sit.c | 4 +-
27868 net/ipv6/sysctl_net_ipv6.c | 2 +-
27869 net/ipv6/udp.c | 6 +-
27870 net/ipv6/xfrm6_policy.c | 17 +-
27871 net/irda/ircomm/ircomm_tty.c | 18 +-
27872 net/iucv/af_iucv.c | 4 +-
27873 net/iucv/iucv.c | 2 +-
27874 net/key/af_key.c | 4 +-
27875 net/l2tp/l2tp_eth.c | 38 +-
27876 net/l2tp/l2tp_ip.c | 2 +-
27877 net/l2tp/l2tp_ip6.c | 2 +-
27878 net/mac80211/cfg.c | 8 +-
27879 net/mac80211/ieee80211_i.h | 3 +-
27880 net/mac80211/iface.c | 20 +-
27881 net/mac80211/main.c | 2 +-
27882 net/mac80211/pm.c | 4 +-
27883 net/mac80211/rate.c | 2 +-
27884 net/mac80211/sta_info.c | 2 +-
27885 net/mac80211/util.c | 8 +-
27886 net/mpls/af_mpls.c | 6 +-
27887 net/netfilter/ipset/ip_set_core.c | 2 +-
27888 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
27889 net/netfilter/ipvs/ip_vs_core.c | 4 +-
27890 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
27891 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
27892 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
27893 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
27894 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
27895 net/netfilter/nf_conntrack_acct.c | 2 +-
27896 net/netfilter/nf_conntrack_ecache.c | 2 +-
27897 net/netfilter/nf_conntrack_helper.c | 2 +-
27898 net/netfilter/nf_conntrack_proto.c | 2 +-
27899 net/netfilter/nf_conntrack_standalone.c | 2 +-
27900 net/netfilter/nf_conntrack_timestamp.c | 2 +-
27901 net/netfilter/nf_log.c | 10 +-
27902 net/netfilter/nf_sockopt.c | 4 +-
27903 net/netfilter/nfnetlink_log.c | 4 +-
27904 net/netfilter/nft_compat.c | 9 +-
27905 net/netfilter/xt_statistic.c | 8 +-
27906 net/netlink/af_netlink.c | 4 +-
27907 net/openvswitch/vport-internal_dev.c | 2 +-
27908 net/packet/af_packet.c | 8 +-
27909 net/phonet/pep.c | 6 +-
27910 net/phonet/socket.c | 2 +-
27911 net/phonet/sysctl.c | 2 +-
27912 net/rds/cong.c | 6 +-
27913 net/rds/ib.h | 2 +-
27914 net/rds/ib_cm.c | 2 +-
27915 net/rds/ib_recv.c | 4 +-
27916 net/rds/iw.h | 2 +-
27917 net/rds/iw_cm.c | 2 +-
27918 net/rds/iw_recv.c | 4 +-
27919 net/rds/rds.h | 2 +-
27920 net/rds/tcp.c | 2 +-
27921 net/rds/tcp_send.c | 2 +-
27922 net/rxrpc/af_rxrpc.c | 2 +-
27923 net/rxrpc/ar-ack.c | 14 +-
27924 net/rxrpc/ar-call.c | 2 +-
27925 net/rxrpc/ar-connection.c | 2 +-
27926 net/rxrpc/ar-connevent.c | 2 +-
27927 net/rxrpc/ar-input.c | 4 +-
27928 net/rxrpc/ar-internal.h | 8 +-
27929 net/rxrpc/ar-local.c | 2 +-
27930 net/rxrpc/ar-output.c | 4 +-
27931 net/rxrpc/ar-peer.c | 2 +-
27932 net/rxrpc/ar-proc.c | 4 +-
27933 net/rxrpc/ar-transport.c | 2 +-
27934 net/rxrpc/rxkad.c | 4 +-
27935 net/sched/sch_generic.c | 4 +-
27936 net/sctp/ipv6.c | 6 +-
27937 net/sctp/protocol.c | 10 +-
27938 net/sctp/sm_sideeffect.c | 2 +-
27939 net/sctp/socket.c | 21 +-
27940 net/sctp/sysctl.c | 10 +-
27941 net/socket.c | 18 +-
27942 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
27943 net/sunrpc/clnt.c | 4 +-
27944 net/sunrpc/sched.c | 4 +-
27945 net/sunrpc/svc.c | 4 +-
27946 net/sunrpc/svcauth_unix.c | 2 +-
27947 net/sunrpc/xprtrdma/svc_rdma.c | 38 +-
27948 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
27949 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
27950 net/sunrpc/xprtrdma/svc_rdma_transport.c | 10 +-
27951 net/tipc/netlink_compat.c | 12 +-
27952 net/tipc/subscr.c | 2 +-
27953 net/unix/af_unix.c | 7 +-
27954 net/unix/sysctl_net_unix.c | 2 +-
27955 net/wireless/wext-core.c | 19 +-
27956 net/xfrm/xfrm_policy.c | 16 +-
27957 net/xfrm/xfrm_state.c | 33 +-
27958 net/xfrm/xfrm_sysctl.c | 2 +-
27959 scripts/Kbuild.include | 2 +-
27960 scripts/Makefile.build | 2 +-
27961 scripts/Makefile.clean | 3 +-
27962 scripts/Makefile.host | 69 +-
27963 scripts/basic/fixdep.c | 12 +-
27964 scripts/dtc/checks.c | 14 +-
27965 scripts/dtc/data.c | 6 +-
27966 scripts/dtc/flattree.c | 8 +-
27967 scripts/dtc/livetree.c | 4 +-
27968 scripts/gcc-plugin.sh | 51 +
27969 scripts/headers_install.sh | 1 +
27970 scripts/kallsyms.c | 4 +-
27971 scripts/kconfig/lkc.h | 5 +-
27972 scripts/kconfig/menu.c | 2 +-
27973 scripts/kconfig/symbol.c | 6 +-
27974 scripts/link-vmlinux.sh | 2 +-
27975 scripts/mod/file2alias.c | 14 +-
27976 scripts/mod/modpost.c | 25 +-
27977 scripts/mod/modpost.h | 6 +-
27978 scripts/mod/sumversion.c | 2 +-
27979 scripts/module-common.lds | 4 +
27980 scripts/package/builddeb | 1 +
27981 scripts/pnmtologo.c | 6 +-
27982 scripts/sortextable.h | 6 +-
27983 scripts/tags.sh | 2 +-
27984 security/Kconfig | 692 +-
27985 security/integrity/ima/ima.h | 4 +-
27986 security/integrity/ima/ima_api.c | 2 +-
27987 security/integrity/ima/ima_fs.c | 4 +-
27988 security/integrity/ima/ima_queue.c | 2 +-
27989 security/keys/key.c | 18 +-
27990 security/selinux/avc.c | 6 +-
27991 security/selinux/include/xfrm.h | 2 +-
27992 security/yama/yama_lsm.c | 2 +-
27993 sound/aoa/codecs/onyx.c | 7 +-
27994 sound/aoa/codecs/onyx.h | 1 +
27995 sound/core/oss/pcm_oss.c | 18 +-
27996 sound/core/pcm_compat.c | 2 +-
27997 sound/core/pcm_native.c | 4 +-
27998 sound/core/sound.c | 2 +-
27999 sound/drivers/mts64.c | 14 +-
28000 sound/drivers/opl4/opl4_lib.c | 2 +-
28001 sound/drivers/portman2x4.c | 3 +-
28002 sound/firewire/amdtp.c | 4 +-
28003 sound/firewire/amdtp.h | 4 +-
28004 sound/firewire/isight.c | 10 +-
28005 sound/firewire/scs1x.c | 8 +-
28006 sound/oss/sb_audio.c | 2 +-
28007 sound/oss/swarm_cs4297a.c | 6 +-
28008 sound/pci/hda/hda_codec.c | 2 +-
28009 sound/pci/ymfpci/ymfpci.h | 2 +-
28010 sound/pci/ymfpci/ymfpci_main.c | 12 +-
28011 sound/soc/codecs/sti-sas.c | 10 +-
28012 sound/soc/soc-ac97.c | 6 +-
28013 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
28014 tools/gcc/Makefile | 42 +
28015 tools/gcc/checker_plugin.c | 150 +
28016 tools/gcc/colorize_plugin.c | 215 +
28017 tools/gcc/constify_plugin.c | 571 +
28018 tools/gcc/gcc-common.h | 812 +
28019 tools/gcc/initify_plugin.c | 552 +
28020 tools/gcc/kallocstat_plugin.c | 188 +
28021 tools/gcc/kernexec_plugin.c | 549 +
28022 tools/gcc/latent_entropy_plugin.c | 470 +
28023 tools/gcc/size_overflow_plugin/.gitignore | 2 +
28024 tools/gcc/size_overflow_plugin/Makefile | 28 +
28025 .../disable_size_overflow_hash.data |12422 ++++++++++++
28026 .../generate_size_overflow_hash.sh | 103 +
28027 .../insert_size_overflow_asm.c | 416 +
28028 .../size_overflow_plugin/intentional_overflow.c | 1010 +
28029 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
28030 tools/gcc/size_overflow_plugin/size_overflow.h | 323 +
28031 .../gcc/size_overflow_plugin/size_overflow_debug.c | 194 +
28032 .../size_overflow_plugin/size_overflow_hash.data |20735 ++++++++++++++++++++
28033 .../size_overflow_hash_aux.data | 92 +
28034 tools/gcc/size_overflow_plugin/size_overflow_ipa.c | 1226 ++
28035 .../gcc/size_overflow_plugin/size_overflow_misc.c | 505 +
28036 .../size_overflow_plugin/size_overflow_plugin.c | 318 +
28037 .../size_overflow_plugin_hash.c | 352 +
28038 .../size_overflow_plugin/size_overflow_transform.c | 749 +
28039 .../size_overflow_transform_core.c | 1010 +
28040 tools/gcc/stackleak_plugin.c | 436 +
28041 tools/gcc/structleak_plugin.c | 287 +
28042 tools/include/linux/compiler.h | 8 +
28043 tools/lib/api/Makefile | 2 +-
28044 tools/perf/util/include/asm/alternative-asm.h | 3 +
28045 tools/virtio/linux/uaccess.h | 2 +-
28046 virt/kvm/kvm_main.c | 42 +-
28047 1944 files changed, 66925 insertions(+), 8949 deletions(-)